gnus.el: More fixes to not list ephemeral servers in the server buffer
[bpt/emacs.git] / doc / emacs / ChangeLog
CommitLineData
e74e58c9
GM
12012-02-08 Glenn Morris <rgm@gnu.org>
2
cefee440
GM
3 * ack.texi (Acknowledgments): Update emacs-lock info.
4
a7686350
GM
5 * rmail.texi (Rmail Display): Mention rmail-epa-decrypt.
6
e74e58c9
GM
7 * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
8
fe93bc91
GM
92012-02-07 Glenn Morris <rgm@gnu.org>
10
11 * files.texi (File Conveniences): Mention ImageMagick images.
12
d273439c
GM
132012-02-05 Glenn Morris <rgm@gnu.org>
14
649f602c
GM
15 * trouble.texi (Checklist): Mention debug-on-event.
16
d273439c
GM
17 * maintaining.texi (Maintaining): Add cross-ref to ERT.
18
a9410bdf
GM
192012-02-04 Glenn Morris <rgm@gnu.org>
20
1f5e1a16
GM
21 * macos.texi (Customization options specific to Mac OS / GNUstep):
22 New subsection.
23
b7314ef7
GM
24 * display.texi (Colors): Mention list-colors-sort.
25
a9410bdf
GM
26 * files.texi (File Conveniences): Mention image animation.
27
75319d7f
CY
282012-01-31 Chong Yidong <cyd@gnu.org>
29
30 * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
31 scroll bars (Bug#10666).
32
2680c309
CY
332012-01-28 Chong Yidong <cyd@gnu.org>
34
691db250
CY
35 * files.texi (Filesets): Fix typos.
36
2680c309
CY
37 * display.texi (Faces): Add xref to Colors node.
38
2a90dfca
DM
392012-01-27 Dani Moncayo <dmoncayo@gmail.com>
40
41 * buffers.texi (Select Buffer): Clarify explanation of switching
42 to new buffers. Fix description of next-buffer and
6df6ae42 43 previous-buffer (Bug#10334).
2a90dfca
DM
44 (Misc Buffer): Add xref to View Mode.
45
46 * text.texi (Fill Commands): Fix description of
47 sentence-end-double-space.
48
20d2304d
CY
492012-01-23 Chong Yidong <cyd@gnu.org>
50
f088cb8b 51 * anti.texi (Antinews): Add Emacs 23 antinews.
20d2304d 52
01ec1eed
VS
532012-01-16 Volker Sobek <reklov@live.com> (tiny change)
54
55 * programs.texi (Comment Commands): Typo (bug#10514).
56
06848b82
CY
572012-01-15 Chong Yidong <cyd@gnu.org>
58
59 * xresources.texi (X Resources): Describe GTK+ case first.
60 (Resources): Don't use borderWidth as an example, since it doesn't
61 work with GTK+.
62 (Table of Resources): Clarify role of several resources, including
63 the Emacs 24 behavior of cursorBlink etc.
64 (Face Resources): Node deleted. Recommend using Customize
65 instead. Add paragraph to `Table of Resources' node summarizing
66 how to use X resources for changing faces.
67 (Lucid Resources): Rewrite, omitting description of font names,
68 referring to the Fonts node instead.
69 (LessTif Resources): Copyedits.
70 (GTK resources): Rewrite, describing the difference between gtk2
71 and gtk3.
72 (GTK Resource Basics): New node.
73 (GTK Widget Names, GTK Names in Emacs): Rewrite.
74 (GTK styles): Just refer to Fonts node for GTK font format.
75
76 * display.texi (Faces): Document the cursor face.
77
a73a3461
CY
782012-01-14 Chong Yidong <cyd@gnu.org>
79
01ec1eed 80 * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
a73a3461
CY
81 (General Variables): Add xref to Lisp Libraries.
82 (Initial Options): Copyedits.
83 (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
84 (Environment): Clarify what getenv does.
85 (General Variables): Clarify EMACSPATH etc. Emacs does not assume
86 light backgrounds on xterms.
87 (Misc Variables): TEMP and TMP are not Windows-specific.
88 (Display X): Copyedits.
89 (Colors X): -bd does nothing for GTK.
90 (Icons X): Gnome 3 doesn't use taskbars.
91
92 * misc.texi (Shell): Document exec-path here.
93
94 * rmail.texi (Movemail): Add xref for exec-path.
95
e517eda4
GM
962012-01-13 Glenn Morris <rgm@gnu.org>
97
98 * dired.texi (Dired and Find): Clarify find-ls-options.
99
1de76afe
CY
1002012-01-09 Chong Yidong <cyd@gnu.org>
101
102 * custom.texi (Custom Themes): Switched custom-safe-themes to use
103 SHA-256.
104
c61ab18c
CY
1052012-01-07 Chong Yidong <cyd@gnu.org>
106
e490b289
CY
107 * display.texi (Useless Whitespace): Add Whitespace mode.
108
1de77c4c
CY
109 * custom.texi (Hooks): Discuss how to disable minor modes.
110
111 * files.texi (Diff Mode): Discuss diff-auto-refine-mode
e490b289 112 (Bug#10309). Discuss use of Whitespace mode (Bug#10300).
1de77c4c 113
c61ab18c
CY
114 * trouble.texi (Lossage): Refer to Bugs node for problems.
115 (DEL Does Not Delete): Don't use "usual erasure key" teminology.
116 (Screen Garbled): Don't refer to terminal "manufacturers".
117 (Total Frustration): Node deleted. Eliza is documented in
118 Amusements now.
119 (Known Problems): More info about using the bug tracker. Mention
120 debbugs package.
121 (Bug Criteria): Copyedits.
122 (Understanding Bug Reporting): Mention emacs -Q.
123
89bd9ccd
CY
1242012-01-06 Chong Yidong <cyd@gnu.org>
125
126 * custom.texi (Specifying File Variables): The mode: keyword
127 doesn't have to be first anymore. Add example of specifying minor
128 modes.
129 (Directory Variables): Simplify example. Mention application to
130 non-file buffers.
131 (Disabling): Use "initialization file" terminology.
132 (Init Examples): Fix hook example.
133
8034735f
EZ
1342012-01-06 Eli Zaretskii <eliz@gnu.org>
135
136 * cmdargs.texi (MS-Windows Registry): Shorten the index entry.
137 (Bug#10422)
138 Move the stuff about resources to xresources.texi.
139
140 * xresources.texi (Resources): Move information about setting X
141 resources in the Registry from cmdargs.texi. Make the index entry
142 be similar to the one in cmdargs.texi.
143
b0d7d8af
CY
1442012-01-05 Chong Yidong <cyd@gnu.org>
145
146 * custom.texi (Customization Groups): Update example.
147 (Browsing Custom): Document the new search field.
148 (Changing a Variable): Update example for Emacs 24 changes.
149 Document Custom-set and Custom-save commands.
150 (Face Customization): Document Emacs 24 changes. De-document
151 modify-face.
152 (Specific Customization): Mention customize-variable.
153 (Custom Themes): Add customize-themes, custom-theme-load-path,
154 custom-theme-directory, and describe-theme.
155 (Creating Custom Themes): New node.
156 (Examining): Mention M-:.
157
158 * package.texi (Packages): Fix typo.
159
88c5c7c8
CY
1602012-01-03 Chong Yidong <cyd@gnu.org>
161
162 * misc.texi (Single Shell): Don't document Lisp usage of
163 shell-command. Tidy up discussion of synchronicity. Add index
164 entries for async-shell-command.
165 (Interactive Shell): Note that M-x shell uses shell-file-name.
166 Note change in behavior in Emacs 24.
167 (Shell Mode): Shell mode now uses completion-at-point.
168 (Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
169 default method for recognizing prompts nowadays.
170 (Shell Ring): Add xref to Minibuffer History.
171 (Directory Tracking): Explain Dirtrack mode in more detail.
172 (Term Mode): Fix index entries.
173 (Paging in Term): Merge into Term Mode.
174 (Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
175 (Printing): Fix xref. State default of lpr-switches.
176 (PostScript): Remove obsolete sentence. Omit description of
177 non-interactive behaviors.
178 (Hyperlinking): Improve description.
179 (Browse-URL): Using compose-mail for mailto URLs is the default.
180 Document browse-url-mailto-function.
181 (Goto Address mode): Add index entries. Add xref to Browse-URL.
182 (FFAP): FFAP is not a minor mode.
183 (Amusements): M-x lm was renamed to M-x landmark. Document
184 nato-region.
185
b8ecfdfe
CY
1862012-01-01 Chong Yidong <cyd@gnu.org>
187
188 * misc.texi (Gnus, Buffers of Gnus): Copyedits.
189 (Gnus Startup): Note that the system might not be set up for news.
190 Describe group levels more clearly.
191 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
192 Summary of Gnus.
193 (Document View): Copyedits. Move zoom commads to DocView
194 Navigation node.
195 (DocView Navigation, DocView Searching, DocView Slicing)
196 (DocView Conversion): Nodes renamed from Navigation, etc.
197
198 * sending.texi (Mail Sending): Add message-kill-buffer-on-exit.
199
7bc7d2aa
EZ
2002011-12-31 Eli Zaretskii <eliz@gnu.org>
201
202 * basic.texi (Moving Point): Fix the description of C-n and C-p.
203 (Bug#10380)
204
b30941db
CY
2052011-12-30 Chong Yidong <cyd@gnu.org>
206
207 * sending.texi (Sending Mail): Document initial mail buffer name,
208 and changed multiple mail buffer behavior.
209 (Mail Format): Put the example at the top of the section.
210 (Mail Headers): Move discussion of "From" to the top.
211 (Mail Sending): Document sendmail-query-once.
212 (Citing Mail): Make it less Rmail-specific.
213
0ed49f93
CY
2142011-12-29 Chong Yidong <cyd@gnu.org>
215
216 * text.texi (Org Mode): Copyedits. Refer to Outline Format for
217 example. Add index entries.
218 (Org Organizer, Org Authoring): Nodes renamed. Copyedits.
219
c40a7de7
CY
2202011-12-26 Chong Yidong <cyd@gnu.org>
221
222 * dired.texi (Dired Enter, Misc Dired Features): Document
223 dired-use-ls-dired changes. Mention quit-window.
224 (Dired Navigation): Add index entries.
225 (Dired Visiting): Fix View Mode xref.
226 (Marks vs Flags): Prefer C-/ binding for undo.
227 (Subdirectories in Dired): Add xrefs.
228 (Misc Dired Features): Document some Emacs 24 changes. Add index
229 entries.
230
231 * abbrevs.texi (Abbrev Concepts): No need to mention abbrev-mode
232 variable, since it is explained in Minor Modes node.
233 (Defining Abbrevs): Copyedits.
234 (Expanding Abbrevs): State default of abbrev-all-caps. Prefer the
235 C-/ binding for undo.
236 (Dabbrev Customization): Add xrefs for case-fold-search and
237 case-replace.
238
239 * dired-xtra.texi (Subdir Switches): Add xref.
240
241 * maintaining.texi (VC Directory Commands): Mention quit-window.
242
3d992aa0
CY
2432011-12-25 Chong Yidong <cyd@gnu.org>
244
245 * maintaining.texi (Tags): Mention Semantic.
246 (Create Tags Table, Etags Regexps): Copyedits.
247 (Find Tag): Mention minibuffer completion.
248 (List Tags): Mention completion-at-point. Completion is actually
249 available in M-x list-tags.
250
251 * vc1-xtra.texi (VC Delete/Rename): Rename from Renaming and VC.
252 Document vc-delete-file.
253
254 * files.texi (Misc File Ops): Mention vc-delete-file.
255
256 * programs.texi (Symbol Completion): Mention completion-at-point
257 explicitly.
258
2785d024
CY
2592011-12-22 Chong Yidong <cyd@gnu.org>
260
261 * maintaining.texi (Change Log Commands): Don't specially mention
262 vc-update-change-log which is CVS-only.
263
264 * vc1-xtra.texi (Version Headers): Note that these are for
265 Subversion, CVS, etc. only.
266 (General VC Options): De-document vc-keep-workfiles. Fix
267 RCS-isms.
268
0ab39399
EZ
2692011-12-22 Eli Zaretskii <eliz@gnu.org>
270
271 * building.texi (Debugger Operation): Fix a typo: "@end iftext"
272 should be @end iftex".
273
d3098e1e
CY
2742011-12-21 Chong Yidong <cyd@gnu.org>
275
276 * maintaining.texi (Advanced C-x v v): Use fileset terminology.
277 (VC With A Merging VCS, VC Change Log): Add xref to VC Pull node.
278 (VC Pull): Mention vc-log-incoming.
279 (Log Buffer): Add CVS/RCS only disclaimer.
280
281 * vc1-xtra.texi (Remote Repositories): Update introduction.
282 (Local Version Control): Node deleted (obsolete with DVCSes).
283 (Remote Repositories, Version Backups): Node deleted. Move
284 documentation of vc-cvs-stay-local to CVS Options.
285 (CVS Options): Reduce verbosity of description of obscure CVS
286 locking feature.
287 (Making Revision Tags, Revision Tag Caveats): Merge into Revision
288 Tags node.
289 (Revision Tags): Move under Miscellaneous VC subsection.
290 (Change Logs and VC): Note that this is wrong for DVCSs.
291 De-document log entry manipulating features.
292 (Renaming and VC): Describe how it works on modern VCSes.
293
294 * files.texi (Misc File Ops): Mention vc-rename-file.
295
296 * programs.texi (Custom C Indent): Add index entries.
297
47d42d81
AM
2982011-12-20 Alan Mackenzie <acm@muc.de>
299
300 * programs.texi (Motion in C): Update the description of C-M-a and
301 C-M-e, they now DTRT in enclosing scopes.
302 (Custom C Indent): Add @dfn{guessing} of the indentation style.
303
2edef1a0
CY
3042011-12-20 Chong Yidong <cyd@gnu.org>
305
306 * maintaining.texi (VCS Concepts): Add "working tree" terminology.
307 (Old Revisions): Use it.
308 (VCS Repositories): Add "distributed" terminology.
309 (Log Buffer): Remove duplicate description
310 about changesets. Fix "current VC fileset" ambiguity.
311 (Multi-User Branching): Node deleted.
312 (Branches, Switching Branches): Discuss decentralized version
313 control systems.
314 (VC Pull): New node.
315 (Merging): Document merging on decentralized systems.
316 (Creating Branches): Note that this is specific to CVS and related
317 systems.
318
bc859d5f
CY
3192011-12-19 Chong Yidong <cyd@gnu.org>
320
321 * maintaining.texi (VCS Merging, VCS Changesets): Index entries.
322 (VC Mode Line): Add index entry for "version control status".
323 (VC Undo): Use vc-revert instead of its vc-revert-buffer alias.
324 Document vc-revert-show-diff. De-document vc-rollback.
325 (VC Directory Mode): Rewrite introduction. Move prefix arg
326 documentation here from VC Directory Buffer node.
327 (VC Directory Buffer): Use a decentralized VCS example.
328 (VC Directory Commands): Use a table. Remove material duplicated
329 in previous nodes on multi-file VC filsets.
330
9cff91f8
CY
3312011-12-17 Chong Yidong <cyd@gnu.org>
332
333 * maintaining.texi (VCS Concepts): Make "revision" terminology
334 less CVS-specific.
335 (VC With A Merging VCS, VC With A Locking VCS): Add xref to
336 Registering node.
337 (Secondary VC Commands): Deleted. Promote subnodes.
338 (Log Buffer): Add command name for C-c C-c. Fix the name of the
339 log buffer. Add index entries.
340 (VCS Changesets, Types of Log File, VC With A Merging VCS): Use
341 "commit" terminology.
342 (Old Revisions): Move it to just before VC Change Log. "Tag" here
343 doesn't refer to tags tables. Note other possible forms of the
344 revision ID. C-x v = does not save.
345 (Registering): Note similarity to C-x v v action. Fix description
346 of how backends are chosen. De-document vc-default-init-revision.
347 (VC Change Log): Document C-x v l in VC-Dir buffer. Document RET
348 in root log buffers.
349
f3b316df
CY
3502011-12-16 Chong Yidong <cyd@gnu.org>
351
352 * maintaining.texi (Version Control Systems): Drop Meta-CVS.
353 (Basic VC Editing): Remove redundant descriptions.
354 (VC With A Merging VCS): Make description more general instead of
355 CVS-specific.
356 (VC With A Locking VCS): Use VC fileset terminology.
357
29eabb8e
CY
3582011-12-12 Chong Yidong <cyd@gnu.org>
359
360 * building.texi (Executing Lisp): Fix xref for C-M-x.
361 (Lisp Libraries): Add xref to node explaining `load' in Lisp
362 manual. Note that load-path is not customizable.
363 (Lisp Eval): Note that listed commands are available globally.
364 Explain the meaning of "defun" in the C-M-x context.
365 (Lisp Interaction): Copyedits.
366 (External Lisp): Fix name of inferior Lisp buffer. Mention
367 Scheme.
368 (Compilation): Define "inferior process".
369
cd0314dd
EZ
3702011-12-10 Eli Zaretskii <eliz@gnu.org>
371
372 * msdog.texi (Windows Fonts): Document how to force GDI font
373 backend on MS-Windows.
374
0595bd7e 3752011-12-10 Chong Yidong <cyd@gnu.org>
b09d01da
CY
376
377 * building.texi (Compilation): Say what the -k flag to make does.
378 Move subprocess discussion to Compilation Shell.
379 (Compilation Mode): Add xref for grep, occur, and mouse
380 references. Define "locus".
381 (Grep Searching): Use @command.
0595bd7e
CY
382 (Debuggers, Commands of GUD, GDB Graphical Interface): Clarify
383 intro.
384 (Starting GUD): Clarify how arguments are specified.
385 (Debugger Operation): Index entry for "GUD interaction buffer",
386 and move basic description here from Commands of GUD node.
387 (GDB User Interface Layout): Copyedits.
388 (Source Buffers): Remove gdb-find-source-frame, which is not in
389 gdb-mi.el.
390 (Other GDB Buffers): Remove gdb-use-separate-io-buffer and
391 toggle-gdb-all-registers, which are not in gdb-mi.el. Don't
392 re-document GUD interaction buffers.
b09d01da
CY
393
394 * programs.texi (Symbol Completion): M-TAB can now use Semantic.
395 (Semantic): Add cindex entries for Semantic.
396
2a185919
CY
3972011-12-06 Chong Yidong <cyd@gnu.org>
398
399 * programs.texi (Man Page): Clarify how to use Man-switches.
400 Don't bother documenting Man-fontify-manpage-flag.
401 (Lisp Doc): Add xref to Name Help node.
402 (Hideshow): Add cindex. Mention role of ellipses, and default
403 value of hs-isearch-open. Don't bother documenting
404 hs-special-modes-alist.
405 (Symbol Completion): Add kindex for C-M-i. Don't recommend
406 changing the window manager binding of M-TAB.
407
ebf10822
CY
4082011-12-05 Chong Yidong <cyd@gnu.org>
409
410 * programs.texi (Comment Commands): Fix description of for M-; on
411 blank lines. Move documentation of comment-region here.
412 (Multi-Line Comments): Clarify the role of comment-multi-line.
413 Refer to Comment Commands for comment-region doc.
414 (Options for Comments): Refer to Multi-Line Comments for
415 comment-multi-line doc, instead of duplicating it. Fix default
416 values of comment-padding and comment-start-skip.
417
ec7ae032
CY
4182011-12-04 Chong Yidong <cyd@gnu.org>
419
420 * programs.texi (Program Modes): Mention modes that are not
421 included with Emacs. Fix references to other manuals for tex.
422 Add index entry for backward-delete-char-untabify. Mention
423 prog-mode-hook.
424 (Which Function): Use "global minor mode" terminology.
425 (Basic Indent, Multi-line Indent): Refer to previous descriptions
426 in Indentation chapter to avoid duplication.
427 (Expressions): Copyedit.
428 (Matching): Document Electric Pair mode.
429
430 * ack.texi (Acknowledgments):
431 * rmail.texi (Movemail, Other Mailbox Formats):
432 * frames.texi (Frames): Don't capitalize "Unix".
433
a24bf23e
CY
4342011-12-04 Chong Yidong <cyd@gnu.org>
435
436 * text.texi (Nroff Mode): Mention what nroff is.
437 (Text Based Tables, Table Recognition): Don't say "Table mode"
438 since it's not a major or minor mode.
439 (Text Based Tables): Reduce the size of the example.
440 (Table Definition): Clarify definitions.
441 (Table Creation): Add key table.
442 (Cell Commands): Use kbd for commands.
443 (Table Rows and Columns): Combine nodes Row Commands and Column
444 Commands.
445 (Fixed Width Mode): Node deleted; contents moved to parent.
446 (Table Conversion): Shorten example.
447 (Measuring Tables): Merge into Table Misc.
448
8863a584
CY
4492011-12-03 Chong Yidong <cyd@gnu.org>
450
451 * text.texi (TeX Mode): Mention AUCTeX package.
452 (TeX Editing): Add xref to documentation for Occur.
453 (LaTeX Editing): Add xref to Completion node.
454 (TeX Print): Fix description of tex-directory.
455 (Enriched Text): Renamed from Formatted Text. Make this node and
456 its subnodes less verbose, since text/enriched files are
457 practically unused.
458 (Enriched Mode): Renamed from Requesting Formatted Text.
459 (Format Colors): Node deleted.
460 (Enriched Faces): Renamed from Format Faces. Describe commands
461 for applying colors too.
462 (Forcing Enriched Mode): Node deleted; merged into Enriched Mode.
463
464 * frames.texi (Menu Mouse Clicks): Tweak description of C-Mouse-2.
465
466 * display.texi (Colors): New node.
467
468 * cmdargs.texi (Colors X):
469 * xresources.texi (GTK styles):
470 * custom.texi (Face Customization): Reference it.
471
472 * glossary.texi (Glossary): Remove "formatted text" and "WYSIWYG".
473 Link to Fill Commands for Justification entry.
474
6fdebe93
EZ
4752011-12-03 Eli Zaretskii <eliz@gnu.org>
476
477 * display.texi (Auto Scrolling): More accurate description of what
478 scroll-*-aggressively does, including the effect of non-zero
479 margin. Fix "i.e." markup.
480
95ca9bc7
CY
4812011-12-02 Chong Yidong <cyd@gnu.org>
482
483 * text.texi (Pages): Mention how formfeed chars are displayed.
484 (Auto Fill): Note convention for calling auto-fill-mode from Lisp.
485 Describe adaptive filling more precisely.
486 (Fill Commands): Note that filling removes excess whitespace.
487 (Text Mode): Note auto-mode-alist entries for Text mode. TAB is
488 now bound to indent-for-tab-command in Text mode.
489 (Outline Mode): Copyedits.
490 (Outline Visibility): Note that Reveal mode is a buffer-local
491 minor mode.
492
493 * modes.texi (Major Modes): Move note about checking major-mode in
494 a hook function here, from Text mode.
495
6d262977
CY
4962011-11-28 Chong Yidong <cyd@gnu.org>
497
b22b1918
CY
498 * text.texi (Words): Add xref to Position Info.
499 (Paragraphs): Add xref to Regexps.
500
6d262977
CY
501 * indent.texi (Indentation): Rewrite introduction. Move table to
502 Indentation Commands node.
503 (Indentation Commands): Add index entries to table. Copyedits.
504 (Tab Stops, Just Spaces): Copyedits.
505 (Indent Convenience): New node. Document electric-indent-mode.
506
507 * programs.texi (Basic Indent):
508 * windows.texi (Pop Up Window): Fix kindex entry.
509
dc95a8b0
CY
5102011-11-28 Chong Yidong <cyd@gnu.org>
511
512 * modes.texi (Major Modes): Move major-mode variable doc here from
513 Choosing Modes. Document describe-mode. Document prog-mode-hook
514 and text-mode-hook. Add example of using hooks.
515 (Minor Modes): Document behavior of mode command calls from Lisp.
516 Note that setting the mode variable using Customize will DTRT.
517 (Choosing Modes): Add example of setting a minor mode using a
518 local variable.
519
b63a8e8e
CY
5202011-11-27 Chong Yidong <cyd@gnu.org>
521
522 * frames.texi (Creating Frames): Move frame parameter example to
523 Frame Parameters node.
524 (Frame Commands): C-x 5 o does not warp the mouse by default.
525 (Fonts): Add more GTK-style properties; also, they should be
526 capitalized.
527 (Special Buffer Frames): Node deleted; special-display is on the
528 way out.
529 (Frame Parameters): Example moved here from Creating Frames.
530 Clarify that default-frame-alist affects the initial frame too.
531 Delete auto-raise-mode and auto-lower-mode.
532 (Wheeled Mice): Node deleted. Content moved to Mouse Commands.
533 (Dialog Boxes): Delete x-gtk-use-old-file-dialog.
534
535 * windows.texi (Window Choice): Add xref to Lisp manual for
536 special-display-*.
537
a3dcc84e
EZ
5382011-11-26 Eli Zaretskii <eliz@gnu.org>
539
540 * display.texi (Text Display): Update the description,
541 cross-references, and indexing related to display of control
542 characters and raw bytes.
543
4ad3bc2a
CY
5442011-11-25 Chong Yidong <cyd@gnu.org>
545
546 * frames.texi (Frames): Rewrite introduction.
547 (Mouse Commands): Default for mouse-drag-copy-region is now t.
548 Mouse-3 does not copy to kill ring by default. DEL does not
549 behave specially for mouse commands any more.
550 (Mouse References): Document mouse-1-click-follows-link more
551 thoroughly.
552 (Menu Mouse Clicks): Move footnote to the main text and add xref
553 to Init Rebinding node.
554 (Mode Line Mouse): Mouse-3 on the mode-line does not bury buffer.
555
556 * files.texi (Visiting): `C-x 5 f' works on ttys too.
557
20db1522
JB
5582011-11-24 Juanma Barranquero <lekktu@gmail.com>
559
560 * display.texi (Font Lock): Fix typo.
561
01d06b1f
GM
5622011-11-24 Glenn Morris <rgm@gnu.org>
563
564 * rmail.texi (Rmail Output):
565 Mention rmail-automatic-folder-directives. (Bug#9657)
566
0cbaa1d5
CY
5672011-11-21 Chong Yidong <cyd@gnu.org>
568
569 * mark.texi (Global Mark Ring): Fix description of global mark
570 ring (Bug#10032).
571
fe7a3057
JB
5722011-11-20 Juanma Barranquero <lekktu@gmail.com>
573
574 * msdog.texi (Windows Fonts): Fix typo.
575
b6e63cbe
GM
5762011-11-17 Glenn Morris <rgm@gnu.org>
577
578 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
579
58179cce
JB
5802011-11-16 Juanma Barranquero <lekktu@gmail.com>
581
582 * killing.texi (Rectangles):
7877f373
JB
583 * misc.texi (Document View):
584 * modes.texi (Choosing Modes):
585 * msdog.texi (Windows Fonts):
58179cce
JB
586 * regs.texi (Rectangle Registers):
587 * search.texi (Isearch Yank): Fix typos.
588
291d142b
CY
5892011-11-06 Chong Yidong <cyd@gnu.org>
590
591 * windows.texi (Basic Window): Add xref to Cursor Display.
592 (Split Window): Document negative arg for splitting commands.
593 (Other Window): Document mouse-1 in text area of window.
594 (Change Window): Don't mention window attributes, since they
595 aren't defined. C-x 1 can't be used with minibuffer windows.
596 Windows are no longer auto-deleted.
597 (Window Choice): Add xref to Choosing Window in Lisp manual.
598 (Window Convenience): Note that windmove disables shift-selection.
599 Move M-x compare-windows here from Other Window node.
600
601 * custom.texi (Mouse Buttons):
602 * search.texi (Isearch Scroll):
603 * windows.texi (Split Window): Use new names split-window-below
604 and split-window-right.
605
a7ef684b
JB
6062011-10-26 Juanma Barranquero <lekktu@gmail.com>
607
608 * emacs.texi (Top): Fix typo.
609
d53e1747
GM
6102011-10-25 Glenn Morris <rgm@gnu.org>
611
612 * abbrevs.texi (Saving Abbrevs):
613 quietly-read-abbrev-file is not a command. (Bug#9866)
614
e7a3ff06
CY
6152011-10-24 Chong Yidong <cyd@gnu.org>
616
617 * display.texi (Scrolling): Document scroll-up-line and
618 scroll-down-line. Document scroll-command property.
619 (Recentering): New node, split off from Scrolling.
620
86c60681
CY
6212011-10-23 Chong Yidong <cyd@gnu.org>
622
da97a9e6
CY
623 * frames.texi (Scroll Bars): GTK uses right scroll bars now.
624 (Tool Bars): Copyedits.
625
86c60681
CY
626 * buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
627
d195726a
CY
6282011-10-22 Chong Yidong <cyd@gnu.org>
629
630 * windows.texi (Displaying Buffers): Fix broken lispref link.
631
a70e06c1
CY
6322011-10-22 Chong Yidong <cyd@gnu.org>
633
634 * mini.texi (Minibuffer Exit): Rename from Strict Completion.
635 Move confirm-nonexistent-file-or-buffer discussion here.
636
637 * files.texi (File Names, Visiting): Move detailed discussion of
638 minibuffer confirmation to Minibuffer Exit.
639
640 * buffers.texi (Buffers): Tweak mention of mail buffer name.
641 (Select Buffer): Move confirmation discussion to Minibuffer Exit.
642
bfd779dd
CY
6432011-10-21 Chong Yidong <cyd@gnu.org>
644
645 * files.texi (File Names, Visiting, Interlocking): Copyedits.
646 (Backup Copying): backup-by-copying-when-mismatch is now t.
647 (Customize Save): Fix description of require-final-newline.
648 (Reverting): Note that revert-buffer can't be undone. Mention VC.
649 (Auto Save Control): Clarify.
650 (File Archives): Add 7z.
651 (Remote Files): ange-ftp-make-backup-files defaults to nil.
652
653 * arevert-xtra.texi (Autorevert): Copyedits.
654
6e317956
CY
6552011-10-20 Chong Yidong <cyd@gnu.org>
656
657 * custom.texi (Hooks, Init Examples):
658 * display.texi (Font Lock):
659 * fixit.texi (Spelling):
660 * rmail.texi (Rmail Display): Minor mode function with no arg now
661 enables it.
662
663 * fixit.texi (Spelling): Fix description of inline completion.
664
5abc31ef
CY
6652011-10-19 Chong Yidong <cyd@gnu.org>
666
667 * search.texi (Repeat Isearch, Error in Isearch): Add kindex
668 entries.
669 (Isearch Yank): Document isearch-yank-pop.
670 (Isearch Scroll): Refer to C-l instead of unbound `recenter'.
671 (Other Repeating Search): Document Occur Edit mode.
672
939db9ac
CY
6732011-10-18 Chong Yidong <cyd@gnu.org>
674
675 * display.texi (Fringes): Move overflow-newline-into-fringe here,
676 from Line Truncation node.
677 (Standard Faces): Note that only the background of the cursor face
678 has an effect.
679 (Cursor Display): Fix descriptions of cursor face
680 and bar cursor blinking.
681 (Text Display): Document nobreak-char-display more clearly.
682 (Line Truncation): Add xref to Split Window node.
683 (Display Custom): Don't bother documenting baud-rate or
684 no-redraw-on-reenter.
685
686 * search.texi (Slow Isearch): Node removed.
687
80c6d77f
GM
6882011-10-18 Glenn Morris <rgm@gnu.org>
689
690 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
691
d366bd53
CY
6922011-10-18 Chong Yidong <cyd@gnu.org>
693
694 * display.texi (Faces): Simplify discussion. Move documentation
695 of list-faces-display here, from Standard Faces node. Note
696 special role of `default' background.
697 (Standard Faces): Note special role of `default' background. Note
698 that region face may be taken fom GTK. Add xref to Text Display.
699 (Text Scale): Rename from "Temporary Face Changes". Callers
700 changed. Don't bother documenting variable-pitch-mode.
701 (Font Lock): Copyedits. Remove font-lock-maximum-size.
702 (Useless Whitespace): Simplify description of
703 delete-trailing-whitespace. Note active region case.
704 (Text Display): Fix description of escape-glyph face assignment.
705 Remove unibye mode discussion. Update some parts for Unicode.
706 Move glyphless chars documentation to Lisp manual.
707
708 * frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
709
21100e7d
CY
7102011-10-15 Chong Yidong <cyd@stupidchicken.com>
711
712 * display.texi (Scrolling): Tweak explanation of scroll direction.
713 (View Mode): Add index entries.
714
715 * killing.texi (Deletion): Document negative prefix arg to M-SPC.
716
717 * regs.texi (Text Registers): C-x r i does not activate the mark.
718 (Bookmarks): Document new default bookmark location.
719
50b063c3
CY
7202011-10-13 Chong Yidong <cyd@stupidchicken.com>
721
722 * killing.texi (Deletion): Add xref to Using Region. Document
723 delete-forward-char.
724 (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y
725 description here. Recommend C-u C-SPC for jumping to mark.
726 (Kill Ring): Move kill ring variable documentation here.
727 (Primary Selection): Copyedits.
728 (Rectangles): Document new command rectangle-number-lines.
729 (CUA Bindings): Note that this disables the mark-even-if-inactive
730 behavior for C-x and C-c.
731
732 * mark.texi (Mark): Mention "active region" terminology.
733 (Using Region): Document delete-active-region.
734
e1a3f5b1
CY
7352011-10-12 Chong Yidong <cyd@stupidchicken.com>
736
737 * mark.texi (Mark): Clarify description of disabled Transient Mark
738 mode (Bug#9689).
739 (Setting Mark): Document prefix arg for C-x C-x. Document primary
740 selection changes. Mention that commands like C-y set the mark.
741 (Marking Objects): Add xref to Words node. Note that mark-word
742 and mark-sexp also have the "extend region" behavior.
743 (Using Region): Mention M-$ in the table. Document
744 mark-even-if-inactive here instead of in Mark Ring.
745 (Mark Ring): Move mark-even-if-inactive to Using Region. Take
746 note of the "Mark Set" behavior.
747 (Disabled Transient Mark): Rename from "Persistent Mark"
748 (Bug#9688). Callers changed.
749
750 * programs.texi (Expressions):
751 * text.texi (Words): Defer to Marking Objects for mark-word doc.
752
3dc62b2b
CY
7532011-10-09 Chong Yidong <cyd@stupidchicken.com>
754
755 * help.texi (Help, Help Summary): Eliminate the unnecessary "help
756 option" terminology.
757 (Key Help): Add command names. Define "documentation string".
758 (Name Help): Remove an over-long joke.
759 (Apropos): Document prefix args. Remove duplicated descriptions.
760 (Help Mode): Add C-c C-b to table. Update TAB binding.
761 (Package Keywords): Rename from "Library by Keyword". Describe
762 new package menu interface.
763 (Help Files, Help Echo): Tweak description.
de09aa52
CY
764
765 * mini.texi (Completion Options): Add completion-cycle-threshold.
3dc62b2b 766 (Minibuffer History): Document numeric args to history commands.
de09aa52 767
2d3fe5d7
EZ
7682011-10-08 Eli Zaretskii <eliz@gnu.org>
769
770 * mule.texi (Bidirectional Editing): Correct some inaccuracies.
771
b2b0776e
CY
7722011-10-08 Chong Yidong <cyd@stupidchicken.com>
773
774 * basic.texi (Position Info): Omit page commands. Document
775 count-words-region and count-words.
776
777 * text.texi (Pages): Move what-page documentation here.
778
27a16462
CY
7792011-10-08 Chong Yidong <cyd@stupidchicken.com>
780
781 * mini.texi (Minibuffer File): Minor copyedits. Use xref to
782 Remote Files node instead of linking directly to the Tramp manual.
783 (Minibuffer Edit): Add xref to Blank Lines.
784 (Completion): Add xref to Symbol Completion. Remove redundant
785 example, which is repeated in the next node.
786 (Completion Commands): Minor clarifications.
787 (Completion Styles): New node, split from Completion Commands.
788 Document substring and initials styles.
789 (Strict Completion): Remove information duplicated in other nodes.
790 (Completion Options): Consolidate case difference discussion here.
791
792 * help.texi (Help Mode): Fix kindex entries.
793
794 * files.texi (File Names): Add index entries.
795
de0bde62
CY
7962011-10-07 Chong Yidong <cyd@stupidchicken.com>
797
798 * basic.texi (Inserting Text): Add xref to Completion. Add
799 ucs-insert example, and document prefix argument.
800 (Moving Point): Fix introduction; C-f/C-b are no longer equivalent
801 to left/right. Tweak left-char and right-char descriptions.
802 M-left and M-right are now bound to left-word/right-word.
803 (Erasing): Document delete-forward-char.
804
805 * screen.texi (Screen, Menu Bar): Copyedits.
806 (Point): Remove duplicate paragraph on cursors, also in Screen.
807 (Mode Line): Trailing dashes no longer shown on X displays.
808
809 * frames.texi (Non-Window Terminals): Index just "text-only
810 terminal", which is used throughout the manual now.
811
812 * entering.texi (Entering Emacs): Define "startup screen".
813 Document window-splitting behavior with command-line inputs.
814 (Exiting): Remove obsolete paragraph about shells without suspend
815 functionality.
816
817 * commands.texi (User Input): Define "input event" more clearly.
818 (Keys): Add xref to Echo Area.
819 (Commands): Clarify relation between commands and functions.
820
453e4522
CY
8212011-10-06 Chong Yidong <cyd@stupidchicken.com>
822
823 * misc.texi (emacsclient Options): Document how emacsclient runs
824 the Emacs daemon (Bug#9674).
825
550f41cd
CY
8262011-10-01 Chong Yidong <cyd@stupidchicken.com>
827
828 * basic.texi (Moving Point):
829 * custom.texi (Mouse Buttons):
830 * rmail.texi (Rmail Scrolling):
831 * search.texi (Isearch Scroll):
832
833 * display.texi (Scrolling): Replace scroll-up/down with
834 scroll-up/down-command. Fix scroll-preserve-screen-position
835 description. Document scroll-error-top-bottom.
836
9229fe87
GM
8372011-09-30 Glenn Morris <rgm@gnu.org>
838
839 * commands.texi (Keys): Whitespace fix. (Bug#9635)
840
0a2132ba
CY
8412011-09-24 Chong Yidong <cyd@stupidchicken.com>
842
843 * windows.texi (Pop Up Window): Defer discussion of window
844 splitting to the Window Choice node. Add index entries.
845 (Force Same Window): Node deleted.
846 (Displaying Buffers, Window Choice): New nodes.
847
848 * buffers.texi (Select Buffer): Clarify description of
849 buffer-switching commands. Add xref to Window Display node.
850 Don't repeat confirm-nonexistent-file-or-buffer description from
851 Visiting node. Remove even-window-heights.
852
853 * frames.texi (Special Buffer Frames): Add xref to Window Choice.
854
33ed493b
CY
8552011-09-18 Chong Yidong <cyd@stupidchicken.com>
856
857 * cmdargs.texi (Icons X): Fix description of Emacs icon.
858
859 * xresources.texi (Table of Resources): Fix documentation of
860 bitmapIcon.
861
92fa95ad
CY
8622011-09-15 Chong Yidong <cyd@stupidchicken.com>
863
864 * package.texi (Package Menu): Add package-menu-mark-upgrades.
865
16254627
EH
8662011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com>
867
868 * frames.texi (Frame Commands): Note that delete-other-frames only
869 deletes frames on current terminal.
870
c3760c17
EZ
8712011-09-10 Eli Zaretskii <eliz@gnu.org>
872
873 * sending.texi (Mail Misc): Document mail-add-attachment.
874
69b8be97
EZ
8752011-09-04 Eli Zaretskii <eliz@gnu.org>
876
877 * basic.texi (Inserting Text): Add index entries. (Bug#9433)
878
3fd50d5c
CY
8792011-08-29 Chong Yidong <cyd@stupidchicken.com>
880
881 * modes.texi (Choosing Modes): auto-mode-case-fold is now t.
882
e2aeef63
CY
8832011-08-28 Chong Yidong <cyd@stupidchicken.com>
884
885 * files.texi (File Archives):
886 * cal-xtra.texi (Diary Display):
887 * help.texi (Help Mode): Add xref to View Mode.
888
ddb54206
CY
8892011-08-28 Chong Yidong <cyd@stupidchicken.com>
890
a6326082
CY
891 * display.texi (View Mode): New node. Move view-file here from
892 Misc File Ops. Move view-buffer here from Misc Buffer.
893
894 * buffers.texi (Misc Buffer): Move view-buffer to View Mode.
895
04e2ce72 896 * files.texi (Misc File Ops): Document new
a6326082 897 delete-by-moving-to-trash behavior. Remove view-file.
04e2ce72
CY
898
899 * dired.texi (Dired Deletion): Shorten description of Trash.
900
ddb54206
CY
901 * misc.texi (emacsclient Options): Document server-port.
902
bd206ce5
EZ
9032011-08-27 Eli Zaretskii <eliz@gnu.org>
904
905 * frames.texi (Frame Commands): Advise setting focus-follows-mouse
906 even on MS-Windows. Fix a typo.
907
d43f5a42
CY
9082011-08-26 Chong Yidong <cyd@stupidchicken.com>
909
910 * package.texi: New file, documenting the package manager.
911
912 * emacs.texi: Include it.
913
914 * help.texi (Help Summary): Add describe-package.
915
e0b1591b
CY
9162011-08-25 Chong Yidong <cyd@stupidchicken.com>
917
856ce114
CY
918 * misc.texi (Printing): Convert subnodes into subsections.
919
f404f8bc
CY
920 * text.texi (Two-Column): Move into Text chapter.
921
922 * picture-xtra.texi (Picture Mode): Group with Editing Binary
923 Files section. Convert from chapter into section.
924
925 * display.texi (Narrowing): Move into display chapter.
926
e0b1591b
CY
927 * sending.texi (Sending Mail):
928 * rmail.texi (Rmail):
929 * misc.texi (Gnus, Document View):
930 * dired.texi (Dired):
931 * emacs.texi: Group the mail, rmail, and gnus chapters together.
932
75bfc667
JL
9332011-08-07 Juri Linkov <juri@jurta.org>
934
935 * dired.texi (Operating on Files): Rewrite according to the fact
936 that `dired-do-chmod' doesn't use the `chmod' program anymore.
937
fe676f91
MA
9382011-07-30 Michael Albinus <michael.albinus@gmx.de>
939
940 * mini.texi (Minibuffer File): Insert a reference to Tramp for
941 remote file name completion. (Bug#9197)
942
4cc60b9b
EZ
9432011-07-28 Eli Zaretskii <eliz@gnu.org>
944
945 * mule.texi (Bidirectional Editing): Document the fact that
946 bidi-display-reordering is t by default.
947
89671e16
LMI
9482011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
949
950 * help.texi (Misc Help): Mention `describe-prefix-bindings'
951 explicitly (bug#8904).
952
fb23ecc2
LMI
9532011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
954
955 * trouble.texi (Checklist): Use an `M-x' example instead of an
956 Emacs Lisp form to switch on the dribble file (bug#8056).
957
465c5fc8
LMI
9582011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
959
960 * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
961
90a6258b
GM
9622011-07-13 Glenn Morris <rgm@gnu.org>
963
964 * dired.texi (Dired Enter): Mention --dired. (Bug#9039)
965
c7588364
LMI
9662011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
967
968 * mark.texi (Mark Ring): Clarify how many locations are saved
969 (bug#5770).
970 (Global Mark Ring): Ditto.
971
4cb4f3ba
LMI
9722011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
973
d648feab
LMI
974 * text.texi (Table Recognition): Use "at point" instead of "under
975 point" (bug#4345).
976
4cb4f3ba
LMI
977 * display.texi (Cursor Display): Mention `cursor-type'.
978
979 * screen.texi (Point): Clarify that it's only if you use a block
980 cursor that it appears to be on a character (bug#4345).
981
ecd0b990
CY
9822011-07-12 Chong Yidong <cyd@stupidchicken.com>
983
984 * misc.texi (Amusements): Move dissociated press here, from its
985 own section.
986
987 * emacs.texi (Top): Update node listing.
988
c2fd0368
LMI
9892011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
990
991 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater
992 clarity (bug#3523).
993
fdeb32ec
CY
9942011-07-12 Chong Yidong <cyd@stupidchicken.com>
995
996 * cmdargs.texi (Initial Options): Document --no-site-lisp.
997 (Misc X): Document --parent-id.
998
999 * frames.texi (Frame Commands): Note that focus-follows-mouse now
1000 defaults to nil.
1001
1002 * misc.texi (emacsclient Options): Document --parent-id.
1003
1004 * msdog.texi (Windows HOME): Document _emacs as obsolete.
1005
f584ca38
LMI
10062011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1007
1008 * emacs.texi: Use "..." instead of ``...'' in the menus
1009 (bug#3503).
1010
963578d3
CY
10112011-07-11 Chong Yidong <cyd@stupidchicken.com>
1012
1013 * killing.texi (Primary Selection): Document `only' setting for
1014 select-active-regions.
1015
1016 * mark.texi (Setting Mark): Reference Shift Selection node.
1017
1018 * frames.texi (Mouse Commands): Document mouse-yank-primary.
1019
a30ed87b
LMI
10202011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1021
47076272
LMI
1022 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
1023 motion keys" (bug#3503).
1024
a30ed87b
LMI
1025 * emacs.texi: Change all the register node names from "RegPos"
1026 (etc.) to "Positional Registers" (etc.) (bug#3314).
1027
4d45a8b7
CY
10282011-07-11 Chong Yidong <cyd@stupidchicken.com>
1029
1030 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
1031 (Other Kill Commands, Kill Options): Copyedits.
1032 (Deletion and Killing, Kill Ring): Kill/yank now use clipboard.
1033 (Yanking): Move yank-excluded properties discussion here.
1034 (Cut and Paste): Move from frames.texi. Update subnodes to
1035 describe x-select-enable-clipboard case.
1036
1037 * frames.texi: Move Cut and Paste node and subnodes into
1038 killing.texi, except Mouse Commands and Word and Line Mouse.
1039
c160ddee
AM
10402011-07-10 Andy Moreton <andrewjmoreton@gmail.com> (tiny change)
1041
1042 * makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
1043
3329e6e3
LMI
10442011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1045
32a214fe
LMI
1046 * screen.texi (Mode Line): Clarify that coding systems are
1047 characters, not letters (bug#1749).
1048
3329e6e3
LMI
1049 * cmdargs.texi (Environment): Mention removing variables
1050 (bug#1615). Text suggested by Kevin Rodgers.
1051
8875da1e
CY
10522011-07-10 Chong Yidong <cyd@stupidchicken.com>
1053
54806e45
CY
1054 * misc.texi (Amusements): Don't mention Yow; it's crippled.
1055
8875da1e
CY
1056 * modes.texi: Rename from major.texi.
1057 (Modes): New node. Make Major Modes and Minor Modes subsections
1058 of this. All callers changed.
1059
1060 * custom.texi (Minor Modes): Move to modes.texi.
1061
7847b2a1
CY
10622011-07-10 Chong Yidong <cyd@stupidchicken.com>
1063
6cfd0fa2
CY
1064 * custom.texi (Syntax): Node deleted.
1065
1066 * help.texi (Help Summary):
1067 * major.texi (Major Modes):
1068 * programs.texi (Parentheses):
1069 * search.texi (Regexp Backslash, Regexp Backslash)
1070 (Regexp Backslash):
1071 * text.texi (Words): Callers changed.
1072
7847b2a1
CY
1073 * text.texi (Refill, Longlines): Delete nodes.
1074
1075 * ack.texi (Acknowledgments): Longlines removed from manual.
1076
1077 * emacs.texi (Top): Update node listing.
1078
2a71c436
GM
10792011-07-09 Glenn Morris <rgm@gnu.org>
1080
1081 * fortran-xtra.texi (Fortran): Update handled extensions.
1082
61436e9f
LMI
10832011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1084
1085 * display.texi (Scrolling): `C-v' (etc) are now bound to
1086 `scroll-*-command' (bug#8349).
1087
6e560c71
LMI
10882011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1089
48954a09 1090 * dired.texi (Subdirectories in Dired): Clarify that `C-u k'
ff9ad330
LMI
1091 doesn't actually delete any files (bug#7125).
1092
2904fd97
LMI
1093 * picture-xtra.texi (Rectangles in Picture): Clarify the prefix
1094 argument for `C-c C-k' (bug#7391).
1095
6e560c71
LMI
1096 * frames.texi (Fonts): Mention "C-u C-x =" to find out what font
1097 you're currently using (bug#8489).
1098
978ff6c5
EZ
10992011-07-01 Eli Zaretskii <eliz@gnu.org>
1100
1101 * mule.texi (Coding Systems): Move index entries from the previous
1102 change into their proper places.
1103
0d742084
LMI
11042011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1105
31976bd5
LMI
1106 * help.texi (Help Files): Document view-external-packages (bug#8902).
1107
0d742084
LMI
1108 * mule.texi (Coding Systems): Put a few more of the coding systems
1109 into the index (bug#8900).
1110
9f678528
GM
11112011-06-26 Glenn Morris <rgm@gnu.org>
1112
1113 * fortran-xtra.texi (Fortran): F90 mode is also for F2008.
1114
18a4ce5e
AR
11152011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1116
1117 * misc.texi (emacsclient Options): Mention --frame-parameters.
1118
f0da764a
GM
11192011-06-09 Glenn Morris <rgm@gnu.org>
1120
1121 * custom.texi (Specifying File Variables):
1122 Recommend explicit arguments for minor modes.
1123
b047e7ac
PE
11242011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1125
1126 Document wide integers better.
1127 * buffers.texi (Buffers):
001903b5
PE
1128 * files.texi (Visiting): Document maxima for 64-bit machines,
1129 and mention virtual memory limits.
b047e7ac 1130
bf41276f
CY
11312011-05-28 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * custom.texi (Hooks): Reorganize. Mention Prog mode.
1134
1135 * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell
1136 prog mode (Bug#8240).
1137
e145f188
GM
11382011-05-27 Glenn Morris <rgm@gnu.org>
1139
1140 * custom.texi (Specifying File Variables):
1141 Major modes no longer need come first.
1142
313f790e
CY
11432011-05-22 Chong Yidong <cyd@stupidchicken.com>
1144
1145 * mule.texi (Specify Coding, Text Coding, Communication Coding):
1146 (File Name Coding, Terminal Coding): Add command names (Bug#8312).
1147
c136e5cd
GM
11482011-05-18 Glenn Morris <rgm@gnu.org>
1149
1150 * ack.texi (Acknowledgments): Remove fakemail.c.
1151
c71a0d48 11522011-05-17 Chong Yidong <cyd@stupidchicken.com>
ae742cb5
CY
1153
1154 Fixes for fitting text into 7x9 printed manual.
1155 * building.texi (Flymake, Breakpoints Buffer):
1156 * calendar.texi (Appointments):
1157 * cmdargs.texi (General Variables, Display X):
1158 * custom.texi (Saving Customizations, Face Customization)
1159 (Directory Variables, Minibuffer Maps, Init Rebinding):
1160 * display.texi (Font Lock, Font Lock, Useless Whitespace):
1161 * fixit.texi (Spelling):
1162 * frames.texi (Creating Frames, Fonts):
1163 * help.texi (Help Files):
1164 * mini.texi (Minibuffer File):
1165 * misc.texi (emacsclient Options, Emulation):
1166 * msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
1167 * mule.texi (International Chars, Language Environments)
1168 (Select Input Method, Modifying Fontsets, Charsets):
1169 * programs.texi (Custom C Indent):
1170 * rmail.texi (Rmail Labels):
1171 * text.texi (Table Conversion):
1172 * trouble.texi (Known Problems, Known Problems):
1173 * windows.texi (Change Window):
1174 * xresources.texi (GTK resources): Reflow text and re-indent code
1175 examples to avoid TeX overflows and underflows on 7x9 paper.
1176
1177 * emacs.texi: Fix the (commented out) smallbook command.
1178
1179 * macos.texi (Mac / GNUstep Events):
1180 * xresources.texi (Lucid Resources): Remove extraneous examples.
1181
b8f82dc1
GM
11822011-05-10 Glenn Morris <rgm@gnu.org>
1183
1184 * custom.texi (Specifying File Variables):
1185 Deprecate using mode: for minor modes.
1186
d306b4da
GM
11872011-05-07 Glenn Morris <rgm@gnu.org>
1188
1189 * cal-xtra.texi (Sexp Diary Entries): Mention diary-hebrew-birthday.
1190
548d0a63
GM
11912011-05-06 Glenn Morris <rgm@gnu.org>
1192
5006e634
GM
1193 * calendar.texi (Appointments): Mention appt-warning-time-regexp.
1194
548d0a63
GM
1195 * cal-xtra.texi (Fancy Diary Display): Mention diary comments.
1196
e793a940
LMI
11972011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1198
1199 * misc.texi (Emacs Server): Document `server-eval-at'.
1200
7031be6d
UR
12012011-04-24 Chong Yidong <cyd@stupidchicken.com>
1202
1203 * maintaining.texi (List Tags): Document next-file. Suggested by
1204 Uday S Reddy.
1205
4ffd0d6b 12062011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1207
1208 * mini.texi (Minibuffer Edit):
1209 * screen.texi (Mode Line): Fix typo.
1210
1c6c854e
CS
12112011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1212
024ff170 1213 * maintaining.texi (Old Revisions): Mention new function vc-ediff.
1c6c854e 1214
c5c9f40f
CY
12152011-03-26 Chong Yidong <cyd@stupidchicken.com>
1216
1217 * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.
1218
09725d26
EZ
12192011-03-30 Eli Zaretskii <eliz@gnu.org>
1220
1221 * display.texi (Auto Scrolling): Document the limit of 100 lines
1222 for never-recentering scrolling with `scroll-conservatively'.
1223 (Bug#6671)
1224
09d9db2c 12252011-03-12 Eli Zaretskii <eliz@gnu.org>
69cc79e9
EZ
1226
1227 * msdog.texi (Windows HOME): Fix the wording to clarify how Emacs sets
1228 HOME on Windows and where it looks for init files. (Bug#8221)
1229
62d94509
EZ
12302011-03-10 Eli Zaretskii <eliz@gnu.org>
1231
1232 * search.texi (Regexp Example):
1233 * mule.texi (International Chars):
1234 * building.texi (External Lisp): Don't use characters outside
1235 ISO-8859-1.
1236
0286d9de
EZ
12372011-03-09 Eli Zaretskii <eliz@gnu.org>
1238
1c6c854e
CS
1239 * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.
1240 Use Texinfo @-commands for non Latin-1 characters.
63a329f8
EZ
1241
1242 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1243
114902a5 1244 * custom.texi (Init File): Add index entries for ".emacs".
0286d9de
EZ
1245 (Bug#8210)
1246
0afb4571
J
12472011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1248
1249 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
1250 for Gtk+ 3.
1251
bb3865e8
GM
12522011-03-08 Glenn Morris <rgm@gnu.org>
1253
6446548e
GM
1254 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1255 * emacs.texi (Acknowledgments):
1256 * ack.texi (Acknowledgments): Names to UTF-8.
80b005c7 1257 * emacs.texi: Set documentencoding.
6446548e 1258
bb3865e8
GM
1259 * display.texi (Optional Mode Line): Don't mention exactly where
1260 display-time appears. (Bug#8193)
1261
33383987
JB
12622011-03-07 Chong Yidong <cyd@stupidchicken.com>
1263
1264 * Version 23.3 released.
1265
892777ba
CY
12662011-03-06 Chong Yidong <cyd@stupidchicken.com>
1267
1268 * search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
1269
0b973fc5
DW
12702011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
1271
1272 * misc.texi (emacsclient Options): Add q/quiet.
1273
8ef5a2f2
GM
12742011-03-02 Glenn Morris <rgm@gnu.org>
1275
1276 * mule.texi (Communication Coding) <x-select-request-type>:
1277 Remove duplicate (essentially) paragraph. (Bug#8148)
1278
bd106056
CS
12792011-03-01 Christoph Scholtes <cschol2112@googlemail.com>
1280
1281 * maintaining.texi (Format of ChangeLog): Add reference to
1282 add-log-full-name.
1283 (Change Log Commands): Add documentation for combining multiple
1284 symbols in one change.
1285
6640b281
GM
12862011-03-01 Glenn Morris <rgm@gnu.org>
1287
1288 * custom.texi (Directory Variables):
1289 Give an example of excluding subdirectories.
1290
2b0c7330 12912011-02-28 Eli Zaretskii <eliz@gnu.org>
116b6d38
EZ
1292
1293 * search.texi (Regexp Search): Move index entries about regexps to the
1294 "Regexps" node. Add index entries for regexp search. (Bug#8096)
1295
8c62c205
GM
12962011-02-19 Glenn Morris <rgm@gnu.org>
1297
1298 * dired.texi (Dired): Dired-X version number was dropped.
1299
3928f2b6
JD
13002011-02-14 Jan Djärv <jan.h.d@swipnet.se>
1301
1302 * xresources.texi (X Resources): Remove *faceName and replace it with
1303 *font for Lucid.
1304
a41c8660
CY
13052011-02-05 Chong Yidong <cyd@stupidchicken.com>
1306
1307 * rmail.texi (Rmail Display): Document Rmail MIME support more
1308 accurately.
1309
1310 * maintaining.texi (VC Change Log): Document vc-log-incoming and
1311 vc-log-outgoing.
1312 (Merging): Document vc-find-conflicted-file.
1313
233ba4d9 13142011-02-05 Glenn Morris <rgm@gnu.org>
d436de97
GM
1315
1316 * custom.texi (Variables): Fix typo.
1317
14beddf4 13182011-01-31 Chong Yidong <cyd@stupidchicken.com>
19f81ecf 1319
65401ee3
CY
1320 * search.texi (Regexps): Copyedits. Mention character classes
1321 (Bug#7809).
1322
19f81ecf
CY
1323 * files.texi (File Aliases): Restore explanatory text from Eli
1324 Zaretskii, accidentally removed in 2011-01-08 commit.
1325
bf3dae7e
EZ
13262011-01-29 Eli Zaretskii <eliz@gnu.org>
1327
1328 * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1329 (MAKEINFO_OPTS): New variable.
1330 (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1331 (emacs.html): New target.
1332 (clean): Remove emacs.html.
1333
45eb2a5d
WL
13342011-01-23 Werner Lemberg <wl@gnu.org>
1335
1336 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1337 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1338 (ENVADD): Updated.
1339
9acfe703
GM
13402011-01-18 Glenn Morris <rgm@gnu.org>
1341
1342 * ack.texi, emacs.texi (Acknowledgments): Update for ERT addition.
1343
1344 * ack.texi (Acknowledgments): Remove mention of replaced prolog.el.
1345
362b9d48
GM
13462011-01-15 Chong Yidong <cyd@stupidchicken.com>
1347
bb033b5f
CY
1348 * building.texi (Compilation): Improve instructions for running two
1349 compilations (Bug#7573).
1350
b024d9f0
MD
1351 * files.texi (Backup Names): Document the new location of the
1352 last-resort backup file.
1353
362b9d48
GM
1354 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
1355 manual. Explain why directory-abbrev-alist elements should be anchored
1356 (Bug#7777).
1357
13582011-01-15 Eli Zaretskii <eliz@gnu.org>
1359
1360 * msdog.texi (Windows Startup): Correct inaccurate description of
1361 differences between emacsclient.exe and emacsclientw.exe.
1362
7c420169 13632011-01-02 Chong Yidong <cyd@stupidchicken.com>
89dc29d9
CY
1364
1365 * rmail.texi (Rmail Display): Edit for grammar and conciseness.
1366
7c420169 13672011-01-02 Kenichi Handa <handa@m17n.org>
7f42ff40
KH
1368
1369 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
1370
7c420169 13712011-01-02 Eli Zaretskii <eliz@gnu.org>
88ab4340 1372
2d34d523
EZ
1373 * frames.texi (Cut and Paste): Modify the section's name and text:
1374 don't mix "cut/paste" with "kill/yank".
1375 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
1376 (Bug#7702)
1377
88ab4340
EZ
1378 * trouble.texi (Checklist): Mention debug-on-quit. (Bug#7667)
1379
7c420169 13802011-01-02 Glenn Morris <rgm@gnu.org>
d3658de7
GM
1381
1382 * maintaining.texi: Move inclusion of emerge after EDE, so that it
1383 matches its position in the menu. (Bug#7674)
1384
7c420169 13852011-01-02 Glenn Morris <rgm@gnu.org>
da3930f3
GM
1386
1387 * trouble.texi (Checklist): Mention not replying via news either.
1388
92bb6c52
TH
13892010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1390
1391 * misc.texi (Document View): Update DocView section with newly
1392 supported document formats.
1393
b103c904
CY
13942010-12-21 Chong Yidong <cyd@stupidchicken.com>
1395
1396 * killing.texi: Resection the Info version to conform to the
1397 printed manual, to avoid making sections on Accumulating Text, CUA
1398 and Rectangles into full chapters.
1399
f49d1f52 14002010-12-13 Eli Zaretskii <eliz@gnu.org>
68f75971
EZ
1401
1402 * custom.texi (Init Syntax): Add index entries for "character syntax".
1403 (Bug#7576)
1404
f49d1f52 14052010-12-13 Karel Klíč <kklic@redhat.com>
6e427e96
KK
1406
1407 * text.texi (HTML Mode): Small fixes. (Bug#7607)
1408
f49d1f52 14092010-12-13 Glenn Morris <rgm@gnu.org>
ffda048b
GM
1410
1411 * trouble.texi (Checklist): Fix typo in newsgroup name.
1412
f49d1f52 14132010-12-13 Chong Yidong <cyd@stupidchicken.com>
2931c841
CY
1414
1415 * search.texi (Word Search): Note that the lazy highlight always
1416 matches to whole words (Bug#7470).
1417
f49d1f52 14182010-12-13 Eli Zaretskii <eliz@gnu.org>
b8a9e136 1419
4f1948eb
EZ
1420 * display.texi (Optional Mode Line): Make the description of
1421 load-average more accurate.
1422
b8a9e136
EZ
1423 * msdog.texi (Windows HOME): Mention that HOME can also be set in the
1424 registry, with a cross-reference.
62d72a4a
EZ
1425 (Windows Startup): New node. Move the stuff about the current
1426 directory from "Windows HOME".
b8a9e136 1427
07976ae3 14282010-11-27 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
17a6e278
BR
1429
1430 * maintaining.texi (VC With A Locking VCS, VC Directory Commands):
1431 * vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
1432
07976ae3 14332010-11-27 Chong Yidong <cyd@stupidchicken.com>
0d6607ab
CY
1434
1435 * maintaining.texi (Version Control Systems): Fix repeated sentence.
1436 Suggested by Štěpán Němec.
1437
07976ae3 14382010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295 1439
1aaae3f3
CY
1440 * maintaining.texi (Version Control): Say "commit", not "check in".
1441 (Version Control Systems): Simplify descriptions.
1442 (VCS Merging, VCS Changesets, VCS Repositories): New nodes, split from
1443 VCS Concepts.
1444 (VC Mode Line): Update example.
1445 (Old Revisions): Document revert-buffer for vc-diff.
1446 (Log Buffer): Promote to a subsection. Document header lines.
1447
1c6c854e
CS
1448 * macos.texi (Mac / GNUstep Basics):
1449 Document ns-right-alternate-modifier.
ec8a6295 1450
1aaae3f3
CY
1451 * emacs.texi (Top): Update node listing.
1452
0eb025fb
EZ
14532010-11-13 Eli Zaretskii <eliz@gnu.org>
1454
1455 * rmail.texi (Rmail Coding): Characters with no fonts are not
1456 necessarily displayed as empty boxes.
1457
1458 * mule.texi (Language Environments, Fontsets): Characters with no
1459 fonts are not necessarily displayed as empty boxes.
1460
1461 * display.texi (Text Display): Document display of glyphless
1462 characters.
1463
ea4f7750
GM
14642010-11-13 Glenn Morris <rgm@gnu.org>
1465
1466 * basic.texi (Position Info): Add M-x count-words-region.
1467
90639cea
GM
14682010-11-11 Glenn Morris <rgm@gnu.org>
1469
1470 * msdog.texi (ls in Lisp): Update for ls-lisp changes.
1471
d607b96b 14722010-11-09 Eli Zaretskii <eliz@gnu.org>
a16b2d46
EZ
1473
1474 * msdog.texi (Windows HOME): Add information regarding startup
1475 directory when invoking Emacs from a desktop shortcut. (bug#7300)
1476
c12e4a81
GM
14772010-10-11 Glenn Morris <rgm@gnu.org>
1478
df187c62
GM
1479 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1480
c12e4a81
GM
1481 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1482 (DVIPS): New variable.
234db610
GM
1483 (.PHONY): Add html, ps.
1484 (html, emacs.html, ps, emacs.ps, emacs-xtra.ps): New targets.
1485 (clean): Delete html, ps files.
c12e4a81 1486
6513b232
EZ
14872010-10-09 Eli Zaretskii <eliz@gnu.org>
1488
1489 * makefile.w32-in (EMACSSOURCES): Add emacsver.texi.
1490
f4f358f1
GM
14912010-10-09 Glenn Morris <rgm@gnu.org>
1492
c1dc72b3
GM
1493 * Makefile.in (VPATH): Remove.
1494 (infodir): Make it absolute.
1495 (mkinfodir, $(infodir)/emacs, infoclean): No need to cd $srcdir.
1496
4393405b
GM
1497 * Makefile.in (dist): Anchor regexps.
1498
eef3ab94
GM
1499 * Makefile.in (EMACSSOURCES): Put emacs.texi first.
1500 ($(infodir)/emacs, emacs.dvi, emacs.pdf, emacs-xtra.dvi)
1501 (emacs-xtra.pdf): Use $<.
1502
aa9db089
GM
1503 * Makefile.in (infoclean): Remove harmless, long-standing error.
1504
abd40fb4
GM
1505 * Makefile.in ($(infodir)): Delete rule.
1506 (mkinfodir): New.
1507 ($(infodir)/emacs): Use $mkinfodir instead of infodir.
1508
f4f358f1 1509 * Makefile.in (distclean): Do not delete emacsver.texi.
68db69ed 1510 (dist): Remove reference to emacsver.texi.in.
f4f358f1
GM
1511 * emacsver.texi: New file, replacing emacsver.texi.in.
1512
ea274122
GM
15132010-10-09 Glenn Morris <rgm@gnu.org>
1514
f7a31f11
GM
1515 * emacsver.texi.in: New file.
1516 * emacs.texi: Set EMACSVER by including emacsver.texi.
1517 * Makefile.in (distclean): Delete emacsver.texi.
1518 (dist): Copy emacsver.texi.
b13254e7 1519 (EMACSSOURCES): Add emacsver.texi.
f7a31f11 1520
3fb78d1f
GM
1521 * ack.texi (Acknowledgments): No more b2m.c.
1522
ea274122
GM
1523 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1524 (emacs): Remove rule.
1525 (dist): No need to deal with the emacs rule any more.
1526
17ca7950
GM
15272010-10-07 Glenn Morris <rgm@gnu.org>
1528
1529 * Makefile.in (version): New, set by configure.
1530 (clean): Delete dist tar file.
1531 (dist): Use version in tar name.
1532
4c83f6e1
GM
15332010-10-06 Glenn Morris <rgm@gnu.org>
1534
1535 * Makefile.in (EMACS_XTRA): Add the main source file.
1536 (emacs-xtra.dvi, emacs-xtra.pdf): Remove explicit emacs-xtra.texi.
1537 (mostlyclean): No core files, reorder other files.
1538 (clean): Delete specific dvi and pdf files.
1539 (infoclean, dist): New rules.
1540 (maintainer-clean): Use infoclean.
8a944cea 1541 ($(infodir)): Add parallel build workaround.
4c83f6e1 1542
0264072d
GM
15432010-10-04 Glenn Morris <rgm@gnu.org>
1544
1545 * Makefile.in (SHELL): Set it.
1546 (INFO_TARGETS, DVI_TARGETS): Remove variables.
1547 (info, dvi): Replace above variables with their expansions.
1548 (info): Move mkdir from here...
1549 ($(infodir)/emacs): ... to here (for parallel builds).
1550 (pdf): New target.
1551 ($(infodir)/emacs): Pass -o option to makeinfo.
1552 (.PHONY): Declare clean rules.
1553 (maintainer-clean): Delete dvi and pdf files.
1554 Guard against cd failures. Use a more restrictive delete.
1555
3226d6ca
GM
15562010-10-02 Glenn Morris <rgm@gnu.org>
1557
1558 * misc.texi (Shell Mode): Remove reference to old function name.
1559
cad90f3b
EZ
15602010-09-30 Eli Zaretskii <eliz@gnu.org>
1561
1562 * maintaining.texi (VC Mode Line): Mention all the possible VC status
1563 indicator characters.
1564
5f874327
GM
15652010-09-29 Glenn Morris <rgm@gnu.org>
1566
1567 * Makefile.in (top_srcdir): Remove unused variable.
1568
0ab9cff3
GM
15692010-09-14 Glenn Morris <rgm@gnu.org>
1570
67ae9766
GM
1571 * cal-xtra.texi (Fancy Diary Display): Emphasize that sort should be
1572 the last hook item.
1573
0ab9cff3
GM
1574 * calendar.texi (Appointments): Also updated when a diary include file
1575 is saved.
1576
6664fc59 15772010-09-14 Glenn Morris <rgm@gnu.org>
63e1eaa1
GM
1578
1579 * trouble.texi (Bugs): Update the section intro.
1580 (Known Problems): New section.
1581 (Checklist): Misc updates. Prefer M-x report-emacs-bug.
1582 (Sending Patches): Bug fixes are best as responses to existing bugs.
1583 * emacs.texi (Known Problems): Add menu entry for new section.
1584
be3283d7
GM
15852010-09-09 Glenn Morris <rgm@gnu.org>
1586
1587 * xresources.texi: Untabify.
1588
10999305 15892010-09-06 Chong Yidong <cyd@stupidchicken.com>
89532a07
CY
1590
1591 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
1592
10999305 15932010-09-06 Glenn Morris <rgm@gnu.org>
e4a0188a
GM
1594
1595 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
1596
30641319
JD
15972010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1598
1599 * frames.texi (Cut/Paste Other App): Remove vut-buffer text.
1600
50dd7bc6
GM
16012010-08-21 Glenn Morris <rgm@gnu.org>
1602
1603 * misc.texi (Amusements): Mention bubbles and animate.
1604
5e620eca
EZ
16052010-07-31 Eli Zaretskii <eliz@gnu.org>
1606
1607 * files.texi (Visiting): Add more index entries for
1608 large-file-warning-threshold.
1609
8b2dd508
JD
16102010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1611
1612 * frames.texi (Tool Bars): Add doc for tool-bar-position.
1613
8838673e
GM
16142010-06-23 Glenn Morris <rgm@gnu.org>
1615
1616 * abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
1617 * custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
1618 * files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
1619 * maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
0351f24c
GM
1620 * mule.texi, programs.texi, rmail.texi, screen.texi, search.texi:
1621 * sending.texi, text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
8838673e
GM
1622 Untabify Texinfo files.
1623
04d3bb6c
GM
16242010-06-10 Glenn Morris <rgm@gnu.org>
1625
103dd3a8
GM
1626 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
1627
04d3bb6c
GM
1628 * basic.texi (Inserting Text): Fix typo.
1629
50b79479
GM
16302010-06-10 Glenn Morris <rgm@gnu.org>
1631
1632 * ack.texi (Acknowledgments):
1633 * emacs.texi (Acknowledgments): Update for notifications.el.
1634
86d7a550
DU
16352010-05-31 Daiki Ueno <ueno@unixuser.org>
1636
1637 * dired.texi (Operating on Files): Mention encryption commands
1638 (Bug#6315).
1639
db5dce9d
EZ
16402010-05-29 Eli Zaretskii <eliz@gnu.org>
1641
1642 * basic.texi (Moving Point): Update due to renaming of commands bound
1643 to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
1644
34313041
EZ
16452010-05-18 Eli Zaretskii <eliz@gnu.org>
1646
1647 * display.texi (Fringes): Document reversal of fringe arrows for R2L
1648 paragraphs.
1649 (Line Truncation): Fix wording for bidi display.
1650
1fc0ce04 1651 * basic.texi (Moving Point): Document bidi-aware behavior of the arrow
34313041
EZ
1652 keys.
1653
0235128c 16542010-05-08 Chong Yidong <cyd@stupidchicken.com>
abb777ac
CY
1655
1656 * building.texi (GDB Graphical Interface): Remove misleading comparison
1657 to an IDE (Bug#6128).
1658
0235128c 16592010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1660
1661 * programs.texi (Man Page):
1662 * misc.texi (Invoking emacsclient):
1663 * mini.texi (Repetition):
1664 * mark.texi (Setting Mark): Fix typos.
1665
0235128c 16662010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549
CY
1667
1668 * misc.texi (Printing): Document htmlfontify-buffer.
1669
0235128c 16702010-05-08 Glenn Morris <rgm@gnu.org>
6776e4c4
GM
1671
1672 * calendar.texi (Displaying the Diary, Format of Diary File):
1673 Fix external cross-references for TeX format output.
1674
0235128c
SM
16752010-05-07 Chong Yidong <cyd@stupidchicken.com>
1676
1677 * Version 23.2 released.
1678
f63d0028
JD
16792010-05-02 Jan Djärv <jan.h.d@swipnet.se>
1680
1681 * cmdargs.texi (Initial Options): Mention --chdir.
1682
20fe03ad
JD
16832010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1684
1685 * frames.texi (Tool Bars): Add tool-bar-style.
1686
b7d65a5f
GM
16872010-04-21 Glenn Morris <rgm@gnu.org>
1688
1689 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support.
1690
a42dbee1
CY
16912010-04-18 Chong Yidong <cyd@stupidchicken.com>
1692
1693 * programs.texi (Semantic): New node.
1694
1695 * maintaining.texi (EDE): New node.
1696
1697 * emacs.texi: Update node listing.
1698
1699 * misc.texi (Gnus): Use the `C-h i' keybinding for info.
1700
6e104790 17012010-04-18 Glenn Morris <rgm@gnu.org>
a77fe20c 1702
d52dbd3d
GM
1703 * emacs.texi (Acknowledgments): Remove duplicate.
1704
a77fe20c
GM
1705 * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
1706
6e104790 17072010-04-18 Glenn Morris <rgm@gnu.org>
4d4e9522 1708
4ebe9902
GM
1709 * dired.texi (Misc Dired Features): Mention VC diff and log.
1710 * maintaining.texi (Old Revisions, VC Change Log):
1711 Mention that diff and log work in Dired buffers.
1712
98932641
GM
1713 * help.texi (Help Summary): Mention M-x info-finder.
1714
d5b22ab2 1715 * ack.texi (Acknowledgments): Add mpc.el.
cdfbcbba 1716
4d4e9522
GM
1717 * custom.texi (Specifying File Variables, Directory Variables):
1718 Document new commands for manipulating local variable lists.
1719
6e104790 17202010-04-18 Glenn Morris <rgm@gnu.org>
16207c0a
GM
1721
1722 * trouble.texi (Contributing): Add cindex entry.
1723 Mention etc/CONTRIBUTE.
1724
6e104790 17252010-04-18 Chong Yidong <cyd@stupidchicken.com>
e59c4233
CY
1726
1727 * mark.texi (Persistent Mark): Copyedits. Replace undo example with
1728 query-replace (Bug#5774).
1729
a20a9df3
GM
17302010-04-16 Glenn Morris <rgm@gnu.org>
1731
1732 * ack.texi, emacs.texi (Acknowledgments): Update for Org changes.
1733
1ecb2d3f
JD
17342010-04-11 Jan Djärv <jan.h.d@swipnet.se>
1735
1736 * xresources.texi (Lucid Resources): Mention faceName for dialogs.
1737
99852628
JD
17382010-04-08 Jan Djärv <jan.h.d@swipnet.se>
1739
1740 * xresources.texi (Lucid Resources): Mention faceName to set Xft fonts.
1741
ce79424f
EZ
17422010-03-30 Eli Zaretskii <eliz@gnu.org>
1743
1744 * mule.texi (Input Methods): Mention "C-x 8 RET" and add a
1745 cross-reference to "Inserting Text".
1746
1747 * basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
1748 Mention completion provided by `ucs-insert'.
1749
85738751 17502010-03-30 Chong Yidong <cyd@stupidchicken.com>
8233e79a
CY
1751
1752 * sending.texi (Sending Mail): Note variables that may need
1753 customizing.
1754 (Mail Sending): Expand discussion of send-mail-function.
1755
85738751 17562010-03-30 Chong Yidong <cyd@stupidchicken.com>
e73c2434
CY
1757
1758 Document Message mode as the default mail mode.
1759
1760 * sending.texi (Sending Mail): Copyedits.
1761 (Mail Format, Mail Headers): Document mail-from-style changes.
1762 (Mail Commands): Rename from Mail mode. Document Message mode.
1763 (Mail Misc): Rename from Mail mode Misc.
1764 (Mail Sending, Header Editing, Mail Misc): Switch to Message mode
1765 command names and update keybindings.
1766 (Header Editing): Document message-tab. De-document
1767 mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
1768 favor of mail-default-headers. Ad index entries for user-full-name and
1769 user-mail-address.
1c6c854e
CS
1770 (Citing Mail): Update changes in Message mode behavior.
1771 Document mail-yank-prefix.
e73c2434
CY
1772 (Mail Signature): New node, moved from Mail Misc.
1773 (Mail Aliases): Mail abbrevs are the default with Message mode.
1774 (Mail Methods): Note that Message mode is now the default.
1775
1776 * rmail.texi (Rmail Reply):
1777 * text.texi (Text Mode):
1778 * major.texi (Major Modes):
1779 * mule.texi (Output Coding): Refer to Message mode.
1780
1781 * custom.texi (Init Examples): Add xref to Mail Header.
1782
1fc0ce04 1783 * emacs.texi (Top): Fix xrefs.
e73c2434 1784
85738751 17852010-03-30 Chong Yidong <cyd@stupidchicken.com>
0f72a391 1786
c0c035fa
CY
1787 * maintaining.texi (VC With A Merging VCS): C-x v v now creates a
1788 repository if there is none.
1789 (VC Change Log): Rename from VC Status. Document vc-log-show-limit and
1790 vc-print-root-log.
ef7b27ef 1791 (Old Revisions): Copyedits. Document vc-root-diff.
c0c035fa 1792
71785b7a
CY
1793 * programs.texi (Program Modes): Mention Javascript mode.
1794
f67c5dd0
CY
1795 * text.texi (HTML Mode): Note that nXML is now the default XML mode.
1796 * emacs.texi: Update node description.
1797
0f72a391 1798 * misc.texi (Navigation): Document doc-view-continuous.
f2608df3 1799 (Shell Ring): Document new M-r binding. M-s is no longer bound.
0f72a391 1800
dc2d2590
JL
18012010-03-30 Juri Linkov <juri@jurta.org>
1802
1803 * search.texi (Other Repeating Search): Remove line that `occur'
1804 can not handle multiline matches.
1805
a7b02820
EZ
18062010-03-30 Eli Zaretskii <eliz@gnu.org>
1807
1808 * mule.texi (International): Mention support of bidirectional editing.
1809 (Bidirectional Editing): New section.
1810
22ef1944
NR
18112010-03-28 Nick Roberts <nickrob@snap.net.nz>
1812
1813 * emacs.texi (Top): Update node names to those in building.texi.
1814
146b8b16
NR
18152010-03-27 Nick Roberts <nickrob@snap.net.nz>
1816
c5e87d10
PE
1817 doc/emacs/building.texi: Describe restored GDB/MI functionality
1818 removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
146b8b16
NR
1819 doc/emacs/emacs.texi: Update node names for building.texi.
1820
6d98672d
GM
18212010-03-24 Glenn Morris <rgm@gnu.org>
1822
1823 * ack.texi (Acknowledgments):
1824 * emacs.texi (Acknowledgments): Fix ispell attribution. (Bug#5759)
1825
93318cbd
JD
18262010-03-20 Jan Djärv <jan.h.d@swipnet.se>
1827
1828 * xresources.texi (Table of Resources): Clarify toolBar number
1829 for Gtk+.
1830
1831 * frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
1832
15cf2f52
CY
18332010-03-21 Chong Yidong <cyd@stupidchicken.com>
1834
4102856c
CY
1835 * dired.texi (Dired Updating): Document dired-auto-revert-buffer.
1836
15cf2f52
CY
1837 * search.texi (Other Repeating Search): Document multi-isearch-buffers
1838 and multi-isearch-buffers-regexp.
1839
1840 * indent.texi (Indentation): Clarify description of
1841 indent-for-tab-command. Document tab-always-indent.
1842
d68eb23c
CY
18432010-03-20 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * cmdargs.texi (Font X): Move most content to Fonts.
1846
1847 * frames.texi (Fonts): New node. Document font-use-system-font.
1848
1849 * emacs.texi (Top):
1850 * xresources.texi (Table of Resources):
1851 * mule.texi (Defining Fontsets, Charsets): Update xrefs.
1852
288f9fc0
CY
18532010-03-10 Chong Yidong <cyd@stupidchicken.com>
1854
1855 * Branch for 23.2.
1856
17782bec
CY
18572010-03-06 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * custom.texi (Init Examples): Add xref to Locals.
1860
1861 * major.texi (Choosing Modes): Mention usage of setq-default for
1862 setting the default value of major-mode (Bug#5688).
1863
b4a1a8b2
CY
18642010-03-02 Chong Yidong <cyd@stupidchicken.com>
1865
1866 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
1867
1868 * display.texi (Display Custom): Document make-pointer-invisible and
1869 underline-minimum-offset. Remove inverse-video.
1870
a1e759cd
CY
18712010-02-21 Chong Yidong <cyd@stupidchicken.com>
1872
1873 * frames.texi (Frame Commands): Note that the last ordinary frame can
1874 be deleted in daemon mode (Bug#5616).
1875
4f3bc373
GM
18762010-02-18 Glenn Morris <rgm@gnu.org>
1877
1878 * trouble.texi (Contributing): Repository is no longer CVS.
1879
5dbbdd33
GM
18802010-02-08 Glenn Morris <rgm@gnu.org>
1881
1882 * buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
1883
cd61af01
SM
18842010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1885
1886 * display.texi (Useless Whitespace, Text Display):
1887 * custom.texi (Init Examples): Avoid obsolete special default variables
1888 like default-major-mode.
1889
b1bb0a25 18902010-01-24 Mark A. Hershberger <mah@everybody.org>
aaef4f91
MH
1891
1892 * programs.texi (Other C Commands): Replace reference to obsolete
1893 c-subword-mode.
1894
99d0985b
GM
18952010-01-21 Glenn Morris <rgm@gnu.org>
1896
1897 * trouble.texi (Bugs): Fix PROBLEMS keybinding.
1898
893db5bc
GM
18992010-01-12 Glenn Morris <rgm@gnu.org>
1900
1901 * trouble.texi (Checklist): Use bug-gnu-emacs rather than
1902 emacs-pretest-bug for bug reports for development versions.
1903
0419b8d6
GM
19042010-01-11 Glenn Morris <rgm@gnu.org>
1905
1906 * display.texi (Highlight Interactively): `t' does not mean highlight
1907 all patterns. (Bug#5335)
1908
26e533e2
CY
19092009-12-29 Chong Yidong <cyd@stupidchicken.com>
1910
1911 * misc.texi (Shell): Document async-shell-command.
1912
1913 * building.texi (Grep Searching): Document zrgrep.
1914
484eaeac 1915 * mini.texi (Completion Options): Mention `initials' completion style.
26e533e2 1916
7ee6c59b
NR
19172009-12-29 Nick Roberts <nickrob@snap.net.nz>
1918
1919 * building.texi: Import GDB Graphical Interface description from
1920 EMACS_23_1_RC.
1921
91ed7ea8
CY
19222009-12-24 Chong Yidong <cyd@stupidchicken.com>
1923
1924 * emacs.texi (Top): Update node listing.
1925
1926 * abbrevs.texi (Saving Abbrevs): Abbrev file should be in .emacs.d.
1927
1928 * basic.texi (Moving Point): M-r is now move-to-window-line-top-bottom.
1929
1930 * cmdargs.texi (Initial Options):
1931 * xresources.texi (Resources): Document inhibit-x-resources.
1932
1933 * custom.texi (Specifying File Variables): Note that minor modes are
1934 enabled unconditionally.
1935
1936 * display.texi (Scrolling): Briefly document the old recenter command,
1937 and document recenter-positions.
1938
1939 * files.texi (Visiting):
1940 * buffers.texi (Buffers): Max buffer size is now 512 MB.
1941
1c6c854e
CS
1942 * frames.texi (Cut/Paste Other App):
1943 Document save-interprogram-paste-before-kill.
91ed7ea8
CY
1944
1945 * killing.texi (Kill Options): New node.
1946
6ca89aaa
CY
19472009-12-05 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * misc.texi (Shell Options): ansi-color is now default.
1950
806642d4
GM
19512009-12-05 Glenn Morris <rgm@gnu.org>
1952
806642d4
GM
1953 * emacs.texi (Top): Update menu for cal-xtra node changes.
1954 * calendar.texi (Displaying the Diary): Holidays may be in the buffer
1955 or mode line. Don't mention invisible text or the details of
1956 diary-print-entries here, only in cal-xtra.
1957 (Format of Diary File): Mention that the "date on first line" format
1958 only really affects the simple display.
1959 * cal-xtra.texi (Advanced Calendar/Diary Usage): Update menu.
1960 (Diary Customizing): Holidays may be in the buffer or mode line.
1961 Move diary-print-entries to the "Diary Display" section.
1962 (Diary Display): New section, split out from "Fancy Diary Display".
1963 Explain the limitations of simple display, and how to print it.
1964
1a4f0c0a
GM
1965 * calendar.texi (Displaying the Diary): Mention keys apply to calendar.
1966
e11adbd8
GM
1967 * cal-xtra.texi (Diary Display): Mention View mode.
1968
29a483ac
JL
19692009-11-29 Juri Linkov <juri@jurta.org>
1970
1971 * display.texi (Highlight Interactively): Actually a list of
1972 default faces is pre-loaded into a list of default values
1973 instead of the history.
1974
83d60c79
GM
19752009-11-20 Glenn Morris <rgm@gnu.org>
1976
1977 * ack.texi (Acknowledgments):
1978 * emacs.texi (Acknowledgments): Add htmlfontify.
1979
276bbe96
GM
19802009-11-14 Glenn Morris <rgm@gnu.org>
1981
98ad1bae
GM
1982 * cal-xtra.texi (Holiday Customizing): Replace obsolete alias.
1983
276bbe96
GM
1984 * ack.texi (Acknowledgments):
1985 * emacs.texi (Acknowledgments): Update for recent Org changes.
1986
18430066
CY
19872009-10-31 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * mule.texi (Charsets): Numerous copyedits. Don't discuss the
1990 `charset' property, which is irrelevant to the user manual (Bug#3526).
1991
522ddc9f
JB
19922009-10-14 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * trouble.texi (DEL Does Not Delete): Fix typo.
1995
50b49ade
MA
19962009-10-05 Michael Albinus <michael.albinus@gmx.de>
1997
1998 * files.texi (Misc File Ops): Mention copy-directory.
1999
6308321a
EZ
20002009-10-04 Eli Zaretskii <eliz@gnu.org>
2001
43b3b4d1
EZ
2002 * mule.texi (Unibyte Mode): Emphasize that
2003 unibyte-display-via-language-environment affects only the display.
2004
6308321a
EZ
2005 * display.texi (Horizontal Scrolling): Document cursor behavior under
2006 horizontal scrolling when point moves off the screen (Bug#4564).
2007 Improve wording.
2008
bd51ea7f
MA
20092009-10-01 Michael Albinus <michael.albinus@gmx.de>
2010
2011 * files.texi (Directories): delete-directory prompts for recursive
2012 deletion.
2013
55381962
GM
20142009-09-30 Glenn Morris <rgm@gnu.org>
2015
2016 * ack.texi (Acknowledgments):
2017 * emacs.texi (Acknowledgments): CEDET updates. Fix Hungarian accent.
2018
13989ab1
TH
20192009-09-25 Tassilo Horn <tassilo@member.fsf.org>
2020
2021 * dired.texi (Dired Navigation): Use @code instead of @var for
2022 dired-isearch-filenames, so that it's not capitalized.
2023
8ba46c89
CY
20242009-09-19 Chong Yidong <cyd@stupidchicken.com>
2025
2026 * frames.texi (Frame Commands): C-z is now bound to suspend-frame.
2027
2028 * entering.texi (Exiting): C-z is now bound to suspend-frame.
2029
2030 * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
1c6c854e
CS
2031 (Key Bindings): Reference Init Rebinding in introductory text.
2032 Shift some of the introduction to Keymaps node.
8ba46c89
CY
2033 (Keymaps): Simplify.
2034 (Local Keymaps): Simplify. Move binding example to Init Rebinding.
2035 (Minibuffer Maps): Remove mention of Mocklisp.
2036 (Init Rebinding): Move mode-local rebinding example here from Local
2037 Keymaps.
2038 (Modifier Keys): Clarify.
1e11b018 2039 (Rebinding): Add cindex for "binding keys".
8ba46c89 2040
6a5ca7c8
CY
20412009-09-13 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * misc.texi (Invoking emacsclient): Minor clarifications (Bug#4419).
2044
0e1cba51
NR
20452009-08-31 Nick Roberts <nickrob@snap.net.nz>
2046
6a5ca7c8 2047 * building.texi (Threads Buffer, Multithreaded Debugging):
333f9019 2048 Reorganize these two sections.
0e1cba51 2049
76a87a4d
EZ
20502009-08-29 Eli Zaretskii <eliz@gnu.org>
2051
2052 * cmdargs.texi (Initial Options): Fix last change.
2053
82e98df4
SM
20542009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * mule.texi (Enabling Multibyte):
2057 * cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
2058 (Initial Options): Remove --(no-)multibyte, --(no-)unibyte.
2059
fb89fad9
GM
20602009-08-20 Glenn Morris <rgm@gnu.org>
2061
2062 * cal-xtra.texi (Non-Gregorian Diary): Mention ``Adar I'' special case.
2063
e99652b0
GM
20642009-08-19 Glenn Morris <rgm@gnu.org>
2065
2066 * ack.texi (Acknowledgments): Remove cvtmail. Mention info-finder.
2067
5cca97ad
GM
20682009-08-18 Glenn Morris <rgm@gnu.org>
2069
2070 * ack.texi (Acknowledgments):
2071 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
2072
997797ae 2073 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
3e8e9265 2074
985bf85b
GM
20752009-08-09 Glenn Morris <rgm@gnu.org>
2076
2077 * ack.texi (Acknowledgments):
2078 * emacs.texi (Acknowledgments): Add gdb-mi entry.
2079
8d6bb99e
DD
20802009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
2081
2082 * emacs.texi (Top): Add new menu items for GDB-UI.
2083
2084 * building.texi (GDB Graphical Interface): Add Multithreaded debugging
522ddc9f 2085 section. Threads buffer is in separate section now.
8d6bb99e 2086
8353da9c
GM
20872009-08-08 Glenn Morris <rgm@gnu.org>
2088
2089 * ack.texi (Acknowledgments):
2090 * emacs.texi (Acknowledgments):
2091 Update for js2-mode and org changes.
2092
f2074faf
MA
20932009-08-02 Michael Albinus <michael.albinus@gmx.de>
2094
2095 * files.texi (Reverting): Auto-Revert Tail mode works also for remote
2096 files.
2097
e8d2d3fb
CY
20982009-07-28 Chong Yidong <cyd@stupidchicken.com>
2099
2100 * building.texi (Lisp Libraries): Clarify meaning of autoloading.
2101
324a4f6a
GM
21022009-07-23 Glenn Morris <rgm@gnu.org>
2103
2104 * programs.texi (Matching): Update blink-matching-paren-distance.
2105
b6937a70
CY
21062009-07-21 Chong Yidong <cyd@stupidchicken.com>
2107
2108 * frames.texi (Cut/Paste Other App): For select-active-regions,
2109 selection is now updated on moving point.
2110
bd8aaa36
RS
21112009-07-21 Richard Stallman <rms@gnu.org>
2112
2113 * glossary.texi (GNU, Daemon): Update information.
2114
8d9b5eba
JL
21152009-07-19 Juri Linkov <juri@jurta.org>
2116
2117 * custom.texi (Specifying File Variables, Safe File Variables):
2118 "variables/value pairs" -> "variable/value pairs".
2119
a2acc1db
GM
21202009-07-15 Glenn Morris <rgm@gnu.org>
2121
2122 * misc.texi (Gnus): Remove widow.
2123
c5ae942b
GM
21242009-07-11 Glenn Morris <rgm@gnu.org>
2125
703d26ba
GM
2126 * Makefile.in (TEXI2PDF): New.
2127 (emacs.pdf, emacs-xtra.pdf): New targets.
2128
522ddc9f 2129 * arevert-xtra.texi (Autorevert): Add menu descriptions.
c5ae942b
GM
2130
2131 * display.texi (Horizontal Scrolling): Re-word to remove widow.
2132
2133 * emacs.texi (Top): Info can be read from other places than Emacs.
522ddc9f
JB
2134 Don't print the copying notice twice in the printed version.
2135 Update the menu and detailmenu.
2136 (Preface): The meaning of "on-line" has changed.
2137 Correct name for "Common Problems" chapter.
2138 (Distrib): Update FSF shop URL.
2139 (Intro): Showing two files at once is not so exciting.
2140
2141 * macos.texi (Mac OS / GNUstep): Fix spelling and cross-reference.
2142 (Mac / GNUstep Basics): Minor grammar changes.
2143 (Mac / GNUstep Events): Fix typo.
2144 (GNUstep Support): CANNOT_DUMP no longer applies.
2145
2146 * misc.texi (Document View): Fix typos.
2147
2148 * dired.texi (Dired):
2149 * help.texi (Help):
2150 * macos.texi (Mac OS / GNUstep):
2151 * maintaining.texi (Version Control, Introduction to VC):
2152 End menu descriptions with a period.
c5ae942b 2153
b1c8242b
EZ
21542009-07-09 Eli Zaretskii <eliz@gnu.org>
2155
2156 * msdog.texi (Windows Files) <w32-get-true-file-attributes>: Don't be
2157 so categorical in saying that the option is only useful on NTFS.
2158
220d9aa6
GM
21592009-07-09 Glenn Morris <rgm@gnu.org>
2160
2161 * Makefile.in (texinfodir): New variable, with location of texinfo.tex.
2162 (ENVADD): Add texinfodir to TEXINPUTS.
2163
2164 * emacs.texi (Top): Fix cross-reference.
2165
2166 * maintaining.texi (VC Directory Buffer): Fix cross-reference.
2167
2168 * vc1-xtra.texi (Revision Tags): Fix typo.
2169
d07e72d3
GM
21702009-07-03 Glenn Morris <rgm@gnu.org>
2171
2172 * emerge-xtra.texi (Emerge): Tweak Misc menu description.
2173 (Submodes of Emerge): Skip Prefers is only relevant with an ancestor.
2174 (Merge Commands): `.' does not seem to work in A or B buffer.
2175 `l' can recreate the 3-window display.
2176
2177 * glossary.texi (Glossary): Minor phrasing changes throughout.
2178 Add more internal cross-references.
2179 <Autoloading>: You can't really autoload a variable.
2180 <C-M->: Move details here from `M-C-' item.
2181 <Continuation Line>: Refer to `Truncation.'
2182 <Daemon, Free Software, Free Software Foundation, FSF, GNU>:
2183 <Home Directory, Unix>: New entries.
2184 <Deletion of Files>: Mention recycle bins.
2185 <Directory>: Mention ``folders.''
2186 <Error>: Don't mention ``type-ahead.''
2187 <Fringe>: Refer to the manual node.
2188 <Minor Mode>: Can be global or local.
2189 <Spell Checking>: There are other checkers besides Ispell.
2190
f144038a
GM
21912009-07-02 Glenn Morris <rgm@gnu.org>
2192
2193 * anti.texi (Antinews): Minor changes in phrasing.
2194
2195 * cal-xtra.texi, fortran-xtra.texi: Re-order a few things to reduce
2196 some underfull lines in dvi output.
2197
2198 * emacs-xtra.texi (Introduction): Mention included in info Emacs manual.
2199
2200 * sending.texi (Mail Sending): Add a tiny bit on mailclient.
2201
2202 * vc-xtra.texi (Advanced VC Usage): End all menu items with a period.
2203
3f1c6666
JD
22042009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2205
2206 * xresources.texi (Table of Resources): Mention maximized for
2207 fullscreen.
2208
2209 * cmdargs.texi (Window Size X): -mm/--maximized is new.
2210
62aadce7
CY
22112009-07-01 Chong Yidong <cyd@stupidchicken.com>
2212
2213 * anti.texi (Antinews): Correct the list of removed platforms.
2214
82ec412e
GM
22152009-06-28 Glenn Morris <rgm@gnu.org>
2216
2217 * arevert-xtra.texi: Minor language tweaks.
2218
09964e7d
GM
2219 * dired-xtra.texi: Minor revisions.
2220
666e158e
MB
22212009-06-23 Miles Bader <miles@gnu.org>
2222
c4cc8b9a 2223 * display.texi (Scrolling): Document `recenter-redisplay'.
05fbc4a9 2224 (Temporary Face Changes): Document `text-scale-set'.
666e158e 2225
70243478
CY
22262009-06-21 Chong Yidong <cyd@stupidchicken.com>
2227
2228 * Branch for 23.1.
2229
67cbe681
KH
22302009-06-17 Kenichi Handa <handa@m17n.org>
2231
2232 * mule.texi (Charsets): Update the description for the new charset.
2233 (list-character-sets): New findex.
125dd7c5 2234 (Language Environments): Add @anchor{Describe Language Environment}.
67cbe681 2235
40e67246
CY
22362009-06-10 Chong Yidong <cyd@stupidchicken.com>
2237
b5700de6
CY
2238 * basic.texi (Moving Point): Fix tag.
2239
2240 * picture-xtra.texi (Insert in Picture): Use <next> and <prior>.
2241
2242 * mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
2243 use camel-case for PageUp and PageDown.
2244
2245 * display.texi (Scrolling): Decapitalize <next> and <prior>, and use
2246 camel-case for PageUp and PageDown.
2247
2248 * calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.
2249
40e67246 2250 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index.
b5700de6 2251 (Isearch Scroll): Decapitalize <next> and <prior>.
40e67246 2252
522ddc9f 22532009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
6f591cf4 2254
522ddc9f
JB
2255 * fixit.texi (Spelling): Set default dictionary.
2256 Improve descriptions (Bug#2554)
6f591cf4 2257
53483c76
DR
22582009-06-08 David Reitter <david.reitter@gmail.com>
2259
2260 * macos.texi (Color panel, Font panel): Remove mention of Save Options,
2261 since saving colors and faces set this way is not implemented.
2262 (Environment variables): Remove mention of mac-fix-env, which is
2263 scheduled to be removed.
2264
1557ef4f
CY
22652009-06-04 Chong Yidong <cyd@stupidchicken.com>
2266
91056528
CY
2267 * custom.texi (Init Examples): Add example of changing load-path.
2268
1557ef4f
CY
2269 * building.texi (Lisp Libraries): Add example of changing
2270 load-path (Bug#3446).
2271
623cec4c
CY
22722009-05-28 Chong Yidong <cyd@stupidchicken.com>
2273
2274 * mark.texi (Mark): Further clarifications.
2275 (Setting Mark): Emphasize that C-SPC activates the mark.
2276
0fcca8ee
CY
22772009-05-28 Chong Yidong <cyd@stupidchicken.com>
2278
702b10e1
CY
2279 * mark.texi (Mark): Clarify introduction. Mention disabling Transient
2280 Mark mode.
0fcca8ee
CY
2281 (Using Region, Persistent Mark): Use "active mark" instead of "active
2282 region".
2283
d3b396e4
CY
22842009-05-16 Ari Roponen <ari.roponen@gmail.com> (tiny change)
2285
2286 * mule.texi (Select Input Method): Fix typo.
2287
3f698a06
CY
22882009-05-13 Chong Yidong <cyd@stupidchicken.com>
2289
2290 * anti.texi (Antinews): Document completion changes. Some additional
2291 copyedits and rearrangement of entries.
2292
b2a42eb7
CY
22932009-05-12 Chong Yidong <cyd@stupidchicken.com>
2294
932fd020
CY
2295 * misc.texi (Interactive Shell, Saving Emacs Sessions)
2296 (Shell History Copying, Terminal emulator): Copyedits.
2297
1c6c854e
CS
2298 * xresources.texi (Resources): Simplify descriptions.
2299 Shorten description of editres, which is not very useful these days.
ac36a8f1
CY
2300 (Table of Resources): Document fontBackend resource.
2301
b2a42eb7 2302 * trouble.texi (Quitting): Add other undo bindings to table.
09e80d9f 2303 (DEL Does Not Delete): Note that the erasure key is usually labeled
b2a42eb7
CY
2304 "Backspace". Remove discussion of obscure Xmodmap issue.
2305
c6ea7fb8
CY
23062009-05-07 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * files.texi (Visiting): Copyedits.
2309
ad36c422
CY
23102009-05-06 Chong Yidong <cyd@stupidchicken.com>
2311
2312 * basic.texi (Inserting Text): Document ucs-insert.
2313
2314 * mule.texi (International Chars): Define "multibyte". Note that
2315 internal representation is unicode-based. Simplify definition of raw
2316 bytes. Mention ucs-insert.
2317 (Enabling Multibyte): Remove obsolete discussion. Copyedits.
2318 (Language Environments): Add language environments new to Emacs 23.
2319 (Multibyte Conversion): Node deleted.
1c6c854e
CS
2320 (Coding Systems): Remove obsolete unify-8859-on-decoding-mode.
2321 Don't mention obsolete emacs-mule coding system.
ad36c422
CY
2322 (Output Coding): Copyedits.
2323
2324 * emacs.texi (Top): Update node listing.
2325
d4ad7b96
CY
23262009-05-05 Per Starbäck <per@starback.se> (tiny change)
2327
2328 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
2329
5bd66204
SM
23302009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * building.texi (Lisp Libraries): `load-library' does offer completion.
2333
bc36ad1c
CY
23342009-04-28 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of
2337 t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
2338
f1a47884
EZ
23392009-04-25 Eli Zaretskii <eliz@gnu.org>
2340
2341 * maintaining.texi (Tags): Clarify text. (Bug#3101)
2342
be77bd45
CY
23432009-04-22 Chong Yidong <cyd@stupidchicken.com>
2344
2345 * entering.texi (Entering Emacs): Document initial-buffer-choice.
2346
2347 * building.texi (Lisp Interaction): Document initial-scratch-message.
2348
d3b82927
JB
23492009-04-18 Juanma Barranquero <lekktu@gmail.com>
2350
ed6e7b11
JB
2351 * msdog.texi (Windows Fonts): Fix typos.
2352
d3b82927
JB
2353 * files.texi (Save Commands): Fix pxref.
2354
bc323c04
CY
23552009-04-18 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * files.texi (Save Commands): Mention diff-buffer-with-file.
2358 (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
2359 Henoch (Bug#3036).
2360
2186d13f
GM
23612009-03-15 Glenn Morris <rgm@gnu.org>
2362
2363 * sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
2364 the former is not always used.
2365 (Mail Headers): Use active voice. Add "Mail-reply-to".
2366 Change case of "Id". Avoid repeated "appropriate".
2367 (Mail Aliases): Fix previous change - use an example with a ".", so it
2368 does actually get quoted when expanded.
2369 (Mail Sending): Mailclient is the default on some systems.
2370 (Citing Mail): Mention mail-indentation-spaces.
2371 (Mail Mode Misc): Add an @dfn for "mail signature".
2372
71e454fc
CY
23732009-03-15 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * mini.texi (Completion Commands): Describe Emacs 23 completion rules.
2376 (Completion Options): Document read-file-name-completion-ignore-case,
1c6c854e
CS
2377 read-buffer-completion-ignore-case, and completion-styles.
2378 Remove description of partial-completion-mode.
71e454fc 2379
df1a3e06
GM
23802009-03-14 Glenn Morris <rgm@gnu.org>
2381
2382 * sending.texi (Mail Format): Fix typo. Add index entry for
2383 mail-header-separator.
2384 (Mail Headers): Put info about initialization and changing in one place
2385 at the start. Update FCC section for mbox Rmail. Clarify From
2386 section, mention mail-setup-with-from. Clarify Reply-to section.
2387 Add Mail-followup-to and mail-mailing-lists. Clarify References
2388 section.
2389 (Mail Aliases): Update example, make less contentious.
2390 Update for name change of mail-interactive-insert-alias.
2391 (Mail Mode): Remove mention of `%' as a word separator.
2392 (Mail Sending): Mention mail-send-hook. Mention Mailclient.
2393 (Header Editing): Add reply-to, mail-reply-to, and mail-followup-to
2394 commands. Clarify FCC handling. In mail-complete, add reference to
2395 Mail Aliases section, and mention mail-complete-function.
2396 (Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
2397 (Mail Mode Misc): Clarify the mail-signature function. Add basic
2398 signature netiquette. Explain how the mail hooks work when continuing
2399 a composition.
2400 (Mail Amusements): Internationalize the spook section a bit.
2401 Remove the spook mail-setup-hook example, since it doesn't work well.
2402 Mention fortune-file.
2403 (Mail Methods): Mention read-mail-command.
2404
ed6e7b11 24052009-03-14 David Reitter <david.reitter@gmail.com>
959d68bd 2406
df1a3e06
GM
2407 * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel
2408 and NS resources following recent changes.
959d68bd 2409
86dca3e8
JR
24102009-03-10 Jason Rumney <jasonr@gnu.org>
2411
2412 * msdog.texi (Windows Misc): Remove doc for obsolete variable. Modify
2413 w32-use-visible-system-caret doc to indicate that it should get set
2414 automatically.
2415 (Windows Fonts): Add doc for the uniscribe backend.
2416
042fe98f
DN
24172009-03-08 Dan Nicolaescu <dann@ics.uci.edu>
2418
2419 * maintaining.texi (VC Directory Commands): Fix doc for the x key in
2420 vc-dir. (Bug#2598)
2421
7f8dba73
RS
24222009-03-05 Reiner Steib <Reiner.Steib@gmx.de>
2423
2424 * fixit.texi (Spelling): Add turn-on-flyspell. (Bug#2517)
2425
505e70c3
GM
24262009-03-05 Glenn Morris <rgm@gnu.org>
2427
04242bdc
GM
2428 * rmail.texi (Rmail Basics): Add reference to sorting.
2429 (Rmail Scrolling, Rmail Motion, Rmail Reply, Rmail Display):
2430 Minor re-wordings.
2431 (Rmail Motion): Mention rmail-next-same-subject.
2432 (Rmail Deletion): Expunging is not the only way to change the numbers.
2433 (Rmail Labels): Labels can also be used in sorting.
2434 (Rmail Summary Edit): Mention rmail-summary-next-same-subject.
505e70c3
GM
2435 (Rmail Display): Mention rmail-mime.
2436
00cfe22c
GM
24372009-03-04 Glenn Morris <rgm@gnu.org>
2438
2439 * rmail.texi (Rmail Sorting): Add the keybindings associated with each
2440 sort command. Fix `rmail-sort-by-labels' name. Mention sorting from
2441 summary. Mention sorts cannot be undone.
2442 (Rmail Display): Give an example of how to use goto-address-mode.
2443 (Rmail Editing): It's keybindings that are redefined, not commands.
2444 Fix some typos.
2445 (Movemail): Some minor rewording.
2446 (Remote Mailboxes): Emacs movemail supports pop by default.
2447 Fix some minor grammatical issues. The "two alternative ways" to
2448 specify a POP mailbox are really just one. Remove all reference to the
2449 variables rmail-pop-password and rmail-pop-password-required, obsolete
2450 since Emacs 22.1. Clarify the four password steps. Emacs movemail
2451 can support Kerberos.
2452
3d963b67
GM
24532009-03-03 Glenn Morris <rgm@gnu.org>
2454
2455 * rmail.texi (Rmail Deletion): Revert previous change, which was
2456 describing the Rmail summary versions.
2457 (Rmail Reply): Give more details of rmail-dont-reply-to-names.
2458 Minor re-wording for rmail-resend.
2459 (Rmail Make Summary): Summaries apply to buffers rather than files.
2460 <rmail-summary-by-topic>: Headers includes the subject.
2461 <rmail-summary-by-recipients, rmail-summary-by-topic>: Give more
2462 details, including prefix arguments.
2340abde 2463 Mention rmail-summary-by-senders on C-M-f.
3d963b67
GM
2464 Not counting lines might be faster.
2465 (Rmail Summary Edit): More details on the delete commands.
2340abde
GM
2466 Mention rmail-summary-undelete-many, rmail-summary-bury, and C-M-n/p.
2467 Name the commands bound to the various keys. Mention prefix argument
2468 for searching.
3d963b67
GM
2469 (Rmail Display): Mention rmail-displayed-headers. Fix typo.
2470 Simplify rmail-highlighted-headers description. Update face name.
2471
a8ce3d17
JB
24722009-03-02 Juanma Barranquero <lekktu@gmail.com>
2473
2474 * mark.texi (Marking Objects): Fix typo.
2475
130a29b6
CY
24762009-03-01 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * abbrevs.texi (Expanding Abbrevs): Mention abbrev-expand-functions
2479 instead of obsolete pre-abbrev-expand-hook. Link to elisp manual.
2480
9d5de6f8
GM
24812009-03-01 Glenn Morris <rgm@gnu.org>
2482
79fc530e 2483 * rmail.texi (Rmail): Fix some typos. Use consistent case in menu.
9d5de6f8
GM
2484 (Rmail Motion): - M-s searches from the end of messages.
2485 (Rmail Deletion): Minor clarification. Fix numeric argument
2486 description.
2487 (Rmail Inbox): Fix default inbox description. Mention `mbox' by name.
2488 newmail and RMAILOSE files need not be in home-directory.
2489 (Rmail Files): Mention I/O menus are unselectable if no files match.
2490 Mention `MAIL' env-var.
2491
b545ff9c
JR
24922009-02-24 Jason Rumney <jasonr@gnu.org>
2493
2494 * mule.texi (Fontsets): Mention fontset-default, font specs and
2495 fallback fontsets.
2496 (Defining Fontsets): Mention ns and w32 variants of
2497 standard-fontset-spec. Update description of startup fontset to match
2498 Emacs 23 behavior.
a93be82a 2499 (Modifying Fontsets): New section. (Bug#656)
70bb6cac 2500 (International): Link to Modifying Fontsets.
b545ff9c 2501
75da0618 25022009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
88ddb9ff
AR
2503
2504 * macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
2505 Mention ns-extended-platform-support-mode.
2506
6be93a16
KB
25072009-02-22 Karl Berry <karl@gnu.org>
2508
2509 * macos.texi (Mac / GNUstep Customization): One more duplicate "the".
2510
867d4bb3
JB
25112009-02-19 Juanma Barranquero <lekktu@gmail.com>
2512
2513 * basic.texi (Moving Point, Position Info):
2514 * files.texi (Visiting):
2515 * mini.texi (Completion Options):
2516 * text.texi (HTML Mode): Remove duplicate words.
2517
49b5c0e8
GM
25182009-02-20 Glenn Morris <rgm@gnu.org>
2519
2520 * rmail.texi: Minor updates for mbox rather than Babyl.
2521
f43a822c
KB
25222009-02-17 Karl Berry <karl@gnu.org>
2523
49b5c0e8 2524 * emacs.texi (Top): Add @insertcopying before master menu. (Bug#1988)
f43a822c 2525
80d634b8
RS
25262009-02-17 Richard M Stallman <rms@gnu.org>
2527
2528 * anti.texi (Antinews): Mention Babyl format.
2529
2530 * emacs.texi (Top): Delete `Out of Rmail' from subnode menu.
2531
2532 * rmail.texi: Update for mbox format.
2533 Various small fixes, as well as the following.
2534 (Out of Rmail): Node deleted.
2535 (Rmail): Update menu.
2536 (Rmail Files): Comment out set-rmail-inbox-list.
2537 Document rmail-inbox-list instead.
2538 (Rmail Output): Substantial changes since C-o is now
2539 rmail-output-as-seen and o is rmail-output.
2540 (Rmail Attributes): Delete `stored', add `retried'.
2541 (Rmail Display): Editing headers works in all cases.
2542
f0d129c6
GM
25432009-02-17 Glenn Morris <rgm@gnu.org>
2544
2545 * basic.texi (Position Info): M-x count-lines-region is not always on
2546 M-=. (Bug#2269)
2547
160f11d3
GM
25482009-02-09 Glenn Morris <rgm@gnu.org>
2549
2550 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
2551 defaults.
2552
763e01c4
EZ
25532009-02-07 Eli Zaretskii <eliz@gnu.org>
2554
2555 * rmail.texi (Rmail Coding) <rmail-redecode-body>: Remove stale
2556 documentation of possible problems with redecoding.
2557
f5e1441d
GM
25582009-02-03 Glenn Morris <rgm@gnu.org>
2559
2560 * rmail.texi (Out of Rmail): Mention b2m.pl.
2561
e1eabe41
GM
25622009-01-31 Glenn Morris <rgm@gnu.org>
2563
2564 * rmail.texi (Out of Rmail): Correct b2m location.
2565
dd05f9de
CY
25662009-01-27 Chong Yidong <cyd@stupidchicken.com>
2567
2568 * fixit.texi (Undo): Update undo limit values.
2569
d74d846e
GM
25702009-01-27 Glenn Morris <rgm@gnu.org>
2571
2572 * emacs.texi (Top): Fix Antinews menu entry.
2573
49ffdce8
KB
25742009-01-25 Karl Berry <karl@gnu.org>
2575
2576 * text.texi (Foldout): Use @itemize @w{} to make an itemize
2577 item with no marker, instead of the syntactically incorrect
2578 @itemize @asis.
2579
467e8d77
JL
25802009-01-25 Juri Linkov <juri@jurta.org>
2581
2582 * building.texi (Grep Searching): Fix index entry for lgrep.
2583
6c60bbdb
EZ
25842009-01-24 Eli Zaretskii <eliz@gnu.org>
2585
2586 * msdog.texi (Windows Printing): Add an index entry for Ghostscript.
2587
9ce5a36f
AR
25882009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
2589
2590 * macos.texi (Preferences Panel): Update description of font setting to
2591 reflect that prior frame selection is no longer needed.
2592
9aa5f2fb
NR
25932009-01-20 Nick Roberts <nickrob@snap.net.nz>
2594
2595 * building.texi (Debuggers): Revert some of 2008-10-31 change to
2596 raise GUD subsections.
2597
3892ff9c
GM
25982009-01-15 Glenn Morris <rgm@gnu.org>
2599
2600 * ack.texi (Acknowledgments): Another update based mainly on AUTHORS.
2601
14731c8f
GM
26022009-01-10 Glenn Morris <rgm@gnu.org>
2603
2604 * ack.texi (Acknowledgments): Some more updates based on AUTHORS.
2605
45c55e53
CY
26062009-01-04 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
2609 logical lines.
2610
2e4667d1
JL
26112008-12-29 Juri Linkov <juri@jurta.org>
2612
2613 * mini.texi (Minibuffer History): Add a link to `Isearch Minibuffer'.
2614
2615 * text.texi (Fill Commands): Replace `M-s' with `M-o M-s'.
2616
2a3eac47
CY
26172008-12-28 Chong Yidong <cyd@stupidchicken.com>
2618
2619 * misc.texi (Goto Address mode): Rename from Goto-address. Refer to
2620 goto-address-mode instead of goto-address.
2621
3da8da94
CY
2622 * rmail.texi (Rmail Display): Goto-address renamed to Goto Address
2623 mode.
2624
2a3eac47
CY
2625 * emacs.texi (Top): Update node listing.
2626
057f6dd3
EZ
26272008-12-26 Eli Zaretskii <eliz@gnu.org>
2628
2629 * custom.texi (Directory Variables): Explain what is a "project".
2630 Add indexing. Improve wording. Add a footnote about using
2631 _dir-locals.el on MS-DOS.
2632
e6979067
DN
26332008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2634
2635 * files.texi (Misc File Ops): Mention chmod as an alias for
2636 set-file-modes.
2637
9de15963
MR
26382008-12-24 Martin Rudalics <rudalics@gmx.at>
2639
2640 * help.texi (Help): Fix typos and reword.
2641 (Help Summary): Add entries for C-h n and C-h r, reorder
2642 entries, and do some minor fixes.
2643 (Name Help): Say that C-h F works for commands only.
2644 (Misc Help): Say that view-lossage displays 300 keystrokes.
2645
236fd60d
GM
26462008-12-20 Glenn Morris <rgm@gnu.org>
2647
2648 * ack.texi (Acknowledgments): General update based on AUTHORS,
2649 including removal of some stuff no longer distributed.
2650
349b3256
AM
26512008-12-19 Agustin Martin <agustin.martin@hispalinux.es>
2652
2653 * fixit.texi: Mention hunspell
2654
e840fca5
GM
26552008-12-19 Glenn Morris <rgm@gnu.org>
2656
2657 * ack.texi (Acknowledgments): Small grammar fix.
9b0455c7 2658 Consolidate explanatory text at start.
e840fca5
GM
2659
2660 * display.texi (Text Display):
2661 * indent.texi (Indentation): Use @acronym with ASCII.
2662
9dfa7983
GM
26632008-12-18 Glenn Morris <rgm@gnu.org>
2664
2665 * ack.texi: Various small updates and fixes.
2666
97b3a00b
JL
26672008-12-18 Juri Linkov <juri@jurta.org>
2668
2669 * search.texi (Word Search): Replace `C-s RET C-w' with `M-s w RET'
2670 as a key binding to start a forward nonincremental word search.
2671 Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
2672 a backward nonincremental word search. Add index for `M-s w'
2673 `isearch-forward-word'.
2674 (Regexp Search): Add a short summary of regexp key commands like
2675 in the node "Basic Isearch".
2676 (Other Repeating Search): Fix typo.
2677
26782008-12-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2f298da2
VJL
2679
2680 * misc.texi (PostScript Variables): Fix doc.
2681
31ce6a07
CY
26822008-12-10 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * programs.texi (Program Modes): Mention Ruby mode.
2685
636b507b
DN
26862008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2687
2688 * misc.texi (emacsclient Options): Describe what an empty string
2689 argument does for --alternate-editor.
2690
a323fa14
CY
26912008-12-09 Frank Schmitt <ich@frank-schmitt.net>
2692
2693 * cmdargs.texi (Font X): Distinguish between client-side and
2694 server-side fonts. List valid Fontconfig properties. Add reference to
2695 Fontconfig manual. List valid GTK font properties. Explain use of
2696 fc-list.
2697
c5ca6cd0
CY
26982008-12-09 Chong Yidong <cyd@stupidchicken.com>
2699
2700 * cmdargs.texi (Font X): Move discussion of quoting to top.
2701
e5136377
GM
27022008-12-06 Glenn Morris <rgm@gnu.org>
2703
2704 * maintaining.texi (Old Revisions): Improve previous change.
2705
248c026b
RS
27062008-12-05 Richard M Stallman <rms@gnu.org>
2707
2708 * anti.texi (Antinews): Minor fixes.
2709
a9253a1e
GM
27102008-12-03 Glenn Morris <rgm@gnu.org>
2711
2712 * maintaining.texi (Old Revisions): Fix diff-switches description.
2713
fa687b02
MR
27142008-12-01 Martin Rudalics <rudalics@gmx.at>
2715
2716 * emacs.texi (Top): Fix typo.
2717
72e6decd
CY
27182008-11-30 Chong Yidong <cyd@stupidchicken.com>
2719
320ee034
CY
2720 * misc.texi (Document View): Explain dependence on gs at the top.
2721 Copyedits.
2722
2723 * emacs.texi (Top): Add DocView nodes to detailed node listing.
2724
72e6decd
CY
2725 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
2726 (Comment Commands): Discuss region-active behavior of M-; first.
2727
2a472ee4
MR
27282008-11-29 Martin Rudalics <rudalics@gmx.at>
2729
9c6361c9
MR
2730 * display.texi (Line Truncation): Add reference to Continuation
2731 Lines.
2732
2a472ee4
MR
2733 * windows.texi (Pop Up Window): Mention split-height-threshold
2734 and split-width-threshold.
9c6361c9 2735 (Split Window): Add reference to Continuation Lines.
2a472ee4 2736
e93bc142
AR
27372008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com>
2738
2739 * macos.texi: Change references to "Mac" to "Mac / GNUstep".
2740 (GNUstep Support): New node.
2741 * anti.texi:
2742 * emacs.texi:
2743 * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
2744
43b978db
RS
27452008-11-28 Richard M Stallman <rms@gnu.org>
2746
2747 * misc.texi (Dissociated Press): Minor cleanups.
2748
2749 * dired.texi (Image-Dired): Avoid passive.
2750
e8e2bd93
EZ
27512008-11-28 Eli Zaretskii <eliz@gnu.org>
2752
2753 * anti.texi (Antinews): Add stuff about Unicode vs emacs-mule
2754 representation.
2755
8d2d45da
CY
27562008-11-26 Richard M. Stallman <rms@gnu.org>
2757
2758 * files.texi (Visiting): Rewrite paragraph for clarity.
2759
2760 * buffers.texi (Select Buffer): Rewrite paragraphs using active voice.
2761
a5f7bbcc
AM
27622008-11-25 Alan Mackenzie <acm@muc.de>
2763
2764 * programs.texi (Moving by Parens): Clarify that parens inside strings
2765 and comments are ignored, and that the commands assume the starting
2766 point isn't in a string or comment.
2767
a71703d3
AR
27682008-11-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2769
2770 * macos.texi: Add Prev/Next/Top pointers to all nodes.
2771 (Mac Basics): Merge in Grabbing Environment Variables from earlier
2772 version.
2773 (Mac Customization): Rewrite Preferences Panel section and merge in to
2774 this node, add Open files by dragging to an Emacs window.
2775
2776 * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
2777
aa5ab79a
CY
27782008-11-26 Chong Yidong <cyd@stupidchicken.com>
2779
0cc92c19
CY
2780 * files.texi (Misc File Ops): Document set-file-modes.
2781
c366b4e4
CY
2782 * windows.texi (Split Window): Document integer values of
2783 truncate-partial-width-windows.
2784
aa5ab79a
CY
2785 * text.texi (Text): Simplify description of markup languages.
2786 (TeX Mode): Simplify introduction. Mention BibTeX mode.
2787 (TeX Editing): Note that `""' inserts one `"' character.
2788 (HTML Mode): Note in the introduction that XML mode is an alias for
2789 SGML mode. Mention nXML mode.
2790
56221db7
CY
27912008-11-25 Chong Yidong <cyd@stupidchicken.com>
2792
2793 * building.texi (Watch Expressions): Fix typo.
2794
90effe33
CY
27952008-11-24 Chong Yidong <cyd@stupidchicken.com>
2796
f90a5ae3
CY
2797 * files.texi (Visiting): Document new behavior of
2798 confirm-nonexistent-file-or-buffer.
2799
1c6c854e
CS
2800 * buffers.texi (Select Buffer):
2801 Document confirm-nonexistent-file-or-buffer.
f90a5ae3 2802
a18ffb4a
CY
2803 * picture-xtra.texi (Picture Mode): Use picture-mode instead of
2804 edit-picture.
2805
90effe33
CY
2806 * text.texi (Text): Simplify introduction. Discard mention of `M-x
2807 edit-picture', since that is just an alias for picture-mode.
2808 (Sentences): Note that repeated M-@ extends the region.
2809 (Pages): Make terminology more consistent. Link to Regexps node.
2810 (Longlines): Discuss relationship with Visual Line mode.
2811 (Text Mode): Remove extraneous discussion of other modes, since they
2812 were already introduced in the parent node.
2813
e85103ec
CY
28142008-11-23 Chong Yidong <cyd@stupidchicken.com>
2815
5cb2fe30
CY
2816 * anti.texi (Antinews): Rewrite.
2817
1eb9b307 2818 * entering.texi (Exiting): Mention "minimize" terminology.
b908332f
CY
2819
2820 * frames.texi (Frame Commands): Mention "minimize" terminology.
2821
e85103ec
CY
2822 * cmdargs.texi (Font X): Document Fontconfig and GTK font specification
2823 formats.
b908332f
CY
2824 (Icons X): Mention "minimize" terminology and use of icons in taskbar.
2825 (Misc X): Don't document useless -hb option.
e85103ec 2826
607f5f88
JL
28272008-11-22 Juri Linkov <juri@jurta.org>
2828
2829 * dired.texi (Dired Navigation): Change normal file name search option
2830 from `non-nil' to `t'. Add `dwim' option.
2831
e1b867a0
JL
28322008-11-22 Juri Linkov <juri@jurta.org>
2833
2834 * custom.texi (Directory Variables): Rename ".dir-settings.el" to
2835 ".dir-locals.el". Rename `define-project-bindings' to
2836 `dir-locals-set-class-variables'. Rename `set-directory-project' to
2837 `dir-locals-set-directory-class'.
2838
dd186936
LK
28392008-11-22 Lute Kamstra <lute@gnu.org>
2840
2841 * buffers.texi (Select Buffer): Index goto-line.
2842 * basic.texi (Moving Point): Mention the use of a numeric prefix
2843 argument with goto-line and refer to Select Buffer for the use of a
2844 plain prefix argument.
2845
4b121911
GM
28462008-11-19 Glenn Morris <rgm@gnu.org>
2847
2848 * doclicense.texi: Update to FDL 1.3.
2849 * emacs.texi, emacs-xtra.texi: Relicense under FDL 1.3 or later.
2850
27267e4c
CY
28512008-11-17 Chong Yidong <cyd@stupidchicken.com>
2852
696f351d
CY
2853 * custom.texi (Minor Modes): Define mode commands and mode variables
2854 more precisely. Recommend using mode commands instead of setting
2855 variables directly. Put minor modes in a list, and add more modes.
cd9da8b8
CY
2856 (Easy Customization): Use "init file" instead of .emacs.
2857 (Customization Groups): Update to new Custom buffer appearance.
2858 (Saving Customizations): Copyedits. Update example.
2859 (Variables): Give example of variable type-sensitivity.
2860 (Examining): Update example.
2861 (Hooks): Copyedits.
2862 (Specifying File Variables): Use C comments instead of an artificial
2863 Lisp for the example.
2864 (Keymaps): Move internals discussion to Prefix Keymaps.
2865 (Rebinding): Remove redundant paragraph (stated in Key Binding).
2866 (Init Rebinding): Document kbd macro.
2867 (Init File): Link to Find Init.
696f351d
CY
2868
2869 * mark.texi (Using Region): Document Delete Selection Mode more
2870 thoroughly.
2871
2872 * frames.texi (Mouse Commands): Move most of the description of Delete
2873 Selection Mode to Using Region, and link to it.
1bc9c425 2874 (Clipboard): Note that paste is bound to clipboard-yank.
696f351d 2875
b0570c25
CY
2876 * building.texi (Compilation): Document first-error value of
2877 compilation-scroll-output.
2878 (Compilation Mode): Note that compilation-auto-jump-to-first-error
2879 works as soon as an error is available. Suggested by Juri Linkov.
2880
27267e4c
CY
2881 * mini.texi (Passwords): New node.
2882
2883 * files.texi (Remote Files): Link to Passwords node.
2884
2885 * emacs.texi (Top): Update node listings.
2886
122eb807
CY
28872008-11-16 Chong Yidong <cyd@stupidchicken.com>
2888
9c9855a3
CY
2889 * ack.texi (Acknowledgments): Some updating of credits.
2890
bd6fdcad
CY
2891 * emacs.texi (Acknowledgments): Add a couple more names.
2892
dd1eef46
CY
2893 * dired.texi (Dired Deletion): Document delete-by-moving-to-trash.
2894
122eb807 2895 * files.texi (Directories): Describe delete-directory in text.
dd1eef46 2896 (Misc File Ops): Document use of trash.
122eb807 2897
801a8da1
JB
28982008-11-16 Juanma Barranquero <lekktu@gmail.com>
2899
2900 * macos.texi (Mac Customization): Fix typos.
2901
0b4f2253
CY
29022008-11-14 Chong Yidong <cyd@stupidchicken.com>
2903
2904 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
2905 replacing previous contents. Numerous copyedits to adapt ns-emacs to
2906 the conventions of the main Emacs manual.
2907
2908 * emacs.texi (Top): Update node listings.
2909
517e2b89
CY
29102008-11-12 Chong Yidong <cyd@stupidchicken.com>
2911
07a85685
CY
2912 * cmdargs.texi (Emacs Invocation): Link to Emacs Server. Note that
2913 command-line-args is processed during startup.
2914 (Action Arguments): Correctly describe how file arguments interact with
2915 the startup screen. Link to Lisp Interaction for scratch buffer.
2916 (Initial Options): Link to Command Example for -batch option.
2917 (Environment): Document initial-environment.
2918
517e2b89
CY
2919 * entering.texi (Entering Emacs): Note that inhibit-startup-screen
2920 can't be changed in the site-start file.
2921
6337bbde
CY
29222008-11-07 Chong Yidong <cyd@stupidchicken.com>
2923
2924 * dired.texi (Dired): Mention C-x C-d too.
2925 (Dired Enter): Document M-n in the Dired minibuffer.
1c6c854e
CS
2926 (Dired Navigation): Explain dired-goto-file more clearly.
2927 Document dired-isearch-filenames.
6337bbde
CY
2928 (Dired Deletion): Remove unnecessary "expunged" terminology.
2929 (Flagging Many Files): & is now rebound to `% &'.
2930 (Shell Commands in Dired): Document dired-do-async-shell-command.
2931 Clarify how multi-file arguments are passed.
2932 (Misc Dired Features): Document dired-do-isearch.
2933
9e8eeff9
CY
29342008-11-06 Chong Yidong <cyd@stupidchicken.com>
2935
2936 * entering.texi (Entering Emacs): Document inhibit-startup-screen.
2937
e071f849
CY
29382008-11-03 Chong Yidong <cyd@stupidchicken.com>
2939
2940 * search.texi (Other Repeating Search): Remove obsolete findex entries.
2941
05482eb1
CY
29422008-11-01 Chong Yidong <cyd@stupidchicken.com>
2943
e2346dea
CY
2944 * programs.texi (Program Modes): Link to Program Indent node.
2945 (Left Margin Paren): Explain consequences of changing
2946 open-paren-in-column-0-is-defun-start more concisely.
2947 (Which Function, Program Indent, Info Lookup): Minor edits.
2948 (Basic Indent): If region is active, TAB indents the region.
1c6c854e
CS
2949 (Multi-line Indent): If region is active, TAB indents the region.
2950 Note that indent-region is useful when Transient Mark mode is off.
e2346dea
CY
2951 (Matching): The delimiter at the cursor is highlighted---the character
2952 changes color.
2953 (Symbol Completion): Link to Completion node.
2954
e4b6428c
CY
2955 * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
2956 a strictly text-only system.
2957
05482eb1
CY
2958 * abbrevs.texi (Saving Abbrevs): Note that abbrev file is not loaded in
2959 batch mode.
2960
a11d3737
RS
29612008-11-01 Richard M. Stallman <rms@gnu.org>
2962
5abad626
RS
2963 * misc.texi (Document View): Major rewrite.
2964
a11d3737
RS
2965 * maintaining.texi (Types of Log File): Change logs are older than
2966 version control.
2967 (VCS Concepts): Simplify and rearrange.
2968 (Version Control Systems): Make it clear that Linux is only the kernel.
2969 (VC Mode Line): Shorten reference to menu item.
2970 (Basic VC Editing): Clarify VC fileset. Shorten and simplify.
2971 (VC Directory Mode): Minor cleanup.
2972 Unchanged files are hidden, not omitted.
2973 (VC Directory Commands): Shorten and simplify.
2974 (Change Log Commands): New node, split from Change Logs.
2975 (VC Directory Buffer): New node, split from VC Directory Mode.
2976
c55a4acb
CY
29772008-10-31 Chong Yidong <cyd@stupidchicken.com>
2978
1c6c854e 2979 * misc.texi (Document View): Rename from Document Files, moved here
df0356f6
CY
2980 from files.texi.
2981
1c6c854e
CS
2982 * files.texi (Version Control): Move to maintaining.texi.
2983 Subnodes moved as well.
2984 (Document Files): Move to misc.texi.
df0356f6 2985
c55a4acb
CY
2986 * maintaining.texi (Change Log): Document log-edit-insert-changelog and
2987 vc-update-change-log.
df0356f6
CY
2988 (Version Control): Move here from files.texi.
2989 (Format of ChangeLog): Make it a subnode of Change Log.
2990
2991 * emacs.texi (Top): Update node listing.
c55a4acb 2992
ef082374
TH
29932008-10-31 Tassilo Horn <tassilo@member.fsf.org>
2994
2995 * files.texi (Files): Add a section about document
2996 files (doc-view-mode).
2997
d52582c3
CY
29982008-10-31 Chong Yidong <cyd@stupidchicken.com>
2999
1c6c854e
CS
3000 * building.texi (Compilation Mode):
3001 Document compilation-auto-jump-to-first-error.
d52582c3
CY
3002 (Debuggers): Lower GUD subsections to subsubsections.
3003 (Starting GUD): Add cindex.
3004 (Lisp Interaction): Note that scratch is no longer the initial buffer.
3005
4e0a0968
CY
30062008-10-30 Chong Yidong <cyd@stupidchicken.com>
3007
03625b47
CY
3008 * indent.texi (Indentation): Link to Program Indent.
3009
4e0a0968
CY
3010 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
3011 now uses emacsclient's terminal.
3012
8bd3f7ef
CY
30132008-10-29 Chong Yidong <cyd@stupidchicken.com>
3014
80e5620e
CY
3015 * mark.texi (Using Region): Document use-empty-active-region.
3016
97d5c404
CY
3017 * emacs.texi (Top): Update node listings.
3018
1c6c854e
CS
3019 * misc.texi (Emacs Server): Rewrite. Document daemon-mode.
3020 Don't mention obsolete emacs.bash script.
8bd3f7ef
CY
3021 (Invoking emacsclient): Rewrite, moving optional arguments to
3022 emacsclient Options.
21d2bae3
CY
3023 (emacsclient Options): New node. Document server-use-tcp and
3024 server-host.
8bd3f7ef 3025
5fda2cbd
CY
30262008-10-28 Chong Yidong <cyd@stupidchicken.com>
3027
3028 * indent.texi (Indentation): Replace list with paragraphed text,
3029 putting description of syntax-driven indentation first. Document new
3030 effect of active regions on tab.
3031 (Tab Stops): Note that editable tab stops affect indentation commands.
3032
4ff029f6
DN
30332008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
3034
3035 * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
3036
996cd6e4
CY
30372008-10-23 Chong Yidong <cyd@stupidchicken.com>
3038
f28815e3
CY
3039 * custom.texi (Function Keys): Note that modified keypad keys are not
3040 translated.
3041
996cd6e4
CY
3042 * basic.texi (Arguments): Explain how to insert multiple digits.
3043
49545fe2
MA
30442008-10-22 Michael Albinus <michael.albinus@gmx.de>
3045
3046 * files.texi (Remote Files): Precise selection of default method.
3047 Rewrite paragraph about disabling remote file names.
3048
edac0b53
CY
30492008-10-22 Chong Yidong <cyd@stupidchicken.com>
3050
e752c544
CY
3051 * search.texi (Special Isearch): Document M-TAB is isearch.
3052
edac0b53
CY
3053 * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
3054 command.
3055
3056 * frames.texi: Use @kbd instead of @key for mouse commands throughout.
3057
20a36054
TH
30582008-10-22 Tassilo Horn <tassilo@member.fsf.org>
3059
1c6c854e 3060 * emacs.texi (Acknowledgments): Add myself to Acknowledgments
20a36054
TH
3061 section.
3062
69051ab6
CY
30632008-10-21 Chong Yidong <cyd@stupidchicken.com>
3064
c4b1a32a
CY
3065 * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands
3066 to files.texi. Move contents of vc2-xtra.texi here.
3067
3068 * vc2-xtra.texi: File removed.
3069
3070 * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC
3071 Directory Commands from the submenu. Don't include deleted file
3072 vc2-xtra.texi.
3073
3074 * files.texi (Visiting): Document find-file-confirm-nonexistent-file.
3075 (Version Control): Add VC Directory Mode and VC Directory Commands to
3076 the submenu.
3077 (Why Version Control?): Use table format.
3078 (Version Control Systems): Note that Meta-CVS support is gone.
3079 (VCS Concepts): Note precisely when VC started supporting filesets.
3080 Remove bogus xref to CVS Options node.
3081 (Types of Log File): Copyedits.
3082 (VC Mode Line): Document tooltips and mouse-1 on VC indicator.
3083 (Basic VC Editing): Content moved from Selecting A Fileset and Doing
3084 The Right Thing.
3085 (Selecting A Fileset, Doing The Right Thing): Nodes deleted.
3086 (Log Buffer): Reorganize node, putting C-c C-c description first.
3087 (Old Revisions): Use CVS for example, not RCS.
3088 (Secondary VC Commands): Remove VC Directory Mode and VC Directory
3089 Commands from the submenu, putting them under Version Control.
3090 (VC Directory Mode): Move node contents here from vc1-xtra.texi; we
3091 need to include it in the manual unconditionally, since it is now
3092 crucial to using distributed version control systems.
1a6e2954
CY
3093 (Comparing Files): Note that diff uses the minibuffer, and that the
3094 output is shown using Diff mode.
1c6c854e
CS
3095 (Diff Mode): Explain what "patch" and "hunk" mean.
3096 Document diff-update-on-the-fly, diff-refine-hunk, and
b328f1b9 3097 diff-show-trailing-whitespaces.
1a6e2954 3098 (File Archives): Add rar support.
c4b1a32a 3099
69051ab6
CY
3100 * major.texi (Choosing Modes): Make mode selection sequence more
3101 obvious by describing the steps in order of priority. Note that
1c6c854e
CS
3102 magic-mode-alist is nil by default.
3103 Document magic-fallback-mode-alist.
69051ab6 3104
e7421e03
CY
31052008-10-20 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * frames.texi (Mouse References): Copyedits.
3108
6b2efdc2
TH
31092008-10-20 Tassilo Horn <tassilo@member.fsf.org>
3110
3111 * ack.texi (Acknowledgments): Add myself as doc-view author.
3112
9c5e9396
EZ
31132008-10-20 Eli Zaretskii <eliz@gnu.org>
3114
3115 * frames.texi (Dialog Boxes): Add @cindex entries.
3116
dac94f8e
CY
31172008-10-20 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
3120 (Text-Only Mouse): Copyedit.
3121
25597d40
CY
31222008-10-19 Chong Yidong <cyd@stupidchicken.com>
3123
f8a447f6
CY
3124 * frames.texi: Use @key throughout for mouse clicks.
3125 (Cut/Paste Other App): Document yank-pop-change-selection.
25597d40
CY
3126 (Secondary Selection): Fix modified mouse click syntax.
3127 (Clipboard): Describe Cut, Copy and Paste commands.
3128 (Mouse References): Not all references are in read-only buffers.
f8a447f6
CY
3129 Copyedits.
3130 (Creating Frames): Add xref to Init File.
3131 (Frame Commands): Add xref to Exiting.
3132 (Scroll Bars): Document GTK vs toolkit behavior.
25597d40 3133
b0f95216
CY
31342008-10-15 Chong Yidong <cyd@stupidchicken.com>
3135
b0817f00
CY
3136 * files.texi (Version Control): Copyedits. Add Bazaar.
3137 (Version Control Systems): List different VCS's using an itemized list.
3138 Add Bazaar.
3139 (VCS Concepts): Copyedits. Tweak description of file merging.
3140
b0f95216
CY
3141 * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite.
3142 (Cut/Paste Other App): Document select-active-regions and
3143 x-select-enable-primary.
3144
69d0d701
CY
31452008-10-13 Chong Yidong <cyd@stupidchicken.com>
3146
3147 * mark.texi (Shift Selection): Correct case in node name.
3148
3149 * emacs.texi (Top): Update node order in Mark chapter.
3150
375e8351
EZ
31512008-10-12 Eli Zaretskii <eliz@gnu.org>
3152
3153 * msdog-xtra.texi (MS-DOS): Fix bad pxref.
3154
3155 * mini.texi (Minibuffer File): Fix markup in last change. Refer to
3156 elsewhere in the manual instead of describing yet again the intricacies
3157 of $HOME on MS-Windows and MS-DOS.
3158
ab58114f
CY
31592008-10-12 Chong Yidong <cyd@stupidchicken.com>
3160
4f959513 3161 * mini.texi (Minibuffer File): Add xref to File Names.
1c6c854e
CS
3162 (Minibuffer File): Add discussion of `~' in file names.
3163 Add insert-default-directory index reference.
4f959513 3164
ab58114f
CY
3165 * files.texi (File Names): Reorganize description.
3166 (Visiting): Add xref to Mode Line. Copyedits.
3167 (Save Commands): Mention prefix behavior of C-x C-s.
3168 (Numbered Backups): Node deleted.
3169 (Backup Names): Contents of Numbered Backups moved here. State default
3170 of version-control variable.
3171 (Reverting): Copyedits.
3172 (Version Control): Add additional version control systems.
3173
3174 * emacs.texi (Top): Delete Numbered Backups node.
3175
3176 * cmdargs.texi (General Variables): Change Numbered Backups xref to
3177 Backup Names.
f2884f63 3178 (Initial Options): Document renamed variable inhibit-startup-screen.
ab58114f 3179
b0b5100a
RF
31802008-10-11 Romain Francoise <romain@orebokech.com>
3181
3182 * kmacro.texi (Edit Keyboard Macro): Lossage is now 300 keys.
3183
89774b5f
CY
31842008-10-11 Chong Yidong <cyd@stupidchicken.com>
3185
3186 * buffers.texi (Buffers): Add xrefs to Mode Line and Lisp Interaction.
3187 (Select Buffer): Mention use of minibuffer history. Describe default
3188 value of default-major-mode. Mention that C-x 4 b selects the other
3189 window.
3190 (List Buffers): Document CRM indicators in the order they appear.
3191 (Kill Buffer): Document new command kill-matching buffers.
3192 (Several Buffers): Move explanation of the relationship between buffer
3193 list and buffer menu to the top.
3194 (Indirect Buffers): Document new variable clone-indirect-buffer-hook.
3195
4c72bf27
CY
31962008-10-10 Chong Yidong <cyd@stupidchicken.com>
3197
3198 * entering.texi (Exiting): Document change of C-x C-c to
3199 save-buffers-kill-terminal. Document kill-emacs.
3200
f68eb991
EZ
32012008-09-30 Eli Zaretskii <eliz@gnu.org>
3202
3203 * mule.texi (Coding Systems): Don't mention codepage-setup.
3204
3205 * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create
3206 cpNNN coding systems anymore.
3207 (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support
1c6c854e
CS
3208 for unibyte mode. Don't mention line-drawing characters.
3209 Don't mention dos-unsupported-char-glyph.
f68eb991 3210
1a2dd44d
CY
32112008-09-25 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * search.texi (Search): Shorten introduction.
3214 (Basic Isearch): Add command table. Discuss reverse isearch and
3215 isearch highlighting.
3216 (Repeat Isearch): Move lazy highlighting discussion here. Add search
3217 ring to cindex.
3218 (Special Isearch): Move input methods discussion here.
3219 (Non-ASCII Isearch): Node deleted, merged with Special Isearch.
3220 (Isearch Yank): Node deleted, and contents moved into Basic Isearch and
3221 Repeat Isearch.
3222 (Isearch Minibuffer): New node.
3223 (Word Search): Document new word search commands.
3224 (Regexp Example): Simplify example using sentence-end-base variable.
3225 (Replace): Reword introduction.
3226 (Unconditional Replace): Remove unnecessary example.
3227 (Other Repeating Search): Document new `M-s o' binding.
3228
3229 * emacs.texi (Top): Update node listings.
3230
e45da31d
JB
32312008-09-22 Juanma Barranquero <lekktu@gmail.com>
3232
3233 * emacs.texi (Top): Remove Kill Errors from menu.
3234
841c8096
CY
32352008-09-22 Chong Yidong <cyd@stupidchicken.com>
3236
402168fa
CY
3237 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
3238 interface for defining macros. Simplify examples. Note that C-g quits
3239 macro definitions.
1c6c854e
CS
3240 (Keyboard Macro Counter): Document using F3 to insert counter.
3241 Give usage example.
402168fa
CY
3242 (Keyboard Macro Query): Organize query responses in a table.
3243
1c6c854e
CS
3244 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout.
3245 Link to Erasing node.
841c8096
CY
3246 (Undo): Reorganize paragraphs for logical flow. Move keybinding
3247 rationale to a footnote.
3248 (Kill Errors): Remove node, due to redundancy with Erasing.
3249 (Spelling): Move discussion of flyspell to end. Note new behavior of
3250 M-$ in active region. Remove non-ispell-specific keybindings from
3251 table.
3252
eab2ee89
DN
32532008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3254
3255 * cmdargs.texi (Initial Options): Document --daemon.
3256
3d53e905
GM
32572008-09-20 Glenn Morris <rgm@gnu.org>
3258
3259 * files.texi (Numbered Backups): Mention that some modes set
3260 version-control.
3261
1c90484d
GM
32622008-09-20 Jim Blandy <jimb@red-bean.com>
3263
3264 * files.texi (Numbered Backups): Reference File Variables, as well.
3265 Remove discussion of Rmail's implementation.
3266
0fc0d844
CY
32672008-09-06 Chong Yidong <cyd@stupidchicken.com>
3268
3269 * misc.texi (Recursive Edit): Note that top-level exits active
3270 minibuffers.
3271
3272 * trouble.texi (Quitting): Likewise.
3273
b18d283d
CY
32742008-08-31 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * emacs.texi (Top): Add Temporary Face Changes xref.
3277
3278 * display.texi (Display): Move Temporary Face Changes node to just
3279 after Standard Faces.
3280 (Scrolling): Document recenter-top-bottom instead of recenter.
3281 (Horizontal Scrolling): Move auto hscroll discussion to the top.
3282 (Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
3283 (Display Custom): Copyedits.
3284 (Optional Mode Line): Document display-battery-mode.
3285
180135fc
RF
32862008-08-27 Romain Francoise <romain@orebokech.com>
3287
3288 * custom.texi (Directory Variables): Minor fix.
3289
d3fe3475
GM
32902008-08-27 Glenn Morris <rgm@gnu.org>
3291
3292 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
3293 descriptions.
3294 (Calendar Customizing): Tweak layout description.
183080b6 3295 Move calendar-today-marker and calendar-today face to the other
d3fe3475
GM
3296 markers. Condense calendar-star-date and calendar-mark-today
3297 description.
3298 (Holiday Customizing): Add oriental and solar holidays.
3299 Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
3300 Fix holiday-float description. Use zerop in examples. Be less verbose.
3301 (Date Display Format): Change ISO format. Be less verbose.
3302 (Diary Customizing): Mention day and month abbrev arrays.
3303 Mention the date-form variables by name. Update European example.
3304 (Non-Gregorian Diary): Change node name. Mention Baha'i functions.
3305 Condense examples. Mention diary-entry-symbols by name.
3306 Condense table for insertion commands.
3307 (Fancy Diary Display): Mention diary-include-string and
3308 diary-sexp-entry-symbol. Condense example. Add Chinese, Coptic,
3309 Ethiopic, Persian date functions. Condense descriptions.
3310
3311 * calendar.texi (Format of Diary File): Mention diary-nonmarking-symbol.
3312 (Adding to Diary): Adapt for changed node name.
3313
71755807
GM
33142008-08-26 Glenn Morris <rgm@gnu.org>
3315
3316 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
3317 node "Hebrew/Islamic Entries".
3318
3319 * calendar.texi (Specified Dates): Fix names of iso functions.
3320 (General Calendar): There may not be another window.
3321 (Writing Calendar Files, Holidays): Tweak intro.
3322 (Holidays): Mention Baha'i and Chinese holidays.
3323 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
3324 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
3325 (To Other Calendar): Add calendar-print-other-dates.
3326 Refer to "graphic display" rather than "X.
3327 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
3328 (Displaying the Diary): Fix whitespace after reference.
3329 Fix `diary-number-of-entries' reference.
3330 (Date Formats): Explicitly mention that day names can be abbreviated.
3331 (Adding to Diary): Add some references to other sections.
3332 (Special Diary Entries): Fix reference.
3333 (Appointments): Simplify appt-message-warning-time entry.
3334 Clarify where times must be.
3335 (Importing Diary): Comment out icalendar paragraph that does not apply.
3336 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
3337
d76ebc75
GM
33382008-08-23 Glenn Morris <rgm@gnu.org>
3339
3340 * fortran-xtra.texi (Fortran): Change description of free form and
3341 fixed form a bit. Mention hideshow and imenu.
3342 (Fortran Motion): Mention fortran-end-of-subprogram,
3343 fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
3344 (Fortran Indent): Minor re-word.
3345 (ForIndent Commands): Mention fortran-fill-paragraph and
3346 fortran-fill-statement.
3347 (ForIndent Cont): Mention fortran-tab-mode-string.
3348 (Fortran Comments): Mention fortran-comment-line-start-skip.
3349 (Fortran Columns): Mention font-locking.
3350 (Fortran Abbrev): Word syntax not relevant with new-style abbrev.
3351
1fc0ce04 33522008-08-23 Johan Bockgård <bojohan@muon>
e2a71e28
JB
3353
3354 * basic.texi (Moving Point): Fix <prior>/<next> confusion.
3355
5c52e13c
CY
33562008-08-22 Chong Yidong <cyd@stupidchicken.com>
3357
3358 * mini.texi (Minibuffer): Simplify introduction.
3359 (Minibuffer File): Document tilde in minibuffer filenames.
3360 (Minibuffer Edit): Mention that the prompt is read-only. Describe how
3361 to enter tabs, spaces, and question marks. Describe behavior of C-a.
3362 (Completion Example): Update example to current command list.
3363 (Completion Options): Document `lazy' value of completion-auto-help.
3364 Update contents of completion-ignored-extensions.
3365 (Minibuffer History): Describe "future history" list. State default
3366 value of history-delete-duplicates.
3367
77a00355
GM
33682008-08-21 Glenn Morris <rgm@gnu.org>
3369
3370 * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
87aae241 3371 (Fortran Comments): Replace fortran-indent-comment with comment-dwim.
77a00355 3372
39ee1d04
CY
33732008-08-17 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * regs.texi (Registers): Clarify valid register names.
3376 (RegPos): Note that buffer is saved and restored too.
3377 (RegText): Note that mark is reactivated/deactivated.
3378 (RegConfig): Xref to Windows node.
3379
b12c348f
CY
33802008-08-16 Chong Yidong <cyd@stupidchicken.com>
3381
3ae7ba79
CY
3382 * basic.texi (Inserting Text): Provide command name for C-q.
3383
b12c348f
CY
3384 * killing.texi (Killing): Copyedit. Define read-only text.
3385 (Deletion): DEL and C-d were already explained in Erasing; xref there.
3386 (Killing by Lines): Copyedit.
3387 (Other Kill Commands): Move M-w description here.
3388 (Yanking): Move M-w to Other Kill Commands.
3389 (Kill Ring): Also mention saving text in registers. Link to Text
3390 Properties in elisp manual.
3391 (Accumulating Text): Copyedit.
3392 (CUA Bindings): Shift selection is now the default.
3393
d8ff7692
TZ
33942008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3395
3396 * maintaining.texi (Change Log): Mention next-error is available.
3397
a43a8a2e
GM
33982008-08-10 Glenn Morris <rgm@gnu.org>
3399
3400 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
3401 and intermonth text.
3402 (Holiday Customizing): Add holiday-chinese.
3403
eba27308
EZ
34042008-08-08 Eli Zaretskii <eliz@gnu.org>
3405
3406 * files.texi (Log Buffer, Diff Mode): Fix last changes. Add indexing.
3407
5f14a5b3
DN
34082008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3409
3410 * files.texi (Log Buffer): Describe C-c C-d.
3411 (Diff Mode): Describe C-x 4 A.
3412
49989bff
EZ
34132008-08-06 Eli Zaretskii <eliz@gnu.org>
3414
3415 * vc1-xtra.texi (VC Directory Mode): Fix last change.
3416
5c915c02
DN
34172008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3418
2beaf97a
DN
3419 * files.texi (Old Revisions): Update the keys used by vc-annotate and
3420 describe the new bindings to show the changeset diff, toggle annotation
3421 visibility, show revisions.
3422 (VC Status): Describe key bindings for modifying the change comments,
3423 displaying changeset diffs and annotations.
3424
5c915c02
DN
3425 * vc1-xtra.texi (VC Directory Mode): Talk about multiple VC systems.
3426
71798ace
NR
34272008-08-05 Nick Roberts <nickrob@snap.net.nz>
3428
3429 * vc1-xtra.texi (VC Directory Mode): Fix typo.
3430
b8949644
EZ
34312008-08-02 Eli Zaretskii <eliz@gnu.org>
3432
3433 * vc1-xtra.texi (VC Directory Mode, VC Directory Commands): Fix English
3434 and wording.
3435
819567d1
DN
34362008-08-02 Dan Nicolaescu <dann@ics.uci.edu>
3437
3438 * vc1-xtra.texi (VC Directory Mode): Fix and improve the info about
b8949644 3439 marking/unmarking. Add descriptions for the multiple file search
819567d1
DN
3440 commands. Improve some old info.
3441
5f38310a
CY
34422008-07-31 Chong Yidong <cyd@stupidchicken.com>
3443
0dc3906b
CY
3444 * display.texi (Visual Line Mode): New node.
3445
5f38310a 3446 * basic.texi (Inserting Text): Move DEL to deletion node.
1c6c854e
CS
3447 (Moving Point): Add additional alternative key bindings.
3448 Describe line-move-visual.
5f38310a
CY
3449 (Erasing): Describe DEL.
3450 (Basic Undo, Blank Lines, Arguments): Copyedit.
3451 (Continuation Lines): Mention Visual Line mode.
3452 (Position Info): Move extended discussion to mule.texi.
3453
3454 * mule.texi (International Chars): Describe C-x =.
3455
3456 * emacs.texi (Top): Add Visual Line Mode node.
3457
7c2fb837
DN
34582008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3459
3460 * emacs.texi: Remove VMS support.
3461
3f6b73ef
DN
34622008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3463
3464 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
3465 the vc-dir command name.
3466
9e2a2647
DN
34672008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3468
3469 * xresources.texi: Remove mentions of Mac Carbon.
3470
568beaa2
AS
34712008-07-19 Andreas Schwab <schwab@suse.de>
3472
3473 * ns-emacs.texi: Move to ../misc.
3474
0ef94706
CY
34752008-07-15 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * entering.texi (Exiting): Don't describe text-only terminals as the
3478 default. Describe the new startup screen.
3479 (Exiting): Describe how to kill Emacs first. Change description of
3480 iconification to handle modern window systems.
3481
ba60bd44 34822008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
3483
3484 * ns-emacs.texi: New file, documents features of Emacs port under
3485 NeXTstep windowing.
3486
9f30aa73
CY
34872008-07-15 Chong Yidong <cyd@stupidchicken.com>
3488
938a5d2e
CY
3489 * entering.texi (Entering Emacs): Update prev node.
3490
3491 * glossary.texi (Glossary): Remove xref to Text Characters.
3492
9f30aa73
CY
3493 * commands.texi (User Input): Rewrite. Describe Emacs' behavior
3494 directly, rather than in the context of ASCII. Move description of
3495 special properties of modifier key to new Modifier Keys node.
3496 (Keys): Copyedit.
3497 (Text Characters): Delete node. Multibyte is the default nowadays, and
3498 the node contents are obsolete.
3499
3500 * custom.texi (Modifier Keys): New node.
3501
3502 * emacs.texi (Top): Update node list.
3503
7e53d36c
CY
35042008-07-13 Chong Yidong <cyd@stupidchicken.com>
3505
3506 * emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
3507 saying that Emacs provides menus and mouse support (which is par for
3508 the course).
3509
3510 * screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
3511 early on.
3512 (Point): Copyedit. Relegate historical trivia to a footnote.
3513 (Mode Line): Explain mode-line format more consistently.
3514 (Menu Bar): Copyedit.
3515
1e9fa96d
GM
35162008-06-27 Glenn Morris <rgm@gnu.org>
3517
3518 * cal-xtra.texi (Sexp Diary Entries):
3519 * calendar.texi (Lunar Phases): Update for lunar.el name changes.
3520
dc9bebb8
CY
35212008-06-26 Chong Yidong <cyd@stupidchicken.com>
3522
3523 * mark.texi (Shift selection): New node.
3524 (Mark): Copyedits.
3525 (Persistent Mark): Move to the end of the chapter.
3526
e7881076
EZ
35272008-06-20 Eli Zaretskii <eliz@gnu.org>
3528
3529 * makefile.w32-in (distclean): Remove makefile.
3530
f427400c
NR
35312008-06-17 Nick Roberts <nickrob@snap.net.nz>
3532
3533 * building.texi (Starting GUD): Add an entry for gud-gdb.
3534 (GDB Graphical Interface): Explain that gud-gdb is now needed for text
3535 command mode.
3536
b597d348
GM
35372008-06-17 Glenn Morris <rgm@gnu.org>
3538
3539 * calendar.texi: Fix references to mouse-2 and mouse-3 in calendar.
3540
647b7094
NR
35412008-06-17 Nick Roberts <nickrob@snap.net.nz>
3542
3543 * building.texi (Starting GUD): Expand on remote debugging.
3544 (Other GDB-UI Buffers): Mention new keyboard bindings.
3545
47a30023
GM
35462008-06-15 Glenn Morris <rgm@gnu.org>
3547
3548 * gnu.texi: Use a verbatim license for this invariant section,
3549 as per etc/GNU.
3550
37e5d54a
GM
35512008-06-13 Daniel Engeler <engeler@gmail.com>
3552
3553 * emacs.texi, misc.texi: Add documentation about serial port access.
3554
8e65d46c
GM
35552008-06-13 Glenn Morris <rgm@gnu.org>
3556
c1473b4c
MB
3557 * emacs-xtra.texi, emacs.texi: Update Back-Cover text per
3558 maintain.info.
8e65d46c 3559
e40a85cd
MB
35602008-06-05 Miles Bader <miles@gnu.org>
3561
3562 * display.texi (Temporary Face Changes): Update to reflect function
3563 renamings in face-remap.el.
3564
56c73dec
MB
35652008-06-04 Miles Bader <miles@gnu.org>
3566
1c6c854e
CS
3567 * display.texi (Temporary Face Changes):
3568 Add `adjust-buffer-face-height'. Rewrite description of
56c73dec
MB
3569 `increase-buffer-face-height' and `decrease-default-face-height' now
3570 that they aren't bound by default.
3571
9d3d42fb
MB
35722008-06-03 Miles Bader <miles@gnu.org>
3573
3574 * display.texi (Temporary Face Changes): New node.
3575
2be6bfe2
EZ
35762008-05-31 Eli Zaretskii <eliz@gnu.org>
3577
3578 * msdog.texi (Windows Keyboard): Fix text added on 2008-05-29.
3579
daf7e339
GM
35802008-05-31 Glenn Morris <rgm@gnu.org>
3581
3582 * cal-xtra.texi (Fancy Diary Display): Simplify.
3583
d21d2618
GM
35842008-05-30 Glenn Morris <rgm@gnu.org>
3585
3586 * cal-xtra.texi (Fancy Diary Display): Update for
3587 diary-display-function replacing diary-display-hook.
3588
71ce5fd0
JB
35892008-05-29 Drew Adams <drew.adams@oracle.com>
3590
3591 * msdog.texi (Windows Keyboard): Add descriptions of
3592 w32-register-hot-key and w32-unregister-hot-key.
3593
a3cdbdf8
MO
35942008-05-21 Tom Tromey <tromey@redhat.com>
3595
3596 * custom.texi (Directory Variables): Grammar fix. Link to Safe File
3597 Variables node.
3598
854a574c
MO
35992008-05-19 Tom Tromey <tromey@redhat.com>
3600
3601 * custom.texi (Variables): Add Directory Variables to menu.
3602 (Directory Variables): New node.
3603
7c2ec3f9
ER
36042008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
3605
71ce5fd0 3606 * vc2-xtra.texi: Modify an example so it reflects what vc.el now does.
7c2ec3f9 3607
370fded4
ER
36082008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
3609
3610 * vc2-xtra.texi, emacs.texi, files.texi: Snapshots node renamed to
352c8b4a
GM
3611 Revision Tags and rewritten. Section now uses modern terminology,
3612 (tags rather than snapshots) and describes post-SCCS systems more
370fded4
ER
3613 accurately.
3614
6af511e3
EZ
36152008-05-10 Eli Zaretskii <eliz@gnu.org>
3616
3617 * msdog.texi (Windows Files): Update documentation of
3618 w32-get-true-file-attributes.
3619
7a78b6e7
ER
36202008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3621
3622 * files.texi, vc-xtra.texi, vc1-xtra.texi: Document the new VC
3623 directory mode.
3624
1bcfc24e
CY
36252008-05-08 Chong Yidong <cyd@stupidchicken.com>
3626
3627 * killing.texi (Appending Kills): Remove a strangely off-topic index
6af511e3 3628 entry "television".
1bcfc24e 3629
db86064f
ER
36302008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
3631
ab5ec32c 3632 * ack.texi, files.texi, vc2-xtra.texi: Meta-CVS is no longer supported.
db86064f 3633
a31b405e
ER
36342008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3635
3636 * emacs/buffers.texi, emacs/files.texi (Version-control):
3637 vc-toggle-read-only is no longer a good idea...
3638
ff2c14fc
GM
36392008-04-29 Glenn Morris <rgm@gnu.org>
3640
3641 * cal-xtra.texi (Sexp Diary Entries): Clarify diary-float.
3642
367c9b7c
JL
36432008-04-22 Juri Linkov <juri@jurta.org>
3644
3645 * dired.texi (Subdirectories in Dired): Describe using `^'
3646 to return to the parent directory.
3647
4ac1e9b4
NR
36482008-04-22 Nick Roberts <nickrob@snap.net.nz>
3649
3650 * building.texi (GDB-UI Layout, Other GDB-UI Buffers): Update for
3651 recent changes.
3652
b9b3bf2b
NR
36532008-04-19 Nick Roberts <nickrob@snap.net.nz>
3654
3655 * building.texi (GDB-UI Layout, Breakpoints Buffer)
3656 (Other GDB-UI Buffers): Update for recent thread related changes.
3657
4d120d6a
SM
36582008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
3659
3660 * maintaining.texi (Maintaining):
3661 * emacs.texi (Top): Typo.
3662
a152877d
SM
36632008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3664
b9b3bf2b
NR
3665 * display.texi (Font Lock): Prefer add-hook to using a non-nil `mode'
3666 arg in `font-lock-add-keywords'.
a152877d 3667
36c0514c
GM
36682008-04-08 Glenn Morris <rgm@gnu.org>
3669
3670 * cal-xtra.texi, calendar.texi: Update for calendar name changes.
3671 Also add Baha'i calendar references where appropriate.
3672
06a97d46
GM
36732008-04-05 Glenn Morris <rgm@gnu.org>
3674
3675 * custom.texi (Init File): Byte-compiling .emacs is bad.
3676
6adc6eed
SM
36772008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3678
3679 * mini.texi (Minibuffer Edit) <resize-mini-windows>: Adjust default.
3680
571388b0
GM
36812008-03-29 Glenn Morris <rgm@gnu.org>
3682
3683 * calendar.texi: Update for `calendar-date-style' replacing
3684 `european-calendar'.
3685
3ae8f876
JR
36862008-03-28 Jason Rumney <jasonr@gnu.org>
3687
3688 * display.texi (Display Custom): Mention overlay-margin in text.
3689
5bc6ddff 36902008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
03a864d5 3691
5bc6ddff
MB
3692 * custom.texi, dired.texi, mini.texi, mule.texi: Add `referenced in the
3693 tutorial' comments.
03a864d5 3694
7186a830
CY
36952008-03-28 Chong Yidong <cyd@stupidchicken.com>
3696
3697 * mark.texi (Mark): Rearrange nodes.
3698 (Persistent Mark): Rename from Transient Mark.
3699 (Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
3700 Describe Transient Mark mode as the default.
3701
3702 * basic.texi (Basic Undo): Don't mention setting the mark, which isn't
3703 the default behavior with Transient Mark mode off.
3704 (Position Info): Fix typo.
3705
71ce5fd0
JB
3706 * display.texi (Standard Faces): Reference the Mark node.
3707 Remove discussion of the region face, which is discussed there.
7186a830
CY
3708
3709 * emacs.texi (Top): Update node listings.
3710
3711 * files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
3712 as the default.
3713
3714 * fixit.texi (Undo): Standardize choice of undo key sequence.
3715 (Undo, Spelling): Describe Transient Mark mode as the default.
3716
3717 * frames.texi (Mouse Commands): Treat Transient Mark mode as the
3718 default.
3719
3720 * glossary.texi (Glossary): Treat Transient Mark mode as the default.
3721
3722 * killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
3723 mode is the default, and note that the mark is not activated when set.
3724
3725 * programs.texi (Moving by Defuns, Expressions, Comment Commands):
3726 Describe Transient Mark mode as the default.
3727
3728 * search.texi (Basic Isearch): Reference the Mark Ring node.
3729 (Replace, Unconditional Replace, Other Repeating Search):
3730 Describe Transient Mark mode as the default.
3731
1c6c854e
CS
3732 * text.texi (Words, Pages, Fill Commands, HTML Mode):
3733 Describe Transient Mark mode as the default.
7186a830
CY
3734 (Paragraphs): Describe how M-h behaves when region is active.
3735
3736 * trouble.texi (Quitting): Clarify effects of C-g.
3737
dc47d1ff
GM
37382008-03-13 Glenn Morris <rgm@gnu.org>
3739
3740 * emacs.texi (EMACSVER): Set to 23.0.60.
3741
e3e0fb39 37422008-03-05 Glenn Morris <rgm@gnu.org>
8b74f389 3743
e3e0fb39
GM
3744 * dired.texi (Hiding Subdirectories): Fix previous change.
3745
37462008-03-05 Drew Adams <drew.adams@oracle.com>
3747
3748 * dired.texi (Hiding Subdirectories): Document `dired-hide-subdir'.
8b74f389 3749
5e14abf8
KS
37502008-02-28 Kim F. Storm <storm@cua.dk>
3751
3752 * help.texi (Help Files): Move describe-gnu-project to C-h g.
3753 Move describe-distribution to C-h C-o.
3754 Move view-emacs-problems to C-h C-p.
3755 Add view-emacs-debugging on C-h C-d.
3756 Add view-external-packages on C-h C-e.
d0207bf3 3757 Add view-order-manuals on C-h C-m.
5e14abf8 3758
d0207bf3 37592008-02-17 Ulrich Mueller <ulm@kph.uni-mainz.de>
17577183
BG
3760
3761 * msdog-xtra.texi (MS-DOS): Docstring fix.
3762
87e391bb
EZ
37632008-02-09 Eli Zaretskii <eliz@gnu.org>
3764
3765 * msdog.texi (Windows Fonts): Use a @table for describing font
3766 properties.
3767
5662e503
JR
37682008-02-07 Jason Rumney <jasonr@gnu.org>
3769
3770 * msdog.texi (Windows Files): w32-get-true-file-attributes default
3771 value has changed.
3772 (Windows HOME): Clarify what is meant by "if that fails as well".
3773 (Windows Fonts): New section.
3774
72463824
GM
37752008-02-07 D. E. Evans <sinuhe@gnu.org> (tiny change)
3776
3777 * basic.texi (Basic Undo): Remove duplicate "you can".
3778
7ff926e0
EZ
37792008-02-02 Eli Zaretskii <eliz@gnu.org>
3780
3781 * maintaining.texi (Tags): Fix last change.
3782
6ab7aef1
MA
37832008-02-02 Michael Albinus <michael.albinus@gmx.de>
3784
093571c3 3785 * tramp.texi: Use new FSF's Back-Cover Text.
6ab7aef1 3786
ace67e7e
NR
37872008-01-31 Nick Roberts <nickrob@snap.net.nz>
3788
3789 * trouble.texi (Checklist): Direct users to emacs-devel@gnu.org.
3790
ae068fdf
RS
37912008-01-26 Richard Stallman <rms@gnu.org>
3792
3793 * maintaining.texi (Tags): Delete redundant index entry.
3794
a56d9a08
EZ
37952008-01-26 Eli Zaretskii <eliz@gnu.org>
3796
3797 * programs.texi (Imenu): Move "@cindex tags" from here...
3798 * maintaining.texi (Tags): ...to here.
3799
e941ed90
NR
38002008-01-23 Kevin Ryde <user42@zip.com.au>
3801
3802 * custom.texi (Mouse Buttons): Update elisp xref to "Click Events" on
3803 click count.
3804
650276d5
JB
38052008-01-21 Juanma Barranquero <lekktu@gmail.com>
3806
3807 * entering.texi (Exiting): Fix typo.
3808 Reported by D. E. Evans <sinuhe@gnu.org>.
3809
8dc17977
MR
38102007-12-31 Martin Rudalics <rudalics@gmx.at>
3811
3812 * glossary.texi (Glossary): Fix typo.
3813
9f9695a6
RS
38142007-12-27 Richard Stallman <rms@gnu.org>
3815
3816 * text.texi (Formatted Text): Improve menu tag.
3817 (Editing Format Info): In Info, add duplicate menu of nodes
3818 about the submenus.
3819 (Format Faces): Say where Faces menu is found. Mention Other.
3820 (Format Colors): Say where these submenus are found.
3821 (Format Indentation, Format Justification): Likewise.
3822 (Format Properties): Likewise.
3823
abfd0191
RS
38242007-12-22 Richard Stallman <rms@gnu.org>
3825
3826 * search.texi (Query Replace): Make exp of query-replace more
3827 self-contained, and clarify.
8dc17977 3828
abfd0191
RS
3829 * cc-mode.texi (Getting Started): Change @ref to @pxref.
3830
a2586785
RS
38312007-12-15 Richard Stallman <rms@gnu.org>
3832
3833 * files.texi (Auto Save): Clarify definition of auto-saving.
3834
a67cf2bb
RS
38352007-11-26 Richard Stallman <rms@gnu.org>
3836
3837 * help.texi (Help Echo): Cleanups.
3838
448b33b1
TTN
38392007-11-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3840
3841 * files.texi (Why Version Control?): Fix typo.
3842 (VCS Concepts): Fix typos; small tense fix.
4d77fc8e
TTN
3843 (Selecting a Fileset): Fix typos; small rewording.
3844 (Log Buffer): Likewise.
3845 (Old Revisions): Likewise.
448b33b1 3846
221bb7f6
EZ
38472007-11-17 Eli Zaretskii <eliz@gnu.org>
3848
3849 * mule.texi (Communication Coding): Fix wording of last change.
3850
d0207bf3 38512007-11-16 Werner Lemberg <wl@gnu.org>
1ab397c1 3852
630cb3b7
JB
3853 * custom.texi (Specifying File Variables):
3854 * major.texi (Choosing Modes): Mention '\" in man pages.
1ab397c1 3855
53b7759e
KH
38562007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
3857
a5ab2e0c 3858 * mule.texi (Communication Coding): Document x-select-request-type.
53b7759e
KH
3859
3860 * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
3861
c8763fb6 38622007-11-15 Francesco Potortì <pot@gnu.org>
0b7f2f3f 3863
630cb3b7 3864 * maintaining.texi (TEXTAGS): Note that you can use "-" for stdout with
0b7f2f3f
FP
3865 --output=file.
3866
ff98e024
MR
38672007-11-13 Martin Rudalics <rudalics@gmx.at>
3868
3869 * help.texi (Help Summary, Apropos, Misc Help): Fix typos.
3870 (Help Echo): Avoid mentioning the term "region" here and
3871 consistently use the term "active text".
3872
37b11c22
GM
38732007-11-11 Glenn Morris <rgm@gnu.org>
3874
3875 * calendar.texi (Special Diary Entries): Fix Thanksgiving example.
3876
21d50ba1
JL
38772007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3878
1c6c854e
CS
3879 * search.texi (Query Replace):
3880 Mention `query-replace-show-replacement'.
21d50ba1 3881
c12ecb0a 38822007-11-09 Nick Roberts <nickrob@snap.net.nz>
4fda797e
NR
3883
3884 * building.texi (Watch Expressions): Remove obscure sentence.
3885
3b4201f4
KH
38862007-11-06 Kenichi Handa <handa@ni.aist.go.jp>
3887
3888 * mule.texi (Select Input Method): Describe how to activate an input
3889 method in the text mode.
3890
07e5c0b0
DN
38912007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3892
3893 * cmdargs.texi (Misc Variables): Remove Sun windows info.
3894
52dd7391
NR
38952007-10-30 Nick Roberts <nickrob@snap.net.nz>
3896
3897 * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope.
3898
c004e539
GM
38992007-10-30 Glenn Morris <rgm@gnu.org>
3900
3901 * misc.texi (Directory Tracking): Explain a bit more about
3902 dirtrack-mode.
3903
ca8c5b8c
GM
39042007-10-25 Glenn Morris <rgm@gnu.org>
3905
3906 * fortran-xtra.texi (Fortran): F90 mode handles F2003.
3907
b6c764ef
RS
39082007-10-24 Richard Stallman <rms@gnu.org>
3909
3910 * misc.texi (Interactive Shell): Cleanup last change.
3911
eabd84c9
JL
39122007-10-22 Juri Linkov <juri@jurta.org>
3913
3914 * mini.texi (Minibuffer History): Add text about a list of minibuffer
3915 default values.
3916
0b43c7e2
ER
39172007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3918
ca8c5b8c 3919 * files.texi: Disambiguate two slightly different uses of the term
0b43c7e2
ER
3920 'filesets'.
3921
a80859d4
MR
39222007-10-18 Martin Rudalics <rudalics@gmx.at>
3923
3924 * trouble.texi (Quitting): Fix typo.
3925
c9447ae1
GM
39262007-10-18 Glenn Morris <rgm@gnu.org>
3927
3928 * frames.texi (Mode Line Mouse): Mention minor mode names.
3929
168b980f
JL
39302007-10-17 Juri Linkov <juri@jurta.org>
3931
3932 * text.texi (Fill Commands): Undocument fill-paragraph-or-region.
3933 fill-paragraph operates on the active region in Transient Mark mode.
3934 (Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
3935 with fill-paragraph.
3936
3937 * basic.texi (Arguments): Replace fill-paragraph-or-region with
3938 fill-paragraph.
3939
3940 * fixit.texi (Spelling): ispell-word operates on the active region
3941 in Transient Mark mode.
3942
5a331f34
JB
39432007-10-17 Aaron S. Hawley <aaronh@garden.org>
3944
3945 * building.texi (Source Buffers):
3946 * custom.texi (Init Non-ASCII):
3947 * glossary.texi (Glossary): Use "key binding" consistently.
3948
2a9f4d55
JB
39492007-10-17 Juanma Barranquero <lekktu@gmail.com>
3950
3951 * calendar.texi (Diary): Fix directive.
3952
de13cecf
RS
39532007-10-16 Richard Stallman <rms@gnu.org>
3954
3955 * calendar.texi (Diary): Clarify text about diary file example.
3956
5f90d53e
ER
39572007-10-13 Eric S. Raymond <esr@snark.thyrsus.com>
3958
3959 * files.texi: Capitalize node names according to convention.
3960
3aa491bc
GM
39612007-10-13 Glenn Morris <rgm@gnu.org>
3962
3963 * misc.texi (Interactive Shell): Correct INSIDE_EMACS reference.
3964
8a3106d3
ER
39652007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3966
3967 * emacs.texi:
3968 * files.texi (Version Systems): Minor fixes to version-control material
5a331f34 3969 suggested by RMS and Robert J. Chassell.
8a3106d3 3970
da1080a2
ER
39712007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3972
3aa491bc 3973 * files.texi (Version Systems):
0870a421
ER
3974 * vc-xtra.texi:
3975 * vc1-xtra.texi:
ac3f4c6f 3976 * vc2-xtra.texi: Merge in changes for new VC with fileset-oriented
2a9f4d55 3977 operations. Change of terminology from `version' to `revision'.
a7fc5b78 3978 Revise text for adequate description of VCSes with monotonic IDs.
2a9f4d55 3979 * emacs.texi: Change of terminology from `version' to `revision'.
da1080a2 3980
58ade22b
ER
39812007-10-09 Eric S. Raymond <esr@snark.thyrsus.com>
3982
da1080a2 3983 * files.texi (Version Systems): Describe newer VCses.
58ade22b
ER
3984 Reorder the descriptions to be chronological.
3985
93870ce2
RS
39862007-10-09 Richard Stallman <rms@gnu.org>
3987
3988 * display.texi (Cursor Display): Correct how cursor appears
3989 in nonselected windows.
3990
568c7288
NR
39912007-10-04 Nick Roberts <nickrob@snap.net.nz>
3992
3993 * building.texi (GDB Graphical Interface): Remove references to gdba
3994 and mention gud-gdb.
3995
1af74d06 39962007-08-31 Eli Zaretskii <eliz@gnu.org>
17afb4cb 3997
1af74d06 3998 * rmail.texi (Rmail Sorting): Improve indexing.
17afb4cb 3999
0d8fb755
JL
40002007-10-06 Juri Linkov <juri@jurta.org>
4001
4002 * text.texi (Fill Commands): Document fill-paragraph-or-region.
4003 (Fill Prefix, Format Indentation): Replace fill-paragraph with
4004 fill-paragraph-or-region.
4005
4006 * basic.texi (Arguments): Replace fill-paragraph with
4007 fill-paragraph-or-region.
4008
b981e2c6
ER
40092007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4010
4011 * files.texi: Update the section on version control for 2007
2a9f4d55 4012 conditions. None of these changes are new-VC-specific; that
b981e2c6
ER
4013 will come later.
4014
5fceaf9c
GM
40152007-09-15 Glenn Morris <rgm@gnu.org>
4016
4017 * calendar.texi (Holidays): Change all instances of `holiday-list' back
4018 to `list-holidays'.
4019
b0e44b17
GM
40202007-09-14 Glenn Morris <rgm@gnu.org>
4021
4022 * calendar.texi: Update all instances of mark-calendar-holidays,
4023 list-calendar-holidays, list-holidays with the new names.
4024
8cf51b2c
GM
40252007-09-06 Glenn Morris <rgm@gnu.org>
4026
46a367db 4027 Move manual sources from man/ to subdirectories of doc/.
8cf51b2c
GM
4028 Split into the Emacs manual in emacs/, and other manuals in misc/.
4029 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4030 manual.
4031 (infodir): New variable.
4032 (info): Use $infodir.
4033 (emacsman): Delete target, not needed any more.
4034 Move all targets that are not the Emacs manual to misc/Makefile.in.
4035 (mostlyclean): Remove `gnustmp'.
4036 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs
4037 manual.
92f9b43f 4038 (MULTI_INSTALL_INFO, ENVADD, infodir): Go up one more level.
8cf51b2c
GM
4039 (emacsman): Delete target, not needed any more.
4040 (clean): Remove all info files but Emacs manual.
4041 Move all targets that are not the Emacs manual to misc/Makefile.in.
4042 * emacs-xtra.texi, emacs.texi (setfilename): Go up one more level.
4043
4044 * Makefile.in (INFOSOURCES): Delete.
4045 (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4046 (mostlyclean): Add *.op, *.ops. Move *.aux *.cps *.fns *.kys *.pgs
4047 *.vrs *.toc here...
4048 (maintainer-clean): ...from here.
4049
40502007-09-05 Glenn Morris <rgm@gnu.org>
4051
4052 * custom.texi (Safe File Variables): Clarify `!' and risky variables.
4053
8cf51b2c
GM
40542007-08-29 Glenn Morris <rgm@gnu.org>
4055
4056 * emacs.texi (EMACSVER): Increase to 23.0.50.
4057
3420c522
RS
40582007-08-27 Richard Stallman <rms@gnu.org>
4059
4060 * emacs.texi (Top): Clarify menu item for Glossary.
4061
4062 * display.texi (Faces): Change secn title.
4063 Clarify not all fonts come from Font Lock.
4064
8cf51b2c
GM
40652007-08-17 Eli Zaretskii <eliz@gnu.org>
4066
4067 * basic.texi (Position Info): Add index entry for face at point.
4068 Mention that character faces are also displayed by "C-u C-x =".
4069
8cf51b2c
GM
40702007-08-08 Glenn Morris <rgm@gnu.org>
4071
4072 * glossary.texi (Glossary): Deprecate `iff'.
8cf51b2c
GM
4073
40742007-08-07 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * files.texi (File Conveniences): Document point motion keys in Image
4077 mode.
4078
8cf51b2c
GM
40792007-07-27 Glenn Morris <rgm@gnu.org>
4080
8cf51b2c
GM
4081 * emacs.texi (Copying): Include license text from gpl.texi, rather than
4082 in-line.
4083
4084 * gpl.texi: New file with text of GPL.
4085 * Makefile.in (EMACSSOURCES): Add gpl.texi.
4086
40872007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4088
4089 * vc2-xtra.texi (Customizing VC): Add GIT and HG.
4090
4091 * dired.texi (Wdired): Mention C-x C-q key binding.
4092
40932007-07-28 Nick Roberts <nickrob@snap.net.nz>
4094
4095 * building.texi (GDB Graphical Interface): Qualify use of "M-x gdba".
4096
40972007-07-25 Glenn Morris <rgm@gnu.org>
4098
8cf51b2c
GM
4099 * emacs.texi (Copying): Replace license with GPLv3.
4100
4101 * Relicense all FSF files to GPLv3 or later.
4102
41032007-07-24 Glenn Morris <rgm@gnu.org>
4104
4105 * calendar.texi (Writing Calendar Files): cal-tex-diary etc only work
4106 for some calendars.
4107
41082007-07-23 Nick Roberts <nickrob@snap.net.nz>
4109
4110 * screen.texi (Mode Line): Describe new mode-line flag that shows if
4111 default-directory for the current buffer is on a remote machine.
4112
8cf51b2c
GM
41132007-07-21 Eli Zaretskii <eliz@gnu.org>
4114
4115 * vc2-xtra.texi (Customizing VC) <vc-handled-backends>: Update the
4116 default value.
4117
41182007-07-21 Richard Stallman <rms@gnu.org>
4119
4120 * files.texi (Why Version Control?): Improve previous change.
4121
41222007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
4123
4124 * files.texi (Why Version Control?): New node.
4125
8cf51b2c
GM
41262007-07-12 Nick Roberts <nickrob@snap.net.nz>
4127
8cf51b2c
GM
4128 * building.texi (Starting GUD): Add xref to this anchor.
4129
8cf51b2c
GM
41302007-06-24 Karl Berry <karl@gnu.org>
4131
2a9f4d55 4132 * emacs.texi: New Back-Cover Text.
8cf51b2c 4133
8cf51b2c
GM
41342007-06-07 Alan Mackenzie <acm@muc.de>
4135
4136 * display.texi (Optional Mode Line): Document the new form of
4137 line+column numbers, "(561,2)".
4138
41392007-06-06 Juanma Barranquero <lekktu@gmail.com>
4140
49823426 4141 * maintaining.texi (Create Tags Table): Fix typos.
8cf51b2c
GM
4142
41432007-06-02 Chong Yidong <cyd@stupidchicken.com>
4144
4145 * Version 22.1 released.
4146
8cf51b2c
GM
41472007-05-07 Karl Berry <karl@gnu.org>
4148
4149 * emacs.texi (EMACSVER): Back to 22.
4150
41512007-05-06 Richard Stallman <rms@gnu.org>
4152
4153 * maintaining.texi (Create Tags Table): Clean up previous change.
4154
c8763fb6 41552007-05-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4156
4157 * maintaining.texi (Create Tags Table): Add text about the dangers of
4158 making symbolic links to tags files.
4159
41602007-05-04 Karl Berry <karl@gnu.org>
4161
4162 * emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.
4163
41642007-05-03 Karl Berry <karl@gnu.org>
4165
4166 * emacs.texi (EMACSVER) [smallbook]: 22 for printed version.
4167
4168 * .cvsignore (*.pdf): New entry.
4169
8cf51b2c
GM
4170 * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
4171 for printing.
4172
41732007-05-01 Richard Stallman <rms@gnu.org>
4174
4175 * cmdargs.texi (Initial Options): Under --batch, mention --eval.
4176
8cf51b2c
GM
41772007-04-28 Glenn Morris <rgm@gnu.org>
4178
4179 * ack.texi (Acknowledgments):
4180 * anti.texi (Antinews):
8cf51b2c
GM
4181 * programs.texi (Program Modes): Restore mention of python.el pending
4182 consideration of legal status.
4183
41842007-04-28 Richard Stallman <rms@gnu.org>
4185
4186 * files.texi (File Names): Fixes to ~ description on MS systems.
4187
8cf51b2c
GM
41882007-04-26 Glenn Morris <rgm@gnu.org>
4189
4190 * emacs.texi (EMACSVER): Increase to 22.1.50.
4191
41922007-04-25 Karl Berry <karl@gnu.org>
4193
4194 * emacs.texi: Improve line breaks on copyright page,
4195 similar layout to lispref, 8.5x11 by default.
4196
4197 * dired.texi (Image-Dired): Improve line break, fix typo.
4198
41992007-04-24 Chong Yidong <cyd@stupidchicken.com>
4200
4201 * programs.texi (Program Modes):
8cf51b2c
GM
4202 * anti.texi (Antinews):
4203 * ack.texi (Acknowledgments): python.el removed.
4204
8cf51b2c
GM
42052007-04-23 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * display.texi (Highlight Interactively): Correct description of
4208 hi-lock-file-patterns-policy.
4209
4210 * files.texi (File Archives): Mention self-extracting executables.
4211
42122007-04-23 Eli Zaretskii <eliz@gnu.org>
4213
4214 * search.texi (Unconditional Replace, Query Replace): Add xref to
4215 "Replacement and Case".
4216
42172007-04-22 Chong Yidong <cyd@stupidchicken.com>
4218
4219 * dired.texi (Image-Dired): Move from Thumbnails node.
4220 * misc.texi (Thumbnails): Node deleted.
4221 * emacs.texi (Top): Update node listing.
4222
4223 * files.texi (File Conveniences):
49823426 4224 * ack.texi (Acknowledgments): Rename "tumme" to "image-dired".
8cf51b2c
GM
4225
42262007-04-21 Richard Stallman <rms@gnu.org>
4227
4228 * display.texi (Highlight Interactively): Correct previous change.
4229 Clarify doc of hi-lock-find-patterns, and move new features into it.
4230
42312007-04-20 David Koppelman <koppel@ece.lsu.edu>
4232
1c6c854e
CS
4233 * display.texi (Highlight Interactively):
4234 Document hi-lock-file-patterns-policy.
8cf51b2c
GM
4235
42362007-04-20 Martin Rudalics <rudalics@gmx.at>
4237
4238 * display.texi (Scrolling): Fix typo.
4239
8cf51b2c
GM
42402007-04-15 Chong Yidong <cyd@stupidchicken.com>
4241
8cf51b2c
GM
4242 * doclicense.texi: Remove node heading, so that it can be included by
4243 other files.
4244
4245 * emacs.texi: Insert node heading for GFDL.
4246
8cf51b2c
GM
42472007-04-14 Eli Zaretskii <eliz@gnu.org>
4248
4249 * cmdargs.texi (Colors): Qualify "color of window" index entry by
4250 "command line".
4251
4252 * display.texi (Faces): Refer to "Creating Frames" for face
4253 and other frame customizations in .emacs.
4254
4255 * frames.texi (Creating Frames): Mention that face customizations can
4256 be put in .emacs. Add index entries.
4257
42582007-04-12 Richard Stallman <rms@gnu.org>
4259
4260 * glossary.texi (Glossary): Explain `iff'.
4261
42622007-04-11 Karl Berry <karl@gnu.org>
4263
4264 * gnu.texi (Top),
4265 * macos.texi (Mac Font Specs),
4266 * anti.texi (Antinews),
4267 * xresources.texi (Resources),
4268 * misc.texi (Emulation),
4269 * calendar.texi (Daylight Saving),
4270 * dired.texi (Dired and Find),
4271 * rmail.texi (Remote Mailboxes),
4272 * sending.texi (Mail Headers),
4273 * programs.texi (Which Function),
4274 * files.texi (Recover),
4275 * buffers.texi (Uniquify),
4276 * frames.texi (Wheeled Mice),
4277 * killing.texi (Rectangles): Wording to improve breaks in
4278 8.5x11 format.
4279 * mule.texi (Language Environments): \hbadness=10000 since there's
4280 no way to reword.
4281 * emacs.texi (smallbook): New @set to more easily switch between
4282 smallbook and 8.5x11.
4283
42842007-04-11 Richard Stallman <rms@gnu.org>
4285
4286 * files.texi (File Conveniences): Add xref to Tumme.
4287 Delete text about Thumbnail mode.
4288
8cf51b2c
GM
42892007-04-09 Alan Mackenzie <acm@muc.de>
4290
4291 * cmdargs.texi (Initial Options): Call "inhibit-splash-screen" by its
4292 new name. Insert concept index entries.
4293
8cf51b2c
GM
42942007-04-08 Chong Yidong <cyd@stupidchicken.com>
4295
4296 * display.texi (Standard Faces): Document prefix arg for
4297 list-faces-display.
4298
4299 * rmail.texi (Rmail Scrolling): Document rmail-end-of-message.
4300
8cf51b2c
GM
43012007-04-07 Chong Yidong <cyd@stupidchicken.com>
4302
8cf51b2c
GM
4303 * killing.texi (Deletion): Rewrite description of M-\ prefix argument.
4304
4305 * files.texi (Misc File Ops): Rewrite description of
4306 insert-file-literally.
4307
8cf51b2c
GM
43082007-03-31 Eli Zaretskii <eliz@gnu.org>
4309
4310 * misc.texi (Printing): Postscript -> PostScript.
4311
8cf51b2c
GM
4312 * ack.texi (Acknowledgments): Postscript -> PostScript.
4313
4314 * custom.texi (Init File, Init Non-ASCII): Fix last change.
4315
4316 * emacs.texi (Top): Fix the menu due to the change in custom.texi
4317 below.
4318
43192007-03-30 Chong Yidong <cyd@stupidchicken.com>
4320
4321 * custom.texi (Non-ASCII Rebinding): Node deleted. Material moved to
4322 Init Non-ASCII.
4323 (Init Rebinding, Init Syntax): Link to Init Non-ASCII instead.
4324 (Init Non-ASCII): New node.
4325
43262007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4327
4328 * macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
4329
8cf51b2c
GM
43302007-03-12 Glenn Morris <rgm@gnu.org>
4331
8cf51b2c
GM
4332 * calendar.texi, emacs.texi (Daylight Saving): Rename node from
4333 "Daylight Savings".
4334
49823426 4335 * calendar.texi: Replace "daylight savings" with "daylight
8cf51b2c
GM
4336 saving" in text throughout.
4337
8cf51b2c
GM
43382007-03-04 Richard Stallman <rms@gnu.org>
4339
4340 * custom.texi (Safe File Variables): Minor correction.
4341
8cf51b2c
GM
43422007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
4343
4344 * rmail.texi (Movemail): Add internal ref.
4345 Don't indent the intro for the PROTO table.
4346 Format PROTO table items with @code.
4347
8cf51b2c
GM
43482007-02-26 Nick Roberts <nickrob@snap.net.nz>
4349
4350 * building.texi: Remove references to bashdb.
4351
8cf51b2c
GM
43522007-02-19 Juanma Barranquero <lekktu@gmail.com>
4353
4354 * mule.texi (Language Environments): Update list of supported language
4355 environments.
4356
8cf51b2c
GM
43572007-02-14 Kim F. Storm <storm@cua.dk>
4358
4359 * building.texi (Grep Searching): Fix lgrep doc.
4360
43612007-02-12 Chong Yidong <cyd@stupidchicken.com>
4362
4363 * back.texi: Remove unused file.
4364
c8763fb6 43652007-02-05 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
4366
4367 * maintaining.texi (Tag Syntax): Now --members is the default for
4368 etags, not for ctags yet.
4369
8cf51b2c
GM
43702007-02-03 Eli Zaretskii <eliz@gnu.org>
4371
4372 * emacs.texi (Top): Update the top-level menus. Make the detailed menu
4373 headers compliant with Texinfo guidelines and with what texnfo-upd.el
4374 expects. Add comments to prevent people from inadvertently modifying
4375 the key parts needed by `texinfo-multiple-files-update'.
4376
43772007-01-29 Chong Yidong <cyd@stupidchicken.com>
4378
4379 * frames.texi (Secondary Selection): Window clicked does not matter
4380 when mouse-yank-at-point is non-nil.
4381
8cf51b2c
GM
43822007-01-16 Glenn Morris <rgm@gnu.org>
4383
4384 * abbrevs.texi (Editing Abbrevs): Describe how to disable a
4385 system abbrev.
4386
43872007-01-11 Richard Stallman <rms@gnu.org>
4388
4389 * msdog.texi (Windows Keyboard): Another small cleanup.
4390
43912007-01-10 Richard Stallman <rms@gnu.org>
4392
4393 * msdog.texi (Windows Keyboard): Yet another try to make
4394 everyone happy with that passage.
4395
43962007-01-05 Richard Stallman <rms@gnu.org>
4397
4398 * anti.texi (Antinews): Mention M-x shell scrolling.
4399
44002007-01-05 Nick Roberts <nickrob@snap.net.nz>
4401
4402 * building.texi (Watch Expressions): Describe gdb-max-children.
4403
8cf51b2c
GM
44042007-01-04 Richard Stallman <rms@gnu.org>
4405
8cf51b2c
GM
4406 * msdog.texi (Windows Keyboard): Clarify previous change.
4407
8cf51b2c
GM
44082007-01-02 Richard Stallman <rms@gnu.org>
4409
4410 * custom.texi (Changing a Variable): Minor clarification.
4411 (Specific Customization): customize-customized => customize-unsaved.
4412
4413 * entering.texi (Entering Emacs): Clean up text about restarting
4414 Emacs for each file.
4415
4416 * misc.texi (Shell Options): Minor cleanup.
4417
4418 * msdog.texi (Windows Keyboard): Explain that Windows was incompatible
4419 with Emacs, not vice versa.
4420
4421 * programs.texi (Symbol Completion): Recommend customizing
4422 window manager.
4423
4424 * xresources.texi (Resources): Minor fix.
4425
c8763fb6 44262007-01-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4427
4428 * xresources.texi (Table of Resources): Add scrollBarWidth resource.
4429
44302007-01-01 Richard Stallman <rms@gnu.org>
4431
4432 * commands.texi (User Input): Document keys stolen by window mangers.
4433
44342006-12-31 Richard Stallman <rms@gnu.org>
4435
4436 * custom.texi (Specific Customization): Document customize-option
4437 instead of customize-variable.
4438
44392006-12-31 Kim F. Storm <storm@cua.dk>
4440
4441 * major.texi (Choosing Modes): Document auto-mode-case-fold.
4442
44432006-12-30 Kim F. Storm <storm@cua.dk>
4444
4445 * killing.texi (CUA Bindings): Fix typo.
4446
4447 * xresources.texi (Table of Resources): Mention grow-only value for
4448 auto-resize-tool-bars.
4449
8cf51b2c
GM
44502006-12-27 Eli Zaretskii <eliz@gnu.org>
4451
4452 * msdog.texi (Windows Keyboard): Mention widespread Windows bindings,
4453 and how to get them back.
4454
44552006-12-26 Richard Stallman <rms@gnu.org>
4456
4457 * calendar.texi (Holidays): Holiday listing is based on current
4458 practice, but DST is not.
4459
44602006-12-25 Richard Stallman <rms@gnu.org>
4461
4462 * emacs.texi (Top): Update subnode menus.
4463
4464 * mark.texi (Transient Mark): Fix xref.
4465
4466 * killing.texi (Graphical Kill): Node deleted.
4467 (Killing): Add xref to Cut and Paste.
4468 (CUA Bindings): Update xref.
4469
4470 * frames.texi (Cut and Paste): New section to hold other nodes.
4471 (Mouse Commands): Node demoted.
4472 (Cut/Paste Other App): Split out from Mouse Commands.
4473 (Word and Line Mouse): Likewise.
4474 (Secondary Selection, Clipboard): Nodes demoted.
4475
8cf51b2c
GM
44762006-12-24 Kevin Ryde <user42@zip.com.au>
4477
4478 * calendar.texi (Holidays): US daylight saving begins second Sunday
4479 in March for 2007 onwards.
4480 (Daylight Savings): Show new US default daylight saving rules, 2nd
4481 Sun in Mar to 1st Sun in Nov, now in cal-dst.el.
4482
44832006-12-23 Chong Yidong <cyd@stupidchicken.com>
4484
4485 * calendar.texi (Scroll Calendar): < and > are switched.
4486
44872006-12-23 Kevin Rodgers <ihs_4664@yahoo.com>
4488
4489 * killing.texi (Deletion): Describe M-\ prefix argument.
4490
44912006-12-23 Richard Stallman <rms@gnu.org>
4492
4493 * search.texi (Regexp Search): Explain why forward and reverse regexp
4494 search are not mirror images.
4495
8cf51b2c
GM
44962006-12-19 Kim F. Storm <storm@cua.dk>
4497
4498 * major.texi (Choosing Modes): Describe match-function elements for
4499 magic-mode-alist.
4500
8cf51b2c
GM
45012006-12-18 Eli Zaretskii <eliz@gnu.org>
4502
4503 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
4504 peculiarities.
4505
45062006-12-18 Richard Stallman <rms@gnu.org>
4507
4508 * abbrevs.texi (Editing Abbrevs): Fix previous change.
4509
8cf51b2c
GM
45102006-12-17 Alan Mackenzie <acm@muc.de>
4511
4512 * programs.texi (Left Margin Paren): Remove the bit which says
4513 that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
4514 Discuss some of the issues of setting this option to nil.
4515
45162006-12-17 Glenn Morris <rgm@gnu.org>
4517
4518 * abbrevs.texi (Editing Abbrevs): Mention system abbrevs.
4519
45202006-12-16 Eli Zaretskii <eliz@gnu.org>
4521
4522 * msdog.texi (Windows Keyboard): Clarify `w32-recognize-altgr' effect.
4523 (Windows Files): `w32-get-true-file-attributes' is only relevant for
4524 NTFS volumes.
4525 (ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS
4526 volumes.
4527
45282006-12-15 Eli Zaretskii <eliz@gnu.org>
4529
4530 * text.texi (HTML Mode): Fix "C-c TAB".
4531
8cf51b2c
GM
45322006-12-09 Richard Stallman <rms@gnu.org>
4533
4534 * misc.texi (Invoking emacsclient): Simplify TCP file text.
4535
45362006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
4537
4538 * files.texi (Misc File Ops): Document insert-file-literally.
4539
45402006-12-08 Eli Zaretskii <eliz@gnu.org>
4541
4542 * cmdargs.texi (Colors): Note that --color is intended for overriding
4543 the terminal defaults, not for normal invocation.
4544
4545 * misc.texi (Emacs Server): Improve wording. Don't mention the
4546 ``server program''. Add a cross-reference to "Init File" node.
4547 (Invoking emacsclient): Add index entries. Document both short and
4548 long versions of command-line options. Document the -f option.
4549
8cf51b2c
GM
45502006-12-06 Richard Stallman <rms@gnu.org>
4551
4552 * text.texi (Outline Format): Say to set outline-regexp
4553 and outline-level with major modes and file local variables.
4554
c8763fb6 45552006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
8cf51b2c
GM
4556
4557 * anti.texi (Antinews): Mention the alternative to
4558 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
4559
8cf51b2c
GM
4560 * misc.texi (Interactive Shell): Ditto.
4561
45622006-12-04 Eli Zaretskii <eliz@gnu.org>
4563
4564 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4565
4566 * ack.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.
4567
45682006-12-01 Eli Zaretskii <eliz@gnu.org>
4569
4570 * mule.texi (Enabling Multibyte): Rephrase the confusing reference to a
4571 colon in the mode line.
4572
4573 * msdog.texi (Windows Processes) [@ifnottex]: Mention w32-shell-execute.
4574
45752006-11-26 Nick Roberts <nickrob@snap.net.nz>
4576
4577 * building.texi (Watch Expressions): Mention SPC for expanding/
4578 contracting watch expressions.
4579
45802006-11-26 Kim F. Storm <storm@cua.dk>
4581
4582 * kmacro.texi (Basic Keyboard Macro): Mention F3/F4 more.
4583
45842006-11-26 Nick Roberts <nickrob@snap.net.nz>
4585
4586 * building.texi (Debugger Operation): Define text command mode.
4587 Clarify how tooltips work.
4588 (GDB Graphical Interface): Explain how to run in text command mode
4589 more clearly.
4590
45912006-11-25 Juanma Barranquero <lekktu@gmail.com>
4592
4593 * mule.texi (Defining Fontsets): Fix use of `charset' and `font'.
4594
45952006-11-22 Juanma Barranquero <lekktu@gmail.com>
4596
4597 * anti.texi (Antinews): Mention --server-file and TCP sockets.
4598
8cf51b2c
GM
45992006-11-18 Chong Yidong <cyd@stupidchicken.com>
4600
4601 * misc.texi (Interactive Shell): INSIDE_EMACS is set to t,
4602 and EMACS is deprecated.
4603
46042006-11-18 Juanma Barranquero <lekktu@gmail.com>
4605
4606 * makefile.w32-in (emacs.dvi): Remove xresmini.texi.
4607
c8763fb6 46082006-11-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4609
4610 * Makefile.in (emacs.dvi): Remove xresmini.texi.
4611
4612 * emacs.texi: Include xresources.texi both for info and dvi.
4613
4614 * xresources.texi: Merge text from xresmini.texi.
4615
c8763fb6 46162006-11-12 Roberto Rodríguez <lanubeblanca@googlemail.com> (tiny change)
8cf51b2c
GM
4617
4618 * glossary.texi: Fix typos.
4619
8cf51b2c
GM
46202006-11-06 Richard Stallman <rms@gnu.org>
4621
4622 * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti.
4623
4624 * ack.texi (Acknowledgments): Fix name spelling.
4625
46262006-11-01 Juri Linkov <juri@jurta.org>
4627
4628 * search.texi (Word Search): Document incremental word search.
4629
46302006-10-28 Glenn Morris <rgm@gnu.org>
4631
4632 * ack.texi (Acknowledgments): Add cal-html author.
4633
4634 * calendar.texi (Writing Calendar Files): Rename section (was "LaTeX
4635 Calendar"). Describe new package cal-html.
4636 * emacs.texi (Top): Rename old node "LaTeX Calendar" to "Writing
4637 Calendar Files."
4638
8cf51b2c
GM
46392006-10-23 Richard Stallman <rms@gnu.org>
4640
4641 * abbrevs.texi (Expanding Abbrevs): Expansion happens only when
4642 Abbrev mode is enabled.
4643
8cf51b2c
GM
46442006-10-16 Richard Stallman <rms@gnu.org>
4645
8cf51b2c
GM
4646 * emacs.texi: Update ISBN.
4647
8cf51b2c
GM
46482006-10-11 Kim F. Storm <storm@cua.dk>
4649
4650 * emacs.texi (Acknowledgments): Use @dotless{i}.
4651
46522006-10-08 Nick Roberts <nickrob@snap.net.nz>
4653
4654 * building.texi (Breakpoints Buffer): Mention catchpoints.
4655
46562006-10-08 Kim F. Storm <storm@cua.dk>
4657
4658 * ack.texi (Acknowledgments): Update.
4659
4660 * emacs.texi (Acknowledgments): Fix bad @/ form.
4661
8cf51b2c
GM
46622006-10-05 Kim F. Storm <storm@cua.dk>
4663
4664 * emacs.texi (Acknowledgments): Add more contributors.
4665
46662006-10-03 Richard Stallman <rms@gnu.org>
4667
4668 * emacs.texi (Acknowledgments): Update version and edition.
4669
8cf51b2c
GM
46702006-10-01 Karl Berry <karl@gnu.org>
4671
4672 * custom.texi (Customization Groups): Page break to keep example buffer
4673 on one page.
4674
46752006-09-30 Karl Berry <karl@gnu.org>
4676
4677 * programs.texi (Basic Indent): @need to improve page break.
4678 * text.texi: Rewording to improve page breaks, and use @LaTeX{}.
4679
46802006-09-29 Glenn Morris <rgm@gnu.org>
4681
4682 * calendar.texi (Date Formats): Doc fix for european-calendar-style.
4683
46842006-09-29 Karl Berry <karl@gnu.org>
4685
4686 * windows.texi (Basic Window): Remove forced @break, no longer
4687 desirable.
4688 * frames.texi (Frame Commands),
4689 * mark.texi (Marking Objects): Reword to avoid bad page break.
4690 * display.texi (Auto Scrolling): Use @tie{} to avoid bad line break.
4691
46922006-09-19 Richard Stallman <rms@gnu.org>
4693
4694 * frames.texi (Dialog Boxes): Clean up wording: avoid passive,
4695 stick to present tense.
4696
c8763fb6 46972006-09-18 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
4698
4699 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
4700 to x-gtk-use-old-file-dialog.
4701 (Dialog Boxes): Document x-gtk-file-dialog-help-text.
4702
47032006-09-15 Jay Belanger <belanger@truman.edu>
4704
49823426 4705 * emacs.texi (GNU GENERAL PUBLIC LICENSE):
8cf51b2c
GM
4706 Change "Library Public License" to "Lesser Public License"
4707 throughout. Use "yyyy" to represent year.
4708
8cf51b2c
GM
47092006-09-12 Reiner Steib <Reiner.Steib@gmx.de>
4710
4711 * files.texi (Visiting): Add index entry "open file".
4712
8cf51b2c
GM
47132006-09-11 Richard Stallman <rms@gnu.org>
4714
4715 * building.texi (Compilation Mode): Clarification.
4716 (Grep Searching): Add xref to Compilation Mode.
4717
8cf51b2c
GM
47182006-09-08 Richard Stallman <rms@gnu.org>
4719
4720 * search.texi (Search): Ref multi-file search commands here.
4721 (Other Repeating Search): Not here.
4722
8cf51b2c
GM
47232006-08-28 Richard Stallman <rms@gnu.org>
4724
4725 * windows.texi (Split Window): Update xref.
4726
4727 * basic.texi (Continuation Lines): Update xref.
4728
4729 * indent.texi (Tab Stops): Update xref.
4730
4731 * emacs.texi (Top): Update subnode menu.
4732
4733 * display.texi (Line Truncation, Displaying Boundaries): New nodes,
4734 split out of Display Custom.
4735
47362006-08-25 Kim F. Storm <storm@cua.dk>
4737
4738 * display.texi (Display Custom): Add variables overline-margin
4739 and x-underline-at-descent-line.
4740
47412006-08-25 Richard Stallman <rms@gnu.org>
4742
4743 * entering.texi (Exiting): Rewrite to give graphical displays
4744 priority over text terminals.
4745
4746 * search.texi (Incremental Search): Move index entries.
4747
47482006-08-23 Chong Yidong <cyd@stupidchicken.com>
4749
4750 * custom.texi (Init File): Reference Find Init to avoid "home
4751 directory" confusion.
4752
47532006-08-22 Nick Roberts <nickrob@snap.net.nz>
4754
4755 * building.texi (Other GDB-UI Buffers): Describe how to edit
4756 a value in the locals buffer.
4757
47582006-08-21 Richard Stallman <rms@gnu.org>
4759
4760 * search.texi (Basic Isearch): Add `isearch' index entry.
4761
47622006-08-16 Richard Stallman <rms@gnu.org>
4763
4764 * misc.texi (Saving Emacs Sessions): Clean up wording.
4765
4766 * mark.texi (Marking Objects): Mention term "select all".
4767
4768 * emacs.texi (Top): Update subnode menu.
4769
4770 * help.texi (Help Mode): Move node up in file.
4771
8cf51b2c
GM
47722006-08-15 Nick Roberts <nickrob@snap.net.nz>
4773
4774 * building.texi (Stack Buffer): Explain fringe arrow.
4775
8cf51b2c
GM
47762006-08-12 Eli Zaretskii <eliz@gnu.org>
4777
8cf51b2c
GM
4778 * misc.texi (Saving Emacs Sessions): Clarify when desktop is restored
4779 on startup.
4780
47812006-08-11 Romain Francoise <romain@orebokech.com>
4782
4783 * ack.texi (Acknowledgments): Delete mention to zone-mode.el.
4784
47852006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
4786
4787 * mule.texi (Recognize Coding, Text Coding): Fix typos.
4788
47892006-08-10 Richard Stallman <rms@gnu.org>
4790
4791 * text.texi (Format Faces): Substantial rewrites to deal
1c6c854e
CS
4792 with face merging. Empty regions don't count.
4793 Clarify face property inheritance.
8cf51b2c
GM
4794
47952006-08-08 Romain Francoise <romain@orebokech.com>
4796
4797 * dired.texi (Marks vs Flags): Fix typo reported by Ari Roponen
4798 <arjuropo@cc.jyu.fi>.
4799
8cf51b2c
GM
48002006-08-04 Eli Zaretskii <eliz@gnu.org>
4801
4802 * cmdargs.texi (Window Size X) <--geometry>: Only width and height
4803 apply to all frames.
4804
8cf51b2c
GM
48052006-08-01 Richard Stallman <rms@gnu.org>
4806
4807 * help.texi (Name Help): Add index entries for describe-variable.
4808
48092006-08-01 Nick Roberts <nickrob@snap.net.nz>
4810
4811 * building.texi (GDB Graphical Interface): Shorten node names.
4812 (GDB-UI Layout): Use GDB-related.
4813 (Other GDB-UI Buffers): Simplify English.
4814
48152006-07-31 Richard Stallman <rms@gnu.org>
4816
4817 * search.texi (Query Replace): Add xref for Dired's Q command.
4818
8cf51b2c
GM
48192006-07-31 Nick Roberts <nickrob@snap.net.nz>
4820
4821 * building.texi (GDB commands in Fringe): Rename to...
4822 (Source Buffers): ..this and move forward. Describe hollow arrow and
4823 new option gdb-find-source-frame.
4824
48252006-07-29 Richard Stallman <rms@gnu.org>
4826
4827 * dired.texi (Operating on Files): Simplify previous change
4828 and fix Texinfo usage.
4829
48302006-07-29 Eli Zaretskii <eliz@gnu.org>
4831
4832 * dired.texi (Operating on Files): Add cross-references. State the
4833 Unix commands that do similar things.
4834
48352006-07-28 Richard Stallman <rms@gnu.org>
4836
4837 * mark.texi (Transient Mark): Clarify that region never disappears
4838 when Transient Mark mode is off, and not when it is on.
4839
48402006-07-27 Richard Stallman <rms@gnu.org>
4841
4842 * search.texi (Non-ASCII Isearch): Clarify. Mention C-q.
4843
48442006-07-24 Richard Stallman <rms@gnu.org>
4845
4846 * xresources.texi (GTK styles): Fix texinfo usage.
4847
8cf51b2c
GM
4848 * commands.texi (User Input): Explain why we teach keyboard cmds.
4849
4850 * xresources.texi, xresmini.texi, search.texi, programs.texi:
4851 * misc.texi, kmacro.texi, killing.texi, glossary.texi:
4852 * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
4853 * doclicense.texi, display.texi, dired.texi, basic.texi:
4854 * anti.texi, ack.texi: Move periods and commas inside quotes.
4855
48562006-07-22 Eli Zaretskii <eliz@gnu.org>
4857
4858 * cmdargs.texi (General Variables): Document EMAIL.
4859
48602006-07-21 Eli Zaretskii <eliz@gnu.org>
4861
4862 * frames.texi (Frame Commands): Mention that focus-follows-mouse
4863 doesn't have effect on MS-Windows.
4864
8cf51b2c
GM
48652006-07-17 Richard Stallman <rms@gnu.org>
4866
4867 * building.texi (Grep Searching): Explain about chaining grep commands.
4868
8cf51b2c
GM
48692006-07-10 Nick Roberts <nickrob@snap.net.nz>
4870
49823426 4871 * killing.texi, mini.texi: Fix typos.
8cf51b2c
GM
4872
48732006-07-09 Chong Yidong <cyd@stupidchicken.com>
4874
4875 * misc.texi (Invoking emacsclient): Document behavior when emacsclient
4876 is invoked for multiple files.
4877
48782006-07-08 Eli Zaretskii <eliz@gnu.org>
4879
4880 * msdog.texi (Windows Keyboard) [@iftex]: Add an @inforef to the
4881 on-line manual for the rest of this node.
4882 (Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
4883 unconditionally.
4884 (Windows Processes) <w32-quote-process-args>: Include unconditionally.
4885 Improve wording.
4886 (Windows Printing): Improve wording.
4887 (Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the
4888 rest of this node.
4889
8cf51b2c
GM
48902006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4891
49823426
GM
4892 * building.texi (Lisp Eval): Throughout, replace eval-current-buffer
4893 with eval-buffer.
8cf51b2c
GM
4894
48952006-07-05 Nick Roberts <nickrob@snap.net.nz>
4896
4897 * mule.texi (Coding Systems, Specify Coding): Link descriptions
4898 of character translation.
4899
49002006-07-04 Nick Roberts <nickrob@snap.net.nz>
4901
4902 * rmail.texi (Remote Mailboxes): Add missing @code keyword.
4903
49042006-07-03 Karl Berry <karl@gnu.org>
4905
4906 * emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
4907 not-too-underfull hboxes in the TeX output.
4908 * abbrevs.texi, buffers.texi, building.texi, calendar.texi,
4909 * cmdargs.texi, custom.texi, dired.texi, macos.texi,
4910 * maintaining.texi, misc.texi, mule.texi, programs.texi, rmail.texi,
4911 * sending.texi, text.texi: Fix overfull/underfull boxes.
4912
49132006-07-03 Romain Francoise <romain@orebokech.com>
4914
4915 * m-x.texi (M-x): Fix.
4916
49172006-07-03 Richard Stallman <rms@gnu.org>
4918
8cf51b2c
GM
4919 * search.texi (Other Repeating Search): filename -> file name.
4920
4921 * misc.texi (Narrowing): Minor cleanups.
4922
4923 * files.texi (Visiting): filename -> file name.
4924
4925 * emacs.texi (Top): Update subnode menus.
4926
4927 * mule.texi (Coding Systems): Move char translation stuff here.
4928 (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
4929 (Recognize Coding): Substantial local rewrites.
4930 (International): Update menu.
4931
4932 * display.texi (Auto Scrolling): New node, broken out of Scrolling.
4933 (Scrolling): Substantial local rewrites.
4934 (Display): Update menu and intro.
4935
4936 * dired.texi: filename -> file name.
4937
4938 * custom.texi (Safe File Variables): Texinfo usage fix.
4939
f0131492 49402006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
4941
4942 * help.texi, m-x.texi: Lots of cleanups.
4943
8cf51b2c
GM
49442006-06-30 Eli Zaretskii <eliz@gnu.org>
4945
4946 * msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
4947 (Windows Processes, Windows Misc): Shorten the printed version by
4948 selectively conditioning less important portions by @ifnottex.
4949
8cf51b2c
GM
49502006-06-27 Richard Stallman <rms@gnu.org>
4951
4952 * mini.texi (Minibuffer File): Minor cleanup.
4953
49542006-06-25 Nick Roberts <nickrob@snap.net.nz>
4955
4956 * frames.texi (XTerm Mouse): Rename to...
4957 (Text-Only Mouse): ...this. Mention t-mouse-mode.
4958
4959 * emacs.texi (Top): Use new node name.
4960
49612006-06-24 Eli Zaretskii <eliz@gnu.org>
4962
4963 * emacs.texi (Top): Update the detailed menu according to changes in
4964 msdog.texi.
4965
4966 * msdog.texi (Windows Keyboard): New section.
4967 (Windows Mouse): New section.
4968 (Windows System Menu): Remove section (text merged with "Windows
4969 Keyboard").
4970 (Windows Misc): New section.
4971
4972 * dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.
4973
4974 * msdog.texi (ls in Lisp): New section.
4975
4976 * files.texi (Visiting): Document case-insensitive wildcard matching
4977 under find-file-wildcards.
4978
8cf51b2c
GM
49792006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4980
4981 * macos.texi (Mac Input): Add description of mac-function-modifier.
4982 Now Unicode keyboard layouts work.
4983
8cf51b2c
GM
49842006-06-10 Richard Stallman <rms@gnu.org>
4985
4986 * mule.texi (Recognize Coding): Clarify previous change.
4987
49882006-06-09 Kenichi Handa <handa@m17n.org>
4989
4990 * mule.texi (Recognize Coding): Describe the convention of "CODING!"
4991 notation.
4992
49932006-06-07 Kevin Ryde <user42@zip.com.au>
4994
4995 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4996 manual for @ifnottex, but in emacs-extra for @iftex.
4997
4998 * cmdargs.texi (General Variables): Fix smtpmail xref.
4999
50002006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5001
8cf51b2c 5002 * programs.texi (Comment Commands):
8cf51b2c 5003 * custom.texi (Specifying File Variables):
49823426 5004 Use ;; instead of ;;; to better follow coding conventions.
8cf51b2c
GM
5005
50062006-06-07 Nick Roberts <nickrob@snap.net.nz>
5007
5008 * building.texi (Watch Expressions): Move node to end.
5009 (GDB Graphical Interface): Move description of clicks in fringe...
5010 (GDB commands in the Fringe): ...to here. New node.
5011
8cf51b2c
GM
50122006-06-05 Romain Francoise <romain@orebokech.com>
5013
49823426 5014 * xresmini.texi (GTK resources): Fix various typos.
8cf51b2c
GM
5015
50162006-06-05 Nick Roberts <nickrob@snap.net.nz>
5017
5018 * building.texi (GDB Graphical Interface): Update bindings.
5019 (Commands of GUD): Add gud-print. Remove gud-run.
5020 Restate availability more generally.
5021
f0131492 50222006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5023
5024 * mini.texi: Lots of cleanups.
5025
50262006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5027
5028 * misc.texi (Shell History Copying): Update descriptions of `C-c RET'
5029 and Mouse-2.
5030
c8763fb6 50312006-06-01 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5032
5033 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open.
5034
8cf51b2c
GM
50352006-05-31 Richard Stallman <rms@gnu.org>
5036
5037 * basic.texi (Moving Point): Fix previous change.
5038
c8763fb6 50392006-05-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5040
5041 * screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
5042
f0131492 50432006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
8cf51b2c
GM
5044
5045 * basic.texi: Many simplifications and improvements in wording.
5046
8cf51b2c
GM
50472006-05-26 Nick Roberts <nickrob@snap.net.nz>
5048
5049 * anti.texi (Antinews): Create a node for gdb-ui.
5050
8cf51b2c
GM
50512006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5052
5053 * frames.texi (Menu Bars, Tool Bars): Add index entries.
5054
50552006-05-20 Richard Stallman <rms@gnu.org>
5056
5057 * dired.texi (Dired Navigation): dired-goto-file is now j.
5058
8cf51b2c
GM
50592006-05-20 Eli Zaretskii <eliz@gnu.org>
5060
5061 * mule.texi (Coding Systems): Mention the undecided-* coding systems
5062 and their aliases.
5063
5064 * msdog.texi (Windows Printing): Mention non-support of plain text
5065 printing with some el-cheapo printers, and suggest a workaround.
5066
50672006-05-20 Kevin Ryde <user42@zip.com.au>
5068
5069 * text.texi (TeX Print): tex-dvi-view-command has a default value,
5070 remove the bit saying you must set it.
5071
50722006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5073
5074 * trouble.texi (Checklist):
5075 * text.texi (Text, Auto Fill, Text Mode):
5076 * search.texi (Nonincremental Search):
5077 * rmail.texi (Rmail Labels):
5078 * mule.texi (Input Methods, Multibyte Conversion):
5079 * misc.texi (Gnus, Where to Look, PostScript):
5080 * maintaining.texi (Create Tags Table):
5081 * indent.texi (Indentation Commands):
5082 * fixit.texi (Spelling):
5083 * emacs.texi (Copying):
5084 * custom.texi (Init File): ifinfo -> ifnottex.
5085
8cf51b2c
GM
50862006-05-17 Richard Stallman <rms@gnu.org>
5087
5088 * files.texi (Diff Mode): Mention C-x `.
5089
50902006-05-08 Richard Stallman <rms@gnu.org>
5091
5092 * custom.texi (Disabling): Textual cleanups.
5093
8cf51b2c
GM
50942006-05-12 Glenn Morris <rgm@gnu.org>
5095
5096 * calendar.texi (Displaying the Diary, Format of Diary File):
5097 Refer to diary-view-entries, diary-list-entries,
5098 diary-show-all-entries rather than obsolete aliases.
5099
51002006-05-12 Eli Zaretskii <eliz@gnu.org>
5101
5102 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5103 (Displaying the Diary, Special Diary Entries, Importing Diary):
5104 * building.texi (Compilation Shell):
5105 * buffers.texi (Several Buffers) [iftex]: Replace @xref's to
5106 emacs-xtra with @inforef's.
5107
5108 * files.texi (Visiting): Fix wording.
5109
5110 * mule.texi (Coding Systems, Text Coding): More indexing.
5111 Mention that C-x RET f can set eol conversion.
5112
c8763fb6 51132006-05-07 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5114
5115 * xresmini.texi (GTK resources): Insert GTK description.
5116
5117 * xresources.texi (GTK resources): metafont should be menufont.
5118
8cf51b2c
GM
51192006-05-06 Michael Albinus <michael.albinus@gmx.de>
5120
49823426 5121 * mini.texi (Completion Options): Completion of remote files'
8cf51b2c
GM
5122 method, user name and host name is active only in partial
5123 completion mode.
5124
8cf51b2c
GM
51252006-05-06 Eli Zaretskii <eliz@gnu.org>
5126
5127 * makefile.w32-in (emacs.dvi):
5128 * Makefile.in (emacs.dvi): Add xresmini.texi.
5129
5130 * xresmini.texi (Table of Resources): Remove xref to non-existent
5131 node "LessTif Resources".
5132
5133 * msdog.texi (Microsoft Windows):
5134 * calendar.texi (Calendar/Diary, Displaying the Diary)
5135 (Special Diary Entries, Importing Diary, Holidays):
5136 * programs.texi (Program Modes):
5137 * text.texi (Text):
5138 * buffers.texi (Several Buffers):
5139 * files.texi (Comparing Files): Fix cross-references to emacs-xtra.
5140
51412006-05-06 Eli Zaretskii <eliz@gnu.org>
5142
5143 The following changes merge the emacs-xtra manual into the main
5144 manual, but only for on-line version of the manual.
5145
5146 * vc2-xtra.texi (Version Backups, Local Version Control)
5147 (Making Snapshots, Change Logs and VC, Version Headers)
5148 (Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
5149 on-line manual.
5150
5151 * vc1-xtra.texi (VC Dired Mode) [ifnottex]: Conditional xref's
5152 for on-line manual.
5153
5154 * msdog-xtra.texi (MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
5155 (MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
5156 (MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's
5157 for on-line manual.
5158
5159 * fortran-xtra.texi (Fortran, Fortran Autofill)
5160 (Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's
5161 for on-line manual.
5162
5163 * picture-xtra.texi (Basic Picture, Rectangles in Picture) [ifnottex]:
5164 Conditional xref's for on-line manual.
5165
5166 * emerge-xtra.texi (Emerge, Overview of Emerge)
5167 (Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line
5168 manual.
5169
5170 * Makefile.in (INFO_TARGETS): Remove ../info/emacs-xtra.
5171 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5172 (EMACSSOURCES): Use EMACS_XTRA.
5173 (../info/emacs-xtra): Remove.
5174 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5175
5176 * makefile.w32-in (INFO_TARGETS): Remove $(infodir)/emacs-xtra.
5177 (EMACS_XTRA): New variable, lists the new *-xtra.texi files.
5178 (EMACSSOURCES): Use EMACS_XTRA.
5179 ($(infodir)/emacs-xtra): Remove.
5180 (emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
5181
5182 * trouble.texi (Quitting):
5183 * text.texi (Text):
5184 * programs.texi (Program Modes):
5185 * msdog.texi (Microsoft Windows):
5186 * frames.texi (Frames):
5187 * files.texi (Backup, Version Control, VC Concepts)
5188 (Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
5189 (Registering, VC Status, VC Undo, Multi-User Branching)
5190 (Comparing Files):
5191 * calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
5192 (Displaying the Diary, Special Diary Entries, Importing Diary):
5193 * buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
5194 conditional xref's, depending on @iftex/@ifnottex.
5195
5196 * msdog.texi (Microsoft Windows) [ifnottex]: Add menu entry for
5197 "MS-DOS". @include msdog-xtra.texi.
5198
5199 * programs.texi (Programs) [ifnottex]: Add menu entry for "Fortran".
5200 <Top Level> [ifnottex]: @include fortran-xtra.texi.
5201
5202 * files.texi (Secondary VC Commands) [ifnottex]: Add menu entries
5203 for vc-xtra.texi subsections.
5204 (VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
5205 (Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
5206
5207 * sending.texi (Sending Mail): A @node line without explicit Prev,
5208 Next, and Up links.
5209
5210 * abbrevs.texi (Abbrevs): A @node line without explicit Prev,
5211 Next, and Up links.
5212
5213 * emacs.texi (Top) [ifnottex]: Add menu entries for "Picture Mode"
5214 and its sections. @include picture-xtra.texi.
5215
5216 * maintaining.texi (Maintaining) [ifnottex]: Add menu entry for
5217 "Emerge".
5218 (List Tags) [ifnottex]: @include emerge-xtra.texi.
5219
5220 * cal-xtra.texi (Daylight Savings): Remove this node: it is an
5221 exact duplicate of its name-sake in calendar.texi.
5222
5223 * calendar.texi (Calendar/Diary) [ifnottex]: Add menu item for
5224 "Advanced Calendar/Diary Usage".
5225 (Time Intervals) [ifnottex]: @include cal-xtra.texi.
5226
5227 * dired.texi (Subdirectories in Dired) [ifnottex]: @include
5228 dired-xtra.texi.
5229 (Dired) [ifnottex]: Add menu entry for "Subdir Switches".
5230
5231 * files.texi (Reverting) [ifnottex]: @include arevert-xtra.texi.
5232 (Files) [ifnottex]: Add menu entry for Autorevert.
5233
5234 * emacs-xtra.texi (Introduction): Reword to make consistent with
5235 printed version only.
5236 <Top level>: Remove the body of all chapters and move them to the
5237 new *-xtra.texi files. Use @raisesections and @lowersections to
5238 convert sections to chapters etc.
5239
5240 * msdog-xtra.texi:
5241 * fortran-xtra.texi:
5242 * vc-xtra.texi:
5243 * vc1-xtra.texi:
5244 * vc2-xtra.texi:
5245 * emerge-xtra.texi:
5246 * cal-xtra.texi:
5247 * dired-xtra.texi:
5248 * arevert-xtra.texi: New files, with text from respective chapters
5249 of emacs-xtra.texi. Convert each @chapter into @section, @section
5250 into @subsection, etc.
5251
1c6c854e 5252 * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references
8cf51b2c
GM
5253 updated.
5254
5255 * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft
5256 Windows". All references updated.
5257
52582006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5259
5260 * macos.texi (Mac Input): Mention input from Character Palette.
5261 (Mac Font Specs): Fix typo.
5262
52632006-05-05 Richard Stallman <rms@gnu.org>
5264
5265 * files.texi (Diff Mode): Minor cleanup.
5266
52672006-05-05 Karl Berry <karl@gnu.org>
5268
8cf51b2c
GM
5269 * emacs.texi: Call @fonttextsize 10, inside @tex to avoid
5270 errors from the current release of makeinfo (4.8).
5271 * help.texi (Library Keywords): Change widest word in multitable
5272 template from `emulations' to `convenience'. (Not sure if this is
5273 related to the font change.)
5274
52752006-05-05 Eli Zaretskii <eliz@gnu.org>
5276
5277 * files.texi (File Names): Add a footnote about limited support of
5278 ~USER on MS-Windows.
5279
5280 * cmdargs.texi (Initial Options): Add a footnote about limited
5281 support of ~USER on MS-Windows.
5282
52832006-05-03 Richard Stallman <rms@gnu.org>
5284
5285 * files.texi (Diff Mode): Node moved here.
5286 (Comparing Files): Delete what duplicates new node.
5287 (Files): Put Diff Mode in menu.
5288
1c6c854e 5289 * misc.texi (Diff Mode): Move to files.texi.
8cf51b2c
GM
5290
5291 * emacs.texi (Top): Update menu for Diff Mode.
5292
5293 * trouble.texi (Emergency Escape): Simplify.
5294
5295 * emacs.texi (Top): Minor clarification.
5296
52972006-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5298
5299 * commands.texi, entering.texi, screen.texi: Many simplifications.
5300
53012006-05-03 Richard Stallman <rms@gnu.org>
5302
5303 * commands.texi (Text Characters): Delete paragraph about unibyte
5304 non-ASCII printing chars.
5305
5306 * killing.texi (Killing): Say "graphical displays".
5307 * display.texi: Say "graphical displays".
5308
5309 * cmdargs.texi (Misc X): Say "graphical displays".
5310
53112006-05-01 Richard Stallman <rms@gnu.org>
5312
5313 * emacs.texi (Top): Add Diff Mode to menu.
5314
53152006-05-01 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5316
5317 * misc.texi (Diff Mode): New node.
5318
53192006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5320
5321 * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
5322 (Mac Environment Variables): Shorten example line.
5323 (Mac Font Specs): Shorten lisp lines. Add descriptions for ATSUI.
5324
53252006-05-01 Nick Roberts <nickrob@snap.net.nz>
5326
5327 * building.texi (GUD Customization): Describe cases %d and %c.
5328 Update description for %e.
5329
53302006-04-30 Glenn Morris <rgm@gnu.org>
5331
5332 * calendar.texi (LaTeX Calendar): Mention cal-tex-preamble-extra.
5333
53342006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5335
5336 * custom.texi (Examining): Update C-h v output example.
5337
53382006-04-29 Kim F. Storm <storm@cua.dk>
5339
5340 * building.texi (Grep Searching): Add lgrep and rgrep.
5341
8cf51b2c
GM
53422006-04-23 Richard Stallman <rms@gnu.org>
5343
5344 * emacs.texi [TeX]: Use xresmini.texi instead of xresources.texi.
5345
5346 * xresmini.texi: New file.
5347
5348 * xresources.texi (Face Resources): Split table into font resources
5349 and the rest. Combine similar attributes for brevity.
5350
8cf51b2c
GM
53512006-04-21 Eli Zaretskii <eliz@gnu.org>
5352
5353 * emacs-xtra.texi (MS-DOS File Names): Remove section about
5354 backslashes and case-insensitivity in file names (moved to the
5355 main manual).
5356 (MS-DOS Printing): Move most of the text to the main manual.
5357
5358 * msdog.texi (Windows Files, Windows HOME, MS-Windows Printing):
5359 New nodes.
5360 (Windows Processes, Windows System Menu): Add index entries and
5361 fix wording.
5362
8cf51b2c
GM
53632006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
5364
5365 * misc.texi (Shell Ring): Add notes on saved input when
5366 navigating off the end of the history list.
5367
53682006-04-18 Chong Yidong <cyd@mit.edu>
5369
5370 * misc.texi (Shell Options): Correct default value of
5371 comint-scroll-show-maximum-output.
5372
8cf51b2c
GM
53732006-04-18 Nick Roberts <nickrob@snap.net.nz>
5374
5375 * building.texi (Watch Expressions): Update.
5376
8cf51b2c
GM
53772006-04-12 Richard Stallman <rms@gnu.org>
5378
5379 * search.texi: Clean up previous change.
5380
53812006-04-12 Eli Zaretskii <eliz@gnu.org>
5382
5383 * search.texi (Regexp Backslash, Regexp Replace): Add index
5384 entries for ``back reference'' and mention the term itself in the
5385 text.
5386
53872006-04-11 Richard Stallman <rms@gnu.org>
5388
5389 * custom.texi (Safe File Variables):
5390 Document enable-local-variables = :safe.
5391
53922006-04-11 Karl Berry <karl@gnu.org>
5393
5394 * emacs-xtra.texi, emacs.texi (Dired under VC, VC Dired Commands)
5395 (Remote Repositories, Version Backups, Local Version Control)
5396 (Snapshots, Making and Using Snapshots, Snapshot Caveats)
5397 (Miscellaneous Commands and Features of VC, Change Logs and VC)
5398 (Renaming VC Work Files and Master Files)
5399 (Inserting Version Control Headers, Customizing VC, General Options)
5400 (Options for RCS and SCCS, Options specific for CVS): Move all
5401 these nodes to emacs-xtra.texi, for brevity.
5402 * cmdargs.texi, files.texi: Change cross-references.
5403
8cf51b2c
GM
54042006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5405
5406 * files.texi (Old Versions): Update description of vc-annotate's
5407 use of color to indicate date ranges.
5408
8cf51b2c
GM
54092006-04-09 Kevin Ryde <user42@zip.com.au>
5410
8cf51b2c
GM
5411 * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
5412 put info and printed manual names the right way around.
5413
54142006-04-09 Karl Berry <karl@gnu.org>
5415
5416 * msdog.texi, emacs-xtra.texi: Move all the MS-DOS material to
5417 emacs-xtra.texi, leaving only MS Windows information.
5418 * building.texi, emacs.texi, frames.texi, gnu.texi, macos.texi,
5419 * msdog.texi, mule.texi, trouble.texi: Change cross-references and
5420 node names.
5421
5422 * emacs.texi: Move @summarycontents and @contents to the beginning
5423 of the file.
5424
8cf51b2c
GM
54252006-04-08 Kevin Ryde <user42@zip.com.au>
5426
5427 * text.texi (Fill Commands): fill-nobreak-predicate is now a hook.
5428
54292006-04-07 Richard Stallman <rms@gnu.org>
5430
5431 * programs.texi (Comments, Comment Commands, Options for Comments)
5432 (Multi-Line Comments): "Align", not "indent".
5433 (Basic Indent): C-j deletes trailing whitespace before the newline.
5434
54352006-04-06 Richard Stallman <rms@gnu.org>
5436
8cf51b2c
GM
5437 * programs.texi (Basic Indent): Clarify relationship of C-j to TAB.
5438
54392006-04-06 Eli Zaretskii <eliz@gnu.org>
5440
5441 * killing.texi (Rectangles): Add index entry for marking a rectangle.
5442
8cf51b2c
GM
54432006-04-05 Richard Stallman <rms@gnu.org>
5444
5445 * emacs.texi (Top): Update subnode menu.
5446
5447 * trouble.texi (Unasked-for Search): Node deleted.
5448 (Lossage): Delete from menu.
5449
54502006-04-04 Richard Stallman <rms@gnu.org>
5451
5452 * trouble.texi: Various cleanups.
5453 (Checklist): Don't bother saying how to snail a bug report.
5454 (Emergency Escape): Much rewriting.
5455 (After a Crash): Rename the core dump immediately.
5456 (Total Frustration): Call it a psychotherapist.
5457 (Bug Criteria): Avoid "illegal instruction".
5458 (Sending Patches): We always put the contributor's name in.
5459
5460 * misc.texi (Thumbnails): Minor correction.
5461
8cf51b2c
GM
54622006-04-03 Richard Stallman <rms@gnu.org>
5463
5464 * misc.texi (Thumbnails): Minor cleanup.
5465
54662006-04-02 Karl Berry <karl@gnu.org>
5467
5468 * sending.texi (Mail Sending): pxref to Top needs five args.
5469
5470 * texinfo.tex: Update to current version (2006-03-21.13).
5471
8cf51b2c
GM
54722006-03-31 Richard Stallman <rms@gnu.org>
5473
5474 * emacs.texi (Top): Update subnode menu.
5475
5476 * help.texi (Help Mode): Cleanup.
5477
5478 * dired.texi: Many cleanups.
5479 (Dired Deletion): Describe dired-recursive-deletes.
5480 (Operating on Files): dired-create-directory moved.
5481 (Misc Dired Features): Move to here.
5482 (Tumme): Node moved to misc.texi.
5483
5484 * custom.texi: Many cleanups.
5485 (Minor Modes): Don't mention ISO Accents Mode.
5486 (Examining): Update C-h v output example.
5487 (Hooks): Add index and xref for add-hook.
5488 (Locals): Delete list of vars that are always per-buffer. Rearrange.
5489 (Local Keymaps): Don't mention lisp-mode-map, c-mode-map.
5490
5491 * misc.texi: Many cleanups.
5492 (beginning): Add to summary of topics.
5493 (Shell): Put eshell xref at the end. Remove eshell from table.
5494 (Thumbnails): New node.
5495
8cf51b2c
GM
54962006-03-28 Eli Zaretskii <eliz@gnu.org>
5497
5498 * files.texi (File Name Cache): Make it clear that the cache is
5499 not persistent.
5500
8cf51b2c
GM
55012006-03-25 Karl Berry <karl@gnu.org>
5502
49823426
GM
5503 * emacs-xtra.texi, emacs.texi, gnu.texi:
5504 (1) use @copyright{} instead of (C) in typeset text;
8cf51b2c
GM
5505 (2) do not indent copyright year list (or anything else).
5506
8cf51b2c
GM
55072006-03-21 Juanma Barranquero <lekktu@gmail.com>
5508
5509 * files.texi (VC Dired Mode): Remove misplaced brackets.
5510
55112006-03-21 Andre Spiegel <spiegel@gnu.org>
5512
5513 * files.texi: Various updates and clarifications in the VC chapter.
5514
55152006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5516
5517 * help.texi (Help Mode): Document "C-c C-c".
5518
8cf51b2c
GM
55192006-03-16 Luc Teirlinck <teirllm@auburn.edu>
5520
5521 * emacs-xtra.texi (Top): Avoid ugly continuation line in
5522 menu in the standalone Info reader.
5523
55242006-03-15 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * emacs-xtra.texi (Emerge, Picture Mode, Fortran): New chapters,
5527 moved here from Emacs manual.
5528
5529 * programs.texi (Fortran): Section moved to emacs-xtra.
5530 (Program Modes): Xref to Fortran in emacs-xtra.
5531
5532 * maintaining.texi (Emerge): Move to emacs-xtra.
5533 * files.texi (Comparing Files): Xref to Emerge in emacs-xtra.
5534
5535 * picture.texi: File deleted.
5536 * Makefile.in:
5537 * makefile.w32-in: Remove picture.texi.
5538
5539 * text.texi (Text): Xref to Picture Mode in emacs-xtra.
5540 * abbrevs.texi (Abbrevs):
5541 * sending.texi (Sending Mail): Picture node removed.
5542
5543 * emacs.texi (Top): Update node listings.
5544
8cf51b2c
GM
55452006-03-12 Richard Stallman <rms@gnu.org>
5546
5547 * calendar.texi: Various cleanups.
5548
8cf51b2c
GM
55492006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5550
5551 * search.texi (Regexps): Use @samp for regexp that is not in Lisp
5552 syntax.
5553
8cf51b2c
GM
55542006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5555
5556 * search.texi (Regexps): More accurately describe which characters
5557 are special in which situations. Recommend _not_ to quote `]' or
5558 `-' when they are not special.
5559
8cf51b2c
GM
55602006-02-28 Andre Spiegel <spiegel@gnu.org>
5561
5562 * files.texi (Old Versions): Clarify operation of C-x v =.
5563
8cf51b2c
GM
55642006-02-21 Nick Roberts <nickrob@snap.net.nz>
5565
5566 * building.texi (Watch Expressions): Update and describe
5567 gdb-speedbar-auto-raise.
5568
55692006-02-19 Richard M. Stallman <rms@gnu.org>
5570
5571 * emacs.texi: Use @smallbook.
5572 (Top): Update ref to Emacs paper, delete ref to Cookbook.
5573 Update subnode menu.
5574
5575 * building.texi (Lisp Interaction): Minor addition.
5576
55772006-02-18 Nick Roberts <nickrob@snap.net.nz>
5578
5579 * building.texi (Watch Expressions): Update and be more precise.
5580
c8763fb6 55812006-02-15 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
5582
5583 * maintaining.texi (Create Tags Table): Explain why the
5584 exception when etags writes to files under the /dev tree.
5585
55862006-02-14 Richard M. Stallman <rms@gnu.org>
5587
5588 * custom.texi (Safe File Variables): Lots of clarification.
5589 Renamed from Unsafe File Variables.
5590
55912006-02-14 Chong Yidong <cyd@stupidchicken.com>
5592
5593 * custom.texi (Unsafe File Variables): File variable confirmation
5594 assumed denied in batch mode.
5595
55962006-02-14 Richard M. Stallman <rms@gnu.org>
5597
5598 * building.texi (GDB User Interface Layout): Don't say `inferior'
5599 for program being debugged.
5600
56012006-02-15 Nick Roberts <nickrob@snap.net.nz>
5602
5603 * building.texi (GDB Graphical Interface):
5604 Replace gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
5605
56062006-02-13 Chong Yidong <cyd@stupidchicken.com>
5607
5608 * custom.texi (Specifying File Variables, Unsafe File Variables):
5609 New nodes, split from File Variables. Document new file local
5610 variable behavior.
5611
56122006-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5613
5614 * display.texi (Standard Faces):
8cf51b2c
GM
5615 * files.texi (Visiting):
5616 * frames.texi (Clipboard):
5617 * glossary.texi (Glossary) <Clipboard>:
5618 * xresources.texi (X Resources): Mention Mac OS port.
5619
8cf51b2c
GM
56202006-02-12 Richard M. Stallman <rms@gnu.org>
5621
5622 * building.texi (Building): Clarify topic in intro.
5623
5624 * maintaining.texi (Maintaining): Change title; clarify topic.
5625 Delete duplicate index entries.
5626
5627 * building.texi (Other GDB User Interface Buffers): Clarifications.
5628
5629 * text.texi (Cell Commands): Clarifications.
5630
5631 * programs.texi (Defuns): Delete duplicate explanation of
5632 left-margin paren convention.
5633 (Hungry Delete): Minor cleanup.
5634
56352006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5636
5637 * dired.texi (Tumme): More tumme documentation.
5638
56392006-02-11 Alan Mackenzie <acm@muc.de>
5640
5641 * programs.texi ("Hungry Delete"): Correct the appellation of the
5642 backspace and delete keys to @kbd{DEL} and @kbd{DELETE}.
5643
56442006-02-11 Mathias Dahl <mathias.dahl@gmail.com>
5645
5646 * dired.texi (Tumme): Fix small bug.
5647
56482006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5649
5650 * macos.texi (Mac International): Rename "fontset-mac" to
5651 "fontset-standard".
5652
8cf51b2c
GM
56532006-02-09 Mathias Dahl <mathias.dah@gmail.com>
5654
5655 * dired.texi (Tumme): Basic documentation for Tumme added.
5656
8cf51b2c
GM
56572006-02-07 Luc Teirlinck <teirllm@auburn.edu>
5658
5659 * mule.texi (International):
5660 * programs.texi (Basic Indent): Fix typos.
5661
8cf51b2c
GM
5662 * custom.texi (Minor Modes):
5663 * display.texi (Text Display):
5664 * commands.texi (Text Characters): Update xrefs.
5665
56662006-02-07 Richard M. Stallman <rms@gnu.org>
5667
5668 * emacs.texi (Top): Update subnode menu.
5669 Update info on old Emacs papers.
5670 (Intro): "Graphical display", not window system.
5671
5672 * xresources.texi (GTK styles): Minor clarifications.
5673
5674 * trouble.texi: "Graphical display", not window system.
5675 (Stuck Recursive): Minor clarification.
5676
5677 * text.texi: Minor clarifications.
5678 (Sentences): Explain why two-space convention is better.
5679 Explain sentence-end-without-period here.
5680 (Fill Commands): Not here.
5681 (Refill): Node moved down.
5682 (Filling): Update menu.
5683 (Table Creation, Cell Justification, Column Commands): Clarify.
5684
5685 * sending.texi: Minor clarifications.
5686
5687 * search.texi (Regexp Backslash): Clarification.
5688
5689 * rmail.texi: Minor cleanups.
5690 (Rmail): Delete digression about `rmail-mode'.
5691 (Rmail Inbox): Delete false advice wrt rmail-primary-inbox-list.
5692 (Rmail Files): Mention C-u M-x rmail.
5693 (Rmail Reply): Mention References.
5694 (Rmail Display): Mention rmail-nonignored-headers.
5695
5696 * programs.texi: Minor cleanups.
5697 (Comment Commands): Mention momentary Transient Mark mode.
5698 (Matching): Be more specific about customizing show-paren-mode.
5699 (Info Lookup): Don't list the modes that support C-h S.
5700 Just say what it does in an unsupported mode.
5701 (Man Page): Delete excessive info on customizing woman.
5702 (Motion in C): Don't mention c-for/backward-into-nomenclature.
5703
5704 * abbrevs.texi: Minor clarifications.
5705 (Dabbrev Customization): Talk about "dynamic abbrev expansion",
5706 not "dynamic abbrevs" as if they were a kind of abbrev.
5707
5708 * picture.texi (Picture): Minor cleanup.
5709
5710 * mule.texi (Communication Coding): Say "other applications".
5711 (Fontsets): Not specific to X. Add xref to X Resources.
5712 (Unibyte Mode): Rename from Single-Byte Character Support.
5713 "Graphical display", not window system.
5714 (International): Update menu.
5715
5716 * maintaining.texi (Format of ChangeLog):
5717 New node, split out from ChangeLog.
5718 (ChangeLog): Clarifications in the remaining text.
5719 (Create Tags Table, Etags Regexps, Select Tags Table): Cleanups.
5720 (Find Tag): Add @w.
5721 (Tags Search): Explain tag table order here. Simplify grep ref.
5722 (List Tags): tags-tag-face is a variable, not a face.
5723 (Emerge): Cleanups.
5724
5725 * kmacro.texi (Keyboard Macro Counter): Rewrite for clarity.
5726 (Keyboard Macros): Avoid "the user".
5727
5728 * killing.texi: "Graphical display", not window system.
5729
5730 * help.texi (Help Echo): "Graphical display", not window system.
5731
5732 * glossary.texi: Say "you", not "the user". Say "graphical display".
5733
5734 * frames.texi: Minor cleanups. "Graphical display", not window system.
5735
5736 * files.texi (Visiting): Make drag-and-drop not X-specific.
5737
5738 * custom.texi: Minor cleanups. "Graphical display", not window system.
5739
5740 * cmdargs.texi: Minor cleanups.
5741
5742 * building.texi (Compilation): Move and split kill-compilation para.
5743 Add para about multiple compilers.
5744 (Compilation Mode): Commands also available in grep mode and others.
5745 Mention C-u C-x ` more tutorially. Clarify C-x `.
5746 (Compilation Shell): Clarify. Put Bash example first.
5747 (Grep Searching): Minor cleanups; add @w.
5748 (Debuggers): Minor cleanups.
5749 (Starting GUD): Make GDB xgraphical mode issue clearer.
5750 (Debugger Operation): Lots of clarifications including
5751 GDB tooltip side-effect issue.
5752 (Commands of GUD): Clarify.
5753 (GUD Customization): Add bashdb-mode-hook.
5754 (GDB Graphical Interface): Rewrite for clarity.
5755 (GDB User Interface Layout): Rewrite for clarity.
5756 (Stack Buffer, Watch Expressions): Likewise.
5757 (Other GDB User Interface Buffers): Cleanups.
5758 (Lisp Libraries, External Lisp): Cleanup.
5759
5760 * basic.texi (Position Info): "Graphical displays", rather than
5761 window systems.
5762
5763 * anti.texi: Minor cleanup.
5764
8cf51b2c
GM
57652006-02-03 Eli Zaretskii <eliz@gnu.org>
5766
5767 * custom.texi (Init File, Find Init): Add cross-references to
5768 where $HOME is described.
5769
57702006-02-01 Luc Teirlinck <teirllm@auburn.edu>
5771
5772 * frames.texi (Frame Parameters): Remove @item for S-Mouse-1; it
5773 is not inside the @table.
5774
5775 * emacs.texi (Top): Correct node name.
5776
5777 * files.texi (File Names): Fix @xref.
5778 (Reverting): Fix typo.
5779
5780 * mule.texi (International): Correct node name.
5781
5782 * kmacro.texi (Save Keyboard Macro): Add missing @kbd to @table.
5783
57842006-02-01 Richard M. Stallman <rms@gnu.org>
5785
5786 * emacs.texi (Top): Update subnode menu.
5787
5788 * mule.texi: Minor clarifications.
5789 Reduce the specific references to X Windows.
5790 Refer to "graphical" terminals, rather than window systems.
5791 (Text Coding): Rename from Specify Coding.
5792 (Communication Coding, File Name Coding, Terminal Coding):
5793 New nodes split out from Text Coding.
5794
5795 * kmacro.texi: Minor clarifications.
5796 (Keyboard Macro Ring): Comment out some excessive commands.
5797 (Basic Keyboard Macro): Split up the table, putting part in each node.
5798
5799 * major.texi: Minor clarifications.
5800
5801 * misc.texi (Single Shell, Interactive Shell): Fix xrefs.
5802
5803 * windows.texi: Minor clarifications.
5804 (Change Window): Don't describe mode-line mouse cmds here.
5805 Add xref to Mode Line Mouse.
5806
5807 * msdog.texi (Text and Binary, MS-DOS and MULE): Fix xrefs.
5808
5809 * macos.texi (Mac International): Fix xref.
5810
5811 * indent.texi: Minor clarifications.
5812
5813 * frames.texi: Minor clarifications.
5814 Reduce the specific references to X Windows.
5815 Refer to "graphical" terminals, rather than window systems.
5816 (Frame Parameters): Don't mention commands like
5817 set-foreground-color. Just say to customize a face.
5818 (Drag and Drop): Lisp-level stuff moved to Emacs Lisp manual.
5819
5820 * files.texi: Minor clarifications.
5821 (Numbered Backups): New node, split out from Backup Names.
5822
5823 * display.texi (Font Lock): C mode no longer depends on (-in-col-0.
5824
5825 * cmdargs.texi (General Variables): Fix xref.
5826
5827 * buffers.texi: Minor clarifications.
5828
8cf51b2c
GM
58292006-01-31 Richard M. Stallman <rms@gnu.org>
5830
5831 * display.texi (Scrolling, Horizontal Scrolling, Follow Mode):
5832 Nodes moved to top.
5833
5834 * display.texi: Minor clarifications.
5835 (Display): Rearrange menu.
5836 (Standard Faces): Mention query-replace face.
5837 (Faces): Simplify.
5838 (Font Lock): Simplify face customization info.
5839 (Highlight Changes): Node merged into Highlight Interactively.
5840 (Highlight Interactively): Much rewriting and cleanup.
5841 (Optional Mode Line): Narrowed line number not good for goto-line.
5842 Simplify face customization advice.
5843 (Text Display): Mention use of escape-glyph face.
5844 Move ctl-arrow and tab-width here.
5845 (Display Custom): Move no-redraw-on-reenter to end of node.
5846
5847 * search.texi: Minor clarifications.
5848 (Isearch Scroll): Simplify.
5849 (Other Repeating Search): Document multi-occur-in-matching-buffers.
5850
5851 * regs.texi (Registers): Mention bookmarks here.
5852
5853 * mark.texi: Minor clarifications.
5854 (Selective Undo): Node deleted.
5855
5856 * m-x.texi: Minor clarifications.
5857
5858 * killing.texi: Minor clarifications.
5859 Refer to "graphical" terminals, rather than window systems.
5860
5861 * help.texi: Clarifications.
5862 (Help): Don't describe C-h F and C-h K here.
5863 (Key Help): Describe C-h K here.
5864 (Name Help): Mention Emacs Lisp Intro.
5865 Describe C-h F here.
5866 (Misc Help): Mention C-h F and C-h K only briefly.
5867
5868 * fixit.texi (Undo): New node, mostly copied from basic.texi.
5869 Selective undo text merged in.
5870 (Spelling): Mention Aspell along with Ispell.
5871
5872 * emacs.texi (Top): Update subnode menus.
5873
5874 * basic.texi (Basic Undo): Rename from Undo. Most of text
5875 moved to new Undo node.
5876
8cf51b2c
GM
58772006-01-29 Chong Yidong <cyd@stupidchicken.com>
5878
5879 * basic.texi (Continuation Lines, Inserting Text):
5880 Mention longlines mode.
5881
58822006-01-29 Richard M. Stallman <rms@gnu.org>
5883
10d1d0af 5884 * screen.texi: Minor cleanups.
8cf51b2c
GM
5885 (Screen): Clean up the intro paragraphs.
5886 (Mode Line): Lots of rewriting. Handle frame-name better.
5887 eol-mnemonic-... vars moved out.
5888
5889 * emacs.texi (Top): Change menu item for MS-DOS node.
5890 Update subnode menu.
5891
5892 * msdog.texi (MS-DOS): Rewrite intro to explain how this
5893 chapter relates to Windows. Title changed.
5894
5895 * mini.texi: Minor cleanups.
5896
5897 * mark.texi (Selective Undo): New node, text moved from basic.texi.
5898 (Mark): Put it in the menu.
5899
5900 * entering.texi: Minor cleanups.
5901
5902 * emacs.texi (Top): Add xref to Mac chapter; explain Windows better.
5903 (Intro): Refer to "graphical" terminals, rather than X.
5904
5905 * display.texi (Display Custom): Add xref to Variables.
5906 (Optional Mode Line): eol-mnemonic-... vars moved here.
5907
5908 * commands.texi: Minor cleanups. Refer to "graphical" terminals,
5909 rather than X.
5910
8cf51b2c
GM
5911 * basic.texi: Minor cleanups.
5912 (Undo): selective-undo moved.
5913
8cf51b2c
GM
59142006-01-25 Luc Teirlinck <teirllm@auburn.edu>
5915
5916 * anti.texi (Antinews): Various corrections and additions.
5917
59182006-01-23 Juri Linkov <juri@jurta.org>
5919
5920 * custom.texi (Easy Customization, Customization Groups)
5921 (Browsing Custom): Mention links along with buttons.
5922
8cf51b2c
GM
59232006-01-21 Eli Zaretskii <eliz@gnu.org>
5924
8cf51b2c
GM
5925 * text.texi (TeX Print): Use @key for TAB.
5926
8cf51b2c
GM
5927 * kmacro.texi (Keyboard Macro Step-Edit): Use @key for TAB.
5928
8cf51b2c
GM
59292006-01-15 Sven Joachim <svenjoac@gmx.de> (tiny change)
5930
5931 * files.texi (File Aliases): Don't claim that usually separate
5932 buffers are created for two file names that name the same data.
5933 Mention additional situations where different names mean the same
5934 file on disk.
5935
59362006-01-19 Richard M. Stallman <rms@gnu.org>
5937
5938 * killing.texi (Deletion): Upcase @key argument.
5939
5940 * custom.texi (Custom Themes): Minor cleanup.
5941
5942 * programs.texi (Hungry Delete): Upcase @key argument.
5943
8cf51b2c
GM
59442006-01-16 Juri Linkov <juri@jurta.org>
5945
5946 * display.texi (Standard Faces): Add `mode-line-buffer-id'.
5947 Move `mode-line-highlight' before `mode-line-buffer-id'.
5948
8cf51b2c
GM
59492006-01-14 Richard M. Stallman <rms@gnu.org>
5950
5951 * basic.texi (Inserting Text): Minor cleanup.
5952
8cf51b2c
GM
59532006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5954
5955 * custom.texi (Changing a Variable, Face Customization):
5956 Update for changes in Custom menus.
5957
8cf51b2c
GM
59582006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5959
5960 * macos.texi (Mac International): Undo last change.
5961
8cf51b2c
GM
59622006-01-02 Chong Yidong <cyd@stupidchicken.com>
5963
5964 * custom.texi (Custom Themes): Describe the new
5965 customize-create-theme interface.
5966
59672005-12-30 Juri Linkov <juri@jurta.org>
5968
5969 * basic.texi (Position Info): Update example.
5970
c8763fb6 59712005-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
5972
5973 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files.
5974
59752005-12-24 Chong Yidong <cyd@stupidchicken.com>
5976
5977 * custom.texi (Custom Themes): `load-theme' always loads.
5978
59792005-12-23 Juri Linkov <juri@jurta.org>
5980
5981 * display.texi (Highlight Interactively): Use double space to
5982 separate sentences. Replace C-p with M-p, and C-n with M-n.
5983
59842005-12-22 Richard M. Stallman <rms@gnu.org>
5985
5986 * custom.texi (Easy Customization and subnodes):
5987 Replace "active field" with "button".
5988 Use "user option" only for variables.
5989 Use "setting" for variable-or-face.
5990
59912005-12-22 Luc Teirlinck <teirllm@auburn.edu>
5992
5993 * buffers.texi (Select Buffer): Change order in table to make
5994 "Similar" refer to the correct item.
5995 (Indirect Buffers): Minor rewording.
5996
8cf51b2c
GM
59972005-12-20 Juri Linkov <juri@jurta.org>
5998
5999 * files.texi (VC Status): Put P and N near p and n.
6000
8cf51b2c
GM
60012005-12-19 Richard M. Stallman <rms@gnu.org>
6002
6003 * programs.texi (Electric C): Delete the info about newline control.
6004 (Other C Commands): Minor cleanup.
6005 (Left Margin Paren): Minor cleanup.
6006
60072005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6008
6009 * custom.texi (Easy Customization): Add "Browsing Custom" to menu.
6010 (Customization Groups): Delete text moved to "Browsing Custom".
6011 (Browsing Custom): New node.
6012 (Specific Customization): Clarify which commands only work for
6013 loaded options.
6014
60152005-12-18 Bill Wohler <wohler@newt.com>
6016
6017 * frames.texi (Tool Bars): Shorten text of previous change.
6018
60192005-12-18 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6020
6021 * files.texi (VC Status): Document log-view mode.
6022
60232005-12-18 Bill Wohler <wohler@newt.com>
6024
6025 * frames.texi (Tool Bars): Mention that you can turn off tool bars
6026 permanently via the customize interface.
6027
8cf51b2c
GM
60282005-12-16 Ralf Angeli <angeli@iwi.uni-sb.de>
6029
6030 * killing.texi (Killing by Lines): Document `kill-whole-line'
6031 function.
6032
c8763fb6 60332005-12-16 Lőrentey Károly <lorentey@elte.hu>
8cf51b2c
GM
6034
6035 * buffers.texi (Select Buffer): Change `prev-buffer' to
6036 `previous-buffer'. Indicate that these functions use a frame
6037 local buffer list.
6038
8cf51b2c
GM
60392005-12-12 Richard M. Stallman <rms@gnu.org>
6040
6041 * custom.texi (Easy Customization): Change menu comment.
6042 (Prefix Keymaps): Fix spelling of Control-X-prefix.
6043
6044 * help.texi (Apropos): Rewrite. Talk about "apropos patterns".
6045 (Help): Among the Apropos commands, describe only C-h a here.
6046
60472005-12-11 Richard M. Stallman <rms@gnu.org>
6048
6049 * programs.texi (Options for Comments): Comment-end starts with space.
6050
6051 * glossary.texi (Glossary): Minor cleanup.
6052
6053 * files.texi (Old Versions): Use @table.
6054
8cf51b2c
GM
60552005-12-10 David Koppelman <koppel@ece.lsu.edu>
6056
6057 * display.texi (Highlight Interactively): Include
6058 global-hi-lock-mode. Add miscellaneous details and elaborations.
6059
60602005-12-09 Richard M. Stallman <rms@gnu.org>
6061
6062 * display.texi (Font Lock): Delete the Global FL menu item.
6063
60642005-12-09 Luc Teirlinck <teirllm@auburn.edu>
6065
6066 * custom.texi (Minibuffer Maps): Mention the maps for file name
6067 completion.
6068
60692005-12-09 Kim F. Storm <storm@cua.dk>
6070
6071 * killing.texi (CUA Bindings): Describe how to use C-x and C-c as
10d1d0af 6072 prefix keys even when mark is active. Describe that RET moves
8cf51b2c
GM
6073 cursor to next corner in rectangle; clarify insert around rectangle.
6074
8cf51b2c
GM
60752005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6076
6077 * custom.texi (Customization): Use xref to elisp manual for
6078 non-TeX output.
6079 (Minor Modes): Update.
6080 (Customization Groups, Changing a Variable, Face Customization):
6081 Update for new appearance of Custom buffers.
6082 (Changing a Variable): `custom-buffer-done-function' has been
6083 replaced by `custom-buffer-done-kill'.
6084 (Specific Customization): In the `customize-group' buffer, a
6085 subgroup's contents are not "hidden". They are not included at
6086 all. They have no [Show] button.
6087 (Mouse Buttons): Add pxref to description of mouse event lists in
6088 Elisp manual. Add `menu-bar' and `header-line' dummy prefix keys.
6089 (Find Init): Emacs now looks for ~/.emacs.d/init.el instead of
6090 ~/.emacs.d/.emacs, if it can not find ~/.emacs(.el).
6091
60922005-12-08 Richard M. Stallman <rms@gnu.org>
6093
6094 * mini.texi (Completion Commands, Completion):
6095 In file name input, SPC does not do completion.
6096
8cf51b2c
GM
60972005-12-08 Nick Roberts <nickrob@snap.net.nz>
6098
6099 * building.texi (GDB Graphical Interface): Explain screen size
6100 setting.
6101 (Other GDB User Interface Buffers): Describe features specific to
6102 GDB 6.4.
6103
8cf51b2c
GM
61042005-12-01 Nick Roberts <nickrob@snap.net.nz>
6105
6106 * building.texi (GDB User Interface Layout): Describe how to
6107 kill associated buffers.
6108 (Breakpoints Buffer): Use D instead of d for gdb-delete-breakpoint.
6109 (Watch Expressions): Be more precise.
6110 (Other GDB User Interface Buffers): Describe how to change a
6111 register value.
6112
8cf51b2c
GM
61132005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6114
6115 * macos.texi (Mac Input): Remove description of
6116 mac-command-key-is-meta. Add descriptions of
6117 mac-control-modifier, mac-command-modifier, and
6118 mac-option-modifier.
6119 (Mac International): Fix description of conversion of clipboard data.
6120 (Mac Font Specs): Add example of font customization by face attributes.
6121
61222005-11-22 Nick Roberts <nickrob@snap.net.nz>
6123
6124 * building.texi (Watch Expressions): Expand description.
6125 (Other GDB User Interface Buffers): Describe local map for
6126 gud-watch.
6127
61282005-11-21 Chong Yidong <cyd@stupidchicken.com>
6129
6130 * display.texi (Font Lock): Font lock is enabled by default now.
6131
61322005-11-20 Juri Linkov <juri@jurta.org>
6133
6134 * basic.texi (Position Info): Update examples of the output.
6135 Remove the fact that examples are produced in the TeXinfo buffer,
6136 because in the Info reader users will get a different output from
6137 `C-x ='.
6138
6139 * building.texi (Compilation Mode): Remove paragraph duplicated
6140 from the node `Compilation'. Add `compilation-skip-threshold'.
6141
6142 * display.texi (Font Lock): Suggest more user-friendly method of
6143 finding all Font Lock faces (M-x customize-group RET font-lock-faces).
6144
61452005-11-18 Richard M. Stallman <rms@gnu.org>
6146
6147 * files.texi (Registering): Mention @@ in mode line.
6148
6149 * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
6150
61512005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6152
6153 * files.texi (Renaming and VC): Some back-ends don't
6154 handle renaming.
6155
8cf51b2c
GM
61562005-11-17 Juri Linkov <juri@jurta.org>
6157
6158 * emacs.texi (Top):
6159 * display.texi (Highlight Interactively): Put this font-lock based
6160 mode near Font Lock node.
6161
61622005-11-16 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * ack.texi (Acknowledgments): Acknowledge Andrew Zhilin for Emacs
6165 icons.
6166
61672005-11-12 Kim F. Storm <storm@cua.dk>
6168
6169 * help.texi (Help): Fix C-h a entry. Add C-h d entry.
6170 (Help Summary): Add C-h d and C-h e.
6171 (Apropos): Clarify that all apropos commands may search for either
6172 list of words or a regexp. Add C-h d for apropos-documentation.
6173 Describe apropos-documentation-sort-by-scores user option.
6174
8cf51b2c
GM
61752005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6176
6177 * killing.texi (CUA Bindings): Add @section.
6178
61792005-11-10 Kim F. Storm <storm@cua.dk>
6180
6181 * emacs.texi (Top): Add CUA Bindings entry to menu.
6182
6183 * killing.texi (CUA Bindings): New node. Moved here from
6184 misc.texi and extended with info on rectangle commands and
6185 rectangle highlighting, interface to registers, and the global
6186 mark feature.
6187
6188 * misc.texi (Emulation): Move CUA bindings item to killing.texi.
6189
6190 * regs.texi: Prev link points to CUA Bindings node.
6191
61922005-11-07 Luc Teirlinck <teirllm@auburn.edu>
6193
6194 * help.texi (Help Echo): By default, help echos are only shown on
6195 mouse-over, not on point-over.
6196
c8763fb6 61972005-11-04 Jérôme Marant <jerome@marant.org>
8cf51b2c
GM
6198
6199 * misc.texi (Shell Mode): Describe how to activate password echoing.
6200
8cf51b2c
GM
62012005-11-04 Romain Francoise <romain@orebokech.com>
6202
6203 * mark.texi (Mark Ring): Fix typo.
6204
62052005-11-03 Richard M. Stallman <rms@gnu.org>
6206
6207 * mark.texi (Mark Ring): Mention set-mark-command-repeat-pop.
6208
62092005-11-01 Bill Wohler <wohler@newt.com>
6210
6211 * help.texi (Help Mode): Fix typo.
6212
62132005-11-01 Nick Roberts <nickrob@snap.net.nz>
6214
1c6c854e
CS
6215 * building.texi (Other GDB User Interface Buffers):
6216 Describe the command gdb-use-inferior-io-buffer.
8cf51b2c
GM
6217
62182005-10-31 Romain Francoise <romain@orebokech.com>
6219
6220 * files.texi (Compressed Files): Fix typo.
6221
6222 * buffers.texi (Misc Buffer): Downcase `*shell*'.
6223
6224 * windows.texi (Force Same Window): Likewise.
6225
62262005-10-30 Bill Wohler <wohler@newt.com>
6227
6228 * help.texi (Help Mode): URLs viewed with browse-url.
6229
62302005-10-31 Nick Roberts <nickrob@snap.net.nz>
6231
6232 * building.texi (GDB Graphical Interface): Don't reference
6233 gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until
6234 must stay in same frame.
6235
62362005-10-29 Chong Yidong <cyd@stupidchicken.com>
6237
6238 * custom.texi (Init File): Document ~/.emacs.d/init.el.
6239
6240 * anti.texi (Antinews): Likewise.
6241
8cf51b2c
GM
62422005-10-28 Bill Wohler <wohler@newt.com>
6243
6244 * help.texi (Help): Help mode now creates hyperlinks for URLs.
6245
62462005-10-28 Richard M. Stallman <rms@gnu.org>
6247
6248 * files.texi (Visiting): Explain how to enter ? in a file name.
6249
6250 * trouble.texi (Memory Full): Mention !MEM FULL! in mode line.
6251
8cf51b2c
GM
62522005-10-25 Nick Roberts <nickrob@snap.net.nz>
6253
1c6c854e
CS
6254 * building.texi (GDB Graphical Interface):
6255 Describe gdb-mouse-until.
8cf51b2c
GM
6256
62572005-10-23 Richard M. Stallman <rms@gnu.org>
6258
6259 * custom.texi (Init File): Recommend when to use site-start.el.
6260
8cf51b2c
GM
62612005-10-21 Juri Linkov <juri@jurta.org>
6262
6263 * custom.texi (Examining): Mention accessing the old variable
6264 value via M-n in set-variable.
6265
8cf51b2c
GM
62662005-10-18 Romain Francoise <romain@orebokech.com>
6267
6268 * files.texi (Version Systems): Capitalize GNU.
6269
8cf51b2c
GM
62702005-10-18 Nick Roberts <nickrob@snap.net.nz>
6271
6272 * building.texi (Compilation Mode): Remove redundant paragraph.
6273 (Watch Expressions): Remove paragraph to reflect code change.
6274
8cf51b2c
GM
62752005-10-16 Richard M. Stallman <rms@gnu.org>
6276
6277 * building.texi (Compilation Mode, Compilation): Clarified.
6278
62792005-10-15 Richard M. Stallman <rms@gnu.org>
6280
6281 * misc.texi (Saving Emacs Sessions): Mention savehist library.
6282
8cf51b2c
GM
62832005-10-13 Kenichi Handa <handa@m17n.org>
6284
6285 * basic.texi (Position Info): Fix previous change.
6286
c8763fb6 62872005-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6288
6289 * cmdargs.texi (Icons X): Fix typo.
6290
62912005-10-12 Kenichi Handa <handa@m17n.org>
6292
6293 * basic.texi (Position Info): Describe the case that Emacs shows
6294 "part of display ...".
6295
c8763fb6 62962005-10-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6297
6298 * cmdargs.texi (Icons X): -nb => -nbi.
6299
63002005-10-10 Chong Yidong <cyd@stupidchicken.com>
6301
6302 * frames.texi (Speedbar): A couple more clarifications.
6303
63042005-10-11 Nick Roberts <nickrob@snap.net.nz>
6305
6306 * building.texi (GDB User Interface Layout): Improve diagram.
6307 (Watch Expressions): Explain how to make speedbar global.
6308 (Other GDB User Interface Buffers): Make references more precise.
6309
8cf51b2c
GM
63102005-10-09 Richard M. Stallman <rms@gnu.org>
6311
6312 * frames.texi (Speedbar): Clarify the text.
6313
63142005-10-09 Chong Yidong <cyd@stupidchicken.com>
6315
6316 * frames.texi (Speedbar): Add information on keybindings,
6317 dismissing the speedbar, and buffer display mode. Link to
6318 speedbar manual.
6319
c8763fb6 63202005-10-09 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 6321
1c6c854e 6322 * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type,
8cf51b2c
GM
6323 added -nb, --no-bitmap-icon.
6324
8cf51b2c
GM
63252005-10-07 Nick Roberts <nickrob@snap.net.nz>
6326
6327 * building.texi (GDB Graphical Interface): Add variables and
6328 functions to indices. Be more precise.
6329
c8763fb6 63302005-10-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6331
6332 * frames.texi (Drag and Drop): Remove the x- from
6333 x-dnd-open-file-other-window and xdnd-protocol-alist.
6334
63352005-09-30 Romain Francoise <romain@orebokech.com>
6336
6337 * mini.texi (Minibuffer): The default value now appears before the
6338 colon in minibuffer prompts.
6339
8cf51b2c
GM
63402005-09-25 Richard M. Stallman <rms@gnu.org>
6341
6342 * search.texi (Regexp Search): Doc search-whitespace-regexp.
6343
8cf51b2c
GM
63442005-09-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6345
6346 * text.texi (Paragraphs): Correction about Paragraph-Indent Text mode.
6347
8cf51b2c
GM
63482005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6349
6350 * emacs.texi (Top): Update submenus from macos.texi.
6351
6352 * macos.texi: Change `Mac OS 8 or 9' to `Mac OS Classic'.
6353 (Mac OS): Update feature support status.
6354 (Mac Input): List supported input scripts. Remove description
6355 about `mac-keyboard-text-encoding'. Mention mouse button
6356 emulation and related variables.
6357 (Mac International): Mention Central European and Cyrillic
6358 support. Now `keyboard-coding-system' is dynamically changed.
1c6c854e
CS
6359 Add description about coding system for selection.
6360 Add description about language environment.
6361 (Mac Environment Variables):
6362 Mention `~/.MacOSX/environment.plist'. Give example of command line
8cf51b2c
GM
6363 arguments. Add Preferences support.
6364 (Mac Directories): Explicitly state that this node is for Mac OS
6365 Classic only.
1c6c854e
CS
6366 (Mac Font Specs): Mention specification for scalable fonts.
6367 List supported charsets. Add preferred way of creating fontsets.
6368 Add description about `mac-allow-anti-aliasing'.
8cf51b2c
GM
6369 (Mac Functions): Add descriptions about `mac-set-file-creator',
6370 `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
6371 and `mac-get-preference'.
6372
8cf51b2c
GM
63732005-09-16 Romain Francoise <romain@orebokech.com>
6374
6375 Update all files to specify GFDL version 1.2.
6376
6377 * doclicense.texi (GNU Free Documentation License): Update to
6378 version 1.2.
6379
63802005-09-15 Richard M. Stallman <rms@gnu.org>
6381
6382 * buffers.texi (List Buffers): Fix xref.
6383
6384 * rmail.texi (Rmail Basics): Fix xref.
6385
6386 * emacs.texi (Top): Update subnode menus.
6387
6388 * files.texi (Saving Commands): New node, broken out of Saving.
6389 (Customize Save): New node, broken out of Saving.
6390 Clarify effect of write-region-inhibit-fsync.
6391 (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
6392
8cf51b2c
GM
63932005-09-14 Romain Francoise <romain@orebokech.com>
6394
6395 * files.texi (Saving): Mention write-region-inhibit-fsync.
6396
63972005-09-05 Chong Yidong <cyd@stupidchicken.com>
6398
6399 * custom.texi (Custom Themes): New node.
6400
64012005-09-03 Richard M. Stallman <rms@gnu.org>
6402
49823426
GM
6403 * search.texi (Search Case): Mention vars that control
6404 case-fold-search for various operations.
8cf51b2c
GM
6405
64062005-08-22 Juri Linkov <juri@jurta.org>
6407
6408 * display.texi (Standard Faces): Merge the text from
6409 `(elisp)Standard Faces' into this node.
6410
64112005-08-18 Luc Teirlinck <teirllm@auburn.edu>
6412
6413 * emacs.texi (Top): Delete menu item for deleted node
6414 Keyboard Translations.
6415
64162005-08-18 Richard M. Stallman <rms@gnu.org>
6417
8cf51b2c
GM
6418 * trouble.texi (Unasked-for Search):
6419 Delete xref to Keyboard Translations.
6420
6421 * glossary.texi (Glossary): Delete xref.
6422
8cf51b2c
GM
6423 * custom.texi (Minor Modes): Say that the list here is not complete.
6424 (Keyboard Translations): Node deleted.
6425 (Disabling): Delete xref to it.
6426 (Customization Groups): Fix Custom buffer example.
6427 (Hooks): Mention remove-hooks.
6428
64292005-08-17 Luc Teirlinck <teirllm@auburn.edu>
6430
6431 * building.texi (GDB Graphical Interface): Improve filling of menu
6432 item.
6433
64342005-08-18 Nick Roberts <nickrob@snap.net.nz>
6435
6436 * building.texi (GDB Graphical Interface): Use better node names.
6437
64382005-08-14 Richard M. Stallman <rms@gnu.org>
6439
6440 * text.texi (Sentences): Fix xref.
6441
64422005-08-14 Juri Linkov <juri@jurta.org>
6443
6444 * building.texi (Compilation, Grep Searching): Move grep command
6445 headings from `Compilation' to `Grep Searching'.
6446
6447 * dired.texi (Dired and Find):
6448 * maintaining.texi (Tags Search): Replace grep xref to
6449 `Compilation' node with `Grep Searching'.
6450
6451 * files.texi (Comparing Files): Replace xref to `Compilation' with
6452 `Compilation Mode'.
6453
64542005-08-13 Alan Mackenzie <acm@muc.de>
6455
6456 * search.texi (Non-ASCII Isearch): Correct a typo.
6457 (Replacement Commands): Mention query-replace key binding.
6458
64592005-08-11 Richard M. Stallman <rms@gnu.org>
6460
6461 * programs.texi (Options for Comments): Fix xref.
6462
6463 * search.texi (Regexp Backslash, Regexp Example): New nodes split
6464 out of Regexps.
6465
8cf51b2c
GM
64662005-08-09 Juri Linkov <juri@jurta.org>
6467
6468 * building.texi (Compilation): Use `itemx' instead of `item'.
6469 (Grep Searching): Simplify phrase.
6470
6471 * display.texi (Standard Faces): Describe vertical-border on
6472 window systems.
6473
6474 * windows.texi (Split Window): Simplify phrase and mention
6475 vertical-border face.
6476
64772005-08-09 Richard M. Stallman <rms@gnu.org>
6478
6479 * files.texi (Comparing Files): Clarify compare-windows.
6480
6481 * calendar.texi (Scroll Calendar): Document < and > in calendar.
6482
8cf51b2c
GM
64832005-08-06 Eli Zaretskii <eliz@gnu.org>
6484
6485 * mule.texi (Coding Systems): Rephrase the paragraph about
6486 codepages: no need for "M-x codepage-setup" anymore, except on
6487 MS-DOS.
6488
6489 * msdog.texi (MS-DOS and MULE): Clarify that this section is for
6490 the MS-DOS port only.
6491
64922005-07-30 Eli Zaretskii <eliz@gnu.org>
6493
6494 * makefile.w32-in (info): Don't run multi-install-info.bat.
6495 ($(infodir)/dir): New target, produced by running
6496 multi-install-info.bat.
6497
8cf51b2c
GM
64982005-07-22 Eli Zaretskii <eliz@gnu.org>
6499
6500 * files.texi (Quoted File Names): Add index entry.
6501
8cf51b2c
GM
65022005-07-19 Juri Linkov <juri@jurta.org>
6503
6504 * files.texi (Comparing Files): Mention resync for `compare-windows'.
6505
65062005-07-18 Juri Linkov <juri@jurta.org>
6507
8cf51b2c
GM
6508 * custom.texi (Easy Customization):
6509 * files.texi (Old Versions):
6510 * frames.texi (Wheeled Mice):
6511 * mule.texi (Specify Coding):
8cf51b2c
GM
6512 * text.texi (Cell Justification):
6513 * trouble.texi (After a Crash):
8cf51b2c
GM
6514 * xresources.texi (GTK styles):
6515 Delete duplicate duplicate words.
6516
65172005-07-17 Richard M. Stallman <rms@gnu.org>
6518
6519 * frames.texi (Creating Frames): Fix foreground color example.
6520
6521 * custom.texi (Init Examples): Clean up text about conditionals.
6522
65232005-07-16 Richard M. Stallman <rms@gnu.org>
6524
6525 * mini.texi (Completion Commands): Fix command name for ?.
6526
8cf51b2c
GM
65272005-07-16 Eli Zaretskii <eliz@gnu.org>
6528
6529 * display.texi (Standard Faces): Explain that customization of
1c6c854e
CS
6530 `menu' face has no effect on w32 and with GTK.
6531 Add cross-references.
8cf51b2c
GM
6532
6533 * cmdargs.texi (General Variables): Clarify the default location
6534 of $HOME on w32 systems.
6535
65362005-07-15 Jason Rumney <jasonr@gnu.org>
6537
6538 * cmdargs.texi (General Variables): Default HOME on MS Windows has
6539 changed.
6540
65412005-07-08 Kenichi Handa <handa@m17n.org>
6542
1c6c854e
CS
6543 * mule.texi (Recognize Coding):
6544 Recommend revert-buffer-with-coding-system instead of revert-buffer.
8cf51b2c
GM
6545
65462005-07-07 Richard M. Stallman <rms@gnu.org>
6547
6548 * anti.texi (Antinews): Mention mode-line-inverse-video.
6549
6550 * files.texi (Saving): Minor correction about C-x C-w.
6551
6552 * display.texi (Display Custom): Don't mention mode-line-inverse-video.
6553
65542005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6555
6556 * search.texi (Isearch Scroll): Add example of using the
6557 `isearch-scroll' property.
6558 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
6559 `Display Custom' node.
6560 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
6561 and de-emphasize it.
6562 (Other Repeating Search): `occur' currently can not correctly
6563 handle multiline matches. Correct, clarify and update description
6564 of `flush-lines' and `keep-lines'.
6565
6566 * display.texi (Display Custom): Add anchor for `baud-rate'.
6567
65682005-07-07 Richard M. Stallman <rms@gnu.org>
6569
6570 * gnu.texi: Update where to get GNU status; add refs for how to help.
6571 Add footnotes 6 and 7.
6572
65732005-07-04 Lute Kamstra <lute@gnu.org>
6574
6575 Update FSF's address in GPL notices.
6576
8cf51b2c 6577 * doclicense.texi (GNU Free Documentation License):
8cf51b2c
GM
6578 * trouble.texi (Checklist): Update FSF's address.
6579
8cf51b2c
GM
65802005-06-24 Richard M. Stallman <rms@gnu.org>
6581
6582 * display.texi (Text Display): Change index entries.
6583
65842005-06-24 Eli Zaretskii <eliz@gnu.org>
6585
6586 * makefile.w32-in (MAKEINFO): Use --force.
6587 (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
6588 Makefile.in.
8cf51b2c
GM
6589
65902005-06-23 Richard M. Stallman <rms@gnu.org>
6591
1c6c854e 6592 * anti.texi (Antinews): Rename show-nonbreak-escape to
8cf51b2c
GM
6593 nobreak-char-display.
6594
6595 * emacs.texi (Top): Update detailed node listing.
6596
1c6c854e 6597 * display.texi (Text Display): Rename show-nonbreak-escape
8cf51b2c
GM
6598 to nobreak-char-display and no-break-space to nobreak-space.
6599 (Standard Faces): Split up the list of standard faces
6600 and put it in a separate node. Add nobreak-space and
6601 escape-glyph.
6602
8cf51b2c
GM
66032005-06-23 Lute Kamstra <lute@gnu.org>
6604
6605 * mule.texi (Select Input Method): Fix typo.
6606
66072005-06-23 Kenichi Handa <handa@m17n.org>
6608
1c6c854e
CS
6609 * mule.texi (International): List all supported scripts.
6610 Adjust text for that leim is now included in the normal Emacs
8cf51b2c
GM
6611 distribution.
6612 (Language Environments): List all language environments.
6613 Intlfonts contains fonts for most supported scripts, not all..
6614 (Select Input Method): Refer to C-u C-x = to see how to type to
10d1d0af 6615 input a specific character.
8cf51b2c
GM
6616 (Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
6617
66182005-06-23 Juanma Barranquero <lekktu@gmail.com>
6619
49823426 6620 * building.texi (Grep Searching): Texinfo usage fix.
8cf51b2c
GM
6621
66222005-06-22 Miles Bader <miles@gnu.org>
6623
6624 * display.texi (Faces): Change `vertical-divider' to `vertical-border'.
6625
66262005-06-20 Miles Bader <miles@gnu.org>
6627
6628 * display.texi (Faces): Add `vertical-divider'.
6629
66302005-06-17 Richard M. Stallman <rms@gnu.org>
6631
6632 * text.texi (Adaptive Fill): Minor clarification.
6633
8cf51b2c
GM
66342005-06-10 Lute Kamstra <lute@gnu.org>
6635
6636 * emacs.texi (Top): Correct version number.
6637 * anti.texi (Antinews): Correct version number. Use EMACSVER to
6638 refer to the current version of Emacs.
6639
66402005-06-08 Luc Teirlinck <teirllm@auburn.edu>
6641
6642 * files.texi (Log Buffer): Document when there can be more than
6643 one file to be committed.
6644
66452005-06-08 Juri Linkov <juri@jurta.org>
6646
6647 * display.texi (Faces): Add `shadow' face.
6648
66492005-06-07 Masatake YAMATO <jet@gyve.org>
6650
6651 * display.texi (Faces): Write about mode-line-highlight.
6652
66532005-06-06 Richard M. Stallman <rms@gnu.org>
6654
6655 * misc.texi (Printing Package): Explain how to initialize
6656 printing package.
6657
6658 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
6659
66602005-06-05 Chong Yidong <cyd@stupidchicken.com>
6661
6662 * emacs.texi: Rename Hardcopy to Printing.
6663 Make PostScript and PostScript Variables subnodes of it.
6664
6665 * misc.texi (Printing): Rename node from Hardcopy.
6666 Mention menu bar options.
6667 Move PostScript and PostScript Variables to submenu.
6668 (Printing package): New node.
6669
6670 * mark.texi (Using Region): Change Hardcopy xref to Printing.
6671
6672 * dired.texi (Operating on Files): Likewise.
6673
6674 * calendar.texi (Displaying the Diary): Likewise.
6675
6676 * msdog.texi (MS-DOS Printing, MS-DOS Processes): Likewise.
6677
6678 * glossary.texi (Glossary): Likewise.
6679
6680 * frames.texi (Mode Line Mouse): Mention mode-line-highlight
6681 effect.
6682
66832005-06-04 Richard M. Stallman <rms@gnu.org>
6684
6685 * trouble.texi (After a Crash): Polish previous change.
6686
8cf51b2c
GM
66872005-05-30 Noah Friedman <friedman@splode.com>
6688
6689 * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a
6690 recovery mechanism.
6691
8cf51b2c
GM
66922005-05-28 Nick Roberts <nickrob@snap.net.nz>
6693
6694 * building.texi (Other Buffers): SPC toggles display of
6695 floating point registers.
6696
8cf51b2c
GM
66972005-05-27 Nick Roberts <nickrob@snap.net.nz>
6698
6699 * files.texi (Log Buffer): Merge in description of Log Edit
6700 mode from pcl-cvs.texi.
6701
67022005-05-26 Richard M. Stallman <rms@gnu.org>
6703
6704 * building.texi (Lisp Eval): C-M-x with arg runs Edebug.
6705
8cf51b2c
GM
67062005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6707
6708 * fixit.texi (Spelling): Delete confusing sentence; flyspell is
6709 not enabled by default.
6710 When not on a word, `ispell-word' by default checks the word
6711 before point.
6712
67132005-05-24 Nick Roberts <nickrob@snap.net.nz>
6714
6715 * building.texi (Debugger Operation): Simplify last sentence.
6716
67172005-05-23 Lute Kamstra <lute@gnu.org>
6718
6719 * emacs.texi: Update FSF's address throughout.
6720 (Preface): Use @cite.
6721 (Distrib): Add cross reference to the node "Copying". Mention the
6722 FDL. Don't refer to etc/{FTP,ORDERS}. Mention the sale of
6723 printed manuals.
6724 (Intro): Use @xref for the Emacs Lisp Intro.
6725
8cf51b2c
GM
67262005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6727
6728 * buffers.texi (Select Buffer): Document `C-u M-g M-g'.
6729
6730 * basic.texi (Moving Point): Mention default for `goto-line'.
6731
6732 * programs.texi (Lisp Doc): Eldoc mode shows only the first line
6733 of a variable's docstring.
6734
67352005-05-18 Lute Kamstra <lute@gnu.org>
6736
6737 * maintaining.texi (Overview of Emerge): Add cross reference.
6738 Remove duplication.
6739
6740 * emacs.texi (Top): Update to the current structure of the manual.
6741 * misc.texi (Emacs Server): Add menu description.
6742 * files.texi (Saving): Fix menu.
6743 * custom.texi (Customization): Fix menu.
6744 * mule.texi (International): Fix menu.
6745 * kmacro.texi (Keyboard Macros): Fix menu.
6746
67472005-05-16 Luc Teirlinck <teirllm@auburn.edu>
6748
6749 * display.texi: Various minor changes.
6750 (Faces): Delete text that is repeated in the next section.
6751
67522005-05-16 Nick Roberts <nickrob@snap.net.nz>
6753
6754 * building.texi (Debugger Operation): Mention GUD tooltips are
6755 disabled with GDB in text command mode.
6756
8cf51b2c
GM
67572005-05-16 Nick Roberts <nickrob@snap.net.nz>
6758
6759 * building.texi: Replace toolbar with "tool bar" for consistency.
6760 (Compilation Mode): Describe compilation-context-lines
6761 and use of arrow in compilation buffer.
6762 (Debugger Operation): Replace help text with variable's value.
6763
6764 * frames.texi (Tooltips): Replace toolbar with "tool bar" for
6765 consistency.
6766
67672005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6768
6769 * major.texi (Choosing Modes): normal-mode processes the -*- line.
6770 Add xref.
6771
8cf51b2c
GM
67722005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6773
6774 * basic.texi (Moving Point): Mention `M-g g' binding for `goto-line'.
6775 (Position Info): Delete discussion of `goto-line'. It is already
6776 described in `Moving point'.
6777
6778 * mini.texi (Completion Commands): Correct reference.
6779 (Completion Options): Fix typo.
6780
6781 * killing.texi (Deletion): Complete description of `C-x C-o'.
6782
8cf51b2c
GM
67832005-05-10 Richard M. Stallman <rms@gnu.org>
6784
6785 * building.texi (Compilation): Clarify recompile's directory choice.
6786
6787 * frames.texi (Tooltips): Cleanups.
6788
6789 * basic.texi (Arguments): Fix punctuation.
6790
67912005-05-09 Luc Teirlinck <teirllm@auburn.edu>
6792
6793 * screen.texi (Menu Bar): The up and down (not left and right)
6794 arrow keys move through a keyboard menu.
6795
67962005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6797
6798 * basic.texi: Various typo and grammar fixes.
6799 (Moving Point): C-a now runs move-beginning-of-line.
6800
68012005-05-08 Nick Roberts <nickrob@snap.net.nz>
6802
6803 * building.texi (Debugger Operation): Describe gud-tooltip-echo-area.
6804
6805 * frames.texi (Tooltips): Describe help tooltips and GUD tooltips
6806 as different animals.
6807
68082005-05-07 Luc Teirlinck <teirllm@auburn.edu>
6809
6810 * frames.texi (Mouse References): Clarify `mouse-1-click-follows-link'.
6811 Correct index entry.
6812
68132005-05-07 Nick Roberts <nickrob@snap.net.nz>
6814
6815 * building.texi (Debugger Operation): Update to reflect changes
6816 in GUD tooltips.
6817
68182005-04-30 Richard M. Stallman <rms@gnu.org>
6819
6820 * files.texi (Compressed Files): Auto Compression normally enabled.
6821
6822 * building.texi (Debugger Operation): Clarify previous change.
6823
8cf51b2c
GM
68242005-04-28 Nick Roberts <nickrob@snap.net.nz>
6825
6826 * building.texi (Debugger Operation): Add description for
6827 GUD tooltips when program is not running.
6828
68292005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6830
6831 * misc.texi (Shell): Add `Shell Prompts' to menu.
6832 (Shell Mode): Add xref to `Shell Prompts'. Clarify `C-c C-u'
6833 description. Delete remarks moved to new node.
6834 (Shell Prompts): New node.
6835 (History References): Replace remarks moved to `Shell Prompts'
6836 with xref to that node.
6837 (Remote Host): Clarify how to specify the terminal type when
6838 logging in to a different machine.
6839
68402005-04-26 Richard M. Stallman <rms@gnu.org>
6841
6842 * emacs.texi (Top): Update submenus from files.texi.
6843
6844 * files.texi (Filesets): Clarify previous change.
6845
6846 * dired.texi (Misc Dired Features): Clarify previous change.
6847
68482005-04-25 Chong Yidong <cyd@stupidchicken.com>
6849
6850 * ack.texi (Acknowledgments): Delete info about iso-acc.el.
6851
1c6c854e
CS
6852 * dired.texi (Misc Dired Features):
6853 Document dired-compare-directories.
8cf51b2c
GM
6854
6855 * files.texi (Filesets): New node.
6856 (File Conveniences): Document Image mode.
6857
6858 * text.texi (TeX Print): Document tex-compile.
6859
68602005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6861
6862 * frames.texi (Tooltips): Tooltip mode is enabled by default.
6863 Delete redundant reference to tooltip Custom group. It is
6864 referred too again in the next paragraph.
6865
68662005-04-24 Richard M. Stallman <rms@gnu.org>
6867
6868 * ack.texi: Delete info about lazy-lock.el and fast-lock.el.
6869
8cf51b2c
GM
68702005-04-19 Kim F. Storm <storm@cua.dk>
6871
6872 * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings.
6873
68742005-04-18 Lars Hansen <larsh@math.ku.dk>
6875
6876 * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now
6877 turns off desktop-save-mode.
6878
68792005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6880
6881 * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled
6882 by default in terminals compatible with xterm. Mention that
6883 xterm-mouse-mode is a minor mode and put in pxref to Minor Modes
6884 node.
6885
8cf51b2c
GM
68862005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6887
6888 * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by default.
6889
c8763fb6 68902005-04-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6891
6892 * xresources.texi (Table of Resources): Add cursorBlink.
6893
68942005-04-11 Luc Teirlinck <teirllm@auburn.edu>
6895
6896 * rmail.texi (Rmail Summary Edit): Explain numeric arguments to
6897 `d', `C-d' and `u'.
6898
68992005-04-11 Richard M. Stallman <rms@gnu.org>
6900
6901 * cmdargs.texi (Initial Options): -Q is now --quick, and does less.
6902 (Misc X): Add -D, --basic-display.
6903
6904 * maintaining.texi (Change Log): Correct the description of
6905 the example.
6906
6907 * major.texi (Choosing Modes): Document magic-mode-alist.
6908
8cf51b2c
GM
69092005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6910
6911 * rmail.texi (Rmail Basics): Clarify description of `q' and `b'.
6912 (Rmail Deletion): `C-d' in RMAIL buffer does not accept a numeric arg.
6913 (Rmail Inbox): Give full name of `rmail-primary-inbox-list'.
6914 (Rmail Output): Clarify which statements apply to `o', `C-o' and
6915 `w', respectively.
6916 (Rmail Labels): Mention `l'.
6917 (Rmail Attributes): Correct pxref. Mention `stored' attribute.
6918 (Rmail Summary Edit): Describe `j' and RET.
6919
c8763fb6 69202005-04-10 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
6921
6922 * xresources.texi (Lucid Resources): Add fontSet resource.
6923
8cf51b2c
GM
69242005-04-09 Luc Teirlinck <teirllm@auburn.edu>
6925
6926 * display.texi (Useless Whitespace): `indicate-unused-lines' is
6927 now called `indicate-empty-lines'.
6928
69292005-04-06 Kim F. Storm <storm@cua.dk>
6930
6931 * cmdargs.texi (Initial Options): Add --bare-bones alias for -Q.
6932
69332005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6934
6935 * dired.texi (Dired Visiting): `dired-view-command-alist' has been
6936 deleted.
6937 (Marks vs Flags): Add some convenient key bindings.
6938 (Hiding Subdirectories): Delete redundant and inaccurate sentence.
6939 (Misc Dired Features): Correct and expand description of `w' command.
6940
6941 * frames.texi (XTerm Mouse): Delete apparently false info.
6942 The GNU/Linux console currently does not appear to support
6943 `xterm-mouse-mode'.
6944
8cf51b2c
GM
69452005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6946
6947 * calendar.texi (Diary): Mention shell utility `calendar'.
6948
69492005-04-01 Richard M. Stallman <rms@gnu.org>
6950
6951 * cmdargs.texi (Misc X): Explain horizontal scroll bars don't exist.
6952
8cf51b2c
GM
69532005-04-01 Lute Kamstra <lute@gnu.org>
6954
6955 * maintaining.texi (Change Log): add-change-log-entry uses
6956 add-log-mailing-address.
6957
69582005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6959
6960 * files.texi (Reverting): Move `auto-revert-check-vc-info' to
6961 `VC Mode Line' and put in an xref to that node.
6962 (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify
6963 its description.
6964
69652005-03-31 Paul Eggert <eggert@cs.ucla.edu>
6966
6967 * calendar.texi (Calendar Systems): Say that the Persian calendar
6968 implemented here is the arithmetical one championed by Birashk.
6969
69702005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6971
6972 * programs.texi (Fortran Motion): Fix previous change.
6973
8cf51b2c
GM
69742005-03-29 Richard M. Stallman <rms@gnu.org>
6975
6976 * mule.texi (Single-Byte Character Support): Reinstall the C-x 8 info.
6977
69782005-03-29 Chong Yidong <cyd@stupidchicken.com>
6979
6980 * text.texi (Refill): Refer to Long Lines Mode.
6981 (Longlines): New node.
6982 (Auto Fill): Don't index "word wrap" here.
6983 (Filling): Add Longlines to menu.
6984
69852005-03-29 Richard M. Stallman <rms@gnu.org>
6986
6987 * xresources.texi: Minor fixes.
6988
6989 * misc.texi (Emacs Server): Fix Texinfo usage.
6990
6991 * emacs.texi (Top): Don't use a real section heading for
6992 "Detailed Node Listing". Fake it instead.
6993
6994 * basic.texi (Position Info): Minor cleanup.
6995
6996 * mule.texi (Input Methods): Minor cleanup.
6997
69982005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6999
7000 * programs.texi (ForIndent Vars): `fortran-if-indent' does other
7001 constructs as well.
7002 (Fortran Motion): Add fortran-end-of-block, fortran-beginning-of-block.
7003
70042005-03-29 Kenichi Handa <handa@m17n.org>
7005
7006 * mule.texi (Input Methods): Refer to the command C-u C-x =.
7007
7008 * basic.texi (Position Info): Update the description about the
7009 command C-u C-x =.
7010
70112005-03-28 Richard M. Stallman <rms@gnu.org>
7012
7013 * emacs.texi (Top): Use @section for the detailed node listing.
7014
7015 * calendar.texi: Minor fixes to previous change.
7016
7017 * programs.texi (Fortran): Small fixes to previous changes.
7018
7019 * emacs.texi (Top): Update list of subnodes of Dired.
7020 Likewise for building.texi.
7021
7022 * files.texi (File Conveniences): Delete Auto Image File mode.
7023
70242005-03-28 Chong Yidong <cyd@stupidchicken.com>
7025
7026 * building.texi (Flymake): New node.
7027
7028 * custom.texi (Function Keys): Document kp- event types and
7029 keypad-setup package.
7030
7031 * dired.texi (Wdired): New node.
7032
7033 * files.texi (File Conveniences): Reorder entries.
7034 Explain how to turn on Auto-image-file mode.
7035 Document Thumbs mode.
7036
7037 * mule.texi (Specify Coding): Document recode-region and
7038 recode-file-name.
7039
7040 * programs.texi (Program Modes): Add Conf mode and DNS mode.
7041
70422005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7043
7044 * commands.texi (Keys): M-o is now a prefix key.
7045
70462005-03-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7047
7048 * programs.texi: Reformat and update copyright years.
7049 (Fortran): Update section.
7050
70512005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7052
7053 * files.texi: Several small changes in addition to:
7054 (Visiting): Change xref for Dialog Boxes to ref.
7055 (Version Headers): Replace references to obsolete var
7056 `vc-header-alist' with `vc-BACKEND-header'.
7057 (Customizing VC): Update value of `vc-handled-backends'.
7058
70592005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7060
7061 * emacs-xtra.texi (Advanced Calendar/Diary Usage): New section;
7062 move here from Emacs Lisp Reference Manual.
7063 * calendar.texi (Calendar/Diary, Diary Commands)
7064 (Special Diary Entries, Importing Diary): Change some xrefs to
7065 point to emacs-xtra rather than elisp.
7066
7067 * emacs-xtra.texi (Calendar Customizing):
7068 Move view-diary-entries-initially, view-calendar-holidays-initially,
7069 mark-diary-entries-in-calendar, mark-holidays-in-calendar to main
7070 Emacs Manual.
7071 (Appt Customizing): Merge entire section into main Emacs Manual.
7072 * calendar.texi (Holidays): Move view-calendar-holidays-initially,
7073 mark-holidays-in-calendar here from emacs-xtra.
7074 (Displaying the Diary): Move view-diary-entries-initially,
7075 mark-diary-entries-in-calendar here from emacs-xtra.
7076 (Appointments): Move appt-display-mode-line,
7077 appt-display-duration, appt-disp-window-function,
7078 appt-delete-window-function here from emacs-xtra.
7079
7080 * calendar.texi: Update and reformat copyright.
7081 Change all @xrefs to the non-printing emacs-xtra to @inforefs.
7082 (Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
7083 (Diary): Refer to `diary-file' rather than ~/diary.
7084 (Diary Commands): Rename node to "Displaying the Diary".
7085 * emacs.texi (Top): Rename "Diary Commands" section.
7086 * misc.texi (Hardcopy): Rename "Diary Commands" xref.
7087
70882005-03-26 Eli Zaretskii <eliz@gnu.org>
7089
7090 * misc.texi (Emacs Server): Fix the command for setting
7091 server-name. Add an xref to Invoking emacsclient.
7092
7093 * help.texi (Help Summary): Clarify when "C-h ." will do something
7094 nontrivial.
7095 (Apropos): Add cindex entry for apropos-sort-by-scores.
7096
7097 * display.texi (Text Display): Add index entries for how no-break
7098 characters are displayed.
7099
8cf51b2c
GM
71002005-03-26 Eli Zaretskii <eliz@gnu.org>
7101
7102 * files.texi (Visiting): Fix cross-references introduced with the
7103 last change.
7104
7105 * xresources.texi (GTK resources): Fix last change.
7106
8cf51b2c
GM
71072005-03-25 Chong Yidong <cyd@stupidchicken.com>
7108
7109 * xresources.texi (X Resources): GTK options documented too.
7110 (Resources): Clarify meaning of program name.
7111 (Table of Resources): Add visualClass.
7112 (GTK resources): Rewrite.
7113 (GTK widget names, GTK Names in Emacs, GTK styles): Cleanups.
7114
7115 * display.texi (Text Display): Mention non-breaking spaces.
7116
7117 * files.texi (Reverting): Document auto-revert-check-vc-info.
7118
7119 * frames.texi (Mouse Commands): Document
7120 x-mouse-click-focus-ignore-position and mouse-drag-copy-region.
7121
7122 * help.texi (Help Summary): Add `C-h .'.
7123 (Apropos): Apropos accepts a list of search terms.
7124 Document apropos-sort-by-scores.
7125 (Help Echo): Document display-local-help.
7126
7127 * misc.texi (Emacs Server): Document server-name.
7128 (Invoking emacsclient): Document -s option for server names.
7129
7130 * text.texi (Outline Visibility): Introduce "current heading
7131 line" (commands can be called with point on a body line).
7132 Re-order table to follow the sequence of discussion.
7133 hide-body won't hide lines before first header line.
7134 (TeX Mode): Add DocTeX mode.
7135
8cf51b2c
GM
71362005-03-24 Richard M. Stallman <rms@gnu.org>
7137
7138 * mule.texi (Single-Byte Character Support): Delete mention
7139 of iso-acc.el and iso-transl.el.
7140
8cf51b2c
GM
71412005-03-23 Lute Kamstra <lute@gnu.org>
7142
7143 * search.texi (Non-ASCII Isearch): Rename from Non-Ascii Isearch.
7144
71452005-03-23 Richard M. Stallman <rms@gnu.org>
7146
8cf51b2c
GM
7147 * search.texi: Delete explicit node pointers.
7148 (Incremental Search): New menu.
7149 (Basic Isearch, Repeat Isearch, Error in Isearch)
7150 (Non-Ascii Isearch, Isearch Yank, Highlight Isearch, Isearch Scroll)
7151 (Slow Isearch): New subnodes.
7152 (Configuring Scrolling): Node deleted.
7153 (Search Case): Doc default-case-fold-search.
7154 (Regexp Replace): Move replace-regexp doc here.
7155
7156 * rmail.texi (Movemail): Put commas inside closequotes.
7157
7158 * picture.texi (Insert in Picture): Document C-c arrow combos.
7159 (Basic Picture): Clarify erasure.
7160
7161 * display.texi (Font Lock): Put commas inside closequotes.
7162
7163 * cmdargs.texi (General Variables): Put commas inside closequotes.
7164
71652005-03-23 Nick Roberts <nickrob@snap.net.nz>
7166
7167 * building.texi (Stack Buffer): Mention reverse contrast for
7168 *selected* frame (might not be current frame).
7169
8cf51b2c
GM
71702005-03-21 Richard M. Stallman <rms@gnu.org>
7171
7172 * building.texi (Starting GUD): Add bashdb.
7173
71742005-03-20 Chong Yidong <cyd@stupidchicken.com>
7175
7176 * basic.texi (Moving Point): Add M-g M-g binding.
7177 (Undo): Document undo-only.
7178 (Position Info): Document M-g M-g and C-u M-g M-g.
7179
7180 * building.texi (Building): Put Grep Searching after Compilation
7181 Shell.
7182 (Compilation Mode): Document M-n, M-p, M-}, M-{, and C-c C-f bindings.
7183 Document next-error-highlight.
7184 (Grep Searching): Document grep-highlight-matches.
7185 (Lisp Eval): Typing C-x C-e twice prints integers specially.
7186
7187 * calendar.texi (Importing Diary): Rename node from iCalendar.
7188 Document diary-from-outlook.
7189
7190 * dired.texi (Misc Dired Features): Rename node from Misc Dired
7191 Commands.
7192 Mention effect of X drag and drop on Dired buffers.
7193
7194 * files.texi (Visiting): Document large-file-warning-threshold.
7195 Move paragraph on file-selection dialog.
7196 Mention visiting files using X drag and drop.
7197 (Reverting): Mention using Auto-Revert mode to tail files.
7198 Document auto-revert-tail-mode.
7199 (Version Systems): Minor correction.
7200 (Comparing Files): Diff-mode is no longer based on Compilation
7201 mode.
7202 Document compare-ignore-whitespace.
7203 (Misc File Ops): Explain passing a directory to rename-file.
7204 Likewise for copy-file and make-symbolic-link.
7205
7206 * frames.texi (Wheeled Mice): Mouse wheel support on by default.
7207 Document mouse-wheel-progressive speed.
7208
7209 * help.texi (Misc Help): Document numeric argument for C-h i.
7210 Correctly explain the effect of just C-u as argument.
7211
7212 * killing.texi (Deletion): Document numeric argument for
7213 just-one-space.
7214
7215 * mini.texi (Completion): Completion acts on text before point.
7216
7217 * misc.texi (Saving Emacs Sessions): Document desktop-restore-eager.
7218 (Emulation): CUA mode replaces pc-bindings-mode,
7219 pc-selection-mode, and s-region.
7220
7221 * mule.texi (Input Methods): Leim is now built-in.
7222 (Select Input Method): Document quail-show-key.
7223 (Specify Coding): Document revert-buffer-with-coding-system.
7224
7225 * programs.texi (Fortran Motion): Document f90-next-statement,
7226 f90-previous-statement, f90-next-block, f90-previous-block,
7227 f90-end-of-block, and f90-beginning-of-block.
7228
7229 * text.texi (Format Faces): Replace old M-g key prefix with M-o.
7230
7231 * emacs.texi (Acknowledgments): Updated.
7232
7233 * anti.texi: Total rewrite.
7234
8cf51b2c
GM
72352005-03-19 Chong Yidong <cyd@stupidchicken.com>
7236
7237 * ack.texi (Acknowledgments): Update.
7238
72392005-03-19 Eli Zaretskii <eliz@gnu.org>
7240
1c6c854e
CS
7241 * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3.
7242 Update copyright years.
8cf51b2c
GM
7243
72442005-03-14 Nick Roberts <nickrob@snap.net.nz>
7245
7246 * building.texi (Commands of GUD): Move paragraph on setting
7247 breakpoints with mouse to the GDB Graphical Interface node.
7248
72492005-03-07 Richard M. Stallman <rms@gnu.org>
7250
8cf51b2c
GM
7251 * misc.texi (Single Shell, Shell Options): Fix previous change.
7252
7253 * building.texi (Debugger Operation): Update GUD tooltip enable info.
7254
72552005-03-06 Richard M. Stallman <rms@gnu.org>
7256
7257 * building.texi (Starting GUD): Don't explain text vs graphical
7258 GDB here. Just mention it and xref.
7259 Delete "just one debugger process".
7260 (Debugger Operation): Move GUD tooltip info here.
7261 (GUD Tooltips): Node deleted.
7262 (GDB Graphical Interface): Explain the two GDB modes here.
7263
8cf51b2c
GM
7264 * sending.texi (Sending Mail): Minor cleanup.
7265 (Mail Aliases): Explain quoting conventions.
7266 Update key rebinding example.
7267 (Header Editing): C-M-i is like M-TAB.
7268 (Mail Mode Misc): mail-attach-file does not do MIME.
7269
7270 * rmail.texi (Rmail Inbox): Move text from Remote Mailboxes
7271 that really belongs here.
7272 (Remote Mailboxes): Text moved to Rmail Inbox.
7273 (Rmail Display): Mention Mouse-1.
7274 (Movemail): Clarify two movemail versions.
7275 Clarify rmail-movemail-program.
7276
8cf51b2c
GM
7277 * misc.texi (Single Shell): Replace uudecode example with gpg example.
7278 Document async shell commands.
7279 (Shell History): Clarify.
7280 (Shell Ring): Mention C-UP an C-DOWN.
7281 (Shell Options): Add comint-prompt-read-only.
7282 (Invoking emacsclient): Set EDITOR to run Emacs.
7283 (Sorting): No need to explain what region is.
7284 (Saving Emacs Sessions): Fix typo.
7285 (Recursive Edit): Fix punctuation.
7286 (Emulation): Don't mention "PC bindings" which are standard.
7287 (Hyperlinking): Explain Mouse-1 convention here.
7288 (Find Func): Node deleted.
7289
8cf51b2c
GM
7290 * help.texi (Name Help): Xref to Hyperlinking.
7291
7292 * glossary.texi (Glossary):
7293 Rename "Balance Parentheses" to "Balancing...".
7294 Add "Byte Compilation". Correct "Copyleft".
7295 New xref in "Customization".
7296 Clarify "Current Line", "Echoing", "Fringe", "Frame", "Speedbar".
7297 Add "Graphical Terminal" "Keybinding", "Margin", "Window System".
7298 Rename "Registers" to "Register".
7299 Replace "Selecting" with "Selected Frame",
7300 "Selected Window", and "Selecting a Buffer".
7301
7302 * files.texi (Types of Log File): Explain how projects'
7303 methods can vary.
7304
8cf51b2c
GM
7305 * display.texi (Faces): Delete "Emacs 21".
7306
7307 * custom.texi (Changing a Variable): C-M-i like M-TAB.
7308 * fixit.texi (Spelling): C-M-i like M-TAB.
7309 * mini.texi (Completion Options): C-M-i like M-TAB.
7310 * programs.texi (Symbol Completion): C-M-i like M-TAB.
7311 * text.texi (Text Mode): C-M-i like M-TAB.
7312
7313 * commands.texi (Keys): Mention F1 and F2 in list of prefixes.
7314
7315 * calendar.texi (Specified Dates): Mention `g w'.
7316 (Appointments): appt-activate toggles with no arg.
7317
8cf51b2c
GM
73182005-03-05 Juri Linkov <juri@jurta.org>
7319
7320 * cmdargs.texi (Emacs Invocation): Add cindex
c4cc8b9a 7321 "invocation (command line arguments)".
8cf51b2c
GM
7322 (Misc X): Add -nbc, --no-blinking-cursor.
7323
73242005-03-04 Ulf Jasper <ulf.jasper@web.de>
7325
7326 * calendar.texi (iCalendar): No need to require it now.
7327
8cf51b2c
GM
73282005-03-03 Nick Roberts <nickrob@snap.net.nz>
7329
7330 * trouble.texi (Contributing): Mention Savannah. Direct users to
7331 emacs-devel.
7332
73332005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7334
7335 * calendar.texi (Adding to Diary): Mention redrawing of calendar
7336 window.
7337
8cf51b2c
GM
73382005-02-27 Richard M. Stallman <rms@gnu.org>
7339
7340 * building.texi (Compilation): Update mode line status info.
7341
73422005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7343
7344 * calendar.texi (General Calendar): Document binding of
7345 scroll-other-window-down.
7346 (Mayan Calendar): Fix earliest date.
7347 (Time Intervals): Document timeclock-change.
7348 Fix timeclock-ask-before-exiting documentation.
7349
73502005-02-26 Kim F. Storm <storm@cua.dk>
7351
7352 * frames.texi (Mouse References):
7353 Add mouse-1-click-in-non-selected-windows.
7354
73552005-02-25 Richard M. Stallman <rms@gnu.org>
7356
7357 * screen.texi (Screen): Explain better about cursors and mode lines;
7358 don't presuppose text terminals.
7359 (Point): Don't assume just one cursor.
7360 Clarify explanation of cursors.
7361 (Echo Area, Menu Bar): Cleanups.
7362
7363 * mini.texi (Minibuffer): Prompts are highlighted.
7364 (Minibuffer Edit): Newline = C-j only on text terminals.
7365 Clarify resize-mini-windows values.
7366 Mention M-PAGEUP and M-PAGEDOWN.
7367 (Completion Commands): Mouse-1 like Mouse-2.
7368 (Minibuffer History): Explain history commands better.
7369 (Repetition): Add xref to Incremental Search.
7370
7371 * mark.texi (Setting Mark): Clarify info about displaying mark.
7372 Clarify explanation of C-@ and C-SPC.
7373 (Transient Mark): Mention Delete Selection mode.
7374 (Marking Objects): Clean up text about extending the region.
7375
7376 * m-x.texi (M-x): One C-g doesn't always go to top level.
7377 No delay before suggest-key-bindings output.
7378
7379 * fixit.texi (Fixit): Mention C-/ for undo.
7380 (Spelling): Mention ESC TAB like M-TAB.
7381 Replacement words with r and R are rechecked.
7382 Say where C-g leaves point. Mention ? as input.
7383
73842005-02-23 Lute Kamstra <lute@gnu.org>
7385
7386 * cmdargs.texi (Initial Options): Add cross reference.
7387
8cf51b2c
GM
73882005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7389
7390 * emacs.texi (Top): Update menu for splitting of node in
7391 msdog.texi.
7392 * frames.texi (Frames): Update xref for splitting of node in
7393 msdog.texi.
7394 * trouble.texi (Quitting): Ditto.
7395
73962005-02-16 Richard M. Stallman <rms@gnu.org>
7397
7398 * windows.texi (Split Window): Simplify line truncation info
7399 and xref to Display Custom.
7400
7401 * trouble.texi (Quitting): Emergency escape only for text terminal.
7402 (Screen Garbled): C-l for ungarbling is only for text terminal.
7403
7404 * text.texi (Text Mode): ESC TAB alternative for M-TAB.
7405
7406 * sending.texi (Header Editing): ESC TAB alternative for M-TAB.
7407
7408 * programs.texi (Program Modes): Mention Python mode.
7409 (Moving by Defuns): Repeating C-M-h extends region.
7410 (Basic Indent): Clarify.
7411 (Custom C Indent): Clarify.
7412 (Expressions): Repeating C-M-@ extends region.
7413 (Info Lookup): Clarify for C-h S.
7414 (Symbol Completion): ESC TAB alternative for M-TAB.
7415 (Electric C): Clarify.
7416
7417 * emacs.texi (Top): Update display.texi and frames.texi submenu data.
7418
7419 * msdog.texi (MS-DOS Keyboard, MS-DOS Mouse): Split from
7420 MS-DOS Input node.
7421 (MS-DOS Keyboard): Start with explaining DEL and BREAK.
7422 (MS-DOS and MULE): Clarify.
7423 (MS-DOS Processes, Windows Processes): Fix typos.
7424
7425 * major.texi (Choosing Modes): Clarify.
7426
7427 * kmacro.texi (Basic Keyboard Macro): Doc F3, F4.
7428 (Keyboard Macro Step-Edit): Clarify.
7429
7430 * indent.texi (Indentation): Clarifications.
7431
7432 * help.texi (Help): Correct error about C-h in query-replace.
7433 Clarify apropos vs C-h a. Fix how to search in FAQ.
7434 (Key Help): Describe C-h w here.
7435 (Name Help): Minor cleanup. C-h w moved to Key Help.
7436 Clarify the "object" joke.
7437 (Apropos): Clarify. Mouse-1 like Mouse-2.
7438 (Help Mode): Mouse-1 like Mouse-2.
7439
7440 * fixit.texi (Spelling): Mention ESC TAB as alt. for M-TAB.
7441
7442 * display.texi (Display): Reorder menu.
7443 (Faces): Cleanup.
7444 (Font Lock): Cleanup. Mention Options menu.
7445 Delete obsolete text.
7446 (Scrolling): For C-l, don't presume text terminal.
7447 (Horizontal Scrolling): Simplify intro.
7448 (Follow Mode): Clarify.
1c6c854e 7449 (Cursor Display): Move before Display Custom.
8cf51b2c
GM
7450 (Display Custom): Explain no-redraw-on-reenter is for text terminals.
7451 Doc default-tab-width. Doc line truncation more thoroughly.
7452
7453 * dired.texi (Dired Enter): C-x C-f can run Dired.
7454 (Dired Visiting): Comment out `a' command.
7455 Mouse-1 is like Mouse-2.
7456 (Shell Commands in Dired): ? can be used more than once.
7457
7458 * basic.texi (Continuation Lines): Simplify description of truncation,
7459 and refer to Display Custom for the rest of it.
7460
8cf51b2c
GM
74612005-02-06 Lute Kamstra <lute@gnu.org>
7462
7463 * basic.texi (Undo): Fix typo.
7464
7465 * cmdargs.texi (Emacs Invocation): Fix typo.
7466
7467 * custom.texi (Init Examples): Fix typo.
7468
7469 * abbrevs.texi (Expanding Abbrevs): Fix typo.
7470
74712005-02-06 Richard M. Stallman <rms@gnu.org>
7472
7473 * regs.texi (Registers): Registers can hold numbers, too.
7474
7475 * killing.texi (Other Kill Commands): Cleanup.
7476 Delete redundant explanation of kill in read-only buffer.
7477 (Yanking): Mention term "copying".
7478 (Accumulating Text): Fix typo.
7479
7480 * entering.texi (Entering Emacs): Update rationale at start.
7481 (Exiting): Treat iconifying on a par with suspension.
7482
7483 * custom.texi (Minor Modes): Fix typo.
7484 (Easy Customization): Fix menu style.
7485 (Variables): Add xref.
7486 (Examining): Setting for future sessions works through .emacs.
7487 (Keymaps): "Text terminals", not "Many".
7488 (Init Rebinding): Explain \C-. Show example of \M-.
7489 Fix minor wording errors.
7490 (Function Keys): Explain vector syntax just once.
7491 (Named ASCII Chars): Clarify history of TAB/C-i connection.
7492 (Init File): Mention .emacs.d directory.
7493 (Init Examples): Add xref.
7494 (Find Init): Mention .emacs.d directory.
7495
7496 * cmdargs.texi (Emacs Invocation): +LINENUM is also an option.
7497 (Action Arguments): Explain which kinds of -l args are found how.
7498 (Initial Options): --batch does not inhibit site-start.
7499 Add xrefs.
7500 (Command Example): Use --batch, not -batch.
7501
7502 * basic.texi (Inserting Text): Cleanup wording.
7503 (Moving Point): Doc PRIOR, PAGEUP, NEXT, PAGEDOWN more systematically.
7504 C-n is not error at end of buffer.
7505 (Undo): Doc C-/ like C-_. Add xrefs.
7506 (Arguments): META key may be labeled ALT.
7507 Peculiar arg meanings are explained in doc strings.
7508
7509 * abbrevs.texi (Expanding Abbrevs): Clarify.
7510
75112005-02-05 Eli Zaretskii <eliz@gnu.org>
7512
7513 * frames.texi (Frame Parameters): Add an xref to the description
7514 of list-colors-display. Add a pointer to the X docs about colors.
7515
7516 * cmdargs.texi (Colors): Mention 16-, 88- and 256-color modes.
10d1d0af 7517 Improve docs of list-colors-display.
8cf51b2c
GM
7518
75192005-02-03 Lute Kamstra <lute@gnu.org>
7520
7521 * frames.texi (Frames, Drag and Drop): Fix typos.
7522
75232005-02-03 Richard M. Stallman <rms@gnu.org>
7524
7525 * windows.texi (Basic Window): Mention color-change in mode line.
7526 (Change Window): Explain dragging vertical boundaries.
7527
7528 * text.texi (Sentences): Clarify.
7529 (Paragraphs): Explain M-a and blank lines.
7530 (Outline Mode): Clarify text and menu.
7531 (Hard and Soft Newlines): Mention use-hard-newlines.
7532
7533 * frames.texi (Frames): Delete unnecessary mention of Windows.
7534 (Mouse Commands): Likewise. Mention xterm mouse support.
7535 (Clipboard): Clarify.
7536 (Mouse References): Mention use of Mouse-1 for following links.
7537 (Menu Mouse Clicks): Clarify.
7538 (Mode Line Mouse): Clarify.
7539 (Drag and Drop): Rewrite.
7540
7541 * fixit.texi (Spelling): Fix typo.
7542
7543 * files.texi (File Names): Clarify.
7544 (Visiting): Update conditions for use of file dialog. Clarify.
7545 (Saving): Doc d as answer in save-some-buffers.
7546 (Remote Files): Clean up the text.
7547
7548 * dired.texi (Misc Dired Commands): Delete dired-marked-files.
7549
7550 * buffers.texi (Select Buffer): Doc next-buffer and prev-buffer.
7551 (List Buffers): Clarify.
7552 (Several Buffers): Doc T command.
7553 (Buffer Convenience): Clarify menu.
7554
7555 * basic.texi (Undo): Clarify last change.
7556
75572005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7558
7559 * fixit.texi (Spelling): Fix typo.
7560
75612005-02-01 Luc Teirlinck <teirllm@auburn.edu>
7562
7563 * basic.texi (Undo): Update description of `undo-outer-limit'.
7564
75652005-02-01 Nick Roberts <nickrob@snap.net.nz>
7566
7567 * building.texi: Update documentation relating to GDB Graphical
7568 Interface.
7569
75702005-01-30 Luc Teirlinck <teirllm@auburn.edu>
7571
7572 * custom.texi (Easy Customization): Adapt menu to node name change.
7573
75742005-01-30 Richard M. Stallman <rms@gnu.org>
7575
7576 * custom.texi (Easy Customization): Defn of "User Option" now
7577 includes faces. Don't say just "option" when talking about variables.
7578 Do say just "options" to mean "anything customizable".
7579 (Specific Customization): Describe `customize-variable',
7580 not `customize-option'.
7581
7582 * glossary.texi (Glossary) <Faces>: Add xref.
7583 <User Option>: Change definition--include faces. Change xref.
7584
7585 * picture.texi (Picture): Mention artist.el.
7586
7587 * sending.texi, screen.texi, programs.texi, misc.texi:
7588 * mini.texi, major.texi, maintaining.texi, macos.texi:
7589 * help.texi, frames.texi, files.texi:
7590 Don't say just "option" when talking about variables.
7591
7592 * display.texi, mule.texi: Don't say just "option" when talking
7593 about variables. Other minor cleanups.
7594
8cf51b2c
GM
75952005-01-26 Lute Kamstra <lute@gnu.org>
7596
7597 * cmdargs.texi (Initial Options): Add a cross reference to `Init
7598 File'. Mention the `-Q' option at the `--no-site-file' option.
7599
8cf51b2c
GM
76002005-01-22 David Kastrup <dak@gnu.org>
7601
7602 * building.texi (Grep Searching): Mention alias `find-grep' for
7603 `grep-find'.
7604
76052005-01-20 Richard M. Stallman <rms@gnu.org>
7606
7607 * calendar.texi (Time Intervals): Delete special stuff for MS-DOS.
7608
8cf51b2c
GM
76092005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7610
7611 * rmail.texi (Movemail): Explain differences
7612 between standard and mailutils versions of movemail.
7613 Describe command line and configuration options introduced
7614 with the latter.
7615 Explain the notion of mailbox URL, provide examples and
7616 cross-references to mailutils documentation.
7617 Describe various methods of specifying mailbox names,
7618 user names and user passwords for rmail.
1c6c854e
CS
7619 (Remote Mailboxes): New section.
7620 Describe how movemail handles remote mailboxes. Describe configuration
8cf51b2c
GM
7621 options used to control its behavior.
7622 (Other Mailbox Formats): Explain handling of various mailbox
7623 formats.
7624
76252005-01-13 Richard M. Stallman <rms@gnu.org>
7626
7627 * commands.texi (Commands): Clarification.
7628
76292005-01-11 Richard M. Stallman <rms@gnu.org>
7630
7631 * programs.texi (Multi-line Indent): Fix previous change.
7632 (Fortran Autofill): Simplify description of fortran-auto-fill-mode.
7633
8cf51b2c
GM
76342005-01-08 Richard M. Stallman <rms@gnu.org>
7635
7636 * display.texi (Faces): isearch-lazy-highlight-face renamed to
7637 lazy-highlight.
7638
7639 * search.texi (Query Replace): Mention faces query-replace
7640 and lazy-highlight.
7641 (Incremental Search): Update isearch highlighting info.
7642
8cf51b2c
GM
76432005-01-04 Richard M. Stallman <rms@gnu.org>
7644
7645 * custom.texi (Saving Customizations): Minor improvement.
7646
8cf51b2c
GM
76472005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7648
7649 * custom.texi (Saving Customizations): Emacs no longer loads
7650 `custom-file' after .emacs. No longer mention customizing through
7651 Custom.
7652
8cf51b2c
GM
76532005-01-01 Andreas Schwab <schwab@suse.de>
7654
7655 * killing.texi (Graphical Kill): Move up under node Killing,
7656 change @section to @subsection.
7657
76582005-01-01 Richard M. Stallman <rms@gnu.org>
7659
7660 * custom.texi (Face Customization): Mention hex color specs.
7661
7662 * emacs.texi (Top): Update Killing submenu.
7663
7664 * killing.texi (Killing): Reorganize section.
7665 No more TeX-only text; put the node command at start of chapter.
7666 But the first section heading is used only in TeX.
7667 Rewrite the text to read better in this mode.
7668 (Graphical Kill): New subnode gets some of the text that
7669 used to be in the first section.
7670
76712004-12-31 Richard M. Stallman <rms@gnu.org>
7672
7673 * dired.texi (Shell Commands in Dired): Delete the ? example.
7674
7675 * display.texi (Scrolling): Correct scroll-preserve-screen-position.
7676
7677 * files.texi (Saving): Describe new require-final-newline features
7678 and mode-require-final-newline.
7679
8cf51b2c
GM
76802004-12-29 Richard M. Stallman <rms@gnu.org>
7681
7682 * custom.texi (File Variables): Clarify previous change.
7683
c8763fb6 76842004-12-27 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7685
7686 * frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
7687 out now.
7688
76892004-12-27 Richard M. Stallman <rms@gnu.org>
7690
7691 * Makefile.in (MAKEINFO): Specify --force.
7692
7693 * basic.texi (Moving Point): C-e now runs move-end-of-line.
7694 (Undo): Doc undo-outer-limit.
7695
8cf51b2c
GM
76962004-12-15 Juri Linkov <juri@jurta.org>
7697
7698 * mark.texi (Transient Mark, Mark Ring): M-< and other
7699 movement commands don't set mark in Transient Mark mode
7700 if mark is active.
7701
8cf51b2c
GM
77022004-12-12 Juri Linkov <juri@jurta.org>
7703
7704 * misc.texi (FFAP): Add C-x C-r, C-x C-v, C-x C-d,
7705 C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
7706
7707 * dired.texi (Dired Navigation): Add @r{(Dired)} to M-g.
7708 (Misc Dired Commands): Add @r{(Dired)} to w.
7709
77102004-12-12 Juri Linkov <juri@jurta.org>
7711
7712 * mark.texi (Marking Objects): Marking commands also extend the
7713 region when mark is active in Transient Mark mode.
7714
8cf51b2c
GM
77152004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7716
7717 * custom.texi (Saving Customizations): Emacs only loads the custom
7718 file automatically after the init file in version 22.1 or later.
7719 Adapt text and examples to this fact.
7720
8cf51b2c
GM
77212004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7722
7723 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
7724 be set through Custom. Otherwise, it has no effect.
7725
8cf51b2c
GM
77262004-12-05 Richard M. Stallman <rms@gnu.org>
7727
7728 * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi:
7729 * entering.texi: Rename Command Line to Emacs Invocation.
7730
10d1d0af 7731 * misc.texi (Term Mode): Correctly describe C-c.
8cf51b2c
GM
7732
7733 * custom.texi (Easy Customization): Move up to section level,
7734 before Variables. Avoid using the term "variable"; say "option".
7735 New initial explanation.
7736 (Variables): In initial explanation, connect "variable" to the
7737 already-explained "user option".
7738
7739 * emacs.texi (Top): Fix ref to Command Line.
7740 Move reference to Easy Customization.
7741
7742 * xresources.texi (X Resources): Fix From link.
7743
7744 * doclicense.texi (GNU Free Documentation License): Fix To link.
7745
7746 * entering.texi (Entering Emacs): Fix xref, now to Command Line.
7747
7748 * cmdargs.texi (Command Line): Node renamed from Command Arguments.
7749
77502004-12-03 Richard M. Stallman <rms@gnu.org>
7751
7752 * cmdargs.texi (Initial Options): Clarify batch mode i/o.
7753
77542004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7755
7756 * kmacro.texi: Several small changes in addition to the following.
7757 (Keyboard Macro Ring): Describe behavior of `C-x C-k C-k' when
7758 defining a keyboard macro.
7759 Mention `kmacro-ring-max'.
7760 (Keyboard Macro Counter): Clarify description of
7761 `kmacro-insert-counter', `kmacro-set-counter',
7762 `kmacro-add-counter' and `kmacro-set-format'.
7763
77642004-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7765
7766 * custom.texi (File Variables): Add `unibyte' and make it more
7767 clear that `unibyte' and `coding' are special. Suggested by Simon
7768 Krahnke <overlord@gmx.li>.
7769
7770 * mule.texi (Enabling Multibyte): Refer to File Variables.
7771 Suggested by Simon Krahnke <overlord@gmx.li>.
7772
c8763fb6 77732004-11-26 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7774
7775 * frames.texi (Dialog Boxes): Rename use-old-gtk-file-dialog to
7776 x-use-old-gtk-file-dialog.
7777
8cf51b2c
GM
77782004-11-20 Richard M. Stallman <rms@gnu.org>
7779
7780 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
7781
77822004-11-09 Lars Brinkhoff <lars@nocrew.org>
7783
7784 * building.texi (Lisp Eval): Delete hyphen in section name.
7785
77862004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
7787
7788 * files.texi (Old Versions):
7789 No longer document annotation as "CVS only".
7790
77912004-11-10 Andre Spiegel <spiegel@gnu.org>
7792
7793 * files.texi (Version Control): Rewrite the introduction about
1c6c854e
CS
7794 version systems, mentioning the new ones that we support.
7795 Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for
8cf51b2c
GM
7796 suggestions.
7797
c8763fb6 77982004-11-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c 7799
49823426 7800 * frames.texi (Dialog Boxes): Replace non-nil with non-@code{nil}.
8cf51b2c 7801
c8763fb6 78022004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7803
7804 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
7805
78062004-10-23 Eli Zaretskii <eliz@gnu.org>
7807
7808 * text.texi (Text Based Tables, Table Definition)
7809 (Table Creation, Table Recognition, Cell Commands)
7810 (Cell Justification, Row Commands, Column Commands)
7811 (Fixed Width Mode, Table Conversion, Measuring Tables)
7812 (Table Misc): New nodes, documenting the Table Mode.
7813
8cf51b2c
GM
78142004-10-19 Jason Rumney <jasonr@gnu.org>
7815
7816 * makefile.w32-in (info): Change order of arguments to makeinfo.
7817
78182004-10-19 Ulf Jasper <ulf.jasper@web.de>
7819
7820 * calendar.texi (iCalendar): Update for package changes.
7821
8cf51b2c
GM
78222004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7823
7824 * files.texi (Misc File Ops): View mode is a minor mode.
7825
8cf51b2c
GM
78262004-10-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7827
7828 * calendar.texi (iCalendar): Style changes.
7829
78302004-10-07 Luc Teirlinck <teirllm@auburn.edu>
7831
7832 * search.texi (Regexps): The regexp described in the example is no
7833 longer stored in the variable `sentence-end'.
7834
8cf51b2c
GM
78352004-10-06 Nick Roberts <nickrob@snap.net.nz>
7836
7837 * building.texi (Starting GUD): Note that multiple debugging
7838 sessions requires `gdb --fullname'.
7839
78402004-10-05 Ulf Jasper <ulf.jasper@web.de>
7841
7842 * calendar.texi (iCalendar): New section for a new package.
7843
8cf51b2c
GM
78442004-10-05 Luc Teirlinck <teirllm@auburn.edu>
7845
7846 * text.texi: Various small changes in addition to the following.
7847 (Text): Replace xref for autotype with inforef.
7848 (Sentences): Explain nil value for `sentence-end'.
7849 (Paragraphs): Update default values for `paragraph-start' and
7850 `paragraph-separate'.
7851 (Text Mode): Correct description of Text mode's effect on the
7852 syntax table.
7853 (Outline Visibility): `hide-other' does not hide top level headings.
7854 `selective-display-ellipses' no longer has an effect on Outline mode.
7855 (TeX Misc): Add missing @cindex.
7856 Replace xref for RefTeX with inforef.
7857 (Requesting Formatted Text): The variable
7858 `enriched-fill-after-visiting' no longer exists.
7859 (Editing Format Info): Update names of menu items and commands.
7860 (Format Faces): Mention special effect of specifying the default face.
7861 Describe inheritance of text properties.
7862 Correct description of `fixed' face.
7863 (Format Indentation): Correct description of effect of setting
7864 margins. Mention `set-left-margin' and `set-right-margin'.
7865 (Format Justification): Update names of menu items.
7866 `set-justification-full' is now bound to `M-j b'.
7867 Mention that `default-justification' is a per buffer variable.
7868 (Format Properties): Update name of menu item.
7869 (Forcing Enriched Mode): `format-decode-buffer' automatically
7870 turns on Enriched mode if the buffer is in text/enriched format.
7871
78722004-10-05 Emilio C. Lopes <eclig@gmx.net>
7873
7874 * calendar.texi (From Other Calendar): Add calendar-goto-iso-week.
7875
78762004-09-28 Kim F. Storm <storm@cua.dk>
7877
7878 * display.texi (Display Custom) <indicate-buffer-boundaries>:
7879 Align with new functionality.
7880
8cf51b2c
GM
78812004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7882
7883 * display.texi (Display Custom): Remove stray `@end defvar'.
7884
78852004-09-23 Kim F. Storm <storm@cua.dk>
7886
7887 * display.texi (Display Custom): Add `overflow-newline-into-fringe',
7888 `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
7889
8cf51b2c
GM
78902004-09-20 Richard M. Stallman <rms@gnu.org>
7891
7892 * custom.texi (Hooks): Explain using setq to clear out a hook.
7893 (File Variables): Explain multiline string constants.
7894 (Non-ASCII Rebinding): Explain when you need to update
7895 non-ASCII char codes in .emacs.
7896
7897 * building.texi (Compilation): Explain how to make a silent
7898 subprocess that won't be terminated. Explain compilation-environment.
7899
79002004-09-13 Kim F. Storm <storm@cua.dk>
7901
7902 * mini.texi (Repetition): Rename isearch-resume-enabled to
7903 isearch-resume-in-command-history and change default to disabled.
7904
8cf51b2c
GM
79052004-09-09 Kim F. Storm <storm@cua.dk>
7906
7907 * kmacro.texi (Save Keyboard Macro): Replace `name-last-kbd-macro'
7908 with new `kmacro-name-last-macro'.
7909
8cf51b2c
GM
79102004-09-08 Juri Linkov <juri@jurta.org>
7911
7912 * mini.texi (Minibuffer History): Add `history-delete-duplicates'.
7913
8cf51b2c
GM
79142004-09-03 Juri Linkov <juri@jurta.org>
7915
7916 * search.texi (Incremental Search): Update wording for M-%.
7917
79182004-09-02 Luc Teirlinck <teirllm@auburn.edu>
7919
7920 * killing.texi (Killing): Correct description of kill commands in
7921 read-only buffer.
7922
79232004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
7924
7925 * building.texi (Compilation Mode): Add a paragraph about rules
7926 for finding the compilation buffer for `next-error'.
7927
7928 * search.texi (Other Repeating Search): Mention that Occur mode
7929 supports the next-error functionality.
7930
79312004-09-02 Juri Linkov <juri@jurta.org>
7932
7933 * search.texi (Regexp Replace): Add missing backslash to \footnote.
7934
79352004-08-31 Luc Teirlinck <teirllm@auburn.edu>
7936
7937 * kmacro.texi (Basic Keyboard Macro):
7938 `apply-macro-to-region-lines' now operates on all lines that begin
7939 in the region, rather than on all complete lines in the region.
7940
c8763fb6 79412004-08-31 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
7942
7943 * frames.texi (Drag and drop): Add documentation about
7944 x-dnd-test-function and x-dnd-known-types.
7945
79462004-08-30 Luc Teirlinck <teirllm@auburn.edu>
7947
7948 * indent.texi: Various minor changes in addition to:
7949 (Indentation Commands): Correct description of `indent-relative'.
7950 (Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
7951 mode. The *Tab Stops* buffer uses Overwrite Mode.
7952 (Just Spaces): `tabify' converts sequences of at least two spaces
7953 to tabs.
7954
8cf51b2c
GM
79552004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7956
7957 * frames.texi (Secondary Selection): Setting the secondary
7958 selection with M-Drag-Mouse-1 does not alter the kill ring,
7959 setting it with M-Mouse-1 and M-Mouse-3 does.
7960 (Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
7961 toolkit scroll bars.
7962 (Scroll Bars): Ditto.
7963
7964 * windows.texi (Basic Window): When using a window system, the value
7965 of point in a non-selected window is indicated by a hollow box.
7966 (Split Window): Side by side windows are separated by a scroll bar,
7967 if scroll bars are used.
7968 C-Mouse-2 on scroll bar now also works for toolkit scroll bars.
7969 (Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
7970 (Window Convenience): Update bindings for `winner-undo' and
7971 `winner-redo'.
7972
7973 * ack.texi (Acknowledgments): Use `@unnumbered'.
d0207bf3 7974 * misc.texi: Adapt sectioning in Info to the node structure.
8cf51b2c
GM
7975 (Invoking emacsclient): Make "Invoking emacsclient" a subsection
7976 of "Using Emacs as a Server".
7977 * building.texi (Building): Interchange nodes (for correct numbering).
7978 * programs.texi (Programs): Interchange nodes (for correct numbering).
7979 * killing.texi, entering.texi, commands.texi: Adapt sectioning in
7980 Info to the node structure.
7981 * emacs.texi: Make "GNU GENERAL PUBLIC LICENSE" an appendix.
7982 Rearrange order of nodes and sections such that both "GNU GENERAL
7983 PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
7984 end, as appropriate for appendices.
7985 (Acknowledgments): Put inside @iftex instead of @ifnotinfo.
7986 Use `@unnumberedsec'.
7987 * trouble.texi: Adapt sectioning in Info to the node structure.
7988 Adapt node pointers to change in emacs.texi.
7989 * cmdargs.texi, doclicense.texi: Adapt node pointers.
7990
8cf51b2c
GM
79912004-08-25 Kenichi Handa <handa@m17n.org>
7992
7993 * custom.texi (Non-ASCII Rebinding): Fix and simplify the
7994 description for unibyte mode.
7995
79962004-08-23 Luc Teirlinck <teirllm@auburn.edu>
7997
7998 * display.texi (Font Lock): Correct invalid (for hardcopy) @xref.
7999
8000 * search.texi (Regexps): Correct cryptic (in hardcopy) @ref.
8001 (Configuring Scrolling): Correct invalid (for hardcopy) @xref.
8002 (Regexp Replace): Standardize reference to hardcopy Elisp Manual
8003 in @pxref.
8004
80052004-08-22 Luc Teirlinck <teirllm@auburn.edu>
8006
8007 * kmacro.texi (Keyboard Macro Counter, Keyboard Macro Step-Edit):
8008 Change section names.
8009
8cf51b2c
GM
80102004-08-21 Luc Teirlinck <teirllm@auburn.edu>
8011
8012 * kmacro.texi (Keyboard Macro Ring): Rename section.
8013 Emacs treats the head of the macro ring as the `last keyboard macro'.
8014 (Keyboard Macro Counter): Minor change.
8015 (Save Keyboard Macro): Some clarifications.
8016 (Edit Keyboard Macro): Rename section.
8017
8018 * buffers.texi (Buffers): Maximum buffer size is now 256M on
8019 32-bit machines.
8020 (Several Buffers): Clarify which buffer is selected if `2' is
8021 pressed in the Buffer Menu.
8022 Auto Revert mode can be used to update the Buffer Menu
8023 automatically.
8024
80252004-08-21 Eli Zaretskii <eliz@gnu.org>
8026
8027 * help.texi (Misc Help): Add an index entry for finding an Info
8028 manual by its file name.
8029
80302004-08-20 Luc Teirlinck <teirllm@auburn.edu>
8031
8032 * files.texi (Backup Deletion): Correct description of
8033 `delete-old-versions'.
8034 (Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
8035 (Auto Save Files): Recommend `auto-save-mode' to reenable
8036 auto-saving, rather than the abbreviation `auto-save'.
8037
80382004-08-17 Luc Teirlinck <teirllm@auburn.edu>
8039
8040 * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms
8041 for "killing" and "yanking" in main menu.
8042
80432004-08-16 Richard M. Stallman <rms@gnu.org>
8044
8045 * killing.texi (Yanking, Killing): Minor cleanups.
8046
8047 * mark.texi (Momentary Mark): Minor cleanups.
8048
80492004-08-15 Kenichi Handa <handa@etl.go.jp>
8050
8051 * custom.texi (Non-ASCII Rebinding):
8052 C-q always inserts the right code to pass to global-set-key.
8053
8cf51b2c
GM
80542004-08-13 Luc Teirlinck <teirllm@auburn.edu>
8055
8056 * regs.texi (RegNumbers): Mention `C-x r i' binding for
8057 `insert-register', instead of `C-x r g' binding, for consistency.
8058
80592004-08-12 Luc Teirlinck <teirllm@auburn.edu>
8060
8061 * fixit.texi (Spelling): Fix typo.
8062
80632004-08-11 Luc Teirlinck <teirllm@auburn.edu>
8064
8065 * help.texi (Help): Fix Texinfo usage.
8066
8cf51b2c
GM
80672004-07-24 Richard M. Stallman <rms@gnu.org>
8068
8069 * text.texi (Paragraphs): Update how paragraphs are separated
8070 and the default for paragraph-separate.
8071
8072 * search.texi (Regexp Replace): Further update text for new
8073 replacement operators.
8074
8cf51b2c
GM
80752004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8076
8077 * emacs-xtra.texi (Subdir switches): Dired does not remember the
8078 `R' switch.
8079
8080 * dired.texi (Dired Updating): `k' only deletes inserted
8081 subdirectories from the Dired buffer if a prefix argument was given.
8082
8083 * search.texi (Regexps): Delete redundant definition of `symbol' in
8084 description of `\_>'. It already occurs in the description of `\_<'.
8085
8cf51b2c
GM
80862004-07-01 Juri Linkov <juri@jurta.org>
8087
8088 * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
8089 (Regexp Search): Add M-r.
8090
80912004-06-30 Luc Teirlinck <teirllm@auburn.edu>
8092
8093 * makefile.w32-in (EMACSSOURCES): Remove emacs-xtra.
8094
80952004-06-29 Jesper Harder <harder@ifa.au.dk>
8096
49823426 8097 * search.texi, calendar.texi: Markup fixes.
8cf51b2c
GM
8098
80992004-06-25 Richard M. Stallman <rms@gnu.org>
8100
8101 * search.texi (Regexp Replace): Rewrite description of \# \, and \?.
8102
81032004-06-25 David Kastrup <dak@gnu.org>
8104
8105 * search.texi (Regexp Replace): Some typo corrections and
8106 rearrangement.
8107
81082004-06-24 David Kastrup <dak@gnu.org>
8109
8110 * search.texi (Unconditional Replace): Use replace-string instead
8111 of query-replace in example.
8112 (Regexp Replace): Add explanations for `\,', `\#' and `\?'
8113 sequences.
8114 (Query Replace): Correct explanation of `^' which does not use
8115 the mark stack.
8116
81172004-06-21 Nick Roberts <nickrob@gnu.org>
8118
8119 * misc.texi (Shell History Copying): Document comint-insert-input.
8120 (Shell Ring): Describe comint-dynamic-list-input-ring here.
8121
8cf51b2c
GM
81222004-06-20 Jesper Harder <harder@ifa.au.dk>
8123
8124 * msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
8125 * custom.texi (Customization): Do.
8126 * anti.texi (Antinews): Do.
8127 * abbrevs.texi (Defining Abbrevs): Do.
8128
8129 * programs.texi (Info Lookup): Fix keybinding for
8130 info-lookup-symbol.
8131
81322004-06-16 Juanma Barranquero <lektu@terra.es>
8133
8134 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES):
8135 Add emacs-xtra.
8136 ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
8137 (clean): Add emacs-xtra and flymake. Remove redundancies.
8138
81392004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8140
8141 * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):
8142 Add emacs-xtra.
8143 * emacs-xtra.texi: New file.
8144
81452004-06-14 Luc Teirlinck <teirllm@auburn.edu>
8146
8147 * dired.texi (Dired Enter): Mention conditions on `ls' switches.
8148 (Dired and Find): Mention differences with ordinary Dired buffers.
8149
8cf51b2c
GM
81502004-06-13 Richard M. Stallman <rms@gnu.org>
8151
8152 * custom.texi (Init Syntax): Explain about vars that do special
8153 things when set with setq or with Custom.
8154 (Init Examples): Add line-number-mode example.
8155
8cf51b2c
GM
81562004-06-12 Juri Linkov <juri@jurta.org>
8157
8158 * dired.texi (Operating on Files): Add dired-do-touch.
8159
8cf51b2c
GM
81602004-06-10 Juri Linkov <juri@jurta.org>
8161
8162 * building.texi (Lisp Eval): Add C-M-x on defface.
8163
81642004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8165
8166 * files.texi (Reverting): Auto-Revert mode and
8167 Global Auto-Revert mode no longer revert remote files.
8168
8cf51b2c
GM
81692004-05-29 Richard M. Stallman <rms@gnu.org>
8170
8171 * custom.texi (Init File): Two dashes start --no-site-file.
8172
8cf51b2c
GM
81732004-05-29 Alan Mackenzie <acm@muc.de>
8174
8175 * programs.texi: Update for CC Mode 5.30 and incidental amendments.
10d1d0af 8176 ("AWK"): Is consistently thus spelled throughout.
8cf51b2c
GM
8177 (AWK, Pike): Document as "C-like modes".
8178 (@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
8179 (M-x man): Supersedes M-x manual-entry.
8180 Add numerous index entries. Correct "ESC a/e" to "M-a/e".
8181
8182 ("Comments in C"): Delete node; the info is in CC Mode manual.
8183 (c-comment-only-line-offset): Remove description.
8184
8185 (C-c ., C-c C-c): Describe new C Mode bindings.
8186
8187 (C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
8188 (@dfn{Style}, c-default-style, comment-column, comment-padding)
8189 (c-up-conditional, c-beginning-of-statement, c-end-of-statement):
8190 Amend definitions.
8191
8192 (c-beginning-of-defun, c-end-of-defun, c-context-line-break):
8193 Describe functions.
8194
8195 (c-comment-start-regexp, c-hanging-comment-ender-p)
8196 (c-hanging-comment-starter-p): Remove obsolete definitions.
8197
8198 * emacs.texi: Remove the menu entry "Comments in C".
8199
8cf51b2c
GM
82002004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8201
8202 * dired.texi (Dired and Find): `find-ls-option' does not apply to
8203 `M-x locate'.
8204
82052004-05-16 Karl Berry <karl@gnu.org>
8206
8207 * emacs.texi (ack.texi) [@ifnottex]: Change condition; with @ifinfo,
8208 makeinfo --html fails.
8209 * help.texi (Help Summary) [@ifnottex]: Likewise.
8210
82112004-05-13 Nick Roberts <nickrob@gnu.org>
8212
8213 * building.texi (GDB Graphical Interface): Update and describe
8214 layout first.
8215
8cf51b2c
GM
82162004-05-04 Jason Rumney <jasonr@gnu.org>
8217
8218 * makefile.w32-in: Revert last change.
8219
82202004-05-03 Jason Rumney <jasonr@gnu.org>
8221
8222 * makefile.w32-in (MULTI_INSTALL_INFO, ENVADD): Use forward slashes.
8223
8cf51b2c
GM
82242004-04-23 Juanma Barranquero <lektu@terra.es>
8225
8226 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8227
82282004-04-18 Juri Linkov <juri@jurta.org>
8229
8230 * fixit.texi (Spelling): Remove file extension from ispell xref.
8231
82322004-04-15 Kim F. Storm <storm@cua.dk>
8233
8234 * cmdargs.texi (Initial Options): Add -Q.
8235
82362004-04-05 Kim F. Storm <storm@cua.dk>
8237
8238 * custom.texi (File Variables): Add safe-local-eval-forms.
8239
8cf51b2c
GM
82402004-04-02 Luc Teirlinck <teirllm@auburn.edu>
8241
8242 * files.texi (Reverting): Correct description of revert-buffer's
8243 handling of point.
8244
82452004-03-22 Juri Linkov <juri@jurta.org>
8246
8247 * emacs.texi (Top): Add `Misc X'.
8248
49823426 8249 * trouble.texi: Fix help key bindings.
8cf51b2c
GM
8250
8251 * glossary.texi: Improve references.
8252
8253 * help.texi: Sync keywords with finder.el.
8254
8255 * mini.texi (Completion): Add description for menu items.
8256
8257 * misc.texi (Browse-URL, FFAP): Add information about keywords.
8258
8259 * sending.texi (Mail Methods): Fix xref to Message manual.
8260
8cf51b2c
GM
82612004-03-12 Richard M. Stallman <rms@gnu.org>
8262
8cf51b2c
GM
8263 * buffers.texi (Misc Buffer): Add index entry for rename-uniquely.
8264
8cf51b2c
GM
82652004-03-04 Richard M. Stallman <rms@gnu.org>
8266
8267 * search.texi (Regexps): Explain that ^ and $ have their
8268 special meanings only in certain contexts.
8269
8270 * programs.texi (Expressions): Doc C-M-SPC as alias for C-M-@.
8271
8272 * mule.texi (Specify Coding): Doc C-x RET F.
8273
8274 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
8275 for multiple compile and grep buffers.
8276 (Indirect Buffers): Don't recommand clone-indirect-buffer
8277 for multiple compile and grep buffers.
8278
8cf51b2c
GM
82792004-02-29 Juanma Barranquero <lektu@terra.es>
8280
8281 * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8282 Use $(DEL) instead of rm, and ignore exit code.
8283
8cf51b2c
GM
82842004-02-23 Nick Roberts <nick@nick.uklinux.net>
8285
8286 * building.texi (Watch Expressions): Update.
8287
82882004-02-21 Juri Linkov <juri@jurta.org>
8289
1c6c854e
CS
8290 * cmdargs.texi (Action Arguments): Add alias --find-file.
8291 Add --directory, --help, --version. Move text about command-line-args
8cf51b2c
GM
8292 to Command Arguments.
8293 (Initial Options): Add @cindex for --script. Fix @cindex for -q.
8294 Add --no-desktop. Add alias --no-multibyte, --no-unibyte.
8295 (Window Size X): Join -g and --geometry. Add @cindex.
8296 (Borders X): Fix @cindex for -ib. Add @cindex for -bw.
8297 (Title X): Remove alias -title.
8298 (Misc X): New node.
8299
c8763fb6 83002004-02-15 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8301
8302 * frames.texi (Drag and drop): Add Motif to list of supported
8303 protocols.
8304
c8763fb6 83052004-02-03 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8306
8307 * frames.texi (Drag and drop): New section.
8308
83092004-01-24 Richard M. Stallman <rms@gnu.org>
8310
1c6c854e 8311 * emacs.texi (Acknowledgments): Rename from Acknowledgements.
8cf51b2c
GM
8312 Include it only @ifnotinfo. Patch the preceding and following
8313 node headers to point to each other.
8314
83152004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8316
8317 * calendar.texi (Appointments): Update section.
8318
83192003-12-29 Kevin Ryde <user42@zip.com.au>
8320
8cf51b2c
GM
8321 * programs.texi (C Modes): Fix the xref.
8322
83232003-12-23 Nick Roberts <nick@nick.uklinux.net>
8324
8325 * building.texi (Watch Expressions): Update.
8326 (Commands of GUD): Include use of toolbar + breakpoints set from
8327 fringe/margin.
8328
83292003-12-03 Andre Spiegel <spiegel@gnu.org>
8330
8331 * files.texi: Say how to disable VC. Suggested by Alan Mackenzie
8332 <acm@muc.de>.
8333
c8763fb6 83342003-11-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8335
8336 * frames.texi (Dialog Boxes): Add use-file-dialog.
8337
8cf51b2c
GM
83382003-11-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8339
8340 * ack.texi: Note that Alan Mackenzie contributed the AWK support
8341 in CC Mode.
8342
8cf51b2c
GM
83432003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8344
8345 * man/ack.texi, man/basic.texi, man/cmdargs.texi:
8346 * man/commands.texi, man/custom.texi, man/display.texi:
49823426 8347 * man/emacs.texi, man/files.texi:
8cf51b2c
GM
8348 * man/frames.texi, man/glossary.texi, man/killing.texi:
8349 * man/macos.texi, man/mark.texi, man/misc.texi, man/msdog.texi:
8350 * man/mule.texi, man/rmail.texi, man/search.texi:
49823426
GM
8351 * man/sending.texi, man/text.texi, man/trouble.texi:
8352 Replace @sc{ascii} and ASCII with @acronym{ASCII}.
8cf51b2c
GM
8353
83542003-11-01 Alan Mackenzie <acm@muc.de>
8355
8356 * search.texi (Scrolling During Incremental Search): Document a
8357 new scrolling facility in isearch mode.
8358
8cf51b2c
GM
83592003-10-22 Miles Bader <miles@gnu.org>
8360
8361 * Makefile.in (info): Move before $(top_srcdir)/info.
8362
83632003-10-22 Nick Roberts <nick@nick.uklinux.net>
8364
8365 * building.texi (Watch Expressions): Update section on data display
8366 to reflect code changes (GDB Graphical Interface).
8367
8cf51b2c
GM
83682003-10-13 Richard M. Stallman <rms@gnu.org>
8369
8370 * xresources.texi (GTK resources): Clean up previous change.
8371
c8763fb6 83722003-10-12 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8373
8374 * xresources.texi (GTK resources): Add a note that some themes
8375 disallow customizations. Add scroll theme example.
8376
8cf51b2c
GM
83772003-09-30 Richard M. Stallman <rms@gnu.org>
8378
8cf51b2c
GM
8379 * cmdargs.texi (General Variables): Remove MAILRC envvar.
8380
8381 * misc.texi (Saving Emacs Sessions): Shorten the section,
8382 collapsing back into one node.
8383
83842003-09-30 Lars Hansen <larsh@math.ku.dk>
8385
8386 * misc.texi: Section "Saving Emacs Sessions" rewritten.
8387
ce058493 83882003-09-29 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8389
8390 * xresources.texi (GTK names in Emacs): Correct typo.
8391
8cf51b2c
GM
83922003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu>
8393
1c6c854e
CS
8394 * cmdargs.texi (Font X): Mention new default font.
8395 More fully describe long font names, wildcard patterns and the
8cf51b2c
GM
8396 problems involved. (Result of discussion on emacs-devel.)
8397
83982003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu>
8399
8400 * emacs.texi (Acknowledgements): Correct typo.
8401
84022003-09-22 Richard M. Stallman <rms@gnu.org>
8403
8404 * dired.texi (Misc Dired Commands): New node.
8405 (Dired Navigation): Add dired-goto-file.
8406
8407 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
8408
8409 * emacs.texi (Acknowledgements): New node, split from Distribution.
8410
8411 * cmdargs.texi (Action Arguments): -f reads interactive args.
8412
8cf51b2c
GM
84132003-09-08 Lute Kamstra <lute@gnu.org>
8414
8415 * screen.texi (Mode Line): Say that POS comes before LINE.
8416 Mention `size-indication-mode'.
1c6c854e
CS
8417 * display.texi (Optional Mode Line):
8418 Document `size-indication-mode'.
8cf51b2c
GM
8419 * basic.texi (Position Info): Mention `size-indication-mode'.
8420
84212003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8422
8423 * xresources.texi (Resources): Refer to `editres' man page.
8424 (Lucid Resources): Update defaults. Expand description of
8425 `shadowThickness'.
8426
84272003-09-04 Miles Bader <miles@gnu.org>
8428
8429 * Makefile.in (top_srcdir): New variable.
8430 ($(top_srcdir)/info): New rule.
8431 (info): Depend on it.
8432
84332003-09-03 Peter Runestig <peter@runestig.com>
8434
8435 * makefile.w32-in: New file.
8436
84372003-08-29 Richard M. Stallman <rms@gnu.org>
8438
8439 * misc.texi (Saving Emacs Sessions): Correct previous change.
8440
8cf51b2c
GM
84412003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8442
8cf51b2c
GM
8443 * emacs.texi (Top): Update menu to reflect new Keyboard Macros chapter.
8444 (Intro): Include kmacro.texi after fixit.texi instead of after
8445 custom.texi. (As suggested by Kim Storm.)
8446
84472003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8448
8449 * fixit.texi (Fixit): Update `Next' pointer.
8450 * files.texi (Files): Update `Previous' pointer.
8451 * kmacro.texi (Keyboard Macros): Remove redundant node and section.
8452 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
8453 (Suggested by Kim Storm.)
8454 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim Storm.)
8455
84562003-08-18 Kim F. Storm <storm@cua.dk>
8457
8458 * kmacro.texi: New file describing enhanced keyboard macro
8459 functionality. Replaces old description in custom.texi.
8460
8461 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
8462 (Keyboard Macros): Move to new kmacro.texi file.
8463
8464 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
8465
8cf51b2c
GM
84662003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8467
8468 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
8469
84702003-08-17 Alex Schroeder <alex@gnu.org>
8471
8472 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
8473 required.
8474
8cf51b2c
GM
84752003-08-05 Richard M. Stallman <rms@gnu.org>
8476
8477 * programs.texi (Lisp Indent): Don't describe
8478 lisp-indent-function property here. Use xref to Lisp Manual.
8479
8cf51b2c
GM
84802003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8481
fffa137c 8482 * calendar.texi (Date Formats): Document changed behavior of
8cf51b2c
GM
8483 abbreviations.
8484
84852003-07-24 Markus Rost <rost@math.ohio-state.edu>
8486
8487 * buffers.texi (List Buffers): Fix previous change.
8488
8cf51b2c
GM
84892003-07-13 Markus Rost <rost@math.ohio-state.edu>
8490
8491 * buffers.texi (List Buffers): Adjust to new format of *Buffer
8492 List*.
8493
84942003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
8495
8cf51b2c
GM
8496 * display.texi (Font Lock): Fix typo.
8497
84982003-07-07 Richard M. Stallman <rms@gnu.org>
8499
8500 * display.texi (Font Lock): Add xref for format info on
8501 font-lock-remove-keywords.
8502
8503 * building.texi (Compilation): Document what happens with asynch
8504 children of compiler process.
8505
8506 * help.texi (Library Keywords): Use @multitable.
8507
8cf51b2c
GM
85082003-06-04 Richard M. Stallman <rms@gnu.org>
8509
8510 * programs.texi (Expressions): Delete C-M-DEL.
8511
8512 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
8513 comint-move-point-for-output renamed from
8514 comint-scroll-to-bottom-on-output.
8515
8516 * custom.texi (Init Rebinding): Replace previous change with xref.
8517 (Non-ASCII Rebinding): Explain that issue more briefly here.
8518
85192003-05-28 Richard M. Stallman <rms@gnu.org>
8520
8521 * indent.texi (Indentation): Condense, simplify, clarify prev change.
8522
85232003-05-28 Nick Roberts <nick@nick.uklinux.net>
8524
8525 * building.texi (GDB Graphical Interface): New node.
8526 (Rewritten somewhat by RMS.)
8527
c8763fb6 85282003-05-28 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8529
8530 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
8531 non-English letters. Explain how to set coding systems correctly
8532 and how to include the right coding cookie in the file.
8533
c8763fb6 85342003-05-22 Kai Großjohann <kai.grossjohann@gmx.net>
8cf51b2c
GM
8535
8536 * indent.texi (Indentation): Explain the concepts.
8537 (Just Spaces): Explain why preventing tabs for indentation might
8538 be useful.
8539
8cf51b2c
GM
85402003-04-16 Richard M. Stallman <rms@gnu.org>
8541
8542 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
8543
8cf51b2c
GM
85442003-02-22 Alex Schroeder <alex@emacswiki.org>
8545
8546 * cmdargs.texi (General Variables): Document SMTPSERVER.
8547
8cf51b2c
GM
8548 * sending.texi: Remove SMTP node.
8549 (Mail Sending): Describe `send-mail-function'. Link to SMTP
8550 library.
8551
8cf51b2c
GM
85522003-02-22 Alex Schroeder <alex@emacswiki.org>
8553
8554 * sending.texi (Sending via SMTP): Explain MTA/MUA.
8555
85562003-02-22 Simon Josefsson <jas@extundo.com>
8557
8558 * sending.texi (Mail Methods): Add node about SMTP.
8559
c8763fb6 85602003-02-17 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8561
8562 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar.
8563
8cf51b2c
GM
85642003-02-01 Kevin Ryde <user42@zip.com.au>
8565
8566 * glossary.texi (Glossary): Correction to cl cross reference.
8567
85682003-01-20 Richard M. Stallman <rms@gnu.org>
8569
8570 * killing.texi (Rectangles): Document C-x c r.
8571
c8763fb6 85722003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8cf51b2c
GM
8573
8574 * xresources.texi (GTK resources): New node.
8575 (GTK widget names): New node.
8576 (GTK names in Emacs): New node.
8577 (GTK styles): New node.
8578
c8763fb6 85792003-01-09 Francesco Potortì <pot@gnu.org>
8cf51b2c
GM
8580
8581 * maintaining.texi (Create Tags Table): Add reference to the new
8582 `etags --help --lang=LANG' option.
8583
8cf51b2c
GM
85842002-10-02 Karl Berry <karl@gnu.org>
8585
49823426 8586 * emacs.texi: Per rms, update all manuals to use @copying instead of
630cb3b7 8587 @ifinfo. Also use @ifnottex instead of @ifinfo around the top node,
49823426 8588 where needed for the sake of the HTML output.
8cf51b2c
GM
8589
85902001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
8591
8592 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
8593 source files.
8594
85952001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8596
8597 * Makefile.in (emacsman): New target.
8598
8cf51b2c
GM
85992001-10-20 Gerd Moellmann <gerd@gnu.org>
8600
8601 * (Version 21.1 released.)
8602
86032001-10-05 Gerd Moellmann <gerd@gnu.org>
8604
8605 * Branch for 21.1.
8606
8cf51b2c
GM
86072001-03-05 Gerd Moellmann <gerd@gnu.org>
8608
8609 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8610
8cf51b2c
GM
86112000-05-31 Stefan Monnier <monnier@cs.yale.edu>
8612
8613 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
8614
8cf51b2c
GM
86151999-07-12 Richard Stallman <rms@gnu.org>
8616
8617 * Version 20.4 released.
8618
86191998-12-04 Markus Rost <rost@delysid.gnu.org>
8620
8621 * Makefile.in (INFO_TARGETS): Delete customize.info.
8622 (DVI_TARGETS): Delete customize.dvi.
8623 (../info/customize, customize.dvi): Targets deleted.
8624
86251998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8626
8627 * Version 20.3 released.
8628
86291998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8630
8631 * Makefile.in (EMACSSOURCES): Add mule.texi.
8632 Add msdog.texi, ack.texi. Remove gnu1.texi.
8633
86341998-04-06 Andreas Schwab <schwab@gnu.org>
8635
768c0c0f
JB
8636 * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8637 Use it in dvi targets.
8cf51b2c
GM
8638
86391997-09-23 Paul Eggert <eggert@twinsun.com>
8640
8641 * Makefile.in: Merge changes mistakenly made to `Makefile'.
8642 (INFO_TARGETS): Change ../info/custom to ../info/customize.
8643 (../info/customize): Rename from ../info/custom.
8cf51b2c
GM
8644
86451997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8646
8647 * Version 20.2 released.
8648
86491997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8650
8651 * Version 20.1 released.
8652
86531997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8654
8655 * Makefile (../info/customize, customize.dvi): New targets.
8656 (INFO_TARGETS): Add ../info/customize.
8657 (DVI_TARGETS): Add customize.dvi.
8658
8cf51b2c
GM
86591996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8660
8661 * Version 19.33 released.
8662
86631996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8664
8665 * Version 19.32 released.
8666
8cf51b2c
GM
86671996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8668
8669 * Makefile.in (All info targets): cd $(srcdir) to do the work.
8670
86711996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8672
8673 * Makefile.in (All info targets): Specify $(srcdir) in input files.
8674 Specify -I option.
8675 (All dvi targets): Set the TEXINPUTS variable.
8676
86771996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8678
8679 * Version 19.31 released.
8680
8cf51b2c
GM
86811995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8682
8683 * Version 19.30 released.
8684
8cf51b2c
GM
86851995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8686
8687 * Makefile.in (maintainer-clean): Rename from realclean.
8688
86891994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8690
8691 * Makefile.in: New file.
8692 * Makefile: File deleted.
8693
86941994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8695
8696 * Makefile (TEXINDEX_OBJS): Variable deleted.
8697 (texindex, texindex.o, getopt.o): Rules deleted.
8698 All deps on texindex deleted.
8699 (distclean): Don't delete texindex.
8700 (mostlyclean): Don't delete *.o.
8701 * texindex.c, getopt.c: Files deleted.
8702
87031994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8704
8705 * Version 19.26 released.
8706
87071994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
8708
8709 * Makefile (EMACSSOURCES): Exclude undo.texi.
8710
87111994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8712
8713 * Version 19.25 released.
8714
87151994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8716
8717 * Version 19.24 released.
8718
87191994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8720
8721 * Version 19.23 released.
8722
87231994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8724
8725 * Makefile: Delete spurious tab.
8726
87271994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8728
8729 * Makefile (.SUFFIXES): New rule.
8730
8cf51b2c
GM
87311993-12-04 Richard Stallman (rms@srarc2)
8732
8733 * getopt.c: New file.
8734 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8735 (getopt.o): New rule.
8736 (dvi): Don't depend on texindex.
49823426 8737 (emacs.dvi): Depend on texindex.
8cf51b2c
GM
8738
87391993-12-03 Richard Stallman (rms@srarc2)
8740
49823426
GM
8741 * Makefile (TEXI2DVI): New variable.
8742 (emacs.dvi): Add explicit command.
8cf51b2c
GM
8743 (TEXINDEX_OBJS): Delete duplicate getopt.o.
8744
87451993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8746
8747 * Version 19.22 released.
8748
87491993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8750
8751 * Makefile (TEXINDEX_OBJS): Delete spurious period.
8752
87531993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8754
8755 * Version 19.21 released.
8756
8cf51b2c
GM
87571993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8758
8759 * Makefile (realclean): Don't delete the Info files.
8760
f0131492 87611993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8cf51b2c 8762
8cf51b2c
GM
8763 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
8764 4' where appropriate.
8765
f0131492 87661993-10-20 Brian J. Fox (bfox@ai.mit.edu)
8cf51b2c 8767
49823426 8768 * Makefile: Fix targets for texindex.
8cf51b2c
GM
8769
8770 * texindex.c: Include "../src/config.h" if building in emacs.
8771
8772 * Makefile: Change all files to FILENAME.texi, force all targets
49823426 8773 to be FILENAME, not FILENAME.info.
8cf51b2c
GM
8774 Add target to build texindex.c, defining `emacs'.
8775
8cf51b2c
GM
87761993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8777
8778 * Version 19.19 released.
8779
8cf51b2c
GM
87801993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8781
8782 * Version 19.18 released.
8783
87841993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8785
8786 * Makefile: Fix source file names of the separate manuals.
8cf51b2c
GM
8787
87881993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8789
8790 * Version 19.17 released.
8791
87921993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8793
8794 * split-man: Fix typos in last change.
8795
87961993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8797
8798 * Version 19.16 released.
8799
88001993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8801
8802 * version 19.15 released.
8803
88041993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8805
8806 * Makefile (distclean): It's rm, not rf.
8807
88081993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8809
8810 * Version 19.14 released.
8811
88121993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8813
8814 * Makefile: New file.
8815
88161993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8817
8818 * Version 19.13 released.
8819
88201993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8821
8822 * Version 19.9 released.
8823
88241993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8825
8826 * Version 19.8 released.
8827
88281993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8829
8830 * cmdargs.texi: Document the -i, -itype, and -iconic options.
8831
8832 * trouble.texi: It's `enable-flow-control-on', not
8833 `evade-flow-control-on'.
8834
88351993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8836
8837 * display.texi: Document standard-display-european.
8838
88391993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8840
8841 * Version 19.7 released.
8842
8843 * emacs.texi: Add a sentence to the top menu mentioning the
8844 specific version of Emacs this manual applies to.
8845
88461993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8847
8848 * basic.texi: Document next-line-add-lines variable used to
8849 implement down-arrow.
8850
8851 * killing.texi: Document kill-whole-line.
8852
88531993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8854
8855 * text.texi: Update unix TeX ordering information.
8856
88571993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8858
8859 * news.texi: Mention fill-rectangle in keybinding list.
8860
8861 * killing.texi: Document fill-rectangle.
8862
88631993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8864
8865 * vc.texi: Bring the docs up to date with VC 5.2.
8866
88671992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8868
8869 * emacs.tex: Mention blackbox and gomoku under Amusements.
8870 Assembler mode is now mentioned and appropriately indexed
8871 under Programming Modes.
8872
88731991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
8874
8875 * emacs.tex: Update TeX ordering information.
8876
8cf51b2c
GM
88771990-06-26 David Lawrence (tale@geech)
8878
8879 * emacs.tex: Note that completion-ignored-extensions is not used
8880 to filter out names when all completions are displayed in
8881 *Completions*.
8882
88831990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8884
8885 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8886
88871990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
8888
8889 * emacs.tex: Add @findex grep.
8890
8cf51b2c
GM
88911988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8892
8893 * emacs.tex: Correct two typos. No other changes before
8894 Version 19 will be made.
8895
8cf51b2c
GM
88961988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
8897
8898 * emacs.tex: Update information for obtaining TeX distribution from the
8899 University of Washington.
8900
8901;; Local Variables:
c8763fb6 8902;; coding: utf-8
8cf51b2c
GM
8903;; End:
8904
01ec1eed 8905 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
8cf51b2c
GM
8906
8907 This file is part of GNU Emacs.
8908
352c8b4a 8909 GNU Emacs is free software: you can redistribute it and/or modify
8cf51b2c 8910 it under the terms of the GNU General Public License as published by
352c8b4a
GM
8911 the Free Software Foundation, either version 3 of the License, or
8912 (at your option) any later version.
8cf51b2c
GM
8913
8914 GNU Emacs is distributed in the hope that it will be useful,
8915 but WITHOUT ANY WARRANTY; without even the implied warranty of
8916 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8917 GNU General Public License for more details.
8918
8919 You should have received a copy of the GNU General Public License
352c8b4a 8920 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.