Use @code{} in menus when appropriate, rather than `'
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
96b49301 12012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2
bf7f9bc5
JB
3 * files.texi: Rename files-equal-p to file-equal-p.
4 Update changed behavior of file-subdir-of-p.
96b49301 5
1383d930
GM
62012-02-28 Glenn Morris <rgm@gnu.org>
7
44e97401
GM
8 * advice.texi, anti.texi, display.texi, elisp.texi:
9 * processes.texi, variables.texi, vol1.texi, vol2.texi:
10 Standardize possessive apostrophe usage.
11
e3c73f1e
GM
12 * locals.texi: Remove file.
13 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
14 Remove menu entry.
15 * errors.texi, maps.texi: Adjust node pointers.
16 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 17 * makefile.w32-in (srcs):
e3c73f1e
GM
18 * Makefile.in (srcs): Remove locals.texi.
19
1383d930
GM
20 * frames.texi (Mouse Position): Fix cross-ref.
21
431ee44b
CY
222012-02-27 Chong Yidong <cyd@gnu.org>
23
24 * buffers.texi (Creating Buffers): Clarify that
25 generate-new-buffer uses generate-new-buffer-names.
26 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
27
28 * files.texi (Directory Names): Index entry for file name abbreviations.
29 (Relative File Names, File Name Expansion): Refer to it.
30 (Locating Files): Move locate-user-emacs-file documentation to
31 Standard File Names.
32 (Standard File Names): Add locate-user-emacs-file; update examples.
33
6a11ec9d
MA
342012-02-26 Michael Albinus <michael.albinus@gmx.de>
35
36 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
37
9a4888c0
CY
382012-02-26 Chong Yidong <cyd@gnu.org>
39
40 * files.texi (Kinds of Files): Improve documentation of
41 files-equal-p and file-subdir-of-p.
42
f0e751b9
GM
432012-02-26 Glenn Morris <rgm@gnu.org>
44
45 * intro.texi (Acknowledgements): Small changes.
46
7e05b1ec
GM
472012-02-25 Glenn Morris <rgm@gnu.org>
48
49 * errors.texi: Don't try to list _all_ the error symbols.
50 Add circular-list, cl-assertion-failed, compression-error.
51 * elisp.texi, vol1.texi, vol2.texi:
52 * control.texi (Error Symbols): Tweak "Standard Errors" description.
53
23453255 542012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
55
56 * files.texi (files-equal-p, file-subdir-of-p): New,
57 add initial documentation.
58
4963495d
CY
592012-02-25 Chong Yidong <cyd@gnu.org>
60
fa74b241
CY
61 * files.texi (File Attributes): Document file-selinux-context.
62 (Changing Files): Link to it.
63 (Changing Files): Document set-file-selinux-context.
64
65 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
66 changed. Mention default value of backup-directory-alist.
67 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
68 (Auto-Saving): New minor mode behavior for auto-save-mode.
69 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 70
4963495d
CY
71 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
72
4bb82fa8
GM
732012-02-24 Glenn Morris <rgm@gnu.org>
74
75 * errors.texi (Standard Errors): Mention dbus-error.
76 For arith-error sub-classes, just use one cross-ref.
77
2cb228f7
AM
782012-02-23 Alan Mackenzie <acm@muc.de>
79
80 * modes.texi (Defining Minor Modes): Document the new keyword
81 :after-hook.
82
a59225b1
CY
832012-02-21 Chong Yidong <cyd@gnu.org>
84
85 * files.texi (Files): Mention magic file names as arguments.
86 (Reading from Files): Copyedits.
87 (File Attributes): Mention how to change file modes.
88 (Changing Files): Use standard "file permissions" terminology.
89 Add xref to File Attributes node.
90 (Locating Files): Document locate-user-emacs-file.
91 (Unique File Names): Recommend against using make-temp-name.
92
8376d7c2
CY
932012-02-19 Chong Yidong <cyd@gnu.org>
94
95 * help.texi (Documentation, Documentation Basics, Help Functions):
96 Minor clarifications.
97 (Accessing Documentation): Clarify what documentation-property is
98 for. Add xref to Keys in Documentation.
99
100 * tips.texi (Documentation Tips): Don't recommend using * in
101 docstrings.
102
103 * macros.texi (Defining Macros):
104 * modes.texi (Derived Modes): Say "documentation string" instead
105 of docstring.
106
82233bea
CY
1072012-02-18 Chong Yidong <cyd@gnu.org>
108
109 * modes.texi (Tabulated List Mode): New node.
110 (Basic Major Modes): Add xref to it.
111
112 * processes.texi (Process Information): Mention Process Menu mode.
113
7b926f3f
CY
1142012-02-17 Chong Yidong <cyd@gnu.org>
115
116 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
117
0fd2c9a3
GM
1182012-02-17 Glenn Morris <rgm@gnu.org>
119
120 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
121
f700caa3
CY
1222012-02-16 Chong Yidong <cyd@gnu.org>
123
4230351b
CY
124 * syntax.texi (Syntax Tables, Syntax Descriptors)
125 (Syntax Table Functions): Copyedits.
126 (Syntax Basics): Don't repeat the material in the preceding node.
127 (Syntax Class Table): Use a table.
128 (Syntax Properties): Document syntax-propertize-function and
129 syntax-propertize-extend-region-functions.
130 (Motion via Parsing): Clarify scan-lists. Fix indentation.
131 (Parser State): Update for the new "c" comment style. Fix
132 description of item 7 (comment style).
133
f700caa3
CY
134 * modes.texi (Minor Modes): Update how mode commands should treat
135 arguments now.
136 (Mode Line Basics): Clarify force-mode-line-update.
137 (Mode Line Top): Note that the example is not realistic.
138 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
139 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
140 "mode line construct" instead of "mode line specification".
141 (Syntactic Font Lock): Remove mention of obsolete variable
142 font-lock-syntactic-keywords.
143 (Setting Syntax Properties): Node deleted.
144 (Font Lock Mode): Note that Font Lock mode is a minor mode.
145 (Font Lock Basics): Note that syntactic fontification falls back
146 on `syntax-table'.
147 (Search-based Fontification): Emphasize that font-lock-keywords
148 should not be set directly.
149 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
150 (Syntactic Font Lock): Minor clarifications. Add xref to
151 Syntactic Font Lock node.
f700caa3 152
60236b0d
CY
1532012-02-15 Chong Yidong <cyd@gnu.org>
154
155 * minibuf.texi (Basic Completion): Define "completion table".
156 Move completion-in-region to Completion in Buffers node.
157 (Completion Commands): Use "completion table" terminology.
158 (Completion in Buffers): New node.
159
160 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
161 (Setting Hooks): Update minor mode usage example.
162 (Major Mode Conventions): Note that completion-at-point-functions
163 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
164 Remove duplicate tip about auto-mode-alist.
165 (Minor Modes): Rewrite introduction.
166 (Minor Mode Conventions): Copyedits. Don't recommend
167 variable-only minor modes since few minor modes are like that.
60236b0d 168
d7dbb11a
GM
1692012-02-15 Glenn Morris <rgm@gnu.org>
170
171 * processes.texi (Network): Document open-network-stream :parameters.
172
3d8badf4
CY
1732012-02-14 Chong Yidong <cyd@gnu.org>
174
175 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
176 was removed on 2009-09-10. Update lisp-mode-map example.
177 (Inheritance and Keymaps): Minor clarification.
178 (Searching Keymaps): Remove out-of-place enumeration.
179 (Key Lookup): Remove unnecessary example (one was already given in
180 Format of Keymaps).
181 (Changing Key Bindings): Update suppress-keymap example.
182 (Menu Bar, Tool Bar): Copyedits.
183 (Tool Bar): Update tool-bar-map example.
184
faccede1
CY
1852012-02-12 Chong Yidong <cyd@gnu.org>
186
187 * debugging.texi (Debugger Commands): Continuing is now allowed
188 for errors.
189
355cabc6
CY
1902012-02-11 Chong Yidong <cyd@gnu.org>
191
d860baa0
CY
192 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
193 Move the list of standard bitmaps there.
194 (Fringe Cursors): Rewrite for clarity.
195 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
196
34106abe
CY
197 * commands.texi (Command Overview): Mention read-key.
198 (Using Interactive, Interactive Call): Minor clarifications.
199 (Function Keys, Click Events): Avoid "input stream" terminology.
200 (Click Events): Add xref to Window Sizes and Accessing Mouse.
201 Clarify column and row components.
202 (Accessing Mouse): Add xref to Click Events. Minor fixes.
203 (Special Events): Copyedits.
204
205 * streams.texi (Input Streams): De-document get-file-char.
206 (Output Variables): Don't refer to old backquote syntax.
207
355cabc6
CY
208 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
209 (Error Debugging): Note that debug-ignored-errors overrides list
210 values of debug-on-error too. Add xref to Signaling Errors. Note
211 that debug-on-signal is not customizable. Mention
212 condition-case-unless-debug.
213 (Compilation Errors): Node deleted.
214
215 * compile.texi (Compiler Errors): Move a paragraph here from
216 deleted node Compilation Errors.
217
1be3ca5a
LL
2182012-02-10 Leo Liu <sdl.web@gmail.com>
219
220 * control.texi (Handling Errors): Change condition-case-no-debug
221 to condition-case-unless-debug.
222
25dec365
CY
2232012-02-10 Chong Yidong <cyd@gnu.org>
224
225 * advice.texi (Defining Advice): Clarify ad-unadvise.
226 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
227 is not abnormal.
228 (Advising Primitives): Node deleted; ad-define-subr-args has been
229 removed.
230
231 * compile.texi (Speed of Byte-Code): Use float-time in example.
232 (Compilation Functions): Note that the log uses Compilation mode.
233 Don't discuss the contents of byte-code function object here.
234 (Compilation Functions): De-document internal function byte-code.
235 (Docs and Compilation): Minor clarifications.
236
237 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
238 Objects.
239
5f5e4ea1
GM
2402012-02-10 Glenn Morris <rgm@gnu.org>
241
242 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
243 Mention secure-hash.
244 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
245
6c1e4b46
CY
2462012-02-10 Chong Yidong <cyd@gnu.org>
247
248 * loading.texi (Loading): Don't emphasize "library" terminology.
249 (Library Search): load-path is not a user option. Mention role of
250 -L option and packages. Improve examples.
251 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
252 obsolete.
253 (Autoload): Minor clarifications.
254
72ca698c
GM
2552012-02-10 Glenn Morris <rgm@gnu.org>
256
b011fbfe
GM
257 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
258
72ca698c
GM
259 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
260
14a1f380
GM
2612012-02-08 Glenn Morris <rgm@gnu.org>
262
263 * loading.texi (Named Features): Update the require example.
264
60d47423
GM
2652012-02-07 Glenn Morris <rgm@gnu.org>
266
267 * modes.texi (Defining Minor Modes):
268 Expand on args of defined minor modes.
269
0992bd9c
CY
2702012-02-07 Chong Yidong <cyd@gnu.org>
271
272 * variables.texi (Creating Buffer-Local): Minor clarification
273 to buffer-local-variables doc (Bug#10715).
274
af008560
GM
2752012-02-07 Glenn Morris <rgm@gnu.org>
276
e80e1825 277 * display.texi (ImageMagick Images): General update.
af008560
GM
278 Move most details of imagemagick-render-type to the variable's doc.
279
866c1d22
GM
2802012-02-06 Glenn Morris <rgm@gnu.org>
281
f7c9199f 282 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
283 (Inheritance and Keymaps):
284 Mention make-composed-keymap and multiple inheritance.
f7c9199f 285
e7bc51d0
GM
286 * modes.texi (Running Hooks): Mention run-hook-wrapped.
287
866c1d22
GM
288 * control.texi (Handling Errors):
289 Mention condition-case-no-debug and with-demoted-errors.
290
03988c98
CY
2912012-02-05 Chong Yidong <cyd@gnu.org>
292
293 * customize.texi (Common Keywords): Minor clarifications.
294 Document custom-unlispify-remove-prefixes.
295 (Variable Definitions): Backquotes in defcustom seem to work fine
296 now. Various other copyedits.
e1161b06
CY
297 (Simple Types): Copyedits. Document color selector.
298 (Composite Types): Copyedits.
299 (Splicing into Lists): Clarifications.
03988c98
CY
300
301 * eval.texi (Backquote): Move from macros.texi.
302
303 * macros.texi (Expansion): Minor clarification.
304 (Backquote): Move node to eval.texi.
305 (Defining Macros): Move an example from Backquote node.
306 (Argument Evaluation): No need to mention Pascal.
307 (Indenting Macros): Add xref to Defining Macros.
308
649f602c
GM
3092012-02-05 Glenn Morris <rgm@gnu.org>
310
311 * debugging.texi (Error Debugging): Mention debug-on-event default.
312
34c99998
GM
3132012-02-04 Glenn Morris <rgm@gnu.org>
314
8f05da42
GM
315 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
316
7aa5aad8
GM
317 * debugging.texi (Error Debugging): Mention debug-on-event.
318 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
319
c7291ad9
GM
320 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
321
34c99998
GM
322 * text.texi (Buffer Contents):
323 Update filter-buffer-substring description.
324
735cc5ca
CY
3252012-02-04 Chong Yidong <cyd@gnu.org>
326
327 * functions.texi (What Is a Function): Add closures. Mention
328 "return value" terminology. Add xref for command-execute. Remove
329 unused "keystroke command" terminology.
330 (Lambda Expressions): Give a different example than in the
331 following subsection. Add xref to Anonymous Functions.
332 (Function Documentation): Remove gratuitous markup.
333 (Function Names): Move introductory text to `What Is a Function'.
334 (Defining Functions): Fix defun argument spec.
335 (Anonymous Functions): Document lambda macro explicitly. Mention
336 effects on lexical binding.
337 (Function Cells): Downplay direct usage of fset.
338 (Closures): New node.
339 (Inline Functions): Remove "open-code" terminology.
340 (Declaring Functions): Minor tweak; .m is not C code.
341
342 * variables.texi (Variables): Don't refer to "global value".
343 (Local Variables, Void Variables): Copyedits.
344 (Lexical Binding): Minor clarification of example.
345 (File Local Variables): Mention :safe and :risky defcustom args.
346 (Lexical Binding): Add xref to Closures node.
347
94bc7984
GM
3482012-02-04 Glenn Morris <rgm@gnu.org>
349
350 * minibuf.texi (High-Level Completion): Updates for read-color.
351
4f5a10ef
GM
3522012-02-03 Glenn Morris <rgm@gnu.org>
353
eea14f31
GM
354 * display.texi (GIF Images): Mention animation.
355 Remove commented-out old example of animation.
356 (Animated Images): New subsection.
357 * elisp.texi (Top):
358 * vol1.texi (Top):
359 * vol2.texi (Top): Add Animated Images menu entry.
360
4f5a10ef
GM
361 * display.texi (Image Formats): Remove oddly specific information
362 on versions of image libraries.
204e728d 363 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 364
12f381b7
GM
3652012-02-02 Glenn Morris <rgm@gnu.org>
366
1b9f60cc
GM
367 * processes.texi (Synchronous Processes):
368 Mention call-process's :file gets overwritten.
369
7e2734bc
GM
370 * commands.texi (Reading One Event):
371 * help.texi (Help Functions): Document read-char-choice.
372
f58b9822
GM
373 * hooks.texi (Standard Hooks):
374 * modes.texi (Keymaps and Minor Modes):
375 * text.texi (Commands for Insertion): Document post-self-insert-hook.
376
377 * hooks.texi (Standard Hooks): Add prog-mode-hook.
378
12f381b7
GM
379 * hooks.texi (Standard Hooks):
380 * modes.texi (Major Mode Conventions, Mode Hooks):
381 Document change-major-mode-after-body-hook.
382
7a9a2fc6
GM
3832012-02-01 Glenn Morris <rgm@gnu.org>
384
385 * modes.texi (Defining Minor Modes):
386 Mention disabling global minor modes on a per-major-mode basis.
387
a037c171
CY
3882012-01-31 Chong Yidong <cyd@gnu.org>
389
390 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
391 (Parser State): Remove unnecessary statement (Bug#10661).
392
393 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
394
56afad3a
GM
3952012-01-31 Glenn Morris <rgm@gnu.org>
396
397 * modes.texi (Defining Minor Modes):
398 Document define-minor-mode's new :variable keyword.
399
0f29fa41
CY
4002012-01-29 Chong Yidong <cyd@gnu.org>
401
837a390a
CY
402 * syntax.texi (Syntax Class Table): Tweak description of newline
403 char syntax (Bug#9619).
404
0f29fa41
CY
405 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
406 description (Bug#10189).
407
182148ee
GM
4082012-01-29 Glenn Morris <rgm@gnu.org>
409
a49ca6b9
GM
410 * files.texi (Changing Files): Document SELinux support.
411
182148ee
GM
412 * windows.texi (Window Sizes): Fix typo.
413
9962192e
CY
4142012-01-28 Chong Yidong <cyd@gnu.org>
415
8c6e1920
CY
416 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
417 doc (Bug#8568).
418
9583ec59
CY
419 * frames.texi (Input Focus): Add NORECORD arg to
420 select-frame-set-input-focus. Clarify its role in select-frame.
421
10256988
CY
422 * text.texi (Transposition): We don't use transpose-region as an
423 internal subroutine (Bug#3249).
424
9962192e
CY
425 * modes.texi (Example Major Modes): Update Lisp example code to
426 current sources. Delete the old non-derived-major-mode example,
427 which has diverged badly from current sources.
428
2aa43abb
GM
4292012-01-27 Glenn Morris <rgm@gnu.org>
430
431 * makefile.w32-in (texinputdir): Fix (presumed) typo.
432 (VERSION, manual): Remove, unused.
433
9f40220d
CY
4342012-01-27 Chong Yidong <cyd@gnu.org>
435
436 * commands.texi (Command Overview): Minor clarification (Bug#10384).
437
acc28cb9
CY
4382012-01-26 Chong Yidong <cyd@gnu.org>
439
440 * searching.texi (String Search): Document negative repeat count
441 (Bug#10507).
442
48da7392
GM
4432012-01-26 Glenn Morris <rgm@gnu.org>
444
445 * variables.texi (Using Lexical Binding):
446 Mention that lexical-binding should be set in the first line.
447
69b0acb9
LI
4482012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
449
450 * macros.texi (Defining Macros): Don't claim that `declare' only
451 affects Edebug and indentation.
452
543757a8
LI
4532012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
454
455 * macros.texi (Defining Macros): Slight `declare' fixup.
456
450e3cae
GM
4572012-01-25 Glenn Morris <rgm@gnu.org>
458
24189ce0 459 * makefile.w32-in (texinputdir):
450e3cae
GM
460 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
461
1021c761
CY
4622012-01-24 Chong Yidong <cyd@gnu.org>
463
464 * variables.texi (Variables, Local Variables, Void Variables):
465 Edit to make the descriptions less specific to dynamic binding.
466 (Local Variables): Default max-specpdl-size is now 1300.
467 (Defining Variables): Edits for lexical scoping. Delete
468 information about starting docstrings with *. De-document
469 user-variable-p.
470 (Tips for Defining): Remove an unimportant discussion of quitting
471 in the middle of a load.
472 (Accessing Variables, Setting Variables): Discuss lexical binding.
473 (Variable Scoping): Rewrite.
474 (Scope, Extent, Impl of Scope): Nodes deleted.
475 (Dynamic Binding): New node, with material from Scope, Extent, and
476 Impl of Scope nodes.
477 (Dynamic Binding Tips): Rename from Using Scoping.
478 (Lexical Binding): Rewrite.
479 (Using Lexical Binding): Rename from Converting to Lexical
480 Binding. Convert to subsection.
481
482 * customize.texi (Variable Definitions): Add custom-variable-p.
483 Move user-variable-p documentation here.
484
31cbea1d
CY
4852012-01-23 Chong Yidong <cyd@gnu.org>
486
487 * strings.texi (Text Comparison): Minor qualification.
488
489 * lists.texi (Cons Cells): Copyedits.
490 (List Elements): Mention push.
491 (List Variables): Mention pop.
492 (Rings): Move to sequences.texi.
493
494 * sequences.texi (Sequence Functions): Don't repeat the
495 introduction already given in the parent.
496 (Vectors): Copyedits.
497 (Rings): Move from lists.texi. Note that this is specific to the
498 ring package.
499
500 * symbols.texi (Definitions, Symbol Components): Mention variable
501 scoping issues.
502 (Plists and Alists): Copyedits.
503
504 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
505 correctness with lexical scoping.
506 (Eval): Copyedits.
507
fead402d
CY
5082012-01-21 Chong Yidong <cyd@gnu.org>
509
510 * intro.texi (A Sample Function Description): Special notation
511 used for macros too.
512
513 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
514 (Symbol Type): Add xref for keyword symbols.
515 (Sequence Type): Clarify differences between sequence types.
516 (Cons Cell Type): Add "linked list" index entry.
517 (Non-ASCII in Strings): Copyedits.
518 (Equality Predicates): Symbols with same name need not be eq.
519
520 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
521 ldexp. Move float-e and float-pi to Math Functions node.
522
61086eb6
GM
5232012-01-21 Glenn Morris <rgm@gnu.org>
524
525 * modes.texi (Auto Major Mode):
526 * variables.texi (File Local Variables):
527 Mention inhibit-local-variables-regexps.
528
34a02f46
MR
5292012-01-19 Martin Rudalics <rudalics@gmx.at>
530
531 * windows.texi (Window Configurations): Rewrite references to
532 persistent window parameters.
533 (Window Parameters): Fix description of persistent window
534 parameters.
535
f5064cae
JB
5362012-01-16 Juanma Barranquero <lekktu@gmail.com>
537
538 * windows.texi (Window Parameters): Use @pxref.
539
6a6ee00d
MR
5402012-01-16 Martin Rudalics <rudalics@gmx.at>
541
542 * windows.texi (Window Configurations, Window Parameters):
543 Describe persistent window parameters.
544
9ca4c014
SM
5452011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * variables.texi (Creating Buffer-Local): Warn against misuses of
548 make-variable-buffer-local (bug#10258).
549
d027f83d
LMI
5502012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
551
552 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
553
89bd9ccd
CY
5542012-01-06 Chong Yidong <cyd@gnu.org>
555
556 * variables.texi (Directory Local Variables): Document
557 hack-dir-local-variables-non-file-buffer.
558
c869783d
GM
5592012-01-06 Glenn Morris <rgm@gnu.org>
560
561 * maps.texi (Standard Keymaps): Refer to Info-edit by name
562 rather than by keybinding.
563
2cae5ba4
JB
5642011-12-29 Juanma Barranquero <lekktu@gmail.com>
565
566 * frames.texi (Font and Color Parameters): Add @pxref.
567
43da4d08
DC
5682011-12-29 Daniel Colascione <dan.colascione@gmail.com>
569
570 * frames.texi (Font and Color Parameters):
571 Document w32 font backends (bug#10399).
572
8d80ef01
PE
5732011-12-28 Paul Eggert <eggert@cs.ucla.edu>
574
575 * files.texi (File Attributes, Changing Files):
576 Use a more-natural notation for octal numbers.
577
9022ae07
JB
5782011-12-23 Juanma Barranquero <lekktu@gmail.com>
579
580 * variables.texi (Variables with Restricted Values):
581 Change reference to variable (bug#10354).
582
454592a6
MR
5832011-12-13 Martin Rudalics <rudalics@gmx.at>
584
585 * windows.texi (Splitting Windows): Use t instead of non-nil
586 when describing window-combination-resize.
587
a7cdbfce
SM
5882011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * text.texi (Special Properties): Warn against `intangible' properties
591 (bug#10222).
592
a3dcc84e
EZ
5932011-11-26 Eli Zaretskii <eliz@gnu.org>
594
579ebf8f
EZ
595 * display.texi (Truncation):
596 * text.texi (Special Properties): Describe what a stretch-glyph is
597 instead of using that term without explanation. Make the
598 cross-references more accurate.
599
a3dcc84e
EZ
600 * display.texi (Usual Display): Update the description,
601 cross-references, and indexing related to display of control
602 characters and raw bytes.
603
94af99a4
MR
6042011-11-25 Martin Rudalics <rudalics@gmx.at>
605
606 * windows.texi (Splitting Windows): Fix description of
607 window-combination-limit. Suggested by Eli Zaretskii.
608
1c3d7a13
CY
6092011-11-23 Chong Yidong <cyd@gnu.org>
610
611 * windows.texi (Window Sizes): Move window-top-line,
612 window-left-column, and window-*-pixel-edges to Coordinates and
613 Windows node.
614 (Coordinates and Windows): Restore window-edges doc.
615
90151a1e
MR
6162011-11-21 Martin Rudalics <rudalics@gmx.at>
617
a7cdbfce
SM
618 * windows.texi (Windows and Frames, Splitting Windows):
619 Fix typos.
90151a1e 620
a9b9b7f5
CY
6212011-11-21 Chong Yidong <cyd@gnu.org>
622
623 * windows.texi (Splitting Windows): Fix error in documentation of
624 window-combination-limit.
625 (Cyclic Window Ordering): Minor fixes to next-window,
626 one-window-p, and get-lru-window docs. Don't document
627 window-list-1.
628 (Buffers and Windows): Copyedits.
629 (Choosing Window): Document special handling of special-display-*.
630 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
631 Don't document even-window-heights, which is going away.
632 Clarify which options are obeyed by which action functions.
a9b9b7f5 633
f4e90db0
SM
6342011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
637
d2999b1a
MR
6382011-11-20 Martin Rudalics <rudalics@gmx.at>
639
f4e90db0
SM
640 * windows.texi (Resizing Windows, Splitting Windows):
641 Remove term "status" when talking about combination limits.
d2999b1a 642
cd1181db
JB
6432011-11-20 Juanma Barranquero <lekktu@gmail.com>
644
645 * compile.texi (Compiler Errors):
646 * help.texi (Help Functions): Fix typos.
647
7bf54975
CY
6482011-11-19 Chong Yidong <cyd@gnu.org>
649
650 * windows.texi (Splitting Windows): Clarify role of window
651 parameters in split-window. Shorten the example.
f4e90db0
SM
652 (Deleting Windows): Rewrite intro to handle internal windows.
653 Fix delete-windows-on doc.
7bf54975
CY
654 (Selecting Windows): Copyedits.
655
a0c2d0ae
MR
6562011-11-17 Martin Rudalics <rudalics@gmx.at>
657
658 * windows.texi (Resizing Windows, Splitting Windows)
659 (Deleting Windows): Use term window-combination-resize instead
660 of window-splits.
661
b6f67890
MR
6622011-11-16 Martin Rudalics <rudalics@gmx.at>
663
f4e90db0
SM
664 * windows.texi (Resizing Windows, Splitting Windows):
665 Rename occurrences of window-nest to window-combination-limit.
b6f67890 666
0b381c7e
JB
6672011-11-14 Juanma Barranquero <lekktu@gmail.com>
668
669 * intro.texi (Lisp History): Fix typo.
670
89d61221
MR
6712011-11-12 Martin Rudalics <rudalics@gmx.at>
672
f4e90db0
SM
673 * windows.texi (Splitting Windows, Deleting Windows):
674 Remove references to splits status of windows.
89d61221 675
b2621720
GM
6762011-11-10 Glenn Morris <rgm@gnu.org>
677
678 * buffers.texi (Read Only Buffers): Expand a bit on why
679 toggle-read-only should only be used interactively. (Bug#7292)
680
d2ad7ee1
CY
6812011-11-09 Chong Yidong <cyd@gnu.org>
682
683 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 684 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
685 window-inside-absolute-pixel-edges.
686 (Resizing Windows): shrink-window-if-larger-than-buffer works on
687 non-full-width windows.
688
2cffd681
MR
6892011-11-09 Martin Rudalics <rudalics@gmx.at>
690
691 * windows.texi (Resizing Windows): Rewrite documentation of
692 window-resizable.
693
f6f6d7e7
CY
6942011-11-09 Chong Yidong <cyd@gnu.org>
695
696 * windows.texi (Splitting Windows): Simplify example.
697
a79db6e0
CY
6982011-11-08 Chong Yidong <cyd@gnu.org>
699
700 * windows.texi (Window Sizes): Copyedits. Document
701 window-text-height. Remove window-min-height and window-min-width
702 discussion, referring instead to Emacs manual.
703 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
704 (Resizing Windows): Simplify introduction. Don't document
705 enlarge-window, shrink-window, enlarge-window-horizontally, and
706 shrink-window-horizontally; they are no longer preferred for
707 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 708
441950c7
GM
7092011-11-07 Glenn Morris <rgm@gnu.org>
710
711 * windows.texi (Choosing Window): Fix keybinding typo.
712
be7f5545
MR
7132011-11-07 Martin Rudalics <rudalics@gmx.at>
714
715 * windows.texi (Resizing Windows, Splitting Windows)
716 (Window Configurations): Use "child window" instead of
717 "subwindow".
718
291d142b
CY
7192011-11-06 Chong Yidong <cyd@gnu.org>
720
721 * windows.texi (Basic Windows): Clarify various definitions.
722 Treat window-normalize-* as internal; don't document them.
723 (Windows and Frames): Various clarifications, e.g. non-live
724 windows also belong to frames. Fix window-list description.
725 Simplify window nesting example.
f4e90db0
SM
726 (Splitting Windows, Window Configurations):
727 Use split-window-below.
291d142b 728
89bd5ee1
EZ
7292011-11-04 Eli Zaretskii <eliz@gnu.org>
730
731 * windows.texi (Window Sizes): Mention in the doc string that the
732 return values of `window-body-height' and `window-body-width' are
733 in frame's canonical units. (Bug#9949)
734
3d8daefe
MR
7352011-10-30 Martin Rudalics <rudalics@gmx.at>
736
737 * windows.texi (Windows and Frames): Remove "iso-" infix from
738 documentation of window-iso-combined-p.
739
60754666
CY
7402011-10-26 Chong Yidong <cyd@gnu.org>
741
742 * modes.texi (Running Hooks): Document with-wrapper-hook.
743
d366bd53
CY
7442011-10-18 Chong Yidong <cyd@gnu.org>
745
746 * display.texi (Glyphless Chars): New node.
747
50b063c3
CY
7482011-10-13 Chong Yidong <cyd@stupidchicken.com>
749
750 * text.texi (Yanking): Document yank-excluded-properties.
751
752 * package.texi (Packaging Basics): The commentary should say how
753 to begin using the package.
754
c72063fa
MR
7552011-10-11 Martin Rudalics <rudalics@gmx.at>
756
757 * windows.texi (Deleting Windows): Mention which window gets
758 selected when deleting the selected window.
759
d83dc65b
MR
7602011-10-09 Martin Rudalics <rudalics@gmx.at>
761
762 * buffers.texi (The Buffer List): Describe how bury-buffer deals
763 with the selected window.
764 * windows.texi (Buffers and Windows): Reformulate text on how
765 replace-buffer-in-windows deals with a window.
766 (Quitting Windows): Describe how quit-window deals with a
767 standalone frame. Describe new option frame-auto-hide-function.
768
c599682c
GM
7692011-10-08 Glenn Morris <rgm@gnu.org>
770
48bca619
GM
771 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
772
c599682c
GM
773 * positions.texi (Excursions): Update warning message.
774
969aa734
CY
7752011-10-05 Chong Yidong <cyd@stupidchicken.com>
776
f4e90db0
SM
777 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
778 Fix Emacs manual xref (Bug#9675).
969aa734 779
550f41cd
CY
7802011-10-01 Chong Yidong <cyd@stupidchicken.com>
781
782 * windows.texi (Textual Scrolling): Document scroll-up-command,
783 scroll-down-command, scroll-error-top-bottom, and the
784 scroll-command symbol property.
717a1362
CY
785 (Display Action Functions): Fix description of
786 display-buffer-pop-up-window.
550f41cd 787
a239d4e9
JB
7882011-09-28 Juanma Barranquero <lekktu@gmail.com>
789
790 * windows.texi (Splitting Windows): Fix typos.
791
590c056d
MR
7922011-09-25 Martin Rudalics <rudalics@gmx.at>
793
794 * windows.texi (Windows and Frames, Display Action Functions)
795 (Switching Buffers): Fix some typos.
796 (Buffers and Windows): Remove reference to window-auto-delete.
797 Reword description of replace-buffer-in-windows.
798 (Window History): Fix some typos and refer to frame local buffer
799 list.
c419f5cb
MR
800 (Quitting Windows): New node.
801 (Window Configurations): Add descriptions of window-state-get
802 and window-state-put.
803 (Window Parameters): Describe variable ignore-window-parameters.
804 Sketch some window parameters currently in use.
805 * elisp.texi (Top): Update node listing.
590c056d 806
9ec20d36
CY
8072011-09-25 Chong Yidong <cyd@stupidchicken.com>
808
809 * windows.texi (Display Action Functions)
810 (Choosing Window Options): New nodes.
811
0e406a72
CY
8122011-09-24 Chong Yidong <cyd@stupidchicken.com>
813
814 * windows.texi (Window History): New node. Move text here from
815 Buffers and Windows.
816 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
817 don't document display-buffer here; callers changed.
818 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
819 switch-to-buffer-other-frame. Delete duplicate
820 replace-buffer-in-windows doc.
821 (Choosing Window): Document display actions.
822
6bf7006f
EZ
8232011-09-24 Eli Zaretskii <eliz@gnu.org>
824
825 * display.texi (Forcing Redisplay): Update the description of
826 redisplay-dont-pause due to change in the default value.
827
b33b68a3
MR
8282011-09-23 Martin Rudalics <rudalics@gmx.at>
829
830 * frames.texi (Frames and Windows): Move section and rename to
831 Windows and Frames in windows.texi.
832 * windows.texi (Windows): Restructure.
833 (Basic Windows): Rewrite. Explain live and internal windows and
834 normalization functions.
835 (Windows and Frames): Move section here from frames.texi.
836 Describe subwindows, window combinations, window tree, and
837 corresponding functions including window-list here.
838 (Window Sizes): Rename section from Size of Window and move it
839 up in chapter. Describe total and body sizes and the
840 corresponding functions. Explain new semantics of
841 window-min-height/-width.
842 (Resizing Windows): Move section up in chapter. Describe new
843 resize functions.
844 (Splitting Windows): Describe new behavior of split-window,
845 split-window-above-each-other and split-window-side-by-side.
846 Provide examples. Describe window-nest and window-splits
847 options.
848 (Deleting Windows): Minor rewrite.
f4e90db0
SM
849 (Selecting Windows): Minor rewrite.
850 Describe frame-selected-window and set-frame-selected-window here.
851 (Cyclic Window Ordering): Minor rewrite.
852 Describe window-list-1.
b33b68a3
MR
853 (Buffers and Windows): Rewrite. Explain a window's previous and
854 next buffers and the corresponding functions.
c4682d18 855 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
856 * elisp.texi (Top): Update node listings for frames and windows
857 sections.
858
4d3786ac
SM
8592011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
862
713df35b
LMI
8632011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
864
865 * errors.texi (Standard Errors): Remove apparent placeholder text
866 (bug#9491).
867
33ed493b
CY
8682011-09-18 Chong Yidong <cyd@stupidchicken.com>
869
870 * frames.texi (Management Parameters): Fix description of
871 icon-type parameter.
872
b8f0a954
CY
8732011-09-17 Chong Yidong <cyd@stupidchicken.com>
874
875 * tips.texi (Key Binding Conventions): Don't bind a key sequence
876 ending in C-g. Suggested by Edward O'Connor.
877
eddf142c
EZ
8782011-09-17 Eli Zaretskii <eliz@gnu.org>
879
880 * numbers.texi (Integer Basics): Add indexing for
881 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
882
bf1af6c7
DM
8832011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
884
885 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
886
cec2eab8
JB
8872011-09-11 Juanma Barranquero <lekktu@gmail.com>
888
889 * processes.texi (Network Servers): Clarify what the process
890 buffer is used for (bug#9233).
891
51751aa2 8922011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
893
894 * lists.texi (Building Lists): Fix typo.
895
35137ed3
CY
8962011-08-30 Chong Yidong <cyd@stupidchicken.com>
897
898 * display.texi (Basic Faces): New node. Document new faces.
899
900 * modes.texi (Major Mode Conventions): Move some text there.
901 (Mode Help): Remove major-mode var, duplicated in Major Modes.
902
3fd50d5c
CY
9032011-08-29 Chong Yidong <cyd@stupidchicken.com>
904
905 * modes.texi (Basic Major Modes): New node. Callers updated.
906 (Major Modes): Document fundamental-mode and major-mode.
907 (Major Mode Basics): Node deleted; text moved to Major Modes.
908 (Derived Modes): Document derived-mode-p.
909
ddb54206
CY
9102011-08-28 Chong Yidong <cyd@stupidchicken.com>
911
a6326082
CY
912 * files.texi (Changing Files, Create/Delete Dirs): Document new
913 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
914 (Visiting Functions): Remove view-file; it is documented in the
915 Emacs manual.
04e2ce72 916
ddb54206
CY
917 * frames.texi (Layout Parameters): The defaults for the
918 menu-bar-lines and tool-bar-lines parameters depend on the mode.
919
920 * display.texi (Progress): Document spinner functionality.
921
922 * os.texi (Killing Emacs): Note that kill-emacs can be called by
923 operating system signals. Refer to save-buffers-kill-terminal
924 instead of save-buffers-kill-emacs.
925
926 * objects.texi (Symbol Type): Document ## print representation.
927
0c95fcf7
EZ
9282011-08-25 Eli Zaretskii <eliz@gnu.org>
929
930 * display.texi (Specified Space): Mention that `space' specs
931 influence bidi reordering.
932 (Bidirectional Display): Explain how to use `(space . PROPS)' for
933 separating fields with bidirectional content.
934
5980d4c6
EZ
9352011-08-24 Eli Zaretskii <eliz@gnu.org>
936
937 * display.texi (Bidirectional Display): Document return value in
938 buffers that are not bidi-reordered for display, and in unibyte
939 buffers.
940
bca633fb
EZ
9412011-08-23 Eli Zaretskii <eliz@gnu.org>
942
943 * nonascii.texi (Character Properties): Document the values for
944 unassigned codepoints.
945
c094bb0c
EZ
9462011-08-18 Eli Zaretskii <eliz@gnu.org>
947
948 * nonascii.texi (Character Properties): Document use of
949 `bidi-class' and `mirroring' properties as part of reordering.
950 Provide cross-references to "Bidirectional Display".
951
952 * display.texi (Bidirectional Display): Document the pitfalls of
953 concatenating strings with bidirectional content, with possible
f4e90db0
SM
954 solutions. Document bidi-string-mark-left-to-right.
955 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
956 Document use of `bidi-class' and `mirroring' properties as part of
957 reordering.
c094bb0c 958
1ea897d5
EZ
9592011-08-16 Eli Zaretskii <eliz@gnu.org>
960
9adfcd0b
EZ
961 * modes.texi (Major Mode Conventions): Improve the documentation
962 of `mode-class' `special' modes.
963
10862873
EZ
964 * nonascii.texi (Character Properties): Document the `mirroring'
965 property. Add index entries.
966
1ea897d5
EZ
967 * syntax.texi (Categories): Add an example of defining a new
968 category and category table.
969
970 * searching.texi (Regexp Backslash): Document how to display
971 existing categories. Mention the possibility of adding
972 categories, and add an xref to where this is described. Add an
973 index entry.
974
ebb552ed
CY
9752011-08-09 Chong Yidong <cyd@stupidchicken.com>
976
977 * text.texi (Special Properties):
978 * display.texi (Overlay Properties): Note that mouse-face cannot
979 change the text size (Bug#8530).
980
51a714e1
CY
9812011-08-08 Chong Yidong <cyd@stupidchicken.com>
982
983 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
984 using setenv instead.
985
4cc60b9b
EZ
9862011-07-28 Eli Zaretskii <eliz@gnu.org>
987
988 * display.texi (Bidirectional Display): Document the fact that
989 bidi-display-reordering is t by default.
990
5deb92fd
EZ
9912011-07-23 Eli Zaretskii <eliz@gnu.org>
992
993 * display.texi (Bidirectional Display): New section.
994
011b0ad6 9952011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
996 Tim Cross <theophilusx@gmail.com> (tiny change)
997 Glenn Morris <rgm@gnu.org>
011b0ad6 998
67f9b9f8 999 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1000
4baf28e6
AS
10012011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1002
1003 * help.texi (Keys in Documentation): Revert last change.
1004
66249842
LMI
10052011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1006
f863868c
LMI
1007 * help.texi (Keys in Documentation): Clarify that \= only quotes
1008 the next character, and doesn't affect longer sequences in
1009 particular (bug#8935).
1010
f4e90db0
SM
1011 * debugging.texi (Using Debugger):
1012 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1013
0bb23927 10142011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1015
1016 * display.texi (Other Display Specs): Document that `left-fringe'
1017 and `right-fringe' display specifications are of the "replacing"
1018 kind.
1019
f2027cdf
LMI
10202011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1021
1022 * help.texi (Documentation Basics): Add a link to the Function
1023 Documentation node (bug#6580).
1024
f987fde4
LMI
10252011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1026
0bc59b25
LMI
1027 * keymaps.texi (Menu Bar): Mention :visible and :enable
1028 (bug#6344). Text by Drew Adams.
1029
63d55f1f
LMI
1030 * modes.texi (Running Hooks): Mention buffer-local hook variables
1031 (bug#6218).
1032
f987fde4
LMI
1033 * objects.texi (General Escape Syntax): "a with grave accent" is
1034 ?xe0, not ?x8e0 (bug#5259).
1035
b7527639
CY
10362011-07-12 Chong Yidong <cyd@stupidchicken.com>
1037
1038 * display.texi (Face Attributes, Font Selection): Add references
1039 to the Fonts node in the Emacs manual (Bug#4178).
1040
c830e5ae
CY
10412011-07-12 Chong Yidong <cyd@stupidchicken.com>
1042
1043 * display.texi (Window Systems): `window-system' is
1044 terminal-local.
1045
1046 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1047 frame-local variables.
1048
1049 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1050 frame-local variables.
1051 (Frame-Local Variables): Node deleted.
1052
1053 * elisp.texi (Top): Update node listing.
1054
91223e54
LMI
10552011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1056
1057 * elisp.texi: Change "inferiors" to "subnodes" in three places
1058 (bug#3523).
1059
963578d3
CY
10602011-07-11 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * frames.texi (Window System Selections): Discussion of
1063 x-select-enable-clipboard moved to Emacs manual.
1064
07151e49
DD
10652011-07-11 Deniz Dogan <deniz@dogan.se>
1066
1067 * commands.texi (Prefix Command Arguments): Remove excessive
1068 apostrophe.
1069
7261e1cf
LMI
10702011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1071
ad21a12a
LMI
1072 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1073 description is a string (bug#3313).
1074
7261e1cf
LMI
1075 * frames.texi (Display Feature Testing): Try to explain what all
1076 the visual classes mean (bug#3042).
1077
568f7b79
LMI
10782011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1079
18d59e29
LMI
1080 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1081 and `mode-line-client' (bug#2974).
1082
568f7b79
LMI
1083 * text.texi (Insertion): Clarify marker movements (bug#1651).
1084 Text from Drew Adams.
1085
54e10184
LMI
10862011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1087
d94d85e9
LMI
1088 * text.texi (Special Properties): Clarify the format of `face'
1089 (bug#1375).
1090
54e10184
LMI
1091 * commands.texi (Interactive Call): Add a `call-interactively'
1092 example (bug#1010).
1093
413c488d
LMI
10942011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1095
1096 * functions.texi (Calling Functions): Link to the "Interactive
1097 Call" node (bug#1001).
1098
322b7dab 10992011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1100
3deead93
CY
1101 * customize.texi (Composite Types): Move alist and plist to here
1102 from Simple Types (Bug#7545).
1103
1104 * elisp.texi (Top): Update menu description.
1105
b00d8c1a
CY
1106 * display.texi (Face Attributes): Document negative line widths
1107 (Bug#6113).
1108
d2a6c43b
TR
11092011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1110
1111 * searching.texi (Match Data): Note that match data can be
1112 overwritten by most functions (bug#2499).
1113
c7844a27
LMI
11142011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1115
a9ab721e
LMI
1116 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1117 flags mean (bug#6659).
1118
c7844a27
LMI
1119 * functions.texi (What Is a Function): Document the autoload
1120 object (bug#6496).
1121
f68d76d0
LMI
11222011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1123
8a20ca4c
LMI
1124 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1125 is only used in the Customize user interface (bug#6089).
1126
f68d76d0 1127 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1128 images (bug#7836).
f68d76d0 1129
7018dbe7
EZ
11302011-07-02 Eli Zaretskii <eliz@gnu.org>
1131
1132 * variables.texi (Defining Variables, Void Variables)
1133 (Constant Variables): Fix incorrect usage of @kindex.
1134
36cb87a1
LMI
11352011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1136
28ee97c7
LMI
1137 * variables.texi (Defining Variables): Add an index entry for
1138 `set-variable' (bug#7262).
8d4294e9 1139 (Defining Variables): Use @findex for functions.
28ee97c7 1140
8862ffd5
LMI
1141 * frames.texi (Basic Parameters): Document the `explicit-name'
1142 parameter (bug#6951).
1143
0ec389b9
LMI
1144 * customize.texi (Type Keywords): Clarify that :value provides a
1145 default value for all types (bug#7386).
1146
36cb87a1
LMI
1147 * streams.texi (Output Functions): Document `pp'.
1148
11fdef7d 11492011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1150
1151 * keymaps.texi (Searching Keymaps):
1152 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1153 change. Suggested by Johan Bockgård.
1154
eeafcea7
CY
11552011-06-15 Chong Yidong <cyd@stupidchicken.com>
1156
1157 * text.texi (Special Properties): Clarify role of font-lock-face.
1158
b96e6cde
LMI
11592011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1160
f4e90db0 1161 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1162 to `process-live-p' for consistency with other `-live-p' functions.
1163
be14b9ab
PE
11642011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1165
1166 Document wide integers better.
1167 * files.texi (File Attributes): Document ino_t values better.
2d365993 1168 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1169 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1170 (Bitwise Operations):
001903b5
PE
1171 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1172 to read, and that will port better if 62-bits becomes the default.
1173 Fix or remove incorrect examples.
be14b9ab
PE
1174 * os.texi (Time Conversion): Document time_t values better.
1175
bcd54f83
LMI
11762011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1177
f4e90db0
SM
1178 * processes.texi (Process Information):
1179 Document `process-alive-p'.
bcd54f83 1180
049bcbcb
CY
11812011-05-29 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * help.texi (Accessing Documentation):
1184 * display.texi (Pixel Specification):
1185 * processes.texi (Serial Ports, Serial Ports):
1186 * nonascii.texi (Character Properties, Default Coding Systems):
1187 * text.texi (Changing Properties, Special Properties):
1188 * windows.texi (Window Start and End):
1189 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1190 * keymaps.texi (Searching Keymaps, Tool Bar):
1191 * minibuf.texi (Basic Completion):
1192 * compile.texi (Eval During Compile):
1193 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1194 7x9 paper in printed manual.
1195
1196 * lists.texi (Sets And Lists): Fix misplaced text.
1197
58539c63
CY
11982011-05-29 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1201 needs to be active (Bug#8350).
1202
6b5681bf
CY
12032011-05-28 Chong Yidong <cyd@stupidchicken.com>
1204
b4d52acc
CY
1205 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1206
6b5681bf
CY
1207 * tips.texi (Coding Conventions): Remove antediluvian filename
1208 limit recommendation (Bug#8538).
1209
e145f188
GM
12102011-05-27 Glenn Morris <rgm@gnu.org>
1211
1212 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1213
eafed945
GM
12142011-05-26 Glenn Morris <rgm@gnu.org>
1215
1216 * variables.texi (File Local Variables):
1217 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1218 Add some more details on what this function does in the other case.
eafed945 1219
bc8410af
GM
12202011-05-19 Glenn Morris <rgm@gnu.org>
1221
1222 * lists.texi (Sets And Lists): Mention cl provides union etc.
1223
35a30759
N
12242011-05-19 Nix <nix@esperi.org.uk>
1225
1226 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1227
1228 * text.texi (Parsing HTML): Update for function name changes.
1229
1230 * syntax.texi (Syntax Flags): Small fix.
1231
1232 * keymaps.texi (Active Keymaps): Typo fix.
1233 (Changing Key Bindings): Grammar fix.
1234
1235 * frames.texi (Minibuffers and Frames): Grammar fix.
1236 (Window System Selections): x-select-enable-clipboard now defaults to t.
1237
1238 * customize.texi (Common Keywords):
1239 * display.texi (Abstract Display):
1240 * modes.texi (Auto-Indentation):
1241 * nonascii.texi (Converting Representations): Typo fixes.
1242
1243 * control.texi (Examples of Catch): Call it "goto" not "go to".
1244
e3934a8a
EZ
12452011-05-14 Eli Zaretskii <eliz@gnu.org>
1246
bc039a3b
EZ
1247 * nonascii.texi (Character Properties): Fix inconsistencies with
1248 implementation.
1249
e3934a8a
EZ
1250 * text.texi (Special Properties): Move @defvar's out of the
1251 @table. (Bug#8652)
1252
e2c94218
GM
12532011-05-12 Glenn Morris <rgm@gnu.org>
1254
1255 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1256
d2fc7e3d 12572011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1258
1259 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1260 (Multiline Font Lock):
1261 * vol2.texi (Top):
1262 * vol1.texi (Top):
1263 * elisp.texi (Top): Update menu accordingly.
1264
d2fc7e3d 12652011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1266
1267 * modes.texi (Region to Fontify): Fix typo.
1268
79b70037
GM
12692011-05-10 Jim Meyering <meyering@redhat.com>
1270
1271 * minibuf.texi: Fix typo "in in -> in".
1272
b08a63cc 12732011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1274
1275 * numbers.texi (Integer Basics): Large integers are treated as floats.
1276
1ef14cb4
LMI
12772011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1278
1279 * processes.texi (Synchronous Processes): Document the (:file
1280 "/file-name") syntax for `call-process'.
1281
4ffd0d6b 12822011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1283
1284 * windows.texi (Choosing Window): Fix typo.
1285
4ffd0d6b 12862011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1287
1288 * frames.texi (Layout Parameters): Note the difference between
1289 querying and setting parameters for left-fringe and right-fringe
1290 (Bug#6930).
1291
fd5a8ae8
SM
12922011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1293
1294 * minibuf.texi (Basic Completion): Be a bit more precise about the
1295 valid kinds of completion tables.
1296 (Programmed Completion): Remove obsolete text about lambda expressions
1297 not being valid completion tables.
1298
c1bcd0d5
CY
12992011-03-19 Chong Yidong <cyd@stupidchicken.com>
1300
1301 * positions.texi (Excursions): Explain the "save-excursion
1302 defeated by set-buffer" warning.
1303
1304 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1305 save-excursion. Suggested by Uday S Reddy.
1306
03408648 13072011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1308
03408648
SM
1309 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1310 (Lexical Binding): New sub-section.
ba83908c 1311
03408648
SM
1312 * eval.texi (Eval): Discourage the use of `eval'.
1313 Document its new `lexical' argument.
6c075cd7 1314
f6d62986
SM
13152011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1316
03408648 1317 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1318 nil any more.
1319
84ea5558 13202011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1321
1322 * strings.texi (String Conversion): Don't mention
1323 string-make-(uni|multi)byte (bug#8262).
1324 * nonascii.texi (Converting Representations): Fix up range.
1325 * keymaps.texi (Key Binding Commands): Update code point, avoid
1326 "unibyte character" and remove mention of unibyte bindings.
1327
62d94509
EZ
13282011-03-10 Eli Zaretskii <eliz@gnu.org>
1329
1330 * modes.texi (Operator Precedence Grammars): Don't use characters
1331 outside ISO-8859-1.
1332
63a329f8
EZ
13332011-03-09 Eli Zaretskii <eliz@gnu.org>
1334
1335 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1336
1337 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1338
6446548e
GM
13392011-03-08 Glenn Morris <rgm@gnu.org>
1340
1341 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1342 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1343 * elisp.texi: Set documentencoding.
6446548e 1344
33383987
JB
13452011-03-07 Chong Yidong <cyd@stupidchicken.com>
1346
1347 * Version 23.3 released.
1348
0b3ceceb
CY
13492011-03-06 Chong Yidong <cyd@stupidchicken.com>
1350
1351 * package.texi: Update index keywords.
1352 (Package Archives): New node contents. Document package-x.el.
1353
78f5433f
JB
13542011-03-06 Juanma Barranquero <lekktu@gmail.com>
1355
1356 * makefile.w32-in (srcs): Add package.texi.
1357
555e9b5c
CY
13582011-03-06 Chong Yidong <cyd@stupidchicken.com>
1359
120d9389
CY
1360 * package.texi (Packaging, Packaging Basics, Simple Packages)
1361 (Multi-file Packages): Expand and clarify.
1362 (Package Archives): Temporary placeholder node.
1363
1364 * elisp.texi (Top): Update node listing.
1365
555e9b5c
CY
1366 * Makefile.in (srcs): Add package.texi.
1367
b59a4335
CY
13682011-03-05 Chong Yidong <cyd@stupidchicken.com>
1369
1370 * processes.texi (Synchronous Processes): Minor clarification
1371 (Bug#8149).
1372
06083aa1
GM
13732011-03-03 Glenn Morris <rgm@gnu.org>
1374
1375 * files.texi (Truenames): Minor clarification. (Bug#2341)
1376
6640b281
GM
13772011-03-01 Glenn Morris <rgm@gnu.org>
1378
1379 * variables.texi (Directory Local Variables):
1380 Mention `(subdirs . nil)' alist element.
1381
2b0c7330 13822011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1383
1384 * variables.texi (Directory Local Variables): Mention the optional
1385 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1386
b923f7a9
CY
13872011-02-27 Chong Yidong <cyd@stupidchicken.com>
1388
1389 * minibuf.texi (Minibuffer History): Clarify discussion of
1390 minibuffer history lists (Bug#8085).
1391
67ab0163 13922011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1393
e979a521
EZ
1394 * elisp.texi: Sync @dircategory with ../../info/dir.
1395
e03b2fd4
EZ
1396 * files.texi (Visiting Functions): Document find-file-literally,
1397 both the command and the variable.
1398
86ec878a
EZ
1399 * variables.texi (Creating Buffer-Local): Explain the meaning of
1400 permanent local variables.
1401
67ab0163
GM
1402 * files.texi (Visiting Functions): Document find-file-literally,
1403 both the command and the variable.
1404
1405 * variables.texi (Creating Buffer-Local): Explain the meaning of
1406 permanent local variables.
1407
14082011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1409
1410 * keymaps.texi (Remapping Commands): Mention how to undo it.
1411
bfcb151a
RT
14122011-02-09 Reuben Thomas <rrt@sc3d.org>
1413
1414 * loading.texi (Hooks for Loading): Remove unnecessary advice
1415 about eval-after-load (Bug#7986).
1416
a41c8660
CY
14172011-02-05 Chong Yidong <cyd@stupidchicken.com>
1418
1419 * commands.texi (Accessing Mouse): Note that a header line is not
1420 included in the row of posn-col-row.
1421
e0dd6837
CY
14222011-02-02 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * modes.texi (Major Mode Conventions): Add face guidelines.
1425 (Faces for Font Lock): List faces in order of prominence.
1426
a4180391
PE
14272011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1428
1429 format-time-string now supports subsecond time stamp resolution
1430 * os.texi (Time Parsing): Document %N.
1431
7427eb97
CY
14322011-01-28 Chong Yidong <cyd@stupidchicken.com>
1433
61db307f
CY
1434 * vol1.texi (Top):
1435 * vol2.texi (Top):
1436 * elisp.texi (Top):
1437 * display.texi (Display Property): Shorten the menu description of
1438 the "Other Display Specs" node (Bug#7816).
1439
7427eb97
CY
1440 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1441 menu item" concept index entries (Bug#7805).
1442
bf3dae7e
EZ
14432011-01-29 Eli Zaretskii <eliz@gnu.org>
1444
1445 * makefile.w32-in (texinfodir): New variable.
1446 (usermanualdir): Remove as redundant with $(emacsdir).
1447 (MAKEINFO): Remove options, leave only program name.
1448 (MAKEINFO_OPTS): New variable.
1449 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1450
06d8ace5 14512011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1452 Richard Kim <emacs18@gmail.com>
1453
1454 * loading.texi (Library Search): Document list-load-path-shadows
1455 (Bug#7757).
1456
06d8ace5 14572011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1458
1459 * searching.texi (Regexp Special): Remove outdated discussion of
1460 character sets (Bug#7780).
1461
28a88153
CY
1462 * frames.texi (Pop-Up Menus): Document where menu title comes
1463 from (Bug#7684).
1464
06d8ace5 14652011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1466
1467 * display.texi (Making Buttons): Mention limitation of text buttons.
1468
a8e1e9ee
WL
14692011-01-23 Werner Lemberg <wl@gnu.org>
1470
1471 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1472 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1473 (ENVADD): New variable to control texi2dvi and texi2pdf.
1474
362b9d48
GM
14752011-01-15 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1478 Emacs manual.
1479
14802011-01-15 Eli Zaretskii <eliz@gnu.org>
1481
1482 * files.texi (Directory Names): Explain why FROM in
1483 directory-abbrev-alist should begin with \`. (Bug#7777)
1484
3fa173b4
SM
14852011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1488
7c420169 14892011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1490
1491 * modes.texi (Emulating Mode Line): Fix last change.
1492
7c420169 14932011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1494
1495 * modes.texi (Emulating Mode Line): Update documentation of
1496 format-mode-line according to changes that fixed bug #7587.
1497
80b33766
SM
14982010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1499
1500 * modes.texi (Derived Modes): Mention prog-mode.
1501
1502 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1503 of the key-binding-data cache since we don't use it any more.
1504
f49d1f52 15052010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1506
4bb49a92
EZ
1507 * processes.texi (Shell Arguments):
1508 * strings.texi (Creating Strings): Don't mention "shell commands";
1509 make it explicit that `split-string-and-unquote' and
1510 `combine-and-quote-strings' are mainly for working with arguments
1511 to call-process and start-process.
1512
3c73e30e
EZ
1513 * processes.texi (Shell Arguments): Fix documentation of
1514 `split-string-and-unquote'. Add indexing. (Bug#7563)
1515
f49d1f52 15162010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1517
1518 * modes.texi (Auto-Indentation): New section to document SMIE.
1519 (Major Mode Conventions):
1520 * text.texi (Mode-Specific Indent): Refer to it.
1521
f49d1f52 15222010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1523
1524 * display.texi (Other Display Specs): Document left-fringe and
1525 right-fringe display specs.
1526
f49d1f52 15272010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1528
1529 * backups.texi (Making Backups):
1530 * modes.texi (Example Major Modes): Use recommended coding style.
1531 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1532 define-derived-mode. Mention completion-at-point-functions.
1533
f49d1f52 15342010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1535
5dcb4c4e
SM
1536 * nonascii.texi (Converting Representations):
1537 Document byte-to-string.
e1115396 1538
ec1b9b17
GM
15392010-12-08 Glenn Morris <rgm@gnu.org>
1540
1541 * buffers.texi (Modification Time):
1542 verify-visited-file-modtime now defaults to the current buffer.
1543
07976ae3 15442010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1545
ec1b9b17 1546 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1547
1548 * strings.texi (Creating Strings): Don't mention semi-obsolete
1549 function char-to-string.
1550 (String Conversion): Shorten discussion of semi-obsolete function
1551 string-to-char. Link to Converting Representations.
1552
1553 * objects.texi (Symbol Type):
1554 * text.texi (Near Point):
1555 * help.texi (Help Functions):
1556 * functions.texi (Mapping Functions): Use string instead of
1557 char-to-string in examples.
1558
07976ae3 15592010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1560
1561 * text.texi (Kill Functions, Kill Functions)
1562 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1563 YANK-HANDLER args.
1564
1565 * symbols.texi (Creating Symbols): Using unintern without an
1566 obarray arg is now obsolete.
1567
1568 * numbers.texi (Float Basics): Document float-e and float-pi.
1569
1570 * variables.texi (Defining Variables): Change "pi" example to
1571 "float-pi".
1572
8547874a
EZ
15732010-11-26 Eli Zaretskii <eliz@gnu.org>
1574
1575 * commands.texi (Click Events): Document the values of X, Y and
1576 COL, ROW in the event's position, when the click is on the header
1577 or mode line, on the fringes, or in the margins.
1578
4a47c275 15792010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1580
5b05d75b
EZ
1581 * customize.texi (Composite Types): Lower-case index entry.
1582
5dcb4c4e
SM
1583 * loading.texi (How Programs Do Loading):
1584 Document load-file-name. (Bug#7346)
c7926fe2 1585
4a47c275 15862010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1587
1588 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1589
0eb025fb
EZ
15902010-11-13 Eli Zaretskii <eliz@gnu.org>
1591
1592 * display.texi (Usual Display): Characters with no fonts are not
1593 necessarily displayed as empty boxes.
1594
2699a554 15952010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1596
1597 * maps.texi (Standard Keymaps): Update File menu description.
1598
8289f37b
GM
15992010-10-28 Glenn Morris <rgm@gnu.org>
1600
1601 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1602
5793a7bc 16032010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1604
1605 * display.texi (Window Systems): Deprecate use of window-system as
1606 a predicate.
1607
17284e30
GM
16082010-10-23 Glenn Morris <rgm@gnu.org>
1609
1610 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1611 sorted-doc.
1612
00f113eb
JB
16132010-10-15 Eli Zaretskii <eliz@gnu.org>
1614
1615 * os.texi (Dynamic Libraries): New node, with slightly modified
1616 text deleted from "Image Formats".
1617 (System Interface): Add @menu entry for "Dynamic Libraries".
1618
1619 * display.texi (Image Formats): Remove description of
1620 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1621
07277eb8
GM
16222010-10-12 Glenn Morris <rgm@gnu.org>
1623
1624 * book-spine.texinfo: Rename to book-spine.texi.
1625
c12e4a81
GM
16262010-10-11 Glenn Morris <rgm@gnu.org>
1627
df187c62
GM
1628 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1629
c12e4a81 1630 * Makefile.in (DVIPS): New variable.
234db610
GM
1631 (.PHONY): Add html, ps.
1632 (html, elisp.html, ps, elisp.ps): New targets.
1633 (clean): Delete html, ps files.
1634 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1635
6513b232
EZ
16362010-10-09 Eli Zaretskii <eliz@gnu.org>
1637
1638 * makefile.w32-in (emacsdir): New variable.
1639 (srcs): Add emacsver.texi.
1640 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1641
abd40fb4
GM
16422010-10-09 Glenn Morris <rgm@gnu.org>
1643
c1dc72b3
GM
1644 * Makefile.in (VPATH): Remove.
1645 (infodir): Make it absolute.
1646 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1647
4393405b
GM
1648 * Makefile.in (dist): Anchor regexps.
1649
eef3ab94
GM
1650 * Makefile.in (srcs): Put elisp.texi first.
1651 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1652
aa9db089
GM
1653 * Makefile.in (infoclean): Remove harmless, long-standing error.
1654
abd40fb4
GM
1655 * Makefile.in ($(infodir)): Delete rule.
1656 (mkinfodir): New.
1657 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1658
68db69ed 1659 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1660 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1661
ea274122
GM
16622010-10-09 Glenn Morris <rgm@gnu.org>
1663
f7a31f11
GM
1664 * Makefile.in (emacsdir): New variable.
1665 (MAKEINFO): Add -I $emacsdir.
1666 (dist): Copy emacsver.texi.
b13254e7
GM
1667 (srcs): Add emacsver.texi.
1668
f7a31f11
GM
1669 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1670 Set EMACSVER by including emacsver.texi.
1671
ea274122
GM
1672 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1673
17ca7950
GM
16742010-10-07 Glenn Morris <rgm@gnu.org>
1675
1676 * Makefile.in (version): New, set by configure.
1677 (clean): Delete dist tar file.
1678 (dist): Use version in tar name.
1679
4c83f6e1
GM
16802010-10-06 Glenn Morris <rgm@gnu.org>
1681
1682 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1683 (INSTALL_INFO): Remove unused variable.
1684 (mostlyclean, infoclean, dist): New rules.
1685 (clean): Delete dvi and pdf files.
1686 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1687 ($(infodir)): Add parallel build workaround.
4c83f6e1 1688
0264072d
GM
16892010-10-04 Glenn Morris <rgm@gnu.org>
1690
1691 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1692 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1693 Fix -I typo.
0264072d
GM
1694 (clean): No 'make.out' or 'core' files.
1695 (.PHONY): Declare clean rules.
1696 (maintainer-clean): Delete pdf file. Guard against cd failures.
1697
77f38949
GM
16982010-10-03 Glenn Morris <rgm@gnu.org>
1699
1700 * files.texi (File Name Components): Remove ignored section about
1701 deleted variable directory-sep-char.
1702
178fdd41
MA
17032010-10-03 Michael Albinus <michael.albinus@gmx.de>
1704
1705 * files.texi (Magic File Names): New defopt
1706 remote-file-name-inhibit-cache.
1707
9c524fcb
GM
17082010-10-02 Glenn Morris <rgm@gnu.org>
1709
1710 * os.texi (Killing Emacs): Hook now runs in batch mode.
1711
f816790b
SM
17122010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * text.texi (Special Properties): Clarify when modification-hooks run.
1715
7cf78aac
SM
17162010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * syntax.texi (Syntax Flags): Document new `c' flag.
1719
ca0d44e4
GM
17202010-09-09 Glenn Morris <rgm@gnu.org>
1721
1722 * display.texi (ImageMagick Images): General cleanup.
1723
10999305 17242010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1725
1726 * files.texi (Directory Names): Use \` rather than ^.
1727
45240125
JD
17282010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1729
1730 * text.texi (Low-Level Kill Ring):
1731 * frames.texi (Window System Selections): Remove cut buffer
1732 documentation.
1733
4abe5bf6
EZ
17342010-08-28 Eli Zaretskii <eliz@gnu.org>
1735
1736 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1737 Parameters", where the default fringe width is described.
1738
1739 * frames.texi (Window Frame Parameters, Basic Parameters)
1740 (Position Parameters, Layout Parameters, Management Parameters)
1741 (Cursor Parameters, Font and Color Parameters): Add indexing for
1742 frame parameters. (Bug#6929)
1743
fdc76236
TT
17442010-08-25 Tom Tromey <tromey@redhat.com>
1745
1746 * vol2.texi (Top): Update.
1747 * vol1.texi (Top): Update.
1748 * tips.texi (Library Headers): Mention Package-Version and
1749 Package-Requires.
1750 * package.texi: New file.
1751 * os.texi (System Interface): Update pointers.
1752 * elisp.texi (Top): Link to new nodes. Include package.texi.
1753 * anti.texi (Antinews): Update pointers.
1754
1e5c1c80
EZ
17552010-08-25 Eli Zaretskii <eliz@gnu.org>
1756
1757 * processes.texi (Filter Functions): Fix last change.
1758
78e33835
CY
17592010-08-24 Markus Triska <triska@gmx.at>
1760
1761 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1762 of `buffer-name' in the main text as well as in the example
1763 (Bug#3098).
1764
198a7a97
CY
17652010-08-22 Chong Yidong <cyd@stupidchicken.com>
1766
1767 * nonascii.texi (Text Representations):
1768 * loading.texi (Loading Non-ASCII):
1769 * compile.texi (Byte Compilation): Don't mention obsolete
1770 --unibyte command-line argument.
1771
bc7d7ea6
CY
17722010-08-22 Chong Yidong <cyd@stupidchicken.com>
1773
1774 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1775
b0126eac 17762010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1777
1778 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1779
e8a6cc19
EZ
17802010-08-20 Eli Zaretskii <eliz@gnu.org>
1781
1782 * commands.texi (Misc Events): Add cross-references to where
1783 POSITION of a mouse event is described in detail.
1784
c4e7c63a 17852010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1786
c4e7c63a 1787 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1788
7815fe19 17892010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1790
1791 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1792 Suggested by Štěpán Němec <stepnem@gmail.com>.
1793
7815fe19 17942010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1795
1796 * minibuf.texi (High-Level Completion): Document args of
1797 `read-buffer-function' (bug#5625).
1798
8b2dd508
JD
17992010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1800
1801 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1802
bace45fe
MA
18032010-07-29 Michael Albinus <michael.albinus@gmx.de>
1804
1805 * processes.texi (Process Information): Explain process property
1806 `remote-tty'.
1807
4ce5a4cc
JB
18082010-07-27 Juanma Barranquero <lekktu@gmail.com>
1809
1810 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1811 instead of "\C-\^?" (bug#6334).
1812
1c84bc7a
JB
1813 * text.texi (Special Properties): Fix typo.
1814
b88746ba
EZ
18152010-07-09 Eli Zaretskii <eliz@gnu.org>
1816
1817 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1818 calling sequences, which are now the standard.
1819
51422d6d
CY
18202010-06-24 Chong Yidong <cyd@stupidchicken.com>
1821
1822 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1823
1824 * commands.texi (Command Overview): Mention undo-boundary call.
1825
d24880de
GM
18262010-06-23 Glenn Morris <rgm@gnu.org>
1827
1828 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1829 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1830 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1831 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1832 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1833 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1834 Untabify Texinfo files.
1835
0fc76035
CY
18362010-06-20 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1839
5338dc0b
CY
18402010-06-19 Chong Yidong <cyd@stupidchicken.com>
1841
a628ad9d 1842 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1843
2c3a3c1d
CY
18442010-06-02 Chong Yidong <cyd@stupidchicken.com>
1845
ba3bf1d9
CY
1846 * searching.texi (Regexp Special): Remove obsolete information
1847 about matching non-ASCII characters, and suggest using char
1848 classes (Bug#6283).
2c3a3c1d 1849
7f4b4249
JB
18502010-05-30 Juanma Barranquero <lekktu@gmail.com>
1851
1852 * minibuf.texi (Basic Completion): Add missing "@end defun".
1853
637821cd
SM
18542010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1855
1856 * minibuf.texi (Basic Completion): Document completion-boundaries.
1857 (Programmed Completion): Document the new fourth method for boundaries.
1858
e13051c3
CY
18592010-05-22 Chong Yidong <cyd@stupidchicken.com>
1860
a628ad9d 1861 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1862
0235128c 18632010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1864
1865 * windows.texi (Textual Scrolling):
1866 * tips.texi (Coding Conventions):
1867 * minibuf.texi (Minibuffer History):
1868 * maps.texi (Standard Keymaps):
1869 * loading.texi (Where Defined):
1870 * edebug.texi (Instrumenting): Fix typos.
1871
0235128c 18722010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1873
c7c32279
CY
1874 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1875
0235128c
SM
1876 * functions.texi (Obsolete Functions):
1877 Document set-advertised-calling-convention.
eb5ed549
CY
1878
1879 * minibuf.texi (Basic Completion): Document completion-in-region.
1880 (Programmed Completion): Document completion-annotate-function.
1881
1882 * commands.texi (Reading One Event): Document read-key.
1883 (Distinguish Interactive): Document KIND arg to
1884 called-interactively-p. Delete obsolete interactive-p.
1885
1886 * elisp.texi (Top): Update node description.
1887
f8848423
EZ
18882010-05-08 Eli Zaretskii <eliz@gnu.org>
1889
0235128c
SM
1890 * nonascii.texi (Character Properties):
1891 Document unicode-category-table. Add an index entry for Unicode
1892 general category.
1893
18942010-05-07 Chong Yidong <cyd@stupidchicken.com>
1895
1896 * Version 23.2 released.
f8848423 1897
938efb77
JB
18982010-04-20 Juanma Barranquero <lekktu@gmail.com>
1899
1900 * locals.texi (Standard Buffer-Local Variables):
1901 Remove @ignore'd reference to `direction-reversed'.
1902
5854c267
JL
19032010-04-14 Juri Linkov <juri@jurta.org>
1904
1905 Fix @deffn without category.
1906
1907 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1908 for `abbrev-insert'.
1909
1910 * buffers.texi (Indirect Buffers): Add category `Command'
1911 to @deffn of `clone-indirect-buffer'.
1912
1913 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1914 for `next-window' and `previous-window'. Add category `Command'
1915 to @deffn of `pop-to-buffer'.
1916
8a14dec7
CY
19172010-04-01 Chong Yidong <cyd@stupidchicken.com>
1918
1919 * nonascii.texi (Text Representations): Don't mark
1920 enable-multibyte-characters as a user option.
1921
7a1831cf
EZ
19222010-03-31 Eli Zaretskii <eliz@gnu.org>
1923
1924 * control.texi (Handling Errors): How to re-throw a signal caught
1925 by condition-case.
1926
c3863713
CY
19272010-03-26 Chong Yidong <cyd@stupidchicken.com>
1928
1929 * loading.texi (Hooks for Loading): Document after-load-functions.
1930 Copyedits.
1931
c333f279
AM
19322010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1933
1934 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1935
e867cb5d 19362010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1937
1938 * processes.texi (Network Processes): Document seqpacket type.
1939
605f35cd
DN
19402010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1941
1942 * os.texi (System Environment): Do not mention lynxos.
1943
288f9fc0
CY
19442010-03-10 Chong Yidong <cyd@stupidchicken.com>
1945
1946 * Branch for 23.2.
1947
eed5c93a
CY
19482010-03-06 Chong Yidong <cyd@stupidchicken.com>
1949
1950 * objects.texi (Integer Type): Take note of the read syntax
1951 exception for numbers that cannot fit in the integer type.
1952
1ddd6622
GM
19532010-03-03 Glenn Morris <rgm@gnu.org>
1954
1955 * numbers.texi (Integer Basics, Bitwise Operations):
1956 * objects.texi (Integer Type): Update for integers now being 30-bit.
1957
a908c79a
CY
19582010-02-27 Chong Yidong <cyd@stupidchicken.com>
1959
1960 * display.texi (Low-Level Font): Document :otf font-spec property.
1961
cd61af01
SM
19622010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * display.texi (Line Height): Avoid obsolete special default variables
1965 like default-major-mode.
1966
c02f8fe2
AM
19672010-01-28 Alan Mackenzie <acm@muc.de>
1968
1969 * display.texi (Auto Faces): Say fontification-functions is called
1970 whether or not Font Lock is enabled. Tidy up the wording a bit.
1971
d738d18b
CY
19722010-01-17 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * elisp.texi: Remove duplicate edition information (Bug#5407).
1975
4963739e
JB
19762010-01-17 Juanma Barranquero <lekktu@gmail.com>
1977
1978 * two.el (volume-header-toc-markup): Fix typos in docstring.
1979
c57008f6
SM
19802010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 Avoid dubious uses of save-excursions.
1983 * positions.texi (Excursions): Recommend the use of
1984 save-current-buffer if applicable.
1985 * text.texi (Clickable Text): Fix the example code which used
1986 save-excursion in a naive way which sometimes preserves point and
1987 sometimes not.
1988 * variables.texi (Creating Buffer-Local):
1989 * os.texi (Session Management):
1990 * display.texi (GIF Images):
1991 * control.texi (Cleanups): Use (save|with)-current-buffer.
1992
2f3725cd
EZ
19932010-01-02 Eli Zaretskii <eliz@gnu.org>
1994
1995 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1996
85eeac93
CY
19972010-01-02 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * nonascii.texi (Text Representations, Character Codes)
2000 (Converting Representations, Explicit Encoding)
2001 (Translation of Characters): Use hex notation consistently.
2002 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2003
4801c5fa
CY
20042010-01-01 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * loading.texi (Where Defined): Make it clearer that these are
2007 loaded files (Bug#5068).
2008
26e533e2
CY
20092009-12-29 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * minibuf.texi (Completion Styles): Document `initials' style.
2012
16d1ff5f
CY
20132009-12-25 Chong Yidong <cyd@stupidchicken.com>
2014
2015 * frames.texi (Resources): Describe inhibit-x-resources.
2016 (Size Parameters): Copyedit.
2017
2018 * hash.texi (Creating Hash):
2019 * objects.texi (Hash Table Type): Document the new hash table
2020 printed representation.
2021
2022 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2023 obsolete.
2024
5dcb4c4e
SM
2025 * processes.texi (Process Buffers):
2026 Document process-kill-buffer-query-function.
16d1ff5f 2027
9a5de3d9
GM
20282009-12-05 Glenn Morris <rgm@gnu.org>
2029
2030 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2031 diary-display-function, and no longer recommended to be a hook.
2032 Update for changes in the names of calendar and diary hooks.
2033 diary-print-entries-hook has changed section.
2034
b640eb52
EZ
20352009-11-28 Eli Zaretskii <eliz@gnu.org>
2036
2037 * text.texi (Special Properties): More accurate description of
2038 what the `cursor' property does.
2039
be1674ab
KR
20402009-11-26 Kevin Ryde <user42@zip.com.au>
2041
2042 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2043 mouse-wheel-down-event, the closest thing to a definition for them.
2044 * os.texi (Startup Summary): vindex inhibit-startup-message and
2045 inhibit-splash-screen.
2046 (Command-Line Arguments): vindex argv.
2047 (Suspending Emacs): vindex suspend-tty-functions and
2048 resume-tty-functions. Don't want to index every hook, but having
2049 the programming ones is helpful.
2050
603f5979
CY
20512009-11-14 Chong Yidong <cyd@stupidchicken.com>
2052
2053 * commands.texi (Motion Events): Fix typo (Bug#4907).
2054
4359a806
CY
20552009-11-08 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2058 are affected by case-fold-search (Bug#4483).
2059
0f063651
CY
20602009-11-02 Chong Yidong <cyd@stupidchicken.com>
2061
2062 * minibuf.texi (Reading File Names): Note that read-file-name may
2063 use a graphical file dialog.
2064
9bd79893
GM
20652009-10-31 Glenn Morris <rgm@gnu.org>
2066
2067 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2068
ebe479ec
KR
20692009-10-16 Kevin Ryde <user42@zip.com.au>
2070
2071 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2072 in particular so `info-lookup-symbol' can find its docs.
2073
2640fa86
CY
20742009-10-16 Chong Yidong <cyd@stupidchicken.com>
2075
2076 * variables.texi (Constant Variables): Distinguish from defconst
2077 variables.
2078 (Defining Variables): Add cindex.
2079
edd6a733
CY
20802009-10-15 Chong Yidong <cyd@stupidchicken.com>
2081
2082 * os.texi (Time of Day): Clarify that the microsecond part is
2083 ignored (Bug#4637).
2084
5feb0b73
GM
20852009-10-11 Glenn Morris <rgm@gnu.org>
2086
2087 * frames.texi (Size and Position): Clarify what is included in the frame
2088 height. (Bug#4535)
2089
0c5413c8
GM
20902009-10-10 Glenn Morris <rgm@gnu.org>
2091
2092 * windows.texi (Size of Window): The relationship between window and
2093 frame heights is not so simple. (Bug#4535)
2094 Mention window-full-height-p.
2095
7f8b600a
SM
20962009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2099 used from Lisp.
2100
6185de1c
EZ
21012009-10-07 Eli Zaretskii <eliz@gnu.org>
2102
7f8b600a
SM
2103 * files.texi (Directory Names) <abbreviate-file-name>:
2104 Document that root home directories are not replaced with "~".
6185de1c 2105
9972911f
EZ
21062009-10-06 Eli Zaretskii <eliz@gnu.org>
2107
2108 * text.texi (Special Properties): Document the meaning of the
2109 `cursor' text property whose value is an integer.
2110
2a3f19ef
MA
21112009-10-05 Michael Albinus <michael.albinus@gmx.de>
2112
2113 * files.texi (Magic File Names): Add `copy-directory'.
2114
804543b5
EZ
21152009-10-05 Eli Zaretskii <eliz@gnu.org>
2116
2117 * files.texi (File Attributes): Fix description of file
2118 attributes. (Bug#4638) Update attributes of files.texi example to
2119 be more representative.
2120
461bf92b
MA
21212009-10-05 Michael Albinus <michael.albinus@gmx.de>
2122
2123 * files.texi (Create/Delete Dirs): New command copy-directory.
2124
a86cd395
JB
21252009-10-04 Juanma Barranquero <lekktu@gmail.com>
2126
2127 * anti.texi (Antinews):
2128 * macros.texi (Indenting Macros):
2129 * strings.texi (Creating Strings, Case Conversion):
2130 Remove duplicate words.
2131
d3080264
MA
21322009-10-01 Michael Albinus <michael.albinus@gmx.de>
2133
2134 * files.texi (Create/Delete Dirs): delete-directory has an
2135 optional parameter RECURSIVE.
2136
85d14563
SM
21372009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2138
2139 * buffers.texi (Swapping Text): Minor clarification.
2140
3d9842c6
GM
21412009-10-01 Glenn Morris <rgm@gnu.org>
2142
2143 * functions.texi (Declaring Functions): Mention that we also search for
2144 ".m" files in the src/ directory.
2145
78427304
CY
21462009-09-25 David Engster <deng@randomsample.de>
2147
3d9842c6 2148 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2149
b578c9cc
GM
21502009-09-22 Glenn Morris <rgm@gnu.org>
2151
2152 * internals.texi (Building Emacs): Mention preloaded-file-list.
2153
beee5da7
AM
21542009-09-14 Alan Mackenzie <acm@muc.de>
2155
2156 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2157
5d6ab672
CY
21582009-09-13 Chong Yidong <cyd@stupidchicken.com>
2159
2160 * functions.texi (Anonymous Functions): Rearrange discussion,
2161 giving usage of unquoted lambda forms first. Mention that
2162 `function' and `#'' are no longer required (Bug#4290).
2163
59375eeb
AM
21642009-09-11 Alan Mackenzie <acm@muc.de>
2165
a86cd395 2166 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2167 batch mode.
2168
e7e2f529
GM
21692009-09-01 Glenn Morris <rgm@gnu.org>
2170
2171 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2172
eae47088
GM
21732009-08-26 Ulrich Mueller <ulm@gentoo.org>
2174
2175 * nonascii.texi (Character Codes): Fix typos.
2176
3691a0a6
MA
21772009-08-25 Michael Albinus <michael.albinus@gmx.de>
2178
2179 * processes.texi (Synchronous Processes): New defvar
2180 process-file-side-effects.
2181
664d56b8
GM
21822009-08-25 Glenn Morris <rgm@gnu.org>
2183
2184 * display.texi (Fontsets): Fix typo.
2185
0706c025
GM
2186 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2187
03a74b84
SM
21882009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * processes.texi (Asynchronous Processes): Adjust arglist of
2191 start-process-shell-command and start-file-process-shell-command.
2192
f6de8a37
CY
21932009-08-15 Chong Yidong <cyd@stupidchicken.com>
2194
4b1ed1bb
CY
2195 * advice.texi (Argument Access in Advice): Note that argument
2196 positions are zero-based (Bug#3932).
2197
89a9e058
CY
2198 * commands.texi (Distinguish Interactive): Minor copyedit.
2199
23696fd7
CY
2200 * display.texi (Face Attributes): Add xref to Displaying Faces for
2201 explanation of "underlying face".
2202
f6de8a37
CY
2203 * customize.texi (Common Keywords): Add xref to Loading.
2204
2205 * loading.texi (How Programs Do Loading): Add xref to Lisp
2206 Libraries node in the Emacs manual.
2207
417f77e6
CY
22082009-08-13 Chong Yidong <cyd@stupidchicken.com>
2209
2210 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2211
0999039c
CY
22122009-07-18 Chong Yidong <cyd@stupidchicken.com>
2213
2214 * processes.texi (Shell Arguments): Copyedits.
2215
9af167bc
GM
22162009-07-18 Glenn Morris <rgm@gnu.org>
2217
2218 * loading.texi (Repeated Loading): Fix typo.
2219
137987ab
RS
22202009-07-16 Richard Stallman <rms@gnu.org>
2221
2222 * buffers.texi (Swapping Text): Recommend setting
2223 write-region-annotate-functions and buffer-saved-size.
2224
2225 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2226
622fa380
GM
22272009-07-15 Glenn Morris <rgm@gnu.org>
2228
2229 * edebug.texi: Minor re-phrasings throughout.
2230 (Edebug Execution Modes): Sit-for affects continue mode too.
2231 (Jumping): Use `forward-sexp' rather than its keybinding.
2232 (Edebug Misc): Fix Q binding.
2233 (Edebug Eval): Remove cl version.
2234 (Printing in Edebug): Clarify print-length etc.
2235 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2236 (Specification List): Remove edebug-unwrap findex entry.
2237 (Specification Examples): defmacro is actually not the same as defun.
2238 Escape "`" in example.
2239
6bbd4600
CY
22402009-07-15 Chong Yidong <cyd@stupidchicken.com>
2241
2242 * markers.texi (The Mark): Document optional arg to
2243 deactivate-mark.
2244
e538d479
GM
22452009-07-11 Kevin Ryde <user42@zip.com.au>
2246
2247 * hooks.texi (Standard Hooks): Fix cross-references.
2248
4c98b9ed
GM
2249 * loading.texi (Named Features): Refer to eval-after-load.
2250
5300838c
GM
22512009-07-11 Glenn Morris <rgm@gnu.org>
2252
64fbeb16
GM
2253 * Makefile.in (TEXI2PDF): New.
2254 (elisp.pdf): New target.
2255
4c98b9ed
GM
2256 * searching.texi (Regexp Backslash): Fix typo.
2257
2258 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2259
51d9979c
GM
22602009-07-10 Glenn Morris <rgm@gnu.org>
2261
561c0216
GM
2262 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2263
5b594a58
GM
2264 * customize.texi (Customization Types):
2265 * display.texi (Abstract Display):
0cc8c85a 2266 * objects.texi (Character Type, String Type):
5b594a58 2267 Merge in some menu descriptions from elisp.texi.
51d9979c 2268
c3cbbb40
GM
2269 * hash.texi (Hash Tables):
2270 * modes.texi (Multiline Font Lock):
2271 End menu description with period.
fe42c16a 2272
28528402
GM
22732009-07-09 Glenn Morris <rgm@gnu.org>
2274
2275 * back.texi: Don't hard-code texinfo location.
2276
2277 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2278 (tex): Add texinfodir to TEXINPUTS.
2279 (elisp1med-init, elisp2med-init): Use texinfodir.
2280
2281 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2282 (clean): Add two-volume.make intermediate files.
2283
2284 * elisp.texi, vol1.texi, vol2.texi:
2285 Use a DATE variable with the publication date, and update it.
2286 Fix antinews menu description.
2287
2288 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2289 Update the detailed node listing to match elisp.texi.
2290
2291 * README: Update edition to match elisp.texi.
2292
2293 * objects.texi (General Escape Syntax):
2294 * nonascii.texi (Character Sets):
2295 Use consistent case for "Unicode Standard".
2296
2297 * anti.texi (Antinews):
2298 * customize.texi (Variable Definitions):
2299 * functions.texi (Declaring Functions):
2300 * nonascii.texi (Character Properties):
2301 * processes.texi (Serial Ports):
2302 * text.texi (Special Properties):
2303 * tips.texi (Coding Conventions):
2304 Minor rearrangements to improve TeX line-filling.
2305
2306 * commands.texi (Using Interactive): Fix cross-reference.
2307
17db8e10
JD
23082009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2309
2310 * frames.texi (Management Parameters): Mention sticky.
2311
77c7e2e1
AS
23122009-07-01 Andreas Schwab <aschwab@redhat.com>
2313
2314 * help.texi (Help Functions): Fix description of help-buffer and
2315 help-setup-xref to use @defun instead of @deffn.
2316
3f1c6666
JD
23172009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2318
2319 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2320
ca27c21b
CY
23212009-06-24 Chong Yidong <cyd@stupidchicken.com>
2322
2323 * display.texi (Window Systems): Add ns to the list.
2324
70243478
CY
23252009-06-21 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * Branch for 23.1.
2328
df006536
MR
23292009-06-17 Martin Rudalics <rudalics@gmx.at>
2330
2331 * windows.texi (Dedicated Windows): Fix typo.
2332 (Resizing Windows): Replace @defun by @deffn.
2333
d259fc4b
GM
23342009-06-17 Glenn Morris <rgm@gnu.org>
2335
2336 * variables.texi (Directory Local Variables):
2337 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2338
30781db6
KH
23392009-06-09 Kenichi Handa <handa@m17n.org>
2340
2341 * nonascii.texi (Character Sets): State clearly that FROM and TO
2342 are codepoints of CHARSET.
2343
62e8099c
CY
23442009-06-07 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * minibuf.texi (Reading File Names): Fix introductory text.
2347 Suggested by stan@derbycityprints.com.
2348 (High-Level Completion): Fix typo.
2349
ee1b1917
CY
23502009-05-28 Chong Yidong <cyd@stupidchicken.com>
2351
2352 * frames.texi (Text Terminal Colors): Multi-tty is already
2353 implemented, but tty-local colors are not.
2354
5df647e8
CY
23552009-05-27 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * hooks.texi (Standard Hooks): Remove mention of obsolete
2358 redisplay-end-trigger-functions.
2359
2360 * internals.texi (Window Internals): Remove mention of obsolete
2361 redisplay-end-trigger-functions.
2362
01f17ae2
MR
23632009-05-21 Martin Rudalics <rudalics@gmx.at>
2364
2365 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2366
2367 * backups.texi (Making Backups): backup-directory-alist and
2368 make-backup-file-name-function are options.
2369 (Auto-Saving): auto-save-list-file-prefix is an option.
2370
2371 * buffers.texi (Killing Buffers): buffer-offer-save is an
2372 option.
2373
2374 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2375 option.
2376 (Echo Area Customization): echo-keystrokes is an option.
2377 (Selective Display): selective-display-ellipses is an option.
2378 (Temporary Displays): temp-buffer-show-function is an option.
2379 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2380 are options.
2381 (Font Selection): face-font-family-alternatives,
2382 face-font-selection-order, face-font-registry-alternatives, and
2383 scalable-fonts-allowed are options.
2384 (Fringe Indicators): indicate-buffer-boundaries is an option.
2385 (Fringe Cursors): overflow-newline-into-fringe is an option.
2386 (Scroll Bars): scroll-bar-mode is an option.
2387
2388 * eval.texi (Eval): max-lisp-eval-depth is an option.
2389
2390 * files.texi (Visiting Functions): find-file-hook is an option.
2391 (Directory Names): directory-abbrev-alist is an option.
2392 (Unique File Names): temporary-file-directory and
2393 small-temporary-file-directory are options.
2394
2395 * frames.texi (Initial Parameters): initial-frame-alist,
2396 minibuffer-frame-alist and default-frame-alist are options.
2397 (Cursor Parameters): blink-cursor-alist and
2398 cursor-in-non-selected-windows ar options.
2399 (Window System Selections): selection-coding-system is an
2400 option.
2401 (Display Feature Testing): display-mm-dimensions-alist is an
2402 option.
2403
2404 * help.texi (Help Functions): help-char and help-event-list are
2405 options.
2406
2407 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2408 an option.
2409
2410 * minibuf.texi (Minibuffer History): history-length and
2411 history-delete-duplicates are options.
2412 (High-Level Completion): read-buffer-function and
2413 read-buffer-completion-ignore-case are options.
2414 (Reading File Names): read-file-name-completion-ignore-case is
2415 an option.
2416
2417 * modes.texi (Mode Line Top): mode-line-format is an option.
2418 (Mode Line Variables): mode-line-position and mode-line-modes
2419 are options.
2420
2421 * nonascii.texi (Text Representations):
2422 enable-multibyte-characters is an option.
2423 (Default Coding Systems): auto-coding-regexp-alist,
2424 file-coding-system-alist, auto-coding-alist and
2425 auto-coding-functions are options.
2426 (Specifying Coding Systems): inhibit-eol-conversion is an
2427 option.
2428
2429 * os.texi (Init File): site-run-file is an option.
2430 (System Environment): mail-host-address is an option.
2431 (User Identification): user-mail-address is an option.
2432 (Terminal Output): baud-rate is an option.
2433
2434 * positions.texi (Word Motion): words-include-escapes is an
2435 option.
2436
2437 * searching.texi (Standard Regexps): page-delimiter,
2438 paragraph-separate, paragraph-separate and sentence-end are
2439 options.
2440
2441 * text.texi (Margins): left-margin and fill-nobreak-predicate
2442 are options.
2443
2444 * variables.texi (Local Variables): max-specpdl-size is an
2445 option.
2446
2447 * windows.texi (Choosing Window):
2448 split-window-preferred-function, special-display-function and
2449 display-buffer-function are options.
2450
106e6894
CY
24512009-05-20 Chong Yidong <cyd@stupidchicken.com>
2452
4a83454d
CY
2453 Fix errors spotted by Martin Rudalics.
2454
106e6894
CY
2455 * syntax.texi (Position Parse): Document rationale for ignored
2456 arguments to syntax-ppss-flush-cache.
2457
2458 * processes.texi (Input to Processes): Mark PROCESS arg to
2459 process-running-child-p as optional.
2460 (Network Options): Document NO-ERROR arg to
2461 set-network-process-option.
2462
2463 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2464 command.
2465
2466 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2467 posix-search-backward as commands.
2468
2469 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2470 (Suspending Emacs): Mark suspend-emacs as a command.
2471 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2472 commands.
5dcb4c4e
SM
2473 (Terminal Output): Remove obsolete function baud-rate.
2474 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2475
2476 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2477 terminal-coding-system and set-terminal-coding-system.
2478 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2479 as optional.
2480 (Character Sets): Document RESTRICTION arg of char-charset.
2481 (Character Codes): Mark POS argument to get-byte as optional.
2482
2483 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2484 minibuffer-message.
2485
2486 * files.texi (Create/Delete Dirs): Mark make-directory and
2487 delete-directory as commands.
2488
2489 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2490
2491 * text.texi (Base 64): Mark base64-decode-string and
2492 base64-encode-string as commands.
2493 (Columns): Mark move-to-column as a command.
2494 (Mode-Specific Indent): Document RIGID arg to
2495 indent-for-tab-command.
2496 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2497 Mark indent-code-rigidly as a command.
2498 (Substitution): Mark translate-region as a command.
2499
2500 * frames.texi (Size and Position): Remove obsolete functions
2501 screen-height and screen-width.
2502
04173931
CY
25032009-05-19 Chong Yidong <cyd@stupidchicken.com>
2504
2505 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2506 (Displaying Buffers, Resizing Windows): Correct mistakes;
2507 next-window, previous-window, and pop-to-buffer are not commands,
2508 and fit-window-to-buffer" is a command. (Pointed out by Martin
2509 Rudalics.)
2510
eae7d8f8
RS
25112009-05-17 Richard M Stallman <rms@gnu.org>
2512
2513 * modes.texi (Precalculated Fontification): Clarify text.
2514
b8766179
MR
25152009-05-17 Martin Rudalics <rudalics@gmx.at>
2516
2517 * windows.texi (Selecting Windows): Clarify descriptions of
2518 with-selected-window and get-lru-window.
2519 (Cyclic Window Ordering): Refer to particular frame when talking
2520 about how splitting affects the ordering.
2521 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2522 switch-to-buffer-other-window. Explain how setting of
2523 display-buffer-reuse-frames affects pop-to-buffer.
2524 (Choosing Window): Clarify some details in descriptions of
2525 display-buffer-reuse-frames, pop-up-frames, and
2526 pop-up-frame-function.
2527 (Dedicated Windows): Clarify some details.
2528 (Textual Scrolling): Replace term vscroll by term vertical
2529 scroll position.
2530 (Vertical Scrolling): Fix typo.
2531 (Window Hooks): Relate text on jit-lock-register to window
2532 scrolling and size changes.
2533
734b5e3b
CY
25342009-05-14 Chong Yidong <cyd@stupidchicken.com>
2535
0a65633e
CY
2536 * frames.texi (Initial Parameters): Clarify what the initial
2537 minibuffer frame is.
05be46d7
CY
2538 (Buffer Parameters): Note that the minibuffer parameter can not be
2539 altered.
0a65633e 2540
734b5e3b
CY
2541 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2542 Document display-buffer changes.
2543
925672cd
CY
25442009-05-13 Chong Yidong <cyd@stupidchicken.com>
2545
17ecd7af
CY
2546 * anti.texi (Antinews): Rewrite for Emacs 22.
2547
925672cd
CY
2548 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2549 obarrays are first mentioned. Define "system abbrev" more
2550 prominently, and add it to the index.
2551 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2552 Copyedits.
2553 (Abbrev Expansion): Document abbrev-insert.
2554
80be4dd7
CY
25552009-05-12 Chong Yidong <cyd@stupidchicken.com>
2556
2557 * frames.texi (Font and Color Parameters): Rename from Color
2558 Parameters. Document font-backend parameter.
2559
2560 * vol2.texi (Top): Update node listing.
2561 * vol1.texi (Top): Update node listing.
2562 * elisp.texi (Top): Update node listing.
2563
372a93ac
MR
25642009-05-11 Martin Rudalics <rudalics@gmx.at>
2565
2566 * windows.texi (Choosing Window): Don't explicitly refer to
2567 split-window-sensibly's window argument in descriptions of
2568 split-height-threshold and split-width-threshold.
2569
714c3541
MR
25702009-05-10 Martin Rudalics <rudalics@gmx.at>
2571
2572 * windows.texi (Choosing Window): Fix rewrite of window
2573 splitting section.
2574
0e90e7be
EZ
25752009-05-09 Eli Zaretskii <eliz@gnu.org>
2576
f4e90db0
SM
2577 * nonascii.texi (Default Coding Systems):
2578 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2579 Add indexing.
0e90e7be
EZ
2580 (Lisp and Coding Systems): Add index entries.
2581
d3c0c321
MR
25822009-05-09 Martin Rudalics <rudalics@gmx.at>
2583
2584 * windows.texi (Choosing Window): Describe split-window-sensibly
2585 and rewrite section on window splitting accordingly.
2586 (Textual Scrolling): Replace `...' by @code{...}.
2587
c773345a
CY
25882009-05-04 Chong Yidong <cyd@stupidchicken.com>
2589
ee2d5b5e
CY
2590 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2591 Remove obsoleted pre-abbrev-expand-hook.
2592
2593 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2594 entries.
2595
c773345a
CY
2596 * internals.texi (Object Internals): Don't assume 32-bit machines
2597 are the norm.
2598 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2599 (Window Internals): Synch field names to window.h.
2600 (Process Internals): Synch field names to process.h.
c773345a 2601
dd449674
CY
26022009-04-29 Chong Yidong <cyd@stupidchicken.com>
2603
2604 * variables.texi (File Local Variables): Note that read-circle is
2605 bound to nil when reading file-local variables.
2606
2607 * streams.texi (Input Functions): Document read-circle.
2608 (Output Variables): Add xref to Circular Objects.
2609
4f1e25e2
CY
26102009-04-25 Chong Yidong <cyd@stupidchicken.com>
2611
2612 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2613 Features and Coding System Basics. Node that "p" stands for
2614 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2615 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2616 mouse-appearance-menu.
2617 (Programming Tips): Add xref to Progress.
2618
dca019f8
CY
26192009-04-22 Chong Yidong <cyd@stupidchicken.com>
2620
5dcb4c4e
SM
2621 * os.texi (Command-Line Arguments):
2622 Document command-line-args-left.
dca019f8
CY
2623 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2624 terminal objects for tty arguments.
2625 (Startup Summary): Add xref to Session Management.
2626 (Session Management): Mention emacs-session-restore. Copyedits.
2627
02a89103
CY
26282009-04-20 Chong Yidong <cyd@stupidchicken.com>
2629
2630 * os.texi (Startup Summary): Copyedits. The init file is not
2631 necessarily named .emacs now. Document initial-buffer-choice and
2632 initial-scratch-message. Note where Emacs exits in batch mode.
2633 Document inhibit-splash-screen as an alias.
2634 (Init File): Be neutral about which init file name to use.
2635
26362009-04-16 Chong Yidong <cyd@stupidchicken.com>
2637
2638 * os.texi (System Interface): Fix Texinfo usage.
2639
0c1cfe01
CY
26402009-04-15 Chong Yidong <cyd@stupidchicken.com>
2641
80d7cdca
CY
2642 * searching.texi (Regexp Backslash): Also refer to shy groups as
2643 non-capturing or unnumbered groups.
2644 (Regexp Functions): Add cross-reference to Regexp Backslash.
2645
0c1cfe01
CY
2646 * display.texi (Truncation): Overlays can use line-prefix and
2647 wrap-prefix too.
2648 (Overlay Properties): Document wrap-prefix and line-prefix.
2649 (Face Attributes): Document underline-minimum-offset.
2650 (Face Remapping): Copyedits.
2651 (Low-Level Font): Copyedits.
2652 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2653 (Line Height): Emphasize that line-spacing only takes effect on
2654 graphical terminals.
0c1cfe01 2655
c4adeee0
CY
26562009-04-13 Chong Yidong <cyd@stupidchicken.com>
2657
2658 * display.texi (Refresh Screen): Note that a passage about screen
2659 refreshing is text terminal only.
2660 (Forcing Redisplay): Delete misleading comment---sit-for calls
2661 redisplay, not the other way around.
2662 (Truncation): Note new values of truncate-partial-width-windows.
2663 Copyedits.
2664 (Invisible Text): Document invisible-p.
2665
b20ecfa1
EZ
26662009-04-11 Eli Zaretskii <eliz@gnu.org>
2667
2668 * display.texi (Overlays): Overlays don't scale well. See
2669 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2670
97d8273f
CY
26712009-04-10 Chong Yidong <cyd@stupidchicken.com>
2672
f147ff75
CY
2673 * syntax.texi (Syntax Table Functions): Document cons cell
2674 argument for modify-syntax-entry.
2675 (Categories): Document cons cell argument for
2676 modify-category-entry.
2677
fca4ec76
CY
2678 * searching.texi (String Search): Document word-search-forward-lax
2679 and word-search-backward-lax.
2680 (Searching and Case): Describe isearch behavior more precisely.
2681
9c283d5b
CY
2682 * keymaps.texi (Tool Bar): Mention that some platforms do not
2683 support multi-line toolbars. Suggested by Stephen Eglen.
2684
2685 * frames.texi (Layout Parameters): Mention that Nextstep also
2686 allows only one tool-bar line. Suggested by Stephen Eglen.
2687
97d8273f
CY
2688 * nonascii.texi (Text Representations): Copyedits.
2689 (Coding System Basics): Also mention utf-8-emacs.
2690 (Converting Representations, Selecting a Representation)
2691 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2692 Copyedits.
2693 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2694
2bad3299
CY
26952009-04-09 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2698 (Filling): Clarify REGION argument of fill-paragraph.
2699 Document fill-forward-paragraph-function.
2bad3299
CY
2700 (Special Properties): Remove "new in Emacs 22" declaration.
2701 (Clickable Text): Merge with Links and Mouse-1 node.
2702
5dcb4c4e
SM
2703 * display.texi (Button Properties, Button Buffer Commands):
2704 Change xref to Clickable Text.
2bad3299
CY
2705
2706 * tips.texi (Key Binding Conventions): Change xref to Clickable
2707 Text.
2708
2709 * elisp.texi (Top): Update node listing.
2710
ea30ce4f
CY
27112009-04-05 Chong Yidong <cyd@stupidchicken.com>
2712
47af2f4b
CY
2713 * markers.texi (The Mark): Copyedits. Improve description of
2714 handle-shift-selection.
2715 (The Region): Move use-region-p here from The Mark.
2716
ea30ce4f
CY
2717 * positions.texi (Screen Lines): Document (cols . lines) argument
2718 for vertical-motion.
2719
2aa8ea6e
CY
27202009-04-04 Chong Yidong <cyd@stupidchicken.com>
2721
3ec61d4e
CY
2722 * frames.texi (Frames): Clean up introduction. Document `ns'
2723 return value for framep.
2724 (Creating Frames): Note how the terminal is chosen.
2725 (Multiple Terminals, Multiple Displays): Merge into a single node.
2726 (Color Parameters): Fix typo.
2727
2728 * variables.texi (Local Variables, Buffer-Local Variables)
2729 (Creating Buffer-Local): Change link to Multiple Terminals.
2730
2731 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2732
2733 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2734 Terminals.
2735
2736 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2737 to Multiple Terminals.
2738
2739 * elisp.texi (Top): Update node listing.
2740 * vol2.texi (Top): Update node listing.
2741 * vol1.texi (Top): Update node listing.
2742
9257072f
CY
2743 * buffers.texi (Current Buffer): Note that the append-to-buffer
2744 example is no longer in synch with the latest code. Tie the two
2745 examples together.
2746
2aa8ea6e
CY
2747 * files.texi (File Attributes): Move note about MS-DOS from
2748 Changing Files to File Attributes.
2749 (Create/Delete Dirs): Note that mkdir is an alias for this.
2750
22e74b17
CY
27512009-04-01 Markus Triska <triska@gmx.at>
2752
2753 * processes.texi (Filter Functions): Suggest how to handle output
2754 batches.
2755
4bbe48ec
CY
27562009-03-30 Chong Yidong <cyd@stupidchicken.com>
2757
2758 * help.texi (Accessing Documentation): Update example to use
2759 help-setup-xref and with-help-window.
2760 (Help Functions): Remove print-help-return-message, which is
2761 semi-obsolete due to with-help-window. Document help-buffer and
2762 help-setup-xref.
2763
b9723f39
CY
27642009-03-29 Chong Yidong <cyd@stupidchicken.com>
2765
5dcb4c4e
SM
2766 * help.texi (Accessing Documentation, Help Functions):
2767 Remove information about long-obsolete Emacs versions.
9eb52e90 2768
b9723f39
CY
2769 * modes.texi (Mode Line Variables): The default values of the mode
2770 line variables are now more complicated.
2771
b0cc32db
CY
27722009-03-28 Chong Yidong <cyd@stupidchicken.com>
2773
3c25a5a9
CY
2774 * modes.texi (Major Mode Conventions): Note that specialness is
2775 inherited.
31c9eebb
CY
2776 (Derived Modes): Note that define-derive-mode sets the mode-class
2777 property.
3c25a5a9 2778
b0cc32db
CY
2779 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2780 goto-map. Add search-map to the list.
2781
c5e0006d
EZ
27822009-03-27 Eli Zaretskii <eliz@gnu.org>
2783
1213465a
EZ
2784 * os.texi (System Environment): Update the list of system-type
2785 values.
2786
c5e0006d
EZ
2787 * markers.texi (The Mark) <handle-shift-selection>: Update for
2788 removal of the optional argument DEACTIVATE.
2789
48bab3d6
CY
27902009-03-25 Chong Yidong <cyd@stupidchicken.com>
2791
2792 * commands.texi (Focus Events): Most X window managers don't use
2793 focus-follows-mouse nowadays.
2794
6e4ff1b6
CY
27952009-03-24 Chong Yidong <cyd@stupidchicken.com>
2796
2797 * commands.texi (Defining Commands): Clarify introduction.
2798 (Using Interactive): Not that interactive can be put in a symbol
2799 property.
2800 (Interactive Call): Note that a symbol with a non-nil
2801 interactive-form property satisfies commandp.
2802
11625308
JB
28032009-03-23 Juanma Barranquero <lekktu@gmail.com>
2804
2805 * minibuf.texi (Intro to Minibuffers): Fix typos.
2806
7b34420d
CY
28072009-03-23 Chong Yidong <cyd@stupidchicken.com>
2808
2809 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2810 about minibuffers in old Emacs versions. Copyedits.
2811 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2812 (Text from Minibuffer): Simplify introduction.
2813
f9257eed
AM
28142009-03-22 Alan Mackenzie <acm@muc.de>
2815
2816 * commands.texi (Using Interactive): Clarify string argument to
2817 `interactive' - even promptless elements need \n separators.
2818
f639ba70
CY
28192009-03-18 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * minibuf.texi (Completion Styles): New node.
2822
2823 * elisp.texi (Top): Update node listing.
2824
d897e8ee
CY
28252009-03-17 Chong Yidong <cyd@stupidchicken.com>
2826
2827 * minibuf.texi (Basic Completion): Note that
2828 read-file-name-completion-ignore-case and
2829 read-buffer-completion-ignore-case can override
2830 completion-ignore-case.
2831 (Minibuffer Completion): Document completing-read changes.
2832 (Completion Commands): Avoid mentioning partial completion mode.
2833 Document minibuffer-completion-confirm changes, and
2834 minibuffer-confirm-exit-commands.
2835 (High-Level Completion): Document new require-match behavior for
2836 read-buffer. Document read-buffer-completion-ignore-case.
2837 (Reading File Names): Document new require-match behavior for
2838 read-file-name.
2839
b1f23349
CY
28402009-03-14 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * debugging.texi (Error Debugging): Don't mislead the reader into
2843 thinking that debug-on-error enters debugger for C-f at EOB.
2844 (Error Debugging): Setting debug-on-init within the init file
2845 works, and has for some time.
2846
d6eb4e25
KH
28472009-03-13 Kenichi Handa <handa@m17n.org>
2848
2849 * display.texi (Fontsets): Update the description.
2850
1cf53dc5
CY
28512009-03-13 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * advice.texi (Advising Primitives): Link to What Is a Function.
2854
81f919fc
CY
28552009-03-12 Chong Yidong <cyd@stupidchicken.com>
2856
cf4229eb
CY
2857 * compile.texi (Speed of Byte-Code): Update example.
2858 (Disassembly): Update examples.
2859
81f919fc 2860 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2861
2862 * customize.texi (Common Keywords): It's not necessary to use :tag
2863 to remove hyphens, as custom-unlispify-tag-name does it
2864 automatically.
5dcb4c4e
SM
2865 (Variable Definitions): Link to File Local Variables.
2866 Document customized-value symbol property.
f2bbc08c
CY
2867 (Customization Types): Move menu to end of node.
2868
955964d7
CY
28692009-03-10 Chong Yidong <cyd@stupidchicken.com>
2870
2871 * macros.texi (Compiling Macros): Omit misleading sentence, which
2872 implied that macros can only be used in the same file they are
2873 defined.
2874 (Backquote): Remove obsolete information about Emacs 19.
2875
d25ed7db
GM
28762009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2877
2878 * display.texi (Display Margins): Fix paren typo.
2879
d55f6ca5
CY
28802009-02-27 Chong Yidong <cyd@stupidchicken.com>
2881
f0e57ed8
CY
2882 * elisp.texi (Top): Update node listing.
2883
2884 * variables.texi (Variables): Clarify introduction.
2885 (Global Variables): Mention that setq is a special form.
2886 (Local Variables): Use active voice.
2887 (Tips for Defining): Mention marking variables as safe.
2888 (Buffer-Local Variables): Mention terminal-local and frame-local
2889 variables together.
2890 (File Local Variables): Copyedits.
2891 (Frame-Local Variables): Note that they are not really useful.
2892 (Future Local Variables): Node deleted.
2893
d55f6ca5 2894 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2895 Unicode escape syntax.
d55f6ca5 2896
ca8f09a8
CY
28972009-02-23 Chong Yidong <cyd@stupidchicken.com>
2898
2899 * control.texi (Control Structures): Add cindex entry for "textual
2900 order".
2901
2902 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2903 instead of "expression" throughout.
2904 (Function Indirection): Copyedits. Use active voice.
2905 (Eval): The default value of max-lisp-eval-depth is now 400.
2906
a20878b6
MB
29072009-02-23 Miles Bader <miles@gnu.org>
2908
2909 * processes.texi (System Processes): Rename `system-process-attributes'
2910 to `process-attributes'.
2911
61f66044
CY
29122009-02-22 Chong Yidong <cyd@stupidchicken.com>
2913
1b80d1f3
CY
2914 * symbols.texi (Property Lists): Emphasize that property lists are
2915 not restricted to symbol cells.
2916 (Other Plists): Copyedit.
2917
61f66044
CY
2918 * sequences.texi (Sequences Arrays Vectors): Make introduction
2919 more concise.
2920 (Arrays): Mention char-tables and bool-vectors too.
2921 (Vectors): Don't repeat information given in Arrays node. Link to
2922 nodes that explain the vector usage examples.
2923 (Char-Tables): Note that char-table elements can have arbitrary
2924 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2925 Link to Property Lists node.
61f66044 2926
9403944b
CY
29272009-02-22 Chong Yidong <cyd@stupidchicken.com>
2928
2929 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2930 `append'.
4068c7b4 2931 (List Elements): Copyedits.
9403944b
CY
2932
2933 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2934 of `vconcat'.
2935
2936 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2937 Emacs 20 usage of `concat'.
2938 (Case Conversion): Copyedits.
2939
b87a185f
CY
29402009-02-21 Chong Yidong <cyd@stupidchicken.com>
2941
2942 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2943 Minor edits.
2944 (Frame Configuration Type): Emphasize that it is not primitive.
2945 (Font Type): New node.
2946 (Type Predicates): Add fontp; type-of now recognizes font object
2947 types.
2948
2949 * intro.texi (Version Info): Update version numbers in examples.
2950 (Acknowledgements): List more contributors.
2951
2952 * elisp.texi: Bump version number to 3.0.
2953 (Top): Link to Font Type node.
2954
867d4bb3
JB
29552009-02-20 Juanma Barranquero <lekktu@gmail.com>
2956
2957 * modes.texi (Major Mode Conventions): Remove duplicate words.
2958 (Customizing Keywords): Fix typo.
2959
77730170
EZ
29602009-02-14 Eli Zaretskii <eliz@gnu.org>
2961
2962 * nonascii.texi (User-Chosen Coding Systems): Document that
2963 select-safe-coding-system suggests raw-text if there are raw bytes
2964 in the region.
2965 (Explicit Encoding): Warn not to use `undecided' when encoding.
2966
c8736212
GM
29672009-02-11 Glenn Morris <rgm@gnu.org>
2968
2969 * frames.texi (Visibility of Frames): Mention the effect multiple
2970 workspaces/desktops can have on visibility.
2971
ab992d66
EZ
29722009-02-07 Eli Zaretskii <eliz@gnu.org>
2973
c8736212
GM
2974 * text.texi (Commands for Insertion):
2975 * commands.texi (Event Mod):
2976 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2977 * nonascii.texi (Translation of Characters):
2978 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2979 (Explicit Encoding): Document the `charset' text property produced
2980 by decode-coding-region and decode-coding-string.
ab992d66 2981
e651a255
AM
29822009-01-27 Alan Mackenzie <acm@muc.de>
2983
2984 * modes.texi (Search-based Fontification): Correct a typo.
2985
bc5cde4b
JB
29862009-01-25 Juanma Barranquero <lekktu@gmail.com>
2987
2988 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2989 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2990
3533155b
EZ
29912009-01-24 Eli Zaretskii <eliz@gnu.org>
2992
f721deda
EZ
2993 * display.texi (Window Systems): Document the value of
2994 `initial-window-system' under --daemon.
2995
3533155b
EZ
2996 * os.texi (System Environment): Remove description of the
2997 `environment' function which has been deleted.
2998
f79b43b2
DN
29992009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3000
3001 * frames.texi (Multiple Displays): Remove documentation for
3002 removed function make-frame-on-tty.
3003
e3aa6669
CY
30042009-01-22 Chong Yidong <cyd@stupidchicken.com>
3005
3006 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3007 write-region-annotate-functions.
3008 Document write-region-post-annotation-function.
e3aa6669 3009
fb13a416
CY
30102009-01-19 Chong Yidong <cyd@stupidchicken.com>
3011
3012 * display.texi (Font Lookup): Document WIDTH argument of
3013 x-list-fonts.
3014
02eccf6b
EZ
30152009-01-17 Eli Zaretskii <eliz@gnu.org>
3016
ead3f58d
EZ
3017 * maps.texi (Standard Keymaps): Rename function-key-map to
3018 local-function-key-map.
3019
3020 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3021 local-function-key-map.
3022
3023 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3024 and `set-keyboard-coding-system' now accept an optional terminal
3025 argument.
3026
3027 * commands.texi (Event Mod): `keyboard-translate-table' is now
3028 terminal-local.
3029 (Function Keys): Rename function-key-map to
3030 local-function-key-map.
3031
df05a163
EZ
3032 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3033 frames.texi.
3034
0ed8034e 3035 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3036 `delete-terminal-functions', `suspend-tty-functions' and
3037 `resume-tty-functions'.
0ed8034e
EZ
3038
3039 * frames.texi (Frames): Document `frame-terminal' and
3040 `terminal-live-p'.
3041 (Multiple Displays): Document `make-frame-on-tty'.
3042 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3043 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3044 (Terminal Parameters): Document `terminal-parameters',
3045 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3046
3047 * os.texi (System Environment): Document `environment' and
3048 `initial-environment'.
490f1197
EZ
3049 (Suspending Emacs): Update for multi-tty; document
3050 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3051
02eccf6b
EZ
3052 * nonascii.texi (Coding System Basics): More accurate description
3053 of `raw-text'.
3054
f19fea97
JB
30552009-01-12 Juanma Barranquero <lekktu@gmail.com>
3056
3057 * display.texi (Low-Level Font): Fix typo.
3058
16fa292f
CY
30592009-01-10 Chong Yidong <cyd@stupidchicken.com>
3060
3061 * elisp.texi (Top): Update node listing.
3062
3063 * display.texi (PostScript Images): Node deleted.
3064
0b4faef3
EZ
30652009-01-10 Eli Zaretskii <eliz@gnu.org>
3066
3355f04d
EZ
3067 * processes.texi (Decoding Output): Document that null bytes force
3068 no-conversion for reading process output.
3069
3070 * files.texi (Reading from Files): Document that null bytes force
3071 no-conversion when visiting files.
3072
11625308 3073 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3074
5dcb4c4e
SM
3075 * nonascii.texi (Lisp and Coding Systems):
3076 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3077 (Character Properties): Improve wording.
0b4faef3 3078
ce9cf065
CY
30792009-01-09 Chong Yidong <cyd@stupidchicken.com>
3080
3081 * display.texi (Font Lookup): Remove obsolete function
3082 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3083 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3084 (Font Selection): Reorder order of variable descriptions.
3085 Minor clarifications.
ce9cf065
CY
3086
3087 * elisp.texi (Top): Update node listing.
3088
ab756fb3
GM
30892009-01-09 Glenn Morris <rgm@gnu.org>
3090
3091 * commands.texi (Command Loop Info): Say that last-command-char and
3092 last-input-char are obsolete aliases.
3093
3094 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3095 last-input-char and last-command-char, since they are just aliases for
3096 last-input-event and last-command-event.
3097
3098 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3099 last-command-char.
3100
6b2b8ab1
CY
31012009-01-08 Chong Yidong <cyd@stupidchicken.com>
3102
3103 * elisp.texi: Update node listing.
3104
3105 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3106 (Face Attributes): Don't link to Font Lookup.
3107 Document font-family-list.
6b2b8ab1
CY
3108 (Fonts): New node.
3109
3568e767
JR
31102009-01-08 Jason Rumney <jasonr@gnu.org>
3111
3112 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3113 changing the standard pointer shapes. (Bug#1485)
3568e767 3114
6221c8db
CY
31152009-01-08 Chong Yidong <cyd@stupidchicken.com>
3116
3117 * display.texi (Attribute Functions): Note that a function value
3118 :height is relative, and that compatibility functions work by
3119 calling set-face-attribute.
3120 (Displaying Faces): Reorder list in order of increasing priority.
3121 (Face Remapping): New node. Content moved here from Displaying
3122 Faces.
3123 (Glyphs): Link to Face Functions.
3124
e3d3799a
CY
31252009-01-08 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * display.texi (Faces): Don't discuss face id here. facep does
3128 not return t.
3129 (Defining Faces): Minor clarification.
3130 (Face Attributes): Rearrange items to match docstring of
3131 set-face-attribute. Add :foundry attribute. Document new role of
3132 :font attribute. Texinfo usage fix.
3133 (Attribute Functions): Copyedits.
3134 (Face Functions): Note that face number is seldom used.
3135
638a2457
RS
31362009-01-05 Richard M Stallman <rms@gnu.org>
3137
3138 * strings.texi (Predicates for Strings): Minor clarification.
3139
3140 * functions.texi (Function Safety): Texinfo usage fix.
3141
49ea0074
JB
31422009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3143
3144 * objects.texi (General Escape Syntax): Fix typo.
3145
9f822178
MR
31462009-01-03 Martin Rudalics <rudalics@gmx.at>
3147
3148 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3149 works via the default value of pop-up-frame-function.
3150
af34ad36
EZ
31512009-01-02 Eli Zaretskii <eliz@gnu.org>
3152
3153 * processes.texi (System Processes): Document the `time' and
3154 `ctime' attributes of `system-process-attributes'.
3155
d31f6679
CY
31562009-01-01 Chong Yidong <cyd@stupidchicken.com>
3157
3158 * display.texi (Face Attributes): Clarify :height attribute.
3159
174dc00c
MR
31602008-12-31 Martin Rudalics <rudalics@gmx.at>
3161
3162 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3163 the front of the buffer list. Add entries for `last-buffer' and
3164 `unbury-buffer'.
3165
b8afe7e4
EZ
31662008-12-27 Eli Zaretskii <eliz@gnu.org>
3167
d14030f5
EZ
3168 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3169 and its subsections.
3170
3171 * frames.texi (Multiple Terminals, Low-level Terminal)
3172 (Terminal Parameters, Frames on Other TTY devices): New sections.
3173 (Frames): Add an xref to "Multiple Terminals".
3174
765980a4
EZ
3175 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3176
3177 * objects.texi (Terminal Type): New node.
3178 (Editing Types): Add it to the menu.
3179
47bd5577
EZ
3180 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3181 Variables".
3182
eb22b78c 3183 * variables.texi (Directory Local Variables): New node.
47bd5577 3184 (Variables): Add a menu item for it.
eb22b78c 3185
b8afe7e4
EZ
3186 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3187 `generated-autoload-file'.
3188
77bb0476
EZ
31892008-12-20 Eli Zaretskii <eliz@gnu.org>
3190
028e2c19
EZ
3191 * os.texi (Startup Summary): Add xref to documentation of
3192 `initial-window-system'.
3193
77bb0476
EZ
3194 * display.texi (Window Systems): Document `window-system' the
3195 function. The variable `window-system' is now frame-local.
028e2c19 3196 Document `initial-window-system'.
77bb0476 3197
dda87836
MR
31982008-12-19 Martin Rudalics <rudalics@gmx.at>
3199
3200 * windows.texi (Windows): Rewrite description of
3201 fit-window-to-buffer.
3202
caef3ed2
GM
32032008-12-13 Glenn Morris <rgm@gnu.org>
3204
3205 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3206 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3207
21c58e4d
GM
32082008-12-12 Glenn Morris <rgm@gnu.org>
3209
3210 * debugging.texi (Error Debugging): Refer forwards to
3211 eval-expression-debug-on-error.
3212
af38459f
EZ
32132008-12-05 Eli Zaretskii <eliz@gnu.org>
3214
5dedd9b5
EZ
3215 * strings.texi (String Basics): Only unibyte strings that
3216 represent key sequences hold 8-bit raw bytes.
3217
af38459f
EZ
3218 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3219 paragraph to speak about `undecided'.
3220 (Character Properties): Don't explain the meaning of each
3221 property; instead, identify their Unicode Standard names.
b3f1f4a5 3222 (Character Sets): Document `map-charset-chars'.
af38459f 3223
fa047ae7
GM
32242008-12-02 Glenn Morris <rgm@gnu.org>
3225
3226 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3227 section yet again.
3228
47dbc044
EZ
32292008-11-29 Eli Zaretskii <eliz@gnu.org>
3230
98d05998
EZ
3231 * nonascii.texi (Character Properties): New Section.
3232 (Specifying Coding Systems): Document
3233 `coding-system-priority-list', `set-coding-system-priority', and
3234 `with-coding-priority'.
3235 (Lisp and Coding Systems): Document `check-coding-systems-region'
3236 and `coding-system-charset-list'.
3237 (Coding System Basics): Document `coding-system-aliases'.
3238
3239 * elisp.texi (Top): Add a @detailmenu entry for "Character
3240 Properties".
3241
47dbc044
EZ
3242 * objects.texi (Character Type): Correct the range of Emacs
3243 characters. Add an @xref to "Character Codes".
3244
3245 * strings.texi (String Basics): Add an @xref to "Character Codes".
3246
3247 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3248
3249 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3250 (Character Codes): Document `max-char'.
3251
8b80cdf5
EZ
32522008-11-28 Eli Zaretskii <eliz@gnu.org>
3253
3254 * nonascii.texi (Text Representations, Converting Representations)
3255 (Character Sets, Scanning Charsets, Translation of Characters):
3256 Make text more accurate.
3257
a99dceba
GM
32582008-11-28 Glenn Morris <rgm@gnu.org>
3259
3260 * files.texi (Format Conversion Round-Trip): Improve previous change.
3261
f6dc3bed
CY
32622008-11-26 Chong Yidong <cyd@stupidchicken.com>
3263
3264 * modes.texi (Auto Major Mode): Fix example.
3265
5da9413d
GM
32662008-11-25 Glenn Morris <rgm@gnu.org>
3267
3268 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3269
3270 * files.texi (Format Conversion Round-Trip):
3271 Use active voice for previous change.
3272
fcca848c
CY
32732008-11-25 Chong Yidong <cyd@stupidchicken.com>
3274
3275 * os.texi (Processor Run Time):
3276 * processes.texi (Transaction Queues):
3277 * markers.texi (The Mark):
3278 * windows.texi (Choosing Window, Selecting Windows):
3279 * files.texi (Changing Files, Magic File Names):
3280 * commands.texi (Key Sequence Input):
3281 * functions.texi (Declaring Functions):
3282 * strings.texi (Predicates for Strings):
3283 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3284
36c8dc54
CY
32852008-11-24 Chong Yidong <cyd@stupidchicken.com>
3286
3287 * help.texi (Accessing Documentation): Update example.
3288
3289 * variables.texi (Defining Variables): Note that `*' is not
3290 necessary if defcustom is used.
3291
2a79b242
EZ
32922008-11-22 Eli Zaretskii <eliz@gnu.org>
3293
3294 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3295 Characters" from @detailmenu.
3296
3297 * nonascii.texi (Character Codes, Character Sets)
3298 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3299 (Chars and Bytes, Splitting Characters): Sections removed.
3300
392f0d26
LK
33012008-11-22 Lute Kamstra <lute@gnu.org>
3302
3303 * positions.texi (Text Lines): Update goto-line documentation.
3304
af1a5cd5
MR
33052008-11-21 Martin Rudalics <rudalics@gmx.at>
3306
6a4cfb0c
MR
3307 * frames.texi (Frames): Fix typo, add cross references, reword.
3308 (Initial Parameters): Reword special-display-frame-alist text.
3309 (Frames and Windows): Reword. Describe argument norecord for
3310 set-frame-selected-window.
3311 (Input Focus): Describe argument norecord for select-frame.
3312 Remove comment on MS-Windows behavior for focus-follows-mouse.
3313 (Raising and Lowering): Mention windows-frames dichotomy in
3314 metaphor.
3315
af1a5cd5
MR
3316 * windows.texi (Displaying Buffers, Vertical Scrolling)
3317 (Horizontal Scrolling): Fix indenting and rewording issues
3318 introduced with 2008-11-07 change.
3319
c249fa9c
GM
33202008-11-20 Glenn Morris <rgm@gnu.org>
3321
3322 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3323 element of `format-alist'.
3324
204d4665
GM
33252008-11-19 Glenn Morris <rgm@gnu.org>
3326
3327 * doclicense.texi: Update to FDL 1.3.
3328 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3329
cc0910af
CY
33302008-11-18 Chong Yidong <cyd@stupidchicken.com>
3331
efe6e7c4
CY
3332 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3333 vars, which are obsolete. Mention jit-lock-register.
3334
5dcb4c4e
SM
3335 * modes.texi (Other Font Lock Variables):
3336 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3337
cc0910af
CY
3338 * frames.texi (Color Parameters): Document alpha parameter.
3339
aeeedf76
MR
33402008-11-16 Martin Rudalics <rudalics@gmx.at>
3341
3342 * windows.texi (Splitting Windows, Deleting Windows)
3343 (Selecting Windows, Cyclic Window Ordering)
3344 (Buffers and Windows, Displaying Buffers, Choosing Window)
3345 (Dedicated Windows, Window Point, Window Start and End)
3346 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3347 (Size of Window, Resizing Windows, Window Configurations)
3348 (Window Parameters): Avoid @var at beginning of sentences and
3349 reword accordingly.
3350
4c565c5c
LK
33512008-11-11 Lute Kamstra <lute@gnu.org>
3352
3353 * files.texi (File Name Components): Fix file-name-extension
3354 documentation.
3355
25f494c9
JB
33562008-11-11 Juanma Barranquero <lekktu@gmail.com>
3357
3358 * frames.texi (Basic Parameters): Remove display-environment-variable
3359 and term-environment-variable.
3360
a1401ab1
EZ
33612008-11-08 Eli Zaretskii <eliz@gnu.org>
3362
3363 * windows.texi (Basic Windows, Splitting Windows)
3364 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3365 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3366 (Resizing Windows, Window Configurations, Window Parameters):
3367 Fix wording and markup.
a1401ab1 3368
efafc282
MR
33692008-11-07 Martin Rudalics <rudalics@gmx.at>
3370
3371 * windows.texi (Windows): Update entries.
3372 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3373 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3374 (Selecting Windows, Cyclic Window Ordering): Reword with special
3375 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3376 (Buffers and Windows, Choosing Window): Reword with special
3377 emphasis on dedicated windows.
3378 (Displaying Buffers): Reword. For switch-to-buffer mention that
3379 it may fall back on pop-to-buffer. For other-window try to
3380 explain how it treats the cyclic ordering of windows.
efafc282
MR
3381 (Dedicated Windows): New node and section discussing dedicated
3382 windows and associated functions.
86ab855a 3383 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3384 (Window Start and End): Rename node and section title. Reword.
3385 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3386 Minor rewording.
3387 (Size of Window): Reword, in particular text on window-width.
3388 (Resizing Windows): Reword. Add text on balancing windows.
3389 (Window Configurations): Reword. Mention window parameters.
3390 (Window Parameters): New node and section on window parameters.
3391 (Window Hooks): Reword. Mention that
3392 window-configuration-change-hook is run "buffer-locally".
3393 * elisp.texi (Top): Update Windows entries in @detailmenu
3394 section.
3395
d60a8ab2
JB
33962008-11-04 Juanma Barranquero <lekktu@gmail.com>
3397
3398 * searching.texi (Regexp Search): Fix typo.
3399
01777627
CY
34002008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3401
3402 * searching.texi (Regexp Search): Document GREEDY arg.
3403 (Simple Match Data): Fix return value.
3404
c4526e93
EZ
34052008-11-01 Eli Zaretskii <eliz@gnu.org>
3406
3407 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3408 with Emacs 23 internal representation of characters.
3409 Document `unibyte-string'.
c4526e93 3410
fe2ae8b5
CY
34112008-10-28 Chong Yidong <cyd@stupidchicken.com>
3412
3413 * processes.texi (Process Information): Note that process-status
3414 does not accept buffer names.
3415
cc5a21e3
CY
34162008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3417
3418 * positions.texi (Skipping Characters): Correct return value of
3419 skip-chars-forward.
3420
09460d9a
MR
34212008-10-25 Martin Rudalics <rudalics@gmx.at>
3422
520b29e7
MR
3423 * windows.texi (Deleting Windows): Update documentation of
3424 delete-windows-on.
3425 (Buffers and Windows): Update documentations of
3426 get-buffer-window and get-buffer-window-list.
3427 (Displaying Buffers): Update documentation of
3428 replace-buffer-in-windows.
3429
09460d9a
MR
3430 * buffers.texi (Current Buffer): Reword set-buffer and
3431 with-current-buffer documentations.
3432 (Creating Buffers): Reword documentation of get-buffer-create.
3433
4d48fcdc
MR
34342008-10-23 Martin Rudalics <rudalics@gmx.at>
3435
3436 * buffers.texi (Current Buffer): Reword documentation of
3437 set-buffer.
3438 (Buffer Names): Reword documentation of buffer-name.
3439 (The Buffer List): For bury-buffer explain what happens with the
3440 buffer's window.
3441 (Creating Buffers): Say that get-buffer-create's arg is called
3442 buffer-or-name.
3443
f0143c43
CY
34442008-10-22 Chong Yidong <cyd@stupidchicken.com>
3445
3e5dbbd3
CY
3446 * advice.texi (Computed Advice): Explain what DEFINITION is.
3447
f0143c43
CY
3448 * nonascii.texi (Character Codes): Remove obsolete function
3449 char-valid-p, and document characterp instead.
3450
52a94b85
MR
34512008-10-22 Martin Rudalics <rudalics@gmx.at>
3452
3453 * windows.texi (Displaying Buffers): Reword documentation of
3454 pop-to-buffer.
3455 (Choosing Window): Rewrite documentation of display-buffer and
3456 its options.
3457
f76f8246
MR
3458 * buffers.texi (Killing Buffers): Update documentation of
3459 kill-buffer.
3460
acc8b598
EZ
34612008-10-21 Eli Zaretskii <eliz@gnu.org>
3462
80e6b6df
EZ
3463 * processes.texi (Serial Ports): Fix wording and improve markup.
3464
3645358a
EZ
3465 * searching.texi (Regexp Search): Document `string-match-p' and
3466 `looking-at-p'.
3467 (POSIX Regexps): Add an xref for "non-greedy".
3468 (Regexp Special): Add @cindex entry for "non-greedy".
3469
b3d50cff 3470 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3471 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3472
73b7530a
EZ
3473 * frames.texi (Color Names): Add an xref to `read-color'.
3474
3475 * minibuf.texi (High-Level Completion): Document `read-color'.
3476
acc8b598
EZ
3477 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3478
3479 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3480
3481 * buffers.texi (Swapping Text): New section, documents
3482 `buffer-swap-text'.
3483
10e187e8
MR
34842008-10-21 Martin Rudalics <rudalics@gmx.at>
3485
3486 * windows.texi (Resizing Windows): Minor wording fix.
3487
fd6f900c
EZ
34882008-10-20 Eli Zaretskii <eliz@gnu.org>
3489
3490 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3491 and `combine-and-quote-strings'.
3492
3493 * strings.texi (Creating Strings): Add xrefs for them.
3494
e4372165
EZ
34952008-10-19 Eli Zaretskii <eliz@gnu.org>
3496
d6328fba
EZ
3497 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3498 match the corresponding menu in minibuf.texi.
3499
e4372165
EZ
3500 * minibuf.texi (Reading File Names): Document `read-shell-command'
3501 and `minibuffer-local-shell-command-map'.
3502
5d8dda33
MR
35032008-10-19 Martin Rudalics <rudalics@gmx.at>
3504
3505 * windows.texi (Resizing Windows): Remove var{} around "window" in
3506 documentation of enlarge-window.
3507 Rewrite documentation of window-min-height and window-min-width.
3508
437706cd
EZ
35092008-10-19 Eli Zaretskii <eliz@gnu.org>
3510
80f85d7c
EZ
3511 * functions.texi (Calling Functions): Document `apply-partially'.
3512
291703b5
EZ
3513 * hooks.texi (Standard Hooks): Mention
3514 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3515
3516 * variables.texi (File Local Variables): Document
3517 `file-local-variables-alist', `before-hack-local-variables-hook'
3518 and `hack-local-variables-hook'.
3519
583d8b3c
EZ
3520 * processes.texi (Synchronous Processes): Document `process-lines'.
3521
5dcb4c4e
SM
3522 * customize.texi (Variable Definitions):
3523 Document `custom-reevaluate-setting'.
437706cd 3524
7e51d89b
MR
35252008-10-18 Martin Rudalics <rudalics@gmx.at>
3526
3527 * windows.texi (Choosing Window, Deleting Windows)
3528 (Displaying Buffers): Expand documentation of dedicated windows.
3529
43c59a3d
EZ
35302008-10-18 Eli Zaretskii <eliz@gnu.org>
3531
018a960d
EZ
3532 * files.texi (Changing Files): Document symbolic input of file
3533 modes to `set-file-modes'. Document `read-file-modes' and
3534 `file-modes-symbolic-to-number'.
3535
2c0b8144
EZ
3536 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3537 and `search-map'.
3538
5dcb4c4e
SM
3539 * searching.texi (Search and Replace):
3540 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3541 Document `multi-query-replace-map'.
80120f13 3542
6d4913f0 3543 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3544 (Completion Commands, Reading File Names):
3545 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3546 `minibuffer-local-filename-must-match-map'.
3547 (Minibuffer Completion): The `require-match' argument to
3548 `completing-read' can now have the value `confirm-only'.
3549
43c59a3d
EZ
3550 * windows.texi (Displaying Buffers): Minor wording fix.
3551 (Choosing Window): `split-height-threshold' can now be nil.
3552 Document `split-width-threshold'. `pop-up-frames' can have the
3553 value `graphic-only'.
3554
f36acfd9
EZ
35552008-10-17 Eli Zaretskii <eliz@gnu.org>
3556
3557 * os.texi (Startup Summary): Document `before-init-time' and
3558 `after-init-time'. Document `initial-window-system' and
3559 `window-system-initialization-alist'. Document reading the
3560 abbrevs file. Document the call to `server-start' under --daemon.
3561 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3562 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3563 (Time Parsing): Document `format-seconds'.
f36acfd9 3564
96995b89
MR
35652008-10-17 Martin Rudalics <rudalics@gmx.at>
3566
3567 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3568 and reword.
3569
2de17c73
EZ
35702008-10-16 Eli Zaretskii <eliz@gnu.org>
3571
3572 * markers.texi (The Mark): Document use-region-p.
3573
9cf52b11
EZ
35742008-10-15 Eli Zaretskii <eliz@gnu.org>
3575
c3aaf1d7
EZ
3576 * internals.texi (Writing Emacs Primitives): The interactive spec
3577 of a primitive can be a Lisp form.
3578
841a1743
EZ
3579 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3580 values of transient-mark-mode. Document handle-shift-selection.
3581
3582 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3583 (Interactive Examples): Show an example of `^'.
3584 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3585 (Defining Commands, Using Interactive): The interactive-form of a
3586 function can be added via its symbol's property.
841a1743 3587
52441368
EZ
3588 * positions.texi (List Motion): beginning-of-defun-function can
3589 now accept an argument.
3590
8e8c1a72
EZ
3591 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3592 now return a list of strings.
3593
a33a1f2a
EZ
3594 * control.texi (Handling Errors): Document ignore-errors.
3595
4fb04348
EZ
3596 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3597 (Parameter Access): Document set-frame-parameter.
3598
ee666f84
EZ
3599 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3600 Hooks" for the effect of kill-all-local-variables on local hook
3601 functions.
3602
9cf52b11
EZ
3603 * modes.texi (Major Mode Conventions, Mode Line Variables):
3604 `mode-name' need not be a string. xref to "Mode Line Data" for
3605 details, and to "Emulating Mode Line" for computing a string
3606 value.
3607
22526bc4
EZ
36082008-10-14 Eli Zaretskii <eliz@gnu.org>
3609
a65f6a85
EZ
3610 * processes.texi (System Processes): New section.
3611 (Processes, Signals to Processes): Add xrefs to it.
3612
3613 * objects.texi (Editing Types): A `process' is a subprocess of
3614 Emacs, not just any process running on the OS.
3615
3616 * elisp.texi (Top): Adjust the @detailmenu for the above two
3617 changes.
3618
2724b26a
EZ
3619 * sequences.texi (Char-Tables): Remove documentation of
3620 set-char-table-default, which has no effect since Emacs 23.
3621 <char-table-range, set-char-table-range>: Don't mention generic
3622 characters and charsets. Add a cons cell as a possible argument.
3623
3624 * nonascii.texi (Splitting Characters)
3625 (Translation of Characters): Don't mention generic characters.
3626
3627 * display.texi (Fontsets): Don't mention generic characters.
3628
22526bc4 3629 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3630 argument FUNCTION with a cons cell as KEY.
22526bc4 3631
eaf4b689
EZ
36322008-10-13 Eli Zaretskii <eliz@gnu.org>
3633
45e46036
EZ
3634 * objects.texi (Primitive Function Type): Move "@cindex special
3635 forms" from here...
3636
3637 * eval.texi (Special Forms): ...to here.
3638
3639 * functions.texi (What Is a Function): `functionp' returns nil for
3640 special forms. Add an xref.
3641
eaf4b689
EZ
3642 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3643 Variables".
3644
3645 * variables.texi (Frame-Local Variables): New section.
3646 (Buffer-Local Variables): Add an xref to it.
3647 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3648 have both frame-local and buffer-local binding.
3649
3650 * frames.texi (Frames): Mention multiple tty frames.
3651 (Frame Parameters, Parameter Access): Mention frame-local variable
3652 bindings.
3653
15688fce
GM
36542008-09-20 Glenn Morris <rgm@gnu.org>
3655
3656 * display.texi (Defining Faces): Recommend against face variables.
3657
35539065
JB
36582008-09-16 Juanma Barranquero <lekktu@gmail.com>
3659
3660 * display.texi (Echo Area Customization): Fix typo.
3661
6a57054b
JB
36622008-09-09 Juanma Barranquero <lekktu@gmail.com>
3663
3664 * loading.texi (Where Defined): Add `defface' item.
3665
d632fb82
MR
36662008-09-06 Martin Rudalics <rudalics@gmx.at>
3667
3668 * loading.texi (Where Defined): Fix description of symbol-file.
3669
905a9adb
JR
36702008-08-26 Jason Rumney <jasonr@gnu.org>
3671
3672 * display.texi (TIFF Images): New section describing :index property.
3673
852e91b7
CY
36742008-08-23 Chong Yidong <cyd@stupidchicken.com>
3675
3676 * display.texi (Temporary Displays): Remove unnecessary comment
3677 about usage of temp-buffer-show-hook.
3678
6be001ee
CY
36792008-08-05 Chong Yidong <cyd@stupidchicken.com>
3680
3681 * symbols.texi (Other Plists): Fix incorrect example.
3682 Suggested by Florian Beck.
3683
58e3d8e8
JB
36842008-07-31 Juanma Barranquero <lekktu@gmail.com>
3685
3686 * os.texi: Fix previous change.
3687
7c2fb837
DN
36882008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3689
3690 * os.texi:
3691 * intro.texi:
3692 * files.texi: Remove VMS support.
3693
9e2a2647
DN
36942008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3695
3696 * os.texi:
3697 * frames.texi:
3698 * display.texi: Remove mentions of Mac Carbon.
3699
c4f4682b
MB
37002008-07-01 Miles Bader <miles@gnu.org>
3701
3702 * text.texi (Special Properties):
3703 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3704
3696411e
JB
37052008-06-28 Johan Bockgård <bojohan@gnu.org>
3706
3707 * display.texi (Other Image Types): Fix copy/paste error; say
3708 "PBM", not "XBM".
3709
f2a77c3a
DN
37102008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3711
3712 * os.texi: Remove references to obsolete systems.
3713
6d52677d
EZ
37142008-06-20 Eli Zaretskii <eliz@gnu.org>
3715
3716 * makefile.w32-in (distclean): Remove makefile.
3717
1a87da4c
GM
37182008-06-17 Glenn Morris <rgm@gnu.org>
3719
3720 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3721 (elisp, dist): Remove rules and variables that are obsolete now
3722 the lisp manual is no longer distributed separately.
3723
fdda1c5d
GM
37242008-06-16 Glenn Morris <rgm@gnu.org>
3725
646692e9
GM
3726 * configure, configure.in, mkinstalldirs: Remove unused files.
3727
3728 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3729 * vol1.texi (EMACSVER):
6a57054b 3730 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3731
3732 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3733 as per maintain.info.
3734
611bee81
GM
37352008-06-15 Glenn Morris <rgm@gnu.org>
3736
a7bed3a0
GM
3737 * makefile.w32-in (manual): Use "23" rather than "21".
3738
3739 * Makefile.in (emacsver): New, set by configure.
3740 (manual): Use emacsver.
3741
d794edf2
GM
3742 * intro.texi: Report bugs using M-x report-emacs-bug.
3743
611bee81
GM
3744 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3745
c73e02fa
GM
37462008-06-13 Daniel Engeler <engeler@gmail.com>
3747
3748 * elisp.texi, internals.texi, processes.texi: Add documentation
3749 about serial port access.
3750
e40a85cd
MB
37512008-06-05 Miles Bader <miles@gnu.org>
3752
3753 * display.texi (Displaying Faces): Update to reflect function
3754 renamings in face-remap.el.
3755
7b753744
JB
37562008-06-05 Juanma Barranquero <lekktu@gmail.com>
3757
3758 * display.texi (Fontsets): Fix typos.
3759
9d3d42fb
MB
37602008-06-03 Miles Bader <miles@gnu.org>
3761
7b753744
JB
3762 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3763 remove-relative-face-remapping, set-base-face-remapping,
3764 and set-default-base-face-remapping.
9d3d42fb 3765
f2cec7a9
MB
37662008-06-01 Miles Bader <miles@gnu.org>
3767
3768 * display.texi (Displaying Faces): Add face-remapping-alist.
3769
8f39c96d
SM
37702008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3773 variable names.
3774
1ef5eecc
ER
37752008-05-03 Eric S. Raymond <esr@golux>
3776
352c8b4a 3777 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3778 (current-global-map) return references, not copies.
3779
63b4387f
JL
37802008-05-02 Juri Linkov <juri@jurta.org>
3781
3782 * minibuf.texi (Text from Minibuffer): Document a list of
3783 default values for `read-from-minibuffer'.
3784
38a8b703
JB
37852008-04-24 Juanma Barranquero <lekktu@gmail.com>
3786
3787 * nonascii.texi (Translation of Characters): Fix previous change.
3788
7c42e639
CY
37892008-04-20 Chong Yidong <cyd@stupidchicken.com>
3790
3791 * display.texi (Overlay Properties): Clarify role of underlying
3792 textprop and overlay keymaps for display strings.
3793
3794 * keymaps.texi (Active Keymaps): Ditto.
3795
25c0d999
SM
37962008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * minibuf.texi (Programmed Completion):
3799 Replace dynamic-completion-table with the new completion-table-dynamic.
3800
e3af5968
CY
38012008-04-07 Chong Yidong <cyd@stupidchicken.com>
3802
3803 * intro.texi (Some Terms): Change "fonts in this manual" index
3804 entry to "typographic conventions".
3805
6bfc8698
EZ
38062008-04-05 Eli Zaretskii <eliz@gnu.org>
3807
3808 * objects.texi (Text Props and Strings): Add indexing for read
3809 syntax of text properties.
3810
4972c361
SM
38112008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3812
3813 * processes.texi (Decoding Output): Remove process-filter-multibyte
3814 functions.
3815
c70a68db
MR
38162008-03-15 Martin Rudalics <rudalics@gmx.at>
3817
3818 * display.texi (Finding Overlays): Say that empty overlays at
3819 the end of the buffer are reported too.
3820
1291fd36
GM
38212008-03-13 Glenn Morris <rgm@gnu.org>
3822
3823 * elisp.texi (EMACSVER): Set to 23.0.60.
3824
c6b0dfd5
CY
38252008-02-26 Chong Yidong <cyd@stupidchicken.com>
3826
38a8b703 3827 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3828
875fc30c
GM
38292008-02-22 Glenn Morris <rgm@gnu.org>
3830
3831 * frames.texi (Position Parameters): Clarify the description of
3832 `left' and `top', using information from "Geometry".
3833 (Geometry): Give a pointer to "Position Parameters", rather than
3834 repeating information.
3835
d8c8e45a
GM
38362008-02-11 Glenn Morris <rgm@gnu.org>
3837
3838 * objects.texi (Equality Predicates): No longer talk about "two"
3839 functions.
3840
38a8b703 38412008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3842
3843 * objects.texi (Equality Predicates): Add defun for
3844 equal-including-properties.
3845
bfffe0b1
GM
38462008-02-10 Glenn Morris <rgm@gnu.org>
3847
3848 * objects.texi (Equality Predicates):
3849 Mention equal-including-properties.
3850
431b78c9
RS
38512008-02-07 Richard Stallman <rms@gnu.org>
3852
3853 * windows.texi (Window Start): Mention the feature of moving
3854 window-start to start of line.
3855
c8763fb6 38562008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3857
3858 * keymaps.texi (Tool Bar): Document rtl property.
3859
1a256502
TTN
38602008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3861
3862 * display.texi (Button Types):
3863 For define-button-type, clarify type of NAME.
3864
569382c2
MR
38652008-01-19 Martin Rudalics <rudalics@gmx.at>
3866
3867 * buffers.texi (Buffer Modification): Fix typo.
3868
f3041af1
DN
38692008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3870
3871 * os.texi (System Environment): Remove references to OSes that are
3872 not supported anymore.
3873
d35e1cd7
DN
38742008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3875
3876 * os.texi (System Environment): Remove mention for Masscomp.
3877
23af7580
RS
38782008-01-04 Richard Stallman <rms@gnu.org>
3879
3880 * display.texi (Faces): Don't talk about internal face vector as arg
3881 to facep.
3882
3883 * customize.texi (Type Keywords): Fix previous change.
3884
3885 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3886 * elisp.texi (Top): Fix menu for commands.texi change.
3887
ec7d5b1e
RS
38882007-12-30 Richard Stallman <rms@gnu.org>
3889
5dcb4c4e 3890 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3891 (Accessing Scroll): New node broken out of Accessing Mouse.
3892
101a6cea
RS
38932007-12-28 Richard Stallman <rms@gnu.org>
3894
3895 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3896 (Basic Parameters): For `title', refer to title bar.
041817a4 3897 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3898
72b7e664
RS
38992007-12-23 Richard Stallman <rms@gnu.org>
3900
3901 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3902 Improve some of the commented-out keywords' text too.
3903
27a4f445
MR
39042007-12-14 Martin Rudalics <rudalics@gmx.at>
3905
e2e3f1d7
MR
3906 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3907 "visit the current buffer".
3908
27a4f445
MR
3909 * os.texi (System Interface): Fix typo.
3910
a2afc99d
RS
39112007-12-04 Richard Stallman <rms@gnu.org>
3912
3913 * objects.texi (Symbol Type): Fix typo.
3914
b694135c
RS
39152007-12-03 Richard Stallman <rms@gnu.org>
3916
3917 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3918
f99a19da
GM
39192007-12-01 Glenn Morris <rgm@gnu.org>
3920
3921 * functions.texi (Declaring Functions): Improve previous change.
3922
8f4b37d8
GM
39232007-11-30 Glenn Morris <rgm@gnu.org>
3924
3925 * functions.texi (Declaring Functions): Add optional fourth
3926 argument of declare-function, and setting third argument to `t'.
3927
61a2fe01
RS
39282007-11-29 Richard Stallman <rms@gnu.org>
3929
3930 * customize.texi (Composite Types): Document `group' type.
3931
cbfc5193
GM
39322007-11-29 Glenn Morris <rgm@gnu.org>
3933
5dcb4c4e
SM
3934 * functions.texi (Declaring Functions): Add findex.
3935 Mention `external' files.
cbfc5193 3936
8386283a
JB
39372007-11-26 Juanma Barranquero <lekktu@gmail.com>
3938
3939 * functions.texi (Declaring Functions): Fix directive.
3940
a07c9a8b
RS
39412007-11-25 Richard Stallman <rms@gnu.org>
3942
3943 * help.texi (Help Functions): Clean up last change.
3944
3945 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3946
3947 * loading.texi (Named Features): Minor cleanup.
3948
3949 * macros.texi (Eval During Expansion): Minor cleanup.
3950
3951 * variables.texi (Variable Aliases): Minor cleanup.
3952
a0925923
RS
39532007-11-24 Richard Stallman <rms@gnu.org>
3954
3955 * functions.texi (Declaring Functions): Clarify previous change.
3956
3957 * compile.texi (Compiler Errors): Clarify previous change.
3958
20c63e44
RS
39592007-11-24 Richard Stallman <rms@gnu.org>
3960
e5e76c04 3961 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3962 Clarify the text and move items around.
3963
5bb0cda3
GM
39642007-11-24 Glenn Morris <rgm@gnu.org>
3965
3966 * functions.texi (Declaring Functions): New section.
3967 * compile.texi (Compiler Errors): Mention declaring functions,
3968 defvar with no initvalue, and byte-compile-warnings.
3969
af13c86a
MR
39702007-11-15 Martin Rudalics <rudalics@gmx.at>
3971
3972 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3973 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3974
a5373305
MR
39752007-11-13 Martin Rudalics <rudalics@gmx.at>
3976
3977 * help.texi (Help Functions): Document new macro `with-help-window'.
3978
fe284805
JL
39792007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3980
3981 * searching.texi (Replacing Match): Describe new
3982 `match-substitute-replacement'.
3983
2c3a09b1
RS
39842007-10-31 Richard Stallman <rms@gnu.org>
3985
3986 * strings.texi (Creating Strings): Null strings from concat not unique.
3987
f2b480f4
RS
39882007-10-26 Richard Stallman <rms@gnu.org>
3989
3990 * objects.texi (Equality Predicates): Null strings are uniquified.
3991
3992 * minibuf.texi: Minor clarifications in previous change.
3993
db21122c
GM
39942007-10-25 Glenn Morris <rgm@gnu.org>
3995
3996 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3997
2328cbb3
RS
39982007-10-24 Richard Stallman <rms@gnu.org>
3999
4000 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4001
4002 * variables.texi (Frame-Local Variables): Node deleted.
4003 (Variables): Delete Frame-Local Variables from menu.
4004 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4005 (Default Value): Don't mention frame-local vars.
4006
4007 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4008
4009 * loading.texi (Unloading): Document FEATURE-unload-function
4010 instead of FEATURE-unload-hook.
4011
2328cbb3
RS
4012 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4013
c066bafa
JL
40142007-10-22 Juri Linkov <juri@jurta.org>
4015
4016 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4017 (High-Level Completion): Document a list of default value strings
4018 in the DEFAULT argument, for which minibuffer functions return the
4019 first element.
4020
65ced25f
JL
40212007-10-17 Juri Linkov <juri@jurta.org>
4022
4023 * text.texi (Filling): Update arguments of fill-paragraph.
4024 fill-paragraph operates on the active region in Transient Mark mode.
4025 Remove fill-paragraph-or-region.
4026
ee46ec8e
KB
40272007-10-13 Karl Berry <karl@gnu.org>
4028
4029 * elisp.texi (@dircategory): Move to after @copying,
4030 since we want @copying as close as possible to the beginning of
4031 the output.
4032
61bbdbc6
RS
40332007-10-12 Richard Stallman <rms@gnu.org>
4034
4035 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4036
4037 * commands.texi (Distinguish Interactive): New node,
4038 broken out from Interactive Call and rewritten.
4039 (Command Loop): Put Distinguish Interactive in menu.
4040
af23e1e8
RS
40412007-10-09 Richard Stallman <rms@gnu.org>
4042
4043 * text.texi (Examining Properties): Mention overlay priority.
4044
4045 * display.texi (Display Margins): Correct the description
4046 of margin display specifications.
4047 (Replacing Specs): New subnode broken out of Display Property.
4048
e1965a69
JL
40492007-10-06 Juri Linkov <juri@jurta.org>
4050
4051 * text.texi (Filling): Document fill-paragraph-or-region.
4052
4638454b
JB
40532007-10-05 Juanma Barranquero <lekktu@gmail.com>
4054
4055 * display.texi (Auto Faces): Fix typo.
4056
7ed54cc5
RS
40572007-10-02 Richard Stallman <rms@gnu.org>
4058
4059 * display.texi (Display Property): Explain some display specs
4060 don't let you move point in.
4061
5dcb4c4e
SM
4062 * frames.texi (Cursor Parameters):
4063 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4064
4065 * windows.texi (Basic Windows): Don't describe
4066 cursor-in-non-selected-windows here.
4067
305a7ef2
EZ
40682007-10-01 Eli Zaretskii <eliz@gnu.org>
4069
4070 * processes.texi (Misc Network): Note that these functions are
4071 supported only on some systems.
4072
f7a7f4eb
RS
40732007-10-01 Richard Stallman <rms@gnu.org>
4074
4075 * display.texi (Overlay Properties): Explain nil as priority.
4076 Explain that conflicts are unpredictable if not resolved by
4077 priorities.
4078
780d7bb9
RS
40792007-09-23 Richard Stallman <rms@gnu.org>
4080
4081 * macros.texi (Backquote): Minor clarification.
4082
14b4fdfb
RS
40832007-09-19 Richard Stallman <rms@gnu.org>
4084
4085 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4086 Clarify when they work in parallel and when one overrides.
4087 Fix error in example.
14b4fdfb 4088
b8d4c8d0
GM
40892007-09-06 Glenn Morris <rgm@gnu.org>
4090
b3e755a9 4091 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4092 commands to use ../../info.
4093 * Makefile.in (infodir): Go up one more level.
4638454b 4094 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4095 (miscmanualdir): New.
4096 (dist): Use new variable miscmanualdir.
4097 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4098 (usermanualdir): Change from ../man to ../emacs.
4099
1bb1f7d3
MR
41002007-08-30 Martin Rudalics <rudalics@gmx.at>
4101
4102 * commands.texi (Command Loop Info): Advise against changing
4103 most variables described here. Explain new variable
4104 last-repeatable-command.
4105
b8d4c8d0
GM
41062007-08-29 Glenn Morris <rgm@gnu.org>
4107
4108 * elisp.texi (EMACSVER): Increase to 23.0.50.
4109
41102007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4111
4112 * frames.texi (Basic Parameters): Add display-environment-variable
4113 and term-environment-variable.
4114
41152007-08-28 Juri Linkov <juri@jurta.org>
4116
4117 * display.texi (Image Formats, Other Image Types): Add SVG.
4118
41192007-08-28 Juri Linkov <juri@jurta.org>
4120
4121 * display.texi (Images): Move formats-related text to new node
4122 "Image Formats".
4123 (Image Formats): New node.
4124
619fb9ee
RS
41252007-08-27 Richard Stallman <rms@gnu.org>
4126
4127 * windows.texi (Window Configurations): Clarify what
4128 a window configuration saves.
4129
b8d4c8d0
GM
41302007-08-25 Richard Stallman <rms@gnu.org>
4131
4132 * display.texi (Images): Delete redundant @findex.
4133
39f9da30
GM
41342007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * text.texi (Change Hooks): (after|before)-change-functions are no
4137 longer bound to nil while running; rather inhibit-modification-hooks
4138 is t.
4139
b8d4c8d0
GM
41402007-08-16 Richard Stallman <rms@gnu.org>
4141
5dcb4c4e
SM
4142 * processes.texi (Asynchronous Processes):
4143 Clarify doc of start-file-process.
b8d4c8d0
GM
4144
41452007-08-08 Martin Rudalics <rudalics@gmx.at>
4146
4147 * modes.texi (Example Major Modes): Fix typo.
4148
41492007-08-08 Glenn Morris <rgm@gnu.org>
4150
4151 * intro.texi (nil and t): Do not use `iff' in documentation.
4152
4153 * tips.texi (Documentation Tips): Recommend against `iff'.
4154
41552007-08-07 Chong Yidong <cyd@stupidchicken.com>
4156
4157 * display.texi (Image Cache): Document image-refresh.
4158
41592007-08-06 Martin Rudalics <rudalics@gmx.at>
4160
4161 * windows.texi (Size of Window): Document window-full-width-p.
4162
41632007-07-25 Glenn Morris <rgm@gnu.org>
4164
4165 * gpl.texi (GPL): Replace license with GPLv3.
4166
4167 * Relicense all FSF files to GPLv3 or later.
4168
41692007-07-24 Michael Albinus <michael.albinus@gmx.de>
4170
4638454b
JB
4171 * processes.texi (Synchronous Processes):
4172 Add `process-file-shell-command'.
b8d4c8d0
GM
4173 (Asynchronous Processes): Mention restricted use of
4174 `process-filter' and `process-sentinel' in
4175 `start-file-process'. Add `start-file-process-shell-command'.
4176
41772007-07-17 Michael Albinus <michael.albinus@gmx.de>
4178
4179 * files.texi (Magic File Names): Introduce optional parameter
4180 IDENTIFICATION for `file-remote-p'.
4181
41822007-07-16 Richard Stallman <rms@gnu.org>
4183
4184 * display.texi (Defining Faces): Fix previous change.
4185
41862007-07-14 Richard Stallman <rms@gnu.org>
4187
4188 * control.texi (Handling Errors): Document `debug' in handler list.
4189
41902007-07-10 Richard Stallman <rms@gnu.org>
4191
4192 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4193
41942007-07-09 Richard Stallman <rms@gnu.org>
4195
4196 * files.texi (Magic File Names): Rewrite previous change.
4197
41982007-07-08 Michael Albinus <michael.albinus@gmx.de>
4199
4200 * files.texi (Magic File Names): Introduce optional parameter
4201 CONNECTED for `file-remote-p'.
4202
42032007-07-07 Michael Albinus <michael.albinus@gmx.de>
4204
4205 * processes.texi (Asynchronous Processes):
4206 * files.texi (Magic File Names): Add `start-file-process'.
4207
42082007-06-27 Richard Stallman <rms@gnu.org>
4209
5dcb4c4e
SM
4210 * files.texi (Format Conversion Piecemeal):
4211 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4212
42132007-06-27 Michael Albinus <michael.albinus@gmx.de>
4214
4638454b
JB
4215 * files.texi (Magic File Names): Remove `dired-call-process'.
4216 Add `process-file'.
b8d4c8d0
GM
4217
42182007-06-27 Kenichi Handa <handa@m17n.org>
4219
4220 * text.texi (Special Properties): Fix description about
4638454b 4221 `composition' property.
b8d4c8d0
GM
4222
42232007-06-26 Kenichi Handa <handa@m17n.org>
4224
4225 * nonascii.texi (Default Coding Systems): Document about the
4226 return value `undecided'.
4227
42282007-06-25 David Kastrup <dak@gnu.org>
4229
4230 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4231 `current-active-maps'.
4232
42332007-06-24 Karl Berry <karl@gnu.org>
4234
4638454b 4235 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4236
42372007-06-15 Juanma Barranquero <lekktu@gmail.com>
4238
4239 * display.texi (Overlay Arrow): Doc fix.
4240
42412007-06-14 Karl Berry <karl@tug.org>
4242
4243 * anti.texi (Antinews): Typo.
4244
42452007-06-14 Chong Yidong <cyd@stupidchicken.com>
4246
4247 * display.texi (Image Cache): Document image-refresh.
4248
42492007-06-12 Karl Berry <karl@gnu.org>
4250
4251 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4252 * two-volume.make: New file.
4253 * .cvsignore: Ignore two-volume files.
4254
42552007-06-12 Tom Tromey <tromey@redhat.com>
4256
4257 * os.texi (Init File): Document user-emacs-directory.
4258
42592007-06-03 Nick Roberts <nickrob@snap.net.nz>
4260
4261 * commands.texi (Click Events): Describe width and height when
4262 object is nil.
4263
42642007-05-30 Nick Roberts <nickrob@snap.net.nz>
4265
5dcb4c4e
SM
4266 * commands.texi (Click Events): Layout more logically.
4267 Describe width and height.
b8d4c8d0
GM
4268 (Drag Events, Motion Events): Update to new format for position.
4269
42702007-06-02 Richard Stallman <rms@gnu.org>
4271
4272 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4273
42742007-06-02 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * Version 22.1 released.
4277
42782007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * text.texi (Special Properties): Correct meaning of fontified face.
4281
42822007-05-30 Richard Stallman <rms@gnu.org>
4283
4284 * text.texi (Special Properties): Add link to Adjusting Point.
4285
42862007-05-12 Richard Stallman <rms@gnu.org>
4287
4288 * text.texi (Margins): indent-to-left-margin is not the default.
4289 (Mode-Specific Indent): For indent-line-function, the default
4290 is indent-relative.
4291
4292 * modes.texi (Example Major Modes): Explain last line of text-mode
4293 is redundant.
4294
42952007-05-10 Richard Stallman <rms@gnu.org>
4296
4297 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4298
4299 * help.texi (Keys in Documentation): Add reference to
4300 Documentation Tips.
4301
4302 * files.texi (Format Conversion): TO-FN gets three arguments.
4303
4304 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4305
43062007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4307
4308 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4309 * files.texi (Format Conversion): Expand intro; add menu.
4310 (Format Conversion Overview, Format Conversion Round-Trip)
4311 (Format Conversion Piecemeal): New nodes/subsections.
4312 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4313 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4314 (Saving Properties): Delete node/subsection.
4315
43162007-05-07 Karl Berry <karl@gnu.org>
4317
4318 * elisp.texi (EMACSVER): Back to 22.
4319
43202007-05-06 Richard Stallman <rms@gnu.org>
4321
4322 * processes.texi (Accepting Output): Revert most of previous change.
4323
43242007-05-05 Richard Stallman <rms@gnu.org>
4325
4326 * processes.texi (Accepting Output): accept-process-output
4327 uses microseconds, not milliseconds. But that arg is obsolete.
4328
43292007-05-04 Karl Berry <karl@tug.org>
4330
4331 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4332
43332007-05-04 Eli Zaretskii <eliz@gnu.org>
4334
4335 * tips.texi (Documentation Tips): Rearrange items to place the
4336 more important ones first. Add an index entry for hyperlinks.
4337
43382007-05-03 Karl Berry <karl@gnu.org>
4339
4340 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4341 (EMACSVER) [smallbook]: 22 for printed version.
4342
4343 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4344 so restore anchor to normal position after defun. Found by Kevin Ryde.
4345
43462007-04-26 Glenn Morris <rgm@gnu.org>
4347
4348 * elisp.texi (EMACSVER): Increase to 22.1.50.
4349
43502007-04-28 Karl Berry <karl@gnu.org>
4351
4352 * elisp.texi: Improve line breaks on copyright page,
4353 similar layout to emacs manual, 8.5x11 by default.
4354
43552007-04-24 Richard Stallman <rms@gnu.org>
4356
4357 * text.texi (Special Properties): Add xref to Overlay Properties.
4358
4359 * display.texi (Overlay Properties): Add xref to Special Properties.
4360
43612007-04-22 Richard Stallman <rms@gnu.org>
4362
4363 * keymaps.texi (Extended Menu Items): Move the info about
4364 format with cached keyboard binding.
4365
43662007-04-21 Richard Stallman <rms@gnu.org>
4367
4368 * text.texi (Special Properties): Clarify previous change.
4369
4370 * files.texi (File Name Expansion): Clarify previous change.
4371
4372 * display.texi (Attribute Functions): Fix example for
4373 face-attribute-relative-p.
4374
43752007-04-19 Kenichi Handa <handa@m17n.org>
4376
4377 * text.texi (Special Properties): Document composition property.
4378
43792007-04-19 Glenn Morris <rgm@gnu.org>
4380
4381 * files.texi (File Name Expansion): Mention "superroot".
4382
43832007-04-15 Chong Yidong <cyd@stupidchicken.com>
4384
4385 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4386 setups.
4387 (Display Feature Testing): Note that display refers to all
4388 physical monitors for multi-monitor setups.
4389
43902007-04-14 Richard Stallman <rms@gnu.org>
4391
4392 * lists.texi (Sets And Lists): Clarify `delete' examples.
4393 Remove spurious xref to same node.
4394 Clarify xref for add-to-list.
4395
43962007-04-12 Nick Roberts <nickrob@snap.net.nz>
4397
4398 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4399 value of lisp-mode-map.
4400
44012007-04-11 Karl Berry <karl@gnu.org>
4402
4403 * anti.texi (Antinews):
4404 * display.texi (Overlay Properties, Defining Images):
4405 * processes.texi (Synchronous Processes, Sentinels):
4406 * syntax.texi (Syntax Table Internals):
4407 * searching.texi (Regexp Special):
4408 * nonascii.texi (Default Coding Systems):
4409 * text.texi (Special Properties):
4410 * minibuf.texi (Basic Completion): Wording to improve breaks in
4411 8.5x11 format.
4412 * elisp.texi (smallbook): New @set to more easily switch between
4413 smallbook and 8.5x11.
4414
44152007-04-11 Richard Stallman <rms@gnu.org>
4416
4417 * text.texi (Lazy Properties): Minor fix.
4418
44192007-04-08 Karl Berry <karl@gnu.org>
4420
4421 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4422 * macros.texi (Backquote): Downcase Backquote in index entries for
4423 consistency.
4424
44252007-04-08 Richard Stallman <rms@gnu.org>
4426
4427 * text.texi (Adaptive Fill): Just describe default,
4428 don't show it (since it contains non-ASCII chars).
4429
44302007-04-07 Karl Berry <karl@gnu.org>
4431
4432 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4433 adaptive-fill-regexp's value, since they are not in the standard
4434 TeX fonts.
4435
44362007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4437
4438 * display.texi (Defining Faces): Fix example.
4439
44402007-04-07 Karl Berry <karl@gnu.org>
4441
4442 * display.texi (Button Buffer Commands): Improve page break.
4443
44442007-04-07 Richard Stallman <rms@gnu.org>
4445
4446 * advice.texi (Activation of Advice): Remove redundant index entry.
4447
4448 * backups.texi: Improve index entries. Remove redundant ones.
4449
4450 * compile.texi (Byte Compilation): Improve index entry.
4451
4452 * hash.texi (Creating Hash): Improve index entry.
4453
4454 * symbols.texi (Definitions): Improve index entry.
4455
4456 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4457
4458 * maps.texi (Standard Keymaps): Remove useless index entry.
4459
4460 * help.texi (Documentation Basics): Remove redundant index entries.
4461
4462 * customize.texi: Improve index entries.
4463 Remove redundant/useless ones.
4464
4465 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4466
4467 * streams.texi (Output Variables): Improve index entry.
4468
4469 * abbrevs.texi (Abbrevs): Remove useless index entry.
4470
4471 * macros.texi (Expansion): Remove useless index entry.
4472
4473 * text.texi: Improve index entries. Remove redundant/useless ones.
4474 (Text Properties, Examining Properties)
4475 (Special Properties): Use "property category" instead of "category"
4476 to refer to the `category' property.
4477
4478 * positions.texi: Improve index entries. Remove useless one.
4479
4480 * lists.texi: Improve index entries. Remove redundant/useless ones.
4481
4482 * os.texi: Improve index entries.
4483 (Timers): Fix previous change.
4484
4485 * buffers.texi: Improve index entries.
4486 (Modification Time): Get rid of term "obsolete buffer".
4487
4488 * debugging.texi: Improve index entries.
4489 (Test Coverage): Add xref to other test coverage ftr.
4490
4491 * eval.texi: Improve index entry. Remove redundant ones.
4492
4493 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4494
4495 * files.texi: Improve index entries. Remove redundant/useless ones.
4496
4497 * objects.texi: Improve index entries.
4498
4499 * processes.texi: Improve index entries.
4500
4501 * modes.texi: Improve index entry. Remove redundant one.
4502
4503 * nonascii.texi: Improve index entries.
4504
4505 * internals.texi: Improve index entries.
4506
4507 * syntax.texi: Improve index entries.
4508
4509 * keymaps.texi (Active Keymaps): Improve index entries.
4510
4511 * commands.texi: Improve index entries. Remove redundant/useless ones.
4512
4513 * frames.texi: Improve index entries. Remove redundant/useless ones.
4514
4515 * markers.texi: Improve index entries. Remove redundant ones.
4516
4517 * tips.texi: Improve index entries.
4518
4519 * loading.texi (Unloading): Improve index entry.
4520
4521 * variables.texi: Improve index entries. Remove redundant one.
4522
4523 * sequences.texi: Improve index entry.
4524
4525 * display.texi: Improve index entries. Remove redundant ones.
4526
4527 * windows.texi: Improve index entries.
4528
4529 * searching.texi: Improve index entries. Remove redundant one.
4530
4531 * strings.texi (Case Tables): Improve last change.
4532
45332007-04-04 Chong Yidong <cyd@stupidchicken.com>
4534
4535 * strings.texi (Case Tables): Document with-case-table and
4536 ascii-case-table.
4537
45382007-04-03 Karl Berry <karl@gnu.org>
4539
4540 * processes.texi (Network): Reword to improve page break.
4541
45422007-04-03 Eli Zaretskii <eliz@gnu.org>
4543
4544 * functions.texi (Inline Functions): Describe more disadvantages
4545 of defsubst, and make advice against it stronger.
4546
45472007-04-02 Karl Berry <karl@gnu.org>
4548
4549 * backups.texi (Backup Names): Avoid widow words.
4550 * modes.texi (Example Major Modes): Align last comment.
4551
45522007-04-01 Chong Yidong <cyd@stupidchicken.com>
4553
4554 * keymaps.texi (Remapping Commands): Document new arg to
4555 command-remapping.
4556
45572007-04-01 Karl Berry <karl@gnu.org>
4558
4559 * processes.texi (Low-Level Network): Typo.
4560 * loading.texi (Hooks for Loading): Avoid double "the".
4561 * keymaps.texi (Key Sequences): No double "and".
4562 (Changing Key Bindings): Shorten to improve line break.
4563
45642007-03-31 Glenn Morris <rgm@gnu.org>
4565
4566 * os.texi (Timers): Fix description of run-at-time TIME formats.
4567
45682007-03-31 Richard Stallman <rms@gnu.org>
4569
4570 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4571 regarding ellipsis.
4572
45732007-03-31 Eli Zaretskii <eliz@gnu.org>
4574
4575 * intro.texi (nil and t):
4576 * symbols.texi (Plists and Alists):
4577 * variables.texi (Variable Aliases, Constant Variables):
4578 * functions.texi (Defining Functions):
4579 * advice.texi (Advising Primitives):
4580 * debugging.texi (Syntax Errors, Compilation Errors):
4581 * minibuf.texi (Minibuffer Windows):
4582 * commands.texi (Adjusting Point):
4583 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4584 (Auto Major Mode, Major Mode Conventions):
4585 * help.texi (Describing Characters):
4586 * files.texi (Create/Delete Dirs, Information about Files)
4587 (File Locks, Writing to Files, Reading from Files)
4588 (Saving Buffers):
4589 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4590 * frames.texi (Finding All Frames):
4591 * positions.texi (Buffer End, Motion):
4592 * markers.texi (The Region):
4593 * text.texi (Deletion, Near Point):
4594 * display.texi (Displaying Messages, Truncation):
4595 * os.texi (Processor Run Time):
4596 * tips.texi (Key Binding Conventions, Programming Tips)
4597 (Warning Tips, Documentation Tips, Comment Tips):
4598 * internals.texi (Memory Usage): Improve indexing.
4599
4600 * variables.texi (Frame-Local Variables):
4601 * functions.texi (Argument List):
4602 * loading.texi (Library Search):
4603 * streams.texi (Output Variables):
4604 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4605 * searching.texi (Replacing Match, Search and Replace):
4606 * processes.texi (Byte Packing, Decoding Output)
4607 (Accepting Output, Network Servers, Shell Arguments):
4608 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4609 * windows.texi (Window Point, Window Start):
4610 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4611 * commands.texi (Reading Input, Keyboard Events):
4612 * minibuf.texi (Reading File Names, Minibuffer Completion)
4613 (Recursive Mini):
4614 * positions.texi (List Motion):
4615 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4616 * numbers.texi (Arithmetic Operations, Math Functions)
4617 (Predicates on Numbers, Comparison of Numbers):
4618 (Numeric Conversions):
4619 * locals.texi (Standard Buffer-Local Variables):
4620 * maps.texi (Standard Keymaps):
4621 * os.texi (User Identification, System Environment, Recording Input)
4622 (X11 Keysyms):
4623 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4624 * backups.texi (Backups and Auto-Saving):
4625 * customize.texi (Customization, Group Definitions)
4626 (Variable Definitions):
4627 * compile.texi (Byte Compilation): Improve index entries.
4628
46292007-03-31 Karl Berry <karl@gnu.org>
4630
4631 * macros.texi (Defining Macros): Avoid widow syllable.
4632
46332007-03-31 Eli Zaretskii <eliz@gnu.org>
4634
4635 * elisp.texi (Top): Postscript -> PostScript.
4636
4637 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4638
46392007-03-31 Markus Triska <markus.triska@gmx.at>
4640
4641 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4642
46432007-03-30 Karl Berry <karl@gnu.org>
4644
4645 * lists.texi (List-related Predicates): Remove spurious @need.
4646 (Setcdr): Use @smallexample to improve page break.
4647 (Association Lists) <assoc>: Reword to improve page break.
4648
4649 * strings.texi (String Conversion): Insert blank line to improve
4650 page break.
4651
4652 * numbers.texi (Random Numbers): Use @minus{}.
4653 (Math Functions): Use @minus{}.
4654
4655 * intro.texi (Acknowledgements): Avoid line breaks before middle
4656 initials.
4657
46582007-03-24 Eli Zaretskii <eliz@gnu.org>
4659
4660 * errors.texi (Standard Errors): Add an index entry.
4661
46622007-03-19 Richard Stallman <rms@gnu.org>
4663
4664 * os.texi (Recording Input): recent-keys now gives 300 keys.
4665
46662007-03-12 Glenn Morris <rgm@gnu.org>
4667
4668 * os.texi: Replace "daylight savings" with "daylight saving"
4669 throughout.
4670
46712007-03-05 Richard Stallman <rms@gnu.org>
4672
5dcb4c4e
SM
4673 * variables.texi (File Local Variables):
4674 Update enable-local-variables values.
b8d4c8d0
GM
4675
46762007-03-04 Richard Stallman <rms@gnu.org>
4677
4678 * syntax.texi (Control Parsing): Minor clarification.
4679
4680 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4681
4682 * sequences.texi (Sequence Functions): Move string-bytes away,
4683 add xref.
4684
4685 * nonascii.texi (Text Representations): Move string-bytes here.
4686
4687 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4688
4689 * minibuf.texi (Basic Completion): Minor clarification.
4690
4691 * markers.texi (The Mark): Clarify existence vs activation of mark.
4692 Other cleanup.
4693
4694 * display.texi (Finding Overlays): Write better example.
4695
4696 * compile.texi (Eval During Compile): Clarify putting macros
4697 in eval-when-compile.
4698
c5602427 46992007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4700
4701 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4702 load-read-function definition doc.
b8d4c8d0
GM
4703
47042007-02-21 Kim F. Storm <storm@cua.dk>
4705
4706 * strings.texi (Text Comparison): Mention that assoc-string
4707 converts symbols to strings before testing.
4708
47092007-02-17 Kim F. Storm <storm@cua.dk>
4710
4711 * processes.texi (Bindat Spec): Vector types can have optional
4712 element type.
4713 (Bindat Examples): Fix example. Add vector with element type.
4714
47152007-02-16 Andreas Schwab <schwab@suse.de>
4716
4717 * strings.texi (Formatting Strings): Document '+' flag.
4718
47192007-02-15 Juanma Barranquero <lekktu@gmail.com>
4720
4721 * strings.texi (Modifying Strings): Clarify that `clear-string'
4722 always converts the string to unibyte.
4723
47242007-02-14 Kim F. Storm <storm@cua.dk>
4725
4726 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4727 Rewrite glyph code description to refer to these functions.
4728 Remove details of encoding face number and char into integer code.
4729
47302007-02-03 Alan Mackenzie <acm@muc.de>
4731
4732 * loading.texi (Hooks for Loading): Make the description of
4733 `eval-after-load' more detailed, and amend the description of
4734 after-load-alist, in accordance with changes from 2006-05.
4735
47362007-02-03 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * modes.texi (Defining Minor Modes): Document that a :require
4739 keyword or similar may be required to make saved customization
4740 variables work.
4741
47422007-02-03 Eli Zaretskii <eliz@gnu.org>
4743
4744 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4745 Texinfo guidelines and with what texnfo-upd.el expects.
4746 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4747 parts needed by `texinfo-multiple-files-update'.
4748
47492007-02-02 Eli Zaretskii <eliz@gnu.org>
4750
4751 * elisp.texi (Top): Update the top-level menus.
4752
4753 * syntax.texi (Categories): Add index entries.
4754
47552007-02-01 Juanma Barranquero <lekktu@gmail.com>
4756
4757 * display.texi (Attribute Functions): Fix name and description of
4758 the UNDERLINE arg of `set-face-underline-p'.
4759
47602007-01-29 Eli Zaretskii <eliz@gnu.org>
4761
4762 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4763 Variables", and "Standard Keymaps" to the detailed menu.
4764
4765 * variables.texi (Future Local Variables): Add index entry.
4766
47672007-01-28 Richard Stallman <rms@gnu.org>
4768
4769 * tips.texi (Coding Conventions): Clarify the tip about macros
4770 that define a function or a variable.
4771
4772 * files.texi (File Attributes): UID and GID can be floats.
4773 (Magic File Names): Explain why deferring all operations to
4774 the standard handler does not work.
4775
47762007-01-23 Martin Rudalics <rudalics@gmx.at>
4777
4778 * backups.texi (Reverting): Use "buffer" instead of "file"
4779 when talking about major and minor modes.
4780
47812007-01-21 Richard Stallman <rms@gnu.org>
4782
4783 * help.texi (Documentation): Add xref to Documentation Tips.
4784
47852007-01-14 Juanma Barranquero <lekktu@gmail.com>
4786
4787 * tips.texi (Coding Conventions): Fix typos.
4788
47892007-01-05 Richard Stallman <rms@gnu.org>
4790
4791 * modes.texi (Defining Minor Modes): Fix previous change.
4792
47932007-01-03 Richard Stallman <rms@gnu.org>
4794
4795 * customize.texi (Variable Definitions, Customization Types):
4796 Don't use * in doc string for defcustom.
4797
47982007-01-02 Richard Stallman <rms@gnu.org>
4799
4800 * variables.texi (Variable Aliases): Clarify that aliases vars
4801 always have the same value.
4802
4803 * processes.texi (Bindat Spec): Fix Texinfo usage.
4804
4805 * modes.texi (Defining Minor Modes): Explain effect of command
4806 defined with define-global-minor-mode on new buffers.
4807
48082006-12-30 Kim F. Storm <storm@cua.dk>
4809
4810 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4811 `auto-resize-tool-bars'.
4812
48132006-12-30 Richard Stallman <rms@gnu.org>
4814
4815 * keymaps.texi (Active Keymaps): Fix previous change.
4816
48172006-12-30 Nick Roberts <nickrob@snap.net.nz>
4818
4819 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4820
48212006-12-30 Kim F. Storm <storm@cua.dk>
4822
4823 * processes.texi (Bindat Spec): Clarify using field names in
4824 length specifications.
4825
48262006-12-29 Kim F. Storm <storm@cua.dk>
4827
4828 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4829 Add count and index variables for eval forms in repeat blocks.
4830
48312006-12-24 Richard Stallman <rms@gnu.org>
4832
5dcb4c4e
SM
4833 * customize.texi (Variable Definitions):
4834 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4835
48362006-12-19 Kim F. Storm <storm@cua.dk>
4837
4838 * commands.texi (Misc Events): User signals now result in sigusr1
4839 and sigusr2 events which are handled through special-event-map.
4840 (Special Events): User signals and drag-n-drop are special.
4841
48422006-12-17 Richard Stallman <rms@gnu.org>
4843
4844 * loading.texi (Named Features): Explain subfeatures better.
4845
4846 * customize.texi: Use "option" only for user options.
4847 For the keyword values inside defcustom etc, say "keywords".
4848 For :options value's elements, say "elements".
4849 :group should not be omitted.
4850
4851 * syntax.texi (Parsing Expressions): Split up node.
4852 (Motion via Parsing, Position Parse, Parser State)
4853 (Low-Level Parsing, Control Parsing): New subnodes.
4854 (Parser State): Document syntax-ppss-toplevel-pos.
4855
4856 * positions.texi (List Motion): Punctuation fix.
4857
4858 * files.texi (File Name Completion): Document PREDICATE arg
4859 to file-name-completion.
4860
48612006-12-16 Eli Zaretskii <eliz@gnu.org>
4862
4863 * internals.texi (Building Emacs, Writing Emacs Primitives):
4864 Add index entries.
4865
48662006-12-11 Richard Stallman <rms@gnu.org>
4867
4868 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4869 affects face menu. Explain how to make it non-nil without enabling
4870 any fontification.
4871
48722006-12-10 Chong Yidong <cyd@stupidchicken.com>
4873
4874 * modes.texi (Font Lock Basics): Document nil value of
4875 font-lock-defaults.
4876
48772006-12-10 Glenn Morris <rgm@gnu.org>
4878
4879 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4880 value for system-flag argument. Abbrev tables may not be empty
4881 when major modes are loaded.
4882
48832006-12-08 Juanma Barranquero <lekktu@gmail.com>
4884
4885 * makefile.w32-in (maintainer-clean): Partially revert last
4886 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4887 to protect elisp-covers.texi.
4888
48892006-12-07 Juanma Barranquero <lekktu@gmail.com>
4890
4891 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4892 Don't remove elisp* info files; they are already deleted by the
4893 `clean' and `distclean' targets, and they are in the $(infodir)
4894 directory, not the current one.
4895
48962006-12-04 Kim F. Storm <storm@cua.dk>
4897
4898 * commands.texi (Misc Events): Update signal events.
4899 (Event Examples): Add signal example.
4900
49012006-11-29 Richard Stallman <rms@gnu.org>
4902
4903 * frames.texi (Visibility of Frames): Explain visible windows
4904 can be covered by others. Add xref for raise-frame.
4905
49062006-11-28 Richard Stallman <rms@gnu.org>
4907
4908 * searching.texi (Regexp Special): Update when ^ is special.
4909
49102006-11-27 Eli Zaretskii <eliz@gnu.org>
4911
4912 * customize.texi (Customization, Common Keywords)
4913 (Group Definitions, Variable Definitions, Composite Types)
4914 (Type Keywords, Customization Types): Add index entries for
4915 various customization keywords.
4916
49172006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4920
c8763fb6 49212006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4922
4923 * frames.texi (Window System Selections): Remove clipboard from
4924 description of selection-coding-system.
4925
49262006-11-06 Richard Stallman <rms@gnu.org>
4927
4928 * lists.texi (List Variables): Document COMPARE-FN.
4929
4930 * keymaps.texi: Avoid use of "binding" to mean a relation;
4931 use it only to refer to the meaning associated with a key.
4932 (Keymaps): Change menu node description.
4933
4934 * elisp.texi (Top): Change menu node description.
4935
4936 * display.texi (Managing Overlays): Document overlay-recenter.
4937
49382006-10-29 Chong Yidong <cyd@stupidchicken.com>
4939
4940 * Makefile.in: Use relative paths to avoid advertising filesystem
4941 contents during compilation.
4942
49432006-10-23 Kim F. Storm <storm@cua.dk>
4944
4945 * commands.texi (Event Input Misc): Update unread-command-events.
4946
49472006-10-23 Nick Roberts <nickrob@snap.net.nz>
4948
4949 * lists.texi (Sets And Lists): Fix typos.
4950
49512006-10-18 Juanma Barranquero <lekktu@gmail.com>
4952
4953 * control.texi (Processing of Errors): Use @var for an argument,
4954 not @code.
4955
49562006-10-16 Richard Stallman <rms@gnu.org>
4957
4958 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4959
4960 * keymaps.texi (Format of Keymaps): Show all the keymap element
4961 patterns that result from menu items.
4962 (Key Lookup): Minor cleanups.
4963
4964 * modes.texi (Precalculated Fontification): Don't say that
4965 not setting font-lock-defaults avoids loading font-lock.
4966
4967 * help.texi (Documentation): Move xref to Emacs Manual here.
4968 (Documentation Basics): From here.
4969 Also doc emacs-lisp-docstring-fill-column.
4970
4971 * elisp.texi: Update version and ISBN.
4972
4973 * commands.texi (Interactive Call): Clarify KEYS arg to
4974 call-interactively is a vector.
4975 (Command Loop Info): Delete anchor in this-command-keys.
4976 Add anchor in this-command-keys-vector.
4977 (Recursive Editing): Document how recursive-edit
4978 handles the current buffer.
4979
49802006-10-13 Chong Yidong <cyd@stupidchicken.com>
4981
4982 * frames.texi (Frame Titles): %c and %l are ignored in
4983 frame-title-format.
4984
49852006-10-11 Richard Stallman <rms@gnu.org>
4986
4987 * keymaps.texi (Key Sequences): Clarify use of kbd.
4988
49892006-10-10 Kim F. Storm <storm@cua.dk>
4990
4991 * lists.texi (Sets And Lists): Add memql.
4992
49932006-10-03 Richard Stallman <rms@gnu.org>
4994
4995 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4996 Clarify :ascii: and :nonascii:.
4997
49982006-09-29 Juri Linkov <juri@jurta.org>
4999
5000 * modes.texi (%-Constructs): Reorder coding systems in the
5001 documentation of %z to the real order displayed in the modeline.
5002
50032006-09-25 Richard Stallman <rms@gnu.org>
5004
5005 * os.texi (Timers): Describe timer-max-repeats.
5006
50072006-09-25 Chong Yidong <cyd@stupidchicken.com>
5008
5009 * os.texi (Timers): Mention with-local-quit.
5010
50112006-09-24 Richard Stallman <rms@gnu.org>
5012
5013 * searching.texi (Searching and Matching): Mention property search.
5014
5015 * commands.texi (Command Loop Info): Explain how read-event affects
5016 this-command-keys.
5017
50182006-09-20 Richard Stallman <rms@gnu.org>
5019
5020 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5021
5022 * windows.texi (Window Start): Minor cleanups.
5023
50242006-09-20 Kim F. Storm <storm@cua.dk>
5025
5026 * windows.texi (Window Start): pos-visible-in-window-p allows
5027 specifying t for position to mean "end of window".
5028 Add window-line-height.
5029
5030 * anti.texi (Antinews): Mention window-line-height.
5031
50322006-09-19 David Kastrup <dak@gnu.org>
5033
5034 * keymaps.texi (Searching Keymaps): Small clarification.
5035
50362006-09-18 Richard Stallman <rms@gnu.org>
5037
5038 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5039 cause keyboard menus.
5040 (Menu Keymaps): Likewise.
5041 (Defining Menus, Keyboard Menus): Clarify.
5042
5043 * text.texi (Fields): Clarify explanation of constrain-to-field.
5044
50452006-09-16 Eli Zaretskii <eliz@gnu.org>
5046
5047 * variables.texi (Tips for Defining): Fix a typo.
5048
50492006-09-15 Richard Stallman <rms@gnu.org>
5050
5051 * keymaps.texi (Remapping Commands, Searching Keymaps)
5052 (Active Keymaps): Clean up previous change.
5053
50542006-09-15 Jay Belanger <belanger@truman.edu>
5055
5056 * gpl.texi: Replace "Library Public License" by "Lesser Public
5057 License" throughout.
5058
50592006-09-15 David Kastrup <dak@gnu.org>
5060
5061 * keymaps.texi (Active Keymaps): Adapt description to use
5062 `get-char-property' instead `get-text-property'. Explain how
5063 mouse events change this. Explain the new optional argument of
5064 `key-binding' and its mouse-dependent lookup.
5065 (Searching Keymaps): Adapt description similarly.
5066 (Remapping Commands): Explain the new optional argument of
5067 `command-remapping'.
5068
50692006-09-14 Richard Stallman <rms@gnu.org>
5070
5071 * keymaps.texi (Searching Keymaps): Clarification.
5072 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5073
50742006-09-13 Richard Stallman <rms@gnu.org>
5075
5076 * objects.texi (Character Type): Node split.
5077 Add xref to Describing Characters.
5078 (Basic Char Syntax, General Escape Syntax)
5079 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5080
50812006-09-11 Richard Stallman <rms@gnu.org>
5082
5083 * display.texi (Display Table Format): Wording clarification.
5084 (Glyphs): Clarifications.
5085
50862006-09-10 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5089 local maps.
5090
50912006-09-10 Kim F. Storm <storm@cua.dk>
5092
5093 * display.texi (Forcing Redisplay): Document return value of
5094 function redisplay.
5095
50962006-09-09 Richard Stallman <rms@gnu.org>
5097
5098 * windows.texi (Window Hooks): Explain limits of
5099 window-scroll-functions.
5100
5101 * display.texi (Fringe Indicators): Update for last change in
5102 indicate-buffer-boundaries.
5103
51042006-09-08 Richard Stallman <rms@gnu.org>
5105
5106 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5107
51082006-09-06 Kim F. Storm <storm@cua.dk>
5109
5110 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5111
5112 * windows.texi (Window Start): Update pos-visible-in-window-p.
5113
51142006-09-04 Richard Stallman <rms@gnu.org>
5115
5116 * processes.texi (Accepting Output): Explain SECONDS=0 for
5117 accept-process-output.
5118
5119 * os.texi (Idle Timers): Explain why timer functions should not
5120 loop until (input-pending-p).
5121
51222006-09-02 Eli Zaretskii <eliz@gnu.org>
5123
5124 * makefile.w32-in (usermanualdir): New variable.
5125 (elisp.dvi): Use it.
5126
51272006-09-01 Eli Zaretskii <eliz@gnu.org>
5128
5129 * buffers.texi (Buffer Modification): Fix last change.
5130
51312006-09-01 Chong Yidong <cyd@stupidchicken.com>
5132
5dcb4c4e
SM
5133 * buffers.texi (Buffer Modification):
5134 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5135
51362006-08-31 Richard Stallman <rms@gnu.org>
5137
5138 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5139
51402006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5141
5142 * modes.texi (Syntactic Font Lock):
5143 Mention font-lock-syntactic-face-function
5144 instead of specific faces.
5145
51462006-08-29 Chong Yidong <cyd@stupidchicken.com>
5147
5148 * display.texi (Images): Add xrref to display-images-p.
5149
51502006-08-28 Kenichi Handa <handa@m17n.org>
5151
5152 * nonascii.texi (Lisp and Coding Systems): Fix description of
5153 detect-coding-region.
5154
51552006-08-27 Michael Olson <mwolson@gnu.org>
5156
5157 * processes.texi (Transaction Queues): Remove stray quote
5158 character.
5159
51602006-08-25 Richard Stallman <rms@gnu.org>
5161
5162 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5163 Add xref.
5164
51652006-08-24 Chong Yidong <cyd@stupidchicken.com>
5166
5167 * os.texi (Timers): Avoid waiting inside timers.
5168
51692006-08-21 Lute Kamstra <lute@gnu.org>
5170
5171 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5172
51732006-08-20 Richard Stallman <rms@gnu.org>
5174
5175 * os.texi (Idle Timers): New node, split out from Timers.
5176 Document current-idle-time.
5177 * commands.texi (Reading One Event): Update xref.
5178 * elisp.texi (Top): Update subnode menu.
5179
51802006-08-16 Richard Stallman <rms@gnu.org>
5181
5182 * keymaps.texi (Extended Menu Items): Show format of cached
5183 bindings in extended menu items.
5184
5185 * customize.texi (Variable Definitions): Explain when the
5186 standard value expression is evaluated.
5187
51882006-08-15 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * commands.texi (Reading One Event): Explain idleness in
5191 `read-event'.
5192
51932006-08-12 Chong Yidong <cyd@stupidchicken.com>
5194
5195 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5196 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5197 relevant for Lisp programming.
5198 (Yank Commands): Rewrite introduction.
5199 (Undo): Clarify.
5200 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5201 (Filling): Remove redundant comment. Clarify return value of
5202 current-justification.
5203 (Margins): Minor clarifications.
5204 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5205 (Sorting): Update definition of sort-lines.
5206 (Columns): Clarify behavior of sort-columns.
5207 (Indent Tabs): Link to Tab Stops in Emacs manual.
5208 (Special Properties): Clarify.
5209 (Clickable Text): Mention Buttons package.
5210
52112006-08-12 Kevin Ryde <user42@zip.com.au>
5212
5213 * os.texi (Time Parsing): Add %z to description of
5214 format-time-string, as per docstring. Add cross reference to
5215 glibc manual for strftime.
5216
52172006-08-08 Richard Stallman <rms@gnu.org>
5218
5219 * modes.texi: Clean up wording in previous change.
5220
52212006-08-07 Chong Yidong <cyd@stupidchicken.com>
5222
5223 * modes.texi (Hooks): Clarify.
5224 (Major Mode Basics): Mention define-derived-mode explicitly.
5225 (Major Mode Conventions): Rebinding RET is OK for some modes.
5226 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5227 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5228 (Mode Line Basics): Clarify.
5229 (Mode Line Data): Mention help-echo and local-map in strings.
5230 Explain reason for treatment of non-risky variables.
5231 (Properties in Mode): Clarify.
5232 (Faces for Font Lock): Add font-lock-negation-char-face.
5233
52342006-08-04 Eli Zaretskii <eliz@gnu.org>
5235
5236 * strings.texi (Formatting Strings): Warn against arbitrary
5237 strings as first arg to `format'.
5238
52392006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5240
5241 * text.texi (Clickable Text): Mention `help-echo' text property.
5242 Update intro, examples and associated explanations.
5243
52442006-07-31 Richard Stallman <rms@gnu.org>
5245
5246 * commands.texi: Update xrefs.
5247 (Event Mod): New node, cut out from old Translating Input.
5248
5249 * maps.texi: Update xrefs.
5250
5251 * keymaps.texi (Translation Keymaps): New node.
5252 Update xrefs from Translating Input to Translation Keymaps.
5253
5254 * elisp.texi (Top): Update subnode menu.
5255
5256 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5257
5258 * os.texi (System Interface): Fix menu descriptions of some nodes.
5259 (Translating Input): Node deleted.
5260
52612006-07-31 Nick Roberts <nickrob@snap.net.nz>
5262
5263 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5264
5265 * lists.texi (Sets And Lists): Likewise.
5266
52672006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5268
5269 * text.texi (Fields): Mention POS
5270 requirement when narrowing is in effect.
5271
52722006-07-28 Richard Stallman <rms@gnu.org>
5273
5274 * display.texi (Face Attributes): Simplify wording.
5275 (Attribute Functions): Clarify meaning of new-frame default
5276 attribute settings.
5277
5278 * customize.texi (Common Keywords): Document how to use
5279 :package-version in a package not in Emacs.
5280
52812006-07-28 Kim F. Storm <storm@cua.dk>
5282
5283 * commands.texi (Reading One Event): Fix last change.
5284
52852006-07-26 Chong Yidong <cyd@stupidchicken.com>
5286
5287 * commands.texi (Reading One Event): Document SECONDS argument for
5288 read-event, read-char, and read-char-exclusive.
5289
52902006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5293 to ensure correct identification.
5294
52952006-07-24 Richard Stallman <rms@gnu.org>
5296
5297 * text.texi (Clickable Text): Clarify.
5298
5299 * sequences.texi (Vector Functions): Delete duplicate xref.
5300
5301 * objects.texi (Function Type): Clarify.
5302
5303 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5304 modes.
5305
5306 * lists.texi (List Variables): New node.
5307 Material moved from other nodes.
5308
5309 * variables.texi (Setting Variables): add-to-list and
5310 add-to-ordered-list moved to List Variables node.
5311
53122006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5313
5314 * text.texi (Links and Mouse-1):
5315 For mouse-on-link-p, expand on arg POS.
5316
53172006-07-21 Kim F. Storm <storm@cua.dk>
5318
5319 * display.texi (Forcing Redisplay): Don't mention systems which
5320 don't support sub-second timers for redisplay-preemption-period.
5321
5322 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5323
53242006-07-21 Eli Zaretskii <eliz@gnu.org>
5325
5326 * frames.texi (Input Focus): Document that focus-follows-mouse has
5327 no effect on MS-Windows.
5328
53292006-07-18 Richard Stallman <rms@gnu.org>
5330
5331 * display.texi (Forcing Redisplay): Cleanups in previous change.
5332
5333 * processes.texi (Low-Level Network): Make menu more convenient.
5334
53352006-07-18 Kim F. Storm <storm@cua.dk>
5336
5337 * display.texi (Forcing Redisplay): redisplay-preemption-period
5338 only used on window systems. Add xref to Terminal Output.
5339
5340 * os.texi (Terminal Output): baud-rate only controls preemption on
5341 non-window systems. Add xref to Forcing Redisplay.
5342
5343 * processes.texi (Low-Level Network): Rename node "Make Network"
5344 to "Network Processes".
5345
53462006-07-18 Karl Berry <karl@gnu.org>
5347
5348 * variables.texi, functions.texi, customize.texi, loading.texi:
5349 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5350
53512006-07-17 Chong Yidong <cyd@stupidchicken.com>
5352
5353 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5354
53552006-07-17 Richard Stallman <rms@gnu.org>
5356
5357 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5358 Put period and comma inside quotes.
5359
5360 * loading.texi, markers.texi: Use real doublequote inside menus.
5361
5362 * windows.texi: Put point and comma inside quotes.
5363 (Textual Scrolling): Use @samp for error message.
5364
5365 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5366 * strings.texi, streams.texi, processes.texi, os.texi:
5367 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5368 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5369 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5370 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5371 Put point and comma inside quotes.
5372
5373 * control.texi (Processing of Errors): Add command-error-function.
5374
5375 * variables.texi (File Local Variables): Clarify that
5376 file local variables make buffer-local bindings.
5377
5378 * modes.texi (Syntactic Font Lock): Give default for
5379 font-lock-syntax-table.
5380
53812006-07-17 Nick Roberts <nickrob@snap.net.nz>
5382
5383 * text.texi (Special Properties): Clean up previous change.
5384
53852006-07-16 Karl Berry <karl@gnu.org>
5386
5387 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5388 * control.texi: Fix bad page breaks through chapter 10 (control).
5389
5390 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5391 underfull hbox.
5392
53932006-07-15 Nick Roberts <nickrob@snap.net.nz>
5394
5395 * text.texi (Special Properties): Describe fontified text property
5396 in relation to a character (not text).
5397
53982006-07-15 Kim F. Storm <storm@cua.dk>
5399
5400 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5401 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5402 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5403
5404 * anti.texi (Antinews): Mention redisplay function.
5405 The kbd macro existed, but was not documented, before 22.x.
5406 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5407
54082006-07-14 Nick Roberts <nickrob@snap.net.nz>
5409
5410 * display.texi (Displaying Messages): Add anchor.
5411
5412 * frames.texi (Dialog Boxes): Use it.
5413
54142006-07-12 Richard Stallman <rms@gnu.org>
5415
5416 * objects.texi (Frame Type): Explain nature of frames better.
5417
5418 * frames.texi (Frames): Explain nature of frames better.
5419
54202006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5421
5422 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5423
54242006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5425
5426 * frames.texi (Window System Selections): Mention scrap support for Mac.
5427 Default value of x-select-enable-clipboard is t on Mac.
5428
5429 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5430
54312006-07-11 Kim F. Storm <storm@cua.dk>
5432
5433 * display.texi (Forcing Redisplay): Add `redisplay' function.
5434 Don't mention (sit-for -1) -- use (redisplay t) instead.
5435
5436 * commands.texi (Waiting): (sit-for -1) is no longer special.
5437 (sit-for 0) is equivalent to (redisplay).
5438 Iconifying/deiconifying no longer makes sit-for return.
5439
54402006-07-10 Nick Roberts <nickrob@snap.net.nz>
5441
5442 * display.texi (Buttons): Fix typo.
5443
5444 * index.texi, elisp.texi (New Symbols): Comment node out.
5445
54462006-07-09 Richard Stallman <rms@gnu.org>
5447
5448 * display.texi (Truncation): Clean up previous change.
5449
54502006-07-08 Richard Stallman <rms@gnu.org>
5451
5452 * commands.texi (Interactive Call): Use 3 as prefix in example
5453 for execute-extended-command.
5454
5455 * display.texi (Attribute Functions): Move paragraph about
5456 compatibility with Emacs < 21.
5457
54582006-07-09 Kim F. Storm <storm@cua.dk>
5459
5460 * display.texi (Refresh Screen): Clarify force-window-update.
5461 (Truncation): "Normally" indicated by fringe arrows.
5462
54632006-07-08 Eli Zaretskii <eliz@gnu.org>
5464
5465 * windows.texi (Textual Scrolling, Resizing Windows):
5466 * variables.texi (Constant Variables):
5467 * text.texi (Buffer Contents, Deletion, Changing Properties)
5468 (Property Search, Special Properties, Sticky Properties)
5469 (Links and Mouse-1, Fields, Change Hooks):
5470 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5471 (Categories):
5472 * symbols.texi (Other Plists):
5473 * streams.texi (Output Variables):
5474 * processes.texi (Input to Processes, Query Before Exit):
5475 * positions.texi (Word Motion, Text Lines, List Motion):
5476 * os.texi (Init File, System Environment, Sound Output)
5477 (Session Management):
5478 * nonascii.texi (Text Representations, Character Sets)
5479 (Chars and Bytes, Locales):
5480 * modes.texi (Defining Minor Modes, Header Lines):
5481 * minibuf.texi (Minibuffer Contents):
5482 * markers.texi (Information from Markers):
5483 * lists.texi (List Elements, Building Lists, Association Lists):
5484 * keymaps.texi (Tool Bar):
5485 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5486 * functions.texi (What Is a Function, Mapping Functions):
5487 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5488 (Color Names, Text Terminal Colors, Display Feature Testing):
5489 * files.texi (Visiting Functions, File Name Components)
5490 (Unique File Names, Contents of Directories):
5491 * display.texi (Forcing Redisplay, Displaying Messages)
5492 (Temporary Displays, Font Selection, Auto Faces)
5493 (Font Lookup, Fringe Indicators, Display Margins)
5494 (Image Descriptors, Showing Images, Image Cache, Button Types)
5495 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5496 (Display Table Format, Glyphs):
5497 * control.texi (Iteration):
5498 * commands.texi (Command Loop Info, Adjusting Point):
5499 * backups.texi (Making Backups, Auto-Saving):
5500 Remove @tindex entries.
5501
55022006-07-07 Kim F. Storm <storm@cua.dk>
5503
5504 * display.texi (Fringe Cursors): Fix typo.
5505 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5506 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5507
55082006-07-05 Richard Stallman <rms@gnu.org>
5509
5510 * text.texi (Buffer Contents): Add example of text props
5511 in result of buffer-substring.
5512 (Text Properties): Explain better about use of specific property names.
5513 (Property Search): Some cleanups; reorder some functions.
5514
5515 * keymaps.texi (Changing Key Bindings): Cleanup.
5516 Add xref to Key Binding Conventions.
5517
5518 * display.texi (Attribute Functions): Add examples for
5519 face-attribute-relative-p.
5520
5521 * tips.texi (Coding Conventions): Cleanup last change.
5522
55232006-07-05 Karl Berry <karl@gnu.org>
5524
5525 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5526 Remove @setchapternewpage odd.
5527 Result is 1013 pages, down from 1100.
5528
5529 * anti.texi, customize.texi, display.texi, internals.texi:
5530 * minibuf.texi, modes.texi, tips.texi:
5531 Fix overfull/underfull boxes.
5532
55332006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5534
5535 * edebug.texi (Instrumenting):
5536 Add Edebug-specific findex for eval-buffer.
5537 * loading.texi (Loading):
5538 Replace eval-current-buffer with eval-buffer.
5539
55402006-06-30 Nick Roberts <nickrob@snap.net.nz>
5541
5542 * locals.texi (Standard Buffer-Local Variables): Update the list
5543 of variables.
5544
55452006-06-26 Nick Roberts <nickrob@snap.net.nz>
5546
5547 * files.texi (File Name Completion): Point user to the node
5548 "Reading File Names".
5549
55502006-06-24 Eli Zaretskii <eliz@gnu.org>
5551
5552 * files.texi (Contents of Directories): Document case-insensitive
5553 behavior on respective filesystems.
5554
5555 * objects.texi (Character Type): Document that Emacs signals an
5556 error for unsupported Unicode characters specified as \uNNNN.
5557
55582006-06-19 Richard Stallman <rms@gnu.org>
5559
5560 * processes.texi (Bindat Spec): Clarify previous change.
5561
55622006-06-16 Richard Stallman <rms@gnu.org>
5563
5564 * tips.texi (Coding Conventions): Better explain conventions
5565 for definition constructs.
5566
5567 * text.texi (Special Properties): String value of `read-only'
5568 serves as the error message.
5569
5570 * objects.texi (Character Type): Clarify prev. change.
5571 (Non-ASCII in Strings): Mention \u and \U.
5572
5573 * commands.texi (Using Interactive): Explain problem of
5574 markers, etc., in command-history.
5575
55762006-06-14 Kim F. Storm <storm@cua.dk>
5577
5578 * commands.texi (Waiting): Negative arg to sit-for forces
5579 redisplay even if input is pending.
5580
5581 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5582 redisplay. Remove incorrect example of binding redisplay-dont-pause
5583 around (sit-for 0).
5584
55852006-06-13 Richard Stallman <rms@gnu.org>
5586
5587 * display.texi (Forcing Redisplay): Clarify previous change.
5588
55892006-06-13 Romain Francoise <romain@orebokech.com>
5590
5591 * display.texi (Forcing Redisplay): Fix typo.
5592
55932006-06-13 Kim F. Storm <storm@cua.dk>
5594
5595 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5596
55972006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5598
5599 * tips.texi (Coding Conventions): Add `@end itemize'.
5600
56012006-06-10 Richard Stallman <rms@gnu.org>
5602
5603 * tips.texi (Coding Conventions): Explain use of coding systems
5604 to ensure one decoding for strings.
5605
56062006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5607
5608 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5609 syntax.
5610
56112006-06-07 Eli Zaretskii <eliz@gnu.org>
5612
5613 * display.texi (Font Selection): Remove description of
5614 clear-face-cache.
5615
5616 * compile.texi (Eval During Compile): Fix a typo. Add index
5617 entries for possible uses of eval-when-compile.
5618
56192006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5620
5621 * display.texi (Abstract Display): Fix typo.
5622
56232006-06-03 Eli Zaretskii <eliz@gnu.org>
5624
5625 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5626 Reword variable's description.
5627
56282006-06-01 Richard Stallman <rms@gnu.org>
5629
5630 * windows.texi (Splitting Windows): Clarify splitting nonselected
5631 window.
5632
56332006-05-31 Juri Linkov <juri@jurta.org>
5634
5635 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5636
56372006-05-30 Richard Stallman <rms@gnu.org>
5638
5639 * display.texi (Line Height): Fix errors in description of
10d1d0af 5640 default line height and line-height property.
b8d4c8d0
GM
5641
5642 * nonascii.texi (Default Coding Systems): Further clarification.
5643
56442006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5645
5646 * internals.texi (Pure Storage): Mention that an overflow in pure
5647 space causes a memory leak.
5648 (Garbage Collection): If there was an overflow in pure space,
5649 `garbage-collect' returns nil.
5650
56512006-05-30 Eli Zaretskii <eliz@gnu.org>
5652
5653 * nonascii.texi (Default Coding Systems): Fix it some more.
5654
56552006-05-29 Eli Zaretskii <eliz@gnu.org>
5656
5657 * nonascii.texi (Default Coding Systems): Fix last change.
5658
56592006-05-29 Kenichi Handa <handa@m17n.org>
5660
5661 * nonascii.texi (find-operation-coding-system): Describe the new
5662 argument format (FILENAME . BUFFER).
5663
56642006-05-28 Richard Stallman <rms@gnu.org>
5665
5666 * tips.texi (Coding Conventions): Better explain reasons not to
5667 advise other packages or use `eval-after-load'.
5668
56692006-05-29 Kim F. Storm <storm@cua.dk>
5670
5671 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5672 `bindat-idx' and `bindat-raw' for clarity.
5673
56742006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5675
5676 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5677
5678 * display.texi (Display): Add "Abstract Display" to menu.
5679 (Abstract Display, Abstract Display Functions)
5680 (Abstract Display Example): New nodes.
5681 * elisp.texi (Top): Add "Abstract Display" to menu.
5682
56832006-05-27 Chong Yidong <cyd@stupidchicken.com>
5684
5685 * keymaps.texi (Key Sequences): Link to input events definition.
5686 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5687
5688 * files.texi (Changing Files): Document updated argument list for
5689 copy-file.
5690
56912006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5692
5693 * processes.texi (Bindat Functions): Explain term "total length".
5694 Use it in bindat-length and bindat-pack descriptions.
5695
56962006-05-26 Eli Zaretskii <eliz@gnu.org>
5697
5698 * tips.texi (Coding Conventions): Advise against using
5699 eval-after-load in packages. Add an index entry.
5700
57012006-05-25 Juri Linkov <juri@jurta.org>
5702
5703 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5704
5705 * modes.texi (%-Constructs): Add %e, %z, %Z.
5706
57072006-05-25 Richard Stallman <rms@gnu.org>
5708
5709 * elisp.texi (Top): Update subnode menu.
5710
5711 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5712 (Keymaps): Update menu.
5713
57142006-05-25 Chong Yidong <cyd@stupidchicken.com>
5715
5716 * keymaps.texi (Key Sequences): Some clarifications.
5717
57182006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5719
5720 * processes.texi (Bindat Functions): Say "unibyte string"
5721 explicitly for bindat-unpack and bindat-pack descriptions.
5722 (Bindat Examples): Don't call `string-make-unibyte' in example.
5723
57242006-05-25 Chong Yidong <cyd@stupidchicken.com>
5725
5dcb4c4e 5726 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5727 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5728
5729 * keymaps.texi (Changing Key Bindings):
dd7b651b 5730 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5731 * help.texi (Describing Characters): Refer to it.
5732
57332006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5734
5735 * frames.texi (Pointer Shape): @end table -> @end defvar.
5736
57372006-05-22 Richard Stallman <rms@gnu.org>
5738
5739 * elisp.texi (Top): Update subnode menus.
5740
5741 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5742 Contents rewritten; material from old Pointer Shape node moved here.
5743
5744 * display.texi (Pointer Shape): Node deleted.
5745 (Image Descriptors): Minor cleanup.
5746
57472006-05-21 Richard Stallman <rms@gnu.org>
5748
5749 * syntax.texi (Parsing Expressions): Update info on which STATE
5750 elements are ignored.
5751
57522006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5753
5754 * hooks.texi (Standard Hooks): Correct typo.
5755
5756 * gpl.texi (GPL): ifinfo -> ifnottex.
5757
57582006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5759
5760 * searching.texi (Simple Match Data): Warn about match data being
5761 set anew by every search.
5762
57632006-05-17 Richard Stallman <rms@gnu.org>
5764
5765 * minibuf.texi (Minibuffer History): Clarify.
5766
5767 * searching.texi (Regexp Special): Clarify nested regexp warning.
5768
57692006-05-16 Kim F. Storm <storm@cua.dk>
5770
5771 * minibuf.texi (Minibuffer History): Update add-to-history.
5772
57732006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5774
5dcb4c4e
SM
5775 * nonascii.texi (Explicit Encoding):
5776 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5777
57782006-05-14 Richard Stallman <rms@gnu.org>
5779
5780 * buffers.texi (Creating Buffers): Cleanup.
5781
5782 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5783
57842006-05-13 Eli Zaretskii <eliz@gnu.org>
5785
5786 * buffers.texi (Current Buffer): Document that with-temp-buffer
5787 disables undo.
5788
5789 * os.texi (Terminal-Specific): More accurate description of how
5790 Emacs searches for the terminal-specific libraries.
5791
57922006-05-12 Eli Zaretskii <eliz@gnu.org>
5793
5794 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5795 emacs-xtra to @inforef's.
5796
5797 * text.texi (Undo): Document that undo is turned off in buffers
5798 whose names begin with a space.
5799
5800 * buffers.texi (Buffer Names): Add index entries for buffers whose
5801 names begin with a space.
5802 (Creating Buffers): Document that undo is turned off in buffers
5803 whose names begin with a space.
5804
5805 * files.texi (Visiting Functions, Reading from Files)
5806 (Saving Buffers): Mention code and EOL conversions by file I/O
5807 primitives and subroutines.
5808
f4e90db0
SM
5809 * nonascii.texi (Lisp and Coding Systems):
5810 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5811
5812 * display.texi (Defining Faces): Mention `mac', and add an xref to
5813 where window-system is described.
5814
58152006-05-10 Richard Stallman <rms@gnu.org>
5816
5817 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5818
58192006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5820
5821 * variables.texi (File Local Variables): Recommend to quote lambda
5822 expressions in safe-local-variable property.
5823
58242006-05-09 Richard Stallman <rms@gnu.org>
5825
5dcb4c4e
SM
5826 * variables.texi (File Local Variables):
5827 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5828
58292006-05-07 Kim F. Storm <storm@cua.dk>
5830
5831 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5832 from add-to-history.
5833
58342006-05-07 Romain Francoise <romain@orebokech.com>
5835
5836 * commands.texi (Event Input Misc):
5837 * compile.texi (Eval During Compile):
5838 * internals.texi (Buffer Internals):
5839 * minibuf.texi (Initial Input):
5840 * nonascii.texi (Scanning Charsets):
5841 * numbers.texi (Comparison of Numbers):
5842 * windows.texi (Textual Scrolling, Vertical Scrolling):
5843 Fix various typos.
5844
58452006-05-06 Eli Zaretskii <eliz@gnu.org>
5846
5847 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5848 conditional xref's to either emacs or emacs-xtra, depending on
5849 @iftex/@ifnottex.
5850
5851 * minibuf.texi (Minibuffer History): Document add-to-history.
5852
58532006-05-05 Eli Zaretskii <eliz@gnu.org>
5854
5855 * internals.texi (Pure Storage): Mention the pure overflow message
5856 at startup.
5857
c8763fb6 58582006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5859
5860 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5861 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5862 search.
5863
58642006-05-01 Richard Stallman <rms@gnu.org>
5865
5866 * intro.texi (nil and t): Clarify.
5867
5868 * variables.texi (File Local Variables): Suggest using booleanp.
5869
58702006-05-01 Juanma Barranquero <lekktu@gmail.com>
5871
5872 * objects.texi (Type Predicates): Fix typos.
5873
58742006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * intro.texi (nil and t): Add booleanp.
5877
5878 * objects.texi (Type Predicates): Add links for booleanp and
5879 string-or-null-p.
5880
58812006-04-29 Richard Stallman <rms@gnu.org>
5882
5883 * modes.texi (Multiline Font Lock): Rename from
5884 Multi line Font Lock Elements. Much clarification.
5885 (Font Lock Multiline, Region to Fontify): Much clarification.
5886
58872006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5888
5889 * variables.texi (File Local Variables): Remove the special case t for
5890 safe-local-variable.
5891
58922006-04-26 Richard Stallman <rms@gnu.org>
5893
5894 * syntax.texi (Parsing Expressions): Minor cleanup.
5895
58962006-04-18 Richard Stallman <rms@gnu.org>
5897
5898 * tips.texi (Coding Conventions): Explain when the package's
5899 prefix should appear later on (not at the start of the name).
5900
5901 * searching.texi (String Search): Clarify effect of NOERROR.
5902
5903 * modes.texi (Imenu): Clarify what special items do.
5904
5905 * hooks.texi (Standard Hooks): Delete text about old hook names.
5906
59072006-04-17 Romain Francoise <romain@orebokech.com>
5908
5909 * variables.texi (Local Variables): Update the default value of
5910 `max-specpdl-size'.
5911
59122006-04-15 Michael Olson <mwolson@gnu.org>
5913
5914 * processes.texi (Transaction Queues): Mention the new optional
5915 `delay-question' argument for `tq-enqueue'.
5916
59172006-04-13 Bill Wohler <wohler@newt.com>
5918
5919 * customize.texi (Common Keywords): Use dotted notation for
5920 :package-version value. Specify its values. Improve documentation
5921 for customize-package-emacs-version-alist.
5922
59232006-04-12 Bill Wohler <wohler@newt.com>
5924
5925 * customize.texi (Common Keywords): Move description of
5926 customize-package-emacs-version-alist to @defvar.
5927
59282006-04-10 Bill Wohler <wohler@newt.com>
5929
5930 * customize.texi (Common Keywords): Add :package-version.
5931
59322006-04-10 Kim F. Storm <storm@cua.dk>
5933
5934 * text.texi (Buffer Contents): Add NOPROPS arg to
5935 filter-buffer-substring.
5936
59372006-04-08 Kevin Ryde <user42@zip.com.au>
5938
5939 * os.texi (Command-Line Arguments): Update xref to emacs manual
5940 "Command Arguments" -> "Emacs Invocation", per change there.
5941
59422006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5943
5944 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5945 be on one line to help makeinfo not render two spaces after the dot.
5946
59472006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5948
5949 * strings.texi (Predicates for Strings): Add string-or-null-p.
5950
59512006-03-28 Kim F. Storm <storm@cua.dk>
5952
5953 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5954 remarks about systems that don't support fractional seconds.
5955
59562006-03-25 Karl Berry <karl@gnu.org>
5957
5958 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5959 the year list.
5960
59612006-03-21 Nick Roberts <nickrob@snap.net.nz>
5962
5963 * display.texi (Fringe Indicators): Fix typos.
5964
59652006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5966
5967 * tips.texi (Documentation Tips): One can now also write `program'
5968 in front of a quoted symbol in a docstring to prevent making a
5969 hyperlink.
5970
59712006-03-19 Alan Mackenzie <acm@muc.de>
5972
5973 * text.texi (Special Properties): Clarify `fontified' property.
5974
59752006-03-16 Richard Stallman <rms@gnu.org>
5976
5977 * display.texi (Defining Images): Minor cleanup.
5978
59792006-03-16 Bill Wohler <wohler@newt.com>
5980
5981 * display.texi (Defining Images): In image-load-path-for-library,
5982 prefer user's images.
5983
59842006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5987
59882006-03-15 Bill Wohler <wohler@newt.com>
5989
5990 * display.texi (Defining Images): Fix example in
5991 image-load-path-for-library by not recommending that one binds
5992 image-load-path. Just defvar it to placate compiler and only use
5993 it if previously defined.
5994
59952006-03-14 Bill Wohler <wohler@newt.com>
5996
5997 * display.texi (Defining Images): In image-load-path-for-library,
5998 always return list of directories. Update example.
5999
60002006-03-14 Alan Mackenzie <acm@muc.de>
6001
6002 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6003 This describes font-lock-extend-region-function.
6004 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6005 the new node "Region to Fontify".
6006
60072006-03-13 Richard Stallman <rms@gnu.org>
6008
6009 * display.texi (Invisible Text): The impossible position is
6010 now before the invisible text, not after.
6011 (Defining Images): Clean up last change.
6012
60132006-03-11 Bill Wohler <wohler@newt.com>
6014
6015 * display.texi (Defining Images): Add image-load-path-for-library.
6016
60172006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6018
6019 * text.texi (Adaptive Fill): Fix Texinfo usage.
6020
6021 * strings.texi (Creating Strings): Fix Texinfo usage.
6022
6023 * searching.texi (Regexp Special): Use @samp for regular
6024 expressions that are not in Lisp syntax.
6025
60262006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6027
6028 * searching.texi (Regexp Special): Put remark between parentheses
6029 to avoid misreading.
6030
60312006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6032
6033 * searching.texi (Syntax of Regexps): More accurately describe
6034 which characters are special in which situations.
6035 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6036 are not special. Describe in detail when `[' and `]' are special.
6037 (Regexp Backslash): Plenty of regexps with unbalanced square
6038 brackets are valid, so reword that statement.
6039
60402006-03-02 Kim F. Storm <storm@cua.dk>
6041
6042 * keymaps.texi (Tool Bar): Add tool-bar-border.
6043
60442006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6045
6046 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6047
60482006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6049
6050 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6051
6052 * files.texi (Locating Files): Suggest additional values for the
6053 SUFFIXES arg of `locate-file'. Update pxref.
6054
6055 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6056 (How Programs Do Loading): Discuss the effects of Auto Compression
6057 mode on `load'.
6058 (Load Suffixes): New node.
6059 (Library Search): Delete description of `load-suffixes'; it was
6060 moved to "Load Suffixes".
6061 (Autoload, Named Features): Mention `load-suffixes'.
6062
60632006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6064
6065 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6066
6067 * windows.texi (Window Tree): Fix typo.
6068
60692006-02-20 Kim F. Storm <storm@cua.dk>
6070
6071 * display.texi (Fringe Indicators): New section.
6072 Move indicate-empty-lines, indicate-buffer-boundaries, and
6073 default-indicate-buffer-boundaries here.
6074 Add fringe-indicator-alist and default-fringes-indicator-alist.
6075 Add list of logical fringe indicator symbols.
6076 Update list of standard bitmap names.
6077 (Fringe Cursors): New section.
6078 Move overflow-newline-into-fringe here.
6079 Add fringe-cursor-alist and default-fringes-cursor-alist.
6080 Add list of fringe cursor symbols.
6081
60822006-02-20 Juanma Barranquero <lekktu@gmail.com>
6083
6084 * commands.texi (Using Interactive): Fix reference to node
6085 "Minibuffers".
6086
60872006-02-19 Richard M. Stallman <rms@gnu.org>
6088
6089 * minibuf.texi (High-Level Completion):
6090 Add xref to read-input-method-name.
6091
6092 * files.texi (Relative File Names): Move file-relative-name here.
6093 (File Name Expansion): From here. Minor clarifications.
6094
6095 * commands.texi (Using Interactive): Add xrefs about reading input.
6096 Clarify remarks about that moving point and mark.
6097 Put string case before list case.
6098
c8763fb6 60992006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6100
6101 * display.texi (Other Display Specs, Image Descriptors):
6102 Revert erroneous changes. The previous description of
6103 image-descriptors as `(image . PROPS)' was correct.
6104
61052006-02-14 Richard M. Stallman <rms@gnu.org>
6106
6107 * variables.texi (File Local Variables): Clarifications.
6108
61092006-02-14 Juanma Barranquero <lekktu@gmail.com>
6110
6111 * variables.texi (File Local Variables): Use @code for a cons
6112 cell, not @var.
6113
61142006-02-13 Chong Yidong <cyd@stupidchicken.com>
6115
6116 * variables.texi (File Local Variables): Document new file local
6117 variable behavior.
6118
61192006-02-10 Kim F. Storm <storm@cua.dk>
6120
6121 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6122
61232006-02-08 Juanma Barranquero <lekktu@gmail.com>
6124
6125 * modes.texi (%-Constructs): Remove obsolete info about
6126 `global-mode-string'.
6127
61282006-02-07 Richard M. Stallman <rms@gnu.org>
6129
6130 * commands.texi (Prefix Command Arguments): Minor cleanup.
6131
6132 * display.texi: "Graphical display", not window system.
6133
6134 * functions.texi (What Is a Function): Fix xref.
6135
6136 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6137 (Changing Key Bindings): Clarify when remapping is better than
6138 substitute-key-definition.
6139
61402006-02-02 Richard M. Stallman <rms@gnu.org>
6141
6142 * minibuf.texi (Basic Completion): Completion alists are risky.
6143
6144 * keymaps.texi (Active Keymaps): Clarifications.
6145 (Searching Keymaps): New node.
6146 (Keymaps): Update menu.
6147
6148 * frames.texi (Layout Parameters): Minor clarification.
6149 (Drag and Drop): New node.
6150 (Frames): Update menu.
6151
61522006-01-29 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * display.texi (Other Display Specs, Image Descriptors):
6155 Image description is a list, not a cons cell.
6156
61572006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6158
6159 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6160 list is not necessarily a list).
6161
61622006-01-27 Eli Zaretskii <eliz@gnu.org>
6163
6164 * frames.texi (Layout Parameters): border-width and
6165 internal-border-width belong to the frame, not the window.
6166
61672006-01-19 Richard M. Stallman <rms@gnu.org>
6168
6169 * nonascii.texi (Translation of Characters): Search cmds use
6170 translation-table-for-input. Automatically made local.
6171
6172 * markers.texi (Overview of Markers): Count insertion type
6173 as one of a marker's attributes.
6174
6175 * keymaps.texi (Controlling Active Maps): New node, split out of
6176 Active Keymaps.
6177 (Keymaps): Menu updated.
6178 (Active Keymaps): Give pseudocode to explain how the active
6179 maps are searched. current-active-maps and key-binding moved here.
6180 (Functions for Key Lookup): current-active-maps and key-binding moved.
6181 Clarifications.
6182 (Searching the Keymaps): New subnode.
6183
6184 * elisp.texi (Top): Menu clarification.
6185
6186 * display.texi (Other Display Specs): Delete duplicate entry for
6187 just a string as display spec. Move text about recursive display
6188 specs on such a string.
6189
6190 * commands.texi (Key Sequence Input): Clarify.
6191 Move num-nonmacro-input-events out.
6192 (Reading One Event): num-nonmacro-input-events moved here.
6193
61942006-01-14 Nick Roberts <nickrob@snap.net.nz>
6195
6196 * advice.texi (Simple Advice): Update example to fit argument
6197 change in previous-line.
6198
61992006-01-05 Richard M. Stallman <rms@gnu.org>
6200
6201 * markers.texi (The Mark): Fix in `mark'.
6202
62032006-01-04 Richard M. Stallman <rms@gnu.org>
6204
6205 * processes.texi (Misc Network, Make Network): Minor cleanups.
6206
62072006-01-04 Kim F. Storm <storm@cua.dk>
6208
6209 * processes.texi (Make Network): Add IPv6 addresses and handling.
6210 (Network Feature Testing): Mention (:family ipv6).
6211 (Misc Network): Add IPv6 formats to format-network-address.
6212
62132005-12-30 Richard M. Stallman <rms@gnu.org>
6214
6215 * text.texi (Changing Properties):
6216 Don't use return value of set-text-properties.
6217
62182005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6219
6220 * modes.texi (Mode Line Format): Correct typo in menu.
6221
62222005-12-29 Richard M. Stallman <rms@gnu.org>
6223
6224 * modes.texi (Mode Line Top): New node.
6225 (Mode Line Data): Some text moved to new node.
6226 Explain the data structure more concretely.
6227 (Mode Line Basics): Clarifications.
6228 (Mode Line Variables): Clarify intro paragraph.
6229 (%-Constructs): Clarify intro paragraph.
6230 (Mode Line Format): Update menu.
6231
62322005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6233
6234 * minibuf.texi (Basic Completion): Update lazy-completion-table
6235 examples for removal of ARGS argument.
6236
62372005-12-23 Richard M. Stallman <rms@gnu.org>
6238
6239 * text.texi (Undo): Restore some explanation from the version
6240 that was deleted.
6241
62422005-12-23 Eli Zaretskii <eliz@gnu.org>
6243
6244 * text.texi (Undo): Remove duplicate descriptions of `apply
6245 funname' and `apply delta' elements of the undo list.
6246
62472005-12-20 Richard M. Stallman <rms@gnu.org>
6248
6249 * help.texi (Help Functions): Update documentation of `apropos'.
6250
62512005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6252
6253 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6254 because it is confusing. If the :help-echo keyword is a function,
6255 it is not directly used as the :help-echo overlay property, as the
6256 xref seems to suggest (it does not take the appropriate args).
6257
62582005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6259
6260 * customize.texi (Common Keywords): Fix Texinfo usage.
6261 (Group Definitions, Variable Definitions): Update for new
6262 conventions for using `*' in docstrings.
6263
6264 * tips.texi (Documentation Tips): Update for new conventions for
6265 using `*' in docstrings.
6266
62672005-12-16 Richard M. Stallman <rms@gnu.org>
6268
6269 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6270
62712005-12-16 Juri Linkov <juri@jurta.org>
6272
6273 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6274
62752005-12-14 Romain Francoise <romain@orebokech.com>
6276
6277 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6278 Fix typo.
6279
62802005-12-11 Juri Linkov <juri@jurta.org>
6281
6282 * minibuf.texi (Completion Commands): Add mention of read-file-name
6283 for filename completion keymaps.
6284 (Reading File Names): Add mention of filename completion keymaps
6285 for read-file-name and xref to `Completion Commands'.
6286
62872005-12-10 Richard M. Stallman <rms@gnu.org>
6288
6289 * customize.texi (Common Keywords): State caveats for use of :tag.
6290
62912005-12-08 Richard M. Stallman <rms@gnu.org>
6292
6293 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6294 with xrefs and better explanation.
6295 (Completion Commands): Add the filename completion maps.
6296
6297 * objects.texi (Character Type): Clarify that \s is not space
6298 if a dash follows.
6299
63002005-12-05 Richard M. Stallman <rms@gnu.org>
6301
6302 * windows.texi (Resizing Windows): Delete preserve-before args.
6303
63042005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6307 in full keymaps, since the quirk has been fixed.
6308
63092005-12-03 Eli Zaretskii <eliz@gnu.org>
6310
5dcb4c4e
SM
6311 * hooks.texi (Standard Hooks): Add index entries.
6312 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6313
63142005-11-27 Richard M. Stallman <rms@gnu.org>
6315
6316 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6317
63182005-11-21 Juri Linkov <juri@jurta.org>
6319
6320 * customize.texi (Common Keywords): Update links types
6321 custom-manual and url-link. Add link types emacs-library-link,
6322 file-link, function-link, variable-link, custom-group-link.
6323
63242005-11-20 Chong Yidong <cyd@stupidchicken.com>
6325
6326 * display.texi: Revert 2005-11-20 change.
6327
63282005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6329
6330 * processes.texi (Bindat Functions):
6331 Say "third" to refer to zero-based index "2".
6332
63332005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6334
6335 * loading.texi (Library Search): Update the default value of
6336 `load-suffixes'.
6337
63382005-11-17 Chong Yidong <cyd@stupidchicken.com>
6339
6340 * display.texi (Attribute Functions): Mention :ignore-defface.
6341
63422005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6345 (Minor Mode Conventions): Mention the use of a hook.
6346
63472005-11-06 Richard M. Stallman <rms@gnu.org>
6348
6349 * files.texi (Magic File Names): find-file-name-handler checks the
6350 `operations' property of the handler.
6351
63522005-11-03 Richard M. Stallman <rms@gnu.org>
6353
6354 * variables.texi (Frame-Local Variables): Small clarification.
6355
63562005-10-29 Chong Yidong <cyd@stupidchicken.com>
6357
6358 * os.texi (Init File): Document ~/.emacs.d/init.el.
6359
63602005-10-29 Richard M. Stallman <rms@gnu.org>
6361
6362 * internals.texi (Garbage Collection): Document memory-full.
6363
63642005-10-28 Bill Wohler <wohler@newt.com>
6365
6366 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6367 for URLs.
6368
63692005-10-28 Richard M. Stallman <rms@gnu.org>
6370
6371 * minibuf.texi (Completion Commands): Clean up prev change.
6372
63732005-10-26 Kevin Ryde <user42@zip.com.au>
6374
6375 * compile.texi (Eval During Compile): Explain recommended uses
6376 of eval-when-compile and eval-and-compile.
6377
63782005-10-27 Masatake YAMATO <jet@gyve.org>
6379
6380 * minibuf.texi (Completion Commands):
6381 Write about new optional argument for `display-completion-list'.
6382
63832005-10-23 Richard M. Stallman <rms@gnu.org>
6384
6385 * display.texi (Overlay Arrow): Clarify about local bindings of
6386 overlay-arrow-position.
6387
63882005-10-22 Eli Zaretskii <eliz@gnu.org>
6389
6390 * internals.texi (Building Emacs): Fix last change.
6391
63922005-10-22 Richard M. Stallman <rms@gnu.org>
6393
6394 * internals.texi (Building Emacs): Document eval-at-startup.
6395
63962005-10-21 Richard M. Stallman <rms@gnu.org>
6397
6398 * loading.texi (Where Defined): load-history contains abs file names.
6399 symbol-file returns abs file names.
6400
64012005-10-19 Kim F. Storm <storm@cua.dk>
6402
6403 * display.texi (Showing Images): Add max-image-size integer value.
6404
64052005-10-18 Chong Yidong <cyd@stupidchicken.com>
6406
6407 * display.texi (Showing Images): Document max-image-size.
6408
64092005-10-17 Richard M. Stallman <rms@gnu.org>
6410
6411 * commands.texi (Quitting): Minor clarification.
6412
6413 * processes.texi (Sentinels): Clarify about output and quitting.
6414 (Filter Functions): Mention with-local-quit.
6415
64162005-10-17 Juri Linkov <juri@jurta.org>
6417
6418 * buffers.texi (Current Buffer):
6419 * commands.texi (Event Input Misc):
6420 * compile.texi (Eval During Compile, Compiler Errors):
6421 * customize.texi (Group Definitions):
6422 * display.texi (Progress, Defining Faces):
6423 * files.texi (Writing to Files):
6424 * modes.texi (Mode Hooks, Defining Minor Modes):
6425 * streams.texi (Output Functions):
6426 * syntax.texi (Syntax Table Functions):
6427 * text.texi (Change Hooks):
6428 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6429
6430 * commands.texi (Quitting): Replace arg `forms' with `body' in
6431 `with-local-quit'.
6432
6433 * positions.texi (Excursions): Replace arg `forms' with `body' in
6434 `save-excursion'.
6435
64362005-10-08 Kim F. Storm <storm@cua.dk>
6437
6438 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6439 Rename manual section accordingly.
6440
64412005-10-04 Kim F. Storm <storm@cua.dk>
6442
6443 * windows.texi (Window Split Tree): New section describing
6444 new function window-split-tree function.
6445
64462005-10-03 Nick Roberts <nickrob@snap.net.nz>
6447
6448 * display.texi (Fringe Size/Pos): Simplify and add detail.
6449
64502005-09-30 Romain Francoise <romain@orebokech.com>
6451
6452 * minibuf.texi (High-Level Completion): Explain that the prompt
6453 given to `read-buffer' should end with a colon and a space.
6454 Update usage examples.
6455
64562005-09-29 Juri Linkov <juri@jurta.org>
6457
6458 * display.texi (Displaying Messages): Rename argument name
6459 `string' to `format-string' in functions `message', `message-box',
6460 `message-or-box'.
6461
64622005-09-26 Chong Yidong <cyd@stupidchicken.com>
6463
6464 * errors.texi (Standard Errors): Correct xrefs.
6465
64662005-09-18 Chong Yidong <cyd@stupidchicken.com>
6467
6468 * display.texi (Defining Images): Update documentation for
6469 `image-load-path'.
6470
64712005-09-17 Richard M. Stallman <rms@gnu.org>
6472
6473 * display.texi (Defining Images): Clean up previous change.
6474
64752005-09-16 Romain Francoise <romain@orebokech.com>
6476
6477 * elisp.texi: Specify GFDL version 1.2.
6478
6479 * doclicense.texi (GNU Free Documentation License): Update to
6480 version 1.2.
6481
64822005-09-15 Chong Yidong <cyd@stupidchicken.com>
6483
6484 * display.texi (Defining Images): Document `image-load-path'.
6485
64862005-09-15 Richard M. Stallman <rms@gnu.org>
6487
6488 * objects.texi (Printed Representation): Minor cleanup.
6489 (Box Diagrams): Minor fix.
6490 (Cons Cell Type): Move (...) index item here.
6491 (Box Diagrams): From here.
6492 (Array Type): Minor fix.
6493 (Type Predicates): Delete index "predicates".
6494 (Hash Table Type): Clarify xref.
6495 (Dotted Pair Notation): Minor fix.
6496
64972005-09-10 Chong Yidong <cyd@stupidchicken.com>
6498
6499 * files.texi (Saving Buffers): Fix typo.
6500
65012005-09-08 Richard M. Stallman <rms@gnu.org>
6502
6503 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6504
65052005-09-08 Chong Yidong <cyd@stupidchicken.com>
6506
6507 * locals.texi (Standard Buffer-Local Variables): Don't include
6508 mode variables for minor modes.
6509 Fix xrefs for buffer-display-count, buffer-display-table,
6510 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6511 enable-multibyte-characters, fill-column, header-line-format,
6512 left-fringe-width, left-margin, and right-fringe-width.
6513
6514 * hooks.texi (Standard Hooks): All hooks should conform to the
6515 standard naming convention now.
6516 Fix xref for `echo-area-clear-hook'.
6517
6518 * display.texi (Usual Display): Note that indicate-empty-lines and
6519 tab-width are buffer-local.
6520
6521 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6522
6523 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6524
6525 * nonascii.texi (Encoding and I/O): Note that
6526 buffer-file-coding-system is buffer-local.
6527
6528 * positions.texi (List Motion): Note that defun-prompt-regexp is
6529 buffer-local.
6530
6531 * text.texi (Auto Filling): Note that auto-fill-function is
6532 buffer-local.
6533 (Undo): Note that buffer-undo-list is buffer-local.
6534
5dcb4c4e
SM
6535 * windows.texi (Buffers and Windows):
6536 Document buffer-display-count.
b8d4c8d0
GM
6537
65382005-09-06 Richard M. Stallman <rms@gnu.org>
6539
6540 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6541 package prefix elsewhere than at the start of the name.
6542
65432005-09-03 Richard M. Stallman <rms@gnu.org>
6544
6545 * tips.texi (Programming Tips): Add conventions for minibuffer
6546 questions and prompts.
6547
65482005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6549
6550 * intro.texi (nil and t): Minor cleanup.
6551 Delete spurious mention of keyword symbols.
6552 (Evaluation Notation): Add index entry.
6553 (A Sample Function Description): Minor cleanup.
6554 (A Sample Variable Description): Not all vars can be set.
6555
65562005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6557
6558 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6559
6560 (Insertion): Document precise type of `insert-char' arg COUNT.
6561
65622005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 * modes.texi (Other Font Lock Variables): Sync the default of
6565 font-lock-lines-before.
6566
65672005-08-31 Michael Albinus <michael.albinus@gmx.de>
6568
6569 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6570
65712005-08-29 Richard M. Stallman <rms@gnu.org>
6572
6573 * elisp.texi (Top): Update subnode menu.
6574
6575 * searching.texi (Searching and Matching): Move node.
6576 Rearrange contents and add overall explanation.
6577 (Searching and Case): Move node.
6578 (Searching and Matching): Update menu.
6579
65802005-08-27 Eli Zaretskii <eliz@gnu.org>
6581
6582 * os.texi (Startup Summary): Fix the description of the initial
6583 startup message display.
6584
65852005-08-25 Richard M. Stallman <rms@gnu.org>
6586
6587 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6588
65892005-08-25 Emilio C. Lopes <eclig@gmx.net>
6590
6591 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6592 `next-overlay-change' example.
6593
65942005-08-22 Juri Linkov <juri@jurta.org>
6595
6596 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6597 Fix invert-face. Fix args of face-background.
6598
6599 * display.texi (Standard Faces): Delete node.
6600 (Faces): Add xref to `(emacs)Standard Faces'.
6601 (Displaying Faces): Fix xref to `Standard Faces'.
6602
6603 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6604
66052005-08-20 Alan Mackenzie <acm@muc.de>
6606
6607 * buffers.texi (The Buffer List): Clarify the manipulation of the
6608 buffer list.
6609
66102005-08-14 Richard M. Stallman <rms@gnu.org>
6611
6612 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6613 a regexp.
6614
66152005-08-11 Richard M. Stallman <rms@gnu.org>
6616
6617 * elisp.texi (Top): Update subnode lists.
6618
6619 * display.texi (Inverse Video): Node deleted.
6620
6621 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6622 New nodes split out of Coding Conventions.
6623
6624 * searching.texi (Regular Expressions): Document re-builder.
6625
6626 * os.texi (Time Parsing): New node split out of Time Conversion.
6627
6628 * processes.texi (Misc Network, Network Feature Testing)
6629 (Network Options, Make Network): New nodes split out of
6630 Low-Level Network.
6631
66322005-08-09 Richard M. Stallman <rms@gnu.org>
6633
6634 * frames.texi (Geometry): New node, split from Size and Position.
6635 (Frame Parameters): Refer to Geometry.
6636
6637 * buffers.texi (The Buffer List): Fix xrefs.
6638
6639 * windows.texi (Splitting Windows): Fix xref.
6640
6641 * frames.texi (Layout Parameters): Add xref.
6642
6643 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6644
6645 * keymaps.texi (Menu Bar): Fix xref.
6646
6647 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6648
6649 * modes.texi (%-Constructs): Fix xref.
6650
6651 * frames.texi (Window Frame Parameters): Node split up.
6652 (Basic Parameters, Position Parameters, Size Parameters)
6653 (Layout Parameters, Buffer Parameters, Management Parameters)
6654 (Cursor Parameters, Color Parameters): New subnodes.
6655
66562005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6657
6658 * positions.texi (Screen Lines): Update xref for previous change
6659 in minibuf.texi.
6660
6661 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6662 change in minibuf.texi.
6663
66642005-08-09 Richard M. Stallman <rms@gnu.org>
6665
6666 * tips.texi (Coding Conventions): Minor cleanup.
6667
6668 * modes.texi (Defining Minor Modes): Explain when init-value
6669 can be non-nil.
6670
6671 * elisp.texi (Top): Update submenu for Minibuffer.
6672
6673 * minibuf.texi (Minibuffer Misc): Node split up.
6674 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6675 (Recursive Mini): New nodes split out from Minibuffer Misc.
6676 (Minibuffer Misc): Document max-mini-window-height.
6677
6678 * hash.texi (Defining Hash): Delete stray paren in example.
6679
6680 * display.texi (Echo Area Customization): Don't define
6681 max-mini-window-height here; xref instead.
6682
6683 * commands.texi (Event Input Misc): Update while-no-input.
6684
6685 * advice.texi (Advising Functions): Explain when to use advice
6686 and when to use a hook.
6687
66882005-07-30 Eli Zaretskii <eliz@gnu.org>
6689
6690 * makefile.w32-in (info): Don't run install-info.
6691 ($(infodir)/dir): New target, produced by running install-info.
6692
66932005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6694
6695 * modes.texi (Defining Minor Modes): The keyword for the initial
6696 value is :init-value, not :initial-value.
6697
66982005-07-23 Eli Zaretskii <eliz@gnu.org>
6699
6700 * loading.texi (Autoload): Make the `doctor' example be consistent
6701 with what's in current loaddefs.el. Describe the "fn" magic in
6702 the usage portion of the doc string.
6703
67042005-07-22 Richard M. Stallman <rms@gnu.org>
6705
6706 * internals.texi (Garbage Collection): Clarify previous change.
6707
67082005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6709
6710 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6711
67122005-07-18 Juri Linkov <juri@jurta.org>
6713
6714 * commands.texi (Accessing Events):
6715 * frames.texi (Text Terminal Colors, Resources):
6716 * markers.texi (The Mark):
6717 * modes.texi (Defining Minor Modes):
6718 Delete duplicate duplicate words.
6719
67202005-07-16 Richard M. Stallman <rms@gnu.org>
6721
6722 * display.texi (Managing Overlays): Clarify make-overlay
6723 args for insertion types.
6724
67252005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6726
6727 * customize.texi (Variable Definitions):
6728 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6729 `standard-value' is a list too.
6730 (Defining New Types): Use @key{RET} instead of @key{ret}.
6731
67322005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6733
6734 * os.texi (Translating Input): Fix typo.
6735
67362005-07-08 Richard M. Stallman <rms@gnu.org>
6737
6738 * README: Update edition number and size estimate.
6739
6740 * elisp.texi (VERSION): Set to 2.9.
6741
67422005-07-07 Richard M. Stallman <rms@gnu.org>
6743
6744 * book-spine.texinfo: Update Emacs version.
6745
6746 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6747
67482005-07-06 Richard M. Stallman <rms@gnu.org>
6749
6750 * searching.texi (Regexp Search): Clarify what re-search-forward
6751 does when the search fails.
6752
67532005-07-05 Lute Kamstra <lute@gnu.org>
6754
6755 * Update FSF's address in GPL notices.
6756
6757 * doclicense.texi (GNU Free Documentation License):
6758 * gpl.texi (GPL):
6759 * tips.texi (Coding Conventions, Library Headers):
6760 * vol1.texi:
6761 * vol2.texi: Update FSF's address.
6762
67632005-07-04 Richard M. Stallman <rms@gnu.org>
6764
6765 * hooks.texi (Standard Hooks): Add occur-hook.
6766
67672005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6768
6769 * display.texi (The Echo Area): Correct menu.
6770
67712005-07-03 Richard M. Stallman <rms@gnu.org>
6772
6773 * elisp.texi (Top): Update subnode menu for Display.
6774
6775 * display.texi (Displaying Messages): New node, with most
6776 of what was in The Echo Area.
5dcb4c4e 6777 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6778 (Logging Messages): New node with new text.
6779 (Echo Area Customization): New node, the rest of what was
6780 in The Echo Area. Document message-truncate-lines with @defvar.
6781 (Display): Update menu.
6782
6783 * windows.texi (Textual Scrolling): Doc 3 values for
6784 scroll-preserve-screen-position.
6785
6786 * text.texi (Special Properties): Change hook functions
6787 should bind inhibit-modification-hooks around altering buffer text.
6788
6789 * keymaps.texi (Key Binding Commands): Call binding BINDING
6790 rather than DEFINITION.
6791
67922005-06-29 Juanma Barranquero <lekktu@gmail.com>
6793
6794 * variables.texi (Defining Variables): `user-variable-p' returns t
6795 for aliases of user options, nil for alias loops.
6796
67972005-06-28 Richard M. Stallman <rms@gnu.org>
6798
6799 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6800 make-keymap.
6801
68022005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6803
6804 * variables.texi (Setting Variables): Correct and clarify
6805 description of `add-to-ordered-list'.
6806
68072005-06-26 Richard M. Stallman <rms@gnu.org>
6808
6809 * display.texi (Faces): Minor cleanup.
6810
68112005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6812
6813 * display.texi (Faces): `facep' returns t for strings that are
6814 face names.
6815
68162005-06-25 Richard M. Stallman <rms@gnu.org>
6817
6818 * objects.texi (Equality Predicates): Clarify meaning of equal.
6819
6820 * windows.texi (Selecting Windows): save-selected-window
6821 and with-selected-window save and restore the current buffer.
6822
68232005-06-24 Richard M. Stallman <rms@gnu.org>
6824
6825 * numbers.texi (Float Basics): Explain how to test for NaN,
6826 and printing the sign of NaNs.
6827
68282005-06-24 Eli Zaretskii <eliz@gnu.org>
6829
6830 * makefile.w32-in (MAKEINFO): Use --force.
6831
68322005-06-23 Richard M. Stallman <rms@gnu.org>
6833
6834 * display.texi (Face Functions): Correct Texinfo usage.
6835
68362005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6837
6838 * lists.texi (Rings): `ring-elements' now returns the elements of
6839 RING in order.
6840
68412005-06-23 Juanma Barranquero <lekktu@gmail.com>
6842
6843 * markers.texi (The Mark): Texinfo usage fix.
6844
68452005-06-23 Kim F. Storm <storm@cua.dk>
6846
6847 * searching.texi (Entire Match Data): Remove evaporate option for
6848 match-data. Do not mention evaporate option for set-match-data.
6849
68502005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6851
6852 * display.texi (Face Functions): Mention face aliases.
6853
68542005-06-21 Richard M. Stallman <rms@gnu.org>
6855
6856 * anti.texi (Antinews): Texinfo usage fix.
6857
68582005-06-21 Karl Berry <karl@gnu.org>
6859
6860 * elisp.texi: Use @copying.
6861
6862 * elisp.texi: Put @summarycontents and @contents before the Top
6863 node, instead of the end of the file, so that the contents appear
6864 in the right place in the dvi/pdf output.
6865
68662005-06-21 Juri Linkov <juri@jurta.org>
6867
6868 * display.texi (Defining Faces): Add `customized-face'.
6869
68702005-06-20 Kim F. Storm <storm@cua.dk>
6871
6872 * variables.texi (Setting Variables): Any type of element can be
6873 given order in add-to-ordered-list. Compare elements with eq.
6874
6875 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6876
68772005-06-20 Karl Berry <karl@gnu.org>
6878
6879 * syntax.texi (Syntax Flags): Make last column very slightly wider
6880 to avoid "generic comment" breaking on two lines and causing an
6881 underfull box.
6882
68832005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6884
6885 * lists.texi (Rings): Various minor clarifications and corrections.
6886
68872005-06-18 Richard M. Stallman <rms@gnu.org>
6888
6889 * functions.texi (Obsolete Functions): Simplify.
6890
6891 * variables.texi (Variable Aliases): Simplify.
6892
6893 * anti.texi, backups.texi, compile.texi, customization.texi:
6894 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6895 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6896 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6897 * variables.texi: Fix formatting ugliness.
6898
6899 * elisp.texi: Add links to Rings and Byte Packing.
6900 Update version and copyright years.
6901
6902 * minibuf.texi: Fix formatting ugliness.
6903 (Completion Commands): Move keymap vars to the end
6904 and vars completing-read binds to the top.
6905
69062005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6907
6908 * processes.texi: Fix typos.
6909 (Bindat Spec): Correct Texinfo error.
6910 (Byte Packing): Fix ungrammatical sentence.
6911
69122005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6913
6914 * lists.texi (Rings): New node.
6915 (Lists): Add it to menu.
6916
6917 * processes.texi (Byte Packing): New node.
6918 (Processes): Add it to menu.
6919
69202005-06-17 Richard M. Stallman <rms@gnu.org>
6921
6922 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6923
6924 * help.texi (Documentation Basics): Explain the xref to
6925 Documentation Tips.
6926
6927 * debugging.texi (Debugger Commands): Minor fix.
6928
69292005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6930
6931 * edebug.texi (Instrumenting): Eliminate duplicate link.
6932 (Specification List): Replace references to "below", referring to
6933 a later node, with one @ref to that node.
6934
6935 * os.texi (Timers): Timers should save and restore the match data
6936 if they change it.
6937
6938 * debugging.texi (Debugger Commands): Mention that the Lisp
6939 debugger can not step through primitive functions.
6940
69412005-06-16 Juanma Barranquero <lekktu@gmail.com>
6942
6943 * functions.texi (Obsolete Functions): Update argument names of
6944 `make-obsolete' and `define-obsolete-function-alias'.
6945
6946 * variables.texi (Variable Aliases): Update argument names of
6947 `defvaralias', `make-obsolete-variable' and
6948 `define-obsolete-variable-alias'.
6949
69502005-06-15 Kim F. Storm <storm@cua.dk>
6951
6952 * searching.texi (Entire Match Data): Rephrase warnings about
6953 evaporate arg to match-data and set-match-data.
6954
69552005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6956
6957 * elisp.texi (Top): Update detailed menu.
6958
6959 * edebug.texi (Edebug): Update menu.
6960 (Instrumenting): Update xrefs.
6961 (Edebug Execution Modes): Correct xref.
6962 (Jumping): Clarify description of `h' command.
6963 Eliminate redundant @ref.
6964 (Breaks): New node.
6965 (Breakpoints): Is now a subsubsection.
6966 (Global Break Condition): Mention `C-x X X'.
6967 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6968 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6969 (Edebug Display Update): Correct pxref.
6970 (Edebug and Macros): New node.
6971 (Instrumenting Macro Calls): Is now a subsubsection.
6972 Neither arg of `def-edebug-spec' is evaluated.
6973 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6974 (Specification Examples): Fix typo.
6975
69762005-06-14 Lute Kamstra <lute@gnu.org>
6977
6978 * debugging.texi (Function Debugging): Primitives can break on
6979 entry too.
6980
69812005-06-14 Kim F. Storm <storm@cua.dk>
6982
6983 * variables.texi (Setting Variables): Add add-to-ordered-list.
6984
69852005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6986
6987 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6988 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6989
69902005-06-13 Lute Kamstra <lute@gnu.org>
6991
6992 * text.texi (Special Properties): Fix cross reference.
6993
69942005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6995
6996 * debugging.texi (Function Debugging): Delete mention of empty
6997 string argument to `cancel-debug-on-entry'. Delete inaccurate
6998 description of the return value of that command.
6999
70002005-06-11 Alan Mackenzie <acm@muc.de>
7001
7002 * text.texi (Adaptive Fill): Amplify the description of
7003 fill-context-prefix.
7004
70052005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7006
7007 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7008
70092005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7010
7011 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7012
70132005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7014
7015 * debugging.texi (Error Debugging): Minor rewording.
7016 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7017 is optional.
7018
70192005-06-10 Lute Kamstra <lute@gnu.org>
7020
7021 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7022 (Top): Give it a title. Correct version number. Give the
7023 detailed node listing a more prominent header.
7024 * intro.texi: Don't set VERSION here a second time.
7025 Mention Emacs's version too.
7026 * anti.texi (Antinews): Use EMACSVER to refer to the current
7027 version of Emacs.
7028
70292005-06-09 Kim F. Storm <storm@cua.dk>
7030
7031 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7032 match-data and set-match-data.
7033
70342005-06-08 Richard M. Stallman <rms@gnu.org>
7035
7036 * searching.texi (Entire Match Data): Clarify when match-data
7037 returns markers and when integers.
7038
7039 * display.texi (Defining Faces): Explain that face name should not
7040 end in `-face'.
7041
7042 * modes.texi (Mode Line Data): Minor cleanup.
7043 (Customizing Keywords): Node split out of Search-based Fontification.
7044 Add example of using font-lock-add-keywords from a hook.
7045 Clarify when MODE should be non-nil, and when nil.
7046
70472005-06-06 Richard M. Stallman <rms@gnu.org>
7048
7049 * modes.texi (Mode Line Data): Explain what happens when the car
7050 of a list is a void symbol.
7051 (Search-based Fontification): Explain MODE arg to
7052 font-lock-add-keywords and warn about calls from major modes.
7053
70542005-06-08 Juri Linkov <juri@jurta.org>
7055
7056 * display.texi (Standard Faces): Add `shadow' face.
7057
70582005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7059
7060 * modes.texi (Major Mode Conventions): A derived mode only needs
7061 to put the call to the parent mode inside `delay-mode-hooks'.
7062
70632005-05-29 Richard M. Stallman <rms@gnu.org>
7064
7065 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7066 new, and what that implies. Clarify.
7067
7068 * files.texi (Locating Files): Clean up the text.
7069
7070 * frames.texi (Window Frame Parameters): Document user-size.
7071 Shorten entry for top by referring to left.
7072
70732005-05-26 Richard M. Stallman <rms@gnu.org>
7074
7075 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7076 is new, and what the implications are. Other clarifications.
7077
70782005-05-24 Richard M. Stallman <rms@gnu.org>
7079
7080 * frames.texi (Dialog Boxes): Minor fixes.
7081
70822005-05-25 Masatake YAMATO <jet@gyve.org>
7083
7084 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7085
70862005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7087
7088 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7089 is optional.
7090
70912005-05-24 Nick Roberts <nickrob@snap.net.nz>
7092
10d1d0af 7093 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7094
70952005-05-23 Lute Kamstra <lute@gnu.org>
7096
7097 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7098 syntax-begin-function over font-lock-beginning-of-syntax-function.
7099
71002005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7101
7102 * minibuf.texi (Reading File Names): Update description of
7103 `read-directory-name'.
7104
7105 * modes.texi (Derived Modes): Clarify :group keyword.
7106
71072005-05-21 Eli Zaretskii <eliz@gnu.org>
7108
7109 * files.texi (Locating Files): New subsection.
7110 Describe locate-file and executable-find.
7111
71122005-05-21 Kevin Ryde <user42@zip.com.au>
7113
7114 * frames.texi (Initial Parameters): Update cross reference to
7115 "Emacs Invocation".
7116
71172005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7118
7119 * keymaps.texi (Active Keymaps): Add anchor.
7120
7121 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7122 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7123 appropriate place.
7124 (Derived Modes): Small clarifications.
7125 (Minor Mode Conventions, Keymaps and Minor Modes):
7126 Replace references to nodes with references to anchors.
7127 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7128 Clarify description of lists whose first element is an integer.
7129 (Mode Line Variables): Add anchor.
7130 (%-Constructs): Clarify description of integer after %.
7131 (Emulating Mode Line): Describe nil value for FACE.
7132
71332005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7134
7135 * modes.texi (Derived Modes): Correct references to non-existing
7136 variable standard-syntax-table.
7137
71382005-05-17 Lute Kamstra <lute@gnu.org>
7139
7140 * modes.texi (Defining Minor Modes): Mention the mode hook.
7141
71422005-05-15 Kim F. Storm <storm@cua.dk>
7143
7144 * processes.texi (Network): Remove open-network-stream-nowait.
7145 (Network Servers): Remove open-network-stream-server.
7146
71472005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7148
7149 * elisp.texi (Top): Update detailed menu.
7150
7151 * variables.texi: Reorder nodes.
7152 (Variables): Update menu.
7153 (File Local Variables): Do not refer to the `-*-' line as
7154 a "local variables list". Add pxref.
7155
71562005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7157
7158 * elisp.texi (Top): Update detailed menu for node changes.
7159
7160 * modes.texi (Modes): Update Menu.
7161 (Hooks): Move to beginning of chapter.
7162 Most minor modes run mode hooks too.
7163 `add-hook' can handle void hooks or hooks whose value is a single
7164 function.
7165 (Major Modes): Update Menu.
7166 (Major Mode Basics): New node, split off from `Major Modes'.
7167 (Major Mode Conventions): Correct xref. Explain how to handle
7168 auto-mode-alist if the major mode command has an autoload cookie.
7169 (Auto Major Mode): Major update. Add magic-mode-alist.
7170 (Derived Modes): Major update.
7171 (Mode Line Format): Update Menu.
7172 (Mode Line Basics): New node, split off from `Mode Line Format'.
7173
7174 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7175 for `magic autoload comment'. Add index entries and anchor.
7176
71772005-05-14 Richard M. Stallman <rms@gnu.org>
7178
7179 * tips.texi (Coding Conventions): Explain how important it is
7180 that just loading certain files not change Emacs behavior.
7181
7182 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7183
71842005-05-12 Lute Kamstra <lute@gnu.org>
7185
7186 * modes.texi (Generic Modes): Update.
7187 (Major Modes): Refer to node "Generic Modes".
7188
7189 * elisp.texi (Top): Update to the current structure of the manual.
7190 * processes.texi (Processes): Add menu description.
7191 * customize.texi (Customization): Add menu descriptions.
7192
71932005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7194
7195 * processes.texi (Signals to Processes)
7196 (Low-Level Network): Fix typos.
7197
71982005-05-11 Lute Kamstra <lute@gnu.org>
7199
7200 * elisp.texi (Top): Add some nodes from the chapter "Major and
7201 Minor Modes" to the detailed node listing.
7202
72032005-05-10 Richard M. Stallman <rms@gnu.org>
7204
7205 * keymaps.texi (Extended Menu Items): Menu item filter functions
7206 can be called at any time.
7207
72082005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7209
7210 * variables.texi (File Local Variables): `(hack-local-variables t)'
7211 now also checks whether a mode is specified in the local variables
7212 list.
7213
72142005-05-05 Kevin Ryde <user42@zip.com.au>
7215
7216 * display.texi (The Echo Area): Correct format function cross
7217 reference.
7218
72192005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7220
7221 * variables.texi (Variable Aliases): Change description of
7222 `define-obsolete-variable-alias'.
7223
7224 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7225 (Defining Functions): Add xref.
7226 (Obsolete Functions): New node.
7227 (Function Safety): Standardize capitalization of section title.
7228
7229 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7230 (Dialog Boxes): Complete description of `x-popup-dialog'.
7231
72322005-05-04 Richard M. Stallman <rms@gnu.org>
7233
7234 * commands.texi (Interactive Codes): Fix Texinfo usage.
7235 Document U more clearly.
7236
72372005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7238
7239 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7240 function and not a macro.
7241
7242 * frames.texi (Pop-Up Menus): Correct and clarify description of
7243 `x-popup-menu'.
7244 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7245
72462005-05-01 Richard M. Stallman <rms@gnu.org>
7247
7248 * edebug.texi (Checking Whether to Stop): Fix previous change.
7249
72502005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7251
7252 * display.texi: Fix typos and Texinfo usage.
7253
7254 * edebug.texi (Checking Whether to Stop): executing-macro ->
7255 executing-kbd-macro.
7256
72572005-05-01 Richard M. Stallman <rms@gnu.org>
7258
7259 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7260
72612005-04-30 Richard M. Stallman <rms@gnu.org>
7262
7263 * files.texi (Magic File Names): Document `operations' property.
7264
72652005-04-29 Lute Kamstra <lute@gnu.org>
7266
7267 * modes.texi (Generic Modes): New node.
7268 (Major Modes): Add it to the menu.
7269 (Derived Modes): Add "derived mode" to concept index.
7270
72712005-04-28 Lute Kamstra <lute@gnu.org>
7272
7273 * modes.texi (Defining Minor Modes): Fix previous change.
7274 (Font Lock Mode): Simplify.
7275 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7276 when set and that some parts are optional. Add cross references.
7277 (Search-based Fontification): Say how to specify font-lock-keywords.
7278 Add cross references. Add font-lock-multiline to index.
7279 Move font-lock-keywords-case-fold-search here from node "Other Font
7280 Lock Variables". Document font-lock-add-keywords and
7281 font-lock-remove-keywords.
7282 (Other Font Lock Variables): Move font-lock-keywords-only,
7283 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7284 and font-lock-syntactic-face-function to node "Syntactic Font
7285 Lock". Move font-lock-keywords-case-fold-search to node
7286 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7287 and font-lock-{,un}fontify-{buffer,region}-function.
7288 (Precalculated Fontification): Remove reference to deleted variable
7289 font-lock-core-only.
7290 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7291 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7292 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7293 and font-lock-syntactic-face-function here from node "Other Font
7294 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7295 Syntax Properties". Add cross references.
7296 (Setting Syntax Properties): New node.
7297 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7298 * syntax.texi (Syntax Properties): Add cross reference.
7299 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7300
73012005-04-26 Richard M. Stallman <rms@gnu.org>
7302
7303 * display.texi (Defining Faces):
7304 Document `default' elements of defface spec.
7305
7306 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7307
7308 * variables.texi (Variable Aliases): Clarify text.
7309
73102005-04-25 Chong Yidong <cyd@stupidchicken.com>
7311
7312 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7313
73142005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7315
7316 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7317
73182005-04-24 Eli Zaretskii <eliz@gnu.org>
7319
7320 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7321 syntax-after and syntax-class.
7322
7323 * files.texi (Changing Files): Fix last change's cross-reference.
7324 (Unique File Names): Don't mention "numbers" in the documentation
7325 of make-temp-file and make-temp-name.
7326
73272005-04-23 Richard M. Stallman <rms@gnu.org>
7328
7329 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7330
73312005-04-22 Nick Roberts <nickrob@snap.net.nz>
7332
7333 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7334
73352005-04-22 Nick Roberts <nickrob@snap.net.nz>
7336
7337 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7338 and define-obsolete-variable-alias.
7339
73402005-04-22 Kim F. Storm <storm@cua.dk>
7341
7342 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7343 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7344
73452005-04-21 Lute Kamstra <lute@gnu.org>
7346
7347 * lists.texi (Association Lists): Document rassq-delete-all.
7348
73492005-04-19 Richard M. Stallman <rms@gnu.org>
7350
7351 * modes.texi (Search-based Fontification): Explain that
7352 facespec is an expression to be evaluated.
7353
73542005-04-19 Kevin Ryde <user42@zip.com.au>
7355
7356 * streams.texi (Output Functions): Fix xref.
7357 * strings.texi (String Conversion): Fix xref.
7358
73592005-04-19 Kim F. Storm <storm@cua.dk>
7360
7361 * symbols.texi (Symbol Plists): Add safe-get.
7362 Mention that `get' may signal an error.
7363
73642005-04-18 Nick Roberts <nickrob@snap.net.nz>
7365
7366 * customize.texi (Variable Definitions): Replace tooltip-mode
7367 example with save-place.
7368
73692005-04-17 Richard M. Stallman <rms@gnu.org>
7370
7371 * buffers.texi (Indirect Buffers): Clarify.
7372
7373 * positions.texi (Positions): Clarify converting marker to integer.
7374
7375 * strings.texi (String Basics): Mention string-match; clarify.
7376
73772005-04-08 Lute Kamstra <lute@gnu.org>
7378
7379 * modes.texi (Search-based Fontification): Fix cross references.
7380 Use consistent terminology. Document anchored highlighting.
7381
73822005-04-05 Lute Kamstra <lute@gnu.org>
7383
7384 * modes.texi (Defining Minor Modes): Document :group keyword
7385 argument and its default value.
7386
73872005-04-03 Lute Kamstra <lute@gnu.org>
7388
7389 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7390 references and/or descriptions. Delete major mode hooks; mention
7391 them as a category instead. Rename or delete obsolete hooks.
7392
73932005-04-02 Richard M. Stallman <rms@gnu.org>
7394
7395 * nonascii.texi (Coding System Basics): Another wording cleanup.
7396
73972005-04-01 Richard M. Stallman <rms@gnu.org>
7398
7399 * nonascii.texi (Coding System Basics): Clarify previous change.
7400
74012005-04-01 Kenichi Handa <handa@m17n.org>
7402
10d1d0af 7403 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7404 identity of coding systems.
7405
74062005-03-29 Chong Yidong <cyd@stupidchicken.com>
7407
7408 * text.texi (Buffer Contents): Add filter-buffer-substring and
7409 buffer-substring-filters.
7410
74112005-03-26 Chong Yidong <cyd@stupidchicken.com>
7412
7413 * anti.texi (Antinews): Mention `G' interactive code.
7414
7415 * tips.texi (Compilation Tips): Mention benchmark.el.
7416
74172005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7418
7419 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7420 is now bound to M-o M-o.
7421
7422 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7423
74242005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7425
7426 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7427 in the Emacs Manual).
7428 * Makefile.in (srcs): Remove calendar.texi.
7429 * makefile.w32-in (srcs): Remove calendar.texi.
7430 * display.texi (Display): Change name of next node.
7431 * os.texi (System In): Change name of previous node.
7432 * elisp.texi (Top): Remove Calendar references.
7433 * vol1.texi (Top): Remove Calendar references.
7434 * vol2.texi (Top): Remove Calendar references.
7435
74362005-03-25 Richard M. Stallman <rms@gnu.org>
7437
7438 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7439 Cleanup previous change.
7440
74412005-03-25 Chong Yidong <cyd@stupidchicken.com>
7442
7443 * display.texi (Face Attributes): Faces earlier in an :inherit
7444 list take precedence.
7445 (Scroll Bars): Fix description of vertical-scroll-bars.
7446 Document frame-current-scroll-bars and window-current-scroll-bars.
7447
7448 * markers.texi (The Mark): Document temporary Transient Mark mode.
7449
7450 * minibuf.texi (Reading File Names):
7451 Document read-file-name-completion-ignore-case.
7452
7453 * positions.texi (Screen Lines): Document nil for width argument
7454 to compute-motion.
7455
74562005-03-23 Kim F. Storm <storm@cua.dk>
7457
7458 * display.texi (Standard Faces): Other faces used in the fringe
7459 implicitly inherits from the fringe face.
7460 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7461 properties implicitly inherits from fringe face.
7462 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7463
74642005-03-20 Chong Yidong <cyd@stupidchicken.com>
7465
7466 * display.texi (Invisible Text): State default value of
7467 line-move-ignore-invisible.
7468 (Managing Overlays): Document remove-overlays.
7469 (Standard Faces): Document escape-glyph face.
7470
7471 * minibuf.texi (Reading File Names): Document read-file-name-function.
7472
7473 * modes.texi (Other Font Lock Variables):
7474 Document font-lock-lines-before.
7475
7476 * positions.texi (Skipping Characters): skip-chars-forward allows
7477 character classes.
7478
74792005-03-18 Lute Kamstra <lute@gnu.org>
7480
7481 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7482
74832005-03-17 Richard M. Stallman <rms@gnu.org>
7484
7485 * text.texi (Undo): Document extensible undo entries.
7486
dd7b651b 7487 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7488
7489 * nonascii.texi (Character Codes): Minor fix.
7490
7491 * display.texi (Display Property): Explain the significance
7492 of having text properties that are eq.
7493 (Other Display Specs): Explain string as display spec.
7494
7495 * commands.texi (Interactive Codes): Document G option.
7496
74972005-03-17 Chong Yidong <cyd@stupidchicken.com>
7498
7499 * text.texi (Filling): Add sentence-end-without-period and
7500 sentence-end-without-space.
7501 (Changing Properties): Minor fix.
7502
7503 * anti.texi: Total rewrite.
7504
75052005-03-15 Lute Kamstra <lute@gnu.org>
7506
7507 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7508
75092005-03-08 Kim F. Storm <storm@cua.dk>
7510
7511 * display.texi (Specified Space): Property :width is support on
7512 non-graphic terminals, :height is not.
7513
75142005-03-07 Richard M. Stallman <rms@gnu.org>
7515
7516 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7517 Now subnodes of Fringes.
7518 (Overlay Arrow): Document overlay-arrow-variable-list.
7519 (Fringe Size/Pos): New node, broken out of Fringes.
7520 (Display): Explain clearing vs redisplay better.
7521 (Truncation): Clarify use of bitmaps.
7522 (The Echo Area): Clarify the uses of the echo area.
7523 Add max-mini-window-height.
7524 (Progress): Clarify.
7525 (Invisible Text): Explain that main loop moves point out.
7526 (Selective Display): Say "hidden", not "invisible".
7527 (Managing Overlays): Move up. Describe relation to Undo here.
7528 (Overlay Properties): Clarify intro.
7529 (Finding Overlays): Explain return values when nothing found.
7530 (Width): truncate-string-to-width has added arg.
7531 (Displaying Faces): Clarify and update mode line face handling.
7532 (Face Functions): Minor cleanup.
7533 (Conditional Display): Merge into Other Display Specs.
7534 (Pixel Specification, Other Display Specs): Minor cleanups.
7535 (Images, Image Descriptors): Minor cleanups.
7536 (GIF Images): Patents have expired.
7537 (Showing Images): Explain default text for insert-image.
7538 (Manipulating Button Types): Merge into Manipulating Buttons.
7539 (Making Buttons): Explain return values.
7540 (Button Buffer Commands): Add xref.
7541 (Inverse Video): Update mode-line-inverse-video.
7542 (Display Table Format): Clarify.
7543 (Active Display Table): Give defaults for window-display-table.
7544
7545 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7546 and calendar-today-marker are strings, not chars.
7547 (Holiday Customizing): Minor fix.
7548
7549 * internals.texi (Writing Emacs Primitives): Update `or' example.
7550 Update limit on # args of subr.
7551
7552 * edebug.texi (Using Edebug): Arrow is in fringe.
7553 (Instrumenting): Arg to eval-defun works without loading edebug.
7554 (Edebug Execution Modes): Add xref.
7555
7556 * customize.texi (Common Keywords): Clarify :require.
7557 Mention :version here.
7558 (Variable Definitions, Group Definitions): Not here.
7559 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7560
75612005-03-07 Chong Yidong <cyd@stupidchicken.com>
7562 * nonascii.texi (Text Representations): Clarify position-bytes.
7563 (Character Sets): Add list-charset-chars.
7564 (Scanning Charsets): Add charset-after.
7565 (Encoding and I/O): Minor fix.
7566
75672005-03-06 Richard M. Stallman <rms@gnu.org>
7568
7569 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7570 (Resizing Windows): Likewise.
7571
7572 * text.texi (Change Hooks): Get rid of "Emacs 21".
7573
7574 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7575
7576 * streams.texi (Output Variables): Get rid of "Emacs 21".
7577
7578 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7579
7580 * os.texi (Translating Input): Replace flow-control example
7581 with a less obsolete example that uses `keyboard-translate'.
7582
7583 * objects.texi (Hash Table Type, Circular Objects):
7584 Get rid of "Emacs 21".
7585
7586 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7587 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7588
7589 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7590
7591 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7592
7593 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7594 (Menu Bar): Fix when menu-bar-update-hook is called.
7595
7596 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7597
7598 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7599 and make it read better.
7600
7601 * files.texi (Writing to Files): Get rid of "Emacs 21".
7602 (Unique File Names): Likewise.
7603
7604 * elisp.texi: Update Emacs version to 22.
7605
7606 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7607 (Overlay Properties, Face Attributes): Likewise.
7608 (Managing Overlays): Fix punctuation.
7609 (Attribute Functions): Clarify set-face-font; get rid of
7610 info about old Emacs versions.
7611 (Auto Faces, Font Lookup, Display Property, Images):
7612 Get rid of "Emacs 21".
7613
7614 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7615
76162005-03-05 Richard M. Stallman <rms@gnu.org>
7617
7618 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7619
76202005-03-04 Lute Kamstra <lute@gnu.org>
7621
7622 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7623
76242005-03-03 Lute Kamstra <lute@gnu.org>
7625
7626 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7627
76282005-03-01 Lute Kamstra <lute@gnu.org>
7629
7630 * debugging.texi (Debugger Commands): Update `j'.
7631
76322005-02-28 Lute Kamstra <lute@gnu.org>
7633
7634 * debugging.texi (Debugging): Fix typo.
7635 (Error Debugging): Document eval-expression-debug-on-error.
7636 (Function Debugging): Update example.
7637 (Using Debugger): Mention starred stack frames.
7638 (Debugger Commands): Document `j' and `l'.
7639 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7640 Update the messages that the debugger displays.
7641 (Internals of Debugger): Add cross reference. Update example.
7642 (Excess Open): Minor improvement.
7643 (Excess Close): Minor improvement.
7644
76452005-02-26 Richard M. Stallman <rms@gnu.org>
7646
7647 * tips.texi (Coding Conventions): Clarify.
7648 Put all the major mode key reservations together.
7649 Mention the Mouse-1 => Mouse-2 conventions.
7650
7651 * syntax.texi (Syntax Class Table): Clarify.
7652 (Syntax Table Functions): syntax-after moved from here.
7653 (Syntax Table Internals): syntax-after moved to here.
7654 (Parsing Expressions): Update info on number of values
7655 and what's meaningful in the STATE argument.
7656 (Categories): Fix typo.
7657
7658 * sequences.texi (Arrays): Cleanup.
7659 (Char-Tables): Clarify.
7660
7661 * processes.texi (Deleting Processes): Cleanups, add xref.
7662 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7663 (Process Information): set-process-coding-system, some args optional.
7664 (Input to Processes): Explain various types for PROCESS args.
7665 Rename them from PROCESS-NAME to PROCESS.
7666 (Signals to Processes): Likewise.
7667 (Decoding Output): Cleanup.
7668 (Query Before Exit): Clarify.
7669
7670 * os.texi (Startup Summary): Correct the options; add missing ones.
7671 (Terminal Output, Batch Mode): Clarify.
7672 (Flow Control): Node deleted.
7673
7674 * markers.texi (The Mark): Clarify.
7675
7676 * macros.texi (Expansion): Cleanup.
7677 (Indenting Macros): indent-spec allows ints, not floats.
7678
7679 * keymaps.texi (Keymaps): Clarify.
7680 (Format of Keymaps): Update lisp-mode-map example.
7681 (Active Keymaps, Key Lookup): Clarify.
7682 (Changing Key Bindings): Add xref to `kbd'.
7683 (Key Binding Commands, Simple Menu Items): Clarify.
7684 (Mouse Menus, Menu Bar): Clarify.
7685 (Menu Example): Replace print example with menu-bar-replace-menu.
7686
7687 * help.texi (Documentation Basics): Add function-documentation prop.
7688
7689 * elisp.texi (Top): Don't refer to Flow Control node.
7690
7691 * commands.texi (Command Overview): Improve xrefs.
7692 (Adjusting Point): Adjusting point applies to intangible and invis.
7693 (Key Sequence Input): Doc extra read-key-sequence args.
7694 Likewise for read-key-sequence-vector.
7695
7696 * backups.texi (Rename or Copy): Minor fix.
7697 (Numbered Backups): For version-control, say the default.
7698 (Auto-Saving): make-auto-save-file-name example is simplified.
7699
7700 * advice.texi (Advising Functions): Don't imply one part of Emacs
7701 should advise another part. Markup changes.
7702 (Defining Advice): Move transitional para.
7703 (Activation of Advice): Cleanup.
7704 Explain if COMPILE is nil or negative.
7705
7706 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7707
77082005-02-24 Lute Kamstra <lute@gnu.org>
7709
7710 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7711 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7712
77132005-02-23 Lute Kamstra <lute@gnu.org>
7714
7715 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7716 to define global minor modes as well.
7717
7718 * display.texi (Managing Overlays): overlay-buffer returns nil for
7719 deleted overlays.
7720
77212005-02-22 Kim F. Storm <storm@cua.dk>
7722
7723 * minibuf.texi (Basic Completion): Allow symbols in addition to
7724 strings in try-completion and all-completions.
7725
77262005-02-14 Lute Kamstra <lute@gnu.org>
7727
7728 * elisp.texi (Top): Remove reference to deleted node.
7729
7730 * lists.texi (Lists): Remove reference to deleted node.
7731 (Cons Cells): Fix typo.
7732
7733 * loading.texi (Where Defined): Fix typo.
7734
77352005-02-14 Richard M. Stallman <rms@gnu.org>
7736
7737 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7738 is useful for discarding some minor modes.
7739
7740 * symbols.texi (Symbol Components): Reorder examples.
7741
7742 * streams.texi (Input Functions): State standard-input default.
7743 (Output Variables): State standard-output default.
7744
7745 * objects.texi (Printed Representation): Clarify read syntax vs print.
7746 (Floating Point Type): Explain meaning better.
7747 (Symbol Type): Explain uniqueness better.
7748 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7749 List examples sooner.
7750 (Box Diagrams): New subnode broken out.
7751 Some examples moved from old Lists as Boxes node.
7752 (Dotted Pair Notation): Clarify intro.
7753 (Array Type): Clarify.
7754 (Type Predicates): Add hash-table-p.
7755
7756 * numbers.texi (Integer Basics): Clarify radix explanation.
7757 (Predicates on Numbers): Minor clarification.
7758 (Comparison of Numbers): Minor clarification. Clarify eql.
7759 Typos in min, max.
7760 (Math Functions): Clarify overflow in expt.
7761
7762 * minibuf.texi (Text from Minibuffer): Minor clarification.
7763 Mention arrow keys.
7764
7765 * loading.texi (Autoload): defun's doc string overrides autoload's
7766 doc string.
7767 (Repeated Loading): Modernize "add to list" examples.
7768 (Where Defined): Finish updating table of load-history elts.
7769
7770 * lists.texi (List-related Predicates): Minor wording improvement.
7771 (Lists as Boxes): Node deleted.
7772 (Building Lists): Explain trivial cases of number-sequence.
7773
7774 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7775 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7776 (Hash Access): Any object can be a key.
7777 State value of maphash.
7778
7779 * functions.texi (What Is a Function): Wording cleanup.
7780 (Function Documentation): Minor cleanup.
7781 Explain purpose of calling convention at end of doc string.
7782 (Function Names): Wording cleanup.
7783 (Calling Functions): Wording cleanup.
7784 Explain better how funcall calls the function.
7785 (Function Cells): Delete example of saving and redefining function.
7786
7787 * control.texi (Combining Conditions): Wording cleanup.
7788 (Iteration): dolist and dotimes bind VAR locally.
7789 (Cleanups): Xref to Atomic Changes.
7790
7791 * compile.texi (Byte Compilation): Delete 19.29 info.
7792 (Compilation Functions): Macros' difficulties don't affect defsubst.
7793 (Docs and Compilation): Delete 19.29 info.
7794
77952005-02-10 Richard M. Stallman <rms@gnu.org>
7796
7797 * objects.texi (Symbol Type): Minor correction.
7798
77992005-02-06 Lute Kamstra <lute@gnu.org>
7800
7801 * modes.texi (Example Major Modes): Fix typos.
7802
78032005-02-06 Richard M. Stallman <rms@gnu.org>
7804
7805 * text.texi (Margins): fill-nobreak-predicate can be one function.
7806
7807 * strings.texi (Modifying Strings): clear-string can make unibyte.
7808 (Formatting Strings): format gives error if values missing.
7809
7810 * positions.texi (Character Motion): Mention default arg
7811 for forward-char. backward-char refers to forward-char.
7812 (Word Motion): Mention default arg for forward-word.
7813 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7814 Simplify end-of-buffer.
7815 (Text Lines): Mention default arg for forward-line.
7816 (List Motion): Mention default arg for beginning/end-of-defun.
7817 (Skipping Characters): Minor fixes in explaining character-set.
7818
7819 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7820 Mode inheritance applies only when default-major-mode is nil.
7821 Clarifications.
7822 (Example Major Modes): Update Text mode and Lisp mode examples.
7823 (Minor Mode Conventions): Mention define-minor-mode at top.
7824 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7825 (Mode Line Format): Update mode line face display info.
7826 (Properties in Mode): Mention effect of risky vars.
7827 (Imenu): Define imenu-add-to-menubar.
7828 (Font Lock Mode): Add descriptions to menu lines.
7829 (Faces for Font Lock): Add font-lock-doc-face.
7830
78312005-02-05 Lute Kamstra <lute@gnu.org>
7832
7833 * text.texi (Maintaining Undo): Remove obsolete function.
7834
78352005-02-05 Eli Zaretskii <eliz@gnu.org>
7836
7837 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7838 color specifications. Improve indexing.
b8d4c8d0
GM
7839 (Text Terminal Colors): Replace the description of RGB values by
7840 an xref to "Color Names".
7841
78422005-02-03 Richard M. Stallman <rms@gnu.org>
7843
7844 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7845 Clarify.
7846 (Selecting Windows): Clarify save-selected-window.
7847 (Cyclic Window Ordering): Clarify walk-windows.
7848 (Window Point): Clarify.
7849 (Window Start): Add comment to example.
7850 (Resizing Windows): Add `interactive' specs in examples.
7851 Document fit-window-to-buffer.
7852
7853 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7854 (Undo, Maintaining Undo): Clarify last change.
7855 (Sorting): In sort-numeric-fields, explain about octal and hex.
7856 Mention sort-numeric-base.
7857 (Format Properties): Add xref for hard newlines.
7858
7859 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7860 (Pop-Up Menus): Fix typo.
7861 (Color Names): Explain all types of color names.
7862 Explain color-values on B&W terminal.
7863 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7864
7865 * files.texi (File Locks): Not supported on MS systems.
7866 (Testing Accessibility): Clarify.
7867
7868 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7869 (Coverage Testing): Fix typo.
7870
7871 * commands.texi (Misc Events): Remove stray space.
7872
7873 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7874 (Modification Time): Clarify when visited-file-modtime returns 0.
7875 (The Buffer List): Clarify bury-buffer.
7876 (Killing Buffers): Clarify.
7877 (Indirect Buffers): Add clone-indirect-buffer.
7878
78792005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7880
7881 * edebug.texi (Printing in Edebug): Fix default value of
7882 edebug-print-circle.
7883 (Coverage Testing): Fix displayed frequency count data.
7884
78852005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7886
7887 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7888
78892005-02-02 Kim F. Storm <storm@cua.dk>
7890
7891 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7892
78932005-01-29 Eli Zaretskii <eliz@gnu.org>
7894
7895 * commands.texi (Misc Events): Describe the help-echo event.
7896
7897 * text.texi (Special Properties) <help-echo>: Use `pos'
7898 consistently in description of the help-echo property.
7899 Use @code{nil} instead of @var{nil}.
7900
7901 * display.texi (Overlay Properties): Fix the index entry for
7902 help-echo overlay property.
7903
7904 * customize.texi (Type Keywords): Uncomment the xref to the
7905 help-echo property documentation.
7906
79072005-01-23 Kim F. Storm <storm@cua.dk>
7908
7909 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7910 return value. Third element FULLY replaced by PARTIAL which
7911 specifies number of invisible pixels if row is only partially visible.
7912 (Textual Scrolling): Mention auto-window-vscroll.
7913 (Vertical Scrolling): New defvar auto-window-vscroll.
7914
79152005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7916
7917 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7918 command remapping.
7919
79202005-01-15 Richard M. Stallman <rms@gnu.org>
7921
7922 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7923
79242005-01-14 Kim F. Storm <storm@cua.dk>
7925
7926 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7927
7928 * text.texi (Links and Mouse-1): Fix string and vector item.
7929
79302005-01-13 Richard M. Stallman <rms@gnu.org>
7931
7932 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7933 descriptions of overriding-local-map and overriding-terminal-local-map.
7934
7935 * text.texi (Links and Mouse-1): Clarify text.
7936
79372005-01-13 Kim F. Storm <storm@cua.dk>
7938
7939 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7940
79412005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7942
7943 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7944
79452005-01-12 Kim F. Storm <storm@cua.dk>
7946
7947 * text.texi (Links and Mouse-1): Rename section from Enabling
7948 Mouse-1 to Following Links. Change xrefs.
7949 Add examples for define-button-type and define-widget.
7950
7951 * display.texi (Button Properties, Button Buffer Commands):
7952 Clarify mouse-1 and follow-link functionality.
7953
79542005-01-12 Richard M. Stallman <rms@gnu.org>
7955
7956 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7957
7958 * display.texi (Beeping): Fix Texinfo usage.
7959
7960 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7961
79622005-01-11 Kim F. Storm <storm@cua.dk>
7963
7964 * display.texi (Button Properties, Button Buffer Commands):
7965 Mention mouse-1 binding. Add follow-link keyword.
7966
7967 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7968 (Enabling Mouse-1 to Follow Links): New subsection.
7969
79702005-01-06 Richard M. Stallman <rms@gnu.org>
7971
7972 * text.texi (Special Properties): Minor change.
7973
7974 * os.texi (Timers): Clarify previous change.
7975
7976 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7977
79782005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7979
7980 * display.texi (Face Attributes): Correct xref to renamed node.
7981
79822005-01-01 Richard M. Stallman <rms@gnu.org>
7983
7984 * display.texi (Face Attributes): Describe hex color specs.
7985
79862004-12-31 Richard M. Stallman <rms@gnu.org>
7987
7988 * os.texi (Timers): Update previous change.
7989
79902004-12-30 Kim F. Storm <storm@cua.dk>
7991
7992 * display.texi (Line Height): Total line-height is now specified
7993 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7994 in cons cells. (nil . RATIO) is relative to actual line height.
7995 Use line-height `t' instead of `0' to get minimum height.
7996
79972004-12-29 Richard M. Stallman <rms@gnu.org>
7998
7999 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8000
80012004-12-28 Richard M. Stallman <rms@gnu.org>
8002
8003 * commands.texi (Quitting): Clarify value of with-local-quit.
8004
8005 * elisp.texi (Top): Fix previous change.
8006
8007 * loading.texi (Loading): Fix previous change.
8008
80092004-12-27 Richard M. Stallman <rms@gnu.org>
8010
8011 * Makefile.in (MAKEINFO): Specify --force.
8012
8013 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8014
8015 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8016
8017 * display.texi (Line Height): Further clarify.
8018
8019 * elisp.texi (Top): Update Loading submenu.
8020
8021 * loading.texi (Where Defined): New node.
8022 (Unloading): load-history moved to Where Defined.
8023
80242004-12-21 Richard M. Stallman <rms@gnu.org>
8025
8026 * commands.texi (Event Input Misc): Add while-no-input.
8027
80282004-12-11 Richard M. Stallman <rms@gnu.org>
8029
8030 * display.texi (Line Height): Rewrite text for clarity.
8031
80322004-12-11 Kim F. Storm <storm@cua.dk>
8033
8034 * display.texi (Display): Add node "Line Height" to menu.
8035 (Line Height): New node. Move full description of line-spacing
8036 and line-height text properties here from text.texi.
8037 (Scroll Bars): Add vertical-scroll-bar variable.
8038
8039 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8040
8041 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8042 line-spacing and vertical-scroll-bar.
8043
8044 * text.texi (Special Properties): Just mention line-spacing and
8045 line-height here, add xref to new "Line Height" node.
8046
80472004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8048
8049 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8050
8051 * locals.texi (Standard Buffer-Local Variables):
8052 Add @xref for `line-spacing'.
8053
80542004-12-05 Richard M. Stallman <rms@gnu.org>
8055
8056 * Makefile.in (maintainer-clean): Remove the info files
8057 in $(infodir) where they are created.
8058
80592004-12-03 Richard M. Stallman <rms@gnu.org>
8060
8061 * windows.texi (Selecting Windows): get-lru-window and
8062 get-largest-window don't consider dedicated windows.
8063
8064 * text.texi (Undo): Document undo-in-progress.
8065
80662004-11-26 Richard M. Stallman <rms@gnu.org>
8067
8068 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8069 Remove a few vars that are not always buffer-local.
8070
80712004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8072
8073 * locals.texi (Standard Buffer-Local Variables): Comment out
8074 xref's to non-existent node `Yet to be written'.
8075
80762004-11-24 Richard M. Stallman <rms@gnu.org>
8077
8078 * processes.texi (Synchronous Processes): Grammar fix.
8079
8080 * numbers.texi (Comparison of Numbers): Add eql.
8081
8082 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8083
8084 * intro.texi (Printing Notation): Fix previous change.
8085
8086 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8087 and default-indicate-buffer-boundaries from here.
8088 (Usual Display): To here.
8089 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8090 (Usual Display): Move tab-width up.
8091
5dcb4c4e
SM
8092 * customize.texi (Variable Definitions):
8093 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8094 (Simple Types, Composite Types, Defining New Types):
8095 Minor cleanups.
8096
80972004-11-21 Jesper Harder <harder@ifa.au.dk>
8098
8099 * processes.texi (Synchronous Processes, Output from Processes):
8100 Markup fix.
8101
81022004-11-20 Richard M. Stallman <rms@gnu.org>
8103
8104 * positions.texi (Skipping Characters): skip-chars-forward
8105 now handles char classes.
8106
8107 * intro.texi (Printing Notation): Avoid confusion of `print'
8108 when explaining @print.
8109
8110 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8111
8112 * display.texi (Display Table Format): Minor fix.
8113
8114 * streams.texi (Output Functions): Fix print example.
8115
8116 * Makefile.in (elisp): New target.
8117 (dist): Depend on $(infodir)/elisp, not elisp.
8118 Copy the info files from $(infodir).
8119
8120 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8121 read-from-minibuffer.
8122
8123 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8124
81252004-11-19 Richard M. Stallman <rms@gnu.org>
8126
8127 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8128
81292004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8130
8131 * tips.texi (Coding Conventions): Fix typo.
8132
81332004-11-16 Richard M. Stallman <rms@gnu.org>
8134
8135 * tips.texi (Coding Conventions): Separate defvar and require
8136 methods to avoid warnings. Use require only when there are many
8137 functions and variables from that package.
8138
8139 * minibuf.texi (Minibuffer Completion): When ignoring case,
8140 predicate must not be case-sensitive.
8141
8142 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8143 (Test Coverage): Don't talk about "splotches". Clarified.
8144
81452004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8146
8147 * frames.texi (Window Frame Parameters): Fix typo.
8148
81492004-11-15 Kim F. Storm <storm@cua.dk>
8150
8151 * symbols.texi (Other Plists): Note that plist-get may signal error.
8152 Add safe-plist-get.
8153
81542004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8155
8156 * modes.texi (Font Lock Basics): Fix typo.
8157
81582004-11-08 Richard M. Stallman <rms@gnu.org>
8159
8160 * syntax.texi (Syntax Table Functions): Add syntax-after.
8161
81622004-11-06 Lars Brinkhoff <lars@nocrew.org>
8163
8164 * os.texi (Processor Run Time): New section documenting
8165 get-internal-run-time.
8166
81672004-11-06 Eli Zaretskii <eliz@gnu.org>
8168
8169 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8170 it nukes elisp-cover.texi.
8171 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8172 elisp-0 etc.
8173
81742004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8175
8176 * commands.texi (Keyboard Macros): Document `append' return value
8177 of `defining-kbd-macro'.
8178
81792004-11-01 Richard M. Stallman <rms@gnu.org>
8180
8181 * commands.texi (Interactive Call): Add called-interactively-p.
8182
81832004-10-29 Simon Josefsson <jas@extundo.com>
8184
8185 * minibuf.texi (Reading a Password): Revert.
8186
81872004-10-28 Richard M. Stallman <rms@gnu.org>
8188
8189 * frames.texi (Display Feature Testing): Explain about "vendor".
8190
81912004-10-27 Richard M. Stallman <rms@gnu.org>
8192
8193 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8194 not raw. Clarify `n'.
8195 (Interactive Call): Rewrite interactive-p, focusing on when
8196 and how to use it.
8197 (Misc Events): Clarify previous change.
8198
8199 * advice.texi (Simple Advice): Clarify what job the example does.
8200 (Around-Advice): Clarify ad-do-it.
8201 (Activation of Advice): An option of ad-default-compilation-action
8202 is `never', not `nil'.
8203
82042004-10-26 Kim F. Storm <storm@cua.dk>
8205
8206 * commands.texi (Interactive Codes): Add U code letter.
8207
82082004-10-25 Simon Josefsson <jas@extundo.com>
8209
8210 * minibuf.texi (Reading a Password): Add.
8211
82122004-10-24 Jason Rumney <jasonr@gnu.org>
8213
8214 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8215 and wheel-down.
8216
82172004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8218
8219 * processes.texi (Synchronous Processes): Document process-file.
8220
82212004-10-22 Kenichi Handa <handa@m17n.org>
8222
8223 * text.texi (translate-region): Document that it accepts also a
8224 char-table.
8225
82262004-10-22 David Ponce <david@dponce.com>
8227
8228 * windows.texi (Resizing Windows): Document the `preserve-before'
8229 argument of the functions `enlarge-window' and `shrink-window'.
8230
82312004-10-19 Jason Rumney <jasonr@gnu.org>
8232
8233 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8234
82352004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8236
8237 * text.texi (Filling): Add anchor for definition of
8238 `sentence-end-double-space'.
8239
8240 * searching.texi (Regexp Example): Update description of how
8241 Emacs currently recognizes the end of a sentence.
8242 (Standard Regexps): Update definition of the variable
8243 `sentence-end'. Add definition of the function `sentence-end'.
8244
82452004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8246
8247 * display.texi (Progress): New node.
8248
82492004-10-05 Kim F. Storm <storm@cua.dk>
8250
8251 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8252
82532004-09-29 Kim F. Storm <storm@cua.dk>
8254
8255 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8256 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8257 fringe bitmap symbols, as they now have their own namespace.
8258 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8259 vs. pixels. Signal error if no free bitmap slots.
8260 (Pixel Specification): Change IMAGE to @var{image}.
8261
82622004-09-28 Richard M. Stallman <rms@gnu.org>
8263
8264 * text.texi (Special Properties): Clarify line-spacing and line-height.
8265
8266 * searching.texi (Regexp Search): Add looking-back.
8267
82682004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8269
8270 * display.texi: Correct typos.
8271 (Image Descriptors): Correct xref's.
8272
82732004-09-25 Richard M. Stallman <rms@gnu.org>
8274
8275 * text.texi (Special Properties): Cleanups in `cursor'.
8276 Rewrites in `line-height' and `line-spacing'; exchange them.
8277
8278 * display.texi (Fringes): Rewrite previous change.
8279 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8280 (Display Fringe Bitmaps): Node deleted, text moved.
8281 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8282 (Scroll Bars): Clarify set-window-scroll-bars.
8283 (Pointer Shape): Rewrite.
8284 (Specified Space): Clarify :align-to, etc.
8285 (Pixel Specification): Use @var. Clarify new text.
8286 (Other Display Specs): Clarify `slice'.
8287 (Image Descriptors): Cleanups.
8288 (Showing Images): Cleanups.
8289
82902004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8291
8292 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8293
8294 * modes.texi: Various minor changes in addition to:
8295 (Major Mode Conventions): Final call to `run-mode-hooks' should
8296 not be inside the `delay-mode-hooks' form.
8297 (Mode Hooks): New node.
8298 (Hooks): Delete obsolete example.
8299 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8300 node "Mode Hooks".
8301
83022004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8303
8304 * display.texi: Correct various typos.
8305 (Display): Rename node "Pointer Shapes" to "Pointer
8306 Shape". (There is already a node called "Pointer Shapes" in
8307 frames.texi.)
8308 (Images): Remove non-existent node "Image Slices" from menu.
8309
83102004-09-23 Kim F. Storm <storm@cua.dk>
8311
8312 * text.texi (Special Properties): Add `cursor', `pointer',
8313 `line-height', and `line-spacing' properties.
8314
8315 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8316 Shapes' to menu.
8317 (Standard Faces): Doc fix for fringe face.
8318 (Fringes): Add `overflow-newline-into-fringe' and
8319 'indicate-buffer-boundaries'.
8320 (Fringe Bitmaps, Pointer Shapes): New nodes.
8321 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8322 Bitmaps' to menu.
8323 (Specified Space): Describe pixel width and height.
8324 (Pixel Specification): New node.
8325 (Other Display Specs): Add `slice' property.
8326 (Display Fringe Bitmaps): New node.
8327 (Images): Add 'Image Slices' to menu.
8328 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8329 (Showing Images): Add slice arg to `insert-image'.
8330 Add 'insert-sliced-image'.
b8d4c8d0
GM
8331
83322004-09-20 Richard M. Stallman <rms@gnu.org>
8333
8334 * commands.texi (Key Sequence Input):
8335 Clarify downcasing in read-key-sequence.
8336
83372004-09-08 Juri Linkov <juri@jurta.org>
8338
8339 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8340
83412004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8342
5dcb4c4e
SM
8343 * locals.texi (Standard Buffer-Local Variables):
8344 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8345 * internals.texi (Buffer Internals): Describe new
8346 auto_save_file_format field of the buffer structure.
8347 * files.texi (Format Conversion): `auto-save-file-format' has been
8348 renamed `buffer-auto-save-file-format'.
8349
83502004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8351
8352 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8353 an integer or a marker.
8354 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8355
83562004-08-22 Richard M. Stallman <rms@gnu.org>
8357
8358 * modes.texi (Major Mode Conventions): Discuss rebinding of
8359 standard key bindings.
8360
83612004-08-18 Kim F. Storm <storm@cua.dk>
8362
8363 * processes.texi (Accepting Output): Add `just-this-one' arg to
8364 `accept-process-output'.
8365 (Output from Processes): New var `process-adaptive-read-buffering'.
8366
83672004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8368
8369 * keymaps.texi: Various changes in addition to:
8370 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8371 Give more varied examples for `kbd'.
8372 (Creating Keymaps): Char tables have slots for all characters
8373 without modifiers.
8374 (Active Keymaps): `overriding-local-map' and
8375 `overriding-terminal-local-map' also override text property and
8376 overlay keymaps.
8377 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8378 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8379 to denote a prefix of no events.
8380 `map-keymap' includes parent's bindings _recursively_.
8381 Clarify and correct description of `where-is-internal'.
8382 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8383 (Menu Example): For menus intended for use with the keyboard, the
8384 menu items should be bound to characters or real function keys.
8385
83862004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8387
8388 * objects.texi (Character Type): Reposition `@anchor' to prevent
8389 double space inside sentence in Info.
8390
8391 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8392 renamed to `disabled-command-function'.
8393 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8394 (Command Loop Info): Replace reference to it.
8395 (Disabling Commands): `disabled-command-hook' has been renamed to
8396 `disabled-command-function'.
8397
83982004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8399
8400 * os.texi (Translating Input): Only non-prefix bindings in
8401 `key-translation-map' override actual key bindings. Warn about
8402 possible indirect effect of actual key bindings on non-prefix
8403 bindings in `key-translation-map'.
8404
84052004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8406
8407 * minibuf.texi (High-Level Completion): Add anchor for definition
8408 of `read-variable'.
8409
8410 * commands.texi: Various changes in addition to:
8411 (Using Interactive): Clarify description of `interactive-form'.
8412 (Interactive Call): Mention default for KEYS argument to
8413 `call-interactively'.
8414 (Command Loop Info): Clarify description of `this-command-keys'.
8415 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8416 Value of `last-event-frame' can be `macro'.
8417 (Repeat Events): `double-click-fuzz' is also used to distinguish
8418 clicks and drags.
8419 (Classifying Events): Clarify descriptions of `event-modifiers'
8420 `event-basic-type' and `event-convert-list'.
8421 (Accessing Events): `posn-timestamp' takes POSITION argument.
8422 (Quoted Character Input): Clarify description of
8423 `read-quoted-char' and fix example.
8424 (Quitting): Add `with-local-quit'.
8425 (Disabling Commands): Correct and clarify descriptions of
8426 `enable-command' and `disable-command'.
8427 Mention what happens if `disabled-command-hook' is nil.
8428 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8429 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8430
84312004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8432
8433 * frames.texi: Various changes in addition to:
8434 (Creating Frames): Expand and clarify description of `make-frame'.
8435 (Window Frame Parameters): Either none or both of the `icon-left'
8436 and `icon-top' parameters must be specified. Put descriptions of
8437 `menu-bar-lines' and `toolbar-lines' closer together and change
8438 them accordingly.
8439 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8440 except while processing `frame-title-format' or `icon-title-format'.
8441 (Deleting Frames): Correct description of `delete-frame'.
8442 Non-nil return values of `frame-live-p' are like those of `framep'.
8443 (Frames and Windows): Mention return value of
8444 `set-frame-selected-window'.
8445 (Visibility of Frames): Mention `force' argument to
8446 `make-frame-invisible'. `frame-visible-p' returns t for all
8447 frames on text-only terminals.
8448 (Frame Configurations): Restoring a frame configuration does not
8449 restore deleted frames.
8450 (Window System Selections): `x-set-selection' returns DATA.
8451 (Resources): Add example.
8452 (Display Feature Testing): Clarify descriptions of
8453 `display-pixel-height', `display-pixel-width', `x-server-version'
8454 and `x-server-vendor'.
8455
8456 * windows.texi (Choosing Window): Add anchor.
8457 * minibuf.texi (Minibuffer Misc): Add anchor.
8458
84592004-07-23 John Paul Wallington <jpw@gnu.org>
8460
8461 * macros.texi (Defining Macros): Declaration keyword for setting
8462 Edebug spec is `debug' not `edebug'.
8463
84642004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8465
8466 * windows.texi: Various small changes in addition to:
8467 (Window Point): Mention return value of `set-window-point'.
8468 (Window Start): `pos-visible-in-window-p' disregards horizontal
8469 scrolling. Explain return value if PARTIALLY is non-nil.
8470 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8471 and `set-window-vscroll'.
8472 (Size of Window): The argument WINDOW to `window-inside-edges',
8473 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8474 (Resizing Windows): Explain return value of
8475 `shrink-window-if-larger-than-buffer'.
8476 `window-size-fixed' automatically becomes buffer local when set.
8477 (Window Configurations): Explain return value of
8478 `set-window-configuration'.
8479
8480 * minibuf.texi (Minibuffer Misc): Add anchor for
8481 `minibuffer-scroll-window'.
8482
8483 * positions.texi (Text Lines): Add anchor for `count-lines'.
8484
84852004-07-17 Richard M. Stallman <rms@gnu.org>
8486
8487 * display.texi (Overlay Properties): Adding `evaporate' prop
8488 deletes empty overlay immediately.
8489
8490 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8491 fix example.
8492
84932004-07-16 Jim Blandy <jimb@redhat.com>
8494
8495 * searching.texi (Regexp Backslash): Document new \_< and \_>
8496 operators.
8497
84982004-07-16 Juanma Barranquero <lektu@terra.es>
8499
8500 * display.texi (Images): Fix Texinfo usage.
8501
85022004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8503
8504 * buffers.texi (Modification Time): `visited-file-modtime' now
8505 returns a list of two integers, instead of a cons.
8506
85072004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8508
8509 * windows.texi: Various changes in addition to:
8510 (Splitting Windows): Add `split-window-keep-point'.
8511
85122004-07-09 Richard M. Stallman <rms@gnu.org>
8513
8514 * frames.texi (Input Focus): Minor fix.
8515
85162004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8517
8518 * frames.texi (Input Focus): Clarify descriptions of
8519 `select-frame-set-input-focus' and `select-frame'.
8520
85212004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8522
8523 * os.texi: Various small changes in addition to:
8524 (Killing Emacs): Expand and clarify description of
8525 `kill-emacs-query-functions' and `kill-emacs-hook'.
8526 (System Environment): Expand and clarify description of `getenv'
8527 and `setenv'.
8528 (Timers): Clarify description of `run-at-time'.
8529 (Translating Input): Correct description of
8530 `extra-keyboard-modifiers'.
8531 (Flow Control): Correct description of `enable-flow-control'.
8532
85332004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8534
8535 * os.texi: Update copyright.
8536 (Session Management): Grammar fix.
8537 Clarify which Emacs does the restarting.
8538 Use @samp for *scratch* buffer.
8539
85402004-07-04 Alan Mackenzie <acm@muc.de>
8541
8542 * frames.texi (Input Focus): Add documentation for
8543 `select-frame-set-input-focus'. Replace refs to non-existent
8544 `switch-frame' with `select-frame'. Minor corrections and tidying
8545 up of text-only terminal stuff.
8546
85472004-07-02 Richard M. Stallman <rms@gnu.org>
8548
8549 * files.texi (Saving Buffers): Cleanup write-contents-function.
8550 (Magic File Names): Cleanup file-remote-p.
8551
b344d29d 85522004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8553
8554 * files.texi (Magic File Names): `file-remote-p' returns an
8555 identifier of the remote system, not just t.
8556
85572004-07-02 David Kastrup <dak@gnu.org>
8558
8559 * searching.texi (Entire Match Data): Add explanation about new
8560 match-data behavior when @var{integers} is non-nil.
8561
85622004-06-24 Richard M. Stallman <rms@gnu.org>
8563
8564 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8565
8566 * customize.texi (Variable Definitions): Note about doc strings
8567 and :set.
8568
8569 * keymaps.texi (Keymap Terminology): Document `kbd'.
8570 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8571
8572 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8573 makes it buffer-local.
8574
8575 * files.texi (Saving Buffers): Correct previous change.
8576
8577 * commands.texi (Accessing Events):
8578 Clarify posn-col-row and posn-actual-col-row.
8579
85802004-06-24 David Ponce <david.ponce@wanadoo.fr>
8581
8582 * commands.texi (Accessing Events): New functions
8583 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8584
85852004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8586
8587 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8588 * frames.texi, buffers.texi, backups.texi, variables.texi:
8589 * loading.texi, eval.texi, functions.texi, control.texi:
8590 * symbols.texi, minibuf.texi: Reposition @anchor's.
8591
8592 * help.texi: Various small changes in addition to the following.
8593 (Describing Characters): Describe PREFIX argument to
8594 `key-description'. Correct and clarify definition of
8595 `text-char-description'. Describe NEED-VECTOR argument to
8596 `read-kbd-macro'.
8597 (Help Functions): Clarify definition of `apropos'.
8598
85992004-06-23 Lars Hansen <larsh@math.ku.dk>
8600
8601 * files.texi (Saving Buffers): Correct description of
8602 `write-contents-functions'.
8603
86042004-06-21 Juanma Barranquero <lektu@terra.es>
8605
8606 * display.texi (Images): Remove redundant @vindex directives.
8607 Rewrite `image-library-alist' doc in active voice.
8608
86092004-06-14 Juanma Barranquero <lektu@terra.es>
8610
8611 * display.texi (Images): Document new delayed library loading,
8612 variable `image-library-alist' and (existing but undocumented)
8613 function `image-type-available-p'.
8614
86152004-06-05 Richard M. Stallman <rms@gnu.org>
8616
8617 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8618 refer the user to the Initial Input node.
8619 (Text from Minibuffer): Likewise.
8620 (Initial Input): New node. Document this feature
8621 and say it is mostly deprecated.
8622
86232004-05-30 Richard M. Stallman <rms@gnu.org>
8624
8625 * loading.texi (Named Features): Clarify return value
8626 and meaning of NOERROR.
8627
8628 * variables.texi (File Local Variables): Minor cleanup.
8629
86302004-05-30 Michael Albinus <michael.albinus@gmx.de>
8631
8632 * files.texi (Magic File Names): Add `file-remote-p' as operation
8633 of file name handlers.
8634
86352004-05-29 Richard M. Stallman <rms@gnu.org>
8636
8637 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8638 as arg to a minor mode command.
8639
86402004-05-22 Richard M. Stallman <rms@gnu.org>
8641
8642 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8643
8644 * streams.texi (Output Variables): Doc float-output-format.
8645
8646 * searching.texi (Regexp Special): Nested repetition can be infloop.
8647
8648 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8649 real stack overflow.
8650
8651 * compile.texi: Minor cleanups.
8652
86532004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8654
8655 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8656 circular lists.
8657 (List Elements): Explain handling of circular and dotted lists.
8658
86592004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8660
8661 * modes.texi (Search-based Fontification): Fix typo.
8662
86632004-05-10 Juanma Barranquero <lektu@terra.es>
8664
8665 * modes.texi (Mode Line Variables): Fix description of
8666 global-mode-string, which is now after which-func-mode, not the
8667 buffer name.
8668
86692004-05-07 Lars Hansen <larsh@math.ku.dk>
8670
8671 * modes.texi (Desktop Save Mode): Add.
8672 (Modes): Add menu entry Desktop Save Mode.
8673
8674 * hooks.texi: Add desktop-after-read-hook,
8675 desktop-no-desktop-file-hook and desktop-save-hook.
8676
8677 * locals.texi: Add desktop-save-buffer.
8678
86792004-04-30 Jesper Harder <harder@ifa.au.dk>
8680
8681 * display.texi: emacs -> Emacs.
8682
86832004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8684
8685 * files.texi (Changing Files): Document set-file-times.
8686
86872004-04-23 Juanma Barranquero <lektu@terra.es>
8688
8689 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8690
86912004-04-18 Jesper Harder <harder@ifa.au.dk>
8692
8693 * tips.texi (Coding Conventions): defopt -> defcustom.
8694
86952004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8696
8697 * sequences.texi: Various clarifications.
8698
86992004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8700
8701 * buffers.texi (Read Only Buffers): Mention optional ARG to
8702 `toggle-read-only'.
8703
87042004-04-14 Nick Roberts <nick@nick.uklinux.net>
8705
8706 * windows.texi (Selecting Windows): Note that get-lru-window
8707 returns a full-width window if possible.
8708
87092004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8710
8711 * buffers.texi: Various changes in addition to:
8712 (Buffer File Name): Add `find-buffer-visiting'.
8713 (Buffer Modification): Mention optional ARG to `not-modified'.
8714 (Indirect Buffers): Mention optional CLONE argument to
8715 `make-indirect-buffer'.
8716
8717 * files.texi: Various changes in addition to:
8718 (Visiting Functions): `find-file-hook' is now a normal hook.
8719 (File Name Expansion): Explain difference between the way that
8720 `expand-file-name' and `file-truename' treat `..'.
8721 (Contents of Directories): Mention optional ID-FORMAT argument to
8722 `directory-files-and-attributes'.
8723 (Format Conversion): Mention new optional CONFIRM argument to
8724 `format-write-file'.
8725
87262004-04-12 Miles Bader <miles@gnu.org>
8727
8728 * macros.texi (Expansion): Add description of `macroexpand-all'.
8729
87302004-04-05 Jesper Harder <harder@ifa.au.dk>
8731
5dcb4c4e
SM
8732 * variables.texi (Variable Aliases):
8733 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8734
8735 * errors.texi (Standard Errors): Ditto.
8736
87372004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8738
8739 * backups.texi: Various small changes in addition to:
8740 (Making Backups): Mention return value of `backup-buffer'.
8741 (Auto-Saving): Mention optional FORCE argument to
8742 `delete-auto-save-file-if-necessary'.
8743 (Reverting): Mention optional PRESERVE-MODES argument to
8744 `revert-buffer'. Correct description of `revert-buffer-function'.
8745
87462004-03-22 Juri Linkov <juri@jurta.org>
8747
8748 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8749 with `Vector Functions'.
8750
8751 * text.texi (Sorting): Add missing quote.
8752
87532004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8754
8755 * intro.texi (Lisp History): Replace xref to `cl' manual with
8756 inforef.
8757
87582004-03-12 Richard M. Stallman <rms@gnu.org>
8759
8760 * intro.texi (Version Info): Add arg to emacs-version.
8761 (Lisp History): Change xref to CL manual.
8762
87632004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8764
8765 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8766 for Partial Completion mode.
8767
87682004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8769
8770 * customize.texi: Fix typo. Remove eol whitespace.
8771
87722004-03-04 Richard M. Stallman <rms@gnu.org>
8773
8774 * processes.texi: Fix typos.
8775
8776 * lists.texi (Building Lists): Minor clarification.
8777
8778 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8779 in make-hash-table.
8780
87812004-02-29 Juanma Barranquero <lektu@terra.es>
8782
8783 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8784 rm, and ignore exit code.
8785
87862004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8787
8788 * display.texi (Defining Faces): Add description for min-colors.
8789 Update example.
8790
87912004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8792
8793 * abbrevs.texi: Various corrections and clarifications in addition
8794 to the following:
8795 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8796
87972004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8798
8799 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8800
88012004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8802
8803 * text.texi: Various small changes in addition to the following:
8804 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8805 to delete-horizontal-space.
8806 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8807 description of yank-handler text property at various places.
8808
8809 * frames.texi (Window System Selections): Add anchor.
8810
8811 * syntax.texi (Syntax Table Functions): Clarify and correct
8812 descriptions of make-syntax-table and copy-syntax-table.
8813 (Motion and Syntax): Clarify SYNTAXES argument to
8814 skip-syntax-forward.
8815 (Parsing Expressions): Mention that the return value of
8816 parse-partial-sexp is currently a list of ten rather than nine
8817 elements.
8818 (Categories): Various corrections and clarifications.
8819
88202004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8821
8822 * markers.texi (Marker Insertion Types): Minor change.
8823
8824 * locals.texi (Standard Buffer-Local Variables):
8825 * commands.texi (Interactive Codes, Using Interactive):
8826 * functions.texi (Related Topics): Fix xrefs.
8827
88282004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8829
8830 * lists.texi (Sets And Lists): Update description of delete-dups.
8831
88322004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8833
8834 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8835
c8763fb6 88362004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8837
8838 * frames.texi (Parameter Access): frame-parameters arg is optional.
8839 modify-frame-parameters handles nil for FRAME.
8840 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8841 are all-or-nothing for certain toolkits.
8842 Mention parameter wait-for-wm.
8843 (Frames and Windows): In frame-first-window and frame-selected-window
8844 the arg is optional.
8845 (Input Focus): In redirect-frame-focus the second arg is optional.
8846 (Window System Selections): Mention selection type CLIPBOARD.
8847 Mention data-type UTF8_STRING.
8848 Mention numbering of cut buffers.
8849 (Resources): Describe x-resource-name.
8850
88512004-02-16 Richard M. Stallman <rms@gnu.org>
8852
8853 * windows.texi (Buffers and Windows): Delete false table
8854 about all-frames.
8855
8856 * syntax.texi (Parsing Expressions): Delete old caveat
8857 about parse-sexp-ignore-comments.
8858
8859 * streams.texi (Output Variables): Add print-quoted.
8860
8861 * lists.texi (Building Lists): Minor cleanup.
8862
8863 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8864
8865 * display.texi (Overlays): Explain overlays use markers.
8866 (Managing Overlays): Explain front-advance and rear-advance
8867 in more detail.
8868
8869 * loading.texi (Unloading): Document unload-feature-special-hooks.
8870 Get rid of fns-NNN.el file.
8871
88722004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8873
8874 * help.texi (Describing Characters): Fix text-char-description
8875 example output.
8876
8877 * edebug.texi (Using Edebug): Fix example.
8878
8879 * debugging.texi (Internals of Debugger): Fix return value.
8880
8881 * files.texi (Changing Files): Fix argname.
8882
8883 * calendar.texi: Fix parens, and default values.
8884
8885 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8886 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8887 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8888
8889 * positions.texi (Text Lines): Don't add -1 in current-line.
8890
88912004-02-16 Richard M. Stallman <rms@gnu.org>
8892
8893 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8894
88952004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8896
8897 * processes.texi (Low-Level Network): Fix a typo.
8898
88992004-02-12 Kim F. Storm <storm@cua.dk>
8900
8901 * display.texi (Fringes): Use consistent wording.
8902 Note that window-fringe's window arg is optional.
8903 (Scroll Bars): Use consistent wording.
8904
89052004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8906
8907 * tips.texi (Comment Tips): Document the new conventions for
8908 commenting out code.
8909
c8763fb6 89102004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8911
5dcb4c4e 8912 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8913
89142004-02-07 Kim F. Storm <storm@cua.dk>
8915
8916 * positions.texi (Text Lines): Add line-number-at-pos.
8917
89182004-02-06 John Paul Wallington <jpw@gnu.org>
8919
8920 * display.texi (Button Properties, Button Buffer Commands):
8921 mouse-2 invokes button, not down-mouse-1.
8922
89232004-02-04 Jason Rumney <jasonr@gnu.org>
8924
8925 * makefile.w32-in: Sync with Makefile.in changes.
8926
89272004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8928
8929 * minibuf.texi (Text from Minibuffer): Various corrections and
8930 clarifications.
8931 (Object from Minibuffer): Correct Lisp description of
8932 read-minibuffer.
8933 (Minibuffer History): Clarify description of cons values for
8934 HISTORY arguments.
5dcb4c4e
SM
8935 (Basic Completion): Various corrections and clarifications.
8936 Add completion-regexp-list.
b8d4c8d0
GM
8937 (Minibuffer Completion): Correct and clarify description of
8938 completing-read.
5dcb4c4e
SM
8939 (Completion Commands): Mention Partial Completion mode.
8940 Various other minor changes.
b8d4c8d0
GM
8941 (High-Level Completion): Various corrections and clarifications.
8942 (Reading File Names): Ditto.
8943 (Minibuffer Misc): Ditto.
8944
89452004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8946
8947 * strings.texi (Text Comparison): assoc-string also matches
8948 elements of alists that are strings instead of conses.
8949 (Formatting Strings): Standardize Texinfo usage. Update index
8950 entries.
8951
89522004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8953
8954 * lists.texi (Sets And Lists): Add delete-dups.
8955
89562004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8957
8958 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8959 special form.
8960 * macros.texi (Defining Macros): Update description of `declare',
8961 which now is a macro.
8962 (Wrong Time): Fix typos.
8963
89642004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8965
8966 * compile.texi (Compilation Functions): Expand descriptions of
8967 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8968 and `batch-byte-compile'. In particular, mention and describe
8969 all optional arguments.
8970 (Disassembly): Correct and clarify the description of `disassemble'.
8971
89722004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8973
8974 * searching.texi: Various small changes in addition to the
8975 following.
8976 (Regexp Example): Adapt to new value of `sentence-end'.
8977 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8978 `words'.
8979 (Search and Replace): Add usage note for `perform-replace'.
8980 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8981 `match-data'.
8982 (Standard Regexps): Update for new values of `paragraph-start'
8983 and `sentence-end'.
8984
89852004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8986
8987 * files.texi (Saving Buffers): Clarify descriptions of
8988 `write-contents-functions' and `before-save-hook'.
8989 Make the defvar's for `before-save-hook' and `after-save-hook'
8990 into defopt's.
8991
89922004-01-07 Kim F. Storm <storm@cua.dk>
8993
8994 * commands.texi (Click Events): Describe new image and
8995 width/height elements of click events.
8996 (Accessing Events): Add posn-string, posn-image, and
8997 posn-object-width-height. Change posn-object to return either
8998 image or string object.
8999
90002004-01-01 Simon Josefsson <jas@extundo.com>
9001
9002 * hooks.texi (Standard Hooks): Add before-save-hook.
9003 * files.texi (Saving Buffers): Likewise.
9004
90052004-01-03 Richard M. Stallman <rms@gnu.org>
9006
9007 * frames.texi (Frames and Windows): Delete frame-root-window.
9008
90092004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9010
9011 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9012
9013 * functions.texi: Various small changes in addition to the
9014 following.
5dcb4c4e
SM
9015 (What Is a Function): `functionp' returns nil for macros.
9016 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9017 (Function Documentation): Add `\' in front of (fn @var{arglist})
9018 and explain why.
9019 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9020 Add anchor.
9021 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9022
90232004-01-01 Miles Bader <miles@gnu.org>
9024
9025 * display.texi (Buttons): New section.
9026
90272003-12-31 Andreas Schwab <schwab@suse.de>
9028
9029 * numbers.texi (Math Functions): sqrt reports a domain-error
9030 error.
9031 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9032
90332003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9034
9035 * tips.texi (Documentation Tips): Update item on hyperlinks in
9036 documentation strings.
9037
9038 * errors.texi (Standard Errors): Various small corrections and
9039 additions.
9040
9041 * control.texi: Various small changes in addition to the
9042 following.
9043 (Signaling Errors): Provide some more details on how `signal'
9044 constructs the error message. Add anchor to the definition of
9045 `signal'.
9046 (Error Symbols): Describe special treatment of `quit'.
9047 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9048 to emphasize that it has to be a single form.
9049
9050 * buffers.texi: Add anchor.
9051
90522003-12-29 Richard M. Stallman <rms@gnu.org>
9053
9054 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9055 (Window Configurations): Add window-configuration-frame.
9056
9057 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9058
9059 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9060 Change arg name in get-char-property.
9061 (Special Properties): Update handling of keymap property.
9062
9063 * strings.texi (Modifying Strings): Add clear-string.
9064 (Text Comparison): Add assoc-string and remove
9065 assoc-ignore-case, assoc-ignore-representation.
9066
9067 * os.texi (Time of Day): Add set-time-zone-rule.
9068
9069 * numbers.texi (Math Functions): asin, acos, log, log10
9070 report domain-error errors.
9071
9072 * nonascii.texi (Converting Representations):
9073 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9074 (Encoding and I/O): Add file-name-coding-system.
9075
9076 * modes.texi (Search-based Fontification): Explain that
9077 face specs are symbols with face names as values.
9078
9079 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9080
9081 * lists.texi (Building Lists): remq moved elsewhere.
9082 (Sets And Lists): remq moved here.
9083 (Association Lists): Refer to assoc-string.
9084
9085 * internals.texi (Garbage Collection): Add memory-use-counts.
9086
9087 * frames.texi (Frames and Windows): Add set-frame-selected-window
9088 and frame-root-window.
9089
9090 * files.texi (Contents of Directories):
9091 Add directory-files-and-attributes.
9092
9093 * display.texi (Refresh Screen): Add force-window-update.
9094 (Invisible Text): Explain about moving point out of invis text.
9095 (Overlay Properties): Add overlay-properties.
9096 (Managing Overlays): Add overlayp.
9097 (GIF Images): Invalid image number displays a hollow box.
9098
9099 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9100 (Killing Buffers): Add buffer-live-p.
9101
91022003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9103
9104 * display.texi (Fringes): Fix typo "set-buffer-window".
9105
91062003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9107
9108 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9109 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9110 Add or change various xrefs and anchors.
9111
9112 * commands.texi: Replace all occurrences of @acronym{CAR} with
9113 @sc{car}, for consistency with the rest of the Elisp manual.
9114 `car' and `cdr' are historically acronyms, but are no longer
9115 widely thought of as such.
9116
9117 * internals.texi (Pure Storage): Mention that `purecopy' does not
9118 copy text properties.
9119 (Object Internals): Now 29 bits are used (in most implementations)
9120 to address Lisp objects.
9121
9122 * variables.texi (Variables with Restricted Values): New node.
9123
9124 * objects.texi (Lisp Data Types): Mention that certain variables
9125 can only take on a restricted set of values and add an xref to
9126 the new node "Variables with Restricted Values".
9127
9128 * eval.texi (Function Indirection): Describe the errors that
9129 `indirect-function' can signal.
9130 (Eval): Clarify the descriptions of `eval-region' and `values'.
9131 Describe `eval-buffer' instead of `eval-current-buffer' and
9132 mention `eval-current-buffer' as an alias for `current-buffer'.
9133 Correct the description and mention all optional arguments.
9134
9135 * nonascii.texi: Various small changes in addition to the
9136 following.
9137 (Converting Representations): Clarify behavior of
9138 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9139 ASCII arguments.
9140 (Character Sets): Document the variable `charset-list' and adapt
9141 the definition of the function `charset-list' accordingly.
9142 (Translation of Characters): Clarify use of generic characters in
9143 `make-translation-table'. Clarify and correct the description of
9144 the use of translation tables in encoding and decoding.
9145 (User-Chosen Coding Systems): Correct and clarify the description
9146 of `select-safe-coding-system'.
9147 (Default Coding Systems): Clarify description of
9148 `file-coding-system-alist'.
9149
91502003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9151
9152 * strings.texi (Text Comparison): Correctly describe when two
9153 strings are `equal'. Combine and clarify descriptions of
9154 `assoc-ignore-case' and `assoc-ignore-representation'.
9155
9156 * objects.texi (Non-ASCII in Strings): Clarify description of
9157 when a string is unibyte or multibyte.
9158 (Bool-Vector Type): Update examples.
9159 (Equality Predicates): Correctly describe when two strings are
9160 `equal'.
9161
91622003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9163
9164 * lists.texi (Building Lists): `append' no longer accepts integer
9165 arguments. Update the description of `number-sequence' to reflect
9166 recent changes.
9167 (Sets And Lists): Describe `member-ignore-case' after `member'.
9168
91692003-11-27 Kim F. Storm <storm@cua.dk>
9170
9171 * commands.texi (Click Events): Click object may be an images.
9172 Describe (dx . dy) element of click positions.
9173 (Accessing Events): Remove duplicate posn-timestamp.
9174 New functions posn-object and posn-object-x-y.
9175
91762003-11-23 Kim F. Storm <storm@cua.dk>
9177
9178 * commands.texi (Click Events): Describe enhancements to event
9179 position lists, including new text-pos and (col . row) items.
9180 Mention left-fringe and right-fringe area events.
9181 (Accessing Events): New functions posn-area and
9182 posn-actual-col-row. Mention posn-timestamp. Mention that
9183 posn-point in non-text area still returns buffer position.
9184 Clarify posn-col-row.
9185
91862003-11-21 Lars Hansen <larsh@math.ku.dk>
9187
9188 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9189 * anti.texi (File Attributes): Describe removed parameter
9190 ID-FORMAT.
9191
91922003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9193
9194 * positions.texi (Positions): Mention that, if a marker is used as
9195 a position, its buffer is ignored.
9196
9197 * markers.texi (Overview of Markers): Mention it here too.
9198
91992003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9200
9201 * numbers.texi (Numeric Conversions): Not just `floor', but also
9202 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9203
92042003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9205
9206 * markers.texi (Creating Markers): Specify insertion type of
9207 created markers. Add xref to `Marker Insertion Types'.
9208 Second argument to `copy-marker' is optional.
9209 (Marker Insertion Types): Mention that most markers are created
9210 with insertion type nil.
9211 (The Mark): Correctly describe when `mark' signals an error.
9212 (The Region): Correctly describe when `region-beginning' and
9213 `region-end' signal an error.
9214
92152003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9216
9217 * hash.texi (Creating Hash): Clarify description of `eql'.
9218 `makehash' is obsolete.
9219 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9220
9221 * positions.texi (Point): Change description of `buffer-end', so
9222 that it is also correct for floating point arguments.
9223 (List Motion): Correct argument lists of `beginning-of-defun' and
9224 `end-of-defun'.
9225 (Excursions): Add xref to `Marker Insertion Types'.
9226 (Narrowing): Argument to `narrow-to-page' is optional.
9227
92282003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9229
9230 * streams.texi (Output Streams): Clarify behavior of point for
9231 marker output streams.
9232
92332003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9234
9235 * variables.texi (Defining Variables): Second argument to
9236 `defconst' is not optional.
9237 (Setting Variables): Mention optional argument APPEND to
9238 `add-to-list'.
9239 (Creating Buffer-Local): Expand description of
9240 `make-variable-buffer-local'.
9241 (Frame-Local Variables): Expand description of
9242 `make-variable-frame-local'.
9243 (Variable Aliases): Correct description of optional argument
9244 DOCSTRING to `defvaralias'. Mention return value of
9245 `defvaralias'.
9246 (File Local Variables): Add xref to `File variables' in Emacs
9247 Manual. Correct description of `hack-local-variables'. Mention
9248 `safe-local-variable' property. Mention optional second argument
9249 to `risky-local-variable-p'.
9250
92512003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9252
9253 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9254
92552003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9256
9257 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9258 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9259 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9260 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9261 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9262 lispref/processes.texi, lispref/searching.texi,
9263 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9264 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9265 @acronym{FOO}.
9266
92672003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9268
9269 * strings.texi (Creating Strings): Argument START to `substring'
9270 can not be `nil'. Expand description of
9271 `substring-no-properties'. Correct description of `split-string',
9272 especially with respect to empty matches. Prevent very bad line
9273 break in definition of `split-string-default-separators'.
9274 (Text Comparison): `string=' and `string<' also accept symbols as
9275 arguments.
9276 (String Conversion): More completely describe argument BASE in
9277 `string-to-number'.
9278 (Formatting Strings): `%s' and `%S' in `format' do require
9279 corresponding object. Clarify behavior of numeric prefix after
9280 `%' in `format'.
9281 (Case Conversion): The argument to `upcase-initials' can be a
9282 character.
9283
92842003-10-27 Kenichi Handa <handa@m17n.org>
9285
9286 * display.texi (Fontsets): Fix texinfo usage.
9287
92882003-10-25 Kenichi Handa <handa@m17n.org>
9289
9290 * display.texi (Fontsets): Add description of the function
9291 set-fontset-font.
9292
92932003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9294
9295 * display.texi (Temporary Displays): Add xref to `Documentation
9296 Tips'.
9297
9298 * functions.texi (Function Safety): Use inforef instead of pxref
9299 for SES.
9300
93012003-10-23 Andreas Schwab <schwab@suse.de>
9302
9303 * Makefile.in (TEX, texinputdir): Don't define.
9304 (TEXI2DVI): Define.
9305 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9306 add $(srcdir)/index.texi.
9307 ($(infodir)/elisp): Remove index.texi dependency.
9308 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9309 (index.texi): Remove target.
9310 (dist): Don't link $(srcdir)/permute-index.
9311 (clean): Don't remove index.texi.
9312
9313 * permute-index, index.perm: Remove.
9314 * index.texi: Rename from index.unperm.
9315
93162003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9317
9318 * tips.texi (Documentation Tips): Document new behavior for face
9319 and variable hyperlinks in Help mode.
9320
93212003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9322
9323 * objects.texi (Integer Type): Update for extra bit of integer range.
9324 (Character Type): Ditto.
9325
93262003-10-16 Eli Zaretskii <eliz@gnu.org>
9327
9328 * numbers.texi (Integer Basics): Add index entries for reading
9329 numbers in hex, octal, and binary.
9330
93312003-10-16 Lute Kamstra <lute@gnu.org>
9332
9333 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9334 argument.
9335
93362003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9337
9338 * windows.texi (Choosing Window): Fix typo.
9339 * edebug.texi (Edebug Execution Modes): Fix typo.
9340
93412003-10-13 Richard M. Stallman <rms@gnu.org>
9342
9343 * windows.texi (Basic Windows): A window has fringe settings,
9344 display margins and scroll-bar settings.
9345 (Splitting Windows): Doc split-window return value.
9346 Clean up one-window-p.
9347 (Selecting Windows): Fix typo.
9348 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9349 (Buffers and Windows): In set-window-buffer, explain effect
9350 on fringe settings and scroll bar settings.
9351 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9352 (Choosing Window): Use defopt for pop-up-frame-function.
9353 For special-display-buffer-names, explain same-window and same-frame.
9354 Clarify window-dedicated-p return value.
9355 (Textual Scrolling): scroll-up and scroll-down can get an error.
9356 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9357 Clarify set-window-hscroll.
9358 (Size of Window): Don't mention tool bar in window-height.
9359 (Coordinates and Windows): Explain what coordinates-in-window-p
9360 returns for fringes and display margins.
9361 (Window Configurations): Explain saving fringes, etc.
9362
9363 * tips.texi (Library Headers): Clean up Documentation.
9364
9365 * syntax.texi (Parsing Expressions): Clean up forward-comment
9366 and parse-sexp-lookup-properties.
9367
9368 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9369
9370 * os.texi (System Environment): Clean up text for load-average errors.
9371
9372 * modes.texi (Hooks): Don't explain local hook details at front.
9373 Clarify run-hooks and run-hook-with-args a little.
9374 Clean up add-hook and remove-hook.
9375
9376 * edebug.texi (Edebug Execution Modes): Clarify t.
9377 Document edebug-sit-for-seconds.
9378 (Coverage Testing): Document C-x X = and =.
9379 (Instrumenting Macro Calls): Fix typo.
9380 (Specification List): Don't index the specification keywords.
9381
93822003-10-10 Kim F. Storm <storm@cua.dk>
9383
9384 * processes.texi (Network): Introduce make-network-process.
9385
93862003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9387
9388 * tips.texi (Library Headers): Fix typo.
9389
93902003-10-07 Juri Linkov <juri@jurta.org>
9391
9392 * modes.texi (Imenu): Mention imenu-create-index-function's
9393 default value. Explain submenus better.
9394
93952003-10-07 Lute Kamstra <lute@gnu.org>
9396
9397 * modes.texi (Faces for Font Lock): Fix typo.
9398 (Hooks): Explain how buffer-local hook variables can refer to
9399 global hook variables.
9400 Various minor clarifications.
9401
94022003-10-06 Lute Kamstra <lute@gnu.org>
9403
9404 * tips.texi (Coding Conventions): Mention naming conventions for
9405 hooks.
9406
94072003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9408
9409 * loading.texi (Library Search): Correct default value of
9410 load-suffixes.
9411 (Named Features): Fix typo.
9412
94132003-10-05 Richard M. Stallman <rms@gnu.org>
9414
9415 * loading.texi (Named Features): In `provide',
9416 say how to test for subfeatures.
9417 (Unloading): In unload-feature, use new var name
9418 unload-feature-special-hooks.
9419
94202003-10-03 Lute Kamstra <lute@gnu.org>
9421
9422 * modes.texi (Major Mode Conventions): Mention third way to set up
9423 Imenu.
9424 (Imenu): A number of small fixes.
9425 Delete documentation of internal variable imenu--index-alist.
9426 Document the return value format of imenu-create-index-function
9427 functions.
9428
94292003-09-30 Richard M. Stallman <rms@gnu.org>
9430
9431 * processes.texi (Network): Say what stopped datagram connections do.
9432
9433 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9434
9435 * display.texi (Overlay Properties): Clarify `evaporate' property.
9436
94372003-09-29 Lute Kamstra <lute@gnu.org>
9438
9439 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9440 constructs should be marked as risky.
9441 Change cons cell into proper list.
9442 (Mode Line Variables): Change cons cell into proper list.
9443
94442003-09-26 Lute Kamstra <lute@gnu.org>
9445
9446 * modes.texi (Mode Line Data): Document the :propertize construct.
9447 (Mode Line Variables): Reorder the descriptions of the variables
9448 to match their order in the default mode-line-format.
9449 Describe the new variables mode-line-position and mode-line-modes.
9450 Update the default values of mode-line-frame-identification,
9451 minor-mode-alist, and default-mode-line-format.
9452 (Properties in Mode): Mention the :propertize construct.
9453
94542003-09-26 Richard M. Stallman <rms@gnu.org>
9455
9456 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9457 * loading.texi, minibuf.texi, text.texi, variables.texi:
9458 Avoid @strong{Note:}.
9459
94602003-09-26 Richard M. Stallman <rms@gnu.org>
9461
9462 * keymaps.texi (Remapping Commands): Fix typo.
9463
94642003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9465
9466 * processes.texi (Low-Level Network): Fix typo.
9467
94682003-09-23 Kim F. Storm <storm@cua.dk>
9469
9470 * processes.texi (Network, Network Servers): Fix typos.
9471 (Low-Level Network): Add timeout value for :server keyword.
9472 Add new option keywords to make-network-process.
9473 Add set-network-process-options.
9474 Explain how to test availability of network options.
9475
94762003-09-19 Richard M. Stallman <rms@gnu.org>
9477
9478 * text.texi (Motion by Indent): Arg to
9479 backward-to-indentation and forward-to-indentation is optional.
9480
9481 * strings.texi (Creating Strings): Add substring-no-properties.
9482
9483 * processes.texi
9484 (Process Information): Add list-processes arg QUERY-ONLY.
9485 Delete process-contact from here.
9486 Add new status values for process-status.
9487 Add process-get, process-put, process-plist, set-process-plist.
9488 (Synchronous Processes): Add call-process-shell-command.
9489 (Signals to Processes): signal-process allows process objects.
9490 (Network): Complete rewrite.
9491 (Network Servers, Datagrams, Low-Level Network): New nodes.
9492
9493 * positions.texi (Word Motion): forward-word, backward-word
9494 arg is optional. Reword.
9495
9496 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9497
9498 * variables.texi (Creating Buffer-Local):
9499 Delete duplicate definition of buffer-local-value.
9500 (File Local Variables): Explain about discarding text props.
9501
95022003-09-11 Richard M. Stallman <rms@gnu.org>
9503
9504 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9505 changes variables that record input events.
9506 (Minibuffer Misc): Add minibuffer-selected-window.
9507
9508 * lists.texi (Building Lists): Add copy-tree.
9509
9510 * display.texi (Fontsets): Add char-displayable-p.
9511 (Scroll Bars): New node.
9512
95132003-09-08 Lute Kamstra <lute@gnu.org>
9514
9515 * modes.texi (%-Constructs): Document new `%i' and `%I'
9516 constructs.
9517
95182003-09-03 Peter Runestig <peter@runestig.com>
9519
9520 * makefile.w32-in: New file.
9521
95222003-08-29 Richard M. Stallman <rms@gnu.org>
9523
9524 * display.texi (Overlay Properties): Clarify how priorities
9525 affect use of the properties.
9526
95272003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9528
9529 * customize.texi (Type Keywords): Correct the description of
9530 `:help-echo' in the case where `motion-doc' is a function.
9531
95322003-08-14 John Paul Wallington <jpw@gnu.org>
9533
9534 * modes.texi (Emulating Mode Line): Subsection, not section.
9535
95362003-08-13 Richard M. Stallman <rms@gnu.org>
9537
9538 * elisp.texi (Top): Update subnode lists in menu.
9539
9540 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9541 (Kill Functions): kill-region has new arg yank-handler.
9542 (Yanking): New node.
9543 (Yank Commands): Add yank-undo-function.
9544 (Low-Level Kill Ring):
9545 kill-new and kill-append have new arg yank-handler.
9546 (Changing Properties): Add remove-list-of-text-properties.
9547 (Atomic Changes): New node.
9548
9549 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9550
9551 * streams.texi (Output Variables): Add eval-expression-print-length
9552 and eval-expression-print-level.
9553
9554 * os.texi (Time Conversion): For encode-time, explain limits on year.
9555
9556 * objects.texi (Character Type): Define anchor "modifier bits".
9557
9558 * modes.texi (Emulating Mode Line): New node.
9559 (Search-based Fontification): Font Lock uses font-lock-face property.
9560 (Other Font Lock Variables): Likewise.
9561
9562 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9563 not vectors.
9564 (Active Keymaps): Add emulation-mode-map-alists.
9565 (Functions for Key Lookup): key-binding has new arg no-remap.
9566 (Remapping Commands): New node.
9567 (Scanning Keymaps): where-is-internal has new arg no-remap.
9568 (Tool Bar): Add tool-bar-local-item-from-menu.
9569 Clarify when to use tool-bar-add-item-from-menu.
9570
9571 * commands.texi (Interactive Call): commandp has new arg.
9572 (Command Loop Info): Add this-original-command.
9573
95742003-08-06 John Paul Wallington <jpw@gnu.org>
9575
9576 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9577
9578 * display.texi (Warning Basics): Fix typo.
9579 (Fringes): Add closing curly bracket and fix typo.
9580
9581 * elisp.texi (Top): Fix typo.
9582
95832003-08-05 Richard M. Stallman <rms@gnu.org>
9584
9585 * elisp.texi: Update lists of subnodes.
9586
9587 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9588
9589 * variables.texi (Local Variables): Use lc for example variable names.
9590
9591 * tips.texi (Library Headers): Explain where to put -*-.
9592
9593 * strings.texi (Creating Strings): Fix xref for vconcat.
9594
9595 * sequences.texi (Vector Functions):
9596 vconcat no longer allows integer args.
9597
9598 * minibuf.texi (Reading File Names): read-file-name has new
9599 arg PREDICATE. New function read-directory-name.
9600
c4cc8b9a 9601 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9602 (Indenting Macros): New node.
9603
9604 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9605 (Window Frame Parameters): Make separate table of parameters
9606 that are coupled with specific face attributes.
9607 (Deleting Frames): delete-frame-hooks renamed to
9608 delete-frame-functions.
9609
9610 * files.texi (Magic File Names): Add file-remote-p.
9611 Clarify file-local-copy.
9612
9613 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9614 here; instead xref Defining Macros.
9615
9616 * display.texi (Warnings): New node, and subnodes.
9617 (Fringes): New node.
9618
9619 * debugging.texi (Test Coverage): New node.
9620
9621 * compile.texi (Compiler Errors): Explain with-no-warnings
9622 and other ways to suppress warnings.
9623
9624 * commands.texi (Interactive Call): Minor clarification.
9625
9626 * buffers.texi (Buffer File Name): set-visited-file-name
9627 renames the buffer too.
9628
9629 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9630
96312003-07-24 Markus Rost <rost@math.ohio-state.edu>
9632
9633 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9634
96352003-07-22 Markus Rost <rost@math.ohio-state.edu>
9636
9637 * internals.texi (Garbage Collection): Fix previous change.
9638
96392003-07-22 Richard M. Stallman <rms@gnu.org>
9640
9641 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9642
9643 * display.texi (Width): Use \s syntax in example.
9644 (Font Selection): Add face-font-rescale-alist.
9645
9646 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9647 Remove spurious indent in example.
9648
9649 * lists.texi (Building Lists): Add number-sequence.
9650
9651 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9652
9653 * functions.texi (Function Documentation): Explain how to
9654 show calling convention explicitly in the doc string.
9655
9656 * windows.texi (Selecting Windows): save-selected-window saves
9657 selected window of each frame.
9658 (Window Configurations): Minor change.
9659
9660 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9661
9662 * streams.texi (Output Variables): Add print-continuous-numbering
9663 and print-number-table.
9664
9665 * processes.texi (Decoding Output): New node.
9666
9667 * os.texi (Time Conversion): decode-time arg is optional.
9668
9669 * objects.texi (Character Type): Don't use space as example for \.
9670 Make list of char names and \-sequences correspond.
9671 Explain that \s is not used in strings. `\ ' needs space after.
9672
9673 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9674 (Translation of Characters): Add translation-table-for-input.
9675 (Default Coding Systems): Add auto-coding-functions.
9676 (Explicit Encoding): Add decode-coding-inserted-region.
9677 (Locales): Add locale-info.
9678
9679 * minibuf.texi (Basic Completion): Describe test-completion.
9680 Collections can be lists of strings.
9681 Clean up lazy-completion-table.
9682 (Programmed Completion): Mention test-completion.
9683 Clarify why lambda expressions are not accepted.
9684 (Minibuffer Misc): Describe minibufferp.
9685
96862003-07-14 Richard M. Stallman <rms@gnu.org>
9687
9688 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9689
9690 * windows.texi (Selecting Windows): New arg to select-window.
9691 (Selecting Windows): Add with-selected-window.
9692 (Size of Window): Add window-inside-edges, etc.
9693
9694 * internals.texi (Garbage Collection): Add post-gc-hook.
9695
9696 * processes.texi (Subprocess Creation): Add exec-suffixes.
9697
9698 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9699 (Scanning Keymaps): Add map-keymaps.
9700 (Defining Menus): Add keymap-prompt.
9701
9702 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9703 most-negative-fixnum.
9704
c4cc8b9a 9705 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9706 (Compiler Errors): New node.
9707
9708 * os.texi (User Identification): user-uid, user-real-uid
9709 can return float.
9710
9711 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9712 and about derived modes.
9713 (Minor Modes): Add minor-mode-list.
9714 (Defining Minor Modes): Keyword args for define-minor-mode.
9715 (Search-based Fontification): Explain managing other properties.
9716 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9717 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9718 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9719
9720 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9721 (Variable Aliases): Clarify defvaralias.
9722
9723 * loading.texi (Library Search): Add load-suffixes.
9724
9725 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9726 (Programmed Completion): Add dynamic-completion-table.
9727
9728 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9729 (Magic File Names): Specify precedence order of handlers.
9730
9731 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9732 and post-command-hook.
9733 (Waiting): New calling convention for sit-for.
9734
9735 * text.texi (Special Properties): local-map and keymap properties
9736 apply based on their stickiness.
9737
97382003-07-07 Richard M. Stallman <rms@gnu.org>
9739
9740 * modes.texi (Minor Mode Conventions): Specify only some kinds
9741 of list values as args to minor modes.
9742
9743 * files.texi (File Name Expansion): Warn about iterative use
9744 of substitute-in-file-name.
9745
9746 * advice.texi (Activation of Advice): Clean up previous change.
9747
97482003-07-06 Markus Rost <rost@math.ohio-state.edu>
9749
9750 * advice.texi (Activation of Advice): Note that ad-start-advice is
9751 turned on by default.
9752
97532003-06-30 Richard M. Stallman <rms@gnu.org>
9754
9755 * text.texi (Buffer Contents): Document current-word.
9756 (Change Hooks): Not called for *Messages*.
9757
9758 * functions.texi (Defining Functions): Explain about redefining
9759 primitives.
f4e90db0 9760 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9761 Comment out the detailed criteria for what is safe.
9762
97632003-06-22 Andreas Schwab <schwab@suse.de>
9764
9765 * objects.texi (Symbol Type): Fix description of examples.
9766
97672003-06-16 Andreas Schwab <schwab@suse.de>
9768
9769 * hash.texi (Creating Hash): Fix description of :weakness.
9770
c8763fb6 97712003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9772
9773 * files.texi (Changing Files): copy-file copies file modes, too.
9774
97752003-05-28 Richard M. Stallman <rms@gnu.org>
9776
9777 * strings.texi (Creating Strings): Clarify split-string.
9778
97792003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9780
9781 * strings.texi (Creating Strings): Update split-string specification
9782 and examples.
9783
97842003-05-19 Richard M. Stallman <rms@gnu.org>
9785
9786 * elisp.texi: Correct invariant section names.
9787
97882003-04-20 Richard M. Stallman <rms@gnu.org>
9789
9790 * os.texi (Timers): Explain about timers and quitting.
9791
97922003-04-19 Richard M. Stallman <rms@gnu.org>
9793
9794 * internals.texi (Writing Emacs Primitives): Strings are
9795 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9796 Explain GCPRO convention for varargs function args.
9797
97982003-04-16 Richard M. Stallman <rms@gnu.org>
9799
9800 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9801
98022003-04-08 Richard M. Stallman <rms@gnu.org>
9803
9804 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9805
98062003-02-13 Kim F. Storm <storm@cua.dk>
9807
9808 * objects.texi (Character Type): New \s escape for space.
9809
98102003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9811
5dcb4c4e 9812 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9813
98142003-01-25 Richard M. Stallman <rms@gnu.org>
9815
9816 * keymaps.texi: Document that a symbol can act as a keymap.
9817
98182003-01-13 Richard M. Stallman <rms@gnu.org>
9819
9820 * text.texi (Changing Properties): Say string indices are origin-0.
9821
9822 * positions.texi (Screen Lines) <compute-motion>:
9823 Correct order of elts in return value.
9824
9825 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9826 how to define a default binding.
9827
98282002-12-07 Markus Rost <rost@math.ohio-state.edu>
9829
9830 * loading.texi (Unloading): Fix recent change for load-history.
9831
9832 * customize.texi (Simple Types): Clarify description of custom
9833 type 'number. Describe new custom type 'float.
9834
98352002-12-04 Markus Rost <rost@math.ohio-state.edu>
9836
9837 * variables.texi (File Local Variables): Fix typo.
9838
c8763fb6 98392002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9840
9841 From Michael Albinus <Michael.Albinus@alcatel.de>.
9842
9843 * README: Target for Info file is `make info'.
9844
5dcb4c4e 9845 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9846 `file-name-sans-extension'.
9847 (Magic File Names): Complete list of operations for magic file
9848 name handlers.
9849
98502002-09-16 Jonathan Yavner <jyavner@engineer.com>
9851
9852 * variables.texi (File Local Variables): New function
9853 risky-local-variable-p.
9854
98552002-09-15 Jonathan Yavner <jyavner@engineer.com>
9856
9857 * functions.texi (Function safety): New node about unsafep.
9858
98592002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9860
5dcb4c4e 9861 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9862 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9863
98642002-06-17 Juanma Barranquero <lektu@terra.es>
9865
9866 * frames.texi (Display Feature Testing): Fix typo.
9867
98682002-06-12 Andreas Schwab <schwab@suse.de>
9869
9870 * frames.texi (Initial Parameters, Resources): Fix references to
9871 the Emacs manual.
9872
98732002-05-13 Kim F. Storm <storm@cua.dk>
9874
9875 * variables.texi (Intro to Buffer-Local): Updated warning and
9876 example relating to changing buffer inside let.
9877
c8763fb6 98782002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9879
9880 * os.texi (Session Management): New node about X Session management.
9881
98822002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9883
9884 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9885 to which the manual corresponds, and the copyright years.
9886
9887 * Makefile.in (VERSION): Set to 2.9.
9888
98892001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9890
9891 * elisp.texi: Change the category in @dircategory to "Emacs", to
9892 make it consistent with info/dir.
9893
98942001-11-25 Miles Bader <miles@gnu.org>
9895
9896 * text.texi (Fields): Describe new `limit' arg in
9897 field-beginning/field-end.
9898
98992001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9900
5dcb4c4e
SM
9901 * permute-index: Don't depend on csh-specific features.
9902 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9903
9904 * two-volume-cross-refs.txt: New file.
9905 * two.el: New file.
9906 * spellfile: New file.
9907
99082001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9909
9910 * permute-index: New file.
9911
9912 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9913 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9914 8+3 restricted namespace.
9915
9916 * Makefile.in (infodir): Define relative to $(srcdir).
9917 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9918 include directories list via -I switch to makeinfo.
9919 (index.texi): Use cp if both hard and symbolic links fail.
9920
99212001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9922
9923 * Makefile.in (distclean): Add.
9924
9925 The following changes make ELisp manual part of the Emacs
9926 distribution:
9927
9928 * Makefile.in: Add Copyright notice.
9929 (prefix): Remove.
9930 (infodir): Change value to "../info".
9931 (VPATH): New variable.
9932 (MAKE): Don't define.
9933 (texmacrodir): Don't define.
9934 (texinputdir): Append the existing value of TEXINPUTS.
9935 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9936 command to be compatible with man/Makefile.in, and to put the
9937 output into ../info.
9938 (info): Add target.
9939 (installall): Target removed.
9940
c8763fb6 99412001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9942
9943 * tips.texi (Coding Conventions): Fix typo.
9944
99452001-10-23 Gerd Moellmann <gerd@gnu.org>
9946
9947 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9948
99492001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9950
9951 * files.texi (File Name Components): Update the description of
9952 file-name-sans-extension and file-name-extension, as they now
9953 ignore leading dots.
9954
99552001-10-20 Gerd Moellmann <gerd@gnu.org>
9956
9957 * (Version 21.1 released.)
9958
99592001-10-19 Miles Bader <miles@gnu.org>
9960
9961 * positions.texi (Text Lines): Describe behavior of
9962 `beginning-of-line'/`end-of-line' in the presence of field properties.
9963
99642001-10-17 Gerd Moellmann <gerd@gnu.org>
9965
9966 * Makefile.in (VERSION): Set to 2.8.
9967 (manual): Use `manual-21'.
9968
9969 * elisp.texi (VERSION): Add and use it where the version
9970 number was used. Set it to 2.8.
9971
9972 * intro.texi: Likewise.
9973
99742001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9975
9976 * files.texi (File Name Completion): Document the significance of
9977 a trailing slash in elements of completion-ignored-extensions.
9978
99792001-10-06 Miles Bader <miles@gnu.org>
9980
9981 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9982
99832001-10-04 Gerd Moellmann <gerd@gnu.org>
9984
9985 * variables.texi (Variable Aliases): New node.
9986
99872001-10-04 Gerd Moellmann <gerd@gnu.org>
9988
9989 * Branch for 21.1.
9990
99912001-10-02 Miles Bader <miles@gnu.org>
9992
9993 * minibuf.texi (Minibuffer Misc): Add entries for
9994 `minibuffer-contents', `minibuffer-contents-no-properties', and
9995 `delete-minibuffer-contents'.
9996 Correct description for `minibuffer-prompt-end'.
9997
9998 * text.texi (Property Search): Correct descriptions of
9999 `next-char-property-change' and `previous-char-property-change'.
10000 Add entries for `next-single-char-property-change' and
10001 `previous-single-char-property-change'.
10002 Make operand names a bit more consistent.
10003
100042001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10005
10006 * frames.texi (Finding All Frames): Document that next-frame and
10007 previous-frame are local to current terminal.
10008
100092001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10010
10011 * keymaps.texi (Creating Keymaps): Fix the description of the
10012 result of make-keymap.
10013
100142001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10015
10016 * display.texi (Font Lookup, Attribute Functions)
10017 (Image Descriptors): Add cross-references to the definition of
10018 selected frame.
10019
10020 * buffers.texi (The Buffer List): Add cross-references to the
10021 definition of selected frame.
10022
10023 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10024 frame at any given time.
10025 (Multiple Displays, Size and Position): Add a cross-reference to
10026 the definition of the selected frame.
10027
100282001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10029
10030 * strings.texi (String Conversion) <string-to-number>: Document
10031 that a float is returned for integers that are too large.
10032
10033 * frames.texi (Mouse Position): Document mouse-position-function.
10034 (Display Feature Testing): Document display-images-p.
10035 (Window Frame Parameters): Document the cursor-type variable.
10036
10037 * numbers.texi (Integer Basics): Document CL style read syntax for
10038 integers in bases other than 10.
10039
5dcb4c4e
SM
10040 * positions.texi (List Motion):
10041 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10042
10043 * lists.texi (Sets And Lists): Document member-ignore-case.
10044
10045 * internals.texi (Garbage Collection): Document the used and free
10046 strings report.
10047 (Memory Usage): Document strings-consed.
10048
10049 * os.texi (Time of Day): Document float-time.
10050 (Recording Input): Document that clear-this-command-keys clears
10051 the vector to be returned by recent-keys.
10052
10053 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10054 argument keymap can be a list.
10055
10056 * nonascii.texi (User-Chosen Coding Systems)
10057 <select-safe-coding-system>: Document the new argument
10058 accept-default-p and the variable
10059 select-safe-coding-system-accept-default-p. Tell what happens if
10060 buffer-file-coding-system is undecided.
10061 (Default Coding Systems): Document auto-coding-regexp-alist.
10062
10063 * display.texi (The Echo Area) <message>: Document
10064 message-truncate-lines.
10065 (Glyphs): Document that the glyph table is unused on windowed
10066 displays.
10067
10068 * help.texi (Describing Characters) <single-key-description>:
10069 Document the new argument no-angles.
10070 (Accessing Documentation) <documentation-property>: Document that
10071 a non-string property is evaluated.
10072 <documentation>: Document that the function-documentation property
10073 is looked for.
10074
10075 * windows.texi (Selecting Windows): Document some-window.
10076
10077 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10078
10079 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10080 apropos-mode-hook.
10081
10082 * commands.texi (Using Interactive): Document interactive-form.
10083 (Keyboard Macros): Document kbd-macro-termination-hook.
10084 (Command Loop Info): Document that clear-this-command-keys clears
10085 the vector to be returned by recent-keys.
10086
100872001-09-04 Werner LEMBERG <wl@gnu.org>
10088
10089 * Makefile.in (srcdir, texinputdir): New variables.
10090 (srcs, index.texi, install): Use $(srcdir).
10091 (.PHONY): Remove elisp.dvi.
10092 (elisp): Use -I switch for makeinfo.
10093 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10094 (installall, dist): Use $(srcdir).
10095 Fix path to texinfo.tex.
10096 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10097
100982001-08-30 Gerd Moellmann <gerd@gnu.org>
10099
10100 * display.texi (Conditional Display): Adjust to API change.
10101
10102 * configure: New file.
10103
101042001-07-30 Gerd Moellmann <gerd@gnu.org>
10105
10106 * commands.texi (Repeat Events): Add description of
10107 double-click-fuzz.
10108
101092001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10110
10111 * syntax.texi (Syntax Class Table): Add the missing designator for
10112 comment and string fences.
10113 (Syntax Properties): Add a xref to syntax table internals.
10114 (Syntax Table Internals): Document string-to-syntax.
10115
101162001-05-07 Gerd Moellmann <gerd@gnu.org>
10117
10118 * Makefile.in (install): Use install-info command line options
10119 like in Emacs' Makefile.in.
10120
101212000-12-09 Miles Bader <miles@gnu.org>
10122
10123 * windows.texi (Window Start): Update documentation for
10124 `pos-visible-in-window-p'.
10125
101262000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10127
10128 * lists.texi (Building Lists): Add footnote to explain how to add
10129 to the end of a list.
10130
101312000-10-25 Gerd Moellmann <gerd@gnu.org>
10132
10133 * files.texi (Visiting Functions): Typos.
10134
101352000-10-25 Kenichi Handa <handa@etl.go.jp>
10136
10137 * files.texi (Visiting Functions): Return value of
10138 find-file-noselect may be a list of buffers if wildcards are used.
10139
101402000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10141
10142 * display.texi (Defining Faces): Document `graphic' display type
10143 in face specs.
10144
b344d29d 101452000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10146
10147 * hooks.texi (Standard Hooks): Replace obsolete
10148 `after-make-frame-hook' with `after-make-frame-functions'.
10149
10150 * frames.texi (Creating Frames): Ditto.
10151
10152 * variables.texi (Future Local Variables): Ditto.
10153
101542000-10-16 Gerd Moellmann <gerd@gnu.org>
10155
10156 * display.texi (Other Image Types): Add description of :foreground
10157 and :background properties of mono PBM images.
10158
101592000-08-17 Werner LEMBERG <wl@gnu.org>
10160
10161 * .cvsignore: New file.
10162
101632000-01-05 Gerd Moellmann <gerd@gnu.org>
10164
10165 * tindex.pl: New script.
10166
101671999-12-03 Dave Love <fx@gnu.org>
10168
10169 * Makefile.in (MAKEINFO): New parameter.
10170
101711999-09-17 Richard Stallman <rms@gnu.org>
10172
10173 * Makefile.in (srcs): Add hash.texi.
10174 (VERSION): Update to 20.6.
10175
101761999-09-13 Richard Stallman <rms@gnu.org>
10177
10178 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10179
101801998-08-29 Karl Heuer <kwzh@gnu.org>
10181
10182 * configure.in: New file.
10183 * Makefile.in: Renamed from Makefile.
10184 (prefix, infodir): Use value obtained from configure.
10185 (emacslibdir): Obsolete variable deleted.
10186 (dist): Distribute configure.in, configure, Makefile.in.
10187
101881998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10189
10190 * Makefile (INSTALL_INFO): New variable.
10191 (install): Run install-info.
10192
101931998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10194
10195 * Makefile (elisp.dvi): Add missing backslash.
10196
101971998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10198
10199 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10200 Run texindex without `./'. Always run texindex on elisp.tp.
10201 (elisp.tps): Target deleted.
10202
102031998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10204
10205 * Makefile (srcs): Add nonascii.texi and customize.texi.
10206 (dist): Start by deleting `temp'.
10207
102081998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10209
10210 * Makefile (makeinfo, texindex): Targets deleted.
10211 (makeinfo.o, texindex.o): Targets deleted.
10212 (clean, dist): Don't do anything with them or with getopt*.
10213
102141998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10215
10216 * Makefile (SHELL): Defined.
10217
102181998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10219
10220 * Makefile (elisp.tps): New target.
10221 (elisp.dvi): Depend on elisp.tps.
10222
c5602427 102231996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10224
10225 * README: Update phone number.
10226
10227 * Makefile (elisp): Make this be the default target.
10228 Depend on makeinfo.c instead of makeinfo.
10229 (install): Don't depend on elisp.dvi, since we don't install that.
10230 Use mkinstalldirs.
10231 (dist): Add mkinstalldirs.
10232
c5602427 102331995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10234
10235 * Makefile (VERSION): Update version number.
5dcb4c4e 10236 (maintainer-clean): Rename from realclean.
b8d4c8d0 10237
c5602427 102381995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10239
10240 * Makefile (realclean): New target.
10241 (elisp): Remove any old elisp-* files first.
10242
c5602427 102431993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10244
10245 * Makefile (VERSION): New variable.
10246 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10247 Compressed file suffix should be `.gz', not `.z'.
10248
ce058493 102491993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10250
10251 * Makefile (elisp): Depend on makeinfo.
10252
c5602427 102531993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10254
10255 * Makefile (srcs): Add anti.texi.
10256
c5602427 102571993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10258
10259 * Makefile (infodir, prefix): New vars.
10260 (install): Use infodir.
f4e90db0 10261 (emacsinfodir): Delete.
b8d4c8d0 10262
c5602427 102631993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10264
10265 * Makefile (srcs): Add calendar.texi.
10266
10267 * Makefile (dist): Copy texindex.c and makeinfo.c.
10268 Limit elisp-* files to those with one or two digits.
10269
c5602427 102701993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10271
f4e90db0 10272 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10273
c5602427 102741993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10275
10276 * loading.texi (Unloading): define-function changed back to
10277 defalias. It may not stay this way, but at least it's
10278 consistent with the known-good version of the code patch.
10279
c5602427 102801993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10281
10282 * modes.texi (Hooks): Document new optional arg of add-hook.
10283
c5602427 102841993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10285
10286 * variables.texi: Document nil initial value of buffer-local variables.
10287
10288 * tips.texi: Add new section on standard library headers.
10289
c5602427 102901993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10291
10292 * Makefile (srcs): Add frame.texi to the list of sources.
10293
c5602427 102941993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10295
10296 * Makefile (dist): Don't bother excluding autosave files; they'll
10297 never make it into the temp directory anyway, and the hash marks
10298 in the name are problematic for make and the Bourne shell.
10299 (srcs):
10300
c5602427 103011993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10302
10303 * Makefile (dist): Don't include backup files or autosave files in
10304 the distribution tar file.
10305
c5602427 103061991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10307
5dcb4c4e 10308 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10309 (elisp.dvi): Remove erroneous shell comment.
10310 Expect output of permute-index in permuted.fns.
10311 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10312 (clean): Add index.texi to be deleted.
b8d4c8d0 10313
c5602427 103141990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10315
10316 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10317
c5602427 103181990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10319
10320 * files.texi: Noted that completion-ignored-extensions is ignored
10321 when making *Completions*.
10322
3e868ee3 103231990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10324
10325 * Makefile make dist now depends on elisp.dvi, since it tries
10326 to include it in the dist file.
10327
c5602427 103281990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10329
c5602427 10330 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10331
c5602427 103321989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10333
10334 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10335 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10336
c5602427 103371989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10338
10339 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10340 and @error{} are the terms now being used. The files in the
10341 directory have been changed to reflect this.
10342
10343 * All instances of @indentedresultt{} have been changed to
333f9019 10344 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10345
c5602427 103461989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10347
10348 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10349 experimental @indentedresult{}, @indentedexpandsto{} are part of
10350 the texinfo.tex in this directory. These TeX macros are not
10351 stable yet.
10352
c5602427 103531989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10354
10355 * texinfo.tex: Temporarily added
10356 \let\result=\dblarrow
10357 \def\error{{\it ERROR} \longdblarrow}
10358 We need to do this better soon.
10359
c5602427 103601989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10361
10362 * Applied Karl Berry's patches to *.texinfo files, but not to
10363 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10364 new title page format is also not applied, since it requires
10365 texinfo.tex changes.)
10366
10367 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10368 for the Project GNU development environment.
10369
10370;; Local Variables:
c8763fb6 10371;; coding: utf-8
b8d4c8d0
GM
10372;; End:
10373
acaf905b 10374 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10375
10376 This file is part of GNU Emacs.
10377
352c8b4a 10378 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10379 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10380 the Free Software Foundation, either version 3 of the License, or
10381 (at your option) any later version.
b8d4c8d0
GM
10382
10383 GNU Emacs is distributed in the hope that it will be useful,
10384 but WITHOUT ANY WARRANTY; without even the implied warranty of
10385 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10386 GNU General Public License for more details.
10387
10388 You should have received a copy of the GNU General Public License
352c8b4a 10389 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.