Doc fixes for view-mode and special major-modes
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
da986230
GM
12012-03-16 Glenn Morris <rgm@gnu.org>
2
3 * modes.texi (Major Mode Conventions): Mention the strange
4 relationship between View mode and special modes. (Bug#10650)
5
2cc775f9
CY
62012-03-11 Chong Yidong <cyd@gnu.org>
7
8 * windows.texi (Window Configurations): save-window-excursion is
9 now a macro.
10
11 * display.texi (Temporary Displays): with-output-to-temp-buffer is
12 now a macro.
13
66c5eebd
CY
14 * text.texi (Fields): Minor copyedit.
15
310a820f
EZ
162012-03-10 Eli Zaretskii <eliz@gnu.org>
17
83a96c08
EZ
18 * strings.texi (String Basics):
19 * sequences.texi (Sequence Functions): Mention that `length' is
20 not appropriate for computing the string width on display; add a
21 cross-reference to the description of `string-width'. (Bug#10978)
22
310a820f
EZ
23 * eval.texi (Autoloading): Minor change of wording.
24
83ef8187
CY
252012-03-10 Chong Yidong <cyd@gnu.org>
26
bc44be50
CY
27 * loading.texi (Autoload): Explicitly state which forms are
28 processed specially (Bug#7783).
29
83ef8187
CY
30 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
31 non-default situation. Describe one-submenu exception (Bug#7695).
32
33 * nonascii.texi (Character Properties): Copyedits.
34
483ab230
CY
352012-03-08 Chong Yidong <cyd@gnu.org>
36
37 * text.texi (Mode-Specific Indent): Document new behavior of
38 indent-for-tab-command. Document tab-always-indent.
39 (Special Properties): Copyedits.
40 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
41 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
42 libxml-parse-html-region.
43
00e84de0
GM
442012-03-07 Glenn Morris <rgm@gnu.org>
45
eaa6bc3c
GM
46 * markers.texi (The Region): Briefly mention use-empty-active-region
47 and region-active-p.
a9685db7 48 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 49 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 50
67cd45a2
CY
512012-03-07 Chong Yidong <cyd@gnu.org>
52
53 * text.texi (Buffer Contents): Don't duplicate explanation of
54 region arguments from Text node. Put doc of obsolete var
55 buffer-substring-filters back, since it is referred to.
56 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
57 selection by default.
58
59 * markers.texi (The Mark): Fix typo.
60 (The Region): Copyedits.
61
2ad80941
GM
622012-03-07 Glenn Morris <rgm@gnu.org>
63
64 * markers.texi (Overview of Markers): Copyedits.
65 (Creating Markers): Update approximate example buffer size.
66 (The Mark): Don't mention uninteresting return values.
67
ef959d3a
CY
682012-03-05 Chong Yidong <cyd@gnu.org>
69
70 * positions.texi (Text Lines): Document count-words.
71
a08a07e3
CY
722012-03-04 Chong Yidong <cyd@gnu.org>
73
74 * frames.texi (Frames): Remove little-used "terminal frame" and
75 "window frame" terminology.
76 (Frame Parameters, Font and Color Parameters, Initial Parameters)
77 (Size and Position, Visibility of Frames): Callers changed.
78 (Frames): Clarify which terminals in framep are graphical.
79 (Initial Parameters): --geometry is not the only option which adds
80 to initial-frame-alist.
81 (Position Parameters): Note that icon-left and icon-top are for
82 old window managers only.
83 (Size Parameters): Sizes are in characters even on graphical
84 displays.
85 (Management Parameters): Note that window-id and outer-window-id
86 can't really be changed, and that auto-raise isn't always obeyed.
87 (Cursor Parameters): Document cursor-type explicitly.
88 (Size and Position): The aliases set-screen-height and
89 set-screen-width have been deleted.
90 (Visibility of Frames): Mention "minimization".
91
92 * os.texi (Startup Summary): Minor clarifications.
93 (Startup Summary, Suspending Emacs): Standardize on "text
94 terminal" terminology.
95
96 * windows.texi (Basic Windows, Coordinates and Windows)
97 (Coordinates and Windows):
98 * display.texi (Refresh Screen, Line Height, Face Attributes)
99 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
100
ea16568d
GM
1012012-03-04 Glenn Morris <rgm@gnu.org>
102
103 * abbrevs.texi: Small copyedits throughout.
104 (Abbrev Mode): Remove this section, folding it into the top-level.
105 (Abbrev Tables): Don't mention irrelevant return values.
106 (Abbrev Expansion): Add cross-ref for wrapper hooks.
107 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
108 (Abbrev Table Properties): Update nil :regexp description.
109
b3134b95
GM
1102012-03-03 Glenn Morris <rgm@gnu.org>
111
520f2425
GM
112 * internals.texi: Change @appendix section commands to @section.
113 (Building Emacs): Say less about CANNOT_DUMP platforms.
114 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 115 (Pure Storage): Small changes.
01a6dcc8 116 (Memory Usage): Copyedit.
7d2d7cc0
GM
117 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
118 example definitions. Give examples of things with non-nil
119 interactive args. Mention eval_sub. Remove old info about
120 strings and GCPRO. Mention cus-start.el.
121 (Buffer Internals, Window Internals, Process Internals):
122 Misc small updates and fixes for fields.
520f2425 123
b3134b95
GM
124 * tips.texi: Copyedits.
125 (Coding Conventions): Mention autoloads.
126 Combine partially duplicated macro items. Fix xref.
127 Refer to Library Headers for copyright notice.
128 (Programming Tips): edit-options is long-obsolete.
129 (Compilation Tips): Mention loading bytecomp for byte-compile props.
130 (Warning Tips): Mention declare-function.
131 (Documentation Tips): Remove old info.
132 (Comment Tips): Mention comment-dwim, not indent-for-comment.
133 (Library Headers): General update.
134
2064cc6a
GM
1352012-03-02 Glenn Morris <rgm@gnu.org>
136
6945faa6
GM
137 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
138 and relocate entry. Mention buffer-stale-function.
139
4186e877
GM
140 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
141
2064cc6a
GM
142 * hooks.texi (Standard Hooks): General update.
143 Put related hooks together. Add and remove items.
144 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
145 * modes.texi (Hooks): Tweak cross-ref description.
146
7272fbf3
MA
1472012-03-01 Michael Albinus <michael.albinus@gmx.de>
148
149 * files.texi (Kinds of Files): The return value of file-equal-p is
150 unspecified, if FILE1 or FILE2 does not exist.
151
53a1239b
GM
1522012-03-01 Glenn Morris <rgm@gnu.org>
153
90db9af9
GM
154 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
155
53a1239b
GM
156 * maps.texi (Standard Keymaps): General update.
157 Remove mode-specific maps, talk about the more general keymaps.
158 * help.texi (Help Functions): Add vindex for Helper-help-map.
159 * keymaps.texi (Active Keymaps): Minor rephrasing.
160
775b55af
GM
1612012-02-29 Glenn Morris <rgm@gnu.org>
162
163 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
164
96b49301 1652012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
166
7272fbf3 167 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 168 Update changed behavior of file-subdir-of-p.
96b49301 169
1383d930
GM
1702012-02-28 Glenn Morris <rgm@gnu.org>
171
44e97401
GM
172 * advice.texi, anti.texi, display.texi, elisp.texi:
173 * processes.texi, variables.texi, vol1.texi, vol2.texi:
174 Standardize possessive apostrophe usage.
175
e3c73f1e
GM
176 * locals.texi: Remove file.
177 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
178 Remove menu entry.
179 * errors.texi, maps.texi: Adjust node pointers.
180 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 181 * makefile.w32-in (srcs):
e3c73f1e
GM
182 * Makefile.in (srcs): Remove locals.texi.
183
1383d930
GM
184 * frames.texi (Mouse Position): Fix cross-ref.
185
431ee44b
CY
1862012-02-27 Chong Yidong <cyd@gnu.org>
187
188 * buffers.texi (Creating Buffers): Clarify that
189 generate-new-buffer uses generate-new-buffer-names.
190 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
191
192 * files.texi (Directory Names): Index entry for file name abbreviations.
193 (Relative File Names, File Name Expansion): Refer to it.
194 (Locating Files): Move locate-user-emacs-file documentation to
195 Standard File Names.
196 (Standard File Names): Add locate-user-emacs-file; update examples.
197
6a11ec9d
MA
1982012-02-26 Michael Albinus <michael.albinus@gmx.de>
199
200 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
201
9a4888c0
CY
2022012-02-26 Chong Yidong <cyd@gnu.org>
203
204 * files.texi (Kinds of Files): Improve documentation of
205 files-equal-p and file-subdir-of-p.
206
f0e751b9
GM
2072012-02-26 Glenn Morris <rgm@gnu.org>
208
209 * intro.texi (Acknowledgements): Small changes.
210
7e05b1ec
GM
2112012-02-25 Glenn Morris <rgm@gnu.org>
212
213 * errors.texi: Don't try to list _all_ the error symbols.
214 Add circular-list, cl-assertion-failed, compression-error.
215 * elisp.texi, vol1.texi, vol2.texi:
216 * control.texi (Error Symbols): Tweak "Standard Errors" description.
217
23453255 2182012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
219
220 * files.texi (files-equal-p, file-subdir-of-p): New,
221 add initial documentation.
222
4963495d
CY
2232012-02-25 Chong Yidong <cyd@gnu.org>
224
fa74b241
CY
225 * files.texi (File Attributes): Document file-selinux-context.
226 (Changing Files): Link to it.
227 (Changing Files): Document set-file-selinux-context.
228
229 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
230 changed. Mention default value of backup-directory-alist.
231 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
232 (Auto-Saving): New minor mode behavior for auto-save-mode.
233 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 234
4963495d
CY
235 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
236
4bb82fa8
GM
2372012-02-24 Glenn Morris <rgm@gnu.org>
238
239 * errors.texi (Standard Errors): Mention dbus-error.
240 For arith-error sub-classes, just use one cross-ref.
241
2cb228f7
AM
2422012-02-23 Alan Mackenzie <acm@muc.de>
243
244 * modes.texi (Defining Minor Modes): Document the new keyword
245 :after-hook.
246
a59225b1
CY
2472012-02-21 Chong Yidong <cyd@gnu.org>
248
249 * files.texi (Files): Mention magic file names as arguments.
250 (Reading from Files): Copyedits.
251 (File Attributes): Mention how to change file modes.
252 (Changing Files): Use standard "file permissions" terminology.
253 Add xref to File Attributes node.
254 (Locating Files): Document locate-user-emacs-file.
255 (Unique File Names): Recommend against using make-temp-name.
256
8376d7c2
CY
2572012-02-19 Chong Yidong <cyd@gnu.org>
258
259 * help.texi (Documentation, Documentation Basics, Help Functions):
260 Minor clarifications.
261 (Accessing Documentation): Clarify what documentation-property is
262 for. Add xref to Keys in Documentation.
263
264 * tips.texi (Documentation Tips): Don't recommend using * in
265 docstrings.
266
267 * macros.texi (Defining Macros):
268 * modes.texi (Derived Modes): Say "documentation string" instead
269 of docstring.
270
82233bea
CY
2712012-02-18 Chong Yidong <cyd@gnu.org>
272
273 * modes.texi (Tabulated List Mode): New node.
274 (Basic Major Modes): Add xref to it.
275
276 * processes.texi (Process Information): Mention Process Menu mode.
277
7b926f3f
CY
2782012-02-17 Chong Yidong <cyd@gnu.org>
279
280 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
281
0fd2c9a3
GM
2822012-02-17 Glenn Morris <rgm@gnu.org>
283
284 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
285
f700caa3
CY
2862012-02-16 Chong Yidong <cyd@gnu.org>
287
4230351b
CY
288 * syntax.texi (Syntax Tables, Syntax Descriptors)
289 (Syntax Table Functions): Copyedits.
290 (Syntax Basics): Don't repeat the material in the preceding node.
291 (Syntax Class Table): Use a table.
292 (Syntax Properties): Document syntax-propertize-function and
293 syntax-propertize-extend-region-functions.
294 (Motion via Parsing): Clarify scan-lists. Fix indentation.
295 (Parser State): Update for the new "c" comment style. Fix
296 description of item 7 (comment style).
297
f700caa3
CY
298 * modes.texi (Minor Modes): Update how mode commands should treat
299 arguments now.
300 (Mode Line Basics): Clarify force-mode-line-update.
301 (Mode Line Top): Note that the example is not realistic.
302 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
303 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
304 "mode line construct" instead of "mode line specification".
305 (Syntactic Font Lock): Remove mention of obsolete variable
306 font-lock-syntactic-keywords.
307 (Setting Syntax Properties): Node deleted.
308 (Font Lock Mode): Note that Font Lock mode is a minor mode.
309 (Font Lock Basics): Note that syntactic fontification falls back
310 on `syntax-table'.
311 (Search-based Fontification): Emphasize that font-lock-keywords
312 should not be set directly.
313 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
314 (Syntactic Font Lock): Minor clarifications. Add xref to
315 Syntactic Font Lock node.
f700caa3 316
60236b0d
CY
3172012-02-15 Chong Yidong <cyd@gnu.org>
318
319 * minibuf.texi (Basic Completion): Define "completion table".
320 Move completion-in-region to Completion in Buffers node.
321 (Completion Commands): Use "completion table" terminology.
322 (Completion in Buffers): New node.
323
324 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
325 (Setting Hooks): Update minor mode usage example.
326 (Major Mode Conventions): Note that completion-at-point-functions
327 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
328 Remove duplicate tip about auto-mode-alist.
329 (Minor Modes): Rewrite introduction.
330 (Minor Mode Conventions): Copyedits. Don't recommend
331 variable-only minor modes since few minor modes are like that.
60236b0d 332
d7dbb11a
GM
3332012-02-15 Glenn Morris <rgm@gnu.org>
334
335 * processes.texi (Network): Document open-network-stream :parameters.
336
3d8badf4
CY
3372012-02-14 Chong Yidong <cyd@gnu.org>
338
339 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
340 was removed on 2009-09-10. Update lisp-mode-map example.
341 (Inheritance and Keymaps): Minor clarification.
342 (Searching Keymaps): Remove out-of-place enumeration.
343 (Key Lookup): Remove unnecessary example (one was already given in
344 Format of Keymaps).
345 (Changing Key Bindings): Update suppress-keymap example.
346 (Menu Bar, Tool Bar): Copyedits.
347 (Tool Bar): Update tool-bar-map example.
348
faccede1
CY
3492012-02-12 Chong Yidong <cyd@gnu.org>
350
351 * debugging.texi (Debugger Commands): Continuing is now allowed
352 for errors.
353
355cabc6
CY
3542012-02-11 Chong Yidong <cyd@gnu.org>
355
d860baa0
CY
356 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
357 Move the list of standard bitmaps there.
358 (Fringe Cursors): Rewrite for clarity.
359 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
360
34106abe
CY
361 * commands.texi (Command Overview): Mention read-key.
362 (Using Interactive, Interactive Call): Minor clarifications.
363 (Function Keys, Click Events): Avoid "input stream" terminology.
364 (Click Events): Add xref to Window Sizes and Accessing Mouse.
365 Clarify column and row components.
366 (Accessing Mouse): Add xref to Click Events. Minor fixes.
367 (Special Events): Copyedits.
368
369 * streams.texi (Input Streams): De-document get-file-char.
370 (Output Variables): Don't refer to old backquote syntax.
371
355cabc6
CY
372 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
373 (Error Debugging): Note that debug-ignored-errors overrides list
374 values of debug-on-error too. Add xref to Signaling Errors. Note
375 that debug-on-signal is not customizable. Mention
376 condition-case-unless-debug.
377 (Compilation Errors): Node deleted.
378
379 * compile.texi (Compiler Errors): Move a paragraph here from
380 deleted node Compilation Errors.
381
1be3ca5a
LL
3822012-02-10 Leo Liu <sdl.web@gmail.com>
383
384 * control.texi (Handling Errors): Change condition-case-no-debug
385 to condition-case-unless-debug.
386
25dec365
CY
3872012-02-10 Chong Yidong <cyd@gnu.org>
388
389 * advice.texi (Defining Advice): Clarify ad-unadvise.
390 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
391 is not abnormal.
392 (Advising Primitives): Node deleted; ad-define-subr-args has been
393 removed.
394
395 * compile.texi (Speed of Byte-Code): Use float-time in example.
396 (Compilation Functions): Note that the log uses Compilation mode.
397 Don't discuss the contents of byte-code function object here.
398 (Compilation Functions): De-document internal function byte-code.
399 (Docs and Compilation): Minor clarifications.
400
401 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
402 Objects.
403
5f5e4ea1
GM
4042012-02-10 Glenn Morris <rgm@gnu.org>
405
406 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
407 Mention secure-hash.
408 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
409
6c1e4b46
CY
4102012-02-10 Chong Yidong <cyd@gnu.org>
411
412 * loading.texi (Loading): Don't emphasize "library" terminology.
413 (Library Search): load-path is not a user option. Mention role of
414 -L option and packages. Improve examples.
415 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
416 obsolete.
417 (Autoload): Minor clarifications.
418
72ca698c
GM
4192012-02-10 Glenn Morris <rgm@gnu.org>
420
b011fbfe
GM
421 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
422
72ca698c
GM
423 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
424
14a1f380
GM
4252012-02-08 Glenn Morris <rgm@gnu.org>
426
427 * loading.texi (Named Features): Update the require example.
428
60d47423
GM
4292012-02-07 Glenn Morris <rgm@gnu.org>
430
431 * modes.texi (Defining Minor Modes):
432 Expand on args of defined minor modes.
433
0992bd9c
CY
4342012-02-07 Chong Yidong <cyd@gnu.org>
435
436 * variables.texi (Creating Buffer-Local): Minor clarification
437 to buffer-local-variables doc (Bug#10715).
438
af008560
GM
4392012-02-07 Glenn Morris <rgm@gnu.org>
440
e80e1825 441 * display.texi (ImageMagick Images): General update.
af008560
GM
442 Move most details of imagemagick-render-type to the variable's doc.
443
866c1d22
GM
4442012-02-06 Glenn Morris <rgm@gnu.org>
445
f7c9199f 446 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
447 (Inheritance and Keymaps):
448 Mention make-composed-keymap and multiple inheritance.
f7c9199f 449
e7bc51d0
GM
450 * modes.texi (Running Hooks): Mention run-hook-wrapped.
451
866c1d22
GM
452 * control.texi (Handling Errors):
453 Mention condition-case-no-debug and with-demoted-errors.
454
03988c98
CY
4552012-02-05 Chong Yidong <cyd@gnu.org>
456
457 * customize.texi (Common Keywords): Minor clarifications.
458 Document custom-unlispify-remove-prefixes.
459 (Variable Definitions): Backquotes in defcustom seem to work fine
460 now. Various other copyedits.
e1161b06
CY
461 (Simple Types): Copyedits. Document color selector.
462 (Composite Types): Copyedits.
463 (Splicing into Lists): Clarifications.
03988c98
CY
464
465 * eval.texi (Backquote): Move from macros.texi.
466
467 * macros.texi (Expansion): Minor clarification.
468 (Backquote): Move node to eval.texi.
469 (Defining Macros): Move an example from Backquote node.
470 (Argument Evaluation): No need to mention Pascal.
471 (Indenting Macros): Add xref to Defining Macros.
472
649f602c
GM
4732012-02-05 Glenn Morris <rgm@gnu.org>
474
475 * debugging.texi (Error Debugging): Mention debug-on-event default.
476
34c99998
GM
4772012-02-04 Glenn Morris <rgm@gnu.org>
478
8f05da42
GM
479 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
480
7aa5aad8
GM
481 * debugging.texi (Error Debugging): Mention debug-on-event.
482 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
483
c7291ad9
GM
484 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
485
34c99998
GM
486 * text.texi (Buffer Contents):
487 Update filter-buffer-substring description.
488
735cc5ca
CY
4892012-02-04 Chong Yidong <cyd@gnu.org>
490
491 * functions.texi (What Is a Function): Add closures. Mention
492 "return value" terminology. Add xref for command-execute. Remove
493 unused "keystroke command" terminology.
494 (Lambda Expressions): Give a different example than in the
495 following subsection. Add xref to Anonymous Functions.
496 (Function Documentation): Remove gratuitous markup.
497 (Function Names): Move introductory text to `What Is a Function'.
498 (Defining Functions): Fix defun argument spec.
499 (Anonymous Functions): Document lambda macro explicitly. Mention
500 effects on lexical binding.
501 (Function Cells): Downplay direct usage of fset.
502 (Closures): New node.
503 (Inline Functions): Remove "open-code" terminology.
504 (Declaring Functions): Minor tweak; .m is not C code.
505
506 * variables.texi (Variables): Don't refer to "global value".
507 (Local Variables, Void Variables): Copyedits.
508 (Lexical Binding): Minor clarification of example.
509 (File Local Variables): Mention :safe and :risky defcustom args.
510 (Lexical Binding): Add xref to Closures node.
511
94bc7984
GM
5122012-02-04 Glenn Morris <rgm@gnu.org>
513
514 * minibuf.texi (High-Level Completion): Updates for read-color.
515
4f5a10ef
GM
5162012-02-03 Glenn Morris <rgm@gnu.org>
517
eea14f31
GM
518 * display.texi (GIF Images): Mention animation.
519 Remove commented-out old example of animation.
520 (Animated Images): New subsection.
521 * elisp.texi (Top):
522 * vol1.texi (Top):
523 * vol2.texi (Top): Add Animated Images menu entry.
524
4f5a10ef
GM
525 * display.texi (Image Formats): Remove oddly specific information
526 on versions of image libraries.
204e728d 527 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 528
12f381b7
GM
5292012-02-02 Glenn Morris <rgm@gnu.org>
530
1b9f60cc
GM
531 * processes.texi (Synchronous Processes):
532 Mention call-process's :file gets overwritten.
533
7e2734bc
GM
534 * commands.texi (Reading One Event):
535 * help.texi (Help Functions): Document read-char-choice.
536
f58b9822
GM
537 * hooks.texi (Standard Hooks):
538 * modes.texi (Keymaps and Minor Modes):
539 * text.texi (Commands for Insertion): Document post-self-insert-hook.
540
541 * hooks.texi (Standard Hooks): Add prog-mode-hook.
542
12f381b7
GM
543 * hooks.texi (Standard Hooks):
544 * modes.texi (Major Mode Conventions, Mode Hooks):
545 Document change-major-mode-after-body-hook.
546
7a9a2fc6
GM
5472012-02-01 Glenn Morris <rgm@gnu.org>
548
549 * modes.texi (Defining Minor Modes):
550 Mention disabling global minor modes on a per-major-mode basis.
551
a037c171
CY
5522012-01-31 Chong Yidong <cyd@gnu.org>
553
554 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
555 (Parser State): Remove unnecessary statement (Bug#10661).
556
557 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
558
56afad3a
GM
5592012-01-31 Glenn Morris <rgm@gnu.org>
560
561 * modes.texi (Defining Minor Modes):
562 Document define-minor-mode's new :variable keyword.
563
0f29fa41
CY
5642012-01-29 Chong Yidong <cyd@gnu.org>
565
837a390a
CY
566 * syntax.texi (Syntax Class Table): Tweak description of newline
567 char syntax (Bug#9619).
568
0f29fa41
CY
569 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
570 description (Bug#10189).
571
182148ee
GM
5722012-01-29 Glenn Morris <rgm@gnu.org>
573
a49ca6b9
GM
574 * files.texi (Changing Files): Document SELinux support.
575
182148ee
GM
576 * windows.texi (Window Sizes): Fix typo.
577
9962192e
CY
5782012-01-28 Chong Yidong <cyd@gnu.org>
579
8c6e1920
CY
580 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
581 doc (Bug#8568).
582
9583ec59
CY
583 * frames.texi (Input Focus): Add NORECORD arg to
584 select-frame-set-input-focus. Clarify its role in select-frame.
585
10256988
CY
586 * text.texi (Transposition): We don't use transpose-region as an
587 internal subroutine (Bug#3249).
588
9962192e
CY
589 * modes.texi (Example Major Modes): Update Lisp example code to
590 current sources. Delete the old non-derived-major-mode example,
591 which has diverged badly from current sources.
592
2aa43abb
GM
5932012-01-27 Glenn Morris <rgm@gnu.org>
594
595 * makefile.w32-in (texinputdir): Fix (presumed) typo.
596 (VERSION, manual): Remove, unused.
597
9f40220d
CY
5982012-01-27 Chong Yidong <cyd@gnu.org>
599
600 * commands.texi (Command Overview): Minor clarification (Bug#10384).
601
acc28cb9
CY
6022012-01-26 Chong Yidong <cyd@gnu.org>
603
604 * searching.texi (String Search): Document negative repeat count
605 (Bug#10507).
606
48da7392
GM
6072012-01-26 Glenn Morris <rgm@gnu.org>
608
609 * variables.texi (Using Lexical Binding):
610 Mention that lexical-binding should be set in the first line.
611
69b0acb9
LI
6122012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
613
614 * macros.texi (Defining Macros): Don't claim that `declare' only
615 affects Edebug and indentation.
616
543757a8
LI
6172012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
618
619 * macros.texi (Defining Macros): Slight `declare' fixup.
620
450e3cae
GM
6212012-01-25 Glenn Morris <rgm@gnu.org>
622
24189ce0 623 * makefile.w32-in (texinputdir):
450e3cae
GM
624 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
625
1021c761
CY
6262012-01-24 Chong Yidong <cyd@gnu.org>
627
628 * variables.texi (Variables, Local Variables, Void Variables):
629 Edit to make the descriptions less specific to dynamic binding.
630 (Local Variables): Default max-specpdl-size is now 1300.
631 (Defining Variables): Edits for lexical scoping. Delete
632 information about starting docstrings with *. De-document
633 user-variable-p.
634 (Tips for Defining): Remove an unimportant discussion of quitting
635 in the middle of a load.
636 (Accessing Variables, Setting Variables): Discuss lexical binding.
637 (Variable Scoping): Rewrite.
638 (Scope, Extent, Impl of Scope): Nodes deleted.
639 (Dynamic Binding): New node, with material from Scope, Extent, and
640 Impl of Scope nodes.
641 (Dynamic Binding Tips): Rename from Using Scoping.
642 (Lexical Binding): Rewrite.
643 (Using Lexical Binding): Rename from Converting to Lexical
644 Binding. Convert to subsection.
645
646 * customize.texi (Variable Definitions): Add custom-variable-p.
647 Move user-variable-p documentation here.
648
31cbea1d
CY
6492012-01-23 Chong Yidong <cyd@gnu.org>
650
651 * strings.texi (Text Comparison): Minor qualification.
652
653 * lists.texi (Cons Cells): Copyedits.
654 (List Elements): Mention push.
655 (List Variables): Mention pop.
656 (Rings): Move to sequences.texi.
657
658 * sequences.texi (Sequence Functions): Don't repeat the
659 introduction already given in the parent.
660 (Vectors): Copyedits.
661 (Rings): Move from lists.texi. Note that this is specific to the
662 ring package.
663
664 * symbols.texi (Definitions, Symbol Components): Mention variable
665 scoping issues.
666 (Plists and Alists): Copyedits.
667
668 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
669 correctness with lexical scoping.
670 (Eval): Copyedits.
671
fead402d
CY
6722012-01-21 Chong Yidong <cyd@gnu.org>
673
674 * intro.texi (A Sample Function Description): Special notation
675 used for macros too.
676
677 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
678 (Symbol Type): Add xref for keyword symbols.
679 (Sequence Type): Clarify differences between sequence types.
680 (Cons Cell Type): Add "linked list" index entry.
681 (Non-ASCII in Strings): Copyedits.
682 (Equality Predicates): Symbols with same name need not be eq.
683
684 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
685 ldexp. Move float-e and float-pi to Math Functions node.
686
61086eb6
GM
6872012-01-21 Glenn Morris <rgm@gnu.org>
688
689 * modes.texi (Auto Major Mode):
690 * variables.texi (File Local Variables):
691 Mention inhibit-local-variables-regexps.
692
34a02f46
MR
6932012-01-19 Martin Rudalics <rudalics@gmx.at>
694
695 * windows.texi (Window Configurations): Rewrite references to
696 persistent window parameters.
697 (Window Parameters): Fix description of persistent window
698 parameters.
699
f5064cae
JB
7002012-01-16 Juanma Barranquero <lekktu@gmail.com>
701
702 * windows.texi (Window Parameters): Use @pxref.
703
6a6ee00d
MR
7042012-01-16 Martin Rudalics <rudalics@gmx.at>
705
706 * windows.texi (Window Configurations, Window Parameters):
707 Describe persistent window parameters.
708
9ca4c014
SM
7092011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * variables.texi (Creating Buffer-Local): Warn against misuses of
712 make-variable-buffer-local (bug#10258).
713
d027f83d
LMI
7142012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
715
716 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
717
89bd9ccd
CY
7182012-01-06 Chong Yidong <cyd@gnu.org>
719
720 * variables.texi (Directory Local Variables): Document
721 hack-dir-local-variables-non-file-buffer.
722
c869783d
GM
7232012-01-06 Glenn Morris <rgm@gnu.org>
724
725 * maps.texi (Standard Keymaps): Refer to Info-edit by name
726 rather than by keybinding.
727
2cae5ba4
JB
7282011-12-29 Juanma Barranquero <lekktu@gmail.com>
729
730 * frames.texi (Font and Color Parameters): Add @pxref.
731
43da4d08
DC
7322011-12-29 Daniel Colascione <dan.colascione@gmail.com>
733
734 * frames.texi (Font and Color Parameters):
735 Document w32 font backends (bug#10399).
736
8d80ef01
PE
7372011-12-28 Paul Eggert <eggert@cs.ucla.edu>
738
739 * files.texi (File Attributes, Changing Files):
740 Use a more-natural notation for octal numbers.
741
9022ae07
JB
7422011-12-23 Juanma Barranquero <lekktu@gmail.com>
743
744 * variables.texi (Variables with Restricted Values):
745 Change reference to variable (bug#10354).
746
454592a6
MR
7472011-12-13 Martin Rudalics <rudalics@gmx.at>
748
749 * windows.texi (Splitting Windows): Use t instead of non-nil
750 when describing window-combination-resize.
751
a7cdbfce
SM
7522011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * text.texi (Special Properties): Warn against `intangible' properties
755 (bug#10222).
756
a3dcc84e
EZ
7572011-11-26 Eli Zaretskii <eliz@gnu.org>
758
579ebf8f
EZ
759 * display.texi (Truncation):
760 * text.texi (Special Properties): Describe what a stretch-glyph is
761 instead of using that term without explanation. Make the
762 cross-references more accurate.
763
a3dcc84e
EZ
764 * display.texi (Usual Display): Update the description,
765 cross-references, and indexing related to display of control
766 characters and raw bytes.
767
94af99a4
MR
7682011-11-25 Martin Rudalics <rudalics@gmx.at>
769
770 * windows.texi (Splitting Windows): Fix description of
771 window-combination-limit. Suggested by Eli Zaretskii.
772
1c3d7a13
CY
7732011-11-23 Chong Yidong <cyd@gnu.org>
774
775 * windows.texi (Window Sizes): Move window-top-line,
776 window-left-column, and window-*-pixel-edges to Coordinates and
777 Windows node.
778 (Coordinates and Windows): Restore window-edges doc.
779
90151a1e
MR
7802011-11-21 Martin Rudalics <rudalics@gmx.at>
781
a7cdbfce
SM
782 * windows.texi (Windows and Frames, Splitting Windows):
783 Fix typos.
90151a1e 784
a9b9b7f5
CY
7852011-11-21 Chong Yidong <cyd@gnu.org>
786
787 * windows.texi (Splitting Windows): Fix error in documentation of
788 window-combination-limit.
789 (Cyclic Window Ordering): Minor fixes to next-window,
790 one-window-p, and get-lru-window docs. Don't document
791 window-list-1.
792 (Buffers and Windows): Copyedits.
793 (Choosing Window): Document special handling of special-display-*.
794 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
795 Don't document even-window-heights, which is going away.
796 Clarify which options are obeyed by which action functions.
a9b9b7f5 797
f4e90db0
SM
7982011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
801
d2999b1a
MR
8022011-11-20 Martin Rudalics <rudalics@gmx.at>
803
f4e90db0
SM
804 * windows.texi (Resizing Windows, Splitting Windows):
805 Remove term "status" when talking about combination limits.
d2999b1a 806
cd1181db
JB
8072011-11-20 Juanma Barranquero <lekktu@gmail.com>
808
809 * compile.texi (Compiler Errors):
810 * help.texi (Help Functions): Fix typos.
811
7bf54975
CY
8122011-11-19 Chong Yidong <cyd@gnu.org>
813
814 * windows.texi (Splitting Windows): Clarify role of window
815 parameters in split-window. Shorten the example.
f4e90db0
SM
816 (Deleting Windows): Rewrite intro to handle internal windows.
817 Fix delete-windows-on doc.
7bf54975
CY
818 (Selecting Windows): Copyedits.
819
a0c2d0ae
MR
8202011-11-17 Martin Rudalics <rudalics@gmx.at>
821
822 * windows.texi (Resizing Windows, Splitting Windows)
823 (Deleting Windows): Use term window-combination-resize instead
824 of window-splits.
825
b6f67890
MR
8262011-11-16 Martin Rudalics <rudalics@gmx.at>
827
f4e90db0
SM
828 * windows.texi (Resizing Windows, Splitting Windows):
829 Rename occurrences of window-nest to window-combination-limit.
b6f67890 830
0b381c7e
JB
8312011-11-14 Juanma Barranquero <lekktu@gmail.com>
832
833 * intro.texi (Lisp History): Fix typo.
834
89d61221
MR
8352011-11-12 Martin Rudalics <rudalics@gmx.at>
836
f4e90db0
SM
837 * windows.texi (Splitting Windows, Deleting Windows):
838 Remove references to splits status of windows.
89d61221 839
b2621720
GM
8402011-11-10 Glenn Morris <rgm@gnu.org>
841
842 * buffers.texi (Read Only Buffers): Expand a bit on why
843 toggle-read-only should only be used interactively. (Bug#7292)
844
d2ad7ee1
CY
8452011-11-09 Chong Yidong <cyd@gnu.org>
846
847 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 848 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
849 window-inside-absolute-pixel-edges.
850 (Resizing Windows): shrink-window-if-larger-than-buffer works on
851 non-full-width windows.
852
2cffd681
MR
8532011-11-09 Martin Rudalics <rudalics@gmx.at>
854
855 * windows.texi (Resizing Windows): Rewrite documentation of
856 window-resizable.
857
f6f6d7e7
CY
8582011-11-09 Chong Yidong <cyd@gnu.org>
859
860 * windows.texi (Splitting Windows): Simplify example.
861
a79db6e0
CY
8622011-11-08 Chong Yidong <cyd@gnu.org>
863
864 * windows.texi (Window Sizes): Copyedits. Document
865 window-text-height. Remove window-min-height and window-min-width
866 discussion, referring instead to Emacs manual.
867 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
868 (Resizing Windows): Simplify introduction. Don't document
869 enlarge-window, shrink-window, enlarge-window-horizontally, and
870 shrink-window-horizontally; they are no longer preferred for
871 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 872
441950c7
GM
8732011-11-07 Glenn Morris <rgm@gnu.org>
874
875 * windows.texi (Choosing Window): Fix keybinding typo.
876
be7f5545
MR
8772011-11-07 Martin Rudalics <rudalics@gmx.at>
878
879 * windows.texi (Resizing Windows, Splitting Windows)
880 (Window Configurations): Use "child window" instead of
881 "subwindow".
882
291d142b
CY
8832011-11-06 Chong Yidong <cyd@gnu.org>
884
885 * windows.texi (Basic Windows): Clarify various definitions.
886 Treat window-normalize-* as internal; don't document them.
887 (Windows and Frames): Various clarifications, e.g. non-live
888 windows also belong to frames. Fix window-list description.
889 Simplify window nesting example.
f4e90db0
SM
890 (Splitting Windows, Window Configurations):
891 Use split-window-below.
291d142b 892
89bd5ee1
EZ
8932011-11-04 Eli Zaretskii <eliz@gnu.org>
894
895 * windows.texi (Window Sizes): Mention in the doc string that the
896 return values of `window-body-height' and `window-body-width' are
897 in frame's canonical units. (Bug#9949)
898
3d8daefe
MR
8992011-10-30 Martin Rudalics <rudalics@gmx.at>
900
901 * windows.texi (Windows and Frames): Remove "iso-" infix from
902 documentation of window-iso-combined-p.
903
60754666
CY
9042011-10-26 Chong Yidong <cyd@gnu.org>
905
906 * modes.texi (Running Hooks): Document with-wrapper-hook.
907
d366bd53
CY
9082011-10-18 Chong Yidong <cyd@gnu.org>
909
910 * display.texi (Glyphless Chars): New node.
911
50b063c3
CY
9122011-10-13 Chong Yidong <cyd@stupidchicken.com>
913
914 * text.texi (Yanking): Document yank-excluded-properties.
915
916 * package.texi (Packaging Basics): The commentary should say how
917 to begin using the package.
918
c72063fa
MR
9192011-10-11 Martin Rudalics <rudalics@gmx.at>
920
921 * windows.texi (Deleting Windows): Mention which window gets
922 selected when deleting the selected window.
923
d83dc65b
MR
9242011-10-09 Martin Rudalics <rudalics@gmx.at>
925
926 * buffers.texi (The Buffer List): Describe how bury-buffer deals
927 with the selected window.
928 * windows.texi (Buffers and Windows): Reformulate text on how
929 replace-buffer-in-windows deals with a window.
930 (Quitting Windows): Describe how quit-window deals with a
931 standalone frame. Describe new option frame-auto-hide-function.
932
c599682c
GM
9332011-10-08 Glenn Morris <rgm@gnu.org>
934
48bca619
GM
935 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
936
c599682c
GM
937 * positions.texi (Excursions): Update warning message.
938
969aa734
CY
9392011-10-05 Chong Yidong <cyd@stupidchicken.com>
940
f4e90db0
SM
941 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
942 Fix Emacs manual xref (Bug#9675).
969aa734 943
550f41cd
CY
9442011-10-01 Chong Yidong <cyd@stupidchicken.com>
945
946 * windows.texi (Textual Scrolling): Document scroll-up-command,
947 scroll-down-command, scroll-error-top-bottom, and the
948 scroll-command symbol property.
717a1362
CY
949 (Display Action Functions): Fix description of
950 display-buffer-pop-up-window.
550f41cd 951
a239d4e9
JB
9522011-09-28 Juanma Barranquero <lekktu@gmail.com>
953
954 * windows.texi (Splitting Windows): Fix typos.
955
590c056d
MR
9562011-09-25 Martin Rudalics <rudalics@gmx.at>
957
958 * windows.texi (Windows and Frames, Display Action Functions)
959 (Switching Buffers): Fix some typos.
960 (Buffers and Windows): Remove reference to window-auto-delete.
961 Reword description of replace-buffer-in-windows.
962 (Window History): Fix some typos and refer to frame local buffer
963 list.
c419f5cb
MR
964 (Quitting Windows): New node.
965 (Window Configurations): Add descriptions of window-state-get
966 and window-state-put.
967 (Window Parameters): Describe variable ignore-window-parameters.
968 Sketch some window parameters currently in use.
969 * elisp.texi (Top): Update node listing.
590c056d 970
9ec20d36
CY
9712011-09-25 Chong Yidong <cyd@stupidchicken.com>
972
973 * windows.texi (Display Action Functions)
974 (Choosing Window Options): New nodes.
975
0e406a72
CY
9762011-09-24 Chong Yidong <cyd@stupidchicken.com>
977
978 * windows.texi (Window History): New node. Move text here from
979 Buffers and Windows.
980 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
981 don't document display-buffer here; callers changed.
982 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
983 switch-to-buffer-other-frame. Delete duplicate
984 replace-buffer-in-windows doc.
985 (Choosing Window): Document display actions.
986
6bf7006f
EZ
9872011-09-24 Eli Zaretskii <eliz@gnu.org>
988
989 * display.texi (Forcing Redisplay): Update the description of
990 redisplay-dont-pause due to change in the default value.
991
b33b68a3
MR
9922011-09-23 Martin Rudalics <rudalics@gmx.at>
993
994 * frames.texi (Frames and Windows): Move section and rename to
995 Windows and Frames in windows.texi.
996 * windows.texi (Windows): Restructure.
997 (Basic Windows): Rewrite. Explain live and internal windows and
998 normalization functions.
999 (Windows and Frames): Move section here from frames.texi.
1000 Describe subwindows, window combinations, window tree, and
1001 corresponding functions including window-list here.
1002 (Window Sizes): Rename section from Size of Window and move it
1003 up in chapter. Describe total and body sizes and the
1004 corresponding functions. Explain new semantics of
1005 window-min-height/-width.
1006 (Resizing Windows): Move section up in chapter. Describe new
1007 resize functions.
1008 (Splitting Windows): Describe new behavior of split-window,
1009 split-window-above-each-other and split-window-side-by-side.
1010 Provide examples. Describe window-nest and window-splits
1011 options.
1012 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1013 (Selecting Windows): Minor rewrite.
1014 Describe frame-selected-window and set-frame-selected-window here.
1015 (Cyclic Window Ordering): Minor rewrite.
1016 Describe window-list-1.
b33b68a3
MR
1017 (Buffers and Windows): Rewrite. Explain a window's previous and
1018 next buffers and the corresponding functions.
c4682d18 1019 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1020 * elisp.texi (Top): Update node listings for frames and windows
1021 sections.
1022
4d3786ac
SM
10232011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1026
713df35b
LMI
10272011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1028
1029 * errors.texi (Standard Errors): Remove apparent placeholder text
1030 (bug#9491).
1031
33ed493b
CY
10322011-09-18 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * frames.texi (Management Parameters): Fix description of
1035 icon-type parameter.
1036
b8f0a954
CY
10372011-09-17 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1040 ending in C-g. Suggested by Edward O'Connor.
1041
eddf142c
EZ
10422011-09-17 Eli Zaretskii <eliz@gnu.org>
1043
1044 * numbers.texi (Integer Basics): Add indexing for
1045 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1046
bf1af6c7
DM
10472011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1048
1049 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1050
cec2eab8
JB
10512011-09-11 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * processes.texi (Network Servers): Clarify what the process
1054 buffer is used for (bug#9233).
1055
51751aa2 10562011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1057
1058 * lists.texi (Building Lists): Fix typo.
1059
35137ed3
CY
10602011-08-30 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * display.texi (Basic Faces): New node. Document new faces.
1063
1064 * modes.texi (Major Mode Conventions): Move some text there.
1065 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1066
3fd50d5c
CY
10672011-08-29 Chong Yidong <cyd@stupidchicken.com>
1068
1069 * modes.texi (Basic Major Modes): New node. Callers updated.
1070 (Major Modes): Document fundamental-mode and major-mode.
1071 (Major Mode Basics): Node deleted; text moved to Major Modes.
1072 (Derived Modes): Document derived-mode-p.
1073
ddb54206
CY
10742011-08-28 Chong Yidong <cyd@stupidchicken.com>
1075
a6326082
CY
1076 * files.texi (Changing Files, Create/Delete Dirs): Document new
1077 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1078 (Visiting Functions): Remove view-file; it is documented in the
1079 Emacs manual.
04e2ce72 1080
ddb54206
CY
1081 * frames.texi (Layout Parameters): The defaults for the
1082 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1083
1084 * display.texi (Progress): Document spinner functionality.
1085
1086 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1087 operating system signals. Refer to save-buffers-kill-terminal
1088 instead of save-buffers-kill-emacs.
1089
1090 * objects.texi (Symbol Type): Document ## print representation.
1091
0c95fcf7
EZ
10922011-08-25 Eli Zaretskii <eliz@gnu.org>
1093
1094 * display.texi (Specified Space): Mention that `space' specs
1095 influence bidi reordering.
1096 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1097 separating fields with bidirectional content.
1098
5980d4c6
EZ
10992011-08-24 Eli Zaretskii <eliz@gnu.org>
1100
1101 * display.texi (Bidirectional Display): Document return value in
1102 buffers that are not bidi-reordered for display, and in unibyte
1103 buffers.
1104
bca633fb
EZ
11052011-08-23 Eli Zaretskii <eliz@gnu.org>
1106
1107 * nonascii.texi (Character Properties): Document the values for
1108 unassigned codepoints.
1109
c094bb0c
EZ
11102011-08-18 Eli Zaretskii <eliz@gnu.org>
1111
1112 * nonascii.texi (Character Properties): Document use of
1113 `bidi-class' and `mirroring' properties as part of reordering.
1114 Provide cross-references to "Bidirectional Display".
1115
1116 * display.texi (Bidirectional Display): Document the pitfalls of
1117 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1118 solutions. Document bidi-string-mark-left-to-right.
1119 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1120 Document use of `bidi-class' and `mirroring' properties as part of
1121 reordering.
c094bb0c 1122
1ea897d5
EZ
11232011-08-16 Eli Zaretskii <eliz@gnu.org>
1124
9adfcd0b
EZ
1125 * modes.texi (Major Mode Conventions): Improve the documentation
1126 of `mode-class' `special' modes.
1127
10862873
EZ
1128 * nonascii.texi (Character Properties): Document the `mirroring'
1129 property. Add index entries.
1130
1ea897d5
EZ
1131 * syntax.texi (Categories): Add an example of defining a new
1132 category and category table.
1133
1134 * searching.texi (Regexp Backslash): Document how to display
1135 existing categories. Mention the possibility of adding
1136 categories, and add an xref to where this is described. Add an
1137 index entry.
1138
ebb552ed
CY
11392011-08-09 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * text.texi (Special Properties):
1142 * display.texi (Overlay Properties): Note that mouse-face cannot
1143 change the text size (Bug#8530).
1144
51a714e1
CY
11452011-08-08 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1148 using setenv instead.
1149
4cc60b9b
EZ
11502011-07-28 Eli Zaretskii <eliz@gnu.org>
1151
1152 * display.texi (Bidirectional Display): Document the fact that
1153 bidi-display-reordering is t by default.
1154
5deb92fd
EZ
11552011-07-23 Eli Zaretskii <eliz@gnu.org>
1156
1157 * display.texi (Bidirectional Display): New section.
1158
011b0ad6 11592011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1160 Tim Cross <theophilusx@gmail.com> (tiny change)
1161 Glenn Morris <rgm@gnu.org>
011b0ad6 1162
67f9b9f8 1163 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1164
4baf28e6
AS
11652011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1166
1167 * help.texi (Keys in Documentation): Revert last change.
1168
66249842
LMI
11692011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1170
f863868c
LMI
1171 * help.texi (Keys in Documentation): Clarify that \= only quotes
1172 the next character, and doesn't affect longer sequences in
1173 particular (bug#8935).
1174
f4e90db0
SM
1175 * debugging.texi (Using Debugger):
1176 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1177
0bb23927 11782011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1179
1180 * display.texi (Other Display Specs): Document that `left-fringe'
1181 and `right-fringe' display specifications are of the "replacing"
1182 kind.
1183
f2027cdf
LMI
11842011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1185
1186 * help.texi (Documentation Basics): Add a link to the Function
1187 Documentation node (bug#6580).
1188
f987fde4
LMI
11892011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1190
0bc59b25
LMI
1191 * keymaps.texi (Menu Bar): Mention :visible and :enable
1192 (bug#6344). Text by Drew Adams.
1193
63d55f1f
LMI
1194 * modes.texi (Running Hooks): Mention buffer-local hook variables
1195 (bug#6218).
1196
f987fde4
LMI
1197 * objects.texi (General Escape Syntax): "a with grave accent" is
1198 ?xe0, not ?x8e0 (bug#5259).
1199
b7527639
CY
12002011-07-12 Chong Yidong <cyd@stupidchicken.com>
1201
1202 * display.texi (Face Attributes, Font Selection): Add references
1203 to the Fonts node in the Emacs manual (Bug#4178).
1204
c830e5ae
CY
12052011-07-12 Chong Yidong <cyd@stupidchicken.com>
1206
1207 * display.texi (Window Systems): `window-system' is
1208 terminal-local.
1209
1210 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1211 frame-local variables.
1212
1213 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1214 frame-local variables.
1215 (Frame-Local Variables): Node deleted.
1216
1217 * elisp.texi (Top): Update node listing.
1218
91223e54
LMI
12192011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1220
1221 * elisp.texi: Change "inferiors" to "subnodes" in three places
1222 (bug#3523).
1223
963578d3
CY
12242011-07-11 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * frames.texi (Window System Selections): Discussion of
1227 x-select-enable-clipboard moved to Emacs manual.
1228
07151e49
DD
12292011-07-11 Deniz Dogan <deniz@dogan.se>
1230
1231 * commands.texi (Prefix Command Arguments): Remove excessive
1232 apostrophe.
1233
7261e1cf
LMI
12342011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1235
ad21a12a
LMI
1236 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1237 description is a string (bug#3313).
1238
7261e1cf
LMI
1239 * frames.texi (Display Feature Testing): Try to explain what all
1240 the visual classes mean (bug#3042).
1241
568f7b79
LMI
12422011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1243
18d59e29
LMI
1244 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1245 and `mode-line-client' (bug#2974).
1246
568f7b79
LMI
1247 * text.texi (Insertion): Clarify marker movements (bug#1651).
1248 Text from Drew Adams.
1249
54e10184
LMI
12502011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1251
d94d85e9
LMI
1252 * text.texi (Special Properties): Clarify the format of `face'
1253 (bug#1375).
1254
54e10184
LMI
1255 * commands.texi (Interactive Call): Add a `call-interactively'
1256 example (bug#1010).
1257
413c488d
LMI
12582011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1259
1260 * functions.texi (Calling Functions): Link to the "Interactive
1261 Call" node (bug#1001).
1262
322b7dab 12632011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1264
3deead93
CY
1265 * customize.texi (Composite Types): Move alist and plist to here
1266 from Simple Types (Bug#7545).
1267
1268 * elisp.texi (Top): Update menu description.
1269
b00d8c1a
CY
1270 * display.texi (Face Attributes): Document negative line widths
1271 (Bug#6113).
1272
d2a6c43b
TR
12732011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1274
1275 * searching.texi (Match Data): Note that match data can be
1276 overwritten by most functions (bug#2499).
1277
c7844a27
LMI
12782011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1279
a9ab721e
LMI
1280 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1281 flags mean (bug#6659).
1282
c7844a27
LMI
1283 * functions.texi (What Is a Function): Document the autoload
1284 object (bug#6496).
1285
f68d76d0
LMI
12862011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1287
8a20ca4c
LMI
1288 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1289 is only used in the Customize user interface (bug#6089).
1290
f68d76d0 1291 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1292 images (bug#7836).
f68d76d0 1293
7018dbe7
EZ
12942011-07-02 Eli Zaretskii <eliz@gnu.org>
1295
1296 * variables.texi (Defining Variables, Void Variables)
1297 (Constant Variables): Fix incorrect usage of @kindex.
1298
36cb87a1
LMI
12992011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1300
28ee97c7
LMI
1301 * variables.texi (Defining Variables): Add an index entry for
1302 `set-variable' (bug#7262).
8d4294e9 1303 (Defining Variables): Use @findex for functions.
28ee97c7 1304
8862ffd5
LMI
1305 * frames.texi (Basic Parameters): Document the `explicit-name'
1306 parameter (bug#6951).
1307
0ec389b9
LMI
1308 * customize.texi (Type Keywords): Clarify that :value provides a
1309 default value for all types (bug#7386).
1310
36cb87a1
LMI
1311 * streams.texi (Output Functions): Document `pp'.
1312
11fdef7d 13132011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1314
1315 * keymaps.texi (Searching Keymaps):
1316 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1317 change. Suggested by Johan Bockgård.
1318
eeafcea7
CY
13192011-06-15 Chong Yidong <cyd@stupidchicken.com>
1320
1321 * text.texi (Special Properties): Clarify role of font-lock-face.
1322
b96e6cde
LMI
13232011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1324
f4e90db0 1325 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1326 to `process-live-p' for consistency with other `-live-p' functions.
1327
be14b9ab
PE
13282011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1329
1330 Document wide integers better.
1331 * files.texi (File Attributes): Document ino_t values better.
2d365993 1332 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1333 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1334 (Bitwise Operations):
001903b5
PE
1335 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1336 to read, and that will port better if 62-bits becomes the default.
1337 Fix or remove incorrect examples.
be14b9ab
PE
1338 * os.texi (Time Conversion): Document time_t values better.
1339
bcd54f83
LMI
13402011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1341
f4e90db0
SM
1342 * processes.texi (Process Information):
1343 Document `process-alive-p'.
bcd54f83 1344
049bcbcb
CY
13452011-05-29 Chong Yidong <cyd@stupidchicken.com>
1346
1347 * help.texi (Accessing Documentation):
1348 * display.texi (Pixel Specification):
1349 * processes.texi (Serial Ports, Serial Ports):
1350 * nonascii.texi (Character Properties, Default Coding Systems):
1351 * text.texi (Changing Properties, Special Properties):
1352 * windows.texi (Window Start and End):
1353 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1354 * keymaps.texi (Searching Keymaps, Tool Bar):
1355 * minibuf.texi (Basic Completion):
1356 * compile.texi (Eval During Compile):
1357 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1358 7x9 paper in printed manual.
1359
1360 * lists.texi (Sets And Lists): Fix misplaced text.
1361
58539c63
CY
13622011-05-29 Chong Yidong <cyd@stupidchicken.com>
1363
1364 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1365 needs to be active (Bug#8350).
1366
6b5681bf
CY
13672011-05-28 Chong Yidong <cyd@stupidchicken.com>
1368
b4d52acc
CY
1369 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1370
6b5681bf
CY
1371 * tips.texi (Coding Conventions): Remove antediluvian filename
1372 limit recommendation (Bug#8538).
1373
e145f188
GM
13742011-05-27 Glenn Morris <rgm@gnu.org>
1375
1376 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1377
eafed945
GM
13782011-05-26 Glenn Morris <rgm@gnu.org>
1379
1380 * variables.texi (File Local Variables):
1381 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1382 Add some more details on what this function does in the other case.
eafed945 1383
bc8410af
GM
13842011-05-19 Glenn Morris <rgm@gnu.org>
1385
1386 * lists.texi (Sets And Lists): Mention cl provides union etc.
1387
35a30759
N
13882011-05-19 Nix <nix@esperi.org.uk>
1389
1390 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1391
1392 * text.texi (Parsing HTML): Update for function name changes.
1393
1394 * syntax.texi (Syntax Flags): Small fix.
1395
1396 * keymaps.texi (Active Keymaps): Typo fix.
1397 (Changing Key Bindings): Grammar fix.
1398
1399 * frames.texi (Minibuffers and Frames): Grammar fix.
1400 (Window System Selections): x-select-enable-clipboard now defaults to t.
1401
1402 * customize.texi (Common Keywords):
1403 * display.texi (Abstract Display):
1404 * modes.texi (Auto-Indentation):
1405 * nonascii.texi (Converting Representations): Typo fixes.
1406
1407 * control.texi (Examples of Catch): Call it "goto" not "go to".
1408
e3934a8a
EZ
14092011-05-14 Eli Zaretskii <eliz@gnu.org>
1410
bc039a3b
EZ
1411 * nonascii.texi (Character Properties): Fix inconsistencies with
1412 implementation.
1413
e3934a8a
EZ
1414 * text.texi (Special Properties): Move @defvar's out of the
1415 @table. (Bug#8652)
1416
e2c94218
GM
14172011-05-12 Glenn Morris <rgm@gnu.org>
1418
1419 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1420
d2fc7e3d 14212011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1422
1423 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1424 (Multiline Font Lock):
1425 * vol2.texi (Top):
1426 * vol1.texi (Top):
1427 * elisp.texi (Top): Update menu accordingly.
1428
d2fc7e3d 14292011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1430
1431 * modes.texi (Region to Fontify): Fix typo.
1432
79b70037
GM
14332011-05-10 Jim Meyering <meyering@redhat.com>
1434
1435 * minibuf.texi: Fix typo "in in -> in".
1436
b08a63cc 14372011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1438
1439 * numbers.texi (Integer Basics): Large integers are treated as floats.
1440
1ef14cb4
LMI
14412011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1442
1443 * processes.texi (Synchronous Processes): Document the (:file
1444 "/file-name") syntax for `call-process'.
1445
4ffd0d6b 14462011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1447
1448 * windows.texi (Choosing Window): Fix typo.
1449
4ffd0d6b 14502011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1451
1452 * frames.texi (Layout Parameters): Note the difference between
1453 querying and setting parameters for left-fringe and right-fringe
1454 (Bug#6930).
1455
fd5a8ae8
SM
14562011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * minibuf.texi (Basic Completion): Be a bit more precise about the
1459 valid kinds of completion tables.
1460 (Programmed Completion): Remove obsolete text about lambda expressions
1461 not being valid completion tables.
1462
c1bcd0d5
CY
14632011-03-19 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * positions.texi (Excursions): Explain the "save-excursion
1466 defeated by set-buffer" warning.
1467
1468 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1469 save-excursion. Suggested by Uday S Reddy.
1470
03408648 14712011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1472
03408648
SM
1473 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1474 (Lexical Binding): New sub-section.
ba83908c 1475
03408648
SM
1476 * eval.texi (Eval): Discourage the use of `eval'.
1477 Document its new `lexical' argument.
6c075cd7 1478
f6d62986
SM
14792011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1480
03408648 1481 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1482 nil any more.
1483
84ea5558 14842011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1485
1486 * strings.texi (String Conversion): Don't mention
1487 string-make-(uni|multi)byte (bug#8262).
1488 * nonascii.texi (Converting Representations): Fix up range.
1489 * keymaps.texi (Key Binding Commands): Update code point, avoid
1490 "unibyte character" and remove mention of unibyte bindings.
1491
62d94509
EZ
14922011-03-10 Eli Zaretskii <eliz@gnu.org>
1493
1494 * modes.texi (Operator Precedence Grammars): Don't use characters
1495 outside ISO-8859-1.
1496
63a329f8
EZ
14972011-03-09 Eli Zaretskii <eliz@gnu.org>
1498
1499 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1500
1501 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1502
6446548e
GM
15032011-03-08 Glenn Morris <rgm@gnu.org>
1504
1505 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1506 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1507 * elisp.texi: Set documentencoding.
6446548e 1508
33383987
JB
15092011-03-07 Chong Yidong <cyd@stupidchicken.com>
1510
1511 * Version 23.3 released.
1512
0b3ceceb
CY
15132011-03-06 Chong Yidong <cyd@stupidchicken.com>
1514
1515 * package.texi: Update index keywords.
1516 (Package Archives): New node contents. Document package-x.el.
1517
78f5433f
JB
15182011-03-06 Juanma Barranquero <lekktu@gmail.com>
1519
1520 * makefile.w32-in (srcs): Add package.texi.
1521
555e9b5c
CY
15222011-03-06 Chong Yidong <cyd@stupidchicken.com>
1523
120d9389
CY
1524 * package.texi (Packaging, Packaging Basics, Simple Packages)
1525 (Multi-file Packages): Expand and clarify.
1526 (Package Archives): Temporary placeholder node.
1527
1528 * elisp.texi (Top): Update node listing.
1529
555e9b5c
CY
1530 * Makefile.in (srcs): Add package.texi.
1531
b59a4335
CY
15322011-03-05 Chong Yidong <cyd@stupidchicken.com>
1533
1534 * processes.texi (Synchronous Processes): Minor clarification
1535 (Bug#8149).
1536
06083aa1
GM
15372011-03-03 Glenn Morris <rgm@gnu.org>
1538
1539 * files.texi (Truenames): Minor clarification. (Bug#2341)
1540
6640b281
GM
15412011-03-01 Glenn Morris <rgm@gnu.org>
1542
1543 * variables.texi (Directory Local Variables):
1544 Mention `(subdirs . nil)' alist element.
1545
2b0c7330 15462011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1547
1548 * variables.texi (Directory Local Variables): Mention the optional
1549 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1550
b923f7a9
CY
15512011-02-27 Chong Yidong <cyd@stupidchicken.com>
1552
1553 * minibuf.texi (Minibuffer History): Clarify discussion of
1554 minibuffer history lists (Bug#8085).
1555
67ab0163 15562011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1557
e979a521
EZ
1558 * elisp.texi: Sync @dircategory with ../../info/dir.
1559
e03b2fd4
EZ
1560 * files.texi (Visiting Functions): Document find-file-literally,
1561 both the command and the variable.
1562
86ec878a
EZ
1563 * variables.texi (Creating Buffer-Local): Explain the meaning of
1564 permanent local variables.
1565
67ab0163
GM
1566 * files.texi (Visiting Functions): Document find-file-literally,
1567 both the command and the variable.
1568
1569 * variables.texi (Creating Buffer-Local): Explain the meaning of
1570 permanent local variables.
1571
15722011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1573
1574 * keymaps.texi (Remapping Commands): Mention how to undo it.
1575
bfcb151a
RT
15762011-02-09 Reuben Thomas <rrt@sc3d.org>
1577
1578 * loading.texi (Hooks for Loading): Remove unnecessary advice
1579 about eval-after-load (Bug#7986).
1580
a41c8660
CY
15812011-02-05 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * commands.texi (Accessing Mouse): Note that a header line is not
1584 included in the row of posn-col-row.
1585
e0dd6837
CY
15862011-02-02 Chong Yidong <cyd@stupidchicken.com>
1587
1588 * modes.texi (Major Mode Conventions): Add face guidelines.
1589 (Faces for Font Lock): List faces in order of prominence.
1590
a4180391
PE
15912011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1592
1593 format-time-string now supports subsecond time stamp resolution
1594 * os.texi (Time Parsing): Document %N.
1595
7427eb97
CY
15962011-01-28 Chong Yidong <cyd@stupidchicken.com>
1597
61db307f
CY
1598 * vol1.texi (Top):
1599 * vol2.texi (Top):
1600 * elisp.texi (Top):
1601 * display.texi (Display Property): Shorten the menu description of
1602 the "Other Display Specs" node (Bug#7816).
1603
7427eb97
CY
1604 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1605 menu item" concept index entries (Bug#7805).
1606
bf3dae7e
EZ
16072011-01-29 Eli Zaretskii <eliz@gnu.org>
1608
1609 * makefile.w32-in (texinfodir): New variable.
1610 (usermanualdir): Remove as redundant with $(emacsdir).
1611 (MAKEINFO): Remove options, leave only program name.
1612 (MAKEINFO_OPTS): New variable.
1613 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1614
06d8ace5 16152011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1616 Richard Kim <emacs18@gmail.com>
1617
1618 * loading.texi (Library Search): Document list-load-path-shadows
1619 (Bug#7757).
1620
06d8ace5 16212011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1622
1623 * searching.texi (Regexp Special): Remove outdated discussion of
1624 character sets (Bug#7780).
1625
28a88153
CY
1626 * frames.texi (Pop-Up Menus): Document where menu title comes
1627 from (Bug#7684).
1628
06d8ace5 16292011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1630
1631 * display.texi (Making Buttons): Mention limitation of text buttons.
1632
a8e1e9ee
WL
16332011-01-23 Werner Lemberg <wl@gnu.org>
1634
1635 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1636 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1637 (ENVADD): New variable to control texi2dvi and texi2pdf.
1638
362b9d48
GM
16392011-01-15 Chong Yidong <cyd@stupidchicken.com>
1640
1641 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1642 Emacs manual.
1643
16442011-01-15 Eli Zaretskii <eliz@gnu.org>
1645
1646 * files.texi (Directory Names): Explain why FROM in
1647 directory-abbrev-alist should begin with \`. (Bug#7777)
1648
3fa173b4
SM
16492011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1652
7c420169 16532011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1654
1655 * modes.texi (Emulating Mode Line): Fix last change.
1656
7c420169 16572011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1658
1659 * modes.texi (Emulating Mode Line): Update documentation of
1660 format-mode-line according to changes that fixed bug #7587.
1661
80b33766
SM
16622010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * modes.texi (Derived Modes): Mention prog-mode.
1665
1666 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1667 of the key-binding-data cache since we don't use it any more.
1668
f49d1f52 16692010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1670
4bb49a92
EZ
1671 * processes.texi (Shell Arguments):
1672 * strings.texi (Creating Strings): Don't mention "shell commands";
1673 make it explicit that `split-string-and-unquote' and
1674 `combine-and-quote-strings' are mainly for working with arguments
1675 to call-process and start-process.
1676
3c73e30e
EZ
1677 * processes.texi (Shell Arguments): Fix documentation of
1678 `split-string-and-unquote'. Add indexing. (Bug#7563)
1679
f49d1f52 16802010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1681
1682 * modes.texi (Auto-Indentation): New section to document SMIE.
1683 (Major Mode Conventions):
1684 * text.texi (Mode-Specific Indent): Refer to it.
1685
f49d1f52 16862010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1687
1688 * display.texi (Other Display Specs): Document left-fringe and
1689 right-fringe display specs.
1690
f49d1f52 16912010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1692
1693 * backups.texi (Making Backups):
1694 * modes.texi (Example Major Modes): Use recommended coding style.
1695 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1696 define-derived-mode. Mention completion-at-point-functions.
1697
f49d1f52 16982010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1699
5dcb4c4e
SM
1700 * nonascii.texi (Converting Representations):
1701 Document byte-to-string.
e1115396 1702
ec1b9b17
GM
17032010-12-08 Glenn Morris <rgm@gnu.org>
1704
1705 * buffers.texi (Modification Time):
1706 verify-visited-file-modtime now defaults to the current buffer.
1707
07976ae3 17082010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1709
ec1b9b17 1710 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1711
1712 * strings.texi (Creating Strings): Don't mention semi-obsolete
1713 function char-to-string.
1714 (String Conversion): Shorten discussion of semi-obsolete function
1715 string-to-char. Link to Converting Representations.
1716
1717 * objects.texi (Symbol Type):
1718 * text.texi (Near Point):
1719 * help.texi (Help Functions):
1720 * functions.texi (Mapping Functions): Use string instead of
1721 char-to-string in examples.
1722
07976ae3 17232010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1724
1725 * text.texi (Kill Functions, Kill Functions)
1726 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1727 YANK-HANDLER args.
1728
1729 * symbols.texi (Creating Symbols): Using unintern without an
1730 obarray arg is now obsolete.
1731
1732 * numbers.texi (Float Basics): Document float-e and float-pi.
1733
1734 * variables.texi (Defining Variables): Change "pi" example to
1735 "float-pi".
1736
8547874a
EZ
17372010-11-26 Eli Zaretskii <eliz@gnu.org>
1738
1739 * commands.texi (Click Events): Document the values of X, Y and
1740 COL, ROW in the event's position, when the click is on the header
1741 or mode line, on the fringes, or in the margins.
1742
4a47c275 17432010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1744
5b05d75b
EZ
1745 * customize.texi (Composite Types): Lower-case index entry.
1746
5dcb4c4e
SM
1747 * loading.texi (How Programs Do Loading):
1748 Document load-file-name. (Bug#7346)
c7926fe2 1749
4a47c275 17502010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1751
1752 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1753
0eb025fb
EZ
17542010-11-13 Eli Zaretskii <eliz@gnu.org>
1755
1756 * display.texi (Usual Display): Characters with no fonts are not
1757 necessarily displayed as empty boxes.
1758
2699a554 17592010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1760
1761 * maps.texi (Standard Keymaps): Update File menu description.
1762
8289f37b
GM
17632010-10-28 Glenn Morris <rgm@gnu.org>
1764
1765 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1766
5793a7bc 17672010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1768
1769 * display.texi (Window Systems): Deprecate use of window-system as
1770 a predicate.
1771
17284e30
GM
17722010-10-23 Glenn Morris <rgm@gnu.org>
1773
1774 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1775 sorted-doc.
1776
00f113eb
JB
17772010-10-15 Eli Zaretskii <eliz@gnu.org>
1778
1779 * os.texi (Dynamic Libraries): New node, with slightly modified
1780 text deleted from "Image Formats".
1781 (System Interface): Add @menu entry for "Dynamic Libraries".
1782
1783 * display.texi (Image Formats): Remove description of
1784 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1785
07277eb8
GM
17862010-10-12 Glenn Morris <rgm@gnu.org>
1787
1788 * book-spine.texinfo: Rename to book-spine.texi.
1789
c12e4a81
GM
17902010-10-11 Glenn Morris <rgm@gnu.org>
1791
df187c62
GM
1792 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1793
c12e4a81 1794 * Makefile.in (DVIPS): New variable.
234db610
GM
1795 (.PHONY): Add html, ps.
1796 (html, elisp.html, ps, elisp.ps): New targets.
1797 (clean): Delete html, ps files.
1798 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1799
6513b232
EZ
18002010-10-09 Eli Zaretskii <eliz@gnu.org>
1801
1802 * makefile.w32-in (emacsdir): New variable.
1803 (srcs): Add emacsver.texi.
1804 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1805
abd40fb4
GM
18062010-10-09 Glenn Morris <rgm@gnu.org>
1807
c1dc72b3
GM
1808 * Makefile.in (VPATH): Remove.
1809 (infodir): Make it absolute.
1810 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1811
4393405b
GM
1812 * Makefile.in (dist): Anchor regexps.
1813
eef3ab94
GM
1814 * Makefile.in (srcs): Put elisp.texi first.
1815 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1816
aa9db089
GM
1817 * Makefile.in (infoclean): Remove harmless, long-standing error.
1818
abd40fb4
GM
1819 * Makefile.in ($(infodir)): Delete rule.
1820 (mkinfodir): New.
1821 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1822
68db69ed 1823 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1824 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1825
ea274122
GM
18262010-10-09 Glenn Morris <rgm@gnu.org>
1827
f7a31f11
GM
1828 * Makefile.in (emacsdir): New variable.
1829 (MAKEINFO): Add -I $emacsdir.
1830 (dist): Copy emacsver.texi.
b13254e7
GM
1831 (srcs): Add emacsver.texi.
1832
f7a31f11
GM
1833 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1834 Set EMACSVER by including emacsver.texi.
1835
ea274122
GM
1836 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1837
17ca7950
GM
18382010-10-07 Glenn Morris <rgm@gnu.org>
1839
1840 * Makefile.in (version): New, set by configure.
1841 (clean): Delete dist tar file.
1842 (dist): Use version in tar name.
1843
4c83f6e1
GM
18442010-10-06 Glenn Morris <rgm@gnu.org>
1845
1846 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1847 (INSTALL_INFO): Remove unused variable.
1848 (mostlyclean, infoclean, dist): New rules.
1849 (clean): Delete dvi and pdf files.
1850 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1851 ($(infodir)): Add parallel build workaround.
4c83f6e1 1852
0264072d
GM
18532010-10-04 Glenn Morris <rgm@gnu.org>
1854
1855 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1856 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1857 Fix -I typo.
0264072d
GM
1858 (clean): No 'make.out' or 'core' files.
1859 (.PHONY): Declare clean rules.
1860 (maintainer-clean): Delete pdf file. Guard against cd failures.
1861
77f38949
GM
18622010-10-03 Glenn Morris <rgm@gnu.org>
1863
1864 * files.texi (File Name Components): Remove ignored section about
1865 deleted variable directory-sep-char.
1866
178fdd41
MA
18672010-10-03 Michael Albinus <michael.albinus@gmx.de>
1868
1869 * files.texi (Magic File Names): New defopt
1870 remote-file-name-inhibit-cache.
1871
9c524fcb
GM
18722010-10-02 Glenn Morris <rgm@gnu.org>
1873
1874 * os.texi (Killing Emacs): Hook now runs in batch mode.
1875
f816790b
SM
18762010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * text.texi (Special Properties): Clarify when modification-hooks run.
1879
7cf78aac
SM
18802010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 * syntax.texi (Syntax Flags): Document new `c' flag.
1883
ca0d44e4
GM
18842010-09-09 Glenn Morris <rgm@gnu.org>
1885
1886 * display.texi (ImageMagick Images): General cleanup.
1887
10999305 18882010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1889
1890 * files.texi (Directory Names): Use \` rather than ^.
1891
45240125
JD
18922010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1893
1894 * text.texi (Low-Level Kill Ring):
1895 * frames.texi (Window System Selections): Remove cut buffer
1896 documentation.
1897
4abe5bf6
EZ
18982010-08-28 Eli Zaretskii <eliz@gnu.org>
1899
1900 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1901 Parameters", where the default fringe width is described.
1902
1903 * frames.texi (Window Frame Parameters, Basic Parameters)
1904 (Position Parameters, Layout Parameters, Management Parameters)
1905 (Cursor Parameters, Font and Color Parameters): Add indexing for
1906 frame parameters. (Bug#6929)
1907
fdc76236
TT
19082010-08-25 Tom Tromey <tromey@redhat.com>
1909
1910 * vol2.texi (Top): Update.
1911 * vol1.texi (Top): Update.
1912 * tips.texi (Library Headers): Mention Package-Version and
1913 Package-Requires.
1914 * package.texi: New file.
1915 * os.texi (System Interface): Update pointers.
1916 * elisp.texi (Top): Link to new nodes. Include package.texi.
1917 * anti.texi (Antinews): Update pointers.
1918
1e5c1c80
EZ
19192010-08-25 Eli Zaretskii <eliz@gnu.org>
1920
1921 * processes.texi (Filter Functions): Fix last change.
1922
78e33835
CY
19232010-08-24 Markus Triska <triska@gmx.at>
1924
1925 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1926 of `buffer-name' in the main text as well as in the example
1927 (Bug#3098).
1928
198a7a97
CY
19292010-08-22 Chong Yidong <cyd@stupidchicken.com>
1930
1931 * nonascii.texi (Text Representations):
1932 * loading.texi (Loading Non-ASCII):
1933 * compile.texi (Byte Compilation): Don't mention obsolete
1934 --unibyte command-line argument.
1935
bc7d7ea6
CY
19362010-08-22 Chong Yidong <cyd@stupidchicken.com>
1937
1938 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1939
b0126eac 19402010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1941
1942 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1943
e8a6cc19
EZ
19442010-08-20 Eli Zaretskii <eliz@gnu.org>
1945
1946 * commands.texi (Misc Events): Add cross-references to where
1947 POSITION of a mouse event is described in detail.
1948
c4e7c63a 19492010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1950
c4e7c63a 1951 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1952
7815fe19 19532010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1954
1955 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1956 Suggested by Štěpán Němec <stepnem@gmail.com>.
1957
7815fe19 19582010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1959
1960 * minibuf.texi (High-Level Completion): Document args of
1961 `read-buffer-function' (bug#5625).
1962
8b2dd508
JD
19632010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1964
1965 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1966
bace45fe
MA
19672010-07-29 Michael Albinus <michael.albinus@gmx.de>
1968
1969 * processes.texi (Process Information): Explain process property
1970 `remote-tty'.
1971
4ce5a4cc
JB
19722010-07-27 Juanma Barranquero <lekktu@gmail.com>
1973
1974 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1975 instead of "\C-\^?" (bug#6334).
1976
1c84bc7a
JB
1977 * text.texi (Special Properties): Fix typo.
1978
b88746ba
EZ
19792010-07-09 Eli Zaretskii <eliz@gnu.org>
1980
1981 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1982 calling sequences, which are now the standard.
1983
51422d6d
CY
19842010-06-24 Chong Yidong <cyd@stupidchicken.com>
1985
1986 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1987
1988 * commands.texi (Command Overview): Mention undo-boundary call.
1989
d24880de
GM
19902010-06-23 Glenn Morris <rgm@gnu.org>
1991
1992 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1993 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1994 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1995 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1996 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1997 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1998 Untabify Texinfo files.
1999
0fc76035
CY
20002010-06-20 Chong Yidong <cyd@stupidchicken.com>
2001
2002 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2003
5338dc0b
CY
20042010-06-19 Chong Yidong <cyd@stupidchicken.com>
2005
a628ad9d 2006 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2007
2c3a3c1d
CY
20082010-06-02 Chong Yidong <cyd@stupidchicken.com>
2009
ba3bf1d9
CY
2010 * searching.texi (Regexp Special): Remove obsolete information
2011 about matching non-ASCII characters, and suggest using char
2012 classes (Bug#6283).
2c3a3c1d 2013
7f4b4249
JB
20142010-05-30 Juanma Barranquero <lekktu@gmail.com>
2015
2016 * minibuf.texi (Basic Completion): Add missing "@end defun".
2017
637821cd
SM
20182010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * minibuf.texi (Basic Completion): Document completion-boundaries.
2021 (Programmed Completion): Document the new fourth method for boundaries.
2022
e13051c3
CY
20232010-05-22 Chong Yidong <cyd@stupidchicken.com>
2024
a628ad9d 2025 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2026
0235128c 20272010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2028
2029 * windows.texi (Textual Scrolling):
2030 * tips.texi (Coding Conventions):
2031 * minibuf.texi (Minibuffer History):
2032 * maps.texi (Standard Keymaps):
2033 * loading.texi (Where Defined):
2034 * edebug.texi (Instrumenting): Fix typos.
2035
0235128c 20362010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2037
c7c32279
CY
2038 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2039
0235128c
SM
2040 * functions.texi (Obsolete Functions):
2041 Document set-advertised-calling-convention.
eb5ed549
CY
2042
2043 * minibuf.texi (Basic Completion): Document completion-in-region.
2044 (Programmed Completion): Document completion-annotate-function.
2045
2046 * commands.texi (Reading One Event): Document read-key.
2047 (Distinguish Interactive): Document KIND arg to
2048 called-interactively-p. Delete obsolete interactive-p.
2049
2050 * elisp.texi (Top): Update node description.
2051
f8848423
EZ
20522010-05-08 Eli Zaretskii <eliz@gnu.org>
2053
0235128c
SM
2054 * nonascii.texi (Character Properties):
2055 Document unicode-category-table. Add an index entry for Unicode
2056 general category.
2057
20582010-05-07 Chong Yidong <cyd@stupidchicken.com>
2059
2060 * Version 23.2 released.
f8848423 2061
938efb77
JB
20622010-04-20 Juanma Barranquero <lekktu@gmail.com>
2063
2064 * locals.texi (Standard Buffer-Local Variables):
2065 Remove @ignore'd reference to `direction-reversed'.
2066
5854c267
JL
20672010-04-14 Juri Linkov <juri@jurta.org>
2068
2069 Fix @deffn without category.
2070
2071 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2072 for `abbrev-insert'.
2073
2074 * buffers.texi (Indirect Buffers): Add category `Command'
2075 to @deffn of `clone-indirect-buffer'.
2076
2077 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2078 for `next-window' and `previous-window'. Add category `Command'
2079 to @deffn of `pop-to-buffer'.
2080
8a14dec7
CY
20812010-04-01 Chong Yidong <cyd@stupidchicken.com>
2082
2083 * nonascii.texi (Text Representations): Don't mark
2084 enable-multibyte-characters as a user option.
2085
7a1831cf
EZ
20862010-03-31 Eli Zaretskii <eliz@gnu.org>
2087
2088 * control.texi (Handling Errors): How to re-throw a signal caught
2089 by condition-case.
2090
c3863713
CY
20912010-03-26 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * loading.texi (Hooks for Loading): Document after-load-functions.
2094 Copyedits.
2095
c333f279
AM
20962010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2097
2098 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2099
e867cb5d 21002010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2101
2102 * processes.texi (Network Processes): Document seqpacket type.
2103
605f35cd
DN
21042010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2105
2106 * os.texi (System Environment): Do not mention lynxos.
2107
288f9fc0
CY
21082010-03-10 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * Branch for 23.2.
2111
eed5c93a
CY
21122010-03-06 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * objects.texi (Integer Type): Take note of the read syntax
2115 exception for numbers that cannot fit in the integer type.
2116
1ddd6622
GM
21172010-03-03 Glenn Morris <rgm@gnu.org>
2118
2119 * numbers.texi (Integer Basics, Bitwise Operations):
2120 * objects.texi (Integer Type): Update for integers now being 30-bit.
2121
a908c79a
CY
21222010-02-27 Chong Yidong <cyd@stupidchicken.com>
2123
2124 * display.texi (Low-Level Font): Document :otf font-spec property.
2125
cd61af01
SM
21262010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * display.texi (Line Height): Avoid obsolete special default variables
2129 like default-major-mode.
2130
c02f8fe2
AM
21312010-01-28 Alan Mackenzie <acm@muc.de>
2132
2133 * display.texi (Auto Faces): Say fontification-functions is called
2134 whether or not Font Lock is enabled. Tidy up the wording a bit.
2135
d738d18b
CY
21362010-01-17 Chong Yidong <cyd@stupidchicken.com>
2137
2138 * elisp.texi: Remove duplicate edition information (Bug#5407).
2139
4963739e
JB
21402010-01-17 Juanma Barranquero <lekktu@gmail.com>
2141
2142 * two.el (volume-header-toc-markup): Fix typos in docstring.
2143
c57008f6
SM
21442010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 Avoid dubious uses of save-excursions.
2147 * positions.texi (Excursions): Recommend the use of
2148 save-current-buffer if applicable.
2149 * text.texi (Clickable Text): Fix the example code which used
2150 save-excursion in a naive way which sometimes preserves point and
2151 sometimes not.
2152 * variables.texi (Creating Buffer-Local):
2153 * os.texi (Session Management):
2154 * display.texi (GIF Images):
2155 * control.texi (Cleanups): Use (save|with)-current-buffer.
2156
2f3725cd
EZ
21572010-01-02 Eli Zaretskii <eliz@gnu.org>
2158
2159 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2160
85eeac93
CY
21612010-01-02 Chong Yidong <cyd@stupidchicken.com>
2162
2163 * nonascii.texi (Text Representations, Character Codes)
2164 (Converting Representations, Explicit Encoding)
2165 (Translation of Characters): Use hex notation consistently.
2166 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2167
4801c5fa
CY
21682010-01-01 Chong Yidong <cyd@stupidchicken.com>
2169
2170 * loading.texi (Where Defined): Make it clearer that these are
2171 loaded files (Bug#5068).
2172
26e533e2
CY
21732009-12-29 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * minibuf.texi (Completion Styles): Document `initials' style.
2176
16d1ff5f
CY
21772009-12-25 Chong Yidong <cyd@stupidchicken.com>
2178
2179 * frames.texi (Resources): Describe inhibit-x-resources.
2180 (Size Parameters): Copyedit.
2181
2182 * hash.texi (Creating Hash):
2183 * objects.texi (Hash Table Type): Document the new hash table
2184 printed representation.
2185
2186 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2187 obsolete.
2188
5dcb4c4e
SM
2189 * processes.texi (Process Buffers):
2190 Document process-kill-buffer-query-function.
16d1ff5f 2191
9a5de3d9
GM
21922009-12-05 Glenn Morris <rgm@gnu.org>
2193
2194 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2195 diary-display-function, and no longer recommended to be a hook.
2196 Update for changes in the names of calendar and diary hooks.
2197 diary-print-entries-hook has changed section.
2198
b640eb52
EZ
21992009-11-28 Eli Zaretskii <eliz@gnu.org>
2200
2201 * text.texi (Special Properties): More accurate description of
2202 what the `cursor' property does.
2203
be1674ab
KR
22042009-11-26 Kevin Ryde <user42@zip.com.au>
2205
2206 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2207 mouse-wheel-down-event, the closest thing to a definition for them.
2208 * os.texi (Startup Summary): vindex inhibit-startup-message and
2209 inhibit-splash-screen.
2210 (Command-Line Arguments): vindex argv.
2211 (Suspending Emacs): vindex suspend-tty-functions and
2212 resume-tty-functions. Don't want to index every hook, but having
2213 the programming ones is helpful.
2214
603f5979
CY
22152009-11-14 Chong Yidong <cyd@stupidchicken.com>
2216
2217 * commands.texi (Motion Events): Fix typo (Bug#4907).
2218
4359a806
CY
22192009-11-08 Chong Yidong <cyd@stupidchicken.com>
2220
2221 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2222 are affected by case-fold-search (Bug#4483).
2223
0f063651
CY
22242009-11-02 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * minibuf.texi (Reading File Names): Note that read-file-name may
2227 use a graphical file dialog.
2228
9bd79893
GM
22292009-10-31 Glenn Morris <rgm@gnu.org>
2230
2231 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2232
ebe479ec
KR
22332009-10-16 Kevin Ryde <user42@zip.com.au>
2234
2235 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2236 in particular so `info-lookup-symbol' can find its docs.
2237
2640fa86
CY
22382009-10-16 Chong Yidong <cyd@stupidchicken.com>
2239
2240 * variables.texi (Constant Variables): Distinguish from defconst
2241 variables.
2242 (Defining Variables): Add cindex.
2243
edd6a733
CY
22442009-10-15 Chong Yidong <cyd@stupidchicken.com>
2245
2246 * os.texi (Time of Day): Clarify that the microsecond part is
2247 ignored (Bug#4637).
2248
5feb0b73
GM
22492009-10-11 Glenn Morris <rgm@gnu.org>
2250
2251 * frames.texi (Size and Position): Clarify what is included in the frame
2252 height. (Bug#4535)
2253
0c5413c8
GM
22542009-10-10 Glenn Morris <rgm@gnu.org>
2255
2256 * windows.texi (Size of Window): The relationship between window and
2257 frame heights is not so simple. (Bug#4535)
2258 Mention window-full-height-p.
2259
7f8b600a
SM
22602009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2263 used from Lisp.
2264
6185de1c
EZ
22652009-10-07 Eli Zaretskii <eliz@gnu.org>
2266
7f8b600a
SM
2267 * files.texi (Directory Names) <abbreviate-file-name>:
2268 Document that root home directories are not replaced with "~".
6185de1c 2269
9972911f
EZ
22702009-10-06 Eli Zaretskii <eliz@gnu.org>
2271
2272 * text.texi (Special Properties): Document the meaning of the
2273 `cursor' text property whose value is an integer.
2274
2a3f19ef
MA
22752009-10-05 Michael Albinus <michael.albinus@gmx.de>
2276
2277 * files.texi (Magic File Names): Add `copy-directory'.
2278
804543b5
EZ
22792009-10-05 Eli Zaretskii <eliz@gnu.org>
2280
2281 * files.texi (File Attributes): Fix description of file
2282 attributes. (Bug#4638) Update attributes of files.texi example to
2283 be more representative.
2284
461bf92b
MA
22852009-10-05 Michael Albinus <michael.albinus@gmx.de>
2286
2287 * files.texi (Create/Delete Dirs): New command copy-directory.
2288
a86cd395
JB
22892009-10-04 Juanma Barranquero <lekktu@gmail.com>
2290
2291 * anti.texi (Antinews):
2292 * macros.texi (Indenting Macros):
2293 * strings.texi (Creating Strings, Case Conversion):
2294 Remove duplicate words.
2295
d3080264
MA
22962009-10-01 Michael Albinus <michael.albinus@gmx.de>
2297
2298 * files.texi (Create/Delete Dirs): delete-directory has an
2299 optional parameter RECURSIVE.
2300
85d14563
SM
23012009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2302
2303 * buffers.texi (Swapping Text): Minor clarification.
2304
3d9842c6
GM
23052009-10-01 Glenn Morris <rgm@gnu.org>
2306
2307 * functions.texi (Declaring Functions): Mention that we also search for
2308 ".m" files in the src/ directory.
2309
78427304
CY
23102009-09-25 David Engster <deng@randomsample.de>
2311
3d9842c6 2312 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2313
b578c9cc
GM
23142009-09-22 Glenn Morris <rgm@gnu.org>
2315
2316 * internals.texi (Building Emacs): Mention preloaded-file-list.
2317
beee5da7
AM
23182009-09-14 Alan Mackenzie <acm@muc.de>
2319
2320 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2321
5d6ab672
CY
23222009-09-13 Chong Yidong <cyd@stupidchicken.com>
2323
2324 * functions.texi (Anonymous Functions): Rearrange discussion,
2325 giving usage of unquoted lambda forms first. Mention that
2326 `function' and `#'' are no longer required (Bug#4290).
2327
59375eeb
AM
23282009-09-11 Alan Mackenzie <acm@muc.de>
2329
a86cd395 2330 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2331 batch mode.
2332
e7e2f529
GM
23332009-09-01 Glenn Morris <rgm@gnu.org>
2334
2335 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2336
eae47088
GM
23372009-08-26 Ulrich Mueller <ulm@gentoo.org>
2338
2339 * nonascii.texi (Character Codes): Fix typos.
2340
3691a0a6
MA
23412009-08-25 Michael Albinus <michael.albinus@gmx.de>
2342
2343 * processes.texi (Synchronous Processes): New defvar
2344 process-file-side-effects.
2345
664d56b8
GM
23462009-08-25 Glenn Morris <rgm@gnu.org>
2347
2348 * display.texi (Fontsets): Fix typo.
2349
0706c025
GM
2350 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2351
03a74b84
SM
23522009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * processes.texi (Asynchronous Processes): Adjust arglist of
2355 start-process-shell-command and start-file-process-shell-command.
2356
f6de8a37
CY
23572009-08-15 Chong Yidong <cyd@stupidchicken.com>
2358
4b1ed1bb
CY
2359 * advice.texi (Argument Access in Advice): Note that argument
2360 positions are zero-based (Bug#3932).
2361
89a9e058
CY
2362 * commands.texi (Distinguish Interactive): Minor copyedit.
2363
23696fd7
CY
2364 * display.texi (Face Attributes): Add xref to Displaying Faces for
2365 explanation of "underlying face".
2366
f6de8a37
CY
2367 * customize.texi (Common Keywords): Add xref to Loading.
2368
2369 * loading.texi (How Programs Do Loading): Add xref to Lisp
2370 Libraries node in the Emacs manual.
2371
417f77e6
CY
23722009-08-13 Chong Yidong <cyd@stupidchicken.com>
2373
2374 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2375
0999039c
CY
23762009-07-18 Chong Yidong <cyd@stupidchicken.com>
2377
2378 * processes.texi (Shell Arguments): Copyedits.
2379
9af167bc
GM
23802009-07-18 Glenn Morris <rgm@gnu.org>
2381
2382 * loading.texi (Repeated Loading): Fix typo.
2383
137987ab
RS
23842009-07-16 Richard Stallman <rms@gnu.org>
2385
2386 * buffers.texi (Swapping Text): Recommend setting
2387 write-region-annotate-functions and buffer-saved-size.
2388
2389 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2390
622fa380
GM
23912009-07-15 Glenn Morris <rgm@gnu.org>
2392
2393 * edebug.texi: Minor re-phrasings throughout.
2394 (Edebug Execution Modes): Sit-for affects continue mode too.
2395 (Jumping): Use `forward-sexp' rather than its keybinding.
2396 (Edebug Misc): Fix Q binding.
2397 (Edebug Eval): Remove cl version.
2398 (Printing in Edebug): Clarify print-length etc.
2399 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2400 (Specification List): Remove edebug-unwrap findex entry.
2401 (Specification Examples): defmacro is actually not the same as defun.
2402 Escape "`" in example.
2403
6bbd4600
CY
24042009-07-15 Chong Yidong <cyd@stupidchicken.com>
2405
2406 * markers.texi (The Mark): Document optional arg to
2407 deactivate-mark.
2408
e538d479
GM
24092009-07-11 Kevin Ryde <user42@zip.com.au>
2410
2411 * hooks.texi (Standard Hooks): Fix cross-references.
2412
4c98b9ed
GM
2413 * loading.texi (Named Features): Refer to eval-after-load.
2414
5300838c
GM
24152009-07-11 Glenn Morris <rgm@gnu.org>
2416
64fbeb16
GM
2417 * Makefile.in (TEXI2PDF): New.
2418 (elisp.pdf): New target.
2419
4c98b9ed
GM
2420 * searching.texi (Regexp Backslash): Fix typo.
2421
2422 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2423
51d9979c
GM
24242009-07-10 Glenn Morris <rgm@gnu.org>
2425
561c0216
GM
2426 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2427
5b594a58
GM
2428 * customize.texi (Customization Types):
2429 * display.texi (Abstract Display):
0cc8c85a 2430 * objects.texi (Character Type, String Type):
5b594a58 2431 Merge in some menu descriptions from elisp.texi.
51d9979c 2432
c3cbbb40
GM
2433 * hash.texi (Hash Tables):
2434 * modes.texi (Multiline Font Lock):
2435 End menu description with period.
fe42c16a 2436
28528402
GM
24372009-07-09 Glenn Morris <rgm@gnu.org>
2438
2439 * back.texi: Don't hard-code texinfo location.
2440
2441 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2442 (tex): Add texinfodir to TEXINPUTS.
2443 (elisp1med-init, elisp2med-init): Use texinfodir.
2444
2445 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2446 (clean): Add two-volume.make intermediate files.
2447
2448 * elisp.texi, vol1.texi, vol2.texi:
2449 Use a DATE variable with the publication date, and update it.
2450 Fix antinews menu description.
2451
2452 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2453 Update the detailed node listing to match elisp.texi.
2454
2455 * README: Update edition to match elisp.texi.
2456
2457 * objects.texi (General Escape Syntax):
2458 * nonascii.texi (Character Sets):
2459 Use consistent case for "Unicode Standard".
2460
2461 * anti.texi (Antinews):
2462 * customize.texi (Variable Definitions):
2463 * functions.texi (Declaring Functions):
2464 * nonascii.texi (Character Properties):
2465 * processes.texi (Serial Ports):
2466 * text.texi (Special Properties):
2467 * tips.texi (Coding Conventions):
2468 Minor rearrangements to improve TeX line-filling.
2469
2470 * commands.texi (Using Interactive): Fix cross-reference.
2471
17db8e10
JD
24722009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2473
2474 * frames.texi (Management Parameters): Mention sticky.
2475
77c7e2e1
AS
24762009-07-01 Andreas Schwab <aschwab@redhat.com>
2477
2478 * help.texi (Help Functions): Fix description of help-buffer and
2479 help-setup-xref to use @defun instead of @deffn.
2480
3f1c6666
JD
24812009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2482
2483 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2484
ca27c21b
CY
24852009-06-24 Chong Yidong <cyd@stupidchicken.com>
2486
2487 * display.texi (Window Systems): Add ns to the list.
2488
70243478
CY
24892009-06-21 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * Branch for 23.1.
2492
df006536
MR
24932009-06-17 Martin Rudalics <rudalics@gmx.at>
2494
2495 * windows.texi (Dedicated Windows): Fix typo.
2496 (Resizing Windows): Replace @defun by @deffn.
2497
d259fc4b
GM
24982009-06-17 Glenn Morris <rgm@gnu.org>
2499
2500 * variables.texi (Directory Local Variables):
2501 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2502
30781db6
KH
25032009-06-09 Kenichi Handa <handa@m17n.org>
2504
2505 * nonascii.texi (Character Sets): State clearly that FROM and TO
2506 are codepoints of CHARSET.
2507
62e8099c
CY
25082009-06-07 Chong Yidong <cyd@stupidchicken.com>
2509
2510 * minibuf.texi (Reading File Names): Fix introductory text.
2511 Suggested by stan@derbycityprints.com.
2512 (High-Level Completion): Fix typo.
2513
ee1b1917
CY
25142009-05-28 Chong Yidong <cyd@stupidchicken.com>
2515
2516 * frames.texi (Text Terminal Colors): Multi-tty is already
2517 implemented, but tty-local colors are not.
2518
5df647e8
CY
25192009-05-27 Chong Yidong <cyd@stupidchicken.com>
2520
2521 * hooks.texi (Standard Hooks): Remove mention of obsolete
2522 redisplay-end-trigger-functions.
2523
2524 * internals.texi (Window Internals): Remove mention of obsolete
2525 redisplay-end-trigger-functions.
2526
01f17ae2
MR
25272009-05-21 Martin Rudalics <rudalics@gmx.at>
2528
2529 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2530
2531 * backups.texi (Making Backups): backup-directory-alist and
2532 make-backup-file-name-function are options.
2533 (Auto-Saving): auto-save-list-file-prefix is an option.
2534
2535 * buffers.texi (Killing Buffers): buffer-offer-save is an
2536 option.
2537
2538 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2539 option.
2540 (Echo Area Customization): echo-keystrokes is an option.
2541 (Selective Display): selective-display-ellipses is an option.
2542 (Temporary Displays): temp-buffer-show-function is an option.
2543 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2544 are options.
2545 (Font Selection): face-font-family-alternatives,
2546 face-font-selection-order, face-font-registry-alternatives, and
2547 scalable-fonts-allowed are options.
2548 (Fringe Indicators): indicate-buffer-boundaries is an option.
2549 (Fringe Cursors): overflow-newline-into-fringe is an option.
2550 (Scroll Bars): scroll-bar-mode is an option.
2551
2552 * eval.texi (Eval): max-lisp-eval-depth is an option.
2553
2554 * files.texi (Visiting Functions): find-file-hook is an option.
2555 (Directory Names): directory-abbrev-alist is an option.
2556 (Unique File Names): temporary-file-directory and
2557 small-temporary-file-directory are options.
2558
2559 * frames.texi (Initial Parameters): initial-frame-alist,
2560 minibuffer-frame-alist and default-frame-alist are options.
2561 (Cursor Parameters): blink-cursor-alist and
2562 cursor-in-non-selected-windows ar options.
2563 (Window System Selections): selection-coding-system is an
2564 option.
2565 (Display Feature Testing): display-mm-dimensions-alist is an
2566 option.
2567
2568 * help.texi (Help Functions): help-char and help-event-list are
2569 options.
2570
2571 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2572 an option.
2573
2574 * minibuf.texi (Minibuffer History): history-length and
2575 history-delete-duplicates are options.
2576 (High-Level Completion): read-buffer-function and
2577 read-buffer-completion-ignore-case are options.
2578 (Reading File Names): read-file-name-completion-ignore-case is
2579 an option.
2580
2581 * modes.texi (Mode Line Top): mode-line-format is an option.
2582 (Mode Line Variables): mode-line-position and mode-line-modes
2583 are options.
2584
2585 * nonascii.texi (Text Representations):
2586 enable-multibyte-characters is an option.
2587 (Default Coding Systems): auto-coding-regexp-alist,
2588 file-coding-system-alist, auto-coding-alist and
2589 auto-coding-functions are options.
2590 (Specifying Coding Systems): inhibit-eol-conversion is an
2591 option.
2592
2593 * os.texi (Init File): site-run-file is an option.
2594 (System Environment): mail-host-address is an option.
2595 (User Identification): user-mail-address is an option.
2596 (Terminal Output): baud-rate is an option.
2597
2598 * positions.texi (Word Motion): words-include-escapes is an
2599 option.
2600
2601 * searching.texi (Standard Regexps): page-delimiter,
2602 paragraph-separate, paragraph-separate and sentence-end are
2603 options.
2604
2605 * text.texi (Margins): left-margin and fill-nobreak-predicate
2606 are options.
2607
2608 * variables.texi (Local Variables): max-specpdl-size is an
2609 option.
2610
2611 * windows.texi (Choosing Window):
2612 split-window-preferred-function, special-display-function and
2613 display-buffer-function are options.
2614
106e6894
CY
26152009-05-20 Chong Yidong <cyd@stupidchicken.com>
2616
4a83454d
CY
2617 Fix errors spotted by Martin Rudalics.
2618
106e6894
CY
2619 * syntax.texi (Position Parse): Document rationale for ignored
2620 arguments to syntax-ppss-flush-cache.
2621
2622 * processes.texi (Input to Processes): Mark PROCESS arg to
2623 process-running-child-p as optional.
2624 (Network Options): Document NO-ERROR arg to
2625 set-network-process-option.
2626
2627 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2628 command.
2629
2630 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2631 posix-search-backward as commands.
2632
2633 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2634 (Suspending Emacs): Mark suspend-emacs as a command.
2635 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2636 commands.
5dcb4c4e
SM
2637 (Terminal Output): Remove obsolete function baud-rate.
2638 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2639
2640 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2641 terminal-coding-system and set-terminal-coding-system.
2642 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2643 as optional.
2644 (Character Sets): Document RESTRICTION arg of char-charset.
2645 (Character Codes): Mark POS argument to get-byte as optional.
2646
2647 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2648 minibuffer-message.
2649
2650 * files.texi (Create/Delete Dirs): Mark make-directory and
2651 delete-directory as commands.
2652
2653 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2654
2655 * text.texi (Base 64): Mark base64-decode-string and
2656 base64-encode-string as commands.
2657 (Columns): Mark move-to-column as a command.
2658 (Mode-Specific Indent): Document RIGID arg to
2659 indent-for-tab-command.
2660 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2661 Mark indent-code-rigidly as a command.
2662 (Substitution): Mark translate-region as a command.
2663
2664 * frames.texi (Size and Position): Remove obsolete functions
2665 screen-height and screen-width.
2666
04173931
CY
26672009-05-19 Chong Yidong <cyd@stupidchicken.com>
2668
2669 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2670 (Displaying Buffers, Resizing Windows): Correct mistakes;
2671 next-window, previous-window, and pop-to-buffer are not commands,
2672 and fit-window-to-buffer" is a command. (Pointed out by Martin
2673 Rudalics.)
2674
eae7d8f8
RS
26752009-05-17 Richard M Stallman <rms@gnu.org>
2676
2677 * modes.texi (Precalculated Fontification): Clarify text.
2678
b8766179
MR
26792009-05-17 Martin Rudalics <rudalics@gmx.at>
2680
2681 * windows.texi (Selecting Windows): Clarify descriptions of
2682 with-selected-window and get-lru-window.
2683 (Cyclic Window Ordering): Refer to particular frame when talking
2684 about how splitting affects the ordering.
2685 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2686 switch-to-buffer-other-window. Explain how setting of
2687 display-buffer-reuse-frames affects pop-to-buffer.
2688 (Choosing Window): Clarify some details in descriptions of
2689 display-buffer-reuse-frames, pop-up-frames, and
2690 pop-up-frame-function.
2691 (Dedicated Windows): Clarify some details.
2692 (Textual Scrolling): Replace term vscroll by term vertical
2693 scroll position.
2694 (Vertical Scrolling): Fix typo.
2695 (Window Hooks): Relate text on jit-lock-register to window
2696 scrolling and size changes.
2697
734b5e3b
CY
26982009-05-14 Chong Yidong <cyd@stupidchicken.com>
2699
0a65633e
CY
2700 * frames.texi (Initial Parameters): Clarify what the initial
2701 minibuffer frame is.
05be46d7
CY
2702 (Buffer Parameters): Note that the minibuffer parameter can not be
2703 altered.
0a65633e 2704
734b5e3b
CY
2705 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2706 Document display-buffer changes.
2707
925672cd
CY
27082009-05-13 Chong Yidong <cyd@stupidchicken.com>
2709
17ecd7af
CY
2710 * anti.texi (Antinews): Rewrite for Emacs 22.
2711
925672cd
CY
2712 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2713 obarrays are first mentioned. Define "system abbrev" more
2714 prominently, and add it to the index.
2715 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2716 Copyedits.
2717 (Abbrev Expansion): Document abbrev-insert.
2718
80be4dd7
CY
27192009-05-12 Chong Yidong <cyd@stupidchicken.com>
2720
2721 * frames.texi (Font and Color Parameters): Rename from Color
2722 Parameters. Document font-backend parameter.
2723
2724 * vol2.texi (Top): Update node listing.
2725 * vol1.texi (Top): Update node listing.
2726 * elisp.texi (Top): Update node listing.
2727
372a93ac
MR
27282009-05-11 Martin Rudalics <rudalics@gmx.at>
2729
2730 * windows.texi (Choosing Window): Don't explicitly refer to
2731 split-window-sensibly's window argument in descriptions of
2732 split-height-threshold and split-width-threshold.
2733
714c3541
MR
27342009-05-10 Martin Rudalics <rudalics@gmx.at>
2735
2736 * windows.texi (Choosing Window): Fix rewrite of window
2737 splitting section.
2738
0e90e7be
EZ
27392009-05-09 Eli Zaretskii <eliz@gnu.org>
2740
f4e90db0
SM
2741 * nonascii.texi (Default Coding Systems):
2742 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2743 Add indexing.
0e90e7be
EZ
2744 (Lisp and Coding Systems): Add index entries.
2745
d3c0c321
MR
27462009-05-09 Martin Rudalics <rudalics@gmx.at>
2747
2748 * windows.texi (Choosing Window): Describe split-window-sensibly
2749 and rewrite section on window splitting accordingly.
2750 (Textual Scrolling): Replace `...' by @code{...}.
2751
c773345a
CY
27522009-05-04 Chong Yidong <cyd@stupidchicken.com>
2753
ee2d5b5e
CY
2754 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2755 Remove obsoleted pre-abbrev-expand-hook.
2756
2757 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2758 entries.
2759
c773345a
CY
2760 * internals.texi (Object Internals): Don't assume 32-bit machines
2761 are the norm.
2762 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2763 (Window Internals): Synch field names to window.h.
2764 (Process Internals): Synch field names to process.h.
c773345a 2765
dd449674
CY
27662009-04-29 Chong Yidong <cyd@stupidchicken.com>
2767
2768 * variables.texi (File Local Variables): Note that read-circle is
2769 bound to nil when reading file-local variables.
2770
2771 * streams.texi (Input Functions): Document read-circle.
2772 (Output Variables): Add xref to Circular Objects.
2773
4f1e25e2
CY
27742009-04-25 Chong Yidong <cyd@stupidchicken.com>
2775
2776 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2777 Features and Coding System Basics. Node that "p" stands for
2778 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2779 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2780 mouse-appearance-menu.
2781 (Programming Tips): Add xref to Progress.
2782
dca019f8
CY
27832009-04-22 Chong Yidong <cyd@stupidchicken.com>
2784
5dcb4c4e
SM
2785 * os.texi (Command-Line Arguments):
2786 Document command-line-args-left.
dca019f8
CY
2787 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2788 terminal objects for tty arguments.
2789 (Startup Summary): Add xref to Session Management.
2790 (Session Management): Mention emacs-session-restore. Copyedits.
2791
02a89103
CY
27922009-04-20 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * os.texi (Startup Summary): Copyedits. The init file is not
2795 necessarily named .emacs now. Document initial-buffer-choice and
2796 initial-scratch-message. Note where Emacs exits in batch mode.
2797 Document inhibit-splash-screen as an alias.
2798 (Init File): Be neutral about which init file name to use.
2799
28002009-04-16 Chong Yidong <cyd@stupidchicken.com>
2801
2802 * os.texi (System Interface): Fix Texinfo usage.
2803
0c1cfe01
CY
28042009-04-15 Chong Yidong <cyd@stupidchicken.com>
2805
80d7cdca
CY
2806 * searching.texi (Regexp Backslash): Also refer to shy groups as
2807 non-capturing or unnumbered groups.
2808 (Regexp Functions): Add cross-reference to Regexp Backslash.
2809
0c1cfe01
CY
2810 * display.texi (Truncation): Overlays can use line-prefix and
2811 wrap-prefix too.
2812 (Overlay Properties): Document wrap-prefix and line-prefix.
2813 (Face Attributes): Document underline-minimum-offset.
2814 (Face Remapping): Copyedits.
2815 (Low-Level Font): Copyedits.
2816 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2817 (Line Height): Emphasize that line-spacing only takes effect on
2818 graphical terminals.
0c1cfe01 2819
c4adeee0
CY
28202009-04-13 Chong Yidong <cyd@stupidchicken.com>
2821
2822 * display.texi (Refresh Screen): Note that a passage about screen
2823 refreshing is text terminal only.
2824 (Forcing Redisplay): Delete misleading comment---sit-for calls
2825 redisplay, not the other way around.
2826 (Truncation): Note new values of truncate-partial-width-windows.
2827 Copyedits.
2828 (Invisible Text): Document invisible-p.
2829
b20ecfa1
EZ
28302009-04-11 Eli Zaretskii <eliz@gnu.org>
2831
2832 * display.texi (Overlays): Overlays don't scale well. See
2833 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2834
97d8273f
CY
28352009-04-10 Chong Yidong <cyd@stupidchicken.com>
2836
f147ff75
CY
2837 * syntax.texi (Syntax Table Functions): Document cons cell
2838 argument for modify-syntax-entry.
2839 (Categories): Document cons cell argument for
2840 modify-category-entry.
2841
fca4ec76
CY
2842 * searching.texi (String Search): Document word-search-forward-lax
2843 and word-search-backward-lax.
2844 (Searching and Case): Describe isearch behavior more precisely.
2845
9c283d5b
CY
2846 * keymaps.texi (Tool Bar): Mention that some platforms do not
2847 support multi-line toolbars. Suggested by Stephen Eglen.
2848
2849 * frames.texi (Layout Parameters): Mention that Nextstep also
2850 allows only one tool-bar line. Suggested by Stephen Eglen.
2851
97d8273f
CY
2852 * nonascii.texi (Text Representations): Copyedits.
2853 (Coding System Basics): Also mention utf-8-emacs.
2854 (Converting Representations, Selecting a Representation)
2855 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2856 Copyedits.
2857 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2858
2bad3299
CY
28592009-04-09 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2862 (Filling): Clarify REGION argument of fill-paragraph.
2863 Document fill-forward-paragraph-function.
2bad3299
CY
2864 (Special Properties): Remove "new in Emacs 22" declaration.
2865 (Clickable Text): Merge with Links and Mouse-1 node.
2866
5dcb4c4e
SM
2867 * display.texi (Button Properties, Button Buffer Commands):
2868 Change xref to Clickable Text.
2bad3299
CY
2869
2870 * tips.texi (Key Binding Conventions): Change xref to Clickable
2871 Text.
2872
2873 * elisp.texi (Top): Update node listing.
2874
ea30ce4f
CY
28752009-04-05 Chong Yidong <cyd@stupidchicken.com>
2876
47af2f4b
CY
2877 * markers.texi (The Mark): Copyedits. Improve description of
2878 handle-shift-selection.
2879 (The Region): Move use-region-p here from The Mark.
2880
ea30ce4f
CY
2881 * positions.texi (Screen Lines): Document (cols . lines) argument
2882 for vertical-motion.
2883
2aa8ea6e
CY
28842009-04-04 Chong Yidong <cyd@stupidchicken.com>
2885
3ec61d4e
CY
2886 * frames.texi (Frames): Clean up introduction. Document `ns'
2887 return value for framep.
2888 (Creating Frames): Note how the terminal is chosen.
2889 (Multiple Terminals, Multiple Displays): Merge into a single node.
2890 (Color Parameters): Fix typo.
2891
2892 * variables.texi (Local Variables, Buffer-Local Variables)
2893 (Creating Buffer-Local): Change link to Multiple Terminals.
2894
2895 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2896
2897 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2898 Terminals.
2899
2900 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2901 to Multiple Terminals.
2902
2903 * elisp.texi (Top): Update node listing.
2904 * vol2.texi (Top): Update node listing.
2905 * vol1.texi (Top): Update node listing.
2906
9257072f
CY
2907 * buffers.texi (Current Buffer): Note that the append-to-buffer
2908 example is no longer in synch with the latest code. Tie the two
2909 examples together.
2910
2aa8ea6e
CY
2911 * files.texi (File Attributes): Move note about MS-DOS from
2912 Changing Files to File Attributes.
2913 (Create/Delete Dirs): Note that mkdir is an alias for this.
2914
22e74b17
CY
29152009-04-01 Markus Triska <triska@gmx.at>
2916
2917 * processes.texi (Filter Functions): Suggest how to handle output
2918 batches.
2919
4bbe48ec
CY
29202009-03-30 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * help.texi (Accessing Documentation): Update example to use
2923 help-setup-xref and with-help-window.
2924 (Help Functions): Remove print-help-return-message, which is
2925 semi-obsolete due to with-help-window. Document help-buffer and
2926 help-setup-xref.
2927
b9723f39
CY
29282009-03-29 Chong Yidong <cyd@stupidchicken.com>
2929
5dcb4c4e
SM
2930 * help.texi (Accessing Documentation, Help Functions):
2931 Remove information about long-obsolete Emacs versions.
9eb52e90 2932
b9723f39
CY
2933 * modes.texi (Mode Line Variables): The default values of the mode
2934 line variables are now more complicated.
2935
b0cc32db
CY
29362009-03-28 Chong Yidong <cyd@stupidchicken.com>
2937
3c25a5a9
CY
2938 * modes.texi (Major Mode Conventions): Note that specialness is
2939 inherited.
31c9eebb
CY
2940 (Derived Modes): Note that define-derive-mode sets the mode-class
2941 property.
3c25a5a9 2942
b0cc32db
CY
2943 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2944 goto-map. Add search-map to the list.
2945
c5e0006d
EZ
29462009-03-27 Eli Zaretskii <eliz@gnu.org>
2947
1213465a
EZ
2948 * os.texi (System Environment): Update the list of system-type
2949 values.
2950
c5e0006d
EZ
2951 * markers.texi (The Mark) <handle-shift-selection>: Update for
2952 removal of the optional argument DEACTIVATE.
2953
48bab3d6
CY
29542009-03-25 Chong Yidong <cyd@stupidchicken.com>
2955
2956 * commands.texi (Focus Events): Most X window managers don't use
2957 focus-follows-mouse nowadays.
2958
6e4ff1b6
CY
29592009-03-24 Chong Yidong <cyd@stupidchicken.com>
2960
2961 * commands.texi (Defining Commands): Clarify introduction.
2962 (Using Interactive): Not that interactive can be put in a symbol
2963 property.
2964 (Interactive Call): Note that a symbol with a non-nil
2965 interactive-form property satisfies commandp.
2966
11625308
JB
29672009-03-23 Juanma Barranquero <lekktu@gmail.com>
2968
2969 * minibuf.texi (Intro to Minibuffers): Fix typos.
2970
7b34420d
CY
29712009-03-23 Chong Yidong <cyd@stupidchicken.com>
2972
2973 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2974 about minibuffers in old Emacs versions. Copyedits.
2975 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2976 (Text from Minibuffer): Simplify introduction.
2977
f9257eed
AM
29782009-03-22 Alan Mackenzie <acm@muc.de>
2979
2980 * commands.texi (Using Interactive): Clarify string argument to
2981 `interactive' - even promptless elements need \n separators.
2982
f639ba70
CY
29832009-03-18 Chong Yidong <cyd@stupidchicken.com>
2984
2985 * minibuf.texi (Completion Styles): New node.
2986
2987 * elisp.texi (Top): Update node listing.
2988
d897e8ee
CY
29892009-03-17 Chong Yidong <cyd@stupidchicken.com>
2990
2991 * minibuf.texi (Basic Completion): Note that
2992 read-file-name-completion-ignore-case and
2993 read-buffer-completion-ignore-case can override
2994 completion-ignore-case.
2995 (Minibuffer Completion): Document completing-read changes.
2996 (Completion Commands): Avoid mentioning partial completion mode.
2997 Document minibuffer-completion-confirm changes, and
2998 minibuffer-confirm-exit-commands.
2999 (High-Level Completion): Document new require-match behavior for
3000 read-buffer. Document read-buffer-completion-ignore-case.
3001 (Reading File Names): Document new require-match behavior for
3002 read-file-name.
3003
b1f23349
CY
30042009-03-14 Chong Yidong <cyd@stupidchicken.com>
3005
3006 * debugging.texi (Error Debugging): Don't mislead the reader into
3007 thinking that debug-on-error enters debugger for C-f at EOB.
3008 (Error Debugging): Setting debug-on-init within the init file
3009 works, and has for some time.
3010
d6eb4e25
KH
30112009-03-13 Kenichi Handa <handa@m17n.org>
3012
3013 * display.texi (Fontsets): Update the description.
3014
1cf53dc5
CY
30152009-03-13 Chong Yidong <cyd@stupidchicken.com>
3016
3017 * advice.texi (Advising Primitives): Link to What Is a Function.
3018
81f919fc
CY
30192009-03-12 Chong Yidong <cyd@stupidchicken.com>
3020
cf4229eb
CY
3021 * compile.texi (Speed of Byte-Code): Update example.
3022 (Disassembly): Update examples.
3023
81f919fc 3024 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3025
3026 * customize.texi (Common Keywords): It's not necessary to use :tag
3027 to remove hyphens, as custom-unlispify-tag-name does it
3028 automatically.
5dcb4c4e
SM
3029 (Variable Definitions): Link to File Local Variables.
3030 Document customized-value symbol property.
f2bbc08c
CY
3031 (Customization Types): Move menu to end of node.
3032
955964d7
CY
30332009-03-10 Chong Yidong <cyd@stupidchicken.com>
3034
3035 * macros.texi (Compiling Macros): Omit misleading sentence, which
3036 implied that macros can only be used in the same file they are
3037 defined.
3038 (Backquote): Remove obsolete information about Emacs 19.
3039
d25ed7db
GM
30402009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3041
3042 * display.texi (Display Margins): Fix paren typo.
3043
d55f6ca5
CY
30442009-02-27 Chong Yidong <cyd@stupidchicken.com>
3045
f0e57ed8
CY
3046 * elisp.texi (Top): Update node listing.
3047
3048 * variables.texi (Variables): Clarify introduction.
3049 (Global Variables): Mention that setq is a special form.
3050 (Local Variables): Use active voice.
3051 (Tips for Defining): Mention marking variables as safe.
3052 (Buffer-Local Variables): Mention terminal-local and frame-local
3053 variables together.
3054 (File Local Variables): Copyedits.
3055 (Frame-Local Variables): Note that they are not really useful.
3056 (Future Local Variables): Node deleted.
3057
d55f6ca5 3058 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3059 Unicode escape syntax.
d55f6ca5 3060
ca8f09a8
CY
30612009-02-23 Chong Yidong <cyd@stupidchicken.com>
3062
3063 * control.texi (Control Structures): Add cindex entry for "textual
3064 order".
3065
3066 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3067 instead of "expression" throughout.
3068 (Function Indirection): Copyedits. Use active voice.
3069 (Eval): The default value of max-lisp-eval-depth is now 400.
3070
a20878b6
MB
30712009-02-23 Miles Bader <miles@gnu.org>
3072
3073 * processes.texi (System Processes): Rename `system-process-attributes'
3074 to `process-attributes'.
3075
61f66044
CY
30762009-02-22 Chong Yidong <cyd@stupidchicken.com>
3077
1b80d1f3
CY
3078 * symbols.texi (Property Lists): Emphasize that property lists are
3079 not restricted to symbol cells.
3080 (Other Plists): Copyedit.
3081
61f66044
CY
3082 * sequences.texi (Sequences Arrays Vectors): Make introduction
3083 more concise.
3084 (Arrays): Mention char-tables and bool-vectors too.
3085 (Vectors): Don't repeat information given in Arrays node. Link to
3086 nodes that explain the vector usage examples.
3087 (Char-Tables): Note that char-table elements can have arbitrary
3088 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3089 Link to Property Lists node.
61f66044 3090
9403944b
CY
30912009-02-22 Chong Yidong <cyd@stupidchicken.com>
3092
3093 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3094 `append'.
4068c7b4 3095 (List Elements): Copyedits.
9403944b
CY
3096
3097 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3098 of `vconcat'.
3099
3100 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3101 Emacs 20 usage of `concat'.
3102 (Case Conversion): Copyedits.
3103
b87a185f
CY
31042009-02-21 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3107 Minor edits.
3108 (Frame Configuration Type): Emphasize that it is not primitive.
3109 (Font Type): New node.
3110 (Type Predicates): Add fontp; type-of now recognizes font object
3111 types.
3112
3113 * intro.texi (Version Info): Update version numbers in examples.
3114 (Acknowledgements): List more contributors.
3115
3116 * elisp.texi: Bump version number to 3.0.
3117 (Top): Link to Font Type node.
3118
867d4bb3
JB
31192009-02-20 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * modes.texi (Major Mode Conventions): Remove duplicate words.
3122 (Customizing Keywords): Fix typo.
3123
77730170
EZ
31242009-02-14 Eli Zaretskii <eliz@gnu.org>
3125
3126 * nonascii.texi (User-Chosen Coding Systems): Document that
3127 select-safe-coding-system suggests raw-text if there are raw bytes
3128 in the region.
3129 (Explicit Encoding): Warn not to use `undecided' when encoding.
3130
c8736212
GM
31312009-02-11 Glenn Morris <rgm@gnu.org>
3132
3133 * frames.texi (Visibility of Frames): Mention the effect multiple
3134 workspaces/desktops can have on visibility.
3135
ab992d66
EZ
31362009-02-07 Eli Zaretskii <eliz@gnu.org>
3137
c8736212
GM
3138 * text.texi (Commands for Insertion):
3139 * commands.texi (Event Mod):
3140 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3141 * nonascii.texi (Translation of Characters):
3142 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3143 (Explicit Encoding): Document the `charset' text property produced
3144 by decode-coding-region and decode-coding-string.
ab992d66 3145
e651a255
AM
31462009-01-27 Alan Mackenzie <acm@muc.de>
3147
3148 * modes.texi (Search-based Fontification): Correct a typo.
3149
bc5cde4b
JB
31502009-01-25 Juanma Barranquero <lekktu@gmail.com>
3151
3152 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3153 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3154
3533155b
EZ
31552009-01-24 Eli Zaretskii <eliz@gnu.org>
3156
f721deda
EZ
3157 * display.texi (Window Systems): Document the value of
3158 `initial-window-system' under --daemon.
3159
3533155b
EZ
3160 * os.texi (System Environment): Remove description of the
3161 `environment' function which has been deleted.
3162
f79b43b2
DN
31632009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3164
3165 * frames.texi (Multiple Displays): Remove documentation for
3166 removed function make-frame-on-tty.
3167
e3aa6669
CY
31682009-01-22 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3171 write-region-annotate-functions.
3172 Document write-region-post-annotation-function.
e3aa6669 3173
fb13a416
CY
31742009-01-19 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * display.texi (Font Lookup): Document WIDTH argument of
3177 x-list-fonts.
3178
02eccf6b
EZ
31792009-01-17 Eli Zaretskii <eliz@gnu.org>
3180
ead3f58d
EZ
3181 * maps.texi (Standard Keymaps): Rename function-key-map to
3182 local-function-key-map.
3183
3184 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3185 local-function-key-map.
3186
3187 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3188 and `set-keyboard-coding-system' now accept an optional terminal
3189 argument.
3190
3191 * commands.texi (Event Mod): `keyboard-translate-table' is now
3192 terminal-local.
3193 (Function Keys): Rename function-key-map to
3194 local-function-key-map.
3195
df05a163
EZ
3196 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3197 frames.texi.
3198
0ed8034e 3199 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3200 `delete-terminal-functions', `suspend-tty-functions' and
3201 `resume-tty-functions'.
0ed8034e
EZ
3202
3203 * frames.texi (Frames): Document `frame-terminal' and
3204 `terminal-live-p'.
3205 (Multiple Displays): Document `make-frame-on-tty'.
3206 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3207 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3208 (Terminal Parameters): Document `terminal-parameters',
3209 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3210
3211 * os.texi (System Environment): Document `environment' and
3212 `initial-environment'.
490f1197
EZ
3213 (Suspending Emacs): Update for multi-tty; document
3214 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3215
02eccf6b
EZ
3216 * nonascii.texi (Coding System Basics): More accurate description
3217 of `raw-text'.
3218
f19fea97
JB
32192009-01-12 Juanma Barranquero <lekktu@gmail.com>
3220
3221 * display.texi (Low-Level Font): Fix typo.
3222
16fa292f
CY
32232009-01-10 Chong Yidong <cyd@stupidchicken.com>
3224
3225 * elisp.texi (Top): Update node listing.
3226
3227 * display.texi (PostScript Images): Node deleted.
3228
0b4faef3
EZ
32292009-01-10 Eli Zaretskii <eliz@gnu.org>
3230
3355f04d
EZ
3231 * processes.texi (Decoding Output): Document that null bytes force
3232 no-conversion for reading process output.
3233
3234 * files.texi (Reading from Files): Document that null bytes force
3235 no-conversion when visiting files.
3236
11625308 3237 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3238
5dcb4c4e
SM
3239 * nonascii.texi (Lisp and Coding Systems):
3240 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3241 (Character Properties): Improve wording.
0b4faef3 3242
ce9cf065
CY
32432009-01-09 Chong Yidong <cyd@stupidchicken.com>
3244
3245 * display.texi (Font Lookup): Remove obsolete function
3246 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3247 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3248 (Font Selection): Reorder order of variable descriptions.
3249 Minor clarifications.
ce9cf065
CY
3250
3251 * elisp.texi (Top): Update node listing.
3252
ab756fb3
GM
32532009-01-09 Glenn Morris <rgm@gnu.org>
3254
3255 * commands.texi (Command Loop Info): Say that last-command-char and
3256 last-input-char are obsolete aliases.
3257
3258 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3259 last-input-char and last-command-char, since they are just aliases for
3260 last-input-event and last-command-event.
3261
3262 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3263 last-command-char.
3264
6b2b8ab1
CY
32652009-01-08 Chong Yidong <cyd@stupidchicken.com>
3266
3267 * elisp.texi: Update node listing.
3268
3269 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3270 (Face Attributes): Don't link to Font Lookup.
3271 Document font-family-list.
6b2b8ab1
CY
3272 (Fonts): New node.
3273
3568e767
JR
32742009-01-08 Jason Rumney <jasonr@gnu.org>
3275
3276 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3277 changing the standard pointer shapes. (Bug#1485)
3568e767 3278
6221c8db
CY
32792009-01-08 Chong Yidong <cyd@stupidchicken.com>
3280
3281 * display.texi (Attribute Functions): Note that a function value
3282 :height is relative, and that compatibility functions work by
3283 calling set-face-attribute.
3284 (Displaying Faces): Reorder list in order of increasing priority.
3285 (Face Remapping): New node. Content moved here from Displaying
3286 Faces.
3287 (Glyphs): Link to Face Functions.
3288
e3d3799a
CY
32892009-01-08 Chong Yidong <cyd@stupidchicken.com>
3290
3291 * display.texi (Faces): Don't discuss face id here. facep does
3292 not return t.
3293 (Defining Faces): Minor clarification.
3294 (Face Attributes): Rearrange items to match docstring of
3295 set-face-attribute. Add :foundry attribute. Document new role of
3296 :font attribute. Texinfo usage fix.
3297 (Attribute Functions): Copyedits.
3298 (Face Functions): Note that face number is seldom used.
3299
638a2457
RS
33002009-01-05 Richard M Stallman <rms@gnu.org>
3301
3302 * strings.texi (Predicates for Strings): Minor clarification.
3303
3304 * functions.texi (Function Safety): Texinfo usage fix.
3305
49ea0074
JB
33062009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3307
3308 * objects.texi (General Escape Syntax): Fix typo.
3309
9f822178
MR
33102009-01-03 Martin Rudalics <rudalics@gmx.at>
3311
3312 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3313 works via the default value of pop-up-frame-function.
3314
af34ad36
EZ
33152009-01-02 Eli Zaretskii <eliz@gnu.org>
3316
3317 * processes.texi (System Processes): Document the `time' and
3318 `ctime' attributes of `system-process-attributes'.
3319
d31f6679
CY
33202009-01-01 Chong Yidong <cyd@stupidchicken.com>
3321
3322 * display.texi (Face Attributes): Clarify :height attribute.
3323
174dc00c
MR
33242008-12-31 Martin Rudalics <rudalics@gmx.at>
3325
3326 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3327 the front of the buffer list. Add entries for `last-buffer' and
3328 `unbury-buffer'.
3329
b8afe7e4
EZ
33302008-12-27 Eli Zaretskii <eliz@gnu.org>
3331
d14030f5
EZ
3332 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3333 and its subsections.
3334
3335 * frames.texi (Multiple Terminals, Low-level Terminal)
3336 (Terminal Parameters, Frames on Other TTY devices): New sections.
3337 (Frames): Add an xref to "Multiple Terminals".
3338
765980a4
EZ
3339 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3340
3341 * objects.texi (Terminal Type): New node.
3342 (Editing Types): Add it to the menu.
3343
47bd5577
EZ
3344 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3345 Variables".
3346
eb22b78c 3347 * variables.texi (Directory Local Variables): New node.
47bd5577 3348 (Variables): Add a menu item for it.
eb22b78c 3349
b8afe7e4
EZ
3350 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3351 `generated-autoload-file'.
3352
77bb0476
EZ
33532008-12-20 Eli Zaretskii <eliz@gnu.org>
3354
028e2c19
EZ
3355 * os.texi (Startup Summary): Add xref to documentation of
3356 `initial-window-system'.
3357
77bb0476
EZ
3358 * display.texi (Window Systems): Document `window-system' the
3359 function. The variable `window-system' is now frame-local.
028e2c19 3360 Document `initial-window-system'.
77bb0476 3361
dda87836
MR
33622008-12-19 Martin Rudalics <rudalics@gmx.at>
3363
3364 * windows.texi (Windows): Rewrite description of
3365 fit-window-to-buffer.
3366
caef3ed2
GM
33672008-12-13 Glenn Morris <rgm@gnu.org>
3368
3369 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3370 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3371
21c58e4d
GM
33722008-12-12 Glenn Morris <rgm@gnu.org>
3373
3374 * debugging.texi (Error Debugging): Refer forwards to
3375 eval-expression-debug-on-error.
3376
af38459f
EZ
33772008-12-05 Eli Zaretskii <eliz@gnu.org>
3378
5dedd9b5
EZ
3379 * strings.texi (String Basics): Only unibyte strings that
3380 represent key sequences hold 8-bit raw bytes.
3381
af38459f
EZ
3382 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3383 paragraph to speak about `undecided'.
3384 (Character Properties): Don't explain the meaning of each
3385 property; instead, identify their Unicode Standard names.
b3f1f4a5 3386 (Character Sets): Document `map-charset-chars'.
af38459f 3387
fa047ae7
GM
33882008-12-02 Glenn Morris <rgm@gnu.org>
3389
3390 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3391 section yet again.
3392
47dbc044
EZ
33932008-11-29 Eli Zaretskii <eliz@gnu.org>
3394
98d05998
EZ
3395 * nonascii.texi (Character Properties): New Section.
3396 (Specifying Coding Systems): Document
3397 `coding-system-priority-list', `set-coding-system-priority', and
3398 `with-coding-priority'.
3399 (Lisp and Coding Systems): Document `check-coding-systems-region'
3400 and `coding-system-charset-list'.
3401 (Coding System Basics): Document `coding-system-aliases'.
3402
3403 * elisp.texi (Top): Add a @detailmenu entry for "Character
3404 Properties".
3405
47dbc044
EZ
3406 * objects.texi (Character Type): Correct the range of Emacs
3407 characters. Add an @xref to "Character Codes".
3408
3409 * strings.texi (String Basics): Add an @xref to "Character Codes".
3410
3411 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3412
3413 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3414 (Character Codes): Document `max-char'.
3415
8b80cdf5
EZ
34162008-11-28 Eli Zaretskii <eliz@gnu.org>
3417
3418 * nonascii.texi (Text Representations, Converting Representations)
3419 (Character Sets, Scanning Charsets, Translation of Characters):
3420 Make text more accurate.
3421
a99dceba
GM
34222008-11-28 Glenn Morris <rgm@gnu.org>
3423
3424 * files.texi (Format Conversion Round-Trip): Improve previous change.
3425
f6dc3bed
CY
34262008-11-26 Chong Yidong <cyd@stupidchicken.com>
3427
3428 * modes.texi (Auto Major Mode): Fix example.
3429
5da9413d
GM
34302008-11-25 Glenn Morris <rgm@gnu.org>
3431
3432 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3433
3434 * files.texi (Format Conversion Round-Trip):
3435 Use active voice for previous change.
3436
fcca848c
CY
34372008-11-25 Chong Yidong <cyd@stupidchicken.com>
3438
3439 * os.texi (Processor Run Time):
3440 * processes.texi (Transaction Queues):
3441 * markers.texi (The Mark):
3442 * windows.texi (Choosing Window, Selecting Windows):
3443 * files.texi (Changing Files, Magic File Names):
3444 * commands.texi (Key Sequence Input):
3445 * functions.texi (Declaring Functions):
3446 * strings.texi (Predicates for Strings):
3447 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3448
36c8dc54
CY
34492008-11-24 Chong Yidong <cyd@stupidchicken.com>
3450
3451 * help.texi (Accessing Documentation): Update example.
3452
3453 * variables.texi (Defining Variables): Note that `*' is not
3454 necessary if defcustom is used.
3455
2a79b242
EZ
34562008-11-22 Eli Zaretskii <eliz@gnu.org>
3457
3458 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3459 Characters" from @detailmenu.
3460
3461 * nonascii.texi (Character Codes, Character Sets)
3462 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3463 (Chars and Bytes, Splitting Characters): Sections removed.
3464
392f0d26
LK
34652008-11-22 Lute Kamstra <lute@gnu.org>
3466
3467 * positions.texi (Text Lines): Update goto-line documentation.
3468
af1a5cd5
MR
34692008-11-21 Martin Rudalics <rudalics@gmx.at>
3470
6a4cfb0c
MR
3471 * frames.texi (Frames): Fix typo, add cross references, reword.
3472 (Initial Parameters): Reword special-display-frame-alist text.
3473 (Frames and Windows): Reword. Describe argument norecord for
3474 set-frame-selected-window.
3475 (Input Focus): Describe argument norecord for select-frame.
3476 Remove comment on MS-Windows behavior for focus-follows-mouse.
3477 (Raising and Lowering): Mention windows-frames dichotomy in
3478 metaphor.
3479
af1a5cd5
MR
3480 * windows.texi (Displaying Buffers, Vertical Scrolling)
3481 (Horizontal Scrolling): Fix indenting and rewording issues
3482 introduced with 2008-11-07 change.
3483
c249fa9c
GM
34842008-11-20 Glenn Morris <rgm@gnu.org>
3485
3486 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3487 element of `format-alist'.
3488
204d4665
GM
34892008-11-19 Glenn Morris <rgm@gnu.org>
3490
3491 * doclicense.texi: Update to FDL 1.3.
3492 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3493
cc0910af
CY
34942008-11-18 Chong Yidong <cyd@stupidchicken.com>
3495
efe6e7c4
CY
3496 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3497 vars, which are obsolete. Mention jit-lock-register.
3498
5dcb4c4e
SM
3499 * modes.texi (Other Font Lock Variables):
3500 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3501
cc0910af
CY
3502 * frames.texi (Color Parameters): Document alpha parameter.
3503
aeeedf76
MR
35042008-11-16 Martin Rudalics <rudalics@gmx.at>
3505
3506 * windows.texi (Splitting Windows, Deleting Windows)
3507 (Selecting Windows, Cyclic Window Ordering)
3508 (Buffers and Windows, Displaying Buffers, Choosing Window)
3509 (Dedicated Windows, Window Point, Window Start and End)
3510 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3511 (Size of Window, Resizing Windows, Window Configurations)
3512 (Window Parameters): Avoid @var at beginning of sentences and
3513 reword accordingly.
3514
4c565c5c
LK
35152008-11-11 Lute Kamstra <lute@gnu.org>
3516
3517 * files.texi (File Name Components): Fix file-name-extension
3518 documentation.
3519
25f494c9
JB
35202008-11-11 Juanma Barranquero <lekktu@gmail.com>
3521
3522 * frames.texi (Basic Parameters): Remove display-environment-variable
3523 and term-environment-variable.
3524
a1401ab1
EZ
35252008-11-08 Eli Zaretskii <eliz@gnu.org>
3526
3527 * windows.texi (Basic Windows, Splitting Windows)
3528 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3529 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3530 (Resizing Windows, Window Configurations, Window Parameters):
3531 Fix wording and markup.
a1401ab1 3532
efafc282
MR
35332008-11-07 Martin Rudalics <rudalics@gmx.at>
3534
3535 * windows.texi (Windows): Update entries.
3536 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3537 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3538 (Selecting Windows, Cyclic Window Ordering): Reword with special
3539 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3540 (Buffers and Windows, Choosing Window): Reword with special
3541 emphasis on dedicated windows.
3542 (Displaying Buffers): Reword. For switch-to-buffer mention that
3543 it may fall back on pop-to-buffer. For other-window try to
3544 explain how it treats the cyclic ordering of windows.
efafc282
MR
3545 (Dedicated Windows): New node and section discussing dedicated
3546 windows and associated functions.
86ab855a 3547 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3548 (Window Start and End): Rename node and section title. Reword.
3549 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3550 Minor rewording.
3551 (Size of Window): Reword, in particular text on window-width.
3552 (Resizing Windows): Reword. Add text on balancing windows.
3553 (Window Configurations): Reword. Mention window parameters.
3554 (Window Parameters): New node and section on window parameters.
3555 (Window Hooks): Reword. Mention that
3556 window-configuration-change-hook is run "buffer-locally".
3557 * elisp.texi (Top): Update Windows entries in @detailmenu
3558 section.
3559
d60a8ab2
JB
35602008-11-04 Juanma Barranquero <lekktu@gmail.com>
3561
3562 * searching.texi (Regexp Search): Fix typo.
3563
01777627
CY
35642008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3565
3566 * searching.texi (Regexp Search): Document GREEDY arg.
3567 (Simple Match Data): Fix return value.
3568
c4526e93
EZ
35692008-11-01 Eli Zaretskii <eliz@gnu.org>
3570
3571 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3572 with Emacs 23 internal representation of characters.
3573 Document `unibyte-string'.
c4526e93 3574
fe2ae8b5
CY
35752008-10-28 Chong Yidong <cyd@stupidchicken.com>
3576
3577 * processes.texi (Process Information): Note that process-status
3578 does not accept buffer names.
3579
cc5a21e3
CY
35802008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3581
3582 * positions.texi (Skipping Characters): Correct return value of
3583 skip-chars-forward.
3584
09460d9a
MR
35852008-10-25 Martin Rudalics <rudalics@gmx.at>
3586
520b29e7
MR
3587 * windows.texi (Deleting Windows): Update documentation of
3588 delete-windows-on.
3589 (Buffers and Windows): Update documentations of
3590 get-buffer-window and get-buffer-window-list.
3591 (Displaying Buffers): Update documentation of
3592 replace-buffer-in-windows.
3593
09460d9a
MR
3594 * buffers.texi (Current Buffer): Reword set-buffer and
3595 with-current-buffer documentations.
3596 (Creating Buffers): Reword documentation of get-buffer-create.
3597
4d48fcdc
MR
35982008-10-23 Martin Rudalics <rudalics@gmx.at>
3599
3600 * buffers.texi (Current Buffer): Reword documentation of
3601 set-buffer.
3602 (Buffer Names): Reword documentation of buffer-name.
3603 (The Buffer List): For bury-buffer explain what happens with the
3604 buffer's window.
3605 (Creating Buffers): Say that get-buffer-create's arg is called
3606 buffer-or-name.
3607
f0143c43
CY
36082008-10-22 Chong Yidong <cyd@stupidchicken.com>
3609
3e5dbbd3
CY
3610 * advice.texi (Computed Advice): Explain what DEFINITION is.
3611
f0143c43
CY
3612 * nonascii.texi (Character Codes): Remove obsolete function
3613 char-valid-p, and document characterp instead.
3614
52a94b85
MR
36152008-10-22 Martin Rudalics <rudalics@gmx.at>
3616
3617 * windows.texi (Displaying Buffers): Reword documentation of
3618 pop-to-buffer.
3619 (Choosing Window): Rewrite documentation of display-buffer and
3620 its options.
3621
f76f8246
MR
3622 * buffers.texi (Killing Buffers): Update documentation of
3623 kill-buffer.
3624
acc8b598
EZ
36252008-10-21 Eli Zaretskii <eliz@gnu.org>
3626
80e6b6df
EZ
3627 * processes.texi (Serial Ports): Fix wording and improve markup.
3628
3645358a
EZ
3629 * searching.texi (Regexp Search): Document `string-match-p' and
3630 `looking-at-p'.
3631 (POSIX Regexps): Add an xref for "non-greedy".
3632 (Regexp Special): Add @cindex entry for "non-greedy".
3633
b3d50cff 3634 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3635 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3636
73b7530a
EZ
3637 * frames.texi (Color Names): Add an xref to `read-color'.
3638
3639 * minibuf.texi (High-Level Completion): Document `read-color'.
3640
acc8b598
EZ
3641 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3642
3643 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3644
3645 * buffers.texi (Swapping Text): New section, documents
3646 `buffer-swap-text'.
3647
10e187e8
MR
36482008-10-21 Martin Rudalics <rudalics@gmx.at>
3649
3650 * windows.texi (Resizing Windows): Minor wording fix.
3651
fd6f900c
EZ
36522008-10-20 Eli Zaretskii <eliz@gnu.org>
3653
3654 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3655 and `combine-and-quote-strings'.
3656
3657 * strings.texi (Creating Strings): Add xrefs for them.
3658
e4372165
EZ
36592008-10-19 Eli Zaretskii <eliz@gnu.org>
3660
d6328fba
EZ
3661 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3662 match the corresponding menu in minibuf.texi.
3663
e4372165
EZ
3664 * minibuf.texi (Reading File Names): Document `read-shell-command'
3665 and `minibuffer-local-shell-command-map'.
3666
5d8dda33
MR
36672008-10-19 Martin Rudalics <rudalics@gmx.at>
3668
3669 * windows.texi (Resizing Windows): Remove var{} around "window" in
3670 documentation of enlarge-window.
3671 Rewrite documentation of window-min-height and window-min-width.
3672
437706cd
EZ
36732008-10-19 Eli Zaretskii <eliz@gnu.org>
3674
80f85d7c
EZ
3675 * functions.texi (Calling Functions): Document `apply-partially'.
3676
291703b5
EZ
3677 * hooks.texi (Standard Hooks): Mention
3678 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3679
3680 * variables.texi (File Local Variables): Document
3681 `file-local-variables-alist', `before-hack-local-variables-hook'
3682 and `hack-local-variables-hook'.
3683
583d8b3c
EZ
3684 * processes.texi (Synchronous Processes): Document `process-lines'.
3685
5dcb4c4e
SM
3686 * customize.texi (Variable Definitions):
3687 Document `custom-reevaluate-setting'.
437706cd 3688
7e51d89b
MR
36892008-10-18 Martin Rudalics <rudalics@gmx.at>
3690
3691 * windows.texi (Choosing Window, Deleting Windows)
3692 (Displaying Buffers): Expand documentation of dedicated windows.
3693
43c59a3d
EZ
36942008-10-18 Eli Zaretskii <eliz@gnu.org>
3695
018a960d
EZ
3696 * files.texi (Changing Files): Document symbolic input of file
3697 modes to `set-file-modes'. Document `read-file-modes' and
3698 `file-modes-symbolic-to-number'.
3699
2c0b8144
EZ
3700 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3701 and `search-map'.
3702
5dcb4c4e
SM
3703 * searching.texi (Search and Replace):
3704 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3705 Document `multi-query-replace-map'.
80120f13 3706
6d4913f0 3707 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3708 (Completion Commands, Reading File Names):
3709 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3710 `minibuffer-local-filename-must-match-map'.
3711 (Minibuffer Completion): The `require-match' argument to
3712 `completing-read' can now have the value `confirm-only'.
3713
43c59a3d
EZ
3714 * windows.texi (Displaying Buffers): Minor wording fix.
3715 (Choosing Window): `split-height-threshold' can now be nil.
3716 Document `split-width-threshold'. `pop-up-frames' can have the
3717 value `graphic-only'.
3718
f36acfd9
EZ
37192008-10-17 Eli Zaretskii <eliz@gnu.org>
3720
3721 * os.texi (Startup Summary): Document `before-init-time' and
3722 `after-init-time'. Document `initial-window-system' and
3723 `window-system-initialization-alist'. Document reading the
3724 abbrevs file. Document the call to `server-start' under --daemon.
3725 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3726 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3727 (Time Parsing): Document `format-seconds'.
f36acfd9 3728
96995b89
MR
37292008-10-17 Martin Rudalics <rudalics@gmx.at>
3730
3731 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3732 and reword.
3733
2de17c73
EZ
37342008-10-16 Eli Zaretskii <eliz@gnu.org>
3735
3736 * markers.texi (The Mark): Document use-region-p.
3737
9cf52b11
EZ
37382008-10-15 Eli Zaretskii <eliz@gnu.org>
3739
c3aaf1d7
EZ
3740 * internals.texi (Writing Emacs Primitives): The interactive spec
3741 of a primitive can be a Lisp form.
3742
841a1743
EZ
3743 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3744 values of transient-mark-mode. Document handle-shift-selection.
3745
3746 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3747 (Interactive Examples): Show an example of `^'.
3748 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3749 (Defining Commands, Using Interactive): The interactive-form of a
3750 function can be added via its symbol's property.
841a1743 3751
52441368
EZ
3752 * positions.texi (List Motion): beginning-of-defun-function can
3753 now accept an argument.
3754
8e8c1a72
EZ
3755 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3756 now return a list of strings.
3757
a33a1f2a
EZ
3758 * control.texi (Handling Errors): Document ignore-errors.
3759
4fb04348
EZ
3760 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3761 (Parameter Access): Document set-frame-parameter.
3762
ee666f84
EZ
3763 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3764 Hooks" for the effect of kill-all-local-variables on local hook
3765 functions.
3766
9cf52b11
EZ
3767 * modes.texi (Major Mode Conventions, Mode Line Variables):
3768 `mode-name' need not be a string. xref to "Mode Line Data" for
3769 details, and to "Emulating Mode Line" for computing a string
3770 value.
3771
22526bc4
EZ
37722008-10-14 Eli Zaretskii <eliz@gnu.org>
3773
a65f6a85
EZ
3774 * processes.texi (System Processes): New section.
3775 (Processes, Signals to Processes): Add xrefs to it.
3776
3777 * objects.texi (Editing Types): A `process' is a subprocess of
3778 Emacs, not just any process running on the OS.
3779
3780 * elisp.texi (Top): Adjust the @detailmenu for the above two
3781 changes.
3782
2724b26a
EZ
3783 * sequences.texi (Char-Tables): Remove documentation of
3784 set-char-table-default, which has no effect since Emacs 23.
3785 <char-table-range, set-char-table-range>: Don't mention generic
3786 characters and charsets. Add a cons cell as a possible argument.
3787
3788 * nonascii.texi (Splitting Characters)
3789 (Translation of Characters): Don't mention generic characters.
3790
3791 * display.texi (Fontsets): Don't mention generic characters.
3792
22526bc4 3793 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3794 argument FUNCTION with a cons cell as KEY.
22526bc4 3795
eaf4b689
EZ
37962008-10-13 Eli Zaretskii <eliz@gnu.org>
3797
45e46036
EZ
3798 * objects.texi (Primitive Function Type): Move "@cindex special
3799 forms" from here...
3800
3801 * eval.texi (Special Forms): ...to here.
3802
3803 * functions.texi (What Is a Function): `functionp' returns nil for
3804 special forms. Add an xref.
3805
eaf4b689
EZ
3806 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3807 Variables".
3808
3809 * variables.texi (Frame-Local Variables): New section.
3810 (Buffer-Local Variables): Add an xref to it.
3811 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3812 have both frame-local and buffer-local binding.
3813
3814 * frames.texi (Frames): Mention multiple tty frames.
3815 (Frame Parameters, Parameter Access): Mention frame-local variable
3816 bindings.
3817
15688fce
GM
38182008-09-20 Glenn Morris <rgm@gnu.org>
3819
3820 * display.texi (Defining Faces): Recommend against face variables.
3821
35539065
JB
38222008-09-16 Juanma Barranquero <lekktu@gmail.com>
3823
3824 * display.texi (Echo Area Customization): Fix typo.
3825
6a57054b
JB
38262008-09-09 Juanma Barranquero <lekktu@gmail.com>
3827
3828 * loading.texi (Where Defined): Add `defface' item.
3829
d632fb82
MR
38302008-09-06 Martin Rudalics <rudalics@gmx.at>
3831
3832 * loading.texi (Where Defined): Fix description of symbol-file.
3833
905a9adb
JR
38342008-08-26 Jason Rumney <jasonr@gnu.org>
3835
3836 * display.texi (TIFF Images): New section describing :index property.
3837
852e91b7
CY
38382008-08-23 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * display.texi (Temporary Displays): Remove unnecessary comment
3841 about usage of temp-buffer-show-hook.
3842
6be001ee
CY
38432008-08-05 Chong Yidong <cyd@stupidchicken.com>
3844
3845 * symbols.texi (Other Plists): Fix incorrect example.
3846 Suggested by Florian Beck.
3847
58e3d8e8
JB
38482008-07-31 Juanma Barranquero <lekktu@gmail.com>
3849
3850 * os.texi: Fix previous change.
3851
7c2fb837
DN
38522008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3853
3854 * os.texi:
3855 * intro.texi:
3856 * files.texi: Remove VMS support.
3857
9e2a2647
DN
38582008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3859
3860 * os.texi:
3861 * frames.texi:
3862 * display.texi: Remove mentions of Mac Carbon.
3863
c4f4682b
MB
38642008-07-01 Miles Bader <miles@gnu.org>
3865
3866 * text.texi (Special Properties):
3867 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3868
3696411e
JB
38692008-06-28 Johan Bockgård <bojohan@gnu.org>
3870
3871 * display.texi (Other Image Types): Fix copy/paste error; say
3872 "PBM", not "XBM".
3873
f2a77c3a
DN
38742008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3875
3876 * os.texi: Remove references to obsolete systems.
3877
6d52677d
EZ
38782008-06-20 Eli Zaretskii <eliz@gnu.org>
3879
3880 * makefile.w32-in (distclean): Remove makefile.
3881
1a87da4c
GM
38822008-06-17 Glenn Morris <rgm@gnu.org>
3883
3884 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3885 (elisp, dist): Remove rules and variables that are obsolete now
3886 the lisp manual is no longer distributed separately.
3887
fdda1c5d
GM
38882008-06-16 Glenn Morris <rgm@gnu.org>
3889
646692e9
GM
3890 * configure, configure.in, mkinstalldirs: Remove unused files.
3891
3892 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3893 * vol1.texi (EMACSVER):
6a57054b 3894 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3895
3896 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3897 as per maintain.info.
3898
611bee81
GM
38992008-06-15 Glenn Morris <rgm@gnu.org>
3900
a7bed3a0
GM
3901 * makefile.w32-in (manual): Use "23" rather than "21".
3902
3903 * Makefile.in (emacsver): New, set by configure.
3904 (manual): Use emacsver.
3905
d794edf2
GM
3906 * intro.texi: Report bugs using M-x report-emacs-bug.
3907
611bee81
GM
3908 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3909
c73e02fa
GM
39102008-06-13 Daniel Engeler <engeler@gmail.com>
3911
3912 * elisp.texi, internals.texi, processes.texi: Add documentation
3913 about serial port access.
3914
e40a85cd
MB
39152008-06-05 Miles Bader <miles@gnu.org>
3916
3917 * display.texi (Displaying Faces): Update to reflect function
3918 renamings in face-remap.el.
3919
7b753744
JB
39202008-06-05 Juanma Barranquero <lekktu@gmail.com>
3921
3922 * display.texi (Fontsets): Fix typos.
3923
9d3d42fb
MB
39242008-06-03 Miles Bader <miles@gnu.org>
3925
7b753744
JB
3926 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3927 remove-relative-face-remapping, set-base-face-remapping,
3928 and set-default-base-face-remapping.
9d3d42fb 3929
f2cec7a9
MB
39302008-06-01 Miles Bader <miles@gnu.org>
3931
3932 * display.texi (Displaying Faces): Add face-remapping-alist.
3933
8f39c96d
SM
39342008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3937 variable names.
3938
1ef5eecc
ER
39392008-05-03 Eric S. Raymond <esr@golux>
3940
352c8b4a 3941 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3942 (current-global-map) return references, not copies.
3943
63b4387f
JL
39442008-05-02 Juri Linkov <juri@jurta.org>
3945
3946 * minibuf.texi (Text from Minibuffer): Document a list of
3947 default values for `read-from-minibuffer'.
3948
38a8b703
JB
39492008-04-24 Juanma Barranquero <lekktu@gmail.com>
3950
3951 * nonascii.texi (Translation of Characters): Fix previous change.
3952
7c42e639
CY
39532008-04-20 Chong Yidong <cyd@stupidchicken.com>
3954
3955 * display.texi (Overlay Properties): Clarify role of underlying
3956 textprop and overlay keymaps for display strings.
3957
3958 * keymaps.texi (Active Keymaps): Ditto.
3959
25c0d999
SM
39602008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3961
3962 * minibuf.texi (Programmed Completion):
3963 Replace dynamic-completion-table with the new completion-table-dynamic.
3964
e3af5968
CY
39652008-04-07 Chong Yidong <cyd@stupidchicken.com>
3966
3967 * intro.texi (Some Terms): Change "fonts in this manual" index
3968 entry to "typographic conventions".
3969
6bfc8698
EZ
39702008-04-05 Eli Zaretskii <eliz@gnu.org>
3971
3972 * objects.texi (Text Props and Strings): Add indexing for read
3973 syntax of text properties.
3974
4972c361
SM
39752008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * processes.texi (Decoding Output): Remove process-filter-multibyte
3978 functions.
3979
c70a68db
MR
39802008-03-15 Martin Rudalics <rudalics@gmx.at>
3981
3982 * display.texi (Finding Overlays): Say that empty overlays at
3983 the end of the buffer are reported too.
3984
1291fd36
GM
39852008-03-13 Glenn Morris <rgm@gnu.org>
3986
3987 * elisp.texi (EMACSVER): Set to 23.0.60.
3988
c6b0dfd5
CY
39892008-02-26 Chong Yidong <cyd@stupidchicken.com>
3990
38a8b703 3991 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3992
875fc30c
GM
39932008-02-22 Glenn Morris <rgm@gnu.org>
3994
3995 * frames.texi (Position Parameters): Clarify the description of
3996 `left' and `top', using information from "Geometry".
3997 (Geometry): Give a pointer to "Position Parameters", rather than
3998 repeating information.
3999
d8c8e45a
GM
40002008-02-11 Glenn Morris <rgm@gnu.org>
4001
4002 * objects.texi (Equality Predicates): No longer talk about "two"
4003 functions.
4004
38a8b703 40052008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4006
4007 * objects.texi (Equality Predicates): Add defun for
4008 equal-including-properties.
4009
bfffe0b1
GM
40102008-02-10 Glenn Morris <rgm@gnu.org>
4011
4012 * objects.texi (Equality Predicates):
4013 Mention equal-including-properties.
4014
431b78c9
RS
40152008-02-07 Richard Stallman <rms@gnu.org>
4016
4017 * windows.texi (Window Start): Mention the feature of moving
4018 window-start to start of line.
4019
c8763fb6 40202008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4021
4022 * keymaps.texi (Tool Bar): Document rtl property.
4023
1a256502
TTN
40242008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4025
4026 * display.texi (Button Types):
4027 For define-button-type, clarify type of NAME.
4028
569382c2
MR
40292008-01-19 Martin Rudalics <rudalics@gmx.at>
4030
4031 * buffers.texi (Buffer Modification): Fix typo.
4032
f3041af1
DN
40332008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4034
4035 * os.texi (System Environment): Remove references to OSes that are
4036 not supported anymore.
4037
d35e1cd7
DN
40382008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4039
4040 * os.texi (System Environment): Remove mention for Masscomp.
4041
23af7580
RS
40422008-01-04 Richard Stallman <rms@gnu.org>
4043
4044 * display.texi (Faces): Don't talk about internal face vector as arg
4045 to facep.
4046
4047 * customize.texi (Type Keywords): Fix previous change.
4048
4049 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4050 * elisp.texi (Top): Fix menu for commands.texi change.
4051
ec7d5b1e
RS
40522007-12-30 Richard Stallman <rms@gnu.org>
4053
5dcb4c4e 4054 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4055 (Accessing Scroll): New node broken out of Accessing Mouse.
4056
101a6cea
RS
40572007-12-28 Richard Stallman <rms@gnu.org>
4058
4059 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4060 (Basic Parameters): For `title', refer to title bar.
041817a4 4061 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4062
72b7e664
RS
40632007-12-23 Richard Stallman <rms@gnu.org>
4064
4065 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4066 Improve some of the commented-out keywords' text too.
4067
27a4f445
MR
40682007-12-14 Martin Rudalics <rudalics@gmx.at>
4069
e2e3f1d7
MR
4070 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4071 "visit the current buffer".
4072
27a4f445
MR
4073 * os.texi (System Interface): Fix typo.
4074
a2afc99d
RS
40752007-12-04 Richard Stallman <rms@gnu.org>
4076
4077 * objects.texi (Symbol Type): Fix typo.
4078
b694135c
RS
40792007-12-03 Richard Stallman <rms@gnu.org>
4080
4081 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4082
f99a19da
GM
40832007-12-01 Glenn Morris <rgm@gnu.org>
4084
4085 * functions.texi (Declaring Functions): Improve previous change.
4086
8f4b37d8
GM
40872007-11-30 Glenn Morris <rgm@gnu.org>
4088
4089 * functions.texi (Declaring Functions): Add optional fourth
4090 argument of declare-function, and setting third argument to `t'.
4091
61a2fe01
RS
40922007-11-29 Richard Stallman <rms@gnu.org>
4093
4094 * customize.texi (Composite Types): Document `group' type.
4095
cbfc5193
GM
40962007-11-29 Glenn Morris <rgm@gnu.org>
4097
5dcb4c4e
SM
4098 * functions.texi (Declaring Functions): Add findex.
4099 Mention `external' files.
cbfc5193 4100
8386283a
JB
41012007-11-26 Juanma Barranquero <lekktu@gmail.com>
4102
4103 * functions.texi (Declaring Functions): Fix directive.
4104
a07c9a8b
RS
41052007-11-25 Richard Stallman <rms@gnu.org>
4106
4107 * help.texi (Help Functions): Clean up last change.
4108
4109 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4110
4111 * loading.texi (Named Features): Minor cleanup.
4112
4113 * macros.texi (Eval During Expansion): Minor cleanup.
4114
4115 * variables.texi (Variable Aliases): Minor cleanup.
4116
a0925923
RS
41172007-11-24 Richard Stallman <rms@gnu.org>
4118
4119 * functions.texi (Declaring Functions): Clarify previous change.
4120
4121 * compile.texi (Compiler Errors): Clarify previous change.
4122
20c63e44
RS
41232007-11-24 Richard Stallman <rms@gnu.org>
4124
e5e76c04 4125 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4126 Clarify the text and move items around.
4127
5bb0cda3
GM
41282007-11-24 Glenn Morris <rgm@gnu.org>
4129
4130 * functions.texi (Declaring Functions): New section.
4131 * compile.texi (Compiler Errors): Mention declaring functions,
4132 defvar with no initvalue, and byte-compile-warnings.
4133
af13c86a
MR
41342007-11-15 Martin Rudalics <rudalics@gmx.at>
4135
4136 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4137 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4138
a5373305
MR
41392007-11-13 Martin Rudalics <rudalics@gmx.at>
4140
4141 * help.texi (Help Functions): Document new macro `with-help-window'.
4142
fe284805
JL
41432007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4144
4145 * searching.texi (Replacing Match): Describe new
4146 `match-substitute-replacement'.
4147
2c3a09b1
RS
41482007-10-31 Richard Stallman <rms@gnu.org>
4149
4150 * strings.texi (Creating Strings): Null strings from concat not unique.
4151
f2b480f4
RS
41522007-10-26 Richard Stallman <rms@gnu.org>
4153
4154 * objects.texi (Equality Predicates): Null strings are uniquified.
4155
4156 * minibuf.texi: Minor clarifications in previous change.
4157
db21122c
GM
41582007-10-25 Glenn Morris <rgm@gnu.org>
4159
4160 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4161
2328cbb3
RS
41622007-10-24 Richard Stallman <rms@gnu.org>
4163
4164 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4165
4166 * variables.texi (Frame-Local Variables): Node deleted.
4167 (Variables): Delete Frame-Local Variables from menu.
4168 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4169 (Default Value): Don't mention frame-local vars.
4170
4171 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4172
4173 * loading.texi (Unloading): Document FEATURE-unload-function
4174 instead of FEATURE-unload-hook.
4175
2328cbb3
RS
4176 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4177
c066bafa
JL
41782007-10-22 Juri Linkov <juri@jurta.org>
4179
4180 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4181 (High-Level Completion): Document a list of default value strings
4182 in the DEFAULT argument, for which minibuffer functions return the
4183 first element.
4184
65ced25f
JL
41852007-10-17 Juri Linkov <juri@jurta.org>
4186
4187 * text.texi (Filling): Update arguments of fill-paragraph.
4188 fill-paragraph operates on the active region in Transient Mark mode.
4189 Remove fill-paragraph-or-region.
4190
ee46ec8e
KB
41912007-10-13 Karl Berry <karl@gnu.org>
4192
4193 * elisp.texi (@dircategory): Move to after @copying,
4194 since we want @copying as close as possible to the beginning of
4195 the output.
4196
61bbdbc6
RS
41972007-10-12 Richard Stallman <rms@gnu.org>
4198
4199 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4200
4201 * commands.texi (Distinguish Interactive): New node,
4202 broken out from Interactive Call and rewritten.
4203 (Command Loop): Put Distinguish Interactive in menu.
4204
af23e1e8
RS
42052007-10-09 Richard Stallman <rms@gnu.org>
4206
4207 * text.texi (Examining Properties): Mention overlay priority.
4208
4209 * display.texi (Display Margins): Correct the description
4210 of margin display specifications.
4211 (Replacing Specs): New subnode broken out of Display Property.
4212
e1965a69
JL
42132007-10-06 Juri Linkov <juri@jurta.org>
4214
4215 * text.texi (Filling): Document fill-paragraph-or-region.
4216
4638454b
JB
42172007-10-05 Juanma Barranquero <lekktu@gmail.com>
4218
4219 * display.texi (Auto Faces): Fix typo.
4220
7ed54cc5
RS
42212007-10-02 Richard Stallman <rms@gnu.org>
4222
4223 * display.texi (Display Property): Explain some display specs
4224 don't let you move point in.
4225
5dcb4c4e
SM
4226 * frames.texi (Cursor Parameters):
4227 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4228
4229 * windows.texi (Basic Windows): Don't describe
4230 cursor-in-non-selected-windows here.
4231
305a7ef2
EZ
42322007-10-01 Eli Zaretskii <eliz@gnu.org>
4233
4234 * processes.texi (Misc Network): Note that these functions are
4235 supported only on some systems.
4236
f7a7f4eb
RS
42372007-10-01 Richard Stallman <rms@gnu.org>
4238
4239 * display.texi (Overlay Properties): Explain nil as priority.
4240 Explain that conflicts are unpredictable if not resolved by
4241 priorities.
4242
780d7bb9
RS
42432007-09-23 Richard Stallman <rms@gnu.org>
4244
4245 * macros.texi (Backquote): Minor clarification.
4246
14b4fdfb
RS
42472007-09-19 Richard Stallman <rms@gnu.org>
4248
4249 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4250 Clarify when they work in parallel and when one overrides.
4251 Fix error in example.
14b4fdfb 4252
b8d4c8d0
GM
42532007-09-06 Glenn Morris <rgm@gnu.org>
4254
b3e755a9 4255 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4256 commands to use ../../info.
4257 * Makefile.in (infodir): Go up one more level.
4638454b 4258 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4259 (miscmanualdir): New.
4260 (dist): Use new variable miscmanualdir.
4261 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4262 (usermanualdir): Change from ../man to ../emacs.
4263
1bb1f7d3
MR
42642007-08-30 Martin Rudalics <rudalics@gmx.at>
4265
4266 * commands.texi (Command Loop Info): Advise against changing
4267 most variables described here. Explain new variable
4268 last-repeatable-command.
4269
b8d4c8d0
GM
42702007-08-29 Glenn Morris <rgm@gnu.org>
4271
4272 * elisp.texi (EMACSVER): Increase to 23.0.50.
4273
42742007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4275
4276 * frames.texi (Basic Parameters): Add display-environment-variable
4277 and term-environment-variable.
4278
42792007-08-28 Juri Linkov <juri@jurta.org>
4280
4281 * display.texi (Image Formats, Other Image Types): Add SVG.
4282
42832007-08-28 Juri Linkov <juri@jurta.org>
4284
4285 * display.texi (Images): Move formats-related text to new node
4286 "Image Formats".
4287 (Image Formats): New node.
4288
619fb9ee
RS
42892007-08-27 Richard Stallman <rms@gnu.org>
4290
4291 * windows.texi (Window Configurations): Clarify what
4292 a window configuration saves.
4293
b8d4c8d0
GM
42942007-08-25 Richard Stallman <rms@gnu.org>
4295
4296 * display.texi (Images): Delete redundant @findex.
4297
39f9da30
GM
42982007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * text.texi (Change Hooks): (after|before)-change-functions are no
4301 longer bound to nil while running; rather inhibit-modification-hooks
4302 is t.
4303
b8d4c8d0
GM
43042007-08-16 Richard Stallman <rms@gnu.org>
4305
5dcb4c4e
SM
4306 * processes.texi (Asynchronous Processes):
4307 Clarify doc of start-file-process.
b8d4c8d0
GM
4308
43092007-08-08 Martin Rudalics <rudalics@gmx.at>
4310
4311 * modes.texi (Example Major Modes): Fix typo.
4312
43132007-08-08 Glenn Morris <rgm@gnu.org>
4314
4315 * intro.texi (nil and t): Do not use `iff' in documentation.
4316
4317 * tips.texi (Documentation Tips): Recommend against `iff'.
4318
43192007-08-07 Chong Yidong <cyd@stupidchicken.com>
4320
4321 * display.texi (Image Cache): Document image-refresh.
4322
43232007-08-06 Martin Rudalics <rudalics@gmx.at>
4324
4325 * windows.texi (Size of Window): Document window-full-width-p.
4326
43272007-07-25 Glenn Morris <rgm@gnu.org>
4328
4329 * gpl.texi (GPL): Replace license with GPLv3.
4330
4331 * Relicense all FSF files to GPLv3 or later.
4332
43332007-07-24 Michael Albinus <michael.albinus@gmx.de>
4334
4638454b
JB
4335 * processes.texi (Synchronous Processes):
4336 Add `process-file-shell-command'.
b8d4c8d0
GM
4337 (Asynchronous Processes): Mention restricted use of
4338 `process-filter' and `process-sentinel' in
4339 `start-file-process'. Add `start-file-process-shell-command'.
4340
43412007-07-17 Michael Albinus <michael.albinus@gmx.de>
4342
4343 * files.texi (Magic File Names): Introduce optional parameter
4344 IDENTIFICATION for `file-remote-p'.
4345
43462007-07-16 Richard Stallman <rms@gnu.org>
4347
4348 * display.texi (Defining Faces): Fix previous change.
4349
43502007-07-14 Richard Stallman <rms@gnu.org>
4351
4352 * control.texi (Handling Errors): Document `debug' in handler list.
4353
43542007-07-10 Richard Stallman <rms@gnu.org>
4355
4356 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4357
43582007-07-09 Richard Stallman <rms@gnu.org>
4359
4360 * files.texi (Magic File Names): Rewrite previous change.
4361
43622007-07-08 Michael Albinus <michael.albinus@gmx.de>
4363
4364 * files.texi (Magic File Names): Introduce optional parameter
4365 CONNECTED for `file-remote-p'.
4366
43672007-07-07 Michael Albinus <michael.albinus@gmx.de>
4368
4369 * processes.texi (Asynchronous Processes):
4370 * files.texi (Magic File Names): Add `start-file-process'.
4371
43722007-06-27 Richard Stallman <rms@gnu.org>
4373
5dcb4c4e
SM
4374 * files.texi (Format Conversion Piecemeal):
4375 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4376
43772007-06-27 Michael Albinus <michael.albinus@gmx.de>
4378
4638454b
JB
4379 * files.texi (Magic File Names): Remove `dired-call-process'.
4380 Add `process-file'.
b8d4c8d0
GM
4381
43822007-06-27 Kenichi Handa <handa@m17n.org>
4383
4384 * text.texi (Special Properties): Fix description about
4638454b 4385 `composition' property.
b8d4c8d0
GM
4386
43872007-06-26 Kenichi Handa <handa@m17n.org>
4388
4389 * nonascii.texi (Default Coding Systems): Document about the
4390 return value `undecided'.
4391
43922007-06-25 David Kastrup <dak@gnu.org>
4393
4394 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4395 `current-active-maps'.
4396
43972007-06-24 Karl Berry <karl@gnu.org>
4398
4638454b 4399 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4400
44012007-06-15 Juanma Barranquero <lekktu@gmail.com>
4402
4403 * display.texi (Overlay Arrow): Doc fix.
4404
44052007-06-14 Karl Berry <karl@tug.org>
4406
4407 * anti.texi (Antinews): Typo.
4408
44092007-06-14 Chong Yidong <cyd@stupidchicken.com>
4410
4411 * display.texi (Image Cache): Document image-refresh.
4412
44132007-06-12 Karl Berry <karl@gnu.org>
4414
4415 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4416 * two-volume.make: New file.
4417 * .cvsignore: Ignore two-volume files.
4418
44192007-06-12 Tom Tromey <tromey@redhat.com>
4420
4421 * os.texi (Init File): Document user-emacs-directory.
4422
44232007-06-03 Nick Roberts <nickrob@snap.net.nz>
4424
4425 * commands.texi (Click Events): Describe width and height when
4426 object is nil.
4427
44282007-05-30 Nick Roberts <nickrob@snap.net.nz>
4429
5dcb4c4e
SM
4430 * commands.texi (Click Events): Layout more logically.
4431 Describe width and height.
b8d4c8d0
GM
4432 (Drag Events, Motion Events): Update to new format for position.
4433
44342007-06-02 Richard Stallman <rms@gnu.org>
4435
4436 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4437
44382007-06-02 Chong Yidong <cyd@stupidchicken.com>
4439
4440 * Version 22.1 released.
4441
44422007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * text.texi (Special Properties): Correct meaning of fontified face.
4445
44462007-05-30 Richard Stallman <rms@gnu.org>
4447
4448 * text.texi (Special Properties): Add link to Adjusting Point.
4449
44502007-05-12 Richard Stallman <rms@gnu.org>
4451
4452 * text.texi (Margins): indent-to-left-margin is not the default.
4453 (Mode-Specific Indent): For indent-line-function, the default
4454 is indent-relative.
4455
4456 * modes.texi (Example Major Modes): Explain last line of text-mode
4457 is redundant.
4458
44592007-05-10 Richard Stallman <rms@gnu.org>
4460
4461 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4462
4463 * help.texi (Keys in Documentation): Add reference to
4464 Documentation Tips.
4465
4466 * files.texi (Format Conversion): TO-FN gets three arguments.
4467
4468 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4469
44702007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4471
4472 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4473 * files.texi (Format Conversion): Expand intro; add menu.
4474 (Format Conversion Overview, Format Conversion Round-Trip)
4475 (Format Conversion Piecemeal): New nodes/subsections.
4476 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4477 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4478 (Saving Properties): Delete node/subsection.
4479
44802007-05-07 Karl Berry <karl@gnu.org>
4481
4482 * elisp.texi (EMACSVER): Back to 22.
4483
44842007-05-06 Richard Stallman <rms@gnu.org>
4485
4486 * processes.texi (Accepting Output): Revert most of previous change.
4487
44882007-05-05 Richard Stallman <rms@gnu.org>
4489
4490 * processes.texi (Accepting Output): accept-process-output
4491 uses microseconds, not milliseconds. But that arg is obsolete.
4492
44932007-05-04 Karl Berry <karl@tug.org>
4494
4495 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4496
44972007-05-04 Eli Zaretskii <eliz@gnu.org>
4498
4499 * tips.texi (Documentation Tips): Rearrange items to place the
4500 more important ones first. Add an index entry for hyperlinks.
4501
45022007-05-03 Karl Berry <karl@gnu.org>
4503
4504 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4505 (EMACSVER) [smallbook]: 22 for printed version.
4506
4507 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4508 so restore anchor to normal position after defun. Found by Kevin Ryde.
4509
45102007-04-26 Glenn Morris <rgm@gnu.org>
4511
4512 * elisp.texi (EMACSVER): Increase to 22.1.50.
4513
45142007-04-28 Karl Berry <karl@gnu.org>
4515
4516 * elisp.texi: Improve line breaks on copyright page,
4517 similar layout to emacs manual, 8.5x11 by default.
4518
45192007-04-24 Richard Stallman <rms@gnu.org>
4520
4521 * text.texi (Special Properties): Add xref to Overlay Properties.
4522
4523 * display.texi (Overlay Properties): Add xref to Special Properties.
4524
45252007-04-22 Richard Stallman <rms@gnu.org>
4526
4527 * keymaps.texi (Extended Menu Items): Move the info about
4528 format with cached keyboard binding.
4529
45302007-04-21 Richard Stallman <rms@gnu.org>
4531
4532 * text.texi (Special Properties): Clarify previous change.
4533
4534 * files.texi (File Name Expansion): Clarify previous change.
4535
4536 * display.texi (Attribute Functions): Fix example for
4537 face-attribute-relative-p.
4538
45392007-04-19 Kenichi Handa <handa@m17n.org>
4540
4541 * text.texi (Special Properties): Document composition property.
4542
45432007-04-19 Glenn Morris <rgm@gnu.org>
4544
4545 * files.texi (File Name Expansion): Mention "superroot".
4546
45472007-04-15 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4550 setups.
4551 (Display Feature Testing): Note that display refers to all
4552 physical monitors for multi-monitor setups.
4553
45542007-04-14 Richard Stallman <rms@gnu.org>
4555
4556 * lists.texi (Sets And Lists): Clarify `delete' examples.
4557 Remove spurious xref to same node.
4558 Clarify xref for add-to-list.
4559
45602007-04-12 Nick Roberts <nickrob@snap.net.nz>
4561
4562 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4563 value of lisp-mode-map.
4564
45652007-04-11 Karl Berry <karl@gnu.org>
4566
4567 * anti.texi (Antinews):
4568 * display.texi (Overlay Properties, Defining Images):
4569 * processes.texi (Synchronous Processes, Sentinels):
4570 * syntax.texi (Syntax Table Internals):
4571 * searching.texi (Regexp Special):
4572 * nonascii.texi (Default Coding Systems):
4573 * text.texi (Special Properties):
4574 * minibuf.texi (Basic Completion): Wording to improve breaks in
4575 8.5x11 format.
4576 * elisp.texi (smallbook): New @set to more easily switch between
4577 smallbook and 8.5x11.
4578
45792007-04-11 Richard Stallman <rms@gnu.org>
4580
4581 * text.texi (Lazy Properties): Minor fix.
4582
45832007-04-08 Karl Berry <karl@gnu.org>
4584
4585 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4586 * macros.texi (Backquote): Downcase Backquote in index entries for
4587 consistency.
4588
45892007-04-08 Richard Stallman <rms@gnu.org>
4590
4591 * text.texi (Adaptive Fill): Just describe default,
4592 don't show it (since it contains non-ASCII chars).
4593
45942007-04-07 Karl Berry <karl@gnu.org>
4595
4596 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4597 adaptive-fill-regexp's value, since they are not in the standard
4598 TeX fonts.
4599
46002007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4601
4602 * display.texi (Defining Faces): Fix example.
4603
46042007-04-07 Karl Berry <karl@gnu.org>
4605
4606 * display.texi (Button Buffer Commands): Improve page break.
4607
46082007-04-07 Richard Stallman <rms@gnu.org>
4609
4610 * advice.texi (Activation of Advice): Remove redundant index entry.
4611
4612 * backups.texi: Improve index entries. Remove redundant ones.
4613
4614 * compile.texi (Byte Compilation): Improve index entry.
4615
4616 * hash.texi (Creating Hash): Improve index entry.
4617
4618 * symbols.texi (Definitions): Improve index entry.
4619
4620 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4621
4622 * maps.texi (Standard Keymaps): Remove useless index entry.
4623
4624 * help.texi (Documentation Basics): Remove redundant index entries.
4625
4626 * customize.texi: Improve index entries.
4627 Remove redundant/useless ones.
4628
4629 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4630
4631 * streams.texi (Output Variables): Improve index entry.
4632
4633 * abbrevs.texi (Abbrevs): Remove useless index entry.
4634
4635 * macros.texi (Expansion): Remove useless index entry.
4636
4637 * text.texi: Improve index entries. Remove redundant/useless ones.
4638 (Text Properties, Examining Properties)
4639 (Special Properties): Use "property category" instead of "category"
4640 to refer to the `category' property.
4641
4642 * positions.texi: Improve index entries. Remove useless one.
4643
4644 * lists.texi: Improve index entries. Remove redundant/useless ones.
4645
4646 * os.texi: Improve index entries.
4647 (Timers): Fix previous change.
4648
4649 * buffers.texi: Improve index entries.
4650 (Modification Time): Get rid of term "obsolete buffer".
4651
4652 * debugging.texi: Improve index entries.
4653 (Test Coverage): Add xref to other test coverage ftr.
4654
4655 * eval.texi: Improve index entry. Remove redundant ones.
4656
4657 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4658
4659 * files.texi: Improve index entries. Remove redundant/useless ones.
4660
4661 * objects.texi: Improve index entries.
4662
4663 * processes.texi: Improve index entries.
4664
4665 * modes.texi: Improve index entry. Remove redundant one.
4666
4667 * nonascii.texi: Improve index entries.
4668
4669 * internals.texi: Improve index entries.
4670
4671 * syntax.texi: Improve index entries.
4672
4673 * keymaps.texi (Active Keymaps): Improve index entries.
4674
4675 * commands.texi: Improve index entries. Remove redundant/useless ones.
4676
4677 * frames.texi: Improve index entries. Remove redundant/useless ones.
4678
4679 * markers.texi: Improve index entries. Remove redundant ones.
4680
4681 * tips.texi: Improve index entries.
4682
4683 * loading.texi (Unloading): Improve index entry.
4684
4685 * variables.texi: Improve index entries. Remove redundant one.
4686
4687 * sequences.texi: Improve index entry.
4688
4689 * display.texi: Improve index entries. Remove redundant ones.
4690
4691 * windows.texi: Improve index entries.
4692
4693 * searching.texi: Improve index entries. Remove redundant one.
4694
4695 * strings.texi (Case Tables): Improve last change.
4696
46972007-04-04 Chong Yidong <cyd@stupidchicken.com>
4698
4699 * strings.texi (Case Tables): Document with-case-table and
4700 ascii-case-table.
4701
47022007-04-03 Karl Berry <karl@gnu.org>
4703
4704 * processes.texi (Network): Reword to improve page break.
4705
47062007-04-03 Eli Zaretskii <eliz@gnu.org>
4707
4708 * functions.texi (Inline Functions): Describe more disadvantages
4709 of defsubst, and make advice against it stronger.
4710
47112007-04-02 Karl Berry <karl@gnu.org>
4712
4713 * backups.texi (Backup Names): Avoid widow words.
4714 * modes.texi (Example Major Modes): Align last comment.
4715
47162007-04-01 Chong Yidong <cyd@stupidchicken.com>
4717
4718 * keymaps.texi (Remapping Commands): Document new arg to
4719 command-remapping.
4720
47212007-04-01 Karl Berry <karl@gnu.org>
4722
4723 * processes.texi (Low-Level Network): Typo.
4724 * loading.texi (Hooks for Loading): Avoid double "the".
4725 * keymaps.texi (Key Sequences): No double "and".
4726 (Changing Key Bindings): Shorten to improve line break.
4727
47282007-03-31 Glenn Morris <rgm@gnu.org>
4729
4730 * os.texi (Timers): Fix description of run-at-time TIME formats.
4731
47322007-03-31 Richard Stallman <rms@gnu.org>
4733
4734 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4735 regarding ellipsis.
4736
47372007-03-31 Eli Zaretskii <eliz@gnu.org>
4738
4739 * intro.texi (nil and t):
4740 * symbols.texi (Plists and Alists):
4741 * variables.texi (Variable Aliases, Constant Variables):
4742 * functions.texi (Defining Functions):
4743 * advice.texi (Advising Primitives):
4744 * debugging.texi (Syntax Errors, Compilation Errors):
4745 * minibuf.texi (Minibuffer Windows):
4746 * commands.texi (Adjusting Point):
4747 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4748 (Auto Major Mode, Major Mode Conventions):
4749 * help.texi (Describing Characters):
4750 * files.texi (Create/Delete Dirs, Information about Files)
4751 (File Locks, Writing to Files, Reading from Files)
4752 (Saving Buffers):
4753 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4754 * frames.texi (Finding All Frames):
4755 * positions.texi (Buffer End, Motion):
4756 * markers.texi (The Region):
4757 * text.texi (Deletion, Near Point):
4758 * display.texi (Displaying Messages, Truncation):
4759 * os.texi (Processor Run Time):
4760 * tips.texi (Key Binding Conventions, Programming Tips)
4761 (Warning Tips, Documentation Tips, Comment Tips):
4762 * internals.texi (Memory Usage): Improve indexing.
4763
4764 * variables.texi (Frame-Local Variables):
4765 * functions.texi (Argument List):
4766 * loading.texi (Library Search):
4767 * streams.texi (Output Variables):
4768 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4769 * searching.texi (Replacing Match, Search and Replace):
4770 * processes.texi (Byte Packing, Decoding Output)
4771 (Accepting Output, Network Servers, Shell Arguments):
4772 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4773 * windows.texi (Window Point, Window Start):
4774 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4775 * commands.texi (Reading Input, Keyboard Events):
4776 * minibuf.texi (Reading File Names, Minibuffer Completion)
4777 (Recursive Mini):
4778 * positions.texi (List Motion):
4779 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4780 * numbers.texi (Arithmetic Operations, Math Functions)
4781 (Predicates on Numbers, Comparison of Numbers):
4782 (Numeric Conversions):
4783 * locals.texi (Standard Buffer-Local Variables):
4784 * maps.texi (Standard Keymaps):
4785 * os.texi (User Identification, System Environment, Recording Input)
4786 (X11 Keysyms):
4787 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4788 * backups.texi (Backups and Auto-Saving):
4789 * customize.texi (Customization, Group Definitions)
4790 (Variable Definitions):
4791 * compile.texi (Byte Compilation): Improve index entries.
4792
47932007-03-31 Karl Berry <karl@gnu.org>
4794
4795 * macros.texi (Defining Macros): Avoid widow syllable.
4796
47972007-03-31 Eli Zaretskii <eliz@gnu.org>
4798
4799 * elisp.texi (Top): Postscript -> PostScript.
4800
4801 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4802
48032007-03-31 Markus Triska <markus.triska@gmx.at>
4804
4805 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4806
48072007-03-30 Karl Berry <karl@gnu.org>
4808
4809 * lists.texi (List-related Predicates): Remove spurious @need.
4810 (Setcdr): Use @smallexample to improve page break.
4811 (Association Lists) <assoc>: Reword to improve page break.
4812
4813 * strings.texi (String Conversion): Insert blank line to improve
4814 page break.
4815
4816 * numbers.texi (Random Numbers): Use @minus{}.
4817 (Math Functions): Use @minus{}.
4818
4819 * intro.texi (Acknowledgements): Avoid line breaks before middle
4820 initials.
4821
48222007-03-24 Eli Zaretskii <eliz@gnu.org>
4823
4824 * errors.texi (Standard Errors): Add an index entry.
4825
48262007-03-19 Richard Stallman <rms@gnu.org>
4827
4828 * os.texi (Recording Input): recent-keys now gives 300 keys.
4829
48302007-03-12 Glenn Morris <rgm@gnu.org>
4831
4832 * os.texi: Replace "daylight savings" with "daylight saving"
4833 throughout.
4834
48352007-03-05 Richard Stallman <rms@gnu.org>
4836
5dcb4c4e
SM
4837 * variables.texi (File Local Variables):
4838 Update enable-local-variables values.
b8d4c8d0
GM
4839
48402007-03-04 Richard Stallman <rms@gnu.org>
4841
4842 * syntax.texi (Control Parsing): Minor clarification.
4843
4844 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4845
4846 * sequences.texi (Sequence Functions): Move string-bytes away,
4847 add xref.
4848
4849 * nonascii.texi (Text Representations): Move string-bytes here.
4850
4851 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4852
4853 * minibuf.texi (Basic Completion): Minor clarification.
4854
4855 * markers.texi (The Mark): Clarify existence vs activation of mark.
4856 Other cleanup.
4857
4858 * display.texi (Finding Overlays): Write better example.
4859
4860 * compile.texi (Eval During Compile): Clarify putting macros
4861 in eval-when-compile.
4862
c5602427 48632007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4864
4865 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4866 load-read-function definition doc.
b8d4c8d0
GM
4867
48682007-02-21 Kim F. Storm <storm@cua.dk>
4869
4870 * strings.texi (Text Comparison): Mention that assoc-string
4871 converts symbols to strings before testing.
4872
48732007-02-17 Kim F. Storm <storm@cua.dk>
4874
4875 * processes.texi (Bindat Spec): Vector types can have optional
4876 element type.
4877 (Bindat Examples): Fix example. Add vector with element type.
4878
48792007-02-16 Andreas Schwab <schwab@suse.de>
4880
4881 * strings.texi (Formatting Strings): Document '+' flag.
4882
48832007-02-15 Juanma Barranquero <lekktu@gmail.com>
4884
4885 * strings.texi (Modifying Strings): Clarify that `clear-string'
4886 always converts the string to unibyte.
4887
48882007-02-14 Kim F. Storm <storm@cua.dk>
4889
4890 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4891 Rewrite glyph code description to refer to these functions.
4892 Remove details of encoding face number and char into integer code.
4893
48942007-02-03 Alan Mackenzie <acm@muc.de>
4895
4896 * loading.texi (Hooks for Loading): Make the description of
4897 `eval-after-load' more detailed, and amend the description of
4898 after-load-alist, in accordance with changes from 2006-05.
4899
49002007-02-03 Chong Yidong <cyd@stupidchicken.com>
4901
4902 * modes.texi (Defining Minor Modes): Document that a :require
4903 keyword or similar may be required to make saved customization
4904 variables work.
4905
49062007-02-03 Eli Zaretskii <eliz@gnu.org>
4907
4908 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4909 Texinfo guidelines and with what texnfo-upd.el expects.
4910 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4911 parts needed by `texinfo-multiple-files-update'.
4912
49132007-02-02 Eli Zaretskii <eliz@gnu.org>
4914
4915 * elisp.texi (Top): Update the top-level menus.
4916
4917 * syntax.texi (Categories): Add index entries.
4918
49192007-02-01 Juanma Barranquero <lekktu@gmail.com>
4920
4921 * display.texi (Attribute Functions): Fix name and description of
4922 the UNDERLINE arg of `set-face-underline-p'.
4923
49242007-01-29 Eli Zaretskii <eliz@gnu.org>
4925
4926 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4927 Variables", and "Standard Keymaps" to the detailed menu.
4928
4929 * variables.texi (Future Local Variables): Add index entry.
4930
49312007-01-28 Richard Stallman <rms@gnu.org>
4932
4933 * tips.texi (Coding Conventions): Clarify the tip about macros
4934 that define a function or a variable.
4935
4936 * files.texi (File Attributes): UID and GID can be floats.
4937 (Magic File Names): Explain why deferring all operations to
4938 the standard handler does not work.
4939
49402007-01-23 Martin Rudalics <rudalics@gmx.at>
4941
4942 * backups.texi (Reverting): Use "buffer" instead of "file"
4943 when talking about major and minor modes.
4944
49452007-01-21 Richard Stallman <rms@gnu.org>
4946
4947 * help.texi (Documentation): Add xref to Documentation Tips.
4948
49492007-01-14 Juanma Barranquero <lekktu@gmail.com>
4950
4951 * tips.texi (Coding Conventions): Fix typos.
4952
49532007-01-05 Richard Stallman <rms@gnu.org>
4954
4955 * modes.texi (Defining Minor Modes): Fix previous change.
4956
49572007-01-03 Richard Stallman <rms@gnu.org>
4958
4959 * customize.texi (Variable Definitions, Customization Types):
4960 Don't use * in doc string for defcustom.
4961
49622007-01-02 Richard Stallman <rms@gnu.org>
4963
4964 * variables.texi (Variable Aliases): Clarify that aliases vars
4965 always have the same value.
4966
4967 * processes.texi (Bindat Spec): Fix Texinfo usage.
4968
4969 * modes.texi (Defining Minor Modes): Explain effect of command
4970 defined with define-global-minor-mode on new buffers.
4971
49722006-12-30 Kim F. Storm <storm@cua.dk>
4973
4974 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4975 `auto-resize-tool-bars'.
4976
49772006-12-30 Richard Stallman <rms@gnu.org>
4978
4979 * keymaps.texi (Active Keymaps): Fix previous change.
4980
49812006-12-30 Nick Roberts <nickrob@snap.net.nz>
4982
4983 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4984
49852006-12-30 Kim F. Storm <storm@cua.dk>
4986
4987 * processes.texi (Bindat Spec): Clarify using field names in
4988 length specifications.
4989
49902006-12-29 Kim F. Storm <storm@cua.dk>
4991
4992 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4993 Add count and index variables for eval forms in repeat blocks.
4994
49952006-12-24 Richard Stallman <rms@gnu.org>
4996
5dcb4c4e
SM
4997 * customize.texi (Variable Definitions):
4998 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4999
50002006-12-19 Kim F. Storm <storm@cua.dk>
5001
5002 * commands.texi (Misc Events): User signals now result in sigusr1
5003 and sigusr2 events which are handled through special-event-map.
5004 (Special Events): User signals and drag-n-drop are special.
5005
50062006-12-17 Richard Stallman <rms@gnu.org>
5007
5008 * loading.texi (Named Features): Explain subfeatures better.
5009
5010 * customize.texi: Use "option" only for user options.
5011 For the keyword values inside defcustom etc, say "keywords".
5012 For :options value's elements, say "elements".
5013 :group should not be omitted.
5014
5015 * syntax.texi (Parsing Expressions): Split up node.
5016 (Motion via Parsing, Position Parse, Parser State)
5017 (Low-Level Parsing, Control Parsing): New subnodes.
5018 (Parser State): Document syntax-ppss-toplevel-pos.
5019
5020 * positions.texi (List Motion): Punctuation fix.
5021
5022 * files.texi (File Name Completion): Document PREDICATE arg
5023 to file-name-completion.
5024
50252006-12-16 Eli Zaretskii <eliz@gnu.org>
5026
5027 * internals.texi (Building Emacs, Writing Emacs Primitives):
5028 Add index entries.
5029
50302006-12-11 Richard Stallman <rms@gnu.org>
5031
5032 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5033 affects face menu. Explain how to make it non-nil without enabling
5034 any fontification.
5035
50362006-12-10 Chong Yidong <cyd@stupidchicken.com>
5037
5038 * modes.texi (Font Lock Basics): Document nil value of
5039 font-lock-defaults.
5040
50412006-12-10 Glenn Morris <rgm@gnu.org>
5042
5043 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5044 value for system-flag argument. Abbrev tables may not be empty
5045 when major modes are loaded.
5046
50472006-12-08 Juanma Barranquero <lekktu@gmail.com>
5048
5049 * makefile.w32-in (maintainer-clean): Partially revert last
5050 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5051 to protect elisp-covers.texi.
5052
50532006-12-07 Juanma Barranquero <lekktu@gmail.com>
5054
5055 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5056 Don't remove elisp* info files; they are already deleted by the
5057 `clean' and `distclean' targets, and they are in the $(infodir)
5058 directory, not the current one.
5059
50602006-12-04 Kim F. Storm <storm@cua.dk>
5061
5062 * commands.texi (Misc Events): Update signal events.
5063 (Event Examples): Add signal example.
5064
50652006-11-29 Richard Stallman <rms@gnu.org>
5066
5067 * frames.texi (Visibility of Frames): Explain visible windows
5068 can be covered by others. Add xref for raise-frame.
5069
50702006-11-28 Richard Stallman <rms@gnu.org>
5071
5072 * searching.texi (Regexp Special): Update when ^ is special.
5073
50742006-11-27 Eli Zaretskii <eliz@gnu.org>
5075
5076 * customize.texi (Customization, Common Keywords)
5077 (Group Definitions, Variable Definitions, Composite Types)
5078 (Type Keywords, Customization Types): Add index entries for
5079 various customization keywords.
5080
50812006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5082
5083 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5084
c8763fb6 50852006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5086
5087 * frames.texi (Window System Selections): Remove clipboard from
5088 description of selection-coding-system.
5089
50902006-11-06 Richard Stallman <rms@gnu.org>
5091
5092 * lists.texi (List Variables): Document COMPARE-FN.
5093
5094 * keymaps.texi: Avoid use of "binding" to mean a relation;
5095 use it only to refer to the meaning associated with a key.
5096 (Keymaps): Change menu node description.
5097
5098 * elisp.texi (Top): Change menu node description.
5099
5100 * display.texi (Managing Overlays): Document overlay-recenter.
5101
51022006-10-29 Chong Yidong <cyd@stupidchicken.com>
5103
5104 * Makefile.in: Use relative paths to avoid advertising filesystem
5105 contents during compilation.
5106
51072006-10-23 Kim F. Storm <storm@cua.dk>
5108
5109 * commands.texi (Event Input Misc): Update unread-command-events.
5110
51112006-10-23 Nick Roberts <nickrob@snap.net.nz>
5112
5113 * lists.texi (Sets And Lists): Fix typos.
5114
51152006-10-18 Juanma Barranquero <lekktu@gmail.com>
5116
5117 * control.texi (Processing of Errors): Use @var for an argument,
5118 not @code.
5119
51202006-10-16 Richard Stallman <rms@gnu.org>
5121
5122 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5123
5124 * keymaps.texi (Format of Keymaps): Show all the keymap element
5125 patterns that result from menu items.
5126 (Key Lookup): Minor cleanups.
5127
5128 * modes.texi (Precalculated Fontification): Don't say that
5129 not setting font-lock-defaults avoids loading font-lock.
5130
5131 * help.texi (Documentation): Move xref to Emacs Manual here.
5132 (Documentation Basics): From here.
5133 Also doc emacs-lisp-docstring-fill-column.
5134
5135 * elisp.texi: Update version and ISBN.
5136
5137 * commands.texi (Interactive Call): Clarify KEYS arg to
5138 call-interactively is a vector.
5139 (Command Loop Info): Delete anchor in this-command-keys.
5140 Add anchor in this-command-keys-vector.
5141 (Recursive Editing): Document how recursive-edit
5142 handles the current buffer.
5143
51442006-10-13 Chong Yidong <cyd@stupidchicken.com>
5145
5146 * frames.texi (Frame Titles): %c and %l are ignored in
5147 frame-title-format.
5148
51492006-10-11 Richard Stallman <rms@gnu.org>
5150
5151 * keymaps.texi (Key Sequences): Clarify use of kbd.
5152
51532006-10-10 Kim F. Storm <storm@cua.dk>
5154
5155 * lists.texi (Sets And Lists): Add memql.
5156
51572006-10-03 Richard Stallman <rms@gnu.org>
5158
5159 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5160 Clarify :ascii: and :nonascii:.
5161
51622006-09-29 Juri Linkov <juri@jurta.org>
5163
5164 * modes.texi (%-Constructs): Reorder coding systems in the
5165 documentation of %z to the real order displayed in the modeline.
5166
51672006-09-25 Richard Stallman <rms@gnu.org>
5168
5169 * os.texi (Timers): Describe timer-max-repeats.
5170
51712006-09-25 Chong Yidong <cyd@stupidchicken.com>
5172
5173 * os.texi (Timers): Mention with-local-quit.
5174
51752006-09-24 Richard Stallman <rms@gnu.org>
5176
5177 * searching.texi (Searching and Matching): Mention property search.
5178
5179 * commands.texi (Command Loop Info): Explain how read-event affects
5180 this-command-keys.
5181
51822006-09-20 Richard Stallman <rms@gnu.org>
5183
5184 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5185
5186 * windows.texi (Window Start): Minor cleanups.
5187
51882006-09-20 Kim F. Storm <storm@cua.dk>
5189
5190 * windows.texi (Window Start): pos-visible-in-window-p allows
5191 specifying t for position to mean "end of window".
5192 Add window-line-height.
5193
5194 * anti.texi (Antinews): Mention window-line-height.
5195
51962006-09-19 David Kastrup <dak@gnu.org>
5197
5198 * keymaps.texi (Searching Keymaps): Small clarification.
5199
52002006-09-18 Richard Stallman <rms@gnu.org>
5201
5202 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5203 cause keyboard menus.
5204 (Menu Keymaps): Likewise.
5205 (Defining Menus, Keyboard Menus): Clarify.
5206
5207 * text.texi (Fields): Clarify explanation of constrain-to-field.
5208
52092006-09-16 Eli Zaretskii <eliz@gnu.org>
5210
5211 * variables.texi (Tips for Defining): Fix a typo.
5212
52132006-09-15 Richard Stallman <rms@gnu.org>
5214
5215 * keymaps.texi (Remapping Commands, Searching Keymaps)
5216 (Active Keymaps): Clean up previous change.
5217
52182006-09-15 Jay Belanger <belanger@truman.edu>
5219
5220 * gpl.texi: Replace "Library Public License" by "Lesser Public
5221 License" throughout.
5222
52232006-09-15 David Kastrup <dak@gnu.org>
5224
5225 * keymaps.texi (Active Keymaps): Adapt description to use
5226 `get-char-property' instead `get-text-property'. Explain how
5227 mouse events change this. Explain the new optional argument of
5228 `key-binding' and its mouse-dependent lookup.
5229 (Searching Keymaps): Adapt description similarly.
5230 (Remapping Commands): Explain the new optional argument of
5231 `command-remapping'.
5232
52332006-09-14 Richard Stallman <rms@gnu.org>
5234
5235 * keymaps.texi (Searching Keymaps): Clarification.
5236 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5237
52382006-09-13 Richard Stallman <rms@gnu.org>
5239
5240 * objects.texi (Character Type): Node split.
5241 Add xref to Describing Characters.
5242 (Basic Char Syntax, General Escape Syntax)
5243 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5244
52452006-09-11 Richard Stallman <rms@gnu.org>
5246
5247 * display.texi (Display Table Format): Wording clarification.
5248 (Glyphs): Clarifications.
5249
52502006-09-10 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5253 local maps.
5254
52552006-09-10 Kim F. Storm <storm@cua.dk>
5256
5257 * display.texi (Forcing Redisplay): Document return value of
5258 function redisplay.
5259
52602006-09-09 Richard Stallman <rms@gnu.org>
5261
5262 * windows.texi (Window Hooks): Explain limits of
5263 window-scroll-functions.
5264
5265 * display.texi (Fringe Indicators): Update for last change in
5266 indicate-buffer-boundaries.
5267
52682006-09-08 Richard Stallman <rms@gnu.org>
5269
5270 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5271
52722006-09-06 Kim F. Storm <storm@cua.dk>
5273
5274 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5275
5276 * windows.texi (Window Start): Update pos-visible-in-window-p.
5277
52782006-09-04 Richard Stallman <rms@gnu.org>
5279
5280 * processes.texi (Accepting Output): Explain SECONDS=0 for
5281 accept-process-output.
5282
5283 * os.texi (Idle Timers): Explain why timer functions should not
5284 loop until (input-pending-p).
5285
52862006-09-02 Eli Zaretskii <eliz@gnu.org>
5287
5288 * makefile.w32-in (usermanualdir): New variable.
5289 (elisp.dvi): Use it.
5290
52912006-09-01 Eli Zaretskii <eliz@gnu.org>
5292
5293 * buffers.texi (Buffer Modification): Fix last change.
5294
52952006-09-01 Chong Yidong <cyd@stupidchicken.com>
5296
5dcb4c4e
SM
5297 * buffers.texi (Buffer Modification):
5298 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5299
53002006-08-31 Richard Stallman <rms@gnu.org>
5301
5302 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5303
53042006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5305
5306 * modes.texi (Syntactic Font Lock):
5307 Mention font-lock-syntactic-face-function
5308 instead of specific faces.
5309
53102006-08-29 Chong Yidong <cyd@stupidchicken.com>
5311
5312 * display.texi (Images): Add xrref to display-images-p.
5313
53142006-08-28 Kenichi Handa <handa@m17n.org>
5315
5316 * nonascii.texi (Lisp and Coding Systems): Fix description of
5317 detect-coding-region.
5318
53192006-08-27 Michael Olson <mwolson@gnu.org>
5320
5321 * processes.texi (Transaction Queues): Remove stray quote
5322 character.
5323
53242006-08-25 Richard Stallman <rms@gnu.org>
5325
5326 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5327 Add xref.
5328
53292006-08-24 Chong Yidong <cyd@stupidchicken.com>
5330
5331 * os.texi (Timers): Avoid waiting inside timers.
5332
53332006-08-21 Lute Kamstra <lute@gnu.org>
5334
5335 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5336
53372006-08-20 Richard Stallman <rms@gnu.org>
5338
5339 * os.texi (Idle Timers): New node, split out from Timers.
5340 Document current-idle-time.
5341 * commands.texi (Reading One Event): Update xref.
5342 * elisp.texi (Top): Update subnode menu.
5343
53442006-08-16 Richard Stallman <rms@gnu.org>
5345
5346 * keymaps.texi (Extended Menu Items): Show format of cached
5347 bindings in extended menu items.
5348
5349 * customize.texi (Variable Definitions): Explain when the
5350 standard value expression is evaluated.
5351
53522006-08-15 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * commands.texi (Reading One Event): Explain idleness in
5355 `read-event'.
5356
53572006-08-12 Chong Yidong <cyd@stupidchicken.com>
5358
5359 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5360 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5361 relevant for Lisp programming.
5362 (Yank Commands): Rewrite introduction.
5363 (Undo): Clarify.
5364 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5365 (Filling): Remove redundant comment. Clarify return value of
5366 current-justification.
5367 (Margins): Minor clarifications.
5368 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5369 (Sorting): Update definition of sort-lines.
5370 (Columns): Clarify behavior of sort-columns.
5371 (Indent Tabs): Link to Tab Stops in Emacs manual.
5372 (Special Properties): Clarify.
5373 (Clickable Text): Mention Buttons package.
5374
53752006-08-12 Kevin Ryde <user42@zip.com.au>
5376
5377 * os.texi (Time Parsing): Add %z to description of
5378 format-time-string, as per docstring. Add cross reference to
5379 glibc manual for strftime.
5380
53812006-08-08 Richard Stallman <rms@gnu.org>
5382
5383 * modes.texi: Clean up wording in previous change.
5384
53852006-08-07 Chong Yidong <cyd@stupidchicken.com>
5386
5387 * modes.texi (Hooks): Clarify.
5388 (Major Mode Basics): Mention define-derived-mode explicitly.
5389 (Major Mode Conventions): Rebinding RET is OK for some modes.
5390 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5391 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5392 (Mode Line Basics): Clarify.
5393 (Mode Line Data): Mention help-echo and local-map in strings.
5394 Explain reason for treatment of non-risky variables.
5395 (Properties in Mode): Clarify.
5396 (Faces for Font Lock): Add font-lock-negation-char-face.
5397
53982006-08-04 Eli Zaretskii <eliz@gnu.org>
5399
5400 * strings.texi (Formatting Strings): Warn against arbitrary
5401 strings as first arg to `format'.
5402
54032006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5404
5405 * text.texi (Clickable Text): Mention `help-echo' text property.
5406 Update intro, examples and associated explanations.
5407
54082006-07-31 Richard Stallman <rms@gnu.org>
5409
5410 * commands.texi: Update xrefs.
5411 (Event Mod): New node, cut out from old Translating Input.
5412
5413 * maps.texi: Update xrefs.
5414
5415 * keymaps.texi (Translation Keymaps): New node.
5416 Update xrefs from Translating Input to Translation Keymaps.
5417
5418 * elisp.texi (Top): Update subnode menu.
5419
5420 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5421
5422 * os.texi (System Interface): Fix menu descriptions of some nodes.
5423 (Translating Input): Node deleted.
5424
54252006-07-31 Nick Roberts <nickrob@snap.net.nz>
5426
5427 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5428
5429 * lists.texi (Sets And Lists): Likewise.
5430
54312006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5432
5433 * text.texi (Fields): Mention POS
5434 requirement when narrowing is in effect.
5435
54362006-07-28 Richard Stallman <rms@gnu.org>
5437
5438 * display.texi (Face Attributes): Simplify wording.
5439 (Attribute Functions): Clarify meaning of new-frame default
5440 attribute settings.
5441
5442 * customize.texi (Common Keywords): Document how to use
5443 :package-version in a package not in Emacs.
5444
54452006-07-28 Kim F. Storm <storm@cua.dk>
5446
5447 * commands.texi (Reading One Event): Fix last change.
5448
54492006-07-26 Chong Yidong <cyd@stupidchicken.com>
5450
5451 * commands.texi (Reading One Event): Document SECONDS argument for
5452 read-event, read-char, and read-char-exclusive.
5453
54542006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5457 to ensure correct identification.
5458
54592006-07-24 Richard Stallman <rms@gnu.org>
5460
5461 * text.texi (Clickable Text): Clarify.
5462
5463 * sequences.texi (Vector Functions): Delete duplicate xref.
5464
5465 * objects.texi (Function Type): Clarify.
5466
5467 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5468 modes.
5469
5470 * lists.texi (List Variables): New node.
5471 Material moved from other nodes.
5472
5473 * variables.texi (Setting Variables): add-to-list and
5474 add-to-ordered-list moved to List Variables node.
5475
54762006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5477
5478 * text.texi (Links and Mouse-1):
5479 For mouse-on-link-p, expand on arg POS.
5480
54812006-07-21 Kim F. Storm <storm@cua.dk>
5482
5483 * display.texi (Forcing Redisplay): Don't mention systems which
5484 don't support sub-second timers for redisplay-preemption-period.
5485
5486 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5487
54882006-07-21 Eli Zaretskii <eliz@gnu.org>
5489
5490 * frames.texi (Input Focus): Document that focus-follows-mouse has
5491 no effect on MS-Windows.
5492
54932006-07-18 Richard Stallman <rms@gnu.org>
5494
5495 * display.texi (Forcing Redisplay): Cleanups in previous change.
5496
5497 * processes.texi (Low-Level Network): Make menu more convenient.
5498
54992006-07-18 Kim F. Storm <storm@cua.dk>
5500
5501 * display.texi (Forcing Redisplay): redisplay-preemption-period
5502 only used on window systems. Add xref to Terminal Output.
5503
5504 * os.texi (Terminal Output): baud-rate only controls preemption on
5505 non-window systems. Add xref to Forcing Redisplay.
5506
5507 * processes.texi (Low-Level Network): Rename node "Make Network"
5508 to "Network Processes".
5509
55102006-07-18 Karl Berry <karl@gnu.org>
5511
5512 * variables.texi, functions.texi, customize.texi, loading.texi:
5513 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5514
55152006-07-17 Chong Yidong <cyd@stupidchicken.com>
5516
5517 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5518
55192006-07-17 Richard Stallman <rms@gnu.org>
5520
5521 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5522 Put period and comma inside quotes.
5523
5524 * loading.texi, markers.texi: Use real doublequote inside menus.
5525
5526 * windows.texi: Put point and comma inside quotes.
5527 (Textual Scrolling): Use @samp for error message.
5528
5529 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5530 * strings.texi, streams.texi, processes.texi, os.texi:
5531 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5532 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5533 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5534 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5535 Put point and comma inside quotes.
5536
5537 * control.texi (Processing of Errors): Add command-error-function.
5538
5539 * variables.texi (File Local Variables): Clarify that
5540 file local variables make buffer-local bindings.
5541
5542 * modes.texi (Syntactic Font Lock): Give default for
5543 font-lock-syntax-table.
5544
55452006-07-17 Nick Roberts <nickrob@snap.net.nz>
5546
5547 * text.texi (Special Properties): Clean up previous change.
5548
55492006-07-16 Karl Berry <karl@gnu.org>
5550
5551 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5552 * control.texi: Fix bad page breaks through chapter 10 (control).
5553
5554 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5555 underfull hbox.
5556
55572006-07-15 Nick Roberts <nickrob@snap.net.nz>
5558
5559 * text.texi (Special Properties): Describe fontified text property
5560 in relation to a character (not text).
5561
55622006-07-15 Kim F. Storm <storm@cua.dk>
5563
5564 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5565 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5566 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5567
5568 * anti.texi (Antinews): Mention redisplay function.
5569 The kbd macro existed, but was not documented, before 22.x.
5570 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5571
55722006-07-14 Nick Roberts <nickrob@snap.net.nz>
5573
5574 * display.texi (Displaying Messages): Add anchor.
5575
5576 * frames.texi (Dialog Boxes): Use it.
5577
55782006-07-12 Richard Stallman <rms@gnu.org>
5579
5580 * objects.texi (Frame Type): Explain nature of frames better.
5581
5582 * frames.texi (Frames): Explain nature of frames better.
5583
55842006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5585
5586 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5587
55882006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5589
5590 * frames.texi (Window System Selections): Mention scrap support for Mac.
5591 Default value of x-select-enable-clipboard is t on Mac.
5592
5593 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5594
55952006-07-11 Kim F. Storm <storm@cua.dk>
5596
5597 * display.texi (Forcing Redisplay): Add `redisplay' function.
5598 Don't mention (sit-for -1) -- use (redisplay t) instead.
5599
5600 * commands.texi (Waiting): (sit-for -1) is no longer special.
5601 (sit-for 0) is equivalent to (redisplay).
5602 Iconifying/deiconifying no longer makes sit-for return.
5603
56042006-07-10 Nick Roberts <nickrob@snap.net.nz>
5605
5606 * display.texi (Buttons): Fix typo.
5607
5608 * index.texi, elisp.texi (New Symbols): Comment node out.
5609
56102006-07-09 Richard Stallman <rms@gnu.org>
5611
5612 * display.texi (Truncation): Clean up previous change.
5613
56142006-07-08 Richard Stallman <rms@gnu.org>
5615
5616 * commands.texi (Interactive Call): Use 3 as prefix in example
5617 for execute-extended-command.
5618
5619 * display.texi (Attribute Functions): Move paragraph about
5620 compatibility with Emacs < 21.
5621
56222006-07-09 Kim F. Storm <storm@cua.dk>
5623
5624 * display.texi (Refresh Screen): Clarify force-window-update.
5625 (Truncation): "Normally" indicated by fringe arrows.
5626
56272006-07-08 Eli Zaretskii <eliz@gnu.org>
5628
5629 * windows.texi (Textual Scrolling, Resizing Windows):
5630 * variables.texi (Constant Variables):
5631 * text.texi (Buffer Contents, Deletion, Changing Properties)
5632 (Property Search, Special Properties, Sticky Properties)
5633 (Links and Mouse-1, Fields, Change Hooks):
5634 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5635 (Categories):
5636 * symbols.texi (Other Plists):
5637 * streams.texi (Output Variables):
5638 * processes.texi (Input to Processes, Query Before Exit):
5639 * positions.texi (Word Motion, Text Lines, List Motion):
5640 * os.texi (Init File, System Environment, Sound Output)
5641 (Session Management):
5642 * nonascii.texi (Text Representations, Character Sets)
5643 (Chars and Bytes, Locales):
5644 * modes.texi (Defining Minor Modes, Header Lines):
5645 * minibuf.texi (Minibuffer Contents):
5646 * markers.texi (Information from Markers):
5647 * lists.texi (List Elements, Building Lists, Association Lists):
5648 * keymaps.texi (Tool Bar):
5649 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5650 * functions.texi (What Is a Function, Mapping Functions):
5651 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5652 (Color Names, Text Terminal Colors, Display Feature Testing):
5653 * files.texi (Visiting Functions, File Name Components)
5654 (Unique File Names, Contents of Directories):
5655 * display.texi (Forcing Redisplay, Displaying Messages)
5656 (Temporary Displays, Font Selection, Auto Faces)
5657 (Font Lookup, Fringe Indicators, Display Margins)
5658 (Image Descriptors, Showing Images, Image Cache, Button Types)
5659 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5660 (Display Table Format, Glyphs):
5661 * control.texi (Iteration):
5662 * commands.texi (Command Loop Info, Adjusting Point):
5663 * backups.texi (Making Backups, Auto-Saving):
5664 Remove @tindex entries.
5665
56662006-07-07 Kim F. Storm <storm@cua.dk>
5667
5668 * display.texi (Fringe Cursors): Fix typo.
5669 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5670 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5671
56722006-07-05 Richard Stallman <rms@gnu.org>
5673
5674 * text.texi (Buffer Contents): Add example of text props
5675 in result of buffer-substring.
5676 (Text Properties): Explain better about use of specific property names.
5677 (Property Search): Some cleanups; reorder some functions.
5678
5679 * keymaps.texi (Changing Key Bindings): Cleanup.
5680 Add xref to Key Binding Conventions.
5681
5682 * display.texi (Attribute Functions): Add examples for
5683 face-attribute-relative-p.
5684
5685 * tips.texi (Coding Conventions): Cleanup last change.
5686
56872006-07-05 Karl Berry <karl@gnu.org>
5688
5689 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5690 Remove @setchapternewpage odd.
5691 Result is 1013 pages, down from 1100.
5692
5693 * anti.texi, customize.texi, display.texi, internals.texi:
5694 * minibuf.texi, modes.texi, tips.texi:
5695 Fix overfull/underfull boxes.
5696
56972006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5698
5699 * edebug.texi (Instrumenting):
5700 Add Edebug-specific findex for eval-buffer.
5701 * loading.texi (Loading):
5702 Replace eval-current-buffer with eval-buffer.
5703
57042006-06-30 Nick Roberts <nickrob@snap.net.nz>
5705
5706 * locals.texi (Standard Buffer-Local Variables): Update the list
5707 of variables.
5708
57092006-06-26 Nick Roberts <nickrob@snap.net.nz>
5710
5711 * files.texi (File Name Completion): Point user to the node
5712 "Reading File Names".
5713
57142006-06-24 Eli Zaretskii <eliz@gnu.org>
5715
5716 * files.texi (Contents of Directories): Document case-insensitive
5717 behavior on respective filesystems.
5718
5719 * objects.texi (Character Type): Document that Emacs signals an
5720 error for unsupported Unicode characters specified as \uNNNN.
5721
57222006-06-19 Richard Stallman <rms@gnu.org>
5723
5724 * processes.texi (Bindat Spec): Clarify previous change.
5725
57262006-06-16 Richard Stallman <rms@gnu.org>
5727
5728 * tips.texi (Coding Conventions): Better explain conventions
5729 for definition constructs.
5730
5731 * text.texi (Special Properties): String value of `read-only'
5732 serves as the error message.
5733
5734 * objects.texi (Character Type): Clarify prev. change.
5735 (Non-ASCII in Strings): Mention \u and \U.
5736
5737 * commands.texi (Using Interactive): Explain problem of
5738 markers, etc., in command-history.
5739
57402006-06-14 Kim F. Storm <storm@cua.dk>
5741
5742 * commands.texi (Waiting): Negative arg to sit-for forces
5743 redisplay even if input is pending.
5744
5745 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5746 redisplay. Remove incorrect example of binding redisplay-dont-pause
5747 around (sit-for 0).
5748
57492006-06-13 Richard Stallman <rms@gnu.org>
5750
5751 * display.texi (Forcing Redisplay): Clarify previous change.
5752
57532006-06-13 Romain Francoise <romain@orebokech.com>
5754
5755 * display.texi (Forcing Redisplay): Fix typo.
5756
57572006-06-13 Kim F. Storm <storm@cua.dk>
5758
5759 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5760
57612006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5762
5763 * tips.texi (Coding Conventions): Add `@end itemize'.
5764
57652006-06-10 Richard Stallman <rms@gnu.org>
5766
5767 * tips.texi (Coding Conventions): Explain use of coding systems
5768 to ensure one decoding for strings.
5769
57702006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5771
5772 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5773 syntax.
5774
57752006-06-07 Eli Zaretskii <eliz@gnu.org>
5776
5777 * display.texi (Font Selection): Remove description of
5778 clear-face-cache.
5779
5780 * compile.texi (Eval During Compile): Fix a typo. Add index
5781 entries for possible uses of eval-when-compile.
5782
57832006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5784
5785 * display.texi (Abstract Display): Fix typo.
5786
57872006-06-03 Eli Zaretskii <eliz@gnu.org>
5788
5789 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5790 Reword variable's description.
5791
57922006-06-01 Richard Stallman <rms@gnu.org>
5793
5794 * windows.texi (Splitting Windows): Clarify splitting nonselected
5795 window.
5796
57972006-05-31 Juri Linkov <juri@jurta.org>
5798
5799 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5800
58012006-05-30 Richard Stallman <rms@gnu.org>
5802
5803 * display.texi (Line Height): Fix errors in description of
10d1d0af 5804 default line height and line-height property.
b8d4c8d0
GM
5805
5806 * nonascii.texi (Default Coding Systems): Further clarification.
5807
58082006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5809
5810 * internals.texi (Pure Storage): Mention that an overflow in pure
5811 space causes a memory leak.
5812 (Garbage Collection): If there was an overflow in pure space,
5813 `garbage-collect' returns nil.
5814
58152006-05-30 Eli Zaretskii <eliz@gnu.org>
5816
5817 * nonascii.texi (Default Coding Systems): Fix it some more.
5818
58192006-05-29 Eli Zaretskii <eliz@gnu.org>
5820
5821 * nonascii.texi (Default Coding Systems): Fix last change.
5822
58232006-05-29 Kenichi Handa <handa@m17n.org>
5824
5825 * nonascii.texi (find-operation-coding-system): Describe the new
5826 argument format (FILENAME . BUFFER).
5827
58282006-05-28 Richard Stallman <rms@gnu.org>
5829
5830 * tips.texi (Coding Conventions): Better explain reasons not to
5831 advise other packages or use `eval-after-load'.
5832
58332006-05-29 Kim F. Storm <storm@cua.dk>
5834
5835 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5836 `bindat-idx' and `bindat-raw' for clarity.
5837
58382006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5839
5840 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5841
5842 * display.texi (Display): Add "Abstract Display" to menu.
5843 (Abstract Display, Abstract Display Functions)
5844 (Abstract Display Example): New nodes.
5845 * elisp.texi (Top): Add "Abstract Display" to menu.
5846
58472006-05-27 Chong Yidong <cyd@stupidchicken.com>
5848
5849 * keymaps.texi (Key Sequences): Link to input events definition.
5850 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5851
5852 * files.texi (Changing Files): Document updated argument list for
5853 copy-file.
5854
58552006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5856
5857 * processes.texi (Bindat Functions): Explain term "total length".
5858 Use it in bindat-length and bindat-pack descriptions.
5859
58602006-05-26 Eli Zaretskii <eliz@gnu.org>
5861
5862 * tips.texi (Coding Conventions): Advise against using
5863 eval-after-load in packages. Add an index entry.
5864
58652006-05-25 Juri Linkov <juri@jurta.org>
5866
5867 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5868
5869 * modes.texi (%-Constructs): Add %e, %z, %Z.
5870
58712006-05-25 Richard Stallman <rms@gnu.org>
5872
5873 * elisp.texi (Top): Update subnode menu.
5874
5875 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5876 (Keymaps): Update menu.
5877
58782006-05-25 Chong Yidong <cyd@stupidchicken.com>
5879
5880 * keymaps.texi (Key Sequences): Some clarifications.
5881
58822006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5883
5884 * processes.texi (Bindat Functions): Say "unibyte string"
5885 explicitly for bindat-unpack and bindat-pack descriptions.
5886 (Bindat Examples): Don't call `string-make-unibyte' in example.
5887
58882006-05-25 Chong Yidong <cyd@stupidchicken.com>
5889
5dcb4c4e 5890 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5891 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5892
5893 * keymaps.texi (Changing Key Bindings):
dd7b651b 5894 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5895 * help.texi (Describing Characters): Refer to it.
5896
58972006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5898
5899 * frames.texi (Pointer Shape): @end table -> @end defvar.
5900
59012006-05-22 Richard Stallman <rms@gnu.org>
5902
5903 * elisp.texi (Top): Update subnode menus.
5904
5905 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5906 Contents rewritten; material from old Pointer Shape node moved here.
5907
5908 * display.texi (Pointer Shape): Node deleted.
5909 (Image Descriptors): Minor cleanup.
5910
59112006-05-21 Richard Stallman <rms@gnu.org>
5912
5913 * syntax.texi (Parsing Expressions): Update info on which STATE
5914 elements are ignored.
5915
59162006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5917
5918 * hooks.texi (Standard Hooks): Correct typo.
5919
5920 * gpl.texi (GPL): ifinfo -> ifnottex.
5921
59222006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5923
5924 * searching.texi (Simple Match Data): Warn about match data being
5925 set anew by every search.
5926
59272006-05-17 Richard Stallman <rms@gnu.org>
5928
5929 * minibuf.texi (Minibuffer History): Clarify.
5930
5931 * searching.texi (Regexp Special): Clarify nested regexp warning.
5932
59332006-05-16 Kim F. Storm <storm@cua.dk>
5934
5935 * minibuf.texi (Minibuffer History): Update add-to-history.
5936
59372006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5938
5dcb4c4e
SM
5939 * nonascii.texi (Explicit Encoding):
5940 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5941
59422006-05-14 Richard Stallman <rms@gnu.org>
5943
5944 * buffers.texi (Creating Buffers): Cleanup.
5945
5946 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5947
59482006-05-13 Eli Zaretskii <eliz@gnu.org>
5949
5950 * buffers.texi (Current Buffer): Document that with-temp-buffer
5951 disables undo.
5952
5953 * os.texi (Terminal-Specific): More accurate description of how
5954 Emacs searches for the terminal-specific libraries.
5955
59562006-05-12 Eli Zaretskii <eliz@gnu.org>
5957
5958 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5959 emacs-xtra to @inforef's.
5960
5961 * text.texi (Undo): Document that undo is turned off in buffers
5962 whose names begin with a space.
5963
5964 * buffers.texi (Buffer Names): Add index entries for buffers whose
5965 names begin with a space.
5966 (Creating Buffers): Document that undo is turned off in buffers
5967 whose names begin with a space.
5968
5969 * files.texi (Visiting Functions, Reading from Files)
5970 (Saving Buffers): Mention code and EOL conversions by file I/O
5971 primitives and subroutines.
5972
f4e90db0
SM
5973 * nonascii.texi (Lisp and Coding Systems):
5974 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5975
5976 * display.texi (Defining Faces): Mention `mac', and add an xref to
5977 where window-system is described.
5978
59792006-05-10 Richard Stallman <rms@gnu.org>
5980
5981 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5982
59832006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5984
5985 * variables.texi (File Local Variables): Recommend to quote lambda
5986 expressions in safe-local-variable property.
5987
59882006-05-09 Richard Stallman <rms@gnu.org>
5989
5dcb4c4e
SM
5990 * variables.texi (File Local Variables):
5991 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5992
59932006-05-07 Kim F. Storm <storm@cua.dk>
5994
5995 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5996 from add-to-history.
5997
59982006-05-07 Romain Francoise <romain@orebokech.com>
5999
6000 * commands.texi (Event Input Misc):
6001 * compile.texi (Eval During Compile):
6002 * internals.texi (Buffer Internals):
6003 * minibuf.texi (Initial Input):
6004 * nonascii.texi (Scanning Charsets):
6005 * numbers.texi (Comparison of Numbers):
6006 * windows.texi (Textual Scrolling, Vertical Scrolling):
6007 Fix various typos.
6008
60092006-05-06 Eli Zaretskii <eliz@gnu.org>
6010
6011 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6012 conditional xref's to either emacs or emacs-xtra, depending on
6013 @iftex/@ifnottex.
6014
6015 * minibuf.texi (Minibuffer History): Document add-to-history.
6016
60172006-05-05 Eli Zaretskii <eliz@gnu.org>
6018
6019 * internals.texi (Pure Storage): Mention the pure overflow message
6020 at startup.
6021
c8763fb6 60222006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6023
6024 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6025 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6026 search.
6027
60282006-05-01 Richard Stallman <rms@gnu.org>
6029
6030 * intro.texi (nil and t): Clarify.
6031
6032 * variables.texi (File Local Variables): Suggest using booleanp.
6033
60342006-05-01 Juanma Barranquero <lekktu@gmail.com>
6035
6036 * objects.texi (Type Predicates): Fix typos.
6037
60382006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6039
6040 * intro.texi (nil and t): Add booleanp.
6041
6042 * objects.texi (Type Predicates): Add links for booleanp and
6043 string-or-null-p.
6044
60452006-04-29 Richard Stallman <rms@gnu.org>
6046
6047 * modes.texi (Multiline Font Lock): Rename from
6048 Multi line Font Lock Elements. Much clarification.
6049 (Font Lock Multiline, Region to Fontify): Much clarification.
6050
60512006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * variables.texi (File Local Variables): Remove the special case t for
6054 safe-local-variable.
6055
60562006-04-26 Richard Stallman <rms@gnu.org>
6057
6058 * syntax.texi (Parsing Expressions): Minor cleanup.
6059
60602006-04-18 Richard Stallman <rms@gnu.org>
6061
6062 * tips.texi (Coding Conventions): Explain when the package's
6063 prefix should appear later on (not at the start of the name).
6064
6065 * searching.texi (String Search): Clarify effect of NOERROR.
6066
6067 * modes.texi (Imenu): Clarify what special items do.
6068
6069 * hooks.texi (Standard Hooks): Delete text about old hook names.
6070
60712006-04-17 Romain Francoise <romain@orebokech.com>
6072
6073 * variables.texi (Local Variables): Update the default value of
6074 `max-specpdl-size'.
6075
60762006-04-15 Michael Olson <mwolson@gnu.org>
6077
6078 * processes.texi (Transaction Queues): Mention the new optional
6079 `delay-question' argument for `tq-enqueue'.
6080
60812006-04-13 Bill Wohler <wohler@newt.com>
6082
6083 * customize.texi (Common Keywords): Use dotted notation for
6084 :package-version value. Specify its values. Improve documentation
6085 for customize-package-emacs-version-alist.
6086
60872006-04-12 Bill Wohler <wohler@newt.com>
6088
6089 * customize.texi (Common Keywords): Move description of
6090 customize-package-emacs-version-alist to @defvar.
6091
60922006-04-10 Bill Wohler <wohler@newt.com>
6093
6094 * customize.texi (Common Keywords): Add :package-version.
6095
60962006-04-10 Kim F. Storm <storm@cua.dk>
6097
6098 * text.texi (Buffer Contents): Add NOPROPS arg to
6099 filter-buffer-substring.
6100
61012006-04-08 Kevin Ryde <user42@zip.com.au>
6102
6103 * os.texi (Command-Line Arguments): Update xref to emacs manual
6104 "Command Arguments" -> "Emacs Invocation", per change there.
6105
61062006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6107
6108 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6109 be on one line to help makeinfo not render two spaces after the dot.
6110
61112006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6112
6113 * strings.texi (Predicates for Strings): Add string-or-null-p.
6114
61152006-03-28 Kim F. Storm <storm@cua.dk>
6116
6117 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6118 remarks about systems that don't support fractional seconds.
6119
61202006-03-25 Karl Berry <karl@gnu.org>
6121
6122 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6123 the year list.
6124
61252006-03-21 Nick Roberts <nickrob@snap.net.nz>
6126
6127 * display.texi (Fringe Indicators): Fix typos.
6128
61292006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6130
6131 * tips.texi (Documentation Tips): One can now also write `program'
6132 in front of a quoted symbol in a docstring to prevent making a
6133 hyperlink.
6134
61352006-03-19 Alan Mackenzie <acm@muc.de>
6136
6137 * text.texi (Special Properties): Clarify `fontified' property.
6138
61392006-03-16 Richard Stallman <rms@gnu.org>
6140
6141 * display.texi (Defining Images): Minor cleanup.
6142
61432006-03-16 Bill Wohler <wohler@newt.com>
6144
6145 * display.texi (Defining Images): In image-load-path-for-library,
6146 prefer user's images.
6147
61482006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6149
6150 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6151
61522006-03-15 Bill Wohler <wohler@newt.com>
6153
6154 * display.texi (Defining Images): Fix example in
6155 image-load-path-for-library by not recommending that one binds
6156 image-load-path. Just defvar it to placate compiler and only use
6157 it if previously defined.
6158
61592006-03-14 Bill Wohler <wohler@newt.com>
6160
6161 * display.texi (Defining Images): In image-load-path-for-library,
6162 always return list of directories. Update example.
6163
61642006-03-14 Alan Mackenzie <acm@muc.de>
6165
6166 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6167 This describes font-lock-extend-region-function.
6168 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6169 the new node "Region to Fontify".
6170
61712006-03-13 Richard Stallman <rms@gnu.org>
6172
6173 * display.texi (Invisible Text): The impossible position is
6174 now before the invisible text, not after.
6175 (Defining Images): Clean up last change.
6176
61772006-03-11 Bill Wohler <wohler@newt.com>
6178
6179 * display.texi (Defining Images): Add image-load-path-for-library.
6180
61812006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6182
6183 * text.texi (Adaptive Fill): Fix Texinfo usage.
6184
6185 * strings.texi (Creating Strings): Fix Texinfo usage.
6186
6187 * searching.texi (Regexp Special): Use @samp for regular
6188 expressions that are not in Lisp syntax.
6189
61902006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6191
6192 * searching.texi (Regexp Special): Put remark between parentheses
6193 to avoid misreading.
6194
61952006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6196
6197 * searching.texi (Syntax of Regexps): More accurately describe
6198 which characters are special in which situations.
6199 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6200 are not special. Describe in detail when `[' and `]' are special.
6201 (Regexp Backslash): Plenty of regexps with unbalanced square
6202 brackets are valid, so reword that statement.
6203
62042006-03-02 Kim F. Storm <storm@cua.dk>
6205
6206 * keymaps.texi (Tool Bar): Add tool-bar-border.
6207
62082006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6209
6210 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6211
62122006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6213
6214 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6215
6216 * files.texi (Locating Files): Suggest additional values for the
6217 SUFFIXES arg of `locate-file'. Update pxref.
6218
6219 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6220 (How Programs Do Loading): Discuss the effects of Auto Compression
6221 mode on `load'.
6222 (Load Suffixes): New node.
6223 (Library Search): Delete description of `load-suffixes'; it was
6224 moved to "Load Suffixes".
6225 (Autoload, Named Features): Mention `load-suffixes'.
6226
62272006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6228
6229 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6230
6231 * windows.texi (Window Tree): Fix typo.
6232
62332006-02-20 Kim F. Storm <storm@cua.dk>
6234
6235 * display.texi (Fringe Indicators): New section.
6236 Move indicate-empty-lines, indicate-buffer-boundaries, and
6237 default-indicate-buffer-boundaries here.
6238 Add fringe-indicator-alist and default-fringes-indicator-alist.
6239 Add list of logical fringe indicator symbols.
6240 Update list of standard bitmap names.
6241 (Fringe Cursors): New section.
6242 Move overflow-newline-into-fringe here.
6243 Add fringe-cursor-alist and default-fringes-cursor-alist.
6244 Add list of fringe cursor symbols.
6245
62462006-02-20 Juanma Barranquero <lekktu@gmail.com>
6247
6248 * commands.texi (Using Interactive): Fix reference to node
6249 "Minibuffers".
6250
62512006-02-19 Richard M. Stallman <rms@gnu.org>
6252
6253 * minibuf.texi (High-Level Completion):
6254 Add xref to read-input-method-name.
6255
6256 * files.texi (Relative File Names): Move file-relative-name here.
6257 (File Name Expansion): From here. Minor clarifications.
6258
6259 * commands.texi (Using Interactive): Add xrefs about reading input.
6260 Clarify remarks about that moving point and mark.
6261 Put string case before list case.
6262
c8763fb6 62632006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6264
6265 * display.texi (Other Display Specs, Image Descriptors):
6266 Revert erroneous changes. The previous description of
6267 image-descriptors as `(image . PROPS)' was correct.
6268
62692006-02-14 Richard M. Stallman <rms@gnu.org>
6270
6271 * variables.texi (File Local Variables): Clarifications.
6272
62732006-02-14 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * variables.texi (File Local Variables): Use @code for a cons
6276 cell, not @var.
6277
62782006-02-13 Chong Yidong <cyd@stupidchicken.com>
6279
6280 * variables.texi (File Local Variables): Document new file local
6281 variable behavior.
6282
62832006-02-10 Kim F. Storm <storm@cua.dk>
6284
6285 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6286
62872006-02-08 Juanma Barranquero <lekktu@gmail.com>
6288
6289 * modes.texi (%-Constructs): Remove obsolete info about
6290 `global-mode-string'.
6291
62922006-02-07 Richard M. Stallman <rms@gnu.org>
6293
6294 * commands.texi (Prefix Command Arguments): Minor cleanup.
6295
6296 * display.texi: "Graphical display", not window system.
6297
6298 * functions.texi (What Is a Function): Fix xref.
6299
6300 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6301 (Changing Key Bindings): Clarify when remapping is better than
6302 substitute-key-definition.
6303
63042006-02-02 Richard M. Stallman <rms@gnu.org>
6305
6306 * minibuf.texi (Basic Completion): Completion alists are risky.
6307
6308 * keymaps.texi (Active Keymaps): Clarifications.
6309 (Searching Keymaps): New node.
6310 (Keymaps): Update menu.
6311
6312 * frames.texi (Layout Parameters): Minor clarification.
6313 (Drag and Drop): New node.
6314 (Frames): Update menu.
6315
63162006-01-29 Chong Yidong <cyd@stupidchicken.com>
6317
6318 * display.texi (Other Display Specs, Image Descriptors):
6319 Image description is a list, not a cons cell.
6320
63212006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6322
6323 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6324 list is not necessarily a list).
6325
63262006-01-27 Eli Zaretskii <eliz@gnu.org>
6327
6328 * frames.texi (Layout Parameters): border-width and
6329 internal-border-width belong to the frame, not the window.
6330
63312006-01-19 Richard M. Stallman <rms@gnu.org>
6332
6333 * nonascii.texi (Translation of Characters): Search cmds use
6334 translation-table-for-input. Automatically made local.
6335
6336 * markers.texi (Overview of Markers): Count insertion type
6337 as one of a marker's attributes.
6338
6339 * keymaps.texi (Controlling Active Maps): New node, split out of
6340 Active Keymaps.
6341 (Keymaps): Menu updated.
6342 (Active Keymaps): Give pseudocode to explain how the active
6343 maps are searched. current-active-maps and key-binding moved here.
6344 (Functions for Key Lookup): current-active-maps and key-binding moved.
6345 Clarifications.
6346 (Searching the Keymaps): New subnode.
6347
6348 * elisp.texi (Top): Menu clarification.
6349
6350 * display.texi (Other Display Specs): Delete duplicate entry for
6351 just a string as display spec. Move text about recursive display
6352 specs on such a string.
6353
6354 * commands.texi (Key Sequence Input): Clarify.
6355 Move num-nonmacro-input-events out.
6356 (Reading One Event): num-nonmacro-input-events moved here.
6357
63582006-01-14 Nick Roberts <nickrob@snap.net.nz>
6359
6360 * advice.texi (Simple Advice): Update example to fit argument
6361 change in previous-line.
6362
63632006-01-05 Richard M. Stallman <rms@gnu.org>
6364
6365 * markers.texi (The Mark): Fix in `mark'.
6366
63672006-01-04 Richard M. Stallman <rms@gnu.org>
6368
6369 * processes.texi (Misc Network, Make Network): Minor cleanups.
6370
63712006-01-04 Kim F. Storm <storm@cua.dk>
6372
6373 * processes.texi (Make Network): Add IPv6 addresses and handling.
6374 (Network Feature Testing): Mention (:family ipv6).
6375 (Misc Network): Add IPv6 formats to format-network-address.
6376
63772005-12-30 Richard M. Stallman <rms@gnu.org>
6378
6379 * text.texi (Changing Properties):
6380 Don't use return value of set-text-properties.
6381
63822005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6383
6384 * modes.texi (Mode Line Format): Correct typo in menu.
6385
63862005-12-29 Richard M. Stallman <rms@gnu.org>
6387
6388 * modes.texi (Mode Line Top): New node.
6389 (Mode Line Data): Some text moved to new node.
6390 Explain the data structure more concretely.
6391 (Mode Line Basics): Clarifications.
6392 (Mode Line Variables): Clarify intro paragraph.
6393 (%-Constructs): Clarify intro paragraph.
6394 (Mode Line Format): Update menu.
6395
63962005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6397
6398 * minibuf.texi (Basic Completion): Update lazy-completion-table
6399 examples for removal of ARGS argument.
6400
64012005-12-23 Richard M. Stallman <rms@gnu.org>
6402
6403 * text.texi (Undo): Restore some explanation from the version
6404 that was deleted.
6405
64062005-12-23 Eli Zaretskii <eliz@gnu.org>
6407
6408 * text.texi (Undo): Remove duplicate descriptions of `apply
6409 funname' and `apply delta' elements of the undo list.
6410
64112005-12-20 Richard M. Stallman <rms@gnu.org>
6412
6413 * help.texi (Help Functions): Update documentation of `apropos'.
6414
64152005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6416
6417 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6418 because it is confusing. If the :help-echo keyword is a function,
6419 it is not directly used as the :help-echo overlay property, as the
6420 xref seems to suggest (it does not take the appropriate args).
6421
64222005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6423
6424 * customize.texi (Common Keywords): Fix Texinfo usage.
6425 (Group Definitions, Variable Definitions): Update for new
6426 conventions for using `*' in docstrings.
6427
6428 * tips.texi (Documentation Tips): Update for new conventions for
6429 using `*' in docstrings.
6430
64312005-12-16 Richard M. Stallman <rms@gnu.org>
6432
6433 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6434
64352005-12-16 Juri Linkov <juri@jurta.org>
6436
6437 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6438
64392005-12-14 Romain Francoise <romain@orebokech.com>
6440
6441 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6442 Fix typo.
6443
64442005-12-11 Juri Linkov <juri@jurta.org>
6445
6446 * minibuf.texi (Completion Commands): Add mention of read-file-name
6447 for filename completion keymaps.
6448 (Reading File Names): Add mention of filename completion keymaps
6449 for read-file-name and xref to `Completion Commands'.
6450
64512005-12-10 Richard M. Stallman <rms@gnu.org>
6452
6453 * customize.texi (Common Keywords): State caveats for use of :tag.
6454
64552005-12-08 Richard M. Stallman <rms@gnu.org>
6456
6457 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6458 with xrefs and better explanation.
6459 (Completion Commands): Add the filename completion maps.
6460
6461 * objects.texi (Character Type): Clarify that \s is not space
6462 if a dash follows.
6463
64642005-12-05 Richard M. Stallman <rms@gnu.org>
6465
6466 * windows.texi (Resizing Windows): Delete preserve-before args.
6467
64682005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6469
6470 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6471 in full keymaps, since the quirk has been fixed.
6472
64732005-12-03 Eli Zaretskii <eliz@gnu.org>
6474
5dcb4c4e
SM
6475 * hooks.texi (Standard Hooks): Add index entries.
6476 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6477
64782005-11-27 Richard M. Stallman <rms@gnu.org>
6479
6480 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6481
64822005-11-21 Juri Linkov <juri@jurta.org>
6483
6484 * customize.texi (Common Keywords): Update links types
6485 custom-manual and url-link. Add link types emacs-library-link,
6486 file-link, function-link, variable-link, custom-group-link.
6487
64882005-11-20 Chong Yidong <cyd@stupidchicken.com>
6489
6490 * display.texi: Revert 2005-11-20 change.
6491
64922005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6493
6494 * processes.texi (Bindat Functions):
6495 Say "third" to refer to zero-based index "2".
6496
64972005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6498
6499 * loading.texi (Library Search): Update the default value of
6500 `load-suffixes'.
6501
65022005-11-17 Chong Yidong <cyd@stupidchicken.com>
6503
6504 * display.texi (Attribute Functions): Mention :ignore-defface.
6505
65062005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6509 (Minor Mode Conventions): Mention the use of a hook.
6510
65112005-11-06 Richard M. Stallman <rms@gnu.org>
6512
6513 * files.texi (Magic File Names): find-file-name-handler checks the
6514 `operations' property of the handler.
6515
65162005-11-03 Richard M. Stallman <rms@gnu.org>
6517
6518 * variables.texi (Frame-Local Variables): Small clarification.
6519
65202005-10-29 Chong Yidong <cyd@stupidchicken.com>
6521
6522 * os.texi (Init File): Document ~/.emacs.d/init.el.
6523
65242005-10-29 Richard M. Stallman <rms@gnu.org>
6525
6526 * internals.texi (Garbage Collection): Document memory-full.
6527
65282005-10-28 Bill Wohler <wohler@newt.com>
6529
6530 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6531 for URLs.
6532
65332005-10-28 Richard M. Stallman <rms@gnu.org>
6534
6535 * minibuf.texi (Completion Commands): Clean up prev change.
6536
65372005-10-26 Kevin Ryde <user42@zip.com.au>
6538
6539 * compile.texi (Eval During Compile): Explain recommended uses
6540 of eval-when-compile and eval-and-compile.
6541
65422005-10-27 Masatake YAMATO <jet@gyve.org>
6543
6544 * minibuf.texi (Completion Commands):
6545 Write about new optional argument for `display-completion-list'.
6546
65472005-10-23 Richard M. Stallman <rms@gnu.org>
6548
6549 * display.texi (Overlay Arrow): Clarify about local bindings of
6550 overlay-arrow-position.
6551
65522005-10-22 Eli Zaretskii <eliz@gnu.org>
6553
6554 * internals.texi (Building Emacs): Fix last change.
6555
65562005-10-22 Richard M. Stallman <rms@gnu.org>
6557
6558 * internals.texi (Building Emacs): Document eval-at-startup.
6559
65602005-10-21 Richard M. Stallman <rms@gnu.org>
6561
6562 * loading.texi (Where Defined): load-history contains abs file names.
6563 symbol-file returns abs file names.
6564
65652005-10-19 Kim F. Storm <storm@cua.dk>
6566
6567 * display.texi (Showing Images): Add max-image-size integer value.
6568
65692005-10-18 Chong Yidong <cyd@stupidchicken.com>
6570
6571 * display.texi (Showing Images): Document max-image-size.
6572
65732005-10-17 Richard M. Stallman <rms@gnu.org>
6574
6575 * commands.texi (Quitting): Minor clarification.
6576
6577 * processes.texi (Sentinels): Clarify about output and quitting.
6578 (Filter Functions): Mention with-local-quit.
6579
65802005-10-17 Juri Linkov <juri@jurta.org>
6581
6582 * buffers.texi (Current Buffer):
6583 * commands.texi (Event Input Misc):
6584 * compile.texi (Eval During Compile, Compiler Errors):
6585 * customize.texi (Group Definitions):
6586 * display.texi (Progress, Defining Faces):
6587 * files.texi (Writing to Files):
6588 * modes.texi (Mode Hooks, Defining Minor Modes):
6589 * streams.texi (Output Functions):
6590 * syntax.texi (Syntax Table Functions):
6591 * text.texi (Change Hooks):
6592 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6593
6594 * commands.texi (Quitting): Replace arg `forms' with `body' in
6595 `with-local-quit'.
6596
6597 * positions.texi (Excursions): Replace arg `forms' with `body' in
6598 `save-excursion'.
6599
66002005-10-08 Kim F. Storm <storm@cua.dk>
6601
6602 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6603 Rename manual section accordingly.
6604
66052005-10-04 Kim F. Storm <storm@cua.dk>
6606
6607 * windows.texi (Window Split Tree): New section describing
6608 new function window-split-tree function.
6609
66102005-10-03 Nick Roberts <nickrob@snap.net.nz>
6611
6612 * display.texi (Fringe Size/Pos): Simplify and add detail.
6613
66142005-09-30 Romain Francoise <romain@orebokech.com>
6615
6616 * minibuf.texi (High-Level Completion): Explain that the prompt
6617 given to `read-buffer' should end with a colon and a space.
6618 Update usage examples.
6619
66202005-09-29 Juri Linkov <juri@jurta.org>
6621
6622 * display.texi (Displaying Messages): Rename argument name
6623 `string' to `format-string' in functions `message', `message-box',
6624 `message-or-box'.
6625
66262005-09-26 Chong Yidong <cyd@stupidchicken.com>
6627
6628 * errors.texi (Standard Errors): Correct xrefs.
6629
66302005-09-18 Chong Yidong <cyd@stupidchicken.com>
6631
6632 * display.texi (Defining Images): Update documentation for
6633 `image-load-path'.
6634
66352005-09-17 Richard M. Stallman <rms@gnu.org>
6636
6637 * display.texi (Defining Images): Clean up previous change.
6638
66392005-09-16 Romain Francoise <romain@orebokech.com>
6640
6641 * elisp.texi: Specify GFDL version 1.2.
6642
6643 * doclicense.texi (GNU Free Documentation License): Update to
6644 version 1.2.
6645
66462005-09-15 Chong Yidong <cyd@stupidchicken.com>
6647
6648 * display.texi (Defining Images): Document `image-load-path'.
6649
66502005-09-15 Richard M. Stallman <rms@gnu.org>
6651
6652 * objects.texi (Printed Representation): Minor cleanup.
6653 (Box Diagrams): Minor fix.
6654 (Cons Cell Type): Move (...) index item here.
6655 (Box Diagrams): From here.
6656 (Array Type): Minor fix.
6657 (Type Predicates): Delete index "predicates".
6658 (Hash Table Type): Clarify xref.
6659 (Dotted Pair Notation): Minor fix.
6660
66612005-09-10 Chong Yidong <cyd@stupidchicken.com>
6662
6663 * files.texi (Saving Buffers): Fix typo.
6664
66652005-09-08 Richard M. Stallman <rms@gnu.org>
6666
6667 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6668
66692005-09-08 Chong Yidong <cyd@stupidchicken.com>
6670
6671 * locals.texi (Standard Buffer-Local Variables): Don't include
6672 mode variables for minor modes.
6673 Fix xrefs for buffer-display-count, buffer-display-table,
6674 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6675 enable-multibyte-characters, fill-column, header-line-format,
6676 left-fringe-width, left-margin, and right-fringe-width.
6677
6678 * hooks.texi (Standard Hooks): All hooks should conform to the
6679 standard naming convention now.
6680 Fix xref for `echo-area-clear-hook'.
6681
6682 * display.texi (Usual Display): Note that indicate-empty-lines and
6683 tab-width are buffer-local.
6684
6685 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6686
6687 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6688
6689 * nonascii.texi (Encoding and I/O): Note that
6690 buffer-file-coding-system is buffer-local.
6691
6692 * positions.texi (List Motion): Note that defun-prompt-regexp is
6693 buffer-local.
6694
6695 * text.texi (Auto Filling): Note that auto-fill-function is
6696 buffer-local.
6697 (Undo): Note that buffer-undo-list is buffer-local.
6698
5dcb4c4e
SM
6699 * windows.texi (Buffers and Windows):
6700 Document buffer-display-count.
b8d4c8d0
GM
6701
67022005-09-06 Richard M. Stallman <rms@gnu.org>
6703
6704 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6705 package prefix elsewhere than at the start of the name.
6706
67072005-09-03 Richard M. Stallman <rms@gnu.org>
6708
6709 * tips.texi (Programming Tips): Add conventions for minibuffer
6710 questions and prompts.
6711
67122005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6713
6714 * intro.texi (nil and t): Minor cleanup.
6715 Delete spurious mention of keyword symbols.
6716 (Evaluation Notation): Add index entry.
6717 (A Sample Function Description): Minor cleanup.
6718 (A Sample Variable Description): Not all vars can be set.
6719
67202005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6721
6722 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6723
6724 (Insertion): Document precise type of `insert-char' arg COUNT.
6725
67262005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6727
6728 * modes.texi (Other Font Lock Variables): Sync the default of
6729 font-lock-lines-before.
6730
67312005-08-31 Michael Albinus <michael.albinus@gmx.de>
6732
6733 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6734
67352005-08-29 Richard M. Stallman <rms@gnu.org>
6736
6737 * elisp.texi (Top): Update subnode menu.
6738
6739 * searching.texi (Searching and Matching): Move node.
6740 Rearrange contents and add overall explanation.
6741 (Searching and Case): Move node.
6742 (Searching and Matching): Update menu.
6743
67442005-08-27 Eli Zaretskii <eliz@gnu.org>
6745
6746 * os.texi (Startup Summary): Fix the description of the initial
6747 startup message display.
6748
67492005-08-25 Richard M. Stallman <rms@gnu.org>
6750
6751 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6752
67532005-08-25 Emilio C. Lopes <eclig@gmx.net>
6754
6755 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6756 `next-overlay-change' example.
6757
67582005-08-22 Juri Linkov <juri@jurta.org>
6759
6760 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6761 Fix invert-face. Fix args of face-background.
6762
6763 * display.texi (Standard Faces): Delete node.
6764 (Faces): Add xref to `(emacs)Standard Faces'.
6765 (Displaying Faces): Fix xref to `Standard Faces'.
6766
6767 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6768
67692005-08-20 Alan Mackenzie <acm@muc.de>
6770
6771 * buffers.texi (The Buffer List): Clarify the manipulation of the
6772 buffer list.
6773
67742005-08-14 Richard M. Stallman <rms@gnu.org>
6775
6776 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6777 a regexp.
6778
67792005-08-11 Richard M. Stallman <rms@gnu.org>
6780
6781 * elisp.texi (Top): Update subnode lists.
6782
6783 * display.texi (Inverse Video): Node deleted.
6784
6785 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6786 New nodes split out of Coding Conventions.
6787
6788 * searching.texi (Regular Expressions): Document re-builder.
6789
6790 * os.texi (Time Parsing): New node split out of Time Conversion.
6791
6792 * processes.texi (Misc Network, Network Feature Testing)
6793 (Network Options, Make Network): New nodes split out of
6794 Low-Level Network.
6795
67962005-08-09 Richard M. Stallman <rms@gnu.org>
6797
6798 * frames.texi (Geometry): New node, split from Size and Position.
6799 (Frame Parameters): Refer to Geometry.
6800
6801 * buffers.texi (The Buffer List): Fix xrefs.
6802
6803 * windows.texi (Splitting Windows): Fix xref.
6804
6805 * frames.texi (Layout Parameters): Add xref.
6806
6807 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6808
6809 * keymaps.texi (Menu Bar): Fix xref.
6810
6811 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6812
6813 * modes.texi (%-Constructs): Fix xref.
6814
6815 * frames.texi (Window Frame Parameters): Node split up.
6816 (Basic Parameters, Position Parameters, Size Parameters)
6817 (Layout Parameters, Buffer Parameters, Management Parameters)
6818 (Cursor Parameters, Color Parameters): New subnodes.
6819
68202005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6821
6822 * positions.texi (Screen Lines): Update xref for previous change
6823 in minibuf.texi.
6824
6825 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6826 change in minibuf.texi.
6827
68282005-08-09 Richard M. Stallman <rms@gnu.org>
6829
6830 * tips.texi (Coding Conventions): Minor cleanup.
6831
6832 * modes.texi (Defining Minor Modes): Explain when init-value
6833 can be non-nil.
6834
6835 * elisp.texi (Top): Update submenu for Minibuffer.
6836
6837 * minibuf.texi (Minibuffer Misc): Node split up.
6838 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6839 (Recursive Mini): New nodes split out from Minibuffer Misc.
6840 (Minibuffer Misc): Document max-mini-window-height.
6841
6842 * hash.texi (Defining Hash): Delete stray paren in example.
6843
6844 * display.texi (Echo Area Customization): Don't define
6845 max-mini-window-height here; xref instead.
6846
6847 * commands.texi (Event Input Misc): Update while-no-input.
6848
6849 * advice.texi (Advising Functions): Explain when to use advice
6850 and when to use a hook.
6851
68522005-07-30 Eli Zaretskii <eliz@gnu.org>
6853
6854 * makefile.w32-in (info): Don't run install-info.
6855 ($(infodir)/dir): New target, produced by running install-info.
6856
68572005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6858
6859 * modes.texi (Defining Minor Modes): The keyword for the initial
6860 value is :init-value, not :initial-value.
6861
68622005-07-23 Eli Zaretskii <eliz@gnu.org>
6863
6864 * loading.texi (Autoload): Make the `doctor' example be consistent
6865 with what's in current loaddefs.el. Describe the "fn" magic in
6866 the usage portion of the doc string.
6867
68682005-07-22 Richard M. Stallman <rms@gnu.org>
6869
6870 * internals.texi (Garbage Collection): Clarify previous change.
6871
68722005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6873
6874 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6875
68762005-07-18 Juri Linkov <juri@jurta.org>
6877
6878 * commands.texi (Accessing Events):
6879 * frames.texi (Text Terminal Colors, Resources):
6880 * markers.texi (The Mark):
6881 * modes.texi (Defining Minor Modes):
6882 Delete duplicate duplicate words.
6883
68842005-07-16 Richard M. Stallman <rms@gnu.org>
6885
6886 * display.texi (Managing Overlays): Clarify make-overlay
6887 args for insertion types.
6888
68892005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6890
6891 * customize.texi (Variable Definitions):
6892 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6893 `standard-value' is a list too.
6894 (Defining New Types): Use @key{RET} instead of @key{ret}.
6895
68962005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6897
6898 * os.texi (Translating Input): Fix typo.
6899
69002005-07-08 Richard M. Stallman <rms@gnu.org>
6901
6902 * README: Update edition number and size estimate.
6903
6904 * elisp.texi (VERSION): Set to 2.9.
6905
69062005-07-07 Richard M. Stallman <rms@gnu.org>
6907
6908 * book-spine.texinfo: Update Emacs version.
6909
6910 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6911
69122005-07-06 Richard M. Stallman <rms@gnu.org>
6913
6914 * searching.texi (Regexp Search): Clarify what re-search-forward
6915 does when the search fails.
6916
69172005-07-05 Lute Kamstra <lute@gnu.org>
6918
6919 * Update FSF's address in GPL notices.
6920
6921 * doclicense.texi (GNU Free Documentation License):
6922 * gpl.texi (GPL):
6923 * tips.texi (Coding Conventions, Library Headers):
6924 * vol1.texi:
6925 * vol2.texi: Update FSF's address.
6926
69272005-07-04 Richard M. Stallman <rms@gnu.org>
6928
6929 * hooks.texi (Standard Hooks): Add occur-hook.
6930
69312005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6932
6933 * display.texi (The Echo Area): Correct menu.
6934
69352005-07-03 Richard M. Stallman <rms@gnu.org>
6936
6937 * elisp.texi (Top): Update subnode menu for Display.
6938
6939 * display.texi (Displaying Messages): New node, with most
6940 of what was in The Echo Area.
5dcb4c4e 6941 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6942 (Logging Messages): New node with new text.
6943 (Echo Area Customization): New node, the rest of what was
6944 in The Echo Area. Document message-truncate-lines with @defvar.
6945 (Display): Update menu.
6946
6947 * windows.texi (Textual Scrolling): Doc 3 values for
6948 scroll-preserve-screen-position.
6949
6950 * text.texi (Special Properties): Change hook functions
6951 should bind inhibit-modification-hooks around altering buffer text.
6952
6953 * keymaps.texi (Key Binding Commands): Call binding BINDING
6954 rather than DEFINITION.
6955
69562005-06-29 Juanma Barranquero <lekktu@gmail.com>
6957
6958 * variables.texi (Defining Variables): `user-variable-p' returns t
6959 for aliases of user options, nil for alias loops.
6960
69612005-06-28 Richard M. Stallman <rms@gnu.org>
6962
6963 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6964 make-keymap.
6965
69662005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6967
6968 * variables.texi (Setting Variables): Correct and clarify
6969 description of `add-to-ordered-list'.
6970
69712005-06-26 Richard M. Stallman <rms@gnu.org>
6972
6973 * display.texi (Faces): Minor cleanup.
6974
69752005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6976
6977 * display.texi (Faces): `facep' returns t for strings that are
6978 face names.
6979
69802005-06-25 Richard M. Stallman <rms@gnu.org>
6981
6982 * objects.texi (Equality Predicates): Clarify meaning of equal.
6983
6984 * windows.texi (Selecting Windows): save-selected-window
6985 and with-selected-window save and restore the current buffer.
6986
69872005-06-24 Richard M. Stallman <rms@gnu.org>
6988
6989 * numbers.texi (Float Basics): Explain how to test for NaN,
6990 and printing the sign of NaNs.
6991
69922005-06-24 Eli Zaretskii <eliz@gnu.org>
6993
6994 * makefile.w32-in (MAKEINFO): Use --force.
6995
69962005-06-23 Richard M. Stallman <rms@gnu.org>
6997
6998 * display.texi (Face Functions): Correct Texinfo usage.
6999
70002005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7001
7002 * lists.texi (Rings): `ring-elements' now returns the elements of
7003 RING in order.
7004
70052005-06-23 Juanma Barranquero <lekktu@gmail.com>
7006
7007 * markers.texi (The Mark): Texinfo usage fix.
7008
70092005-06-23 Kim F. Storm <storm@cua.dk>
7010
7011 * searching.texi (Entire Match Data): Remove evaporate option for
7012 match-data. Do not mention evaporate option for set-match-data.
7013
70142005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7015
7016 * display.texi (Face Functions): Mention face aliases.
7017
70182005-06-21 Richard M. Stallman <rms@gnu.org>
7019
7020 * anti.texi (Antinews): Texinfo usage fix.
7021
70222005-06-21 Karl Berry <karl@gnu.org>
7023
7024 * elisp.texi: Use @copying.
7025
7026 * elisp.texi: Put @summarycontents and @contents before the Top
7027 node, instead of the end of the file, so that the contents appear
7028 in the right place in the dvi/pdf output.
7029
70302005-06-21 Juri Linkov <juri@jurta.org>
7031
7032 * display.texi (Defining Faces): Add `customized-face'.
7033
70342005-06-20 Kim F. Storm <storm@cua.dk>
7035
7036 * variables.texi (Setting Variables): Any type of element can be
7037 given order in add-to-ordered-list. Compare elements with eq.
7038
7039 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7040
70412005-06-20 Karl Berry <karl@gnu.org>
7042
7043 * syntax.texi (Syntax Flags): Make last column very slightly wider
7044 to avoid "generic comment" breaking on two lines and causing an
7045 underfull box.
7046
70472005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7048
7049 * lists.texi (Rings): Various minor clarifications and corrections.
7050
70512005-06-18 Richard M. Stallman <rms@gnu.org>
7052
7053 * functions.texi (Obsolete Functions): Simplify.
7054
7055 * variables.texi (Variable Aliases): Simplify.
7056
7057 * anti.texi, backups.texi, compile.texi, customization.texi:
7058 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7059 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7060 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7061 * variables.texi: Fix formatting ugliness.
7062
7063 * elisp.texi: Add links to Rings and Byte Packing.
7064 Update version and copyright years.
7065
7066 * minibuf.texi: Fix formatting ugliness.
7067 (Completion Commands): Move keymap vars to the end
7068 and vars completing-read binds to the top.
7069
70702005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7071
7072 * processes.texi: Fix typos.
7073 (Bindat Spec): Correct Texinfo error.
7074 (Byte Packing): Fix ungrammatical sentence.
7075
70762005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7077
7078 * lists.texi (Rings): New node.
7079 (Lists): Add it to menu.
7080
7081 * processes.texi (Byte Packing): New node.
7082 (Processes): Add it to menu.
7083
70842005-06-17 Richard M. Stallman <rms@gnu.org>
7085
7086 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7087
7088 * help.texi (Documentation Basics): Explain the xref to
7089 Documentation Tips.
7090
7091 * debugging.texi (Debugger Commands): Minor fix.
7092
70932005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7094
7095 * edebug.texi (Instrumenting): Eliminate duplicate link.
7096 (Specification List): Replace references to "below", referring to
7097 a later node, with one @ref to that node.
7098
7099 * os.texi (Timers): Timers should save and restore the match data
7100 if they change it.
7101
7102 * debugging.texi (Debugger Commands): Mention that the Lisp
7103 debugger can not step through primitive functions.
7104
71052005-06-16 Juanma Barranquero <lekktu@gmail.com>
7106
7107 * functions.texi (Obsolete Functions): Update argument names of
7108 `make-obsolete' and `define-obsolete-function-alias'.
7109
7110 * variables.texi (Variable Aliases): Update argument names of
7111 `defvaralias', `make-obsolete-variable' and
7112 `define-obsolete-variable-alias'.
7113
71142005-06-15 Kim F. Storm <storm@cua.dk>
7115
7116 * searching.texi (Entire Match Data): Rephrase warnings about
7117 evaporate arg to match-data and set-match-data.
7118
71192005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7120
7121 * elisp.texi (Top): Update detailed menu.
7122
7123 * edebug.texi (Edebug): Update menu.
7124 (Instrumenting): Update xrefs.
7125 (Edebug Execution Modes): Correct xref.
7126 (Jumping): Clarify description of `h' command.
7127 Eliminate redundant @ref.
7128 (Breaks): New node.
7129 (Breakpoints): Is now a subsubsection.
7130 (Global Break Condition): Mention `C-x X X'.
7131 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7132 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7133 (Edebug Display Update): Correct pxref.
7134 (Edebug and Macros): New node.
7135 (Instrumenting Macro Calls): Is now a subsubsection.
7136 Neither arg of `def-edebug-spec' is evaluated.
7137 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7138 (Specification Examples): Fix typo.
7139
71402005-06-14 Lute Kamstra <lute@gnu.org>
7141
7142 * debugging.texi (Function Debugging): Primitives can break on
7143 entry too.
7144
71452005-06-14 Kim F. Storm <storm@cua.dk>
7146
7147 * variables.texi (Setting Variables): Add add-to-ordered-list.
7148
71492005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7150
7151 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7152 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7153
71542005-06-13 Lute Kamstra <lute@gnu.org>
7155
7156 * text.texi (Special Properties): Fix cross reference.
7157
71582005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7159
7160 * debugging.texi (Function Debugging): Delete mention of empty
7161 string argument to `cancel-debug-on-entry'. Delete inaccurate
7162 description of the return value of that command.
7163
71642005-06-11 Alan Mackenzie <acm@muc.de>
7165
7166 * text.texi (Adaptive Fill): Amplify the description of
7167 fill-context-prefix.
7168
71692005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7170
7171 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7172
71732005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7174
7175 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7176
71772005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7178
7179 * debugging.texi (Error Debugging): Minor rewording.
7180 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7181 is optional.
7182
71832005-06-10 Lute Kamstra <lute@gnu.org>
7184
7185 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7186 (Top): Give it a title. Correct version number. Give the
7187 detailed node listing a more prominent header.
7188 * intro.texi: Don't set VERSION here a second time.
7189 Mention Emacs's version too.
7190 * anti.texi (Antinews): Use EMACSVER to refer to the current
7191 version of Emacs.
7192
71932005-06-09 Kim F. Storm <storm@cua.dk>
7194
7195 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7196 match-data and set-match-data.
7197
71982005-06-08 Richard M. Stallman <rms@gnu.org>
7199
7200 * searching.texi (Entire Match Data): Clarify when match-data
7201 returns markers and when integers.
7202
7203 * display.texi (Defining Faces): Explain that face name should not
7204 end in `-face'.
7205
7206 * modes.texi (Mode Line Data): Minor cleanup.
7207 (Customizing Keywords): Node split out of Search-based Fontification.
7208 Add example of using font-lock-add-keywords from a hook.
7209 Clarify when MODE should be non-nil, and when nil.
7210
72112005-06-06 Richard M. Stallman <rms@gnu.org>
7212
7213 * modes.texi (Mode Line Data): Explain what happens when the car
7214 of a list is a void symbol.
7215 (Search-based Fontification): Explain MODE arg to
7216 font-lock-add-keywords and warn about calls from major modes.
7217
72182005-06-08 Juri Linkov <juri@jurta.org>
7219
7220 * display.texi (Standard Faces): Add `shadow' face.
7221
72222005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7223
7224 * modes.texi (Major Mode Conventions): A derived mode only needs
7225 to put the call to the parent mode inside `delay-mode-hooks'.
7226
72272005-05-29 Richard M. Stallman <rms@gnu.org>
7228
7229 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7230 new, and what that implies. Clarify.
7231
7232 * files.texi (Locating Files): Clean up the text.
7233
7234 * frames.texi (Window Frame Parameters): Document user-size.
7235 Shorten entry for top by referring to left.
7236
72372005-05-26 Richard M. Stallman <rms@gnu.org>
7238
7239 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7240 is new, and what the implications are. Other clarifications.
7241
72422005-05-24 Richard M. Stallman <rms@gnu.org>
7243
7244 * frames.texi (Dialog Boxes): Minor fixes.
7245
72462005-05-25 Masatake YAMATO <jet@gyve.org>
7247
7248 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7249
72502005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7251
7252 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7253 is optional.
7254
72552005-05-24 Nick Roberts <nickrob@snap.net.nz>
7256
10d1d0af 7257 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7258
72592005-05-23 Lute Kamstra <lute@gnu.org>
7260
7261 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7262 syntax-begin-function over font-lock-beginning-of-syntax-function.
7263
72642005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7265
7266 * minibuf.texi (Reading File Names): Update description of
7267 `read-directory-name'.
7268
7269 * modes.texi (Derived Modes): Clarify :group keyword.
7270
72712005-05-21 Eli Zaretskii <eliz@gnu.org>
7272
7273 * files.texi (Locating Files): New subsection.
7274 Describe locate-file and executable-find.
7275
72762005-05-21 Kevin Ryde <user42@zip.com.au>
7277
7278 * frames.texi (Initial Parameters): Update cross reference to
7279 "Emacs Invocation".
7280
72812005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7282
7283 * keymaps.texi (Active Keymaps): Add anchor.
7284
7285 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7286 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7287 appropriate place.
7288 (Derived Modes): Small clarifications.
7289 (Minor Mode Conventions, Keymaps and Minor Modes):
7290 Replace references to nodes with references to anchors.
7291 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7292 Clarify description of lists whose first element is an integer.
7293 (Mode Line Variables): Add anchor.
7294 (%-Constructs): Clarify description of integer after %.
7295 (Emulating Mode Line): Describe nil value for FACE.
7296
72972005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7298
7299 * modes.texi (Derived Modes): Correct references to non-existing
7300 variable standard-syntax-table.
7301
73022005-05-17 Lute Kamstra <lute@gnu.org>
7303
7304 * modes.texi (Defining Minor Modes): Mention the mode hook.
7305
73062005-05-15 Kim F. Storm <storm@cua.dk>
7307
7308 * processes.texi (Network): Remove open-network-stream-nowait.
7309 (Network Servers): Remove open-network-stream-server.
7310
73112005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7312
7313 * elisp.texi (Top): Update detailed menu.
7314
7315 * variables.texi: Reorder nodes.
7316 (Variables): Update menu.
7317 (File Local Variables): Do not refer to the `-*-' line as
7318 a "local variables list". Add pxref.
7319
73202005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7321
7322 * elisp.texi (Top): Update detailed menu for node changes.
7323
7324 * modes.texi (Modes): Update Menu.
7325 (Hooks): Move to beginning of chapter.
7326 Most minor modes run mode hooks too.
7327 `add-hook' can handle void hooks or hooks whose value is a single
7328 function.
7329 (Major Modes): Update Menu.
7330 (Major Mode Basics): New node, split off from `Major Modes'.
7331 (Major Mode Conventions): Correct xref. Explain how to handle
7332 auto-mode-alist if the major mode command has an autoload cookie.
7333 (Auto Major Mode): Major update. Add magic-mode-alist.
7334 (Derived Modes): Major update.
7335 (Mode Line Format): Update Menu.
7336 (Mode Line Basics): New node, split off from `Mode Line Format'.
7337
7338 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7339 for `magic autoload comment'. Add index entries and anchor.
7340
73412005-05-14 Richard M. Stallman <rms@gnu.org>
7342
7343 * tips.texi (Coding Conventions): Explain how important it is
7344 that just loading certain files not change Emacs behavior.
7345
7346 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7347
73482005-05-12 Lute Kamstra <lute@gnu.org>
7349
7350 * modes.texi (Generic Modes): Update.
7351 (Major Modes): Refer to node "Generic Modes".
7352
7353 * elisp.texi (Top): Update to the current structure of the manual.
7354 * processes.texi (Processes): Add menu description.
7355 * customize.texi (Customization): Add menu descriptions.
7356
73572005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7358
7359 * processes.texi (Signals to Processes)
7360 (Low-Level Network): Fix typos.
7361
73622005-05-11 Lute Kamstra <lute@gnu.org>
7363
7364 * elisp.texi (Top): Add some nodes from the chapter "Major and
7365 Minor Modes" to the detailed node listing.
7366
73672005-05-10 Richard M. Stallman <rms@gnu.org>
7368
7369 * keymaps.texi (Extended Menu Items): Menu item filter functions
7370 can be called at any time.
7371
73722005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7373
7374 * variables.texi (File Local Variables): `(hack-local-variables t)'
7375 now also checks whether a mode is specified in the local variables
7376 list.
7377
73782005-05-05 Kevin Ryde <user42@zip.com.au>
7379
7380 * display.texi (The Echo Area): Correct format function cross
7381 reference.
7382
73832005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7384
7385 * variables.texi (Variable Aliases): Change description of
7386 `define-obsolete-variable-alias'.
7387
7388 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7389 (Defining Functions): Add xref.
7390 (Obsolete Functions): New node.
7391 (Function Safety): Standardize capitalization of section title.
7392
7393 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7394 (Dialog Boxes): Complete description of `x-popup-dialog'.
7395
73962005-05-04 Richard M. Stallman <rms@gnu.org>
7397
7398 * commands.texi (Interactive Codes): Fix Texinfo usage.
7399 Document U more clearly.
7400
74012005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7402
7403 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7404 function and not a macro.
7405
7406 * frames.texi (Pop-Up Menus): Correct and clarify description of
7407 `x-popup-menu'.
7408 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7409
74102005-05-01 Richard M. Stallman <rms@gnu.org>
7411
7412 * edebug.texi (Checking Whether to Stop): Fix previous change.
7413
74142005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7415
7416 * display.texi: Fix typos and Texinfo usage.
7417
7418 * edebug.texi (Checking Whether to Stop): executing-macro ->
7419 executing-kbd-macro.
7420
74212005-05-01 Richard M. Stallman <rms@gnu.org>
7422
7423 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7424
74252005-04-30 Richard M. Stallman <rms@gnu.org>
7426
7427 * files.texi (Magic File Names): Document `operations' property.
7428
74292005-04-29 Lute Kamstra <lute@gnu.org>
7430
7431 * modes.texi (Generic Modes): New node.
7432 (Major Modes): Add it to the menu.
7433 (Derived Modes): Add "derived mode" to concept index.
7434
74352005-04-28 Lute Kamstra <lute@gnu.org>
7436
7437 * modes.texi (Defining Minor Modes): Fix previous change.
7438 (Font Lock Mode): Simplify.
7439 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7440 when set and that some parts are optional. Add cross references.
7441 (Search-based Fontification): Say how to specify font-lock-keywords.
7442 Add cross references. Add font-lock-multiline to index.
7443 Move font-lock-keywords-case-fold-search here from node "Other Font
7444 Lock Variables". Document font-lock-add-keywords and
7445 font-lock-remove-keywords.
7446 (Other Font Lock Variables): Move font-lock-keywords-only,
7447 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7448 and font-lock-syntactic-face-function to node "Syntactic Font
7449 Lock". Move font-lock-keywords-case-fold-search to node
7450 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7451 and font-lock-{,un}fontify-{buffer,region}-function.
7452 (Precalculated Fontification): Remove reference to deleted variable
7453 font-lock-core-only.
7454 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7455 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7456 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7457 and font-lock-syntactic-face-function here from node "Other Font
7458 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7459 Syntax Properties". Add cross references.
7460 (Setting Syntax Properties): New node.
7461 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7462 * syntax.texi (Syntax Properties): Add cross reference.
7463 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7464
74652005-04-26 Richard M. Stallman <rms@gnu.org>
7466
7467 * display.texi (Defining Faces):
7468 Document `default' elements of defface spec.
7469
7470 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7471
7472 * variables.texi (Variable Aliases): Clarify text.
7473
74742005-04-25 Chong Yidong <cyd@stupidchicken.com>
7475
7476 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7477
74782005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7479
7480 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7481
74822005-04-24 Eli Zaretskii <eliz@gnu.org>
7483
7484 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7485 syntax-after and syntax-class.
7486
7487 * files.texi (Changing Files): Fix last change's cross-reference.
7488 (Unique File Names): Don't mention "numbers" in the documentation
7489 of make-temp-file and make-temp-name.
7490
74912005-04-23 Richard M. Stallman <rms@gnu.org>
7492
7493 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7494
74952005-04-22 Nick Roberts <nickrob@snap.net.nz>
7496
7497 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7498
74992005-04-22 Nick Roberts <nickrob@snap.net.nz>
7500
7501 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7502 and define-obsolete-variable-alias.
7503
75042005-04-22 Kim F. Storm <storm@cua.dk>
7505
7506 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7507 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7508
75092005-04-21 Lute Kamstra <lute@gnu.org>
7510
7511 * lists.texi (Association Lists): Document rassq-delete-all.
7512
75132005-04-19 Richard M. Stallman <rms@gnu.org>
7514
7515 * modes.texi (Search-based Fontification): Explain that
7516 facespec is an expression to be evaluated.
7517
75182005-04-19 Kevin Ryde <user42@zip.com.au>
7519
7520 * streams.texi (Output Functions): Fix xref.
7521 * strings.texi (String Conversion): Fix xref.
7522
75232005-04-19 Kim F. Storm <storm@cua.dk>
7524
7525 * symbols.texi (Symbol Plists): Add safe-get.
7526 Mention that `get' may signal an error.
7527
75282005-04-18 Nick Roberts <nickrob@snap.net.nz>
7529
7530 * customize.texi (Variable Definitions): Replace tooltip-mode
7531 example with save-place.
7532
75332005-04-17 Richard M. Stallman <rms@gnu.org>
7534
7535 * buffers.texi (Indirect Buffers): Clarify.
7536
7537 * positions.texi (Positions): Clarify converting marker to integer.
7538
7539 * strings.texi (String Basics): Mention string-match; clarify.
7540
75412005-04-08 Lute Kamstra <lute@gnu.org>
7542
7543 * modes.texi (Search-based Fontification): Fix cross references.
7544 Use consistent terminology. Document anchored highlighting.
7545
75462005-04-05 Lute Kamstra <lute@gnu.org>
7547
7548 * modes.texi (Defining Minor Modes): Document :group keyword
7549 argument and its default value.
7550
75512005-04-03 Lute Kamstra <lute@gnu.org>
7552
7553 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7554 references and/or descriptions. Delete major mode hooks; mention
7555 them as a category instead. Rename or delete obsolete hooks.
7556
75572005-04-02 Richard M. Stallman <rms@gnu.org>
7558
7559 * nonascii.texi (Coding System Basics): Another wording cleanup.
7560
75612005-04-01 Richard M. Stallman <rms@gnu.org>
7562
7563 * nonascii.texi (Coding System Basics): Clarify previous change.
7564
75652005-04-01 Kenichi Handa <handa@m17n.org>
7566
10d1d0af 7567 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7568 identity of coding systems.
7569
75702005-03-29 Chong Yidong <cyd@stupidchicken.com>
7571
7572 * text.texi (Buffer Contents): Add filter-buffer-substring and
7573 buffer-substring-filters.
7574
75752005-03-26 Chong Yidong <cyd@stupidchicken.com>
7576
7577 * anti.texi (Antinews): Mention `G' interactive code.
7578
7579 * tips.texi (Compilation Tips): Mention benchmark.el.
7580
75812005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7582
7583 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7584 is now bound to M-o M-o.
7585
7586 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7587
75882005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7589
7590 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7591 in the Emacs Manual).
7592 * Makefile.in (srcs): Remove calendar.texi.
7593 * makefile.w32-in (srcs): Remove calendar.texi.
7594 * display.texi (Display): Change name of next node.
7595 * os.texi (System In): Change name of previous node.
7596 * elisp.texi (Top): Remove Calendar references.
7597 * vol1.texi (Top): Remove Calendar references.
7598 * vol2.texi (Top): Remove Calendar references.
7599
76002005-03-25 Richard M. Stallman <rms@gnu.org>
7601
7602 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7603 Cleanup previous change.
7604
76052005-03-25 Chong Yidong <cyd@stupidchicken.com>
7606
7607 * display.texi (Face Attributes): Faces earlier in an :inherit
7608 list take precedence.
7609 (Scroll Bars): Fix description of vertical-scroll-bars.
7610 Document frame-current-scroll-bars and window-current-scroll-bars.
7611
7612 * markers.texi (The Mark): Document temporary Transient Mark mode.
7613
7614 * minibuf.texi (Reading File Names):
7615 Document read-file-name-completion-ignore-case.
7616
7617 * positions.texi (Screen Lines): Document nil for width argument
7618 to compute-motion.
7619
76202005-03-23 Kim F. Storm <storm@cua.dk>
7621
7622 * display.texi (Standard Faces): Other faces used in the fringe
7623 implicitly inherits from the fringe face.
7624 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7625 properties implicitly inherits from fringe face.
7626 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7627
76282005-03-20 Chong Yidong <cyd@stupidchicken.com>
7629
7630 * display.texi (Invisible Text): State default value of
7631 line-move-ignore-invisible.
7632 (Managing Overlays): Document remove-overlays.
7633 (Standard Faces): Document escape-glyph face.
7634
7635 * minibuf.texi (Reading File Names): Document read-file-name-function.
7636
7637 * modes.texi (Other Font Lock Variables):
7638 Document font-lock-lines-before.
7639
7640 * positions.texi (Skipping Characters): skip-chars-forward allows
7641 character classes.
7642
76432005-03-18 Lute Kamstra <lute@gnu.org>
7644
7645 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7646
76472005-03-17 Richard M. Stallman <rms@gnu.org>
7648
7649 * text.texi (Undo): Document extensible undo entries.
7650
dd7b651b 7651 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7652
7653 * nonascii.texi (Character Codes): Minor fix.
7654
7655 * display.texi (Display Property): Explain the significance
7656 of having text properties that are eq.
7657 (Other Display Specs): Explain string as display spec.
7658
7659 * commands.texi (Interactive Codes): Document G option.
7660
76612005-03-17 Chong Yidong <cyd@stupidchicken.com>
7662
7663 * text.texi (Filling): Add sentence-end-without-period and
7664 sentence-end-without-space.
7665 (Changing Properties): Minor fix.
7666
7667 * anti.texi: Total rewrite.
7668
76692005-03-15 Lute Kamstra <lute@gnu.org>
7670
7671 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7672
76732005-03-08 Kim F. Storm <storm@cua.dk>
7674
7675 * display.texi (Specified Space): Property :width is support on
7676 non-graphic terminals, :height is not.
7677
76782005-03-07 Richard M. Stallman <rms@gnu.org>
7679
7680 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7681 Now subnodes of Fringes.
7682 (Overlay Arrow): Document overlay-arrow-variable-list.
7683 (Fringe Size/Pos): New node, broken out of Fringes.
7684 (Display): Explain clearing vs redisplay better.
7685 (Truncation): Clarify use of bitmaps.
7686 (The Echo Area): Clarify the uses of the echo area.
7687 Add max-mini-window-height.
7688 (Progress): Clarify.
7689 (Invisible Text): Explain that main loop moves point out.
7690 (Selective Display): Say "hidden", not "invisible".
7691 (Managing Overlays): Move up. Describe relation to Undo here.
7692 (Overlay Properties): Clarify intro.
7693 (Finding Overlays): Explain return values when nothing found.
7694 (Width): truncate-string-to-width has added arg.
7695 (Displaying Faces): Clarify and update mode line face handling.
7696 (Face Functions): Minor cleanup.
7697 (Conditional Display): Merge into Other Display Specs.
7698 (Pixel Specification, Other Display Specs): Minor cleanups.
7699 (Images, Image Descriptors): Minor cleanups.
7700 (GIF Images): Patents have expired.
7701 (Showing Images): Explain default text for insert-image.
7702 (Manipulating Button Types): Merge into Manipulating Buttons.
7703 (Making Buttons): Explain return values.
7704 (Button Buffer Commands): Add xref.
7705 (Inverse Video): Update mode-line-inverse-video.
7706 (Display Table Format): Clarify.
7707 (Active Display Table): Give defaults for window-display-table.
7708
7709 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7710 and calendar-today-marker are strings, not chars.
7711 (Holiday Customizing): Minor fix.
7712
7713 * internals.texi (Writing Emacs Primitives): Update `or' example.
7714 Update limit on # args of subr.
7715
7716 * edebug.texi (Using Edebug): Arrow is in fringe.
7717 (Instrumenting): Arg to eval-defun works without loading edebug.
7718 (Edebug Execution Modes): Add xref.
7719
7720 * customize.texi (Common Keywords): Clarify :require.
7721 Mention :version here.
7722 (Variable Definitions, Group Definitions): Not here.
7723 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7724
77252005-03-07 Chong Yidong <cyd@stupidchicken.com>
7726 * nonascii.texi (Text Representations): Clarify position-bytes.
7727 (Character Sets): Add list-charset-chars.
7728 (Scanning Charsets): Add charset-after.
7729 (Encoding and I/O): Minor fix.
7730
77312005-03-06 Richard M. Stallman <rms@gnu.org>
7732
7733 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7734 (Resizing Windows): Likewise.
7735
7736 * text.texi (Change Hooks): Get rid of "Emacs 21".
7737
7738 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7739
7740 * streams.texi (Output Variables): Get rid of "Emacs 21".
7741
7742 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7743
7744 * os.texi (Translating Input): Replace flow-control example
7745 with a less obsolete example that uses `keyboard-translate'.
7746
7747 * objects.texi (Hash Table Type, Circular Objects):
7748 Get rid of "Emacs 21".
7749
7750 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7751 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7752
7753 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7754
7755 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7756
7757 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7758 (Menu Bar): Fix when menu-bar-update-hook is called.
7759
7760 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7761
7762 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7763 and make it read better.
7764
7765 * files.texi (Writing to Files): Get rid of "Emacs 21".
7766 (Unique File Names): Likewise.
7767
7768 * elisp.texi: Update Emacs version to 22.
7769
7770 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7771 (Overlay Properties, Face Attributes): Likewise.
7772 (Managing Overlays): Fix punctuation.
7773 (Attribute Functions): Clarify set-face-font; get rid of
7774 info about old Emacs versions.
7775 (Auto Faces, Font Lookup, Display Property, Images):
7776 Get rid of "Emacs 21".
7777
7778 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7779
77802005-03-05 Richard M. Stallman <rms@gnu.org>
7781
7782 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7783
77842005-03-04 Lute Kamstra <lute@gnu.org>
7785
7786 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7787
77882005-03-03 Lute Kamstra <lute@gnu.org>
7789
7790 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7791
77922005-03-01 Lute Kamstra <lute@gnu.org>
7793
7794 * debugging.texi (Debugger Commands): Update `j'.
7795
77962005-02-28 Lute Kamstra <lute@gnu.org>
7797
7798 * debugging.texi (Debugging): Fix typo.
7799 (Error Debugging): Document eval-expression-debug-on-error.
7800 (Function Debugging): Update example.
7801 (Using Debugger): Mention starred stack frames.
7802 (Debugger Commands): Document `j' and `l'.
7803 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7804 Update the messages that the debugger displays.
7805 (Internals of Debugger): Add cross reference. Update example.
7806 (Excess Open): Minor improvement.
7807 (Excess Close): Minor improvement.
7808
78092005-02-26 Richard M. Stallman <rms@gnu.org>
7810
7811 * tips.texi (Coding Conventions): Clarify.
7812 Put all the major mode key reservations together.
7813 Mention the Mouse-1 => Mouse-2 conventions.
7814
7815 * syntax.texi (Syntax Class Table): Clarify.
7816 (Syntax Table Functions): syntax-after moved from here.
7817 (Syntax Table Internals): syntax-after moved to here.
7818 (Parsing Expressions): Update info on number of values
7819 and what's meaningful in the STATE argument.
7820 (Categories): Fix typo.
7821
7822 * sequences.texi (Arrays): Cleanup.
7823 (Char-Tables): Clarify.
7824
7825 * processes.texi (Deleting Processes): Cleanups, add xref.
7826 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7827 (Process Information): set-process-coding-system, some args optional.
7828 (Input to Processes): Explain various types for PROCESS args.
7829 Rename them from PROCESS-NAME to PROCESS.
7830 (Signals to Processes): Likewise.
7831 (Decoding Output): Cleanup.
7832 (Query Before Exit): Clarify.
7833
7834 * os.texi (Startup Summary): Correct the options; add missing ones.
7835 (Terminal Output, Batch Mode): Clarify.
7836 (Flow Control): Node deleted.
7837
7838 * markers.texi (The Mark): Clarify.
7839
7840 * macros.texi (Expansion): Cleanup.
7841 (Indenting Macros): indent-spec allows ints, not floats.
7842
7843 * keymaps.texi (Keymaps): Clarify.
7844 (Format of Keymaps): Update lisp-mode-map example.
7845 (Active Keymaps, Key Lookup): Clarify.
7846 (Changing Key Bindings): Add xref to `kbd'.
7847 (Key Binding Commands, Simple Menu Items): Clarify.
7848 (Mouse Menus, Menu Bar): Clarify.
7849 (Menu Example): Replace print example with menu-bar-replace-menu.
7850
7851 * help.texi (Documentation Basics): Add function-documentation prop.
7852
7853 * elisp.texi (Top): Don't refer to Flow Control node.
7854
7855 * commands.texi (Command Overview): Improve xrefs.
7856 (Adjusting Point): Adjusting point applies to intangible and invis.
7857 (Key Sequence Input): Doc extra read-key-sequence args.
7858 Likewise for read-key-sequence-vector.
7859
7860 * backups.texi (Rename or Copy): Minor fix.
7861 (Numbered Backups): For version-control, say the default.
7862 (Auto-Saving): make-auto-save-file-name example is simplified.
7863
7864 * advice.texi (Advising Functions): Don't imply one part of Emacs
7865 should advise another part. Markup changes.
7866 (Defining Advice): Move transitional para.
7867 (Activation of Advice): Cleanup.
7868 Explain if COMPILE is nil or negative.
7869
7870 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7871
78722005-02-24 Lute Kamstra <lute@gnu.org>
7873
7874 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7875 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7876
78772005-02-23 Lute Kamstra <lute@gnu.org>
7878
7879 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7880 to define global minor modes as well.
7881
7882 * display.texi (Managing Overlays): overlay-buffer returns nil for
7883 deleted overlays.
7884
78852005-02-22 Kim F. Storm <storm@cua.dk>
7886
7887 * minibuf.texi (Basic Completion): Allow symbols in addition to
7888 strings in try-completion and all-completions.
7889
78902005-02-14 Lute Kamstra <lute@gnu.org>
7891
7892 * elisp.texi (Top): Remove reference to deleted node.
7893
7894 * lists.texi (Lists): Remove reference to deleted node.
7895 (Cons Cells): Fix typo.
7896
7897 * loading.texi (Where Defined): Fix typo.
7898
78992005-02-14 Richard M. Stallman <rms@gnu.org>
7900
7901 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7902 is useful for discarding some minor modes.
7903
7904 * symbols.texi (Symbol Components): Reorder examples.
7905
7906 * streams.texi (Input Functions): State standard-input default.
7907 (Output Variables): State standard-output default.
7908
7909 * objects.texi (Printed Representation): Clarify read syntax vs print.
7910 (Floating Point Type): Explain meaning better.
7911 (Symbol Type): Explain uniqueness better.
7912 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7913 List examples sooner.
7914 (Box Diagrams): New subnode broken out.
7915 Some examples moved from old Lists as Boxes node.
7916 (Dotted Pair Notation): Clarify intro.
7917 (Array Type): Clarify.
7918 (Type Predicates): Add hash-table-p.
7919
7920 * numbers.texi (Integer Basics): Clarify radix explanation.
7921 (Predicates on Numbers): Minor clarification.
7922 (Comparison of Numbers): Minor clarification. Clarify eql.
7923 Typos in min, max.
7924 (Math Functions): Clarify overflow in expt.
7925
7926 * minibuf.texi (Text from Minibuffer): Minor clarification.
7927 Mention arrow keys.
7928
7929 * loading.texi (Autoload): defun's doc string overrides autoload's
7930 doc string.
7931 (Repeated Loading): Modernize "add to list" examples.
7932 (Where Defined): Finish updating table of load-history elts.
7933
7934 * lists.texi (List-related Predicates): Minor wording improvement.
7935 (Lists as Boxes): Node deleted.
7936 (Building Lists): Explain trivial cases of number-sequence.
7937
7938 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7939 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7940 (Hash Access): Any object can be a key.
7941 State value of maphash.
7942
7943 * functions.texi (What Is a Function): Wording cleanup.
7944 (Function Documentation): Minor cleanup.
7945 Explain purpose of calling convention at end of doc string.
7946 (Function Names): Wording cleanup.
7947 (Calling Functions): Wording cleanup.
7948 Explain better how funcall calls the function.
7949 (Function Cells): Delete example of saving and redefining function.
7950
7951 * control.texi (Combining Conditions): Wording cleanup.
7952 (Iteration): dolist and dotimes bind VAR locally.
7953 (Cleanups): Xref to Atomic Changes.
7954
7955 * compile.texi (Byte Compilation): Delete 19.29 info.
7956 (Compilation Functions): Macros' difficulties don't affect defsubst.
7957 (Docs and Compilation): Delete 19.29 info.
7958
79592005-02-10 Richard M. Stallman <rms@gnu.org>
7960
7961 * objects.texi (Symbol Type): Minor correction.
7962
79632005-02-06 Lute Kamstra <lute@gnu.org>
7964
7965 * modes.texi (Example Major Modes): Fix typos.
7966
79672005-02-06 Richard M. Stallman <rms@gnu.org>
7968
7969 * text.texi (Margins): fill-nobreak-predicate can be one function.
7970
7971 * strings.texi (Modifying Strings): clear-string can make unibyte.
7972 (Formatting Strings): format gives error if values missing.
7973
7974 * positions.texi (Character Motion): Mention default arg
7975 for forward-char. backward-char refers to forward-char.
7976 (Word Motion): Mention default arg for forward-word.
7977 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7978 Simplify end-of-buffer.
7979 (Text Lines): Mention default arg for forward-line.
7980 (List Motion): Mention default arg for beginning/end-of-defun.
7981 (Skipping Characters): Minor fixes in explaining character-set.
7982
7983 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7984 Mode inheritance applies only when default-major-mode is nil.
7985 Clarifications.
7986 (Example Major Modes): Update Text mode and Lisp mode examples.
7987 (Minor Mode Conventions): Mention define-minor-mode at top.
7988 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7989 (Mode Line Format): Update mode line face display info.
7990 (Properties in Mode): Mention effect of risky vars.
7991 (Imenu): Define imenu-add-to-menubar.
7992 (Font Lock Mode): Add descriptions to menu lines.
7993 (Faces for Font Lock): Add font-lock-doc-face.
7994
79952005-02-05 Lute Kamstra <lute@gnu.org>
7996
7997 * text.texi (Maintaining Undo): Remove obsolete function.
7998
79992005-02-05 Eli Zaretskii <eliz@gnu.org>
8000
8001 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8002 color specifications. Improve indexing.
b8d4c8d0
GM
8003 (Text Terminal Colors): Replace the description of RGB values by
8004 an xref to "Color Names".
8005
80062005-02-03 Richard M. Stallman <rms@gnu.org>
8007
8008 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8009 Clarify.
8010 (Selecting Windows): Clarify save-selected-window.
8011 (Cyclic Window Ordering): Clarify walk-windows.
8012 (Window Point): Clarify.
8013 (Window Start): Add comment to example.
8014 (Resizing Windows): Add `interactive' specs in examples.
8015 Document fit-window-to-buffer.
8016
8017 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8018 (Undo, Maintaining Undo): Clarify last change.
8019 (Sorting): In sort-numeric-fields, explain about octal and hex.
8020 Mention sort-numeric-base.
8021 (Format Properties): Add xref for hard newlines.
8022
8023 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8024 (Pop-Up Menus): Fix typo.
8025 (Color Names): Explain all types of color names.
8026 Explain color-values on B&W terminal.
8027 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8028
8029 * files.texi (File Locks): Not supported on MS systems.
8030 (Testing Accessibility): Clarify.
8031
8032 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8033 (Coverage Testing): Fix typo.
8034
8035 * commands.texi (Misc Events): Remove stray space.
8036
8037 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8038 (Modification Time): Clarify when visited-file-modtime returns 0.
8039 (The Buffer List): Clarify bury-buffer.
8040 (Killing Buffers): Clarify.
8041 (Indirect Buffers): Add clone-indirect-buffer.
8042
80432005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8044
8045 * edebug.texi (Printing in Edebug): Fix default value of
8046 edebug-print-circle.
8047 (Coverage Testing): Fix displayed frequency count data.
8048
80492005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8050
8051 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8052
80532005-02-02 Kim F. Storm <storm@cua.dk>
8054
8055 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8056
80572005-01-29 Eli Zaretskii <eliz@gnu.org>
8058
8059 * commands.texi (Misc Events): Describe the help-echo event.
8060
8061 * text.texi (Special Properties) <help-echo>: Use `pos'
8062 consistently in description of the help-echo property.
8063 Use @code{nil} instead of @var{nil}.
8064
8065 * display.texi (Overlay Properties): Fix the index entry for
8066 help-echo overlay property.
8067
8068 * customize.texi (Type Keywords): Uncomment the xref to the
8069 help-echo property documentation.
8070
80712005-01-23 Kim F. Storm <storm@cua.dk>
8072
8073 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8074 return value. Third element FULLY replaced by PARTIAL which
8075 specifies number of invisible pixels if row is only partially visible.
8076 (Textual Scrolling): Mention auto-window-vscroll.
8077 (Vertical Scrolling): New defvar auto-window-vscroll.
8078
80792005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8080
8081 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8082 command remapping.
8083
80842005-01-15 Richard M. Stallman <rms@gnu.org>
8085
8086 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8087
80882005-01-14 Kim F. Storm <storm@cua.dk>
8089
8090 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8091
8092 * text.texi (Links and Mouse-1): Fix string and vector item.
8093
80942005-01-13 Richard M. Stallman <rms@gnu.org>
8095
8096 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8097 descriptions of overriding-local-map and overriding-terminal-local-map.
8098
8099 * text.texi (Links and Mouse-1): Clarify text.
8100
81012005-01-13 Kim F. Storm <storm@cua.dk>
8102
8103 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8104
81052005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8106
8107 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8108
81092005-01-12 Kim F. Storm <storm@cua.dk>
8110
8111 * text.texi (Links and Mouse-1): Rename section from Enabling
8112 Mouse-1 to Following Links. Change xrefs.
8113 Add examples for define-button-type and define-widget.
8114
8115 * display.texi (Button Properties, Button Buffer Commands):
8116 Clarify mouse-1 and follow-link functionality.
8117
81182005-01-12 Richard M. Stallman <rms@gnu.org>
8119
8120 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8121
8122 * display.texi (Beeping): Fix Texinfo usage.
8123
8124 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8125
81262005-01-11 Kim F. Storm <storm@cua.dk>
8127
8128 * display.texi (Button Properties, Button Buffer Commands):
8129 Mention mouse-1 binding. Add follow-link keyword.
8130
8131 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8132 (Enabling Mouse-1 to Follow Links): New subsection.
8133
81342005-01-06 Richard M. Stallman <rms@gnu.org>
8135
8136 * text.texi (Special Properties): Minor change.
8137
8138 * os.texi (Timers): Clarify previous change.
8139
8140 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8141
81422005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8143
8144 * display.texi (Face Attributes): Correct xref to renamed node.
8145
81462005-01-01 Richard M. Stallman <rms@gnu.org>
8147
8148 * display.texi (Face Attributes): Describe hex color specs.
8149
81502004-12-31 Richard M. Stallman <rms@gnu.org>
8151
8152 * os.texi (Timers): Update previous change.
8153
81542004-12-30 Kim F. Storm <storm@cua.dk>
8155
8156 * display.texi (Line Height): Total line-height is now specified
8157 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8158 in cons cells. (nil . RATIO) is relative to actual line height.
8159 Use line-height `t' instead of `0' to get minimum height.
8160
81612004-12-29 Richard M. Stallman <rms@gnu.org>
8162
8163 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8164
81652004-12-28 Richard M. Stallman <rms@gnu.org>
8166
8167 * commands.texi (Quitting): Clarify value of with-local-quit.
8168
8169 * elisp.texi (Top): Fix previous change.
8170
8171 * loading.texi (Loading): Fix previous change.
8172
81732004-12-27 Richard M. Stallman <rms@gnu.org>
8174
8175 * Makefile.in (MAKEINFO): Specify --force.
8176
8177 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8178
8179 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8180
8181 * display.texi (Line Height): Further clarify.
8182
8183 * elisp.texi (Top): Update Loading submenu.
8184
8185 * loading.texi (Where Defined): New node.
8186 (Unloading): load-history moved to Where Defined.
8187
81882004-12-21 Richard M. Stallman <rms@gnu.org>
8189
8190 * commands.texi (Event Input Misc): Add while-no-input.
8191
81922004-12-11 Richard M. Stallman <rms@gnu.org>
8193
8194 * display.texi (Line Height): Rewrite text for clarity.
8195
81962004-12-11 Kim F. Storm <storm@cua.dk>
8197
8198 * display.texi (Display): Add node "Line Height" to menu.
8199 (Line Height): New node. Move full description of line-spacing
8200 and line-height text properties here from text.texi.
8201 (Scroll Bars): Add vertical-scroll-bar variable.
8202
8203 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8204
8205 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8206 line-spacing and vertical-scroll-bar.
8207
8208 * text.texi (Special Properties): Just mention line-spacing and
8209 line-height here, add xref to new "Line Height" node.
8210
82112004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8212
8213 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8214
8215 * locals.texi (Standard Buffer-Local Variables):
8216 Add @xref for `line-spacing'.
8217
82182004-12-05 Richard M. Stallman <rms@gnu.org>
8219
8220 * Makefile.in (maintainer-clean): Remove the info files
8221 in $(infodir) where they are created.
8222
82232004-12-03 Richard M. Stallman <rms@gnu.org>
8224
8225 * windows.texi (Selecting Windows): get-lru-window and
8226 get-largest-window don't consider dedicated windows.
8227
8228 * text.texi (Undo): Document undo-in-progress.
8229
82302004-11-26 Richard M. Stallman <rms@gnu.org>
8231
8232 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8233 Remove a few vars that are not always buffer-local.
8234
82352004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8236
8237 * locals.texi (Standard Buffer-Local Variables): Comment out
8238 xref's to non-existent node `Yet to be written'.
8239
82402004-11-24 Richard M. Stallman <rms@gnu.org>
8241
8242 * processes.texi (Synchronous Processes): Grammar fix.
8243
8244 * numbers.texi (Comparison of Numbers): Add eql.
8245
8246 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8247
8248 * intro.texi (Printing Notation): Fix previous change.
8249
8250 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8251 and default-indicate-buffer-boundaries from here.
8252 (Usual Display): To here.
8253 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8254 (Usual Display): Move tab-width up.
8255
5dcb4c4e
SM
8256 * customize.texi (Variable Definitions):
8257 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8258 (Simple Types, Composite Types, Defining New Types):
8259 Minor cleanups.
8260
82612004-11-21 Jesper Harder <harder@ifa.au.dk>
8262
8263 * processes.texi (Synchronous Processes, Output from Processes):
8264 Markup fix.
8265
82662004-11-20 Richard M. Stallman <rms@gnu.org>
8267
8268 * positions.texi (Skipping Characters): skip-chars-forward
8269 now handles char classes.
8270
8271 * intro.texi (Printing Notation): Avoid confusion of `print'
8272 when explaining @print.
8273
8274 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8275
8276 * display.texi (Display Table Format): Minor fix.
8277
8278 * streams.texi (Output Functions): Fix print example.
8279
8280 * Makefile.in (elisp): New target.
8281 (dist): Depend on $(infodir)/elisp, not elisp.
8282 Copy the info files from $(infodir).
8283
8284 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8285 read-from-minibuffer.
8286
8287 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8288
82892004-11-19 Richard M. Stallman <rms@gnu.org>
8290
8291 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8292
82932004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8294
8295 * tips.texi (Coding Conventions): Fix typo.
8296
82972004-11-16 Richard M. Stallman <rms@gnu.org>
8298
8299 * tips.texi (Coding Conventions): Separate defvar and require
8300 methods to avoid warnings. Use require only when there are many
8301 functions and variables from that package.
8302
8303 * minibuf.texi (Minibuffer Completion): When ignoring case,
8304 predicate must not be case-sensitive.
8305
8306 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8307 (Test Coverage): Don't talk about "splotches". Clarified.
8308
83092004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8310
8311 * frames.texi (Window Frame Parameters): Fix typo.
8312
83132004-11-15 Kim F. Storm <storm@cua.dk>
8314
8315 * symbols.texi (Other Plists): Note that plist-get may signal error.
8316 Add safe-plist-get.
8317
83182004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8319
8320 * modes.texi (Font Lock Basics): Fix typo.
8321
83222004-11-08 Richard M. Stallman <rms@gnu.org>
8323
8324 * syntax.texi (Syntax Table Functions): Add syntax-after.
8325
83262004-11-06 Lars Brinkhoff <lars@nocrew.org>
8327
8328 * os.texi (Processor Run Time): New section documenting
8329 get-internal-run-time.
8330
83312004-11-06 Eli Zaretskii <eliz@gnu.org>
8332
8333 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8334 it nukes elisp-cover.texi.
8335 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8336 elisp-0 etc.
8337
83382004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8339
8340 * commands.texi (Keyboard Macros): Document `append' return value
8341 of `defining-kbd-macro'.
8342
83432004-11-01 Richard M. Stallman <rms@gnu.org>
8344
8345 * commands.texi (Interactive Call): Add called-interactively-p.
8346
83472004-10-29 Simon Josefsson <jas@extundo.com>
8348
8349 * minibuf.texi (Reading a Password): Revert.
8350
83512004-10-28 Richard M. Stallman <rms@gnu.org>
8352
8353 * frames.texi (Display Feature Testing): Explain about "vendor".
8354
83552004-10-27 Richard M. Stallman <rms@gnu.org>
8356
8357 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8358 not raw. Clarify `n'.
8359 (Interactive Call): Rewrite interactive-p, focusing on when
8360 and how to use it.
8361 (Misc Events): Clarify previous change.
8362
8363 * advice.texi (Simple Advice): Clarify what job the example does.
8364 (Around-Advice): Clarify ad-do-it.
8365 (Activation of Advice): An option of ad-default-compilation-action
8366 is `never', not `nil'.
8367
83682004-10-26 Kim F. Storm <storm@cua.dk>
8369
8370 * commands.texi (Interactive Codes): Add U code letter.
8371
83722004-10-25 Simon Josefsson <jas@extundo.com>
8373
8374 * minibuf.texi (Reading a Password): Add.
8375
83762004-10-24 Jason Rumney <jasonr@gnu.org>
8377
8378 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8379 and wheel-down.
8380
83812004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8382
8383 * processes.texi (Synchronous Processes): Document process-file.
8384
83852004-10-22 Kenichi Handa <handa@m17n.org>
8386
8387 * text.texi (translate-region): Document that it accepts also a
8388 char-table.
8389
83902004-10-22 David Ponce <david@dponce.com>
8391
8392 * windows.texi (Resizing Windows): Document the `preserve-before'
8393 argument of the functions `enlarge-window' and `shrink-window'.
8394
83952004-10-19 Jason Rumney <jasonr@gnu.org>
8396
8397 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8398
83992004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8400
8401 * text.texi (Filling): Add anchor for definition of
8402 `sentence-end-double-space'.
8403
8404 * searching.texi (Regexp Example): Update description of how
8405 Emacs currently recognizes the end of a sentence.
8406 (Standard Regexps): Update definition of the variable
8407 `sentence-end'. Add definition of the function `sentence-end'.
8408
84092004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8410
8411 * display.texi (Progress): New node.
8412
84132004-10-05 Kim F. Storm <storm@cua.dk>
8414
8415 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8416
84172004-09-29 Kim F. Storm <storm@cua.dk>
8418
8419 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8420 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8421 fringe bitmap symbols, as they now have their own namespace.
8422 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8423 vs. pixels. Signal error if no free bitmap slots.
8424 (Pixel Specification): Change IMAGE to @var{image}.
8425
84262004-09-28 Richard M. Stallman <rms@gnu.org>
8427
8428 * text.texi (Special Properties): Clarify line-spacing and line-height.
8429
8430 * searching.texi (Regexp Search): Add looking-back.
8431
84322004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8433
8434 * display.texi: Correct typos.
8435 (Image Descriptors): Correct xref's.
8436
84372004-09-25 Richard M. Stallman <rms@gnu.org>
8438
8439 * text.texi (Special Properties): Cleanups in `cursor'.
8440 Rewrites in `line-height' and `line-spacing'; exchange them.
8441
8442 * display.texi (Fringes): Rewrite previous change.
8443 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8444 (Display Fringe Bitmaps): Node deleted, text moved.
8445 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8446 (Scroll Bars): Clarify set-window-scroll-bars.
8447 (Pointer Shape): Rewrite.
8448 (Specified Space): Clarify :align-to, etc.
8449 (Pixel Specification): Use @var. Clarify new text.
8450 (Other Display Specs): Clarify `slice'.
8451 (Image Descriptors): Cleanups.
8452 (Showing Images): Cleanups.
8453
84542004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8455
8456 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8457
8458 * modes.texi: Various minor changes in addition to:
8459 (Major Mode Conventions): Final call to `run-mode-hooks' should
8460 not be inside the `delay-mode-hooks' form.
8461 (Mode Hooks): New node.
8462 (Hooks): Delete obsolete example.
8463 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8464 node "Mode Hooks".
8465
84662004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8467
8468 * display.texi: Correct various typos.
8469 (Display): Rename node "Pointer Shapes" to "Pointer
8470 Shape". (There is already a node called "Pointer Shapes" in
8471 frames.texi.)
8472 (Images): Remove non-existent node "Image Slices" from menu.
8473
84742004-09-23 Kim F. Storm <storm@cua.dk>
8475
8476 * text.texi (Special Properties): Add `cursor', `pointer',
8477 `line-height', and `line-spacing' properties.
8478
8479 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8480 Shapes' to menu.
8481 (Standard Faces): Doc fix for fringe face.
8482 (Fringes): Add `overflow-newline-into-fringe' and
8483 'indicate-buffer-boundaries'.
8484 (Fringe Bitmaps, Pointer Shapes): New nodes.
8485 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8486 Bitmaps' to menu.
8487 (Specified Space): Describe pixel width and height.
8488 (Pixel Specification): New node.
8489 (Other Display Specs): Add `slice' property.
8490 (Display Fringe Bitmaps): New node.
8491 (Images): Add 'Image Slices' to menu.
8492 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8493 (Showing Images): Add slice arg to `insert-image'.
8494 Add 'insert-sliced-image'.
b8d4c8d0
GM
8495
84962004-09-20 Richard M. Stallman <rms@gnu.org>
8497
8498 * commands.texi (Key Sequence Input):
8499 Clarify downcasing in read-key-sequence.
8500
85012004-09-08 Juri Linkov <juri@jurta.org>
8502
8503 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8504
85052004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8506
5dcb4c4e
SM
8507 * locals.texi (Standard Buffer-Local Variables):
8508 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8509 * internals.texi (Buffer Internals): Describe new
8510 auto_save_file_format field of the buffer structure.
8511 * files.texi (Format Conversion): `auto-save-file-format' has been
8512 renamed `buffer-auto-save-file-format'.
8513
85142004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8515
8516 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8517 an integer or a marker.
8518 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8519
85202004-08-22 Richard M. Stallman <rms@gnu.org>
8521
8522 * modes.texi (Major Mode Conventions): Discuss rebinding of
8523 standard key bindings.
8524
85252004-08-18 Kim F. Storm <storm@cua.dk>
8526
8527 * processes.texi (Accepting Output): Add `just-this-one' arg to
8528 `accept-process-output'.
8529 (Output from Processes): New var `process-adaptive-read-buffering'.
8530
85312004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8532
8533 * keymaps.texi: Various changes in addition to:
8534 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8535 Give more varied examples for `kbd'.
8536 (Creating Keymaps): Char tables have slots for all characters
8537 without modifiers.
8538 (Active Keymaps): `overriding-local-map' and
8539 `overriding-terminal-local-map' also override text property and
8540 overlay keymaps.
8541 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8542 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8543 to denote a prefix of no events.
8544 `map-keymap' includes parent's bindings _recursively_.
8545 Clarify and correct description of `where-is-internal'.
8546 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8547 (Menu Example): For menus intended for use with the keyboard, the
8548 menu items should be bound to characters or real function keys.
8549
85502004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8551
8552 * objects.texi (Character Type): Reposition `@anchor' to prevent
8553 double space inside sentence in Info.
8554
8555 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8556 renamed to `disabled-command-function'.
8557 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8558 (Command Loop Info): Replace reference to it.
8559 (Disabling Commands): `disabled-command-hook' has been renamed to
8560 `disabled-command-function'.
8561
85622004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8563
8564 * os.texi (Translating Input): Only non-prefix bindings in
8565 `key-translation-map' override actual key bindings. Warn about
8566 possible indirect effect of actual key bindings on non-prefix
8567 bindings in `key-translation-map'.
8568
85692004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8570
8571 * minibuf.texi (High-Level Completion): Add anchor for definition
8572 of `read-variable'.
8573
8574 * commands.texi: Various changes in addition to:
8575 (Using Interactive): Clarify description of `interactive-form'.
8576 (Interactive Call): Mention default for KEYS argument to
8577 `call-interactively'.
8578 (Command Loop Info): Clarify description of `this-command-keys'.
8579 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8580 Value of `last-event-frame' can be `macro'.
8581 (Repeat Events): `double-click-fuzz' is also used to distinguish
8582 clicks and drags.
8583 (Classifying Events): Clarify descriptions of `event-modifiers'
8584 `event-basic-type' and `event-convert-list'.
8585 (Accessing Events): `posn-timestamp' takes POSITION argument.
8586 (Quoted Character Input): Clarify description of
8587 `read-quoted-char' and fix example.
8588 (Quitting): Add `with-local-quit'.
8589 (Disabling Commands): Correct and clarify descriptions of
8590 `enable-command' and `disable-command'.
8591 Mention what happens if `disabled-command-hook' is nil.
8592 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8593 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8594
85952004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8596
8597 * frames.texi: Various changes in addition to:
8598 (Creating Frames): Expand and clarify description of `make-frame'.
8599 (Window Frame Parameters): Either none or both of the `icon-left'
8600 and `icon-top' parameters must be specified. Put descriptions of
8601 `menu-bar-lines' and `toolbar-lines' closer together and change
8602 them accordingly.
8603 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8604 except while processing `frame-title-format' or `icon-title-format'.
8605 (Deleting Frames): Correct description of `delete-frame'.
8606 Non-nil return values of `frame-live-p' are like those of `framep'.
8607 (Frames and Windows): Mention return value of
8608 `set-frame-selected-window'.
8609 (Visibility of Frames): Mention `force' argument to
8610 `make-frame-invisible'. `frame-visible-p' returns t for all
8611 frames on text-only terminals.
8612 (Frame Configurations): Restoring a frame configuration does not
8613 restore deleted frames.
8614 (Window System Selections): `x-set-selection' returns DATA.
8615 (Resources): Add example.
8616 (Display Feature Testing): Clarify descriptions of
8617 `display-pixel-height', `display-pixel-width', `x-server-version'
8618 and `x-server-vendor'.
8619
8620 * windows.texi (Choosing Window): Add anchor.
8621 * minibuf.texi (Minibuffer Misc): Add anchor.
8622
86232004-07-23 John Paul Wallington <jpw@gnu.org>
8624
8625 * macros.texi (Defining Macros): Declaration keyword for setting
8626 Edebug spec is `debug' not `edebug'.
8627
86282004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8629
8630 * windows.texi: Various small changes in addition to:
8631 (Window Point): Mention return value of `set-window-point'.
8632 (Window Start): `pos-visible-in-window-p' disregards horizontal
8633 scrolling. Explain return value if PARTIALLY is non-nil.
8634 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8635 and `set-window-vscroll'.
8636 (Size of Window): The argument WINDOW to `window-inside-edges',
8637 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8638 (Resizing Windows): Explain return value of
8639 `shrink-window-if-larger-than-buffer'.
8640 `window-size-fixed' automatically becomes buffer local when set.
8641 (Window Configurations): Explain return value of
8642 `set-window-configuration'.
8643
8644 * minibuf.texi (Minibuffer Misc): Add anchor for
8645 `minibuffer-scroll-window'.
8646
8647 * positions.texi (Text Lines): Add anchor for `count-lines'.
8648
86492004-07-17 Richard M. Stallman <rms@gnu.org>
8650
8651 * display.texi (Overlay Properties): Adding `evaporate' prop
8652 deletes empty overlay immediately.
8653
8654 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8655 fix example.
8656
86572004-07-16 Jim Blandy <jimb@redhat.com>
8658
8659 * searching.texi (Regexp Backslash): Document new \_< and \_>
8660 operators.
8661
86622004-07-16 Juanma Barranquero <lektu@terra.es>
8663
8664 * display.texi (Images): Fix Texinfo usage.
8665
86662004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8667
8668 * buffers.texi (Modification Time): `visited-file-modtime' now
8669 returns a list of two integers, instead of a cons.
8670
86712004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8672
8673 * windows.texi: Various changes in addition to:
8674 (Splitting Windows): Add `split-window-keep-point'.
8675
86762004-07-09 Richard M. Stallman <rms@gnu.org>
8677
8678 * frames.texi (Input Focus): Minor fix.
8679
86802004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8681
8682 * frames.texi (Input Focus): Clarify descriptions of
8683 `select-frame-set-input-focus' and `select-frame'.
8684
86852004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8686
8687 * os.texi: Various small changes in addition to:
8688 (Killing Emacs): Expand and clarify description of
8689 `kill-emacs-query-functions' and `kill-emacs-hook'.
8690 (System Environment): Expand and clarify description of `getenv'
8691 and `setenv'.
8692 (Timers): Clarify description of `run-at-time'.
8693 (Translating Input): Correct description of
8694 `extra-keyboard-modifiers'.
8695 (Flow Control): Correct description of `enable-flow-control'.
8696
86972004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8698
8699 * os.texi: Update copyright.
8700 (Session Management): Grammar fix.
8701 Clarify which Emacs does the restarting.
8702 Use @samp for *scratch* buffer.
8703
87042004-07-04 Alan Mackenzie <acm@muc.de>
8705
8706 * frames.texi (Input Focus): Add documentation for
8707 `select-frame-set-input-focus'. Replace refs to non-existent
8708 `switch-frame' with `select-frame'. Minor corrections and tidying
8709 up of text-only terminal stuff.
8710
87112004-07-02 Richard M. Stallman <rms@gnu.org>
8712
8713 * files.texi (Saving Buffers): Cleanup write-contents-function.
8714 (Magic File Names): Cleanup file-remote-p.
8715
b344d29d 87162004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8717
8718 * files.texi (Magic File Names): `file-remote-p' returns an
8719 identifier of the remote system, not just t.
8720
87212004-07-02 David Kastrup <dak@gnu.org>
8722
8723 * searching.texi (Entire Match Data): Add explanation about new
8724 match-data behavior when @var{integers} is non-nil.
8725
87262004-06-24 Richard M. Stallman <rms@gnu.org>
8727
8728 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8729
8730 * customize.texi (Variable Definitions): Note about doc strings
8731 and :set.
8732
8733 * keymaps.texi (Keymap Terminology): Document `kbd'.
8734 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8735
8736 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8737 makes it buffer-local.
8738
8739 * files.texi (Saving Buffers): Correct previous change.
8740
8741 * commands.texi (Accessing Events):
8742 Clarify posn-col-row and posn-actual-col-row.
8743
87442004-06-24 David Ponce <david.ponce@wanadoo.fr>
8745
8746 * commands.texi (Accessing Events): New functions
8747 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8748
87492004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8750
8751 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8752 * frames.texi, buffers.texi, backups.texi, variables.texi:
8753 * loading.texi, eval.texi, functions.texi, control.texi:
8754 * symbols.texi, minibuf.texi: Reposition @anchor's.
8755
8756 * help.texi: Various small changes in addition to the following.
8757 (Describing Characters): Describe PREFIX argument to
8758 `key-description'. Correct and clarify definition of
8759 `text-char-description'. Describe NEED-VECTOR argument to
8760 `read-kbd-macro'.
8761 (Help Functions): Clarify definition of `apropos'.
8762
87632004-06-23 Lars Hansen <larsh@math.ku.dk>
8764
8765 * files.texi (Saving Buffers): Correct description of
8766 `write-contents-functions'.
8767
87682004-06-21 Juanma Barranquero <lektu@terra.es>
8769
8770 * display.texi (Images): Remove redundant @vindex directives.
8771 Rewrite `image-library-alist' doc in active voice.
8772
87732004-06-14 Juanma Barranquero <lektu@terra.es>
8774
8775 * display.texi (Images): Document new delayed library loading,
8776 variable `image-library-alist' and (existing but undocumented)
8777 function `image-type-available-p'.
8778
87792004-06-05 Richard M. Stallman <rms@gnu.org>
8780
8781 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8782 refer the user to the Initial Input node.
8783 (Text from Minibuffer): Likewise.
8784 (Initial Input): New node. Document this feature
8785 and say it is mostly deprecated.
8786
87872004-05-30 Richard M. Stallman <rms@gnu.org>
8788
8789 * loading.texi (Named Features): Clarify return value
8790 and meaning of NOERROR.
8791
8792 * variables.texi (File Local Variables): Minor cleanup.
8793
87942004-05-30 Michael Albinus <michael.albinus@gmx.de>
8795
8796 * files.texi (Magic File Names): Add `file-remote-p' as operation
8797 of file name handlers.
8798
87992004-05-29 Richard M. Stallman <rms@gnu.org>
8800
8801 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8802 as arg to a minor mode command.
8803
88042004-05-22 Richard M. Stallman <rms@gnu.org>
8805
8806 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8807
8808 * streams.texi (Output Variables): Doc float-output-format.
8809
8810 * searching.texi (Regexp Special): Nested repetition can be infloop.
8811
8812 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8813 real stack overflow.
8814
8815 * compile.texi: Minor cleanups.
8816
88172004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8818
8819 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8820 circular lists.
8821 (List Elements): Explain handling of circular and dotted lists.
8822
88232004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8824
8825 * modes.texi (Search-based Fontification): Fix typo.
8826
88272004-05-10 Juanma Barranquero <lektu@terra.es>
8828
8829 * modes.texi (Mode Line Variables): Fix description of
8830 global-mode-string, which is now after which-func-mode, not the
8831 buffer name.
8832
88332004-05-07 Lars Hansen <larsh@math.ku.dk>
8834
8835 * modes.texi (Desktop Save Mode): Add.
8836 (Modes): Add menu entry Desktop Save Mode.
8837
8838 * hooks.texi: Add desktop-after-read-hook,
8839 desktop-no-desktop-file-hook and desktop-save-hook.
8840
8841 * locals.texi: Add desktop-save-buffer.
8842
88432004-04-30 Jesper Harder <harder@ifa.au.dk>
8844
8845 * display.texi: emacs -> Emacs.
8846
88472004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8848
8849 * files.texi (Changing Files): Document set-file-times.
8850
88512004-04-23 Juanma Barranquero <lektu@terra.es>
8852
8853 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8854
88552004-04-18 Jesper Harder <harder@ifa.au.dk>
8856
8857 * tips.texi (Coding Conventions): defopt -> defcustom.
8858
88592004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8860
8861 * sequences.texi: Various clarifications.
8862
88632004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8864
8865 * buffers.texi (Read Only Buffers): Mention optional ARG to
8866 `toggle-read-only'.
8867
88682004-04-14 Nick Roberts <nick@nick.uklinux.net>
8869
8870 * windows.texi (Selecting Windows): Note that get-lru-window
8871 returns a full-width window if possible.
8872
88732004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8874
8875 * buffers.texi: Various changes in addition to:
8876 (Buffer File Name): Add `find-buffer-visiting'.
8877 (Buffer Modification): Mention optional ARG to `not-modified'.
8878 (Indirect Buffers): Mention optional CLONE argument to
8879 `make-indirect-buffer'.
8880
8881 * files.texi: Various changes in addition to:
8882 (Visiting Functions): `find-file-hook' is now a normal hook.
8883 (File Name Expansion): Explain difference between the way that
8884 `expand-file-name' and `file-truename' treat `..'.
8885 (Contents of Directories): Mention optional ID-FORMAT argument to
8886 `directory-files-and-attributes'.
8887 (Format Conversion): Mention new optional CONFIRM argument to
8888 `format-write-file'.
8889
88902004-04-12 Miles Bader <miles@gnu.org>
8891
8892 * macros.texi (Expansion): Add description of `macroexpand-all'.
8893
88942004-04-05 Jesper Harder <harder@ifa.au.dk>
8895
5dcb4c4e
SM
8896 * variables.texi (Variable Aliases):
8897 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8898
8899 * errors.texi (Standard Errors): Ditto.
8900
89012004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8902
8903 * backups.texi: Various small changes in addition to:
8904 (Making Backups): Mention return value of `backup-buffer'.
8905 (Auto-Saving): Mention optional FORCE argument to
8906 `delete-auto-save-file-if-necessary'.
8907 (Reverting): Mention optional PRESERVE-MODES argument to
8908 `revert-buffer'. Correct description of `revert-buffer-function'.
8909
89102004-03-22 Juri Linkov <juri@jurta.org>
8911
8912 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8913 with `Vector Functions'.
8914
8915 * text.texi (Sorting): Add missing quote.
8916
89172004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8918
8919 * intro.texi (Lisp History): Replace xref to `cl' manual with
8920 inforef.
8921
89222004-03-12 Richard M. Stallman <rms@gnu.org>
8923
8924 * intro.texi (Version Info): Add arg to emacs-version.
8925 (Lisp History): Change xref to CL manual.
8926
89272004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8928
8929 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8930 for Partial Completion mode.
8931
89322004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8933
8934 * customize.texi: Fix typo. Remove eol whitespace.
8935
89362004-03-04 Richard M. Stallman <rms@gnu.org>
8937
8938 * processes.texi: Fix typos.
8939
8940 * lists.texi (Building Lists): Minor clarification.
8941
8942 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8943 in make-hash-table.
8944
89452004-02-29 Juanma Barranquero <lektu@terra.es>
8946
8947 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8948 rm, and ignore exit code.
8949
89502004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8951
8952 * display.texi (Defining Faces): Add description for min-colors.
8953 Update example.
8954
89552004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8956
8957 * abbrevs.texi: Various corrections and clarifications in addition
8958 to the following:
8959 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8960
89612004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8962
8963 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8964
89652004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8966
8967 * text.texi: Various small changes in addition to the following:
8968 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8969 to delete-horizontal-space.
8970 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8971 description of yank-handler text property at various places.
8972
8973 * frames.texi (Window System Selections): Add anchor.
8974
8975 * syntax.texi (Syntax Table Functions): Clarify and correct
8976 descriptions of make-syntax-table and copy-syntax-table.
8977 (Motion and Syntax): Clarify SYNTAXES argument to
8978 skip-syntax-forward.
8979 (Parsing Expressions): Mention that the return value of
8980 parse-partial-sexp is currently a list of ten rather than nine
8981 elements.
8982 (Categories): Various corrections and clarifications.
8983
89842004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8985
8986 * markers.texi (Marker Insertion Types): Minor change.
8987
8988 * locals.texi (Standard Buffer-Local Variables):
8989 * commands.texi (Interactive Codes, Using Interactive):
8990 * functions.texi (Related Topics): Fix xrefs.
8991
89922004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8993
8994 * lists.texi (Sets And Lists): Update description of delete-dups.
8995
89962004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8997
8998 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8999
c8763fb6 90002004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9001
9002 * frames.texi (Parameter Access): frame-parameters arg is optional.
9003 modify-frame-parameters handles nil for FRAME.
9004 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9005 are all-or-nothing for certain toolkits.
9006 Mention parameter wait-for-wm.
9007 (Frames and Windows): In frame-first-window and frame-selected-window
9008 the arg is optional.
9009 (Input Focus): In redirect-frame-focus the second arg is optional.
9010 (Window System Selections): Mention selection type CLIPBOARD.
9011 Mention data-type UTF8_STRING.
9012 Mention numbering of cut buffers.
9013 (Resources): Describe x-resource-name.
9014
90152004-02-16 Richard M. Stallman <rms@gnu.org>
9016
9017 * windows.texi (Buffers and Windows): Delete false table
9018 about all-frames.
9019
9020 * syntax.texi (Parsing Expressions): Delete old caveat
9021 about parse-sexp-ignore-comments.
9022
9023 * streams.texi (Output Variables): Add print-quoted.
9024
9025 * lists.texi (Building Lists): Minor cleanup.
9026
9027 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9028
9029 * display.texi (Overlays): Explain overlays use markers.
9030 (Managing Overlays): Explain front-advance and rear-advance
9031 in more detail.
9032
9033 * loading.texi (Unloading): Document unload-feature-special-hooks.
9034 Get rid of fns-NNN.el file.
9035
90362004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9037
9038 * help.texi (Describing Characters): Fix text-char-description
9039 example output.
9040
9041 * edebug.texi (Using Edebug): Fix example.
9042
9043 * debugging.texi (Internals of Debugger): Fix return value.
9044
9045 * files.texi (Changing Files): Fix argname.
9046
9047 * calendar.texi: Fix parens, and default values.
9048
9049 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9050 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9051 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9052
9053 * positions.texi (Text Lines): Don't add -1 in current-line.
9054
90552004-02-16 Richard M. Stallman <rms@gnu.org>
9056
9057 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9058
90592004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9060
9061 * processes.texi (Low-Level Network): Fix a typo.
9062
90632004-02-12 Kim F. Storm <storm@cua.dk>
9064
9065 * display.texi (Fringes): Use consistent wording.
9066 Note that window-fringe's window arg is optional.
9067 (Scroll Bars): Use consistent wording.
9068
90692004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9070
9071 * tips.texi (Comment Tips): Document the new conventions for
9072 commenting out code.
9073
c8763fb6 90742004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9075
5dcb4c4e 9076 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9077
90782004-02-07 Kim F. Storm <storm@cua.dk>
9079
9080 * positions.texi (Text Lines): Add line-number-at-pos.
9081
90822004-02-06 John Paul Wallington <jpw@gnu.org>
9083
9084 * display.texi (Button Properties, Button Buffer Commands):
9085 mouse-2 invokes button, not down-mouse-1.
9086
90872004-02-04 Jason Rumney <jasonr@gnu.org>
9088
9089 * makefile.w32-in: Sync with Makefile.in changes.
9090
90912004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9092
9093 * minibuf.texi (Text from Minibuffer): Various corrections and
9094 clarifications.
9095 (Object from Minibuffer): Correct Lisp description of
9096 read-minibuffer.
9097 (Minibuffer History): Clarify description of cons values for
9098 HISTORY arguments.
5dcb4c4e
SM
9099 (Basic Completion): Various corrections and clarifications.
9100 Add completion-regexp-list.
b8d4c8d0
GM
9101 (Minibuffer Completion): Correct and clarify description of
9102 completing-read.
5dcb4c4e
SM
9103 (Completion Commands): Mention Partial Completion mode.
9104 Various other minor changes.
b8d4c8d0
GM
9105 (High-Level Completion): Various corrections and clarifications.
9106 (Reading File Names): Ditto.
9107 (Minibuffer Misc): Ditto.
9108
91092004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9110
9111 * strings.texi (Text Comparison): assoc-string also matches
9112 elements of alists that are strings instead of conses.
9113 (Formatting Strings): Standardize Texinfo usage. Update index
9114 entries.
9115
91162004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9117
9118 * lists.texi (Sets And Lists): Add delete-dups.
9119
91202004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9121
9122 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9123 special form.
9124 * macros.texi (Defining Macros): Update description of `declare',
9125 which now is a macro.
9126 (Wrong Time): Fix typos.
9127
91282004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9129
9130 * compile.texi (Compilation Functions): Expand descriptions of
9131 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9132 and `batch-byte-compile'. In particular, mention and describe
9133 all optional arguments.
9134 (Disassembly): Correct and clarify the description of `disassemble'.
9135
91362004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9137
9138 * searching.texi: Various small changes in addition to the
9139 following.
9140 (Regexp Example): Adapt to new value of `sentence-end'.
9141 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9142 `words'.
9143 (Search and Replace): Add usage note for `perform-replace'.
9144 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9145 `match-data'.
9146 (Standard Regexps): Update for new values of `paragraph-start'
9147 and `sentence-end'.
9148
91492004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9150
9151 * files.texi (Saving Buffers): Clarify descriptions of
9152 `write-contents-functions' and `before-save-hook'.
9153 Make the defvar's for `before-save-hook' and `after-save-hook'
9154 into defopt's.
9155
91562004-01-07 Kim F. Storm <storm@cua.dk>
9157
9158 * commands.texi (Click Events): Describe new image and
9159 width/height elements of click events.
9160 (Accessing Events): Add posn-string, posn-image, and
9161 posn-object-width-height. Change posn-object to return either
9162 image or string object.
9163
91642004-01-01 Simon Josefsson <jas@extundo.com>
9165
9166 * hooks.texi (Standard Hooks): Add before-save-hook.
9167 * files.texi (Saving Buffers): Likewise.
9168
91692004-01-03 Richard M. Stallman <rms@gnu.org>
9170
9171 * frames.texi (Frames and Windows): Delete frame-root-window.
9172
91732004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9174
9175 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9176
9177 * functions.texi: Various small changes in addition to the
9178 following.
5dcb4c4e
SM
9179 (What Is a Function): `functionp' returns nil for macros.
9180 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9181 (Function Documentation): Add `\' in front of (fn @var{arglist})
9182 and explain why.
9183 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9184 Add anchor.
9185 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9186
91872004-01-01 Miles Bader <miles@gnu.org>
9188
9189 * display.texi (Buttons): New section.
9190
91912003-12-31 Andreas Schwab <schwab@suse.de>
9192
9193 * numbers.texi (Math Functions): sqrt reports a domain-error
9194 error.
9195 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9196
91972003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9198
9199 * tips.texi (Documentation Tips): Update item on hyperlinks in
9200 documentation strings.
9201
9202 * errors.texi (Standard Errors): Various small corrections and
9203 additions.
9204
9205 * control.texi: Various small changes in addition to the
9206 following.
9207 (Signaling Errors): Provide some more details on how `signal'
9208 constructs the error message. Add anchor to the definition of
9209 `signal'.
9210 (Error Symbols): Describe special treatment of `quit'.
9211 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9212 to emphasize that it has to be a single form.
9213
9214 * buffers.texi: Add anchor.
9215
92162003-12-29 Richard M. Stallman <rms@gnu.org>
9217
9218 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9219 (Window Configurations): Add window-configuration-frame.
9220
9221 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9222
9223 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9224 Change arg name in get-char-property.
9225 (Special Properties): Update handling of keymap property.
9226
9227 * strings.texi (Modifying Strings): Add clear-string.
9228 (Text Comparison): Add assoc-string and remove
9229 assoc-ignore-case, assoc-ignore-representation.
9230
9231 * os.texi (Time of Day): Add set-time-zone-rule.
9232
9233 * numbers.texi (Math Functions): asin, acos, log, log10
9234 report domain-error errors.
9235
9236 * nonascii.texi (Converting Representations):
9237 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9238 (Encoding and I/O): Add file-name-coding-system.
9239
9240 * modes.texi (Search-based Fontification): Explain that
9241 face specs are symbols with face names as values.
9242
9243 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9244
9245 * lists.texi (Building Lists): remq moved elsewhere.
9246 (Sets And Lists): remq moved here.
9247 (Association Lists): Refer to assoc-string.
9248
9249 * internals.texi (Garbage Collection): Add memory-use-counts.
9250
9251 * frames.texi (Frames and Windows): Add set-frame-selected-window
9252 and frame-root-window.
9253
9254 * files.texi (Contents of Directories):
9255 Add directory-files-and-attributes.
9256
9257 * display.texi (Refresh Screen): Add force-window-update.
9258 (Invisible Text): Explain about moving point out of invis text.
9259 (Overlay Properties): Add overlay-properties.
9260 (Managing Overlays): Add overlayp.
9261 (GIF Images): Invalid image number displays a hollow box.
9262
9263 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9264 (Killing Buffers): Add buffer-live-p.
9265
92662003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9267
9268 * display.texi (Fringes): Fix typo "set-buffer-window".
9269
92702003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9271
9272 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9273 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9274 Add or change various xrefs and anchors.
9275
9276 * commands.texi: Replace all occurrences of @acronym{CAR} with
9277 @sc{car}, for consistency with the rest of the Elisp manual.
9278 `car' and `cdr' are historically acronyms, but are no longer
9279 widely thought of as such.
9280
9281 * internals.texi (Pure Storage): Mention that `purecopy' does not
9282 copy text properties.
9283 (Object Internals): Now 29 bits are used (in most implementations)
9284 to address Lisp objects.
9285
9286 * variables.texi (Variables with Restricted Values): New node.
9287
9288 * objects.texi (Lisp Data Types): Mention that certain variables
9289 can only take on a restricted set of values and add an xref to
9290 the new node "Variables with Restricted Values".
9291
9292 * eval.texi (Function Indirection): Describe the errors that
9293 `indirect-function' can signal.
9294 (Eval): Clarify the descriptions of `eval-region' and `values'.
9295 Describe `eval-buffer' instead of `eval-current-buffer' and
9296 mention `eval-current-buffer' as an alias for `current-buffer'.
9297 Correct the description and mention all optional arguments.
9298
9299 * nonascii.texi: Various small changes in addition to the
9300 following.
9301 (Converting Representations): Clarify behavior of
9302 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9303 ASCII arguments.
9304 (Character Sets): Document the variable `charset-list' and adapt
9305 the definition of the function `charset-list' accordingly.
9306 (Translation of Characters): Clarify use of generic characters in
9307 `make-translation-table'. Clarify and correct the description of
9308 the use of translation tables in encoding and decoding.
9309 (User-Chosen Coding Systems): Correct and clarify the description
9310 of `select-safe-coding-system'.
9311 (Default Coding Systems): Clarify description of
9312 `file-coding-system-alist'.
9313
93142003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9315
9316 * strings.texi (Text Comparison): Correctly describe when two
9317 strings are `equal'. Combine and clarify descriptions of
9318 `assoc-ignore-case' and `assoc-ignore-representation'.
9319
9320 * objects.texi (Non-ASCII in Strings): Clarify description of
9321 when a string is unibyte or multibyte.
9322 (Bool-Vector Type): Update examples.
9323 (Equality Predicates): Correctly describe when two strings are
9324 `equal'.
9325
93262003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9327
9328 * lists.texi (Building Lists): `append' no longer accepts integer
9329 arguments. Update the description of `number-sequence' to reflect
9330 recent changes.
9331 (Sets And Lists): Describe `member-ignore-case' after `member'.
9332
93332003-11-27 Kim F. Storm <storm@cua.dk>
9334
9335 * commands.texi (Click Events): Click object may be an images.
9336 Describe (dx . dy) element of click positions.
9337 (Accessing Events): Remove duplicate posn-timestamp.
9338 New functions posn-object and posn-object-x-y.
9339
93402003-11-23 Kim F. Storm <storm@cua.dk>
9341
9342 * commands.texi (Click Events): Describe enhancements to event
9343 position lists, including new text-pos and (col . row) items.
9344 Mention left-fringe and right-fringe area events.
9345 (Accessing Events): New functions posn-area and
9346 posn-actual-col-row. Mention posn-timestamp. Mention that
9347 posn-point in non-text area still returns buffer position.
9348 Clarify posn-col-row.
9349
93502003-11-21 Lars Hansen <larsh@math.ku.dk>
9351
9352 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9353 * anti.texi (File Attributes): Describe removed parameter
9354 ID-FORMAT.
9355
93562003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9357
9358 * positions.texi (Positions): Mention that, if a marker is used as
9359 a position, its buffer is ignored.
9360
9361 * markers.texi (Overview of Markers): Mention it here too.
9362
93632003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9364
9365 * numbers.texi (Numeric Conversions): Not just `floor', but also
9366 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9367
93682003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9369
9370 * markers.texi (Creating Markers): Specify insertion type of
9371 created markers. Add xref to `Marker Insertion Types'.
9372 Second argument to `copy-marker' is optional.
9373 (Marker Insertion Types): Mention that most markers are created
9374 with insertion type nil.
9375 (The Mark): Correctly describe when `mark' signals an error.
9376 (The Region): Correctly describe when `region-beginning' and
9377 `region-end' signal an error.
9378
93792003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9380
9381 * hash.texi (Creating Hash): Clarify description of `eql'.
9382 `makehash' is obsolete.
9383 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9384
9385 * positions.texi (Point): Change description of `buffer-end', so
9386 that it is also correct for floating point arguments.
9387 (List Motion): Correct argument lists of `beginning-of-defun' and
9388 `end-of-defun'.
9389 (Excursions): Add xref to `Marker Insertion Types'.
9390 (Narrowing): Argument to `narrow-to-page' is optional.
9391
93922003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9393
9394 * streams.texi (Output Streams): Clarify behavior of point for
9395 marker output streams.
9396
93972003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9398
9399 * variables.texi (Defining Variables): Second argument to
9400 `defconst' is not optional.
9401 (Setting Variables): Mention optional argument APPEND to
9402 `add-to-list'.
9403 (Creating Buffer-Local): Expand description of
9404 `make-variable-buffer-local'.
9405 (Frame-Local Variables): Expand description of
9406 `make-variable-frame-local'.
9407 (Variable Aliases): Correct description of optional argument
9408 DOCSTRING to `defvaralias'. Mention return value of
9409 `defvaralias'.
9410 (File Local Variables): Add xref to `File variables' in Emacs
9411 Manual. Correct description of `hack-local-variables'. Mention
9412 `safe-local-variable' property. Mention optional second argument
9413 to `risky-local-variable-p'.
9414
94152003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9416
9417 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9418
94192003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9420
9421 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9422 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9423 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9424 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9425 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9426 lispref/processes.texi, lispref/searching.texi,
9427 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9428 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9429 @acronym{FOO}.
9430
94312003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9432
9433 * strings.texi (Creating Strings): Argument START to `substring'
9434 can not be `nil'. Expand description of
9435 `substring-no-properties'. Correct description of `split-string',
9436 especially with respect to empty matches. Prevent very bad line
9437 break in definition of `split-string-default-separators'.
9438 (Text Comparison): `string=' and `string<' also accept symbols as
9439 arguments.
9440 (String Conversion): More completely describe argument BASE in
9441 `string-to-number'.
9442 (Formatting Strings): `%s' and `%S' in `format' do require
9443 corresponding object. Clarify behavior of numeric prefix after
9444 `%' in `format'.
9445 (Case Conversion): The argument to `upcase-initials' can be a
9446 character.
9447
94482003-10-27 Kenichi Handa <handa@m17n.org>
9449
9450 * display.texi (Fontsets): Fix texinfo usage.
9451
94522003-10-25 Kenichi Handa <handa@m17n.org>
9453
9454 * display.texi (Fontsets): Add description of the function
9455 set-fontset-font.
9456
94572003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9458
9459 * display.texi (Temporary Displays): Add xref to `Documentation
9460 Tips'.
9461
9462 * functions.texi (Function Safety): Use inforef instead of pxref
9463 for SES.
9464
94652003-10-23 Andreas Schwab <schwab@suse.de>
9466
9467 * Makefile.in (TEX, texinputdir): Don't define.
9468 (TEXI2DVI): Define.
9469 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9470 add $(srcdir)/index.texi.
9471 ($(infodir)/elisp): Remove index.texi dependency.
9472 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9473 (index.texi): Remove target.
9474 (dist): Don't link $(srcdir)/permute-index.
9475 (clean): Don't remove index.texi.
9476
9477 * permute-index, index.perm: Remove.
9478 * index.texi: Rename from index.unperm.
9479
94802003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9481
9482 * tips.texi (Documentation Tips): Document new behavior for face
9483 and variable hyperlinks in Help mode.
9484
94852003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9486
9487 * objects.texi (Integer Type): Update for extra bit of integer range.
9488 (Character Type): Ditto.
9489
94902003-10-16 Eli Zaretskii <eliz@gnu.org>
9491
9492 * numbers.texi (Integer Basics): Add index entries for reading
9493 numbers in hex, octal, and binary.
9494
94952003-10-16 Lute Kamstra <lute@gnu.org>
9496
9497 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9498 argument.
9499
95002003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9501
9502 * windows.texi (Choosing Window): Fix typo.
9503 * edebug.texi (Edebug Execution Modes): Fix typo.
9504
95052003-10-13 Richard M. Stallman <rms@gnu.org>
9506
9507 * windows.texi (Basic Windows): A window has fringe settings,
9508 display margins and scroll-bar settings.
9509 (Splitting Windows): Doc split-window return value.
9510 Clean up one-window-p.
9511 (Selecting Windows): Fix typo.
9512 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9513 (Buffers and Windows): In set-window-buffer, explain effect
9514 on fringe settings and scroll bar settings.
9515 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9516 (Choosing Window): Use defopt for pop-up-frame-function.
9517 For special-display-buffer-names, explain same-window and same-frame.
9518 Clarify window-dedicated-p return value.
9519 (Textual Scrolling): scroll-up and scroll-down can get an error.
9520 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9521 Clarify set-window-hscroll.
9522 (Size of Window): Don't mention tool bar in window-height.
9523 (Coordinates and Windows): Explain what coordinates-in-window-p
9524 returns for fringes and display margins.
9525 (Window Configurations): Explain saving fringes, etc.
9526
9527 * tips.texi (Library Headers): Clean up Documentation.
9528
9529 * syntax.texi (Parsing Expressions): Clean up forward-comment
9530 and parse-sexp-lookup-properties.
9531
9532 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9533
9534 * os.texi (System Environment): Clean up text for load-average errors.
9535
9536 * modes.texi (Hooks): Don't explain local hook details at front.
9537 Clarify run-hooks and run-hook-with-args a little.
9538 Clean up add-hook and remove-hook.
9539
9540 * edebug.texi (Edebug Execution Modes): Clarify t.
9541 Document edebug-sit-for-seconds.
9542 (Coverage Testing): Document C-x X = and =.
9543 (Instrumenting Macro Calls): Fix typo.
9544 (Specification List): Don't index the specification keywords.
9545
95462003-10-10 Kim F. Storm <storm@cua.dk>
9547
9548 * processes.texi (Network): Introduce make-network-process.
9549
95502003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9551
9552 * tips.texi (Library Headers): Fix typo.
9553
95542003-10-07 Juri Linkov <juri@jurta.org>
9555
9556 * modes.texi (Imenu): Mention imenu-create-index-function's
9557 default value. Explain submenus better.
9558
95592003-10-07 Lute Kamstra <lute@gnu.org>
9560
9561 * modes.texi (Faces for Font Lock): Fix typo.
9562 (Hooks): Explain how buffer-local hook variables can refer to
9563 global hook variables.
9564 Various minor clarifications.
9565
95662003-10-06 Lute Kamstra <lute@gnu.org>
9567
9568 * tips.texi (Coding Conventions): Mention naming conventions for
9569 hooks.
9570
95712003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9572
9573 * loading.texi (Library Search): Correct default value of
9574 load-suffixes.
9575 (Named Features): Fix typo.
9576
95772003-10-05 Richard M. Stallman <rms@gnu.org>
9578
9579 * loading.texi (Named Features): In `provide',
9580 say how to test for subfeatures.
9581 (Unloading): In unload-feature, use new var name
9582 unload-feature-special-hooks.
9583
95842003-10-03 Lute Kamstra <lute@gnu.org>
9585
9586 * modes.texi (Major Mode Conventions): Mention third way to set up
9587 Imenu.
9588 (Imenu): A number of small fixes.
9589 Delete documentation of internal variable imenu--index-alist.
9590 Document the return value format of imenu-create-index-function
9591 functions.
9592
95932003-09-30 Richard M. Stallman <rms@gnu.org>
9594
9595 * processes.texi (Network): Say what stopped datagram connections do.
9596
9597 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9598
9599 * display.texi (Overlay Properties): Clarify `evaporate' property.
9600
96012003-09-29 Lute Kamstra <lute@gnu.org>
9602
9603 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9604 constructs should be marked as risky.
9605 Change cons cell into proper list.
9606 (Mode Line Variables): Change cons cell into proper list.
9607
96082003-09-26 Lute Kamstra <lute@gnu.org>
9609
9610 * modes.texi (Mode Line Data): Document the :propertize construct.
9611 (Mode Line Variables): Reorder the descriptions of the variables
9612 to match their order in the default mode-line-format.
9613 Describe the new variables mode-line-position and mode-line-modes.
9614 Update the default values of mode-line-frame-identification,
9615 minor-mode-alist, and default-mode-line-format.
9616 (Properties in Mode): Mention the :propertize construct.
9617
96182003-09-26 Richard M. Stallman <rms@gnu.org>
9619
9620 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9621 * loading.texi, minibuf.texi, text.texi, variables.texi:
9622 Avoid @strong{Note:}.
9623
96242003-09-26 Richard M. Stallman <rms@gnu.org>
9625
9626 * keymaps.texi (Remapping Commands): Fix typo.
9627
96282003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9629
9630 * processes.texi (Low-Level Network): Fix typo.
9631
96322003-09-23 Kim F. Storm <storm@cua.dk>
9633
9634 * processes.texi (Network, Network Servers): Fix typos.
9635 (Low-Level Network): Add timeout value for :server keyword.
9636 Add new option keywords to make-network-process.
9637 Add set-network-process-options.
9638 Explain how to test availability of network options.
9639
96402003-09-19 Richard M. Stallman <rms@gnu.org>
9641
9642 * text.texi (Motion by Indent): Arg to
9643 backward-to-indentation and forward-to-indentation is optional.
9644
9645 * strings.texi (Creating Strings): Add substring-no-properties.
9646
9647 * processes.texi
9648 (Process Information): Add list-processes arg QUERY-ONLY.
9649 Delete process-contact from here.
9650 Add new status values for process-status.
9651 Add process-get, process-put, process-plist, set-process-plist.
9652 (Synchronous Processes): Add call-process-shell-command.
9653 (Signals to Processes): signal-process allows process objects.
9654 (Network): Complete rewrite.
9655 (Network Servers, Datagrams, Low-Level Network): New nodes.
9656
9657 * positions.texi (Word Motion): forward-word, backward-word
9658 arg is optional. Reword.
9659
9660 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9661
9662 * variables.texi (Creating Buffer-Local):
9663 Delete duplicate definition of buffer-local-value.
9664 (File Local Variables): Explain about discarding text props.
9665
96662003-09-11 Richard M. Stallman <rms@gnu.org>
9667
9668 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9669 changes variables that record input events.
9670 (Minibuffer Misc): Add minibuffer-selected-window.
9671
9672 * lists.texi (Building Lists): Add copy-tree.
9673
9674 * display.texi (Fontsets): Add char-displayable-p.
9675 (Scroll Bars): New node.
9676
96772003-09-08 Lute Kamstra <lute@gnu.org>
9678
9679 * modes.texi (%-Constructs): Document new `%i' and `%I'
9680 constructs.
9681
96822003-09-03 Peter Runestig <peter@runestig.com>
9683
9684 * makefile.w32-in: New file.
9685
96862003-08-29 Richard M. Stallman <rms@gnu.org>
9687
9688 * display.texi (Overlay Properties): Clarify how priorities
9689 affect use of the properties.
9690
96912003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9692
9693 * customize.texi (Type Keywords): Correct the description of
9694 `:help-echo' in the case where `motion-doc' is a function.
9695
96962003-08-14 John Paul Wallington <jpw@gnu.org>
9697
9698 * modes.texi (Emulating Mode Line): Subsection, not section.
9699
97002003-08-13 Richard M. Stallman <rms@gnu.org>
9701
9702 * elisp.texi (Top): Update subnode lists in menu.
9703
9704 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9705 (Kill Functions): kill-region has new arg yank-handler.
9706 (Yanking): New node.
9707 (Yank Commands): Add yank-undo-function.
9708 (Low-Level Kill Ring):
9709 kill-new and kill-append have new arg yank-handler.
9710 (Changing Properties): Add remove-list-of-text-properties.
9711 (Atomic Changes): New node.
9712
9713 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9714
9715 * streams.texi (Output Variables): Add eval-expression-print-length
9716 and eval-expression-print-level.
9717
9718 * os.texi (Time Conversion): For encode-time, explain limits on year.
9719
9720 * objects.texi (Character Type): Define anchor "modifier bits".
9721
9722 * modes.texi (Emulating Mode Line): New node.
9723 (Search-based Fontification): Font Lock uses font-lock-face property.
9724 (Other Font Lock Variables): Likewise.
9725
9726 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9727 not vectors.
9728 (Active Keymaps): Add emulation-mode-map-alists.
9729 (Functions for Key Lookup): key-binding has new arg no-remap.
9730 (Remapping Commands): New node.
9731 (Scanning Keymaps): where-is-internal has new arg no-remap.
9732 (Tool Bar): Add tool-bar-local-item-from-menu.
9733 Clarify when to use tool-bar-add-item-from-menu.
9734
9735 * commands.texi (Interactive Call): commandp has new arg.
9736 (Command Loop Info): Add this-original-command.
9737
97382003-08-06 John Paul Wallington <jpw@gnu.org>
9739
9740 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9741
9742 * display.texi (Warning Basics): Fix typo.
9743 (Fringes): Add closing curly bracket and fix typo.
9744
9745 * elisp.texi (Top): Fix typo.
9746
97472003-08-05 Richard M. Stallman <rms@gnu.org>
9748
9749 * elisp.texi: Update lists of subnodes.
9750
9751 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9752
9753 * variables.texi (Local Variables): Use lc for example variable names.
9754
9755 * tips.texi (Library Headers): Explain where to put -*-.
9756
9757 * strings.texi (Creating Strings): Fix xref for vconcat.
9758
9759 * sequences.texi (Vector Functions):
9760 vconcat no longer allows integer args.
9761
9762 * minibuf.texi (Reading File Names): read-file-name has new
9763 arg PREDICATE. New function read-directory-name.
9764
c4cc8b9a 9765 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9766 (Indenting Macros): New node.
9767
9768 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9769 (Window Frame Parameters): Make separate table of parameters
9770 that are coupled with specific face attributes.
9771 (Deleting Frames): delete-frame-hooks renamed to
9772 delete-frame-functions.
9773
9774 * files.texi (Magic File Names): Add file-remote-p.
9775 Clarify file-local-copy.
9776
9777 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9778 here; instead xref Defining Macros.
9779
9780 * display.texi (Warnings): New node, and subnodes.
9781 (Fringes): New node.
9782
9783 * debugging.texi (Test Coverage): New node.
9784
9785 * compile.texi (Compiler Errors): Explain with-no-warnings
9786 and other ways to suppress warnings.
9787
9788 * commands.texi (Interactive Call): Minor clarification.
9789
9790 * buffers.texi (Buffer File Name): set-visited-file-name
9791 renames the buffer too.
9792
9793 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9794
97952003-07-24 Markus Rost <rost@math.ohio-state.edu>
9796
9797 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9798
97992003-07-22 Markus Rost <rost@math.ohio-state.edu>
9800
9801 * internals.texi (Garbage Collection): Fix previous change.
9802
98032003-07-22 Richard M. Stallman <rms@gnu.org>
9804
9805 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9806
9807 * display.texi (Width): Use \s syntax in example.
9808 (Font Selection): Add face-font-rescale-alist.
9809
9810 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9811 Remove spurious indent in example.
9812
9813 * lists.texi (Building Lists): Add number-sequence.
9814
9815 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9816
9817 * functions.texi (Function Documentation): Explain how to
9818 show calling convention explicitly in the doc string.
9819
9820 * windows.texi (Selecting Windows): save-selected-window saves
9821 selected window of each frame.
9822 (Window Configurations): Minor change.
9823
9824 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9825
9826 * streams.texi (Output Variables): Add print-continuous-numbering
9827 and print-number-table.
9828
9829 * processes.texi (Decoding Output): New node.
9830
9831 * os.texi (Time Conversion): decode-time arg is optional.
9832
9833 * objects.texi (Character Type): Don't use space as example for \.
9834 Make list of char names and \-sequences correspond.
9835 Explain that \s is not used in strings. `\ ' needs space after.
9836
9837 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9838 (Translation of Characters): Add translation-table-for-input.
9839 (Default Coding Systems): Add auto-coding-functions.
9840 (Explicit Encoding): Add decode-coding-inserted-region.
9841 (Locales): Add locale-info.
9842
9843 * minibuf.texi (Basic Completion): Describe test-completion.
9844 Collections can be lists of strings.
9845 Clean up lazy-completion-table.
9846 (Programmed Completion): Mention test-completion.
9847 Clarify why lambda expressions are not accepted.
9848 (Minibuffer Misc): Describe minibufferp.
9849
98502003-07-14 Richard M. Stallman <rms@gnu.org>
9851
9852 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9853
9854 * windows.texi (Selecting Windows): New arg to select-window.
9855 (Selecting Windows): Add with-selected-window.
9856 (Size of Window): Add window-inside-edges, etc.
9857
9858 * internals.texi (Garbage Collection): Add post-gc-hook.
9859
9860 * processes.texi (Subprocess Creation): Add exec-suffixes.
9861
9862 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9863 (Scanning Keymaps): Add map-keymaps.
9864 (Defining Menus): Add keymap-prompt.
9865
9866 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9867 most-negative-fixnum.
9868
c4cc8b9a 9869 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9870 (Compiler Errors): New node.
9871
9872 * os.texi (User Identification): user-uid, user-real-uid
9873 can return float.
9874
9875 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9876 and about derived modes.
9877 (Minor Modes): Add minor-mode-list.
9878 (Defining Minor Modes): Keyword args for define-minor-mode.
9879 (Search-based Fontification): Explain managing other properties.
9880 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9881 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9882 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9883
9884 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9885 (Variable Aliases): Clarify defvaralias.
9886
9887 * loading.texi (Library Search): Add load-suffixes.
9888
9889 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9890 (Programmed Completion): Add dynamic-completion-table.
9891
9892 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9893 (Magic File Names): Specify precedence order of handlers.
9894
9895 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9896 and post-command-hook.
9897 (Waiting): New calling convention for sit-for.
9898
9899 * text.texi (Special Properties): local-map and keymap properties
9900 apply based on their stickiness.
9901
99022003-07-07 Richard M. Stallman <rms@gnu.org>
9903
9904 * modes.texi (Minor Mode Conventions): Specify only some kinds
9905 of list values as args to minor modes.
9906
9907 * files.texi (File Name Expansion): Warn about iterative use
9908 of substitute-in-file-name.
9909
9910 * advice.texi (Activation of Advice): Clean up previous change.
9911
99122003-07-06 Markus Rost <rost@math.ohio-state.edu>
9913
9914 * advice.texi (Activation of Advice): Note that ad-start-advice is
9915 turned on by default.
9916
99172003-06-30 Richard M. Stallman <rms@gnu.org>
9918
9919 * text.texi (Buffer Contents): Document current-word.
9920 (Change Hooks): Not called for *Messages*.
9921
9922 * functions.texi (Defining Functions): Explain about redefining
9923 primitives.
f4e90db0 9924 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9925 Comment out the detailed criteria for what is safe.
9926
99272003-06-22 Andreas Schwab <schwab@suse.de>
9928
9929 * objects.texi (Symbol Type): Fix description of examples.
9930
99312003-06-16 Andreas Schwab <schwab@suse.de>
9932
9933 * hash.texi (Creating Hash): Fix description of :weakness.
9934
c8763fb6 99352003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9936
9937 * files.texi (Changing Files): copy-file copies file modes, too.
9938
99392003-05-28 Richard M. Stallman <rms@gnu.org>
9940
9941 * strings.texi (Creating Strings): Clarify split-string.
9942
99432003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9944
9945 * strings.texi (Creating Strings): Update split-string specification
9946 and examples.
9947
99482003-05-19 Richard M. Stallman <rms@gnu.org>
9949
9950 * elisp.texi: Correct invariant section names.
9951
99522003-04-20 Richard M. Stallman <rms@gnu.org>
9953
9954 * os.texi (Timers): Explain about timers and quitting.
9955
99562003-04-19 Richard M. Stallman <rms@gnu.org>
9957
9958 * internals.texi (Writing Emacs Primitives): Strings are
9959 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9960 Explain GCPRO convention for varargs function args.
9961
99622003-04-16 Richard M. Stallman <rms@gnu.org>
9963
9964 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9965
99662003-04-08 Richard M. Stallman <rms@gnu.org>
9967
9968 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9969
99702003-02-13 Kim F. Storm <storm@cua.dk>
9971
9972 * objects.texi (Character Type): New \s escape for space.
9973
99742003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9975
5dcb4c4e 9976 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9977
99782003-01-25 Richard M. Stallman <rms@gnu.org>
9979
9980 * keymaps.texi: Document that a symbol can act as a keymap.
9981
99822003-01-13 Richard M. Stallman <rms@gnu.org>
9983
9984 * text.texi (Changing Properties): Say string indices are origin-0.
9985
9986 * positions.texi (Screen Lines) <compute-motion>:
9987 Correct order of elts in return value.
9988
9989 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9990 how to define a default binding.
9991
99922002-12-07 Markus Rost <rost@math.ohio-state.edu>
9993
9994 * loading.texi (Unloading): Fix recent change for load-history.
9995
9996 * customize.texi (Simple Types): Clarify description of custom
9997 type 'number. Describe new custom type 'float.
9998
99992002-12-04 Markus Rost <rost@math.ohio-state.edu>
10000
10001 * variables.texi (File Local Variables): Fix typo.
10002
c8763fb6 100032002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10004
10005 From Michael Albinus <Michael.Albinus@alcatel.de>.
10006
10007 * README: Target for Info file is `make info'.
10008
5dcb4c4e 10009 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10010 `file-name-sans-extension'.
10011 (Magic File Names): Complete list of operations for magic file
10012 name handlers.
10013
100142002-09-16 Jonathan Yavner <jyavner@engineer.com>
10015
10016 * variables.texi (File Local Variables): New function
10017 risky-local-variable-p.
10018
100192002-09-15 Jonathan Yavner <jyavner@engineer.com>
10020
10021 * functions.texi (Function safety): New node about unsafep.
10022
100232002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10024
5dcb4c4e 10025 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10026 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10027
100282002-06-17 Juanma Barranquero <lektu@terra.es>
10029
10030 * frames.texi (Display Feature Testing): Fix typo.
10031
100322002-06-12 Andreas Schwab <schwab@suse.de>
10033
10034 * frames.texi (Initial Parameters, Resources): Fix references to
10035 the Emacs manual.
10036
100372002-05-13 Kim F. Storm <storm@cua.dk>
10038
10039 * variables.texi (Intro to Buffer-Local): Updated warning and
10040 example relating to changing buffer inside let.
10041
c8763fb6 100422002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10043
10044 * os.texi (Session Management): New node about X Session management.
10045
100462002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10047
10048 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10049 to which the manual corresponds, and the copyright years.
10050
10051 * Makefile.in (VERSION): Set to 2.9.
10052
100532001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10054
10055 * elisp.texi: Change the category in @dircategory to "Emacs", to
10056 make it consistent with info/dir.
10057
100582001-11-25 Miles Bader <miles@gnu.org>
10059
10060 * text.texi (Fields): Describe new `limit' arg in
10061 field-beginning/field-end.
10062
100632001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10064
5dcb4c4e
SM
10065 * permute-index: Don't depend on csh-specific features.
10066 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10067
10068 * two-volume-cross-refs.txt: New file.
10069 * two.el: New file.
10070 * spellfile: New file.
10071
100722001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10073
10074 * permute-index: New file.
10075
10076 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10077 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10078 8+3 restricted namespace.
10079
10080 * Makefile.in (infodir): Define relative to $(srcdir).
10081 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10082 include directories list via -I switch to makeinfo.
10083 (index.texi): Use cp if both hard and symbolic links fail.
10084
100852001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10086
10087 * Makefile.in (distclean): Add.
10088
10089 The following changes make ELisp manual part of the Emacs
10090 distribution:
10091
10092 * Makefile.in: Add Copyright notice.
10093 (prefix): Remove.
10094 (infodir): Change value to "../info".
10095 (VPATH): New variable.
10096 (MAKE): Don't define.
10097 (texmacrodir): Don't define.
10098 (texinputdir): Append the existing value of TEXINPUTS.
10099 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10100 command to be compatible with man/Makefile.in, and to put the
10101 output into ../info.
10102 (info): Add target.
10103 (installall): Target removed.
10104
c8763fb6 101052001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10106
10107 * tips.texi (Coding Conventions): Fix typo.
10108
101092001-10-23 Gerd Moellmann <gerd@gnu.org>
10110
10111 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10112
101132001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10114
10115 * files.texi (File Name Components): Update the description of
10116 file-name-sans-extension and file-name-extension, as they now
10117 ignore leading dots.
10118
101192001-10-20 Gerd Moellmann <gerd@gnu.org>
10120
10121 * (Version 21.1 released.)
10122
101232001-10-19 Miles Bader <miles@gnu.org>
10124
10125 * positions.texi (Text Lines): Describe behavior of
10126 `beginning-of-line'/`end-of-line' in the presence of field properties.
10127
101282001-10-17 Gerd Moellmann <gerd@gnu.org>
10129
10130 * Makefile.in (VERSION): Set to 2.8.
10131 (manual): Use `manual-21'.
10132
10133 * elisp.texi (VERSION): Add and use it where the version
10134 number was used. Set it to 2.8.
10135
10136 * intro.texi: Likewise.
10137
101382001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10139
10140 * files.texi (File Name Completion): Document the significance of
10141 a trailing slash in elements of completion-ignored-extensions.
10142
101432001-10-06 Miles Bader <miles@gnu.org>
10144
10145 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10146
101472001-10-04 Gerd Moellmann <gerd@gnu.org>
10148
10149 * variables.texi (Variable Aliases): New node.
10150
101512001-10-04 Gerd Moellmann <gerd@gnu.org>
10152
10153 * Branch for 21.1.
10154
101552001-10-02 Miles Bader <miles@gnu.org>
10156
10157 * minibuf.texi (Minibuffer Misc): Add entries for
10158 `minibuffer-contents', `minibuffer-contents-no-properties', and
10159 `delete-minibuffer-contents'.
10160 Correct description for `minibuffer-prompt-end'.
10161
10162 * text.texi (Property Search): Correct descriptions of
10163 `next-char-property-change' and `previous-char-property-change'.
10164 Add entries for `next-single-char-property-change' and
10165 `previous-single-char-property-change'.
10166 Make operand names a bit more consistent.
10167
101682001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10169
10170 * frames.texi (Finding All Frames): Document that next-frame and
10171 previous-frame are local to current terminal.
10172
101732001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10174
10175 * keymaps.texi (Creating Keymaps): Fix the description of the
10176 result of make-keymap.
10177
101782001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10179
10180 * display.texi (Font Lookup, Attribute Functions)
10181 (Image Descriptors): Add cross-references to the definition of
10182 selected frame.
10183
10184 * buffers.texi (The Buffer List): Add cross-references to the
10185 definition of selected frame.
10186
10187 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10188 frame at any given time.
10189 (Multiple Displays, Size and Position): Add a cross-reference to
10190 the definition of the selected frame.
10191
101922001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10193
10194 * strings.texi (String Conversion) <string-to-number>: Document
10195 that a float is returned for integers that are too large.
10196
10197 * frames.texi (Mouse Position): Document mouse-position-function.
10198 (Display Feature Testing): Document display-images-p.
10199 (Window Frame Parameters): Document the cursor-type variable.
10200
10201 * numbers.texi (Integer Basics): Document CL style read syntax for
10202 integers in bases other than 10.
10203
5dcb4c4e
SM
10204 * positions.texi (List Motion):
10205 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10206
10207 * lists.texi (Sets And Lists): Document member-ignore-case.
10208
10209 * internals.texi (Garbage Collection): Document the used and free
10210 strings report.
10211 (Memory Usage): Document strings-consed.
10212
10213 * os.texi (Time of Day): Document float-time.
10214 (Recording Input): Document that clear-this-command-keys clears
10215 the vector to be returned by recent-keys.
10216
10217 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10218 argument keymap can be a list.
10219
10220 * nonascii.texi (User-Chosen Coding Systems)
10221 <select-safe-coding-system>: Document the new argument
10222 accept-default-p and the variable
10223 select-safe-coding-system-accept-default-p. Tell what happens if
10224 buffer-file-coding-system is undecided.
10225 (Default Coding Systems): Document auto-coding-regexp-alist.
10226
10227 * display.texi (The Echo Area) <message>: Document
10228 message-truncate-lines.
10229 (Glyphs): Document that the glyph table is unused on windowed
10230 displays.
10231
10232 * help.texi (Describing Characters) <single-key-description>:
10233 Document the new argument no-angles.
10234 (Accessing Documentation) <documentation-property>: Document that
10235 a non-string property is evaluated.
10236 <documentation>: Document that the function-documentation property
10237 is looked for.
10238
10239 * windows.texi (Selecting Windows): Document some-window.
10240
10241 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10242
10243 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10244 apropos-mode-hook.
10245
10246 * commands.texi (Using Interactive): Document interactive-form.
10247 (Keyboard Macros): Document kbd-macro-termination-hook.
10248 (Command Loop Info): Document that clear-this-command-keys clears
10249 the vector to be returned by recent-keys.
10250
102512001-09-04 Werner LEMBERG <wl@gnu.org>
10252
10253 * Makefile.in (srcdir, texinputdir): New variables.
10254 (srcs, index.texi, install): Use $(srcdir).
10255 (.PHONY): Remove elisp.dvi.
10256 (elisp): Use -I switch for makeinfo.
10257 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10258 (installall, dist): Use $(srcdir).
10259 Fix path to texinfo.tex.
10260 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10261
102622001-08-30 Gerd Moellmann <gerd@gnu.org>
10263
10264 * display.texi (Conditional Display): Adjust to API change.
10265
10266 * configure: New file.
10267
102682001-07-30 Gerd Moellmann <gerd@gnu.org>
10269
10270 * commands.texi (Repeat Events): Add description of
10271 double-click-fuzz.
10272
102732001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10274
10275 * syntax.texi (Syntax Class Table): Add the missing designator for
10276 comment and string fences.
10277 (Syntax Properties): Add a xref to syntax table internals.
10278 (Syntax Table Internals): Document string-to-syntax.
10279
102802001-05-07 Gerd Moellmann <gerd@gnu.org>
10281
10282 * Makefile.in (install): Use install-info command line options
10283 like in Emacs' Makefile.in.
10284
102852000-12-09 Miles Bader <miles@gnu.org>
10286
10287 * windows.texi (Window Start): Update documentation for
10288 `pos-visible-in-window-p'.
10289
102902000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10291
10292 * lists.texi (Building Lists): Add footnote to explain how to add
10293 to the end of a list.
10294
102952000-10-25 Gerd Moellmann <gerd@gnu.org>
10296
10297 * files.texi (Visiting Functions): Typos.
10298
102992000-10-25 Kenichi Handa <handa@etl.go.jp>
10300
10301 * files.texi (Visiting Functions): Return value of
10302 find-file-noselect may be a list of buffers if wildcards are used.
10303
103042000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10305
10306 * display.texi (Defining Faces): Document `graphic' display type
10307 in face specs.
10308
b344d29d 103092000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10310
10311 * hooks.texi (Standard Hooks): Replace obsolete
10312 `after-make-frame-hook' with `after-make-frame-functions'.
10313
10314 * frames.texi (Creating Frames): Ditto.
10315
10316 * variables.texi (Future Local Variables): Ditto.
10317
103182000-10-16 Gerd Moellmann <gerd@gnu.org>
10319
10320 * display.texi (Other Image Types): Add description of :foreground
10321 and :background properties of mono PBM images.
10322
103232000-08-17 Werner LEMBERG <wl@gnu.org>
10324
10325 * .cvsignore: New file.
10326
103272000-01-05 Gerd Moellmann <gerd@gnu.org>
10328
10329 * tindex.pl: New script.
10330
103311999-12-03 Dave Love <fx@gnu.org>
10332
10333 * Makefile.in (MAKEINFO): New parameter.
10334
103351999-09-17 Richard Stallman <rms@gnu.org>
10336
10337 * Makefile.in (srcs): Add hash.texi.
10338 (VERSION): Update to 20.6.
10339
103401999-09-13 Richard Stallman <rms@gnu.org>
10341
10342 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10343
103441998-08-29 Karl Heuer <kwzh@gnu.org>
10345
10346 * configure.in: New file.
10347 * Makefile.in: Renamed from Makefile.
10348 (prefix, infodir): Use value obtained from configure.
10349 (emacslibdir): Obsolete variable deleted.
10350 (dist): Distribute configure.in, configure, Makefile.in.
10351
103521998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10353
10354 * Makefile (INSTALL_INFO): New variable.
10355 (install): Run install-info.
10356
103571998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10358
10359 * Makefile (elisp.dvi): Add missing backslash.
10360
103611998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10362
10363 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10364 Run texindex without `./'. Always run texindex on elisp.tp.
10365 (elisp.tps): Target deleted.
10366
103671998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10368
10369 * Makefile (srcs): Add nonascii.texi and customize.texi.
10370 (dist): Start by deleting `temp'.
10371
103721998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10373
10374 * Makefile (makeinfo, texindex): Targets deleted.
10375 (makeinfo.o, texindex.o): Targets deleted.
10376 (clean, dist): Don't do anything with them or with getopt*.
10377
103781998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10379
10380 * Makefile (SHELL): Defined.
10381
103821998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10383
10384 * Makefile (elisp.tps): New target.
10385 (elisp.dvi): Depend on elisp.tps.
10386
c5602427 103871996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10388
10389 * README: Update phone number.
10390
10391 * Makefile (elisp): Make this be the default target.
10392 Depend on makeinfo.c instead of makeinfo.
10393 (install): Don't depend on elisp.dvi, since we don't install that.
10394 Use mkinstalldirs.
10395 (dist): Add mkinstalldirs.
10396
c5602427 103971995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10398
10399 * Makefile (VERSION): Update version number.
5dcb4c4e 10400 (maintainer-clean): Rename from realclean.
b8d4c8d0 10401
c5602427 104021995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10403
10404 * Makefile (realclean): New target.
10405 (elisp): Remove any old elisp-* files first.
10406
c5602427 104071993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10408
10409 * Makefile (VERSION): New variable.
10410 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10411 Compressed file suffix should be `.gz', not `.z'.
10412
ce058493 104131993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10414
10415 * Makefile (elisp): Depend on makeinfo.
10416
c5602427 104171993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10418
10419 * Makefile (srcs): Add anti.texi.
10420
c5602427 104211993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10422
10423 * Makefile (infodir, prefix): New vars.
10424 (install): Use infodir.
f4e90db0 10425 (emacsinfodir): Delete.
b8d4c8d0 10426
c5602427 104271993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10428
10429 * Makefile (srcs): Add calendar.texi.
10430
10431 * Makefile (dist): Copy texindex.c and makeinfo.c.
10432 Limit elisp-* files to those with one or two digits.
10433
c5602427 104341993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10435
f4e90db0 10436 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10437
c5602427 104381993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10439
10440 * loading.texi (Unloading): define-function changed back to
10441 defalias. It may not stay this way, but at least it's
10442 consistent with the known-good version of the code patch.
10443
c5602427 104441993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10445
10446 * modes.texi (Hooks): Document new optional arg of add-hook.
10447
c5602427 104481993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10449
10450 * variables.texi: Document nil initial value of buffer-local variables.
10451
10452 * tips.texi: Add new section on standard library headers.
10453
c5602427 104541993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10455
10456 * Makefile (srcs): Add frame.texi to the list of sources.
10457
c5602427 104581993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10459
10460 * Makefile (dist): Don't bother excluding autosave files; they'll
10461 never make it into the temp directory anyway, and the hash marks
10462 in the name are problematic for make and the Bourne shell.
10463 (srcs):
10464
c5602427 104651993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10466
10467 * Makefile (dist): Don't include backup files or autosave files in
10468 the distribution tar file.
10469
c5602427 104701991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10471
5dcb4c4e 10472 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10473 (elisp.dvi): Remove erroneous shell comment.
10474 Expect output of permute-index in permuted.fns.
10475 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10476 (clean): Add index.texi to be deleted.
b8d4c8d0 10477
c5602427 104781990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10479
10480 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10481
c5602427 104821990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10483
10484 * files.texi: Noted that completion-ignored-extensions is ignored
10485 when making *Completions*.
10486
3e868ee3 104871990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10488
10489 * Makefile make dist now depends on elisp.dvi, since it tries
10490 to include it in the dist file.
10491
c5602427 104921990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10493
c5602427 10494 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10495
c5602427 104961989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10497
10498 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10499 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10500
c5602427 105011989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10502
10503 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10504 and @error{} are the terms now being used. The files in the
10505 directory have been changed to reflect this.
10506
10507 * All instances of @indentedresultt{} have been changed to
333f9019 10508 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10509
c5602427 105101989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10511
10512 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10513 experimental @indentedresult{}, @indentedexpandsto{} are part of
10514 the texinfo.tex in this directory. These TeX macros are not
10515 stable yet.
10516
c5602427 105171989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10518
10519 * texinfo.tex: Temporarily added
10520 \let\result=\dblarrow
10521 \def\error{{\it ERROR} \longdblarrow}
10522 We need to do this better soon.
10523
c5602427 105241989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10525
10526 * Applied Karl Berry's patches to *.texinfo files, but not to
10527 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10528 new title page format is also not applied, since it requires
10529 texinfo.tex changes.)
10530
10531 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10532 for the Project GNU development environment.
10533
10534;; Local Variables:
c8763fb6 10535;; coding: utf-8
b8d4c8d0
GM
10536;; End:
10537
acaf905b 10538 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10539
10540 This file is part of GNU Emacs.
10541
352c8b4a 10542 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10543 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10544 the Free Software Foundation, either version 3 of the License, or
10545 (at your option) any later version.
b8d4c8d0
GM
10546
10547 GNU Emacs is distributed in the hope that it will be useful,
10548 but WITHOUT ANY WARRANTY; without even the implied warranty of
10549 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10550 GNU General Public License for more details.
10551
10552 You should have received a copy of the GNU General Public License
352c8b4a 10553 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.