Fix last change.
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
c61ab18c
CY
12012-01-07 Chong Yidong <cyd@gnu.org>
2
1de77c4c
CY
3 * custom.texi (Hooks): Discuss how to disable minor modes.
4
5 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
6 (Bug#10309).
7
c61ab18c
CY
8 * trouble.texi (Lossage): Refer to Bugs node for problems.
9 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
10 (Screen Garbled): Don't refer to terminal "manufacturers".
11 (Total Frustration): Node deleted. Eliza is documented in
12 Amusements now.
13 (Known Problems): More info about using the bug tracker. Mention
14 debbugs package.
15 (Bug Criteria): Copyedits.
16 (Understanding Bug Reporting): Mention emacs -Q.
17
89bd9ccd
CY
182012-01-06 Chong Yidong <cyd@gnu.org>
19
20 * custom.texi (Specifying File Variables): The mode: keyword
21 doesn't have to be first anymore. Add example of specifying minor
22 modes.
23 (Directory Variables): Simplify example. Mention application to
24 non-file buffers.
25 (Disabling): Use "initialization file" terminology.
26 (Init Examples): Fix hook example.
27
8034735f
EZ
282012-01-06 Eli Zaretskii <eliz@gnu.org>
29
30 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
31 (Bug#10422)
32 Move the stuff about resources to xresources.texi.
33
34 * xresources.texi (Resources): Move information about setting X
35 resources in the Registry from cmdargs.texi. Make the index entry
36 be similar to the one in cmdargs.texi.
37
b0d7d8af
CY
382012-01-05 Chong Yidong <cyd@gnu.org>
39
40 * custom.texi (Customization Groups): Update example.
41 (Browsing Custom): Document the new search field.
42 (Changing a Variable): Update example for Emacs 24 changes.
43 Document Custom-set and Custom-save commands.
44 (Face Customization): Document Emacs 24 changes. De-document
45 modify-face.
46 (Specific Customization): Mention customize-variable.
47 (Custom Themes): Add customize-themes, custom-theme-load-path,
48 custom-theme-directory, and describe-theme.
49 (Creating Custom Themes): New node.
50 (Examining): Mention M-:.
51
52 * package.texi (Packages): Fix typo.
53
88c5c7c8
CY
542012-01-03 Chong Yidong <cyd@gnu.org>
55
56 * misc.texi (Single Shell): Don't document Lisp usage of
57 shell-command. Tidy up discussion of synchronicity. Add index
58 entries for async-shell-command.
59 (Interactive Shell): Note that M-x shell uses shell-file-name.
60 Note change in behavior in Emacs 24.
61 (Shell Mode): Shell mode now uses completion-at-point.
62 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
63 default method for recognizing prompts nowadays.
64 (Shell Ring): Add xref to Minibuffer History.
65 (Directory Tracking): Explain Dirtrack mode in more detail.
66 (Term Mode): Fix index entries.
67 (Paging in Term): Merge into Term Mode.
68 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
69 (Printing): Fix xref. State default of lpr-switches.
70 (PostScript): Remove obsolete sentence. Omit description of
71 non-interactive behaviors.
72 (Hyperlinking): Improve description.
73 (Browse-URL): Using compose-mail for mailto URLs is the default.
74 Document browse-url-mailto-function.
75 (Goto Address mode): Add index entries. Add xref to Browse-URL.
76 (FFAP): FFAP is not a minor mode.
77 (Amusements): M-x lm was renamed to M-x landmark. Document
78 nato-region.
79
b8ecfdfe
CY
802012-01-01 Chong Yidong <cyd@gnu.org>
81
82 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
83 (Gnus Startup): Note that the system might not be set up for news.
84 Describe group levels more clearly.
85 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
86 Summary of Gnus.
87 (Document View): Copyedits. Move zoom commads to DocView
88 Navigation node.
89 (DocView Navigation, DocView Searching, DocView Slicing)
90 (DocView Conversion): Nodes renamed from Navigation, etc.
91
92 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
93
7bc7d2aa
EZ
942011-12-31 Eli Zaretskii <eliz@gnu.org>
95
96 * basic.texi (Moving Point): Fix the description of C-n and C-p.
97 (Bug#10380)
98
b30941db
CY
992011-12-30 Chong Yidong <cyd@gnu.org>
100
101 * sending.texi (Sending Mail): Document initial mail buffer name,
102 and changed multiple mail buffer behavior.
103 (Mail Format): Put the example at the top of the section.
104 (Mail Headers): Move discussion of "From" to the top.
105 (Mail Sending): Document sendmail-query-once.
106 (Citing Mail): Make it less Rmail-specific.
107
0ed49f93
CY
1082011-12-29 Chong Yidong <cyd@gnu.org>
109
110 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
111 example. Add index entries.
112 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
113
c40a7de7
CY
1142011-12-26 Chong Yidong <cyd@gnu.org>
115
116 * dired.texi (Dired Enter, Misc Dired Features): Document
117 dired-use-ls-dired changes. Mention quit-window.
118 (Dired Navigation): Add index entries.
119 (Dired Visiting): Fix View Mode xref.
120 (Marks vs Flags): Prefer C-/ binding for undo.
121 (Subdirectories in Dired): Add xrefs.
122 (Misc Dired Features): Document some Emacs 24 changes. Add index
123 entries.
124
125 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
126 variable, since it is explained in Minor Modes node.
127 (Defining Abbrevs): Copyedits.
128 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
129 C-/ binding for undo.
130 (Dabbrev Customization): Add xrefs for case-fold-search and
131 case-replace.
132
133 * dired-xtra.texi (Subdir Switches): Add xref.
134
135 * maintaining.texi (VC Directory Commands): Mention quit-window.
136
3d992aa0
CY
1372011-12-25 Chong Yidong <cyd@gnu.org>
138
139 * maintaining.texi (Tags): Mention Semantic.
140 (Create Tags Table, Etags Regexps): Copyedits.
141 (Find Tag): Mention minibuffer completion.
142 (List Tags): Mention completion-at-point. Completion is actually
143 available in M-x list-tags.
144
145 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
146 Document vc-delete-file.
147
148 * files.texi (Misc File Ops): Mention vc-delete-file.
149
150 * programs.texi (Symbol Completion): Mention completion-at-point
151 explicitly.
152
2785d024
CY
1532011-12-22 Chong Yidong <cyd@gnu.org>
154
155 * maintaining.texi (Change Log Commands): Don't specially mention
156 vc-update-change-log which is CVS-only.
157
158 * vc1-xtra.texi (Version Headers): Note that these are for
159 Subversion, CVS, etc. only.
160 (General VC Options): De-document vc-keep-workfiles. Fix
161 RCS-isms.
162
0ab39399
EZ
1632011-12-22 Eli Zaretskii <eliz@gnu.org>
164
165 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
166 should be @end iftex".
167
d3098e1e
CY
1682011-12-21 Chong Yidong <cyd@gnu.org>
169
170 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
171 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
172 (VC Pull): Mention vc-log-incoming.
173 (Log Buffer): Add CVS/RCS only disclaimer.
174
175 * vc1-xtra.texi (Remote Repositories): Update introduction.
176 (Local Version Control): Node deleted (obsolete with DVCSes).
177 (Remote Repositories, Version Backups): Node deleted. Move
178 documentation of vc-cvs-stay-local to CVS Options.
179 (CVS Options): Reduce verbosity of description of obscure CVS
180 locking feature.
181 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
182 Tags node.
183 (Revision Tags): Move under Miscellaneous VC subsection.
184 (Change Logs and VC): Note that this is wrong for DVCSs.
185 De-document log entry manipulating features.
186 (Renaming and VC): Describe how it works on modern VCSes.
187
188 * files.texi (Misc File Ops): Mention vc-rename-file.
189
190 * programs.texi (Custom C Indent): Add index entries.
191
47d42d81
AM
1922011-12-20 Alan Mackenzie <acm@muc.de>
193
194 * programs.texi (Motion in C): Update the description of C-M-a and
195 C-M-e, they now DTRT in enclosing scopes.
196 (Custom C Indent): Add @dfn{guessing} of the indentation style.
197
2edef1a0
CY
1982011-12-20 Chong Yidong <cyd@gnu.org>
199
200 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
201 (Old Revisions): Use it.
202 (VCS Repositories): Add "distributed" terminology.
203 (Log Buffer): Remove duplicate description
204 about changesets. Fix "current VC fileset" ambiguity.
205 (Multi-User Branching): Node deleted.
206 (Branches, Switching Branches): Discuss decentralized version
207 control systems.
208 (VC Pull): New node.
209 (Merging): Document merging on decentralized systems.
210 (Creating Branches): Note that this is specific to CVS and related
211 systems.
212
bc859d5f
CY
2132011-12-19 Chong Yidong <cyd@gnu.org>
214
215 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
216 (VC Mode Line): Add index entry for "version control status".
217 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
218 Document vc-revert-show-diff. De-document vc-rollback.
219 (VC Directory Mode): Rewrite introduction. Move prefix arg
220 documentation here from VC Directory Buffer node.
221 (VC Directory Buffer): Use a decentralized VCS example.
222 (VC Directory Commands): Use a table. Remove material duplicated
223 in previous nodes on multi-file VC filsets.
224
9cff91f8
CY
2252011-12-17 Chong Yidong <cyd@gnu.org>
226
227 * maintaining.texi (VCS Concepts): Make "revision" terminology
228 less CVS-specific.
229 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
230 Registering node.
231 (Secondary VC Commands): Deleted. Promote subnodes.
232 (Log Buffer): Add command name for C-c C-c. Fix the name of the
233 log buffer. Add index entries.
234 (VCS Changesets, Types of Log File, VC With A Merging VCS): Use
235 "commit" terminology.
236 (Old Revisions): Move it to just before VC Change Log. "Tag" here
237 doesn't refer to tags tables. Note other possible forms of the
238 revision ID. C-x v = does not save.
239 (Registering): Note similarity to C-x v v action. Fix description
240 of how backends are chosen. De-document vc-default-init-revision.
241 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
242 in root log buffers.
243
f3b316df
CY
2442011-12-16 Chong Yidong <cyd@gnu.org>
245
246 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
247 (Basic VC Editing): Remove redundant descriptions.
248 (VC With A Merging VCS): Make description more general instead of
249 CVS-specific.
250 (VC With A Locking VCS): Use VC fileset terminology.
251
29eabb8e
CY
2522011-12-12 Chong Yidong <cyd@gnu.org>
253
254 * building.texi (Executing Lisp): Fix xref for C-M-x.
255 (Lisp Libraries): Add xref to node explaining `load' in Lisp
256 manual. Note that load-path is not customizable.
257 (Lisp Eval): Note that listed commands are available globally.
258 Explain the meaning of "defun" in the C-M-x context.
259 (Lisp Interaction): Copyedits.
260 (External Lisp): Fix name of inferior Lisp buffer. Mention
261 Scheme.
262 (Compilation): Define "inferior process".
263
cd0314dd
EZ
2642011-12-10 Eli Zaretskii <eliz@gnu.org>
265
266 * msdog.texi (Windows Fonts): Document how to force GDI font
267 backend on MS-Windows.
268
0595bd7e 2692011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
270
271 * building.texi (Compilation): Say what the -k flag to make does.
272 Move subprocess discussion to Compilation Shell.
273 (Compilation Mode): Add xref for grep, occur, and mouse
274 references. Define "locus".
275 (Grep Searching): Use @command.
0595bd7e
CY
276 (Debuggers, Commands of GUD, GDB Graphical Interface): Clarify
277 intro.
278 (Starting GUD): Clarify how arguments are specified.
279 (Debugger Operation): Index entry for "GUD interaction buffer",
280 and move basic description here from Commands of GUD node.
281 (GDB User Interface Layout): Copyedits.
282 (Source Buffers): Remove gdb-find-source-frame, which is not in
283 gdb-mi.el.
284 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
285 toggle-gdb-all-registers, which are not in gdb-mi.el. Don't
286 re-document GUD interaction buffers.
b09d01da
CY
287
288 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
289 (Semantic): Add cindex entries for Semantic.
290
2a185919
CY
2912011-12-06 Chong Yidong <cyd@gnu.org>
292
293 * programs.texi (Man Page): Clarify how to use Man-switches.
294 Don't bother documenting Man-fontify-manpage-flag.
295 (Lisp Doc): Add xref to Name Help node.
296 (Hideshow): Add cindex. Mention role of ellipses, and default
297 value of hs-isearch-open. Don't bother documenting
298 hs-special-modes-alist.
299 (Symbol Completion): Add kindex for C-M-i. Don't recommend
300 changing the window manager binding of M-TAB.
301
ebf10822
CY
3022011-12-05 Chong Yidong <cyd@gnu.org>
303
304 * programs.texi (Comment Commands): Fix description of for M-; on
305 blank lines. Move documentation of comment-region here.
306 (Multi-Line Comments): Clarify the role of comment-multi-line.
307 Refer to Comment Commands for comment-region doc.
308 (Options for Comments): Refer to Multi-Line Comments for
309 comment-multi-line doc, instead of duplicating it. Fix default
310 values of comment-padding and comment-start-skip.
311
ec7ae032
CY
3122011-12-04 Chong Yidong <cyd@gnu.org>
313
314 * programs.texi (Program Modes): Mention modes that are not
315 included with Emacs. Fix references to other manuals for tex.
316 Add index entry for backward-delete-char-untabify. Mention
317 prog-mode-hook.
318 (Which Function): Use "global minor mode" terminology.
319 (Basic Indent, Multi-line Indent): Refer to previous descriptions
320 in Indentation chapter to avoid duplication.
321 (Expressions): Copyedit.
322 (Matching): Document Electric Pair mode.
323
324 * ack.texi (Acknowledgments):
325 * rmail.texi (Movemail, Other Mailbox Formats):
326 * frames.texi (Frames): Don't capitalize "Unix".
327
a24bf23e
CY
3282011-12-04 Chong Yidong <cyd@gnu.org>
329
330 * text.texi (Nroff Mode): Mention what nroff is.
331 (Text Based Tables, Table Recognition): Don't say "Table mode"
332 since it's not a major or minor mode.
333 (Text Based Tables): Reduce the size of the example.
334 (Table Definition): Clarify definitions.
335 (Table Creation): Add key table.
336 (Cell Commands): Use kbd for commands.
337 (Table Rows and Columns): Combine nodes Row Commands and Column
338 Commands.
339 (Fixed Width Mode): Node deleted; contents moved to parent.
340 (Table Conversion): Shorten example.
341 (Measuring Tables): Merge into Table Misc.
342
8863a584
CY
3432011-12-03 Chong Yidong <cyd@gnu.org>
344
345 * text.texi (TeX Mode): Mention AUCTeX package.
346 (TeX Editing): Add xref to documentation for Occur.
347 (LaTeX Editing): Add xref to Completion node.
348 (TeX Print): Fix description of tex-directory.
349 (Enriched Text): Renamed from Formatted Text. Make this node and
350 its subnodes less verbose, since text/enriched files are
351 practically unused.
352 (Enriched Mode): Renamed from Requesting Formatted Text.
353 (Format Colors): Node deleted.
354 (Enriched Faces): Renamed from Format Faces. Describe commands
355 for applying colors too.
356 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
357
358 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
359
360 * display.texi (Colors): New node.
361
362 * cmdargs.texi (Colors X):
363 * xresources.texi (GTK styles):
364 * custom.texi (Face Customization): Reference it.
365
366 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
367 Link to Fill Commands for Justification entry.
368
6fdebe93
EZ
3692011-12-03 Eli Zaretskii <eliz@gnu.org>
370
371 * display.texi (Auto Scrolling): More accurate description of what
372 scroll-*-aggressively does, including the effect of non-zero
373 margin. Fix "i.e." markup.
374
95ca9bc7
CY
3752011-12-02 Chong Yidong <cyd@gnu.org>
376
377 * text.texi (Pages): Mention how formfeed chars are displayed.
378 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
379 Describe adaptive filling more precisely.
380 (Fill Commands): Note that filling removes excess whitespace.
381 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
382 now bound to indent-for-tab-command in Text mode.
383 (Outline Mode): Copyedits.
384 (Outline Visibility): Note that Reveal mode is a buffer-local
385 minor mode.
386
387 * modes.texi (Major Modes): Move note about checking major-mode in
388 a hook function here, from Text mode.
389
6d262977
CY
3902011-11-28 Chong Yidong <cyd@gnu.org>
391
b22b1918
CY
392 * text.texi (Words): Add xref to Position Info.
393 (Paragraphs): Add xref to Regexps.
394
6d262977
CY
395 * indent.texi (Indentation): Rewrite introduction. Move table to
396 Indentation Commands node.
397 (Indentation Commands): Add index entries to table. Copyedits.
398 (Tab Stops, Just Spaces): Copyedits.
399 (Indent Convenience): New node. Document electric-indent-mode.
400
401 * programs.texi (Basic Indent):
402 * windows.texi (Pop Up Window): Fix kindex entry.
403
dc95a8b0
CY
4042011-11-28 Chong Yidong <cyd@gnu.org>
405
406 * modes.texi (Major Modes): Move major-mode variable doc here from
407 Choosing Modes. Document describe-mode. Document prog-mode-hook
408 and text-mode-hook. Add example of using hooks.
409 (Minor Modes): Document behavior of mode command calls from Lisp.
410 Note that setting the mode variable using Customize will DTRT.
411 (Choosing Modes): Add example of setting a minor mode using a
412 local variable.
413
b63a8e8e
CY
4142011-11-27 Chong Yidong <cyd@gnu.org>
415
416 * frames.texi (Creating Frames): Move frame parameter example to
417 Frame Parameters node.
418 (Frame Commands): C-x 5 o does not warp the mouse by default.
419 (Fonts): Add more GTK-style properties; also, they should be
420 capitalized.
421 (Special Buffer Frames): Node deleted; special-display is on the
422 way out.
423 (Frame Parameters): Example moved here from Creating Frames.
424 Clarify that default-frame-alist affects the initial frame too.
425 Delete auto-raise-mode and auto-lower-mode.
426 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
427 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
428
429 * windows.texi (Window Choice): Add xref to Lisp manual for
430 special-display-*.
431
a3dcc84e
EZ
4322011-11-26 Eli Zaretskii <eliz@gnu.org>
433
434 * display.texi (Text Display): Update the description,
435 cross-references, and indexing related to display of control
436 characters and raw bytes.
437
4ad3bc2a
CY
4382011-11-25 Chong Yidong <cyd@gnu.org>
439
440 * frames.texi (Frames): Rewrite introduction.
441 (Mouse Commands): Default for mouse-drag-copy-region is now t.
442 Mouse-3 does not copy to kill ring by default. DEL does not
443 behave specially for mouse commands any more.
444 (Mouse References): Document mouse-1-click-follows-link more
445 thoroughly.
446 (Menu Mouse Clicks): Move footnote to the main text and add xref
447 to Init Rebinding node.
448 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
449
450 * files.texi (Visiting): `C-x 5 f' works on ttys too.
451
20db1522
JB
4522011-11-24 Juanma Barranquero <lekktu@gmail.com>
453
454 * display.texi (Font Lock): Fix typo.
455
01d06b1f
GM
4562011-11-24 Glenn Morris <rgm@gnu.org>
457
458 * rmail.texi (Rmail Output):
459 Mention rmail-automatic-folder-directives. (Bug#9657)
460
0cbaa1d5
CY
4612011-11-21 Chong Yidong <cyd@gnu.org>
462
463 * mark.texi (Global Mark Ring): Fix description of global mark
464 ring (Bug#10032).
465
fe7a3057
JB
4662011-11-20 Juanma Barranquero <lekktu@gmail.com>
467
468 * msdog.texi (Windows Fonts): Fix typo.
469
b6e63cbe
GM
4702011-11-17 Glenn Morris <rgm@gnu.org>
471
472 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
473
58179cce
JB
4742011-11-16 Juanma Barranquero <lekktu@gmail.com>
475
476 * killing.texi (Rectangles):
7877f373
JB
477 * misc.texi (Document View):
478 * modes.texi (Choosing Modes):
479 * msdog.texi (Windows Fonts):
58179cce
JB
480 * regs.texi (Rectangle Registers):
481 * search.texi (Isearch Yank): Fix typos.
482
291d142b
CY
4832011-11-06 Chong Yidong <cyd@gnu.org>
484
485 * windows.texi (Basic Window): Add xref to Cursor Display.
486 (Split Window): Document negative arg for splitting commands.
487 (Other Window): Document mouse-1 in text area of window.
488 (Change Window): Don't mention window attributes, since they
489 aren't defined. C-x 1 can't be used with minibuffer windows.
490 Windows are no longer auto-deleted.
491 (Window Choice): Add xref to Choosing Window in Lisp manual.
492 (Window Convenience): Note that windmove disables shift-selection.
493 Move M-x compare-windows here from Other Window node.
494
495 * custom.texi (Mouse Buttons):
496 * search.texi (Isearch Scroll):
497 * windows.texi (Split Window): Use new names split-window-below
498 and split-window-right.
499
a7ef684b
JB
5002011-10-26 Juanma Barranquero <lekktu@gmail.com>
501
502 * emacs.texi (Top): Fix typo.
503
d53e1747
GM
5042011-10-25 Glenn Morris <rgm@gnu.org>
505
506 * abbrevs.texi (Saving Abbrevs):
507 quietly-read-abbrev-file is not a command. (Bug#9866)
508
e7a3ff06
CY
5092011-10-24 Chong Yidong <cyd@gnu.org>
510
511 * display.texi (Scrolling): Document scroll-up-line and
512 scroll-down-line. Document scroll-command property.
513 (Recentering): New node, split off from Scrolling.
514
86c60681
CY
5152011-10-23 Chong Yidong <cyd@gnu.org>
516
da97a9e6
CY
517 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
518 (Tool Bars): Copyedits.
519
86c60681
CY
520 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
521
d195726a
CY
5222011-10-22 Chong Yidong <cyd@gnu.org>
523
524 * windows.texi (Displaying Buffers): Fix broken lispref link.
525
a70e06c1
CY
5262011-10-22 Chong Yidong <cyd@gnu.org>
527
528 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
529 Move confirm-nonexistent-file-or-buffer discussion here.
530
531 * files.texi (File Names, Visiting): Move detailed discussion of
532 minibuffer confirmation to Minibuffer Exit.
533
534 * buffers.texi (Buffers): Tweak mention of mail buffer name.
535 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
536
bfd779dd
CY
5372011-10-21 Chong Yidong <cyd@gnu.org>
538
539 * files.texi (File Names, Visiting, Interlocking): Copyedits.
540 (Backup Copying): backup-by-copying-when-mismatch is now t.
541 (Customize Save): Fix description of require-final-newline.
542 (Reverting): Note that revert-buffer can't be undone. Mention VC.
543 (Auto Save Control): Clarify.
544 (File Archives): Add 7z.
545 (Remote Files): ange-ftp-make-backup-files defaults to nil.
546
547 * arevert-xtra.texi (Autorevert): Copyedits.
548
6e317956
CY
5492011-10-20 Chong Yidong <cyd@gnu.org>
550
551 * custom.texi (Hooks, Init Examples):
552 * display.texi (Font Lock):
553 * fixit.texi (Spelling):
554 * rmail.texi (Rmail Display): Minor mode function with no arg now
555 enables it.
556
557 * fixit.texi (Spelling): Fix description of inline completion.
558
5abc31ef
CY
5592011-10-19 Chong Yidong <cyd@gnu.org>
560
561 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
562 entries.
563 (Isearch Yank): Document isearch-yank-pop.
564 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
565 (Other Repeating Search): Document Occur Edit mode.
566
939db9ac
CY
5672011-10-18 Chong Yidong <cyd@gnu.org>
568
569 * display.texi (Fringes): Move overflow-newline-into-fringe here,
570 from Line Truncation node.
571 (Standard Faces): Note that only the background of the cursor face
572 has an effect.
573 (Cursor Display): Fix descriptions of cursor face
574 and bar cursor blinking.
575 (Text Display): Document nobreak-char-display more clearly.
576 (Line Truncation): Add xref to Split Window node.
577 (Display Custom): Don't bother documenting baud-rate or
578 no-redraw-on-reenter.
579
580 * search.texi (Slow Isearch): Node removed.
581
80c6d77f
GM
5822011-10-18 Glenn Morris <rgm@gnu.org>
583
584 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
585
d366bd53
CY
5862011-10-18 Chong Yidong <cyd@gnu.org>
587
588 * display.texi (Faces): Simplify discussion. Move documentation
589 of list-faces-display here, from Standard Faces node. Note
590 special role of `default' background.
591 (Standard Faces): Note special role of `default' background. Note
592 that region face may be taken fom GTK. Add xref to Text Display.
593 (Text Scale): Rename from "Temporary Face Changes". Callers
594 changed. Don't bother documenting variable-pitch-mode.
595 (Font Lock): Copyedits. Remove font-lock-maximum-size.
596 (Useless Whitespace): Simplify description of
597 delete-trailing-whitespace. Note active region case.
598 (Text Display): Fix description of escape-glyph face assignment.
599 Remove unibye mode discussion. Update some parts for Unicode.
600 Move glyphless chars documentation to Lisp manual.
601
602 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
603
21100e7d
CY
6042011-10-15 Chong Yidong <cyd@stupidchicken.com>
605
606 * display.texi (Scrolling): Tweak explanation of scroll direction.
607 (View Mode): Add index entries.
608
609 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
610
611 * regs.texi (Text Registers): C-x r i does not activate the mark.
612 (Bookmarks): Document new default bookmark location.
613
50b063c3
CY
6142011-10-13 Chong Yidong <cyd@stupidchicken.com>
615
616 * killing.texi (Deletion): Add xref to Using Region. Document
617 delete-forward-char.
618 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
619 description here. Recommend C-u C-SPC for jumping to mark.
620 (Kill Ring): Move kill ring variable documentation here.
621 (Primary Selection): Copyedits.
622 (Rectangles): Document new command rectangle-number-lines.
623 (CUA Bindings): Note that this disables the mark-even-if-inactive
624 behavior for C-x and C-c.
625
626 * mark.texi (Mark): Mention "active region" terminology.
627 (Using Region): Document delete-active-region.
628
e1a3f5b1
CY
6292011-10-12 Chong Yidong <cyd@stupidchicken.com>
630
631 * mark.texi (Mark): Clarify description of disabled Transient Mark
632 mode (Bug#9689).
633 (Setting Mark): Document prefix arg for C-x C-x. Document primary
634 selection changes. Mention that commands like C-y set the mark.
635 (Marking Objects): Add xref to Words node. Note that mark-word
636 and mark-sexp also have the "extend region" behavior.
637 (Using Region): Mention M-$ in the table. Document
638 mark-even-if-inactive here instead of in Mark Ring.
639 (Mark Ring): Move mark-even-if-inactive to Using Region. Take
640 note of the "Mark Set" behavior.
641 (Disabled Transient Mark): Rename from "Persistent Mark"
642 (Bug#9688). Callers changed.
643
644 * programs.texi (Expressions):
645 * text.texi (Words): Defer to Marking Objects for mark-word doc.
646
3dc62b2b
CY
6472011-10-09 Chong Yidong <cyd@stupidchicken.com>
648
649 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
650 option" terminology.
651 (Key Help): Add command names. Define "documentation string".
652 (Name Help): Remove an over-long joke.
653 (Apropos): Document prefix args. Remove duplicated descriptions.
654 (Help Mode): Add C-c C-b to table. Update TAB binding.
655 (Package Keywords): Rename from "Library by Keyword". Describe
656 new package menu interface.
657 (Help Files, Help Echo): Tweak description.
de09aa52
CY
658
659 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 660 (Minibuffer History): Document numeric args to history commands.
de09aa52 661
2d3fe5d7
EZ
6622011-10-08 Eli Zaretskii <eliz@gnu.org>
663
664 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
665
b2b0776e
CY
6662011-10-08 Chong Yidong <cyd@stupidchicken.com>
667
668 * basic.texi (Position Info): Omit page commands. Document
669 count-words-region and count-words.
670
671 * text.texi (Pages): Move what-page documentation here.
672
27a16462
CY
6732011-10-08 Chong Yidong <cyd@stupidchicken.com>
674
675 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
676 Remote Files node instead of linking directly to the Tramp manual.
677 (Minibuffer Edit): Add xref to Blank Lines.
678 (Completion): Add xref to Symbol Completion. Remove redundant
679 example, which is repeated in the next node.
680 (Completion Commands): Minor clarifications.
681 (Completion Styles): New node, split from Completion Commands.
682 Document substring and initials styles.
683 (Strict Completion): Remove information duplicated in other nodes.
684 (Completion Options): Consolidate case difference discussion here.
685
686 * help.texi (Help Mode): Fix kindex entries.
687
688 * files.texi (File Names): Add index entries.
689
de0bde62
CY
6902011-10-07 Chong Yidong <cyd@stupidchicken.com>
691
692 * basic.texi (Inserting Text): Add xref to Completion. Add
693 ucs-insert example, and document prefix argument.
694 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
695 to left/right. Tweak left-char and right-char descriptions.
696 M-left and M-right are now bound to left-word/right-word.
697 (Erasing): Document delete-forward-char.
698
699 * screen.texi (Screen, Menu Bar): Copyedits.
700 (Point): Remove duplicate paragraph on cursors, also in Screen.
701 (Mode Line): Trailing dashes no longer shown on X displays.
702
703 * frames.texi (Non-Window Terminals): Index just "text-only
704 terminal", which is used throughout the manual now.
705
706 * entering.texi (Entering Emacs): Define "startup screen".
707 Document window-splitting behavior with command-line inputs.
708 (Exiting): Remove obsolete paragraph about shells without suspend
709 functionality.
710
711 * commands.texi (User Input): Define "input event" more clearly.
712 (Keys): Add xref to Echo Area.
713 (Commands): Clarify relation between commands and functions.
714
453e4522
CY
7152011-10-06 Chong Yidong <cyd@stupidchicken.com>
716
717 * misc.texi (emacsclient Options): Document how emacsclient runs
718 the Emacs daemon (Bug#9674).
719
550f41cd
CY
7202011-10-01 Chong Yidong <cyd@stupidchicken.com>
721
722 * basic.texi (Moving Point):
723 * custom.texi (Mouse Buttons):
724 * rmail.texi (Rmail Scrolling):
725 * search.texi (Isearch Scroll):
726
727 * display.texi (Scrolling): Replace scroll-up/down with
728 scroll-up/down-command. Fix scroll-preserve-screen-position
729 description. Document scroll-error-top-bottom.
730
9229fe87
GM
7312011-09-30 Glenn Morris <rgm@gnu.org>
732
733 * commands.texi (Keys): Whitespace fix. (Bug#9635)
734
0a2132ba
CY
7352011-09-24 Chong Yidong <cyd@stupidchicken.com>
736
737 * windows.texi (Pop Up Window): Defer discussion of window
738 splitting to the Window Choice node. Add index entries.
739 (Force Same Window): Node deleted.
740 (Displaying Buffers, Window Choice): New nodes.
741
742 * buffers.texi (Select Buffer): Clarify description of
743 buffer-switching commands. Add xref to Window Display node.
744 Don't repeat confirm-nonexistent-file-or-buffer description from
745 Visiting node. Remove even-window-heights.
746
747 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
748
33ed493b
CY
7492011-09-18 Chong Yidong <cyd@stupidchicken.com>
750
751 * cmdargs.texi (Icons X): Fix description of Emacs icon.
752
753 * xresources.texi (Table of Resources): Fix documentation of
754 bitmapIcon.
755
92fa95ad
CY
7562011-09-15 Chong Yidong <cyd@stupidchicken.com>
757
758 * package.texi (Package Menu): Add package-menu-mark-upgrades.
759
16254627
EH
7602011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
761
762 * frames.texi (Frame Commands): Note that delete-other-frames only
763 deletes frames on current terminal.
764
c3760c17
EZ
7652011-09-10 Eli Zaretskii <eliz@gnu.org>
766
767 * sending.texi (Mail Misc): Document mail-add-attachment.
768
69b8be97
EZ
7692011-09-04 Eli Zaretskii <eliz@gnu.org>
770
771 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
772
3fd50d5c
CY
7732011-08-29 Chong Yidong <cyd@stupidchicken.com>
774
775 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
776
e2aeef63
CY
7772011-08-28 Chong Yidong <cyd@stupidchicken.com>
778
779 * files.texi (File Archives):
780 * cal-xtra.texi (Diary Display):
781 * help.texi (Help Mode): Add xref to View Mode.
782
ddb54206
CY
7832011-08-28 Chong Yidong <cyd@stupidchicken.com>
784
a6326082
CY
785 * display.texi (View Mode): New node. Move view-file here from
786 Misc File Ops. Move view-buffer here from Misc Buffer.
787
788 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
789
04e2ce72 790 * files.texi (Misc File Ops): Document new
a6326082 791 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
792
793 * dired.texi (Dired Deletion): Shorten description of Trash.
794
ddb54206
CY
795 * misc.texi (emacsclient Options): Document server-port.
796
bd206ce5
EZ
7972011-08-27 Eli Zaretskii <eliz@gnu.org>
798
799 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
800 even on MS-Windows. Fix a typo.
801
d43f5a42
CY
8022011-08-26 Chong Yidong <cyd@stupidchicken.com>
803
804 * package.texi: New file, documenting the package manager.
805
806 * emacs.texi: Include it.
807
808 * help.texi (Help Summary): Add describe-package.
809
e0b1591b
CY
8102011-08-25 Chong Yidong <cyd@stupidchicken.com>
811
856ce114
CY
812 * misc.texi (Printing): Convert subnodes into subsections.
813
f404f8bc
CY
814 * text.texi (Two-Column): Move into Text chapter.
815
816 * picture-xtra.texi (Picture Mode): Group with Editing Binary
817 Files section. Convert from chapter into section.
818
819 * display.texi (Narrowing): Move into display chapter.
820
e0b1591b
CY
821 * sending.texi (Sending Mail):
822 * rmail.texi (Rmail):
823 * misc.texi (Gnus, Document View):
824 * dired.texi (Dired):
825 * emacs.texi: Group the mail, rmail, and gnus chapters together.
826
75bfc667
JL
8272011-08-07 Juri Linkov <juri@jurta.org>
828
829 * dired.texi (Operating on Files): Rewrite according to the fact
830 that `dired-do-chmod' doesn't use the `chmod' program anymore.
831
fe676f91
MA
8322011-07-30 Michael Albinus <michael.albinus@gmx.de>
833
834 * mini.texi (Minibuffer File): Insert a reference to Tramp for
835 remote file name completion. (Bug#9197)
836
4cc60b9b
EZ
8372011-07-28 Eli Zaretskii <eliz@gnu.org>
838
839 * mule.texi (Bidirectional Editing): Document the fact that
840 bidi-display-reordering is t by default.
841
89671e16
LMI
8422011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
843
844 * help.texi (Misc Help): Mention `describe-prefix-bindings'
845 explicitly (bug#8904).
846
fb23ecc2
LMI
8472011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
848
849 * trouble.texi (Checklist): Use an `M-x' example instead of an
850 Emacs Lisp form to switch on the dribble file (bug#8056).
851
465c5fc8
LMI
8522011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
853
854 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
855
90a6258b
GM
8562011-07-13 Glenn Morris <rgm@gnu.org>
857
858 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
859
c7588364
LMI
8602011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
861
862 * mark.texi (Mark Ring): Clarify how many locations are saved
863 (bug#5770).
864 (Global Mark Ring): Ditto.
865
4cb4f3ba
LMI
8662011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
867
d648feab
LMI
868 * text.texi (Table Recognition): Use "at point" instead of "under
869 point" (bug#4345).
870
4cb4f3ba
LMI
871 * display.texi (Cursor Display): Mention `cursor-type'.
872
873 * screen.texi (Point): Clarify that it's only if you use a block
874 cursor that it appears to be on a character (bug#4345).
875
ecd0b990
CY
8762011-07-12 Chong Yidong <cyd@stupidchicken.com>
877
878 * misc.texi (Amusements): Move dissociated press here, from its
879 own section.
880
881 * emacs.texi (Top): Update node listing.
882
c2fd0368
LMI
8832011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
884
885 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
886 clarity (bug#3523).
887
fdeb32ec
CY
8882011-07-12 Chong Yidong <cyd@stupidchicken.com>
889
890 * cmdargs.texi (Initial Options): Document --no-site-lisp.
891 (Misc X): Document --parent-id.
892
893 * frames.texi (Frame Commands): Note that focus-follows-mouse now
894 defaults to nil.
895
896 * misc.texi (emacsclient Options): Document --parent-id.
897
898 * msdog.texi (Windows HOME): Document _emacs as obsolete.
899
f584ca38
LMI
9002011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
901
902 * emacs.texi: Use "..." instead of ``...'' in the menus
903 (bug#3503).
904
963578d3
CY
9052011-07-11 Chong Yidong <cyd@stupidchicken.com>
906
907 * killing.texi (Primary Selection): Document `only' setting for
908 select-active-regions.
909
910 * mark.texi (Setting Mark): Reference Shift Selection node.
911
912 * frames.texi (Mouse Commands): Document mouse-yank-primary.
913
a30ed87b
LMI
9142011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
915
47076272
LMI
916 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
917 motion keys" (bug#3503).
918
a30ed87b
LMI
919 * emacs.texi: Change all the register node names from "RegPos"
920 (etc.) to "Positional Registers" (etc.) (bug#3314).
921
4d45a8b7
CY
9222011-07-11 Chong Yidong <cyd@stupidchicken.com>
923
924 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
925 (Other Kill Commands, Kill Options): Copyedits.
926 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
927 (Yanking): Move yank-excluded properties discussion here.
928 (Cut and Paste): Move from frames.texi. Update subnodes to
929 describe x-select-enable-clipboard case.
930
931 * frames.texi: Move Cut and Paste node and subnodes into
932 killing.texi, except Mouse Commands and Word and Line Mouse.
933
c160ddee
AM
9342011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
935
936 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
937
3329e6e3
LMI
9382011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
939
32a214fe
LMI
940 * screen.texi (Mode Line): Clarify that coding systems are
941 characters, not letters (bug#1749).
942
3329e6e3
LMI
943 * cmdargs.texi (Environment): Mention removing variables
944 (bug#1615). Text suggested by Kevin Rodgers.
945
8875da1e
CY
9462011-07-10 Chong Yidong <cyd@stupidchicken.com>
947
54806e45
CY
948 * misc.texi (Amusements): Don't mention Yow; it's crippled.
949
8875da1e
CY
950 * modes.texi: Rename from major.texi.
951 (Modes): New node. Make Major Modes and Minor Modes subsections
952 of this. All callers changed.
953
954 * custom.texi (Minor Modes): Move to modes.texi.
955
7847b2a1
CY
9562011-07-10 Chong Yidong <cyd@stupidchicken.com>
957
6cfd0fa2
CY
958 * custom.texi (Syntax): Node deleted.
959
960 * help.texi (Help Summary):
961 * major.texi (Major Modes):
962 * programs.texi (Parentheses):
963 * search.texi (Regexp Backslash, Regexp Backslash)
964 (Regexp Backslash):
965 * text.texi (Words): Callers changed.
966
7847b2a1
CY
967 * text.texi (Refill, Longlines): Delete nodes.
968
969 * ack.texi (Acknowledgments): Longlines removed from manual.
970
971 * emacs.texi (Top): Update node listing.
972
2a71c436
GM
9732011-07-09 Glenn Morris <rgm@gnu.org>
974
975 * fortran-xtra.texi (Fortran): Update handled extensions.
976
61436e9f
LMI
9772011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
978
979 * display.texi (Scrolling): `C-v' (etc) are now bound to
980 `scroll-*-command' (bug#8349).
981
6e560c71
LMI
9822011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
983
48954a09 984 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
985 doesn't actually delete any files (bug#7125).
986
2904fd97
LMI
987 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
988 argument for `C-c C-k' (bug#7391).
989
6e560c71
LMI
990 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
991 you're currently using (bug#8489).
992
978ff6c5
EZ
9932011-07-01 Eli Zaretskii <eliz@gnu.org>
994
995 * mule.texi (Coding Systems): Move index entries from the previous
996 change into their proper places.
997
0d742084
LMI
9982011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
999
31976bd5
LMI
1000 * help.texi (Help Files): Document view-external-packages (bug#8902).
1001
0d742084
LMI
1002 * mule.texi (Coding Systems): Put a few more of the coding systems
1003 into the index (bug#8900).
1004
9f678528
GM
10052011-06-26 Glenn Morris <rgm@gnu.org>
1006
1007 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1008
18a4ce5e
AR
10092011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1010
1011 * misc.texi (emacsclient Options): Mention --frame-parameters.
1012
f0da764a
GM
10132011-06-09 Glenn Morris <rgm@gnu.org>
1014
1015 * custom.texi (Specifying File Variables):
1016 Recommend explicit arguments for minor modes.
1017
b047e7ac
PE
10182011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1019
1020 Document wide integers better.
1021 * buffers.texi (Buffers):
001903b5
PE
1022 * files.texi (Visiting): Document maxima for 64-bit machines,
1023 and mention virtual memory limits.
b047e7ac 1024
bf41276f
CY
10252011-05-28 Chong Yidong <cyd@stupidchicken.com>
1026
1027 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1028
1029 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1030 prog mode (Bug#8240).
1031
e145f188
GM
10322011-05-27 Glenn Morris <rgm@gnu.org>
1033
1034 * custom.texi (Specifying File Variables):
1035 Major modes no longer need come first.
1036
313f790e
CY
10372011-05-22 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1040 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1041
c136e5cd
GM
10422011-05-18 Glenn Morris <rgm@gnu.org>
1043
1044 * ack.texi (Acknowledgments): Remove fakemail.c.
1045
c71a0d48 10462011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
1047
1048 Fixes for fitting text into 7x9 printed manual.
1049 * building.texi (Flymake, Breakpoints Buffer):
1050 * calendar.texi (Appointments):
1051 * cmdargs.texi (General Variables, Display X):
1052 * custom.texi (Saving Customizations, Face Customization)
1053 (Directory Variables, Minibuffer Maps, Init Rebinding):
1054 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1055 * fixit.texi (Spelling):
1056 * frames.texi (Creating Frames, Fonts):
1057 * help.texi (Help Files):
1058 * mini.texi (Minibuffer File):
1059 * misc.texi (emacsclient Options, Emulation):
1060 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1061 * mule.texi (International Chars, Language Environments)
1062 (Select Input Method, Modifying Fontsets, Charsets):
1063 * programs.texi (Custom C Indent):
1064 * rmail.texi (Rmail Labels):
1065 * text.texi (Table Conversion):
1066 * trouble.texi (Known Problems, Known Problems):
1067 * windows.texi (Change Window):
1068 * xresources.texi (GTK resources): Reflow text and re-indent code
1069 examples to avoid TeX overflows and underflows on 7x9 paper.
1070
1071 * emacs.texi: Fix the (commented out) smallbook command.
1072
1073 * macos.texi (Mac / GNUstep Events):
1074 * xresources.texi (Lucid Resources): Remove extraneous examples.
1075
b8f82dc1
GM
10762011-05-10 Glenn Morris <rgm@gnu.org>
1077
1078 * custom.texi (Specifying File Variables):
1079 Deprecate using mode: for minor modes.
1080
d306b4da
GM
10812011-05-07 Glenn Morris <rgm@gnu.org>
1082
1083 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1084
548d0a63
GM
10852011-05-06 Glenn Morris <rgm@gnu.org>
1086
5006e634
GM
1087 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1088
548d0a63
GM
1089 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1090
e793a940
LMI
10912011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1092
1093 * misc.texi (Emacs Server): Document `server-eval-at'.
1094
7031be6d
UR
10952011-04-24 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * maintaining.texi (List Tags): Document next-file. Suggested by
1098 Uday S Reddy.
1099
4ffd0d6b 11002011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1101
1102 * mini.texi (Minibuffer Edit):
1103 * screen.texi (Mode Line): Fix typo.
1104
1c6c854e
CS
11052011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1106
024ff170 1107 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 1108
c5c9f40f
CY
11092011-03-26 Chong Yidong <cyd@stupidchicken.com>
1110
1111 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
1112
09725d26
EZ
11132011-03-30 Eli Zaretskii <eliz@gnu.org>
1114
1115 * display.texi (Auto Scrolling): Document the limit of 100 lines
1116 for never-recentering scrolling with `scroll-conservatively'.
1117 (Bug#6671)
1118
09d9db2c 11192011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
1120
1121 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
1122 HOME on Windows and where it looks for init files. (Bug#8221)
1123
62d94509
EZ
11242011-03-10 Eli Zaretskii <eliz@gnu.org>
1125
1126 * search.texi (Regexp Example):
1127 * mule.texi (International Chars):
1128 * building.texi (External Lisp): Don't use characters outside
1129 ISO-8859-1.
1130
0286d9de
EZ
11312011-03-09 Eli Zaretskii <eliz@gnu.org>
1132
1c6c854e
CS
1133 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
1134 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
1135
1136 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1137
114902a5 1138 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
1139 (Bug#8210)
1140
0afb4571
J
11412011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1142
1143 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
1144 for Gtk+ 3.
1145
bb3865e8
GM
11462011-03-08 Glenn Morris <rgm@gnu.org>
1147
6446548e
GM
1148 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1149 * emacs.texi (Acknowledgments):
1150 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 1151 * emacs.texi: Set documentencoding.
6446548e 1152
bb3865e8
GM
1153 * display.texi (Optional Mode Line): Don't mention exactly where
1154 display-time appears. (Bug#8193)
1155
33383987
JB
11562011-03-07 Chong Yidong <cyd@stupidchicken.com>
1157
1158 * Version 23.3 released.
1159
892777ba
CY
11602011-03-06 Chong Yidong <cyd@stupidchicken.com>
1161
1162 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
1163
0b973fc5
DW
11642011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
1165
1166 * misc.texi (emacsclient Options): Add q/quiet.
1167
8ef5a2f2
GM
11682011-03-02 Glenn Morris <rgm@gnu.org>
1169
1170 * mule.texi (Communication Coding) <x-select-request-type>:
1171 Remove duplicate (essentially) paragraph. (Bug#8148)
1172
bd106056
CS
11732011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
1174
1175 * maintaining.texi (Format of ChangeLog): Add reference to
1176 add-log-full-name.
1177 (Change Log Commands): Add documentation for combining multiple
1178 symbols in one change.
1179
6640b281
GM
11802011-03-01 Glenn Morris <rgm@gnu.org>
1181
1182 * custom.texi (Directory Variables):
1183 Give an example of excluding subdirectories.
1184
2b0c7330 11852011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
1186
1187 * search.texi (Regexp Search): Move index entries about regexps to the
1188 "Regexps" node. Add index entries for regexp search. (Bug#8096)
1189
8c62c205
GM
11902011-02-19 Glenn Morris <rgm@gnu.org>
1191
1192 * dired.texi (Dired): Dired-X version number was dropped.
1193
3928f2b6
JD
11942011-02-14 Jan Djärv <jan.h.d@swipnet.se>
1195
1196 * xresources.texi (X Resources): Remove *faceName and replace it with
1197 *font for Lucid.
1198
a41c8660
CY
11992011-02-05 Chong Yidong <cyd@stupidchicken.com>
1200
1201 * rmail.texi (Rmail Display): Document Rmail MIME support more
1202 accurately.
1203
1204 * maintaining.texi (VC Change Log): Document vc-log-incoming and
1205 vc-log-outgoing.
1206 (Merging): Document vc-find-conflicted-file.
1207
233ba4d9 12082011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
1209
1210 * custom.texi (Variables): Fix typo.
1211
14beddf4 12122011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 1213
65401ee3
CY
1214 * search.texi (Regexps): Copyedits. Mention character classes
1215 (Bug#7809).
1216
19f81ecf
CY
1217 * files.texi (File Aliases): Restore explanatory text from Eli
1218 Zaretskii, accidentally removed in 2011-01-08 commit.
1219
bf3dae7e
EZ
12202011-01-29 Eli Zaretskii <eliz@gnu.org>
1221
1222 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1223 (MAKEINFO_OPTS): New variable.
1224 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1225 (emacs.html): New target.
1226 (clean): Remove emacs.html.
1227
45eb2a5d
WL
12282011-01-23 Werner Lemberg <wl@gnu.org>
1229
1230 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1231 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1232 (ENVADD): Updated.
1233
9acfe703
GM
12342011-01-18 Glenn Morris <rgm@gnu.org>
1235
1236 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
1237
1238 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
1239
362b9d48
GM
12402011-01-15 Chong Yidong <cyd@stupidchicken.com>
1241
bb033b5f
CY
1242 * building.texi (Compilation): Improve instructions for running two
1243 compilations (Bug#7573).
1244
b024d9f0
MD
1245 * files.texi (Backup Names): Document the new location of the
1246 last-resort backup file.
1247
362b9d48
GM
1248 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
1249 manual. Explain why directory-abbrev-alist elements should be anchored
1250 (Bug#7777).
1251
12522011-01-15 Eli Zaretskii <eliz@gnu.org>
1253
1254 * msdog.texi (Windows Startup): Correct inaccurate description of
1255 differences between emacsclient.exe and emacsclientw.exe.
1256
7c420169 12572011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
1258
1259 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
1260
7c420169 12612011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
1262
1263 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
1264
7c420169 12652011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 1266
2d34d523
EZ
1267 * frames.texi (Cut and Paste): Modify the section's name and text:
1268 don't mix "cut/paste" with "kill/yank".
1269 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
1270 (Bug#7702)
1271
88ab4340
EZ
1272 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
1273
7c420169 12742011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
1275
1276 * maintaining.texi: Move inclusion of emerge after EDE, so that it
1277 matches its position in the menu. (Bug#7674)
1278
7c420169 12792011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
1280
1281 * trouble.texi (Checklist): Mention not replying via news either.
1282
92bb6c52
TH
12832010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1284
1285 * misc.texi (Document View): Update DocView section with newly
1286 supported document formats.
1287
b103c904
CY
12882010-12-21 Chong Yidong <cyd@stupidchicken.com>
1289
1290 * killing.texi: Resection the Info version to conform to the
1291 printed manual, to avoid making sections on Accumulating Text, CUA
1292 and Rectangles into full chapters.
1293
f49d1f52 12942010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
1295
1296 * custom.texi (Init Syntax): Add index entries for "character syntax".
1297 (Bug#7576)
1298
f49d1f52 12992010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
1300
1301 * text.texi (HTML Mode): Small fixes. (Bug#7607)
1302
f49d1f52 13032010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
1304
1305 * trouble.texi (Checklist): Fix typo in newsgroup name.
1306
f49d1f52 13072010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
1308
1309 * search.texi (Word Search): Note that the lazy highlight always
1310 matches to whole words (Bug#7470).
1311
f49d1f52 13122010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 1313
4f1948eb
EZ
1314 * display.texi (Optional Mode Line): Make the description of
1315 load-average more accurate.
1316
b8a9e136
EZ
1317 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
1318 registry, with a cross-reference.
62d72a4a
EZ
1319 (Windows Startup): New node. Move the stuff about the current
1320 directory from "Windows HOME".
b8a9e136 1321
07976ae3 13222010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
1323
1324 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
1325 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
1326
07976ae3 13272010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
1328
1329 * maintaining.texi (Version Control Systems): Fix repeated sentence.
1330 Suggested by Štěpán Němec.
1331
07976ae3 13322010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 1333
1aaae3f3
CY
1334 * maintaining.texi (Version Control): Say "commit", not "check in".
1335 (Version Control Systems): Simplify descriptions.
1336 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
1337 VCS Concepts.
1338 (VC Mode Line): Update example.
1339 (Old Revisions): Document revert-buffer for vc-diff.
1340 (Log Buffer): Promote to a subsection. Document header lines.
1341
1c6c854e
CS
1342 * macos.texi (Mac / GNUstep Basics):
1343 Document ns-right-alternate-modifier.
ec8a6295 1344
1aaae3f3
CY
1345 * emacs.texi (Top): Update node listing.
1346
0eb025fb
EZ
13472010-11-13 Eli Zaretskii <eliz@gnu.org>
1348
1349 * rmail.texi (Rmail Coding): Characters with no fonts are not
1350 necessarily displayed as empty boxes.
1351
1352 * mule.texi (Language Environments, Fontsets): Characters with no
1353 fonts are not necessarily displayed as empty boxes.
1354
1355 * display.texi (Text Display): Document display of glyphless
1356 characters.
1357
ea4f7750
GM
13582010-11-13 Glenn Morris <rgm@gnu.org>
1359
1360 * basic.texi (Position Info): Add M-x count-words-region.
1361
90639cea
GM
13622010-11-11 Glenn Morris <rgm@gnu.org>
1363
1364 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
1365
d607b96b 13662010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
1367
1368 * msdog.texi (Windows HOME): Add information regarding startup
1369 directory when invoking Emacs from a desktop shortcut. (bug#7300)
1370
c12e4a81
GM
13712010-10-11 Glenn Morris <rgm@gnu.org>
1372
df187c62
GM
1373 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1374
c12e4a81
GM
1375 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1376 (DVIPS): New variable.
234db610
GM
1377 (.PHONY): Add html, ps.
1378 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
1379 (clean): Delete html, ps files.
c12e4a81 1380
6513b232
EZ
13812010-10-09 Eli Zaretskii <eliz@gnu.org>
1382
1383 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
1384
f4f358f1
GM
13852010-10-09 Glenn Morris <rgm@gnu.org>
1386
c1dc72b3
GM
1387 * Makefile.in (VPATH): Remove.
1388 (infodir): Make it absolute.
1389 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
1390
4393405b
GM
1391 * Makefile.in (dist): Anchor regexps.
1392
eef3ab94
GM
1393 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
1394 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
1395 (emacs-xtra.pdf): Use $<.
1396
aa9db089
GM
1397 * Makefile.in (infoclean): Remove harmless, long-standing error.
1398
abd40fb4
GM
1399 * Makefile.in ($(infodir)): Delete rule.
1400 (mkinfodir): New.
1401 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
1402
f4f358f1 1403 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 1404 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
1405 * emacsver.texi: New file, replacing emacsver.texi.in.
1406
ea274122
GM
14072010-10-09 Glenn Morris <rgm@gnu.org>
1408
f7a31f11
GM
1409 * emacsver.texi.in: New file.
1410 * emacs.texi: Set EMACSVER by including emacsver.texi.
1411 * Makefile.in (distclean): Delete emacsver.texi.
1412 (dist): Copy emacsver.texi.
b13254e7 1413 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 1414
3fb78d1f
GM
1415 * ack.texi (Acknowledgments): No more b2m.c.
1416
ea274122
GM
1417 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1418 (emacs): Remove rule.
1419 (dist): No need to deal with the emacs rule any more.
1420
17ca7950
GM
14212010-10-07 Glenn Morris <rgm@gnu.org>
1422
1423 * Makefile.in (version): New, set by configure.
1424 (clean): Delete dist tar file.
1425 (dist): Use version in tar name.
1426
4c83f6e1
GM
14272010-10-06 Glenn Morris <rgm@gnu.org>
1428
1429 * Makefile.in (EMACS_XTRA): Add the main source file.
1430 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
1431 (mostlyclean): No core files, reorder other files.
1432 (clean): Delete specific dvi and pdf files.
1433 (infoclean, dist): New rules.
1434 (maintainer-clean): Use infoclean.
8a944cea 1435 ($(infodir)): Add parallel build workaround.
4c83f6e1 1436
0264072d
GM
14372010-10-04 Glenn Morris <rgm@gnu.org>
1438
1439 * Makefile.in (SHELL): Set it.
1440 (INFO_TARGETS, DVI_TARGETS): Remove variables.
1441 (info, dvi): Replace above variables with their expansions.
1442 (info): Move mkdir from here...
1443 ($(infodir)/emacs): ... to here (for parallel builds).
1444 (pdf): New target.
1445 ($(infodir)/emacs): Pass -o option to makeinfo.
1446 (.PHONY): Declare clean rules.
1447 (maintainer-clean): Delete dvi and pdf files.
1448 Guard against cd failures. Use a more restrictive delete.
1449
3226d6ca
GM
14502010-10-02 Glenn Morris <rgm@gnu.org>
1451
1452 * misc.texi (Shell Mode): Remove reference to old function name.
1453
cad90f3b
EZ
14542010-09-30 Eli Zaretskii <eliz@gnu.org>
1455
1456 * maintaining.texi (VC Mode Line): Mention all the possible VC status
1457 indicator characters.
1458
5f874327
GM
14592010-09-29 Glenn Morris <rgm@gnu.org>
1460
1461 * Makefile.in (top_srcdir): Remove unused variable.
1462
0ab9cff3
GM
14632010-09-14 Glenn Morris <rgm@gnu.org>
1464
67ae9766
GM
1465 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
1466 the last hook item.
1467
0ab9cff3
GM
1468 * calendar.texi (Appointments): Also updated when a diary include file
1469 is saved.
1470
6664fc59 14712010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
1472
1473 * trouble.texi (Bugs): Update the section intro.
1474 (Known Problems): New section.
1475 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
1476 (Sending Patches): Bug fixes are best as responses to existing bugs.
1477 * emacs.texi (Known Problems): Add menu entry for new section.
1478
be3283d7
GM
14792010-09-09 Glenn Morris <rgm@gnu.org>
1480
1481 * xresources.texi: Untabify.
1482
10999305 14832010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
1484
1485 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
1486
10999305 14872010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
1488
1489 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
1490
30641319
JD
14912010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1492
1493 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
1494
50dd7bc6
GM
14952010-08-21 Glenn Morris <rgm@gnu.org>
1496
1497 * misc.texi (Amusements): Mention bubbles and animate.
1498
5e620eca
EZ
14992010-07-31 Eli Zaretskii <eliz@gnu.org>
1500
1501 * files.texi (Visiting): Add more index entries for
1502 large-file-warning-threshold.
1503
8b2dd508
JD
15042010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1505
1506 * frames.texi (Tool Bars): Add doc for tool-bar-position.
1507
8838673e
GM
15082010-06-23 Glenn Morris <rgm@gnu.org>
1509
1510 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
1511 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
1512 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
1513 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
1514 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
1515 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
1516 Untabify Texinfo files.
1517
04d3bb6c
GM
15182010-06-10 Glenn Morris <rgm@gnu.org>
1519
103dd3a8
GM
1520 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
1521
04d3bb6c
GM
1522 * basic.texi (Inserting Text): Fix typo.
1523
50b79479
GM
15242010-06-10 Glenn Morris <rgm@gnu.org>
1525
1526 * ack.texi (Acknowledgments):
1527 * emacs.texi (Acknowledgments): Update for notifications.el.
1528
86d7a550
DU
15292010-05-31 Daiki Ueno <ueno@unixuser.org>
1530
1531 * dired.texi (Operating on Files): Mention encryption commands
1532 (Bug#6315).
1533
db5dce9d
EZ
15342010-05-29 Eli Zaretskii <eliz@gnu.org>
1535
1536 * basic.texi (Moving Point): Update due to renaming of commands bound
1537 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
1538
34313041
EZ
15392010-05-18 Eli Zaretskii <eliz@gnu.org>
1540
1541 * display.texi (Fringes): Document reversal of fringe arrows for R2L
1542 paragraphs.
1543 (Line Truncation): Fix wording for bidi display.
1544
1fc0ce04 1545 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
1546 keys.
1547
0235128c 15482010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
1549
1550 * building.texi (GDB Graphical Interface): Remove misleading comparison
1551 to an IDE (Bug#6128).
1552
0235128c 15532010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1554
1555 * programs.texi (Man Page):
1556 * misc.texi (Invoking emacsclient):
1557 * mini.texi (Repetition):
1558 * mark.texi (Setting Mark): Fix typos.
1559
0235128c 15602010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
1561
1562 * misc.texi (Printing): Document htmlfontify-buffer.
1563
0235128c 15642010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
1565
1566 * calendar.texi (Displaying the Diary, Format of Diary File):
1567 Fix external cross-references for TeX format output.
1568
0235128c
SM
15692010-05-07 Chong Yidong <cyd@stupidchicken.com>
1570
1571 * Version 23.2 released.
1572
f63d0028
JD
15732010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1574
1575 * cmdargs.texi (Initial Options): Mention --chdir.
1576
20fe03ad
JD
15772010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1578
1579 * frames.texi (Tool Bars): Add tool-bar-style.
1580
b7d65a5f
GM
15812010-04-21 Glenn Morris <rgm@gnu.org>
1582
1583 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
1584
a42dbee1
CY
15852010-04-18 Chong Yidong <cyd@stupidchicken.com>
1586
1587 * programs.texi (Semantic): New node.
1588
1589 * maintaining.texi (EDE): New node.
1590
1591 * emacs.texi: Update node listing.
1592
1593 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
1594
6e104790 15952010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 1596
d52dbd3d
GM
1597 * emacs.texi (Acknowledgments): Remove duplicate.
1598
a77fe20c
GM
1599 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
1600
6e104790 16012010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 1602
4ebe9902
GM
1603 * dired.texi (Misc Dired Features): Mention VC diff and log.
1604 * maintaining.texi (Old Revisions, VC Change Log):
1605 Mention that diff and log work in Dired buffers.
1606
98932641
GM
1607 * help.texi (Help Summary): Mention M-x info-finder.
1608
d5b22ab2 1609 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 1610
4d4e9522
GM
1611 * custom.texi (Specifying File Variables, Directory Variables):
1612 Document new commands for manipulating local variable lists.
1613
6e104790 16142010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
1615
1616 * trouble.texi (Contributing): Add cindex entry.
1617 Mention etc/CONTRIBUTE.
1618
6e104790 16192010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
1620
1621 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
1622 query-replace (Bug#5774).
1623
a20a9df3
GM
16242010-04-16 Glenn Morris <rgm@gnu.org>
1625
1626 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
1627
1ecb2d3f
JD
16282010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1629
1630 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
1631
99852628
JD
16322010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1633
1634 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
1635
ce79424f
EZ
16362010-03-30 Eli Zaretskii <eliz@gnu.org>
1637
1638 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
1639 cross-reference to "Inserting Text".
1640
1641 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
1642 Mention completion provided by `ucs-insert'.
1643
85738751 16442010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
1645
1646 * sending.texi (Sending Mail): Note variables that may need
1647 customizing.
1648 (Mail Sending): Expand discussion of send-mail-function.
1649
85738751 16502010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
1651
1652 Document Message mode as the default mail mode.
1653
1654 * sending.texi (Sending Mail): Copyedits.
1655 (Mail Format, Mail Headers): Document mail-from-style changes.
1656 (Mail Commands): Rename from Mail mode. Document Message mode.
1657 (Mail Misc): Rename from Mail mode Misc.
1658 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
1659 command names and update keybindings.
1660 (Header Editing): Document message-tab. De-document
1661 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
1662 favor of mail-default-headers. Ad index entries for user-full-name and
1663 user-mail-address.
1c6c854e
CS
1664 (Citing Mail): Update changes in Message mode behavior.
1665 Document mail-yank-prefix.
e73c2434
CY
1666 (Mail Signature): New node, moved from Mail Misc.
1667 (Mail Aliases): Mail abbrevs are the default with Message mode.
1668 (Mail Methods): Note that Message mode is now the default.
1669
1670 * rmail.texi (Rmail Reply):
1671 * text.texi (Text Mode):
1672 * major.texi (Major Modes):
1673 * mule.texi (Output Coding): Refer to Message mode.
1674
1675 * custom.texi (Init Examples): Add xref to Mail Header.
1676
1fc0ce04 1677 * emacs.texi (Top): Fix xrefs.
e73c2434 1678
85738751 16792010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 1680
c0c035fa
CY
1681 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
1682 repository if there is none.
1683 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
1684 vc-print-root-log.
ef7b27ef 1685 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 1686
71785b7a
CY
1687 * programs.texi (Program Modes): Mention Javascript mode.
1688
f67c5dd0
CY
1689 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
1690 * emacs.texi: Update node description.
1691
0f72a391 1692 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 1693 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 1694
dc2d2590
JL
16952010-03-30 Juri Linkov <juri@jurta.org>
1696
1697 * search.texi (Other Repeating Search): Remove line that `occur'
1698 can not handle multiline matches.
1699
a7b02820
EZ
17002010-03-30 Eli Zaretskii <eliz@gnu.org>
1701
1702 * mule.texi (International): Mention support of bidirectional editing.
1703 (Bidirectional Editing): New section.
1704
22ef1944
NR
17052010-03-28 Nick Roberts <nickrob@snap.net.nz>
1706
1707 * emacs.texi (Top): Update node names to those in building.texi.
1708
146b8b16
NR
17092010-03-27 Nick Roberts <nickrob@snap.net.nz>
1710
c5e87d10
PE
1711 doc/emacs/building.texi: Describe restored GDB/MI functionality
1712 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
1713 doc/emacs/emacs.texi: Update node names for building.texi.
1714
6d98672d
GM
17152010-03-24 Glenn Morris <rgm@gnu.org>
1716
1717 * ack.texi (Acknowledgments):
1718 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
1719
93318cbd
JD
17202010-03-20 Jan Djärv <jan.h.d@swipnet.se>
1721
1722 * xresources.texi (Table of Resources): Clarify toolBar number
1723 for Gtk+.
1724
1725 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
1726
15cf2f52
CY
17272010-03-21 Chong Yidong <cyd@stupidchicken.com>
1728
4102856c
CY
1729 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
1730
15cf2f52
CY
1731 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1732 and multi-isearch-buffers-regexp.
1733
1734 * indent.texi (Indentation): Clarify description of
1735 indent-for-tab-command. Document tab-always-indent.
1736
d68eb23c
CY
17372010-03-20 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * cmdargs.texi (Font X): Move most content to Fonts.
1740
1741 * frames.texi (Fonts): New node. Document font-use-system-font.
1742
1743 * emacs.texi (Top):
1744 * xresources.texi (Table of Resources):
1745 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1746
288f9fc0
CY
17472010-03-10 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * Branch for 23.2.
1750
17782bec
CY
17512010-03-06 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * custom.texi (Init Examples): Add xref to Locals.
1754
1755 * major.texi (Choosing Modes): Mention usage of setq-default for
1756 setting the default value of major-mode (Bug#5688).
1757
b4a1a8b2
CY
17582010-03-02 Chong Yidong <cyd@stupidchicken.com>
1759
1760 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1761
1762 * display.texi (Display Custom): Document make-pointer-invisible and
1763 underline-minimum-offset. Remove inverse-video.
1764
a1e759cd
CY
17652010-02-21 Chong Yidong <cyd@stupidchicken.com>
1766
1767 * frames.texi (Frame Commands): Note that the last ordinary frame can
1768 be deleted in daemon mode (Bug#5616).
1769
4f3bc373
GM
17702010-02-18 Glenn Morris <rgm@gnu.org>
1771
1772 * trouble.texi (Contributing): Repository is no longer CVS.
1773
5dbbdd33
GM
17742010-02-08 Glenn Morris <rgm@gnu.org>
1775
1776 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1777
cd61af01
SM
17782010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * display.texi (Useless Whitespace, Text Display):
1781 * custom.texi (Init Examples): Avoid obsolete special default variables
1782 like default-major-mode.
1783
b1bb0a25 17842010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1785
1786 * programs.texi (Other C Commands): Replace reference to obsolete
1787 c-subword-mode.
1788
99d0985b
GM
17892010-01-21 Glenn Morris <rgm@gnu.org>
1790
1791 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1792
893db5bc
GM
17932010-01-12 Glenn Morris <rgm@gnu.org>
1794
1795 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1796 emacs-pretest-bug for bug reports for development versions.
1797
0419b8d6
GM
17982010-01-11 Glenn Morris <rgm@gnu.org>
1799
1800 * display.texi (Highlight Interactively): `t' does not mean highlight
1801 all patterns. (Bug#5335)
1802
26e533e2
CY
18032009-12-29 Chong Yidong <cyd@stupidchicken.com>
1804
1805 * misc.texi (Shell): Document async-shell-command.
1806
1807 * building.texi (Grep Searching): Document zrgrep.
1808
484eaeac 1809 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 1810
7ee6c59b
NR
18112009-12-29 Nick Roberts <nickrob@snap.net.nz>
1812
1813 * building.texi: Import GDB Graphical Interface description from
1814 EMACS_23_1_RC.
1815
91ed7ea8
CY
18162009-12-24 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * emacs.texi (Top): Update node listing.
1819
1820 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1821
1822 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1823
1824 * cmdargs.texi (Initial Options):
1825 * xresources.texi (Resources): Document inhibit-x-resources.
1826
1827 * custom.texi (Specifying File Variables): Note that minor modes are
1828 enabled unconditionally.
1829
1830 * display.texi (Scrolling): Briefly document the old recenter command,
1831 and document recenter-positions.
1832
1833 * files.texi (Visiting):
1834 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1835
1c6c854e
CS
1836 * frames.texi (Cut/Paste Other App):
1837 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
1838
1839 * killing.texi (Kill Options): New node.
1840
6ca89aaa
CY
18412009-12-05 Chong Yidong <cyd@stupidchicken.com>
1842
1843 * misc.texi (Shell Options): ansi-color is now default.
1844
806642d4
GM
18452009-12-05 Glenn Morris <rgm@gnu.org>
1846
806642d4
GM
1847 * emacs.texi (Top): Update menu for cal-xtra node changes.
1848 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1849 or mode line. Don't mention invisible text or the details of
1850 diary-print-entries here, only in cal-xtra.
1851 (Format of Diary File): Mention that the "date on first line" format
1852 only really affects the simple display.
1853 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1854 (Diary Customizing): Holidays may be in the buffer or mode line.
1855 Move diary-print-entries to the "Diary Display" section.
1856 (Diary Display): New section, split out from "Fancy Diary Display".
1857 Explain the limitations of simple display, and how to print it.
1858
1a4f0c0a
GM
1859 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1860
e11adbd8
GM
1861 * cal-xtra.texi (Diary Display): Mention View mode.
1862
29a483ac
JL
18632009-11-29 Juri Linkov <juri@jurta.org>
1864
1865 * display.texi (Highlight Interactively): Actually a list of
1866 default faces is pre-loaded into a list of default values
1867 instead of the history.
1868
83d60c79
GM
18692009-11-20 Glenn Morris <rgm@gnu.org>
1870
1871 * ack.texi (Acknowledgments):
1872 * emacs.texi (Acknowledgments): Add htmlfontify.
1873
276bbe96
GM
18742009-11-14 Glenn Morris <rgm@gnu.org>
1875
98ad1bae
GM
1876 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
1877
276bbe96
GM
1878 * ack.texi (Acknowledgments):
1879 * emacs.texi (Acknowledgments): Update for recent Org changes.
1880
18430066
CY
18812009-10-31 Chong Yidong <cyd@stupidchicken.com>
1882
1883 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
1884 `charset' property, which is irrelevant to the user manual (Bug#3526).
1885
522ddc9f
JB
18862009-10-14 Juanma Barranquero <lekktu@gmail.com>
1887
1888 * trouble.texi (DEL Does Not Delete): Fix typo.
1889
50b49ade
MA
18902009-10-05 Michael Albinus <michael.albinus@gmx.de>
1891
1892 * files.texi (Misc File Ops): Mention copy-directory.
1893
6308321a
EZ
18942009-10-04 Eli Zaretskii <eliz@gnu.org>
1895
43b3b4d1
EZ
1896 * mule.texi (Unibyte Mode): Emphasize that
1897 unibyte-display-via-language-environment affects only the display.
1898
6308321a
EZ
1899 * display.texi (Horizontal Scrolling): Document cursor behavior under
1900 horizontal scrolling when point moves off the screen (Bug#4564).
1901 Improve wording.
1902
bd51ea7f
MA
19032009-10-01 Michael Albinus <michael.albinus@gmx.de>
1904
1905 * files.texi (Directories): delete-directory prompts for recursive
1906 deletion.
1907
55381962
GM
19082009-09-30 Glenn Morris <rgm@gnu.org>
1909
1910 * ack.texi (Acknowledgments):
1911 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
1912
13989ab1
TH
19132009-09-25 Tassilo Horn <tassilo@member.fsf.org>
1914
1915 * dired.texi (Dired Navigation): Use @code instead of @var for
1916 dired-isearch-filenames, so that it's not capitalized.
1917
8ba46c89
CY
19182009-09-19 Chong Yidong <cyd@stupidchicken.com>
1919
1920 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
1921
1922 * entering.texi (Exiting): C-z is now bound to suspend-frame.
1923
1924 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
1925 (Key Bindings): Reference Init Rebinding in introductory text.
1926 Shift some of the introduction to Keymaps node.
8ba46c89
CY
1927 (Keymaps): Simplify.
1928 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
1929 (Minibuffer Maps): Remove mention of Mocklisp.
1930 (Init Rebinding): Move mode-local rebinding example here from Local
1931 Keymaps.
1932 (Modifier Keys): Clarify.
1e11b018 1933 (Rebinding): Add cindex for "binding keys".
8ba46c89 1934
6a5ca7c8
CY
19352009-09-13 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
1938
0e1cba51
NR
19392009-08-31 Nick Roberts <nickrob@snap.net.nz>
1940
6a5ca7c8 1941 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 1942 Reorganize these two sections.
0e1cba51 1943
76a87a4d
EZ
19442009-08-29 Eli Zaretskii <eliz@gnu.org>
1945
1946 * cmdargs.texi (Initial Options): Fix last change.
1947
82e98df4
SM
19482009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * mule.texi (Enabling Multibyte):
1951 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
1952 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
1953
fb89fad9
GM
19542009-08-20 Glenn Morris <rgm@gnu.org>
1955
1956 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
1957
e99652b0
GM
19582009-08-19 Glenn Morris <rgm@gnu.org>
1959
1960 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
1961
5cca97ad
GM
19622009-08-18 Glenn Morris <rgm@gnu.org>
1963
1964 * ack.texi (Acknowledgments):
1965 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
1966
997797ae 1967 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 1968
985bf85b
GM
19692009-08-09 Glenn Morris <rgm@gnu.org>
1970
1971 * ack.texi (Acknowledgments):
1972 * emacs.texi (Acknowledgments): Add gdb-mi entry.
1973
8d6bb99e
DD
19742009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1975
1976 * emacs.texi (Top): Add new menu items for GDB-UI.
1977
1978 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 1979 section. Threads buffer is in separate section now.
8d6bb99e 1980
8353da9c
GM
19812009-08-08 Glenn Morris <rgm@gnu.org>
1982
1983 * ack.texi (Acknowledgments):
1984 * emacs.texi (Acknowledgments):
1985 Update for js2-mode and org changes.
1986
f2074faf
MA
19872009-08-02 Michael Albinus <michael.albinus@gmx.de>
1988
1989 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
1990 files.
1991
e8d2d3fb
CY
19922009-07-28 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
1995
324a4f6a
GM
19962009-07-23 Glenn Morris <rgm@gnu.org>
1997
1998 * programs.texi (Matching): Update blink-matching-paren-distance.
1999
b6937a70
CY
20002009-07-21 Chong Yidong <cyd@stupidchicken.com>
2001
2002 * frames.texi (Cut/Paste Other App): For select-active-regions,
2003 selection is now updated on moving point.
2004
bd8aaa36
RS
20052009-07-21 Richard Stallman <rms@gnu.org>
2006
2007 * glossary.texi (GNU, Daemon): Update information.
2008
8d9b5eba
JL
20092009-07-19 Juri Linkov <juri@jurta.org>
2010
2011 * custom.texi (Specifying File Variables, Safe File Variables):
2012 "variables/value pairs" -> "variable/value pairs".
2013
a2acc1db
GM
20142009-07-15 Glenn Morris <rgm@gnu.org>
2015
2016 * misc.texi (Gnus): Remove widow.
2017
c5ae942b
GM
20182009-07-11 Glenn Morris <rgm@gnu.org>
2019
703d26ba
GM
2020 * Makefile.in (TEXI2PDF): New.
2021 (emacs.pdf, emacs-xtra.pdf): New targets.
2022
522ddc9f 2023 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
2024
2025 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2026
2027 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
2028 Don't print the copying notice twice in the printed version.
2029 Update the menu and detailmenu.
2030 (Preface): The meaning of "on-line" has changed.
2031 Correct name for "Common Problems" chapter.
2032 (Distrib): Update FSF shop URL.
2033 (Intro): Showing two files at once is not so exciting.
2034
2035 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2036 (Mac / GNUstep Basics): Minor grammar changes.
2037 (Mac / GNUstep Events): Fix typo.
2038 (GNUstep Support): CANNOT_DUMP no longer applies.
2039
2040 * misc.texi (Document View): Fix typos.
2041
2042 * dired.texi (Dired):
2043 * help.texi (Help):
2044 * macos.texi (Mac OS / GNUstep):
2045 * maintaining.texi (Version Control, Introduction to VC):
2046 End menu descriptions with a period.
c5ae942b 2047
b1c8242b
EZ
20482009-07-09 Eli Zaretskii <eliz@gnu.org>
2049
2050 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2051 so categorical in saying that the option is only useful on NTFS.
2052
220d9aa6
GM
20532009-07-09 Glenn Morris <rgm@gnu.org>
2054
2055 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2056 (ENVADD): Add texinfodir to TEXINPUTS.
2057
2058 * emacs.texi (Top): Fix cross-reference.
2059
2060 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2061
2062 * vc1-xtra.texi (Revision Tags): Fix typo.
2063
d07e72d3
GM
20642009-07-03 Glenn Morris <rgm@gnu.org>
2065
2066 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2067 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2068 (Merge Commands): `.' does not seem to work in A or B buffer.
2069 `l' can recreate the 3-window display.
2070
2071 * glossary.texi (Glossary): Minor phrasing changes throughout.
2072 Add more internal cross-references.
2073 <Autoloading>: You can't really autoload a variable.
2074 <C-M->: Move details here from `M-C-' item.
2075 <Continuation Line>: Refer to `Truncation.'
2076 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2077 <Home Directory, Unix>: New entries.
2078 <Deletion of Files>: Mention recycle bins.
2079 <Directory>: Mention ``folders.''
2080 <Error>: Don't mention ``type-ahead.''
2081 <Fringe>: Refer to the manual node.
2082 <Minor Mode>: Can be global or local.
2083 <Spell Checking>: There are other checkers besides Ispell.
2084
f144038a
GM
20852009-07-02 Glenn Morris <rgm@gnu.org>
2086
2087 * anti.texi (Antinews): Minor changes in phrasing.
2088
2089 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2090 some underfull lines in dvi output.
2091
2092 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2093
2094 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2095
2096 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2097
3f1c6666
JD
20982009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2099
2100 * xresources.texi (Table of Resources): Mention maximized for
2101 fullscreen.
2102
2103 * cmdargs.texi (Window Size X): -mm/--maximized is new.
2104
62aadce7
CY
21052009-07-01 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * anti.texi (Antinews): Correct the list of removed platforms.
2108
82ec412e
GM
21092009-06-28 Glenn Morris <rgm@gnu.org>
2110
2111 * arevert-xtra.texi: Minor language tweaks.
2112
09964e7d
GM
2113 * dired-xtra.texi: Minor revisions.
2114
666e158e
MB
21152009-06-23 Miles Bader <miles@gnu.org>
2116
c4cc8b9a 2117 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 2118 (Temporary Face Changes): Document `text-scale-set'.
666e158e 2119
70243478
CY
21202009-06-21 Chong Yidong <cyd@stupidchicken.com>
2121
2122 * Branch for 23.1.
2123
67cbe681
KH
21242009-06-17 Kenichi Handa <handa@m17n.org>
2125
2126 * mule.texi (Charsets): Update the description for the new charset.
2127 (list-character-sets): New findex.
125dd7c5 2128 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 2129
40e67246
CY
21302009-06-10 Chong Yidong <cyd@stupidchicken.com>
2131
b5700de6
CY
2132 * basic.texi (Moving Point): Fix tag.
2133
2134 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
2135
2136 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
2137 use camel-case for PageUp and PageDown.
2138
2139 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
2140 camel-case for PageUp and PageDown.
2141
2142 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
2143
40e67246 2144 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 2145 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 2146
522ddc9f 21472009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 2148
522ddc9f
JB
2149 * fixit.texi (Spelling): Set default dictionary.
2150 Improve descriptions (Bug#2554)
6f591cf4 2151
53483c76
DR
21522009-06-08 David Reitter <david.reitter@gmail.com>
2153
2154 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
2155 since saving colors and faces set this way is not implemented.
2156 (Environment variables): Remove mention of mac-fix-env, which is
2157 scheduled to be removed.
2158
1557ef4f
CY
21592009-06-04 Chong Yidong <cyd@stupidchicken.com>
2160
91056528
CY
2161 * custom.texi (Init Examples): Add example of changing load-path.
2162
1557ef4f
CY
2163 * building.texi (Lisp Libraries): Add example of changing
2164 load-path (Bug#3446).
2165
623cec4c
CY
21662009-05-28 Chong Yidong <cyd@stupidchicken.com>
2167
2168 * mark.texi (Mark): Further clarifications.
2169 (Setting Mark): Emphasize that C-SPC activates the mark.
2170
0fcca8ee
CY
21712009-05-28 Chong Yidong <cyd@stupidchicken.com>
2172
702b10e1
CY
2173 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
2174 Mark mode.
0fcca8ee
CY
2175 (Using Region, Persistent Mark): Use "active mark" instead of "active
2176 region".
2177
d3b396e4
CY
21782009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2179
2180 * mule.texi (Select Input Method): Fix typo.
2181
3f698a06
CY
21822009-05-13 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * anti.texi (Antinews): Document completion changes. Some additional
2185 copyedits and rearrangement of entries.
2186
b2a42eb7
CY
21872009-05-12 Chong Yidong <cyd@stupidchicken.com>
2188
932fd020
CY
2189 * misc.texi (Interactive Shell, Saving Emacs Sessions)
2190 (Shell History Copying, Terminal emulator): Copyedits.
2191
1c6c854e
CS
2192 * xresources.texi (Resources): Simplify descriptions.
2193 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
2194 (Table of Resources): Document fontBackend resource.
2195
b2a42eb7 2196 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 2197 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
2198 "Backspace". Remove discussion of obscure Xmodmap issue.
2199
c6ea7fb8
CY
22002009-05-07 Chong Yidong <cyd@stupidchicken.com>
2201
2202 * files.texi (Visiting): Copyedits.
2203
ad36c422
CY
22042009-05-06 Chong Yidong <cyd@stupidchicken.com>
2205
2206 * basic.texi (Inserting Text): Document ucs-insert.
2207
2208 * mule.texi (International Chars): Define "multibyte". Note that
2209 internal representation is unicode-based. Simplify definition of raw
2210 bytes. Mention ucs-insert.
2211 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
2212 (Language Environments): Add language environments new to Emacs 23.
2213 (Multibyte Conversion): Node deleted.
1c6c854e
CS
2214 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
2215 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
2216 (Output Coding): Copyedits.
2217
2218 * emacs.texi (Top): Update node listing.
2219
d4ad7b96
CY
22202009-05-05 Per Starbäck <per@starback.se> (tiny change)
2221
2222 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
2223
5bd66204
SM
22242009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2225
2226 * building.texi (Lisp Libraries): `load-library' does offer completion.
2227
bc36ad1c
CY
22282009-04-28 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
2231 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
2232
f1a47884
EZ
22332009-04-25 Eli Zaretskii <eliz@gnu.org>
2234
2235 * maintaining.texi (Tags): Clarify text. (Bug#3101)
2236
be77bd45
CY
22372009-04-22 Chong Yidong <cyd@stupidchicken.com>
2238
2239 * entering.texi (Entering Emacs): Document initial-buffer-choice.
2240
2241 * building.texi (Lisp Interaction): Document initial-scratch-message.
2242
d3b82927
JB
22432009-04-18 Juanma Barranquero <lekktu@gmail.com>
2244
ed6e7b11
JB
2245 * msdog.texi (Windows Fonts): Fix typos.
2246
d3b82927
JB
2247 * files.texi (Save Commands): Fix pxref.
2248
bc323c04
CY
22492009-04-18 Chong Yidong <cyd@stupidchicken.com>
2250
2251 * files.texi (Save Commands): Mention diff-buffer-with-file.
2252 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
2253 Henoch (Bug#3036).
2254
2186d13f
GM
22552009-03-15 Glenn Morris <rgm@gnu.org>
2256
2257 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
2258 the former is not always used.
2259 (Mail Headers): Use active voice. Add "Mail-reply-to".
2260 Change case of "Id". Avoid repeated "appropriate".
2261 (Mail Aliases): Fix previous change - use an example with a ".", so it
2262 does actually get quoted when expanded.
2263 (Mail Sending): Mailclient is the default on some systems.
2264 (Citing Mail): Mention mail-indentation-spaces.
2265 (Mail Mode Misc): Add an @dfn for "mail signature".
2266
71e454fc
CY
22672009-03-15 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
2270 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
2271 read-buffer-completion-ignore-case, and completion-styles.
2272 Remove description of partial-completion-mode.
71e454fc 2273
df1a3e06
GM
22742009-03-14 Glenn Morris <rgm@gnu.org>
2275
2276 * sending.texi (Mail Format): Fix typo. Add index entry for
2277 mail-header-separator.
2278 (Mail Headers): Put info about initialization and changing in one place
2279 at the start. Update FCC section for mbox Rmail. Clarify From
2280 section, mention mail-setup-with-from. Clarify Reply-to section.
2281 Add Mail-followup-to and mail-mailing-lists. Clarify References
2282 section.
2283 (Mail Aliases): Update example, make less contentious.
2284 Update for name change of mail-interactive-insert-alias.
2285 (Mail Mode): Remove mention of `%' as a word separator.
2286 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
2287 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
2288 commands. Clarify FCC handling. In mail-complete, add reference to
2289 Mail Aliases section, and mention mail-complete-function.
2290 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
2291 (Mail Mode Misc): Clarify the mail-signature function. Add basic
2292 signature netiquette. Explain how the mail hooks work when continuing
2293 a composition.
2294 (Mail Amusements): Internationalize the spook section a bit.
2295 Remove the spook mail-setup-hook example, since it doesn't work well.
2296 Mention fortune-file.
2297 (Mail Methods): Mention read-mail-command.
2298
ed6e7b11 22992009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 2300
df1a3e06
GM
2301 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
2302 and NS resources following recent changes.
959d68bd 2303
86dca3e8
JR
23042009-03-10 Jason Rumney <jasonr@gnu.org>
2305
2306 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
2307 w32-use-visible-system-caret doc to indicate that it should get set
2308 automatically.
2309 (Windows Fonts): Add doc for the uniscribe backend.
2310
042fe98f
DN
23112009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
2312
2313 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
2314 vc-dir. (Bug#2598)
2315
7f8dba73
RS
23162009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
2317
2318 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
2319
505e70c3
GM
23202009-03-05 Glenn Morris <rgm@gnu.org>
2321
04242bdc
GM
2322 * rmail.texi (Rmail Basics): Add reference to sorting.
2323 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
2324 Minor re-wordings.
2325 (Rmail Motion): Mention rmail-next-same-subject.
2326 (Rmail Deletion): Expunging is not the only way to change the numbers.
2327 (Rmail Labels): Labels can also be used in sorting.
2328 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
2329 (Rmail Display): Mention rmail-mime.
2330
00cfe22c
GM
23312009-03-04 Glenn Morris <rgm@gnu.org>
2332
2333 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
2334 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
2335 summary. Mention sorts cannot be undone.
2336 (Rmail Display): Give an example of how to use goto-address-mode.
2337 (Rmail Editing): It's keybindings that are redefined, not commands.
2338 Fix some typos.
2339 (Movemail): Some minor rewording.
2340 (Remote Mailboxes): Emacs movemail supports pop by default.
2341 Fix some minor grammatical issues. The "two alternative ways" to
2342 specify a POP mailbox are really just one. Remove all reference to the
2343 variables rmail-pop-password and rmail-pop-password-required, obsolete
2344 since Emacs 22.1. Clarify the four password steps. Emacs movemail
2345 can support Kerberos.
2346
3d963b67
GM
23472009-03-03 Glenn Morris <rgm@gnu.org>
2348
2349 * rmail.texi (Rmail Deletion): Revert previous change, which was
2350 describing the Rmail summary versions.
2351 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
2352 Minor re-wording for rmail-resend.
2353 (Rmail Make Summary): Summaries apply to buffers rather than files.
2354 <rmail-summary-by-topic>: Headers includes the subject.
2355 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
2356 details, including prefix arguments.
2340abde 2357 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
2358 Not counting lines might be faster.
2359 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
2360 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
2361 Name the commands bound to the various keys. Mention prefix argument
2362 for searching.
3d963b67
GM
2363 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
2364 Simplify rmail-highlighted-headers description. Update face name.
2365
a8ce3d17
JB
23662009-03-02 Juanma Barranquero <lekktu@gmail.com>
2367
2368 * mark.texi (Marking Objects): Fix typo.
2369
130a29b6
CY
23702009-03-01 Chong Yidong <cyd@stupidchicken.com>
2371
2372 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
2373 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
2374
9d5de6f8
GM
23752009-03-01 Glenn Morris <rgm@gnu.org>
2376
79fc530e 2377 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
2378 (Rmail Motion): - M-s searches from the end of messages.
2379 (Rmail Deletion): Minor clarification. Fix numeric argument
2380 description.
2381 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
2382 newmail and RMAILOSE files need not be in home-directory.
2383 (Rmail Files): Mention I/O menus are unselectable if no files match.
2384 Mention `MAIL' env-var.
2385
b545ff9c
JR
23862009-02-24 Jason Rumney <jasonr@gnu.org>
2387
2388 * mule.texi (Fontsets): Mention fontset-default, font specs and
2389 fallback fontsets.
2390 (Defining Fontsets): Mention ns and w32 variants of
2391 standard-fontset-spec. Update description of startup fontset to match
2392 Emacs 23 behavior.
a93be82a 2393 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 2394 (International): Link to Modifying Fontsets.
b545ff9c 2395
75da0618 23962009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
2397
2398 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
2399 Mention ns-extended-platform-support-mode.
2400
6be93a16
KB
24012009-02-22 Karl Berry <karl@gnu.org>
2402
2403 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
2404
867d4bb3
JB
24052009-02-19 Juanma Barranquero <lekktu@gmail.com>
2406
2407 * basic.texi (Moving Point, Position Info):
2408 * files.texi (Visiting):
2409 * mini.texi (Completion Options):
2410 * text.texi (HTML Mode): Remove duplicate words.
2411
49b5c0e8
GM
24122009-02-20 Glenn Morris <rgm@gnu.org>
2413
2414 * rmail.texi: Minor updates for mbox rather than Babyl.
2415
f43a822c
KB
24162009-02-17 Karl Berry <karl@gnu.org>
2417
49b5c0e8 2418 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 2419
80d634b8
RS
24202009-02-17 Richard M Stallman <rms@gnu.org>
2421
2422 * anti.texi (Antinews): Mention Babyl format.
2423
2424 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
2425
2426 * rmail.texi: Update for mbox format.
2427 Various small fixes, as well as the following.
2428 (Out of Rmail): Node deleted.
2429 (Rmail): Update menu.
2430 (Rmail Files): Comment out set-rmail-inbox-list.
2431 Document rmail-inbox-list instead.
2432 (Rmail Output): Substantial changes since C-o is now
2433 rmail-output-as-seen and o is rmail-output.
2434 (Rmail Attributes): Delete `stored', add `retried'.
2435 (Rmail Display): Editing headers works in all cases.
2436
f0d129c6
GM
24372009-02-17 Glenn Morris <rgm@gnu.org>
2438
2439 * basic.texi (Position Info): M-x count-lines-region is not always on
2440 M-=. (Bug#2269)
2441
160f11d3
GM
24422009-02-09 Glenn Morris <rgm@gnu.org>
2443
2444 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
2445 defaults.
2446
763e01c4
EZ
24472009-02-07 Eli Zaretskii <eliz@gnu.org>
2448
2449 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
2450 documentation of possible problems with redecoding.
2451
f5e1441d
GM
24522009-02-03 Glenn Morris <rgm@gnu.org>
2453
2454 * rmail.texi (Out of Rmail): Mention b2m.pl.
2455
e1eabe41
GM
24562009-01-31 Glenn Morris <rgm@gnu.org>
2457
2458 * rmail.texi (Out of Rmail): Correct b2m location.
2459
dd05f9de
CY
24602009-01-27 Chong Yidong <cyd@stupidchicken.com>
2461
2462 * fixit.texi (Undo): Update undo limit values.
2463
d74d846e
GM
24642009-01-27 Glenn Morris <rgm@gnu.org>
2465
2466 * emacs.texi (Top): Fix Antinews menu entry.
2467
49ffdce8
KB
24682009-01-25 Karl Berry <karl@gnu.org>
2469
2470 * text.texi (Foldout): Use @itemize @w{} to make an itemize
2471 item with no marker, instead of the syntactically incorrect
2472 @itemize @asis.
2473
467e8d77
JL
24742009-01-25 Juri Linkov <juri@jurta.org>
2475
2476 * building.texi (Grep Searching): Fix index entry for lgrep.
2477
6c60bbdb
EZ
24782009-01-24 Eli Zaretskii <eliz@gnu.org>
2479
2480 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
2481
9ce5a36f
AR
24822009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2483
2484 * macos.texi (Preferences Panel): Update description of font setting to
2485 reflect that prior frame selection is no longer needed.
2486
9aa5f2fb
NR
24872009-01-20 Nick Roberts <nickrob@snap.net.nz>
2488
2489 * building.texi (Debuggers): Revert some of 2008-10-31 change to
2490 raise GUD subsections.
2491
3892ff9c
GM
24922009-01-15 Glenn Morris <rgm@gnu.org>
2493
2494 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
2495
14731c8f
GM
24962009-01-10 Glenn Morris <rgm@gnu.org>
2497
2498 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
2499
45c55e53
CY
25002009-01-04 Chong Yidong <cyd@stupidchicken.com>
2501
2502 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
2503 logical lines.
2504
2e4667d1
JL
25052008-12-29 Juri Linkov <juri@jurta.org>
2506
2507 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
2508
2509 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
2510
2a3eac47
CY
25112008-12-28 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
2514 goto-address-mode instead of goto-address.
2515
3da8da94
CY
2516 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
2517 mode.
2518
2a3eac47
CY
2519 * emacs.texi (Top): Update node listing.
2520
057f6dd3
EZ
25212008-12-26 Eli Zaretskii <eliz@gnu.org>
2522
2523 * custom.texi (Directory Variables): Explain what is a "project".
2524 Add indexing. Improve wording. Add a footnote about using
2525 _dir-locals.el on MS-DOS.
2526
e6979067
DN
25272008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2528
2529 * files.texi (Misc File Ops): Mention chmod as an alias for
2530 set-file-modes.
2531
9de15963
MR
25322008-12-24 Martin Rudalics <rudalics@gmx.at>
2533
2534 * help.texi (Help): Fix typos and reword.
2535 (Help Summary): Add entries for C-h n and C-h r, reorder
2536 entries, and do some minor fixes.
2537 (Name Help): Say that C-h F works for commands only.
2538 (Misc Help): Say that view-lossage displays 300 keystrokes.
2539
236fd60d
GM
25402008-12-20 Glenn Morris <rgm@gnu.org>
2541
2542 * ack.texi (Acknowledgments): General update based on AUTHORS,
2543 including removal of some stuff no longer distributed.
2544
349b3256
AM
25452008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
2546
2547 * fixit.texi: Mention hunspell
2548
e840fca5
GM
25492008-12-19 Glenn Morris <rgm@gnu.org>
2550
2551 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 2552 Consolidate explanatory text at start.
e840fca5
GM
2553
2554 * display.texi (Text Display):
2555 * indent.texi (Indentation): Use @acronym with ASCII.
2556
9dfa7983
GM
25572008-12-18 Glenn Morris <rgm@gnu.org>
2558
2559 * ack.texi: Various small updates and fixes.
2560
97b3a00b
JL
25612008-12-18 Juri Linkov <juri@jurta.org>
2562
2563 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
2564 as a key binding to start a forward nonincremental word search.
2565 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
2566 a backward nonincremental word search. Add index for `M-s w'
2567 `isearch-forward-word'.
2568 (Regexp Search): Add a short summary of regexp key commands like
2569 in the node "Basic Isearch".
2570 (Other Repeating Search): Fix typo.
2571
25722008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
2573
2574 * misc.texi (PostScript Variables): Fix doc.
2575
31ce6a07
CY
25762008-12-10 Chong Yidong <cyd@stupidchicken.com>
2577
2578 * programs.texi (Program Modes): Mention Ruby mode.
2579
636b507b
DN
25802008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2581
2582 * misc.texi (emacsclient Options): Describe what an empty string
2583 argument does for --alternate-editor.
2584
a323fa14
CY
25852008-12-09 Frank Schmitt <ich@frank-schmitt.net>
2586
2587 * cmdargs.texi (Font X): Distinguish between client-side and
2588 server-side fonts. List valid Fontconfig properties. Add reference to
2589 Fontconfig manual. List valid GTK font properties. Explain use of
2590 fc-list.
2591
c5ca6cd0
CY
25922008-12-09 Chong Yidong <cyd@stupidchicken.com>
2593
2594 * cmdargs.texi (Font X): Move discussion of quoting to top.
2595
e5136377
GM
25962008-12-06 Glenn Morris <rgm@gnu.org>
2597
2598 * maintaining.texi (Old Revisions): Improve previous change.
2599
248c026b
RS
26002008-12-05 Richard M Stallman <rms@gnu.org>
2601
2602 * anti.texi (Antinews): Minor fixes.
2603
a9253a1e
GM
26042008-12-03 Glenn Morris <rgm@gnu.org>
2605
2606 * maintaining.texi (Old Revisions): Fix diff-switches description.
2607
fa687b02
MR
26082008-12-01 Martin Rudalics <rudalics@gmx.at>
2609
2610 * emacs.texi (Top): Fix typo.
2611
72e6decd
CY
26122008-11-30 Chong Yidong <cyd@stupidchicken.com>
2613
320ee034
CY
2614 * misc.texi (Document View): Explain dependence on gs at the top.
2615 Copyedits.
2616
2617 * emacs.texi (Top): Add DocView nodes to detailed node listing.
2618
72e6decd
CY
2619 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
2620 (Comment Commands): Discuss region-active behavior of M-; first.
2621
2a472ee4
MR
26222008-11-29 Martin Rudalics <rudalics@gmx.at>
2623
9c6361c9
MR
2624 * display.texi (Line Truncation): Add reference to Continuation
2625 Lines.
2626
2a472ee4
MR
2627 * windows.texi (Pop Up Window): Mention split-height-threshold
2628 and split-width-threshold.
9c6361c9 2629 (Split Window): Add reference to Continuation Lines.
2a472ee4 2630
e93bc142
AR
26312008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2632
2633 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
2634 (GNUstep Support): New node.
2635 * anti.texi:
2636 * emacs.texi:
2637 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
2638
43b978db
RS
26392008-11-28 Richard M Stallman <rms@gnu.org>
2640
2641 * misc.texi (Dissociated Press): Minor cleanups.
2642
2643 * dired.texi (Image-Dired): Avoid passive.
2644
e8e2bd93
EZ
26452008-11-28 Eli Zaretskii <eliz@gnu.org>
2646
2647 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
2648 representation.
2649
8d2d45da
CY
26502008-11-26 Richard M. Stallman <rms@gnu.org>
2651
2652 * files.texi (Visiting): Rewrite paragraph for clarity.
2653
2654 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
2655
a5f7bbcc
AM
26562008-11-25 Alan Mackenzie <acm@muc.de>
2657
2658 * programs.texi (Moving by Parens): Clarify that parens inside strings
2659 and comments are ignored, and that the commands assume the starting
2660 point isn't in a string or comment.
2661
a71703d3
AR
26622008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2663
2664 * macos.texi: Add Prev/Next/Top pointers to all nodes.
2665 (Mac Basics): Merge in Grabbing Environment Variables from earlier
2666 version.
2667 (Mac Customization): Rewrite Preferences Panel section and merge in to
2668 this node, add Open files by dragging to an Emacs window.
2669
2670 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
2671
aa5ab79a
CY
26722008-11-26 Chong Yidong <cyd@stupidchicken.com>
2673
0cc92c19
CY
2674 * files.texi (Misc File Ops): Document set-file-modes.
2675
c366b4e4
CY
2676 * windows.texi (Split Window): Document integer values of
2677 truncate-partial-width-windows.
2678
aa5ab79a
CY
2679 * text.texi (Text): Simplify description of markup languages.
2680 (TeX Mode): Simplify introduction. Mention BibTeX mode.
2681 (TeX Editing): Note that `""' inserts one `"' character.
2682 (HTML Mode): Note in the introduction that XML mode is an alias for
2683 SGML mode. Mention nXML mode.
2684
56221db7
CY
26852008-11-25 Chong Yidong <cyd@stupidchicken.com>
2686
2687 * building.texi (Watch Expressions): Fix typo.
2688
90effe33
CY
26892008-11-24 Chong Yidong <cyd@stupidchicken.com>
2690
f90a5ae3
CY
2691 * files.texi (Visiting): Document new behavior of
2692 confirm-nonexistent-file-or-buffer.
2693
1c6c854e
CS
2694 * buffers.texi (Select Buffer):
2695 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 2696
a18ffb4a
CY
2697 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
2698 edit-picture.
2699
90effe33
CY
2700 * text.texi (Text): Simplify introduction. Discard mention of `M-x
2701 edit-picture', since that is just an alias for picture-mode.
2702 (Sentences): Note that repeated M-@ extends the region.
2703 (Pages): Make terminology more consistent. Link to Regexps node.
2704 (Longlines): Discuss relationship with Visual Line mode.
2705 (Text Mode): Remove extraneous discussion of other modes, since they
2706 were already introduced in the parent node.
2707
e85103ec
CY
27082008-11-23 Chong Yidong <cyd@stupidchicken.com>
2709
5cb2fe30
CY
2710 * anti.texi (Antinews): Rewrite.
2711
1eb9b307 2712 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
2713
2714 * frames.texi (Frame Commands): Mention "minimize" terminology.
2715
e85103ec
CY
2716 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
2717 formats.
b908332f
CY
2718 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
2719 (Misc X): Don't document useless -hb option.
e85103ec 2720
607f5f88
JL
27212008-11-22 Juri Linkov <juri@jurta.org>
2722
2723 * dired.texi (Dired Navigation): Change normal file name search option
2724 from `non-nil' to `t'. Add `dwim' option.
2725
e1b867a0
JL
27262008-11-22 Juri Linkov <juri@jurta.org>
2727
2728 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
2729 ".dir-locals.el". Rename `define-project-bindings' to
2730 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2731 `dir-locals-set-directory-class'.
2732
dd186936
LK
27332008-11-22 Lute Kamstra <lute@gnu.org>
2734
2735 * buffers.texi (Select Buffer): Index goto-line.
2736 * basic.texi (Moving Point): Mention the use of a numeric prefix
2737 argument with goto-line and refer to Select Buffer for the use of a
2738 plain prefix argument.
2739
4b121911
GM
27402008-11-19 Glenn Morris <rgm@gnu.org>
2741
2742 * doclicense.texi: Update to FDL 1.3.
2743 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2744
27267e4c
CY
27452008-11-17 Chong Yidong <cyd@stupidchicken.com>
2746
696f351d
CY
2747 * custom.texi (Minor Modes): Define mode commands and mode variables
2748 more precisely. Recommend using mode commands instead of setting
2749 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
2750 (Easy Customization): Use "init file" instead of .emacs.
2751 (Customization Groups): Update to new Custom buffer appearance.
2752 (Saving Customizations): Copyedits. Update example.
2753 (Variables): Give example of variable type-sensitivity.
2754 (Examining): Update example.
2755 (Hooks): Copyedits.
2756 (Specifying File Variables): Use C comments instead of an artificial
2757 Lisp for the example.
2758 (Keymaps): Move internals discussion to Prefix Keymaps.
2759 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2760 (Init Rebinding): Document kbd macro.
2761 (Init File): Link to Find Init.
696f351d
CY
2762
2763 * mark.texi (Using Region): Document Delete Selection Mode more
2764 thoroughly.
2765
2766 * frames.texi (Mouse Commands): Move most of the description of Delete
2767 Selection Mode to Using Region, and link to it.
1bc9c425 2768 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 2769
b0570c25
CY
2770 * building.texi (Compilation): Document first-error value of
2771 compilation-scroll-output.
2772 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2773 works as soon as an error is available. Suggested by Juri Linkov.
2774
27267e4c
CY
2775 * mini.texi (Passwords): New node.
2776
2777 * files.texi (Remote Files): Link to Passwords node.
2778
2779 * emacs.texi (Top): Update node listings.
2780
122eb807
CY
27812008-11-16 Chong Yidong <cyd@stupidchicken.com>
2782
9c9855a3
CY
2783 * ack.texi (Acknowledgments): Some updating of credits.
2784
bd6fdcad
CY
2785 * emacs.texi (Acknowledgments): Add a couple more names.
2786
dd1eef46
CY
2787 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2788
122eb807 2789 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 2790 (Misc File Ops): Document use of trash.
122eb807 2791
801a8da1
JB
27922008-11-16 Juanma Barranquero <lekktu@gmail.com>
2793
2794 * macos.texi (Mac Customization): Fix typos.
2795
0b4f2253
CY
27962008-11-14 Chong Yidong <cyd@stupidchicken.com>
2797
2798 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2799 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2800 the conventions of the main Emacs manual.
2801
2802 * emacs.texi (Top): Update node listings.
2803
517e2b89
CY
28042008-11-12 Chong Yidong <cyd@stupidchicken.com>
2805
07a85685
CY
2806 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2807 command-line-args is processed during startup.
2808 (Action Arguments): Correctly describe how file arguments interact with
2809 the startup screen. Link to Lisp Interaction for scratch buffer.
2810 (Initial Options): Link to Command Example for -batch option.
2811 (Environment): Document initial-environment.
2812
517e2b89
CY
2813 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2814 can't be changed in the site-start file.
2815
6337bbde
CY
28162008-11-07 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * dired.texi (Dired): Mention C-x C-d too.
2819 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
2820 (Dired Navigation): Explain dired-goto-file more clearly.
2821 Document dired-isearch-filenames.
6337bbde
CY
2822 (Dired Deletion): Remove unnecessary "expunged" terminology.
2823 (Flagging Many Files): & is now rebound to `% &'.
2824 (Shell Commands in Dired): Document dired-do-async-shell-command.
2825 Clarify how multi-file arguments are passed.
2826 (Misc Dired Features): Document dired-do-isearch.
2827
9e8eeff9
CY
28282008-11-06 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2831
e071f849
CY
28322008-11-03 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2835
05482eb1
CY
28362008-11-01 Chong Yidong <cyd@stupidchicken.com>
2837
e2346dea
CY
2838 * programs.texi (Program Modes): Link to Program Indent node.
2839 (Left Margin Paren): Explain consequences of changing
2840 open-paren-in-column-0-is-defun-start more concisely.
2841 (Which Function, Program Indent, Info Lookup): Minor edits.
2842 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
2843 (Multi-line Indent): If region is active, TAB indents the region.
2844 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
2845 (Matching): The delimiter at the cursor is highlighted---the character
2846 changes color.
2847 (Symbol Completion): Link to Completion node.
2848
e4b6428c
CY
2849 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2850 a strictly text-only system.
2851
05482eb1
CY
2852 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2853 batch mode.
2854
a11d3737
RS
28552008-11-01 Richard M. Stallman <rms@gnu.org>
2856
5abad626
RS
2857 * misc.texi (Document View): Major rewrite.
2858
a11d3737
RS
2859 * maintaining.texi (Types of Log File): Change logs are older than
2860 version control.
2861 (VCS Concepts): Simplify and rearrange.
2862 (Version Control Systems): Make it clear that Linux is only the kernel.
2863 (VC Mode Line): Shorten reference to menu item.
2864 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
2865 (VC Directory Mode): Minor cleanup.
2866 Unchanged files are hidden, not omitted.
2867 (VC Directory Commands): Shorten and simplify.
2868 (Change Log Commands): New node, split from Change Logs.
2869 (VC Directory Buffer): New node, split from VC Directory Mode.
2870
c55a4acb
CY
28712008-10-31 Chong Yidong <cyd@stupidchicken.com>
2872
1c6c854e 2873 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
2874 from files.texi.
2875
1c6c854e
CS
2876 * files.texi (Version Control): Move to maintaining.texi.
2877 Subnodes moved as well.
2878 (Document Files): Move to misc.texi.
df0356f6 2879
c55a4acb
CY
2880 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
2881 vc-update-change-log.
df0356f6
CY
2882 (Version Control): Move here from files.texi.
2883 (Format of ChangeLog): Make it a subnode of Change Log.
2884
2885 * emacs.texi (Top): Update node listing.
c55a4acb 2886
ef082374
TH
28872008-10-31 Tassilo Horn <tassilo@member.fsf.org>
2888
2889 * files.texi (Files): Add a section about document
2890 files (doc-view-mode).
2891
d52582c3
CY
28922008-10-31 Chong Yidong <cyd@stupidchicken.com>
2893
1c6c854e
CS
2894 * building.texi (Compilation Mode):
2895 Document compilation-auto-jump-to-first-error.
d52582c3
CY
2896 (Debuggers): Lower GUD subsections to subsubsections.
2897 (Starting GUD): Add cindex.
2898 (Lisp Interaction): Note that scratch is no longer the initial buffer.
2899
4e0a0968
CY
29002008-10-30 Chong Yidong <cyd@stupidchicken.com>
2901
03625b47
CY
2902 * indent.texi (Indentation): Link to Program Indent.
2903
4e0a0968
CY
2904 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
2905 now uses emacsclient's terminal.
2906
8bd3f7ef
CY
29072008-10-29 Chong Yidong <cyd@stupidchicken.com>
2908
80e5620e
CY
2909 * mark.texi (Using Region): Document use-empty-active-region.
2910
97d5c404
CY
2911 * emacs.texi (Top): Update node listings.
2912
1c6c854e
CS
2913 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
2914 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
2915 (Invoking emacsclient): Rewrite, moving optional arguments to
2916 emacsclient Options.
21d2bae3
CY
2917 (emacsclient Options): New node. Document server-use-tcp and
2918 server-host.
8bd3f7ef 2919
5fda2cbd
CY
29202008-10-28 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * indent.texi (Indentation): Replace list with paragraphed text,
2923 putting description of syntax-driven indentation first. Document new
2924 effect of active regions on tab.
2925 (Tab Stops): Note that editable tab stops affect indentation commands.
2926
4ff029f6
DN
29272008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2928
2929 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2930
996cd6e4
CY
29312008-10-23 Chong Yidong <cyd@stupidchicken.com>
2932
f28815e3
CY
2933 * custom.texi (Function Keys): Note that modified keypad keys are not
2934 translated.
2935
996cd6e4
CY
2936 * basic.texi (Arguments): Explain how to insert multiple digits.
2937
49545fe2
MA
29382008-10-22 Michael Albinus <michael.albinus@gmx.de>
2939
2940 * files.texi (Remote Files): Precise selection of default method.
2941 Rewrite paragraph about disabling remote file names.
2942
edac0b53
CY
29432008-10-22 Chong Yidong <cyd@stupidchicken.com>
2944
e752c544
CY
2945 * search.texi (Special Isearch): Document M-TAB is isearch.
2946
edac0b53
CY
2947 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
2948 command.
2949
2950 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
2951
20a36054
TH
29522008-10-22 Tassilo Horn <tassilo@member.fsf.org>
2953
1c6c854e 2954 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
2955 section.
2956
69051ab6
CY
29572008-10-21 Chong Yidong <cyd@stupidchicken.com>
2958
c4b1a32a
CY
2959 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
2960 to files.texi. Move contents of vc2-xtra.texi here.
2961
2962 * vc2-xtra.texi: File removed.
2963
2964 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
2965 Directory Commands from the submenu. Don't include deleted file
2966 vc2-xtra.texi.
2967
2968 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
2969 (Version Control): Add VC Directory Mode and VC Directory Commands to
2970 the submenu.
2971 (Why Version Control?): Use table format.
2972 (Version Control Systems): Note that Meta-CVS support is gone.
2973 (VCS Concepts): Note precisely when VC started supporting filesets.
2974 Remove bogus xref to CVS Options node.
2975 (Types of Log File): Copyedits.
2976 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
2977 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
2978 The Right Thing.
2979 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
2980 (Log Buffer): Reorganize node, putting C-c C-c description first.
2981 (Old Revisions): Use CVS for example, not RCS.
2982 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
2983 Commands from the submenu, putting them under Version Control.
2984 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
2985 need to include it in the manual unconditionally, since it is now
2986 crucial to using distributed version control systems.
1a6e2954
CY
2987 (Comparing Files): Note that diff uses the minibuffer, and that the
2988 output is shown using Diff mode.
1c6c854e
CS
2989 (Diff Mode): Explain what "patch" and "hunk" mean.
2990 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 2991 diff-show-trailing-whitespaces.
1a6e2954 2992 (File Archives): Add rar support.
c4b1a32a 2993
69051ab6
CY
2994 * major.texi (Choosing Modes): Make mode selection sequence more
2995 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
2996 magic-mode-alist is nil by default.
2997 Document magic-fallback-mode-alist.
69051ab6 2998
e7421e03
CY
29992008-10-20 Chong Yidong <cyd@stupidchicken.com>
3000
3001 * frames.texi (Mouse References): Copyedits.
3002
6b2efdc2
TH
30032008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3004
3005 * ack.texi (Acknowledgments): Add myself as doc-view author.
3006
9c5e9396
EZ
30072008-10-20 Eli Zaretskii <eliz@gnu.org>
3008
3009 * frames.texi (Dialog Boxes): Add @cindex entries.
3010
dac94f8e
CY
30112008-10-20 Chong Yidong <cyd@stupidchicken.com>
3012
3013 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3014 (Text-Only Mouse): Copyedit.
3015
25597d40
CY
30162008-10-19 Chong Yidong <cyd@stupidchicken.com>
3017
f8a447f6
CY
3018 * frames.texi: Use @key throughout for mouse clicks.
3019 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
3020 (Secondary Selection): Fix modified mouse click syntax.
3021 (Clipboard): Describe Cut, Copy and Paste commands.
3022 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
3023 Copyedits.
3024 (Creating Frames): Add xref to Init File.
3025 (Frame Commands): Add xref to Exiting.
3026 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 3027
b0f95216
CY
30282008-10-15 Chong Yidong <cyd@stupidchicken.com>
3029
b0817f00
CY
3030 * files.texi (Version Control): Copyedits. Add Bazaar.
3031 (Version Control Systems): List different VCS's using an itemized list.
3032 Add Bazaar.
3033 (VCS Concepts): Copyedits. Tweak description of file merging.
3034
b0f95216
CY
3035 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3036 (Cut/Paste Other App): Document select-active-regions and
3037 x-select-enable-primary.
3038
69d0d701
CY
30392008-10-13 Chong Yidong <cyd@stupidchicken.com>
3040
3041 * mark.texi (Shift Selection): Correct case in node name.
3042
3043 * emacs.texi (Top): Update node order in Mark chapter.
3044
375e8351
EZ
30452008-10-12 Eli Zaretskii <eliz@gnu.org>
3046
3047 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3048
3049 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3050 elsewhere in the manual instead of describing yet again the intricacies
3051 of $HOME on MS-Windows and MS-DOS.
3052
ab58114f
CY
30532008-10-12 Chong Yidong <cyd@stupidchicken.com>
3054
4f959513 3055 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
3056 (Minibuffer File): Add discussion of `~' in file names.
3057 Add insert-default-directory index reference.
4f959513 3058
ab58114f
CY
3059 * files.texi (File Names): Reorganize description.
3060 (Visiting): Add xref to Mode Line. Copyedits.
3061 (Save Commands): Mention prefix behavior of C-x C-s.
3062 (Numbered Backups): Node deleted.
3063 (Backup Names): Contents of Numbered Backups moved here. State default
3064 of version-control variable.
3065 (Reverting): Copyedits.
3066 (Version Control): Add additional version control systems.
3067
3068 * emacs.texi (Top): Delete Numbered Backups node.
3069
3070 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3071 Backup Names.
f2884f63 3072 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 3073
b0b5100a
RF
30742008-10-11 Romain Francoise <romain@orebokech.com>
3075
3076 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3077
89774b5f
CY
30782008-10-11 Chong Yidong <cyd@stupidchicken.com>
3079
3080 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3081 (Select Buffer): Mention use of minibuffer history. Describe default
3082 value of default-major-mode. Mention that C-x 4 b selects the other
3083 window.
3084 (List Buffers): Document CRM indicators in the order they appear.
3085 (Kill Buffer): Document new command kill-matching buffers.
3086 (Several Buffers): Move explanation of the relationship between buffer
3087 list and buffer menu to the top.
3088 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3089
4c72bf27
CY
30902008-10-10 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * entering.texi (Exiting): Document change of C-x C-c to
3093 save-buffers-kill-terminal. Document kill-emacs.
3094
f68eb991
EZ
30952008-09-30 Eli Zaretskii <eliz@gnu.org>
3096
3097 * mule.texi (Coding Systems): Don't mention codepage-setup.
3098
3099 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3100 cpNNN coding systems anymore.
3101 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
3102 for unibyte mode. Don't mention line-drawing characters.
3103 Don't mention dos-unsupported-char-glyph.
f68eb991 3104
1a2dd44d
CY
31052008-09-25 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * search.texi (Search): Shorten introduction.
3108 (Basic Isearch): Add command table. Discuss reverse isearch and
3109 isearch highlighting.
3110 (Repeat Isearch): Move lazy highlighting discussion here. Add search
3111 ring to cindex.
3112 (Special Isearch): Move input methods discussion here.
3113 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
3114 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
3115 Repeat Isearch.
3116 (Isearch Minibuffer): New node.
3117 (Word Search): Document new word search commands.
3118 (Regexp Example): Simplify example using sentence-end-base variable.
3119 (Replace): Reword introduction.
3120 (Unconditional Replace): Remove unnecessary example.
3121 (Other Repeating Search): Document new `M-s o' binding.
3122
3123 * emacs.texi (Top): Update node listings.
3124
e45da31d
JB
31252008-09-22 Juanma Barranquero <lekktu@gmail.com>
3126
3127 * emacs.texi (Top): Remove Kill Errors from menu.
3128
841c8096
CY
31292008-09-22 Chong Yidong <cyd@stupidchicken.com>
3130
402168fa
CY
3131 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
3132 interface for defining macros. Simplify examples. Note that C-g quits
3133 macro definitions.
1c6c854e
CS
3134 (Keyboard Macro Counter): Document using F3 to insert counter.
3135 Give usage example.
402168fa
CY
3136 (Keyboard Macro Query): Organize query responses in a table.
3137
1c6c854e
CS
3138 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
3139 Link to Erasing node.
841c8096
CY
3140 (Undo): Reorganize paragraphs for logical flow. Move keybinding
3141 rationale to a footnote.
3142 (Kill Errors): Remove node, due to redundancy with Erasing.
3143 (Spelling): Move discussion of flyspell to end. Note new behavior of
3144 M-$ in active region. Remove non-ispell-specific keybindings from
3145 table.
3146
eab2ee89
DN
31472008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3148
3149 * cmdargs.texi (Initial Options): Document --daemon.
3150
3d53e905
GM
31512008-09-20 Glenn Morris <rgm@gnu.org>
3152
3153 * files.texi (Numbered Backups): Mention that some modes set
3154 version-control.
3155
1c90484d
GM
31562008-09-20 Jim Blandy <jimb@red-bean.com>
3157
3158 * files.texi (Numbered Backups): Reference File Variables, as well.
3159 Remove discussion of Rmail's implementation.
3160
0fc0d844
CY
31612008-09-06 Chong Yidong <cyd@stupidchicken.com>
3162
3163 * misc.texi (Recursive Edit): Note that top-level exits active
3164 minibuffers.
3165
3166 * trouble.texi (Quitting): Likewise.
3167
b18d283d
CY
31682008-08-31 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * emacs.texi (Top): Add Temporary Face Changes xref.
3171
3172 * display.texi (Display): Move Temporary Face Changes node to just
3173 after Standard Faces.
3174 (Scrolling): Document recenter-top-bottom instead of recenter.
3175 (Horizontal Scrolling): Move auto hscroll discussion to the top.
3176 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
3177 (Display Custom): Copyedits.
3178 (Optional Mode Line): Document display-battery-mode.
3179
180135fc
RF
31802008-08-27 Romain Francoise <romain@orebokech.com>
3181
3182 * custom.texi (Directory Variables): Minor fix.
3183
d3fe3475
GM
31842008-08-27 Glenn Morris <rgm@gnu.org>
3185
3186 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
3187 descriptions.
3188 (Calendar Customizing): Tweak layout description.
183080b6 3189 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
3190 markers. Condense calendar-star-date and calendar-mark-today
3191 description.
3192 (Holiday Customizing): Add oriental and solar holidays.
3193 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
3194 Fix holiday-float description. Use zerop in examples. Be less verbose.
3195 (Date Display Format): Change ISO format. Be less verbose.
3196 (Diary Customizing): Mention day and month abbrev arrays.
3197 Mention the date-form variables by name. Update European example.
3198 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
3199 Condense examples. Mention diary-entry-symbols by name.
3200 Condense table for insertion commands.
3201 (Fancy Diary Display): Mention diary-include-string and
3202 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
3203 Ethiopic, Persian date functions. Condense descriptions.
3204
3205 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
3206 (Adding to Diary): Adapt for changed node name.
3207
71755807
GM
32082008-08-26 Glenn Morris <rgm@gnu.org>
3209
3210 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
3211 node "Hebrew/Islamic Entries".
3212
3213 * calendar.texi (Specified Dates): Fix names of iso functions.
3214 (General Calendar): There may not be another window.
3215 (Writing Calendar Files, Holidays): Tweak intro.
3216 (Holidays): Mention Baha'i and Chinese holidays.
3217 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
3218 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
3219 (To Other Calendar): Add calendar-print-other-dates.
3220 Refer to "graphic display" rather than "X.
3221 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
3222 (Displaying the Diary): Fix whitespace after reference.
3223 Fix `diary-number-of-entries' reference.
3224 (Date Formats): Explicitly mention that day names can be abbreviated.
3225 (Adding to Diary): Add some references to other sections.
3226 (Special Diary Entries): Fix reference.
3227 (Appointments): Simplify appt-message-warning-time entry.
3228 Clarify where times must be.
3229 (Importing Diary): Comment out icalendar paragraph that does not apply.
3230 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
3231
d76ebc75
GM
32322008-08-23 Glenn Morris <rgm@gnu.org>
3233
3234 * fortran-xtra.texi (Fortran): Change description of free form and
3235 fixed form a bit. Mention hideshow and imenu.
3236 (Fortran Motion): Mention fortran-end-of-subprogram,
3237 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
3238 (Fortran Indent): Minor re-word.
3239 (ForIndent Commands): Mention fortran-fill-paragraph and
3240 fortran-fill-statement.
3241 (ForIndent Cont): Mention fortran-tab-mode-string.
3242 (Fortran Comments): Mention fortran-comment-line-start-skip.
3243 (Fortran Columns): Mention font-locking.
3244 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
3245
1fc0ce04 32462008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
3247
3248 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
3249
5c52e13c
CY
32502008-08-22 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * mini.texi (Minibuffer): Simplify introduction.
3253 (Minibuffer File): Document tilde in minibuffer filenames.
3254 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
3255 to enter tabs, spaces, and question marks. Describe behavior of C-a.
3256 (Completion Example): Update example to current command list.
3257 (Completion Options): Document `lazy' value of completion-auto-help.
3258 Update contents of completion-ignored-extensions.
3259 (Minibuffer History): Describe "future history" list. State default
3260 value of history-delete-duplicates.
3261
77a00355
GM
32622008-08-21 Glenn Morris <rgm@gnu.org>
3263
3264 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 3265 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 3266
39ee1d04
CY
32672008-08-17 Chong Yidong <cyd@stupidchicken.com>
3268
3269 * regs.texi (Registers): Clarify valid register names.
3270 (RegPos): Note that buffer is saved and restored too.
3271 (RegText): Note that mark is reactivated/deactivated.
3272 (RegConfig): Xref to Windows node.
3273
b12c348f
CY
32742008-08-16 Chong Yidong <cyd@stupidchicken.com>
3275
3ae7ba79
CY
3276 * basic.texi (Inserting Text): Provide command name for C-q.
3277
b12c348f
CY
3278 * killing.texi (Killing): Copyedit. Define read-only text.
3279 (Deletion): DEL and C-d were already explained in Erasing; xref there.
3280 (Killing by Lines): Copyedit.
3281 (Other Kill Commands): Move M-w description here.
3282 (Yanking): Move M-w to Other Kill Commands.
3283 (Kill Ring): Also mention saving text in registers. Link to Text
3284 Properties in elisp manual.
3285 (Accumulating Text): Copyedit.
3286 (CUA Bindings): Shift selection is now the default.
3287
d8ff7692
TZ
32882008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3289
3290 * maintaining.texi (Change Log): Mention next-error is available.
3291
a43a8a2e
GM
32922008-08-10 Glenn Morris <rgm@gnu.org>
3293
3294 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
3295 and intermonth text.
3296 (Holiday Customizing): Add holiday-chinese.
3297
eba27308
EZ
32982008-08-08 Eli Zaretskii <eliz@gnu.org>
3299
3300 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
3301
5f14a5b3
DN
33022008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3303
3304 * files.texi (Log Buffer): Describe C-c C-d.
3305 (Diff Mode): Describe C-x 4 A.
3306
49989bff
EZ
33072008-08-06 Eli Zaretskii <eliz@gnu.org>
3308
3309 * vc1-xtra.texi (VC Directory Mode): Fix last change.
3310
5c915c02
DN
33112008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3312
2beaf97a
DN
3313 * files.texi (Old Revisions): Update the keys used by vc-annotate and
3314 describe the new bindings to show the changeset diff, toggle annotation
3315 visibility, show revisions.
3316 (VC Status): Describe key bindings for modifying the change comments,
3317 displaying changeset diffs and annotations.
3318
5c915c02
DN
3319 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
3320
71798ace
NR
33212008-08-05 Nick Roberts <nickrob@snap.net.nz>
3322
3323 * vc1-xtra.texi (VC Directory Mode): Fix typo.
3324
b8949644
EZ
33252008-08-02 Eli Zaretskii <eliz@gnu.org>
3326
3327 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
3328 and wording.
3329
819567d1
DN
33302008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
3331
3332 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 3333 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
3334 commands. Improve some old info.
3335
5f38310a
CY
33362008-07-31 Chong Yidong <cyd@stupidchicken.com>
3337
0dc3906b
CY
3338 * display.texi (Visual Line Mode): New node.
3339
5f38310a 3340 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
3341 (Moving Point): Add additional alternative key bindings.
3342 Describe line-move-visual.
5f38310a
CY
3343 (Erasing): Describe DEL.
3344 (Basic Undo, Blank Lines, Arguments): Copyedit.
3345 (Continuation Lines): Mention Visual Line mode.
3346 (Position Info): Move extended discussion to mule.texi.
3347
3348 * mule.texi (International Chars): Describe C-x =.
3349
3350 * emacs.texi (Top): Add Visual Line Mode node.
3351
7c2fb837
DN
33522008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3353
3354 * emacs.texi: Remove VMS support.
3355
3f6b73ef
DN
33562008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3357
3358 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
3359 the vc-dir command name.
3360
9e2a2647
DN
33612008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3362
3363 * xresources.texi: Remove mentions of Mac Carbon.
3364
568beaa2
AS
33652008-07-19 Andreas Schwab <schwab@suse.de>
3366
3367 * ns-emacs.texi: Move to ../misc.
3368
0ef94706
CY
33692008-07-15 Chong Yidong <cyd@stupidchicken.com>
3370
3371 * entering.texi (Exiting): Don't describe text-only terminals as the
3372 default. Describe the new startup screen.
3373 (Exiting): Describe how to kill Emacs first. Change description of
3374 iconification to handle modern window systems.
3375
ba60bd44 33762008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
3377
3378 * ns-emacs.texi: New file, documents features of Emacs port under
3379 NeXTstep windowing.
3380
9f30aa73
CY
33812008-07-15 Chong Yidong <cyd@stupidchicken.com>
3382
938a5d2e
CY
3383 * entering.texi (Entering Emacs): Update prev node.
3384
3385 * glossary.texi (Glossary): Remove xref to Text Characters.
3386
9f30aa73
CY
3387 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
3388 directly, rather than in the context of ASCII. Move description of
3389 special properties of modifier key to new Modifier Keys node.
3390 (Keys): Copyedit.
3391 (Text Characters): Delete node. Multibyte is the default nowadays, and
3392 the node contents are obsolete.
3393
3394 * custom.texi (Modifier Keys): New node.
3395
3396 * emacs.texi (Top): Update node list.
3397
7e53d36c
CY
33982008-07-13 Chong Yidong <cyd@stupidchicken.com>
3399
3400 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
3401 saying that Emacs provides menus and mouse support (which is par for
3402 the course).
3403
3404 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
3405 early on.
3406 (Point): Copyedit. Relegate historical trivia to a footnote.
3407 (Mode Line): Explain mode-line format more consistently.
3408 (Menu Bar): Copyedit.
3409
1e9fa96d
GM
34102008-06-27 Glenn Morris <rgm@gnu.org>
3411
3412 * cal-xtra.texi (Sexp Diary Entries):
3413 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
3414
dc9bebb8
CY
34152008-06-26 Chong Yidong <cyd@stupidchicken.com>
3416
3417 * mark.texi (Shift selection): New node.
3418 (Mark): Copyedits.
3419 (Persistent Mark): Move to the end of the chapter.
3420
e7881076
EZ
34212008-06-20 Eli Zaretskii <eliz@gnu.org>
3422
3423 * makefile.w32-in (distclean): Remove makefile.
3424
f427400c
NR
34252008-06-17 Nick Roberts <nickrob@snap.net.nz>
3426
3427 * building.texi (Starting GUD): Add an entry for gud-gdb.
3428 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
3429 command mode.
3430
b597d348
GM
34312008-06-17 Glenn Morris <rgm@gnu.org>
3432
3433 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
3434
647b7094
NR
34352008-06-17 Nick Roberts <nickrob@snap.net.nz>
3436
3437 * building.texi (Starting GUD): Expand on remote debugging.
3438 (Other GDB-UI Buffers): Mention new keyboard bindings.
3439
47a30023
GM
34402008-06-15 Glenn Morris <rgm@gnu.org>
3441
3442 * gnu.texi: Use a verbatim license for this invariant section,
3443 as per etc/GNU.
3444
37e5d54a
GM
34452008-06-13 Daniel Engeler <engeler@gmail.com>
3446
3447 * emacs.texi, misc.texi: Add documentation about serial port access.
3448
8e65d46c
GM
34492008-06-13 Glenn Morris <rgm@gnu.org>
3450
c1473b4c
MB
3451 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
3452 maintain.info.
8e65d46c 3453
e40a85cd
MB
34542008-06-05 Miles Bader <miles@gnu.org>
3455
3456 * display.texi (Temporary Face Changes): Update to reflect function
3457 renamings in face-remap.el.
3458
56c73dec
MB
34592008-06-04 Miles Bader <miles@gnu.org>
3460
1c6c854e
CS
3461 * display.texi (Temporary Face Changes):
3462 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
3463 `increase-buffer-face-height' and `decrease-default-face-height' now
3464 that they aren't bound by default.
3465
9d3d42fb
MB
34662008-06-03 Miles Bader <miles@gnu.org>
3467
3468 * display.texi (Temporary Face Changes): New node.
3469
2be6bfe2
EZ
34702008-05-31 Eli Zaretskii <eliz@gnu.org>
3471
3472 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
3473
daf7e339
GM
34742008-05-31 Glenn Morris <rgm@gnu.org>
3475
3476 * cal-xtra.texi (Fancy Diary Display): Simplify.
3477
d21d2618
GM
34782008-05-30 Glenn Morris <rgm@gnu.org>
3479
3480 * cal-xtra.texi (Fancy Diary Display): Update for
3481 diary-display-function replacing diary-display-hook.
3482
71ce5fd0
JB
34832008-05-29 Drew Adams <drew.adams@oracle.com>
3484
3485 * msdog.texi (Windows Keyboard): Add descriptions of
3486 w32-register-hot-key and w32-unregister-hot-key.
3487
a3cdbdf8
MO
34882008-05-21 Tom Tromey <tromey@redhat.com>
3489
3490 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
3491 Variables node.
3492
854a574c
MO
34932008-05-19 Tom Tromey <tromey@redhat.com>
3494
3495 * custom.texi (Variables): Add Directory Variables to menu.
3496 (Directory Variables): New node.
3497
7c2ec3f9
ER
34982008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
3499
71ce5fd0 3500 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 3501
370fded4
ER
35022008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
3503
3504 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
3505 Revision Tags and rewritten. Section now uses modern terminology,
3506 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
3507 accurately.
3508
6af511e3
EZ
35092008-05-10 Eli Zaretskii <eliz@gnu.org>
3510
3511 * msdog.texi (Windows Files): Update documentation of
3512 w32-get-true-file-attributes.
3513
7a78b6e7
ER
35142008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3515
3516 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
3517 directory mode.
3518
1bcfc24e
CY
35192008-05-08 Chong Yidong <cyd@stupidchicken.com>
3520
3521 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 3522 entry "television".
1bcfc24e 3523
db86064f
ER
35242008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
3525
ab5ec32c 3526 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 3527
a31b405e
ER
35282008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3529
3530 * emacs/buffers.texi, emacs/files.texi (Version-control):
3531 vc-toggle-read-only is no longer a good idea...
3532
ff2c14fc
GM
35332008-04-29 Glenn Morris <rgm@gnu.org>
3534
3535 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
3536
367c9b7c
JL
35372008-04-22 Juri Linkov <juri@jurta.org>
3538
3539 * dired.texi (Subdirectories in Dired): Describe using `^'
3540 to return to the parent directory.
3541
4ac1e9b4
NR
35422008-04-22 Nick Roberts <nickrob@snap.net.nz>
3543
3544 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
3545 recent changes.
3546
b9b3bf2b
NR
35472008-04-19 Nick Roberts <nickrob@snap.net.nz>
3548
3549 * building.texi (GDB-UI Layout, Breakpoints Buffer)
3550 (Other GDB-UI Buffers): Update for recent thread related changes.
3551
4d120d6a
SM
35522008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
3553
3554 * maintaining.texi (Maintaining):
3555 * emacs.texi (Top): Typo.
3556
a152877d
SM
35572008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3558
b9b3bf2b
NR
3559 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
3560 arg in `font-lock-add-keywords'.
a152877d 3561
36c0514c
GM
35622008-04-08 Glenn Morris <rgm@gnu.org>
3563
3564 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
3565 Also add Baha'i calendar references where appropriate.
3566
06a97d46
GM
35672008-04-05 Glenn Morris <rgm@gnu.org>
3568
3569 * custom.texi (Init File): Byte-compiling .emacs is bad.
3570
6adc6eed
SM
35712008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3572
3573 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
3574
571388b0
GM
35752008-03-29 Glenn Morris <rgm@gnu.org>
3576
3577 * calendar.texi: Update for `calendar-date-style' replacing
3578 `european-calendar'.
3579
3ae8f876
JR
35802008-03-28 Jason Rumney <jasonr@gnu.org>
3581
3582 * display.texi (Display Custom): Mention overlay-margin in text.
3583
5bc6ddff 35842008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 3585
5bc6ddff
MB
3586 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
3587 tutorial' comments.
03a864d5 3588
7186a830
CY
35892008-03-28 Chong Yidong <cyd@stupidchicken.com>
3590
3591 * mark.texi (Mark): Rearrange nodes.
3592 (Persistent Mark): Rename from Transient Mark.
3593 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
3594 Describe Transient Mark mode as the default.
3595
3596 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
3597 the default behavior with Transient Mark mode off.
3598 (Position Info): Fix typo.
3599
71ce5fd0
JB
3600 * display.texi (Standard Faces): Reference the Mark node.
3601 Remove discussion of the region face, which is discussed there.
7186a830
CY
3602
3603 * emacs.texi (Top): Update node listings.
3604
3605 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
3606 as the default.
3607
3608 * fixit.texi (Undo): Standardize choice of undo key sequence.
3609 (Undo, Spelling): Describe Transient Mark mode as the default.
3610
3611 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
3612 default.
3613
3614 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
3615
3616 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
3617 mode is the default, and note that the mark is not activated when set.
3618
3619 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
3620 Describe Transient Mark mode as the default.
3621
3622 * search.texi (Basic Isearch): Reference the Mark Ring node.
3623 (Replace, Unconditional Replace, Other Repeating Search):
3624 Describe Transient Mark mode as the default.
3625
1c6c854e
CS
3626 * text.texi (Words, Pages, Fill Commands, HTML Mode):
3627 Describe Transient Mark mode as the default.
7186a830
CY
3628 (Paragraphs): Describe how M-h behaves when region is active.
3629
3630 * trouble.texi (Quitting): Clarify effects of C-g.
3631
dc47d1ff
GM
36322008-03-13 Glenn Morris <rgm@gnu.org>
3633
3634 * emacs.texi (EMACSVER): Set to 23.0.60.
3635
e3e0fb39 36362008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 3637
e3e0fb39
GM
3638 * dired.texi (Hiding Subdirectories): Fix previous change.
3639
36402008-03-05 Drew Adams <drew.adams@oracle.com>
3641
3642 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 3643
5e14abf8
KS
36442008-02-28 Kim F. Storm <storm@cua.dk>
3645
3646 * help.texi (Help Files): Move describe-gnu-project to C-h g.
3647 Move describe-distribution to C-h C-o.
3648 Move view-emacs-problems to C-h C-p.
3649 Add view-emacs-debugging on C-h C-d.
3650 Add view-external-packages on C-h C-e.
d0207bf3 3651 Add view-order-manuals on C-h C-m.
5e14abf8 3652
d0207bf3 36532008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
3654
3655 * msdog-xtra.texi (MS-DOS): Docstring fix.
3656
87e391bb
EZ
36572008-02-09 Eli Zaretskii <eliz@gnu.org>
3658
3659 * msdog.texi (Windows Fonts): Use a @table for describing font
3660 properties.
3661
5662e503
JR
36622008-02-07 Jason Rumney <jasonr@gnu.org>
3663
3664 * msdog.texi (Windows Files): w32-get-true-file-attributes default
3665 value has changed.
3666 (Windows HOME): Clarify what is meant by "if that fails as well".
3667 (Windows Fonts): New section.
3668
72463824
GM
36692008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
3670
3671 * basic.texi (Basic Undo): Remove duplicate "you can".
3672
7ff926e0
EZ
36732008-02-02 Eli Zaretskii <eliz@gnu.org>
3674
3675 * maintaining.texi (Tags): Fix last change.
3676
6ab7aef1
MA
36772008-02-02 Michael Albinus <michael.albinus@gmx.de>
3678
093571c3 3679 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 3680
ace67e7e
NR
36812008-01-31 Nick Roberts <nickrob@snap.net.nz>
3682
3683 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
3684
ae068fdf
RS
36852008-01-26 Richard Stallman <rms@gnu.org>
3686
3687 * maintaining.texi (Tags): Delete redundant index entry.
3688
a56d9a08
EZ
36892008-01-26 Eli Zaretskii <eliz@gnu.org>
3690
3691 * programs.texi (Imenu): Move "@cindex tags" from here...
3692 * maintaining.texi (Tags): ...to here.
3693
e941ed90
NR
36942008-01-23 Kevin Ryde <user42@zip.com.au>
3695
3696 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
3697 click count.
3698
650276d5
JB
36992008-01-21 Juanma Barranquero <lekktu@gmail.com>
3700
3701 * entering.texi (Exiting): Fix typo.
3702 Reported by D. E. Evans <sinuhe@gnu.org>.
3703
8dc17977
MR
37042007-12-31 Martin Rudalics <rudalics@gmx.at>
3705
3706 * glossary.texi (Glossary): Fix typo.
3707
9f9695a6
RS
37082007-12-27 Richard Stallman <rms@gnu.org>
3709
3710 * text.texi (Formatted Text): Improve menu tag.
3711 (Editing Format Info): In Info, add duplicate menu of nodes
3712 about the submenus.
3713 (Format Faces): Say where Faces menu is found. Mention Other.
3714 (Format Colors): Say where these submenus are found.
3715 (Format Indentation, Format Justification): Likewise.
3716 (Format Properties): Likewise.
3717
abfd0191
RS
37182007-12-22 Richard Stallman <rms@gnu.org>
3719
3720 * search.texi (Query Replace): Make exp of query-replace more
3721 self-contained, and clarify.
8dc17977 3722
abfd0191
RS
3723 * cc-mode.texi (Getting Started): Change @ref to @pxref.
3724
a2586785
RS
37252007-12-15 Richard Stallman <rms@gnu.org>
3726
3727 * files.texi (Auto Save): Clarify definition of auto-saving.
3728
a67cf2bb
RS
37292007-11-26 Richard Stallman <rms@gnu.org>
3730
3731 * help.texi (Help Echo): Cleanups.
3732
448b33b1
TTN
37332007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3734
3735 * files.texi (Why Version Control?): Fix typo.
3736 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
3737 (Selecting a Fileset): Fix typos; small rewording.
3738 (Log Buffer): Likewise.
3739 (Old Revisions): Likewise.
448b33b1 3740
221bb7f6
EZ
37412007-11-17 Eli Zaretskii <eliz@gnu.org>
3742
3743 * mule.texi (Communication Coding): Fix wording of last change.
3744
d0207bf3 37452007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 3746
630cb3b7
JB
3747 * custom.texi (Specifying File Variables):
3748 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 3749
53b7759e
KH
37502007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3751
a5ab2e0c 3752 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
3753
3754 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3755
c8763fb6 37562007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 3757
630cb3b7 3758 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
3759 --output=file.
3760
ff98e024
MR
37612007-11-13 Martin Rudalics <rudalics@gmx.at>
3762
3763 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3764 (Help Echo): Avoid mentioning the term "region" here and
3765 consistently use the term "active text".
3766
37b11c22
GM
37672007-11-11 Glenn Morris <rgm@gnu.org>
3768
3769 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3770
21d50ba1
JL
37712007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3772
1c6c854e
CS
3773 * search.texi (Query Replace):
3774 Mention `query-replace-show-replacement'.
21d50ba1 3775
c12ecb0a 37762007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
3777
3778 * building.texi (Watch Expressions): Remove obscure sentence.
3779
3b4201f4
KH
37802007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3781
3782 * mule.texi (Select Input Method): Describe how to activate an input
3783 method in the text mode.
3784
07e5c0b0
DN
37852007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3786
3787 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3788
52dd7391
NR
37892007-10-30 Nick Roberts <nickrob@snap.net.nz>
3790
3791 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3792
c004e539
GM
37932007-10-30 Glenn Morris <rgm@gnu.org>
3794
3795 * misc.texi (Directory Tracking): Explain a bit more about
3796 dirtrack-mode.
3797
ca8c5b8c
GM
37982007-10-25 Glenn Morris <rgm@gnu.org>
3799
3800 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3801
b6c764ef
RS
38022007-10-24 Richard Stallman <rms@gnu.org>
3803
3804 * misc.texi (Interactive Shell): Cleanup last change.
3805
eabd84c9
JL
38062007-10-22 Juri Linkov <juri@jurta.org>
3807
3808 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3809 default values.
3810
0b43c7e2
ER
38112007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3812
ca8c5b8c 3813 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
3814 'filesets'.
3815
a80859d4
MR
38162007-10-18 Martin Rudalics <rudalics@gmx.at>
3817
3818 * trouble.texi (Quitting): Fix typo.
3819
c9447ae1
GM
38202007-10-18 Glenn Morris <rgm@gnu.org>
3821
3822 * frames.texi (Mode Line Mouse): Mention minor mode names.
3823
168b980f
JL
38242007-10-17 Juri Linkov <juri@jurta.org>
3825
3826 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3827 fill-paragraph operates on the active region in Transient Mark mode.
3828 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3829 with fill-paragraph.
3830
3831 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3832 fill-paragraph.
3833
3834 * fixit.texi (Spelling): ispell-word operates on the active region
3835 in Transient Mark mode.
3836
5a331f34
JB
38372007-10-17 Aaron S. Hawley <aaronh@garden.org>
3838
3839 * building.texi (Source Buffers):
3840 * custom.texi (Init Non-ASCII):
3841 * glossary.texi (Glossary): Use "key binding" consistently.
3842
2a9f4d55
JB
38432007-10-17 Juanma Barranquero <lekktu@gmail.com>
3844
3845 * calendar.texi (Diary): Fix directive.
3846
de13cecf
RS
38472007-10-16 Richard Stallman <rms@gnu.org>
3848
3849 * calendar.texi (Diary): Clarify text about diary file example.
3850
5f90d53e
ER
38512007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3852
3853 * files.texi: Capitalize node names according to convention.
3854
3aa491bc
GM
38552007-10-13 Glenn Morris <rgm@gnu.org>
3856
3857 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3858
8a3106d3
ER
38592007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3860
3861 * emacs.texi:
3862 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 3863 suggested by RMS and Robert J. Chassell.
8a3106d3 3864
da1080a2
ER
38652007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3866
3aa491bc 3867 * files.texi (Version Systems):
0870a421
ER
3868 * vc-xtra.texi:
3869 * vc1-xtra.texi:
ac3f4c6f 3870 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 3871 operations. Change of terminology from `version' to `revision'.
a7fc5b78 3872 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 3873 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 3874
58ade22b
ER
38752007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
3876
da1080a2 3877 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
3878 Reorder the descriptions to be chronological.
3879
93870ce2
RS
38802007-10-09 Richard Stallman <rms@gnu.org>
3881
3882 * display.texi (Cursor Display): Correct how cursor appears
3883 in nonselected windows.
3884
568c7288
NR
38852007-10-04 Nick Roberts <nickrob@snap.net.nz>
3886
3887 * building.texi (GDB Graphical Interface): Remove references to gdba
3888 and mention gud-gdb.
3889
1af74d06 38902007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 3891
1af74d06 3892 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 3893
0d8fb755
JL
38942007-10-06 Juri Linkov <juri@jurta.org>
3895
3896 * text.texi (Fill Commands): Document fill-paragraph-or-region.
3897 (Fill Prefix, Format Indentation): Replace fill-paragraph with
3898 fill-paragraph-or-region.
3899
3900 * basic.texi (Arguments): Replace fill-paragraph with
3901 fill-paragraph-or-region.
3902
b981e2c6
ER
39032007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3904
3905 * files.texi: Update the section on version control for 2007
2a9f4d55 3906 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
3907 will come later.
3908
5fceaf9c
GM
39092007-09-15 Glenn Morris <rgm@gnu.org>
3910
3911 * calendar.texi (Holidays): Change all instances of `holiday-list' back
3912 to `list-holidays'.
3913
b0e44b17
GM
39142007-09-14 Glenn Morris <rgm@gnu.org>
3915
3916 * calendar.texi: Update all instances of mark-calendar-holidays,
3917 list-calendar-holidays, list-holidays with the new names.
3918
8cf51b2c
GM
39192007-09-06 Glenn Morris <rgm@gnu.org>
3920
46a367db 3921 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
3922 Split into the Emacs manual in emacs/, and other manuals in misc/.
3923 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3924 manual.
3925 (infodir): New variable.
3926 (info): Use $infodir.
3927 (emacsman): Delete target, not needed any more.
3928 Move all targets that are not the Emacs manual to misc/Makefile.in.
3929 (mostlyclean): Remove `gnustmp'.
3930 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
3931 manual.
92f9b43f 3932 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
3933 (emacsman): Delete target, not needed any more.
3934 (clean): Remove all info files but Emacs manual.
3935 Move all targets that are not the Emacs manual to misc/Makefile.in.
3936 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
3937
3938 * Makefile.in (INFOSOURCES): Delete.
3939 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
3940 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
3941 *.vrs *.toc here...
3942 (maintainer-clean): ...from here.
3943
39442007-09-05 Glenn Morris <rgm@gnu.org>
3945
3946 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
3947
8cf51b2c
GM
39482007-08-29 Glenn Morris <rgm@gnu.org>
3949
3950 * emacs.texi (EMACSVER): Increase to 23.0.50.
3951
3420c522
RS
39522007-08-27 Richard Stallman <rms@gnu.org>
3953
3954 * emacs.texi (Top): Clarify menu item for Glossary.
3955
3956 * display.texi (Faces): Change secn title.
3957 Clarify not all fonts come from Font Lock.
3958
8cf51b2c
GM
39592007-08-17 Eli Zaretskii <eliz@gnu.org>
3960
3961 * basic.texi (Position Info): Add index entry for face at point.
3962 Mention that character faces are also displayed by "C-u C-x =".
3963
8cf51b2c
GM
39642007-08-08 Glenn Morris <rgm@gnu.org>
3965
3966 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
3967
39682007-08-07 Chong Yidong <cyd@stupidchicken.com>
3969
3970 * files.texi (File Conveniences): Document point motion keys in Image
3971 mode.
3972
8cf51b2c
GM
39732007-07-27 Glenn Morris <rgm@gnu.org>
3974
8cf51b2c
GM
3975 * emacs.texi (Copying): Include license text from gpl.texi, rather than
3976 in-line.
3977
3978 * gpl.texi: New file with text of GPL.
3979 * Makefile.in (EMACSSOURCES): Add gpl.texi.
3980
39812007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
3982
3983 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
3984
3985 * dired.texi (Wdired): Mention C-x C-q key binding.
3986
39872007-07-28 Nick Roberts <nickrob@snap.net.nz>
3988
3989 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
3990
39912007-07-25 Glenn Morris <rgm@gnu.org>
3992
8cf51b2c
GM
3993 * emacs.texi (Copying): Replace license with GPLv3.
3994
3995 * Relicense all FSF files to GPLv3 or later.
3996
39972007-07-24 Glenn Morris <rgm@gnu.org>
3998
3999 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4000 for some calendars.
4001
40022007-07-23 Nick Roberts <nickrob@snap.net.nz>
4003
4004 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4005 default-directory for the current buffer is on a remote machine.
4006
8cf51b2c
GM
40072007-07-21 Eli Zaretskii <eliz@gnu.org>
4008
4009 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4010 default value.
4011
40122007-07-21 Richard Stallman <rms@gnu.org>
4013
4014 * files.texi (Why Version Control?): Improve previous change.
4015
40162007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4017
4018 * files.texi (Why Version Control?): New node.
4019
8cf51b2c
GM
40202007-07-12 Nick Roberts <nickrob@snap.net.nz>
4021
8cf51b2c
GM
4022 * building.texi (Starting GUD): Add xref to this anchor.
4023
8cf51b2c
GM
40242007-06-24 Karl Berry <karl@gnu.org>
4025
2a9f4d55 4026 * emacs.texi: New Back-Cover Text.
8cf51b2c 4027
8cf51b2c
GM
40282007-06-07 Alan Mackenzie <acm@muc.de>
4029
4030 * display.texi (Optional Mode Line): Document the new form of
4031 line+column numbers, "(561,2)".
4032
40332007-06-06 Juanma Barranquero <lekktu@gmail.com>
4034
49823426 4035 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
4036
40372007-06-02 Chong Yidong <cyd@stupidchicken.com>
4038
4039 * Version 22.1 released.
4040
8cf51b2c
GM
40412007-05-07 Karl Berry <karl@gnu.org>
4042
4043 * emacs.texi (EMACSVER): Back to 22.
4044
40452007-05-06 Richard Stallman <rms@gnu.org>
4046
4047 * maintaining.texi (Create Tags Table): Clean up previous change.
4048
c8763fb6 40492007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4050
4051 * maintaining.texi (Create Tags Table): Add text about the dangers of
4052 making symbolic links to tags files.
4053
40542007-05-04 Karl Berry <karl@gnu.org>
4055
4056 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4057
40582007-05-03 Karl Berry <karl@gnu.org>
4059
4060 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4061
4062 * .cvsignore (*.pdf): New entry.
4063
8cf51b2c
GM
4064 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4065 for printing.
4066
40672007-05-01 Richard Stallman <rms@gnu.org>
4068
4069 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4070
8cf51b2c
GM
40712007-04-28 Glenn Morris <rgm@gnu.org>
4072
4073 * ack.texi (Acknowledgments):
4074 * anti.texi (Antinews):
8cf51b2c
GM
4075 * programs.texi (Program Modes): Restore mention of python.el pending
4076 consideration of legal status.
4077
40782007-04-28 Richard Stallman <rms@gnu.org>
4079
4080 * files.texi (File Names): Fixes to ~ description on MS systems.
4081
8cf51b2c
GM
40822007-04-26 Glenn Morris <rgm@gnu.org>
4083
4084 * emacs.texi (EMACSVER): Increase to 22.1.50.
4085
40862007-04-25 Karl Berry <karl@gnu.org>
4087
4088 * emacs.texi: Improve line breaks on copyright page,
4089 similar layout to lispref, 8.5x11 by default.
4090
4091 * dired.texi (Image-Dired): Improve line break, fix typo.
4092
40932007-04-24 Chong Yidong <cyd@stupidchicken.com>
4094
4095 * programs.texi (Program Modes):
8cf51b2c
GM
4096 * anti.texi (Antinews):
4097 * ack.texi (Acknowledgments): python.el removed.
4098
8cf51b2c
GM
40992007-04-23 Chong Yidong <cyd@stupidchicken.com>
4100
4101 * display.texi (Highlight Interactively): Correct description of
4102 hi-lock-file-patterns-policy.
4103
4104 * files.texi (File Archives): Mention self-extracting executables.
4105
41062007-04-23 Eli Zaretskii <eliz@gnu.org>
4107
4108 * search.texi (Unconditional Replace, Query Replace): Add xref to
4109 "Replacement and Case".
4110
41112007-04-22 Chong Yidong <cyd@stupidchicken.com>
4112
4113 * dired.texi (Image-Dired): Move from Thumbnails node.
4114 * misc.texi (Thumbnails): Node deleted.
4115 * emacs.texi (Top): Update node listing.
4116
4117 * files.texi (File Conveniences):
49823426 4118 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
4119
41202007-04-21 Richard Stallman <rms@gnu.org>
4121
4122 * display.texi (Highlight Interactively): Correct previous change.
4123 Clarify doc of hi-lock-find-patterns, and move new features into it.
4124
41252007-04-20 David Koppelman <koppel@ece.lsu.edu>
4126
1c6c854e
CS
4127 * display.texi (Highlight Interactively):
4128 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
4129
41302007-04-20 Martin Rudalics <rudalics@gmx.at>
4131
4132 * display.texi (Scrolling): Fix typo.
4133
8cf51b2c
GM
41342007-04-15 Chong Yidong <cyd@stupidchicken.com>
4135
8cf51b2c
GM
4136 * doclicense.texi: Remove node heading, so that it can be included by
4137 other files.
4138
4139 * emacs.texi: Insert node heading for GFDL.
4140
8cf51b2c
GM
41412007-04-14 Eli Zaretskii <eliz@gnu.org>
4142
4143 * cmdargs.texi (Colors): Qualify "color of window" index entry by
4144 "command line".
4145
4146 * display.texi (Faces): Refer to "Creating Frames" for face
4147 and other frame customizations in .emacs.
4148
4149 * frames.texi (Creating Frames): Mention that face customizations can
4150 be put in .emacs. Add index entries.
4151
41522007-04-12 Richard Stallman <rms@gnu.org>
4153
4154 * glossary.texi (Glossary): Explain `iff'.
4155
41562007-04-11 Karl Berry <karl@gnu.org>
4157
4158 * gnu.texi (Top),
4159 * macos.texi (Mac Font Specs),
4160 * anti.texi (Antinews),
4161 * xresources.texi (Resources),
4162 * misc.texi (Emulation),
4163 * calendar.texi (Daylight Saving),
4164 * dired.texi (Dired and Find),
4165 * rmail.texi (Remote Mailboxes),
4166 * sending.texi (Mail Headers),
4167 * programs.texi (Which Function),
4168 * files.texi (Recover),
4169 * buffers.texi (Uniquify),
4170 * frames.texi (Wheeled Mice),
4171 * killing.texi (Rectangles): Wording to improve breaks in
4172 8.5x11 format.
4173 * mule.texi (Language Environments): \hbadness=10000 since there's
4174 no way to reword.
4175 * emacs.texi (smallbook): New @set to more easily switch between
4176 smallbook and 8.5x11.
4177
41782007-04-11 Richard Stallman <rms@gnu.org>
4179
4180 * files.texi (File Conveniences): Add xref to Tumme.
4181 Delete text about Thumbnail mode.
4182
8cf51b2c
GM
41832007-04-09 Alan Mackenzie <acm@muc.de>
4184
4185 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
4186 new name. Insert concept index entries.
4187
8cf51b2c
GM
41882007-04-08 Chong Yidong <cyd@stupidchicken.com>
4189
4190 * display.texi (Standard Faces): Document prefix arg for
4191 list-faces-display.
4192
4193 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
4194
8cf51b2c
GM
41952007-04-07 Chong Yidong <cyd@stupidchicken.com>
4196
8cf51b2c
GM
4197 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
4198
4199 * files.texi (Misc File Ops): Rewrite description of
4200 insert-file-literally.
4201
8cf51b2c
GM
42022007-03-31 Eli Zaretskii <eliz@gnu.org>
4203
4204 * misc.texi (Printing): Postscript -> PostScript.
4205
8cf51b2c
GM
4206 * ack.texi (Acknowledgments): Postscript -> PostScript.
4207
4208 * custom.texi (Init File, Init Non-ASCII): Fix last change.
4209
4210 * emacs.texi (Top): Fix the menu due to the change in custom.texi
4211 below.
4212
42132007-03-30 Chong Yidong <cyd@stupidchicken.com>
4214
4215 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
4216 Init Non-ASCII.
4217 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
4218 (Init Non-ASCII): New node.
4219
42202007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4221
4222 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
4223
8cf51b2c
GM
42242007-03-12 Glenn Morris <rgm@gnu.org>
4225
8cf51b2c
GM
4226 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
4227 "Daylight Savings".
4228
49823426 4229 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
4230 saving" in text throughout.
4231
8cf51b2c
GM
42322007-03-04 Richard Stallman <rms@gnu.org>
4233
4234 * custom.texi (Safe File Variables): Minor correction.
4235
8cf51b2c
GM
42362007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
4237
4238 * rmail.texi (Movemail): Add internal ref.
4239 Don't indent the intro for the PROTO table.
4240 Format PROTO table items with @code.
4241
8cf51b2c
GM
42422007-02-26 Nick Roberts <nickrob@snap.net.nz>
4243
4244 * building.texi: Remove references to bashdb.
4245
8cf51b2c
GM
42462007-02-19 Juanma Barranquero <lekktu@gmail.com>
4247
4248 * mule.texi (Language Environments): Update list of supported language
4249 environments.
4250
8cf51b2c
GM
42512007-02-14 Kim F. Storm <storm@cua.dk>
4252
4253 * building.texi (Grep Searching): Fix lgrep doc.
4254
42552007-02-12 Chong Yidong <cyd@stupidchicken.com>
4256
4257 * back.texi: Remove unused file.
4258
c8763fb6 42592007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4260
4261 * maintaining.texi (Tag Syntax): Now --members is the default for
4262 etags, not for ctags yet.
4263
8cf51b2c
GM
42642007-02-03 Eli Zaretskii <eliz@gnu.org>
4265
4266 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
4267 headers compliant with Texinfo guidelines and with what texnfo-upd.el
4268 expects. Add comments to prevent people from inadvertently modifying
4269 the key parts needed by `texinfo-multiple-files-update'.
4270
42712007-01-29 Chong Yidong <cyd@stupidchicken.com>
4272
4273 * frames.texi (Secondary Selection): Window clicked does not matter
4274 when mouse-yank-at-point is non-nil.
4275
8cf51b2c
GM
42762007-01-16 Glenn Morris <rgm@gnu.org>
4277
4278 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
4279 system abbrev.
4280
42812007-01-11 Richard Stallman <rms@gnu.org>
4282
4283 * msdog.texi (Windows Keyboard): Another small cleanup.
4284
42852007-01-10 Richard Stallman <rms@gnu.org>
4286
4287 * msdog.texi (Windows Keyboard): Yet another try to make
4288 everyone happy with that passage.
4289
42902007-01-05 Richard Stallman <rms@gnu.org>
4291
4292 * anti.texi (Antinews): Mention M-x shell scrolling.
4293
42942007-01-05 Nick Roberts <nickrob@snap.net.nz>
4295
4296 * building.texi (Watch Expressions): Describe gdb-max-children.
4297
8cf51b2c
GM
42982007-01-04 Richard Stallman <rms@gnu.org>
4299
8cf51b2c
GM
4300 * msdog.texi (Windows Keyboard): Clarify previous change.
4301
8cf51b2c
GM
43022007-01-02 Richard Stallman <rms@gnu.org>
4303
4304 * custom.texi (Changing a Variable): Minor clarification.
4305 (Specific Customization): customize-customized => customize-unsaved.
4306
4307 * entering.texi (Entering Emacs): Clean up text about restarting
4308 Emacs for each file.
4309
4310 * misc.texi (Shell Options): Minor cleanup.
4311
4312 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
4313 with Emacs, not vice versa.
4314
4315 * programs.texi (Symbol Completion): Recommend customizing
4316 window manager.
4317
4318 * xresources.texi (Resources): Minor fix.
4319
c8763fb6 43202007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4321
4322 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
4323
43242007-01-01 Richard Stallman <rms@gnu.org>
4325
4326 * commands.texi (User Input): Document keys stolen by window mangers.
4327
43282006-12-31 Richard Stallman <rms@gnu.org>
4329
4330 * custom.texi (Specific Customization): Document customize-option
4331 instead of customize-variable.
4332
43332006-12-31 Kim F. Storm <storm@cua.dk>
4334
4335 * major.texi (Choosing Modes): Document auto-mode-case-fold.
4336
43372006-12-30 Kim F. Storm <storm@cua.dk>
4338
4339 * killing.texi (CUA Bindings): Fix typo.
4340
4341 * xresources.texi (Table of Resources): Mention grow-only value for
4342 auto-resize-tool-bars.
4343
8cf51b2c
GM
43442006-12-27 Eli Zaretskii <eliz@gnu.org>
4345
4346 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
4347 and how to get them back.
4348
43492006-12-26 Richard Stallman <rms@gnu.org>
4350
4351 * calendar.texi (Holidays): Holiday listing is based on current
4352 practice, but DST is not.
4353
43542006-12-25 Richard Stallman <rms@gnu.org>
4355
4356 * emacs.texi (Top): Update subnode menus.
4357
4358 * mark.texi (Transient Mark): Fix xref.
4359
4360 * killing.texi (Graphical Kill): Node deleted.
4361 (Killing): Add xref to Cut and Paste.
4362 (CUA Bindings): Update xref.
4363
4364 * frames.texi (Cut and Paste): New section to hold other nodes.
4365 (Mouse Commands): Node demoted.
4366 (Cut/Paste Other App): Split out from Mouse Commands.
4367 (Word and Line Mouse): Likewise.
4368 (Secondary Selection, Clipboard): Nodes demoted.
4369
8cf51b2c
GM
43702006-12-24 Kevin Ryde <user42@zip.com.au>
4371
4372 * calendar.texi (Holidays): US daylight saving begins second Sunday
4373 in March for 2007 onwards.
4374 (Daylight Savings): Show new US default daylight saving rules, 2nd
4375 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
4376
43772006-12-23 Chong Yidong <cyd@stupidchicken.com>
4378
4379 * calendar.texi (Scroll Calendar): < and > are switched.
4380
43812006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
4382
4383 * killing.texi (Deletion): Describe M-\ prefix argument.
4384
43852006-12-23 Richard Stallman <rms@gnu.org>
4386
4387 * search.texi (Regexp Search): Explain why forward and reverse regexp
4388 search are not mirror images.
4389
8cf51b2c
GM
43902006-12-19 Kim F. Storm <storm@cua.dk>
4391
4392 * major.texi (Choosing Modes): Describe match-function elements for
4393 magic-mode-alist.
4394
8cf51b2c
GM
43952006-12-18 Eli Zaretskii <eliz@gnu.org>
4396
4397 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
4398 peculiarities.
4399
44002006-12-18 Richard Stallman <rms@gnu.org>
4401
4402 * abbrevs.texi (Editing Abbrevs): Fix previous change.
4403
8cf51b2c
GM
44042006-12-17 Alan Mackenzie <acm@muc.de>
4405
4406 * programs.texi (Left Margin Paren): Remove the bit which says
4407 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
4408 Discuss some of the issues of setting this option to nil.
4409
44102006-12-17 Glenn Morris <rgm@gnu.org>
4411
4412 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
4413
44142006-12-16 Eli Zaretskii <eliz@gnu.org>
4415
4416 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
4417 (Windows Files): `w32-get-true-file-attributes' is only relevant for
4418 NTFS volumes.
4419 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
4420 volumes.
4421
44222006-12-15 Eli Zaretskii <eliz@gnu.org>
4423
4424 * text.texi (HTML Mode): Fix "C-c TAB".
4425
8cf51b2c
GM
44262006-12-09 Richard Stallman <rms@gnu.org>
4427
4428 * misc.texi (Invoking emacsclient): Simplify TCP file text.
4429
44302006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
4431
4432 * files.texi (Misc File Ops): Document insert-file-literally.
4433
44342006-12-08 Eli Zaretskii <eliz@gnu.org>
4435
4436 * cmdargs.texi (Colors): Note that --color is intended for overriding
4437 the terminal defaults, not for normal invocation.
4438
4439 * misc.texi (Emacs Server): Improve wording. Don't mention the
4440 ``server program''. Add a cross-reference to "Init File" node.
4441 (Invoking emacsclient): Add index entries. Document both short and
4442 long versions of command-line options. Document the -f option.
4443
8cf51b2c
GM
44442006-12-06 Richard Stallman <rms@gnu.org>
4445
4446 * text.texi (Outline Format): Say to set outline-regexp
4447 and outline-level with major modes and file local variables.
4448
c8763fb6 44492006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
4450
4451 * anti.texi (Antinews): Mention the alternative to
4452 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
4453
8cf51b2c
GM
4454 * misc.texi (Interactive Shell): Ditto.
4455
44562006-12-04 Eli Zaretskii <eliz@gnu.org>
4457
4458 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4459
4460 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4461
44622006-12-01 Eli Zaretskii <eliz@gnu.org>
4463
4464 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
4465 colon in the mode line.
4466
4467 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
4468
44692006-11-26 Nick Roberts <nickrob@snap.net.nz>
4470
4471 * building.texi (Watch Expressions): Mention SPC for expanding/
4472 contracting watch expressions.
4473
44742006-11-26 Kim F. Storm <storm@cua.dk>
4475
4476 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
4477
44782006-11-26 Nick Roberts <nickrob@snap.net.nz>
4479
4480 * building.texi (Debugger Operation): Define text command mode.
4481 Clarify how tooltips work.
4482 (GDB Graphical Interface): Explain how to run in text command mode
4483 more clearly.
4484
44852006-11-25 Juanma Barranquero <lekktu@gmail.com>
4486
4487 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
4488
44892006-11-22 Juanma Barranquero <lekktu@gmail.com>
4490
4491 * anti.texi (Antinews): Mention --server-file and TCP sockets.
4492
8cf51b2c
GM
44932006-11-18 Chong Yidong <cyd@stupidchicken.com>
4494
4495 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
4496 and EMACS is deprecated.
4497
44982006-11-18 Juanma Barranquero <lekktu@gmail.com>
4499
4500 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
4501
c8763fb6 45022006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4503
4504 * Makefile.in (emacs.dvi): Remove xresmini.texi.
4505
4506 * emacs.texi: Include xresources.texi both for info and dvi.
4507
4508 * xresources.texi: Merge text from xresmini.texi.
4509
c8763fb6 45102006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
4511
4512 * glossary.texi: Fix typos.
4513
8cf51b2c
GM
45142006-11-06 Richard Stallman <rms@gnu.org>
4515
4516 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
4517
4518 * ack.texi (Acknowledgments): Fix name spelling.
4519
45202006-11-01 Juri Linkov <juri@jurta.org>
4521
4522 * search.texi (Word Search): Document incremental word search.
4523
45242006-10-28 Glenn Morris <rgm@gnu.org>
4525
4526 * ack.texi (Acknowledgments): Add cal-html author.
4527
4528 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
4529 Calendar"). Describe new package cal-html.
4530 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
4531 Calendar Files."
4532
8cf51b2c
GM
45332006-10-23 Richard Stallman <rms@gnu.org>
4534
4535 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
4536 Abbrev mode is enabled.
4537
8cf51b2c
GM
45382006-10-16 Richard Stallman <rms@gnu.org>
4539
8cf51b2c
GM
4540 * emacs.texi: Update ISBN.
4541
8cf51b2c
GM
45422006-10-11 Kim F. Storm <storm@cua.dk>
4543
4544 * emacs.texi (Acknowledgments): Use @dotless{i}.
4545
45462006-10-08 Nick Roberts <nickrob@snap.net.nz>
4547
4548 * building.texi (Breakpoints Buffer): Mention catchpoints.
4549
45502006-10-08 Kim F. Storm <storm@cua.dk>
4551
4552 * ack.texi (Acknowledgments): Update.
4553
4554 * emacs.texi (Acknowledgments): Fix bad @/ form.
4555
8cf51b2c
GM
45562006-10-05 Kim F. Storm <storm@cua.dk>
4557
4558 * emacs.texi (Acknowledgments): Add more contributors.
4559
45602006-10-03 Richard Stallman <rms@gnu.org>
4561
4562 * emacs.texi (Acknowledgments): Update version and edition.
4563
8cf51b2c
GM
45642006-10-01 Karl Berry <karl@gnu.org>
4565
4566 * custom.texi (Customization Groups): Page break to keep example buffer
4567 on one page.
4568
45692006-09-30 Karl Berry <karl@gnu.org>
4570
4571 * programs.texi (Basic Indent): @need to improve page break.
4572 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
4573
45742006-09-29 Glenn Morris <rgm@gnu.org>
4575
4576 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
4577
45782006-09-29 Karl Berry <karl@gnu.org>
4579
4580 * windows.texi (Basic Window): Remove forced @break, no longer
4581 desirable.
4582 * frames.texi (Frame Commands),
4583 * mark.texi (Marking Objects): Reword to avoid bad page break.
4584 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
4585
45862006-09-19 Richard Stallman <rms@gnu.org>
4587
4588 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
4589 stick to present tense.
4590
c8763fb6 45912006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4592
4593 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
4594 to x-gtk-use-old-file-dialog.
4595 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
4596
45972006-09-15 Jay Belanger <belanger@truman.edu>
4598
49823426 4599 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
4600 Change "Library Public License" to "Lesser Public License"
4601 throughout. Use "yyyy" to represent year.
4602
8cf51b2c
GM
46032006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
4604
4605 * files.texi (Visiting): Add index entry "open file".
4606
8cf51b2c
GM
46072006-09-11 Richard Stallman <rms@gnu.org>
4608
4609 * building.texi (Compilation Mode): Clarification.
4610 (Grep Searching): Add xref to Compilation Mode.
4611
8cf51b2c
GM
46122006-09-08 Richard Stallman <rms@gnu.org>
4613
4614 * search.texi (Search): Ref multi-file search commands here.
4615 (Other Repeating Search): Not here.
4616
8cf51b2c
GM
46172006-08-28 Richard Stallman <rms@gnu.org>
4618
4619 * windows.texi (Split Window): Update xref.
4620
4621 * basic.texi (Continuation Lines): Update xref.
4622
4623 * indent.texi (Tab Stops): Update xref.
4624
4625 * emacs.texi (Top): Update subnode menu.
4626
4627 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
4628 split out of Display Custom.
4629
46302006-08-25 Kim F. Storm <storm@cua.dk>
4631
4632 * display.texi (Display Custom): Add variables overline-margin
4633 and x-underline-at-descent-line.
4634
46352006-08-25 Richard Stallman <rms@gnu.org>
4636
4637 * entering.texi (Exiting): Rewrite to give graphical displays
4638 priority over text terminals.
4639
4640 * search.texi (Incremental Search): Move index entries.
4641
46422006-08-23 Chong Yidong <cyd@stupidchicken.com>
4643
4644 * custom.texi (Init File): Reference Find Init to avoid "home
4645 directory" confusion.
4646
46472006-08-22 Nick Roberts <nickrob@snap.net.nz>
4648
4649 * building.texi (Other GDB-UI Buffers): Describe how to edit
4650 a value in the locals buffer.
4651
46522006-08-21 Richard Stallman <rms@gnu.org>
4653
4654 * search.texi (Basic Isearch): Add `isearch' index entry.
4655
46562006-08-16 Richard Stallman <rms@gnu.org>
4657
4658 * misc.texi (Saving Emacs Sessions): Clean up wording.
4659
4660 * mark.texi (Marking Objects): Mention term "select all".
4661
4662 * emacs.texi (Top): Update subnode menu.
4663
4664 * help.texi (Help Mode): Move node up in file.
4665
8cf51b2c
GM
46662006-08-15 Nick Roberts <nickrob@snap.net.nz>
4667
4668 * building.texi (Stack Buffer): Explain fringe arrow.
4669
8cf51b2c
GM
46702006-08-12 Eli Zaretskii <eliz@gnu.org>
4671
8cf51b2c
GM
4672 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
4673 on startup.
4674
46752006-08-11 Romain Francoise <romain@orebokech.com>
4676
4677 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
4678
46792006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
4680
4681 * mule.texi (Recognize Coding, Text Coding): Fix typos.
4682
46832006-08-10 Richard Stallman <rms@gnu.org>
4684
4685 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
4686 with face merging. Empty regions don't count.
4687 Clarify face property inheritance.
8cf51b2c
GM
4688
46892006-08-08 Romain Francoise <romain@orebokech.com>
4690
4691 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
4692 <arjuropo@cc.jyu.fi>.
4693
8cf51b2c
GM
46942006-08-04 Eli Zaretskii <eliz@gnu.org>
4695
4696 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
4697 apply to all frames.
4698
8cf51b2c
GM
46992006-08-01 Richard Stallman <rms@gnu.org>
4700
4701 * help.texi (Name Help): Add index entries for describe-variable.
4702
47032006-08-01 Nick Roberts <nickrob@snap.net.nz>
4704
4705 * building.texi (GDB Graphical Interface): Shorten node names.
4706 (GDB-UI Layout): Use GDB-related.
4707 (Other GDB-UI Buffers): Simplify English.
4708
47092006-07-31 Richard Stallman <rms@gnu.org>
4710
4711 * search.texi (Query Replace): Add xref for Dired's Q command.
4712
8cf51b2c
GM
47132006-07-31 Nick Roberts <nickrob@snap.net.nz>
4714
4715 * building.texi (GDB commands in Fringe): Rename to...
4716 (Source Buffers): ..this and move forward. Describe hollow arrow and
4717 new option gdb-find-source-frame.
4718
47192006-07-29 Richard Stallman <rms@gnu.org>
4720
4721 * dired.texi (Operating on Files): Simplify previous change
4722 and fix Texinfo usage.
4723
47242006-07-29 Eli Zaretskii <eliz@gnu.org>
4725
4726 * dired.texi (Operating on Files): Add cross-references. State the
4727 Unix commands that do similar things.
4728
47292006-07-28 Richard Stallman <rms@gnu.org>
4730
4731 * mark.texi (Transient Mark): Clarify that region never disappears
4732 when Transient Mark mode is off, and not when it is on.
4733
47342006-07-27 Richard Stallman <rms@gnu.org>
4735
4736 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4737
47382006-07-24 Richard Stallman <rms@gnu.org>
4739
4740 * xresources.texi (GTK styles): Fix texinfo usage.
4741
8cf51b2c
GM
4742 * commands.texi (User Input): Explain why we teach keyboard cmds.
4743
4744 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4745 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4746 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4747 * doclicense.texi, display.texi, dired.texi, basic.texi:
4748 * anti.texi, ack.texi: Move periods and commas inside quotes.
4749
47502006-07-22 Eli Zaretskii <eliz@gnu.org>
4751
4752 * cmdargs.texi (General Variables): Document EMAIL.
4753
47542006-07-21 Eli Zaretskii <eliz@gnu.org>
4755
4756 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4757 doesn't have effect on MS-Windows.
4758
8cf51b2c
GM
47592006-07-17 Richard Stallman <rms@gnu.org>
4760
4761 * building.texi (Grep Searching): Explain about chaining grep commands.
4762
8cf51b2c
GM
47632006-07-10 Nick Roberts <nickrob@snap.net.nz>
4764
49823426 4765 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
4766
47672006-07-09 Chong Yidong <cyd@stupidchicken.com>
4768
4769 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4770 is invoked for multiple files.
4771
47722006-07-08 Eli Zaretskii <eliz@gnu.org>
4773
4774 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4775 on-line manual for the rest of this node.
4776 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4777 unconditionally.
4778 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4779 Improve wording.
4780 (Windows Printing): Improve wording.
4781 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4782 rest of this node.
4783
8cf51b2c
GM
47842006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4785
49823426
GM
4786 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4787 with eval-buffer.
8cf51b2c
GM
4788
47892006-07-05 Nick Roberts <nickrob@snap.net.nz>
4790
4791 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4792 of character translation.
4793
47942006-07-04 Nick Roberts <nickrob@snap.net.nz>
4795
4796 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4797
47982006-07-03 Karl Berry <karl@gnu.org>
4799
4800 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4801 not-too-underfull hboxes in the TeX output.
4802 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4803 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4804 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4805 * sending.texi, text.texi: Fix overfull/underfull boxes.
4806
48072006-07-03 Romain Francoise <romain@orebokech.com>
4808
4809 * m-x.texi (M-x): Fix.
4810
48112006-07-03 Richard Stallman <rms@gnu.org>
4812
8cf51b2c
GM
4813 * search.texi (Other Repeating Search): filename -> file name.
4814
4815 * misc.texi (Narrowing): Minor cleanups.
4816
4817 * files.texi (Visiting): filename -> file name.
4818
4819 * emacs.texi (Top): Update subnode menus.
4820
4821 * mule.texi (Coding Systems): Move char translation stuff here.
4822 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4823 (Recognize Coding): Substantial local rewrites.
4824 (International): Update menu.
4825
4826 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4827 (Scrolling): Substantial local rewrites.
4828 (Display): Update menu and intro.
4829
4830 * dired.texi: filename -> file name.
4831
4832 * custom.texi (Safe File Variables): Texinfo usage fix.
4833
f0131492 48342006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4835
4836 * help.texi, m-x.texi: Lots of cleanups.
4837
8cf51b2c
GM
48382006-06-30 Eli Zaretskii <eliz@gnu.org>
4839
4840 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4841 (Windows Processes, Windows Misc): Shorten the printed version by
4842 selectively conditioning less important portions by @ifnottex.
4843
8cf51b2c
GM
48442006-06-27 Richard Stallman <rms@gnu.org>
4845
4846 * mini.texi (Minibuffer File): Minor cleanup.
4847
48482006-06-25 Nick Roberts <nickrob@snap.net.nz>
4849
4850 * frames.texi (XTerm Mouse): Rename to...
4851 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4852
4853 * emacs.texi (Top): Use new node name.
4854
48552006-06-24 Eli Zaretskii <eliz@gnu.org>
4856
4857 * emacs.texi (Top): Update the detailed menu according to changes in
4858 msdog.texi.
4859
4860 * msdog.texi (Windows Keyboard): New section.
4861 (Windows Mouse): New section.
4862 (Windows System Menu): Remove section (text merged with "Windows
4863 Keyboard").
4864 (Windows Misc): New section.
4865
4866 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
4867
4868 * msdog.texi (ls in Lisp): New section.
4869
4870 * files.texi (Visiting): Document case-insensitive wildcard matching
4871 under find-file-wildcards.
4872
8cf51b2c
GM
48732006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4874
4875 * macos.texi (Mac Input): Add description of mac-function-modifier.
4876 Now Unicode keyboard layouts work.
4877
8cf51b2c
GM
48782006-06-10 Richard Stallman <rms@gnu.org>
4879
4880 * mule.texi (Recognize Coding): Clarify previous change.
4881
48822006-06-09 Kenichi Handa <handa@m17n.org>
4883
4884 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
4885 notation.
4886
48872006-06-07 Kevin Ryde <user42@zip.com.au>
4888
4889 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4890 manual for @ifnottex, but in emacs-extra for @iftex.
4891
4892 * cmdargs.texi (General Variables): Fix smtpmail xref.
4893
48942006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4895
8cf51b2c 4896 * programs.texi (Comment Commands):
8cf51b2c 4897 * custom.texi (Specifying File Variables):
49823426 4898 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
4899
49002006-06-07 Nick Roberts <nickrob@snap.net.nz>
4901
4902 * building.texi (Watch Expressions): Move node to end.
4903 (GDB Graphical Interface): Move description of clicks in fringe...
4904 (GDB commands in the Fringe): ...to here. New node.
4905
8cf51b2c
GM
49062006-06-05 Romain Francoise <romain@orebokech.com>
4907
49823426 4908 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
4909
49102006-06-05 Nick Roberts <nickrob@snap.net.nz>
4911
4912 * building.texi (GDB Graphical Interface): Update bindings.
4913 (Commands of GUD): Add gud-print. Remove gud-run.
4914 Restate availability more generally.
4915
f0131492 49162006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4917
4918 * mini.texi: Lots of cleanups.
4919
49202006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4921
4922 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
4923 and Mouse-2.
4924
c8763fb6 49252006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4926
4927 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
4928
8cf51b2c
GM
49292006-05-31 Richard Stallman <rms@gnu.org>
4930
4931 * basic.texi (Moving Point): Fix previous change.
4932
c8763fb6 49332006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4934
4935 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
4936
f0131492 49372006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4938
4939 * basic.texi: Many simplifications and improvements in wording.
4940
8cf51b2c
GM
49412006-05-26 Nick Roberts <nickrob@snap.net.nz>
4942
4943 * anti.texi (Antinews): Create a node for gdb-ui.
4944
8cf51b2c
GM
49452006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4946
4947 * frames.texi (Menu Bars, Tool Bars): Add index entries.
4948
49492006-05-20 Richard Stallman <rms@gnu.org>
4950
4951 * dired.texi (Dired Navigation): dired-goto-file is now j.
4952
8cf51b2c
GM
49532006-05-20 Eli Zaretskii <eliz@gnu.org>
4954
4955 * mule.texi (Coding Systems): Mention the undecided-* coding systems
4956 and their aliases.
4957
4958 * msdog.texi (Windows Printing): Mention non-support of plain text
4959 printing with some el-cheapo printers, and suggest a workaround.
4960
49612006-05-20 Kevin Ryde <user42@zip.com.au>
4962
4963 * text.texi (TeX Print): tex-dvi-view-command has a default value,
4964 remove the bit saying you must set it.
4965
49662006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4967
4968 * trouble.texi (Checklist):
4969 * text.texi (Text, Auto Fill, Text Mode):
4970 * search.texi (Nonincremental Search):
4971 * rmail.texi (Rmail Labels):
4972 * mule.texi (Input Methods, Multibyte Conversion):
4973 * misc.texi (Gnus, Where to Look, PostScript):
4974 * maintaining.texi (Create Tags Table):
4975 * indent.texi (Indentation Commands):
4976 * fixit.texi (Spelling):
4977 * emacs.texi (Copying):
4978 * custom.texi (Init File): ifinfo -> ifnottex.
4979
8cf51b2c
GM
49802006-05-17 Richard Stallman <rms@gnu.org>
4981
4982 * files.texi (Diff Mode): Mention C-x `.
4983
49842006-05-08 Richard Stallman <rms@gnu.org>
4985
4986 * custom.texi (Disabling): Textual cleanups.
4987
8cf51b2c
GM
49882006-05-12 Glenn Morris <rgm@gnu.org>
4989
4990 * calendar.texi (Displaying the Diary, Format of Diary File):
4991 Refer to diary-view-entries, diary-list-entries,
4992 diary-show-all-entries rather than obsolete aliases.
4993
49942006-05-12 Eli Zaretskii <eliz@gnu.org>
4995
4996 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
4997 (Displaying the Diary, Special Diary Entries, Importing Diary):
4998 * building.texi (Compilation Shell):
4999 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5000 emacs-xtra with @inforef's.
5001
5002 * files.texi (Visiting): Fix wording.
5003
5004 * mule.texi (Coding Systems, Text Coding): More indexing.
5005 Mention that C-x RET f can set eol conversion.
5006
c8763fb6 50072006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5008
5009 * xresmini.texi (GTK resources): Insert GTK description.
5010
5011 * xresources.texi (GTK resources): metafont should be menufont.
5012
8cf51b2c
GM
50132006-05-06 Michael Albinus <michael.albinus@gmx.de>
5014
49823426 5015 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
5016 method, user name and host name is active only in partial
5017 completion mode.
5018
8cf51b2c
GM
50192006-05-06 Eli Zaretskii <eliz@gnu.org>
5020
5021 * makefile.w32-in (emacs.dvi):
5022 * Makefile.in (emacs.dvi): Add xresmini.texi.
5023
5024 * xresmini.texi (Table of Resources): Remove xref to non-existent
5025 node "LessTif Resources".
5026
5027 * msdog.texi (Microsoft Windows):
5028 * calendar.texi (Calendar/Diary, Displaying the Diary)
5029 (Special Diary Entries, Importing Diary, Holidays):
5030 * programs.texi (Program Modes):
5031 * text.texi (Text):
5032 * buffers.texi (Several Buffers):
5033 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5034
50352006-05-06 Eli Zaretskii <eliz@gnu.org>
5036
5037 The following changes merge the emacs-xtra manual into the main
5038 manual, but only for on-line version of the manual.
5039
5040 * vc2-xtra.texi (Version Backups, Local Version Control)
5041 (Making Snapshots, Change Logs and VC, Version Headers)
5042 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5043 on-line manual.
5044
5045 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5046 for on-line manual.
5047
5048 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5049 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5050 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5051 for on-line manual.
5052
5053 * fortran-xtra.texi (Fortran, Fortran Autofill)
5054 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5055 for on-line manual.
5056
5057 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5058 Conditional xref's for on-line manual.
5059
5060 * emerge-xtra.texi (Emerge, Overview of Emerge)
5061 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5062 manual.
5063
5064 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5065 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5066 (EMACSSOURCES): Use EMACS_XTRA.
5067 (../info/emacs-xtra): Remove.
5068 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5069
5070 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5071 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5072 (EMACSSOURCES): Use EMACS_XTRA.
5073 ($(infodir)/emacs-xtra): Remove.
5074 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5075
5076 * trouble.texi (Quitting):
5077 * text.texi (Text):
5078 * programs.texi (Program Modes):
5079 * msdog.texi (Microsoft Windows):
5080 * frames.texi (Frames):
5081 * files.texi (Backup, Version Control, VC Concepts)
5082 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5083 (Registering, VC Status, VC Undo, Multi-User Branching)
5084 (Comparing Files):
5085 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5086 (Displaying the Diary, Special Diary Entries, Importing Diary):
5087 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5088 conditional xref's, depending on @iftex/@ifnottex.
5089
5090 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5091 "MS-DOS". @include msdog-xtra.texi.
5092
5093 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5094 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5095
5096 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5097 for vc-xtra.texi subsections.
5098 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5099 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5100
5101 * sending.texi (Sending Mail): A @node line without explicit Prev,
5102 Next, and Up links.
5103
5104 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
5105 Next, and Up links.
5106
5107 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
5108 and its sections. @include picture-xtra.texi.
5109
5110 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
5111 "Emerge".
5112 (List Tags) [ifnottex]: @include emerge-xtra.texi.
5113
5114 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
5115 exact duplicate of its name-sake in calendar.texi.
5116
5117 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
5118 "Advanced Calendar/Diary Usage".
5119 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
5120
5121 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
5122 dired-xtra.texi.
5123 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
5124
5125 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
5126 (Files) [ifnottex]: Add menu entry for Autorevert.
5127
5128 * emacs-xtra.texi (Introduction): Reword to make consistent with
5129 printed version only.
5130 <Top level>: Remove the body of all chapters and move them to the
5131 new *-xtra.texi files. Use @raisesections and @lowersections to
5132 convert sections to chapters etc.
5133
5134 * msdog-xtra.texi:
5135 * fortran-xtra.texi:
5136 * vc-xtra.texi:
5137 * vc1-xtra.texi:
5138 * vc2-xtra.texi:
5139 * emerge-xtra.texi:
5140 * cal-xtra.texi:
5141 * dired-xtra.texi:
5142 * arevert-xtra.texi: New files, with text from respective chapters
5143 of emacs-xtra.texi. Convert each @chapter into @section, @section
5144 into @subsection, etc.
5145
1c6c854e 5146 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
5147 updated.
5148
5149 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
5150 Windows". All references updated.
5151
51522006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5153
5154 * macos.texi (Mac Input): Mention input from Character Palette.
5155 (Mac Font Specs): Fix typo.
5156
51572006-05-05 Richard Stallman <rms@gnu.org>
5158
5159 * files.texi (Diff Mode): Minor cleanup.
5160
51612006-05-05 Karl Berry <karl@gnu.org>
5162
8cf51b2c
GM
5163 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
5164 errors from the current release of makeinfo (4.8).
5165 * help.texi (Library Keywords): Change widest word in multitable
5166 template from `emulations' to `convenience'. (Not sure if this is
5167 related to the font change.)
5168
51692006-05-05 Eli Zaretskii <eliz@gnu.org>
5170
5171 * files.texi (File Names): Add a footnote about limited support of
5172 ~USER on MS-Windows.
5173
5174 * cmdargs.texi (Initial Options): Add a footnote about limited
5175 support of ~USER on MS-Windows.
5176
51772006-05-03 Richard Stallman <rms@gnu.org>
5178
5179 * files.texi (Diff Mode): Node moved here.
5180 (Comparing Files): Delete what duplicates new node.
5181 (Files): Put Diff Mode in menu.
5182
1c6c854e 5183 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
5184
5185 * emacs.texi (Top): Update menu for Diff Mode.
5186
5187 * trouble.texi (Emergency Escape): Simplify.
5188
5189 * emacs.texi (Top): Minor clarification.
5190
51912006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5192
5193 * commands.texi, entering.texi, screen.texi: Many simplifications.
5194
51952006-05-03 Richard Stallman <rms@gnu.org>
5196
5197 * commands.texi (Text Characters): Delete paragraph about unibyte
5198 non-ASCII printing chars.
5199
5200 * killing.texi (Killing): Say "graphical displays".
5201 * display.texi: Say "graphical displays".
5202
5203 * cmdargs.texi (Misc X): Say "graphical displays".
5204
52052006-05-01 Richard Stallman <rms@gnu.org>
5206
5207 * emacs.texi (Top): Add Diff Mode to menu.
5208
52092006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5210
5211 * misc.texi (Diff Mode): New node.
5212
52132006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5214
5215 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
5216 (Mac Environment Variables): Shorten example line.
5217 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
5218
52192006-05-01 Nick Roberts <nickrob@snap.net.nz>
5220
5221 * building.texi (GUD Customization): Describe cases %d and %c.
5222 Update description for %e.
5223
52242006-04-30 Glenn Morris <rgm@gnu.org>
5225
5226 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
5227
52282006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5229
5230 * custom.texi (Examining): Update C-h v output example.
5231
52322006-04-29 Kim F. Storm <storm@cua.dk>
5233
5234 * building.texi (Grep Searching): Add lgrep and rgrep.
5235
8cf51b2c
GM
52362006-04-23 Richard Stallman <rms@gnu.org>
5237
5238 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
5239
5240 * xresmini.texi: New file.
5241
5242 * xresources.texi (Face Resources): Split table into font resources
5243 and the rest. Combine similar attributes for brevity.
5244
8cf51b2c
GM
52452006-04-21 Eli Zaretskii <eliz@gnu.org>
5246
5247 * emacs-xtra.texi (MS-DOS File Names): Remove section about
5248 backslashes and case-insensitivity in file names (moved to the
5249 main manual).
5250 (MS-DOS Printing): Move most of the text to the main manual.
5251
5252 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
5253 New nodes.
5254 (Windows Processes, Windows System Menu): Add index entries and
5255 fix wording.
5256
8cf51b2c
GM
52572006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
5258
5259 * misc.texi (Shell Ring): Add notes on saved input when
5260 navigating off the end of the history list.
5261
52622006-04-18 Chong Yidong <cyd@mit.edu>
5263
5264 * misc.texi (Shell Options): Correct default value of
5265 comint-scroll-show-maximum-output.
5266
8cf51b2c
GM
52672006-04-18 Nick Roberts <nickrob@snap.net.nz>
5268
5269 * building.texi (Watch Expressions): Update.
5270
8cf51b2c
GM
52712006-04-12 Richard Stallman <rms@gnu.org>
5272
5273 * search.texi: Clean up previous change.
5274
52752006-04-12 Eli Zaretskii <eliz@gnu.org>
5276
5277 * search.texi (Regexp Backslash, Regexp Replace): Add index
5278 entries for ``back reference'' and mention the term itself in the
5279 text.
5280
52812006-04-11 Richard Stallman <rms@gnu.org>
5282
5283 * custom.texi (Safe File Variables):
5284 Document enable-local-variables = :safe.
5285
52862006-04-11 Karl Berry <karl@gnu.org>
5287
5288 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
5289 (Remote Repositories, Version Backups, Local Version Control)
5290 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
5291 (Miscellaneous Commands and Features of VC, Change Logs and VC)
5292 (Renaming VC Work Files and Master Files)
5293 (Inserting Version Control Headers, Customizing VC, General Options)
5294 (Options for RCS and SCCS, Options specific for CVS): Move all
5295 these nodes to emacs-xtra.texi, for brevity.
5296 * cmdargs.texi, files.texi: Change cross-references.
5297
8cf51b2c
GM
52982006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5299
5300 * files.texi (Old Versions): Update description of vc-annotate's
5301 use of color to indicate date ranges.
5302
8cf51b2c
GM
53032006-04-09 Kevin Ryde <user42@zip.com.au>
5304
8cf51b2c
GM
5305 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
5306 put info and printed manual names the right way around.
5307
53082006-04-09 Karl Berry <karl@gnu.org>
5309
5310 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
5311 emacs-xtra.texi, leaving only MS Windows information.
5312 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
5313 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
5314 node names.
5315
5316 * emacs.texi: Move @summarycontents and @contents to the beginning
5317 of the file.
5318
8cf51b2c
GM
53192006-04-08 Kevin Ryde <user42@zip.com.au>
5320
5321 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
5322
53232006-04-07 Richard Stallman <rms@gnu.org>
5324
5325 * programs.texi (Comments, Comment Commands, Options for Comments)
5326 (Multi-Line Comments): "Align", not "indent".
5327 (Basic Indent): C-j deletes trailing whitespace before the newline.
5328
53292006-04-06 Richard Stallman <rms@gnu.org>
5330
8cf51b2c
GM
5331 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
5332
53332006-04-06 Eli Zaretskii <eliz@gnu.org>
5334
5335 * killing.texi (Rectangles): Add index entry for marking a rectangle.
5336
8cf51b2c
GM
53372006-04-05 Richard Stallman <rms@gnu.org>
5338
5339 * emacs.texi (Top): Update subnode menu.
5340
5341 * trouble.texi (Unasked-for Search): Node deleted.
5342 (Lossage): Delete from menu.
5343
53442006-04-04 Richard Stallman <rms@gnu.org>
5345
5346 * trouble.texi: Various cleanups.
5347 (Checklist): Don't bother saying how to snail a bug report.
5348 (Emergency Escape): Much rewriting.
5349 (After a Crash): Rename the core dump immediately.
5350 (Total Frustration): Call it a psychotherapist.
5351 (Bug Criteria): Avoid "illegal instruction".
5352 (Sending Patches): We always put the contributor's name in.
5353
5354 * misc.texi (Thumbnails): Minor correction.
5355
8cf51b2c
GM
53562006-04-03 Richard Stallman <rms@gnu.org>
5357
5358 * misc.texi (Thumbnails): Minor cleanup.
5359
53602006-04-02 Karl Berry <karl@gnu.org>
5361
5362 * sending.texi (Mail Sending): pxref to Top needs five args.
5363
5364 * texinfo.tex: Update to current version (2006-03-21.13).
5365
8cf51b2c
GM
53662006-03-31 Richard Stallman <rms@gnu.org>
5367
5368 * emacs.texi (Top): Update subnode menu.
5369
5370 * help.texi (Help Mode): Cleanup.
5371
5372 * dired.texi: Many cleanups.
5373 (Dired Deletion): Describe dired-recursive-deletes.
5374 (Operating on Files): dired-create-directory moved.
5375 (Misc Dired Features): Move to here.
5376 (Tumme): Node moved to misc.texi.
5377
5378 * custom.texi: Many cleanups.
5379 (Minor Modes): Don't mention ISO Accents Mode.
5380 (Examining): Update C-h v output example.
5381 (Hooks): Add index and xref for add-hook.
5382 (Locals): Delete list of vars that are always per-buffer. Rearrange.
5383 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
5384
5385 * misc.texi: Many cleanups.
5386 (beginning): Add to summary of topics.
5387 (Shell): Put eshell xref at the end. Remove eshell from table.
5388 (Thumbnails): New node.
5389
8cf51b2c
GM
53902006-03-28 Eli Zaretskii <eliz@gnu.org>
5391
5392 * files.texi (File Name Cache): Make it clear that the cache is
5393 not persistent.
5394
8cf51b2c
GM
53952006-03-25 Karl Berry <karl@gnu.org>
5396
49823426
GM
5397 * emacs-xtra.texi, emacs.texi, gnu.texi:
5398 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
5399 (2) do not indent copyright year list (or anything else).
5400
8cf51b2c
GM
54012006-03-21 Juanma Barranquero <lekktu@gmail.com>
5402
5403 * files.texi (VC Dired Mode): Remove misplaced brackets.
5404
54052006-03-21 Andre Spiegel <spiegel@gnu.org>
5406
5407 * files.texi: Various updates and clarifications in the VC chapter.
5408
54092006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5410
5411 * help.texi (Help Mode): Document "C-c C-c".
5412
8cf51b2c
GM
54132006-03-16 Luc Teirlinck <teirllm@auburn.edu>
5414
5415 * emacs-xtra.texi (Top): Avoid ugly continuation line in
5416 menu in the standalone Info reader.
5417
54182006-03-15 Chong Yidong <cyd@stupidchicken.com>
5419
5420 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
5421 moved here from Emacs manual.
5422
5423 * programs.texi (Fortran): Section moved to emacs-xtra.
5424 (Program Modes): Xref to Fortran in emacs-xtra.
5425
5426 * maintaining.texi (Emerge): Move to emacs-xtra.
5427 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
5428
5429 * picture.texi: File deleted.
5430 * Makefile.in:
5431 * makefile.w32-in: Remove picture.texi.
5432
5433 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
5434 * abbrevs.texi (Abbrevs):
5435 * sending.texi (Sending Mail): Picture node removed.
5436
5437 * emacs.texi (Top): Update node listings.
5438
8cf51b2c
GM
54392006-03-12 Richard Stallman <rms@gnu.org>
5440
5441 * calendar.texi: Various cleanups.
5442
8cf51b2c
GM
54432006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5444
5445 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
5446 syntax.
5447
8cf51b2c
GM
54482006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5449
5450 * search.texi (Regexps): More accurately describe which characters
5451 are special in which situations. Recommend _not_ to quote `]' or
5452 `-' when they are not special.
5453
8cf51b2c
GM
54542006-02-28 Andre Spiegel <spiegel@gnu.org>
5455
5456 * files.texi (Old Versions): Clarify operation of C-x v =.
5457
8cf51b2c
GM
54582006-02-21 Nick Roberts <nickrob@snap.net.nz>
5459
5460 * building.texi (Watch Expressions): Update and describe
5461 gdb-speedbar-auto-raise.
5462
54632006-02-19 Richard M. Stallman <rms@gnu.org>
5464
5465 * emacs.texi: Use @smallbook.
5466 (Top): Update ref to Emacs paper, delete ref to Cookbook.
5467 Update subnode menu.
5468
5469 * building.texi (Lisp Interaction): Minor addition.
5470
54712006-02-18 Nick Roberts <nickrob@snap.net.nz>
5472
5473 * building.texi (Watch Expressions): Update and be more precise.
5474
c8763fb6 54752006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5476
5477 * maintaining.texi (Create Tags Table): Explain why the
5478 exception when etags writes to files under the /dev tree.
5479
54802006-02-14 Richard M. Stallman <rms@gnu.org>
5481
5482 * custom.texi (Safe File Variables): Lots of clarification.
5483 Renamed from Unsafe File Variables.
5484
54852006-02-14 Chong Yidong <cyd@stupidchicken.com>
5486
5487 * custom.texi (Unsafe File Variables): File variable confirmation
5488 assumed denied in batch mode.
5489
54902006-02-14 Richard M. Stallman <rms@gnu.org>
5491
5492 * building.texi (GDB User Interface Layout): Don't say `inferior'
5493 for program being debugged.
5494
54952006-02-15 Nick Roberts <nickrob@snap.net.nz>
5496
5497 * building.texi (GDB Graphical Interface):
5498 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
5499
55002006-02-13 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * custom.texi (Specifying File Variables, Unsafe File Variables):
5503 New nodes, split from File Variables. Document new file local
5504 variable behavior.
5505
55062006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5507
5508 * display.texi (Standard Faces):
8cf51b2c
GM
5509 * files.texi (Visiting):
5510 * frames.texi (Clipboard):
5511 * glossary.texi (Glossary) <Clipboard>:
5512 * xresources.texi (X Resources): Mention Mac OS port.
5513
8cf51b2c
GM
55142006-02-12 Richard M. Stallman <rms@gnu.org>
5515
5516 * building.texi (Building): Clarify topic in intro.
5517
5518 * maintaining.texi (Maintaining): Change title; clarify topic.
5519 Delete duplicate index entries.
5520
5521 * building.texi (Other GDB User Interface Buffers): Clarifications.
5522
5523 * text.texi (Cell Commands): Clarifications.
5524
5525 * programs.texi (Defuns): Delete duplicate explanation of
5526 left-margin paren convention.
5527 (Hungry Delete): Minor cleanup.
5528
55292006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5530
5531 * dired.texi (Tumme): More tumme documentation.
5532
55332006-02-11 Alan Mackenzie <acm@muc.de>
5534
5535 * programs.texi ("Hungry Delete"): Correct the appellation of the
5536 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
5537
55382006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5539
5540 * dired.texi (Tumme): Fix small bug.
5541
55422006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5543
5544 * macos.texi (Mac International): Rename "fontset-mac" to
5545 "fontset-standard".
5546
8cf51b2c
GM
55472006-02-09 Mathias Dahl <mathias.dah@gmail.com>
5548
5549 * dired.texi (Tumme): Basic documentation for Tumme added.
5550
8cf51b2c
GM
55512006-02-07 Luc Teirlinck <teirllm@auburn.edu>
5552
5553 * mule.texi (International):
5554 * programs.texi (Basic Indent): Fix typos.
5555
8cf51b2c
GM
5556 * custom.texi (Minor Modes):
5557 * display.texi (Text Display):
5558 * commands.texi (Text Characters): Update xrefs.
5559
55602006-02-07 Richard M. Stallman <rms@gnu.org>
5561
5562 * emacs.texi (Top): Update subnode menu.
5563 Update info on old Emacs papers.
5564 (Intro): "Graphical display", not window system.
5565
5566 * xresources.texi (GTK styles): Minor clarifications.
5567
5568 * trouble.texi: "Graphical display", not window system.
5569 (Stuck Recursive): Minor clarification.
5570
5571 * text.texi: Minor clarifications.
5572 (Sentences): Explain why two-space convention is better.
5573 Explain sentence-end-without-period here.
5574 (Fill Commands): Not here.
5575 (Refill): Node moved down.
5576 (Filling): Update menu.
5577 (Table Creation, Cell Justification, Column Commands): Clarify.
5578
5579 * sending.texi: Minor clarifications.
5580
5581 * search.texi (Regexp Backslash): Clarification.
5582
5583 * rmail.texi: Minor cleanups.
5584 (Rmail): Delete digression about `rmail-mode'.
5585 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
5586 (Rmail Files): Mention C-u M-x rmail.
5587 (Rmail Reply): Mention References.
5588 (Rmail Display): Mention rmail-nonignored-headers.
5589
5590 * programs.texi: Minor cleanups.
5591 (Comment Commands): Mention momentary Transient Mark mode.
5592 (Matching): Be more specific about customizing show-paren-mode.
5593 (Info Lookup): Don't list the modes that support C-h S.
5594 Just say what it does in an unsupported mode.
5595 (Man Page): Delete excessive info on customizing woman.
5596 (Motion in C): Don't mention c-for/backward-into-nomenclature.
5597
5598 * abbrevs.texi: Minor clarifications.
5599 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
5600 not "dynamic abbrevs" as if they were a kind of abbrev.
5601
5602 * picture.texi (Picture): Minor cleanup.
5603
5604 * mule.texi (Communication Coding): Say "other applications".
5605 (Fontsets): Not specific to X. Add xref to X Resources.
5606 (Unibyte Mode): Rename from Single-Byte Character Support.
5607 "Graphical display", not window system.
5608 (International): Update menu.
5609
5610 * maintaining.texi (Format of ChangeLog):
5611 New node, split out from ChangeLog.
5612 (ChangeLog): Clarifications in the remaining text.
5613 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
5614 (Find Tag): Add @w.
5615 (Tags Search): Explain tag table order here. Simplify grep ref.
5616 (List Tags): tags-tag-face is a variable, not a face.
5617 (Emerge): Cleanups.
5618
5619 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
5620 (Keyboard Macros): Avoid "the user".
5621
5622 * killing.texi: "Graphical display", not window system.
5623
5624 * help.texi (Help Echo): "Graphical display", not window system.
5625
5626 * glossary.texi: Say "you", not "the user". Say "graphical display".
5627
5628 * frames.texi: Minor cleanups. "Graphical display", not window system.
5629
5630 * files.texi (Visiting): Make drag-and-drop not X-specific.
5631
5632 * custom.texi: Minor cleanups. "Graphical display", not window system.
5633
5634 * cmdargs.texi: Minor cleanups.
5635
5636 * building.texi (Compilation): Move and split kill-compilation para.
5637 Add para about multiple compilers.
5638 (Compilation Mode): Commands also available in grep mode and others.
5639 Mention C-u C-x ` more tutorially. Clarify C-x `.
5640 (Compilation Shell): Clarify. Put Bash example first.
5641 (Grep Searching): Minor cleanups; add @w.
5642 (Debuggers): Minor cleanups.
5643 (Starting GUD): Make GDB xgraphical mode issue clearer.
5644 (Debugger Operation): Lots of clarifications including
5645 GDB tooltip side-effect issue.
5646 (Commands of GUD): Clarify.
5647 (GUD Customization): Add bashdb-mode-hook.
5648 (GDB Graphical Interface): Rewrite for clarity.
5649 (GDB User Interface Layout): Rewrite for clarity.
5650 (Stack Buffer, Watch Expressions): Likewise.
5651 (Other GDB User Interface Buffers): Cleanups.
5652 (Lisp Libraries, External Lisp): Cleanup.
5653
5654 * basic.texi (Position Info): "Graphical displays", rather than
5655 window systems.
5656
5657 * anti.texi: Minor cleanup.
5658
8cf51b2c
GM
56592006-02-03 Eli Zaretskii <eliz@gnu.org>
5660
5661 * custom.texi (Init File, Find Init): Add cross-references to
5662 where $HOME is described.
5663
56642006-02-01 Luc Teirlinck <teirllm@auburn.edu>
5665
5666 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
5667 is not inside the @table.
5668
5669 * emacs.texi (Top): Correct node name.
5670
5671 * files.texi (File Names): Fix @xref.
5672 (Reverting): Fix typo.
5673
5674 * mule.texi (International): Correct node name.
5675
5676 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
5677
56782006-02-01 Richard M. Stallman <rms@gnu.org>
5679
5680 * emacs.texi (Top): Update subnode menu.
5681
5682 * mule.texi: Minor clarifications.
5683 Reduce the specific references to X Windows.
5684 Refer to "graphical" terminals, rather than window systems.
5685 (Text Coding): Rename from Specify Coding.
5686 (Communication Coding, File Name Coding, Terminal Coding):
5687 New nodes split out from Text Coding.
5688
5689 * kmacro.texi: Minor clarifications.
5690 (Keyboard Macro Ring): Comment out some excessive commands.
5691 (Basic Keyboard Macro): Split up the table, putting part in each node.
5692
5693 * major.texi: Minor clarifications.
5694
5695 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
5696
5697 * windows.texi: Minor clarifications.
5698 (Change Window): Don't describe mode-line mouse cmds here.
5699 Add xref to Mode Line Mouse.
5700
5701 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
5702
5703 * macos.texi (Mac International): Fix xref.
5704
5705 * indent.texi: Minor clarifications.
5706
5707 * frames.texi: Minor clarifications.
5708 Reduce the specific references to X Windows.
5709 Refer to "graphical" terminals, rather than window systems.
5710 (Frame Parameters): Don't mention commands like
5711 set-foreground-color. Just say to customize a face.
5712 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
5713
5714 * files.texi: Minor clarifications.
5715 (Numbered Backups): New node, split out from Backup Names.
5716
5717 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
5718
5719 * cmdargs.texi (General Variables): Fix xref.
5720
5721 * buffers.texi: Minor clarifications.
5722
8cf51b2c
GM
57232006-01-31 Richard M. Stallman <rms@gnu.org>
5724
5725 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
5726 Nodes moved to top.
5727
5728 * display.texi: Minor clarifications.
5729 (Display): Rearrange menu.
5730 (Standard Faces): Mention query-replace face.
5731 (Faces): Simplify.
5732 (Font Lock): Simplify face customization info.
5733 (Highlight Changes): Node merged into Highlight Interactively.
5734 (Highlight Interactively): Much rewriting and cleanup.
5735 (Optional Mode Line): Narrowed line number not good for goto-line.
5736 Simplify face customization advice.
5737 (Text Display): Mention use of escape-glyph face.
5738 Move ctl-arrow and tab-width here.
5739 (Display Custom): Move no-redraw-on-reenter to end of node.
5740
5741 * search.texi: Minor clarifications.
5742 (Isearch Scroll): Simplify.
5743 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5744
5745 * regs.texi (Registers): Mention bookmarks here.
5746
5747 * mark.texi: Minor clarifications.
5748 (Selective Undo): Node deleted.
5749
5750 * m-x.texi: Minor clarifications.
5751
5752 * killing.texi: Minor clarifications.
5753 Refer to "graphical" terminals, rather than window systems.
5754
5755 * help.texi: Clarifications.
5756 (Help): Don't describe C-h F and C-h K here.
5757 (Key Help): Describe C-h K here.
5758 (Name Help): Mention Emacs Lisp Intro.
5759 Describe C-h F here.
5760 (Misc Help): Mention C-h F and C-h K only briefly.
5761
5762 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5763 Selective undo text merged in.
5764 (Spelling): Mention Aspell along with Ispell.
5765
5766 * emacs.texi (Top): Update subnode menus.
5767
5768 * basic.texi (Basic Undo): Rename from Undo. Most of text
5769 moved to new Undo node.
5770
8cf51b2c
GM
57712006-01-29 Chong Yidong <cyd@stupidchicken.com>
5772
5773 * basic.texi (Continuation Lines, Inserting Text):
5774 Mention longlines mode.
5775
57762006-01-29 Richard M. Stallman <rms@gnu.org>
5777
10d1d0af 5778 * screen.texi: Minor cleanups.
8cf51b2c
GM
5779 (Screen): Clean up the intro paragraphs.
5780 (Mode Line): Lots of rewriting. Handle frame-name better.
5781 eol-mnemonic-... vars moved out.
5782
5783 * emacs.texi (Top): Change menu item for MS-DOS node.
5784 Update subnode menu.
5785
5786 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5787 chapter relates to Windows. Title changed.
5788
5789 * mini.texi: Minor cleanups.
5790
5791 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5792 (Mark): Put it in the menu.
5793
5794 * entering.texi: Minor cleanups.
5795
5796 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5797 (Intro): Refer to "graphical" terminals, rather than X.
5798
5799 * display.texi (Display Custom): Add xref to Variables.
5800 (Optional Mode Line): eol-mnemonic-... vars moved here.
5801
5802 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5803 rather than X.
5804
8cf51b2c
GM
5805 * basic.texi: Minor cleanups.
5806 (Undo): selective-undo moved.
5807
8cf51b2c
GM
58082006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5809
5810 * anti.texi (Antinews): Various corrections and additions.
5811
58122006-01-23 Juri Linkov <juri@jurta.org>
5813
5814 * custom.texi (Easy Customization, Customization Groups)
5815 (Browsing Custom): Mention links along with buttons.
5816
8cf51b2c
GM
58172006-01-21 Eli Zaretskii <eliz@gnu.org>
5818
8cf51b2c
GM
5819 * text.texi (TeX Print): Use @key for TAB.
5820
8cf51b2c
GM
5821 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5822
8cf51b2c
GM
58232006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5824
5825 * files.texi (File Aliases): Don't claim that usually separate
5826 buffers are created for two file names that name the same data.
5827 Mention additional situations where different names mean the same
5828 file on disk.
5829
58302006-01-19 Richard M. Stallman <rms@gnu.org>
5831
5832 * killing.texi (Deletion): Upcase @key argument.
5833
5834 * custom.texi (Custom Themes): Minor cleanup.
5835
5836 * programs.texi (Hungry Delete): Upcase @key argument.
5837
8cf51b2c
GM
58382006-01-16 Juri Linkov <juri@jurta.org>
5839
5840 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5841 Move `mode-line-highlight' before `mode-line-buffer-id'.
5842
8cf51b2c
GM
58432006-01-14 Richard M. Stallman <rms@gnu.org>
5844
5845 * basic.texi (Inserting Text): Minor cleanup.
5846
8cf51b2c
GM
58472006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5848
5849 * custom.texi (Changing a Variable, Face Customization):
5850 Update for changes in Custom menus.
5851
8cf51b2c
GM
58522006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5853
5854 * macos.texi (Mac International): Undo last change.
5855
8cf51b2c
GM
58562006-01-02 Chong Yidong <cyd@stupidchicken.com>
5857
5858 * custom.texi (Custom Themes): Describe the new
5859 customize-create-theme interface.
5860
58612005-12-30 Juri Linkov <juri@jurta.org>
5862
5863 * basic.texi (Position Info): Update example.
5864
c8763fb6 58652005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5866
5867 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
5868
58692005-12-24 Chong Yidong <cyd@stupidchicken.com>
5870
5871 * custom.texi (Custom Themes): `load-theme' always loads.
5872
58732005-12-23 Juri Linkov <juri@jurta.org>
5874
5875 * display.texi (Highlight Interactively): Use double space to
5876 separate sentences. Replace C-p with M-p, and C-n with M-n.
5877
58782005-12-22 Richard M. Stallman <rms@gnu.org>
5879
5880 * custom.texi (Easy Customization and subnodes):
5881 Replace "active field" with "button".
5882 Use "user option" only for variables.
5883 Use "setting" for variable-or-face.
5884
58852005-12-22 Luc Teirlinck <teirllm@auburn.edu>
5886
5887 * buffers.texi (Select Buffer): Change order in table to make
5888 "Similar" refer to the correct item.
5889 (Indirect Buffers): Minor rewording.
5890
8cf51b2c
GM
58912005-12-20 Juri Linkov <juri@jurta.org>
5892
5893 * files.texi (VC Status): Put P and N near p and n.
5894
8cf51b2c
GM
58952005-12-19 Richard M. Stallman <rms@gnu.org>
5896
5897 * programs.texi (Electric C): Delete the info about newline control.
5898 (Other C Commands): Minor cleanup.
5899 (Left Margin Paren): Minor cleanup.
5900
59012005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5902
5903 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
5904 (Customization Groups): Delete text moved to "Browsing Custom".
5905 (Browsing Custom): New node.
5906 (Specific Customization): Clarify which commands only work for
5907 loaded options.
5908
59092005-12-18 Bill Wohler <wohler@newt.com>
5910
5911 * frames.texi (Tool Bars): Shorten text of previous change.
5912
59132005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5914
5915 * files.texi (VC Status): Document log-view mode.
5916
59172005-12-18 Bill Wohler <wohler@newt.com>
5918
5919 * frames.texi (Tool Bars): Mention that you can turn off tool bars
5920 permanently via the customize interface.
5921
8cf51b2c
GM
59222005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
5923
5924 * killing.texi (Killing by Lines): Document `kill-whole-line'
5925 function.
5926
c8763fb6 59272005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
5928
5929 * buffers.texi (Select Buffer): Change `prev-buffer' to
5930 `previous-buffer'. Indicate that these functions use a frame
5931 local buffer list.
5932
8cf51b2c
GM
59332005-12-12 Richard M. Stallman <rms@gnu.org>
5934
5935 * custom.texi (Easy Customization): Change menu comment.
5936 (Prefix Keymaps): Fix spelling of Control-X-prefix.
5937
5938 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
5939 (Help): Among the Apropos commands, describe only C-h a here.
5940
59412005-12-11 Richard M. Stallman <rms@gnu.org>
5942
5943 * programs.texi (Options for Comments): Comment-end starts with space.
5944
5945 * glossary.texi (Glossary): Minor cleanup.
5946
5947 * files.texi (Old Versions): Use @table.
5948
8cf51b2c
GM
59492005-12-10 David Koppelman <koppel@ece.lsu.edu>
5950
5951 * display.texi (Highlight Interactively): Include
5952 global-hi-lock-mode. Add miscellaneous details and elaborations.
5953
59542005-12-09 Richard M. Stallman <rms@gnu.org>
5955
5956 * display.texi (Font Lock): Delete the Global FL menu item.
5957
59582005-12-09 Luc Teirlinck <teirllm@auburn.edu>
5959
5960 * custom.texi (Minibuffer Maps): Mention the maps for file name
5961 completion.
5962
59632005-12-09 Kim F. Storm <storm@cua.dk>
5964
5965 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 5966 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
5967 cursor to next corner in rectangle; clarify insert around rectangle.
5968
8cf51b2c
GM
59692005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5970
5971 * custom.texi (Customization): Use xref to elisp manual for
5972 non-TeX output.
5973 (Minor Modes): Update.
5974 (Customization Groups, Changing a Variable, Face Customization):
5975 Update for new appearance of Custom buffers.
5976 (Changing a Variable): `custom-buffer-done-function' has been
5977 replaced by `custom-buffer-done-kill'.
5978 (Specific Customization): In the `customize-group' buffer, a
5979 subgroup's contents are not "hidden". They are not included at
5980 all. They have no [Show] button.
5981 (Mouse Buttons): Add pxref to description of mouse event lists in
5982 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
5983 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
5984 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
5985
59862005-12-08 Richard M. Stallman <rms@gnu.org>
5987
5988 * mini.texi (Completion Commands, Completion):
5989 In file name input, SPC does not do completion.
5990
8cf51b2c
GM
59912005-12-08 Nick Roberts <nickrob@snap.net.nz>
5992
5993 * building.texi (GDB Graphical Interface): Explain screen size
5994 setting.
5995 (Other GDB User Interface Buffers): Describe features specific to
5996 GDB 6.4.
5997
8cf51b2c
GM
59982005-12-01 Nick Roberts <nickrob@snap.net.nz>
5999
6000 * building.texi (GDB User Interface Layout): Describe how to
6001 kill associated buffers.
6002 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6003 (Watch Expressions): Be more precise.
6004 (Other GDB User Interface Buffers): Describe how to change a
6005 register value.
6006
8cf51b2c
GM
60072005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6008
6009 * macos.texi (Mac Input): Remove description of
6010 mac-command-key-is-meta. Add descriptions of
6011 mac-control-modifier, mac-command-modifier, and
6012 mac-option-modifier.
6013 (Mac International): Fix description of conversion of clipboard data.
6014 (Mac Font Specs): Add example of font customization by face attributes.
6015
60162005-11-22 Nick Roberts <nickrob@snap.net.nz>
6017
6018 * building.texi (Watch Expressions): Expand description.
6019 (Other GDB User Interface Buffers): Describe local map for
6020 gud-watch.
6021
60222005-11-21 Chong Yidong <cyd@stupidchicken.com>
6023
6024 * display.texi (Font Lock): Font lock is enabled by default now.
6025
60262005-11-20 Juri Linkov <juri@jurta.org>
6027
6028 * basic.texi (Position Info): Update examples of the output.
6029 Remove the fact that examples are produced in the TeXinfo buffer,
6030 because in the Info reader users will get a different output from
6031 `C-x ='.
6032
6033 * building.texi (Compilation Mode): Remove paragraph duplicated
6034 from the node `Compilation'. Add `compilation-skip-threshold'.
6035
6036 * display.texi (Font Lock): Suggest more user-friendly method of
6037 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6038
60392005-11-18 Richard M. Stallman <rms@gnu.org>
6040
6041 * files.texi (Registering): Mention @@ in mode line.
6042
6043 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6044
60452005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6046
6047 * files.texi (Renaming and VC): Some back-ends don't
6048 handle renaming.
6049
8cf51b2c
GM
60502005-11-17 Juri Linkov <juri@jurta.org>
6051
6052 * emacs.texi (Top):
6053 * display.texi (Highlight Interactively): Put this font-lock based
6054 mode near Font Lock node.
6055
60562005-11-16 Chong Yidong <cyd@stupidchicken.com>
6057
6058 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6059 icons.
6060
60612005-11-12 Kim F. Storm <storm@cua.dk>
6062
6063 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6064 (Help Summary): Add C-h d and C-h e.
6065 (Apropos): Clarify that all apropos commands may search for either
6066 list of words or a regexp. Add C-h d for apropos-documentation.
6067 Describe apropos-documentation-sort-by-scores user option.
6068
8cf51b2c
GM
60692005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6070
6071 * killing.texi (CUA Bindings): Add @section.
6072
60732005-11-10 Kim F. Storm <storm@cua.dk>
6074
6075 * emacs.texi (Top): Add CUA Bindings entry to menu.
6076
6077 * killing.texi (CUA Bindings): New node. Moved here from
6078 misc.texi and extended with info on rectangle commands and
6079 rectangle highlighting, interface to registers, and the global
6080 mark feature.
6081
6082 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6083
6084 * regs.texi: Prev link points to CUA Bindings node.
6085
60862005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6087
6088 * help.texi (Help Echo): By default, help echos are only shown on
6089 mouse-over, not on point-over.
6090
c8763fb6 60912005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
6092
6093 * misc.texi (Shell Mode): Describe how to activate password echoing.
6094
8cf51b2c
GM
60952005-11-04 Romain Francoise <romain@orebokech.com>
6096
6097 * mark.texi (Mark Ring): Fix typo.
6098
60992005-11-03 Richard M. Stallman <rms@gnu.org>
6100
6101 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
6102
61032005-11-01 Bill Wohler <wohler@newt.com>
6104
6105 * help.texi (Help Mode): Fix typo.
6106
61072005-11-01 Nick Roberts <nickrob@snap.net.nz>
6108
1c6c854e
CS
6109 * building.texi (Other GDB User Interface Buffers):
6110 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
6111
61122005-10-31 Romain Francoise <romain@orebokech.com>
6113
6114 * files.texi (Compressed Files): Fix typo.
6115
6116 * buffers.texi (Misc Buffer): Downcase `*shell*'.
6117
6118 * windows.texi (Force Same Window): Likewise.
6119
61202005-10-30 Bill Wohler <wohler@newt.com>
6121
6122 * help.texi (Help Mode): URLs viewed with browse-url.
6123
61242005-10-31 Nick Roberts <nickrob@snap.net.nz>
6125
6126 * building.texi (GDB Graphical Interface): Don't reference
6127 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
6128 must stay in same frame.
6129
61302005-10-29 Chong Yidong <cyd@stupidchicken.com>
6131
6132 * custom.texi (Init File): Document ~/.emacs.d/init.el.
6133
6134 * anti.texi (Antinews): Likewise.
6135
8cf51b2c
GM
61362005-10-28 Bill Wohler <wohler@newt.com>
6137
6138 * help.texi (Help): Help mode now creates hyperlinks for URLs.
6139
61402005-10-28 Richard M. Stallman <rms@gnu.org>
6141
6142 * files.texi (Visiting): Explain how to enter ? in a file name.
6143
6144 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
6145
8cf51b2c
GM
61462005-10-25 Nick Roberts <nickrob@snap.net.nz>
6147
1c6c854e
CS
6148 * building.texi (GDB Graphical Interface):
6149 Describe gdb-mouse-until.
8cf51b2c
GM
6150
61512005-10-23 Richard M. Stallman <rms@gnu.org>
6152
6153 * custom.texi (Init File): Recommend when to use site-start.el.
6154
8cf51b2c
GM
61552005-10-21 Juri Linkov <juri@jurta.org>
6156
6157 * custom.texi (Examining): Mention accessing the old variable
6158 value via M-n in set-variable.
6159
8cf51b2c
GM
61602005-10-18 Romain Francoise <romain@orebokech.com>
6161
6162 * files.texi (Version Systems): Capitalize GNU.
6163
8cf51b2c
GM
61642005-10-18 Nick Roberts <nickrob@snap.net.nz>
6165
6166 * building.texi (Compilation Mode): Remove redundant paragraph.
6167 (Watch Expressions): Remove paragraph to reflect code change.
6168
8cf51b2c
GM
61692005-10-16 Richard M. Stallman <rms@gnu.org>
6170
6171 * building.texi (Compilation Mode, Compilation): Clarified.
6172
61732005-10-15 Richard M. Stallman <rms@gnu.org>
6174
6175 * misc.texi (Saving Emacs Sessions): Mention savehist library.
6176
8cf51b2c
GM
61772005-10-13 Kenichi Handa <handa@m17n.org>
6178
6179 * basic.texi (Position Info): Fix previous change.
6180
c8763fb6 61812005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6182
6183 * cmdargs.texi (Icons X): Fix typo.
6184
61852005-10-12 Kenichi Handa <handa@m17n.org>
6186
6187 * basic.texi (Position Info): Describe the case that Emacs shows
6188 "part of display ...".
6189
c8763fb6 61902005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6191
6192 * cmdargs.texi (Icons X): -nb => -nbi.
6193
61942005-10-10 Chong Yidong <cyd@stupidchicken.com>
6195
6196 * frames.texi (Speedbar): A couple more clarifications.
6197
61982005-10-11 Nick Roberts <nickrob@snap.net.nz>
6199
6200 * building.texi (GDB User Interface Layout): Improve diagram.
6201 (Watch Expressions): Explain how to make speedbar global.
6202 (Other GDB User Interface Buffers): Make references more precise.
6203
8cf51b2c
GM
62042005-10-09 Richard M. Stallman <rms@gnu.org>
6205
6206 * frames.texi (Speedbar): Clarify the text.
6207
62082005-10-09 Chong Yidong <cyd@stupidchicken.com>
6209
6210 * frames.texi (Speedbar): Add information on keybindings,
6211 dismissing the speedbar, and buffer display mode. Link to
6212 speedbar manual.
6213
c8763fb6 62142005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 6215
1c6c854e 6216 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
6217 added -nb, --no-bitmap-icon.
6218
8cf51b2c
GM
62192005-10-07 Nick Roberts <nickrob@snap.net.nz>
6220
6221 * building.texi (GDB Graphical Interface): Add variables and
6222 functions to indices. Be more precise.
6223
c8763fb6 62242005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6225
6226 * frames.texi (Drag and Drop): Remove the x- from
6227 x-dnd-open-file-other-window and xdnd-protocol-alist.
6228
62292005-09-30 Romain Francoise <romain@orebokech.com>
6230
6231 * mini.texi (Minibuffer): The default value now appears before the
6232 colon in minibuffer prompts.
6233
8cf51b2c
GM
62342005-09-25 Richard M. Stallman <rms@gnu.org>
6235
6236 * search.texi (Regexp Search): Doc search-whitespace-regexp.
6237
8cf51b2c
GM
62382005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6239
6240 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
6241
8cf51b2c
GM
62422005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6243
6244 * emacs.texi (Top): Update submenus from macos.texi.
6245
6246 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
6247 (Mac OS): Update feature support status.
6248 (Mac Input): List supported input scripts. Remove description
6249 about `mac-keyboard-text-encoding'. Mention mouse button
6250 emulation and related variables.
6251 (Mac International): Mention Central European and Cyrillic
6252 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
6253 Add description about coding system for selection.
6254 Add description about language environment.
6255 (Mac Environment Variables):
6256 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
6257 arguments. Add Preferences support.
6258 (Mac Directories): Explicitly state that this node is for Mac OS
6259 Classic only.
1c6c854e
CS
6260 (Mac Font Specs): Mention specification for scalable fonts.
6261 List supported charsets. Add preferred way of creating fontsets.
6262 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
6263 (Mac Functions): Add descriptions about `mac-set-file-creator',
6264 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
6265 and `mac-get-preference'.
6266
8cf51b2c
GM
62672005-09-16 Romain Francoise <romain@orebokech.com>
6268
6269 Update all files to specify GFDL version 1.2.
6270
6271 * doclicense.texi (GNU Free Documentation License): Update to
6272 version 1.2.
6273
62742005-09-15 Richard M. Stallman <rms@gnu.org>
6275
6276 * buffers.texi (List Buffers): Fix xref.
6277
6278 * rmail.texi (Rmail Basics): Fix xref.
6279
6280 * emacs.texi (Top): Update subnode menus.
6281
6282 * files.texi (Saving Commands): New node, broken out of Saving.
6283 (Customize Save): New node, broken out of Saving.
6284 Clarify effect of write-region-inhibit-fsync.
6285 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
6286
8cf51b2c
GM
62872005-09-14 Romain Francoise <romain@orebokech.com>
6288
6289 * files.texi (Saving): Mention write-region-inhibit-fsync.
6290
62912005-09-05 Chong Yidong <cyd@stupidchicken.com>
6292
6293 * custom.texi (Custom Themes): New node.
6294
62952005-09-03 Richard M. Stallman <rms@gnu.org>
6296
49823426
GM
6297 * search.texi (Search Case): Mention vars that control
6298 case-fold-search for various operations.
8cf51b2c
GM
6299
63002005-08-22 Juri Linkov <juri@jurta.org>
6301
6302 * display.texi (Standard Faces): Merge the text from
6303 `(elisp)Standard Faces' into this node.
6304
63052005-08-18 Luc Teirlinck <teirllm@auburn.edu>
6306
6307 * emacs.texi (Top): Delete menu item for deleted node
6308 Keyboard Translations.
6309
63102005-08-18 Richard M. Stallman <rms@gnu.org>
6311
8cf51b2c
GM
6312 * trouble.texi (Unasked-for Search):
6313 Delete xref to Keyboard Translations.
6314
6315 * glossary.texi (Glossary): Delete xref.
6316
8cf51b2c
GM
6317 * custom.texi (Minor Modes): Say that the list here is not complete.
6318 (Keyboard Translations): Node deleted.
6319 (Disabling): Delete xref to it.
6320 (Customization Groups): Fix Custom buffer example.
6321 (Hooks): Mention remove-hooks.
6322
63232005-08-17 Luc Teirlinck <teirllm@auburn.edu>
6324
6325 * building.texi (GDB Graphical Interface): Improve filling of menu
6326 item.
6327
63282005-08-18 Nick Roberts <nickrob@snap.net.nz>
6329
6330 * building.texi (GDB Graphical Interface): Use better node names.
6331
63322005-08-14 Richard M. Stallman <rms@gnu.org>
6333
6334 * text.texi (Sentences): Fix xref.
6335
63362005-08-14 Juri Linkov <juri@jurta.org>
6337
6338 * building.texi (Compilation, Grep Searching): Move grep command
6339 headings from `Compilation' to `Grep Searching'.
6340
6341 * dired.texi (Dired and Find):
6342 * maintaining.texi (Tags Search): Replace grep xref to
6343 `Compilation' node with `Grep Searching'.
6344
6345 * files.texi (Comparing Files): Replace xref to `Compilation' with
6346 `Compilation Mode'.
6347
63482005-08-13 Alan Mackenzie <acm@muc.de>
6349
6350 * search.texi (Non-ASCII Isearch): Correct a typo.
6351 (Replacement Commands): Mention query-replace key binding.
6352
63532005-08-11 Richard M. Stallman <rms@gnu.org>
6354
6355 * programs.texi (Options for Comments): Fix xref.
6356
6357 * search.texi (Regexp Backslash, Regexp Example): New nodes split
6358 out of Regexps.
6359
8cf51b2c
GM
63602005-08-09 Juri Linkov <juri@jurta.org>
6361
6362 * building.texi (Compilation): Use `itemx' instead of `item'.
6363 (Grep Searching): Simplify phrase.
6364
6365 * display.texi (Standard Faces): Describe vertical-border on
6366 window systems.
6367
6368 * windows.texi (Split Window): Simplify phrase and mention
6369 vertical-border face.
6370
63712005-08-09 Richard M. Stallman <rms@gnu.org>
6372
6373 * files.texi (Comparing Files): Clarify compare-windows.
6374
6375 * calendar.texi (Scroll Calendar): Document < and > in calendar.
6376
8cf51b2c
GM
63772005-08-06 Eli Zaretskii <eliz@gnu.org>
6378
6379 * mule.texi (Coding Systems): Rephrase the paragraph about
6380 codepages: no need for "M-x codepage-setup" anymore, except on
6381 MS-DOS.
6382
6383 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
6384 the MS-DOS port only.
6385
63862005-07-30 Eli Zaretskii <eliz@gnu.org>
6387
6388 * makefile.w32-in (info): Don't run multi-install-info.bat.
6389 ($(infodir)/dir): New target, produced by running
6390 multi-install-info.bat.
6391
8cf51b2c
GM
63922005-07-22 Eli Zaretskii <eliz@gnu.org>
6393
6394 * files.texi (Quoted File Names): Add index entry.
6395
8cf51b2c
GM
63962005-07-19 Juri Linkov <juri@jurta.org>
6397
6398 * files.texi (Comparing Files): Mention resync for `compare-windows'.
6399
64002005-07-18 Juri Linkov <juri@jurta.org>
6401
8cf51b2c
GM
6402 * custom.texi (Easy Customization):
6403 * files.texi (Old Versions):
6404 * frames.texi (Wheeled Mice):
6405 * mule.texi (Specify Coding):
8cf51b2c
GM
6406 * text.texi (Cell Justification):
6407 * trouble.texi (After a Crash):
8cf51b2c
GM
6408 * xresources.texi (GTK styles):
6409 Delete duplicate duplicate words.
6410
64112005-07-17 Richard M. Stallman <rms@gnu.org>
6412
6413 * frames.texi (Creating Frames): Fix foreground color example.
6414
6415 * custom.texi (Init Examples): Clean up text about conditionals.
6416
64172005-07-16 Richard M. Stallman <rms@gnu.org>
6418
6419 * mini.texi (Completion Commands): Fix command name for ?.
6420
8cf51b2c
GM
64212005-07-16 Eli Zaretskii <eliz@gnu.org>
6422
6423 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
6424 `menu' face has no effect on w32 and with GTK.
6425 Add cross-references.
8cf51b2c
GM
6426
6427 * cmdargs.texi (General Variables): Clarify the default location
6428 of $HOME on w32 systems.
6429
64302005-07-15 Jason Rumney <jasonr@gnu.org>
6431
6432 * cmdargs.texi (General Variables): Default HOME on MS Windows has
6433 changed.
6434
64352005-07-08 Kenichi Handa <handa@m17n.org>
6436
1c6c854e
CS
6437 * mule.texi (Recognize Coding):
6438 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
6439
64402005-07-07 Richard M. Stallman <rms@gnu.org>
6441
6442 * anti.texi (Antinews): Mention mode-line-inverse-video.
6443
6444 * files.texi (Saving): Minor correction about C-x C-w.
6445
6446 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
6447
64482005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6449
6450 * search.texi (Isearch Scroll): Add example of using the
6451 `isearch-scroll' property.
6452 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
6453 `Display Custom' node.
6454 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
6455 and de-emphasize it.
6456 (Other Repeating Search): `occur' currently can not correctly
6457 handle multiline matches. Correct, clarify and update description
6458 of `flush-lines' and `keep-lines'.
6459
6460 * display.texi (Display Custom): Add anchor for `baud-rate'.
6461
64622005-07-07 Richard M. Stallman <rms@gnu.org>
6463
6464 * gnu.texi: Update where to get GNU status; add refs for how to help.
6465 Add footnotes 6 and 7.
6466
64672005-07-04 Lute Kamstra <lute@gnu.org>
6468
6469 Update FSF's address in GPL notices.
6470
8cf51b2c 6471 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
6472 * trouble.texi (Checklist): Update FSF's address.
6473
8cf51b2c
GM
64742005-06-24 Richard M. Stallman <rms@gnu.org>
6475
6476 * display.texi (Text Display): Change index entries.
6477
64782005-06-24 Eli Zaretskii <eliz@gnu.org>
6479
6480 * makefile.w32-in (MAKEINFO): Use --force.
6481 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
6482 Makefile.in.
8cf51b2c
GM
6483
64842005-06-23 Richard M. Stallman <rms@gnu.org>
6485
1c6c854e 6486 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
6487 nobreak-char-display.
6488
6489 * emacs.texi (Top): Update detailed node listing.
6490
1c6c854e 6491 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
6492 to nobreak-char-display and no-break-space to nobreak-space.
6493 (Standard Faces): Split up the list of standard faces
6494 and put it in a separate node. Add nobreak-space and
6495 escape-glyph.
6496
8cf51b2c
GM
64972005-06-23 Lute Kamstra <lute@gnu.org>
6498
6499 * mule.texi (Select Input Method): Fix typo.
6500
65012005-06-23 Kenichi Handa <handa@m17n.org>
6502
1c6c854e
CS
6503 * mule.texi (International): List all supported scripts.
6504 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
6505 distribution.
6506 (Language Environments): List all language environments.
6507 Intlfonts contains fonts for most supported scripts, not all..
6508 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 6509 input a specific character.
8cf51b2c
GM
6510 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
6511
65122005-06-23 Juanma Barranquero <lekktu@gmail.com>
6513
49823426 6514 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
6515
65162005-06-22 Miles Bader <miles@gnu.org>
6517
6518 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
6519
65202005-06-20 Miles Bader <miles@gnu.org>
6521
6522 * display.texi (Faces): Add `vertical-divider'.
6523
65242005-06-17 Richard M. Stallman <rms@gnu.org>
6525
6526 * text.texi (Adaptive Fill): Minor clarification.
6527
8cf51b2c
GM
65282005-06-10 Lute Kamstra <lute@gnu.org>
6529
6530 * emacs.texi (Top): Correct version number.
6531 * anti.texi (Antinews): Correct version number. Use EMACSVER to
6532 refer to the current version of Emacs.
6533
65342005-06-08 Luc Teirlinck <teirllm@auburn.edu>
6535
6536 * files.texi (Log Buffer): Document when there can be more than
6537 one file to be committed.
6538
65392005-06-08 Juri Linkov <juri@jurta.org>
6540
6541 * display.texi (Faces): Add `shadow' face.
6542
65432005-06-07 Masatake YAMATO <jet@gyve.org>
6544
6545 * display.texi (Faces): Write about mode-line-highlight.
6546
65472005-06-06 Richard M. Stallman <rms@gnu.org>
6548
6549 * misc.texi (Printing Package): Explain how to initialize
6550 printing package.
6551
6552 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
6553
65542005-06-05 Chong Yidong <cyd@stupidchicken.com>
6555
6556 * emacs.texi: Rename Hardcopy to Printing.
6557 Make PostScript and PostScript Variables subnodes of it.
6558
6559 * misc.texi (Printing): Rename node from Hardcopy.
6560 Mention menu bar options.
6561 Move PostScript and PostScript Variables to submenu.
6562 (Printing package): New node.
6563
6564 * mark.texi (Using Region): Change Hardcopy xref to Printing.
6565
6566 * dired.texi (Operating on Files): Likewise.
6567
6568 * calendar.texi (Displaying the Diary): Likewise.
6569
6570 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
6571
6572 * glossary.texi (Glossary): Likewise.
6573
6574 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
6575 effect.
6576
65772005-06-04 Richard M. Stallman <rms@gnu.org>
6578
6579 * trouble.texi (After a Crash): Polish previous change.
6580
8cf51b2c
GM
65812005-05-30 Noah Friedman <friedman@splode.com>
6582
6583 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
6584 recovery mechanism.
6585
8cf51b2c
GM
65862005-05-28 Nick Roberts <nickrob@snap.net.nz>
6587
6588 * building.texi (Other Buffers): SPC toggles display of
6589 floating point registers.
6590
8cf51b2c
GM
65912005-05-27 Nick Roberts <nickrob@snap.net.nz>
6592
6593 * files.texi (Log Buffer): Merge in description of Log Edit
6594 mode from pcl-cvs.texi.
6595
65962005-05-26 Richard M. Stallman <rms@gnu.org>
6597
6598 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
6599
8cf51b2c
GM
66002005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6601
6602 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
6603 not enabled by default.
6604 When not on a word, `ispell-word' by default checks the word
6605 before point.
6606
66072005-05-24 Nick Roberts <nickrob@snap.net.nz>
6608
6609 * building.texi (Debugger Operation): Simplify last sentence.
6610
66112005-05-23 Lute Kamstra <lute@gnu.org>
6612
6613 * emacs.texi: Update FSF's address throughout.
6614 (Preface): Use @cite.
6615 (Distrib): Add cross reference to the node "Copying". Mention the
6616 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
6617 printed manuals.
6618 (Intro): Use @xref for the Emacs Lisp Intro.
6619
8cf51b2c
GM
66202005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6621
6622 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
6623
6624 * basic.texi (Moving Point): Mention default for `goto-line'.
6625
6626 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
6627 of a variable's docstring.
6628
66292005-05-18 Lute Kamstra <lute@gnu.org>
6630
6631 * maintaining.texi (Overview of Emerge): Add cross reference.
6632 Remove duplication.
6633
6634 * emacs.texi (Top): Update to the current structure of the manual.
6635 * misc.texi (Emacs Server): Add menu description.
6636 * files.texi (Saving): Fix menu.
6637 * custom.texi (Customization): Fix menu.
6638 * mule.texi (International): Fix menu.
6639 * kmacro.texi (Keyboard Macros): Fix menu.
6640
66412005-05-16 Luc Teirlinck <teirllm@auburn.edu>
6642
6643 * display.texi: Various minor changes.
6644 (Faces): Delete text that is repeated in the next section.
6645
66462005-05-16 Nick Roberts <nickrob@snap.net.nz>
6647
6648 * building.texi (Debugger Operation): Mention GUD tooltips are
6649 disabled with GDB in text command mode.
6650
8cf51b2c
GM
66512005-05-16 Nick Roberts <nickrob@snap.net.nz>
6652
6653 * building.texi: Replace toolbar with "tool bar" for consistency.
6654 (Compilation Mode): Describe compilation-context-lines
6655 and use of arrow in compilation buffer.
6656 (Debugger Operation): Replace help text with variable's value.
6657
6658 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
6659 consistency.
6660
66612005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6662
6663 * major.texi (Choosing Modes): normal-mode processes the -*- line.
6664 Add xref.
6665
8cf51b2c
GM
66662005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6667
6668 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
6669 (Position Info): Delete discussion of `goto-line'. It is already
6670 described in `Moving point'.
6671
6672 * mini.texi (Completion Commands): Correct reference.
6673 (Completion Options): Fix typo.
6674
6675 * killing.texi (Deletion): Complete description of `C-x C-o'.
6676
8cf51b2c
GM
66772005-05-10 Richard M. Stallman <rms@gnu.org>
6678
6679 * building.texi (Compilation): Clarify recompile's directory choice.
6680
6681 * frames.texi (Tooltips): Cleanups.
6682
6683 * basic.texi (Arguments): Fix punctuation.
6684
66852005-05-09 Luc Teirlinck <teirllm@auburn.edu>
6686
6687 * screen.texi (Menu Bar): The up and down (not left and right)
6688 arrow keys move through a keyboard menu.
6689
66902005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6691
6692 * basic.texi: Various typo and grammar fixes.
6693 (Moving Point): C-a now runs move-beginning-of-line.
6694
66952005-05-08 Nick Roberts <nickrob@snap.net.nz>
6696
6697 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
6698
6699 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
6700 as different animals.
6701
67022005-05-07 Luc Teirlinck <teirllm@auburn.edu>
6703
6704 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
6705 Correct index entry.
6706
67072005-05-07 Nick Roberts <nickrob@snap.net.nz>
6708
6709 * building.texi (Debugger Operation): Update to reflect changes
6710 in GUD tooltips.
6711
67122005-04-30 Richard M. Stallman <rms@gnu.org>
6713
6714 * files.texi (Compressed Files): Auto Compression normally enabled.
6715
6716 * building.texi (Debugger Operation): Clarify previous change.
6717
8cf51b2c
GM
67182005-04-28 Nick Roberts <nickrob@snap.net.nz>
6719
6720 * building.texi (Debugger Operation): Add description for
6721 GUD tooltips when program is not running.
6722
67232005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6724
6725 * misc.texi (Shell): Add `Shell Prompts' to menu.
6726 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
6727 description. Delete remarks moved to new node.
6728 (Shell Prompts): New node.
6729 (History References): Replace remarks moved to `Shell Prompts'
6730 with xref to that node.
6731 (Remote Host): Clarify how to specify the terminal type when
6732 logging in to a different machine.
6733
67342005-04-26 Richard M. Stallman <rms@gnu.org>
6735
6736 * emacs.texi (Top): Update submenus from files.texi.
6737
6738 * files.texi (Filesets): Clarify previous change.
6739
6740 * dired.texi (Misc Dired Features): Clarify previous change.
6741
67422005-04-25 Chong Yidong <cyd@stupidchicken.com>
6743
6744 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6745
1c6c854e
CS
6746 * dired.texi (Misc Dired Features):
6747 Document dired-compare-directories.
8cf51b2c
GM
6748
6749 * files.texi (Filesets): New node.
6750 (File Conveniences): Document Image mode.
6751
6752 * text.texi (TeX Print): Document tex-compile.
6753
67542005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6755
6756 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6757 Delete redundant reference to tooltip Custom group. It is
6758 referred too again in the next paragraph.
6759
67602005-04-24 Richard M. Stallman <rms@gnu.org>
6761
6762 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6763
8cf51b2c
GM
67642005-04-19 Kim F. Storm <storm@cua.dk>
6765
6766 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6767
67682005-04-18 Lars Hansen <larsh@math.ku.dk>
6769
6770 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6771 turns off desktop-save-mode.
6772
67732005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6774
6775 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6776 by default in terminals compatible with xterm. Mention that
6777 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6778 node.
6779
8cf51b2c
GM
67802005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6781
6782 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6783
c8763fb6 67842005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6785
6786 * xresources.texi (Table of Resources): Add cursorBlink.
6787
67882005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6789
6790 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6791 `d', `C-d' and `u'.
6792
67932005-04-11 Richard M. Stallman <rms@gnu.org>
6794
6795 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6796 (Misc X): Add -D, --basic-display.
6797
6798 * maintaining.texi (Change Log): Correct the description of
6799 the example.
6800
6801 * major.texi (Choosing Modes): Document magic-mode-alist.
6802
8cf51b2c
GM
68032005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6804
6805 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6806 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6807 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6808 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6809 `w', respectively.
6810 (Rmail Labels): Mention `l'.
6811 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6812 (Rmail Summary Edit): Describe `j' and RET.
6813
c8763fb6 68142005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6815
6816 * xresources.texi (Lucid Resources): Add fontSet resource.
6817
8cf51b2c
GM
68182005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6819
6820 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6821 now called `indicate-empty-lines'.
6822
68232005-04-06 Kim F. Storm <storm@cua.dk>
6824
6825 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6826
68272005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6828
6829 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6830 deleted.
6831 (Marks vs Flags): Add some convenient key bindings.
6832 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6833 (Misc Dired Features): Correct and expand description of `w' command.
6834
6835 * frames.texi (XTerm Mouse): Delete apparently false info.
6836 The GNU/Linux console currently does not appear to support
6837 `xterm-mouse-mode'.
6838
8cf51b2c
GM
68392005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6840
6841 * calendar.texi (Diary): Mention shell utility `calendar'.
6842
68432005-04-01 Richard M. Stallman <rms@gnu.org>
6844
6845 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6846
8cf51b2c
GM
68472005-04-01 Lute Kamstra <lute@gnu.org>
6848
6849 * maintaining.texi (Change Log): add-change-log-entry uses
6850 add-log-mailing-address.
6851
68522005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6853
6854 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6855 `VC Mode Line' and put in an xref to that node.
6856 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6857 its description.
6858
68592005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6860
6861 * calendar.texi (Calendar Systems): Say that the Persian calendar
6862 implemented here is the arithmetical one championed by Birashk.
6863
68642005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6865
6866 * programs.texi (Fortran Motion): Fix previous change.
6867
8cf51b2c
GM
68682005-03-29 Richard M. Stallman <rms@gnu.org>
6869
6870 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
6871
68722005-03-29 Chong Yidong <cyd@stupidchicken.com>
6873
6874 * text.texi (Refill): Refer to Long Lines Mode.
6875 (Longlines): New node.
6876 (Auto Fill): Don't index "word wrap" here.
6877 (Filling): Add Longlines to menu.
6878
68792005-03-29 Richard M. Stallman <rms@gnu.org>
6880
6881 * xresources.texi: Minor fixes.
6882
6883 * misc.texi (Emacs Server): Fix Texinfo usage.
6884
6885 * emacs.texi (Top): Don't use a real section heading for
6886 "Detailed Node Listing". Fake it instead.
6887
6888 * basic.texi (Position Info): Minor cleanup.
6889
6890 * mule.texi (Input Methods): Minor cleanup.
6891
68922005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6893
6894 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
6895 constructs as well.
6896 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
6897
68982005-03-29 Kenichi Handa <handa@m17n.org>
6899
6900 * mule.texi (Input Methods): Refer to the command C-u C-x =.
6901
6902 * basic.texi (Position Info): Update the description about the
6903 command C-u C-x =.
6904
69052005-03-28 Richard M. Stallman <rms@gnu.org>
6906
6907 * emacs.texi (Top): Use @section for the detailed node listing.
6908
6909 * calendar.texi: Minor fixes to previous change.
6910
6911 * programs.texi (Fortran): Small fixes to previous changes.
6912
6913 * emacs.texi (Top): Update list of subnodes of Dired.
6914 Likewise for building.texi.
6915
6916 * files.texi (File Conveniences): Delete Auto Image File mode.
6917
69182005-03-28 Chong Yidong <cyd@stupidchicken.com>
6919
6920 * building.texi (Flymake): New node.
6921
6922 * custom.texi (Function Keys): Document kp- event types and
6923 keypad-setup package.
6924
6925 * dired.texi (Wdired): New node.
6926
6927 * files.texi (File Conveniences): Reorder entries.
6928 Explain how to turn on Auto-image-file mode.
6929 Document Thumbs mode.
6930
6931 * mule.texi (Specify Coding): Document recode-region and
6932 recode-file-name.
6933
6934 * programs.texi (Program Modes): Add Conf mode and DNS mode.
6935
69362005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6937
6938 * commands.texi (Keys): M-o is now a prefix key.
6939
69402005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6941
6942 * programs.texi: Reformat and update copyright years.
6943 (Fortran): Update section.
6944
69452005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6946
6947 * files.texi: Several small changes in addition to:
6948 (Visiting): Change xref for Dialog Boxes to ref.
6949 (Version Headers): Replace references to obsolete var
6950 `vc-header-alist' with `vc-BACKEND-header'.
6951 (Customizing VC): Update value of `vc-handled-backends'.
6952
69532005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6954
6955 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
6956 move here from Emacs Lisp Reference Manual.
6957 * calendar.texi (Calendar/Diary, Diary Commands)
6958 (Special Diary Entries, Importing Diary): Change some xrefs to
6959 point to emacs-xtra rather than elisp.
6960
6961 * emacs-xtra.texi (Calendar Customizing):
6962 Move view-diary-entries-initially, view-calendar-holidays-initially,
6963 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
6964 Emacs Manual.
6965 (Appt Customizing): Merge entire section into main Emacs Manual.
6966 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
6967 mark-holidays-in-calendar here from emacs-xtra.
6968 (Displaying the Diary): Move view-diary-entries-initially,
6969 mark-diary-entries-in-calendar here from emacs-xtra.
6970 (Appointments): Move appt-display-mode-line,
6971 appt-display-duration, appt-disp-window-function,
6972 appt-delete-window-function here from emacs-xtra.
6973
6974 * calendar.texi: Update and reformat copyright.
6975 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
6976 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
6977 (Diary): Refer to `diary-file' rather than ~/diary.
6978 (Diary Commands): Rename node to "Displaying the Diary".
6979 * emacs.texi (Top): Rename "Diary Commands" section.
6980 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
6981
69822005-03-26 Eli Zaretskii <eliz@gnu.org>
6983
6984 * misc.texi (Emacs Server): Fix the command for setting
6985 server-name. Add an xref to Invoking emacsclient.
6986
6987 * help.texi (Help Summary): Clarify when "C-h ." will do something
6988 nontrivial.
6989 (Apropos): Add cindex entry for apropos-sort-by-scores.
6990
6991 * display.texi (Text Display): Add index entries for how no-break
6992 characters are displayed.
6993
8cf51b2c
GM
69942005-03-26 Eli Zaretskii <eliz@gnu.org>
6995
6996 * files.texi (Visiting): Fix cross-references introduced with the
6997 last change.
6998
6999 * xresources.texi (GTK resources): Fix last change.
7000
8cf51b2c
GM
70012005-03-25 Chong Yidong <cyd@stupidchicken.com>
7002
7003 * xresources.texi (X Resources): GTK options documented too.
7004 (Resources): Clarify meaning of program name.
7005 (Table of Resources): Add visualClass.
7006 (GTK resources): Rewrite.
7007 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7008
7009 * display.texi (Text Display): Mention non-breaking spaces.
7010
7011 * files.texi (Reverting): Document auto-revert-check-vc-info.
7012
7013 * frames.texi (Mouse Commands): Document
7014 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7015
7016 * help.texi (Help Summary): Add `C-h .'.
7017 (Apropos): Apropos accepts a list of search terms.
7018 Document apropos-sort-by-scores.
7019 (Help Echo): Document display-local-help.
7020
7021 * misc.texi (Emacs Server): Document server-name.
7022 (Invoking emacsclient): Document -s option for server names.
7023
7024 * text.texi (Outline Visibility): Introduce "current heading
7025 line" (commands can be called with point on a body line).
7026 Re-order table to follow the sequence of discussion.
7027 hide-body won't hide lines before first header line.
7028 (TeX Mode): Add DocTeX mode.
7029
8cf51b2c
GM
70302005-03-24 Richard M. Stallman <rms@gnu.org>
7031
7032 * mule.texi (Single-Byte Character Support): Delete mention
7033 of iso-acc.el and iso-transl.el.
7034
8cf51b2c
GM
70352005-03-23 Lute Kamstra <lute@gnu.org>
7036
7037 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7038
70392005-03-23 Richard M. Stallman <rms@gnu.org>
7040
8cf51b2c
GM
7041 * search.texi: Delete explicit node pointers.
7042 (Incremental Search): New menu.
7043 (Basic Isearch, Repeat Isearch, Error in Isearch)
7044 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7045 (Slow Isearch): New subnodes.
7046 (Configuring Scrolling): Node deleted.
7047 (Search Case): Doc default-case-fold-search.
7048 (Regexp Replace): Move replace-regexp doc here.
7049
7050 * rmail.texi (Movemail): Put commas inside closequotes.
7051
7052 * picture.texi (Insert in Picture): Document C-c arrow combos.
7053 (Basic Picture): Clarify erasure.
7054
7055 * display.texi (Font Lock): Put commas inside closequotes.
7056
7057 * cmdargs.texi (General Variables): Put commas inside closequotes.
7058
70592005-03-23 Nick Roberts <nickrob@snap.net.nz>
7060
7061 * building.texi (Stack Buffer): Mention reverse contrast for
7062 *selected* frame (might not be current frame).
7063
8cf51b2c
GM
70642005-03-21 Richard M. Stallman <rms@gnu.org>
7065
7066 * building.texi (Starting GUD): Add bashdb.
7067
70682005-03-20 Chong Yidong <cyd@stupidchicken.com>
7069
7070 * basic.texi (Moving Point): Add M-g M-g binding.
7071 (Undo): Document undo-only.
7072 (Position Info): Document M-g M-g and C-u M-g M-g.
7073
7074 * building.texi (Building): Put Grep Searching after Compilation
7075 Shell.
7076 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7077 Document next-error-highlight.
7078 (Grep Searching): Document grep-highlight-matches.
7079 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7080
7081 * calendar.texi (Importing Diary): Rename node from iCalendar.
7082 Document diary-from-outlook.
7083
7084 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7085 Commands.
7086 Mention effect of X drag and drop on Dired buffers.
7087
7088 * files.texi (Visiting): Document large-file-warning-threshold.
7089 Move paragraph on file-selection dialog.
7090 Mention visiting files using X drag and drop.
7091 (Reverting): Mention using Auto-Revert mode to tail files.
7092 Document auto-revert-tail-mode.
7093 (Version Systems): Minor correction.
7094 (Comparing Files): Diff-mode is no longer based on Compilation
7095 mode.
7096 Document compare-ignore-whitespace.
7097 (Misc File Ops): Explain passing a directory to rename-file.
7098 Likewise for copy-file and make-symbolic-link.
7099
7100 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
7101 Document mouse-wheel-progressive speed.
7102
7103 * help.texi (Misc Help): Document numeric argument for C-h i.
7104 Correctly explain the effect of just C-u as argument.
7105
7106 * killing.texi (Deletion): Document numeric argument for
7107 just-one-space.
7108
7109 * mini.texi (Completion): Completion acts on text before point.
7110
7111 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
7112 (Emulation): CUA mode replaces pc-bindings-mode,
7113 pc-selection-mode, and s-region.
7114
7115 * mule.texi (Input Methods): Leim is now built-in.
7116 (Select Input Method): Document quail-show-key.
7117 (Specify Coding): Document revert-buffer-with-coding-system.
7118
7119 * programs.texi (Fortran Motion): Document f90-next-statement,
7120 f90-previous-statement, f90-next-block, f90-previous-block,
7121 f90-end-of-block, and f90-beginning-of-block.
7122
7123 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
7124
7125 * emacs.texi (Acknowledgments): Updated.
7126
7127 * anti.texi: Total rewrite.
7128
8cf51b2c
GM
71292005-03-19 Chong Yidong <cyd@stupidchicken.com>
7130
7131 * ack.texi (Acknowledgments): Update.
7132
71332005-03-19 Eli Zaretskii <eliz@gnu.org>
7134
1c6c854e
CS
7135 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
7136 Update copyright years.
8cf51b2c
GM
7137
71382005-03-14 Nick Roberts <nickrob@snap.net.nz>
7139
7140 * building.texi (Commands of GUD): Move paragraph on setting
7141 breakpoints with mouse to the GDB Graphical Interface node.
7142
71432005-03-07 Richard M. Stallman <rms@gnu.org>
7144
8cf51b2c
GM
7145 * misc.texi (Single Shell, Shell Options): Fix previous change.
7146
7147 * building.texi (Debugger Operation): Update GUD tooltip enable info.
7148
71492005-03-06 Richard M. Stallman <rms@gnu.org>
7150
7151 * building.texi (Starting GUD): Don't explain text vs graphical
7152 GDB here. Just mention it and xref.
7153 Delete "just one debugger process".
7154 (Debugger Operation): Move GUD tooltip info here.
7155 (GUD Tooltips): Node deleted.
7156 (GDB Graphical Interface): Explain the two GDB modes here.
7157
8cf51b2c
GM
7158 * sending.texi (Sending Mail): Minor cleanup.
7159 (Mail Aliases): Explain quoting conventions.
7160 Update key rebinding example.
7161 (Header Editing): C-M-i is like M-TAB.
7162 (Mail Mode Misc): mail-attach-file does not do MIME.
7163
7164 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
7165 that really belongs here.
7166 (Remote Mailboxes): Text moved to Rmail Inbox.
7167 (Rmail Display): Mention Mouse-1.
7168 (Movemail): Clarify two movemail versions.
7169 Clarify rmail-movemail-program.
7170
8cf51b2c
GM
7171 * misc.texi (Single Shell): Replace uudecode example with gpg example.
7172 Document async shell commands.
7173 (Shell History): Clarify.
7174 (Shell Ring): Mention C-UP an C-DOWN.
7175 (Shell Options): Add comint-prompt-read-only.
7176 (Invoking emacsclient): Set EDITOR to run Emacs.
7177 (Sorting): No need to explain what region is.
7178 (Saving Emacs Sessions): Fix typo.
7179 (Recursive Edit): Fix punctuation.
7180 (Emulation): Don't mention "PC bindings" which are standard.
7181 (Hyperlinking): Explain Mouse-1 convention here.
7182 (Find Func): Node deleted.
7183
8cf51b2c
GM
7184 * help.texi (Name Help): Xref to Hyperlinking.
7185
7186 * glossary.texi (Glossary):
7187 Rename "Balance Parentheses" to "Balancing...".
7188 Add "Byte Compilation". Correct "Copyleft".
7189 New xref in "Customization".
7190 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
7191 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
7192 Rename "Registers" to "Register".
7193 Replace "Selecting" with "Selected Frame",
7194 "Selected Window", and "Selecting a Buffer".
7195
7196 * files.texi (Types of Log File): Explain how projects'
7197 methods can vary.
7198
8cf51b2c
GM
7199 * display.texi (Faces): Delete "Emacs 21".
7200
7201 * custom.texi (Changing a Variable): C-M-i like M-TAB.
7202 * fixit.texi (Spelling): C-M-i like M-TAB.
7203 * mini.texi (Completion Options): C-M-i like M-TAB.
7204 * programs.texi (Symbol Completion): C-M-i like M-TAB.
7205 * text.texi (Text Mode): C-M-i like M-TAB.
7206
7207 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
7208
7209 * calendar.texi (Specified Dates): Mention `g w'.
7210 (Appointments): appt-activate toggles with no arg.
7211
8cf51b2c
GM
72122005-03-05 Juri Linkov <juri@jurta.org>
7213
7214 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 7215 "invocation (command line arguments)".
8cf51b2c
GM
7216 (Misc X): Add -nbc, --no-blinking-cursor.
7217
72182005-03-04 Ulf Jasper <ulf.jasper@web.de>
7219
7220 * calendar.texi (iCalendar): No need to require it now.
7221
8cf51b2c
GM
72222005-03-03 Nick Roberts <nickrob@snap.net.nz>
7223
7224 * trouble.texi (Contributing): Mention Savannah. Direct users to
7225 emacs-devel.
7226
72272005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7228
7229 * calendar.texi (Adding to Diary): Mention redrawing of calendar
7230 window.
7231
8cf51b2c
GM
72322005-02-27 Richard M. Stallman <rms@gnu.org>
7233
7234 * building.texi (Compilation): Update mode line status info.
7235
72362005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7237
7238 * calendar.texi (General Calendar): Document binding of
7239 scroll-other-window-down.
7240 (Mayan Calendar): Fix earliest date.
7241 (Time Intervals): Document timeclock-change.
7242 Fix timeclock-ask-before-exiting documentation.
7243
72442005-02-26 Kim F. Storm <storm@cua.dk>
7245
7246 * frames.texi (Mouse References):
7247 Add mouse-1-click-in-non-selected-windows.
7248
72492005-02-25 Richard M. Stallman <rms@gnu.org>
7250
7251 * screen.texi (Screen): Explain better about cursors and mode lines;
7252 don't presuppose text terminals.
7253 (Point): Don't assume just one cursor.
7254 Clarify explanation of cursors.
7255 (Echo Area, Menu Bar): Cleanups.
7256
7257 * mini.texi (Minibuffer): Prompts are highlighted.
7258 (Minibuffer Edit): Newline = C-j only on text terminals.
7259 Clarify resize-mini-windows values.
7260 Mention M-PAGEUP and M-PAGEDOWN.
7261 (Completion Commands): Mouse-1 like Mouse-2.
7262 (Minibuffer History): Explain history commands better.
7263 (Repetition): Add xref to Incremental Search.
7264
7265 * mark.texi (Setting Mark): Clarify info about displaying mark.
7266 Clarify explanation of C-@ and C-SPC.
7267 (Transient Mark): Mention Delete Selection mode.
7268 (Marking Objects): Clean up text about extending the region.
7269
7270 * m-x.texi (M-x): One C-g doesn't always go to top level.
7271 No delay before suggest-key-bindings output.
7272
7273 * fixit.texi (Fixit): Mention C-/ for undo.
7274 (Spelling): Mention ESC TAB like M-TAB.
7275 Replacement words with r and R are rechecked.
7276 Say where C-g leaves point. Mention ? as input.
7277
72782005-02-23 Lute Kamstra <lute@gnu.org>
7279
7280 * cmdargs.texi (Initial Options): Add cross reference.
7281
8cf51b2c
GM
72822005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7283
7284 * emacs.texi (Top): Update menu for splitting of node in
7285 msdog.texi.
7286 * frames.texi (Frames): Update xref for splitting of node in
7287 msdog.texi.
7288 * trouble.texi (Quitting): Ditto.
7289
72902005-02-16 Richard M. Stallman <rms@gnu.org>
7291
7292 * windows.texi (Split Window): Simplify line truncation info
7293 and xref to Display Custom.
7294
7295 * trouble.texi (Quitting): Emergency escape only for text terminal.
7296 (Screen Garbled): C-l for ungarbling is only for text terminal.
7297
7298 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
7299
7300 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
7301
7302 * programs.texi (Program Modes): Mention Python mode.
7303 (Moving by Defuns): Repeating C-M-h extends region.
7304 (Basic Indent): Clarify.
7305 (Custom C Indent): Clarify.
7306 (Expressions): Repeating C-M-@ extends region.
7307 (Info Lookup): Clarify for C-h S.
7308 (Symbol Completion): ESC TAB alternative for M-TAB.
7309 (Electric C): Clarify.
7310
7311 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
7312
7313 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
7314 MS-DOS Input node.
7315 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
7316 (MS-DOS and MULE): Clarify.
7317 (MS-DOS Processes, Windows Processes): Fix typos.
7318
7319 * major.texi (Choosing Modes): Clarify.
7320
7321 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
7322 (Keyboard Macro Step-Edit): Clarify.
7323
7324 * indent.texi (Indentation): Clarifications.
7325
7326 * help.texi (Help): Correct error about C-h in query-replace.
7327 Clarify apropos vs C-h a. Fix how to search in FAQ.
7328 (Key Help): Describe C-h w here.
7329 (Name Help): Minor cleanup. C-h w moved to Key Help.
7330 Clarify the "object" joke.
7331 (Apropos): Clarify. Mouse-1 like Mouse-2.
7332 (Help Mode): Mouse-1 like Mouse-2.
7333
7334 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
7335
7336 * display.texi (Display): Reorder menu.
7337 (Faces): Cleanup.
7338 (Font Lock): Cleanup. Mention Options menu.
7339 Delete obsolete text.
7340 (Scrolling): For C-l, don't presume text terminal.
7341 (Horizontal Scrolling): Simplify intro.
7342 (Follow Mode): Clarify.
1c6c854e 7343 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
7344 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
7345 Doc default-tab-width. Doc line truncation more thoroughly.
7346
7347 * dired.texi (Dired Enter): C-x C-f can run Dired.
7348 (Dired Visiting): Comment out `a' command.
7349 Mouse-1 is like Mouse-2.
7350 (Shell Commands in Dired): ? can be used more than once.
7351
7352 * basic.texi (Continuation Lines): Simplify description of truncation,
7353 and refer to Display Custom for the rest of it.
7354
8cf51b2c
GM
73552005-02-06 Lute Kamstra <lute@gnu.org>
7356
7357 * basic.texi (Undo): Fix typo.
7358
7359 * cmdargs.texi (Emacs Invocation): Fix typo.
7360
7361 * custom.texi (Init Examples): Fix typo.
7362
7363 * abbrevs.texi (Expanding Abbrevs): Fix typo.
7364
73652005-02-06 Richard M. Stallman <rms@gnu.org>
7366
7367 * regs.texi (Registers): Registers can hold numbers, too.
7368
7369 * killing.texi (Other Kill Commands): Cleanup.
7370 Delete redundant explanation of kill in read-only buffer.
7371 (Yanking): Mention term "copying".
7372 (Accumulating Text): Fix typo.
7373
7374 * entering.texi (Entering Emacs): Update rationale at start.
7375 (Exiting): Treat iconifying on a par with suspension.
7376
7377 * custom.texi (Minor Modes): Fix typo.
7378 (Easy Customization): Fix menu style.
7379 (Variables): Add xref.
7380 (Examining): Setting for future sessions works through .emacs.
7381 (Keymaps): "Text terminals", not "Many".
7382 (Init Rebinding): Explain \C-. Show example of \M-.
7383 Fix minor wording errors.
7384 (Function Keys): Explain vector syntax just once.
7385 (Named ASCII Chars): Clarify history of TAB/C-i connection.
7386 (Init File): Mention .emacs.d directory.
7387 (Init Examples): Add xref.
7388 (Find Init): Mention .emacs.d directory.
7389
7390 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
7391 (Action Arguments): Explain which kinds of -l args are found how.
7392 (Initial Options): --batch does not inhibit site-start.
7393 Add xrefs.
7394 (Command Example): Use --batch, not -batch.
7395
7396 * basic.texi (Inserting Text): Cleanup wording.
7397 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
7398 C-n is not error at end of buffer.
7399 (Undo): Doc C-/ like C-_. Add xrefs.
7400 (Arguments): META key may be labeled ALT.
7401 Peculiar arg meanings are explained in doc strings.
7402
7403 * abbrevs.texi (Expanding Abbrevs): Clarify.
7404
74052005-02-05 Eli Zaretskii <eliz@gnu.org>
7406
7407 * frames.texi (Frame Parameters): Add an xref to the description
7408 of list-colors-display. Add a pointer to the X docs about colors.
7409
7410 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 7411 Improve docs of list-colors-display.
8cf51b2c
GM
7412
74132005-02-03 Lute Kamstra <lute@gnu.org>
7414
7415 * frames.texi (Frames, Drag and Drop): Fix typos.
7416
74172005-02-03 Richard M. Stallman <rms@gnu.org>
7418
7419 * windows.texi (Basic Window): Mention color-change in mode line.
7420 (Change Window): Explain dragging vertical boundaries.
7421
7422 * text.texi (Sentences): Clarify.
7423 (Paragraphs): Explain M-a and blank lines.
7424 (Outline Mode): Clarify text and menu.
7425 (Hard and Soft Newlines): Mention use-hard-newlines.
7426
7427 * frames.texi (Frames): Delete unnecessary mention of Windows.
7428 (Mouse Commands): Likewise. Mention xterm mouse support.
7429 (Clipboard): Clarify.
7430 (Mouse References): Mention use of Mouse-1 for following links.
7431 (Menu Mouse Clicks): Clarify.
7432 (Mode Line Mouse): Clarify.
7433 (Drag and Drop): Rewrite.
7434
7435 * fixit.texi (Spelling): Fix typo.
7436
7437 * files.texi (File Names): Clarify.
7438 (Visiting): Update conditions for use of file dialog. Clarify.
7439 (Saving): Doc d as answer in save-some-buffers.
7440 (Remote Files): Clean up the text.
7441
7442 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
7443
7444 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
7445 (List Buffers): Clarify.
7446 (Several Buffers): Doc T command.
7447 (Buffer Convenience): Clarify menu.
7448
7449 * basic.texi (Undo): Clarify last change.
7450
74512005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7452
7453 * fixit.texi (Spelling): Fix typo.
7454
74552005-02-01 Luc Teirlinck <teirllm@auburn.edu>
7456
7457 * basic.texi (Undo): Update description of `undo-outer-limit'.
7458
74592005-02-01 Nick Roberts <nickrob@snap.net.nz>
7460
7461 * building.texi: Update documentation relating to GDB Graphical
7462 Interface.
7463
74642005-01-30 Luc Teirlinck <teirllm@auburn.edu>
7465
7466 * custom.texi (Easy Customization): Adapt menu to node name change.
7467
74682005-01-30 Richard M. Stallman <rms@gnu.org>
7469
7470 * custom.texi (Easy Customization): Defn of "User Option" now
7471 includes faces. Don't say just "option" when talking about variables.
7472 Do say just "options" to mean "anything customizable".
7473 (Specific Customization): Describe `customize-variable',
7474 not `customize-option'.
7475
7476 * glossary.texi (Glossary) <Faces>: Add xref.
7477 <User Option>: Change definition--include faces. Change xref.
7478
7479 * picture.texi (Picture): Mention artist.el.
7480
7481 * sending.texi, screen.texi, programs.texi, misc.texi:
7482 * mini.texi, major.texi, maintaining.texi, macos.texi:
7483 * help.texi, frames.texi, files.texi:
7484 Don't say just "option" when talking about variables.
7485
7486 * display.texi, mule.texi: Don't say just "option" when talking
7487 about variables. Other minor cleanups.
7488
8cf51b2c
GM
74892005-01-26 Lute Kamstra <lute@gnu.org>
7490
7491 * cmdargs.texi (Initial Options): Add a cross reference to `Init
7492 File'. Mention the `-Q' option at the `--no-site-file' option.
7493
8cf51b2c
GM
74942005-01-22 David Kastrup <dak@gnu.org>
7495
7496 * building.texi (Grep Searching): Mention alias `find-grep' for
7497 `grep-find'.
7498
74992005-01-20 Richard M. Stallman <rms@gnu.org>
7500
7501 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
7502
8cf51b2c
GM
75032005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7504
7505 * rmail.texi (Movemail): Explain differences
7506 between standard and mailutils versions of movemail.
7507 Describe command line and configuration options introduced
7508 with the latter.
7509 Explain the notion of mailbox URL, provide examples and
7510 cross-references to mailutils documentation.
7511 Describe various methods of specifying mailbox names,
7512 user names and user passwords for rmail.
1c6c854e
CS
7513 (Remote Mailboxes): New section.
7514 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
7515 options used to control its behavior.
7516 (Other Mailbox Formats): Explain handling of various mailbox
7517 formats.
7518
75192005-01-13 Richard M. Stallman <rms@gnu.org>
7520
7521 * commands.texi (Commands): Clarification.
7522
75232005-01-11 Richard M. Stallman <rms@gnu.org>
7524
7525 * programs.texi (Multi-line Indent): Fix previous change.
7526 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
7527
8cf51b2c
GM
75282005-01-08 Richard M. Stallman <rms@gnu.org>
7529
7530 * display.texi (Faces): isearch-lazy-highlight-face renamed to
7531 lazy-highlight.
7532
7533 * search.texi (Query Replace): Mention faces query-replace
7534 and lazy-highlight.
7535 (Incremental Search): Update isearch highlighting info.
7536
8cf51b2c
GM
75372005-01-04 Richard M. Stallman <rms@gnu.org>
7538
7539 * custom.texi (Saving Customizations): Minor improvement.
7540
8cf51b2c
GM
75412005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7542
7543 * custom.texi (Saving Customizations): Emacs no longer loads
7544 `custom-file' after .emacs. No longer mention customizing through
7545 Custom.
7546
8cf51b2c
GM
75472005-01-01 Andreas Schwab <schwab@suse.de>
7548
7549 * killing.texi (Graphical Kill): Move up under node Killing,
7550 change @section to @subsection.
7551
75522005-01-01 Richard M. Stallman <rms@gnu.org>
7553
7554 * custom.texi (Face Customization): Mention hex color specs.
7555
7556 * emacs.texi (Top): Update Killing submenu.
7557
7558 * killing.texi (Killing): Reorganize section.
7559 No more TeX-only text; put the node command at start of chapter.
7560 But the first section heading is used only in TeX.
7561 Rewrite the text to read better in this mode.
7562 (Graphical Kill): New subnode gets some of the text that
7563 used to be in the first section.
7564
75652004-12-31 Richard M. Stallman <rms@gnu.org>
7566
7567 * dired.texi (Shell Commands in Dired): Delete the ? example.
7568
7569 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
7570
7571 * files.texi (Saving): Describe new require-final-newline features
7572 and mode-require-final-newline.
7573
8cf51b2c
GM
75742004-12-29 Richard M. Stallman <rms@gnu.org>
7575
7576 * custom.texi (File Variables): Clarify previous change.
7577
c8763fb6 75782004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7579
7580 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
7581 out now.
7582
75832004-12-27 Richard M. Stallman <rms@gnu.org>
7584
7585 * Makefile.in (MAKEINFO): Specify --force.
7586
7587 * basic.texi (Moving Point): C-e now runs move-end-of-line.
7588 (Undo): Doc undo-outer-limit.
7589
8cf51b2c
GM
75902004-12-15 Juri Linkov <juri@jurta.org>
7591
7592 * mark.texi (Transient Mark, Mark Ring): M-< and other
7593 movement commands don't set mark in Transient Mark mode
7594 if mark is active.
7595
8cf51b2c
GM
75962004-12-12 Juri Linkov <juri@jurta.org>
7597
7598 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
7599 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
7600
7601 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
7602 (Misc Dired Commands): Add @r{(Dired)} to w.
7603
76042004-12-12 Juri Linkov <juri@jurta.org>
7605
7606 * mark.texi (Marking Objects): Marking commands also extend the
7607 region when mark is active in Transient Mark mode.
7608
8cf51b2c
GM
76092004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7610
7611 * custom.texi (Saving Customizations): Emacs only loads the custom
7612 file automatically after the init file in version 22.1 or later.
7613 Adapt text and examples to this fact.
7614
8cf51b2c
GM
76152004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7616
7617 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
7618 be set through Custom. Otherwise, it has no effect.
7619
8cf51b2c
GM
76202004-12-05 Richard M. Stallman <rms@gnu.org>
7621
7622 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
7623 * entering.texi: Rename Command Line to Emacs Invocation.
7624
10d1d0af 7625 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
7626
7627 * custom.texi (Easy Customization): Move up to section level,
7628 before Variables. Avoid using the term "variable"; say "option".
7629 New initial explanation.
7630 (Variables): In initial explanation, connect "variable" to the
7631 already-explained "user option".
7632
7633 * emacs.texi (Top): Fix ref to Command Line.
7634 Move reference to Easy Customization.
7635
7636 * xresources.texi (X Resources): Fix From link.
7637
7638 * doclicense.texi (GNU Free Documentation License): Fix To link.
7639
7640 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
7641
7642 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
7643
76442004-12-03 Richard M. Stallman <rms@gnu.org>
7645
7646 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
7647
76482004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7649
7650 * kmacro.texi: Several small changes in addition to the following.
7651 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
7652 defining a keyboard macro.
7653 Mention `kmacro-ring-max'.
7654 (Keyboard Macro Counter): Clarify description of
7655 `kmacro-insert-counter', `kmacro-set-counter',
7656 `kmacro-add-counter' and `kmacro-set-format'.
7657
76582004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7659
7660 * custom.texi (File Variables): Add `unibyte' and make it more
7661 clear that `unibyte' and `coding' are special. Suggested by Simon
7662 Krahnke <overlord@gmx.li>.
7663
7664 * mule.texi (Enabling Multibyte): Refer to File Variables.
7665 Suggested by Simon Krahnke <overlord@gmx.li>.
7666
c8763fb6 76672004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7668
7669 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
7670 x-use-old-gtk-file-dialog.
7671
8cf51b2c
GM
76722004-11-20 Richard M. Stallman <rms@gnu.org>
7673
7674 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
7675
76762004-11-09 Lars Brinkhoff <lars@nocrew.org>
7677
7678 * building.texi (Lisp Eval): Delete hyphen in section name.
7679
76802004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7681
7682 * files.texi (Old Versions):
7683 No longer document annotation as "CVS only".
7684
76852004-11-10 Andre Spiegel <spiegel@gnu.org>
7686
7687 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
7688 version systems, mentioning the new ones that we support.
7689 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
7690 suggestions.
7691
c8763fb6 76922004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7693
49823426 7694 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 7695
c8763fb6 76962004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7697
7698 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
7699
77002004-10-23 Eli Zaretskii <eliz@gnu.org>
7701
7702 * text.texi (Text Based Tables, Table Definition)
7703 (Table Creation, Table Recognition, Cell Commands)
7704 (Cell Justification, Row Commands, Column Commands)
7705 (Fixed Width Mode, Table Conversion, Measuring Tables)
7706 (Table Misc): New nodes, documenting the Table Mode.
7707
8cf51b2c
GM
77082004-10-19 Jason Rumney <jasonr@gnu.org>
7709
7710 * makefile.w32-in (info): Change order of arguments to makeinfo.
7711
77122004-10-19 Ulf Jasper <ulf.jasper@web.de>
7713
7714 * calendar.texi (iCalendar): Update for package changes.
7715
8cf51b2c
GM
77162004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7717
7718 * files.texi (Misc File Ops): View mode is a minor mode.
7719
8cf51b2c
GM
77202004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7721
7722 * calendar.texi (iCalendar): Style changes.
7723
77242004-10-07 Luc Teirlinck <teirllm@auburn.edu>
7725
7726 * search.texi (Regexps): The regexp described in the example is no
7727 longer stored in the variable `sentence-end'.
7728
8cf51b2c
GM
77292004-10-06 Nick Roberts <nickrob@snap.net.nz>
7730
7731 * building.texi (Starting GUD): Note that multiple debugging
7732 sessions requires `gdb --fullname'.
7733
77342004-10-05 Ulf Jasper <ulf.jasper@web.de>
7735
7736 * calendar.texi (iCalendar): New section for a new package.
7737
8cf51b2c
GM
77382004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7739
7740 * text.texi: Various small changes in addition to the following.
7741 (Text): Replace xref for autotype with inforef.
7742 (Sentences): Explain nil value for `sentence-end'.
7743 (Paragraphs): Update default values for `paragraph-start' and
7744 `paragraph-separate'.
7745 (Text Mode): Correct description of Text mode's effect on the
7746 syntax table.
7747 (Outline Visibility): `hide-other' does not hide top level headings.
7748 `selective-display-ellipses' no longer has an effect on Outline mode.
7749 (TeX Misc): Add missing @cindex.
7750 Replace xref for RefTeX with inforef.
7751 (Requesting Formatted Text): The variable
7752 `enriched-fill-after-visiting' no longer exists.
7753 (Editing Format Info): Update names of menu items and commands.
7754 (Format Faces): Mention special effect of specifying the default face.
7755 Describe inheritance of text properties.
7756 Correct description of `fixed' face.
7757 (Format Indentation): Correct description of effect of setting
7758 margins. Mention `set-left-margin' and `set-right-margin'.
7759 (Format Justification): Update names of menu items.
7760 `set-justification-full' is now bound to `M-j b'.
7761 Mention that `default-justification' is a per buffer variable.
7762 (Format Properties): Update name of menu item.
7763 (Forcing Enriched Mode): `format-decode-buffer' automatically
7764 turns on Enriched mode if the buffer is in text/enriched format.
7765
77662004-10-05 Emilio C. Lopes <eclig@gmx.net>
7767
7768 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7769
77702004-09-28 Kim F. Storm <storm@cua.dk>
7771
7772 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7773 Align with new functionality.
7774
8cf51b2c
GM
77752004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7776
7777 * display.texi (Display Custom): Remove stray `@end defvar'.
7778
77792004-09-23 Kim F. Storm <storm@cua.dk>
7780
7781 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7782 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7783
8cf51b2c
GM
77842004-09-20 Richard M. Stallman <rms@gnu.org>
7785
7786 * custom.texi (Hooks): Explain using setq to clear out a hook.
7787 (File Variables): Explain multiline string constants.
7788 (Non-ASCII Rebinding): Explain when you need to update
7789 non-ASCII char codes in .emacs.
7790
7791 * building.texi (Compilation): Explain how to make a silent
7792 subprocess that won't be terminated. Explain compilation-environment.
7793
77942004-09-13 Kim F. Storm <storm@cua.dk>
7795
7796 * mini.texi (Repetition): Rename isearch-resume-enabled to
7797 isearch-resume-in-command-history and change default to disabled.
7798
8cf51b2c
GM
77992004-09-09 Kim F. Storm <storm@cua.dk>
7800
7801 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7802 with new `kmacro-name-last-macro'.
7803
8cf51b2c
GM
78042004-09-08 Juri Linkov <juri@jurta.org>
7805
7806 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7807
8cf51b2c
GM
78082004-09-03 Juri Linkov <juri@jurta.org>
7809
7810 * search.texi (Incremental Search): Update wording for M-%.
7811
78122004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7813
7814 * killing.texi (Killing): Correct description of kill commands in
7815 read-only buffer.
7816
78172004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7818
7819 * building.texi (Compilation Mode): Add a paragraph about rules
7820 for finding the compilation buffer for `next-error'.
7821
7822 * search.texi (Other Repeating Search): Mention that Occur mode
7823 supports the next-error functionality.
7824
78252004-09-02 Juri Linkov <juri@jurta.org>
7826
7827 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7828
78292004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7830
7831 * kmacro.texi (Basic Keyboard Macro):
7832 `apply-macro-to-region-lines' now operates on all lines that begin
7833 in the region, rather than on all complete lines in the region.
7834
c8763fb6 78352004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7836
7837 * frames.texi (Drag and drop): Add documentation about
7838 x-dnd-test-function and x-dnd-known-types.
7839
78402004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7841
7842 * indent.texi: Various minor changes in addition to:
7843 (Indentation Commands): Correct description of `indent-relative'.
7844 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7845 mode. The *Tab Stops* buffer uses Overwrite Mode.
7846 (Just Spaces): `tabify' converts sequences of at least two spaces
7847 to tabs.
7848
8cf51b2c
GM
78492004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7850
7851 * frames.texi (Secondary Selection): Setting the secondary
7852 selection with M-Drag-Mouse-1 does not alter the kill ring,
7853 setting it with M-Mouse-1 and M-Mouse-3 does.
7854 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7855 toolkit scroll bars.
7856 (Scroll Bars): Ditto.
7857
7858 * windows.texi (Basic Window): When using a window system, the value
7859 of point in a non-selected window is indicated by a hollow box.
7860 (Split Window): Side by side windows are separated by a scroll bar,
7861 if scroll bars are used.
7862 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7863 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
7864 (Window Convenience): Update bindings for `winner-undo' and
7865 `winner-redo'.
7866
7867 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 7868 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
7869 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
7870 of "Using Emacs as a Server".
7871 * building.texi (Building): Interchange nodes (for correct numbering).
7872 * programs.texi (Programs): Interchange nodes (for correct numbering).
7873 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
7874 Info to the node structure.
7875 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
7876 Rearrange order of nodes and sections such that both "GNU GENERAL
7877 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
7878 end, as appropriate for appendices.
7879 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
7880 Use `@unnumberedsec'.
7881 * trouble.texi: Adapt sectioning in Info to the node structure.
7882 Adapt node pointers to change in emacs.texi.
7883 * cmdargs.texi, doclicense.texi: Adapt node pointers.
7884
8cf51b2c
GM
78852004-08-25 Kenichi Handa <handa@m17n.org>
7886
7887 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
7888 description for unibyte mode.
7889
78902004-08-23 Luc Teirlinck <teirllm@auburn.edu>
7891
7892 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
7893
7894 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
7895 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
7896 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
7897 in @pxref.
7898
78992004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7900
7901 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
7902 Change section names.
7903
8cf51b2c
GM
79042004-08-21 Luc Teirlinck <teirllm@auburn.edu>
7905
7906 * kmacro.texi (Keyboard Macro Ring): Rename section.
7907 Emacs treats the head of the macro ring as the `last keyboard macro'.
7908 (Keyboard Macro Counter): Minor change.
7909 (Save Keyboard Macro): Some clarifications.
7910 (Edit Keyboard Macro): Rename section.
7911
7912 * buffers.texi (Buffers): Maximum buffer size is now 256M on
7913 32-bit machines.
7914 (Several Buffers): Clarify which buffer is selected if `2' is
7915 pressed in the Buffer Menu.
7916 Auto Revert mode can be used to update the Buffer Menu
7917 automatically.
7918
79192004-08-21 Eli Zaretskii <eliz@gnu.org>
7920
7921 * help.texi (Misc Help): Add an index entry for finding an Info
7922 manual by its file name.
7923
79242004-08-20 Luc Teirlinck <teirllm@auburn.edu>
7925
7926 * files.texi (Backup Deletion): Correct description of
7927 `delete-old-versions'.
7928 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
7929 (Auto Save Files): Recommend `auto-save-mode' to reenable
7930 auto-saving, rather than the abbreviation `auto-save'.
7931
79322004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7933
7934 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
7935 for "killing" and "yanking" in main menu.
7936
79372004-08-16 Richard M. Stallman <rms@gnu.org>
7938
7939 * killing.texi (Yanking, Killing): Minor cleanups.
7940
7941 * mark.texi (Momentary Mark): Minor cleanups.
7942
79432004-08-15 Kenichi Handa <handa@etl.go.jp>
7944
7945 * custom.texi (Non-ASCII Rebinding):
7946 C-q always inserts the right code to pass to global-set-key.
7947
8cf51b2c
GM
79482004-08-13 Luc Teirlinck <teirllm@auburn.edu>
7949
7950 * regs.texi (RegNumbers): Mention `C-x r i' binding for
7951 `insert-register', instead of `C-x r g' binding, for consistency.
7952
79532004-08-12 Luc Teirlinck <teirllm@auburn.edu>
7954
7955 * fixit.texi (Spelling): Fix typo.
7956
79572004-08-11 Luc Teirlinck <teirllm@auburn.edu>
7958
7959 * help.texi (Help): Fix Texinfo usage.
7960
8cf51b2c
GM
79612004-07-24 Richard M. Stallman <rms@gnu.org>
7962
7963 * text.texi (Paragraphs): Update how paragraphs are separated
7964 and the default for paragraph-separate.
7965
7966 * search.texi (Regexp Replace): Further update text for new
7967 replacement operators.
7968
8cf51b2c
GM
79692004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7970
7971 * emacs-xtra.texi (Subdir switches): Dired does not remember the
7972 `R' switch.
7973
7974 * dired.texi (Dired Updating): `k' only deletes inserted
7975 subdirectories from the Dired buffer if a prefix argument was given.
7976
7977 * search.texi (Regexps): Delete redundant definition of `symbol' in
7978 description of `\_>'. It already occurs in the description of `\_<'.
7979
8cf51b2c
GM
79802004-07-01 Juri Linkov <juri@jurta.org>
7981
7982 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
7983 (Regexp Search): Add M-r.
7984
79852004-06-30 Luc Teirlinck <teirllm@auburn.edu>
7986
7987 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
7988
79892004-06-29 Jesper Harder <harder@ifa.au.dk>
7990
49823426 7991 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
7992
79932004-06-25 Richard M. Stallman <rms@gnu.org>
7994
7995 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
7996
79972004-06-25 David Kastrup <dak@gnu.org>
7998
7999 * search.texi (Regexp Replace): Some typo corrections and
8000 rearrangement.
8001
80022004-06-24 David Kastrup <dak@gnu.org>
8003
8004 * search.texi (Unconditional Replace): Use replace-string instead
8005 of query-replace in example.
8006 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8007 sequences.
8008 (Query Replace): Correct explanation of `^' which does not use
8009 the mark stack.
8010
80112004-06-21 Nick Roberts <nickrob@gnu.org>
8012
8013 * misc.texi (Shell History Copying): Document comint-insert-input.
8014 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8015
8cf51b2c
GM
80162004-06-20 Jesper Harder <harder@ifa.au.dk>
8017
8018 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8019 * custom.texi (Customization): Do.
8020 * anti.texi (Antinews): Do.
8021 * abbrevs.texi (Defining Abbrevs): Do.
8022
8023 * programs.texi (Info Lookup): Fix keybinding for
8024 info-lookup-symbol.
8025
80262004-06-16 Juanma Barranquero <lektu@terra.es>
8027
8028 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8029 Add emacs-xtra.
8030 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8031 (clean): Add emacs-xtra and flymake. Remove redundancies.
8032
80332004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8034
8035 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8036 Add emacs-xtra.
8037 * emacs-xtra.texi: New file.
8038
80392004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8040
8041 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8042 (Dired and Find): Mention differences with ordinary Dired buffers.
8043
8cf51b2c
GM
80442004-06-13 Richard M. Stallman <rms@gnu.org>
8045
8046 * custom.texi (Init Syntax): Explain about vars that do special
8047 things when set with setq or with Custom.
8048 (Init Examples): Add line-number-mode example.
8049
8cf51b2c
GM
80502004-06-12 Juri Linkov <juri@jurta.org>
8051
8052 * dired.texi (Operating on Files): Add dired-do-touch.
8053
8cf51b2c
GM
80542004-06-10 Juri Linkov <juri@jurta.org>
8055
8056 * building.texi (Lisp Eval): Add C-M-x on defface.
8057
80582004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8059
8060 * files.texi (Reverting): Auto-Revert mode and
8061 Global Auto-Revert mode no longer revert remote files.
8062
8cf51b2c
GM
80632004-05-29 Richard M. Stallman <rms@gnu.org>
8064
8065 * custom.texi (Init File): Two dashes start --no-site-file.
8066
8cf51b2c
GM
80672004-05-29 Alan Mackenzie <acm@muc.de>
8068
8069 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 8070 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
8071 (AWK, Pike): Document as "C-like modes".
8072 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8073 (M-x man): Supersedes M-x manual-entry.
8074 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8075
8076 ("Comments in C"): Delete node; the info is in CC Mode manual.
8077 (c-comment-only-line-offset): Remove description.
8078
8079 (C-c ., C-c C-c): Describe new C Mode bindings.
8080
8081 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8082 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8083 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8084 Amend definitions.
8085
8086 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8087 Describe functions.
8088
8089 (c-comment-start-regexp, c-hanging-comment-ender-p)
8090 (c-hanging-comment-starter-p): Remove obsolete definitions.
8091
8092 * emacs.texi: Remove the menu entry "Comments in C".
8093
8cf51b2c
GM
80942004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8095
8096 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8097 `M-x locate'.
8098
80992004-05-16 Karl Berry <karl@gnu.org>
8100
8101 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
8102 makeinfo --html fails.
8103 * help.texi (Help Summary) [@ifnottex]: Likewise.
8104
81052004-05-13 Nick Roberts <nickrob@gnu.org>
8106
8107 * building.texi (GDB Graphical Interface): Update and describe
8108 layout first.
8109
8cf51b2c
GM
81102004-05-04 Jason Rumney <jasonr@gnu.org>
8111
8112 * makefile.w32-in: Revert last change.
8113
81142004-05-03 Jason Rumney <jasonr@gnu.org>
8115
8116 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
8117
8cf51b2c
GM
81182004-04-23 Juanma Barranquero <lektu@terra.es>
8119
8120 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8121
81222004-04-18 Juri Linkov <juri@jurta.org>
8123
8124 * fixit.texi (Spelling): Remove file extension from ispell xref.
8125
81262004-04-15 Kim F. Storm <storm@cua.dk>
8127
8128 * cmdargs.texi (Initial Options): Add -Q.
8129
81302004-04-05 Kim F. Storm <storm@cua.dk>
8131
8132 * custom.texi (File Variables): Add safe-local-eval-forms.
8133
8cf51b2c
GM
81342004-04-02 Luc Teirlinck <teirllm@auburn.edu>
8135
8136 * files.texi (Reverting): Correct description of revert-buffer's
8137 handling of point.
8138
81392004-03-22 Juri Linkov <juri@jurta.org>
8140
8141 * emacs.texi (Top): Add `Misc X'.
8142
49823426 8143 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
8144
8145 * glossary.texi: Improve references.
8146
8147 * help.texi: Sync keywords with finder.el.
8148
8149 * mini.texi (Completion): Add description for menu items.
8150
8151 * misc.texi (Browse-URL, FFAP): Add information about keywords.
8152
8153 * sending.texi (Mail Methods): Fix xref to Message manual.
8154
8cf51b2c
GM
81552004-03-12 Richard M. Stallman <rms@gnu.org>
8156
8cf51b2c
GM
8157 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
8158
8cf51b2c
GM
81592004-03-04 Richard M. Stallman <rms@gnu.org>
8160
8161 * search.texi (Regexps): Explain that ^ and $ have their
8162 special meanings only in certain contexts.
8163
8164 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
8165
8166 * mule.texi (Specify Coding): Doc C-x RET F.
8167
8168 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
8169 for multiple compile and grep buffers.
8170 (Indirect Buffers): Don't recommand clone-indirect-buffer
8171 for multiple compile and grep buffers.
8172
8cf51b2c
GM
81732004-02-29 Juanma Barranquero <lektu@terra.es>
8174
8175 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8176 Use $(DEL) instead of rm, and ignore exit code.
8177
8cf51b2c
GM
81782004-02-23 Nick Roberts <nick@nick.uklinux.net>
8179
8180 * building.texi (Watch Expressions): Update.
8181
81822004-02-21 Juri Linkov <juri@jurta.org>
8183
1c6c854e
CS
8184 * cmdargs.texi (Action Arguments): Add alias --find-file.
8185 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
8186 to Command Arguments.
8187 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
8188 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
8189 (Window Size X): Join -g and --geometry. Add @cindex.
8190 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
8191 (Title X): Remove alias -title.
8192 (Misc X): New node.
8193
c8763fb6 81942004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8195
8196 * frames.texi (Drag and drop): Add Motif to list of supported
8197 protocols.
8198
c8763fb6 81992004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8200
8201 * frames.texi (Drag and drop): New section.
8202
82032004-01-24 Richard M. Stallman <rms@gnu.org>
8204
1c6c854e 8205 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
8206 Include it only @ifnotinfo. Patch the preceding and following
8207 node headers to point to each other.
8208
82092004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8210
8211 * calendar.texi (Appointments): Update section.
8212
82132003-12-29 Kevin Ryde <user42@zip.com.au>
8214
8cf51b2c
GM
8215 * programs.texi (C Modes): Fix the xref.
8216
82172003-12-23 Nick Roberts <nick@nick.uklinux.net>
8218
8219 * building.texi (Watch Expressions): Update.
8220 (Commands of GUD): Include use of toolbar + breakpoints set from
8221 fringe/margin.
8222
82232003-12-03 Andre Spiegel <spiegel@gnu.org>
8224
8225 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
8226 <acm@muc.de>.
8227
c8763fb6 82282003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8229
8230 * frames.texi (Dialog Boxes): Add use-file-dialog.
8231
8cf51b2c
GM
82322003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8233
8234 * ack.texi: Note that Alan Mackenzie contributed the AWK support
8235 in CC Mode.
8236
8cf51b2c
GM
82372003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8238
8239 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
8240 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 8241 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
8242 * man/frames.texi, man/glossary.texi, man/killing.texi:
8243 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
8244 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
8245 * man/sending.texi, man/text.texi, man/trouble.texi:
8246 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
8247
82482003-11-01 Alan Mackenzie <acm@muc.de>
8249
8250 * search.texi (Scrolling During Incremental Search): Document a
8251 new scrolling facility in isearch mode.
8252
8cf51b2c
GM
82532003-10-22 Miles Bader <miles@gnu.org>
8254
8255 * Makefile.in (info): Move before $(top_srcdir)/info.
8256
82572003-10-22 Nick Roberts <nick@nick.uklinux.net>
8258
8259 * building.texi (Watch Expressions): Update section on data display
8260 to reflect code changes (GDB Graphical Interface).
8261
8cf51b2c
GM
82622003-10-13 Richard M. Stallman <rms@gnu.org>
8263
8264 * xresources.texi (GTK resources): Clean up previous change.
8265
c8763fb6 82662003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8267
8268 * xresources.texi (GTK resources): Add a note that some themes
8269 disallow customizations. Add scroll theme example.
8270
8cf51b2c
GM
82712003-09-30 Richard M. Stallman <rms@gnu.org>
8272
8cf51b2c
GM
8273 * cmdargs.texi (General Variables): Remove MAILRC envvar.
8274
8275 * misc.texi (Saving Emacs Sessions): Shorten the section,
8276 collapsing back into one node.
8277
82782003-09-30 Lars Hansen <larsh@math.ku.dk>
8279
8280 * misc.texi: Section "Saving Emacs Sessions" rewritten.
8281
ce058493 82822003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8283
8284 * xresources.texi (GTK names in Emacs): Correct typo.
8285
8cf51b2c
GM
82862003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
8287
1c6c854e
CS
8288 * cmdargs.texi (Font X): Mention new default font.
8289 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
8290 problems involved. (Result of discussion on emacs-devel.)
8291
82922003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
8293
8294 * emacs.texi (Acknowledgements): Correct typo.
8295
82962003-09-22 Richard M. Stallman <rms@gnu.org>
8297
8298 * dired.texi (Misc Dired Commands): New node.
8299 (Dired Navigation): Add dired-goto-file.
8300
8301 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
8302
8303 * emacs.texi (Acknowledgements): New node, split from Distribution.
8304
8305 * cmdargs.texi (Action Arguments): -f reads interactive args.
8306
8cf51b2c
GM
83072003-09-08 Lute Kamstra <lute@gnu.org>
8308
8309 * screen.texi (Mode Line): Say that POS comes before LINE.
8310 Mention `size-indication-mode'.
1c6c854e
CS
8311 * display.texi (Optional Mode Line):
8312 Document `size-indication-mode'.
8cf51b2c
GM
8313 * basic.texi (Position Info): Mention `size-indication-mode'.
8314
83152003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8316
8317 * xresources.texi (Resources): Refer to `editres' man page.
8318 (Lucid Resources): Update defaults. Expand description of
8319 `shadowThickness'.
8320
83212003-09-04 Miles Bader <miles@gnu.org>
8322
8323 * Makefile.in (top_srcdir): New variable.
8324 ($(top_srcdir)/info): New rule.
8325 (info): Depend on it.
8326
83272003-09-03 Peter Runestig <peter@runestig.com>
8328
8329 * makefile.w32-in: New file.
8330
83312003-08-29 Richard M. Stallman <rms@gnu.org>
8332
8333 * misc.texi (Saving Emacs Sessions): Correct previous change.
8334
8cf51b2c
GM
83352003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8336
8cf51b2c
GM
8337 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
8338 (Intro): Include kmacro.texi after fixit.texi instead of after
8339 custom.texi. (As suggested by Kim Storm.)
8340
83412003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8342
8343 * fixit.texi (Fixit): Update `Next' pointer.
8344 * files.texi (Files): Update `Previous' pointer.
8345 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
8346 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
8347 (Suggested by Kim Storm.)
8348 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
8349
83502003-08-18 Kim F. Storm <storm@cua.dk>
8351
8352 * kmacro.texi: New file describing enhanced keyboard macro
8353 functionality. Replaces old description in custom.texi.
8354
8355 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
8356 (Keyboard Macros): Move to new kmacro.texi file.
8357
8358 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
8359
8cf51b2c
GM
83602003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8361
8362 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
8363
83642003-08-17 Alex Schroeder <alex@gnu.org>
8365
8366 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
8367 required.
8368
8cf51b2c
GM
83692003-08-05 Richard M. Stallman <rms@gnu.org>
8370
8371 * programs.texi (Lisp Indent): Don't describe
8372 lisp-indent-function property here. Use xref to Lisp Manual.
8373
8cf51b2c
GM
83742003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8375
fffa137c 8376 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
8377 abbreviations.
8378
83792003-07-24 Markus Rost <rost@math.ohio-state.edu>
8380
8381 * buffers.texi (List Buffers): Fix previous change.
8382
8cf51b2c
GM
83832003-07-13 Markus Rost <rost@math.ohio-state.edu>
8384
8385 * buffers.texi (List Buffers): Adjust to new format of *Buffer
8386 List*.
8387
83882003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8389
8cf51b2c
GM
8390 * display.texi (Font Lock): Fix typo.
8391
83922003-07-07 Richard M. Stallman <rms@gnu.org>
8393
8394 * display.texi (Font Lock): Add xref for format info on
8395 font-lock-remove-keywords.
8396
8397 * building.texi (Compilation): Document what happens with asynch
8398 children of compiler process.
8399
8400 * help.texi (Library Keywords): Use @multitable.
8401
8cf51b2c
GM
84022003-06-04 Richard M. Stallman <rms@gnu.org>
8403
8404 * programs.texi (Expressions): Delete C-M-DEL.
8405
8406 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
8407 comint-move-point-for-output renamed from
8408 comint-scroll-to-bottom-on-output.
8409
8410 * custom.texi (Init Rebinding): Replace previous change with xref.
8411 (Non-ASCII Rebinding): Explain that issue more briefly here.
8412
84132003-05-28 Richard M. Stallman <rms@gnu.org>
8414
8415 * indent.texi (Indentation): Condense, simplify, clarify prev change.
8416
84172003-05-28 Nick Roberts <nick@nick.uklinux.net>
8418
8419 * building.texi (GDB Graphical Interface): New node.
8420 (Rewritten somewhat by RMS.)
8421
c8763fb6 84222003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8423
8424 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
8425 non-English letters. Explain how to set coding systems correctly
8426 and how to include the right coding cookie in the file.
8427
c8763fb6 84282003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8429
8430 * indent.texi (Indentation): Explain the concepts.
8431 (Just Spaces): Explain why preventing tabs for indentation might
8432 be useful.
8433
8cf51b2c
GM
84342003-04-16 Richard M. Stallman <rms@gnu.org>
8435
8436 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
8437
8cf51b2c
GM
84382003-02-22 Alex Schroeder <alex@emacswiki.org>
8439
8440 * cmdargs.texi (General Variables): Document SMTPSERVER.
8441
8cf51b2c
GM
8442 * sending.texi: Remove SMTP node.
8443 (Mail Sending): Describe `send-mail-function'. Link to SMTP
8444 library.
8445
8cf51b2c
GM
84462003-02-22 Alex Schroeder <alex@emacswiki.org>
8447
8448 * sending.texi (Sending via SMTP): Explain MTA/MUA.
8449
84502003-02-22 Simon Josefsson <jas@extundo.com>
8451
8452 * sending.texi (Mail Methods): Add node about SMTP.
8453
c8763fb6 84542003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8455
8456 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
8457
8cf51b2c
GM
84582003-02-01 Kevin Ryde <user42@zip.com.au>
8459
8460 * glossary.texi (Glossary): Correction to cl cross reference.
8461
84622003-01-20 Richard M. Stallman <rms@gnu.org>
8463
8464 * killing.texi (Rectangles): Document C-x c r.
8465
c8763fb6 84662003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8467
8468 * xresources.texi (GTK resources): New node.
8469 (GTK widget names): New node.
8470 (GTK names in Emacs): New node.
8471 (GTK styles): New node.
8472
c8763fb6 84732003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
8474
8475 * maintaining.texi (Create Tags Table): Add reference to the new
8476 `etags --help --lang=LANG' option.
8477
8cf51b2c
GM
84782002-10-02 Karl Berry <karl@gnu.org>
8479
49823426 8480 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 8481 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 8482 where needed for the sake of the HTML output.
8cf51b2c
GM
8483
84842001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8485
8486 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
8487 source files.
8488
84892001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8490
8491 * Makefile.in (emacsman): New target.
8492
8cf51b2c
GM
84932001-10-20 Gerd Moellmann <gerd@gnu.org>
8494
8495 * (Version 21.1 released.)
8496
84972001-10-05 Gerd Moellmann <gerd@gnu.org>
8498
8499 * Branch for 21.1.
8500
8cf51b2c
GM
85012001-03-05 Gerd Moellmann <gerd@gnu.org>
8502
8503 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8504
8cf51b2c
GM
85052000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8506
8507 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8508
8cf51b2c
GM
85091999-07-12 Richard Stallman <rms@gnu.org>
8510
8511 * Version 20.4 released.
8512
85131998-12-04 Markus Rost <rost@delysid.gnu.org>
8514
8515 * Makefile.in (INFO_TARGETS): Delete customize.info.
8516 (DVI_TARGETS): Delete customize.dvi.
8517 (../info/customize, customize.dvi): Targets deleted.
8518
85191998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8520
8521 * Version 20.3 released.
8522
85231998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8524
8525 * Makefile.in (EMACSSOURCES): Add mule.texi.
8526 Add msdog.texi, ack.texi. Remove gnu1.texi.
8527
85281998-04-06 Andreas Schwab <schwab@gnu.org>
8529
768c0c0f
JB
8530 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8531 Use it in dvi targets.
8cf51b2c
GM
8532
85331997-09-23 Paul Eggert <eggert@twinsun.com>
8534
8535 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8536 (INFO_TARGETS): Change ../info/custom to ../info/customize.
8537 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
8538
85391997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8540
8541 * Version 20.2 released.
8542
85431997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8544
8545 * Version 20.1 released.
8546
85471997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8548
8549 * Makefile (../info/customize, customize.dvi): New targets.
8550 (INFO_TARGETS): Add ../info/customize.
8551 (DVI_TARGETS): Add customize.dvi.
8552
8cf51b2c
GM
85531996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8554
8555 * Version 19.33 released.
8556
85571996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8558
8559 * Version 19.32 released.
8560
8cf51b2c
GM
85611996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8562
8563 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8564
85651996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8566
8567 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8568 Specify -I option.
8569 (All dvi targets): Set the TEXINPUTS variable.
8570
85711996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8572
8573 * Version 19.31 released.
8574
8cf51b2c
GM
85751995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8576
8577 * Version 19.30 released.
8578
8cf51b2c
GM
85791995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8580
8581 * Makefile.in (maintainer-clean): Rename from realclean.
8582
85831994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8584
8585 * Makefile.in: New file.
8586 * Makefile: File deleted.
8587
85881994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8589
8590 * Makefile (TEXINDEX_OBJS): Variable deleted.
8591 (texindex, texindex.o, getopt.o): Rules deleted.
8592 All deps on texindex deleted.
8593 (distclean): Don't delete texindex.
8594 (mostlyclean): Don't delete *.o.
8595 * texindex.c, getopt.c: Files deleted.
8596
85971994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8598
8599 * Version 19.26 released.
8600
86011994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
8602
8603 * Makefile (EMACSSOURCES): Exclude undo.texi.
8604
86051994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8606
8607 * Version 19.25 released.
8608
86091994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8610
8611 * Version 19.24 released.
8612
86131994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8614
8615 * Version 19.23 released.
8616
86171994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8618
8619 * Makefile: Delete spurious tab.
8620
86211994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8622
8623 * Makefile (.SUFFIXES): New rule.
8624
8cf51b2c
GM
86251993-12-04 Richard Stallman (rms@srarc2)
8626
8627 * getopt.c: New file.
8628 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8629 (getopt.o): New rule.
8630 (dvi): Don't depend on texindex.
49823426 8631 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
8632
86331993-12-03 Richard Stallman (rms@srarc2)
8634
49823426
GM
8635 * Makefile (TEXI2DVI): New variable.
8636 (emacs.dvi): Add explicit command.
8cf51b2c
GM
8637 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8638
86391993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8640
8641 * Version 19.22 released.
8642
86431993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8644
8645 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8646
86471993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8648
8649 * Version 19.21 released.
8650
8cf51b2c
GM
86511993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8652
8653 * Makefile (realclean): Don't delete the Info files.
8654
f0131492 86551993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 8656
8cf51b2c
GM
8657 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
8658 4' where appropriate.
8659
f0131492 86601993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 8661
49823426 8662 * Makefile: Fix targets for texindex.
8cf51b2c
GM
8663
8664 * texindex.c: Include "../src/config.h" if building in emacs.
8665
8666 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 8667 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
8668 Add target to build texindex.c, defining `emacs'.
8669
8cf51b2c
GM
86701993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8671
8672 * Version 19.19 released.
8673
8cf51b2c
GM
86741993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8675
8676 * Version 19.18 released.
8677
86781993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8679
8680 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
8681
86821993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8683
8684 * Version 19.17 released.
8685
86861993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8687
8688 * split-man: Fix typos in last change.
8689
86901993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8691
8692 * Version 19.16 released.
8693
86941993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8695
8696 * version 19.15 released.
8697
86981993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8699
8700 * Makefile (distclean): It's rm, not rf.
8701
87021993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8703
8704 * Version 19.14 released.
8705
87061993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8707
8708 * Makefile: New file.
8709
87101993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8711
8712 * Version 19.13 released.
8713
87141993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8715
8716 * Version 19.9 released.
8717
87181993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8719
8720 * Version 19.8 released.
8721
87221993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8723
8724 * cmdargs.texi: Document the -i, -itype, and -iconic options.
8725
8726 * trouble.texi: It's `enable-flow-control-on', not
8727 `evade-flow-control-on'.
8728
87291993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8730
8731 * display.texi: Document standard-display-european.
8732
87331993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8734
8735 * Version 19.7 released.
8736
8737 * emacs.texi: Add a sentence to the top menu mentioning the
8738 specific version of Emacs this manual applies to.
8739
87401993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8741
8742 * basic.texi: Document next-line-add-lines variable used to
8743 implement down-arrow.
8744
8745 * killing.texi: Document kill-whole-line.
8746
87471993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8748
8749 * text.texi: Update unix TeX ordering information.
8750
87511993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8752
8753 * news.texi: Mention fill-rectangle in keybinding list.
8754
8755 * killing.texi: Document fill-rectangle.
8756
87571993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8758
8759 * vc.texi: Bring the docs up to date with VC 5.2.
8760
87611992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8762
8763 * emacs.tex: Mention blackbox and gomoku under Amusements.
8764 Assembler mode is now mentioned and appropriately indexed
8765 under Programming Modes.
8766
87671991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8768
8769 * emacs.tex: Update TeX ordering information.
8770
8cf51b2c
GM
87711990-06-26 David Lawrence (tale@geech)
8772
8773 * emacs.tex: Note that completion-ignored-extensions is not used
8774 to filter out names when all completions are displayed in
8775 *Completions*.
8776
87771990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8778
8779 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8780
87811990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8782
8783 * emacs.tex: Add @findex grep.
8784
8cf51b2c
GM
87851988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8786
8787 * emacs.tex: Correct two typos. No other changes before
8788 Version 19 will be made.
8789
8cf51b2c
GM
87901988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8791
8792 * emacs.tex: Update information for obtaining TeX distribution from the
8793 University of Washington.
8794
8795;; Local Variables:
c8763fb6 8796;; coding: utf-8
8cf51b2c
GM
8797;; End:
8798
95df8112 8799 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
8cf51b2c
GM
8800
8801 This file is part of GNU Emacs.
8802
352c8b4a 8803 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 8804 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8805 the Free Software Foundation, either version 3 of the License, or
8806 (at your option) any later version.
8cf51b2c
GM
8807
8808 GNU Emacs is distributed in the hope that it will be useful,
8809 but WITHOUT ANY WARRANTY; without even the implied warranty of
8810 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8811 GNU General Public License for more details.
8812
8813 You should have received a copy of the GNU General Public License
352c8b4a 8814 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.