* src/buffer.c (buffer-list-update-hook): Doc fix.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
2064cc6a
GM
12012-03-02 Glenn Morris <rgm@gnu.org>
2
4186e877
GM
3 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
4
2064cc6a
GM
5 * hooks.texi (Standard Hooks): General update.
6 Put related hooks together. Add and remove items.
7 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
8 * modes.texi (Hooks): Tweak cross-ref description.
9
7272fbf3
MA
102012-03-01 Michael Albinus <michael.albinus@gmx.de>
11
12 * files.texi (Kinds of Files): The return value of file-equal-p is
13 unspecified, if FILE1 or FILE2 does not exist.
14
53a1239b
GM
152012-03-01 Glenn Morris <rgm@gnu.org>
16
90db9af9
GM
17 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
18
53a1239b
GM
19 * maps.texi (Standard Keymaps): General update.
20 Remove mode-specific maps, talk about the more general keymaps.
21 * help.texi (Help Functions): Add vindex for Helper-help-map.
22 * keymaps.texi (Active Keymaps): Minor rephrasing.
23
775b55af
GM
242012-02-29 Glenn Morris <rgm@gnu.org>
25
26 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
27
96b49301 282012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
29
7272fbf3 30 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 31 Update changed behavior of file-subdir-of-p.
96b49301 32
1383d930
GM
332012-02-28 Glenn Morris <rgm@gnu.org>
34
44e97401
GM
35 * advice.texi, anti.texi, display.texi, elisp.texi:
36 * processes.texi, variables.texi, vol1.texi, vol2.texi:
37 Standardize possessive apostrophe usage.
38
e3c73f1e
GM
39 * locals.texi: Remove file.
40 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
41 Remove menu entry.
42 * errors.texi, maps.texi: Adjust node pointers.
43 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 44 * makefile.w32-in (srcs):
e3c73f1e
GM
45 * Makefile.in (srcs): Remove locals.texi.
46
1383d930
GM
47 * frames.texi (Mouse Position): Fix cross-ref.
48
431ee44b
CY
492012-02-27 Chong Yidong <cyd@gnu.org>
50
51 * buffers.texi (Creating Buffers): Clarify that
52 generate-new-buffer uses generate-new-buffer-names.
53 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
54
55 * files.texi (Directory Names): Index entry for file name abbreviations.
56 (Relative File Names, File Name Expansion): Refer to it.
57 (Locating Files): Move locate-user-emacs-file documentation to
58 Standard File Names.
59 (Standard File Names): Add locate-user-emacs-file; update examples.
60
6a11ec9d
MA
612012-02-26 Michael Albinus <michael.albinus@gmx.de>
62
63 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
64
9a4888c0
CY
652012-02-26 Chong Yidong <cyd@gnu.org>
66
67 * files.texi (Kinds of Files): Improve documentation of
68 files-equal-p and file-subdir-of-p.
69
f0e751b9
GM
702012-02-26 Glenn Morris <rgm@gnu.org>
71
72 * intro.texi (Acknowledgements): Small changes.
73
7e05b1ec
GM
742012-02-25 Glenn Morris <rgm@gnu.org>
75
76 * errors.texi: Don't try to list _all_ the error symbols.
77 Add circular-list, cl-assertion-failed, compression-error.
78 * elisp.texi, vol1.texi, vol2.texi:
79 * control.texi (Error Symbols): Tweak "Standard Errors" description.
80
23453255 812012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
82
83 * files.texi (files-equal-p, file-subdir-of-p): New,
84 add initial documentation.
85
4963495d
CY
862012-02-25 Chong Yidong <cyd@gnu.org>
87
fa74b241
CY
88 * files.texi (File Attributes): Document file-selinux-context.
89 (Changing Files): Link to it.
90 (Changing Files): Document set-file-selinux-context.
91
92 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
93 changed. Mention default value of backup-directory-alist.
94 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
95 (Auto-Saving): New minor mode behavior for auto-save-mode.
96 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 97
4963495d
CY
98 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
99
4bb82fa8
GM
1002012-02-24 Glenn Morris <rgm@gnu.org>
101
102 * errors.texi (Standard Errors): Mention dbus-error.
103 For arith-error sub-classes, just use one cross-ref.
104
2cb228f7
AM
1052012-02-23 Alan Mackenzie <acm@muc.de>
106
107 * modes.texi (Defining Minor Modes): Document the new keyword
108 :after-hook.
109
a59225b1
CY
1102012-02-21 Chong Yidong <cyd@gnu.org>
111
112 * files.texi (Files): Mention magic file names as arguments.
113 (Reading from Files): Copyedits.
114 (File Attributes): Mention how to change file modes.
115 (Changing Files): Use standard "file permissions" terminology.
116 Add xref to File Attributes node.
117 (Locating Files): Document locate-user-emacs-file.
118 (Unique File Names): Recommend against using make-temp-name.
119
8376d7c2
CY
1202012-02-19 Chong Yidong <cyd@gnu.org>
121
122 * help.texi (Documentation, Documentation Basics, Help Functions):
123 Minor clarifications.
124 (Accessing Documentation): Clarify what documentation-property is
125 for. Add xref to Keys in Documentation.
126
127 * tips.texi (Documentation Tips): Don't recommend using * in
128 docstrings.
129
130 * macros.texi (Defining Macros):
131 * modes.texi (Derived Modes): Say "documentation string" instead
132 of docstring.
133
82233bea
CY
1342012-02-18 Chong Yidong <cyd@gnu.org>
135
136 * modes.texi (Tabulated List Mode): New node.
137 (Basic Major Modes): Add xref to it.
138
139 * processes.texi (Process Information): Mention Process Menu mode.
140
7b926f3f
CY
1412012-02-17 Chong Yidong <cyd@gnu.org>
142
143 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
144
0fd2c9a3
GM
1452012-02-17 Glenn Morris <rgm@gnu.org>
146
147 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
148
f700caa3
CY
1492012-02-16 Chong Yidong <cyd@gnu.org>
150
4230351b
CY
151 * syntax.texi (Syntax Tables, Syntax Descriptors)
152 (Syntax Table Functions): Copyedits.
153 (Syntax Basics): Don't repeat the material in the preceding node.
154 (Syntax Class Table): Use a table.
155 (Syntax Properties): Document syntax-propertize-function and
156 syntax-propertize-extend-region-functions.
157 (Motion via Parsing): Clarify scan-lists. Fix indentation.
158 (Parser State): Update for the new "c" comment style. Fix
159 description of item 7 (comment style).
160
f700caa3
CY
161 * modes.texi (Minor Modes): Update how mode commands should treat
162 arguments now.
163 (Mode Line Basics): Clarify force-mode-line-update.
164 (Mode Line Top): Note that the example is not realistic.
165 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
166 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
167 "mode line construct" instead of "mode line specification".
168 (Syntactic Font Lock): Remove mention of obsolete variable
169 font-lock-syntactic-keywords.
170 (Setting Syntax Properties): Node deleted.
171 (Font Lock Mode): Note that Font Lock mode is a minor mode.
172 (Font Lock Basics): Note that syntactic fontification falls back
173 on `syntax-table'.
174 (Search-based Fontification): Emphasize that font-lock-keywords
175 should not be set directly.
176 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
177 (Syntactic Font Lock): Minor clarifications. Add xref to
178 Syntactic Font Lock node.
f700caa3 179
60236b0d
CY
1802012-02-15 Chong Yidong <cyd@gnu.org>
181
182 * minibuf.texi (Basic Completion): Define "completion table".
183 Move completion-in-region to Completion in Buffers node.
184 (Completion Commands): Use "completion table" terminology.
185 (Completion in Buffers): New node.
186
187 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
188 (Setting Hooks): Update minor mode usage example.
189 (Major Mode Conventions): Note that completion-at-point-functions
190 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
191 Remove duplicate tip about auto-mode-alist.
192 (Minor Modes): Rewrite introduction.
193 (Minor Mode Conventions): Copyedits. Don't recommend
194 variable-only minor modes since few minor modes are like that.
60236b0d 195
d7dbb11a
GM
1962012-02-15 Glenn Morris <rgm@gnu.org>
197
198 * processes.texi (Network): Document open-network-stream :parameters.
199
3d8badf4
CY
2002012-02-14 Chong Yidong <cyd@gnu.org>
201
202 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
203 was removed on 2009-09-10. Update lisp-mode-map example.
204 (Inheritance and Keymaps): Minor clarification.
205 (Searching Keymaps): Remove out-of-place enumeration.
206 (Key Lookup): Remove unnecessary example (one was already given in
207 Format of Keymaps).
208 (Changing Key Bindings): Update suppress-keymap example.
209 (Menu Bar, Tool Bar): Copyedits.
210 (Tool Bar): Update tool-bar-map example.
211
faccede1
CY
2122012-02-12 Chong Yidong <cyd@gnu.org>
213
214 * debugging.texi (Debugger Commands): Continuing is now allowed
215 for errors.
216
355cabc6
CY
2172012-02-11 Chong Yidong <cyd@gnu.org>
218
d860baa0
CY
219 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
220 Move the list of standard bitmaps there.
221 (Fringe Cursors): Rewrite for clarity.
222 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
223
34106abe
CY
224 * commands.texi (Command Overview): Mention read-key.
225 (Using Interactive, Interactive Call): Minor clarifications.
226 (Function Keys, Click Events): Avoid "input stream" terminology.
227 (Click Events): Add xref to Window Sizes and Accessing Mouse.
228 Clarify column and row components.
229 (Accessing Mouse): Add xref to Click Events. Minor fixes.
230 (Special Events): Copyedits.
231
232 * streams.texi (Input Streams): De-document get-file-char.
233 (Output Variables): Don't refer to old backquote syntax.
234
355cabc6
CY
235 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
236 (Error Debugging): Note that debug-ignored-errors overrides list
237 values of debug-on-error too. Add xref to Signaling Errors. Note
238 that debug-on-signal is not customizable. Mention
239 condition-case-unless-debug.
240 (Compilation Errors): Node deleted.
241
242 * compile.texi (Compiler Errors): Move a paragraph here from
243 deleted node Compilation Errors.
244
1be3ca5a
LL
2452012-02-10 Leo Liu <sdl.web@gmail.com>
246
247 * control.texi (Handling Errors): Change condition-case-no-debug
248 to condition-case-unless-debug.
249
25dec365
CY
2502012-02-10 Chong Yidong <cyd@gnu.org>
251
252 * advice.texi (Defining Advice): Clarify ad-unadvise.
253 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
254 is not abnormal.
255 (Advising Primitives): Node deleted; ad-define-subr-args has been
256 removed.
257
258 * compile.texi (Speed of Byte-Code): Use float-time in example.
259 (Compilation Functions): Note that the log uses Compilation mode.
260 Don't discuss the contents of byte-code function object here.
261 (Compilation Functions): De-document internal function byte-code.
262 (Docs and Compilation): Minor clarifications.
263
264 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
265 Objects.
266
5f5e4ea1
GM
2672012-02-10 Glenn Morris <rgm@gnu.org>
268
269 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
270 Mention secure-hash.
271 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
272
6c1e4b46
CY
2732012-02-10 Chong Yidong <cyd@gnu.org>
274
275 * loading.texi (Loading): Don't emphasize "library" terminology.
276 (Library Search): load-path is not a user option. Mention role of
277 -L option and packages. Improve examples.
278 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
279 obsolete.
280 (Autoload): Minor clarifications.
281
72ca698c
GM
2822012-02-10 Glenn Morris <rgm@gnu.org>
283
b011fbfe
GM
284 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
285
72ca698c
GM
286 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
287
14a1f380
GM
2882012-02-08 Glenn Morris <rgm@gnu.org>
289
290 * loading.texi (Named Features): Update the require example.
291
60d47423
GM
2922012-02-07 Glenn Morris <rgm@gnu.org>
293
294 * modes.texi (Defining Minor Modes):
295 Expand on args of defined minor modes.
296
0992bd9c
CY
2972012-02-07 Chong Yidong <cyd@gnu.org>
298
299 * variables.texi (Creating Buffer-Local): Minor clarification
300 to buffer-local-variables doc (Bug#10715).
301
af008560
GM
3022012-02-07 Glenn Morris <rgm@gnu.org>
303
e80e1825 304 * display.texi (ImageMagick Images): General update.
af008560
GM
305 Move most details of imagemagick-render-type to the variable's doc.
306
866c1d22
GM
3072012-02-06 Glenn Morris <rgm@gnu.org>
308
f7c9199f 309 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
310 (Inheritance and Keymaps):
311 Mention make-composed-keymap and multiple inheritance.
f7c9199f 312
e7bc51d0
GM
313 * modes.texi (Running Hooks): Mention run-hook-wrapped.
314
866c1d22
GM
315 * control.texi (Handling Errors):
316 Mention condition-case-no-debug and with-demoted-errors.
317
03988c98
CY
3182012-02-05 Chong Yidong <cyd@gnu.org>
319
320 * customize.texi (Common Keywords): Minor clarifications.
321 Document custom-unlispify-remove-prefixes.
322 (Variable Definitions): Backquotes in defcustom seem to work fine
323 now. Various other copyedits.
e1161b06
CY
324 (Simple Types): Copyedits. Document color selector.
325 (Composite Types): Copyedits.
326 (Splicing into Lists): Clarifications.
03988c98
CY
327
328 * eval.texi (Backquote): Move from macros.texi.
329
330 * macros.texi (Expansion): Minor clarification.
331 (Backquote): Move node to eval.texi.
332 (Defining Macros): Move an example from Backquote node.
333 (Argument Evaluation): No need to mention Pascal.
334 (Indenting Macros): Add xref to Defining Macros.
335
649f602c
GM
3362012-02-05 Glenn Morris <rgm@gnu.org>
337
338 * debugging.texi (Error Debugging): Mention debug-on-event default.
339
34c99998
GM
3402012-02-04 Glenn Morris <rgm@gnu.org>
341
8f05da42
GM
342 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
343
7aa5aad8
GM
344 * debugging.texi (Error Debugging): Mention debug-on-event.
345 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
346
c7291ad9
GM
347 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
348
34c99998
GM
349 * text.texi (Buffer Contents):
350 Update filter-buffer-substring description.
351
735cc5ca
CY
3522012-02-04 Chong Yidong <cyd@gnu.org>
353
354 * functions.texi (What Is a Function): Add closures. Mention
355 "return value" terminology. Add xref for command-execute. Remove
356 unused "keystroke command" terminology.
357 (Lambda Expressions): Give a different example than in the
358 following subsection. Add xref to Anonymous Functions.
359 (Function Documentation): Remove gratuitous markup.
360 (Function Names): Move introductory text to `What Is a Function'.
361 (Defining Functions): Fix defun argument spec.
362 (Anonymous Functions): Document lambda macro explicitly. Mention
363 effects on lexical binding.
364 (Function Cells): Downplay direct usage of fset.
365 (Closures): New node.
366 (Inline Functions): Remove "open-code" terminology.
367 (Declaring Functions): Minor tweak; .m is not C code.
368
369 * variables.texi (Variables): Don't refer to "global value".
370 (Local Variables, Void Variables): Copyedits.
371 (Lexical Binding): Minor clarification of example.
372 (File Local Variables): Mention :safe and :risky defcustom args.
373 (Lexical Binding): Add xref to Closures node.
374
94bc7984
GM
3752012-02-04 Glenn Morris <rgm@gnu.org>
376
377 * minibuf.texi (High-Level Completion): Updates for read-color.
378
4f5a10ef
GM
3792012-02-03 Glenn Morris <rgm@gnu.org>
380
eea14f31
GM
381 * display.texi (GIF Images): Mention animation.
382 Remove commented-out old example of animation.
383 (Animated Images): New subsection.
384 * elisp.texi (Top):
385 * vol1.texi (Top):
386 * vol2.texi (Top): Add Animated Images menu entry.
387
4f5a10ef
GM
388 * display.texi (Image Formats): Remove oddly specific information
389 on versions of image libraries.
204e728d 390 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 391
12f381b7
GM
3922012-02-02 Glenn Morris <rgm@gnu.org>
393
1b9f60cc
GM
394 * processes.texi (Synchronous Processes):
395 Mention call-process's :file gets overwritten.
396
7e2734bc
GM
397 * commands.texi (Reading One Event):
398 * help.texi (Help Functions): Document read-char-choice.
399
f58b9822
GM
400 * hooks.texi (Standard Hooks):
401 * modes.texi (Keymaps and Minor Modes):
402 * text.texi (Commands for Insertion): Document post-self-insert-hook.
403
404 * hooks.texi (Standard Hooks): Add prog-mode-hook.
405
12f381b7
GM
406 * hooks.texi (Standard Hooks):
407 * modes.texi (Major Mode Conventions, Mode Hooks):
408 Document change-major-mode-after-body-hook.
409
7a9a2fc6
GM
4102012-02-01 Glenn Morris <rgm@gnu.org>
411
412 * modes.texi (Defining Minor Modes):
413 Mention disabling global minor modes on a per-major-mode basis.
414
a037c171
CY
4152012-01-31 Chong Yidong <cyd@gnu.org>
416
417 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
418 (Parser State): Remove unnecessary statement (Bug#10661).
419
420 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
421
56afad3a
GM
4222012-01-31 Glenn Morris <rgm@gnu.org>
423
424 * modes.texi (Defining Minor Modes):
425 Document define-minor-mode's new :variable keyword.
426
0f29fa41
CY
4272012-01-29 Chong Yidong <cyd@gnu.org>
428
837a390a
CY
429 * syntax.texi (Syntax Class Table): Tweak description of newline
430 char syntax (Bug#9619).
431
0f29fa41
CY
432 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
433 description (Bug#10189).
434
182148ee
GM
4352012-01-29 Glenn Morris <rgm@gnu.org>
436
a49ca6b9
GM
437 * files.texi (Changing Files): Document SELinux support.
438
182148ee
GM
439 * windows.texi (Window Sizes): Fix typo.
440
9962192e
CY
4412012-01-28 Chong Yidong <cyd@gnu.org>
442
8c6e1920
CY
443 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
444 doc (Bug#8568).
445
9583ec59
CY
446 * frames.texi (Input Focus): Add NORECORD arg to
447 select-frame-set-input-focus. Clarify its role in select-frame.
448
10256988
CY
449 * text.texi (Transposition): We don't use transpose-region as an
450 internal subroutine (Bug#3249).
451
9962192e
CY
452 * modes.texi (Example Major Modes): Update Lisp example code to
453 current sources. Delete the old non-derived-major-mode example,
454 which has diverged badly from current sources.
455
2aa43abb
GM
4562012-01-27 Glenn Morris <rgm@gnu.org>
457
458 * makefile.w32-in (texinputdir): Fix (presumed) typo.
459 (VERSION, manual): Remove, unused.
460
9f40220d
CY
4612012-01-27 Chong Yidong <cyd@gnu.org>
462
463 * commands.texi (Command Overview): Minor clarification (Bug#10384).
464
acc28cb9
CY
4652012-01-26 Chong Yidong <cyd@gnu.org>
466
467 * searching.texi (String Search): Document negative repeat count
468 (Bug#10507).
469
48da7392
GM
4702012-01-26 Glenn Morris <rgm@gnu.org>
471
472 * variables.texi (Using Lexical Binding):
473 Mention that lexical-binding should be set in the first line.
474
69b0acb9
LI
4752012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
476
477 * macros.texi (Defining Macros): Don't claim that `declare' only
478 affects Edebug and indentation.
479
543757a8
LI
4802012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
481
482 * macros.texi (Defining Macros): Slight `declare' fixup.
483
450e3cae
GM
4842012-01-25 Glenn Morris <rgm@gnu.org>
485
24189ce0 486 * makefile.w32-in (texinputdir):
450e3cae
GM
487 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
488
1021c761
CY
4892012-01-24 Chong Yidong <cyd@gnu.org>
490
491 * variables.texi (Variables, Local Variables, Void Variables):
492 Edit to make the descriptions less specific to dynamic binding.
493 (Local Variables): Default max-specpdl-size is now 1300.
494 (Defining Variables): Edits for lexical scoping. Delete
495 information about starting docstrings with *. De-document
496 user-variable-p.
497 (Tips for Defining): Remove an unimportant discussion of quitting
498 in the middle of a load.
499 (Accessing Variables, Setting Variables): Discuss lexical binding.
500 (Variable Scoping): Rewrite.
501 (Scope, Extent, Impl of Scope): Nodes deleted.
502 (Dynamic Binding): New node, with material from Scope, Extent, and
503 Impl of Scope nodes.
504 (Dynamic Binding Tips): Rename from Using Scoping.
505 (Lexical Binding): Rewrite.
506 (Using Lexical Binding): Rename from Converting to Lexical
507 Binding. Convert to subsection.
508
509 * customize.texi (Variable Definitions): Add custom-variable-p.
510 Move user-variable-p documentation here.
511
31cbea1d
CY
5122012-01-23 Chong Yidong <cyd@gnu.org>
513
514 * strings.texi (Text Comparison): Minor qualification.
515
516 * lists.texi (Cons Cells): Copyedits.
517 (List Elements): Mention push.
518 (List Variables): Mention pop.
519 (Rings): Move to sequences.texi.
520
521 * sequences.texi (Sequence Functions): Don't repeat the
522 introduction already given in the parent.
523 (Vectors): Copyedits.
524 (Rings): Move from lists.texi. Note that this is specific to the
525 ring package.
526
527 * symbols.texi (Definitions, Symbol Components): Mention variable
528 scoping issues.
529 (Plists and Alists): Copyedits.
530
531 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
532 correctness with lexical scoping.
533 (Eval): Copyedits.
534
fead402d
CY
5352012-01-21 Chong Yidong <cyd@gnu.org>
536
537 * intro.texi (A Sample Function Description): Special notation
538 used for macros too.
539
540 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
541 (Symbol Type): Add xref for keyword symbols.
542 (Sequence Type): Clarify differences between sequence types.
543 (Cons Cell Type): Add "linked list" index entry.
544 (Non-ASCII in Strings): Copyedits.
545 (Equality Predicates): Symbols with same name need not be eq.
546
547 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
548 ldexp. Move float-e and float-pi to Math Functions node.
549
61086eb6
GM
5502012-01-21 Glenn Morris <rgm@gnu.org>
551
552 * modes.texi (Auto Major Mode):
553 * variables.texi (File Local Variables):
554 Mention inhibit-local-variables-regexps.
555
34a02f46
MR
5562012-01-19 Martin Rudalics <rudalics@gmx.at>
557
558 * windows.texi (Window Configurations): Rewrite references to
559 persistent window parameters.
560 (Window Parameters): Fix description of persistent window
561 parameters.
562
f5064cae
JB
5632012-01-16 Juanma Barranquero <lekktu@gmail.com>
564
565 * windows.texi (Window Parameters): Use @pxref.
566
6a6ee00d
MR
5672012-01-16 Martin Rudalics <rudalics@gmx.at>
568
569 * windows.texi (Window Configurations, Window Parameters):
570 Describe persistent window parameters.
571
9ca4c014
SM
5722011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * variables.texi (Creating Buffer-Local): Warn against misuses of
575 make-variable-buffer-local (bug#10258).
576
d027f83d
LMI
5772012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
578
579 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
580
89bd9ccd
CY
5812012-01-06 Chong Yidong <cyd@gnu.org>
582
583 * variables.texi (Directory Local Variables): Document
584 hack-dir-local-variables-non-file-buffer.
585
c869783d
GM
5862012-01-06 Glenn Morris <rgm@gnu.org>
587
588 * maps.texi (Standard Keymaps): Refer to Info-edit by name
589 rather than by keybinding.
590
2cae5ba4
JB
5912011-12-29 Juanma Barranquero <lekktu@gmail.com>
592
593 * frames.texi (Font and Color Parameters): Add @pxref.
594
43da4d08
DC
5952011-12-29 Daniel Colascione <dan.colascione@gmail.com>
596
597 * frames.texi (Font and Color Parameters):
598 Document w32 font backends (bug#10399).
599
8d80ef01
PE
6002011-12-28 Paul Eggert <eggert@cs.ucla.edu>
601
602 * files.texi (File Attributes, Changing Files):
603 Use a more-natural notation for octal numbers.
604
9022ae07
JB
6052011-12-23 Juanma Barranquero <lekktu@gmail.com>
606
607 * variables.texi (Variables with Restricted Values):
608 Change reference to variable (bug#10354).
609
454592a6
MR
6102011-12-13 Martin Rudalics <rudalics@gmx.at>
611
612 * windows.texi (Splitting Windows): Use t instead of non-nil
613 when describing window-combination-resize.
614
a7cdbfce
SM
6152011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
616
617 * text.texi (Special Properties): Warn against `intangible' properties
618 (bug#10222).
619
a3dcc84e
EZ
6202011-11-26 Eli Zaretskii <eliz@gnu.org>
621
579ebf8f
EZ
622 * display.texi (Truncation):
623 * text.texi (Special Properties): Describe what a stretch-glyph is
624 instead of using that term without explanation. Make the
625 cross-references more accurate.
626
a3dcc84e
EZ
627 * display.texi (Usual Display): Update the description,
628 cross-references, and indexing related to display of control
629 characters and raw bytes.
630
94af99a4
MR
6312011-11-25 Martin Rudalics <rudalics@gmx.at>
632
633 * windows.texi (Splitting Windows): Fix description of
634 window-combination-limit. Suggested by Eli Zaretskii.
635
1c3d7a13
CY
6362011-11-23 Chong Yidong <cyd@gnu.org>
637
638 * windows.texi (Window Sizes): Move window-top-line,
639 window-left-column, and window-*-pixel-edges to Coordinates and
640 Windows node.
641 (Coordinates and Windows): Restore window-edges doc.
642
90151a1e
MR
6432011-11-21 Martin Rudalics <rudalics@gmx.at>
644
a7cdbfce
SM
645 * windows.texi (Windows and Frames, Splitting Windows):
646 Fix typos.
90151a1e 647
a9b9b7f5
CY
6482011-11-21 Chong Yidong <cyd@gnu.org>
649
650 * windows.texi (Splitting Windows): Fix error in documentation of
651 window-combination-limit.
652 (Cyclic Window Ordering): Minor fixes to next-window,
653 one-window-p, and get-lru-window docs. Don't document
654 window-list-1.
655 (Buffers and Windows): Copyedits.
656 (Choosing Window): Document special handling of special-display-*.
657 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
658 Don't document even-window-heights, which is going away.
659 Clarify which options are obeyed by which action functions.
a9b9b7f5 660
f4e90db0
SM
6612011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
662
663 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
664
d2999b1a
MR
6652011-11-20 Martin Rudalics <rudalics@gmx.at>
666
f4e90db0
SM
667 * windows.texi (Resizing Windows, Splitting Windows):
668 Remove term "status" when talking about combination limits.
d2999b1a 669
cd1181db
JB
6702011-11-20 Juanma Barranquero <lekktu@gmail.com>
671
672 * compile.texi (Compiler Errors):
673 * help.texi (Help Functions): Fix typos.
674
7bf54975
CY
6752011-11-19 Chong Yidong <cyd@gnu.org>
676
677 * windows.texi (Splitting Windows): Clarify role of window
678 parameters in split-window. Shorten the example.
f4e90db0
SM
679 (Deleting Windows): Rewrite intro to handle internal windows.
680 Fix delete-windows-on doc.
7bf54975
CY
681 (Selecting Windows): Copyedits.
682
a0c2d0ae
MR
6832011-11-17 Martin Rudalics <rudalics@gmx.at>
684
685 * windows.texi (Resizing Windows, Splitting Windows)
686 (Deleting Windows): Use term window-combination-resize instead
687 of window-splits.
688
b6f67890
MR
6892011-11-16 Martin Rudalics <rudalics@gmx.at>
690
f4e90db0
SM
691 * windows.texi (Resizing Windows, Splitting Windows):
692 Rename occurrences of window-nest to window-combination-limit.
b6f67890 693
0b381c7e
JB
6942011-11-14 Juanma Barranquero <lekktu@gmail.com>
695
696 * intro.texi (Lisp History): Fix typo.
697
89d61221
MR
6982011-11-12 Martin Rudalics <rudalics@gmx.at>
699
f4e90db0
SM
700 * windows.texi (Splitting Windows, Deleting Windows):
701 Remove references to splits status of windows.
89d61221 702
b2621720
GM
7032011-11-10 Glenn Morris <rgm@gnu.org>
704
705 * buffers.texi (Read Only Buffers): Expand a bit on why
706 toggle-read-only should only be used interactively. (Bug#7292)
707
d2ad7ee1
CY
7082011-11-09 Chong Yidong <cyd@gnu.org>
709
710 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 711 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
712 window-inside-absolute-pixel-edges.
713 (Resizing Windows): shrink-window-if-larger-than-buffer works on
714 non-full-width windows.
715
2cffd681
MR
7162011-11-09 Martin Rudalics <rudalics@gmx.at>
717
718 * windows.texi (Resizing Windows): Rewrite documentation of
719 window-resizable.
720
f6f6d7e7
CY
7212011-11-09 Chong Yidong <cyd@gnu.org>
722
723 * windows.texi (Splitting Windows): Simplify example.
724
a79db6e0
CY
7252011-11-08 Chong Yidong <cyd@gnu.org>
726
727 * windows.texi (Window Sizes): Copyedits. Document
728 window-text-height. Remove window-min-height and window-min-width
729 discussion, referring instead to Emacs manual.
730 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
731 (Resizing Windows): Simplify introduction. Don't document
732 enlarge-window, shrink-window, enlarge-window-horizontally, and
733 shrink-window-horizontally; they are no longer preferred for
734 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 735
441950c7
GM
7362011-11-07 Glenn Morris <rgm@gnu.org>
737
738 * windows.texi (Choosing Window): Fix keybinding typo.
739
be7f5545
MR
7402011-11-07 Martin Rudalics <rudalics@gmx.at>
741
742 * windows.texi (Resizing Windows, Splitting Windows)
743 (Window Configurations): Use "child window" instead of
744 "subwindow".
745
291d142b
CY
7462011-11-06 Chong Yidong <cyd@gnu.org>
747
748 * windows.texi (Basic Windows): Clarify various definitions.
749 Treat window-normalize-* as internal; don't document them.
750 (Windows and Frames): Various clarifications, e.g. non-live
751 windows also belong to frames. Fix window-list description.
752 Simplify window nesting example.
f4e90db0
SM
753 (Splitting Windows, Window Configurations):
754 Use split-window-below.
291d142b 755
89bd5ee1
EZ
7562011-11-04 Eli Zaretskii <eliz@gnu.org>
757
758 * windows.texi (Window Sizes): Mention in the doc string that the
759 return values of `window-body-height' and `window-body-width' are
760 in frame's canonical units. (Bug#9949)
761
3d8daefe
MR
7622011-10-30 Martin Rudalics <rudalics@gmx.at>
763
764 * windows.texi (Windows and Frames): Remove "iso-" infix from
765 documentation of window-iso-combined-p.
766
60754666
CY
7672011-10-26 Chong Yidong <cyd@gnu.org>
768
769 * modes.texi (Running Hooks): Document with-wrapper-hook.
770
d366bd53
CY
7712011-10-18 Chong Yidong <cyd@gnu.org>
772
773 * display.texi (Glyphless Chars): New node.
774
50b063c3
CY
7752011-10-13 Chong Yidong <cyd@stupidchicken.com>
776
777 * text.texi (Yanking): Document yank-excluded-properties.
778
779 * package.texi (Packaging Basics): The commentary should say how
780 to begin using the package.
781
c72063fa
MR
7822011-10-11 Martin Rudalics <rudalics@gmx.at>
783
784 * windows.texi (Deleting Windows): Mention which window gets
785 selected when deleting the selected window.
786
d83dc65b
MR
7872011-10-09 Martin Rudalics <rudalics@gmx.at>
788
789 * buffers.texi (The Buffer List): Describe how bury-buffer deals
790 with the selected window.
791 * windows.texi (Buffers and Windows): Reformulate text on how
792 replace-buffer-in-windows deals with a window.
793 (Quitting Windows): Describe how quit-window deals with a
794 standalone frame. Describe new option frame-auto-hide-function.
795
c599682c
GM
7962011-10-08 Glenn Morris <rgm@gnu.org>
797
48bca619
GM
798 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
799
c599682c
GM
800 * positions.texi (Excursions): Update warning message.
801
969aa734
CY
8022011-10-05 Chong Yidong <cyd@stupidchicken.com>
803
f4e90db0
SM
804 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
805 Fix Emacs manual xref (Bug#9675).
969aa734 806
550f41cd
CY
8072011-10-01 Chong Yidong <cyd@stupidchicken.com>
808
809 * windows.texi (Textual Scrolling): Document scroll-up-command,
810 scroll-down-command, scroll-error-top-bottom, and the
811 scroll-command symbol property.
717a1362
CY
812 (Display Action Functions): Fix description of
813 display-buffer-pop-up-window.
550f41cd 814
a239d4e9
JB
8152011-09-28 Juanma Barranquero <lekktu@gmail.com>
816
817 * windows.texi (Splitting Windows): Fix typos.
818
590c056d
MR
8192011-09-25 Martin Rudalics <rudalics@gmx.at>
820
821 * windows.texi (Windows and Frames, Display Action Functions)
822 (Switching Buffers): Fix some typos.
823 (Buffers and Windows): Remove reference to window-auto-delete.
824 Reword description of replace-buffer-in-windows.
825 (Window History): Fix some typos and refer to frame local buffer
826 list.
c419f5cb
MR
827 (Quitting Windows): New node.
828 (Window Configurations): Add descriptions of window-state-get
829 and window-state-put.
830 (Window Parameters): Describe variable ignore-window-parameters.
831 Sketch some window parameters currently in use.
832 * elisp.texi (Top): Update node listing.
590c056d 833
9ec20d36
CY
8342011-09-25 Chong Yidong <cyd@stupidchicken.com>
835
836 * windows.texi (Display Action Functions)
837 (Choosing Window Options): New nodes.
838
0e406a72
CY
8392011-09-24 Chong Yidong <cyd@stupidchicken.com>
840
841 * windows.texi (Window History): New node. Move text here from
842 Buffers and Windows.
843 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
844 don't document display-buffer here; callers changed.
845 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
846 switch-to-buffer-other-frame. Delete duplicate
847 replace-buffer-in-windows doc.
848 (Choosing Window): Document display actions.
849
6bf7006f
EZ
8502011-09-24 Eli Zaretskii <eliz@gnu.org>
851
852 * display.texi (Forcing Redisplay): Update the description of
853 redisplay-dont-pause due to change in the default value.
854
b33b68a3
MR
8552011-09-23 Martin Rudalics <rudalics@gmx.at>
856
857 * frames.texi (Frames and Windows): Move section and rename to
858 Windows and Frames in windows.texi.
859 * windows.texi (Windows): Restructure.
860 (Basic Windows): Rewrite. Explain live and internal windows and
861 normalization functions.
862 (Windows and Frames): Move section here from frames.texi.
863 Describe subwindows, window combinations, window tree, and
864 corresponding functions including window-list here.
865 (Window Sizes): Rename section from Size of Window and move it
866 up in chapter. Describe total and body sizes and the
867 corresponding functions. Explain new semantics of
868 window-min-height/-width.
869 (Resizing Windows): Move section up in chapter. Describe new
870 resize functions.
871 (Splitting Windows): Describe new behavior of split-window,
872 split-window-above-each-other and split-window-side-by-side.
873 Provide examples. Describe window-nest and window-splits
874 options.
875 (Deleting Windows): Minor rewrite.
f4e90db0
SM
876 (Selecting Windows): Minor rewrite.
877 Describe frame-selected-window and set-frame-selected-window here.
878 (Cyclic Window Ordering): Minor rewrite.
879 Describe window-list-1.
b33b68a3
MR
880 (Buffers and Windows): Rewrite. Explain a window's previous and
881 next buffers and the corresponding functions.
c4682d18 882 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
883 * elisp.texi (Top): Update node listings for frames and windows
884 sections.
885
4d3786ac
SM
8862011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
889
713df35b
LMI
8902011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
891
892 * errors.texi (Standard Errors): Remove apparent placeholder text
893 (bug#9491).
894
33ed493b
CY
8952011-09-18 Chong Yidong <cyd@stupidchicken.com>
896
897 * frames.texi (Management Parameters): Fix description of
898 icon-type parameter.
899
b8f0a954
CY
9002011-09-17 Chong Yidong <cyd@stupidchicken.com>
901
902 * tips.texi (Key Binding Conventions): Don't bind a key sequence
903 ending in C-g. Suggested by Edward O'Connor.
904
eddf142c
EZ
9052011-09-17 Eli Zaretskii <eliz@gnu.org>
906
907 * numbers.texi (Integer Basics): Add indexing for
908 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
909
bf1af6c7
DM
9102011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
911
912 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
913
cec2eab8
JB
9142011-09-11 Juanma Barranquero <lekktu@gmail.com>
915
916 * processes.texi (Network Servers): Clarify what the process
917 buffer is used for (bug#9233).
918
51751aa2 9192011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
920
921 * lists.texi (Building Lists): Fix typo.
922
35137ed3
CY
9232011-08-30 Chong Yidong <cyd@stupidchicken.com>
924
925 * display.texi (Basic Faces): New node. Document new faces.
926
927 * modes.texi (Major Mode Conventions): Move some text there.
928 (Mode Help): Remove major-mode var, duplicated in Major Modes.
929
3fd50d5c
CY
9302011-08-29 Chong Yidong <cyd@stupidchicken.com>
931
932 * modes.texi (Basic Major Modes): New node. Callers updated.
933 (Major Modes): Document fundamental-mode and major-mode.
934 (Major Mode Basics): Node deleted; text moved to Major Modes.
935 (Derived Modes): Document derived-mode-p.
936
ddb54206
CY
9372011-08-28 Chong Yidong <cyd@stupidchicken.com>
938
a6326082
CY
939 * files.texi (Changing Files, Create/Delete Dirs): Document new
940 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
941 (Visiting Functions): Remove view-file; it is documented in the
942 Emacs manual.
04e2ce72 943
ddb54206
CY
944 * frames.texi (Layout Parameters): The defaults for the
945 menu-bar-lines and tool-bar-lines parameters depend on the mode.
946
947 * display.texi (Progress): Document spinner functionality.
948
949 * os.texi (Killing Emacs): Note that kill-emacs can be called by
950 operating system signals. Refer to save-buffers-kill-terminal
951 instead of save-buffers-kill-emacs.
952
953 * objects.texi (Symbol Type): Document ## print representation.
954
0c95fcf7
EZ
9552011-08-25 Eli Zaretskii <eliz@gnu.org>
956
957 * display.texi (Specified Space): Mention that `space' specs
958 influence bidi reordering.
959 (Bidirectional Display): Explain how to use `(space . PROPS)' for
960 separating fields with bidirectional content.
961
5980d4c6
EZ
9622011-08-24 Eli Zaretskii <eliz@gnu.org>
963
964 * display.texi (Bidirectional Display): Document return value in
965 buffers that are not bidi-reordered for display, and in unibyte
966 buffers.
967
bca633fb
EZ
9682011-08-23 Eli Zaretskii <eliz@gnu.org>
969
970 * nonascii.texi (Character Properties): Document the values for
971 unassigned codepoints.
972
c094bb0c
EZ
9732011-08-18 Eli Zaretskii <eliz@gnu.org>
974
975 * nonascii.texi (Character Properties): Document use of
976 `bidi-class' and `mirroring' properties as part of reordering.
977 Provide cross-references to "Bidirectional Display".
978
979 * display.texi (Bidirectional Display): Document the pitfalls of
980 concatenating strings with bidirectional content, with possible
f4e90db0
SM
981 solutions. Document bidi-string-mark-left-to-right.
982 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
983 Document use of `bidi-class' and `mirroring' properties as part of
984 reordering.
c094bb0c 985
1ea897d5
EZ
9862011-08-16 Eli Zaretskii <eliz@gnu.org>
987
9adfcd0b
EZ
988 * modes.texi (Major Mode Conventions): Improve the documentation
989 of `mode-class' `special' modes.
990
10862873
EZ
991 * nonascii.texi (Character Properties): Document the `mirroring'
992 property. Add index entries.
993
1ea897d5
EZ
994 * syntax.texi (Categories): Add an example of defining a new
995 category and category table.
996
997 * searching.texi (Regexp Backslash): Document how to display
998 existing categories. Mention the possibility of adding
999 categories, and add an xref to where this is described. Add an
1000 index entry.
1001
ebb552ed
CY
10022011-08-09 Chong Yidong <cyd@stupidchicken.com>
1003
1004 * text.texi (Special Properties):
1005 * display.texi (Overlay Properties): Note that mouse-face cannot
1006 change the text size (Bug#8530).
1007
51a714e1
CY
10082011-08-08 Chong Yidong <cyd@stupidchicken.com>
1009
1010 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1011 using setenv instead.
1012
4cc60b9b
EZ
10132011-07-28 Eli Zaretskii <eliz@gnu.org>
1014
1015 * display.texi (Bidirectional Display): Document the fact that
1016 bidi-display-reordering is t by default.
1017
5deb92fd
EZ
10182011-07-23 Eli Zaretskii <eliz@gnu.org>
1019
1020 * display.texi (Bidirectional Display): New section.
1021
011b0ad6 10222011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1023 Tim Cross <theophilusx@gmail.com> (tiny change)
1024 Glenn Morris <rgm@gnu.org>
011b0ad6 1025
67f9b9f8 1026 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1027
4baf28e6
AS
10282011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1029
1030 * help.texi (Keys in Documentation): Revert last change.
1031
66249842
LMI
10322011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1033
f863868c
LMI
1034 * help.texi (Keys in Documentation): Clarify that \= only quotes
1035 the next character, and doesn't affect longer sequences in
1036 particular (bug#8935).
1037
f4e90db0
SM
1038 * debugging.texi (Using Debugger):
1039 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1040
0bb23927 10412011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1042
1043 * display.texi (Other Display Specs): Document that `left-fringe'
1044 and `right-fringe' display specifications are of the "replacing"
1045 kind.
1046
f2027cdf
LMI
10472011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1048
1049 * help.texi (Documentation Basics): Add a link to the Function
1050 Documentation node (bug#6580).
1051
f987fde4
LMI
10522011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1053
0bc59b25
LMI
1054 * keymaps.texi (Menu Bar): Mention :visible and :enable
1055 (bug#6344). Text by Drew Adams.
1056
63d55f1f
LMI
1057 * modes.texi (Running Hooks): Mention buffer-local hook variables
1058 (bug#6218).
1059
f987fde4
LMI
1060 * objects.texi (General Escape Syntax): "a with grave accent" is
1061 ?xe0, not ?x8e0 (bug#5259).
1062
b7527639
CY
10632011-07-12 Chong Yidong <cyd@stupidchicken.com>
1064
1065 * display.texi (Face Attributes, Font Selection): Add references
1066 to the Fonts node in the Emacs manual (Bug#4178).
1067
c830e5ae
CY
10682011-07-12 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * display.texi (Window Systems): `window-system' is
1071 terminal-local.
1072
1073 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1074 frame-local variables.
1075
1076 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1077 frame-local variables.
1078 (Frame-Local Variables): Node deleted.
1079
1080 * elisp.texi (Top): Update node listing.
1081
91223e54
LMI
10822011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1083
1084 * elisp.texi: Change "inferiors" to "subnodes" in three places
1085 (bug#3523).
1086
963578d3
CY
10872011-07-11 Chong Yidong <cyd@stupidchicken.com>
1088
1089 * frames.texi (Window System Selections): Discussion of
1090 x-select-enable-clipboard moved to Emacs manual.
1091
07151e49
DD
10922011-07-11 Deniz Dogan <deniz@dogan.se>
1093
1094 * commands.texi (Prefix Command Arguments): Remove excessive
1095 apostrophe.
1096
7261e1cf
LMI
10972011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1098
ad21a12a
LMI
1099 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1100 description is a string (bug#3313).
1101
7261e1cf
LMI
1102 * frames.texi (Display Feature Testing): Try to explain what all
1103 the visual classes mean (bug#3042).
1104
568f7b79
LMI
11052011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1106
18d59e29
LMI
1107 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1108 and `mode-line-client' (bug#2974).
1109
568f7b79
LMI
1110 * text.texi (Insertion): Clarify marker movements (bug#1651).
1111 Text from Drew Adams.
1112
54e10184
LMI
11132011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1114
d94d85e9
LMI
1115 * text.texi (Special Properties): Clarify the format of `face'
1116 (bug#1375).
1117
54e10184
LMI
1118 * commands.texi (Interactive Call): Add a `call-interactively'
1119 example (bug#1010).
1120
413c488d
LMI
11212011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1122
1123 * functions.texi (Calling Functions): Link to the "Interactive
1124 Call" node (bug#1001).
1125
322b7dab 11262011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1127
3deead93
CY
1128 * customize.texi (Composite Types): Move alist and plist to here
1129 from Simple Types (Bug#7545).
1130
1131 * elisp.texi (Top): Update menu description.
1132
b00d8c1a
CY
1133 * display.texi (Face Attributes): Document negative line widths
1134 (Bug#6113).
1135
d2a6c43b
TR
11362011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1137
1138 * searching.texi (Match Data): Note that match data can be
1139 overwritten by most functions (bug#2499).
1140
c7844a27
LMI
11412011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1142
a9ab721e
LMI
1143 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1144 flags mean (bug#6659).
1145
c7844a27
LMI
1146 * functions.texi (What Is a Function): Document the autoload
1147 object (bug#6496).
1148
f68d76d0
LMI
11492011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1150
8a20ca4c
LMI
1151 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1152 is only used in the Customize user interface (bug#6089).
1153
f68d76d0 1154 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1155 images (bug#7836).
f68d76d0 1156
7018dbe7
EZ
11572011-07-02 Eli Zaretskii <eliz@gnu.org>
1158
1159 * variables.texi (Defining Variables, Void Variables)
1160 (Constant Variables): Fix incorrect usage of @kindex.
1161
36cb87a1
LMI
11622011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1163
28ee97c7
LMI
1164 * variables.texi (Defining Variables): Add an index entry for
1165 `set-variable' (bug#7262).
8d4294e9 1166 (Defining Variables): Use @findex for functions.
28ee97c7 1167
8862ffd5
LMI
1168 * frames.texi (Basic Parameters): Document the `explicit-name'
1169 parameter (bug#6951).
1170
0ec389b9
LMI
1171 * customize.texi (Type Keywords): Clarify that :value provides a
1172 default value for all types (bug#7386).
1173
36cb87a1
LMI
1174 * streams.texi (Output Functions): Document `pp'.
1175
11fdef7d 11762011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1177
1178 * keymaps.texi (Searching Keymaps):
1179 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1180 change. Suggested by Johan Bockgård.
1181
eeafcea7
CY
11822011-06-15 Chong Yidong <cyd@stupidchicken.com>
1183
1184 * text.texi (Special Properties): Clarify role of font-lock-face.
1185
b96e6cde
LMI
11862011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1187
f4e90db0 1188 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1189 to `process-live-p' for consistency with other `-live-p' functions.
1190
be14b9ab
PE
11912011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1192
1193 Document wide integers better.
1194 * files.texi (File Attributes): Document ino_t values better.
2d365993 1195 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1196 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1197 (Bitwise Operations):
001903b5
PE
1198 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1199 to read, and that will port better if 62-bits becomes the default.
1200 Fix or remove incorrect examples.
be14b9ab
PE
1201 * os.texi (Time Conversion): Document time_t values better.
1202
bcd54f83
LMI
12032011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1204
f4e90db0
SM
1205 * processes.texi (Process Information):
1206 Document `process-alive-p'.
bcd54f83 1207
049bcbcb
CY
12082011-05-29 Chong Yidong <cyd@stupidchicken.com>
1209
1210 * help.texi (Accessing Documentation):
1211 * display.texi (Pixel Specification):
1212 * processes.texi (Serial Ports, Serial Ports):
1213 * nonascii.texi (Character Properties, Default Coding Systems):
1214 * text.texi (Changing Properties, Special Properties):
1215 * windows.texi (Window Start and End):
1216 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1217 * keymaps.texi (Searching Keymaps, Tool Bar):
1218 * minibuf.texi (Basic Completion):
1219 * compile.texi (Eval During Compile):
1220 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1221 7x9 paper in printed manual.
1222
1223 * lists.texi (Sets And Lists): Fix misplaced text.
1224
58539c63
CY
12252011-05-29 Chong Yidong <cyd@stupidchicken.com>
1226
1227 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1228 needs to be active (Bug#8350).
1229
6b5681bf
CY
12302011-05-28 Chong Yidong <cyd@stupidchicken.com>
1231
b4d52acc
CY
1232 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1233
6b5681bf
CY
1234 * tips.texi (Coding Conventions): Remove antediluvian filename
1235 limit recommendation (Bug#8538).
1236
e145f188
GM
12372011-05-27 Glenn Morris <rgm@gnu.org>
1238
1239 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1240
eafed945
GM
12412011-05-26 Glenn Morris <rgm@gnu.org>
1242
1243 * variables.texi (File Local Variables):
1244 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1245 Add some more details on what this function does in the other case.
eafed945 1246
bc8410af
GM
12472011-05-19 Glenn Morris <rgm@gnu.org>
1248
1249 * lists.texi (Sets And Lists): Mention cl provides union etc.
1250
35a30759
N
12512011-05-19 Nix <nix@esperi.org.uk>
1252
1253 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1254
1255 * text.texi (Parsing HTML): Update for function name changes.
1256
1257 * syntax.texi (Syntax Flags): Small fix.
1258
1259 * keymaps.texi (Active Keymaps): Typo fix.
1260 (Changing Key Bindings): Grammar fix.
1261
1262 * frames.texi (Minibuffers and Frames): Grammar fix.
1263 (Window System Selections): x-select-enable-clipboard now defaults to t.
1264
1265 * customize.texi (Common Keywords):
1266 * display.texi (Abstract Display):
1267 * modes.texi (Auto-Indentation):
1268 * nonascii.texi (Converting Representations): Typo fixes.
1269
1270 * control.texi (Examples of Catch): Call it "goto" not "go to".
1271
e3934a8a
EZ
12722011-05-14 Eli Zaretskii <eliz@gnu.org>
1273
bc039a3b
EZ
1274 * nonascii.texi (Character Properties): Fix inconsistencies with
1275 implementation.
1276
e3934a8a
EZ
1277 * text.texi (Special Properties): Move @defvar's out of the
1278 @table. (Bug#8652)
1279
e2c94218
GM
12802011-05-12 Glenn Morris <rgm@gnu.org>
1281
1282 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1283
d2fc7e3d 12842011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1285
1286 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1287 (Multiline Font Lock):
1288 * vol2.texi (Top):
1289 * vol1.texi (Top):
1290 * elisp.texi (Top): Update menu accordingly.
1291
d2fc7e3d 12922011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1293
1294 * modes.texi (Region to Fontify): Fix typo.
1295
79b70037
GM
12962011-05-10 Jim Meyering <meyering@redhat.com>
1297
1298 * minibuf.texi: Fix typo "in in -> in".
1299
b08a63cc 13002011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1301
1302 * numbers.texi (Integer Basics): Large integers are treated as floats.
1303
1ef14cb4
LMI
13042011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1305
1306 * processes.texi (Synchronous Processes): Document the (:file
1307 "/file-name") syntax for `call-process'.
1308
4ffd0d6b 13092011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1310
1311 * windows.texi (Choosing Window): Fix typo.
1312
4ffd0d6b 13132011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1314
1315 * frames.texi (Layout Parameters): Note the difference between
1316 querying and setting parameters for left-fringe and right-fringe
1317 (Bug#6930).
1318
fd5a8ae8
SM
13192011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * minibuf.texi (Basic Completion): Be a bit more precise about the
1322 valid kinds of completion tables.
1323 (Programmed Completion): Remove obsolete text about lambda expressions
1324 not being valid completion tables.
1325
c1bcd0d5
CY
13262011-03-19 Chong Yidong <cyd@stupidchicken.com>
1327
1328 * positions.texi (Excursions): Explain the "save-excursion
1329 defeated by set-buffer" warning.
1330
1331 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1332 save-excursion. Suggested by Uday S Reddy.
1333
03408648 13342011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1335
03408648
SM
1336 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1337 (Lexical Binding): New sub-section.
ba83908c 1338
03408648
SM
1339 * eval.texi (Eval): Discourage the use of `eval'.
1340 Document its new `lexical' argument.
6c075cd7 1341
f6d62986
SM
13422011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1343
03408648 1344 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1345 nil any more.
1346
84ea5558 13472011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1348
1349 * strings.texi (String Conversion): Don't mention
1350 string-make-(uni|multi)byte (bug#8262).
1351 * nonascii.texi (Converting Representations): Fix up range.
1352 * keymaps.texi (Key Binding Commands): Update code point, avoid
1353 "unibyte character" and remove mention of unibyte bindings.
1354
62d94509
EZ
13552011-03-10 Eli Zaretskii <eliz@gnu.org>
1356
1357 * modes.texi (Operator Precedence Grammars): Don't use characters
1358 outside ISO-8859-1.
1359
63a329f8
EZ
13602011-03-09 Eli Zaretskii <eliz@gnu.org>
1361
1362 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1363
1364 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1365
6446548e
GM
13662011-03-08 Glenn Morris <rgm@gnu.org>
1367
1368 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1369 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1370 * elisp.texi: Set documentencoding.
6446548e 1371
33383987
JB
13722011-03-07 Chong Yidong <cyd@stupidchicken.com>
1373
1374 * Version 23.3 released.
1375
0b3ceceb
CY
13762011-03-06 Chong Yidong <cyd@stupidchicken.com>
1377
1378 * package.texi: Update index keywords.
1379 (Package Archives): New node contents. Document package-x.el.
1380
78f5433f
JB
13812011-03-06 Juanma Barranquero <lekktu@gmail.com>
1382
1383 * makefile.w32-in (srcs): Add package.texi.
1384
555e9b5c
CY
13852011-03-06 Chong Yidong <cyd@stupidchicken.com>
1386
120d9389
CY
1387 * package.texi (Packaging, Packaging Basics, Simple Packages)
1388 (Multi-file Packages): Expand and clarify.
1389 (Package Archives): Temporary placeholder node.
1390
1391 * elisp.texi (Top): Update node listing.
1392
555e9b5c
CY
1393 * Makefile.in (srcs): Add package.texi.
1394
b59a4335
CY
13952011-03-05 Chong Yidong <cyd@stupidchicken.com>
1396
1397 * processes.texi (Synchronous Processes): Minor clarification
1398 (Bug#8149).
1399
06083aa1
GM
14002011-03-03 Glenn Morris <rgm@gnu.org>
1401
1402 * files.texi (Truenames): Minor clarification. (Bug#2341)
1403
6640b281
GM
14042011-03-01 Glenn Morris <rgm@gnu.org>
1405
1406 * variables.texi (Directory Local Variables):
1407 Mention `(subdirs . nil)' alist element.
1408
2b0c7330 14092011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1410
1411 * variables.texi (Directory Local Variables): Mention the optional
1412 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1413
b923f7a9
CY
14142011-02-27 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * minibuf.texi (Minibuffer History): Clarify discussion of
1417 minibuffer history lists (Bug#8085).
1418
67ab0163 14192011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1420
e979a521
EZ
1421 * elisp.texi: Sync @dircategory with ../../info/dir.
1422
e03b2fd4
EZ
1423 * files.texi (Visiting Functions): Document find-file-literally,
1424 both the command and the variable.
1425
86ec878a
EZ
1426 * variables.texi (Creating Buffer-Local): Explain the meaning of
1427 permanent local variables.
1428
67ab0163
GM
1429 * files.texi (Visiting Functions): Document find-file-literally,
1430 both the command and the variable.
1431
1432 * variables.texi (Creating Buffer-Local): Explain the meaning of
1433 permanent local variables.
1434
14352011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1436
1437 * keymaps.texi (Remapping Commands): Mention how to undo it.
1438
bfcb151a
RT
14392011-02-09 Reuben Thomas <rrt@sc3d.org>
1440
1441 * loading.texi (Hooks for Loading): Remove unnecessary advice
1442 about eval-after-load (Bug#7986).
1443
a41c8660
CY
14442011-02-05 Chong Yidong <cyd@stupidchicken.com>
1445
1446 * commands.texi (Accessing Mouse): Note that a header line is not
1447 included in the row of posn-col-row.
1448
e0dd6837
CY
14492011-02-02 Chong Yidong <cyd@stupidchicken.com>
1450
1451 * modes.texi (Major Mode Conventions): Add face guidelines.
1452 (Faces for Font Lock): List faces in order of prominence.
1453
a4180391
PE
14542011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1455
1456 format-time-string now supports subsecond time stamp resolution
1457 * os.texi (Time Parsing): Document %N.
1458
7427eb97
CY
14592011-01-28 Chong Yidong <cyd@stupidchicken.com>
1460
61db307f
CY
1461 * vol1.texi (Top):
1462 * vol2.texi (Top):
1463 * elisp.texi (Top):
1464 * display.texi (Display Property): Shorten the menu description of
1465 the "Other Display Specs" node (Bug#7816).
1466
7427eb97
CY
1467 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1468 menu item" concept index entries (Bug#7805).
1469
bf3dae7e
EZ
14702011-01-29 Eli Zaretskii <eliz@gnu.org>
1471
1472 * makefile.w32-in (texinfodir): New variable.
1473 (usermanualdir): Remove as redundant with $(emacsdir).
1474 (MAKEINFO): Remove options, leave only program name.
1475 (MAKEINFO_OPTS): New variable.
1476 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1477
06d8ace5 14782011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1479 Richard Kim <emacs18@gmail.com>
1480
1481 * loading.texi (Library Search): Document list-load-path-shadows
1482 (Bug#7757).
1483
06d8ace5 14842011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1485
1486 * searching.texi (Regexp Special): Remove outdated discussion of
1487 character sets (Bug#7780).
1488
28a88153
CY
1489 * frames.texi (Pop-Up Menus): Document where menu title comes
1490 from (Bug#7684).
1491
06d8ace5 14922011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1493
1494 * display.texi (Making Buttons): Mention limitation of text buttons.
1495
a8e1e9ee
WL
14962011-01-23 Werner Lemberg <wl@gnu.org>
1497
1498 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1499 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1500 (ENVADD): New variable to control texi2dvi and texi2pdf.
1501
362b9d48
GM
15022011-01-15 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1505 Emacs manual.
1506
15072011-01-15 Eli Zaretskii <eliz@gnu.org>
1508
1509 * files.texi (Directory Names): Explain why FROM in
1510 directory-abbrev-alist should begin with \`. (Bug#7777)
1511
3fa173b4
SM
15122011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1515
7c420169 15162011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1517
1518 * modes.texi (Emulating Mode Line): Fix last change.
1519
7c420169 15202011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1521
1522 * modes.texi (Emulating Mode Line): Update documentation of
1523 format-mode-line according to changes that fixed bug #7587.
1524
80b33766
SM
15252010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * modes.texi (Derived Modes): Mention prog-mode.
1528
1529 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1530 of the key-binding-data cache since we don't use it any more.
1531
f49d1f52 15322010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1533
4bb49a92
EZ
1534 * processes.texi (Shell Arguments):
1535 * strings.texi (Creating Strings): Don't mention "shell commands";
1536 make it explicit that `split-string-and-unquote' and
1537 `combine-and-quote-strings' are mainly for working with arguments
1538 to call-process and start-process.
1539
3c73e30e
EZ
1540 * processes.texi (Shell Arguments): Fix documentation of
1541 `split-string-and-unquote'. Add indexing. (Bug#7563)
1542
f49d1f52 15432010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1544
1545 * modes.texi (Auto-Indentation): New section to document SMIE.
1546 (Major Mode Conventions):
1547 * text.texi (Mode-Specific Indent): Refer to it.
1548
f49d1f52 15492010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1550
1551 * display.texi (Other Display Specs): Document left-fringe and
1552 right-fringe display specs.
1553
f49d1f52 15542010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1555
1556 * backups.texi (Making Backups):
1557 * modes.texi (Example Major Modes): Use recommended coding style.
1558 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1559 define-derived-mode. Mention completion-at-point-functions.
1560
f49d1f52 15612010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1562
5dcb4c4e
SM
1563 * nonascii.texi (Converting Representations):
1564 Document byte-to-string.
e1115396 1565
ec1b9b17
GM
15662010-12-08 Glenn Morris <rgm@gnu.org>
1567
1568 * buffers.texi (Modification Time):
1569 verify-visited-file-modtime now defaults to the current buffer.
1570
07976ae3 15712010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1572
ec1b9b17 1573 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1574
1575 * strings.texi (Creating Strings): Don't mention semi-obsolete
1576 function char-to-string.
1577 (String Conversion): Shorten discussion of semi-obsolete function
1578 string-to-char. Link to Converting Representations.
1579
1580 * objects.texi (Symbol Type):
1581 * text.texi (Near Point):
1582 * help.texi (Help Functions):
1583 * functions.texi (Mapping Functions): Use string instead of
1584 char-to-string in examples.
1585
07976ae3 15862010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1587
1588 * text.texi (Kill Functions, Kill Functions)
1589 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1590 YANK-HANDLER args.
1591
1592 * symbols.texi (Creating Symbols): Using unintern without an
1593 obarray arg is now obsolete.
1594
1595 * numbers.texi (Float Basics): Document float-e and float-pi.
1596
1597 * variables.texi (Defining Variables): Change "pi" example to
1598 "float-pi".
1599
8547874a
EZ
16002010-11-26 Eli Zaretskii <eliz@gnu.org>
1601
1602 * commands.texi (Click Events): Document the values of X, Y and
1603 COL, ROW in the event's position, when the click is on the header
1604 or mode line, on the fringes, or in the margins.
1605
4a47c275 16062010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1607
5b05d75b
EZ
1608 * customize.texi (Composite Types): Lower-case index entry.
1609
5dcb4c4e
SM
1610 * loading.texi (How Programs Do Loading):
1611 Document load-file-name. (Bug#7346)
c7926fe2 1612
4a47c275 16132010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1614
1615 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1616
0eb025fb
EZ
16172010-11-13 Eli Zaretskii <eliz@gnu.org>
1618
1619 * display.texi (Usual Display): Characters with no fonts are not
1620 necessarily displayed as empty boxes.
1621
2699a554 16222010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1623
1624 * maps.texi (Standard Keymaps): Update File menu description.
1625
8289f37b
GM
16262010-10-28 Glenn Morris <rgm@gnu.org>
1627
1628 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1629
5793a7bc 16302010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1631
1632 * display.texi (Window Systems): Deprecate use of window-system as
1633 a predicate.
1634
17284e30
GM
16352010-10-23 Glenn Morris <rgm@gnu.org>
1636
1637 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1638 sorted-doc.
1639
00f113eb
JB
16402010-10-15 Eli Zaretskii <eliz@gnu.org>
1641
1642 * os.texi (Dynamic Libraries): New node, with slightly modified
1643 text deleted from "Image Formats".
1644 (System Interface): Add @menu entry for "Dynamic Libraries".
1645
1646 * display.texi (Image Formats): Remove description of
1647 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1648
07277eb8
GM
16492010-10-12 Glenn Morris <rgm@gnu.org>
1650
1651 * book-spine.texinfo: Rename to book-spine.texi.
1652
c12e4a81
GM
16532010-10-11 Glenn Morris <rgm@gnu.org>
1654
df187c62
GM
1655 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1656
c12e4a81 1657 * Makefile.in (DVIPS): New variable.
234db610
GM
1658 (.PHONY): Add html, ps.
1659 (html, elisp.html, ps, elisp.ps): New targets.
1660 (clean): Delete html, ps files.
1661 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1662
6513b232
EZ
16632010-10-09 Eli Zaretskii <eliz@gnu.org>
1664
1665 * makefile.w32-in (emacsdir): New variable.
1666 (srcs): Add emacsver.texi.
1667 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1668
abd40fb4
GM
16692010-10-09 Glenn Morris <rgm@gnu.org>
1670
c1dc72b3
GM
1671 * Makefile.in (VPATH): Remove.
1672 (infodir): Make it absolute.
1673 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1674
4393405b
GM
1675 * Makefile.in (dist): Anchor regexps.
1676
eef3ab94
GM
1677 * Makefile.in (srcs): Put elisp.texi first.
1678 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1679
aa9db089
GM
1680 * Makefile.in (infoclean): Remove harmless, long-standing error.
1681
abd40fb4
GM
1682 * Makefile.in ($(infodir)): Delete rule.
1683 (mkinfodir): New.
1684 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1685
68db69ed 1686 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1687 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1688
ea274122
GM
16892010-10-09 Glenn Morris <rgm@gnu.org>
1690
f7a31f11
GM
1691 * Makefile.in (emacsdir): New variable.
1692 (MAKEINFO): Add -I $emacsdir.
1693 (dist): Copy emacsver.texi.
b13254e7
GM
1694 (srcs): Add emacsver.texi.
1695
f7a31f11
GM
1696 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1697 Set EMACSVER by including emacsver.texi.
1698
ea274122
GM
1699 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1700
17ca7950
GM
17012010-10-07 Glenn Morris <rgm@gnu.org>
1702
1703 * Makefile.in (version): New, set by configure.
1704 (clean): Delete dist tar file.
1705 (dist): Use version in tar name.
1706
4c83f6e1
GM
17072010-10-06 Glenn Morris <rgm@gnu.org>
1708
1709 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1710 (INSTALL_INFO): Remove unused variable.
1711 (mostlyclean, infoclean, dist): New rules.
1712 (clean): Delete dvi and pdf files.
1713 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1714 ($(infodir)): Add parallel build workaround.
4c83f6e1 1715
0264072d
GM
17162010-10-04 Glenn Morris <rgm@gnu.org>
1717
1718 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1719 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1720 Fix -I typo.
0264072d
GM
1721 (clean): No 'make.out' or 'core' files.
1722 (.PHONY): Declare clean rules.
1723 (maintainer-clean): Delete pdf file. Guard against cd failures.
1724
77f38949
GM
17252010-10-03 Glenn Morris <rgm@gnu.org>
1726
1727 * files.texi (File Name Components): Remove ignored section about
1728 deleted variable directory-sep-char.
1729
178fdd41
MA
17302010-10-03 Michael Albinus <michael.albinus@gmx.de>
1731
1732 * files.texi (Magic File Names): New defopt
1733 remote-file-name-inhibit-cache.
1734
9c524fcb
GM
17352010-10-02 Glenn Morris <rgm@gnu.org>
1736
1737 * os.texi (Killing Emacs): Hook now runs in batch mode.
1738
f816790b
SM
17392010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 * text.texi (Special Properties): Clarify when modification-hooks run.
1742
7cf78aac
SM
17432010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * syntax.texi (Syntax Flags): Document new `c' flag.
1746
ca0d44e4
GM
17472010-09-09 Glenn Morris <rgm@gnu.org>
1748
1749 * display.texi (ImageMagick Images): General cleanup.
1750
10999305 17512010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1752
1753 * files.texi (Directory Names): Use \` rather than ^.
1754
45240125
JD
17552010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1756
1757 * text.texi (Low-Level Kill Ring):
1758 * frames.texi (Window System Selections): Remove cut buffer
1759 documentation.
1760
4abe5bf6
EZ
17612010-08-28 Eli Zaretskii <eliz@gnu.org>
1762
1763 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1764 Parameters", where the default fringe width is described.
1765
1766 * frames.texi (Window Frame Parameters, Basic Parameters)
1767 (Position Parameters, Layout Parameters, Management Parameters)
1768 (Cursor Parameters, Font and Color Parameters): Add indexing for
1769 frame parameters. (Bug#6929)
1770
fdc76236
TT
17712010-08-25 Tom Tromey <tromey@redhat.com>
1772
1773 * vol2.texi (Top): Update.
1774 * vol1.texi (Top): Update.
1775 * tips.texi (Library Headers): Mention Package-Version and
1776 Package-Requires.
1777 * package.texi: New file.
1778 * os.texi (System Interface): Update pointers.
1779 * elisp.texi (Top): Link to new nodes. Include package.texi.
1780 * anti.texi (Antinews): Update pointers.
1781
1e5c1c80
EZ
17822010-08-25 Eli Zaretskii <eliz@gnu.org>
1783
1784 * processes.texi (Filter Functions): Fix last change.
1785
78e33835
CY
17862010-08-24 Markus Triska <triska@gmx.at>
1787
1788 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1789 of `buffer-name' in the main text as well as in the example
1790 (Bug#3098).
1791
198a7a97
CY
17922010-08-22 Chong Yidong <cyd@stupidchicken.com>
1793
1794 * nonascii.texi (Text Representations):
1795 * loading.texi (Loading Non-ASCII):
1796 * compile.texi (Byte Compilation): Don't mention obsolete
1797 --unibyte command-line argument.
1798
bc7d7ea6
CY
17992010-08-22 Chong Yidong <cyd@stupidchicken.com>
1800
1801 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1802
b0126eac 18032010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1804
1805 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1806
e8a6cc19
EZ
18072010-08-20 Eli Zaretskii <eliz@gnu.org>
1808
1809 * commands.texi (Misc Events): Add cross-references to where
1810 POSITION of a mouse event is described in detail.
1811
c4e7c63a 18122010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1813
c4e7c63a 1814 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1815
7815fe19 18162010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1817
1818 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1819 Suggested by Štěpán Němec <stepnem@gmail.com>.
1820
7815fe19 18212010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1822
1823 * minibuf.texi (High-Level Completion): Document args of
1824 `read-buffer-function' (bug#5625).
1825
8b2dd508
JD
18262010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1827
1828 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1829
bace45fe
MA
18302010-07-29 Michael Albinus <michael.albinus@gmx.de>
1831
1832 * processes.texi (Process Information): Explain process property
1833 `remote-tty'.
1834
4ce5a4cc
JB
18352010-07-27 Juanma Barranquero <lekktu@gmail.com>
1836
1837 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1838 instead of "\C-\^?" (bug#6334).
1839
1c84bc7a
JB
1840 * text.texi (Special Properties): Fix typo.
1841
b88746ba
EZ
18422010-07-09 Eli Zaretskii <eliz@gnu.org>
1843
1844 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1845 calling sequences, which are now the standard.
1846
51422d6d
CY
18472010-06-24 Chong Yidong <cyd@stupidchicken.com>
1848
1849 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1850
1851 * commands.texi (Command Overview): Mention undo-boundary call.
1852
d24880de
GM
18532010-06-23 Glenn Morris <rgm@gnu.org>
1854
1855 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1856 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1857 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1858 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1859 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1860 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1861 Untabify Texinfo files.
1862
0fc76035
CY
18632010-06-20 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1866
5338dc0b
CY
18672010-06-19 Chong Yidong <cyd@stupidchicken.com>
1868
a628ad9d 1869 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1870
2c3a3c1d
CY
18712010-06-02 Chong Yidong <cyd@stupidchicken.com>
1872
ba3bf1d9
CY
1873 * searching.texi (Regexp Special): Remove obsolete information
1874 about matching non-ASCII characters, and suggest using char
1875 classes (Bug#6283).
2c3a3c1d 1876
7f4b4249
JB
18772010-05-30 Juanma Barranquero <lekktu@gmail.com>
1878
1879 * minibuf.texi (Basic Completion): Add missing "@end defun".
1880
637821cd
SM
18812010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * minibuf.texi (Basic Completion): Document completion-boundaries.
1884 (Programmed Completion): Document the new fourth method for boundaries.
1885
e13051c3
CY
18862010-05-22 Chong Yidong <cyd@stupidchicken.com>
1887
a628ad9d 1888 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1889
0235128c 18902010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1891
1892 * windows.texi (Textual Scrolling):
1893 * tips.texi (Coding Conventions):
1894 * minibuf.texi (Minibuffer History):
1895 * maps.texi (Standard Keymaps):
1896 * loading.texi (Where Defined):
1897 * edebug.texi (Instrumenting): Fix typos.
1898
0235128c 18992010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1900
c7c32279
CY
1901 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1902
0235128c
SM
1903 * functions.texi (Obsolete Functions):
1904 Document set-advertised-calling-convention.
eb5ed549
CY
1905
1906 * minibuf.texi (Basic Completion): Document completion-in-region.
1907 (Programmed Completion): Document completion-annotate-function.
1908
1909 * commands.texi (Reading One Event): Document read-key.
1910 (Distinguish Interactive): Document KIND arg to
1911 called-interactively-p. Delete obsolete interactive-p.
1912
1913 * elisp.texi (Top): Update node description.
1914
f8848423
EZ
19152010-05-08 Eli Zaretskii <eliz@gnu.org>
1916
0235128c
SM
1917 * nonascii.texi (Character Properties):
1918 Document unicode-category-table. Add an index entry for Unicode
1919 general category.
1920
19212010-05-07 Chong Yidong <cyd@stupidchicken.com>
1922
1923 * Version 23.2 released.
f8848423 1924
938efb77
JB
19252010-04-20 Juanma Barranquero <lekktu@gmail.com>
1926
1927 * locals.texi (Standard Buffer-Local Variables):
1928 Remove @ignore'd reference to `direction-reversed'.
1929
5854c267
JL
19302010-04-14 Juri Linkov <juri@jurta.org>
1931
1932 Fix @deffn without category.
1933
1934 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1935 for `abbrev-insert'.
1936
1937 * buffers.texi (Indirect Buffers): Add category `Command'
1938 to @deffn of `clone-indirect-buffer'.
1939
1940 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1941 for `next-window' and `previous-window'. Add category `Command'
1942 to @deffn of `pop-to-buffer'.
1943
8a14dec7
CY
19442010-04-01 Chong Yidong <cyd@stupidchicken.com>
1945
1946 * nonascii.texi (Text Representations): Don't mark
1947 enable-multibyte-characters as a user option.
1948
7a1831cf
EZ
19492010-03-31 Eli Zaretskii <eliz@gnu.org>
1950
1951 * control.texi (Handling Errors): How to re-throw a signal caught
1952 by condition-case.
1953
c3863713
CY
19542010-03-26 Chong Yidong <cyd@stupidchicken.com>
1955
1956 * loading.texi (Hooks for Loading): Document after-load-functions.
1957 Copyedits.
1958
c333f279
AM
19592010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1960
1961 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1962
e867cb5d 19632010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1964
1965 * processes.texi (Network Processes): Document seqpacket type.
1966
605f35cd
DN
19672010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1968
1969 * os.texi (System Environment): Do not mention lynxos.
1970
288f9fc0
CY
19712010-03-10 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * Branch for 23.2.
1974
eed5c93a
CY
19752010-03-06 Chong Yidong <cyd@stupidchicken.com>
1976
1977 * objects.texi (Integer Type): Take note of the read syntax
1978 exception for numbers that cannot fit in the integer type.
1979
1ddd6622
GM
19802010-03-03 Glenn Morris <rgm@gnu.org>
1981
1982 * numbers.texi (Integer Basics, Bitwise Operations):
1983 * objects.texi (Integer Type): Update for integers now being 30-bit.
1984
a908c79a
CY
19852010-02-27 Chong Yidong <cyd@stupidchicken.com>
1986
1987 * display.texi (Low-Level Font): Document :otf font-spec property.
1988
cd61af01
SM
19892010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * display.texi (Line Height): Avoid obsolete special default variables
1992 like default-major-mode.
1993
c02f8fe2
AM
19942010-01-28 Alan Mackenzie <acm@muc.de>
1995
1996 * display.texi (Auto Faces): Say fontification-functions is called
1997 whether or not Font Lock is enabled. Tidy up the wording a bit.
1998
d738d18b
CY
19992010-01-17 Chong Yidong <cyd@stupidchicken.com>
2000
2001 * elisp.texi: Remove duplicate edition information (Bug#5407).
2002
4963739e
JB
20032010-01-17 Juanma Barranquero <lekktu@gmail.com>
2004
2005 * two.el (volume-header-toc-markup): Fix typos in docstring.
2006
c57008f6
SM
20072010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2008
2009 Avoid dubious uses of save-excursions.
2010 * positions.texi (Excursions): Recommend the use of
2011 save-current-buffer if applicable.
2012 * text.texi (Clickable Text): Fix the example code which used
2013 save-excursion in a naive way which sometimes preserves point and
2014 sometimes not.
2015 * variables.texi (Creating Buffer-Local):
2016 * os.texi (Session Management):
2017 * display.texi (GIF Images):
2018 * control.texi (Cleanups): Use (save|with)-current-buffer.
2019
2f3725cd
EZ
20202010-01-02 Eli Zaretskii <eliz@gnu.org>
2021
2022 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2023
85eeac93
CY
20242010-01-02 Chong Yidong <cyd@stupidchicken.com>
2025
2026 * nonascii.texi (Text Representations, Character Codes)
2027 (Converting Representations, Explicit Encoding)
2028 (Translation of Characters): Use hex notation consistently.
2029 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2030
4801c5fa
CY
20312010-01-01 Chong Yidong <cyd@stupidchicken.com>
2032
2033 * loading.texi (Where Defined): Make it clearer that these are
2034 loaded files (Bug#5068).
2035
26e533e2
CY
20362009-12-29 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * minibuf.texi (Completion Styles): Document `initials' style.
2039
16d1ff5f
CY
20402009-12-25 Chong Yidong <cyd@stupidchicken.com>
2041
2042 * frames.texi (Resources): Describe inhibit-x-resources.
2043 (Size Parameters): Copyedit.
2044
2045 * hash.texi (Creating Hash):
2046 * objects.texi (Hash Table Type): Document the new hash table
2047 printed representation.
2048
2049 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2050 obsolete.
2051
5dcb4c4e
SM
2052 * processes.texi (Process Buffers):
2053 Document process-kill-buffer-query-function.
16d1ff5f 2054
9a5de3d9
GM
20552009-12-05 Glenn Morris <rgm@gnu.org>
2056
2057 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2058 diary-display-function, and no longer recommended to be a hook.
2059 Update for changes in the names of calendar and diary hooks.
2060 diary-print-entries-hook has changed section.
2061
b640eb52
EZ
20622009-11-28 Eli Zaretskii <eliz@gnu.org>
2063
2064 * text.texi (Special Properties): More accurate description of
2065 what the `cursor' property does.
2066
be1674ab
KR
20672009-11-26 Kevin Ryde <user42@zip.com.au>
2068
2069 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2070 mouse-wheel-down-event, the closest thing to a definition for them.
2071 * os.texi (Startup Summary): vindex inhibit-startup-message and
2072 inhibit-splash-screen.
2073 (Command-Line Arguments): vindex argv.
2074 (Suspending Emacs): vindex suspend-tty-functions and
2075 resume-tty-functions. Don't want to index every hook, but having
2076 the programming ones is helpful.
2077
603f5979
CY
20782009-11-14 Chong Yidong <cyd@stupidchicken.com>
2079
2080 * commands.texi (Motion Events): Fix typo (Bug#4907).
2081
4359a806
CY
20822009-11-08 Chong Yidong <cyd@stupidchicken.com>
2083
2084 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2085 are affected by case-fold-search (Bug#4483).
2086
0f063651
CY
20872009-11-02 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * minibuf.texi (Reading File Names): Note that read-file-name may
2090 use a graphical file dialog.
2091
9bd79893
GM
20922009-10-31 Glenn Morris <rgm@gnu.org>
2093
2094 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2095
ebe479ec
KR
20962009-10-16 Kevin Ryde <user42@zip.com.au>
2097
2098 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2099 in particular so `info-lookup-symbol' can find its docs.
2100
2640fa86
CY
21012009-10-16 Chong Yidong <cyd@stupidchicken.com>
2102
2103 * variables.texi (Constant Variables): Distinguish from defconst
2104 variables.
2105 (Defining Variables): Add cindex.
2106
edd6a733
CY
21072009-10-15 Chong Yidong <cyd@stupidchicken.com>
2108
2109 * os.texi (Time of Day): Clarify that the microsecond part is
2110 ignored (Bug#4637).
2111
5feb0b73
GM
21122009-10-11 Glenn Morris <rgm@gnu.org>
2113
2114 * frames.texi (Size and Position): Clarify what is included in the frame
2115 height. (Bug#4535)
2116
0c5413c8
GM
21172009-10-10 Glenn Morris <rgm@gnu.org>
2118
2119 * windows.texi (Size of Window): The relationship between window and
2120 frame heights is not so simple. (Bug#4535)
2121 Mention window-full-height-p.
2122
7f8b600a
SM
21232009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2126 used from Lisp.
2127
6185de1c
EZ
21282009-10-07 Eli Zaretskii <eliz@gnu.org>
2129
7f8b600a
SM
2130 * files.texi (Directory Names) <abbreviate-file-name>:
2131 Document that root home directories are not replaced with "~".
6185de1c 2132
9972911f
EZ
21332009-10-06 Eli Zaretskii <eliz@gnu.org>
2134
2135 * text.texi (Special Properties): Document the meaning of the
2136 `cursor' text property whose value is an integer.
2137
2a3f19ef
MA
21382009-10-05 Michael Albinus <michael.albinus@gmx.de>
2139
2140 * files.texi (Magic File Names): Add `copy-directory'.
2141
804543b5
EZ
21422009-10-05 Eli Zaretskii <eliz@gnu.org>
2143
2144 * files.texi (File Attributes): Fix description of file
2145 attributes. (Bug#4638) Update attributes of files.texi example to
2146 be more representative.
2147
461bf92b
MA
21482009-10-05 Michael Albinus <michael.albinus@gmx.de>
2149
2150 * files.texi (Create/Delete Dirs): New command copy-directory.
2151
a86cd395
JB
21522009-10-04 Juanma Barranquero <lekktu@gmail.com>
2153
2154 * anti.texi (Antinews):
2155 * macros.texi (Indenting Macros):
2156 * strings.texi (Creating Strings, Case Conversion):
2157 Remove duplicate words.
2158
d3080264
MA
21592009-10-01 Michael Albinus <michael.albinus@gmx.de>
2160
2161 * files.texi (Create/Delete Dirs): delete-directory has an
2162 optional parameter RECURSIVE.
2163
85d14563
SM
21642009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * buffers.texi (Swapping Text): Minor clarification.
2167
3d9842c6
GM
21682009-10-01 Glenn Morris <rgm@gnu.org>
2169
2170 * functions.texi (Declaring Functions): Mention that we also search for
2171 ".m" files in the src/ directory.
2172
78427304
CY
21732009-09-25 David Engster <deng@randomsample.de>
2174
3d9842c6 2175 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2176
b578c9cc
GM
21772009-09-22 Glenn Morris <rgm@gnu.org>
2178
2179 * internals.texi (Building Emacs): Mention preloaded-file-list.
2180
beee5da7
AM
21812009-09-14 Alan Mackenzie <acm@muc.de>
2182
2183 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2184
5d6ab672
CY
21852009-09-13 Chong Yidong <cyd@stupidchicken.com>
2186
2187 * functions.texi (Anonymous Functions): Rearrange discussion,
2188 giving usage of unquoted lambda forms first. Mention that
2189 `function' and `#'' are no longer required (Bug#4290).
2190
59375eeb
AM
21912009-09-11 Alan Mackenzie <acm@muc.de>
2192
a86cd395 2193 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2194 batch mode.
2195
e7e2f529
GM
21962009-09-01 Glenn Morris <rgm@gnu.org>
2197
2198 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2199
eae47088
GM
22002009-08-26 Ulrich Mueller <ulm@gentoo.org>
2201
2202 * nonascii.texi (Character Codes): Fix typos.
2203
3691a0a6
MA
22042009-08-25 Michael Albinus <michael.albinus@gmx.de>
2205
2206 * processes.texi (Synchronous Processes): New defvar
2207 process-file-side-effects.
2208
664d56b8
GM
22092009-08-25 Glenn Morris <rgm@gnu.org>
2210
2211 * display.texi (Fontsets): Fix typo.
2212
0706c025
GM
2213 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2214
03a74b84
SM
22152009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * processes.texi (Asynchronous Processes): Adjust arglist of
2218 start-process-shell-command and start-file-process-shell-command.
2219
f6de8a37
CY
22202009-08-15 Chong Yidong <cyd@stupidchicken.com>
2221
4b1ed1bb
CY
2222 * advice.texi (Argument Access in Advice): Note that argument
2223 positions are zero-based (Bug#3932).
2224
89a9e058
CY
2225 * commands.texi (Distinguish Interactive): Minor copyedit.
2226
23696fd7
CY
2227 * display.texi (Face Attributes): Add xref to Displaying Faces for
2228 explanation of "underlying face".
2229
f6de8a37
CY
2230 * customize.texi (Common Keywords): Add xref to Loading.
2231
2232 * loading.texi (How Programs Do Loading): Add xref to Lisp
2233 Libraries node in the Emacs manual.
2234
417f77e6
CY
22352009-08-13 Chong Yidong <cyd@stupidchicken.com>
2236
2237 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2238
0999039c
CY
22392009-07-18 Chong Yidong <cyd@stupidchicken.com>
2240
2241 * processes.texi (Shell Arguments): Copyedits.
2242
9af167bc
GM
22432009-07-18 Glenn Morris <rgm@gnu.org>
2244
2245 * loading.texi (Repeated Loading): Fix typo.
2246
137987ab
RS
22472009-07-16 Richard Stallman <rms@gnu.org>
2248
2249 * buffers.texi (Swapping Text): Recommend setting
2250 write-region-annotate-functions and buffer-saved-size.
2251
2252 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2253
622fa380
GM
22542009-07-15 Glenn Morris <rgm@gnu.org>
2255
2256 * edebug.texi: Minor re-phrasings throughout.
2257 (Edebug Execution Modes): Sit-for affects continue mode too.
2258 (Jumping): Use `forward-sexp' rather than its keybinding.
2259 (Edebug Misc): Fix Q binding.
2260 (Edebug Eval): Remove cl version.
2261 (Printing in Edebug): Clarify print-length etc.
2262 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2263 (Specification List): Remove edebug-unwrap findex entry.
2264 (Specification Examples): defmacro is actually not the same as defun.
2265 Escape "`" in example.
2266
6bbd4600
CY
22672009-07-15 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * markers.texi (The Mark): Document optional arg to
2270 deactivate-mark.
2271
e538d479
GM
22722009-07-11 Kevin Ryde <user42@zip.com.au>
2273
2274 * hooks.texi (Standard Hooks): Fix cross-references.
2275
4c98b9ed
GM
2276 * loading.texi (Named Features): Refer to eval-after-load.
2277
5300838c
GM
22782009-07-11 Glenn Morris <rgm@gnu.org>
2279
64fbeb16
GM
2280 * Makefile.in (TEXI2PDF): New.
2281 (elisp.pdf): New target.
2282
4c98b9ed
GM
2283 * searching.texi (Regexp Backslash): Fix typo.
2284
2285 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2286
51d9979c
GM
22872009-07-10 Glenn Morris <rgm@gnu.org>
2288
561c0216
GM
2289 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2290
5b594a58
GM
2291 * customize.texi (Customization Types):
2292 * display.texi (Abstract Display):
0cc8c85a 2293 * objects.texi (Character Type, String Type):
5b594a58 2294 Merge in some menu descriptions from elisp.texi.
51d9979c 2295
c3cbbb40
GM
2296 * hash.texi (Hash Tables):
2297 * modes.texi (Multiline Font Lock):
2298 End menu description with period.
fe42c16a 2299
28528402
GM
23002009-07-09 Glenn Morris <rgm@gnu.org>
2301
2302 * back.texi: Don't hard-code texinfo location.
2303
2304 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2305 (tex): Add texinfodir to TEXINPUTS.
2306 (elisp1med-init, elisp2med-init): Use texinfodir.
2307
2308 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2309 (clean): Add two-volume.make intermediate files.
2310
2311 * elisp.texi, vol1.texi, vol2.texi:
2312 Use a DATE variable with the publication date, and update it.
2313 Fix antinews menu description.
2314
2315 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2316 Update the detailed node listing to match elisp.texi.
2317
2318 * README: Update edition to match elisp.texi.
2319
2320 * objects.texi (General Escape Syntax):
2321 * nonascii.texi (Character Sets):
2322 Use consistent case for "Unicode Standard".
2323
2324 * anti.texi (Antinews):
2325 * customize.texi (Variable Definitions):
2326 * functions.texi (Declaring Functions):
2327 * nonascii.texi (Character Properties):
2328 * processes.texi (Serial Ports):
2329 * text.texi (Special Properties):
2330 * tips.texi (Coding Conventions):
2331 Minor rearrangements to improve TeX line-filling.
2332
2333 * commands.texi (Using Interactive): Fix cross-reference.
2334
17db8e10
JD
23352009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2336
2337 * frames.texi (Management Parameters): Mention sticky.
2338
77c7e2e1
AS
23392009-07-01 Andreas Schwab <aschwab@redhat.com>
2340
2341 * help.texi (Help Functions): Fix description of help-buffer and
2342 help-setup-xref to use @defun instead of @deffn.
2343
3f1c6666
JD
23442009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2345
2346 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2347
ca27c21b
CY
23482009-06-24 Chong Yidong <cyd@stupidchicken.com>
2349
2350 * display.texi (Window Systems): Add ns to the list.
2351
70243478
CY
23522009-06-21 Chong Yidong <cyd@stupidchicken.com>
2353
2354 * Branch for 23.1.
2355
df006536
MR
23562009-06-17 Martin Rudalics <rudalics@gmx.at>
2357
2358 * windows.texi (Dedicated Windows): Fix typo.
2359 (Resizing Windows): Replace @defun by @deffn.
2360
d259fc4b
GM
23612009-06-17 Glenn Morris <rgm@gnu.org>
2362
2363 * variables.texi (Directory Local Variables):
2364 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2365
30781db6
KH
23662009-06-09 Kenichi Handa <handa@m17n.org>
2367
2368 * nonascii.texi (Character Sets): State clearly that FROM and TO
2369 are codepoints of CHARSET.
2370
62e8099c
CY
23712009-06-07 Chong Yidong <cyd@stupidchicken.com>
2372
2373 * minibuf.texi (Reading File Names): Fix introductory text.
2374 Suggested by stan@derbycityprints.com.
2375 (High-Level Completion): Fix typo.
2376
ee1b1917
CY
23772009-05-28 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * frames.texi (Text Terminal Colors): Multi-tty is already
2380 implemented, but tty-local colors are not.
2381
5df647e8
CY
23822009-05-27 Chong Yidong <cyd@stupidchicken.com>
2383
2384 * hooks.texi (Standard Hooks): Remove mention of obsolete
2385 redisplay-end-trigger-functions.
2386
2387 * internals.texi (Window Internals): Remove mention of obsolete
2388 redisplay-end-trigger-functions.
2389
01f17ae2
MR
23902009-05-21 Martin Rudalics <rudalics@gmx.at>
2391
2392 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2393
2394 * backups.texi (Making Backups): backup-directory-alist and
2395 make-backup-file-name-function are options.
2396 (Auto-Saving): auto-save-list-file-prefix is an option.
2397
2398 * buffers.texi (Killing Buffers): buffer-offer-save is an
2399 option.
2400
2401 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2402 option.
2403 (Echo Area Customization): echo-keystrokes is an option.
2404 (Selective Display): selective-display-ellipses is an option.
2405 (Temporary Displays): temp-buffer-show-function is an option.
2406 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2407 are options.
2408 (Font Selection): face-font-family-alternatives,
2409 face-font-selection-order, face-font-registry-alternatives, and
2410 scalable-fonts-allowed are options.
2411 (Fringe Indicators): indicate-buffer-boundaries is an option.
2412 (Fringe Cursors): overflow-newline-into-fringe is an option.
2413 (Scroll Bars): scroll-bar-mode is an option.
2414
2415 * eval.texi (Eval): max-lisp-eval-depth is an option.
2416
2417 * files.texi (Visiting Functions): find-file-hook is an option.
2418 (Directory Names): directory-abbrev-alist is an option.
2419 (Unique File Names): temporary-file-directory and
2420 small-temporary-file-directory are options.
2421
2422 * frames.texi (Initial Parameters): initial-frame-alist,
2423 minibuffer-frame-alist and default-frame-alist are options.
2424 (Cursor Parameters): blink-cursor-alist and
2425 cursor-in-non-selected-windows ar options.
2426 (Window System Selections): selection-coding-system is an
2427 option.
2428 (Display Feature Testing): display-mm-dimensions-alist is an
2429 option.
2430
2431 * help.texi (Help Functions): help-char and help-event-list are
2432 options.
2433
2434 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2435 an option.
2436
2437 * minibuf.texi (Minibuffer History): history-length and
2438 history-delete-duplicates are options.
2439 (High-Level Completion): read-buffer-function and
2440 read-buffer-completion-ignore-case are options.
2441 (Reading File Names): read-file-name-completion-ignore-case is
2442 an option.
2443
2444 * modes.texi (Mode Line Top): mode-line-format is an option.
2445 (Mode Line Variables): mode-line-position and mode-line-modes
2446 are options.
2447
2448 * nonascii.texi (Text Representations):
2449 enable-multibyte-characters is an option.
2450 (Default Coding Systems): auto-coding-regexp-alist,
2451 file-coding-system-alist, auto-coding-alist and
2452 auto-coding-functions are options.
2453 (Specifying Coding Systems): inhibit-eol-conversion is an
2454 option.
2455
2456 * os.texi (Init File): site-run-file is an option.
2457 (System Environment): mail-host-address is an option.
2458 (User Identification): user-mail-address is an option.
2459 (Terminal Output): baud-rate is an option.
2460
2461 * positions.texi (Word Motion): words-include-escapes is an
2462 option.
2463
2464 * searching.texi (Standard Regexps): page-delimiter,
2465 paragraph-separate, paragraph-separate and sentence-end are
2466 options.
2467
2468 * text.texi (Margins): left-margin and fill-nobreak-predicate
2469 are options.
2470
2471 * variables.texi (Local Variables): max-specpdl-size is an
2472 option.
2473
2474 * windows.texi (Choosing Window):
2475 split-window-preferred-function, special-display-function and
2476 display-buffer-function are options.
2477
106e6894
CY
24782009-05-20 Chong Yidong <cyd@stupidchicken.com>
2479
4a83454d
CY
2480 Fix errors spotted by Martin Rudalics.
2481
106e6894
CY
2482 * syntax.texi (Position Parse): Document rationale for ignored
2483 arguments to syntax-ppss-flush-cache.
2484
2485 * processes.texi (Input to Processes): Mark PROCESS arg to
2486 process-running-child-p as optional.
2487 (Network Options): Document NO-ERROR arg to
2488 set-network-process-option.
2489
2490 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2491 command.
2492
2493 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2494 posix-search-backward as commands.
2495
2496 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2497 (Suspending Emacs): Mark suspend-emacs as a command.
2498 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2499 commands.
5dcb4c4e
SM
2500 (Terminal Output): Remove obsolete function baud-rate.
2501 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2502
2503 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2504 terminal-coding-system and set-terminal-coding-system.
2505 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2506 as optional.
2507 (Character Sets): Document RESTRICTION arg of char-charset.
2508 (Character Codes): Mark POS argument to get-byte as optional.
2509
2510 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2511 minibuffer-message.
2512
2513 * files.texi (Create/Delete Dirs): Mark make-directory and
2514 delete-directory as commands.
2515
2516 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2517
2518 * text.texi (Base 64): Mark base64-decode-string and
2519 base64-encode-string as commands.
2520 (Columns): Mark move-to-column as a command.
2521 (Mode-Specific Indent): Document RIGID arg to
2522 indent-for-tab-command.
2523 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2524 Mark indent-code-rigidly as a command.
2525 (Substitution): Mark translate-region as a command.
2526
2527 * frames.texi (Size and Position): Remove obsolete functions
2528 screen-height and screen-width.
2529
04173931
CY
25302009-05-19 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2533 (Displaying Buffers, Resizing Windows): Correct mistakes;
2534 next-window, previous-window, and pop-to-buffer are not commands,
2535 and fit-window-to-buffer" is a command. (Pointed out by Martin
2536 Rudalics.)
2537
eae7d8f8
RS
25382009-05-17 Richard M Stallman <rms@gnu.org>
2539
2540 * modes.texi (Precalculated Fontification): Clarify text.
2541
b8766179
MR
25422009-05-17 Martin Rudalics <rudalics@gmx.at>
2543
2544 * windows.texi (Selecting Windows): Clarify descriptions of
2545 with-selected-window and get-lru-window.
2546 (Cyclic Window Ordering): Refer to particular frame when talking
2547 about how splitting affects the ordering.
2548 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2549 switch-to-buffer-other-window. Explain how setting of
2550 display-buffer-reuse-frames affects pop-to-buffer.
2551 (Choosing Window): Clarify some details in descriptions of
2552 display-buffer-reuse-frames, pop-up-frames, and
2553 pop-up-frame-function.
2554 (Dedicated Windows): Clarify some details.
2555 (Textual Scrolling): Replace term vscroll by term vertical
2556 scroll position.
2557 (Vertical Scrolling): Fix typo.
2558 (Window Hooks): Relate text on jit-lock-register to window
2559 scrolling and size changes.
2560
734b5e3b
CY
25612009-05-14 Chong Yidong <cyd@stupidchicken.com>
2562
0a65633e
CY
2563 * frames.texi (Initial Parameters): Clarify what the initial
2564 minibuffer frame is.
05be46d7
CY
2565 (Buffer Parameters): Note that the minibuffer parameter can not be
2566 altered.
0a65633e 2567
734b5e3b
CY
2568 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2569 Document display-buffer changes.
2570
925672cd
CY
25712009-05-13 Chong Yidong <cyd@stupidchicken.com>
2572
17ecd7af
CY
2573 * anti.texi (Antinews): Rewrite for Emacs 22.
2574
925672cd
CY
2575 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2576 obarrays are first mentioned. Define "system abbrev" more
2577 prominently, and add it to the index.
2578 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2579 Copyedits.
2580 (Abbrev Expansion): Document abbrev-insert.
2581
80be4dd7
CY
25822009-05-12 Chong Yidong <cyd@stupidchicken.com>
2583
2584 * frames.texi (Font and Color Parameters): Rename from Color
2585 Parameters. Document font-backend parameter.
2586
2587 * vol2.texi (Top): Update node listing.
2588 * vol1.texi (Top): Update node listing.
2589 * elisp.texi (Top): Update node listing.
2590
372a93ac
MR
25912009-05-11 Martin Rudalics <rudalics@gmx.at>
2592
2593 * windows.texi (Choosing Window): Don't explicitly refer to
2594 split-window-sensibly's window argument in descriptions of
2595 split-height-threshold and split-width-threshold.
2596
714c3541
MR
25972009-05-10 Martin Rudalics <rudalics@gmx.at>
2598
2599 * windows.texi (Choosing Window): Fix rewrite of window
2600 splitting section.
2601
0e90e7be
EZ
26022009-05-09 Eli Zaretskii <eliz@gnu.org>
2603
f4e90db0
SM
2604 * nonascii.texi (Default Coding Systems):
2605 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2606 Add indexing.
0e90e7be
EZ
2607 (Lisp and Coding Systems): Add index entries.
2608
d3c0c321
MR
26092009-05-09 Martin Rudalics <rudalics@gmx.at>
2610
2611 * windows.texi (Choosing Window): Describe split-window-sensibly
2612 and rewrite section on window splitting accordingly.
2613 (Textual Scrolling): Replace `...' by @code{...}.
2614
c773345a
CY
26152009-05-04 Chong Yidong <cyd@stupidchicken.com>
2616
ee2d5b5e
CY
2617 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2618 Remove obsoleted pre-abbrev-expand-hook.
2619
2620 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2621 entries.
2622
c773345a
CY
2623 * internals.texi (Object Internals): Don't assume 32-bit machines
2624 are the norm.
2625 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2626 (Window Internals): Synch field names to window.h.
2627 (Process Internals): Synch field names to process.h.
c773345a 2628
dd449674
CY
26292009-04-29 Chong Yidong <cyd@stupidchicken.com>
2630
2631 * variables.texi (File Local Variables): Note that read-circle is
2632 bound to nil when reading file-local variables.
2633
2634 * streams.texi (Input Functions): Document read-circle.
2635 (Output Variables): Add xref to Circular Objects.
2636
4f1e25e2
CY
26372009-04-25 Chong Yidong <cyd@stupidchicken.com>
2638
2639 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2640 Features and Coding System Basics. Node that "p" stands for
2641 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2642 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2643 mouse-appearance-menu.
2644 (Programming Tips): Add xref to Progress.
2645
dca019f8
CY
26462009-04-22 Chong Yidong <cyd@stupidchicken.com>
2647
5dcb4c4e
SM
2648 * os.texi (Command-Line Arguments):
2649 Document command-line-args-left.
dca019f8
CY
2650 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2651 terminal objects for tty arguments.
2652 (Startup Summary): Add xref to Session Management.
2653 (Session Management): Mention emacs-session-restore. Copyedits.
2654
02a89103
CY
26552009-04-20 Chong Yidong <cyd@stupidchicken.com>
2656
2657 * os.texi (Startup Summary): Copyedits. The init file is not
2658 necessarily named .emacs now. Document initial-buffer-choice and
2659 initial-scratch-message. Note where Emacs exits in batch mode.
2660 Document inhibit-splash-screen as an alias.
2661 (Init File): Be neutral about which init file name to use.
2662
26632009-04-16 Chong Yidong <cyd@stupidchicken.com>
2664
2665 * os.texi (System Interface): Fix Texinfo usage.
2666
0c1cfe01
CY
26672009-04-15 Chong Yidong <cyd@stupidchicken.com>
2668
80d7cdca
CY
2669 * searching.texi (Regexp Backslash): Also refer to shy groups as
2670 non-capturing or unnumbered groups.
2671 (Regexp Functions): Add cross-reference to Regexp Backslash.
2672
0c1cfe01
CY
2673 * display.texi (Truncation): Overlays can use line-prefix and
2674 wrap-prefix too.
2675 (Overlay Properties): Document wrap-prefix and line-prefix.
2676 (Face Attributes): Document underline-minimum-offset.
2677 (Face Remapping): Copyedits.
2678 (Low-Level Font): Copyedits.
2679 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2680 (Line Height): Emphasize that line-spacing only takes effect on
2681 graphical terminals.
0c1cfe01 2682
c4adeee0
CY
26832009-04-13 Chong Yidong <cyd@stupidchicken.com>
2684
2685 * display.texi (Refresh Screen): Note that a passage about screen
2686 refreshing is text terminal only.
2687 (Forcing Redisplay): Delete misleading comment---sit-for calls
2688 redisplay, not the other way around.
2689 (Truncation): Note new values of truncate-partial-width-windows.
2690 Copyedits.
2691 (Invisible Text): Document invisible-p.
2692
b20ecfa1
EZ
26932009-04-11 Eli Zaretskii <eliz@gnu.org>
2694
2695 * display.texi (Overlays): Overlays don't scale well. See
2696 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2697
97d8273f
CY
26982009-04-10 Chong Yidong <cyd@stupidchicken.com>
2699
f147ff75
CY
2700 * syntax.texi (Syntax Table Functions): Document cons cell
2701 argument for modify-syntax-entry.
2702 (Categories): Document cons cell argument for
2703 modify-category-entry.
2704
fca4ec76
CY
2705 * searching.texi (String Search): Document word-search-forward-lax
2706 and word-search-backward-lax.
2707 (Searching and Case): Describe isearch behavior more precisely.
2708
9c283d5b
CY
2709 * keymaps.texi (Tool Bar): Mention that some platforms do not
2710 support multi-line toolbars. Suggested by Stephen Eglen.
2711
2712 * frames.texi (Layout Parameters): Mention that Nextstep also
2713 allows only one tool-bar line. Suggested by Stephen Eglen.
2714
97d8273f
CY
2715 * nonascii.texi (Text Representations): Copyedits.
2716 (Coding System Basics): Also mention utf-8-emacs.
2717 (Converting Representations, Selecting a Representation)
2718 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2719 Copyedits.
2720 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2721
2bad3299
CY
27222009-04-09 Chong Yidong <cyd@stupidchicken.com>
2723
2724 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2725 (Filling): Clarify REGION argument of fill-paragraph.
2726 Document fill-forward-paragraph-function.
2bad3299
CY
2727 (Special Properties): Remove "new in Emacs 22" declaration.
2728 (Clickable Text): Merge with Links and Mouse-1 node.
2729
5dcb4c4e
SM
2730 * display.texi (Button Properties, Button Buffer Commands):
2731 Change xref to Clickable Text.
2bad3299
CY
2732
2733 * tips.texi (Key Binding Conventions): Change xref to Clickable
2734 Text.
2735
2736 * elisp.texi (Top): Update node listing.
2737
ea30ce4f
CY
27382009-04-05 Chong Yidong <cyd@stupidchicken.com>
2739
47af2f4b
CY
2740 * markers.texi (The Mark): Copyedits. Improve description of
2741 handle-shift-selection.
2742 (The Region): Move use-region-p here from The Mark.
2743
ea30ce4f
CY
2744 * positions.texi (Screen Lines): Document (cols . lines) argument
2745 for vertical-motion.
2746
2aa8ea6e
CY
27472009-04-04 Chong Yidong <cyd@stupidchicken.com>
2748
3ec61d4e
CY
2749 * frames.texi (Frames): Clean up introduction. Document `ns'
2750 return value for framep.
2751 (Creating Frames): Note how the terminal is chosen.
2752 (Multiple Terminals, Multiple Displays): Merge into a single node.
2753 (Color Parameters): Fix typo.
2754
2755 * variables.texi (Local Variables, Buffer-Local Variables)
2756 (Creating Buffer-Local): Change link to Multiple Terminals.
2757
2758 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2759
2760 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2761 Terminals.
2762
2763 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2764 to Multiple Terminals.
2765
2766 * elisp.texi (Top): Update node listing.
2767 * vol2.texi (Top): Update node listing.
2768 * vol1.texi (Top): Update node listing.
2769
9257072f
CY
2770 * buffers.texi (Current Buffer): Note that the append-to-buffer
2771 example is no longer in synch with the latest code. Tie the two
2772 examples together.
2773
2aa8ea6e
CY
2774 * files.texi (File Attributes): Move note about MS-DOS from
2775 Changing Files to File Attributes.
2776 (Create/Delete Dirs): Note that mkdir is an alias for this.
2777
22e74b17
CY
27782009-04-01 Markus Triska <triska@gmx.at>
2779
2780 * processes.texi (Filter Functions): Suggest how to handle output
2781 batches.
2782
4bbe48ec
CY
27832009-03-30 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * help.texi (Accessing Documentation): Update example to use
2786 help-setup-xref and with-help-window.
2787 (Help Functions): Remove print-help-return-message, which is
2788 semi-obsolete due to with-help-window. Document help-buffer and
2789 help-setup-xref.
2790
b9723f39
CY
27912009-03-29 Chong Yidong <cyd@stupidchicken.com>
2792
5dcb4c4e
SM
2793 * help.texi (Accessing Documentation, Help Functions):
2794 Remove information about long-obsolete Emacs versions.
9eb52e90 2795
b9723f39
CY
2796 * modes.texi (Mode Line Variables): The default values of the mode
2797 line variables are now more complicated.
2798
b0cc32db
CY
27992009-03-28 Chong Yidong <cyd@stupidchicken.com>
2800
3c25a5a9
CY
2801 * modes.texi (Major Mode Conventions): Note that specialness is
2802 inherited.
31c9eebb
CY
2803 (Derived Modes): Note that define-derive-mode sets the mode-class
2804 property.
3c25a5a9 2805
b0cc32db
CY
2806 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2807 goto-map. Add search-map to the list.
2808
c5e0006d
EZ
28092009-03-27 Eli Zaretskii <eliz@gnu.org>
2810
1213465a
EZ
2811 * os.texi (System Environment): Update the list of system-type
2812 values.
2813
c5e0006d
EZ
2814 * markers.texi (The Mark) <handle-shift-selection>: Update for
2815 removal of the optional argument DEACTIVATE.
2816
48bab3d6
CY
28172009-03-25 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * commands.texi (Focus Events): Most X window managers don't use
2820 focus-follows-mouse nowadays.
2821
6e4ff1b6
CY
28222009-03-24 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * commands.texi (Defining Commands): Clarify introduction.
2825 (Using Interactive): Not that interactive can be put in a symbol
2826 property.
2827 (Interactive Call): Note that a symbol with a non-nil
2828 interactive-form property satisfies commandp.
2829
11625308
JB
28302009-03-23 Juanma Barranquero <lekktu@gmail.com>
2831
2832 * minibuf.texi (Intro to Minibuffers): Fix typos.
2833
7b34420d
CY
28342009-03-23 Chong Yidong <cyd@stupidchicken.com>
2835
2836 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2837 about minibuffers in old Emacs versions. Copyedits.
2838 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2839 (Text from Minibuffer): Simplify introduction.
2840
f9257eed
AM
28412009-03-22 Alan Mackenzie <acm@muc.de>
2842
2843 * commands.texi (Using Interactive): Clarify string argument to
2844 `interactive' - even promptless elements need \n separators.
2845
f639ba70
CY
28462009-03-18 Chong Yidong <cyd@stupidchicken.com>
2847
2848 * minibuf.texi (Completion Styles): New node.
2849
2850 * elisp.texi (Top): Update node listing.
2851
d897e8ee
CY
28522009-03-17 Chong Yidong <cyd@stupidchicken.com>
2853
2854 * minibuf.texi (Basic Completion): Note that
2855 read-file-name-completion-ignore-case and
2856 read-buffer-completion-ignore-case can override
2857 completion-ignore-case.
2858 (Minibuffer Completion): Document completing-read changes.
2859 (Completion Commands): Avoid mentioning partial completion mode.
2860 Document minibuffer-completion-confirm changes, and
2861 minibuffer-confirm-exit-commands.
2862 (High-Level Completion): Document new require-match behavior for
2863 read-buffer. Document read-buffer-completion-ignore-case.
2864 (Reading File Names): Document new require-match behavior for
2865 read-file-name.
2866
b1f23349
CY
28672009-03-14 Chong Yidong <cyd@stupidchicken.com>
2868
2869 * debugging.texi (Error Debugging): Don't mislead the reader into
2870 thinking that debug-on-error enters debugger for C-f at EOB.
2871 (Error Debugging): Setting debug-on-init within the init file
2872 works, and has for some time.
2873
d6eb4e25
KH
28742009-03-13 Kenichi Handa <handa@m17n.org>
2875
2876 * display.texi (Fontsets): Update the description.
2877
1cf53dc5
CY
28782009-03-13 Chong Yidong <cyd@stupidchicken.com>
2879
2880 * advice.texi (Advising Primitives): Link to What Is a Function.
2881
81f919fc
CY
28822009-03-12 Chong Yidong <cyd@stupidchicken.com>
2883
cf4229eb
CY
2884 * compile.texi (Speed of Byte-Code): Update example.
2885 (Disassembly): Update examples.
2886
81f919fc 2887 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2888
2889 * customize.texi (Common Keywords): It's not necessary to use :tag
2890 to remove hyphens, as custom-unlispify-tag-name does it
2891 automatically.
5dcb4c4e
SM
2892 (Variable Definitions): Link to File Local Variables.
2893 Document customized-value symbol property.
f2bbc08c
CY
2894 (Customization Types): Move menu to end of node.
2895
955964d7
CY
28962009-03-10 Chong Yidong <cyd@stupidchicken.com>
2897
2898 * macros.texi (Compiling Macros): Omit misleading sentence, which
2899 implied that macros can only be used in the same file they are
2900 defined.
2901 (Backquote): Remove obsolete information about Emacs 19.
2902
d25ed7db
GM
29032009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2904
2905 * display.texi (Display Margins): Fix paren typo.
2906
d55f6ca5
CY
29072009-02-27 Chong Yidong <cyd@stupidchicken.com>
2908
f0e57ed8
CY
2909 * elisp.texi (Top): Update node listing.
2910
2911 * variables.texi (Variables): Clarify introduction.
2912 (Global Variables): Mention that setq is a special form.
2913 (Local Variables): Use active voice.
2914 (Tips for Defining): Mention marking variables as safe.
2915 (Buffer-Local Variables): Mention terminal-local and frame-local
2916 variables together.
2917 (File Local Variables): Copyedits.
2918 (Frame-Local Variables): Note that they are not really useful.
2919 (Future Local Variables): Node deleted.
2920
d55f6ca5 2921 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2922 Unicode escape syntax.
d55f6ca5 2923
ca8f09a8
CY
29242009-02-23 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * control.texi (Control Structures): Add cindex entry for "textual
2927 order".
2928
2929 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2930 instead of "expression" throughout.
2931 (Function Indirection): Copyedits. Use active voice.
2932 (Eval): The default value of max-lisp-eval-depth is now 400.
2933
a20878b6
MB
29342009-02-23 Miles Bader <miles@gnu.org>
2935
2936 * processes.texi (System Processes): Rename `system-process-attributes'
2937 to `process-attributes'.
2938
61f66044
CY
29392009-02-22 Chong Yidong <cyd@stupidchicken.com>
2940
1b80d1f3
CY
2941 * symbols.texi (Property Lists): Emphasize that property lists are
2942 not restricted to symbol cells.
2943 (Other Plists): Copyedit.
2944
61f66044
CY
2945 * sequences.texi (Sequences Arrays Vectors): Make introduction
2946 more concise.
2947 (Arrays): Mention char-tables and bool-vectors too.
2948 (Vectors): Don't repeat information given in Arrays node. Link to
2949 nodes that explain the vector usage examples.
2950 (Char-Tables): Note that char-table elements can have arbitrary
2951 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2952 Link to Property Lists node.
61f66044 2953
9403944b
CY
29542009-02-22 Chong Yidong <cyd@stupidchicken.com>
2955
2956 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2957 `append'.
4068c7b4 2958 (List Elements): Copyedits.
9403944b
CY
2959
2960 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2961 of `vconcat'.
2962
2963 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2964 Emacs 20 usage of `concat'.
2965 (Case Conversion): Copyedits.
2966
b87a185f
CY
29672009-02-21 Chong Yidong <cyd@stupidchicken.com>
2968
2969 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2970 Minor edits.
2971 (Frame Configuration Type): Emphasize that it is not primitive.
2972 (Font Type): New node.
2973 (Type Predicates): Add fontp; type-of now recognizes font object
2974 types.
2975
2976 * intro.texi (Version Info): Update version numbers in examples.
2977 (Acknowledgements): List more contributors.
2978
2979 * elisp.texi: Bump version number to 3.0.
2980 (Top): Link to Font Type node.
2981
867d4bb3
JB
29822009-02-20 Juanma Barranquero <lekktu@gmail.com>
2983
2984 * modes.texi (Major Mode Conventions): Remove duplicate words.
2985 (Customizing Keywords): Fix typo.
2986
77730170
EZ
29872009-02-14 Eli Zaretskii <eliz@gnu.org>
2988
2989 * nonascii.texi (User-Chosen Coding Systems): Document that
2990 select-safe-coding-system suggests raw-text if there are raw bytes
2991 in the region.
2992 (Explicit Encoding): Warn not to use `undecided' when encoding.
2993
c8736212
GM
29942009-02-11 Glenn Morris <rgm@gnu.org>
2995
2996 * frames.texi (Visibility of Frames): Mention the effect multiple
2997 workspaces/desktops can have on visibility.
2998
ab992d66
EZ
29992009-02-07 Eli Zaretskii <eliz@gnu.org>
3000
c8736212
GM
3001 * text.texi (Commands for Insertion):
3002 * commands.texi (Event Mod):
3003 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3004 * nonascii.texi (Translation of Characters):
3005 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3006 (Explicit Encoding): Document the `charset' text property produced
3007 by decode-coding-region and decode-coding-string.
ab992d66 3008
e651a255
AM
30092009-01-27 Alan Mackenzie <acm@muc.de>
3010
3011 * modes.texi (Search-based Fontification): Correct a typo.
3012
bc5cde4b
JB
30132009-01-25 Juanma Barranquero <lekktu@gmail.com>
3014
3015 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3016 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3017
3533155b
EZ
30182009-01-24 Eli Zaretskii <eliz@gnu.org>
3019
f721deda
EZ
3020 * display.texi (Window Systems): Document the value of
3021 `initial-window-system' under --daemon.
3022
3533155b
EZ
3023 * os.texi (System Environment): Remove description of the
3024 `environment' function which has been deleted.
3025
f79b43b2
DN
30262009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3027
3028 * frames.texi (Multiple Displays): Remove documentation for
3029 removed function make-frame-on-tty.
3030
e3aa6669
CY
30312009-01-22 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3034 write-region-annotate-functions.
3035 Document write-region-post-annotation-function.
e3aa6669 3036
fb13a416
CY
30372009-01-19 Chong Yidong <cyd@stupidchicken.com>
3038
3039 * display.texi (Font Lookup): Document WIDTH argument of
3040 x-list-fonts.
3041
02eccf6b
EZ
30422009-01-17 Eli Zaretskii <eliz@gnu.org>
3043
ead3f58d
EZ
3044 * maps.texi (Standard Keymaps): Rename function-key-map to
3045 local-function-key-map.
3046
3047 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3048 local-function-key-map.
3049
3050 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3051 and `set-keyboard-coding-system' now accept an optional terminal
3052 argument.
3053
3054 * commands.texi (Event Mod): `keyboard-translate-table' is now
3055 terminal-local.
3056 (Function Keys): Rename function-key-map to
3057 local-function-key-map.
3058
df05a163
EZ
3059 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3060 frames.texi.
3061
0ed8034e 3062 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3063 `delete-terminal-functions', `suspend-tty-functions' and
3064 `resume-tty-functions'.
0ed8034e
EZ
3065
3066 * frames.texi (Frames): Document `frame-terminal' and
3067 `terminal-live-p'.
3068 (Multiple Displays): Document `make-frame-on-tty'.
3069 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3070 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3071 (Terminal Parameters): Document `terminal-parameters',
3072 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3073
3074 * os.texi (System Environment): Document `environment' and
3075 `initial-environment'.
490f1197
EZ
3076 (Suspending Emacs): Update for multi-tty; document
3077 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3078
02eccf6b
EZ
3079 * nonascii.texi (Coding System Basics): More accurate description
3080 of `raw-text'.
3081
f19fea97
JB
30822009-01-12 Juanma Barranquero <lekktu@gmail.com>
3083
3084 * display.texi (Low-Level Font): Fix typo.
3085
16fa292f
CY
30862009-01-10 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * elisp.texi (Top): Update node listing.
3089
3090 * display.texi (PostScript Images): Node deleted.
3091
0b4faef3
EZ
30922009-01-10 Eli Zaretskii <eliz@gnu.org>
3093
3355f04d
EZ
3094 * processes.texi (Decoding Output): Document that null bytes force
3095 no-conversion for reading process output.
3096
3097 * files.texi (Reading from Files): Document that null bytes force
3098 no-conversion when visiting files.
3099
11625308 3100 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3101
5dcb4c4e
SM
3102 * nonascii.texi (Lisp and Coding Systems):
3103 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3104 (Character Properties): Improve wording.
0b4faef3 3105
ce9cf065
CY
31062009-01-09 Chong Yidong <cyd@stupidchicken.com>
3107
3108 * display.texi (Font Lookup): Remove obsolete function
3109 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3110 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3111 (Font Selection): Reorder order of variable descriptions.
3112 Minor clarifications.
ce9cf065
CY
3113
3114 * elisp.texi (Top): Update node listing.
3115
ab756fb3
GM
31162009-01-09 Glenn Morris <rgm@gnu.org>
3117
3118 * commands.texi (Command Loop Info): Say that last-command-char and
3119 last-input-char are obsolete aliases.
3120
3121 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3122 last-input-char and last-command-char, since they are just aliases for
3123 last-input-event and last-command-event.
3124
3125 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3126 last-command-char.
3127
6b2b8ab1
CY
31282009-01-08 Chong Yidong <cyd@stupidchicken.com>
3129
3130 * elisp.texi: Update node listing.
3131
3132 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3133 (Face Attributes): Don't link to Font Lookup.
3134 Document font-family-list.
6b2b8ab1
CY
3135 (Fonts): New node.
3136
3568e767
JR
31372009-01-08 Jason Rumney <jasonr@gnu.org>
3138
3139 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3140 changing the standard pointer shapes. (Bug#1485)
3568e767 3141
6221c8db
CY
31422009-01-08 Chong Yidong <cyd@stupidchicken.com>
3143
3144 * display.texi (Attribute Functions): Note that a function value
3145 :height is relative, and that compatibility functions work by
3146 calling set-face-attribute.
3147 (Displaying Faces): Reorder list in order of increasing priority.
3148 (Face Remapping): New node. Content moved here from Displaying
3149 Faces.
3150 (Glyphs): Link to Face Functions.
3151
e3d3799a
CY
31522009-01-08 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * display.texi (Faces): Don't discuss face id here. facep does
3155 not return t.
3156 (Defining Faces): Minor clarification.
3157 (Face Attributes): Rearrange items to match docstring of
3158 set-face-attribute. Add :foundry attribute. Document new role of
3159 :font attribute. Texinfo usage fix.
3160 (Attribute Functions): Copyedits.
3161 (Face Functions): Note that face number is seldom used.
3162
638a2457
RS
31632009-01-05 Richard M Stallman <rms@gnu.org>
3164
3165 * strings.texi (Predicates for Strings): Minor clarification.
3166
3167 * functions.texi (Function Safety): Texinfo usage fix.
3168
49ea0074
JB
31692009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3170
3171 * objects.texi (General Escape Syntax): Fix typo.
3172
9f822178
MR
31732009-01-03 Martin Rudalics <rudalics@gmx.at>
3174
3175 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3176 works via the default value of pop-up-frame-function.
3177
af34ad36
EZ
31782009-01-02 Eli Zaretskii <eliz@gnu.org>
3179
3180 * processes.texi (System Processes): Document the `time' and
3181 `ctime' attributes of `system-process-attributes'.
3182
d31f6679
CY
31832009-01-01 Chong Yidong <cyd@stupidchicken.com>
3184
3185 * display.texi (Face Attributes): Clarify :height attribute.
3186
174dc00c
MR
31872008-12-31 Martin Rudalics <rudalics@gmx.at>
3188
3189 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3190 the front of the buffer list. Add entries for `last-buffer' and
3191 `unbury-buffer'.
3192
b8afe7e4
EZ
31932008-12-27 Eli Zaretskii <eliz@gnu.org>
3194
d14030f5
EZ
3195 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3196 and its subsections.
3197
3198 * frames.texi (Multiple Terminals, Low-level Terminal)
3199 (Terminal Parameters, Frames on Other TTY devices): New sections.
3200 (Frames): Add an xref to "Multiple Terminals".
3201
765980a4
EZ
3202 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3203
3204 * objects.texi (Terminal Type): New node.
3205 (Editing Types): Add it to the menu.
3206
47bd5577
EZ
3207 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3208 Variables".
3209
eb22b78c 3210 * variables.texi (Directory Local Variables): New node.
47bd5577 3211 (Variables): Add a menu item for it.
eb22b78c 3212
b8afe7e4
EZ
3213 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3214 `generated-autoload-file'.
3215
77bb0476
EZ
32162008-12-20 Eli Zaretskii <eliz@gnu.org>
3217
028e2c19
EZ
3218 * os.texi (Startup Summary): Add xref to documentation of
3219 `initial-window-system'.
3220
77bb0476
EZ
3221 * display.texi (Window Systems): Document `window-system' the
3222 function. The variable `window-system' is now frame-local.
028e2c19 3223 Document `initial-window-system'.
77bb0476 3224
dda87836
MR
32252008-12-19 Martin Rudalics <rudalics@gmx.at>
3226
3227 * windows.texi (Windows): Rewrite description of
3228 fit-window-to-buffer.
3229
caef3ed2
GM
32302008-12-13 Glenn Morris <rgm@gnu.org>
3231
3232 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3233 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3234
21c58e4d
GM
32352008-12-12 Glenn Morris <rgm@gnu.org>
3236
3237 * debugging.texi (Error Debugging): Refer forwards to
3238 eval-expression-debug-on-error.
3239
af38459f
EZ
32402008-12-05 Eli Zaretskii <eliz@gnu.org>
3241
5dedd9b5
EZ
3242 * strings.texi (String Basics): Only unibyte strings that
3243 represent key sequences hold 8-bit raw bytes.
3244
af38459f
EZ
3245 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3246 paragraph to speak about `undecided'.
3247 (Character Properties): Don't explain the meaning of each
3248 property; instead, identify their Unicode Standard names.
b3f1f4a5 3249 (Character Sets): Document `map-charset-chars'.
af38459f 3250
fa047ae7
GM
32512008-12-02 Glenn Morris <rgm@gnu.org>
3252
3253 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3254 section yet again.
3255
47dbc044
EZ
32562008-11-29 Eli Zaretskii <eliz@gnu.org>
3257
98d05998
EZ
3258 * nonascii.texi (Character Properties): New Section.
3259 (Specifying Coding Systems): Document
3260 `coding-system-priority-list', `set-coding-system-priority', and
3261 `with-coding-priority'.
3262 (Lisp and Coding Systems): Document `check-coding-systems-region'
3263 and `coding-system-charset-list'.
3264 (Coding System Basics): Document `coding-system-aliases'.
3265
3266 * elisp.texi (Top): Add a @detailmenu entry for "Character
3267 Properties".
3268
47dbc044
EZ
3269 * objects.texi (Character Type): Correct the range of Emacs
3270 characters. Add an @xref to "Character Codes".
3271
3272 * strings.texi (String Basics): Add an @xref to "Character Codes".
3273
3274 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3275
3276 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3277 (Character Codes): Document `max-char'.
3278
8b80cdf5
EZ
32792008-11-28 Eli Zaretskii <eliz@gnu.org>
3280
3281 * nonascii.texi (Text Representations, Converting Representations)
3282 (Character Sets, Scanning Charsets, Translation of Characters):
3283 Make text more accurate.
3284
a99dceba
GM
32852008-11-28 Glenn Morris <rgm@gnu.org>
3286
3287 * files.texi (Format Conversion Round-Trip): Improve previous change.
3288
f6dc3bed
CY
32892008-11-26 Chong Yidong <cyd@stupidchicken.com>
3290
3291 * modes.texi (Auto Major Mode): Fix example.
3292
5da9413d
GM
32932008-11-25 Glenn Morris <rgm@gnu.org>
3294
3295 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3296
3297 * files.texi (Format Conversion Round-Trip):
3298 Use active voice for previous change.
3299
fcca848c
CY
33002008-11-25 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * os.texi (Processor Run Time):
3303 * processes.texi (Transaction Queues):
3304 * markers.texi (The Mark):
3305 * windows.texi (Choosing Window, Selecting Windows):
3306 * files.texi (Changing Files, Magic File Names):
3307 * commands.texi (Key Sequence Input):
3308 * functions.texi (Declaring Functions):
3309 * strings.texi (Predicates for Strings):
3310 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3311
36c8dc54
CY
33122008-11-24 Chong Yidong <cyd@stupidchicken.com>
3313
3314 * help.texi (Accessing Documentation): Update example.
3315
3316 * variables.texi (Defining Variables): Note that `*' is not
3317 necessary if defcustom is used.
3318
2a79b242
EZ
33192008-11-22 Eli Zaretskii <eliz@gnu.org>
3320
3321 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3322 Characters" from @detailmenu.
3323
3324 * nonascii.texi (Character Codes, Character Sets)
3325 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3326 (Chars and Bytes, Splitting Characters): Sections removed.
3327
392f0d26
LK
33282008-11-22 Lute Kamstra <lute@gnu.org>
3329
3330 * positions.texi (Text Lines): Update goto-line documentation.
3331
af1a5cd5
MR
33322008-11-21 Martin Rudalics <rudalics@gmx.at>
3333
6a4cfb0c
MR
3334 * frames.texi (Frames): Fix typo, add cross references, reword.
3335 (Initial Parameters): Reword special-display-frame-alist text.
3336 (Frames and Windows): Reword. Describe argument norecord for
3337 set-frame-selected-window.
3338 (Input Focus): Describe argument norecord for select-frame.
3339 Remove comment on MS-Windows behavior for focus-follows-mouse.
3340 (Raising and Lowering): Mention windows-frames dichotomy in
3341 metaphor.
3342
af1a5cd5
MR
3343 * windows.texi (Displaying Buffers, Vertical Scrolling)
3344 (Horizontal Scrolling): Fix indenting and rewording issues
3345 introduced with 2008-11-07 change.
3346
c249fa9c
GM
33472008-11-20 Glenn Morris <rgm@gnu.org>
3348
3349 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3350 element of `format-alist'.
3351
204d4665
GM
33522008-11-19 Glenn Morris <rgm@gnu.org>
3353
3354 * doclicense.texi: Update to FDL 1.3.
3355 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3356
cc0910af
CY
33572008-11-18 Chong Yidong <cyd@stupidchicken.com>
3358
efe6e7c4
CY
3359 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3360 vars, which are obsolete. Mention jit-lock-register.
3361
5dcb4c4e
SM
3362 * modes.texi (Other Font Lock Variables):
3363 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3364
cc0910af
CY
3365 * frames.texi (Color Parameters): Document alpha parameter.
3366
aeeedf76
MR
33672008-11-16 Martin Rudalics <rudalics@gmx.at>
3368
3369 * windows.texi (Splitting Windows, Deleting Windows)
3370 (Selecting Windows, Cyclic Window Ordering)
3371 (Buffers and Windows, Displaying Buffers, Choosing Window)
3372 (Dedicated Windows, Window Point, Window Start and End)
3373 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3374 (Size of Window, Resizing Windows, Window Configurations)
3375 (Window Parameters): Avoid @var at beginning of sentences and
3376 reword accordingly.
3377
4c565c5c
LK
33782008-11-11 Lute Kamstra <lute@gnu.org>
3379
3380 * files.texi (File Name Components): Fix file-name-extension
3381 documentation.
3382
25f494c9
JB
33832008-11-11 Juanma Barranquero <lekktu@gmail.com>
3384
3385 * frames.texi (Basic Parameters): Remove display-environment-variable
3386 and term-environment-variable.
3387
a1401ab1
EZ
33882008-11-08 Eli Zaretskii <eliz@gnu.org>
3389
3390 * windows.texi (Basic Windows, Splitting Windows)
3391 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3392 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3393 (Resizing Windows, Window Configurations, Window Parameters):
3394 Fix wording and markup.
a1401ab1 3395
efafc282
MR
33962008-11-07 Martin Rudalics <rudalics@gmx.at>
3397
3398 * windows.texi (Windows): Update entries.
3399 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3400 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3401 (Selecting Windows, Cyclic Window Ordering): Reword with special
3402 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3403 (Buffers and Windows, Choosing Window): Reword with special
3404 emphasis on dedicated windows.
3405 (Displaying Buffers): Reword. For switch-to-buffer mention that
3406 it may fall back on pop-to-buffer. For other-window try to
3407 explain how it treats the cyclic ordering of windows.
efafc282
MR
3408 (Dedicated Windows): New node and section discussing dedicated
3409 windows and associated functions.
86ab855a 3410 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3411 (Window Start and End): Rename node and section title. Reword.
3412 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3413 Minor rewording.
3414 (Size of Window): Reword, in particular text on window-width.
3415 (Resizing Windows): Reword. Add text on balancing windows.
3416 (Window Configurations): Reword. Mention window parameters.
3417 (Window Parameters): New node and section on window parameters.
3418 (Window Hooks): Reword. Mention that
3419 window-configuration-change-hook is run "buffer-locally".
3420 * elisp.texi (Top): Update Windows entries in @detailmenu
3421 section.
3422
d60a8ab2
JB
34232008-11-04 Juanma Barranquero <lekktu@gmail.com>
3424
3425 * searching.texi (Regexp Search): Fix typo.
3426
01777627
CY
34272008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3428
3429 * searching.texi (Regexp Search): Document GREEDY arg.
3430 (Simple Match Data): Fix return value.
3431
c4526e93
EZ
34322008-11-01 Eli Zaretskii <eliz@gnu.org>
3433
3434 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3435 with Emacs 23 internal representation of characters.
3436 Document `unibyte-string'.
c4526e93 3437
fe2ae8b5
CY
34382008-10-28 Chong Yidong <cyd@stupidchicken.com>
3439
3440 * processes.texi (Process Information): Note that process-status
3441 does not accept buffer names.
3442
cc5a21e3
CY
34432008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3444
3445 * positions.texi (Skipping Characters): Correct return value of
3446 skip-chars-forward.
3447
09460d9a
MR
34482008-10-25 Martin Rudalics <rudalics@gmx.at>
3449
520b29e7
MR
3450 * windows.texi (Deleting Windows): Update documentation of
3451 delete-windows-on.
3452 (Buffers and Windows): Update documentations of
3453 get-buffer-window and get-buffer-window-list.
3454 (Displaying Buffers): Update documentation of
3455 replace-buffer-in-windows.
3456
09460d9a
MR
3457 * buffers.texi (Current Buffer): Reword set-buffer and
3458 with-current-buffer documentations.
3459 (Creating Buffers): Reword documentation of get-buffer-create.
3460
4d48fcdc
MR
34612008-10-23 Martin Rudalics <rudalics@gmx.at>
3462
3463 * buffers.texi (Current Buffer): Reword documentation of
3464 set-buffer.
3465 (Buffer Names): Reword documentation of buffer-name.
3466 (The Buffer List): For bury-buffer explain what happens with the
3467 buffer's window.
3468 (Creating Buffers): Say that get-buffer-create's arg is called
3469 buffer-or-name.
3470
f0143c43
CY
34712008-10-22 Chong Yidong <cyd@stupidchicken.com>
3472
3e5dbbd3
CY
3473 * advice.texi (Computed Advice): Explain what DEFINITION is.
3474
f0143c43
CY
3475 * nonascii.texi (Character Codes): Remove obsolete function
3476 char-valid-p, and document characterp instead.
3477
52a94b85
MR
34782008-10-22 Martin Rudalics <rudalics@gmx.at>
3479
3480 * windows.texi (Displaying Buffers): Reword documentation of
3481 pop-to-buffer.
3482 (Choosing Window): Rewrite documentation of display-buffer and
3483 its options.
3484
f76f8246
MR
3485 * buffers.texi (Killing Buffers): Update documentation of
3486 kill-buffer.
3487
acc8b598
EZ
34882008-10-21 Eli Zaretskii <eliz@gnu.org>
3489
80e6b6df
EZ
3490 * processes.texi (Serial Ports): Fix wording and improve markup.
3491
3645358a
EZ
3492 * searching.texi (Regexp Search): Document `string-match-p' and
3493 `looking-at-p'.
3494 (POSIX Regexps): Add an xref for "non-greedy".
3495 (Regexp Special): Add @cindex entry for "non-greedy".
3496
b3d50cff 3497 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3498 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3499
73b7530a
EZ
3500 * frames.texi (Color Names): Add an xref to `read-color'.
3501
3502 * minibuf.texi (High-Level Completion): Document `read-color'.
3503
acc8b598
EZ
3504 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3505
3506 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3507
3508 * buffers.texi (Swapping Text): New section, documents
3509 `buffer-swap-text'.
3510
10e187e8
MR
35112008-10-21 Martin Rudalics <rudalics@gmx.at>
3512
3513 * windows.texi (Resizing Windows): Minor wording fix.
3514
fd6f900c
EZ
35152008-10-20 Eli Zaretskii <eliz@gnu.org>
3516
3517 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3518 and `combine-and-quote-strings'.
3519
3520 * strings.texi (Creating Strings): Add xrefs for them.
3521
e4372165
EZ
35222008-10-19 Eli Zaretskii <eliz@gnu.org>
3523
d6328fba
EZ
3524 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3525 match the corresponding menu in minibuf.texi.
3526
e4372165
EZ
3527 * minibuf.texi (Reading File Names): Document `read-shell-command'
3528 and `minibuffer-local-shell-command-map'.
3529
5d8dda33
MR
35302008-10-19 Martin Rudalics <rudalics@gmx.at>
3531
3532 * windows.texi (Resizing Windows): Remove var{} around "window" in
3533 documentation of enlarge-window.
3534 Rewrite documentation of window-min-height and window-min-width.
3535
437706cd
EZ
35362008-10-19 Eli Zaretskii <eliz@gnu.org>
3537
80f85d7c
EZ
3538 * functions.texi (Calling Functions): Document `apply-partially'.
3539
291703b5
EZ
3540 * hooks.texi (Standard Hooks): Mention
3541 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3542
3543 * variables.texi (File Local Variables): Document
3544 `file-local-variables-alist', `before-hack-local-variables-hook'
3545 and `hack-local-variables-hook'.
3546
583d8b3c
EZ
3547 * processes.texi (Synchronous Processes): Document `process-lines'.
3548
5dcb4c4e
SM
3549 * customize.texi (Variable Definitions):
3550 Document `custom-reevaluate-setting'.
437706cd 3551
7e51d89b
MR
35522008-10-18 Martin Rudalics <rudalics@gmx.at>
3553
3554 * windows.texi (Choosing Window, Deleting Windows)
3555 (Displaying Buffers): Expand documentation of dedicated windows.
3556
43c59a3d
EZ
35572008-10-18 Eli Zaretskii <eliz@gnu.org>
3558
018a960d
EZ
3559 * files.texi (Changing Files): Document symbolic input of file
3560 modes to `set-file-modes'. Document `read-file-modes' and
3561 `file-modes-symbolic-to-number'.
3562
2c0b8144
EZ
3563 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3564 and `search-map'.
3565
5dcb4c4e
SM
3566 * searching.texi (Search and Replace):
3567 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3568 Document `multi-query-replace-map'.
80120f13 3569
6d4913f0 3570 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3571 (Completion Commands, Reading File Names):
3572 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3573 `minibuffer-local-filename-must-match-map'.
3574 (Minibuffer Completion): The `require-match' argument to
3575 `completing-read' can now have the value `confirm-only'.
3576
43c59a3d
EZ
3577 * windows.texi (Displaying Buffers): Minor wording fix.
3578 (Choosing Window): `split-height-threshold' can now be nil.
3579 Document `split-width-threshold'. `pop-up-frames' can have the
3580 value `graphic-only'.
3581
f36acfd9
EZ
35822008-10-17 Eli Zaretskii <eliz@gnu.org>
3583
3584 * os.texi (Startup Summary): Document `before-init-time' and
3585 `after-init-time'. Document `initial-window-system' and
3586 `window-system-initialization-alist'. Document reading the
3587 abbrevs file. Document the call to `server-start' under --daemon.
3588 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3589 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3590 (Time Parsing): Document `format-seconds'.
f36acfd9 3591
96995b89
MR
35922008-10-17 Martin Rudalics <rudalics@gmx.at>
3593
3594 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3595 and reword.
3596
2de17c73
EZ
35972008-10-16 Eli Zaretskii <eliz@gnu.org>
3598
3599 * markers.texi (The Mark): Document use-region-p.
3600
9cf52b11
EZ
36012008-10-15 Eli Zaretskii <eliz@gnu.org>
3602
c3aaf1d7
EZ
3603 * internals.texi (Writing Emacs Primitives): The interactive spec
3604 of a primitive can be a Lisp form.
3605
841a1743
EZ
3606 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3607 values of transient-mark-mode. Document handle-shift-selection.
3608
3609 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3610 (Interactive Examples): Show an example of `^'.
3611 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3612 (Defining Commands, Using Interactive): The interactive-form of a
3613 function can be added via its symbol's property.
841a1743 3614
52441368
EZ
3615 * positions.texi (List Motion): beginning-of-defun-function can
3616 now accept an argument.
3617
8e8c1a72
EZ
3618 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3619 now return a list of strings.
3620
a33a1f2a
EZ
3621 * control.texi (Handling Errors): Document ignore-errors.
3622
4fb04348
EZ
3623 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3624 (Parameter Access): Document set-frame-parameter.
3625
ee666f84
EZ
3626 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3627 Hooks" for the effect of kill-all-local-variables on local hook
3628 functions.
3629
9cf52b11
EZ
3630 * modes.texi (Major Mode Conventions, Mode Line Variables):
3631 `mode-name' need not be a string. xref to "Mode Line Data" for
3632 details, and to "Emulating Mode Line" for computing a string
3633 value.
3634
22526bc4
EZ
36352008-10-14 Eli Zaretskii <eliz@gnu.org>
3636
a65f6a85
EZ
3637 * processes.texi (System Processes): New section.
3638 (Processes, Signals to Processes): Add xrefs to it.
3639
3640 * objects.texi (Editing Types): A `process' is a subprocess of
3641 Emacs, not just any process running on the OS.
3642
3643 * elisp.texi (Top): Adjust the @detailmenu for the above two
3644 changes.
3645
2724b26a
EZ
3646 * sequences.texi (Char-Tables): Remove documentation of
3647 set-char-table-default, which has no effect since Emacs 23.
3648 <char-table-range, set-char-table-range>: Don't mention generic
3649 characters and charsets. Add a cons cell as a possible argument.
3650
3651 * nonascii.texi (Splitting Characters)
3652 (Translation of Characters): Don't mention generic characters.
3653
3654 * display.texi (Fontsets): Don't mention generic characters.
3655
22526bc4 3656 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3657 argument FUNCTION with a cons cell as KEY.
22526bc4 3658
eaf4b689
EZ
36592008-10-13 Eli Zaretskii <eliz@gnu.org>
3660
45e46036
EZ
3661 * objects.texi (Primitive Function Type): Move "@cindex special
3662 forms" from here...
3663
3664 * eval.texi (Special Forms): ...to here.
3665
3666 * functions.texi (What Is a Function): `functionp' returns nil for
3667 special forms. Add an xref.
3668
eaf4b689
EZ
3669 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3670 Variables".
3671
3672 * variables.texi (Frame-Local Variables): New section.
3673 (Buffer-Local Variables): Add an xref to it.
3674 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3675 have both frame-local and buffer-local binding.
3676
3677 * frames.texi (Frames): Mention multiple tty frames.
3678 (Frame Parameters, Parameter Access): Mention frame-local variable
3679 bindings.
3680
15688fce
GM
36812008-09-20 Glenn Morris <rgm@gnu.org>
3682
3683 * display.texi (Defining Faces): Recommend against face variables.
3684
35539065
JB
36852008-09-16 Juanma Barranquero <lekktu@gmail.com>
3686
3687 * display.texi (Echo Area Customization): Fix typo.
3688
6a57054b
JB
36892008-09-09 Juanma Barranquero <lekktu@gmail.com>
3690
3691 * loading.texi (Where Defined): Add `defface' item.
3692
d632fb82
MR
36932008-09-06 Martin Rudalics <rudalics@gmx.at>
3694
3695 * loading.texi (Where Defined): Fix description of symbol-file.
3696
905a9adb
JR
36972008-08-26 Jason Rumney <jasonr@gnu.org>
3698
3699 * display.texi (TIFF Images): New section describing :index property.
3700
852e91b7
CY
37012008-08-23 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * display.texi (Temporary Displays): Remove unnecessary comment
3704 about usage of temp-buffer-show-hook.
3705
6be001ee
CY
37062008-08-05 Chong Yidong <cyd@stupidchicken.com>
3707
3708 * symbols.texi (Other Plists): Fix incorrect example.
3709 Suggested by Florian Beck.
3710
58e3d8e8
JB
37112008-07-31 Juanma Barranquero <lekktu@gmail.com>
3712
3713 * os.texi: Fix previous change.
3714
7c2fb837
DN
37152008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3716
3717 * os.texi:
3718 * intro.texi:
3719 * files.texi: Remove VMS support.
3720
9e2a2647
DN
37212008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3722
3723 * os.texi:
3724 * frames.texi:
3725 * display.texi: Remove mentions of Mac Carbon.
3726
c4f4682b
MB
37272008-07-01 Miles Bader <miles@gnu.org>
3728
3729 * text.texi (Special Properties):
3730 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3731
3696411e
JB
37322008-06-28 Johan Bockgård <bojohan@gnu.org>
3733
3734 * display.texi (Other Image Types): Fix copy/paste error; say
3735 "PBM", not "XBM".
3736
f2a77c3a
DN
37372008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3738
3739 * os.texi: Remove references to obsolete systems.
3740
6d52677d
EZ
37412008-06-20 Eli Zaretskii <eliz@gnu.org>
3742
3743 * makefile.w32-in (distclean): Remove makefile.
3744
1a87da4c
GM
37452008-06-17 Glenn Morris <rgm@gnu.org>
3746
3747 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3748 (elisp, dist): Remove rules and variables that are obsolete now
3749 the lisp manual is no longer distributed separately.
3750
fdda1c5d
GM
37512008-06-16 Glenn Morris <rgm@gnu.org>
3752
646692e9
GM
3753 * configure, configure.in, mkinstalldirs: Remove unused files.
3754
3755 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3756 * vol1.texi (EMACSVER):
6a57054b 3757 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3758
3759 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3760 as per maintain.info.
3761
611bee81
GM
37622008-06-15 Glenn Morris <rgm@gnu.org>
3763
a7bed3a0
GM
3764 * makefile.w32-in (manual): Use "23" rather than "21".
3765
3766 * Makefile.in (emacsver): New, set by configure.
3767 (manual): Use emacsver.
3768
d794edf2
GM
3769 * intro.texi: Report bugs using M-x report-emacs-bug.
3770
611bee81
GM
3771 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3772
c73e02fa
GM
37732008-06-13 Daniel Engeler <engeler@gmail.com>
3774
3775 * elisp.texi, internals.texi, processes.texi: Add documentation
3776 about serial port access.
3777
e40a85cd
MB
37782008-06-05 Miles Bader <miles@gnu.org>
3779
3780 * display.texi (Displaying Faces): Update to reflect function
3781 renamings in face-remap.el.
3782
7b753744
JB
37832008-06-05 Juanma Barranquero <lekktu@gmail.com>
3784
3785 * display.texi (Fontsets): Fix typos.
3786
9d3d42fb
MB
37872008-06-03 Miles Bader <miles@gnu.org>
3788
7b753744
JB
3789 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3790 remove-relative-face-remapping, set-base-face-remapping,
3791 and set-default-base-face-remapping.
9d3d42fb 3792
f2cec7a9
MB
37932008-06-01 Miles Bader <miles@gnu.org>
3794
3795 * display.texi (Displaying Faces): Add face-remapping-alist.
3796
8f39c96d
SM
37972008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3800 variable names.
3801
1ef5eecc
ER
38022008-05-03 Eric S. Raymond <esr@golux>
3803
352c8b4a 3804 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3805 (current-global-map) return references, not copies.
3806
63b4387f
JL
38072008-05-02 Juri Linkov <juri@jurta.org>
3808
3809 * minibuf.texi (Text from Minibuffer): Document a list of
3810 default values for `read-from-minibuffer'.
3811
38a8b703
JB
38122008-04-24 Juanma Barranquero <lekktu@gmail.com>
3813
3814 * nonascii.texi (Translation of Characters): Fix previous change.
3815
7c42e639
CY
38162008-04-20 Chong Yidong <cyd@stupidchicken.com>
3817
3818 * display.texi (Overlay Properties): Clarify role of underlying
3819 textprop and overlay keymaps for display strings.
3820
3821 * keymaps.texi (Active Keymaps): Ditto.
3822
25c0d999
SM
38232008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * minibuf.texi (Programmed Completion):
3826 Replace dynamic-completion-table with the new completion-table-dynamic.
3827
e3af5968
CY
38282008-04-07 Chong Yidong <cyd@stupidchicken.com>
3829
3830 * intro.texi (Some Terms): Change "fonts in this manual" index
3831 entry to "typographic conventions".
3832
6bfc8698
EZ
38332008-04-05 Eli Zaretskii <eliz@gnu.org>
3834
3835 * objects.texi (Text Props and Strings): Add indexing for read
3836 syntax of text properties.
3837
4972c361
SM
38382008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * processes.texi (Decoding Output): Remove process-filter-multibyte
3841 functions.
3842
c70a68db
MR
38432008-03-15 Martin Rudalics <rudalics@gmx.at>
3844
3845 * display.texi (Finding Overlays): Say that empty overlays at
3846 the end of the buffer are reported too.
3847
1291fd36
GM
38482008-03-13 Glenn Morris <rgm@gnu.org>
3849
3850 * elisp.texi (EMACSVER): Set to 23.0.60.
3851
c6b0dfd5
CY
38522008-02-26 Chong Yidong <cyd@stupidchicken.com>
3853
38a8b703 3854 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3855
875fc30c
GM
38562008-02-22 Glenn Morris <rgm@gnu.org>
3857
3858 * frames.texi (Position Parameters): Clarify the description of
3859 `left' and `top', using information from "Geometry".
3860 (Geometry): Give a pointer to "Position Parameters", rather than
3861 repeating information.
3862
d8c8e45a
GM
38632008-02-11 Glenn Morris <rgm@gnu.org>
3864
3865 * objects.texi (Equality Predicates): No longer talk about "two"
3866 functions.
3867
38a8b703 38682008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3869
3870 * objects.texi (Equality Predicates): Add defun for
3871 equal-including-properties.
3872
bfffe0b1
GM
38732008-02-10 Glenn Morris <rgm@gnu.org>
3874
3875 * objects.texi (Equality Predicates):
3876 Mention equal-including-properties.
3877
431b78c9
RS
38782008-02-07 Richard Stallman <rms@gnu.org>
3879
3880 * windows.texi (Window Start): Mention the feature of moving
3881 window-start to start of line.
3882
c8763fb6 38832008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3884
3885 * keymaps.texi (Tool Bar): Document rtl property.
3886
1a256502
TTN
38872008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3888
3889 * display.texi (Button Types):
3890 For define-button-type, clarify type of NAME.
3891
569382c2
MR
38922008-01-19 Martin Rudalics <rudalics@gmx.at>
3893
3894 * buffers.texi (Buffer Modification): Fix typo.
3895
f3041af1
DN
38962008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3897
3898 * os.texi (System Environment): Remove references to OSes that are
3899 not supported anymore.
3900
d35e1cd7
DN
39012008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3902
3903 * os.texi (System Environment): Remove mention for Masscomp.
3904
23af7580
RS
39052008-01-04 Richard Stallman <rms@gnu.org>
3906
3907 * display.texi (Faces): Don't talk about internal face vector as arg
3908 to facep.
3909
3910 * customize.texi (Type Keywords): Fix previous change.
3911
3912 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3913 * elisp.texi (Top): Fix menu for commands.texi change.
3914
ec7d5b1e
RS
39152007-12-30 Richard Stallman <rms@gnu.org>
3916
5dcb4c4e 3917 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3918 (Accessing Scroll): New node broken out of Accessing Mouse.
3919
101a6cea
RS
39202007-12-28 Richard Stallman <rms@gnu.org>
3921
3922 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3923 (Basic Parameters): For `title', refer to title bar.
041817a4 3924 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3925
72b7e664
RS
39262007-12-23 Richard Stallman <rms@gnu.org>
3927
3928 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3929 Improve some of the commented-out keywords' text too.
3930
27a4f445
MR
39312007-12-14 Martin Rudalics <rudalics@gmx.at>
3932
e2e3f1d7
MR
3933 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3934 "visit the current buffer".
3935
27a4f445
MR
3936 * os.texi (System Interface): Fix typo.
3937
a2afc99d
RS
39382007-12-04 Richard Stallman <rms@gnu.org>
3939
3940 * objects.texi (Symbol Type): Fix typo.
3941
b694135c
RS
39422007-12-03 Richard Stallman <rms@gnu.org>
3943
3944 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3945
f99a19da
GM
39462007-12-01 Glenn Morris <rgm@gnu.org>
3947
3948 * functions.texi (Declaring Functions): Improve previous change.
3949
8f4b37d8
GM
39502007-11-30 Glenn Morris <rgm@gnu.org>
3951
3952 * functions.texi (Declaring Functions): Add optional fourth
3953 argument of declare-function, and setting third argument to `t'.
3954
61a2fe01
RS
39552007-11-29 Richard Stallman <rms@gnu.org>
3956
3957 * customize.texi (Composite Types): Document `group' type.
3958
cbfc5193
GM
39592007-11-29 Glenn Morris <rgm@gnu.org>
3960
5dcb4c4e
SM
3961 * functions.texi (Declaring Functions): Add findex.
3962 Mention `external' files.
cbfc5193 3963
8386283a
JB
39642007-11-26 Juanma Barranquero <lekktu@gmail.com>
3965
3966 * functions.texi (Declaring Functions): Fix directive.
3967
a07c9a8b
RS
39682007-11-25 Richard Stallman <rms@gnu.org>
3969
3970 * help.texi (Help Functions): Clean up last change.
3971
3972 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3973
3974 * loading.texi (Named Features): Minor cleanup.
3975
3976 * macros.texi (Eval During Expansion): Minor cleanup.
3977
3978 * variables.texi (Variable Aliases): Minor cleanup.
3979
a0925923
RS
39802007-11-24 Richard Stallman <rms@gnu.org>
3981
3982 * functions.texi (Declaring Functions): Clarify previous change.
3983
3984 * compile.texi (Compiler Errors): Clarify previous change.
3985
20c63e44
RS
39862007-11-24 Richard Stallman <rms@gnu.org>
3987
e5e76c04 3988 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3989 Clarify the text and move items around.
3990
5bb0cda3
GM
39912007-11-24 Glenn Morris <rgm@gnu.org>
3992
3993 * functions.texi (Declaring Functions): New section.
3994 * compile.texi (Compiler Errors): Mention declaring functions,
3995 defvar with no initvalue, and byte-compile-warnings.
3996
af13c86a
MR
39972007-11-15 Martin Rudalics <rudalics@gmx.at>
3998
3999 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4000 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4001
a5373305
MR
40022007-11-13 Martin Rudalics <rudalics@gmx.at>
4003
4004 * help.texi (Help Functions): Document new macro `with-help-window'.
4005
fe284805
JL
40062007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4007
4008 * searching.texi (Replacing Match): Describe new
4009 `match-substitute-replacement'.
4010
2c3a09b1
RS
40112007-10-31 Richard Stallman <rms@gnu.org>
4012
4013 * strings.texi (Creating Strings): Null strings from concat not unique.
4014
f2b480f4
RS
40152007-10-26 Richard Stallman <rms@gnu.org>
4016
4017 * objects.texi (Equality Predicates): Null strings are uniquified.
4018
4019 * minibuf.texi: Minor clarifications in previous change.
4020
db21122c
GM
40212007-10-25 Glenn Morris <rgm@gnu.org>
4022
4023 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4024
2328cbb3
RS
40252007-10-24 Richard Stallman <rms@gnu.org>
4026
4027 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4028
4029 * variables.texi (Frame-Local Variables): Node deleted.
4030 (Variables): Delete Frame-Local Variables from menu.
4031 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4032 (Default Value): Don't mention frame-local vars.
4033
4034 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4035
4036 * loading.texi (Unloading): Document FEATURE-unload-function
4037 instead of FEATURE-unload-hook.
4038
2328cbb3
RS
4039 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4040
c066bafa
JL
40412007-10-22 Juri Linkov <juri@jurta.org>
4042
4043 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4044 (High-Level Completion): Document a list of default value strings
4045 in the DEFAULT argument, for which minibuffer functions return the
4046 first element.
4047
65ced25f
JL
40482007-10-17 Juri Linkov <juri@jurta.org>
4049
4050 * text.texi (Filling): Update arguments of fill-paragraph.
4051 fill-paragraph operates on the active region in Transient Mark mode.
4052 Remove fill-paragraph-or-region.
4053
ee46ec8e
KB
40542007-10-13 Karl Berry <karl@gnu.org>
4055
4056 * elisp.texi (@dircategory): Move to after @copying,
4057 since we want @copying as close as possible to the beginning of
4058 the output.
4059
61bbdbc6
RS
40602007-10-12 Richard Stallman <rms@gnu.org>
4061
4062 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4063
4064 * commands.texi (Distinguish Interactive): New node,
4065 broken out from Interactive Call and rewritten.
4066 (Command Loop): Put Distinguish Interactive in menu.
4067
af23e1e8
RS
40682007-10-09 Richard Stallman <rms@gnu.org>
4069
4070 * text.texi (Examining Properties): Mention overlay priority.
4071
4072 * display.texi (Display Margins): Correct the description
4073 of margin display specifications.
4074 (Replacing Specs): New subnode broken out of Display Property.
4075
e1965a69
JL
40762007-10-06 Juri Linkov <juri@jurta.org>
4077
4078 * text.texi (Filling): Document fill-paragraph-or-region.
4079
4638454b
JB
40802007-10-05 Juanma Barranquero <lekktu@gmail.com>
4081
4082 * display.texi (Auto Faces): Fix typo.
4083
7ed54cc5
RS
40842007-10-02 Richard Stallman <rms@gnu.org>
4085
4086 * display.texi (Display Property): Explain some display specs
4087 don't let you move point in.
4088
5dcb4c4e
SM
4089 * frames.texi (Cursor Parameters):
4090 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4091
4092 * windows.texi (Basic Windows): Don't describe
4093 cursor-in-non-selected-windows here.
4094
305a7ef2
EZ
40952007-10-01 Eli Zaretskii <eliz@gnu.org>
4096
4097 * processes.texi (Misc Network): Note that these functions are
4098 supported only on some systems.
4099
f7a7f4eb
RS
41002007-10-01 Richard Stallman <rms@gnu.org>
4101
4102 * display.texi (Overlay Properties): Explain nil as priority.
4103 Explain that conflicts are unpredictable if not resolved by
4104 priorities.
4105
780d7bb9
RS
41062007-09-23 Richard Stallman <rms@gnu.org>
4107
4108 * macros.texi (Backquote): Minor clarification.
4109
14b4fdfb
RS
41102007-09-19 Richard Stallman <rms@gnu.org>
4111
4112 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4113 Clarify when they work in parallel and when one overrides.
4114 Fix error in example.
14b4fdfb 4115
b8d4c8d0
GM
41162007-09-06 Glenn Morris <rgm@gnu.org>
4117
b3e755a9 4118 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4119 commands to use ../../info.
4120 * Makefile.in (infodir): Go up one more level.
4638454b 4121 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4122 (miscmanualdir): New.
4123 (dist): Use new variable miscmanualdir.
4124 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4125 (usermanualdir): Change from ../man to ../emacs.
4126
1bb1f7d3
MR
41272007-08-30 Martin Rudalics <rudalics@gmx.at>
4128
4129 * commands.texi (Command Loop Info): Advise against changing
4130 most variables described here. Explain new variable
4131 last-repeatable-command.
4132
b8d4c8d0
GM
41332007-08-29 Glenn Morris <rgm@gnu.org>
4134
4135 * elisp.texi (EMACSVER): Increase to 23.0.50.
4136
41372007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4138
4139 * frames.texi (Basic Parameters): Add display-environment-variable
4140 and term-environment-variable.
4141
41422007-08-28 Juri Linkov <juri@jurta.org>
4143
4144 * display.texi (Image Formats, Other Image Types): Add SVG.
4145
41462007-08-28 Juri Linkov <juri@jurta.org>
4147
4148 * display.texi (Images): Move formats-related text to new node
4149 "Image Formats".
4150 (Image Formats): New node.
4151
619fb9ee
RS
41522007-08-27 Richard Stallman <rms@gnu.org>
4153
4154 * windows.texi (Window Configurations): Clarify what
4155 a window configuration saves.
4156
b8d4c8d0
GM
41572007-08-25 Richard Stallman <rms@gnu.org>
4158
4159 * display.texi (Images): Delete redundant @findex.
4160
39f9da30
GM
41612007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * text.texi (Change Hooks): (after|before)-change-functions are no
4164 longer bound to nil while running; rather inhibit-modification-hooks
4165 is t.
4166
b8d4c8d0
GM
41672007-08-16 Richard Stallman <rms@gnu.org>
4168
5dcb4c4e
SM
4169 * processes.texi (Asynchronous Processes):
4170 Clarify doc of start-file-process.
b8d4c8d0
GM
4171
41722007-08-08 Martin Rudalics <rudalics@gmx.at>
4173
4174 * modes.texi (Example Major Modes): Fix typo.
4175
41762007-08-08 Glenn Morris <rgm@gnu.org>
4177
4178 * intro.texi (nil and t): Do not use `iff' in documentation.
4179
4180 * tips.texi (Documentation Tips): Recommend against `iff'.
4181
41822007-08-07 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * display.texi (Image Cache): Document image-refresh.
4185
41862007-08-06 Martin Rudalics <rudalics@gmx.at>
4187
4188 * windows.texi (Size of Window): Document window-full-width-p.
4189
41902007-07-25 Glenn Morris <rgm@gnu.org>
4191
4192 * gpl.texi (GPL): Replace license with GPLv3.
4193
4194 * Relicense all FSF files to GPLv3 or later.
4195
41962007-07-24 Michael Albinus <michael.albinus@gmx.de>
4197
4638454b
JB
4198 * processes.texi (Synchronous Processes):
4199 Add `process-file-shell-command'.
b8d4c8d0
GM
4200 (Asynchronous Processes): Mention restricted use of
4201 `process-filter' and `process-sentinel' in
4202 `start-file-process'. Add `start-file-process-shell-command'.
4203
42042007-07-17 Michael Albinus <michael.albinus@gmx.de>
4205
4206 * files.texi (Magic File Names): Introduce optional parameter
4207 IDENTIFICATION for `file-remote-p'.
4208
42092007-07-16 Richard Stallman <rms@gnu.org>
4210
4211 * display.texi (Defining Faces): Fix previous change.
4212
42132007-07-14 Richard Stallman <rms@gnu.org>
4214
4215 * control.texi (Handling Errors): Document `debug' in handler list.
4216
42172007-07-10 Richard Stallman <rms@gnu.org>
4218
4219 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4220
42212007-07-09 Richard Stallman <rms@gnu.org>
4222
4223 * files.texi (Magic File Names): Rewrite previous change.
4224
42252007-07-08 Michael Albinus <michael.albinus@gmx.de>
4226
4227 * files.texi (Magic File Names): Introduce optional parameter
4228 CONNECTED for `file-remote-p'.
4229
42302007-07-07 Michael Albinus <michael.albinus@gmx.de>
4231
4232 * processes.texi (Asynchronous Processes):
4233 * files.texi (Magic File Names): Add `start-file-process'.
4234
42352007-06-27 Richard Stallman <rms@gnu.org>
4236
5dcb4c4e
SM
4237 * files.texi (Format Conversion Piecemeal):
4238 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4239
42402007-06-27 Michael Albinus <michael.albinus@gmx.de>
4241
4638454b
JB
4242 * files.texi (Magic File Names): Remove `dired-call-process'.
4243 Add `process-file'.
b8d4c8d0
GM
4244
42452007-06-27 Kenichi Handa <handa@m17n.org>
4246
4247 * text.texi (Special Properties): Fix description about
4638454b 4248 `composition' property.
b8d4c8d0
GM
4249
42502007-06-26 Kenichi Handa <handa@m17n.org>
4251
4252 * nonascii.texi (Default Coding Systems): Document about the
4253 return value `undecided'.
4254
42552007-06-25 David Kastrup <dak@gnu.org>
4256
4257 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4258 `current-active-maps'.
4259
42602007-06-24 Karl Berry <karl@gnu.org>
4261
4638454b 4262 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4263
42642007-06-15 Juanma Barranquero <lekktu@gmail.com>
4265
4266 * display.texi (Overlay Arrow): Doc fix.
4267
42682007-06-14 Karl Berry <karl@tug.org>
4269
4270 * anti.texi (Antinews): Typo.
4271
42722007-06-14 Chong Yidong <cyd@stupidchicken.com>
4273
4274 * display.texi (Image Cache): Document image-refresh.
4275
42762007-06-12 Karl Berry <karl@gnu.org>
4277
4278 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4279 * two-volume.make: New file.
4280 * .cvsignore: Ignore two-volume files.
4281
42822007-06-12 Tom Tromey <tromey@redhat.com>
4283
4284 * os.texi (Init File): Document user-emacs-directory.
4285
42862007-06-03 Nick Roberts <nickrob@snap.net.nz>
4287
4288 * commands.texi (Click Events): Describe width and height when
4289 object is nil.
4290
42912007-05-30 Nick Roberts <nickrob@snap.net.nz>
4292
5dcb4c4e
SM
4293 * commands.texi (Click Events): Layout more logically.
4294 Describe width and height.
b8d4c8d0
GM
4295 (Drag Events, Motion Events): Update to new format for position.
4296
42972007-06-02 Richard Stallman <rms@gnu.org>
4298
4299 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4300
43012007-06-02 Chong Yidong <cyd@stupidchicken.com>
4302
4303 * Version 22.1 released.
4304
43052007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * text.texi (Special Properties): Correct meaning of fontified face.
4308
43092007-05-30 Richard Stallman <rms@gnu.org>
4310
4311 * text.texi (Special Properties): Add link to Adjusting Point.
4312
43132007-05-12 Richard Stallman <rms@gnu.org>
4314
4315 * text.texi (Margins): indent-to-left-margin is not the default.
4316 (Mode-Specific Indent): For indent-line-function, the default
4317 is indent-relative.
4318
4319 * modes.texi (Example Major Modes): Explain last line of text-mode
4320 is redundant.
4321
43222007-05-10 Richard Stallman <rms@gnu.org>
4323
4324 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4325
4326 * help.texi (Keys in Documentation): Add reference to
4327 Documentation Tips.
4328
4329 * files.texi (Format Conversion): TO-FN gets three arguments.
4330
4331 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4332
43332007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4334
4335 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4336 * files.texi (Format Conversion): Expand intro; add menu.
4337 (Format Conversion Overview, Format Conversion Round-Trip)
4338 (Format Conversion Piecemeal): New nodes/subsections.
4339 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4340 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4341 (Saving Properties): Delete node/subsection.
4342
43432007-05-07 Karl Berry <karl@gnu.org>
4344
4345 * elisp.texi (EMACSVER): Back to 22.
4346
43472007-05-06 Richard Stallman <rms@gnu.org>
4348
4349 * processes.texi (Accepting Output): Revert most of previous change.
4350
43512007-05-05 Richard Stallman <rms@gnu.org>
4352
4353 * processes.texi (Accepting Output): accept-process-output
4354 uses microseconds, not milliseconds. But that arg is obsolete.
4355
43562007-05-04 Karl Berry <karl@tug.org>
4357
4358 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4359
43602007-05-04 Eli Zaretskii <eliz@gnu.org>
4361
4362 * tips.texi (Documentation Tips): Rearrange items to place the
4363 more important ones first. Add an index entry for hyperlinks.
4364
43652007-05-03 Karl Berry <karl@gnu.org>
4366
4367 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4368 (EMACSVER) [smallbook]: 22 for printed version.
4369
4370 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4371 so restore anchor to normal position after defun. Found by Kevin Ryde.
4372
43732007-04-26 Glenn Morris <rgm@gnu.org>
4374
4375 * elisp.texi (EMACSVER): Increase to 22.1.50.
4376
43772007-04-28 Karl Berry <karl@gnu.org>
4378
4379 * elisp.texi: Improve line breaks on copyright page,
4380 similar layout to emacs manual, 8.5x11 by default.
4381
43822007-04-24 Richard Stallman <rms@gnu.org>
4383
4384 * text.texi (Special Properties): Add xref to Overlay Properties.
4385
4386 * display.texi (Overlay Properties): Add xref to Special Properties.
4387
43882007-04-22 Richard Stallman <rms@gnu.org>
4389
4390 * keymaps.texi (Extended Menu Items): Move the info about
4391 format with cached keyboard binding.
4392
43932007-04-21 Richard Stallman <rms@gnu.org>
4394
4395 * text.texi (Special Properties): Clarify previous change.
4396
4397 * files.texi (File Name Expansion): Clarify previous change.
4398
4399 * display.texi (Attribute Functions): Fix example for
4400 face-attribute-relative-p.
4401
44022007-04-19 Kenichi Handa <handa@m17n.org>
4403
4404 * text.texi (Special Properties): Document composition property.
4405
44062007-04-19 Glenn Morris <rgm@gnu.org>
4407
4408 * files.texi (File Name Expansion): Mention "superroot".
4409
44102007-04-15 Chong Yidong <cyd@stupidchicken.com>
4411
4412 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4413 setups.
4414 (Display Feature Testing): Note that display refers to all
4415 physical monitors for multi-monitor setups.
4416
44172007-04-14 Richard Stallman <rms@gnu.org>
4418
4419 * lists.texi (Sets And Lists): Clarify `delete' examples.
4420 Remove spurious xref to same node.
4421 Clarify xref for add-to-list.
4422
44232007-04-12 Nick Roberts <nickrob@snap.net.nz>
4424
4425 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4426 value of lisp-mode-map.
4427
44282007-04-11 Karl Berry <karl@gnu.org>
4429
4430 * anti.texi (Antinews):
4431 * display.texi (Overlay Properties, Defining Images):
4432 * processes.texi (Synchronous Processes, Sentinels):
4433 * syntax.texi (Syntax Table Internals):
4434 * searching.texi (Regexp Special):
4435 * nonascii.texi (Default Coding Systems):
4436 * text.texi (Special Properties):
4437 * minibuf.texi (Basic Completion): Wording to improve breaks in
4438 8.5x11 format.
4439 * elisp.texi (smallbook): New @set to more easily switch between
4440 smallbook and 8.5x11.
4441
44422007-04-11 Richard Stallman <rms@gnu.org>
4443
4444 * text.texi (Lazy Properties): Minor fix.
4445
44462007-04-08 Karl Berry <karl@gnu.org>
4447
4448 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4449 * macros.texi (Backquote): Downcase Backquote in index entries for
4450 consistency.
4451
44522007-04-08 Richard Stallman <rms@gnu.org>
4453
4454 * text.texi (Adaptive Fill): Just describe default,
4455 don't show it (since it contains non-ASCII chars).
4456
44572007-04-07 Karl Berry <karl@gnu.org>
4458
4459 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4460 adaptive-fill-regexp's value, since they are not in the standard
4461 TeX fonts.
4462
44632007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4464
4465 * display.texi (Defining Faces): Fix example.
4466
44672007-04-07 Karl Berry <karl@gnu.org>
4468
4469 * display.texi (Button Buffer Commands): Improve page break.
4470
44712007-04-07 Richard Stallman <rms@gnu.org>
4472
4473 * advice.texi (Activation of Advice): Remove redundant index entry.
4474
4475 * backups.texi: Improve index entries. Remove redundant ones.
4476
4477 * compile.texi (Byte Compilation): Improve index entry.
4478
4479 * hash.texi (Creating Hash): Improve index entry.
4480
4481 * symbols.texi (Definitions): Improve index entry.
4482
4483 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4484
4485 * maps.texi (Standard Keymaps): Remove useless index entry.
4486
4487 * help.texi (Documentation Basics): Remove redundant index entries.
4488
4489 * customize.texi: Improve index entries.
4490 Remove redundant/useless ones.
4491
4492 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4493
4494 * streams.texi (Output Variables): Improve index entry.
4495
4496 * abbrevs.texi (Abbrevs): Remove useless index entry.
4497
4498 * macros.texi (Expansion): Remove useless index entry.
4499
4500 * text.texi: Improve index entries. Remove redundant/useless ones.
4501 (Text Properties, Examining Properties)
4502 (Special Properties): Use "property category" instead of "category"
4503 to refer to the `category' property.
4504
4505 * positions.texi: Improve index entries. Remove useless one.
4506
4507 * lists.texi: Improve index entries. Remove redundant/useless ones.
4508
4509 * os.texi: Improve index entries.
4510 (Timers): Fix previous change.
4511
4512 * buffers.texi: Improve index entries.
4513 (Modification Time): Get rid of term "obsolete buffer".
4514
4515 * debugging.texi: Improve index entries.
4516 (Test Coverage): Add xref to other test coverage ftr.
4517
4518 * eval.texi: Improve index entry. Remove redundant ones.
4519
4520 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4521
4522 * files.texi: Improve index entries. Remove redundant/useless ones.
4523
4524 * objects.texi: Improve index entries.
4525
4526 * processes.texi: Improve index entries.
4527
4528 * modes.texi: Improve index entry. Remove redundant one.
4529
4530 * nonascii.texi: Improve index entries.
4531
4532 * internals.texi: Improve index entries.
4533
4534 * syntax.texi: Improve index entries.
4535
4536 * keymaps.texi (Active Keymaps): Improve index entries.
4537
4538 * commands.texi: Improve index entries. Remove redundant/useless ones.
4539
4540 * frames.texi: Improve index entries. Remove redundant/useless ones.
4541
4542 * markers.texi: Improve index entries. Remove redundant ones.
4543
4544 * tips.texi: Improve index entries.
4545
4546 * loading.texi (Unloading): Improve index entry.
4547
4548 * variables.texi: Improve index entries. Remove redundant one.
4549
4550 * sequences.texi: Improve index entry.
4551
4552 * display.texi: Improve index entries. Remove redundant ones.
4553
4554 * windows.texi: Improve index entries.
4555
4556 * searching.texi: Improve index entries. Remove redundant one.
4557
4558 * strings.texi (Case Tables): Improve last change.
4559
45602007-04-04 Chong Yidong <cyd@stupidchicken.com>
4561
4562 * strings.texi (Case Tables): Document with-case-table and
4563 ascii-case-table.
4564
45652007-04-03 Karl Berry <karl@gnu.org>
4566
4567 * processes.texi (Network): Reword to improve page break.
4568
45692007-04-03 Eli Zaretskii <eliz@gnu.org>
4570
4571 * functions.texi (Inline Functions): Describe more disadvantages
4572 of defsubst, and make advice against it stronger.
4573
45742007-04-02 Karl Berry <karl@gnu.org>
4575
4576 * backups.texi (Backup Names): Avoid widow words.
4577 * modes.texi (Example Major Modes): Align last comment.
4578
45792007-04-01 Chong Yidong <cyd@stupidchicken.com>
4580
4581 * keymaps.texi (Remapping Commands): Document new arg to
4582 command-remapping.
4583
45842007-04-01 Karl Berry <karl@gnu.org>
4585
4586 * processes.texi (Low-Level Network): Typo.
4587 * loading.texi (Hooks for Loading): Avoid double "the".
4588 * keymaps.texi (Key Sequences): No double "and".
4589 (Changing Key Bindings): Shorten to improve line break.
4590
45912007-03-31 Glenn Morris <rgm@gnu.org>
4592
4593 * os.texi (Timers): Fix description of run-at-time TIME formats.
4594
45952007-03-31 Richard Stallman <rms@gnu.org>
4596
4597 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4598 regarding ellipsis.
4599
46002007-03-31 Eli Zaretskii <eliz@gnu.org>
4601
4602 * intro.texi (nil and t):
4603 * symbols.texi (Plists and Alists):
4604 * variables.texi (Variable Aliases, Constant Variables):
4605 * functions.texi (Defining Functions):
4606 * advice.texi (Advising Primitives):
4607 * debugging.texi (Syntax Errors, Compilation Errors):
4608 * minibuf.texi (Minibuffer Windows):
4609 * commands.texi (Adjusting Point):
4610 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4611 (Auto Major Mode, Major Mode Conventions):
4612 * help.texi (Describing Characters):
4613 * files.texi (Create/Delete Dirs, Information about Files)
4614 (File Locks, Writing to Files, Reading from Files)
4615 (Saving Buffers):
4616 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4617 * frames.texi (Finding All Frames):
4618 * positions.texi (Buffer End, Motion):
4619 * markers.texi (The Region):
4620 * text.texi (Deletion, Near Point):
4621 * display.texi (Displaying Messages, Truncation):
4622 * os.texi (Processor Run Time):
4623 * tips.texi (Key Binding Conventions, Programming Tips)
4624 (Warning Tips, Documentation Tips, Comment Tips):
4625 * internals.texi (Memory Usage): Improve indexing.
4626
4627 * variables.texi (Frame-Local Variables):
4628 * functions.texi (Argument List):
4629 * loading.texi (Library Search):
4630 * streams.texi (Output Variables):
4631 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4632 * searching.texi (Replacing Match, Search and Replace):
4633 * processes.texi (Byte Packing, Decoding Output)
4634 (Accepting Output, Network Servers, Shell Arguments):
4635 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4636 * windows.texi (Window Point, Window Start):
4637 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4638 * commands.texi (Reading Input, Keyboard Events):
4639 * minibuf.texi (Reading File Names, Minibuffer Completion)
4640 (Recursive Mini):
4641 * positions.texi (List Motion):
4642 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4643 * numbers.texi (Arithmetic Operations, Math Functions)
4644 (Predicates on Numbers, Comparison of Numbers):
4645 (Numeric Conversions):
4646 * locals.texi (Standard Buffer-Local Variables):
4647 * maps.texi (Standard Keymaps):
4648 * os.texi (User Identification, System Environment, Recording Input)
4649 (X11 Keysyms):
4650 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4651 * backups.texi (Backups and Auto-Saving):
4652 * customize.texi (Customization, Group Definitions)
4653 (Variable Definitions):
4654 * compile.texi (Byte Compilation): Improve index entries.
4655
46562007-03-31 Karl Berry <karl@gnu.org>
4657
4658 * macros.texi (Defining Macros): Avoid widow syllable.
4659
46602007-03-31 Eli Zaretskii <eliz@gnu.org>
4661
4662 * elisp.texi (Top): Postscript -> PostScript.
4663
4664 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4665
46662007-03-31 Markus Triska <markus.triska@gmx.at>
4667
4668 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4669
46702007-03-30 Karl Berry <karl@gnu.org>
4671
4672 * lists.texi (List-related Predicates): Remove spurious @need.
4673 (Setcdr): Use @smallexample to improve page break.
4674 (Association Lists) <assoc>: Reword to improve page break.
4675
4676 * strings.texi (String Conversion): Insert blank line to improve
4677 page break.
4678
4679 * numbers.texi (Random Numbers): Use @minus{}.
4680 (Math Functions): Use @minus{}.
4681
4682 * intro.texi (Acknowledgements): Avoid line breaks before middle
4683 initials.
4684
46852007-03-24 Eli Zaretskii <eliz@gnu.org>
4686
4687 * errors.texi (Standard Errors): Add an index entry.
4688
46892007-03-19 Richard Stallman <rms@gnu.org>
4690
4691 * os.texi (Recording Input): recent-keys now gives 300 keys.
4692
46932007-03-12 Glenn Morris <rgm@gnu.org>
4694
4695 * os.texi: Replace "daylight savings" with "daylight saving"
4696 throughout.
4697
46982007-03-05 Richard Stallman <rms@gnu.org>
4699
5dcb4c4e
SM
4700 * variables.texi (File Local Variables):
4701 Update enable-local-variables values.
b8d4c8d0
GM
4702
47032007-03-04 Richard Stallman <rms@gnu.org>
4704
4705 * syntax.texi (Control Parsing): Minor clarification.
4706
4707 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4708
4709 * sequences.texi (Sequence Functions): Move string-bytes away,
4710 add xref.
4711
4712 * nonascii.texi (Text Representations): Move string-bytes here.
4713
4714 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4715
4716 * minibuf.texi (Basic Completion): Minor clarification.
4717
4718 * markers.texi (The Mark): Clarify existence vs activation of mark.
4719 Other cleanup.
4720
4721 * display.texi (Finding Overlays): Write better example.
4722
4723 * compile.texi (Eval During Compile): Clarify putting macros
4724 in eval-when-compile.
4725
c5602427 47262007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4727
4728 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4729 load-read-function definition doc.
b8d4c8d0
GM
4730
47312007-02-21 Kim F. Storm <storm@cua.dk>
4732
4733 * strings.texi (Text Comparison): Mention that assoc-string
4734 converts symbols to strings before testing.
4735
47362007-02-17 Kim F. Storm <storm@cua.dk>
4737
4738 * processes.texi (Bindat Spec): Vector types can have optional
4739 element type.
4740 (Bindat Examples): Fix example. Add vector with element type.
4741
47422007-02-16 Andreas Schwab <schwab@suse.de>
4743
4744 * strings.texi (Formatting Strings): Document '+' flag.
4745
47462007-02-15 Juanma Barranquero <lekktu@gmail.com>
4747
4748 * strings.texi (Modifying Strings): Clarify that `clear-string'
4749 always converts the string to unibyte.
4750
47512007-02-14 Kim F. Storm <storm@cua.dk>
4752
4753 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4754 Rewrite glyph code description to refer to these functions.
4755 Remove details of encoding face number and char into integer code.
4756
47572007-02-03 Alan Mackenzie <acm@muc.de>
4758
4759 * loading.texi (Hooks for Loading): Make the description of
4760 `eval-after-load' more detailed, and amend the description of
4761 after-load-alist, in accordance with changes from 2006-05.
4762
47632007-02-03 Chong Yidong <cyd@stupidchicken.com>
4764
4765 * modes.texi (Defining Minor Modes): Document that a :require
4766 keyword or similar may be required to make saved customization
4767 variables work.
4768
47692007-02-03 Eli Zaretskii <eliz@gnu.org>
4770
4771 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4772 Texinfo guidelines and with what texnfo-upd.el expects.
4773 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4774 parts needed by `texinfo-multiple-files-update'.
4775
47762007-02-02 Eli Zaretskii <eliz@gnu.org>
4777
4778 * elisp.texi (Top): Update the top-level menus.
4779
4780 * syntax.texi (Categories): Add index entries.
4781
47822007-02-01 Juanma Barranquero <lekktu@gmail.com>
4783
4784 * display.texi (Attribute Functions): Fix name and description of
4785 the UNDERLINE arg of `set-face-underline-p'.
4786
47872007-01-29 Eli Zaretskii <eliz@gnu.org>
4788
4789 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4790 Variables", and "Standard Keymaps" to the detailed menu.
4791
4792 * variables.texi (Future Local Variables): Add index entry.
4793
47942007-01-28 Richard Stallman <rms@gnu.org>
4795
4796 * tips.texi (Coding Conventions): Clarify the tip about macros
4797 that define a function or a variable.
4798
4799 * files.texi (File Attributes): UID and GID can be floats.
4800 (Magic File Names): Explain why deferring all operations to
4801 the standard handler does not work.
4802
48032007-01-23 Martin Rudalics <rudalics@gmx.at>
4804
4805 * backups.texi (Reverting): Use "buffer" instead of "file"
4806 when talking about major and minor modes.
4807
48082007-01-21 Richard Stallman <rms@gnu.org>
4809
4810 * help.texi (Documentation): Add xref to Documentation Tips.
4811
48122007-01-14 Juanma Barranquero <lekktu@gmail.com>
4813
4814 * tips.texi (Coding Conventions): Fix typos.
4815
48162007-01-05 Richard Stallman <rms@gnu.org>
4817
4818 * modes.texi (Defining Minor Modes): Fix previous change.
4819
48202007-01-03 Richard Stallman <rms@gnu.org>
4821
4822 * customize.texi (Variable Definitions, Customization Types):
4823 Don't use * in doc string for defcustom.
4824
48252007-01-02 Richard Stallman <rms@gnu.org>
4826
4827 * variables.texi (Variable Aliases): Clarify that aliases vars
4828 always have the same value.
4829
4830 * processes.texi (Bindat Spec): Fix Texinfo usage.
4831
4832 * modes.texi (Defining Minor Modes): Explain effect of command
4833 defined with define-global-minor-mode on new buffers.
4834
48352006-12-30 Kim F. Storm <storm@cua.dk>
4836
4837 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4838 `auto-resize-tool-bars'.
4839
48402006-12-30 Richard Stallman <rms@gnu.org>
4841
4842 * keymaps.texi (Active Keymaps): Fix previous change.
4843
48442006-12-30 Nick Roberts <nickrob@snap.net.nz>
4845
4846 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4847
48482006-12-30 Kim F. Storm <storm@cua.dk>
4849
4850 * processes.texi (Bindat Spec): Clarify using field names in
4851 length specifications.
4852
48532006-12-29 Kim F. Storm <storm@cua.dk>
4854
4855 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4856 Add count and index variables for eval forms in repeat blocks.
4857
48582006-12-24 Richard Stallman <rms@gnu.org>
4859
5dcb4c4e
SM
4860 * customize.texi (Variable Definitions):
4861 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4862
48632006-12-19 Kim F. Storm <storm@cua.dk>
4864
4865 * commands.texi (Misc Events): User signals now result in sigusr1
4866 and sigusr2 events which are handled through special-event-map.
4867 (Special Events): User signals and drag-n-drop are special.
4868
48692006-12-17 Richard Stallman <rms@gnu.org>
4870
4871 * loading.texi (Named Features): Explain subfeatures better.
4872
4873 * customize.texi: Use "option" only for user options.
4874 For the keyword values inside defcustom etc, say "keywords".
4875 For :options value's elements, say "elements".
4876 :group should not be omitted.
4877
4878 * syntax.texi (Parsing Expressions): Split up node.
4879 (Motion via Parsing, Position Parse, Parser State)
4880 (Low-Level Parsing, Control Parsing): New subnodes.
4881 (Parser State): Document syntax-ppss-toplevel-pos.
4882
4883 * positions.texi (List Motion): Punctuation fix.
4884
4885 * files.texi (File Name Completion): Document PREDICATE arg
4886 to file-name-completion.
4887
48882006-12-16 Eli Zaretskii <eliz@gnu.org>
4889
4890 * internals.texi (Building Emacs, Writing Emacs Primitives):
4891 Add index entries.
4892
48932006-12-11 Richard Stallman <rms@gnu.org>
4894
4895 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4896 affects face menu. Explain how to make it non-nil without enabling
4897 any fontification.
4898
48992006-12-10 Chong Yidong <cyd@stupidchicken.com>
4900
4901 * modes.texi (Font Lock Basics): Document nil value of
4902 font-lock-defaults.
4903
49042006-12-10 Glenn Morris <rgm@gnu.org>
4905
4906 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4907 value for system-flag argument. Abbrev tables may not be empty
4908 when major modes are loaded.
4909
49102006-12-08 Juanma Barranquero <lekktu@gmail.com>
4911
4912 * makefile.w32-in (maintainer-clean): Partially revert last
4913 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4914 to protect elisp-covers.texi.
4915
49162006-12-07 Juanma Barranquero <lekktu@gmail.com>
4917
4918 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4919 Don't remove elisp* info files; they are already deleted by the
4920 `clean' and `distclean' targets, and they are in the $(infodir)
4921 directory, not the current one.
4922
49232006-12-04 Kim F. Storm <storm@cua.dk>
4924
4925 * commands.texi (Misc Events): Update signal events.
4926 (Event Examples): Add signal example.
4927
49282006-11-29 Richard Stallman <rms@gnu.org>
4929
4930 * frames.texi (Visibility of Frames): Explain visible windows
4931 can be covered by others. Add xref for raise-frame.
4932
49332006-11-28 Richard Stallman <rms@gnu.org>
4934
4935 * searching.texi (Regexp Special): Update when ^ is special.
4936
49372006-11-27 Eli Zaretskii <eliz@gnu.org>
4938
4939 * customize.texi (Customization, Common Keywords)
4940 (Group Definitions, Variable Definitions, Composite Types)
4941 (Type Keywords, Customization Types): Add index entries for
4942 various customization keywords.
4943
49442006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4947
c8763fb6 49482006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4949
4950 * frames.texi (Window System Selections): Remove clipboard from
4951 description of selection-coding-system.
4952
49532006-11-06 Richard Stallman <rms@gnu.org>
4954
4955 * lists.texi (List Variables): Document COMPARE-FN.
4956
4957 * keymaps.texi: Avoid use of "binding" to mean a relation;
4958 use it only to refer to the meaning associated with a key.
4959 (Keymaps): Change menu node description.
4960
4961 * elisp.texi (Top): Change menu node description.
4962
4963 * display.texi (Managing Overlays): Document overlay-recenter.
4964
49652006-10-29 Chong Yidong <cyd@stupidchicken.com>
4966
4967 * Makefile.in: Use relative paths to avoid advertising filesystem
4968 contents during compilation.
4969
49702006-10-23 Kim F. Storm <storm@cua.dk>
4971
4972 * commands.texi (Event Input Misc): Update unread-command-events.
4973
49742006-10-23 Nick Roberts <nickrob@snap.net.nz>
4975
4976 * lists.texi (Sets And Lists): Fix typos.
4977
49782006-10-18 Juanma Barranquero <lekktu@gmail.com>
4979
4980 * control.texi (Processing of Errors): Use @var for an argument,
4981 not @code.
4982
49832006-10-16 Richard Stallman <rms@gnu.org>
4984
4985 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4986
4987 * keymaps.texi (Format of Keymaps): Show all the keymap element
4988 patterns that result from menu items.
4989 (Key Lookup): Minor cleanups.
4990
4991 * modes.texi (Precalculated Fontification): Don't say that
4992 not setting font-lock-defaults avoids loading font-lock.
4993
4994 * help.texi (Documentation): Move xref to Emacs Manual here.
4995 (Documentation Basics): From here.
4996 Also doc emacs-lisp-docstring-fill-column.
4997
4998 * elisp.texi: Update version and ISBN.
4999
5000 * commands.texi (Interactive Call): Clarify KEYS arg to
5001 call-interactively is a vector.
5002 (Command Loop Info): Delete anchor in this-command-keys.
5003 Add anchor in this-command-keys-vector.
5004 (Recursive Editing): Document how recursive-edit
5005 handles the current buffer.
5006
50072006-10-13 Chong Yidong <cyd@stupidchicken.com>
5008
5009 * frames.texi (Frame Titles): %c and %l are ignored in
5010 frame-title-format.
5011
50122006-10-11 Richard Stallman <rms@gnu.org>
5013
5014 * keymaps.texi (Key Sequences): Clarify use of kbd.
5015
50162006-10-10 Kim F. Storm <storm@cua.dk>
5017
5018 * lists.texi (Sets And Lists): Add memql.
5019
50202006-10-03 Richard Stallman <rms@gnu.org>
5021
5022 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5023 Clarify :ascii: and :nonascii:.
5024
50252006-09-29 Juri Linkov <juri@jurta.org>
5026
5027 * modes.texi (%-Constructs): Reorder coding systems in the
5028 documentation of %z to the real order displayed in the modeline.
5029
50302006-09-25 Richard Stallman <rms@gnu.org>
5031
5032 * os.texi (Timers): Describe timer-max-repeats.
5033
50342006-09-25 Chong Yidong <cyd@stupidchicken.com>
5035
5036 * os.texi (Timers): Mention with-local-quit.
5037
50382006-09-24 Richard Stallman <rms@gnu.org>
5039
5040 * searching.texi (Searching and Matching): Mention property search.
5041
5042 * commands.texi (Command Loop Info): Explain how read-event affects
5043 this-command-keys.
5044
50452006-09-20 Richard Stallman <rms@gnu.org>
5046
5047 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5048
5049 * windows.texi (Window Start): Minor cleanups.
5050
50512006-09-20 Kim F. Storm <storm@cua.dk>
5052
5053 * windows.texi (Window Start): pos-visible-in-window-p allows
5054 specifying t for position to mean "end of window".
5055 Add window-line-height.
5056
5057 * anti.texi (Antinews): Mention window-line-height.
5058
50592006-09-19 David Kastrup <dak@gnu.org>
5060
5061 * keymaps.texi (Searching Keymaps): Small clarification.
5062
50632006-09-18 Richard Stallman <rms@gnu.org>
5064
5065 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5066 cause keyboard menus.
5067 (Menu Keymaps): Likewise.
5068 (Defining Menus, Keyboard Menus): Clarify.
5069
5070 * text.texi (Fields): Clarify explanation of constrain-to-field.
5071
50722006-09-16 Eli Zaretskii <eliz@gnu.org>
5073
5074 * variables.texi (Tips for Defining): Fix a typo.
5075
50762006-09-15 Richard Stallman <rms@gnu.org>
5077
5078 * keymaps.texi (Remapping Commands, Searching Keymaps)
5079 (Active Keymaps): Clean up previous change.
5080
50812006-09-15 Jay Belanger <belanger@truman.edu>
5082
5083 * gpl.texi: Replace "Library Public License" by "Lesser Public
5084 License" throughout.
5085
50862006-09-15 David Kastrup <dak@gnu.org>
5087
5088 * keymaps.texi (Active Keymaps): Adapt description to use
5089 `get-char-property' instead `get-text-property'. Explain how
5090 mouse events change this. Explain the new optional argument of
5091 `key-binding' and its mouse-dependent lookup.
5092 (Searching Keymaps): Adapt description similarly.
5093 (Remapping Commands): Explain the new optional argument of
5094 `command-remapping'.
5095
50962006-09-14 Richard Stallman <rms@gnu.org>
5097
5098 * keymaps.texi (Searching Keymaps): Clarification.
5099 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5100
51012006-09-13 Richard Stallman <rms@gnu.org>
5102
5103 * objects.texi (Character Type): Node split.
5104 Add xref to Describing Characters.
5105 (Basic Char Syntax, General Escape Syntax)
5106 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5107
51082006-09-11 Richard Stallman <rms@gnu.org>
5109
5110 * display.texi (Display Table Format): Wording clarification.
5111 (Glyphs): Clarifications.
5112
51132006-09-10 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5116 local maps.
5117
51182006-09-10 Kim F. Storm <storm@cua.dk>
5119
5120 * display.texi (Forcing Redisplay): Document return value of
5121 function redisplay.
5122
51232006-09-09 Richard Stallman <rms@gnu.org>
5124
5125 * windows.texi (Window Hooks): Explain limits of
5126 window-scroll-functions.
5127
5128 * display.texi (Fringe Indicators): Update for last change in
5129 indicate-buffer-boundaries.
5130
51312006-09-08 Richard Stallman <rms@gnu.org>
5132
5133 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5134
51352006-09-06 Kim F. Storm <storm@cua.dk>
5136
5137 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5138
5139 * windows.texi (Window Start): Update pos-visible-in-window-p.
5140
51412006-09-04 Richard Stallman <rms@gnu.org>
5142
5143 * processes.texi (Accepting Output): Explain SECONDS=0 for
5144 accept-process-output.
5145
5146 * os.texi (Idle Timers): Explain why timer functions should not
5147 loop until (input-pending-p).
5148
51492006-09-02 Eli Zaretskii <eliz@gnu.org>
5150
5151 * makefile.w32-in (usermanualdir): New variable.
5152 (elisp.dvi): Use it.
5153
51542006-09-01 Eli Zaretskii <eliz@gnu.org>
5155
5156 * buffers.texi (Buffer Modification): Fix last change.
5157
51582006-09-01 Chong Yidong <cyd@stupidchicken.com>
5159
5dcb4c4e
SM
5160 * buffers.texi (Buffer Modification):
5161 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5162
51632006-08-31 Richard Stallman <rms@gnu.org>
5164
5165 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5166
51672006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5168
5169 * modes.texi (Syntactic Font Lock):
5170 Mention font-lock-syntactic-face-function
5171 instead of specific faces.
5172
51732006-08-29 Chong Yidong <cyd@stupidchicken.com>
5174
5175 * display.texi (Images): Add xrref to display-images-p.
5176
51772006-08-28 Kenichi Handa <handa@m17n.org>
5178
5179 * nonascii.texi (Lisp and Coding Systems): Fix description of
5180 detect-coding-region.
5181
51822006-08-27 Michael Olson <mwolson@gnu.org>
5183
5184 * processes.texi (Transaction Queues): Remove stray quote
5185 character.
5186
51872006-08-25 Richard Stallman <rms@gnu.org>
5188
5189 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5190 Add xref.
5191
51922006-08-24 Chong Yidong <cyd@stupidchicken.com>
5193
5194 * os.texi (Timers): Avoid waiting inside timers.
5195
51962006-08-21 Lute Kamstra <lute@gnu.org>
5197
5198 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5199
52002006-08-20 Richard Stallman <rms@gnu.org>
5201
5202 * os.texi (Idle Timers): New node, split out from Timers.
5203 Document current-idle-time.
5204 * commands.texi (Reading One Event): Update xref.
5205 * elisp.texi (Top): Update subnode menu.
5206
52072006-08-16 Richard Stallman <rms@gnu.org>
5208
5209 * keymaps.texi (Extended Menu Items): Show format of cached
5210 bindings in extended menu items.
5211
5212 * customize.texi (Variable Definitions): Explain when the
5213 standard value expression is evaluated.
5214
52152006-08-15 Chong Yidong <cyd@stupidchicken.com>
5216
5217 * commands.texi (Reading One Event): Explain idleness in
5218 `read-event'.
5219
52202006-08-12 Chong Yidong <cyd@stupidchicken.com>
5221
5222 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5223 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5224 relevant for Lisp programming.
5225 (Yank Commands): Rewrite introduction.
5226 (Undo): Clarify.
5227 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5228 (Filling): Remove redundant comment. Clarify return value of
5229 current-justification.
5230 (Margins): Minor clarifications.
5231 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5232 (Sorting): Update definition of sort-lines.
5233 (Columns): Clarify behavior of sort-columns.
5234 (Indent Tabs): Link to Tab Stops in Emacs manual.
5235 (Special Properties): Clarify.
5236 (Clickable Text): Mention Buttons package.
5237
52382006-08-12 Kevin Ryde <user42@zip.com.au>
5239
5240 * os.texi (Time Parsing): Add %z to description of
5241 format-time-string, as per docstring. Add cross reference to
5242 glibc manual for strftime.
5243
52442006-08-08 Richard Stallman <rms@gnu.org>
5245
5246 * modes.texi: Clean up wording in previous change.
5247
52482006-08-07 Chong Yidong <cyd@stupidchicken.com>
5249
5250 * modes.texi (Hooks): Clarify.
5251 (Major Mode Basics): Mention define-derived-mode explicitly.
5252 (Major Mode Conventions): Rebinding RET is OK for some modes.
5253 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5254 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5255 (Mode Line Basics): Clarify.
5256 (Mode Line Data): Mention help-echo and local-map in strings.
5257 Explain reason for treatment of non-risky variables.
5258 (Properties in Mode): Clarify.
5259 (Faces for Font Lock): Add font-lock-negation-char-face.
5260
52612006-08-04 Eli Zaretskii <eliz@gnu.org>
5262
5263 * strings.texi (Formatting Strings): Warn against arbitrary
5264 strings as first arg to `format'.
5265
52662006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5267
5268 * text.texi (Clickable Text): Mention `help-echo' text property.
5269 Update intro, examples and associated explanations.
5270
52712006-07-31 Richard Stallman <rms@gnu.org>
5272
5273 * commands.texi: Update xrefs.
5274 (Event Mod): New node, cut out from old Translating Input.
5275
5276 * maps.texi: Update xrefs.
5277
5278 * keymaps.texi (Translation Keymaps): New node.
5279 Update xrefs from Translating Input to Translation Keymaps.
5280
5281 * elisp.texi (Top): Update subnode menu.
5282
5283 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5284
5285 * os.texi (System Interface): Fix menu descriptions of some nodes.
5286 (Translating Input): Node deleted.
5287
52882006-07-31 Nick Roberts <nickrob@snap.net.nz>
5289
5290 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5291
5292 * lists.texi (Sets And Lists): Likewise.
5293
52942006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5295
5296 * text.texi (Fields): Mention POS
5297 requirement when narrowing is in effect.
5298
52992006-07-28 Richard Stallman <rms@gnu.org>
5300
5301 * display.texi (Face Attributes): Simplify wording.
5302 (Attribute Functions): Clarify meaning of new-frame default
5303 attribute settings.
5304
5305 * customize.texi (Common Keywords): Document how to use
5306 :package-version in a package not in Emacs.
5307
53082006-07-28 Kim F. Storm <storm@cua.dk>
5309
5310 * commands.texi (Reading One Event): Fix last change.
5311
53122006-07-26 Chong Yidong <cyd@stupidchicken.com>
5313
5314 * commands.texi (Reading One Event): Document SECONDS argument for
5315 read-event, read-char, and read-char-exclusive.
5316
53172006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5320 to ensure correct identification.
5321
53222006-07-24 Richard Stallman <rms@gnu.org>
5323
5324 * text.texi (Clickable Text): Clarify.
5325
5326 * sequences.texi (Vector Functions): Delete duplicate xref.
5327
5328 * objects.texi (Function Type): Clarify.
5329
5330 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5331 modes.
5332
5333 * lists.texi (List Variables): New node.
5334 Material moved from other nodes.
5335
5336 * variables.texi (Setting Variables): add-to-list and
5337 add-to-ordered-list moved to List Variables node.
5338
53392006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5340
5341 * text.texi (Links and Mouse-1):
5342 For mouse-on-link-p, expand on arg POS.
5343
53442006-07-21 Kim F. Storm <storm@cua.dk>
5345
5346 * display.texi (Forcing Redisplay): Don't mention systems which
5347 don't support sub-second timers for redisplay-preemption-period.
5348
5349 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5350
53512006-07-21 Eli Zaretskii <eliz@gnu.org>
5352
5353 * frames.texi (Input Focus): Document that focus-follows-mouse has
5354 no effect on MS-Windows.
5355
53562006-07-18 Richard Stallman <rms@gnu.org>
5357
5358 * display.texi (Forcing Redisplay): Cleanups in previous change.
5359
5360 * processes.texi (Low-Level Network): Make menu more convenient.
5361
53622006-07-18 Kim F. Storm <storm@cua.dk>
5363
5364 * display.texi (Forcing Redisplay): redisplay-preemption-period
5365 only used on window systems. Add xref to Terminal Output.
5366
5367 * os.texi (Terminal Output): baud-rate only controls preemption on
5368 non-window systems. Add xref to Forcing Redisplay.
5369
5370 * processes.texi (Low-Level Network): Rename node "Make Network"
5371 to "Network Processes".
5372
53732006-07-18 Karl Berry <karl@gnu.org>
5374
5375 * variables.texi, functions.texi, customize.texi, loading.texi:
5376 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5377
53782006-07-17 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5381
53822006-07-17 Richard Stallman <rms@gnu.org>
5383
5384 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5385 Put period and comma inside quotes.
5386
5387 * loading.texi, markers.texi: Use real doublequote inside menus.
5388
5389 * windows.texi: Put point and comma inside quotes.
5390 (Textual Scrolling): Use @samp for error message.
5391
5392 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5393 * strings.texi, streams.texi, processes.texi, os.texi:
5394 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5395 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5396 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5397 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5398 Put point and comma inside quotes.
5399
5400 * control.texi (Processing of Errors): Add command-error-function.
5401
5402 * variables.texi (File Local Variables): Clarify that
5403 file local variables make buffer-local bindings.
5404
5405 * modes.texi (Syntactic Font Lock): Give default for
5406 font-lock-syntax-table.
5407
54082006-07-17 Nick Roberts <nickrob@snap.net.nz>
5409
5410 * text.texi (Special Properties): Clean up previous change.
5411
54122006-07-16 Karl Berry <karl@gnu.org>
5413
5414 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5415 * control.texi: Fix bad page breaks through chapter 10 (control).
5416
5417 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5418 underfull hbox.
5419
54202006-07-15 Nick Roberts <nickrob@snap.net.nz>
5421
5422 * text.texi (Special Properties): Describe fontified text property
5423 in relation to a character (not text).
5424
54252006-07-15 Kim F. Storm <storm@cua.dk>
5426
5427 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5428 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5429 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5430
5431 * anti.texi (Antinews): Mention redisplay function.
5432 The kbd macro existed, but was not documented, before 22.x.
5433 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5434
54352006-07-14 Nick Roberts <nickrob@snap.net.nz>
5436
5437 * display.texi (Displaying Messages): Add anchor.
5438
5439 * frames.texi (Dialog Boxes): Use it.
5440
54412006-07-12 Richard Stallman <rms@gnu.org>
5442
5443 * objects.texi (Frame Type): Explain nature of frames better.
5444
5445 * frames.texi (Frames): Explain nature of frames better.
5446
54472006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5448
5449 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5450
54512006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5452
5453 * frames.texi (Window System Selections): Mention scrap support for Mac.
5454 Default value of x-select-enable-clipboard is t on Mac.
5455
5456 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5457
54582006-07-11 Kim F. Storm <storm@cua.dk>
5459
5460 * display.texi (Forcing Redisplay): Add `redisplay' function.
5461 Don't mention (sit-for -1) -- use (redisplay t) instead.
5462
5463 * commands.texi (Waiting): (sit-for -1) is no longer special.
5464 (sit-for 0) is equivalent to (redisplay).
5465 Iconifying/deiconifying no longer makes sit-for return.
5466
54672006-07-10 Nick Roberts <nickrob@snap.net.nz>
5468
5469 * display.texi (Buttons): Fix typo.
5470
5471 * index.texi, elisp.texi (New Symbols): Comment node out.
5472
54732006-07-09 Richard Stallman <rms@gnu.org>
5474
5475 * display.texi (Truncation): Clean up previous change.
5476
54772006-07-08 Richard Stallman <rms@gnu.org>
5478
5479 * commands.texi (Interactive Call): Use 3 as prefix in example
5480 for execute-extended-command.
5481
5482 * display.texi (Attribute Functions): Move paragraph about
5483 compatibility with Emacs < 21.
5484
54852006-07-09 Kim F. Storm <storm@cua.dk>
5486
5487 * display.texi (Refresh Screen): Clarify force-window-update.
5488 (Truncation): "Normally" indicated by fringe arrows.
5489
54902006-07-08 Eli Zaretskii <eliz@gnu.org>
5491
5492 * windows.texi (Textual Scrolling, Resizing Windows):
5493 * variables.texi (Constant Variables):
5494 * text.texi (Buffer Contents, Deletion, Changing Properties)
5495 (Property Search, Special Properties, Sticky Properties)
5496 (Links and Mouse-1, Fields, Change Hooks):
5497 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5498 (Categories):
5499 * symbols.texi (Other Plists):
5500 * streams.texi (Output Variables):
5501 * processes.texi (Input to Processes, Query Before Exit):
5502 * positions.texi (Word Motion, Text Lines, List Motion):
5503 * os.texi (Init File, System Environment, Sound Output)
5504 (Session Management):
5505 * nonascii.texi (Text Representations, Character Sets)
5506 (Chars and Bytes, Locales):
5507 * modes.texi (Defining Minor Modes, Header Lines):
5508 * minibuf.texi (Minibuffer Contents):
5509 * markers.texi (Information from Markers):
5510 * lists.texi (List Elements, Building Lists, Association Lists):
5511 * keymaps.texi (Tool Bar):
5512 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5513 * functions.texi (What Is a Function, Mapping Functions):
5514 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5515 (Color Names, Text Terminal Colors, Display Feature Testing):
5516 * files.texi (Visiting Functions, File Name Components)
5517 (Unique File Names, Contents of Directories):
5518 * display.texi (Forcing Redisplay, Displaying Messages)
5519 (Temporary Displays, Font Selection, Auto Faces)
5520 (Font Lookup, Fringe Indicators, Display Margins)
5521 (Image Descriptors, Showing Images, Image Cache, Button Types)
5522 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5523 (Display Table Format, Glyphs):
5524 * control.texi (Iteration):
5525 * commands.texi (Command Loop Info, Adjusting Point):
5526 * backups.texi (Making Backups, Auto-Saving):
5527 Remove @tindex entries.
5528
55292006-07-07 Kim F. Storm <storm@cua.dk>
5530
5531 * display.texi (Fringe Cursors): Fix typo.
5532 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5533 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5534
55352006-07-05 Richard Stallman <rms@gnu.org>
5536
5537 * text.texi (Buffer Contents): Add example of text props
5538 in result of buffer-substring.
5539 (Text Properties): Explain better about use of specific property names.
5540 (Property Search): Some cleanups; reorder some functions.
5541
5542 * keymaps.texi (Changing Key Bindings): Cleanup.
5543 Add xref to Key Binding Conventions.
5544
5545 * display.texi (Attribute Functions): Add examples for
5546 face-attribute-relative-p.
5547
5548 * tips.texi (Coding Conventions): Cleanup last change.
5549
55502006-07-05 Karl Berry <karl@gnu.org>
5551
5552 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5553 Remove @setchapternewpage odd.
5554 Result is 1013 pages, down from 1100.
5555
5556 * anti.texi, customize.texi, display.texi, internals.texi:
5557 * minibuf.texi, modes.texi, tips.texi:
5558 Fix overfull/underfull boxes.
5559
55602006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5561
5562 * edebug.texi (Instrumenting):
5563 Add Edebug-specific findex for eval-buffer.
5564 * loading.texi (Loading):
5565 Replace eval-current-buffer with eval-buffer.
5566
55672006-06-30 Nick Roberts <nickrob@snap.net.nz>
5568
5569 * locals.texi (Standard Buffer-Local Variables): Update the list
5570 of variables.
5571
55722006-06-26 Nick Roberts <nickrob@snap.net.nz>
5573
5574 * files.texi (File Name Completion): Point user to the node
5575 "Reading File Names".
5576
55772006-06-24 Eli Zaretskii <eliz@gnu.org>
5578
5579 * files.texi (Contents of Directories): Document case-insensitive
5580 behavior on respective filesystems.
5581
5582 * objects.texi (Character Type): Document that Emacs signals an
5583 error for unsupported Unicode characters specified as \uNNNN.
5584
55852006-06-19 Richard Stallman <rms@gnu.org>
5586
5587 * processes.texi (Bindat Spec): Clarify previous change.
5588
55892006-06-16 Richard Stallman <rms@gnu.org>
5590
5591 * tips.texi (Coding Conventions): Better explain conventions
5592 for definition constructs.
5593
5594 * text.texi (Special Properties): String value of `read-only'
5595 serves as the error message.
5596
5597 * objects.texi (Character Type): Clarify prev. change.
5598 (Non-ASCII in Strings): Mention \u and \U.
5599
5600 * commands.texi (Using Interactive): Explain problem of
5601 markers, etc., in command-history.
5602
56032006-06-14 Kim F. Storm <storm@cua.dk>
5604
5605 * commands.texi (Waiting): Negative arg to sit-for forces
5606 redisplay even if input is pending.
5607
5608 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5609 redisplay. Remove incorrect example of binding redisplay-dont-pause
5610 around (sit-for 0).
5611
56122006-06-13 Richard Stallman <rms@gnu.org>
5613
5614 * display.texi (Forcing Redisplay): Clarify previous change.
5615
56162006-06-13 Romain Francoise <romain@orebokech.com>
5617
5618 * display.texi (Forcing Redisplay): Fix typo.
5619
56202006-06-13 Kim F. Storm <storm@cua.dk>
5621
5622 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5623
56242006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5625
5626 * tips.texi (Coding Conventions): Add `@end itemize'.
5627
56282006-06-10 Richard Stallman <rms@gnu.org>
5629
5630 * tips.texi (Coding Conventions): Explain use of coding systems
5631 to ensure one decoding for strings.
5632
56332006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5634
5635 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5636 syntax.
5637
56382006-06-07 Eli Zaretskii <eliz@gnu.org>
5639
5640 * display.texi (Font Selection): Remove description of
5641 clear-face-cache.
5642
5643 * compile.texi (Eval During Compile): Fix a typo. Add index
5644 entries for possible uses of eval-when-compile.
5645
56462006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5647
5648 * display.texi (Abstract Display): Fix typo.
5649
56502006-06-03 Eli Zaretskii <eliz@gnu.org>
5651
5652 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5653 Reword variable's description.
5654
56552006-06-01 Richard Stallman <rms@gnu.org>
5656
5657 * windows.texi (Splitting Windows): Clarify splitting nonselected
5658 window.
5659
56602006-05-31 Juri Linkov <juri@jurta.org>
5661
5662 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5663
56642006-05-30 Richard Stallman <rms@gnu.org>
5665
5666 * display.texi (Line Height): Fix errors in description of
10d1d0af 5667 default line height and line-height property.
b8d4c8d0
GM
5668
5669 * nonascii.texi (Default Coding Systems): Further clarification.
5670
56712006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5672
5673 * internals.texi (Pure Storage): Mention that an overflow in pure
5674 space causes a memory leak.
5675 (Garbage Collection): If there was an overflow in pure space,
5676 `garbage-collect' returns nil.
5677
56782006-05-30 Eli Zaretskii <eliz@gnu.org>
5679
5680 * nonascii.texi (Default Coding Systems): Fix it some more.
5681
56822006-05-29 Eli Zaretskii <eliz@gnu.org>
5683
5684 * nonascii.texi (Default Coding Systems): Fix last change.
5685
56862006-05-29 Kenichi Handa <handa@m17n.org>
5687
5688 * nonascii.texi (find-operation-coding-system): Describe the new
5689 argument format (FILENAME . BUFFER).
5690
56912006-05-28 Richard Stallman <rms@gnu.org>
5692
5693 * tips.texi (Coding Conventions): Better explain reasons not to
5694 advise other packages or use `eval-after-load'.
5695
56962006-05-29 Kim F. Storm <storm@cua.dk>
5697
5698 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5699 `bindat-idx' and `bindat-raw' for clarity.
5700
57012006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5702
5703 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5704
5705 * display.texi (Display): Add "Abstract Display" to menu.
5706 (Abstract Display, Abstract Display Functions)
5707 (Abstract Display Example): New nodes.
5708 * elisp.texi (Top): Add "Abstract Display" to menu.
5709
57102006-05-27 Chong Yidong <cyd@stupidchicken.com>
5711
5712 * keymaps.texi (Key Sequences): Link to input events definition.
5713 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5714
5715 * files.texi (Changing Files): Document updated argument list for
5716 copy-file.
5717
57182006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5719
5720 * processes.texi (Bindat Functions): Explain term "total length".
5721 Use it in bindat-length and bindat-pack descriptions.
5722
57232006-05-26 Eli Zaretskii <eliz@gnu.org>
5724
5725 * tips.texi (Coding Conventions): Advise against using
5726 eval-after-load in packages. Add an index entry.
5727
57282006-05-25 Juri Linkov <juri@jurta.org>
5729
5730 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5731
5732 * modes.texi (%-Constructs): Add %e, %z, %Z.
5733
57342006-05-25 Richard Stallman <rms@gnu.org>
5735
5736 * elisp.texi (Top): Update subnode menu.
5737
5738 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5739 (Keymaps): Update menu.
5740
57412006-05-25 Chong Yidong <cyd@stupidchicken.com>
5742
5743 * keymaps.texi (Key Sequences): Some clarifications.
5744
57452006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5746
5747 * processes.texi (Bindat Functions): Say "unibyte string"
5748 explicitly for bindat-unpack and bindat-pack descriptions.
5749 (Bindat Examples): Don't call `string-make-unibyte' in example.
5750
57512006-05-25 Chong Yidong <cyd@stupidchicken.com>
5752
5dcb4c4e 5753 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5754 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5755
5756 * keymaps.texi (Changing Key Bindings):
dd7b651b 5757 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5758 * help.texi (Describing Characters): Refer to it.
5759
57602006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5761
5762 * frames.texi (Pointer Shape): @end table -> @end defvar.
5763
57642006-05-22 Richard Stallman <rms@gnu.org>
5765
5766 * elisp.texi (Top): Update subnode menus.
5767
5768 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5769 Contents rewritten; material from old Pointer Shape node moved here.
5770
5771 * display.texi (Pointer Shape): Node deleted.
5772 (Image Descriptors): Minor cleanup.
5773
57742006-05-21 Richard Stallman <rms@gnu.org>
5775
5776 * syntax.texi (Parsing Expressions): Update info on which STATE
5777 elements are ignored.
5778
57792006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5780
5781 * hooks.texi (Standard Hooks): Correct typo.
5782
5783 * gpl.texi (GPL): ifinfo -> ifnottex.
5784
57852006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5786
5787 * searching.texi (Simple Match Data): Warn about match data being
5788 set anew by every search.
5789
57902006-05-17 Richard Stallman <rms@gnu.org>
5791
5792 * minibuf.texi (Minibuffer History): Clarify.
5793
5794 * searching.texi (Regexp Special): Clarify nested regexp warning.
5795
57962006-05-16 Kim F. Storm <storm@cua.dk>
5797
5798 * minibuf.texi (Minibuffer History): Update add-to-history.
5799
58002006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5801
5dcb4c4e
SM
5802 * nonascii.texi (Explicit Encoding):
5803 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5804
58052006-05-14 Richard Stallman <rms@gnu.org>
5806
5807 * buffers.texi (Creating Buffers): Cleanup.
5808
5809 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5810
58112006-05-13 Eli Zaretskii <eliz@gnu.org>
5812
5813 * buffers.texi (Current Buffer): Document that with-temp-buffer
5814 disables undo.
5815
5816 * os.texi (Terminal-Specific): More accurate description of how
5817 Emacs searches for the terminal-specific libraries.
5818
58192006-05-12 Eli Zaretskii <eliz@gnu.org>
5820
5821 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5822 emacs-xtra to @inforef's.
5823
5824 * text.texi (Undo): Document that undo is turned off in buffers
5825 whose names begin with a space.
5826
5827 * buffers.texi (Buffer Names): Add index entries for buffers whose
5828 names begin with a space.
5829 (Creating Buffers): Document that undo is turned off in buffers
5830 whose names begin with a space.
5831
5832 * files.texi (Visiting Functions, Reading from Files)
5833 (Saving Buffers): Mention code and EOL conversions by file I/O
5834 primitives and subroutines.
5835
f4e90db0
SM
5836 * nonascii.texi (Lisp and Coding Systems):
5837 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5838
5839 * display.texi (Defining Faces): Mention `mac', and add an xref to
5840 where window-system is described.
5841
58422006-05-10 Richard Stallman <rms@gnu.org>
5843
5844 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5845
58462006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5847
5848 * variables.texi (File Local Variables): Recommend to quote lambda
5849 expressions in safe-local-variable property.
5850
58512006-05-09 Richard Stallman <rms@gnu.org>
5852
5dcb4c4e
SM
5853 * variables.texi (File Local Variables):
5854 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5855
58562006-05-07 Kim F. Storm <storm@cua.dk>
5857
5858 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5859 from add-to-history.
5860
58612006-05-07 Romain Francoise <romain@orebokech.com>
5862
5863 * commands.texi (Event Input Misc):
5864 * compile.texi (Eval During Compile):
5865 * internals.texi (Buffer Internals):
5866 * minibuf.texi (Initial Input):
5867 * nonascii.texi (Scanning Charsets):
5868 * numbers.texi (Comparison of Numbers):
5869 * windows.texi (Textual Scrolling, Vertical Scrolling):
5870 Fix various typos.
5871
58722006-05-06 Eli Zaretskii <eliz@gnu.org>
5873
5874 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5875 conditional xref's to either emacs or emacs-xtra, depending on
5876 @iftex/@ifnottex.
5877
5878 * minibuf.texi (Minibuffer History): Document add-to-history.
5879
58802006-05-05 Eli Zaretskii <eliz@gnu.org>
5881
5882 * internals.texi (Pure Storage): Mention the pure overflow message
5883 at startup.
5884
c8763fb6 58852006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5886
5887 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5888 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5889 search.
5890
58912006-05-01 Richard Stallman <rms@gnu.org>
5892
5893 * intro.texi (nil and t): Clarify.
5894
5895 * variables.texi (File Local Variables): Suggest using booleanp.
5896
58972006-05-01 Juanma Barranquero <lekktu@gmail.com>
5898
5899 * objects.texi (Type Predicates): Fix typos.
5900
59012006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * intro.texi (nil and t): Add booleanp.
5904
5905 * objects.texi (Type Predicates): Add links for booleanp and
5906 string-or-null-p.
5907
59082006-04-29 Richard Stallman <rms@gnu.org>
5909
5910 * modes.texi (Multiline Font Lock): Rename from
5911 Multi line Font Lock Elements. Much clarification.
5912 (Font Lock Multiline, Region to Fontify): Much clarification.
5913
59142006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * variables.texi (File Local Variables): Remove the special case t for
5917 safe-local-variable.
5918
59192006-04-26 Richard Stallman <rms@gnu.org>
5920
5921 * syntax.texi (Parsing Expressions): Minor cleanup.
5922
59232006-04-18 Richard Stallman <rms@gnu.org>
5924
5925 * tips.texi (Coding Conventions): Explain when the package's
5926 prefix should appear later on (not at the start of the name).
5927
5928 * searching.texi (String Search): Clarify effect of NOERROR.
5929
5930 * modes.texi (Imenu): Clarify what special items do.
5931
5932 * hooks.texi (Standard Hooks): Delete text about old hook names.
5933
59342006-04-17 Romain Francoise <romain@orebokech.com>
5935
5936 * variables.texi (Local Variables): Update the default value of
5937 `max-specpdl-size'.
5938
59392006-04-15 Michael Olson <mwolson@gnu.org>
5940
5941 * processes.texi (Transaction Queues): Mention the new optional
5942 `delay-question' argument for `tq-enqueue'.
5943
59442006-04-13 Bill Wohler <wohler@newt.com>
5945
5946 * customize.texi (Common Keywords): Use dotted notation for
5947 :package-version value. Specify its values. Improve documentation
5948 for customize-package-emacs-version-alist.
5949
59502006-04-12 Bill Wohler <wohler@newt.com>
5951
5952 * customize.texi (Common Keywords): Move description of
5953 customize-package-emacs-version-alist to @defvar.
5954
59552006-04-10 Bill Wohler <wohler@newt.com>
5956
5957 * customize.texi (Common Keywords): Add :package-version.
5958
59592006-04-10 Kim F. Storm <storm@cua.dk>
5960
5961 * text.texi (Buffer Contents): Add NOPROPS arg to
5962 filter-buffer-substring.
5963
59642006-04-08 Kevin Ryde <user42@zip.com.au>
5965
5966 * os.texi (Command-Line Arguments): Update xref to emacs manual
5967 "Command Arguments" -> "Emacs Invocation", per change there.
5968
59692006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5970
5971 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5972 be on one line to help makeinfo not render two spaces after the dot.
5973
59742006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5975
5976 * strings.texi (Predicates for Strings): Add string-or-null-p.
5977
59782006-03-28 Kim F. Storm <storm@cua.dk>
5979
5980 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5981 remarks about systems that don't support fractional seconds.
5982
59832006-03-25 Karl Berry <karl@gnu.org>
5984
5985 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5986 the year list.
5987
59882006-03-21 Nick Roberts <nickrob@snap.net.nz>
5989
5990 * display.texi (Fringe Indicators): Fix typos.
5991
59922006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5993
5994 * tips.texi (Documentation Tips): One can now also write `program'
5995 in front of a quoted symbol in a docstring to prevent making a
5996 hyperlink.
5997
59982006-03-19 Alan Mackenzie <acm@muc.de>
5999
6000 * text.texi (Special Properties): Clarify `fontified' property.
6001
60022006-03-16 Richard Stallman <rms@gnu.org>
6003
6004 * display.texi (Defining Images): Minor cleanup.
6005
60062006-03-16 Bill Wohler <wohler@newt.com>
6007
6008 * display.texi (Defining Images): In image-load-path-for-library,
6009 prefer user's images.
6010
60112006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6012
6013 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6014
60152006-03-15 Bill Wohler <wohler@newt.com>
6016
6017 * display.texi (Defining Images): Fix example in
6018 image-load-path-for-library by not recommending that one binds
6019 image-load-path. Just defvar it to placate compiler and only use
6020 it if previously defined.
6021
60222006-03-14 Bill Wohler <wohler@newt.com>
6023
6024 * display.texi (Defining Images): In image-load-path-for-library,
6025 always return list of directories. Update example.
6026
60272006-03-14 Alan Mackenzie <acm@muc.de>
6028
6029 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6030 This describes font-lock-extend-region-function.
6031 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6032 the new node "Region to Fontify".
6033
60342006-03-13 Richard Stallman <rms@gnu.org>
6035
6036 * display.texi (Invisible Text): The impossible position is
6037 now before the invisible text, not after.
6038 (Defining Images): Clean up last change.
6039
60402006-03-11 Bill Wohler <wohler@newt.com>
6041
6042 * display.texi (Defining Images): Add image-load-path-for-library.
6043
60442006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6045
6046 * text.texi (Adaptive Fill): Fix Texinfo usage.
6047
6048 * strings.texi (Creating Strings): Fix Texinfo usage.
6049
6050 * searching.texi (Regexp Special): Use @samp for regular
6051 expressions that are not in Lisp syntax.
6052
60532006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6054
6055 * searching.texi (Regexp Special): Put remark between parentheses
6056 to avoid misreading.
6057
60582006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6059
6060 * searching.texi (Syntax of Regexps): More accurately describe
6061 which characters are special in which situations.
6062 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6063 are not special. Describe in detail when `[' and `]' are special.
6064 (Regexp Backslash): Plenty of regexps with unbalanced square
6065 brackets are valid, so reword that statement.
6066
60672006-03-02 Kim F. Storm <storm@cua.dk>
6068
6069 * keymaps.texi (Tool Bar): Add tool-bar-border.
6070
60712006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6072
6073 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6074
60752006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6076
6077 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6078
6079 * files.texi (Locating Files): Suggest additional values for the
6080 SUFFIXES arg of `locate-file'. Update pxref.
6081
6082 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6083 (How Programs Do Loading): Discuss the effects of Auto Compression
6084 mode on `load'.
6085 (Load Suffixes): New node.
6086 (Library Search): Delete description of `load-suffixes'; it was
6087 moved to "Load Suffixes".
6088 (Autoload, Named Features): Mention `load-suffixes'.
6089
60902006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6091
6092 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6093
6094 * windows.texi (Window Tree): Fix typo.
6095
60962006-02-20 Kim F. Storm <storm@cua.dk>
6097
6098 * display.texi (Fringe Indicators): New section.
6099 Move indicate-empty-lines, indicate-buffer-boundaries, and
6100 default-indicate-buffer-boundaries here.
6101 Add fringe-indicator-alist and default-fringes-indicator-alist.
6102 Add list of logical fringe indicator symbols.
6103 Update list of standard bitmap names.
6104 (Fringe Cursors): New section.
6105 Move overflow-newline-into-fringe here.
6106 Add fringe-cursor-alist and default-fringes-cursor-alist.
6107 Add list of fringe cursor symbols.
6108
61092006-02-20 Juanma Barranquero <lekktu@gmail.com>
6110
6111 * commands.texi (Using Interactive): Fix reference to node
6112 "Minibuffers".
6113
61142006-02-19 Richard M. Stallman <rms@gnu.org>
6115
6116 * minibuf.texi (High-Level Completion):
6117 Add xref to read-input-method-name.
6118
6119 * files.texi (Relative File Names): Move file-relative-name here.
6120 (File Name Expansion): From here. Minor clarifications.
6121
6122 * commands.texi (Using Interactive): Add xrefs about reading input.
6123 Clarify remarks about that moving point and mark.
6124 Put string case before list case.
6125
c8763fb6 61262006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6127
6128 * display.texi (Other Display Specs, Image Descriptors):
6129 Revert erroneous changes. The previous description of
6130 image-descriptors as `(image . PROPS)' was correct.
6131
61322006-02-14 Richard M. Stallman <rms@gnu.org>
6133
6134 * variables.texi (File Local Variables): Clarifications.
6135
61362006-02-14 Juanma Barranquero <lekktu@gmail.com>
6137
6138 * variables.texi (File Local Variables): Use @code for a cons
6139 cell, not @var.
6140
61412006-02-13 Chong Yidong <cyd@stupidchicken.com>
6142
6143 * variables.texi (File Local Variables): Document new file local
6144 variable behavior.
6145
61462006-02-10 Kim F. Storm <storm@cua.dk>
6147
6148 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6149
61502006-02-08 Juanma Barranquero <lekktu@gmail.com>
6151
6152 * modes.texi (%-Constructs): Remove obsolete info about
6153 `global-mode-string'.
6154
61552006-02-07 Richard M. Stallman <rms@gnu.org>
6156
6157 * commands.texi (Prefix Command Arguments): Minor cleanup.
6158
6159 * display.texi: "Graphical display", not window system.
6160
6161 * functions.texi (What Is a Function): Fix xref.
6162
6163 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6164 (Changing Key Bindings): Clarify when remapping is better than
6165 substitute-key-definition.
6166
61672006-02-02 Richard M. Stallman <rms@gnu.org>
6168
6169 * minibuf.texi (Basic Completion): Completion alists are risky.
6170
6171 * keymaps.texi (Active Keymaps): Clarifications.
6172 (Searching Keymaps): New node.
6173 (Keymaps): Update menu.
6174
6175 * frames.texi (Layout Parameters): Minor clarification.
6176 (Drag and Drop): New node.
6177 (Frames): Update menu.
6178
61792006-01-29 Chong Yidong <cyd@stupidchicken.com>
6180
6181 * display.texi (Other Display Specs, Image Descriptors):
6182 Image description is a list, not a cons cell.
6183
61842006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6185
6186 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6187 list is not necessarily a list).
6188
61892006-01-27 Eli Zaretskii <eliz@gnu.org>
6190
6191 * frames.texi (Layout Parameters): border-width and
6192 internal-border-width belong to the frame, not the window.
6193
61942006-01-19 Richard M. Stallman <rms@gnu.org>
6195
6196 * nonascii.texi (Translation of Characters): Search cmds use
6197 translation-table-for-input. Automatically made local.
6198
6199 * markers.texi (Overview of Markers): Count insertion type
6200 as one of a marker's attributes.
6201
6202 * keymaps.texi (Controlling Active Maps): New node, split out of
6203 Active Keymaps.
6204 (Keymaps): Menu updated.
6205 (Active Keymaps): Give pseudocode to explain how the active
6206 maps are searched. current-active-maps and key-binding moved here.
6207 (Functions for Key Lookup): current-active-maps and key-binding moved.
6208 Clarifications.
6209 (Searching the Keymaps): New subnode.
6210
6211 * elisp.texi (Top): Menu clarification.
6212
6213 * display.texi (Other Display Specs): Delete duplicate entry for
6214 just a string as display spec. Move text about recursive display
6215 specs on such a string.
6216
6217 * commands.texi (Key Sequence Input): Clarify.
6218 Move num-nonmacro-input-events out.
6219 (Reading One Event): num-nonmacro-input-events moved here.
6220
62212006-01-14 Nick Roberts <nickrob@snap.net.nz>
6222
6223 * advice.texi (Simple Advice): Update example to fit argument
6224 change in previous-line.
6225
62262006-01-05 Richard M. Stallman <rms@gnu.org>
6227
6228 * markers.texi (The Mark): Fix in `mark'.
6229
62302006-01-04 Richard M. Stallman <rms@gnu.org>
6231
6232 * processes.texi (Misc Network, Make Network): Minor cleanups.
6233
62342006-01-04 Kim F. Storm <storm@cua.dk>
6235
6236 * processes.texi (Make Network): Add IPv6 addresses and handling.
6237 (Network Feature Testing): Mention (:family ipv6).
6238 (Misc Network): Add IPv6 formats to format-network-address.
6239
62402005-12-30 Richard M. Stallman <rms@gnu.org>
6241
6242 * text.texi (Changing Properties):
6243 Don't use return value of set-text-properties.
6244
62452005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6246
6247 * modes.texi (Mode Line Format): Correct typo in menu.
6248
62492005-12-29 Richard M. Stallman <rms@gnu.org>
6250
6251 * modes.texi (Mode Line Top): New node.
6252 (Mode Line Data): Some text moved to new node.
6253 Explain the data structure more concretely.
6254 (Mode Line Basics): Clarifications.
6255 (Mode Line Variables): Clarify intro paragraph.
6256 (%-Constructs): Clarify intro paragraph.
6257 (Mode Line Format): Update menu.
6258
62592005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6260
6261 * minibuf.texi (Basic Completion): Update lazy-completion-table
6262 examples for removal of ARGS argument.
6263
62642005-12-23 Richard M. Stallman <rms@gnu.org>
6265
6266 * text.texi (Undo): Restore some explanation from the version
6267 that was deleted.
6268
62692005-12-23 Eli Zaretskii <eliz@gnu.org>
6270
6271 * text.texi (Undo): Remove duplicate descriptions of `apply
6272 funname' and `apply delta' elements of the undo list.
6273
62742005-12-20 Richard M. Stallman <rms@gnu.org>
6275
6276 * help.texi (Help Functions): Update documentation of `apropos'.
6277
62782005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6279
6280 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6281 because it is confusing. If the :help-echo keyword is a function,
6282 it is not directly used as the :help-echo overlay property, as the
6283 xref seems to suggest (it does not take the appropriate args).
6284
62852005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6286
6287 * customize.texi (Common Keywords): Fix Texinfo usage.
6288 (Group Definitions, Variable Definitions): Update for new
6289 conventions for using `*' in docstrings.
6290
6291 * tips.texi (Documentation Tips): Update for new conventions for
6292 using `*' in docstrings.
6293
62942005-12-16 Richard M. Stallman <rms@gnu.org>
6295
6296 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6297
62982005-12-16 Juri Linkov <juri@jurta.org>
6299
6300 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6301
63022005-12-14 Romain Francoise <romain@orebokech.com>
6303
6304 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6305 Fix typo.
6306
63072005-12-11 Juri Linkov <juri@jurta.org>
6308
6309 * minibuf.texi (Completion Commands): Add mention of read-file-name
6310 for filename completion keymaps.
6311 (Reading File Names): Add mention of filename completion keymaps
6312 for read-file-name and xref to `Completion Commands'.
6313
63142005-12-10 Richard M. Stallman <rms@gnu.org>
6315
6316 * customize.texi (Common Keywords): State caveats for use of :tag.
6317
63182005-12-08 Richard M. Stallman <rms@gnu.org>
6319
6320 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6321 with xrefs and better explanation.
6322 (Completion Commands): Add the filename completion maps.
6323
6324 * objects.texi (Character Type): Clarify that \s is not space
6325 if a dash follows.
6326
63272005-12-05 Richard M. Stallman <rms@gnu.org>
6328
6329 * windows.texi (Resizing Windows): Delete preserve-before args.
6330
63312005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6334 in full keymaps, since the quirk has been fixed.
6335
63362005-12-03 Eli Zaretskii <eliz@gnu.org>
6337
5dcb4c4e
SM
6338 * hooks.texi (Standard Hooks): Add index entries.
6339 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6340
63412005-11-27 Richard M. Stallman <rms@gnu.org>
6342
6343 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6344
63452005-11-21 Juri Linkov <juri@jurta.org>
6346
6347 * customize.texi (Common Keywords): Update links types
6348 custom-manual and url-link. Add link types emacs-library-link,
6349 file-link, function-link, variable-link, custom-group-link.
6350
63512005-11-20 Chong Yidong <cyd@stupidchicken.com>
6352
6353 * display.texi: Revert 2005-11-20 change.
6354
63552005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6356
6357 * processes.texi (Bindat Functions):
6358 Say "third" to refer to zero-based index "2".
6359
63602005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6361
6362 * loading.texi (Library Search): Update the default value of
6363 `load-suffixes'.
6364
63652005-11-17 Chong Yidong <cyd@stupidchicken.com>
6366
6367 * display.texi (Attribute Functions): Mention :ignore-defface.
6368
63692005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6372 (Minor Mode Conventions): Mention the use of a hook.
6373
63742005-11-06 Richard M. Stallman <rms@gnu.org>
6375
6376 * files.texi (Magic File Names): find-file-name-handler checks the
6377 `operations' property of the handler.
6378
63792005-11-03 Richard M. Stallman <rms@gnu.org>
6380
6381 * variables.texi (Frame-Local Variables): Small clarification.
6382
63832005-10-29 Chong Yidong <cyd@stupidchicken.com>
6384
6385 * os.texi (Init File): Document ~/.emacs.d/init.el.
6386
63872005-10-29 Richard M. Stallman <rms@gnu.org>
6388
6389 * internals.texi (Garbage Collection): Document memory-full.
6390
63912005-10-28 Bill Wohler <wohler@newt.com>
6392
6393 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6394 for URLs.
6395
63962005-10-28 Richard M. Stallman <rms@gnu.org>
6397
6398 * minibuf.texi (Completion Commands): Clean up prev change.
6399
64002005-10-26 Kevin Ryde <user42@zip.com.au>
6401
6402 * compile.texi (Eval During Compile): Explain recommended uses
6403 of eval-when-compile and eval-and-compile.
6404
64052005-10-27 Masatake YAMATO <jet@gyve.org>
6406
6407 * minibuf.texi (Completion Commands):
6408 Write about new optional argument for `display-completion-list'.
6409
64102005-10-23 Richard M. Stallman <rms@gnu.org>
6411
6412 * display.texi (Overlay Arrow): Clarify about local bindings of
6413 overlay-arrow-position.
6414
64152005-10-22 Eli Zaretskii <eliz@gnu.org>
6416
6417 * internals.texi (Building Emacs): Fix last change.
6418
64192005-10-22 Richard M. Stallman <rms@gnu.org>
6420
6421 * internals.texi (Building Emacs): Document eval-at-startup.
6422
64232005-10-21 Richard M. Stallman <rms@gnu.org>
6424
6425 * loading.texi (Where Defined): load-history contains abs file names.
6426 symbol-file returns abs file names.
6427
64282005-10-19 Kim F. Storm <storm@cua.dk>
6429
6430 * display.texi (Showing Images): Add max-image-size integer value.
6431
64322005-10-18 Chong Yidong <cyd@stupidchicken.com>
6433
6434 * display.texi (Showing Images): Document max-image-size.
6435
64362005-10-17 Richard M. Stallman <rms@gnu.org>
6437
6438 * commands.texi (Quitting): Minor clarification.
6439
6440 * processes.texi (Sentinels): Clarify about output and quitting.
6441 (Filter Functions): Mention with-local-quit.
6442
64432005-10-17 Juri Linkov <juri@jurta.org>
6444
6445 * buffers.texi (Current Buffer):
6446 * commands.texi (Event Input Misc):
6447 * compile.texi (Eval During Compile, Compiler Errors):
6448 * customize.texi (Group Definitions):
6449 * display.texi (Progress, Defining Faces):
6450 * files.texi (Writing to Files):
6451 * modes.texi (Mode Hooks, Defining Minor Modes):
6452 * streams.texi (Output Functions):
6453 * syntax.texi (Syntax Table Functions):
6454 * text.texi (Change Hooks):
6455 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6456
6457 * commands.texi (Quitting): Replace arg `forms' with `body' in
6458 `with-local-quit'.
6459
6460 * positions.texi (Excursions): Replace arg `forms' with `body' in
6461 `save-excursion'.
6462
64632005-10-08 Kim F. Storm <storm@cua.dk>
6464
6465 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6466 Rename manual section accordingly.
6467
64682005-10-04 Kim F. Storm <storm@cua.dk>
6469
6470 * windows.texi (Window Split Tree): New section describing
6471 new function window-split-tree function.
6472
64732005-10-03 Nick Roberts <nickrob@snap.net.nz>
6474
6475 * display.texi (Fringe Size/Pos): Simplify and add detail.
6476
64772005-09-30 Romain Francoise <romain@orebokech.com>
6478
6479 * minibuf.texi (High-Level Completion): Explain that the prompt
6480 given to `read-buffer' should end with a colon and a space.
6481 Update usage examples.
6482
64832005-09-29 Juri Linkov <juri@jurta.org>
6484
6485 * display.texi (Displaying Messages): Rename argument name
6486 `string' to `format-string' in functions `message', `message-box',
6487 `message-or-box'.
6488
64892005-09-26 Chong Yidong <cyd@stupidchicken.com>
6490
6491 * errors.texi (Standard Errors): Correct xrefs.
6492
64932005-09-18 Chong Yidong <cyd@stupidchicken.com>
6494
6495 * display.texi (Defining Images): Update documentation for
6496 `image-load-path'.
6497
64982005-09-17 Richard M. Stallman <rms@gnu.org>
6499
6500 * display.texi (Defining Images): Clean up previous change.
6501
65022005-09-16 Romain Francoise <romain@orebokech.com>
6503
6504 * elisp.texi: Specify GFDL version 1.2.
6505
6506 * doclicense.texi (GNU Free Documentation License): Update to
6507 version 1.2.
6508
65092005-09-15 Chong Yidong <cyd@stupidchicken.com>
6510
6511 * display.texi (Defining Images): Document `image-load-path'.
6512
65132005-09-15 Richard M. Stallman <rms@gnu.org>
6514
6515 * objects.texi (Printed Representation): Minor cleanup.
6516 (Box Diagrams): Minor fix.
6517 (Cons Cell Type): Move (...) index item here.
6518 (Box Diagrams): From here.
6519 (Array Type): Minor fix.
6520 (Type Predicates): Delete index "predicates".
6521 (Hash Table Type): Clarify xref.
6522 (Dotted Pair Notation): Minor fix.
6523
65242005-09-10 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * files.texi (Saving Buffers): Fix typo.
6527
65282005-09-08 Richard M. Stallman <rms@gnu.org>
6529
6530 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6531
65322005-09-08 Chong Yidong <cyd@stupidchicken.com>
6533
6534 * locals.texi (Standard Buffer-Local Variables): Don't include
6535 mode variables for minor modes.
6536 Fix xrefs for buffer-display-count, buffer-display-table,
6537 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6538 enable-multibyte-characters, fill-column, header-line-format,
6539 left-fringe-width, left-margin, and right-fringe-width.
6540
6541 * hooks.texi (Standard Hooks): All hooks should conform to the
6542 standard naming convention now.
6543 Fix xref for `echo-area-clear-hook'.
6544
6545 * display.texi (Usual Display): Note that indicate-empty-lines and
6546 tab-width are buffer-local.
6547
6548 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6549
6550 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6551
6552 * nonascii.texi (Encoding and I/O): Note that
6553 buffer-file-coding-system is buffer-local.
6554
6555 * positions.texi (List Motion): Note that defun-prompt-regexp is
6556 buffer-local.
6557
6558 * text.texi (Auto Filling): Note that auto-fill-function is
6559 buffer-local.
6560 (Undo): Note that buffer-undo-list is buffer-local.
6561
5dcb4c4e
SM
6562 * windows.texi (Buffers and Windows):
6563 Document buffer-display-count.
b8d4c8d0
GM
6564
65652005-09-06 Richard M. Stallman <rms@gnu.org>
6566
6567 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6568 package prefix elsewhere than at the start of the name.
6569
65702005-09-03 Richard M. Stallman <rms@gnu.org>
6571
6572 * tips.texi (Programming Tips): Add conventions for minibuffer
6573 questions and prompts.
6574
65752005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6576
6577 * intro.texi (nil and t): Minor cleanup.
6578 Delete spurious mention of keyword symbols.
6579 (Evaluation Notation): Add index entry.
6580 (A Sample Function Description): Minor cleanup.
6581 (A Sample Variable Description): Not all vars can be set.
6582
65832005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6584
6585 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6586
6587 (Insertion): Document precise type of `insert-char' arg COUNT.
6588
65892005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * modes.texi (Other Font Lock Variables): Sync the default of
6592 font-lock-lines-before.
6593
65942005-08-31 Michael Albinus <michael.albinus@gmx.de>
6595
6596 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6597
65982005-08-29 Richard M. Stallman <rms@gnu.org>
6599
6600 * elisp.texi (Top): Update subnode menu.
6601
6602 * searching.texi (Searching and Matching): Move node.
6603 Rearrange contents and add overall explanation.
6604 (Searching and Case): Move node.
6605 (Searching and Matching): Update menu.
6606
66072005-08-27 Eli Zaretskii <eliz@gnu.org>
6608
6609 * os.texi (Startup Summary): Fix the description of the initial
6610 startup message display.
6611
66122005-08-25 Richard M. Stallman <rms@gnu.org>
6613
6614 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6615
66162005-08-25 Emilio C. Lopes <eclig@gmx.net>
6617
6618 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6619 `next-overlay-change' example.
6620
66212005-08-22 Juri Linkov <juri@jurta.org>
6622
6623 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6624 Fix invert-face. Fix args of face-background.
6625
6626 * display.texi (Standard Faces): Delete node.
6627 (Faces): Add xref to `(emacs)Standard Faces'.
6628 (Displaying Faces): Fix xref to `Standard Faces'.
6629
6630 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6631
66322005-08-20 Alan Mackenzie <acm@muc.de>
6633
6634 * buffers.texi (The Buffer List): Clarify the manipulation of the
6635 buffer list.
6636
66372005-08-14 Richard M. Stallman <rms@gnu.org>
6638
6639 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6640 a regexp.
6641
66422005-08-11 Richard M. Stallman <rms@gnu.org>
6643
6644 * elisp.texi (Top): Update subnode lists.
6645
6646 * display.texi (Inverse Video): Node deleted.
6647
6648 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6649 New nodes split out of Coding Conventions.
6650
6651 * searching.texi (Regular Expressions): Document re-builder.
6652
6653 * os.texi (Time Parsing): New node split out of Time Conversion.
6654
6655 * processes.texi (Misc Network, Network Feature Testing)
6656 (Network Options, Make Network): New nodes split out of
6657 Low-Level Network.
6658
66592005-08-09 Richard M. Stallman <rms@gnu.org>
6660
6661 * frames.texi (Geometry): New node, split from Size and Position.
6662 (Frame Parameters): Refer to Geometry.
6663
6664 * buffers.texi (The Buffer List): Fix xrefs.
6665
6666 * windows.texi (Splitting Windows): Fix xref.
6667
6668 * frames.texi (Layout Parameters): Add xref.
6669
6670 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6671
6672 * keymaps.texi (Menu Bar): Fix xref.
6673
6674 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6675
6676 * modes.texi (%-Constructs): Fix xref.
6677
6678 * frames.texi (Window Frame Parameters): Node split up.
6679 (Basic Parameters, Position Parameters, Size Parameters)
6680 (Layout Parameters, Buffer Parameters, Management Parameters)
6681 (Cursor Parameters, Color Parameters): New subnodes.
6682
66832005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6684
6685 * positions.texi (Screen Lines): Update xref for previous change
6686 in minibuf.texi.
6687
6688 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6689 change in minibuf.texi.
6690
66912005-08-09 Richard M. Stallman <rms@gnu.org>
6692
6693 * tips.texi (Coding Conventions): Minor cleanup.
6694
6695 * modes.texi (Defining Minor Modes): Explain when init-value
6696 can be non-nil.
6697
6698 * elisp.texi (Top): Update submenu for Minibuffer.
6699
6700 * minibuf.texi (Minibuffer Misc): Node split up.
6701 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6702 (Recursive Mini): New nodes split out from Minibuffer Misc.
6703 (Minibuffer Misc): Document max-mini-window-height.
6704
6705 * hash.texi (Defining Hash): Delete stray paren in example.
6706
6707 * display.texi (Echo Area Customization): Don't define
6708 max-mini-window-height here; xref instead.
6709
6710 * commands.texi (Event Input Misc): Update while-no-input.
6711
6712 * advice.texi (Advising Functions): Explain when to use advice
6713 and when to use a hook.
6714
67152005-07-30 Eli Zaretskii <eliz@gnu.org>
6716
6717 * makefile.w32-in (info): Don't run install-info.
6718 ($(infodir)/dir): New target, produced by running install-info.
6719
67202005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6721
6722 * modes.texi (Defining Minor Modes): The keyword for the initial
6723 value is :init-value, not :initial-value.
6724
67252005-07-23 Eli Zaretskii <eliz@gnu.org>
6726
6727 * loading.texi (Autoload): Make the `doctor' example be consistent
6728 with what's in current loaddefs.el. Describe the "fn" magic in
6729 the usage portion of the doc string.
6730
67312005-07-22 Richard M. Stallman <rms@gnu.org>
6732
6733 * internals.texi (Garbage Collection): Clarify previous change.
6734
67352005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6738
67392005-07-18 Juri Linkov <juri@jurta.org>
6740
6741 * commands.texi (Accessing Events):
6742 * frames.texi (Text Terminal Colors, Resources):
6743 * markers.texi (The Mark):
6744 * modes.texi (Defining Minor Modes):
6745 Delete duplicate duplicate words.
6746
67472005-07-16 Richard M. Stallman <rms@gnu.org>
6748
6749 * display.texi (Managing Overlays): Clarify make-overlay
6750 args for insertion types.
6751
67522005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6753
6754 * customize.texi (Variable Definitions):
6755 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6756 `standard-value' is a list too.
6757 (Defining New Types): Use @key{RET} instead of @key{ret}.
6758
67592005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6760
6761 * os.texi (Translating Input): Fix typo.
6762
67632005-07-08 Richard M. Stallman <rms@gnu.org>
6764
6765 * README: Update edition number and size estimate.
6766
6767 * elisp.texi (VERSION): Set to 2.9.
6768
67692005-07-07 Richard M. Stallman <rms@gnu.org>
6770
6771 * book-spine.texinfo: Update Emacs version.
6772
6773 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6774
67752005-07-06 Richard M. Stallman <rms@gnu.org>
6776
6777 * searching.texi (Regexp Search): Clarify what re-search-forward
6778 does when the search fails.
6779
67802005-07-05 Lute Kamstra <lute@gnu.org>
6781
6782 * Update FSF's address in GPL notices.
6783
6784 * doclicense.texi (GNU Free Documentation License):
6785 * gpl.texi (GPL):
6786 * tips.texi (Coding Conventions, Library Headers):
6787 * vol1.texi:
6788 * vol2.texi: Update FSF's address.
6789
67902005-07-04 Richard M. Stallman <rms@gnu.org>
6791
6792 * hooks.texi (Standard Hooks): Add occur-hook.
6793
67942005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6795
6796 * display.texi (The Echo Area): Correct menu.
6797
67982005-07-03 Richard M. Stallman <rms@gnu.org>
6799
6800 * elisp.texi (Top): Update subnode menu for Display.
6801
6802 * display.texi (Displaying Messages): New node, with most
6803 of what was in The Echo Area.
5dcb4c4e 6804 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6805 (Logging Messages): New node with new text.
6806 (Echo Area Customization): New node, the rest of what was
6807 in The Echo Area. Document message-truncate-lines with @defvar.
6808 (Display): Update menu.
6809
6810 * windows.texi (Textual Scrolling): Doc 3 values for
6811 scroll-preserve-screen-position.
6812
6813 * text.texi (Special Properties): Change hook functions
6814 should bind inhibit-modification-hooks around altering buffer text.
6815
6816 * keymaps.texi (Key Binding Commands): Call binding BINDING
6817 rather than DEFINITION.
6818
68192005-06-29 Juanma Barranquero <lekktu@gmail.com>
6820
6821 * variables.texi (Defining Variables): `user-variable-p' returns t
6822 for aliases of user options, nil for alias loops.
6823
68242005-06-28 Richard M. Stallman <rms@gnu.org>
6825
6826 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6827 make-keymap.
6828
68292005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6830
6831 * variables.texi (Setting Variables): Correct and clarify
6832 description of `add-to-ordered-list'.
6833
68342005-06-26 Richard M. Stallman <rms@gnu.org>
6835
6836 * display.texi (Faces): Minor cleanup.
6837
68382005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6839
6840 * display.texi (Faces): `facep' returns t for strings that are
6841 face names.
6842
68432005-06-25 Richard M. Stallman <rms@gnu.org>
6844
6845 * objects.texi (Equality Predicates): Clarify meaning of equal.
6846
6847 * windows.texi (Selecting Windows): save-selected-window
6848 and with-selected-window save and restore the current buffer.
6849
68502005-06-24 Richard M. Stallman <rms@gnu.org>
6851
6852 * numbers.texi (Float Basics): Explain how to test for NaN,
6853 and printing the sign of NaNs.
6854
68552005-06-24 Eli Zaretskii <eliz@gnu.org>
6856
6857 * makefile.w32-in (MAKEINFO): Use --force.
6858
68592005-06-23 Richard M. Stallman <rms@gnu.org>
6860
6861 * display.texi (Face Functions): Correct Texinfo usage.
6862
68632005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6864
6865 * lists.texi (Rings): `ring-elements' now returns the elements of
6866 RING in order.
6867
68682005-06-23 Juanma Barranquero <lekktu@gmail.com>
6869
6870 * markers.texi (The Mark): Texinfo usage fix.
6871
68722005-06-23 Kim F. Storm <storm@cua.dk>
6873
6874 * searching.texi (Entire Match Data): Remove evaporate option for
6875 match-data. Do not mention evaporate option for set-match-data.
6876
68772005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6878
6879 * display.texi (Face Functions): Mention face aliases.
6880
68812005-06-21 Richard M. Stallman <rms@gnu.org>
6882
6883 * anti.texi (Antinews): Texinfo usage fix.
6884
68852005-06-21 Karl Berry <karl@gnu.org>
6886
6887 * elisp.texi: Use @copying.
6888
6889 * elisp.texi: Put @summarycontents and @contents before the Top
6890 node, instead of the end of the file, so that the contents appear
6891 in the right place in the dvi/pdf output.
6892
68932005-06-21 Juri Linkov <juri@jurta.org>
6894
6895 * display.texi (Defining Faces): Add `customized-face'.
6896
68972005-06-20 Kim F. Storm <storm@cua.dk>
6898
6899 * variables.texi (Setting Variables): Any type of element can be
6900 given order in add-to-ordered-list. Compare elements with eq.
6901
6902 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6903
69042005-06-20 Karl Berry <karl@gnu.org>
6905
6906 * syntax.texi (Syntax Flags): Make last column very slightly wider
6907 to avoid "generic comment" breaking on two lines and causing an
6908 underfull box.
6909
69102005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6911
6912 * lists.texi (Rings): Various minor clarifications and corrections.
6913
69142005-06-18 Richard M. Stallman <rms@gnu.org>
6915
6916 * functions.texi (Obsolete Functions): Simplify.
6917
6918 * variables.texi (Variable Aliases): Simplify.
6919
6920 * anti.texi, backups.texi, compile.texi, customization.texi:
6921 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6922 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6923 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6924 * variables.texi: Fix formatting ugliness.
6925
6926 * elisp.texi: Add links to Rings and Byte Packing.
6927 Update version and copyright years.
6928
6929 * minibuf.texi: Fix formatting ugliness.
6930 (Completion Commands): Move keymap vars to the end
6931 and vars completing-read binds to the top.
6932
69332005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6934
6935 * processes.texi: Fix typos.
6936 (Bindat Spec): Correct Texinfo error.
6937 (Byte Packing): Fix ungrammatical sentence.
6938
69392005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6940
6941 * lists.texi (Rings): New node.
6942 (Lists): Add it to menu.
6943
6944 * processes.texi (Byte Packing): New node.
6945 (Processes): Add it to menu.
6946
69472005-06-17 Richard M. Stallman <rms@gnu.org>
6948
6949 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6950
6951 * help.texi (Documentation Basics): Explain the xref to
6952 Documentation Tips.
6953
6954 * debugging.texi (Debugger Commands): Minor fix.
6955
69562005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6957
6958 * edebug.texi (Instrumenting): Eliminate duplicate link.
6959 (Specification List): Replace references to "below", referring to
6960 a later node, with one @ref to that node.
6961
6962 * os.texi (Timers): Timers should save and restore the match data
6963 if they change it.
6964
6965 * debugging.texi (Debugger Commands): Mention that the Lisp
6966 debugger can not step through primitive functions.
6967
69682005-06-16 Juanma Barranquero <lekktu@gmail.com>
6969
6970 * functions.texi (Obsolete Functions): Update argument names of
6971 `make-obsolete' and `define-obsolete-function-alias'.
6972
6973 * variables.texi (Variable Aliases): Update argument names of
6974 `defvaralias', `make-obsolete-variable' and
6975 `define-obsolete-variable-alias'.
6976
69772005-06-15 Kim F. Storm <storm@cua.dk>
6978
6979 * searching.texi (Entire Match Data): Rephrase warnings about
6980 evaporate arg to match-data and set-match-data.
6981
69822005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6983
6984 * elisp.texi (Top): Update detailed menu.
6985
6986 * edebug.texi (Edebug): Update menu.
6987 (Instrumenting): Update xrefs.
6988 (Edebug Execution Modes): Correct xref.
6989 (Jumping): Clarify description of `h' command.
6990 Eliminate redundant @ref.
6991 (Breaks): New node.
6992 (Breakpoints): Is now a subsubsection.
6993 (Global Break Condition): Mention `C-x X X'.
6994 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6995 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6996 (Edebug Display Update): Correct pxref.
6997 (Edebug and Macros): New node.
6998 (Instrumenting Macro Calls): Is now a subsubsection.
6999 Neither arg of `def-edebug-spec' is evaluated.
7000 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7001 (Specification Examples): Fix typo.
7002
70032005-06-14 Lute Kamstra <lute@gnu.org>
7004
7005 * debugging.texi (Function Debugging): Primitives can break on
7006 entry too.
7007
70082005-06-14 Kim F. Storm <storm@cua.dk>
7009
7010 * variables.texi (Setting Variables): Add add-to-ordered-list.
7011
70122005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7013
7014 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7015 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7016
70172005-06-13 Lute Kamstra <lute@gnu.org>
7018
7019 * text.texi (Special Properties): Fix cross reference.
7020
70212005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7022
7023 * debugging.texi (Function Debugging): Delete mention of empty
7024 string argument to `cancel-debug-on-entry'. Delete inaccurate
7025 description of the return value of that command.
7026
70272005-06-11 Alan Mackenzie <acm@muc.de>
7028
7029 * text.texi (Adaptive Fill): Amplify the description of
7030 fill-context-prefix.
7031
70322005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7033
7034 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7035
70362005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7037
7038 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7039
70402005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7041
7042 * debugging.texi (Error Debugging): Minor rewording.
7043 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7044 is optional.
7045
70462005-06-10 Lute Kamstra <lute@gnu.org>
7047
7048 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7049 (Top): Give it a title. Correct version number. Give the
7050 detailed node listing a more prominent header.
7051 * intro.texi: Don't set VERSION here a second time.
7052 Mention Emacs's version too.
7053 * anti.texi (Antinews): Use EMACSVER to refer to the current
7054 version of Emacs.
7055
70562005-06-09 Kim F. Storm <storm@cua.dk>
7057
7058 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7059 match-data and set-match-data.
7060
70612005-06-08 Richard M. Stallman <rms@gnu.org>
7062
7063 * searching.texi (Entire Match Data): Clarify when match-data
7064 returns markers and when integers.
7065
7066 * display.texi (Defining Faces): Explain that face name should not
7067 end in `-face'.
7068
7069 * modes.texi (Mode Line Data): Minor cleanup.
7070 (Customizing Keywords): Node split out of Search-based Fontification.
7071 Add example of using font-lock-add-keywords from a hook.
7072 Clarify when MODE should be non-nil, and when nil.
7073
70742005-06-06 Richard M. Stallman <rms@gnu.org>
7075
7076 * modes.texi (Mode Line Data): Explain what happens when the car
7077 of a list is a void symbol.
7078 (Search-based Fontification): Explain MODE arg to
7079 font-lock-add-keywords and warn about calls from major modes.
7080
70812005-06-08 Juri Linkov <juri@jurta.org>
7082
7083 * display.texi (Standard Faces): Add `shadow' face.
7084
70852005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7086
7087 * modes.texi (Major Mode Conventions): A derived mode only needs
7088 to put the call to the parent mode inside `delay-mode-hooks'.
7089
70902005-05-29 Richard M. Stallman <rms@gnu.org>
7091
7092 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7093 new, and what that implies. Clarify.
7094
7095 * files.texi (Locating Files): Clean up the text.
7096
7097 * frames.texi (Window Frame Parameters): Document user-size.
7098 Shorten entry for top by referring to left.
7099
71002005-05-26 Richard M. Stallman <rms@gnu.org>
7101
7102 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7103 is new, and what the implications are. Other clarifications.
7104
71052005-05-24 Richard M. Stallman <rms@gnu.org>
7106
7107 * frames.texi (Dialog Boxes): Minor fixes.
7108
71092005-05-25 Masatake YAMATO <jet@gyve.org>
7110
7111 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7112
71132005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7114
7115 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7116 is optional.
7117
71182005-05-24 Nick Roberts <nickrob@snap.net.nz>
7119
10d1d0af 7120 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7121
71222005-05-23 Lute Kamstra <lute@gnu.org>
7123
7124 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7125 syntax-begin-function over font-lock-beginning-of-syntax-function.
7126
71272005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7128
7129 * minibuf.texi (Reading File Names): Update description of
7130 `read-directory-name'.
7131
7132 * modes.texi (Derived Modes): Clarify :group keyword.
7133
71342005-05-21 Eli Zaretskii <eliz@gnu.org>
7135
7136 * files.texi (Locating Files): New subsection.
7137 Describe locate-file and executable-find.
7138
71392005-05-21 Kevin Ryde <user42@zip.com.au>
7140
7141 * frames.texi (Initial Parameters): Update cross reference to
7142 "Emacs Invocation".
7143
71442005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7145
7146 * keymaps.texi (Active Keymaps): Add anchor.
7147
7148 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7149 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7150 appropriate place.
7151 (Derived Modes): Small clarifications.
7152 (Minor Mode Conventions, Keymaps and Minor Modes):
7153 Replace references to nodes with references to anchors.
7154 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7155 Clarify description of lists whose first element is an integer.
7156 (Mode Line Variables): Add anchor.
7157 (%-Constructs): Clarify description of integer after %.
7158 (Emulating Mode Line): Describe nil value for FACE.
7159
71602005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7161
7162 * modes.texi (Derived Modes): Correct references to non-existing
7163 variable standard-syntax-table.
7164
71652005-05-17 Lute Kamstra <lute@gnu.org>
7166
7167 * modes.texi (Defining Minor Modes): Mention the mode hook.
7168
71692005-05-15 Kim F. Storm <storm@cua.dk>
7170
7171 * processes.texi (Network): Remove open-network-stream-nowait.
7172 (Network Servers): Remove open-network-stream-server.
7173
71742005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7175
7176 * elisp.texi (Top): Update detailed menu.
7177
7178 * variables.texi: Reorder nodes.
7179 (Variables): Update menu.
7180 (File Local Variables): Do not refer to the `-*-' line as
7181 a "local variables list". Add pxref.
7182
71832005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7184
7185 * elisp.texi (Top): Update detailed menu for node changes.
7186
7187 * modes.texi (Modes): Update Menu.
7188 (Hooks): Move to beginning of chapter.
7189 Most minor modes run mode hooks too.
7190 `add-hook' can handle void hooks or hooks whose value is a single
7191 function.
7192 (Major Modes): Update Menu.
7193 (Major Mode Basics): New node, split off from `Major Modes'.
7194 (Major Mode Conventions): Correct xref. Explain how to handle
7195 auto-mode-alist if the major mode command has an autoload cookie.
7196 (Auto Major Mode): Major update. Add magic-mode-alist.
7197 (Derived Modes): Major update.
7198 (Mode Line Format): Update Menu.
7199 (Mode Line Basics): New node, split off from `Mode Line Format'.
7200
7201 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7202 for `magic autoload comment'. Add index entries and anchor.
7203
72042005-05-14 Richard M. Stallman <rms@gnu.org>
7205
7206 * tips.texi (Coding Conventions): Explain how important it is
7207 that just loading certain files not change Emacs behavior.
7208
7209 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7210
72112005-05-12 Lute Kamstra <lute@gnu.org>
7212
7213 * modes.texi (Generic Modes): Update.
7214 (Major Modes): Refer to node "Generic Modes".
7215
7216 * elisp.texi (Top): Update to the current structure of the manual.
7217 * processes.texi (Processes): Add menu description.
7218 * customize.texi (Customization): Add menu descriptions.
7219
72202005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7221
7222 * processes.texi (Signals to Processes)
7223 (Low-Level Network): Fix typos.
7224
72252005-05-11 Lute Kamstra <lute@gnu.org>
7226
7227 * elisp.texi (Top): Add some nodes from the chapter "Major and
7228 Minor Modes" to the detailed node listing.
7229
72302005-05-10 Richard M. Stallman <rms@gnu.org>
7231
7232 * keymaps.texi (Extended Menu Items): Menu item filter functions
7233 can be called at any time.
7234
72352005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7236
7237 * variables.texi (File Local Variables): `(hack-local-variables t)'
7238 now also checks whether a mode is specified in the local variables
7239 list.
7240
72412005-05-05 Kevin Ryde <user42@zip.com.au>
7242
7243 * display.texi (The Echo Area): Correct format function cross
7244 reference.
7245
72462005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7247
7248 * variables.texi (Variable Aliases): Change description of
7249 `define-obsolete-variable-alias'.
7250
7251 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7252 (Defining Functions): Add xref.
7253 (Obsolete Functions): New node.
7254 (Function Safety): Standardize capitalization of section title.
7255
7256 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7257 (Dialog Boxes): Complete description of `x-popup-dialog'.
7258
72592005-05-04 Richard M. Stallman <rms@gnu.org>
7260
7261 * commands.texi (Interactive Codes): Fix Texinfo usage.
7262 Document U more clearly.
7263
72642005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7265
7266 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7267 function and not a macro.
7268
7269 * frames.texi (Pop-Up Menus): Correct and clarify description of
7270 `x-popup-menu'.
7271 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7272
72732005-05-01 Richard M. Stallman <rms@gnu.org>
7274
7275 * edebug.texi (Checking Whether to Stop): Fix previous change.
7276
72772005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7278
7279 * display.texi: Fix typos and Texinfo usage.
7280
7281 * edebug.texi (Checking Whether to Stop): executing-macro ->
7282 executing-kbd-macro.
7283
72842005-05-01 Richard M. Stallman <rms@gnu.org>
7285
7286 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7287
72882005-04-30 Richard M. Stallman <rms@gnu.org>
7289
7290 * files.texi (Magic File Names): Document `operations' property.
7291
72922005-04-29 Lute Kamstra <lute@gnu.org>
7293
7294 * modes.texi (Generic Modes): New node.
7295 (Major Modes): Add it to the menu.
7296 (Derived Modes): Add "derived mode" to concept index.
7297
72982005-04-28 Lute Kamstra <lute@gnu.org>
7299
7300 * modes.texi (Defining Minor Modes): Fix previous change.
7301 (Font Lock Mode): Simplify.
7302 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7303 when set and that some parts are optional. Add cross references.
7304 (Search-based Fontification): Say how to specify font-lock-keywords.
7305 Add cross references. Add font-lock-multiline to index.
7306 Move font-lock-keywords-case-fold-search here from node "Other Font
7307 Lock Variables". Document font-lock-add-keywords and
7308 font-lock-remove-keywords.
7309 (Other Font Lock Variables): Move font-lock-keywords-only,
7310 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7311 and font-lock-syntactic-face-function to node "Syntactic Font
7312 Lock". Move font-lock-keywords-case-fold-search to node
7313 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7314 and font-lock-{,un}fontify-{buffer,region}-function.
7315 (Precalculated Fontification): Remove reference to deleted variable
7316 font-lock-core-only.
7317 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7318 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7319 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7320 and font-lock-syntactic-face-function here from node "Other Font
7321 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7322 Syntax Properties". Add cross references.
7323 (Setting Syntax Properties): New node.
7324 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7325 * syntax.texi (Syntax Properties): Add cross reference.
7326 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7327
73282005-04-26 Richard M. Stallman <rms@gnu.org>
7329
7330 * display.texi (Defining Faces):
7331 Document `default' elements of defface spec.
7332
7333 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7334
7335 * variables.texi (Variable Aliases): Clarify text.
7336
73372005-04-25 Chong Yidong <cyd@stupidchicken.com>
7338
7339 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7340
73412005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7342
7343 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7344
73452005-04-24 Eli Zaretskii <eliz@gnu.org>
7346
7347 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7348 syntax-after and syntax-class.
7349
7350 * files.texi (Changing Files): Fix last change's cross-reference.
7351 (Unique File Names): Don't mention "numbers" in the documentation
7352 of make-temp-file and make-temp-name.
7353
73542005-04-23 Richard M. Stallman <rms@gnu.org>
7355
7356 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7357
73582005-04-22 Nick Roberts <nickrob@snap.net.nz>
7359
7360 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7361
73622005-04-22 Nick Roberts <nickrob@snap.net.nz>
7363
7364 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7365 and define-obsolete-variable-alias.
7366
73672005-04-22 Kim F. Storm <storm@cua.dk>
7368
7369 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7370 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7371
73722005-04-21 Lute Kamstra <lute@gnu.org>
7373
7374 * lists.texi (Association Lists): Document rassq-delete-all.
7375
73762005-04-19 Richard M. Stallman <rms@gnu.org>
7377
7378 * modes.texi (Search-based Fontification): Explain that
7379 facespec is an expression to be evaluated.
7380
73812005-04-19 Kevin Ryde <user42@zip.com.au>
7382
7383 * streams.texi (Output Functions): Fix xref.
7384 * strings.texi (String Conversion): Fix xref.
7385
73862005-04-19 Kim F. Storm <storm@cua.dk>
7387
7388 * symbols.texi (Symbol Plists): Add safe-get.
7389 Mention that `get' may signal an error.
7390
73912005-04-18 Nick Roberts <nickrob@snap.net.nz>
7392
7393 * customize.texi (Variable Definitions): Replace tooltip-mode
7394 example with save-place.
7395
73962005-04-17 Richard M. Stallman <rms@gnu.org>
7397
7398 * buffers.texi (Indirect Buffers): Clarify.
7399
7400 * positions.texi (Positions): Clarify converting marker to integer.
7401
7402 * strings.texi (String Basics): Mention string-match; clarify.
7403
74042005-04-08 Lute Kamstra <lute@gnu.org>
7405
7406 * modes.texi (Search-based Fontification): Fix cross references.
7407 Use consistent terminology. Document anchored highlighting.
7408
74092005-04-05 Lute Kamstra <lute@gnu.org>
7410
7411 * modes.texi (Defining Minor Modes): Document :group keyword
7412 argument and its default value.
7413
74142005-04-03 Lute Kamstra <lute@gnu.org>
7415
7416 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7417 references and/or descriptions. Delete major mode hooks; mention
7418 them as a category instead. Rename or delete obsolete hooks.
7419
74202005-04-02 Richard M. Stallman <rms@gnu.org>
7421
7422 * nonascii.texi (Coding System Basics): Another wording cleanup.
7423
74242005-04-01 Richard M. Stallman <rms@gnu.org>
7425
7426 * nonascii.texi (Coding System Basics): Clarify previous change.
7427
74282005-04-01 Kenichi Handa <handa@m17n.org>
7429
10d1d0af 7430 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7431 identity of coding systems.
7432
74332005-03-29 Chong Yidong <cyd@stupidchicken.com>
7434
7435 * text.texi (Buffer Contents): Add filter-buffer-substring and
7436 buffer-substring-filters.
7437
74382005-03-26 Chong Yidong <cyd@stupidchicken.com>
7439
7440 * anti.texi (Antinews): Mention `G' interactive code.
7441
7442 * tips.texi (Compilation Tips): Mention benchmark.el.
7443
74442005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7445
7446 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7447 is now bound to M-o M-o.
7448
7449 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7450
74512005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7452
7453 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7454 in the Emacs Manual).
7455 * Makefile.in (srcs): Remove calendar.texi.
7456 * makefile.w32-in (srcs): Remove calendar.texi.
7457 * display.texi (Display): Change name of next node.
7458 * os.texi (System In): Change name of previous node.
7459 * elisp.texi (Top): Remove Calendar references.
7460 * vol1.texi (Top): Remove Calendar references.
7461 * vol2.texi (Top): Remove Calendar references.
7462
74632005-03-25 Richard M. Stallman <rms@gnu.org>
7464
7465 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7466 Cleanup previous change.
7467
74682005-03-25 Chong Yidong <cyd@stupidchicken.com>
7469
7470 * display.texi (Face Attributes): Faces earlier in an :inherit
7471 list take precedence.
7472 (Scroll Bars): Fix description of vertical-scroll-bars.
7473 Document frame-current-scroll-bars and window-current-scroll-bars.
7474
7475 * markers.texi (The Mark): Document temporary Transient Mark mode.
7476
7477 * minibuf.texi (Reading File Names):
7478 Document read-file-name-completion-ignore-case.
7479
7480 * positions.texi (Screen Lines): Document nil for width argument
7481 to compute-motion.
7482
74832005-03-23 Kim F. Storm <storm@cua.dk>
7484
7485 * display.texi (Standard Faces): Other faces used in the fringe
7486 implicitly inherits from the fringe face.
7487 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7488 properties implicitly inherits from fringe face.
7489 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7490
74912005-03-20 Chong Yidong <cyd@stupidchicken.com>
7492
7493 * display.texi (Invisible Text): State default value of
7494 line-move-ignore-invisible.
7495 (Managing Overlays): Document remove-overlays.
7496 (Standard Faces): Document escape-glyph face.
7497
7498 * minibuf.texi (Reading File Names): Document read-file-name-function.
7499
7500 * modes.texi (Other Font Lock Variables):
7501 Document font-lock-lines-before.
7502
7503 * positions.texi (Skipping Characters): skip-chars-forward allows
7504 character classes.
7505
75062005-03-18 Lute Kamstra <lute@gnu.org>
7507
7508 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7509
75102005-03-17 Richard M. Stallman <rms@gnu.org>
7511
7512 * text.texi (Undo): Document extensible undo entries.
7513
dd7b651b 7514 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7515
7516 * nonascii.texi (Character Codes): Minor fix.
7517
7518 * display.texi (Display Property): Explain the significance
7519 of having text properties that are eq.
7520 (Other Display Specs): Explain string as display spec.
7521
7522 * commands.texi (Interactive Codes): Document G option.
7523
75242005-03-17 Chong Yidong <cyd@stupidchicken.com>
7525
7526 * text.texi (Filling): Add sentence-end-without-period and
7527 sentence-end-without-space.
7528 (Changing Properties): Minor fix.
7529
7530 * anti.texi: Total rewrite.
7531
75322005-03-15 Lute Kamstra <lute@gnu.org>
7533
7534 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7535
75362005-03-08 Kim F. Storm <storm@cua.dk>
7537
7538 * display.texi (Specified Space): Property :width is support on
7539 non-graphic terminals, :height is not.
7540
75412005-03-07 Richard M. Stallman <rms@gnu.org>
7542
7543 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7544 Now subnodes of Fringes.
7545 (Overlay Arrow): Document overlay-arrow-variable-list.
7546 (Fringe Size/Pos): New node, broken out of Fringes.
7547 (Display): Explain clearing vs redisplay better.
7548 (Truncation): Clarify use of bitmaps.
7549 (The Echo Area): Clarify the uses of the echo area.
7550 Add max-mini-window-height.
7551 (Progress): Clarify.
7552 (Invisible Text): Explain that main loop moves point out.
7553 (Selective Display): Say "hidden", not "invisible".
7554 (Managing Overlays): Move up. Describe relation to Undo here.
7555 (Overlay Properties): Clarify intro.
7556 (Finding Overlays): Explain return values when nothing found.
7557 (Width): truncate-string-to-width has added arg.
7558 (Displaying Faces): Clarify and update mode line face handling.
7559 (Face Functions): Minor cleanup.
7560 (Conditional Display): Merge into Other Display Specs.
7561 (Pixel Specification, Other Display Specs): Minor cleanups.
7562 (Images, Image Descriptors): Minor cleanups.
7563 (GIF Images): Patents have expired.
7564 (Showing Images): Explain default text for insert-image.
7565 (Manipulating Button Types): Merge into Manipulating Buttons.
7566 (Making Buttons): Explain return values.
7567 (Button Buffer Commands): Add xref.
7568 (Inverse Video): Update mode-line-inverse-video.
7569 (Display Table Format): Clarify.
7570 (Active Display Table): Give defaults for window-display-table.
7571
7572 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7573 and calendar-today-marker are strings, not chars.
7574 (Holiday Customizing): Minor fix.
7575
7576 * internals.texi (Writing Emacs Primitives): Update `or' example.
7577 Update limit on # args of subr.
7578
7579 * edebug.texi (Using Edebug): Arrow is in fringe.
7580 (Instrumenting): Arg to eval-defun works without loading edebug.
7581 (Edebug Execution Modes): Add xref.
7582
7583 * customize.texi (Common Keywords): Clarify :require.
7584 Mention :version here.
7585 (Variable Definitions, Group Definitions): Not here.
7586 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7587
75882005-03-07 Chong Yidong <cyd@stupidchicken.com>
7589 * nonascii.texi (Text Representations): Clarify position-bytes.
7590 (Character Sets): Add list-charset-chars.
7591 (Scanning Charsets): Add charset-after.
7592 (Encoding and I/O): Minor fix.
7593
75942005-03-06 Richard M. Stallman <rms@gnu.org>
7595
7596 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7597 (Resizing Windows): Likewise.
7598
7599 * text.texi (Change Hooks): Get rid of "Emacs 21".
7600
7601 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7602
7603 * streams.texi (Output Variables): Get rid of "Emacs 21".
7604
7605 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7606
7607 * os.texi (Translating Input): Replace flow-control example
7608 with a less obsolete example that uses `keyboard-translate'.
7609
7610 * objects.texi (Hash Table Type, Circular Objects):
7611 Get rid of "Emacs 21".
7612
7613 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7614 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7615
7616 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7617
7618 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7619
7620 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7621 (Menu Bar): Fix when menu-bar-update-hook is called.
7622
7623 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7624
7625 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7626 and make it read better.
7627
7628 * files.texi (Writing to Files): Get rid of "Emacs 21".
7629 (Unique File Names): Likewise.
7630
7631 * elisp.texi: Update Emacs version to 22.
7632
7633 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7634 (Overlay Properties, Face Attributes): Likewise.
7635 (Managing Overlays): Fix punctuation.
7636 (Attribute Functions): Clarify set-face-font; get rid of
7637 info about old Emacs versions.
7638 (Auto Faces, Font Lookup, Display Property, Images):
7639 Get rid of "Emacs 21".
7640
7641 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7642
76432005-03-05 Richard M. Stallman <rms@gnu.org>
7644
7645 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7646
76472005-03-04 Lute Kamstra <lute@gnu.org>
7648
7649 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7650
76512005-03-03 Lute Kamstra <lute@gnu.org>
7652
7653 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7654
76552005-03-01 Lute Kamstra <lute@gnu.org>
7656
7657 * debugging.texi (Debugger Commands): Update `j'.
7658
76592005-02-28 Lute Kamstra <lute@gnu.org>
7660
7661 * debugging.texi (Debugging): Fix typo.
7662 (Error Debugging): Document eval-expression-debug-on-error.
7663 (Function Debugging): Update example.
7664 (Using Debugger): Mention starred stack frames.
7665 (Debugger Commands): Document `j' and `l'.
7666 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7667 Update the messages that the debugger displays.
7668 (Internals of Debugger): Add cross reference. Update example.
7669 (Excess Open): Minor improvement.
7670 (Excess Close): Minor improvement.
7671
76722005-02-26 Richard M. Stallman <rms@gnu.org>
7673
7674 * tips.texi (Coding Conventions): Clarify.
7675 Put all the major mode key reservations together.
7676 Mention the Mouse-1 => Mouse-2 conventions.
7677
7678 * syntax.texi (Syntax Class Table): Clarify.
7679 (Syntax Table Functions): syntax-after moved from here.
7680 (Syntax Table Internals): syntax-after moved to here.
7681 (Parsing Expressions): Update info on number of values
7682 and what's meaningful in the STATE argument.
7683 (Categories): Fix typo.
7684
7685 * sequences.texi (Arrays): Cleanup.
7686 (Char-Tables): Clarify.
7687
7688 * processes.texi (Deleting Processes): Cleanups, add xref.
7689 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7690 (Process Information): set-process-coding-system, some args optional.
7691 (Input to Processes): Explain various types for PROCESS args.
7692 Rename them from PROCESS-NAME to PROCESS.
7693 (Signals to Processes): Likewise.
7694 (Decoding Output): Cleanup.
7695 (Query Before Exit): Clarify.
7696
7697 * os.texi (Startup Summary): Correct the options; add missing ones.
7698 (Terminal Output, Batch Mode): Clarify.
7699 (Flow Control): Node deleted.
7700
7701 * markers.texi (The Mark): Clarify.
7702
7703 * macros.texi (Expansion): Cleanup.
7704 (Indenting Macros): indent-spec allows ints, not floats.
7705
7706 * keymaps.texi (Keymaps): Clarify.
7707 (Format of Keymaps): Update lisp-mode-map example.
7708 (Active Keymaps, Key Lookup): Clarify.
7709 (Changing Key Bindings): Add xref to `kbd'.
7710 (Key Binding Commands, Simple Menu Items): Clarify.
7711 (Mouse Menus, Menu Bar): Clarify.
7712 (Menu Example): Replace print example with menu-bar-replace-menu.
7713
7714 * help.texi (Documentation Basics): Add function-documentation prop.
7715
7716 * elisp.texi (Top): Don't refer to Flow Control node.
7717
7718 * commands.texi (Command Overview): Improve xrefs.
7719 (Adjusting Point): Adjusting point applies to intangible and invis.
7720 (Key Sequence Input): Doc extra read-key-sequence args.
7721 Likewise for read-key-sequence-vector.
7722
7723 * backups.texi (Rename or Copy): Minor fix.
7724 (Numbered Backups): For version-control, say the default.
7725 (Auto-Saving): make-auto-save-file-name example is simplified.
7726
7727 * advice.texi (Advising Functions): Don't imply one part of Emacs
7728 should advise another part. Markup changes.
7729 (Defining Advice): Move transitional para.
7730 (Activation of Advice): Cleanup.
7731 Explain if COMPILE is nil or negative.
7732
7733 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7734
77352005-02-24 Lute Kamstra <lute@gnu.org>
7736
7737 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7738 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7739
77402005-02-23 Lute Kamstra <lute@gnu.org>
7741
7742 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7743 to define global minor modes as well.
7744
7745 * display.texi (Managing Overlays): overlay-buffer returns nil for
7746 deleted overlays.
7747
77482005-02-22 Kim F. Storm <storm@cua.dk>
7749
7750 * minibuf.texi (Basic Completion): Allow symbols in addition to
7751 strings in try-completion and all-completions.
7752
77532005-02-14 Lute Kamstra <lute@gnu.org>
7754
7755 * elisp.texi (Top): Remove reference to deleted node.
7756
7757 * lists.texi (Lists): Remove reference to deleted node.
7758 (Cons Cells): Fix typo.
7759
7760 * loading.texi (Where Defined): Fix typo.
7761
77622005-02-14 Richard M. Stallman <rms@gnu.org>
7763
7764 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7765 is useful for discarding some minor modes.
7766
7767 * symbols.texi (Symbol Components): Reorder examples.
7768
7769 * streams.texi (Input Functions): State standard-input default.
7770 (Output Variables): State standard-output default.
7771
7772 * objects.texi (Printed Representation): Clarify read syntax vs print.
7773 (Floating Point Type): Explain meaning better.
7774 (Symbol Type): Explain uniqueness better.
7775 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7776 List examples sooner.
7777 (Box Diagrams): New subnode broken out.
7778 Some examples moved from old Lists as Boxes node.
7779 (Dotted Pair Notation): Clarify intro.
7780 (Array Type): Clarify.
7781 (Type Predicates): Add hash-table-p.
7782
7783 * numbers.texi (Integer Basics): Clarify radix explanation.
7784 (Predicates on Numbers): Minor clarification.
7785 (Comparison of Numbers): Minor clarification. Clarify eql.
7786 Typos in min, max.
7787 (Math Functions): Clarify overflow in expt.
7788
7789 * minibuf.texi (Text from Minibuffer): Minor clarification.
7790 Mention arrow keys.
7791
7792 * loading.texi (Autoload): defun's doc string overrides autoload's
7793 doc string.
7794 (Repeated Loading): Modernize "add to list" examples.
7795 (Where Defined): Finish updating table of load-history elts.
7796
7797 * lists.texi (List-related Predicates): Minor wording improvement.
7798 (Lists as Boxes): Node deleted.
7799 (Building Lists): Explain trivial cases of number-sequence.
7800
7801 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7802 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7803 (Hash Access): Any object can be a key.
7804 State value of maphash.
7805
7806 * functions.texi (What Is a Function): Wording cleanup.
7807 (Function Documentation): Minor cleanup.
7808 Explain purpose of calling convention at end of doc string.
7809 (Function Names): Wording cleanup.
7810 (Calling Functions): Wording cleanup.
7811 Explain better how funcall calls the function.
7812 (Function Cells): Delete example of saving and redefining function.
7813
7814 * control.texi (Combining Conditions): Wording cleanup.
7815 (Iteration): dolist and dotimes bind VAR locally.
7816 (Cleanups): Xref to Atomic Changes.
7817
7818 * compile.texi (Byte Compilation): Delete 19.29 info.
7819 (Compilation Functions): Macros' difficulties don't affect defsubst.
7820 (Docs and Compilation): Delete 19.29 info.
7821
78222005-02-10 Richard M. Stallman <rms@gnu.org>
7823
7824 * objects.texi (Symbol Type): Minor correction.
7825
78262005-02-06 Lute Kamstra <lute@gnu.org>
7827
7828 * modes.texi (Example Major Modes): Fix typos.
7829
78302005-02-06 Richard M. Stallman <rms@gnu.org>
7831
7832 * text.texi (Margins): fill-nobreak-predicate can be one function.
7833
7834 * strings.texi (Modifying Strings): clear-string can make unibyte.
7835 (Formatting Strings): format gives error if values missing.
7836
7837 * positions.texi (Character Motion): Mention default arg
7838 for forward-char. backward-char refers to forward-char.
7839 (Word Motion): Mention default arg for forward-word.
7840 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7841 Simplify end-of-buffer.
7842 (Text Lines): Mention default arg for forward-line.
7843 (List Motion): Mention default arg for beginning/end-of-defun.
7844 (Skipping Characters): Minor fixes in explaining character-set.
7845
7846 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7847 Mode inheritance applies only when default-major-mode is nil.
7848 Clarifications.
7849 (Example Major Modes): Update Text mode and Lisp mode examples.
7850 (Minor Mode Conventions): Mention define-minor-mode at top.
7851 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7852 (Mode Line Format): Update mode line face display info.
7853 (Properties in Mode): Mention effect of risky vars.
7854 (Imenu): Define imenu-add-to-menubar.
7855 (Font Lock Mode): Add descriptions to menu lines.
7856 (Faces for Font Lock): Add font-lock-doc-face.
7857
78582005-02-05 Lute Kamstra <lute@gnu.org>
7859
7860 * text.texi (Maintaining Undo): Remove obsolete function.
7861
78622005-02-05 Eli Zaretskii <eliz@gnu.org>
7863
7864 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7865 color specifications. Improve indexing.
b8d4c8d0
GM
7866 (Text Terminal Colors): Replace the description of RGB values by
7867 an xref to "Color Names".
7868
78692005-02-03 Richard M. Stallman <rms@gnu.org>
7870
7871 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7872 Clarify.
7873 (Selecting Windows): Clarify save-selected-window.
7874 (Cyclic Window Ordering): Clarify walk-windows.
7875 (Window Point): Clarify.
7876 (Window Start): Add comment to example.
7877 (Resizing Windows): Add `interactive' specs in examples.
7878 Document fit-window-to-buffer.
7879
7880 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7881 (Undo, Maintaining Undo): Clarify last change.
7882 (Sorting): In sort-numeric-fields, explain about octal and hex.
7883 Mention sort-numeric-base.
7884 (Format Properties): Add xref for hard newlines.
7885
7886 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7887 (Pop-Up Menus): Fix typo.
7888 (Color Names): Explain all types of color names.
7889 Explain color-values on B&W terminal.
7890 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7891
7892 * files.texi (File Locks): Not supported on MS systems.
7893 (Testing Accessibility): Clarify.
7894
7895 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7896 (Coverage Testing): Fix typo.
7897
7898 * commands.texi (Misc Events): Remove stray space.
7899
7900 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7901 (Modification Time): Clarify when visited-file-modtime returns 0.
7902 (The Buffer List): Clarify bury-buffer.
7903 (Killing Buffers): Clarify.
7904 (Indirect Buffers): Add clone-indirect-buffer.
7905
79062005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7907
7908 * edebug.texi (Printing in Edebug): Fix default value of
7909 edebug-print-circle.
7910 (Coverage Testing): Fix displayed frequency count data.
7911
79122005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7913
7914 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7915
79162005-02-02 Kim F. Storm <storm@cua.dk>
7917
7918 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7919
79202005-01-29 Eli Zaretskii <eliz@gnu.org>
7921
7922 * commands.texi (Misc Events): Describe the help-echo event.
7923
7924 * text.texi (Special Properties) <help-echo>: Use `pos'
7925 consistently in description of the help-echo property.
7926 Use @code{nil} instead of @var{nil}.
7927
7928 * display.texi (Overlay Properties): Fix the index entry for
7929 help-echo overlay property.
7930
7931 * customize.texi (Type Keywords): Uncomment the xref to the
7932 help-echo property documentation.
7933
79342005-01-23 Kim F. Storm <storm@cua.dk>
7935
7936 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7937 return value. Third element FULLY replaced by PARTIAL which
7938 specifies number of invisible pixels if row is only partially visible.
7939 (Textual Scrolling): Mention auto-window-vscroll.
7940 (Vertical Scrolling): New defvar auto-window-vscroll.
7941
79422005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7943
7944 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7945 command remapping.
7946
79472005-01-15 Richard M. Stallman <rms@gnu.org>
7948
7949 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7950
79512005-01-14 Kim F. Storm <storm@cua.dk>
7952
7953 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7954
7955 * text.texi (Links and Mouse-1): Fix string and vector item.
7956
79572005-01-13 Richard M. Stallman <rms@gnu.org>
7958
7959 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7960 descriptions of overriding-local-map and overriding-terminal-local-map.
7961
7962 * text.texi (Links and Mouse-1): Clarify text.
7963
79642005-01-13 Kim F. Storm <storm@cua.dk>
7965
7966 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7967
79682005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7969
7970 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7971
79722005-01-12 Kim F. Storm <storm@cua.dk>
7973
7974 * text.texi (Links and Mouse-1): Rename section from Enabling
7975 Mouse-1 to Following Links. Change xrefs.
7976 Add examples for define-button-type and define-widget.
7977
7978 * display.texi (Button Properties, Button Buffer Commands):
7979 Clarify mouse-1 and follow-link functionality.
7980
79812005-01-12 Richard M. Stallman <rms@gnu.org>
7982
7983 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7984
7985 * display.texi (Beeping): Fix Texinfo usage.
7986
7987 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7988
79892005-01-11 Kim F. Storm <storm@cua.dk>
7990
7991 * display.texi (Button Properties, Button Buffer Commands):
7992 Mention mouse-1 binding. Add follow-link keyword.
7993
7994 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7995 (Enabling Mouse-1 to Follow Links): New subsection.
7996
79972005-01-06 Richard M. Stallman <rms@gnu.org>
7998
7999 * text.texi (Special Properties): Minor change.
8000
8001 * os.texi (Timers): Clarify previous change.
8002
8003 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8004
80052005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8006
8007 * display.texi (Face Attributes): Correct xref to renamed node.
8008
80092005-01-01 Richard M. Stallman <rms@gnu.org>
8010
8011 * display.texi (Face Attributes): Describe hex color specs.
8012
80132004-12-31 Richard M. Stallman <rms@gnu.org>
8014
8015 * os.texi (Timers): Update previous change.
8016
80172004-12-30 Kim F. Storm <storm@cua.dk>
8018
8019 * display.texi (Line Height): Total line-height is now specified
8020 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8021 in cons cells. (nil . RATIO) is relative to actual line height.
8022 Use line-height `t' instead of `0' to get minimum height.
8023
80242004-12-29 Richard M. Stallman <rms@gnu.org>
8025
8026 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8027
80282004-12-28 Richard M. Stallman <rms@gnu.org>
8029
8030 * commands.texi (Quitting): Clarify value of with-local-quit.
8031
8032 * elisp.texi (Top): Fix previous change.
8033
8034 * loading.texi (Loading): Fix previous change.
8035
80362004-12-27 Richard M. Stallman <rms@gnu.org>
8037
8038 * Makefile.in (MAKEINFO): Specify --force.
8039
8040 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8041
8042 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8043
8044 * display.texi (Line Height): Further clarify.
8045
8046 * elisp.texi (Top): Update Loading submenu.
8047
8048 * loading.texi (Where Defined): New node.
8049 (Unloading): load-history moved to Where Defined.
8050
80512004-12-21 Richard M. Stallman <rms@gnu.org>
8052
8053 * commands.texi (Event Input Misc): Add while-no-input.
8054
80552004-12-11 Richard M. Stallman <rms@gnu.org>
8056
8057 * display.texi (Line Height): Rewrite text for clarity.
8058
80592004-12-11 Kim F. Storm <storm@cua.dk>
8060
8061 * display.texi (Display): Add node "Line Height" to menu.
8062 (Line Height): New node. Move full description of line-spacing
8063 and line-height text properties here from text.texi.
8064 (Scroll Bars): Add vertical-scroll-bar variable.
8065
8066 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8067
8068 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8069 line-spacing and vertical-scroll-bar.
8070
8071 * text.texi (Special Properties): Just mention line-spacing and
8072 line-height here, add xref to new "Line Height" node.
8073
80742004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8075
8076 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8077
8078 * locals.texi (Standard Buffer-Local Variables):
8079 Add @xref for `line-spacing'.
8080
80812004-12-05 Richard M. Stallman <rms@gnu.org>
8082
8083 * Makefile.in (maintainer-clean): Remove the info files
8084 in $(infodir) where they are created.
8085
80862004-12-03 Richard M. Stallman <rms@gnu.org>
8087
8088 * windows.texi (Selecting Windows): get-lru-window and
8089 get-largest-window don't consider dedicated windows.
8090
8091 * text.texi (Undo): Document undo-in-progress.
8092
80932004-11-26 Richard M. Stallman <rms@gnu.org>
8094
8095 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8096 Remove a few vars that are not always buffer-local.
8097
80982004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8099
8100 * locals.texi (Standard Buffer-Local Variables): Comment out
8101 xref's to non-existent node `Yet to be written'.
8102
81032004-11-24 Richard M. Stallman <rms@gnu.org>
8104
8105 * processes.texi (Synchronous Processes): Grammar fix.
8106
8107 * numbers.texi (Comparison of Numbers): Add eql.
8108
8109 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8110
8111 * intro.texi (Printing Notation): Fix previous change.
8112
8113 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8114 and default-indicate-buffer-boundaries from here.
8115 (Usual Display): To here.
8116 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8117 (Usual Display): Move tab-width up.
8118
5dcb4c4e
SM
8119 * customize.texi (Variable Definitions):
8120 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8121 (Simple Types, Composite Types, Defining New Types):
8122 Minor cleanups.
8123
81242004-11-21 Jesper Harder <harder@ifa.au.dk>
8125
8126 * processes.texi (Synchronous Processes, Output from Processes):
8127 Markup fix.
8128
81292004-11-20 Richard M. Stallman <rms@gnu.org>
8130
8131 * positions.texi (Skipping Characters): skip-chars-forward
8132 now handles char classes.
8133
8134 * intro.texi (Printing Notation): Avoid confusion of `print'
8135 when explaining @print.
8136
8137 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8138
8139 * display.texi (Display Table Format): Minor fix.
8140
8141 * streams.texi (Output Functions): Fix print example.
8142
8143 * Makefile.in (elisp): New target.
8144 (dist): Depend on $(infodir)/elisp, not elisp.
8145 Copy the info files from $(infodir).
8146
8147 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8148 read-from-minibuffer.
8149
8150 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8151
81522004-11-19 Richard M. Stallman <rms@gnu.org>
8153
8154 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8155
81562004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8157
8158 * tips.texi (Coding Conventions): Fix typo.
8159
81602004-11-16 Richard M. Stallman <rms@gnu.org>
8161
8162 * tips.texi (Coding Conventions): Separate defvar and require
8163 methods to avoid warnings. Use require only when there are many
8164 functions and variables from that package.
8165
8166 * minibuf.texi (Minibuffer Completion): When ignoring case,
8167 predicate must not be case-sensitive.
8168
8169 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8170 (Test Coverage): Don't talk about "splotches". Clarified.
8171
81722004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8173
8174 * frames.texi (Window Frame Parameters): Fix typo.
8175
81762004-11-15 Kim F. Storm <storm@cua.dk>
8177
8178 * symbols.texi (Other Plists): Note that plist-get may signal error.
8179 Add safe-plist-get.
8180
81812004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8182
8183 * modes.texi (Font Lock Basics): Fix typo.
8184
81852004-11-08 Richard M. Stallman <rms@gnu.org>
8186
8187 * syntax.texi (Syntax Table Functions): Add syntax-after.
8188
81892004-11-06 Lars Brinkhoff <lars@nocrew.org>
8190
8191 * os.texi (Processor Run Time): New section documenting
8192 get-internal-run-time.
8193
81942004-11-06 Eli Zaretskii <eliz@gnu.org>
8195
8196 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8197 it nukes elisp-cover.texi.
8198 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8199 elisp-0 etc.
8200
82012004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8202
8203 * commands.texi (Keyboard Macros): Document `append' return value
8204 of `defining-kbd-macro'.
8205
82062004-11-01 Richard M. Stallman <rms@gnu.org>
8207
8208 * commands.texi (Interactive Call): Add called-interactively-p.
8209
82102004-10-29 Simon Josefsson <jas@extundo.com>
8211
8212 * minibuf.texi (Reading a Password): Revert.
8213
82142004-10-28 Richard M. Stallman <rms@gnu.org>
8215
8216 * frames.texi (Display Feature Testing): Explain about "vendor".
8217
82182004-10-27 Richard M. Stallman <rms@gnu.org>
8219
8220 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8221 not raw. Clarify `n'.
8222 (Interactive Call): Rewrite interactive-p, focusing on when
8223 and how to use it.
8224 (Misc Events): Clarify previous change.
8225
8226 * advice.texi (Simple Advice): Clarify what job the example does.
8227 (Around-Advice): Clarify ad-do-it.
8228 (Activation of Advice): An option of ad-default-compilation-action
8229 is `never', not `nil'.
8230
82312004-10-26 Kim F. Storm <storm@cua.dk>
8232
8233 * commands.texi (Interactive Codes): Add U code letter.
8234
82352004-10-25 Simon Josefsson <jas@extundo.com>
8236
8237 * minibuf.texi (Reading a Password): Add.
8238
82392004-10-24 Jason Rumney <jasonr@gnu.org>
8240
8241 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8242 and wheel-down.
8243
82442004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8245
8246 * processes.texi (Synchronous Processes): Document process-file.
8247
82482004-10-22 Kenichi Handa <handa@m17n.org>
8249
8250 * text.texi (translate-region): Document that it accepts also a
8251 char-table.
8252
82532004-10-22 David Ponce <david@dponce.com>
8254
8255 * windows.texi (Resizing Windows): Document the `preserve-before'
8256 argument of the functions `enlarge-window' and `shrink-window'.
8257
82582004-10-19 Jason Rumney <jasonr@gnu.org>
8259
8260 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8261
82622004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8263
8264 * text.texi (Filling): Add anchor for definition of
8265 `sentence-end-double-space'.
8266
8267 * searching.texi (Regexp Example): Update description of how
8268 Emacs currently recognizes the end of a sentence.
8269 (Standard Regexps): Update definition of the variable
8270 `sentence-end'. Add definition of the function `sentence-end'.
8271
82722004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8273
8274 * display.texi (Progress): New node.
8275
82762004-10-05 Kim F. Storm <storm@cua.dk>
8277
8278 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8279
82802004-09-29 Kim F. Storm <storm@cua.dk>
8281
8282 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8283 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8284 fringe bitmap symbols, as they now have their own namespace.
8285 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8286 vs. pixels. Signal error if no free bitmap slots.
8287 (Pixel Specification): Change IMAGE to @var{image}.
8288
82892004-09-28 Richard M. Stallman <rms@gnu.org>
8290
8291 * text.texi (Special Properties): Clarify line-spacing and line-height.
8292
8293 * searching.texi (Regexp Search): Add looking-back.
8294
82952004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8296
8297 * display.texi: Correct typos.
8298 (Image Descriptors): Correct xref's.
8299
83002004-09-25 Richard M. Stallman <rms@gnu.org>
8301
8302 * text.texi (Special Properties): Cleanups in `cursor'.
8303 Rewrites in `line-height' and `line-spacing'; exchange them.
8304
8305 * display.texi (Fringes): Rewrite previous change.
8306 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8307 (Display Fringe Bitmaps): Node deleted, text moved.
8308 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8309 (Scroll Bars): Clarify set-window-scroll-bars.
8310 (Pointer Shape): Rewrite.
8311 (Specified Space): Clarify :align-to, etc.
8312 (Pixel Specification): Use @var. Clarify new text.
8313 (Other Display Specs): Clarify `slice'.
8314 (Image Descriptors): Cleanups.
8315 (Showing Images): Cleanups.
8316
83172004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8318
8319 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8320
8321 * modes.texi: Various minor changes in addition to:
8322 (Major Mode Conventions): Final call to `run-mode-hooks' should
8323 not be inside the `delay-mode-hooks' form.
8324 (Mode Hooks): New node.
8325 (Hooks): Delete obsolete example.
8326 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8327 node "Mode Hooks".
8328
83292004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8330
8331 * display.texi: Correct various typos.
8332 (Display): Rename node "Pointer Shapes" to "Pointer
8333 Shape". (There is already a node called "Pointer Shapes" in
8334 frames.texi.)
8335 (Images): Remove non-existent node "Image Slices" from menu.
8336
83372004-09-23 Kim F. Storm <storm@cua.dk>
8338
8339 * text.texi (Special Properties): Add `cursor', `pointer',
8340 `line-height', and `line-spacing' properties.
8341
8342 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8343 Shapes' to menu.
8344 (Standard Faces): Doc fix for fringe face.
8345 (Fringes): Add `overflow-newline-into-fringe' and
8346 'indicate-buffer-boundaries'.
8347 (Fringe Bitmaps, Pointer Shapes): New nodes.
8348 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8349 Bitmaps' to menu.
8350 (Specified Space): Describe pixel width and height.
8351 (Pixel Specification): New node.
8352 (Other Display Specs): Add `slice' property.
8353 (Display Fringe Bitmaps): New node.
8354 (Images): Add 'Image Slices' to menu.
8355 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8356 (Showing Images): Add slice arg to `insert-image'.
8357 Add 'insert-sliced-image'.
b8d4c8d0
GM
8358
83592004-09-20 Richard M. Stallman <rms@gnu.org>
8360
8361 * commands.texi (Key Sequence Input):
8362 Clarify downcasing in read-key-sequence.
8363
83642004-09-08 Juri Linkov <juri@jurta.org>
8365
8366 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8367
83682004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8369
5dcb4c4e
SM
8370 * locals.texi (Standard Buffer-Local Variables):
8371 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8372 * internals.texi (Buffer Internals): Describe new
8373 auto_save_file_format field of the buffer structure.
8374 * files.texi (Format Conversion): `auto-save-file-format' has been
8375 renamed `buffer-auto-save-file-format'.
8376
83772004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8378
8379 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8380 an integer or a marker.
8381 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8382
83832004-08-22 Richard M. Stallman <rms@gnu.org>
8384
8385 * modes.texi (Major Mode Conventions): Discuss rebinding of
8386 standard key bindings.
8387
83882004-08-18 Kim F. Storm <storm@cua.dk>
8389
8390 * processes.texi (Accepting Output): Add `just-this-one' arg to
8391 `accept-process-output'.
8392 (Output from Processes): New var `process-adaptive-read-buffering'.
8393
83942004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8395
8396 * keymaps.texi: Various changes in addition to:
8397 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8398 Give more varied examples for `kbd'.
8399 (Creating Keymaps): Char tables have slots for all characters
8400 without modifiers.
8401 (Active Keymaps): `overriding-local-map' and
8402 `overriding-terminal-local-map' also override text property and
8403 overlay keymaps.
8404 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8405 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8406 to denote a prefix of no events.
8407 `map-keymap' includes parent's bindings _recursively_.
8408 Clarify and correct description of `where-is-internal'.
8409 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8410 (Menu Example): For menus intended for use with the keyboard, the
8411 menu items should be bound to characters or real function keys.
8412
84132004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8414
8415 * objects.texi (Character Type): Reposition `@anchor' to prevent
8416 double space inside sentence in Info.
8417
8418 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8419 renamed to `disabled-command-function'.
8420 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8421 (Command Loop Info): Replace reference to it.
8422 (Disabling Commands): `disabled-command-hook' has been renamed to
8423 `disabled-command-function'.
8424
84252004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8426
8427 * os.texi (Translating Input): Only non-prefix bindings in
8428 `key-translation-map' override actual key bindings. Warn about
8429 possible indirect effect of actual key bindings on non-prefix
8430 bindings in `key-translation-map'.
8431
84322004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8433
8434 * minibuf.texi (High-Level Completion): Add anchor for definition
8435 of `read-variable'.
8436
8437 * commands.texi: Various changes in addition to:
8438 (Using Interactive): Clarify description of `interactive-form'.
8439 (Interactive Call): Mention default for KEYS argument to
8440 `call-interactively'.
8441 (Command Loop Info): Clarify description of `this-command-keys'.
8442 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8443 Value of `last-event-frame' can be `macro'.
8444 (Repeat Events): `double-click-fuzz' is also used to distinguish
8445 clicks and drags.
8446 (Classifying Events): Clarify descriptions of `event-modifiers'
8447 `event-basic-type' and `event-convert-list'.
8448 (Accessing Events): `posn-timestamp' takes POSITION argument.
8449 (Quoted Character Input): Clarify description of
8450 `read-quoted-char' and fix example.
8451 (Quitting): Add `with-local-quit'.
8452 (Disabling Commands): Correct and clarify descriptions of
8453 `enable-command' and `disable-command'.
8454 Mention what happens if `disabled-command-hook' is nil.
8455 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8456 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8457
84582004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8459
8460 * frames.texi: Various changes in addition to:
8461 (Creating Frames): Expand and clarify description of `make-frame'.
8462 (Window Frame Parameters): Either none or both of the `icon-left'
8463 and `icon-top' parameters must be specified. Put descriptions of
8464 `menu-bar-lines' and `toolbar-lines' closer together and change
8465 them accordingly.
8466 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8467 except while processing `frame-title-format' or `icon-title-format'.
8468 (Deleting Frames): Correct description of `delete-frame'.
8469 Non-nil return values of `frame-live-p' are like those of `framep'.
8470 (Frames and Windows): Mention return value of
8471 `set-frame-selected-window'.
8472 (Visibility of Frames): Mention `force' argument to
8473 `make-frame-invisible'. `frame-visible-p' returns t for all
8474 frames on text-only terminals.
8475 (Frame Configurations): Restoring a frame configuration does not
8476 restore deleted frames.
8477 (Window System Selections): `x-set-selection' returns DATA.
8478 (Resources): Add example.
8479 (Display Feature Testing): Clarify descriptions of
8480 `display-pixel-height', `display-pixel-width', `x-server-version'
8481 and `x-server-vendor'.
8482
8483 * windows.texi (Choosing Window): Add anchor.
8484 * minibuf.texi (Minibuffer Misc): Add anchor.
8485
84862004-07-23 John Paul Wallington <jpw@gnu.org>
8487
8488 * macros.texi (Defining Macros): Declaration keyword for setting
8489 Edebug spec is `debug' not `edebug'.
8490
84912004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8492
8493 * windows.texi: Various small changes in addition to:
8494 (Window Point): Mention return value of `set-window-point'.
8495 (Window Start): `pos-visible-in-window-p' disregards horizontal
8496 scrolling. Explain return value if PARTIALLY is non-nil.
8497 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8498 and `set-window-vscroll'.
8499 (Size of Window): The argument WINDOW to `window-inside-edges',
8500 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8501 (Resizing Windows): Explain return value of
8502 `shrink-window-if-larger-than-buffer'.
8503 `window-size-fixed' automatically becomes buffer local when set.
8504 (Window Configurations): Explain return value of
8505 `set-window-configuration'.
8506
8507 * minibuf.texi (Minibuffer Misc): Add anchor for
8508 `minibuffer-scroll-window'.
8509
8510 * positions.texi (Text Lines): Add anchor for `count-lines'.
8511
85122004-07-17 Richard M. Stallman <rms@gnu.org>
8513
8514 * display.texi (Overlay Properties): Adding `evaporate' prop
8515 deletes empty overlay immediately.
8516
8517 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8518 fix example.
8519
85202004-07-16 Jim Blandy <jimb@redhat.com>
8521
8522 * searching.texi (Regexp Backslash): Document new \_< and \_>
8523 operators.
8524
85252004-07-16 Juanma Barranquero <lektu@terra.es>
8526
8527 * display.texi (Images): Fix Texinfo usage.
8528
85292004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8530
8531 * buffers.texi (Modification Time): `visited-file-modtime' now
8532 returns a list of two integers, instead of a cons.
8533
85342004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8535
8536 * windows.texi: Various changes in addition to:
8537 (Splitting Windows): Add `split-window-keep-point'.
8538
85392004-07-09 Richard M. Stallman <rms@gnu.org>
8540
8541 * frames.texi (Input Focus): Minor fix.
8542
85432004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8544
8545 * frames.texi (Input Focus): Clarify descriptions of
8546 `select-frame-set-input-focus' and `select-frame'.
8547
85482004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8549
8550 * os.texi: Various small changes in addition to:
8551 (Killing Emacs): Expand and clarify description of
8552 `kill-emacs-query-functions' and `kill-emacs-hook'.
8553 (System Environment): Expand and clarify description of `getenv'
8554 and `setenv'.
8555 (Timers): Clarify description of `run-at-time'.
8556 (Translating Input): Correct description of
8557 `extra-keyboard-modifiers'.
8558 (Flow Control): Correct description of `enable-flow-control'.
8559
85602004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8561
8562 * os.texi: Update copyright.
8563 (Session Management): Grammar fix.
8564 Clarify which Emacs does the restarting.
8565 Use @samp for *scratch* buffer.
8566
85672004-07-04 Alan Mackenzie <acm@muc.de>
8568
8569 * frames.texi (Input Focus): Add documentation for
8570 `select-frame-set-input-focus'. Replace refs to non-existent
8571 `switch-frame' with `select-frame'. Minor corrections and tidying
8572 up of text-only terminal stuff.
8573
85742004-07-02 Richard M. Stallman <rms@gnu.org>
8575
8576 * files.texi (Saving Buffers): Cleanup write-contents-function.
8577 (Magic File Names): Cleanup file-remote-p.
8578
b344d29d 85792004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8580
8581 * files.texi (Magic File Names): `file-remote-p' returns an
8582 identifier of the remote system, not just t.
8583
85842004-07-02 David Kastrup <dak@gnu.org>
8585
8586 * searching.texi (Entire Match Data): Add explanation about new
8587 match-data behavior when @var{integers} is non-nil.
8588
85892004-06-24 Richard M. Stallman <rms@gnu.org>
8590
8591 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8592
8593 * customize.texi (Variable Definitions): Note about doc strings
8594 and :set.
8595
8596 * keymaps.texi (Keymap Terminology): Document `kbd'.
8597 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8598
8599 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8600 makes it buffer-local.
8601
8602 * files.texi (Saving Buffers): Correct previous change.
8603
8604 * commands.texi (Accessing Events):
8605 Clarify posn-col-row and posn-actual-col-row.
8606
86072004-06-24 David Ponce <david.ponce@wanadoo.fr>
8608
8609 * commands.texi (Accessing Events): New functions
8610 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8611
86122004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8613
8614 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8615 * frames.texi, buffers.texi, backups.texi, variables.texi:
8616 * loading.texi, eval.texi, functions.texi, control.texi:
8617 * symbols.texi, minibuf.texi: Reposition @anchor's.
8618
8619 * help.texi: Various small changes in addition to the following.
8620 (Describing Characters): Describe PREFIX argument to
8621 `key-description'. Correct and clarify definition of
8622 `text-char-description'. Describe NEED-VECTOR argument to
8623 `read-kbd-macro'.
8624 (Help Functions): Clarify definition of `apropos'.
8625
86262004-06-23 Lars Hansen <larsh@math.ku.dk>
8627
8628 * files.texi (Saving Buffers): Correct description of
8629 `write-contents-functions'.
8630
86312004-06-21 Juanma Barranquero <lektu@terra.es>
8632
8633 * display.texi (Images): Remove redundant @vindex directives.
8634 Rewrite `image-library-alist' doc in active voice.
8635
86362004-06-14 Juanma Barranquero <lektu@terra.es>
8637
8638 * display.texi (Images): Document new delayed library loading,
8639 variable `image-library-alist' and (existing but undocumented)
8640 function `image-type-available-p'.
8641
86422004-06-05 Richard M. Stallman <rms@gnu.org>
8643
8644 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8645 refer the user to the Initial Input node.
8646 (Text from Minibuffer): Likewise.
8647 (Initial Input): New node. Document this feature
8648 and say it is mostly deprecated.
8649
86502004-05-30 Richard M. Stallman <rms@gnu.org>
8651
8652 * loading.texi (Named Features): Clarify return value
8653 and meaning of NOERROR.
8654
8655 * variables.texi (File Local Variables): Minor cleanup.
8656
86572004-05-30 Michael Albinus <michael.albinus@gmx.de>
8658
8659 * files.texi (Magic File Names): Add `file-remote-p' as operation
8660 of file name handlers.
8661
86622004-05-29 Richard M. Stallman <rms@gnu.org>
8663
8664 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8665 as arg to a minor mode command.
8666
86672004-05-22 Richard M. Stallman <rms@gnu.org>
8668
8669 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8670
8671 * streams.texi (Output Variables): Doc float-output-format.
8672
8673 * searching.texi (Regexp Special): Nested repetition can be infloop.
8674
8675 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8676 real stack overflow.
8677
8678 * compile.texi: Minor cleanups.
8679
86802004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8681
8682 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8683 circular lists.
8684 (List Elements): Explain handling of circular and dotted lists.
8685
86862004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8687
8688 * modes.texi (Search-based Fontification): Fix typo.
8689
86902004-05-10 Juanma Barranquero <lektu@terra.es>
8691
8692 * modes.texi (Mode Line Variables): Fix description of
8693 global-mode-string, which is now after which-func-mode, not the
8694 buffer name.
8695
86962004-05-07 Lars Hansen <larsh@math.ku.dk>
8697
8698 * modes.texi (Desktop Save Mode): Add.
8699 (Modes): Add menu entry Desktop Save Mode.
8700
8701 * hooks.texi: Add desktop-after-read-hook,
8702 desktop-no-desktop-file-hook and desktop-save-hook.
8703
8704 * locals.texi: Add desktop-save-buffer.
8705
87062004-04-30 Jesper Harder <harder@ifa.au.dk>
8707
8708 * display.texi: emacs -> Emacs.
8709
87102004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8711
8712 * files.texi (Changing Files): Document set-file-times.
8713
87142004-04-23 Juanma Barranquero <lektu@terra.es>
8715
8716 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8717
87182004-04-18 Jesper Harder <harder@ifa.au.dk>
8719
8720 * tips.texi (Coding Conventions): defopt -> defcustom.
8721
87222004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8723
8724 * sequences.texi: Various clarifications.
8725
87262004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8727
8728 * buffers.texi (Read Only Buffers): Mention optional ARG to
8729 `toggle-read-only'.
8730
87312004-04-14 Nick Roberts <nick@nick.uklinux.net>
8732
8733 * windows.texi (Selecting Windows): Note that get-lru-window
8734 returns a full-width window if possible.
8735
87362004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8737
8738 * buffers.texi: Various changes in addition to:
8739 (Buffer File Name): Add `find-buffer-visiting'.
8740 (Buffer Modification): Mention optional ARG to `not-modified'.
8741 (Indirect Buffers): Mention optional CLONE argument to
8742 `make-indirect-buffer'.
8743
8744 * files.texi: Various changes in addition to:
8745 (Visiting Functions): `find-file-hook' is now a normal hook.
8746 (File Name Expansion): Explain difference between the way that
8747 `expand-file-name' and `file-truename' treat `..'.
8748 (Contents of Directories): Mention optional ID-FORMAT argument to
8749 `directory-files-and-attributes'.
8750 (Format Conversion): Mention new optional CONFIRM argument to
8751 `format-write-file'.
8752
87532004-04-12 Miles Bader <miles@gnu.org>
8754
8755 * macros.texi (Expansion): Add description of `macroexpand-all'.
8756
87572004-04-05 Jesper Harder <harder@ifa.au.dk>
8758
5dcb4c4e
SM
8759 * variables.texi (Variable Aliases):
8760 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8761
8762 * errors.texi (Standard Errors): Ditto.
8763
87642004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8765
8766 * backups.texi: Various small changes in addition to:
8767 (Making Backups): Mention return value of `backup-buffer'.
8768 (Auto-Saving): Mention optional FORCE argument to
8769 `delete-auto-save-file-if-necessary'.
8770 (Reverting): Mention optional PRESERVE-MODES argument to
8771 `revert-buffer'. Correct description of `revert-buffer-function'.
8772
87732004-03-22 Juri Linkov <juri@jurta.org>
8774
8775 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8776 with `Vector Functions'.
8777
8778 * text.texi (Sorting): Add missing quote.
8779
87802004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8781
8782 * intro.texi (Lisp History): Replace xref to `cl' manual with
8783 inforef.
8784
87852004-03-12 Richard M. Stallman <rms@gnu.org>
8786
8787 * intro.texi (Version Info): Add arg to emacs-version.
8788 (Lisp History): Change xref to CL manual.
8789
87902004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8791
8792 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8793 for Partial Completion mode.
8794
87952004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8796
8797 * customize.texi: Fix typo. Remove eol whitespace.
8798
87992004-03-04 Richard M. Stallman <rms@gnu.org>
8800
8801 * processes.texi: Fix typos.
8802
8803 * lists.texi (Building Lists): Minor clarification.
8804
8805 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8806 in make-hash-table.
8807
88082004-02-29 Juanma Barranquero <lektu@terra.es>
8809
8810 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8811 rm, and ignore exit code.
8812
88132004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8814
8815 * display.texi (Defining Faces): Add description for min-colors.
8816 Update example.
8817
88182004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8819
8820 * abbrevs.texi: Various corrections and clarifications in addition
8821 to the following:
8822 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8823
88242004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8825
8826 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8827
88282004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8829
8830 * text.texi: Various small changes in addition to the following:
8831 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8832 to delete-horizontal-space.
8833 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8834 description of yank-handler text property at various places.
8835
8836 * frames.texi (Window System Selections): Add anchor.
8837
8838 * syntax.texi (Syntax Table Functions): Clarify and correct
8839 descriptions of make-syntax-table and copy-syntax-table.
8840 (Motion and Syntax): Clarify SYNTAXES argument to
8841 skip-syntax-forward.
8842 (Parsing Expressions): Mention that the return value of
8843 parse-partial-sexp is currently a list of ten rather than nine
8844 elements.
8845 (Categories): Various corrections and clarifications.
8846
88472004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8848
8849 * markers.texi (Marker Insertion Types): Minor change.
8850
8851 * locals.texi (Standard Buffer-Local Variables):
8852 * commands.texi (Interactive Codes, Using Interactive):
8853 * functions.texi (Related Topics): Fix xrefs.
8854
88552004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8856
8857 * lists.texi (Sets And Lists): Update description of delete-dups.
8858
88592004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8860
8861 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8862
c8763fb6 88632004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8864
8865 * frames.texi (Parameter Access): frame-parameters arg is optional.
8866 modify-frame-parameters handles nil for FRAME.
8867 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8868 are all-or-nothing for certain toolkits.
8869 Mention parameter wait-for-wm.
8870 (Frames and Windows): In frame-first-window and frame-selected-window
8871 the arg is optional.
8872 (Input Focus): In redirect-frame-focus the second arg is optional.
8873 (Window System Selections): Mention selection type CLIPBOARD.
8874 Mention data-type UTF8_STRING.
8875 Mention numbering of cut buffers.
8876 (Resources): Describe x-resource-name.
8877
88782004-02-16 Richard M. Stallman <rms@gnu.org>
8879
8880 * windows.texi (Buffers and Windows): Delete false table
8881 about all-frames.
8882
8883 * syntax.texi (Parsing Expressions): Delete old caveat
8884 about parse-sexp-ignore-comments.
8885
8886 * streams.texi (Output Variables): Add print-quoted.
8887
8888 * lists.texi (Building Lists): Minor cleanup.
8889
8890 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8891
8892 * display.texi (Overlays): Explain overlays use markers.
8893 (Managing Overlays): Explain front-advance and rear-advance
8894 in more detail.
8895
8896 * loading.texi (Unloading): Document unload-feature-special-hooks.
8897 Get rid of fns-NNN.el file.
8898
88992004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8900
8901 * help.texi (Describing Characters): Fix text-char-description
8902 example output.
8903
8904 * edebug.texi (Using Edebug): Fix example.
8905
8906 * debugging.texi (Internals of Debugger): Fix return value.
8907
8908 * files.texi (Changing Files): Fix argname.
8909
8910 * calendar.texi: Fix parens, and default values.
8911
8912 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8913 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8914 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8915
8916 * positions.texi (Text Lines): Don't add -1 in current-line.
8917
89182004-02-16 Richard M. Stallman <rms@gnu.org>
8919
8920 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8921
89222004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8923
8924 * processes.texi (Low-Level Network): Fix a typo.
8925
89262004-02-12 Kim F. Storm <storm@cua.dk>
8927
8928 * display.texi (Fringes): Use consistent wording.
8929 Note that window-fringe's window arg is optional.
8930 (Scroll Bars): Use consistent wording.
8931
89322004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8933
8934 * tips.texi (Comment Tips): Document the new conventions for
8935 commenting out code.
8936
c8763fb6 89372004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8938
5dcb4c4e 8939 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8940
89412004-02-07 Kim F. Storm <storm@cua.dk>
8942
8943 * positions.texi (Text Lines): Add line-number-at-pos.
8944
89452004-02-06 John Paul Wallington <jpw@gnu.org>
8946
8947 * display.texi (Button Properties, Button Buffer Commands):
8948 mouse-2 invokes button, not down-mouse-1.
8949
89502004-02-04 Jason Rumney <jasonr@gnu.org>
8951
8952 * makefile.w32-in: Sync with Makefile.in changes.
8953
89542004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8955
8956 * minibuf.texi (Text from Minibuffer): Various corrections and
8957 clarifications.
8958 (Object from Minibuffer): Correct Lisp description of
8959 read-minibuffer.
8960 (Minibuffer History): Clarify description of cons values for
8961 HISTORY arguments.
5dcb4c4e
SM
8962 (Basic Completion): Various corrections and clarifications.
8963 Add completion-regexp-list.
b8d4c8d0
GM
8964 (Minibuffer Completion): Correct and clarify description of
8965 completing-read.
5dcb4c4e
SM
8966 (Completion Commands): Mention Partial Completion mode.
8967 Various other minor changes.
b8d4c8d0
GM
8968 (High-Level Completion): Various corrections and clarifications.
8969 (Reading File Names): Ditto.
8970 (Minibuffer Misc): Ditto.
8971
89722004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8973
8974 * strings.texi (Text Comparison): assoc-string also matches
8975 elements of alists that are strings instead of conses.
8976 (Formatting Strings): Standardize Texinfo usage. Update index
8977 entries.
8978
89792004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8980
8981 * lists.texi (Sets And Lists): Add delete-dups.
8982
89832004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8984
8985 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8986 special form.
8987 * macros.texi (Defining Macros): Update description of `declare',
8988 which now is a macro.
8989 (Wrong Time): Fix typos.
8990
89912004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8992
8993 * compile.texi (Compilation Functions): Expand descriptions of
8994 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8995 and `batch-byte-compile'. In particular, mention and describe
8996 all optional arguments.
8997 (Disassembly): Correct and clarify the description of `disassemble'.
8998
89992004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9000
9001 * searching.texi: Various small changes in addition to the
9002 following.
9003 (Regexp Example): Adapt to new value of `sentence-end'.
9004 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9005 `words'.
9006 (Search and Replace): Add usage note for `perform-replace'.
9007 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9008 `match-data'.
9009 (Standard Regexps): Update for new values of `paragraph-start'
9010 and `sentence-end'.
9011
90122004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * files.texi (Saving Buffers): Clarify descriptions of
9015 `write-contents-functions' and `before-save-hook'.
9016 Make the defvar's for `before-save-hook' and `after-save-hook'
9017 into defopt's.
9018
90192004-01-07 Kim F. Storm <storm@cua.dk>
9020
9021 * commands.texi (Click Events): Describe new image and
9022 width/height elements of click events.
9023 (Accessing Events): Add posn-string, posn-image, and
9024 posn-object-width-height. Change posn-object to return either
9025 image or string object.
9026
90272004-01-01 Simon Josefsson <jas@extundo.com>
9028
9029 * hooks.texi (Standard Hooks): Add before-save-hook.
9030 * files.texi (Saving Buffers): Likewise.
9031
90322004-01-03 Richard M. Stallman <rms@gnu.org>
9033
9034 * frames.texi (Frames and Windows): Delete frame-root-window.
9035
90362004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9037
9038 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9039
9040 * functions.texi: Various small changes in addition to the
9041 following.
5dcb4c4e
SM
9042 (What Is a Function): `functionp' returns nil for macros.
9043 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9044 (Function Documentation): Add `\' in front of (fn @var{arglist})
9045 and explain why.
9046 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9047 Add anchor.
9048 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9049
90502004-01-01 Miles Bader <miles@gnu.org>
9051
9052 * display.texi (Buttons): New section.
9053
90542003-12-31 Andreas Schwab <schwab@suse.de>
9055
9056 * numbers.texi (Math Functions): sqrt reports a domain-error
9057 error.
9058 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9059
90602003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9061
9062 * tips.texi (Documentation Tips): Update item on hyperlinks in
9063 documentation strings.
9064
9065 * errors.texi (Standard Errors): Various small corrections and
9066 additions.
9067
9068 * control.texi: Various small changes in addition to the
9069 following.
9070 (Signaling Errors): Provide some more details on how `signal'
9071 constructs the error message. Add anchor to the definition of
9072 `signal'.
9073 (Error Symbols): Describe special treatment of `quit'.
9074 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9075 to emphasize that it has to be a single form.
9076
9077 * buffers.texi: Add anchor.
9078
90792003-12-29 Richard M. Stallman <rms@gnu.org>
9080
9081 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9082 (Window Configurations): Add window-configuration-frame.
9083
9084 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9085
9086 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9087 Change arg name in get-char-property.
9088 (Special Properties): Update handling of keymap property.
9089
9090 * strings.texi (Modifying Strings): Add clear-string.
9091 (Text Comparison): Add assoc-string and remove
9092 assoc-ignore-case, assoc-ignore-representation.
9093
9094 * os.texi (Time of Day): Add set-time-zone-rule.
9095
9096 * numbers.texi (Math Functions): asin, acos, log, log10
9097 report domain-error errors.
9098
9099 * nonascii.texi (Converting Representations):
9100 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9101 (Encoding and I/O): Add file-name-coding-system.
9102
9103 * modes.texi (Search-based Fontification): Explain that
9104 face specs are symbols with face names as values.
9105
9106 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9107
9108 * lists.texi (Building Lists): remq moved elsewhere.
9109 (Sets And Lists): remq moved here.
9110 (Association Lists): Refer to assoc-string.
9111
9112 * internals.texi (Garbage Collection): Add memory-use-counts.
9113
9114 * frames.texi (Frames and Windows): Add set-frame-selected-window
9115 and frame-root-window.
9116
9117 * files.texi (Contents of Directories):
9118 Add directory-files-and-attributes.
9119
9120 * display.texi (Refresh Screen): Add force-window-update.
9121 (Invisible Text): Explain about moving point out of invis text.
9122 (Overlay Properties): Add overlay-properties.
9123 (Managing Overlays): Add overlayp.
9124 (GIF Images): Invalid image number displays a hollow box.
9125
9126 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9127 (Killing Buffers): Add buffer-live-p.
9128
91292003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9130
9131 * display.texi (Fringes): Fix typo "set-buffer-window".
9132
91332003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9134
9135 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9136 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9137 Add or change various xrefs and anchors.
9138
9139 * commands.texi: Replace all occurrences of @acronym{CAR} with
9140 @sc{car}, for consistency with the rest of the Elisp manual.
9141 `car' and `cdr' are historically acronyms, but are no longer
9142 widely thought of as such.
9143
9144 * internals.texi (Pure Storage): Mention that `purecopy' does not
9145 copy text properties.
9146 (Object Internals): Now 29 bits are used (in most implementations)
9147 to address Lisp objects.
9148
9149 * variables.texi (Variables with Restricted Values): New node.
9150
9151 * objects.texi (Lisp Data Types): Mention that certain variables
9152 can only take on a restricted set of values and add an xref to
9153 the new node "Variables with Restricted Values".
9154
9155 * eval.texi (Function Indirection): Describe the errors that
9156 `indirect-function' can signal.
9157 (Eval): Clarify the descriptions of `eval-region' and `values'.
9158 Describe `eval-buffer' instead of `eval-current-buffer' and
9159 mention `eval-current-buffer' as an alias for `current-buffer'.
9160 Correct the description and mention all optional arguments.
9161
9162 * nonascii.texi: Various small changes in addition to the
9163 following.
9164 (Converting Representations): Clarify behavior of
9165 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9166 ASCII arguments.
9167 (Character Sets): Document the variable `charset-list' and adapt
9168 the definition of the function `charset-list' accordingly.
9169 (Translation of Characters): Clarify use of generic characters in
9170 `make-translation-table'. Clarify and correct the description of
9171 the use of translation tables in encoding and decoding.
9172 (User-Chosen Coding Systems): Correct and clarify the description
9173 of `select-safe-coding-system'.
9174 (Default Coding Systems): Clarify description of
9175 `file-coding-system-alist'.
9176
91772003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9178
9179 * strings.texi (Text Comparison): Correctly describe when two
9180 strings are `equal'. Combine and clarify descriptions of
9181 `assoc-ignore-case' and `assoc-ignore-representation'.
9182
9183 * objects.texi (Non-ASCII in Strings): Clarify description of
9184 when a string is unibyte or multibyte.
9185 (Bool-Vector Type): Update examples.
9186 (Equality Predicates): Correctly describe when two strings are
9187 `equal'.
9188
91892003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9190
9191 * lists.texi (Building Lists): `append' no longer accepts integer
9192 arguments. Update the description of `number-sequence' to reflect
9193 recent changes.
9194 (Sets And Lists): Describe `member-ignore-case' after `member'.
9195
91962003-11-27 Kim F. Storm <storm@cua.dk>
9197
9198 * commands.texi (Click Events): Click object may be an images.
9199 Describe (dx . dy) element of click positions.
9200 (Accessing Events): Remove duplicate posn-timestamp.
9201 New functions posn-object and posn-object-x-y.
9202
92032003-11-23 Kim F. Storm <storm@cua.dk>
9204
9205 * commands.texi (Click Events): Describe enhancements to event
9206 position lists, including new text-pos and (col . row) items.
9207 Mention left-fringe and right-fringe area events.
9208 (Accessing Events): New functions posn-area and
9209 posn-actual-col-row. Mention posn-timestamp. Mention that
9210 posn-point in non-text area still returns buffer position.
9211 Clarify posn-col-row.
9212
92132003-11-21 Lars Hansen <larsh@math.ku.dk>
9214
9215 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9216 * anti.texi (File Attributes): Describe removed parameter
9217 ID-FORMAT.
9218
92192003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9220
9221 * positions.texi (Positions): Mention that, if a marker is used as
9222 a position, its buffer is ignored.
9223
9224 * markers.texi (Overview of Markers): Mention it here too.
9225
92262003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9227
9228 * numbers.texi (Numeric Conversions): Not just `floor', but also
9229 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9230
92312003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9232
9233 * markers.texi (Creating Markers): Specify insertion type of
9234 created markers. Add xref to `Marker Insertion Types'.
9235 Second argument to `copy-marker' is optional.
9236 (Marker Insertion Types): Mention that most markers are created
9237 with insertion type nil.
9238 (The Mark): Correctly describe when `mark' signals an error.
9239 (The Region): Correctly describe when `region-beginning' and
9240 `region-end' signal an error.
9241
92422003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9243
9244 * hash.texi (Creating Hash): Clarify description of `eql'.
9245 `makehash' is obsolete.
9246 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9247
9248 * positions.texi (Point): Change description of `buffer-end', so
9249 that it is also correct for floating point arguments.
9250 (List Motion): Correct argument lists of `beginning-of-defun' and
9251 `end-of-defun'.
9252 (Excursions): Add xref to `Marker Insertion Types'.
9253 (Narrowing): Argument to `narrow-to-page' is optional.
9254
92552003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9256
9257 * streams.texi (Output Streams): Clarify behavior of point for
9258 marker output streams.
9259
92602003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9261
9262 * variables.texi (Defining Variables): Second argument to
9263 `defconst' is not optional.
9264 (Setting Variables): Mention optional argument APPEND to
9265 `add-to-list'.
9266 (Creating Buffer-Local): Expand description of
9267 `make-variable-buffer-local'.
9268 (Frame-Local Variables): Expand description of
9269 `make-variable-frame-local'.
9270 (Variable Aliases): Correct description of optional argument
9271 DOCSTRING to `defvaralias'. Mention return value of
9272 `defvaralias'.
9273 (File Local Variables): Add xref to `File variables' in Emacs
9274 Manual. Correct description of `hack-local-variables'. Mention
9275 `safe-local-variable' property. Mention optional second argument
9276 to `risky-local-variable-p'.
9277
92782003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9279
9280 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9281
92822003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9283
9284 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9285 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9286 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9287 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9288 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9289 lispref/processes.texi, lispref/searching.texi,
9290 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9291 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9292 @acronym{FOO}.
9293
92942003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9295
9296 * strings.texi (Creating Strings): Argument START to `substring'
9297 can not be `nil'. Expand description of
9298 `substring-no-properties'. Correct description of `split-string',
9299 especially with respect to empty matches. Prevent very bad line
9300 break in definition of `split-string-default-separators'.
9301 (Text Comparison): `string=' and `string<' also accept symbols as
9302 arguments.
9303 (String Conversion): More completely describe argument BASE in
9304 `string-to-number'.
9305 (Formatting Strings): `%s' and `%S' in `format' do require
9306 corresponding object. Clarify behavior of numeric prefix after
9307 `%' in `format'.
9308 (Case Conversion): The argument to `upcase-initials' can be a
9309 character.
9310
93112003-10-27 Kenichi Handa <handa@m17n.org>
9312
9313 * display.texi (Fontsets): Fix texinfo usage.
9314
93152003-10-25 Kenichi Handa <handa@m17n.org>
9316
9317 * display.texi (Fontsets): Add description of the function
9318 set-fontset-font.
9319
93202003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9321
9322 * display.texi (Temporary Displays): Add xref to `Documentation
9323 Tips'.
9324
9325 * functions.texi (Function Safety): Use inforef instead of pxref
9326 for SES.
9327
93282003-10-23 Andreas Schwab <schwab@suse.de>
9329
9330 * Makefile.in (TEX, texinputdir): Don't define.
9331 (TEXI2DVI): Define.
9332 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9333 add $(srcdir)/index.texi.
9334 ($(infodir)/elisp): Remove index.texi dependency.
9335 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9336 (index.texi): Remove target.
9337 (dist): Don't link $(srcdir)/permute-index.
9338 (clean): Don't remove index.texi.
9339
9340 * permute-index, index.perm: Remove.
9341 * index.texi: Rename from index.unperm.
9342
93432003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9344
9345 * tips.texi (Documentation Tips): Document new behavior for face
9346 and variable hyperlinks in Help mode.
9347
93482003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9349
9350 * objects.texi (Integer Type): Update for extra bit of integer range.
9351 (Character Type): Ditto.
9352
93532003-10-16 Eli Zaretskii <eliz@gnu.org>
9354
9355 * numbers.texi (Integer Basics): Add index entries for reading
9356 numbers in hex, octal, and binary.
9357
93582003-10-16 Lute Kamstra <lute@gnu.org>
9359
9360 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9361 argument.
9362
93632003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9364
9365 * windows.texi (Choosing Window): Fix typo.
9366 * edebug.texi (Edebug Execution Modes): Fix typo.
9367
93682003-10-13 Richard M. Stallman <rms@gnu.org>
9369
9370 * windows.texi (Basic Windows): A window has fringe settings,
9371 display margins and scroll-bar settings.
9372 (Splitting Windows): Doc split-window return value.
9373 Clean up one-window-p.
9374 (Selecting Windows): Fix typo.
9375 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9376 (Buffers and Windows): In set-window-buffer, explain effect
9377 on fringe settings and scroll bar settings.
9378 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9379 (Choosing Window): Use defopt for pop-up-frame-function.
9380 For special-display-buffer-names, explain same-window and same-frame.
9381 Clarify window-dedicated-p return value.
9382 (Textual Scrolling): scroll-up and scroll-down can get an error.
9383 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9384 Clarify set-window-hscroll.
9385 (Size of Window): Don't mention tool bar in window-height.
9386 (Coordinates and Windows): Explain what coordinates-in-window-p
9387 returns for fringes and display margins.
9388 (Window Configurations): Explain saving fringes, etc.
9389
9390 * tips.texi (Library Headers): Clean up Documentation.
9391
9392 * syntax.texi (Parsing Expressions): Clean up forward-comment
9393 and parse-sexp-lookup-properties.
9394
9395 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9396
9397 * os.texi (System Environment): Clean up text for load-average errors.
9398
9399 * modes.texi (Hooks): Don't explain local hook details at front.
9400 Clarify run-hooks and run-hook-with-args a little.
9401 Clean up add-hook and remove-hook.
9402
9403 * edebug.texi (Edebug Execution Modes): Clarify t.
9404 Document edebug-sit-for-seconds.
9405 (Coverage Testing): Document C-x X = and =.
9406 (Instrumenting Macro Calls): Fix typo.
9407 (Specification List): Don't index the specification keywords.
9408
94092003-10-10 Kim F. Storm <storm@cua.dk>
9410
9411 * processes.texi (Network): Introduce make-network-process.
9412
94132003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9414
9415 * tips.texi (Library Headers): Fix typo.
9416
94172003-10-07 Juri Linkov <juri@jurta.org>
9418
9419 * modes.texi (Imenu): Mention imenu-create-index-function's
9420 default value. Explain submenus better.
9421
94222003-10-07 Lute Kamstra <lute@gnu.org>
9423
9424 * modes.texi (Faces for Font Lock): Fix typo.
9425 (Hooks): Explain how buffer-local hook variables can refer to
9426 global hook variables.
9427 Various minor clarifications.
9428
94292003-10-06 Lute Kamstra <lute@gnu.org>
9430
9431 * tips.texi (Coding Conventions): Mention naming conventions for
9432 hooks.
9433
94342003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9435
9436 * loading.texi (Library Search): Correct default value of
9437 load-suffixes.
9438 (Named Features): Fix typo.
9439
94402003-10-05 Richard M. Stallman <rms@gnu.org>
9441
9442 * loading.texi (Named Features): In `provide',
9443 say how to test for subfeatures.
9444 (Unloading): In unload-feature, use new var name
9445 unload-feature-special-hooks.
9446
94472003-10-03 Lute Kamstra <lute@gnu.org>
9448
9449 * modes.texi (Major Mode Conventions): Mention third way to set up
9450 Imenu.
9451 (Imenu): A number of small fixes.
9452 Delete documentation of internal variable imenu--index-alist.
9453 Document the return value format of imenu-create-index-function
9454 functions.
9455
94562003-09-30 Richard M. Stallman <rms@gnu.org>
9457
9458 * processes.texi (Network): Say what stopped datagram connections do.
9459
9460 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9461
9462 * display.texi (Overlay Properties): Clarify `evaporate' property.
9463
94642003-09-29 Lute Kamstra <lute@gnu.org>
9465
9466 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9467 constructs should be marked as risky.
9468 Change cons cell into proper list.
9469 (Mode Line Variables): Change cons cell into proper list.
9470
94712003-09-26 Lute Kamstra <lute@gnu.org>
9472
9473 * modes.texi (Mode Line Data): Document the :propertize construct.
9474 (Mode Line Variables): Reorder the descriptions of the variables
9475 to match their order in the default mode-line-format.
9476 Describe the new variables mode-line-position and mode-line-modes.
9477 Update the default values of mode-line-frame-identification,
9478 minor-mode-alist, and default-mode-line-format.
9479 (Properties in Mode): Mention the :propertize construct.
9480
94812003-09-26 Richard M. Stallman <rms@gnu.org>
9482
9483 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9484 * loading.texi, minibuf.texi, text.texi, variables.texi:
9485 Avoid @strong{Note:}.
9486
94872003-09-26 Richard M. Stallman <rms@gnu.org>
9488
9489 * keymaps.texi (Remapping Commands): Fix typo.
9490
94912003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9492
9493 * processes.texi (Low-Level Network): Fix typo.
9494
94952003-09-23 Kim F. Storm <storm@cua.dk>
9496
9497 * processes.texi (Network, Network Servers): Fix typos.
9498 (Low-Level Network): Add timeout value for :server keyword.
9499 Add new option keywords to make-network-process.
9500 Add set-network-process-options.
9501 Explain how to test availability of network options.
9502
95032003-09-19 Richard M. Stallman <rms@gnu.org>
9504
9505 * text.texi (Motion by Indent): Arg to
9506 backward-to-indentation and forward-to-indentation is optional.
9507
9508 * strings.texi (Creating Strings): Add substring-no-properties.
9509
9510 * processes.texi
9511 (Process Information): Add list-processes arg QUERY-ONLY.
9512 Delete process-contact from here.
9513 Add new status values for process-status.
9514 Add process-get, process-put, process-plist, set-process-plist.
9515 (Synchronous Processes): Add call-process-shell-command.
9516 (Signals to Processes): signal-process allows process objects.
9517 (Network): Complete rewrite.
9518 (Network Servers, Datagrams, Low-Level Network): New nodes.
9519
9520 * positions.texi (Word Motion): forward-word, backward-word
9521 arg is optional. Reword.
9522
9523 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9524
9525 * variables.texi (Creating Buffer-Local):
9526 Delete duplicate definition of buffer-local-value.
9527 (File Local Variables): Explain about discarding text props.
9528
95292003-09-11 Richard M. Stallman <rms@gnu.org>
9530
9531 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9532 changes variables that record input events.
9533 (Minibuffer Misc): Add minibuffer-selected-window.
9534
9535 * lists.texi (Building Lists): Add copy-tree.
9536
9537 * display.texi (Fontsets): Add char-displayable-p.
9538 (Scroll Bars): New node.
9539
95402003-09-08 Lute Kamstra <lute@gnu.org>
9541
9542 * modes.texi (%-Constructs): Document new `%i' and `%I'
9543 constructs.
9544
95452003-09-03 Peter Runestig <peter@runestig.com>
9546
9547 * makefile.w32-in: New file.
9548
95492003-08-29 Richard M. Stallman <rms@gnu.org>
9550
9551 * display.texi (Overlay Properties): Clarify how priorities
9552 affect use of the properties.
9553
95542003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9555
9556 * customize.texi (Type Keywords): Correct the description of
9557 `:help-echo' in the case where `motion-doc' is a function.
9558
95592003-08-14 John Paul Wallington <jpw@gnu.org>
9560
9561 * modes.texi (Emulating Mode Line): Subsection, not section.
9562
95632003-08-13 Richard M. Stallman <rms@gnu.org>
9564
9565 * elisp.texi (Top): Update subnode lists in menu.
9566
9567 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9568 (Kill Functions): kill-region has new arg yank-handler.
9569 (Yanking): New node.
9570 (Yank Commands): Add yank-undo-function.
9571 (Low-Level Kill Ring):
9572 kill-new and kill-append have new arg yank-handler.
9573 (Changing Properties): Add remove-list-of-text-properties.
9574 (Atomic Changes): New node.
9575
9576 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9577
9578 * streams.texi (Output Variables): Add eval-expression-print-length
9579 and eval-expression-print-level.
9580
9581 * os.texi (Time Conversion): For encode-time, explain limits on year.
9582
9583 * objects.texi (Character Type): Define anchor "modifier bits".
9584
9585 * modes.texi (Emulating Mode Line): New node.
9586 (Search-based Fontification): Font Lock uses font-lock-face property.
9587 (Other Font Lock Variables): Likewise.
9588
9589 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9590 not vectors.
9591 (Active Keymaps): Add emulation-mode-map-alists.
9592 (Functions for Key Lookup): key-binding has new arg no-remap.
9593 (Remapping Commands): New node.
9594 (Scanning Keymaps): where-is-internal has new arg no-remap.
9595 (Tool Bar): Add tool-bar-local-item-from-menu.
9596 Clarify when to use tool-bar-add-item-from-menu.
9597
9598 * commands.texi (Interactive Call): commandp has new arg.
9599 (Command Loop Info): Add this-original-command.
9600
96012003-08-06 John Paul Wallington <jpw@gnu.org>
9602
9603 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9604
9605 * display.texi (Warning Basics): Fix typo.
9606 (Fringes): Add closing curly bracket and fix typo.
9607
9608 * elisp.texi (Top): Fix typo.
9609
96102003-08-05 Richard M. Stallman <rms@gnu.org>
9611
9612 * elisp.texi: Update lists of subnodes.
9613
9614 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9615
9616 * variables.texi (Local Variables): Use lc for example variable names.
9617
9618 * tips.texi (Library Headers): Explain where to put -*-.
9619
9620 * strings.texi (Creating Strings): Fix xref for vconcat.
9621
9622 * sequences.texi (Vector Functions):
9623 vconcat no longer allows integer args.
9624
9625 * minibuf.texi (Reading File Names): read-file-name has new
9626 arg PREDICATE. New function read-directory-name.
9627
c4cc8b9a 9628 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9629 (Indenting Macros): New node.
9630
9631 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9632 (Window Frame Parameters): Make separate table of parameters
9633 that are coupled with specific face attributes.
9634 (Deleting Frames): delete-frame-hooks renamed to
9635 delete-frame-functions.
9636
9637 * files.texi (Magic File Names): Add file-remote-p.
9638 Clarify file-local-copy.
9639
9640 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9641 here; instead xref Defining Macros.
9642
9643 * display.texi (Warnings): New node, and subnodes.
9644 (Fringes): New node.
9645
9646 * debugging.texi (Test Coverage): New node.
9647
9648 * compile.texi (Compiler Errors): Explain with-no-warnings
9649 and other ways to suppress warnings.
9650
9651 * commands.texi (Interactive Call): Minor clarification.
9652
9653 * buffers.texi (Buffer File Name): set-visited-file-name
9654 renames the buffer too.
9655
9656 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9657
96582003-07-24 Markus Rost <rost@math.ohio-state.edu>
9659
9660 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9661
96622003-07-22 Markus Rost <rost@math.ohio-state.edu>
9663
9664 * internals.texi (Garbage Collection): Fix previous change.
9665
96662003-07-22 Richard M. Stallman <rms@gnu.org>
9667
9668 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9669
9670 * display.texi (Width): Use \s syntax in example.
9671 (Font Selection): Add face-font-rescale-alist.
9672
9673 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9674 Remove spurious indent in example.
9675
9676 * lists.texi (Building Lists): Add number-sequence.
9677
9678 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9679
9680 * functions.texi (Function Documentation): Explain how to
9681 show calling convention explicitly in the doc string.
9682
9683 * windows.texi (Selecting Windows): save-selected-window saves
9684 selected window of each frame.
9685 (Window Configurations): Minor change.
9686
9687 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9688
9689 * streams.texi (Output Variables): Add print-continuous-numbering
9690 and print-number-table.
9691
9692 * processes.texi (Decoding Output): New node.
9693
9694 * os.texi (Time Conversion): decode-time arg is optional.
9695
9696 * objects.texi (Character Type): Don't use space as example for \.
9697 Make list of char names and \-sequences correspond.
9698 Explain that \s is not used in strings. `\ ' needs space after.
9699
9700 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9701 (Translation of Characters): Add translation-table-for-input.
9702 (Default Coding Systems): Add auto-coding-functions.
9703 (Explicit Encoding): Add decode-coding-inserted-region.
9704 (Locales): Add locale-info.
9705
9706 * minibuf.texi (Basic Completion): Describe test-completion.
9707 Collections can be lists of strings.
9708 Clean up lazy-completion-table.
9709 (Programmed Completion): Mention test-completion.
9710 Clarify why lambda expressions are not accepted.
9711 (Minibuffer Misc): Describe minibufferp.
9712
97132003-07-14 Richard M. Stallman <rms@gnu.org>
9714
9715 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9716
9717 * windows.texi (Selecting Windows): New arg to select-window.
9718 (Selecting Windows): Add with-selected-window.
9719 (Size of Window): Add window-inside-edges, etc.
9720
9721 * internals.texi (Garbage Collection): Add post-gc-hook.
9722
9723 * processes.texi (Subprocess Creation): Add exec-suffixes.
9724
9725 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9726 (Scanning Keymaps): Add map-keymaps.
9727 (Defining Menus): Add keymap-prompt.
9728
9729 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9730 most-negative-fixnum.
9731
c4cc8b9a 9732 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9733 (Compiler Errors): New node.
9734
9735 * os.texi (User Identification): user-uid, user-real-uid
9736 can return float.
9737
9738 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9739 and about derived modes.
9740 (Minor Modes): Add minor-mode-list.
9741 (Defining Minor Modes): Keyword args for define-minor-mode.
9742 (Search-based Fontification): Explain managing other properties.
9743 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9744 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9745 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9746
9747 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9748 (Variable Aliases): Clarify defvaralias.
9749
9750 * loading.texi (Library Search): Add load-suffixes.
9751
9752 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9753 (Programmed Completion): Add dynamic-completion-table.
9754
9755 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9756 (Magic File Names): Specify precedence order of handlers.
9757
9758 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9759 and post-command-hook.
9760 (Waiting): New calling convention for sit-for.
9761
9762 * text.texi (Special Properties): local-map and keymap properties
9763 apply based on their stickiness.
9764
97652003-07-07 Richard M. Stallman <rms@gnu.org>
9766
9767 * modes.texi (Minor Mode Conventions): Specify only some kinds
9768 of list values as args to minor modes.
9769
9770 * files.texi (File Name Expansion): Warn about iterative use
9771 of substitute-in-file-name.
9772
9773 * advice.texi (Activation of Advice): Clean up previous change.
9774
97752003-07-06 Markus Rost <rost@math.ohio-state.edu>
9776
9777 * advice.texi (Activation of Advice): Note that ad-start-advice is
9778 turned on by default.
9779
97802003-06-30 Richard M. Stallman <rms@gnu.org>
9781
9782 * text.texi (Buffer Contents): Document current-word.
9783 (Change Hooks): Not called for *Messages*.
9784
9785 * functions.texi (Defining Functions): Explain about redefining
9786 primitives.
f4e90db0 9787 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9788 Comment out the detailed criteria for what is safe.
9789
97902003-06-22 Andreas Schwab <schwab@suse.de>
9791
9792 * objects.texi (Symbol Type): Fix description of examples.
9793
97942003-06-16 Andreas Schwab <schwab@suse.de>
9795
9796 * hash.texi (Creating Hash): Fix description of :weakness.
9797
c8763fb6 97982003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9799
9800 * files.texi (Changing Files): copy-file copies file modes, too.
9801
98022003-05-28 Richard M. Stallman <rms@gnu.org>
9803
9804 * strings.texi (Creating Strings): Clarify split-string.
9805
98062003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9807
9808 * strings.texi (Creating Strings): Update split-string specification
9809 and examples.
9810
98112003-05-19 Richard M. Stallman <rms@gnu.org>
9812
9813 * elisp.texi: Correct invariant section names.
9814
98152003-04-20 Richard M. Stallman <rms@gnu.org>
9816
9817 * os.texi (Timers): Explain about timers and quitting.
9818
98192003-04-19 Richard M. Stallman <rms@gnu.org>
9820
9821 * internals.texi (Writing Emacs Primitives): Strings are
9822 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9823 Explain GCPRO convention for varargs function args.
9824
98252003-04-16 Richard M. Stallman <rms@gnu.org>
9826
9827 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9828
98292003-04-08 Richard M. Stallman <rms@gnu.org>
9830
9831 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9832
98332003-02-13 Kim F. Storm <storm@cua.dk>
9834
9835 * objects.texi (Character Type): New \s escape for space.
9836
98372003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9838
5dcb4c4e 9839 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9840
98412003-01-25 Richard M. Stallman <rms@gnu.org>
9842
9843 * keymaps.texi: Document that a symbol can act as a keymap.
9844
98452003-01-13 Richard M. Stallman <rms@gnu.org>
9846
9847 * text.texi (Changing Properties): Say string indices are origin-0.
9848
9849 * positions.texi (Screen Lines) <compute-motion>:
9850 Correct order of elts in return value.
9851
9852 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9853 how to define a default binding.
9854
98552002-12-07 Markus Rost <rost@math.ohio-state.edu>
9856
9857 * loading.texi (Unloading): Fix recent change for load-history.
9858
9859 * customize.texi (Simple Types): Clarify description of custom
9860 type 'number. Describe new custom type 'float.
9861
98622002-12-04 Markus Rost <rost@math.ohio-state.edu>
9863
9864 * variables.texi (File Local Variables): Fix typo.
9865
c8763fb6 98662002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9867
9868 From Michael Albinus <Michael.Albinus@alcatel.de>.
9869
9870 * README: Target for Info file is `make info'.
9871
5dcb4c4e 9872 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9873 `file-name-sans-extension'.
9874 (Magic File Names): Complete list of operations for magic file
9875 name handlers.
9876
98772002-09-16 Jonathan Yavner <jyavner@engineer.com>
9878
9879 * variables.texi (File Local Variables): New function
9880 risky-local-variable-p.
9881
98822002-09-15 Jonathan Yavner <jyavner@engineer.com>
9883
9884 * functions.texi (Function safety): New node about unsafep.
9885
98862002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9887
5dcb4c4e 9888 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9889 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9890
98912002-06-17 Juanma Barranquero <lektu@terra.es>
9892
9893 * frames.texi (Display Feature Testing): Fix typo.
9894
98952002-06-12 Andreas Schwab <schwab@suse.de>
9896
9897 * frames.texi (Initial Parameters, Resources): Fix references to
9898 the Emacs manual.
9899
99002002-05-13 Kim F. Storm <storm@cua.dk>
9901
9902 * variables.texi (Intro to Buffer-Local): Updated warning and
9903 example relating to changing buffer inside let.
9904
c8763fb6 99052002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9906
9907 * os.texi (Session Management): New node about X Session management.
9908
99092002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9910
9911 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9912 to which the manual corresponds, and the copyright years.
9913
9914 * Makefile.in (VERSION): Set to 2.9.
9915
99162001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9917
9918 * elisp.texi: Change the category in @dircategory to "Emacs", to
9919 make it consistent with info/dir.
9920
99212001-11-25 Miles Bader <miles@gnu.org>
9922
9923 * text.texi (Fields): Describe new `limit' arg in
9924 field-beginning/field-end.
9925
99262001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9927
5dcb4c4e
SM
9928 * permute-index: Don't depend on csh-specific features.
9929 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9930
9931 * two-volume-cross-refs.txt: New file.
9932 * two.el: New file.
9933 * spellfile: New file.
9934
99352001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9936
9937 * permute-index: New file.
9938
9939 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9940 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9941 8+3 restricted namespace.
9942
9943 * Makefile.in (infodir): Define relative to $(srcdir).
9944 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9945 include directories list via -I switch to makeinfo.
9946 (index.texi): Use cp if both hard and symbolic links fail.
9947
99482001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9949
9950 * Makefile.in (distclean): Add.
9951
9952 The following changes make ELisp manual part of the Emacs
9953 distribution:
9954
9955 * Makefile.in: Add Copyright notice.
9956 (prefix): Remove.
9957 (infodir): Change value to "../info".
9958 (VPATH): New variable.
9959 (MAKE): Don't define.
9960 (texmacrodir): Don't define.
9961 (texinputdir): Append the existing value of TEXINPUTS.
9962 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9963 command to be compatible with man/Makefile.in, and to put the
9964 output into ../info.
9965 (info): Add target.
9966 (installall): Target removed.
9967
c8763fb6 99682001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9969
9970 * tips.texi (Coding Conventions): Fix typo.
9971
99722001-10-23 Gerd Moellmann <gerd@gnu.org>
9973
9974 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9975
99762001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9977
9978 * files.texi (File Name Components): Update the description of
9979 file-name-sans-extension and file-name-extension, as they now
9980 ignore leading dots.
9981
99822001-10-20 Gerd Moellmann <gerd@gnu.org>
9983
9984 * (Version 21.1 released.)
9985
99862001-10-19 Miles Bader <miles@gnu.org>
9987
9988 * positions.texi (Text Lines): Describe behavior of
9989 `beginning-of-line'/`end-of-line' in the presence of field properties.
9990
99912001-10-17 Gerd Moellmann <gerd@gnu.org>
9992
9993 * Makefile.in (VERSION): Set to 2.8.
9994 (manual): Use `manual-21'.
9995
9996 * elisp.texi (VERSION): Add and use it where the version
9997 number was used. Set it to 2.8.
9998
9999 * intro.texi: Likewise.
10000
100012001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10002
10003 * files.texi (File Name Completion): Document the significance of
10004 a trailing slash in elements of completion-ignored-extensions.
10005
100062001-10-06 Miles Bader <miles@gnu.org>
10007
10008 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10009
100102001-10-04 Gerd Moellmann <gerd@gnu.org>
10011
10012 * variables.texi (Variable Aliases): New node.
10013
100142001-10-04 Gerd Moellmann <gerd@gnu.org>
10015
10016 * Branch for 21.1.
10017
100182001-10-02 Miles Bader <miles@gnu.org>
10019
10020 * minibuf.texi (Minibuffer Misc): Add entries for
10021 `minibuffer-contents', `minibuffer-contents-no-properties', and
10022 `delete-minibuffer-contents'.
10023 Correct description for `minibuffer-prompt-end'.
10024
10025 * text.texi (Property Search): Correct descriptions of
10026 `next-char-property-change' and `previous-char-property-change'.
10027 Add entries for `next-single-char-property-change' and
10028 `previous-single-char-property-change'.
10029 Make operand names a bit more consistent.
10030
100312001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10032
10033 * frames.texi (Finding All Frames): Document that next-frame and
10034 previous-frame are local to current terminal.
10035
100362001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10037
10038 * keymaps.texi (Creating Keymaps): Fix the description of the
10039 result of make-keymap.
10040
100412001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10042
10043 * display.texi (Font Lookup, Attribute Functions)
10044 (Image Descriptors): Add cross-references to the definition of
10045 selected frame.
10046
10047 * buffers.texi (The Buffer List): Add cross-references to the
10048 definition of selected frame.
10049
10050 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10051 frame at any given time.
10052 (Multiple Displays, Size and Position): Add a cross-reference to
10053 the definition of the selected frame.
10054
100552001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10056
10057 * strings.texi (String Conversion) <string-to-number>: Document
10058 that a float is returned for integers that are too large.
10059
10060 * frames.texi (Mouse Position): Document mouse-position-function.
10061 (Display Feature Testing): Document display-images-p.
10062 (Window Frame Parameters): Document the cursor-type variable.
10063
10064 * numbers.texi (Integer Basics): Document CL style read syntax for
10065 integers in bases other than 10.
10066
5dcb4c4e
SM
10067 * positions.texi (List Motion):
10068 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10069
10070 * lists.texi (Sets And Lists): Document member-ignore-case.
10071
10072 * internals.texi (Garbage Collection): Document the used and free
10073 strings report.
10074 (Memory Usage): Document strings-consed.
10075
10076 * os.texi (Time of Day): Document float-time.
10077 (Recording Input): Document that clear-this-command-keys clears
10078 the vector to be returned by recent-keys.
10079
10080 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10081 argument keymap can be a list.
10082
10083 * nonascii.texi (User-Chosen Coding Systems)
10084 <select-safe-coding-system>: Document the new argument
10085 accept-default-p and the variable
10086 select-safe-coding-system-accept-default-p. Tell what happens if
10087 buffer-file-coding-system is undecided.
10088 (Default Coding Systems): Document auto-coding-regexp-alist.
10089
10090 * display.texi (The Echo Area) <message>: Document
10091 message-truncate-lines.
10092 (Glyphs): Document that the glyph table is unused on windowed
10093 displays.
10094
10095 * help.texi (Describing Characters) <single-key-description>:
10096 Document the new argument no-angles.
10097 (Accessing Documentation) <documentation-property>: Document that
10098 a non-string property is evaluated.
10099 <documentation>: Document that the function-documentation property
10100 is looked for.
10101
10102 * windows.texi (Selecting Windows): Document some-window.
10103
10104 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10105
10106 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10107 apropos-mode-hook.
10108
10109 * commands.texi (Using Interactive): Document interactive-form.
10110 (Keyboard Macros): Document kbd-macro-termination-hook.
10111 (Command Loop Info): Document that clear-this-command-keys clears
10112 the vector to be returned by recent-keys.
10113
101142001-09-04 Werner LEMBERG <wl@gnu.org>
10115
10116 * Makefile.in (srcdir, texinputdir): New variables.
10117 (srcs, index.texi, install): Use $(srcdir).
10118 (.PHONY): Remove elisp.dvi.
10119 (elisp): Use -I switch for makeinfo.
10120 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10121 (installall, dist): Use $(srcdir).
10122 Fix path to texinfo.tex.
10123 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10124
101252001-08-30 Gerd Moellmann <gerd@gnu.org>
10126
10127 * display.texi (Conditional Display): Adjust to API change.
10128
10129 * configure: New file.
10130
101312001-07-30 Gerd Moellmann <gerd@gnu.org>
10132
10133 * commands.texi (Repeat Events): Add description of
10134 double-click-fuzz.
10135
101362001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10137
10138 * syntax.texi (Syntax Class Table): Add the missing designator for
10139 comment and string fences.
10140 (Syntax Properties): Add a xref to syntax table internals.
10141 (Syntax Table Internals): Document string-to-syntax.
10142
101432001-05-07 Gerd Moellmann <gerd@gnu.org>
10144
10145 * Makefile.in (install): Use install-info command line options
10146 like in Emacs' Makefile.in.
10147
101482000-12-09 Miles Bader <miles@gnu.org>
10149
10150 * windows.texi (Window Start): Update documentation for
10151 `pos-visible-in-window-p'.
10152
101532000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10154
10155 * lists.texi (Building Lists): Add footnote to explain how to add
10156 to the end of a list.
10157
101582000-10-25 Gerd Moellmann <gerd@gnu.org>
10159
10160 * files.texi (Visiting Functions): Typos.
10161
101622000-10-25 Kenichi Handa <handa@etl.go.jp>
10163
10164 * files.texi (Visiting Functions): Return value of
10165 find-file-noselect may be a list of buffers if wildcards are used.
10166
101672000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10168
10169 * display.texi (Defining Faces): Document `graphic' display type
10170 in face specs.
10171
b344d29d 101722000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10173
10174 * hooks.texi (Standard Hooks): Replace obsolete
10175 `after-make-frame-hook' with `after-make-frame-functions'.
10176
10177 * frames.texi (Creating Frames): Ditto.
10178
10179 * variables.texi (Future Local Variables): Ditto.
10180
101812000-10-16 Gerd Moellmann <gerd@gnu.org>
10182
10183 * display.texi (Other Image Types): Add description of :foreground
10184 and :background properties of mono PBM images.
10185
101862000-08-17 Werner LEMBERG <wl@gnu.org>
10187
10188 * .cvsignore: New file.
10189
101902000-01-05 Gerd Moellmann <gerd@gnu.org>
10191
10192 * tindex.pl: New script.
10193
101941999-12-03 Dave Love <fx@gnu.org>
10195
10196 * Makefile.in (MAKEINFO): New parameter.
10197
101981999-09-17 Richard Stallman <rms@gnu.org>
10199
10200 * Makefile.in (srcs): Add hash.texi.
10201 (VERSION): Update to 20.6.
10202
102031999-09-13 Richard Stallman <rms@gnu.org>
10204
10205 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10206
102071998-08-29 Karl Heuer <kwzh@gnu.org>
10208
10209 * configure.in: New file.
10210 * Makefile.in: Renamed from Makefile.
10211 (prefix, infodir): Use value obtained from configure.
10212 (emacslibdir): Obsolete variable deleted.
10213 (dist): Distribute configure.in, configure, Makefile.in.
10214
102151998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10216
10217 * Makefile (INSTALL_INFO): New variable.
10218 (install): Run install-info.
10219
102201998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10221
10222 * Makefile (elisp.dvi): Add missing backslash.
10223
102241998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10225
10226 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10227 Run texindex without `./'. Always run texindex on elisp.tp.
10228 (elisp.tps): Target deleted.
10229
102301998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10231
10232 * Makefile (srcs): Add nonascii.texi and customize.texi.
10233 (dist): Start by deleting `temp'.
10234
102351998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10236
10237 * Makefile (makeinfo, texindex): Targets deleted.
10238 (makeinfo.o, texindex.o): Targets deleted.
10239 (clean, dist): Don't do anything with them or with getopt*.
10240
102411998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10242
10243 * Makefile (SHELL): Defined.
10244
102451998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10246
10247 * Makefile (elisp.tps): New target.
10248 (elisp.dvi): Depend on elisp.tps.
10249
c5602427 102501996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10251
10252 * README: Update phone number.
10253
10254 * Makefile (elisp): Make this be the default target.
10255 Depend on makeinfo.c instead of makeinfo.
10256 (install): Don't depend on elisp.dvi, since we don't install that.
10257 Use mkinstalldirs.
10258 (dist): Add mkinstalldirs.
10259
c5602427 102601995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10261
10262 * Makefile (VERSION): Update version number.
5dcb4c4e 10263 (maintainer-clean): Rename from realclean.
b8d4c8d0 10264
c5602427 102651995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10266
10267 * Makefile (realclean): New target.
10268 (elisp): Remove any old elisp-* files first.
10269
c5602427 102701993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10271
10272 * Makefile (VERSION): New variable.
10273 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10274 Compressed file suffix should be `.gz', not `.z'.
10275
ce058493 102761993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10277
10278 * Makefile (elisp): Depend on makeinfo.
10279
c5602427 102801993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10281
10282 * Makefile (srcs): Add anti.texi.
10283
c5602427 102841993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10285
10286 * Makefile (infodir, prefix): New vars.
10287 (install): Use infodir.
f4e90db0 10288 (emacsinfodir): Delete.
b8d4c8d0 10289
c5602427 102901993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10291
10292 * Makefile (srcs): Add calendar.texi.
10293
10294 * Makefile (dist): Copy texindex.c and makeinfo.c.
10295 Limit elisp-* files to those with one or two digits.
10296
c5602427 102971993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10298
f4e90db0 10299 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10300
c5602427 103011993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10302
10303 * loading.texi (Unloading): define-function changed back to
10304 defalias. It may not stay this way, but at least it's
10305 consistent with the known-good version of the code patch.
10306
c5602427 103071993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10308
10309 * modes.texi (Hooks): Document new optional arg of add-hook.
10310
c5602427 103111993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10312
10313 * variables.texi: Document nil initial value of buffer-local variables.
10314
10315 * tips.texi: Add new section on standard library headers.
10316
c5602427 103171993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10318
10319 * Makefile (srcs): Add frame.texi to the list of sources.
10320
c5602427 103211993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10322
10323 * Makefile (dist): Don't bother excluding autosave files; they'll
10324 never make it into the temp directory anyway, and the hash marks
10325 in the name are problematic for make and the Bourne shell.
10326 (srcs):
10327
c5602427 103281993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10329
10330 * Makefile (dist): Don't include backup files or autosave files in
10331 the distribution tar file.
10332
c5602427 103331991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10334
5dcb4c4e 10335 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10336 (elisp.dvi): Remove erroneous shell comment.
10337 Expect output of permute-index in permuted.fns.
10338 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10339 (clean): Add index.texi to be deleted.
b8d4c8d0 10340
c5602427 103411990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10342
10343 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10344
c5602427 103451990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10346
10347 * files.texi: Noted that completion-ignored-extensions is ignored
10348 when making *Completions*.
10349
3e868ee3 103501990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10351
10352 * Makefile make dist now depends on elisp.dvi, since it tries
10353 to include it in the dist file.
10354
c5602427 103551990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10356
c5602427 10357 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10358
c5602427 103591989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10360
10361 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10362 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10363
c5602427 103641989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10365
10366 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10367 and @error{} are the terms now being used. The files in the
10368 directory have been changed to reflect this.
10369
10370 * All instances of @indentedresultt{} have been changed to
333f9019 10371 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10372
c5602427 103731989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10374
10375 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10376 experimental @indentedresult{}, @indentedexpandsto{} are part of
10377 the texinfo.tex in this directory. These TeX macros are not
10378 stable yet.
10379
c5602427 103801989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10381
10382 * texinfo.tex: Temporarily added
10383 \let\result=\dblarrow
10384 \def\error{{\it ERROR} \longdblarrow}
10385 We need to do this better soon.
10386
c5602427 103871989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10388
10389 * Applied Karl Berry's patches to *.texinfo files, but not to
10390 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10391 new title page format is also not applied, since it requires
10392 texinfo.tex changes.)
10393
10394 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10395 for the Project GNU development environment.
10396
10397;; Local Variables:
c8763fb6 10398;; coding: utf-8
b8d4c8d0
GM
10399;; End:
10400
acaf905b 10401 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10402
10403 This file is part of GNU Emacs.
10404
352c8b4a 10405 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10406 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10407 the Free Software Foundation, either version 3 of the License, or
10408 (at your option) any later version.
b8d4c8d0
GM
10409
10410 GNU Emacs is distributed in the hope that it will be useful,
10411 but WITHOUT ANY WARRANTY; without even the implied warranty of
10412 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10413 GNU General Public License for more details.
10414
10415 You should have received a copy of the GNU General Public License
352c8b4a 10416 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.