(fn_png_init_io): Don't define it.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
9d12e52b
KS
12005-06-23 Kim F. Storm <storm@cua.dk>
2
3 * searching.texi (Entire Match Data): Remove evaporate option for
4 match-data. Do not mention evaporate option for set-match-data.
5
6d44324c
GM
62005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7
8 * display.texi (Face Functions): Mention face aliases.
9
80df27a7
RS
102005-06-21 Richard M. Stallman <rms@gnu.org>
11
12 * anti.texi (Antinews): Texinfo usage fix.
13
e121563b
KB
142005-06-21 Karl Berry <karl@gnu.org>
15
9d7d543c
KB
16 * elisp.texi: Use @copying.
17
e121563b
KB
18 * elisp.texi: Put @summarycontents and @contents before the Top
19 node, instead of the end of the file, so that the contents appear
20 in the right place in the dvi/pdf output.
21
36a3b076
JL
222005-06-21 Juri Linkov <juri@jurta.org>
23
24 * display.texi (Defining Faces): Add `customized-face'.
25
5c796e80
KS
262005-06-20 Kim F. Storm <storm@cua.dk>
27
b7d1f38f
KS
28 * variables.texi (Setting Variables): Any type of element can be
29 given order in add-to-ordered-list. Compare elements with eq.
30
5c796e80
KS
31 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
32
fb056bef
KB
332005-06-20 Karl Berry <karl@gnu.org>
34
35 * syntax.texi (Syntax Flags): Make last column very slightly wider
36 to avoid "generic comment" breaking on two lines and causing an
37 underfull box.
38
84398baa
LT
392005-06-19 Luc Teirlinck <teirllm@auburn.edu>
40
41 * lists.texi (Rings): Various minor clarifications and corrections.
42
07ff1e4b
RS
432005-06-18 Richard M. Stallman <rms@gnu.org>
44
45 * functions.texi (Obsolete Functions): Simplify.
46
47 * variables.texi (Variable Aliases): Simplify.
48
49 * anti.texi, backups.texi, compile.texi, customization.texi:
50 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
51 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
52 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
53 * variables.texi: Fix formatting ugliness.
54
55 * elisp.texi: Add links to Rings and Byte Packing.
56 Update version and copyright years.
57
58 * minibuf.texi: Fix formatting ugliness.
59 (Completion Commands): Move keymap vars to the end
60 and vars completing-read binds to the top.
61
3f7fab24
LT
622005-06-17 Luc Teirlinck <teirllm@auburn.edu>
63
64 * processes.texi: Fix typos.
65 (Bindat Spec): Correct Texinfo error.
926c4c9b 66 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 67
f19b57e3
RS
682005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
69
70 * lists.texi (Rings): New node.
71 (Lists): Add it to menu.
72
a80c5da7 73 * processes.texi (Byte Packing): New node.
f19b57e3
RS
74 (Processes): Add it to menu.
75
762005-06-17 Richard M. Stallman <rms@gnu.org>
77
78 * syntax.texi (Parsing Expressions): Fix texinfo usage.
79
80 * help.texi (Documentation Basics): Explain the xref to
81 Documentation Tips.
82
83 * debugging.texi (Debugger Commands): Minor fix.
84
67c1390d
LT
852005-06-16 Luc Teirlinck <teirllm@auburn.edu>
86
87 * edebug.texi (Instrumenting): Eliminate duplicate link.
88 (Specification List): Replace references to "below", referring to
89 a later node, with one @ref to that node.
90
91 * os.texi (Timers): Timers should save and restore the match data
92 if they change it.
93
94 * debugging.texi (Debugger Commands): Mention that the Lisp
95 debugger can not step through primitive functions.
96
51cd2a8c
JB
972005-06-16 Juanma Barranquero <lekktu@gmail.com>
98
99 * functions.texi (Obsolete Functions): Update argument names of
100 `make-obsolete' and `define-obsolete-function-alias'.
101
102 * variables.texi (Variable Aliases): Update argument names of
103 `defvaralias', `make-obsolete-variable' and
104 `define-obsolete-variable-alias'.
105
f5e6ac4a
KS
1062005-06-15 Kim F. Storm <storm@cua.dk>
107
108 * searching.texi (Entire Match Data): Rephrase warnings about
109 evaporate arg to match-data and set-match-data.
110
fe2a9972
LT
1112005-06-14 Luc Teirlinck <teirllm@auburn.edu>
112
67774855
LT
113 * elisp.texi (Top): Update detailed menu.
114
fe2a9972
LT
115 * edebug.texi (Edebug): Update menu.
116 (Instrumenting): Update xrefs.
117 (Edebug Execution Modes): Correct xref.
118 (Jumping): Clarify description of `h' command.
119 Eliminate redundant @ref.
120 (Breaks): New node.
121 (Breakpoints): is now a subsubsection.
122 (Global Break Condition): Mention `C-x X X'.
123 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
124 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
125 (Edebug Display Update): Correct pxref.
126 (Edebug and Macros): New node.
127 (Instrumenting Macro Calls): Is now a subsubsection.
128 Neither arg of `def-edebug-spec' is evaluated.
129 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
130 (Specification Examples): Fix typo.
131
b59f605b
LK
1322005-06-14 Lute Kamstra <lute@gnu.org>
133
134 * debugging.texi (Function Debugging): Primitives can break on
135 entry too.
136
a5c99dc9
KS
1372005-06-14 Kim F. Storm <storm@cua.dk>
138
139 * variables.texi (Setting Variables): Add add-to-ordered-list.
140
f99ed2f8
SM
1412005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * syntax.texi (Parsing Expressions): Document aux functions and vars of
144 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
145
9d42ffaa
LK
1462005-06-13 Lute Kamstra <lute@gnu.org>
147
148 * text.texi (Special Properties): Fix cross reference.
149
32cc0b00
LT
1502005-06-11 Luc Teirlinck <teirllm@auburn.edu>
151
152 * debugging.texi (Function Debugging): Delete mention of empty
153 string argument to `cancel-debug-on-entry'. Delete inaccurate
154 description of the return value of that command.
155
98d1a1cf
EZ
1562005-06-11 Alan Mackenzie <acm@muc.de>
157
158 * text.texi (Adaptive Fill): Amplify the description of
159 fill-context-prefix.
160
4b53b8d7
LT
1612005-06-10 Luc Teirlinck <teirllm@auburn.edu>
162
84398baa 163 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 164
b5305167
SM
1652005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * syntax.texi (Parsing Expressions): Document syntax-ppss.
168
9bd4c3ad
LT
1692005-06-10 Luc Teirlinck <teirllm@auburn.edu>
170
171 * debugging.texi (Error Debugging): Minor rewording.
172 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
173 is optional.
174
257914aa
LK
1752005-06-10 Lute Kamstra <lute@gnu.org>
176
b5305167 177 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
178 (Top): Give it a title. Correct version number. Give the
179 detailed node listing a more prominent header.
b5305167
SM
180 * intro.texi: Don't set VERSION here a second time.
181 Mention Emacs's version too.
257914aa
LK
182 * anti.texi (Antinews): Use EMACSVER to refer to the current
183 version of Emacs.
184
b7aae902
KS
1852005-06-09 Kim F. Storm <storm@cua.dk>
186
187 * searching.texi (Entire Match Data): Explain new `reseat' argument to
188 match-data and set-match-data.
189
99598737
RS
1902005-06-08 Richard M. Stallman <rms@gnu.org>
191
192 * searching.texi (Entire Match Data): Clarify when match-data
193 returns markers and when integers.
194
195 * display.texi (Defining Faces): Explain that face name should not
196 end in `-face'.
197
198 * modes.texi (Mode Line Data): Minor cleanup.
199 (Customizing Keywords): Node split out of Search-based Fontification.
200 Add example of using font-lock-add-keywords from a hook.
201 Clarify when MODE should be non-nil, and when nil.
202
2032005-06-06 Richard M. Stallman <rms@gnu.org>
204
205 * modes.texi (Mode Line Data): Explain what happens when the car
206 of a list is a void symbol.
207 (Search-based Fontification): Explain MODE arg to
208 font-lock-add-keywords and warn about calls from major modes.
209
ecc8893a
JL
2102005-06-08 Juri Linkov <juri@jurta.org>
211
212 * display.texi (Standard Faces): Add `shadow' face.
213
7fa9f4eb
LT
2142005-05-29 Luc Teirlinck <teirllm@auburn.edu>
215
216 * modes.texi (Major Mode Conventions): A derived mode only needs
217 to put the call to the parent mode inside `delay-mode-hooks'.
218
bebcc4b1
RS
2192005-05-29 Richard M. Stallman <rms@gnu.org>
220
c16b1394
RS
221 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
222 new, and what that implies. Clarify.
223
224 * files.texi (Locating Files): Clean up the text.
225
bebcc4b1
RS
226 * frames.texi (Window Frame Parameters): Document user-size.
227 Shorten entry for top by referring to left.
228
2292005-05-26 Richard M. Stallman <rms@gnu.org>
230
231 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
232 is new, and what the implications are. Other clarifications.
233
217797bc
RS
2342005-05-24 Richard M. Stallman <rms@gnu.org>
235
236 * frames.texi (Dialog Boxes): Minor fixes.
237
3565fe07
MY
2382005-05-25 Masatake YAMATO <jet@gyve.org>
239
240 * display.texi (Standard Faces): Write about `mode-line-highlight'.
241
817089df
LT
2422005-05-24 Luc Teirlinck <teirllm@auburn.edu>
243
244 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
245 is optional.
246
cb5db137
NR
2472005-05-24 Nick Roberts <nickrob@snap.net.nz>
248
249 * frames.texi (Dialog Boxes): Descibe new optional argument.
250
3c8572f5
LK
2512005-05-23 Lute Kamstra <lute@gnu.org>
252
253 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
254 syntax-begin-function over font-lock-beginning-of-syntax-function.
255
2a4d7cb3
LT
2562005-05-21 Luc Teirlinck <teirllm@auburn.edu>
257
71f800cf
LT
258 * minibuf.texi (Reading File Names): Update description of
259 `read-directory-name'.
260
2a4d7cb3
LT
261 * modes.texi (Derived Modes): Clarify :group keyword.
262
bb4afd09
EZ
2632005-05-21 Eli Zaretskii <eliz@gnu.org>
264
b5305167
SM
265 * files.texi (Locating Files): New subsection.
266 Describe locate-file and executable-find.
bb4afd09 267
a2c9aee6
EZ
2682005-05-21 Kevin Ryde <user42@zip.com.au>
269
270 * frames.texi (Initial Parameters): Update cross reference to
271 "Emacs Invocation".
272
6900105f
LT
2732005-05-19 Luc Teirlinck <teirllm@auburn.edu>
274
ca1b0914
LT
275 * keymaps.texi (Active Keymaps): Add anchor.
276
6900105f
LT
277 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
278 (Major Mode Conventions): Refer to `Auto Major Mode' in more
279 appropriate place.
280 (Derived Modes): Small clarifications.
b5305167
SM
281 (Minor Mode Conventions, Keymaps and Minor Modes):
282 Replace references to nodes with references to anchors.
6900105f
LT
283 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
284 Clarify description of lists whose first element is an integer.
285 (Mode Line Variables): Add anchor.
286 (%-Constructs): Clarify description of integer after %.
287 (Emulating Mode Line): Describe nil value for FACE.
288
54d06364
LT
2892005-05-18 Luc Teirlinck <teirllm@auburn.edu>
290
291 * modes.texi (Derived Modes): Correct references to non-existing
292 variable standard-syntax-table.
293
f8d0b769
LK
2942005-05-17 Lute Kamstra <lute@gnu.org>
295
296 * modes.texi (Defining Minor Modes): Mention the mode hook.
297
294c599c
KS
2982005-05-15 Kim F. Storm <storm@cua.dk>
299
300 * processes.texi (Network): Remove open-network-stream-nowait.
301 (Network Servers): Remove open-network-stream-server.
302
4214af69
LT
3032005-05-15 Luc Teirlinck <teirllm@auburn.edu>
304
305 * elisp.texi (Top): Update detailed menu.
306
307 * variables.texi: Reorder nodes.
308 (Variables): Update menu.
309 (File Local Variables): Do not refer to the `-*-' line as
310 a "local variables list". Add pxref.
311
302691ab
LT
3122005-05-14 Luc Teirlinck <teirllm@auburn.edu>
313
56d4215a
LT
314 * elisp.texi (Top): Update detailed menu for node changes.
315
302691ab
LT
316 * modes.texi (Modes): Update Menu.
317 (Hooks): Move to beginning of chapter.
318 Most minor modes run mode hooks too.
319 `add-hook' can handle void hooks or hooks whose value is a single
320 function.
321 (Major Modes): Update Menu.
322 (Major Mode Basics): New node, split off from `Major Modes'.
323 (Major Mode Conventions): Correct xref. Explain how to handle
324 auto-mode-alist if the major mode command has an autoload cookie.
325 (Auto Major Mode): Major update. Add magic-mode-alist.
326 (Derived Modes): Major update.
327 (Mode Line Format): Update Menu.
328 (Mode Line Basics): New node, split off from `Mode Line Format'.
329
330 * loading.texi (Autoload): Mention `autoload cookie' as synonym
331 for `magic autoload comment'. Add index entries and anchor.
332
d06ba294
RS
3332005-05-14 Richard M. Stallman <rms@gnu.org>
334
335 * tips.texi (Coding Conventions): Explain how important it is
336 that just loading certain files not change Emacs behavior.
337
338 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
339
405cb12a
LK
3402005-05-12 Lute Kamstra <lute@gnu.org>
341
19958124
LK
342 * modes.texi (Generic Modes): Update.
343 (Major Modes): Refer to node "Generic Modes".
344
405cb12a
LK
345 * elisp.texi (Top): Update to the current structure of the manual.
346 * processes.texi (Processes): Add menu description.
347 * customize.texi (Customization): Add menu descriptions.
348
f714dd1b
TTN
3492005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
350
cc9442f2
TTN
351 * processes.texi (Signals to Processes)
352 (Low-Level Network): Fix typos.
f714dd1b 353
36ad23ec
LK
3542005-05-11 Lute Kamstra <lute@gnu.org>
355
356 * elisp.texi (Top): Add some nodes from the chapter "Major and
357 Minor Modes" to the detailed node listing.
358
d101bf56
RS
3592005-05-10 Richard M. Stallman <rms@gnu.org>
360
361 * keymaps.texi (Extended Menu Items): Menu item filter functions
362 can be called at any time.
363
698b0510
LT
3642005-05-08 Luc Teirlinck <teirllm@auburn.edu>
365
366 * variables.texi (File Local Variables): `(hack-local-variables t)'
367 now also checks whether a mode is specified in the local variables
368 list.
369
2c6b25c7
EZ
3702005-05-05 Kevin Ryde <user42@zip.com.au>
371
372 * display.texi (The Echo Area): Correct format function cross
373 reference.
374
643b4cf5
LT
3752005-05-05 Luc Teirlinck <teirllm@auburn.edu>
376
377 * variables.texi (Variable Aliases): Change description of
378 `define-obsolete-variable-alias'.
379
380 * functions.texi (Functions): Add "Obsolete Functions" to menu.
381 (Defining Functions): Add xref.
382 (Obsolete Functions): New node.
383 (Function Safety): Standardize capitalization of section title.
384
385 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
386 (Dialog Boxes): Complete description of `x-popup-dialog'.
387
053bc8e4
RS
3882005-05-04 Richard M. Stallman <rms@gnu.org>
389
390 * commands.texi (Interactive Codes): Fix Texinfo usage.
391 Document U more clearly.
392
f6b1b15a
LT
3932005-05-01 Luc Teirlinck <teirllm@auburn.edu>
394
3b925015
LT
395 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
396 function and not a macro.
397
f6b1b15a
LT
398 * frames.texi (Pop-Up Menus): Correct and clarify description of
399 `x-popup-menu'.
400 (Dialog Boxes): Clarify description of `x-popup-dialog'.
401
ebbfa918
RS
4022005-05-01 Richard M. Stallman <rms@gnu.org>
403
404 * edebug.texi (Checking Whether to Stop): Fix previous change.
405
abe2f96e
LT
4062005-05-01 Luc Teirlinck <teirllm@auburn.edu>
407
d6028ef2
LT
408 * display.texi: Fix typos and Texinfo usage.
409
abe2f96e
LT
410 * edebug.texi (Checking Whether to Stop): executing-macro ->
411 executing-kbd-macro.
412
b2cfb30b
RS
4132005-05-01 Richard M. Stallman <rms@gnu.org>
414
415 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
416
7e995a23
RS
4172005-04-30 Richard M. Stallman <rms@gnu.org>
418
419 * files.texi (Magic File Names): Document `operations' property.
420
57efa539
LK
4212005-04-29 Lute Kamstra <lute@gnu.org>
422
423 * modes.texi (Generic Modes): New node.
424 (Major Modes): Add it to the menu.
425 (Derived Modes): Add "derived mode" to concept index.
426
0a20b1dc
LK
4272005-04-28 Lute Kamstra <lute@gnu.org>
428
429 * modes.texi (Defining Minor Modes): Fix previous change.
430 (Font Lock Mode): Simplify.
431 (Font Lock Basics): Say that font-lock-defaults is buffer-local
432 when set and that some parts are optional. Add cross references.
433 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
434 Add cross references. Add font-lock-multiline to index.
435 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 436 Lock Variables". Document font-lock-add-keywords and
b5305167 437 font-lock-remove-keywords.
0a20b1dc
LK
438 (Other Font Lock Variables): Move font-lock-keywords-only,
439 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
440 and font-lock-syntactic-face-function to node "Syntactic Font
441 Lock". Move font-lock-keywords-case-fold-search to node
442 "Search-based Fontification". Document font-lock-inhibit-thing-lock
443 and font-lock-{,un}fontify-{buffer,region}-function.
444 (Precalculated Fontification): Remove reference to deleted variable
445 font-lock-core-only.
446 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
447 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
448 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
449 and font-lock-syntactic-face-function here from node "Other Font
450 Lock Variables". Move font-lock-syntactic-keywords to "Setting
451 Syntax Properties". Add cross references.
b5305167
SM
452 (Setting Syntax Properties): New node.
453 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
454 * syntax.texi (Syntax Properties): Add cross reference.
455 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
456
68a94f5a
RS
4572005-04-26 Richard M. Stallman <rms@gnu.org>
458
459 * display.texi (Defining Faces):
460 Document `default' elements of defface spec.
461
462 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
463
464 * variables.texi (Variable Aliases): Clarify text.
465
4662005-04-25 Chong Yidong <cyd@stupidchicken.com>
467
468 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
469
7f48f143
LT
4702005-04-25 Luc Teirlinck <teirllm@auburn.edu>
471
472 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
473
45d2f8e8
EZ
4742005-04-24 Eli Zaretskii <eliz@gnu.org>
475
f3714ab2
EZ
476 * syntax.texi (Syntax Table Internals): Elaborate documentation of
477 syntax-after and syntax-class.
478
45d2f8e8 479 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
480 (Unique File Names): Don't mention "numbers" in the documentation
481 of make-temp-file and make-temp-name.
45d2f8e8 482
469bc679
RS
4832005-04-23 Richard M. Stallman <rms@gnu.org>
484
485 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
486
c9fa5dc9
RS
4872005-04-22 Nick Roberts <nickrob@snap.net.nz>
488
489 * windows.texi (Cyclic Window Ordering): Clarify window-list.
490
230e1e80
NR
4912005-04-22 Nick Roberts <nickrob@snap.net.nz>
492
493 * variables.texi (Variable Aliases): Describe make-obsolete-variable
494 and define-obsolete-variable-alias.
495
1ba52906
KS
4962005-04-22 Kim F. Storm <storm@cua.dk>
497
498 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
499 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
500
9721d904
LK
5012005-04-21 Lute Kamstra <lute@gnu.org>
502
503 * lists.texi (Association Lists): Document rassq-delete-all.
504
ed35c736
RS
5052005-04-19 Richard M. Stallman <rms@gnu.org>
506
507 * modes.texi (Search-based Fontification): Explain that
508 facespec is an expression to be evaluated.
509
42fc00a4
RS
5102005-04-19 Kevin Ryde <user42@zip.com.au>
511
b5305167 512 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
513 * strings.texi (String Conversion): Fix xref.
514
5827e9d4
KS
5152005-04-19 Kim F. Storm <storm@cua.dk>
516
517 * symbols.texi (Symbol Plists): Add safe-get.
518 Mention that `get' may signal an error.
519
47872da9
NR
5202005-04-18 Nick Roberts <nickrob@snap.net.nz>
521
522 * customize.texi (Variable Definitions): Replace tooltip-mode
523 example with save-place.
524
ec0cf966
RS
5252005-04-17 Richard M. Stallman <rms@gnu.org>
526
527 * buffers.texi (Indirect Buffers): Clarify.
528
529 * positions.texi (Positions): Clarify converting marker to integer.
530
531 * strings.texi (String Basics): Mention string-match; clarify.
532
199bb209
LK
5332005-04-08 Lute Kamstra <lute@gnu.org>
534
535 * modes.texi (Search-based Fontification): Fix cross references.
536 Use consistent terminology. Document anchored highlighting.
537
bfa54668
LK
5382005-04-05 Lute Kamstra <lute@gnu.org>
539
540 * modes.texi (Defining Minor Modes): Document :group keyword
541 argument and its default value.
542
07e5fb9e
LK
5432005-04-03 Lute Kamstra <lute@gnu.org>
544
545 * hooks.texi (Standard Hooks): Add some hooks. Add cross
546 references and/or descriptions. Delete major mode hooks; mention
547 them as a category instead. Rename or delete obsolete hooks.
548
aa945b59
RS
5492005-04-02 Richard M. Stallman <rms@gnu.org>
550
551 * nonascii.texi (Coding System Basics): Another wording cleanup.
552
8b918214
RS
5532005-04-01 Richard M. Stallman <rms@gnu.org>
554
555 * nonascii.texi (Coding System Basics): Clarify previous change.
556
41639988
KH
5572005-04-01 Kenichi Handa <handa@m17n.org>
558
559 * nonascii.texi (Coding System Basics): Describe about rondtrip
560 identity of coding systems.
561
8e669bbd
RS
5622005-03-29 Chong Yidong <cyd@stupidchicken.com>
563
564 * text.texi (Buffer Contents): Add filter-buffer-substring and
565 buffer-substring-filters.
566
f60a6f87
RS
5672005-03-26 Chong Yidong <cyd@stupidchicken.com>
568
569 * anti.texi (Antinews): Mention `G' interactive code.
570
571 * tips.texi (Compilation Tips): Mention benchmark.el.
572
aaac1251
LT
5732005-03-27 Luc Teirlinck <teirllm@auburn.edu>
574
575 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
576 is now bound to M-o M-o.
577
578 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
579
45325173
GM
5802005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
581
582 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
583 in the Emacs Manual).
584 * Makefile.in (srcs): Remove calendar.texi.
585 * makefile.w32-in (srcs): Remove calendar.texi.
586 * display.texi (Display): Change name of next node.
587 * os.texi (System In): Change name of previous node.
588 * elisp.texi (Top): Remove Calendar references.
589 * vol1.texi (Top): Remove Calendar references.
590 * vol2.texi (Top): Remove Calendar references.
591
85df292e
RS
5922005-03-25 Richard M. Stallman <rms@gnu.org>
593
45325173 594 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
595 Cleanup previous change.
596
5972005-03-25 Chong Yidong <cyd@stupidchicken.com>
598
599 * display.texi (Face Attributes): Faces earlier in an :inherit
600 list take precedence.
601 (Scroll Bars): Fix description of vertical-scroll-bars.
602 Document frame-current-scroll-bars and window-current-scroll-bars.
603
604 * markers.texi (The Mark): Document temporary Transient Mark mode.
605
b5305167
SM
606 * minibuf.texi (Reading File Names):
607 Document read-file-name-completion-ignore-case.
85df292e
RS
608
609 * positions.texi (Screen Lines): Document nil for width argument
610 to compute-motion.
611
1fe54d69
KS
6122005-03-23 Kim F. Storm <storm@cua.dk>
613
614 * display.texi (Standard Faces): Other faces used in the fringe
615 implicitly inherits from the fringe face.
616 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
617 properties implicitly inherits from fringe face.
618 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
619
a775dff4
RS
6202005-03-20 Chong Yidong <cyd@stupidchicken.com>
621
622 * display.texi (Invisible Text): State default value of
623 line-move-ignore-invisible.
624 (Managing Overlays): Document remove-overlays.
625 (Standard Faces): Document escape-glyph face.
626
b5305167 627 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 628
b5305167
SM
629 * modes.texi (Other Font Lock Variables):
630 Document font-lock-lines-before.
a775dff4
RS
631
632 * positions.texi (Skipping Characters): skip-chars-forward allows
633 character classes.
634
077f7085
LK
6352005-03-18 Lute Kamstra <lute@gnu.org>
636
637 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
638
d69ea7ab
RS
6392005-03-17 Richard M. Stallman <rms@gnu.org>
640
c7bd5d57
RS
641 * text.texi (Undo): Document extensible undo entries.
642
d69ea7ab
RS
643 * searching.texi (String Search, Regexp Search, Regexp Search):
644 Cleanups.
645
646 * nonascii.texi (Character Codes): Minor fix.
647
648 * display.texi (Display Property): Explain the significance
649 of having text properties that are eq.
650 (Other Display Specs): Explain string as display spec.
651
652 * commands.texi (Interactive Codes): Document G option.
653
6542005-03-17 Chong Yidong <cyd@stupidchicken.com>
655
656 * text.texi (Filling): Add sentence-end-without-period and
657 sentence-end-without-space.
658 (Changing Properties): Minor fix.
659
660 * anti.texi: Total rewrite.
661
a7679889
LK
6622005-03-15 Lute Kamstra <lute@gnu.org>
663
664 * edebug.texi (Instrumenting Macro Calls): Fix typos.
665
6eb8e247
KS
6662005-03-08 Kim F. Storm <storm@cua.dk>
667
668 * display.texi (Specified Space): Property :width is support on
669 non-graphic terminals, :height is not.
670
bfa8be14
RS
6712005-03-07 Richard M. Stallman <rms@gnu.org>
672
673 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
674 Now subnodes of Fringes.
675 (Overlay Arrow): Document overlay-arrow-variable-list.
676 (Fringe Size/Pos): New node, broken out of Fringes.
677 (Display): Explain clearing vs redisplay better.
678 (Truncation): Clarify use of bitmaps.
679 (The Echo Area): Clarify the uses of the echo area.
680 Add max-mini-window-height.
681 (Progress): Clarify.
682 (Invisible Text): Explain that main loop moves point out.
683 (Selective Display): Say "hidden", not "invisible".
b5305167 684 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
685 (Overlay Properties): Clarify intro.
686 (Finding Overlays): Explain return values when nothing found.
687 (Width): truncate-string-to-width has added arg.
688 (Displaying Faces): Clarify and update mode line face handling.
689 (Face Functions): Minor cleanup.
b5305167 690 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
691 (Pixel Specification, Other Display Specs): Minor cleanups.
692 (Images, Image Descriptors): Minor cleanups.
693 (GIF Images): Patents have expired.
694 (Showing Images): Explain default text for insert-image.
b5305167 695 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
696 (Making Buttons): Explain return values.
697 (Button Buffer Commands): Add xref.
698 (Inverse Video): Update mode-line-inverse-video.
699 (Display Table Format): Clarify.
700 (Active Display Table): Give defaults for window-display-table.
701
702 * calendar.texi (Calendar Customizing): calendar-holiday-marker
703 and calendar-today-marker are strings, not chars.
704 (Holiday Customizing): Minor fix.
705
bfa8be14
RS
706 * internals.texi (Writing Emacs Primitives): Update `or' example.
707 Update limit on # args of subr.
708
709 * edebug.texi (Using Edebug): Arrow is in fringe.
710 (Instrumenting): Arg to eval-defun works without loading edebug.
711 (Edebug Execution Modes): Add xref.
712
713 * customize.texi (Common Keywords): Clarify :require.
714 Mention :version here.
715 (Variable Definitions, Group Definitions): Not here.
716 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
717
d69ea7ab
RS
7182005-03-07 Chong Yidong <cyd@stupidchicken.com>
719 * nonascii.texi (Text Representations): Clarify position-bytes.
720 (Character Sets): Add list-charset-chars.
721 (Scanning Charsets): Add charset-after.
722 (Encoding and I/O): Minor fix.
723
34398e6c
RS
7242005-03-06 Richard M. Stallman <rms@gnu.org>
725
726 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
727 (Resizing Windows): Likewise.
728
729 * text.texi (Change Hooks): Get rid of "Emacs 21".
730
731 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
732
733 * streams.texi (Output Variables): Get rid of "Emacs 21".
734
735 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
736
737 * os.texi (Translating Input): Replace flow-control example
738 with a less obsolete example that uses `keyboard-translate'.
739
6eb8e247 740 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 741 Get rid of "Emacs 21".
6eb8e247 742
34398e6c
RS
743 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
744 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
745
746 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
747
748 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
749
750 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
751 (Menu Bar): Fix when menu-bar-update-hook is called.
752
753 * hash.texi (Hash Tables): Get rid of "Emacs 21".
754
755 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
756 and make it read better.
757
758 * files.texi (Writing to Files): Get rid of "Emacs 21".
759 (Unique File Names): Likewise.
760
761 * elisp.texi: Update Emacs version to 22.
762
763 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
764 (Overlay Properties, Face Attributes): Likewise.
765 (Managing Overlays): Fix punctuation.
766 (Attribute Functions): Clarify set-face-font; get rid of
767 info about old Emacs versions.
768 (Auto Faces, Font Lookup, Display Property, Images):
769 Get rid of "Emacs 21".
770
771 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
772
d2178387
RS
7732005-03-05 Richard M. Stallman <rms@gnu.org>
774
775 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
776
524352d6
LK
7772005-03-04 Lute Kamstra <lute@gnu.org>
778
779 * debugging.texi (Error Debugging): Document stack-trace-on-error.
780
7812005-03-03 Lute Kamstra <lute@gnu.org>
782
783 * edebug.texi (Instrumenting Macro Calls): Fix typo.
784
284f0680
LK
7852005-03-01 Lute Kamstra <lute@gnu.org>
786
787 * debugging.texi (Debugger Commands): Update `j'.
788
a9ee5cac
LK
7892005-02-28 Lute Kamstra <lute@gnu.org>
790
791 * debugging.texi (Debugging): Fix typo.
792 (Error Debugging): Document eval-expression-debug-on-error.
793 (Function Debugging): Update example.
794 (Using Debugger): Mention starred stack frames.
795 (Debugger Commands): Document `j' and `l'.
796 (Invoking the Debugger): `d' and `j' exit recursive edit too.
797 Update the messages that the debugger displays.
798 (Internals of Debugger): Add cross reference. Update example.
799 (Excess Open): Minor improvement.
800 (Excess Close): Minor improvement.
801
378d0f8e
RS
8022005-02-26 Richard M. Stallman <rms@gnu.org>
803
804 * tips.texi (Coding Conventions): Clarify.
805 Put all the major mode key reservations together.
806 Mention the Mouse-1 => Mouse-2 conventions.
807
808 * syntax.texi (Syntax Class Table): Clarify.
809 (Syntax Table Functions): syntax-after moved from here.
810 (Syntax Table Internals): syntax-after moved to here.
811 (Parsing Expressions): Update info on number of values
812 and what's meaningful in the STATE argument.
813 (Categories): Fix typo.
814
815 * sequences.texi (Arrays): Cleanup.
816 (Char-Tables): Clarify.
817
818 * processes.texi (Deleting Processes): Cleanups, add xref.
819 (Subprocess Creation): Explain nil in exec-path. Cleanup.
820 (Process Information): set-process-coding-system, some args optional.
821 (Input to Processes): Explain various types for PROCESS args.
822 Rename them from PROCESS-NAME to PROCESS.
823 (Signals to Processes): Likewise.
824 (Decoding Output): Cleanup.
825 (Query Before Exit): Clarify.
826
827 * os.texi (Startup Summary): Correct the options; add missing ones.
828 (Terminal Output, Batch Mode): Clarify.
829 (Flow Control): Node deleted.
830
831 * markers.texi (The Mark): Clarify.
832
833 * macros.texi (Expansion): Cleanup.
834 (Indenting Macros): indent-spec allows ints, not floats.
835
836 * keymaps.texi (Keymaps): Clarify.
837 (Format of Keymaps): Update lisp-mode-map example.
838 (Active Keymaps, Key Lookup): Clarify.
839 (Changing Key Bindings): Add xref to `kbd'.
840 (Key Binding Commands, Simple Menu Items): Clarify.
841 (Mouse Menus, Menu Bar): Clarify.
842 (Menu Example): Replace print example with menu-bar-replace-menu.
843
844 * help.texi (Documentation Basics): Add function-documentation prop.
845
846 * elisp.texi (Top): Don't refer to Flow Control node.
847
848 * commands.texi (Command Overview): Improve xrefs.
849 (Adjusting Point): Adjusting point applies to intangible and invis.
850 (Key Sequence Input): Doc extra read-key-sequence args.
851 Likewise for read-key-sequence-vector.
852
853 * backups.texi (Rename or Copy): Minor fix.
854 (Numbered Backups): For version-control, say the default.
855 (Auto-Saving): make-auto-save-file-name example is simplified.
856
857 * advice.texi (Advising Functions): Don't imply one part of Emacs
858 should advise another part. Markup changes.
859 (Defining Advice): Move transitional para.
860 (Activation of Advice): Cleanup.
861 Explain if COMPILE is nil or negative.
862
863 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
864
2e20c83d
LK
8652005-02-24 Lute Kamstra <lute@gnu.org>
866
867 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
868 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
869
65c492fd
LK
8702005-02-23 Lute Kamstra <lute@gnu.org>
871
b02c3eed
LK
872 * modes.texi (Defining Minor Modes): define-minor-mode can be used
873 to define global minor modes as well.
874
65c492fd
LK
875 * display.texi (Managing Overlays): overlay-buffer returns nil for
876 deleted overlays.
877
b686dd59
KS
8782005-02-22 Kim F. Storm <storm@cua.dk>
879
880 * minibuf.texi (Basic Completion): Allow symbols in addition to
881 strings in try-completion and all-completions.
882
23e8c095
LK
8832005-02-14 Lute Kamstra <lute@gnu.org>
884
885 * elisp.texi (Top): Remove reference to deleted node.
886
887 * lists.texi (Lists): Remove reference to deleted node.
888 (Cons Cells): Fix typo.
889
890 * loading.texi (Where Defined): Fix typo.
891
134948fc
RS
8922005-02-14 Richard M. Stallman <rms@gnu.org>
893
894 * variables.texi (Creating Buffer-Local): change-major-mode-hook
895 is useful for discarding some minor modes.
896
897 * symbols.texi (Symbol Components): Reorder examples.
898
899 * streams.texi (Input Functions): State standard-input default.
900 (Output Variables): State standard-output default.
901
902 * objects.texi (Printed Representation): Clarify read syntax vs print.
903 (Floating Point Type): Explain meaning better.
904 (Symbol Type): Explain uniqueness better.
905 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
906 List examples sooner.
907 (Box Diagrams): New subnode broken out.
908 Some examples moved from old Lists as Boxes node.
909 (Dotted Pair Notation): Clarify intro.
910 (Array Type): Clarify.
911 (Type Predicates): Add hash-table-p.
912
913 * numbers.texi (Integer Basics): Clarify radix explanation.
914 (Predicates on Numbers): Minor clarification.
915 (Comparison of Numbers): Minor clarification. Clarify eql.
916 Typos in min, max.
917 (Math Functions): Clarify overflow in expt.
918
919 * minibuf.texi (Text from Minibuffer): Minor clarification.
920 Mention arrow keys.
921
922 * loading.texi (Autoload): defun's doc string overrides autoload's
923 doc string.
924 (Repeated Loading): Modernize "add to list" examples.
925 (Where Defined): Finish updating table of load-history elts.
926
927 * lists.texi (List-related Predicates): Minor wording improvement.
928 (Lists as Boxes): Node deleted.
929 (Building Lists): Explain trivial cases of number-sequence.
930
931 * hash.texi (Hash Tables): Add desc to menu items.
932 (Creating Hash): Expain "full" means "make larger",
933 (Hash Access): Any object can be a key.
934 State value of maphash.
935
936 * functions.texi (What Is a Function): Wording cleanup.
937 (Function Documentation): Minor cleanup.
938 Explain purpose of calling convention at end of doc string.
939 (Function Names): Wording cleanup.
940 (Calling Functions): Wording cleanup.
941 Explain better how funcall calls the function.
942 (Function Cells): Delete example of saving and redefining function.
943
944 * control.texi (Combining Conditions): Wording cleanup.
945 (Iteration): dolist and dotimes bind VAR locally.
946 (Cleanups): Xref to Atomic Changes.
947
948 * compile.texi (Byte Compilation): Delete 19.29 info.
949 (Compilation Functions): Macros' difficulties don't affect defsubst.
950 (Docs and Compilation): Delete 19.29 info.
951
44291460
RS
9522005-02-10 Richard M. Stallman <rms@gnu.org>
953
954 * objects.texi (Symbol Type): Minor correction.
955
1f9ad95a
LK
9562005-02-06 Lute Kamstra <lute@gnu.org>
957
958 * modes.texi (Example Major Modes): Fix typos.
959
ba2c991c
RS
9602005-02-06 Richard M. Stallman <rms@gnu.org>
961
962 * text.texi (Margins): fill-nobreak-predicate can be one function.
963
964 * strings.texi (Modifying Strings): clear-string can make unibyte.
965 (Formatting Strings): format gives error if values missing.
966
967 * positions.texi (Character Motion): Mention default arg
968 for forward-char. backward-char refers to forward-char.
969 (Word Motion): Mention default arg for forward-word.
970 (Buffer End Motion): Mention default arg for beginning-of-buffer.
971 Simplify end-of-buffer.
972 (Text Lines): Mention default arg for forward-line.
973 (List Motion): Mention default arg for beginning/end-of-defun.
974 (Skipping Characters): Minor fixes in explaining character-set.
975
976 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
977 Mode inheritance applies only when default-major-mode is nil.
978 Clarifications.
979 (Example Major Modes): Update Text mode and Lisp mode examples.
980 (Minor Mode Conventions): Mention define-minor-mode at top.
981 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
982 (Mode Line Format): Update mode line face display info.
983 (Properties in Mode): Mention effect of risky vars.
984 (Imenu): Define imenu-add-to-menubar.
985 (Font Lock Mode): Add descriptions to menu lines.
986 (Faces for Font Lock): Add font-lock-doc-face.
987
9bf6d576
LK
9882005-02-05 Lute Kamstra <lute@gnu.org>
989
990 * text.texi (Maintaining Undo): Remove obsolete function.
991
cb602754
EZ
9922005-02-05 Eli Zaretskii <eliz@gnu.org>
993
994 * frames.texi (Color Names): Add pointer to the X docs about RGB
995 color specifications. Improve indexing
996 (Text Terminal Colors): Replace the description of RGB values by
997 an xref to "Color Names".
998
4e07258f
RS
9992005-02-03 Richard M. Stallman <rms@gnu.org>
1000
1001 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
1002 Clarify.
1003 (Selecting Windows): Clarify save-selected-window.
1004 (Cyclic Window Ordering): Clarify walk-windows.
1005 (Window Point): Clarify.
1006 (Window Start): Add comment to example.
1007 (Resizing Windows): Add `interactive' specs in examples.
1008 Document fit-window-to-buffer.
1009
1010 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
1011 (Undo, Maintaining Undo): Clarify last change.
1012 (Sorting): In sort-numeric-fields, explain about octal and hex.
1013 Mention sort-numeric-base.
1014 (Format Properties): Add xref for hard newlines.
1015
1016 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
1017 (Pop-Up Menus): Fix typo.
1018 (Color Names): Explain all types of color names.
1019 Explain color-values on B&W terminal.
1020 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
1021
1022 * files.texi (File Locks): Not supported on MS systems.
1023 (Testing Accessibility): Clarify.
1024
1025 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
1026 (Coverage Testing): Fix typo.
1027
1028 * commands.texi (Misc Events): Remove stray space.
1029
1030 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
1031 (Modification Time): Clarify when visited-file-modtime returns 0.
1032 (The Buffer List): Clarify bury-buffer.
1033 (Killing Buffers): Clarify.
1034 (Indirect Buffers): Add clone-indirect-buffer.
1035
10362005-02-02 Matt Hodges <MPHodges@member.fsf.org>
1037
1038 * edebug.texi (Printing in Edebug): Fix default value of
1039 edebug-print-circle.
1040 (Coverage Testing): Fix displayed frequency count data.
1041
10422005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
1043
1044 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
1045
4e07258f 10462005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
1047
1048 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
1049
28d986b9
EZ
10502005-01-29 Eli Zaretskii <eliz@gnu.org>
1051
1052 * commands.texi (Misc Events): Describe the help-echo event.
1053
1054 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
1055 consistently in description of the help-echo property.
1056 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
1057
1058 * display.texi (Overlay Properties): Fix the index entry for
1059 help-echo overlay property.
1060
1061 * customize.texi (Type Keywords): Uncomment the xref to the
1062 help-echo property documentation.
1063
8f958b40
KS
10642005-01-23 Kim F. Storm <storm@cua.dk>
1065
1066 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
1067 return value. Third element FULLY replaced by PARTIAL which
1068 specifies number of invisible pixels if row is only partially visible.
1069 (Textual Scrolling): Mention auto-window-vscroll.
1070 (Vertical Scrolling): New defvar auto-window-vscroll.
1071
cd7e5dd6
LT
10722005-01-16 Luc Teirlinck <teirllm@auburn.edu>
1073
1074 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
1075 command remapping.
1076
6f771c32
RS
10772005-01-15 Richard M. Stallman <rms@gnu.org>
1078
1079 * display.texi (Defining Images): Mention DATA-P arg of create-image.
1080
6ac8a822
KS
10812005-01-14 Kim F. Storm <storm@cua.dk>
1082
88948d55
KS
1083 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
1084
6ac8a822
KS
1085 * text.texi (Links and Mouse-1): Fix string and vector item.
1086
20d6de82
RS
10872005-01-13 Richard M. Stallman <rms@gnu.org>
1088
1089 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
1090 descriptions of overriding-local-map and overriding-terminal-local-map.
1091
1092 * text.texi (Links and Mouse-1): Clarify text.
1093
f75a592e
KS
10942005-01-13 Kim F. Storm <storm@cua.dk>
1095
1096 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
1097
910f60b1
TTN
10982005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
1099
1100 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
1101
37181fc4
KS
11022005-01-12 Kim F. Storm <storm@cua.dk>
1103
1104 * text.texi (Links and Mouse-1): Rename section from Enabling
1105 Mouse-1 to Following Links. Change xrefs.
1106 Add examples for define-button-type and define-widget.
1107
1108 * display.texi (Button Properties, Button Buffer Commands):
1109 Clarify mouse-1 and follow-link functionality.
1110
28f94a34
RS
11112005-01-12 Richard M. Stallman <rms@gnu.org>
1112
1113 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
1114
1115 * display.texi (Beeping): Fix Texinfo usage.
1116
1117 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
1118
bac2d936
KS
11192005-01-11 Kim F. Storm <storm@cua.dk>
1120
1121 * display.texi (Button Properties, Button Buffer Commands):
93381d62 1122 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
1123
1124 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
1125 (Enabling Mouse-1 to Follow Links): New subsection.
1126
de968ddb
RS
11272005-01-06 Richard M. Stallman <rms@gnu.org>
1128
1129 * text.texi (Special Properties): Minor change.
1130
1131 * os.texi (Timers): Clarify previous change.
1132
1133 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
1134
a3a43b3b
LT
11352005-01-01 Luc Teirlinck <teirllm@auburn.edu>
1136
1137 * display.texi (Face Attributes): Correct xref to renamed node.
1138
732bb9ce
RS
11392005-01-01 Richard M. Stallman <rms@gnu.org>
1140
1141 * display.texi (Face Attributes): Describe hex color specs.
1142
c734ae59
RS
11432004-12-31 Richard M. Stallman <rms@gnu.org>
1144
1145 * os.texi (Timers): Update previous change.
1146
33b2f4ea
KS
11472004-12-30 Kim F. Storm <storm@cua.dk>
1148
1149 * display.texi (Line Height): Total line-height is now specified
1150 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
1151 in cons cells. (nil . RATIO) is relative to actual line height.
1152 Use line-height `t' instead of `0' to get minimum height.
1153
99ec74b9
RS
11542004-12-29 Richard M. Stallman <rms@gnu.org>
1155
1156 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
1157
eab463f6
RS
11582004-12-28 Richard M. Stallman <rms@gnu.org>
1159
1160 * commands.texi (Quitting): Clarify value of with-local-quit.
1161
1162 * elisp.texi (Top): Fix previous change.
1163
1164 * loading.texi (Loading): Fix previous change.
1165
ebbd14f1
RS
11662004-12-27 Richard M. Stallman <rms@gnu.org>
1167
4ae98fc5
RS
1168 * Makefile.in (MAKEINFO): Specify --force.
1169
8f430046
RS
1170 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
1171
56011a8c
RS
1172 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
1173
1174 * display.texi (Line Height): Further clarify.
1175
1176 * elisp.texi (Top): Update Loading submenu.
1177
ebbd14f1
RS
1178 * loading.texi (Where Defined): New node.
1179 (Unloading): load-history moved to Where Defined.
1180
fda2922a
RS
11812004-12-21 Richard M. Stallman <rms@gnu.org>
1182
1183 * commands.texi (Event Input Misc): Add while-no-input.
1184
9eb8959a
RS
11852004-12-11 Richard M. Stallman <rms@gnu.org>
1186
1187 * display.texi (Line Height): Rewrite text for clarity.
1188
adf87c29
KS
11892004-12-11 Kim F. Storm <storm@cua.dk>
1190
1191 * display.texi (Display): Add node "Line Height" to menu.
1192 (Line Height): New node. Move full description of line-spacing
1193 and line-height text properties here from text.texi.
1194 (Scroll Bars): Add vertical-scroll-bar variable.
1195
1196 * frames.texi (Window Frame Parameters): Remove line-height defvar.
1197
1198 * locals.texi (Standard Buffer-Local Variables): Fix xref for
1199 line-spacing and vertical-scroll-bar.
1200
1201 * text.texi (Special Properties): Just mention line-spacing and
1202 line-height here, add xref to new "Line Height" node.
1203
31e4729e
TTN
12042004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
1205
1206 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
1207
1208 * locals.texi (Standard Buffer-Local Variables):
1209 Add @xref for `line-spacing'.
1210
cc60c723
RS
12112004-12-05 Richard M. Stallman <rms@gnu.org>
1212
1213 * Makefile.in (maintainer-clean): Remove the info files
1214 in $(infodir) where they are created.
1215
f6101ac9
RS
12162004-12-03 Richard M. Stallman <rms@gnu.org>
1217
1218 * windows.texi (Selecting Windows): get-lru-window and
1219 get-largest-window don't consider dedicated windows.
1220
1221 * text.texi (Undo): Document undo-in-progress.
1222
94221759
RS
12232004-11-26 Richard M. Stallman <rms@gnu.org>
1224
1225 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
1226 Remove a few vars that are not always buffer-local.
1227
7092c5e8
LT
12282004-11-24 Luc Teirlinck <teirllm@auburn.edu>
1229
1230 * locals.texi (Standard Buffer-Local Variables): Comment out
1231 xref's to non-existent node `Yet to be written'.
1232
261b01c6
RS
12332004-11-24 Richard M. Stallman <rms@gnu.org>
1234
1235 * processes.texi (Synchronous Processes): Grammar fix.
1236
1237 * numbers.texi (Comparison of Numbers): Add eql.
1238
1239 * locals.texi (Standard Buffer-Local Variables): Add many vars.
1240
1241 * intro.texi (Printing Notation): Fix previous change.
1242
1243 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
1244 and default-indicate-buffer-boundaries from here.
1245 (Usual Display): To here.
1246 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
1247 (Usual Display): Move tab-width up.
1248
1249 * customize.texi (Variable Definitions): Replace
1250 show-paren-mode example with tooltip-mode.
7092c5e8 1251 (Simple Types, Composite Types, Defining New Types):
261b01c6 1252 Minor cleanups.
7092c5e8 1253
c1aa4864
JH
12542004-11-21 Jesper Harder <harder@ifa.au.dk>
1255
1256 * processes.texi (Synchronous Processes, Output from Processes):
1257 Markup fix.
1258
dedbac89
RS
12592004-11-20 Richard M. Stallman <rms@gnu.org>
1260
07c8c65a
RS
1261 * positions.texi (Skipping Characters): skip-chars-forward
1262 now handles char classes.
1263
8f40a868
RS
1264 * intro.texi (Printing Notation): Avoid confusion of `print'
1265 when explaining @print.
1266
1267 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
1268
1269 * display.texi (Display Table Format): Minor fix.
1270
1271 * streams.texi (Output Functions): Fix print example.
1272
fd6866c8
RS
1273 * Makefile.in (elisp): New target.
1274 (dist): Depend on $(infodir)/elisp, not elisp.
1275 Copy the info files from $(infodir).
1276
9d00469f
RS
1277 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
1278 read-from-minibuffer.
1279
dedbac89
RS
1280 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
1281
6de891db
RS
12822004-11-19 Richard M. Stallman <rms@gnu.org>
1283
1284 * searching.texi (Regexp Search): Add search-whitespace-regexp.
1285
e1c1c5a7
TTN
12862004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
1287
1288 * tips.texi (Coding Conventions): Fix typo.
1289
ee31cd78
RS
12902004-11-16 Richard M. Stallman <rms@gnu.org>
1291
1292 * tips.texi (Coding Conventions): Separate defvar and require
1293 methods to avoid warnings. Use require only when there are many
1294 functions and variables from that package.
1295
1296 * minibuf.texi (Minibuffer Completion): When ignoring case,
1297 predicate must not be case-sensitive.
1298
1299 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
1300 (Test Coverage): Don't talk about "splotches". Clarified.
1301
4bd38e94
TTN
13022004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
1303
1304 * frames.texi (Window Frame Parameters): Fix typo.
1305
6d073ae1
KS
13062004-11-15 Kim F. Storm <storm@cua.dk>
1307
9f89426b
KS
1308 * symbols.texi (Other Plists): Note that plist-get may signal error.
1309 Add safe-plist-get.
6d073ae1 1310
10980463
TTN
13112004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
1312
1313 * modes.texi (Font Lock Basics): Fix typo.
1314
1efc19eb
RS
13152004-11-08 Richard M. Stallman <rms@gnu.org>
1316
1317 * syntax.texi (Syntax Table Functions): Add syntax-after.
1318
6159c232
EZ
13192004-11-06 Lars Brinkhoff <lars@nocrew.org>
1320
1321 * os.texi (Processor Run Time): New section documenting
1322 get-internal-run-time.
1323
59dede22
EZ
13242004-11-06 Eli Zaretskii <eliz@gnu.org>
1325
1326 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
1327 it nukes elisp-cover.texi.
1328 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
1329 elisp-0 etc.
1330
4cc8522c
LT
13312004-11-05 Luc Teirlinck <teirllm@auburn.edu>
1332
1333 * commands.texi (Keyboard Macros): Document `append' return value
1334 of `defining-kbd-macro'.
1335
2d1ef312
RS
13362004-11-01 Richard M. Stallman <rms@gnu.org>
1337
1338 * commands.texi (Interactive Call): Add called-interactively-p.
1339
6f4e005d
SJ
13402004-10-29 Simon Josefsson <jas@extundo.com>
1341
1342 * minibuf.texi (Reading a Password): Revert.
1343
4f71c13f
RS
13442004-10-28 Richard M. Stallman <rms@gnu.org>
1345
1346 * frames.texi (Display Feature Testing): Explain about "vendor".
1347
4660a9e3
RS
13482004-10-27 Richard M. Stallman <rms@gnu.org>
1349
1350 * commands.texi (Interactive Codes): `N' uses numeric prefix,
1351 not raw. Clarify `n'.
1352 (Interactive Call): Rewrite interactive-p, focusing on when
1353 and how to use it.
1354 (Misc Events): Clarify previous change.
1355
1356 * advice.texi (Simple Advice): Clarify what job the example does.
1357 (Around-Advice): Clarify ad-do-it.
1358 (Activation of Advice): An option of ad-default-compilation-action
1359 is `never', not `nil'.
1360
c8636435
KS
13612004-10-26 Kim F. Storm <storm@cua.dk>
1362
1363 * commands.texi (Interactive Codes): Add U code letter.
1364
acd4089b
SJ
13652004-10-25 Simon Josefsson <jas@extundo.com>
1366
1367 * minibuf.texi (Reading a Password): Add.
1368
29dc7809
JR
13692004-10-24 Jason Rumney <jasonr@gnu.org>
1370
1371 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
1372 and wheel-down.
1373
bb5d6d34
KG
13742004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
1375
1376 * processes.texi (Synchronous Processes): Document process-file.
1377
d0ee2ed3
KH
13782004-10-22 Kenichi Handa <handa@m17n.org>
1379
1380 * text.texi (translate-region): Document that it accepts also a
1381 char-table.
1382
38be9dbb
DP
13832004-10-22 David Ponce <david@dponce.com>
1384
1385 * windows.texi (Resizing Windows): Document the `preserve-before'
1386 argument of the functions `enlarge-window' and `shrink-window'.
1387
63c80452
JR
13882004-10-19 Jason Rumney <jasonr@gnu.org>
1389
1390 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
1391
9f4b6e73
LT
13922004-10-09 Luc Teirlinck <teirllm@auburn.edu>
1393
1394 * text.texi (Filling): Add anchor for definition of
1395 `sentence-end-double-space'.
1396
1397 * searching.texi (Regexp Example): Update description of how
1398 Emacs currently recognizes the end of a sentence.
1399 (Standard Regexps): Update definition of the variable
1400 `sentence-end'. Add definition of the function `sentence-end'.
1401
657f0f9c
EZ
14022004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
1403
1404 * display.texi (Progress): New node.
1405
35ab4857
KS
14062004-10-05 Kim F. Storm <storm@cua.dk>
1407
1408 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
1409
f2a54fbc
KS
14102004-09-29 Kim F. Storm <storm@cua.dk>
1411
1412 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
1413 to identify bitmaps. Remove -fringe-bitmap suffix for standard
1414 fringe bitmap symbols, as they now have their own namespace.
1415 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
1416 vs. pixels. Signal error if no free bitmap slots.
1417 (Pixel Specification): Change IMAGE to @var{image}.
1418
4676d6f3
RS
14192004-09-28 Richard M. Stallman <rms@gnu.org>
1420
1421 * text.texi (Special Properties): Clarify line-spacing and line-height.
1422
1423 * searching.texi (Regexp Search): Add looking-back.
1424
17234906
LT
14252004-09-25 Luc Teirlinck <teirllm@auburn.edu>
1426
1427 * display.texi: Correct typos.
1428 (Image Descriptors): Correct xref's.
1429
4de43c8b
RS
14302004-09-25 Richard M. Stallman <rms@gnu.org>
1431
1432 * text.texi (Special Properties): Cleanups in `cursor'.
1433 Rewrites in `line-height' and `line-spacing'; exchange them.
1434
1435 * display.texi (Fringes): Rewrite previous change.
1436 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
1437 (Display Fringe Bitmaps): Node deleted, text moved.
1438 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
1439 (Scroll Bars): Clarify set-window-scroll-bars.
1440 (Pointer Shape): Rewrite.
1441 (Specified Space): Clarify :align-to, etc.
1442 (Pixel Specification): Use @var. Clarify new text.
1443 (Other Display Specs): Clarify `slice'.
1444 (Image Descriptors): Cleanups.
1445 (Showing Images): Cleanups.
1446
a3ee0299
LT
14472004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1448
e88ebce6
LT
1449 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
1450
a3ee0299
LT
1451 * modes.texi: Various minor changes in addition to:
1452 (Major Mode Conventions): Final call to `run-mode-hooks' should
1453 not be inside the `delay-mode-hooks' form.
1454 (Mode Hooks): New node.
1455 (Hooks): Delete obsolete example.
1456 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
1457 node "Mode Hooks".
1458
6db2bc02
LT
14592004-09-22 Luc Teirlinck <teirllm@auburn.edu>
1460
1461 * display.texi: Correct various typos.
1462 (Display): Rename node "Pointer Shapes" to "Pointer
1463 Shape". (There is already a node called "Pointer Shapes" in
1464 frames.texi.)
1465 (Images): Remove non-existent node "Image Slices" from menu.
1466
ed2846bd
KS
14672004-09-23 Kim F. Storm <storm@cua.dk>
1468
1469 * text.texi (Special Properties): Add `cursor', `pointer',
1470 `line-height', and `line-spacing' properties.
1471
1472 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
1473 Shapes' to menu.
1474 (Standard Faces): Doc fix for fringe face.
1475 (Fringes): Add `overflow-newline-into-fringe' and
1476 'indicate-buffer-boundaries'.
1477 (Fringe Bitmaps, Pointer Shapes): New nodes.
1478 (Display Property): Add 'Pixel Specification' and 'Display Fringe
1479 Bitmaps' to menu.
1480 (Specified Space): Describe pixel width and height.
1481 (Pixel Specification): New node.
1482 (Other Display Specs): Add `slice' property.
1483 (Display Fringe Bitmaps): New node.
1484 (Images): Add 'Image Slices' to menu.
1485 (Image Descriptors): Add `:pointer' and `:map' properties.
1486 (Showing Images): Add slice arg to `insert-image'. Add
1487 'insert-sliced-image'.
1488
4d894c98
RS
14892004-09-20 Richard M. Stallman <rms@gnu.org>
1490
1491 * commands.texi (Key Sequence Input):
1492 Clarify downcasing in read-key-sequence.
1493
7e388eb7
JL
14942004-09-08 Juri Linkov <juri@jurta.org>
1495
1496 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
1497
a020987f
LT
14982004-09-07 Luc Teirlinck <teirllm@auburn.edu>
1499
1500 * locals.texi (Standard Buffer-Local Variables): Add
1501 `buffer-auto-save-file-format'.
1502 * internals.texi (Buffer Internals): Describe new
1503 auto_save_file_format field of the buffer structure.
1504 * files.texi (Format Conversion): `auto-save-file-format' has been
1505 renamed `buffer-auto-save-file-format'.
1506
2b96f80c
LT
15072004-08-27 Luc Teirlinck <teirllm@auburn.edu>
1508
1509 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
1510 an integer or a marker.
1511 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
1512
2ee3b79e
RS
15132004-08-22 Richard M. Stallman <rms@gnu.org>
1514
1515 * modes.texi (Major Mode Conventions): Discuss rebinding of
1516 standard key bindings.
1517
c438dc33
KS
15182004-08-18 Kim F. Storm <storm@cua.dk>
1519
1520 * processes.texi (Accepting Output): Add `just-this-one' arg to
1521 `accept-process-output'.
101c421e 1522 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 1523
db8af011
LT
15242004-08-10 Luc Teirlinck <teirllm@auburn.edu>
1525
1526 * keymaps.texi: Various changes in addition to:
1527 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
1528 Give more varied examples for `kbd'.
1529 (Creating Keymaps): Char tables have slots for all characters
1530 without modifiers.
1531 (Active Keymaps): `overriding-local-map' and
1532 `overriding-terminal-local-map' also override text property and
1533 overlay keymaps.
1534 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
1535 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
1536 to denote a prefix of no events.
1537 `map-keymap' includes parent's bindings _recursively_.
1538 Clarify and correct description of `where-is-internal'.
1539 Mention BUFFER-OR-NAME arg to `describe-bindings'.
1540 (Menu Example): For menus intended for use with the keyboard, the
1541 menu items should be bound to characters or real function keys.
1542
de700726
LT
15432004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1544
30e75a87
LT
1545 * objects.texi (Character Type): Reposition `@anchor' to prevent
1546 double space inside sentence in Info.
1547
de700726
LT
1548 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
1549 renamed to `disabled-command-function'.
7c5b95c9 1550 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
1551 (Command Loop Info): Replace reference to it.
1552 (Disabling Commands): `disabled-command-hook' has been renamed to
1553 `disabled-command-function'.
1554
81909a1a
LT
15552004-08-07 Luc Teirlinck <teirllm@auburn.edu>
1556
1557 * os.texi (Translating Input): Only non-prefix bindings in
1558 `key-translation-map' override actual key bindings. Warn about
1559 possible indirect effect of actual key bindings on non-prefix
1560 bindings in `key-translation-map'.
1561
5504e99c
LT
15622004-08-06 Luc Teirlinck <teirllm@auburn.edu>
1563
1564 * minibuf.texi (High-Level Completion): Add anchor for definition
1565 of `read-variable'.
1566
1567 * commands.texi: Various changes in addition to:
1568 (Using Interactive): Clarify description of `interactive-form'.
1569 (Interactive Call): Mention default for KEYS argument to
1570 `call-interactively'.
1571 (Command Loop Info): Clarify description of `this-command-keys'.
1572 Mention KEEP-RECORD argument to `clear-this-command-keys'.
1573 Value of `last-event-frame' can be `macro'.
1574 (Repeat Events): `double-click-fuzz' is also used to distinguish
1575 clicks and drags.
1576 (Classifying Events): Clarify descriptions of `event-modifiers'
1577 `event-basic-type' and `event-convert-list'.
1578 (Accessing Events): `posn-timestamp' takes POSITION argument.
1579 (Quoted Character Input): Clarify description of
1580 `read-quoted-char' and fix example.
1581 (Quitting): Add `with-local-quit'.
1582 (Disabling Commands): Correct and clarify descriptions of
1583 `enable-command' and `disable-command'.
1584 Mention what happens if `disabled-command-hook' is nil.
1585 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
1586 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
1587
f478a72a
LT
15882004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1589
1590 * frames.texi: Various changes in addition to:
1591 (Creating Frames): Expand and clarify description of `make-frame'.
1592 (Window Frame Parameters): Either none or both of the `icon-left'
1593 and `icon-top' parameters must be specified. Put descriptions of
1594 `menu-bar-lines' and `toolbar-lines' closer together and change
1595 them accordingly.
1596 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
1597 except while processing `frame-title-format' or `icon-title-format'.
1598 (Deleting Frames): Correct description of `delete-frame'.
1599 Non-nil return values of `frame-live-p' are like those of `framep'.
1600 (Frames and Windows): mention return value of
1601 `set-frame-selected-window'.
1602 (Visibility of Frames): Mention `force' argument to
1603 `make-frame-invisible'. `frame-visible-p' returns t for all
1604 frames on text-only terminals.
1605 (Frame Configurations): Restoring a frame configuration does not
1606 restore deleted frames.
1607 (Window System Selections): `x-set-selection' returns DATA.
1608 (Resources): Add example.
1609 (Display Feature Testing): Clarify descriptions of
1610 `display-pixel-height', `display-pixel-width', `x-server-version'
1611 and `x-server-vendor'.
1612
1613 * windows.texi (Choosing Window): Add anchor.
1614 * minibuf.texi (Minibuffer Misc): Add anchor.
1615
bc135062
JPW
16162004-07-23 John Paul Wallington <jpw@gnu.org>
1617
1618 * macros.texi (Defining Macros): Declaration keyword for setting
1619 Edebug spec is `debug' not `edebug'.
1620
cb7516e5
LT
16212004-07-19 Luc Teirlinck <teirllm@auburn.edu>
1622
1623 * windows.texi: Various small changes in addition to:
1624 (Window Point): Mention return value of `set-window-point'.
1625 (Window Start): `pos-visible-in-window-p' disregards horizontal
1626 scrolling. Explain return value if PARTIALLY is non-nil.
1627 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
1628 and `set-window-vscroll'.
1629 (Size of Window): The argument WINDOW to `window-inside-edges',
1630 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
1631 (Resizing Windows): Explain return value of
1632 `shrink-window-if-larger-than-buffer'.
1633 `window-size-fixed' automatically becomes buffer local when set.
1634 (Window Configurations): Explain return value of
1635 `set-window-configuration'.
1636
1637 * minibuf.texi (Minibuffer Misc): Add anchor for
1638 `minibuffer-scroll-window'.
1639
1640 * positions.texi (Text Lines): Add anchor for `count-lines'.
1641
3751eb00
RS
16422004-07-17 Richard M. Stallman <rms@gnu.org>
1643
1644 * display.texi (Overlay Properties): Adding `evaporate' prop
1645 deletes empty overlay immediately.
1646
1647 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
1648 fix example.
1649
9a7e97c6
LT
16502004-07-16 Jim Blandy <jimb@redhat.com>
1651
1652 * searching.texi (Regexp Backslash): Document new \_< and \_>
1653 operators.
1654
aa0e4da8
JB
16552004-07-16 Juanma Barranquero <lektu@terra.es>
1656
1657 * display.texi (Images): Fix Texinfo usage.
1658
cbbfedb2
LT
16592004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1660
1661 * buffers.texi (Modification Time): `visited-file-modtime' now
1662 returns a list of two integers, instead of a cons.
1663
3a052bd3
LT
16642004-07-13 Luc Teirlinck <teirllm@auburn.edu>
1665
1666 * windows.texi: Various changes in addition to:
1667 (Splitting Windows): Add `split-window-keep-point'.
1668
02c04e6f
RS
16692004-07-09 Richard M. Stallman <rms@gnu.org>
1670
1671 * frames.texi (Input Focus): Minor fix.
1672
cb4f1287
LT
16732004-07-07 Luc Teirlinck <teirllm@auburn.edu>
1674
1675 * frames.texi (Input Focus): Clarify descriptions of
1676 `select-frame-set-input-focus' and `select-frame'.
1677
339902ec
LT
16782004-07-06 Luc Teirlinck <teirllm@auburn.edu>
1679
1680 * os.texi: Various small changes in addition to:
1681 (Killing Emacs): Expand and clarify description of
1682 `kill-emacs-query-functions' and `kill-emacs-hook'.
1683 (System Environment): Expand and clarify description of `getenv'
1684 and `setenv'.
1685 (Timers): Clarify description of `run-at-time'.
1686 (Translating Input): Correct description of
1687 `extra-keyboard-modifiers'.
1688 (Flow Control): Correct description of `enable-flow-control'.
1689
fe3b7e35
TTN
16902004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
1691
1692 * os.texi: Update copyright.
1693 (Session Management): Grammar fix.
1694 Clarify which Emacs does the restarting.
1695 Use @samp for *scratch* buffer.
1696
59db7d6e
LT
16972004-07-04 Alan Mackenzie <acm@muc.de>
1698
1699 * frames.texi (Input Focus): Add documentation for
1700 `select-frame-set-input-focus'. Replace refs to non-existent
1701 `switch-frame' with `select-frame'. Minor corrections and tidying
1702 up of text-only terminal stuff.
1703
e3ccf404
RS
17042004-07-02 Richard M. Stallman <rms@gnu.org>
1705
1706 * files.texi (Saving Buffers): Cleanup write-contents-function.
1707 (Magic File Names): Cleanup file-remote-p.
1708
8addb6eb
KG
17092004-07-02 Kai Grossjohann <kai@emptydomain.de>
1710
1711 * files.texi (Magic File Names): `file-remote-p' returns an
1712 identifier of the remote system, not just t.
1713
7a58d84d
DK
17142004-07-02 David Kastrup <dak@gnu.org>
1715
1716 * searching.texi (Entire Match Data): Add explanation about new
1717 match-data behavior when @var{integers} is non-nil.
1718
d8c379f8
RS
17192004-06-24 Richard M. Stallman <rms@gnu.org>
1720
b4a4b0ae
RS
1721 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
1722
d8c379f8
RS
1723 * customize.texi (Variable Definitions): Note about doc strings
1724 and :set.
1725
1726 * keymaps.texi (Keymap Terminology): Document `kbd'.
1727 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
1728
1729 * display.texi (Invisible Text): Setting buffer-invisibility-spec
1730 makes it buffer-local.
1731
1732 * files.texi (Saving Buffers): Correct previous change.
1733
1734 * commands.texi (Accessing Events):
1735 Clarify posn-col-row and posn-actual-col-row.
1736
17372004-06-24 David Ponce <david.ponce@wanadoo.fr>
1738
1739 * commands.texi (Accessing Events): New functions
1740 posn-at-point and posn-at-x-y. Add example to posn-x-y.
1741
dce417e7
LT
17422004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1743
1744 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
1745 * frames.texi, buffers.texi, backups.texi, variables.texi:
1746 * loading.texi, eval.texi, functions.texi, control.texi:
1747 * symbols.texi, minibuf.texi: Reposition @anchor's.
1748
1749 * help.texi: Various small changes in addition to the following.
1750 (Describing Characters): Describe PREFIX argument to
1751 `key-description'. Correct and clarify definition of
1752 `text-char-description'. Describe NEED-VECTOR argument to
1753 `read-kbd-macro'.
1754 (Help Functions): Clarify definition of `apropos'.
1755
255d07dc
LH
17562004-06-23 Lars Hansen <larsh@math.ku.dk>
1757
1758 * files.texi (Saving Buffers): Correct description of
1759 `write-contents-functions'.
1760
4e9691e9
JB
17612004-06-21 Juanma Barranquero <lektu@terra.es>
1762
1763 * display.texi (Images): Remove redundant @vindex directives.
1764 Rewrite `image-library-alist' doc in active voice.
1765
1ebd4f78
JB
17662004-06-14 Juanma Barranquero <lektu@terra.es>
1767
1768 * display.texi (Images): Document new delayed library loading,
1769 variable `image-library-alist' and (existing but undocumented)
1770 function `image-type-available-p'.
1771
ddfb8369
RS
17722004-06-05 Richard M. Stallman <rms@gnu.org>
1773
1774 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
1775 refer the user to the Initial Input node.
1776 (Text from Minibuffer): Likewise.
1777 (Initial Input): New node. Document this feature
1778 and say it is mostly deprecated.
1779
18684a3a
RS
17802004-05-30 Richard M. Stallman <rms@gnu.org>
1781
7a61e456
RS
1782 * loading.texi (Named Features): Clarify return value
1783 and meaning of NOERROR.
1784
18684a3a
RS
1785 * variables.texi (File Local Variables): Minor cleanup.
1786
c8364415
MA
17872004-05-30 Michael Albinus <michael.albinus@gmx.de>
1788
1789 * files.texi (Magic File Names): Add `file-remote-p' as operation
1790 of file name handlers.
1791
08fd1251
RS
17922004-05-29 Richard M. Stallman <rms@gnu.org>
1793
1794 * modes.texi (Minor Mode Conventions): (-) has no special meaning
1795 as arg to a minor mode command.
1796
71d5a208
RS
17972004-05-22 Richard M. Stallman <rms@gnu.org>
1798
1799 * syntax.texi (Syntax Class Table): Word syntax not just for English.
1800
1801 * streams.texi (Output Variables): Doc float-output-format.
1802
1803 * searching.texi (Regexp Special): Nested repetition can be infloop.
1804
1805 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
1806 real stack overflow.
1807
1808 * compile.texi: Minor cleanups.
1809
18102004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
1811
1812 * lists.texi (Cons Cells): Explain dotted lists, true lists,
1813 circular lists.
1814 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 1815
022cb162
TTN
18162004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
1817
1818 * modes.texi (Search-based Fontification): Fix typo.
1819
aa7094ba
JB
18202004-05-10 Juanma Barranquero <lektu@terra.es>
1821
1822 * modes.texi (Mode Line Variables): Fix description of
1823 global-mode-string, which is now after which-func-mode, not the
1824 buffer name.
1825
c2383279
LH
18262004-05-07 Lars Hansen <larsh@math.ku.dk>
1827
1828 * modes.texi (Desktop Save Mode): Add.
1829 (Modes): Add menu entry Desktop Save Mode.
1830
1831 * hooks.texi: Add desktop-after-read-hook,
1832 desktop-no-desktop-file-hook and desktop-save-hook.
1833
1834 * locals.texi: Add desktop-save-buffer.
1835
058296d3
JH
18362004-04-30 Jesper Harder <harder@ifa.au.dk>
1837
1838 * display.texi: emacs -> Emacs.
1839
0c54865e
EZ
18402004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
1841
1842 * files.texi (Changing Files): Document set-file-times.
1843
d814862a
JB
18442004-04-23 Juanma Barranquero <lektu@terra.es>
1845
1846 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1847
e8d6f886
JH
18482004-04-18 Jesper Harder <harder@ifa.au.dk>
1849
1850 * tips.texi (Coding Conventions): defopt -> defcustom.
1851
3a424014
LT
18522004-04-16 Luc Teirlinck <teirllm@auburn.edu>
1853
1854 * sequences.texi: Various clarifications.
1855
9e860631
LT
18562004-04-14 Luc Teirlinck <teirllm@auburn.edu>
1857
1858 * buffers.texi (Read Only Buffers): Mention optional ARG to
1859 `toggle-read-only'.
1860
5e30a0fb
NR
18612004-04-14 Nick Roberts <nick@nick.uklinux.net>
1862
9e860631 1863 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
1864 returns a full-width window if possible.
1865
619fb950
LT
18662004-04-13 Luc Teirlinck <teirllm@auburn.edu>
1867
1868 * buffers.texi: Various changes in addition to:
1869 (Buffer File Name): Add `find-buffer-visiting'.
1870 (Buffer Modification): Mention optional ARG to `not-modified'.
1871 (Indirect Buffers): Mention optional CLONE argument to
1872 `make-indirect-buffer'.
1873
1874 * files.texi: Various changes in addition to:
1875 (Visiting Functions): `find-file-hook' is now a normal hook.
1876 (File Name Expansion): Explain difference between the way that
1877 `expand-file-name' and `file-truename' treat `..'.
1878 (Contents of Directories): Mention optional ID-FORMAT argument to
1879 `directory-files-and-attributes'.
1880 (Format Conversion): Mention new optional CONFIRM argument to
1881 `format-write-file'.
1882
a2295d32
MB
18832004-04-12 Miles Bader <miles@gnu.org>
1884
1885 * macros.texi (Expansion): Add description of `macroexpand-all'.
1886
571fd4d5
JH
18872004-04-05 Jesper Harder <harder@ifa.au.dk>
1888
1889 * variables.texi (Variable Aliases): Mention
1890 cyclic-variable-indirection.
1891
1892 * errors.texi (Standard Errors): Ditto.
1893
4ba2fd66
LT
18942004-04-04 Luc Teirlinck <teirllm@auburn.edu>
1895
1896 * backups.texi: Various small changes in addition to:
1897 (Making Backups): Mention return value of `backup-buffer'.
1898 (Auto-Saving): Mention optional FORCE argument to
1899 `delete-auto-save-file-if-necessary'.
1900 (Reverting): Mention optional PRESERVE-MODES argument to
1901 `revert-buffer'. Correct description of `revert-buffer-function'.
1902
8f7ea687
JL
19032004-03-22 Juri Linkov <juri@jurta.org>
1904
1905 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
1906 with `Vector Functions'.
1907
1908 * text.texi (Sorting): Add missing quote.
1909
0eeca3c1
LT
19102004-03-14 Luc Teirlinck <teirllm@auburn.edu>
1911
1912 * intro.texi (Lisp History): Replace xref to `cl' manual with
1913 inforef.
1914
e69cfac2
RS
19152004-03-12 Richard M. Stallman <rms@gnu.org>
1916
1917 * intro.texi (Version Info): Add arg to emacs-version.
1918 (Lisp History): Change xref to CL manual.
1919
1b91d47f
LT
19202004-03-09 Luc Teirlinck <teirllm@auburn.edu>
1921
1922 * minibuf.texi (Completion Commands): Add xref to Emacs manual
1923 for Partial Completion mode.
1924
97073664
TTN
19252004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
1926
1927 * customize.texi: Fix typo. Remove eol whitespace.
1928
04a6e76b
RS
19292004-03-04 Richard M. Stallman <rms@gnu.org>
1930
1931 * processes.texi: Fix typos.
1932
1933 * lists.texi (Building Lists): Minor clarification.
1934
1935 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
1936 in make-hash-table.
1937
5bb0fcd1
JB
19382004-02-29 Juanma Barranquero <lektu@terra.es>
1939
1940 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
1941 rm, and ignore exit code.
1942
9022d421
EZ
19432004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
1944
1945 * display.texi (Defining Faces): Add description for min-colors.
1946 Update example.
1947
92f5fba2
LT
19482004-02-23 Luc Teirlinck <teirllm@auburn.edu>
1949
1950 * abbrevs.texi: Various corrections and clarifications in addition
1951 to the following:
1952 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
1953
7e83e178
GM
19542004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1955
1956 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
1957
9c5609e8
LT
19582004-02-21 Luc Teirlinck <teirllm@auburn.edu>
1959
e2b9b51f
LT
1960 * text.texi: Various small changes in addition to the following:
1961 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
1962 to delete-horizontal-space.
1963 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
1964 description of yank-handler text property at various places.
1965
7daa0e81
LT
1966 * frames.texi (Window System Selections): Add anchor.
1967
9c5609e8
LT
1968 * syntax.texi (Syntax Table Functions): Clarify and correct
1969 descriptions of make-syntax-table and copy-syntax-table.
1970 (Motion and Syntax): Clarify SYNTAXES argument to
1971 skip-syntax-forward.
1972 (Parsing Expressions): Mention that the return value of
1973 parse-partial-sexp is currently a list of ten rather than nine
1974 elements.
1975 (Categories): Various corrections and clarifications.
1976
d29edb21
LT
19772004-02-17 Luc Teirlinck <teirllm@auburn.edu>
1978
1979 * markers.texi (Marker Insertion Types): Minor change.
1980
1981 * locals.texi (Standard Buffer-Local Variables):
1982 * commands.texi (Interactive Codes, Using Interactive):
1983 * functions.texi (Related Topics): Fix xrefs.
1984
43e48bda
LT
19852004-02-16 Luc Teirlinck <teirllm@auburn.edu>
1986
1987 * lists.texi (Sets And Lists): Update description of delete-dups.
1988
84e34002
RS
19892004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1990
1991 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
1992
19932004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1994
1995 * frames.texi (Parameter Access): frame-parameters arg is optional.
1996 modify-frame-parameters handles nil for FRAME.
1997 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
1998 are all-or-nothing for certain toolkits.
1999 Mention parameter wait-for-wm.
2000 (Frames and Windows): In frame-first-window and frame-selected-window
2001 the arg is optional.
2002 (Input Focus): In redirect-frame-focus the second arg is optional.
2003 (Window System Selections): Mention selection type CLIPBOARD.
2004 Mention data-type UTF8_STRING.
2005 Mention numbering of cut buffers.
2006 (Resources): Describe x-resource-name.
2007
20082004-02-16 Richard M. Stallman <rms@gnu.org>
2009
2010 * windows.texi (Buffers and Windows): Delete false table
2011 about all-frames.
2012
2013 * syntax.texi (Parsing Expressions): Delete old caveat
2014 about parse-sexp-ignore-comments.
2015
2016 * streams.texi (Output Variables): Add print-quoted.
2017
2018 * lists.texi (Building Lists): Minor cleanup.
2019
2020 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
2021
2022 * display.texi (Overlays): Explain overlays use markers.
2023 (Managing Overlays): Explain front-advance and rear-advance
2024 in more detail.
2025
2026 * loading.texi (Unloading): Document unload-feature-special-hooks.
2027 Get rid of fns-NNN.el file.
2028
20292004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2030
2031 * help.texi (Describing Characters): Fix text-char-description
2032 example output.
2033
2034 * edebug.texi (Using Edebug): Fix example.
2035
2036 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 2037
84e34002
RS
2038 * files.texi (Changing Files): Fix argname.
2039
2040 * calendar.texi: Fix parens, and default values.
2041
2042 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
2043 * nonascii.texi, objects.texi, os.texi: Minor fixes.
2044 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
2045
2046 * positions.texi (Text Lines): Don't add -1 in current-line.
2047
20482004-02-16 Richard M. Stallman <rms@gnu.org>
2049
2050 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
2051
c33b76da
EZ
20522004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2053
2054 * processes.texi (Low-Level Network): Fix a typo.
2055
9d7271e8
KS
20562004-02-12 Kim F. Storm <storm@cua.dk>
2057
2058 * display.texi (Fringes): Use consistent wording.
2059 Note that window-fringe's window arg is optional.
2060 (Scroll Bars): Use consistent wording.
2061
6827d730
LT
20622004-02-11 Luc Teirlinck <teirllm@auburn.edu>
2063
2064 * tips.texi (Comment Tips): Document the new conventions for
2065 commenting out code.
2066
1cb60b5a
JD
20672004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2068
2069 * positions.texi (Text Lines): Added missing end defun.
2070
7fdd1f62
KS
20712004-02-07 Kim F. Storm <storm@cua.dk>
2072
2073 * positions.texi (Text Lines): Add line-number-at-pos.
2074
eb3c144c
JPW
20752004-02-06 John Paul Wallington <jpw@gnu.org>
2076
2077 * display.texi (Button Properties, Button Buffer Commands):
2078 mouse-2 invokes button, not down-mouse-1.
2079
a1d38d63
JR
20802004-02-04 Jason Rumney <jasonr@gnu.org>
2081
2082 * makefile.w32-in: Sync with Makefile.in changes.
2083
4b574f3d
LT
20842004-02-03 Luc Teirlinck <teirllm@auburn.edu>
2085
2086 * minibuf.texi (Text from Minibuffer): Various corrections and
2087 clarifications.
2088 (Object from Minibuffer): Correct Lisp description of
2089 read-minibuffer.
2090 (Minibuffer History): Clarify description of cons values for
2091 HISTORY arguments.
2092 (Basic Completion): Various corrections and clarifications. Add
2093 completion-regexp-list.
2094 (Minibuffer Completion): Correct and clarify description of
2095 completing-read.
6f6b0433 2096 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
2097 other minor changes.
2098 (High-Level Completion): Various corrections and clarifications.
2099 (Reading File Names): Ditto.
2100 (Minibuffer Misc): Ditto.
2101
d8186297
LT
21022004-01-26 Luc Teirlinck <teirllm@auburn.edu>
2103
2104 * strings.texi (Text Comparison): assoc-string also matches
2105 elements of alists that are strings instead of conses.
2106 (Formatting Strings): Standardize Texinfo usage. Update index
2107 entries.
2108
9adcb5f2
LT
21092004-01-20 Luc Teirlinck <teirllm@auburn.edu>
2110
2111 * lists.texi (Sets And Lists): Add delete-dups.
2112
3e7274ae
LT
21132004-01-15 Luc Teirlinck <teirllm@auburn.edu>
2114
2115 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
2116 special form.
2117 * macros.texi (Defining Macros): Update description of `declare',
2118 which now is a macro.
2119 (Wrong Time): Fix typos.
2120
944e099f
LT
21212004-01-14 Luc Teirlinck <teirllm@auburn.edu>
2122
2123 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 2124 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
2125 and `batch-byte-compile'. In particular, mention and describe
2126 all optional arguments.
2127 (Disassembly): Correct and clarify the description of `disassemble'.
2128
90c3aa59
LT
21292004-01-11 Luc Teirlinck <teirllm@auburn.edu>
2130
2131 * searching.texi: Various small changes in addition to the
2132 following.
2133 (Regexp Example): Adapt to new value of `sentence-end'.
2134 (Regexp Functions): The PAREN argument to `regexp-opt' can be
2135 `words'.
2136 (Search and Replace): Add usage note for `perform-replace'.
2137 (Entire Match Data): Mention INTEGERS and REUSE arguments to
2138 `match-data'.
2139 (Standard Regexps): Update for new values of `paragraph-start'
2140 and `sentence-end'.
2141
583c353d
LT
21422004-01-07 Luc Teirlinck <teirllm@auburn.edu>
2143
2144 * files.texi (Saving Buffers): Clarify descriptions of
2145 `write-contents-functions' and `before-save-hook'.
2146 Make the defvar's for `before-save-hook' and `after-save-hook'
2147 into defopt's.
2148
05faee07
KS
21492004-01-07 Kim F. Storm <storm@cua.dk>
2150
2151 * commands.texi (Click Events): Describe new image and
2152 width/height elements of click events.
2153 (Accessing Events): Add posn-string, posn-image, and
2154 posn-object-width-height. Change posn-object to return either
2155 image or string object.
2156
a0465ec3
SJ
21572004-01-01 Simon Josefsson <jas@extundo.com>
2158
2159 * hooks.texi (Standard Hooks): Add before-save-hook.
2160 * files.texi (Saving Buffers): Likewise.
2161
972c0c49
RS
21622004-01-03 Richard M. Stallman <rms@gnu.org>
2163
2164 * frames.texi (Frames and Windows): Delete frame-root-window.
2165
dbcd463f
LT
21662004-01-03 Luc Teirlinck <teirllm@auburn.edu>
2167
2168 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
2169
2170 * functions.texi: Various small changes in addition to the
2171 following.
2172 (What Is a Function): `functionp' returns nil for macros. Clarify
2173 behavior of this and following functions for symbol arguments.
2174 (Function Documentation): Add `\' in front of (fn @var{arglist})
2175 and explain why.
2176 (Defining Functions): Mention DOCSTRING argument to `defalias'.
2177 Add anchor.
2178 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
2179
02c77ee9
MB
21802004-01-01 Miles Bader <miles@gnu.org>
2181
2182 * display.texi (Buttons): New section.
2183
903a1a91
AS
21842003-12-31 Andreas Schwab <schwab@suse.de>
2185
2186 * numbers.texi (Math Functions): sqrt reports a domain-error
2187 error.
2188 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
2189
697cf92a
LT
21902003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2191
3f70fe82
LT
2192 * tips.texi (Documentation Tips): Update item on hyperlinks in
2193 documentation strings.
2194
697cf92a
LT
2195 * errors.texi (Standard Errors): Various small corrections and
2196 additions.
2197
2198 * control.texi: Various small changes in addition to the
2199 following.
2200 (Signaling Errors): Provide some more details on how `signal'
2201 constructs the error message. Add anchor to the definition of
2202 `signal'.
2203 (Error Symbols): Describe special treatment of `quit'.
2204 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
2205 to emphasize that it has to be a single form.
2206
2207 * buffers.texi: Add anchor.
2208
4d25144d
RS
22092003-12-29 Richard M. Stallman <rms@gnu.org>
2210
2211 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
2212 (Window Configurations): Add window-configuration-frame.
2213
2214 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
2215
2216 * text.texi (Examining Properties): Add get-char-property-and-overlay.
2217 Change arg name in get-char-property.
2218 (Special Properties): Update handling of keymap property.
2219
2220 * strings.texi (Modifying Strings): Add clear-string.
2221 (Text Comparison): Add assoc-string and remove
2222 assoc-ignore-case, assoc-ignore-representation.
2223
2224 * os.texi (Time of Day): Add set-time-zone-rule.
2225
2226 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 2227 report domain-error errors.
4d25144d 2228
697cf92a 2229 * nonascii.texi (Converting Representations):
4d25144d
RS
2230 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
2231 (Encoding and I/O): Add file-name-coding-system.
2232
2233 * modes.texi (Search-based Fontification): Explain that
2234 face specs are symbols with face names as values.
2235
2236 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
2237
2238 * lists.texi (Building Lists): remq moved elsewhere.
2239 (Sets And Lists): remq moved here.
2240 (Association Lists): Refer to assoc-string.
2241
2242 * internals.texi (Garbage Collection): Add memory-use-counts.
2243
2244 * frames.texi (Frames and Windows): Add set-frame-selected-window
2245 and frame-root-window.
2246
697cf92a 2247 * files.texi (Contents of Directories):
4d25144d
RS
2248 Add directory-files-and-attributes.
2249
2250 * display.texi (Refresh Screen): Add force-window-update.
2251 (Invisible Text): Explain about moving point out of invis text.
2252 (Overlay Properties): Add overlay-properties.
2253 (Managing Overlays): Add overlayp.
2254 (GIF Images): Invalid image number displays a hollow box.
2255
2256 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
2257 (Killing Buffers): Add buffer-live-p.
2258
67fafe38
MR
22592003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
2260
2261 * display.texi (Fringes): Fix typo "set-buffer-window".
2262
68e74f25
LT
22632003-12-24 Luc Teirlinck <teirllm@auburn.edu>
2264
2265 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
2266 * nonascii.texi, processes.texi, tips.texi, variables.texi:
2267 Add or change various xrefs and anchors.
2268
2269 * commands.texi: Replace all occurrences of @acronym{CAR} with
2270 @sc{car}, for consistency with the rest of the Elisp manual.
2271 `car' and `cdr' are historically acronyms, but are no longer
2272 widely thought of as such.
2273
2274 * internals.texi (Pure Storage): Mention that `purecopy' does not
2275 copy text properties.
2276 (Object Internals): Now 29 bits are used (in most implementations)
2277 to address Lisp objects.
2278
2279 * variables.texi (Variables with Restricted Values): New node.
2280
2281 * objects.texi (Lisp Data Types): Mention that certain variables
2282 can only take on a restricted set of values and add an xref to
2283 the new node "Variables with Restricted Values".
2284
2285 * eval.texi (Function Indirection): Describe the errors that
2286 `indirect-function' can signal.
2287 (Eval): Clarify the descriptions of `eval-region' and `values'.
2288 Describe `eval-buffer' instead of `eval-current-buffer' and
2289 mention `eval-current-buffer' as an alias for `current-buffer'.
2290 Correct the description and mention all optional arguments.
2291
697cf92a 2292 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
2293 following.
2294 (Converting Representations): Clarify behavior of
2295 `string-make-multibyte' and `string-to-multibyte' for unibyte all
2296 ASCII arguments.
2297 (Character Sets): Document the variable `charset-list' and adapt
2298 the definition of the function `charset-list' accordingly.
2299 (Translation of Characters): Clarify use of generic characters in
2300 `make-translation-table'. Clarify and correct the description of
2301 the use of translation tables in encoding and decoding.
2302 (User-Chosen Coding Systems): Correct and clarify the description
2303 of `select-safe-coding-system'.
2304 (Default Coding Systems): Clarify description of
2305 `file-coding-system-alist'.
2306
a62f71e4
LT
23072003-11-30 Luc Teirlinck <teirllm@auburn.edu>
2308
2309 * strings.texi (Text Comparison): Correctly describe when two
2310 strings are `equal'. Combine and clarify descriptions of
2311 `assoc-ignore-case' and `assoc-ignore-representation'.
2312
2313 * objects.texi (Non-ASCII in Strings): Clarify description of
2314 when a string is unibyte or multibyte.
2315 (Bool-Vector Type): Update examples.
2316 (Equality Predicates): Correctly describe when two strings are
2317 `equal'.
2318
19017752
LT
23192003-11-29 Luc Teirlinck <teirllm@auburn.edu>
2320
2321 * lists.texi (Building Lists): `append' no longer accepts integer
2322 arguments. Update the description of `number-sequence' to reflect
2323 recent changes.
2324 (Sets And Lists): Describe `member-ignore-case' after `member'.
2325
0f6a07a8
KS
23262003-11-27 Kim F. Storm <storm@cua.dk>
2327
2328 * commands.texi (Click Events): Click object may be an images.
2329 Describe (dx . dy) element of click positions.
2330 (Accessing Events): Remove duplicate posn-timestamp.
2331 New functions posn-object and posn-object-x-y.
2332
1ce7c819
KS
23332003-11-23 Kim F. Storm <storm@cua.dk>
2334
2335 * commands.texi (Click Events): Describe enhancements to event
2336 position lists, including new text-pos and (col . row) items.
2337 Mention left-fringe and right-fringe area events.
0f6a07a8 2338 (Accessing Events): New functions posn-area and
1ce7c819
KS
2339 posn-actual-col-row. Mention posn-timestamp. Mention that
2340 posn-point in non-text area still returns buffer position.
2341 Clarify posn-col-row.
2342
cae8ddbb
LH
23432003-11-21 Lars Hansen <larsh@math.ku.dk>
2344
2345 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
2346 * anti.texi (File Attributes): Describe removed parameter
2347 ID-FORMAT.
2348
f7f1a248
LT
23492003-11-20 Luc Teirlinck <teirllm@auburn.edu>
2350
68e74f25 2351 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
2352 a position, its buffer is ignored.
2353
2354 * markers.texi (Overview of Markers): Mention it here too.
2355
c5e2fb05
LT
23562003-11-12 Luc Teirlinck <teirllm@auburn.edu>
2357
2358 * numbers.texi (Numeric Conversions): Not just `floor', but also
2359 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
2360
e57d0aa8
LT
23612003-11-10 Luc Teirlinck <teirllm@auburn.edu>
2362
2363 * markers.texi (Creating Markers): Specify insertion type of
2364 created markers. Add xref to `Marker Insertion Types'.
2365 Second argument to `copy-marker' is optional.
2366 (Marker Insertion Types): Mention that most markers are created
2367 with insertion type nil.
2368 (The Mark): Correctly describe when `mark' signals an error.
2369 (The Region): Correctly describe when `region-beginning' and
2370 `region-end' signal an error.
2371
bb3612ec
LT
23722003-11-08 Luc Teirlinck <teirllm@auburn.edu>
2373
2374 * hash.texi (Creating Hash): Clarify description of `eql'.
2375 `makehash' is obsolete.
2376 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
2377
2378 * positions.texi (Point): Change description of `buffer-end', so
2379 that it is also correct for floating point arguments.
2380 (List Motion): Correct argument lists of `beginning-of-defun' and
2381 `end-of-defun'.
2382 (Excursions): Add xref to `Marker Insertion Types'.
2383 (Narrowing): Argument to `narrow-to-page' is optional.
2384
cfb8a797
LT
23852003-11-06 Luc Teirlinck <teirllm@auburn.edu>
2386
2387 * streams.texi (Output Streams): Clarify behavior of point for
2388 marker output streams.
2389
c6177909
LT
23902003-11-04 Luc Teirlinck <teirllm@auburn.edu>
2391
2392 * variables.texi (Defining Variables): Second argument to
2393 `defconst' is not optional.
2394 (Setting Variables): Mention optional argument APPEND to
2395 `add-to-list'.
2396 (Creating Buffer-Local): Expand description of
2397 `make-variable-buffer-local'.
2398 (Frame-Local Variables): Expand description of
2399 `make-variable-frame-local'.
2400 (Variable Aliases): Correct description of optional argument
2401 DOCSTRING to `defvaralias'. Mention return value of
2402 `defvaralias'.
2403 (File Local Variables): Add xref to `File variables' in Emacs
2404 Manual. Correct description of `hack-local-variables'. Mention
2405 `safe-local-variable' property. Mention optional second argument
2406 to `risky-local-variable-p'.
2407
b3645067
LT
24082003-11-03 Luc Teirlinck <teirllm@auburn.edu>
2409
2410 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
2411
10695e5c
EZ
24122003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
2413
2414 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
2415 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
2416 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
2417 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
2418 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 2419 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
2420 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
2421 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
2422 @acronym{FOO}.
2423
a2f4def1
LT
24242003-10-27 Luc Teirlinck <teirllm@auburn.edu>
2425
2426 * strings.texi (Creating Strings): Argument START to `substring'
2427 can not be `nil'. Expand description of
2428 `substring-no-properties'. Correct description of `split-string',
2429 especially with respect to empty matches. Prevent very bad line
2430 break in definition of `split-string-default-separators'.
2431 (Text Comparison): `string=' and `string<' also accept symbols as
2432 arguments.
2433 (String Conversion): More completely describe argument BASE in
2434 `string-to-number'.
5bb0fcd1 2435 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
2436 corresponding object. Clarify behavior of numeric prefix after
2437 `%' in `format'.
2438 (Case Conversion): The argument to `upcase-initials' can be a
2439 character.
2440
a2296bf9
KH
24412003-10-27 Kenichi Handa <handa@m17n.org>
2442
2443 * display.texi (Fontsets): Fix texinfo usage.
2444
885fef7c
KH
24452003-10-25 Kenichi Handa <handa@m17n.org>
2446
2447 * display.texi (Fontsets): Add description of the function
2448 set-fontset-font.
2449
0c6b7a1f
LT
24502003-10-23 Luc Teirlinck <teirllm@auburn.edu>
2451
2452 * display.texi (Temporary Displays): Add xref to `Documentation
2453 Tips'.
2454
2455 * functions.texi (Function Safety): Use inforef instead of pxref
2456 for SES.
2457
c3cda320
AS
24582003-10-23 Andreas Schwab <schwab@suse.de>
2459
2460 * Makefile.in (TEX, texinputdir): Don't define.
2461 (TEXI2DVI): Define.
2462 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
2463 add $(srcdir)/index.texi.
2464 ($(infodir)/elisp): Remove index.texi dependency.
2465 (elisp.dvi): Likewise. Use $(TEXI2DVI).
2466 (index.texi): Remove target.
2467 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
2468 (clean): Don't remove index.texi.
2469
c3cda320
AS
2470 * permute-index, index.perm: Remove.
2471 * index.texi: Rename from index.unperm.
2472
e5dadca7
LT
24732003-10-22 Luc Teirlinck <teirllm@auburn.edu>
2474
2475 * tips.texi (Documentation Tips): Document new behavior for face
2476 and variable hyperlinks in Help mode.
2477
6cfb0777
LT
24782003-10-21 Luc Teirlinck <teirllm@auburn.edu>
2479
2480 * objects.texi (Integer Type): Update for extra bit of integer range.
2481 (Character Type): Ditto.
2482
a6eeaa81 24832003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
2484
2485 * numbers.texi (Integer Basics): Add index entries for reading
2486 numbers in hex, octal, and binary.
2487
c8f9ba83
LK
24882003-10-16 Lute Kamstra <lute@gnu.org>
2489
2490 * modes.texi (Mode Line Format): Mention force-mode-line-update's
2491 argument.
2492
b52a26fb
LT
24932003-10-13 Luc Teirlinck <teirllm@auburn.edu>
2494
2495 * windows.texi (Choosing Window): Fix typo.
2496 * edebug.texi (Edebug Execution Modes): Fix typo.
2497
f7005886
RS
24982003-10-13 Richard M. Stallman <rms@gnu.org>
2499
2500 * windows.texi (Basic Windows): A window has fringe settings,
2501 display margins and scroll-bar settings.
2502 (Splitting Windows): Doc split-window return value.
2503 Clean up one-window-p.
2504 (Selecting Windows): Fix typo.
2505 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
2506 (Buffers and Windows): In set-window-buffer, explain effect
2507 on fringe settings and scroll bar settings.
2508 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
2509 (Choosing Window): Use defopt for pop-up-frame-function.
2510 For special-display-buffer-names, explain same-window and same-frame.
2511 Clarify window-dedicated-p return value.
2512 (Textual Scrolling): scroll-up and scroll-down can get an error.
2513 (Horizontal Scrolling): Clarify auto-hscroll-mode.
2514 Clarify set-window-hscroll.
2515 (Size of Window): Don't mention tool bar in window-height.
2516 (Coordinates and Windows): Explain what coordinates-in-window-p
2517 returns for fringes and display margins.
2518 (Window Configurations): Explain saving fringes, etc.
2519
2520 * tips.texi (Library Headers): Clean up Documentation.
2521
2522 * syntax.texi (Parsing Expressions): Clean up forward-comment
2523 and parse-sexp-lookup-properties.
2524
2525 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
2526
2527 * os.texi (System Environment): Clean up text for load-average errors.
2528
2529 * modes.texi (Hooks): Don't explain local hook details at front.
2530 Clarify run-hooks and run-hook-with-args a little.
2531 Clean up add-hook and remove-hook.
2532
2533 * edebug.texi (Edebug Execution Modes): Clarify t.
2534 Document edebug-sit-for-seconds.
2535 (Coverage Testing): Document C-x X = and =.
2536 (Instrumenting Macro Calls): Fix typo.
2537 (Specification List): Don't index the specification keywords.
2538
c989ebe9
KS
25392003-10-10 Kim F. Storm <storm@cua.dk>
2540
2541 * processes.texi (Network): Introduce make-network-process.
2542
f9525eef
LT
25432003-10-09 Luc Teirlinck <teirllm@auburn.edu>
2544
2545 * tips.texi (Library Headers): Fix typo.
2546
f008b925
LK
25472003-10-07 Juri Linkov <juri@jurta.org>
2548
2549 * modes.texi (Imenu): Mention imenu-create-index-function's
2550 default value. Explain submenus better.
2551
c22c5da6
LK
25522003-10-07 Lute Kamstra <lute@gnu.org>
2553
2554 * modes.texi (Faces for Font Lock): Fix typo.
2555 (Hooks): Explain how buffer-local hook variables can refer to
2556 global hook variables.
2557 Various minor clarifications.
2558
49247521
LK
25592003-10-06 Lute Kamstra <lute@gnu.org>
2560
2561 * tips.texi (Coding Conventions): Mention naming conventions for
2562 hooks.
2563
9296c947
LT
25642003-10-05 Luc Teirlinck <teirllm@auburn.edu>
2565
2566 * loading.texi (Library Search): Correct default value of
2567 load-suffixes.
2568 (Named Features): Fix typo.
2569
0e9b293a
RS
25702003-10-05 Richard M. Stallman <rms@gnu.org>
2571
2572 * loading.texi (Named Features): In `provide',
2573 say how to test for subfeatures.
2574 (Unloading): In unload-feature, use new var name
2575 unload-feature-special-hooks.
2576
49247521 25772003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
2578
2579 * modes.texi (Major Mode Conventions): Mention third way to set up
2580 Imenu.
2581 (Imenu): A number of small fixes.
2582 Delete documentation of internal variable imenu--index-alist.
2583 Document the return value format of imenu-create-index-function
2584 functions.
2585
ab8f7d5c
RS
25862003-09-30 Richard M. Stallman <rms@gnu.org>
2587
2588 * processes.texi (Network): Say what stopped datagram connections do.
2589
2590 * lists.texi (Association Lists): Clarify `assq-delete-all'.
2591
2592 * display.texi (Overlay Properties): Clarify `evaporate' property.
2593
49247521 25942003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
2595
2596 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 2597 constructs should be marked as risky.
86b9b767
LK
2598 Change cons cell into proper list.
2599 (Mode Line Variables): Change cons cell into proper list.
2600
49247521 26012003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
2602
2603 * modes.texi (Mode Line Data): Document the :propertize construct.
2604 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 2605 to match their order in the default mode-line-format.
bc3b02f9
LK
2606 Describe the new variables mode-line-position and mode-line-modes.
2607 Update the default values of mode-line-frame-identification,
2608 minor-mode-alist, and default-mode-line-format.
2609 (Properties in Mode): Mention the :propertize construct.
6142d1d0 2610
bc3b02f9 26112003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 2612
c22c5da6 2613 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
2614 * loading.texi, minibuf.texi, text.texi, variables.texi:
2615 Avoid @strong{Note:}.
2616
26172003-09-26 Richard M. Stallman <rms@gnu.org>
2618
2619 * keymaps.texi (Remapping Commands): Fix typo.
2620
41beda59
LT
26212003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
2622
2623 * processes.texi (Low-Level Network): Fix typo.
2624
ef6ae4ff
KS
26252003-09-23 Kim F. Storm <storm@cua.dk>
2626
2627 * processes.texi (Network, Network Servers): Fix typos.
2628 (Low-Level Network): Add timeout value for :server keyword.
2629 Add new option keywords to make-network-process.
2630 Add set-network-process-options.
2631 Explain how to test availability of network options.
2632
b0f23edf
RS
26332003-09-19 Richard M. Stallman <rms@gnu.org>
2634
2635 * text.texi (Motion by Indent): Arg to
2636 backward-to-indentation and forward-to-indentation is optional.
2637
2638 * strings.texi (Creating Strings): Add substring-no-properties.
2639
2640 * processes.texi
2641 (Process Information): Add list-processes arg QUERY-ONLY.
2642 Delete process-contact from here.
2643 Add new status values for process-status.
2644 Add process-get, process-put, process-plist, set-process-plist.
2645 (Synchronous Processes): Add call-process-shell-command.
2646 (Signals to Processes): signal-process allows process objects.
2647 (Network): Complete rewrite.
2648 (Network Servers, Datagrams, Low-Level Network): New nodes.
2649
2650 * positions.texi (Word Motion): forward-word, backward-word
2651 arg is optional. Reword.
2652
2653 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
2654
c22c5da6 2655 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
2656 Delete duplicate definition of buffer-local-value.
2657 (File Local Variables): Explain about discarding text props.
2658
f387bdea
RS
26592003-09-11 Richard M. Stallman <rms@gnu.org>
2660
2661 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
2662 changes variables that record input events.
2663 (Minibuffer Misc): Add minibuffer-selected-window.
2664
2665 * lists.texi (Building Lists): Add copy-tree.
2666
2667 * display.texi (Fontsets): Add char-displayable-p.
2668 (Scroll Bars): New node.
2669
49247521 26702003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
2671
2672 * modes.texi (%-Constructs): Document new `%i' and `%I'
2673 constructs.
2674
fd026ee1
JR
26752003-09-03 Peter Runestig <peter@runestig.com>
2676
2677 * makefile.w32-in: New file.
2678
4828b4d7
RS
26792003-08-29 Richard M. Stallman <rms@gnu.org>
2680
2681 * display.texi (Overlay Properties): Clarify how priorities
2682 affect use of the properties.
2683
a4e4f05d
LT
26842003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
2685
2686 * customize.texi (Type Keywords): Correct the description of
2687 `:help-echo' in the case where `motion-doc' is a function.
2688
3ebe0346
JPW
26892003-08-14 John Paul Wallington <jpw@gnu.org>
2690
2691 * modes.texi (Emulating Mode Line): Subsection, not section.
2692
3afe8e39
RS
26932003-08-13 Richard M. Stallman <rms@gnu.org>
2694
2695 * elisp.texi (Top): Update subnode lists in menu.
2696
2697 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
2698 (Kill Functions): kill-region has new arg yank-handler.
2699 (Yanking): New node.
2700 (Yank Commands): Add yank-undo-function.
2701 (Low-Level Kill Ring):
2702 kill-new and kill-append have new arg yank-handler.
2703 (Changing Properties): Add remove-list-of-text-properties.
2704 (Atomic Changes): New node.
2705
2706 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
2707
2708 * streams.texi (Output Variables): Add eval-expression-print-length
2709 and eval-expression-print-level.
2710
2711 * os.texi (Time Conversion): For encode-time, explain limits on year.
2712
2713 * objects.texi (Character Type): Define anchor "modifier bits".
2714
2715 * modes.texi (Emulating Mode Line): New node.
2716 (Search-based Fontification): Font Lock uses font-lock-face property.
2717 (Other Font Lock Variables): Likewise.
2718
2719 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
2720 not vectors.
2721 (Active Keymaps): Add emulation-mode-map-alists.
2722 (Functions for Key Lookup): key-binding has new arg no-remap.
2723 (Remapping Commands): New node.
2724 (Scanning Keymaps): where-is-internal has new arg no-remap.
2725 (Tool Bar): Add tool-bar-local-item-from-menu.
2726 Clarify when to use tool-bar-add-item-from-menu.
2727
2728 * commands.texi (Interactive Call): commandp has new arg.
2729 (Command Loop Info): Add this-original-command.
2730
e37769b1
JPW
27312003-08-06 John Paul Wallington <jpw@gnu.org>
2732
2733 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
2734
2735 * display.texi (Warning Basics): Fix typo.
2736 (Fringes): Add closing curly bracket and fix typo.
2737
2738 * elisp.texi (Top): Fix typo.
2739
c5e0561f
RS
27402003-08-05 Richard M. Stallman <rms@gnu.org>
2741
2742 * elisp.texi: Update lists of subnodes.
2743
2744 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
2745
2746 * variables.texi (Local Variables): Use lc for example variable names.
2747
2748 * tips.texi (Library Headers): Explain where to put -*-.
2749
2750 * strings.texi (Creating Strings): Fix xref for vconcat.
2751
2752 * sequences.texi (Vector Functions):
2753 vconcat no longer allows integer args.
2754
2755 * minibuf.texi (Reading File Names): read-file-name has new
2756 arg PREDICATE. New function read-directory-name.
2757
2758 * macros.texi (Defining Macros): Give definition of `declare'
2759 (Indenting Macros): New node.
2760
2761 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
2762 (Window Frame Parameters): Make separate table of parameters
2763 that are coupled with specific face attributes.
2764 (Deleting Frames): delete-frame-hooks renamed to
2765 delete-frame-functions.
2766
2767 * files.texi (Magic File Names): Add file-remote-p.
2768 Clarify file-local-copy.
2769
2770 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
2771 here; instead xref Defining Macros.
2772
2773 * display.texi (Warnings): New node, and subnodes.
2774 (Fringes): New node.
2775
2776 * debugging.texi (Test Coverage): New node.
2777
2778 * compile.texi (Compiler Errors): Explain with-no-warnings
2779 and other ways to suppress warnings.
2780
2781 * commands.texi (Interactive Call): Minor clarification.
2782
2783 * buffers.texi (Buffer File Name): set-visited-file-name
2784 renames the buffer too.
2785
2786 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
2787
ee59dede
MR
27882003-07-24 Markus Rost <rost@math.ohio-state.edu>
2789
2790 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
2791
f0514b34
MR
27922003-07-22 Markus Rost <rost@math.ohio-state.edu>
2793
2794 * internals.texi (Garbage Collection): Fix previous change.
2795
c73983bb
RS
27962003-07-22 Richard M. Stallman <rms@gnu.org>
2797
2798 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
2799
2800 * display.texi (Width): Use \s syntax in example.
2801 (Font Selection): Add face-font-rescale-alist.
2802
2803 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
2804 Remove spurious indent in example.
2805
2806 * lists.texi (Building Lists): Add number-sequence.
2807
2808 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
2809
2810 * functions.texi (Function Documentation): Explain how to
2811 show calling convention explicitly in the doc string.
2812
2813 * windows.texi (Selecting Windows): save-selected-window saves
2814 selected window of each frame.
2815 (Window Configurations): Minor change.
2816
2817 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
2818
2819 * streams.texi (Output Variables): Add print-continuous-numbering
2820 and print-number-table.
2821
2822 * processes.texi (Decoding Output): New node.
2823
2824 * os.texi (Time Conversion): decode-time arg is optional.
2825
2826 * objects.texi (Character Type): Don't use space as example for \.
2827 Make list of char names and \-sequences correspond.
2828 Explain that \s is not used in strings. `\ ' needs space after.
2829
2830 * nonascii.texi (Converting Representations): Add string-to-multibyte.
2831 (Translation of Characters): Add translation-table-for-input.
2832 (Default Coding Systems): Add auto-coding-functions.
2833 (Explicit Encoding): Add decode-coding-inserted-region.
2834 (Locales): Add locale-info.
2835
2836 * minibuf.texi (Basic Completion): Describe test-completion.
2837 Collections can be lists of strings.
2838 Clean up lazy-completion-table.
2839 (Programmed Completion): Mention test-completion.
2840 Clarify why lambda expressions are not accepted.
2841 (Minibuffer Misc): Describe minibufferp.
2842
51a8b435
RS
28432003-07-14 Richard M. Stallman <rms@gnu.org>
2844
2845 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
2846
2847 * windows.texi (Selecting Windows): New arg to select-window.
2848 (Selecting Windows): Add with-selected-window.
2849 (Size of Window): Add window-inside-edges, etc.
2850
2851 * internals.texi (Garbage Collection): Add post-gc-hook.
2852
2853 * processes.texi (Subprocess Creation): Add exec-suffixes.
2854
2855 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
2856 (Scanning Keymaps): Add map-keymaps.
2857 (Defining Menus): Add keymap-prompt.
2858
2859 * numbers.texi (Integer Basics): Add most-positive-fixnum,
2860 most-negative-fixnum.
2861
2862 * compile.texi (Byte Compilation): Explain no-byte-compile
2863 (Compiler Errors): New node.
2864
2865 * os.texi (User Identification): user-uid, user-real-uid
2866 can return float.
2867
2868 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
2869 and about derived modes.
2870 (Minor Modes): Add minor-mode-list.
2871 (Defining Minor Modes): Keyword args for define-minor-mode.
2872 (Search-based Fontification): Explain managing other properties.
2873 (Other Font Lock Variables): Add font-lock-extra-managed-props.
2874 (Faces for Font Lock): Add font-locl-preprocessor-face.
2875 (Hooks): Add run-mode-hooks and delay-mode-hooks.
2876
2877 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 2878 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
2879
2880 * loading.texi (Library Search): Add load-suffixes.
2881
2882 * minibuf.texi (Basic Completion): Add lazy-completion-table.
2883 (Programmed Completion): Add dynamic-completion-table.
2884
2885 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
2886 (Magic File Names): Specify precedence order of handlers.
199bb209 2887
51a8b435
RS
2888 * commands.texi (Command Overview): Emacs server runs pre-command-hook
2889 and post-command-hook.
2890 (Waiting): New calling convention for sit-for.
2891
2892 * text.texi (Special Properties): local-map and keymap properties
2893 apply based on their stickiness.
2894
c6de56a0
RS
28952003-07-07 Richard M. Stallman <rms@gnu.org>
2896
2897 * modes.texi (Minor Mode Conventions): Specify only some kinds
2898 of list values as args to minor modes.
2899
2900 * files.texi (File Name Expansion): Warn about iterative use
2901 of substitute-in-file-name.
2902
2903 * advice.texi (Activation of Advice): Clean up previous change.
2904
8c761ea6
MR
29052003-07-06 Markus Rost <rost@math.ohio-state.edu>
2906
2907 * advice.texi (Activation of Advice): Note that ad-start-advice is
2908 turned on by default.
2909
c6de56a0
RS
29102003-06-30 Richard M. Stallman <rms@gnu.org>
2911
2912 * text.texi (Buffer Contents): Document current-word.
2913 (Change Hooks): Not called for *Messages*.
2914
2915 * functions.texi (Defining Functions): Explain about redefining
2916 primitives.
2917 (Function Safety): Renamed. Minor changes.
2918 Comment out the detailed criteria for what is safe.
2919
3fe4e567
AS
29202003-06-22 Andreas Schwab <schwab@suse.de>
2921
2922 * objects.texi (Symbol Type): Fix description of examples.
2923
cda7bd13
AS
29242003-06-16 Andreas Schwab <schwab@suse.de>
2925
2926 * hash.texi (Creating Hash): Fix description of :weakness.
2927
fbcffa4a
KG
29282003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2929
2930 * files.texi (Changing Files): copy-file copies file modes, too.
2931
ff6a3bfb
RS
29322003-05-28 Richard M. Stallman <rms@gnu.org>
2933
2934 * strings.texi (Creating Strings): Clarify split-string.
2935
1463a05d
JB
29362003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
2937
2938 * strings.texi (Creating Strings): Update split-string specification
2939 and examples.
2940
af253914
RS
29412003-05-19 Richard M. Stallman <rms@gnu.org>
2942
2943 * elisp.texi: Correct invariant section names.
2944
7ea52f92
RS
29452003-04-20 Richard M. Stallman <rms@gnu.org>
2946
2947 * os.texi (Timers): Explain about timers and quitting.
2948
e31afc09
RS
29492003-04-19 Richard M. Stallman <rms@gnu.org>
2950
2951 * internals.texi (Writing Emacs Primitives): Strings are
2952 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
2953 Explain GCPRO convention for varargs function args.
2954
5ceea398
RS
29552003-04-16 Richard M. Stallman <rms@gnu.org>
2956
2957 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
2958
b0ada147
RS
29592003-04-08 Richard M. Stallman <rms@gnu.org>
2960
2961 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
2962
b23375aa
KS
29632003-02-13 Kim F. Storm <storm@cua.dk>
2964
2965 * objects.texi (Character Type): New \s escape for space.
2966
c60ee5e7
JB
29672003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
2968
2969 * os.texi (System Environment): Added cygwin system-type.
2970
84e47416
RS
29712003-01-25 Richard M. Stallman <rms@gnu.org>
2972
2973 * keymaps.texi: Document that a symbol can act as a keymap.
2974
3e8cf2ea
RS
29752003-01-13 Richard M. Stallman <rms@gnu.org>
2976
2977 * text.texi (Changing Properties): Say string indices are origin-0.
2978
2979 * positions.texi (Screen Lines) <compute-motion>:
2980 Correct order of elts in return value.
2981
2982 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
2983 how to define a default binding.
2984
7abb9fc5 29852002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 2986
104bc3aa 2987 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 2988
104bc3aa
MR
2989 * customize.texi (Simple Types): Clarify description of custom
2990 type 'number. Describe new custom type 'float.
177f790c 2991
7abb9fc5 29922002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
2993
2994 * variables.texi (File Local Variables): Fix typo.
2995
df140a68 29962002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 2997
df140a68
KG
2998 From Michael Albinus <Michael.Albinus@alcatel.de>.
2999
3000 * README: Target for Info file is `make info'.
3001
3002 * files.texi (File Name Components): Fixed typos in
3003 `file-name-sans-extension'.
3004 (Magic File Names): Complete list of operations for magic file
3005 name handlers.
3006
7ed9159a
JY
30072002-09-16 Jonathan Yavner <jyavner@engineer.com>
3008
3009 * variables.texi (File Local Variables): New function
3010 risky-local-variable-p.
3011
30122002-09-15 Jonathan Yavner <jyavner@engineer.com>
3013
3014 * functions.texi (Function safety): New node about unsafep.
3015
241f79af
PA
30162002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
3017
3018 * customize.texi (Splicing into Lists): Fixed example.
3019 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
3020
72459b15
JB
30212002-06-17 Juanma Barranquero <lektu@terra.es>
3022
3023 * frames.texi (Display Feature Testing): Fix typo.
3024
61f7e0f5
AS
30252002-06-12 Andreas Schwab <schwab@suse.de>
3026
3027 * frames.texi (Initial Parameters, Resources): Fix references to
3028 the Emacs manual.
3029
4e792dbd
KS
30302002-05-13 Kim F. Storm <storm@cua.dk>
3031
3032 * variables.texi (Intro to Buffer-Local): Updated warning and
3033 example relating to changing buffer inside let.
3034
940344d4 30352002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
3036
3037 * os.texi (Session Management): New node about X Session management.
3038
231ac53b
EZ
30392002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
3040
3041 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
3042 to which the manual corresponds, and the copyright years.
3043
3044 * Makefile.in (VERSION): Set to 2.9.
3045
140cc574
EZ
30462001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
3047
3048 * elisp.texi: Change the category in @dircategory to "Emacs", to
3049 make it consistent with info/dir.
3050
9c7fce05
MB
30512001-11-25 Miles Bader <miles@gnu.org>
3052
3053 * text.texi (Fields): Describe new `limit' arg in
3054 field-beginning/field-end.
3055
9f8bbf0f
EZ
30562001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3057
a5e6715c
EZ
3058 * permute-index: Don't depend on csh-specific features. Replace
3059 the interpreter name with /bin/sh.
3060
9f8bbf0f
EZ
3061 * two-volume-cross-refs.txt: New file.
3062 * two.el: New file.
3063 * spellfile: New file.
3064
1756e2fb
EZ
30652001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
3066
3067 * permute-index: New file.
3068
3069 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
3070 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
3071 8+3 restricted namespace.
ad050e54
EZ
3072
3073 * Makefile.in (infodir): Define relative to $(srcdir).
3074 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
3075 include directories list via -I switch to makeinfo.
3076 (index.texi): Use cp if both hard and symbolic links fail.
3077
10fa7f8e
EZ
30782001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3079
7a1494ce
EZ
3080 * Makefile.in (distclean): Add.
3081
10fa7f8e
EZ
3082 The following changes make ELisp manual part of the Emacs
3083 distribution:
3084
3085 * Makefile.in: Add Copyright notice.
3086 (prefix): Remove.
3087 (infodir): Change value to "../info".
3088 (VPATH): New variable.
3089 (MAKE): Don't define.
3090 (texmacrodir): Don't define.
3091 (texinputdir): Append the existing value of TEXINPUTS.
3092 ($(infodir)/elisp): Instead of just "elisp". Reformat the
3093 command to be compatible with man/Makefile.in, and to put the
3094 output into ../info.
5c32b7c5 3095 (info): Add target.
10fa7f8e
EZ
3096 (installall): Target removed.
3097
ad050e54 30982001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
3099
3100 * tips.texi (Coding Conventions): Fix typo.
3101
6fd735df
GM
31022001-10-23 Gerd Moellmann <gerd@gnu.org>
3103
3104 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
3105
b704d54b
EZ
31062001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3107
3108 * files.texi (File Name Components): Update the description of
3109 file-name-sans-extension and file-name-extension, as they now
3110 ignore leading dots.
3111
71431a0e
GM
31122001-10-20 Gerd Moellmann <gerd@gnu.org>
3113
6aa97356 3114 * (Version 21.1 released.)
71431a0e 3115
79f1f96c
MB
31162001-10-19 Miles Bader <miles@gnu.org>
3117
3118 * positions.texi (Text Lines): Describe behavior of
3119 `beginning-of-line'/`end-of-line' in the presence of field properties.
3120
892a8f36
GM
31212001-10-17 Gerd Moellmann <gerd@gnu.org>
3122
3123 * Makefile.in (VERSION): Set to 2.8.
3124 (manual): Use `manual-21'.
3125
8c1cc9e8 3126 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
3127 number was used. Set it to 2.8.
3128
3129 * intro.texi: Likewise.
3130
51724e26
EZ
31312001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3132
3133 * files.texi (File Name Completion): Document the significance of
3134 a trailing slash in elements of completion-ignored-extensions.
3135
57b338e8
MB
31362001-10-06 Miles Bader <miles@gnu.org>
3137
3138 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
3139
c89e4bc5
GM
31402001-10-04 Gerd Moellmann <gerd@gnu.org>
3141
3142 * variables.texi (Variable Aliases): New node.
3143
ab952a4f
GM
31442001-10-04 Gerd Moellmann <gerd@gnu.org>
3145
3146 * Branch for 21.1.
dff28924 3147
9db3a582
MB
31482001-10-02 Miles Bader <miles@gnu.org>
3149
ae1a9581
MB
3150 * minibuf.texi (Minibuffer Misc): Add entries for
3151 `minibuffer-contents', `minibuffer-contents-no-properties', and
3152 `delete-minibuffer-contents'.
3153 Correct description for `minibuffer-prompt-end'.
3154
9db3a582
MB
3155 * text.texi (Property Search): Correct descriptions of
3156 `next-char-property-change' and `previous-char-property-change'.
3157 Add entries for `next-single-char-property-change' and
3158 `previous-single-char-property-change'.
3159 Make operand names a bit more consistent.
3160
03be5931
EZ
31612001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3162
3163 * frames.texi (Finding All Frames): Document that next-frame and
3164 previous-frame are local to current terminal.
3165
974548ec
EZ
31662001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
3167
3168 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 3169 result of make-keymap.
974548ec 3170
8d82c597
EZ
31712001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3172
3173 * display.texi (Font Lookup, Attribute Functions)
3174 (Image Descriptors): Add cross-references to the definition of
3175 selected frame.
3176
3177 * buffers.texi (The Buffer List): Add cross-references to the
3178 definition of selected frame.
3179
3180 * frames.texi (Input Focus): Clarify which frame is _the_ selected
3181 frame at any given time.
3182 (Multiple Displays, Size and Position): Add a cross-reference to
3183 the definition of the selected frame.
3184
2842de30
EZ
31852001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3186
3187 * strings.texi (String Conversion) <string-to-number>: Document
3188 that a float is returned for integers that are too large.
3189
3190 * frames.texi (Mouse Position): Document mouse-position-function.
3191 (Display Feature Testing): Document display-images-p.
3192 (Window Frame Parameters): Document the cursor-type variable.
3193
3194 * numbers.texi (Integer Basics): Document CL style read syntax for
3195 integers in bases other than 10.
3196
3197 * positions.texi (List Motion): Document
3198 open-paren-in-column-0-is-defun-start.
3199
3200 * lists.texi (Sets And Lists): Document member-ignore-case.
3201
3202 * internals.texi (Garbage Collection): Document the used and free
3203 strings report.
3204 (Memory Usage): Document strings-consed.
3205
3206 * os.texi (Time of Day): Document float-time.
3207 (Recording Input): Document that clear-this-command-keys clears
3208 the vector to be returned by recent-keys.
3209
3210 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
3211 argument keymap can be a list.
3212
3213 * nonascii.texi (User-Chosen Coding Systems)
3214 <select-safe-coding-system>: Document the new argument
3215 accept-default-p and the variable
3216 select-safe-coding-system-accept-default-p. Tell what happens if
3217 buffer-file-coding-system is undecided.
3218 (Default Coding Systems): Document auto-coding-regexp-alist.
3219
3220 * display.texi (The Echo Area) <message>: Document
3221 message-truncate-lines.
3222 (Glyphs): Document that the glyph table is unused on windowed
3223 displays.
3224
3225 * help.texi (Describing Characters) <single-key-description>:
3226 Document the new argument no-angles.
3227 (Accessing Documentation) <documentation-property>: Document that
3228 a non-string property is evaluated.
3229 <documentation>: Document that the function-documentation property
3230 is looked for.
3231
3232 * windows.texi (Selecting Windows): Document some-window.
3233
3234 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
3235
3236 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
3237 apropos-mode-hook.
3238
3239 * commands.texi (Using Interactive): Document interactive-form.
3240 (Keyboard Macros): Document kbd-macro-termination-hook.
3241 (Command Loop Info): Document that clear-this-command-keys clears
3242 the vector to be returned by recent-keys.
3243
2d43d823
GM
32442001-09-04 Werner LEMBERG <wl@gnu.org>
3245
3246 * Makefile.in (srcdir, texinputdir): New variables.
3247 (srcs, index.texi, install): Use $(srcdir).
3248 (.PHONY): Remove elisp.dvi.
3249 (elisp): Use -I switch for makeinfo.
3250 (elisp.dvi): Use $(srcdir) and $(texinputdir).
3251 (installall, dist): Use $(srcdir).
3252 Fix path to texinfo.tex.
3253 (maintainer-clean): Add elisp.dvi and elisp.oaux.
3254
fa739b31
GM
32552001-08-30 Gerd Moellmann <gerd@gnu.org>
3256
92a25631
GM
3257 * display.texi (Conditional Display): Adjust to API change.
3258
fa739b31
GM
3259 * configure: New file.
3260
cef68af5
GM
32612001-07-30 Gerd Moellmann <gerd@gnu.org>
3262
3263 * commands.texi (Repeat Events): Add description of
3264 double-click-fuzz.
3265
d1f08d85
SM
32662001-05-08 Stefan Monnier <monnier@cs.yale.edu>
3267
3268 * syntax.texi (Syntax Class Table): Add the missing designator for
3269 comment and string fences.
3270 (Syntax Properties): Add a xref to syntax table internals.
3271 (Syntax Table Internals): Document string-to-syntax.
3272
1e9fc92e
GM
32732001-05-07 Gerd Moellmann <gerd@gnu.org>
3274
3275 * Makefile.in (install): Use install-info command line options
3276 like in Emacs' Makefile.in.
3277
00480554
MB
32782000-12-09 Miles Bader <miles@gnu.org>
3279
3280 * windows.texi (Window Start): Update documentation for
3281 `pos-visible-in-window-p'.
3282
1e344ee2
SM
32832000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3284
3285 * lists.texi (Building Lists): Add footnote to explain how to add
3286 to the end of a list.
3287
a540f6ed
GM
32882000-10-25 Gerd Moellmann <gerd@gnu.org>
3289
3290 * files.texi (Visiting Functions): Typos.
3291
28bcdbee
KH
32922000-10-25 Kenichi Handa <handa@etl.go.jp>
3293
3294 * files.texi (Visiting Functions): Return value of
3295 find-file-noselect may be a list of buffers if wildcards are used.
3296
22d1a4ed
MB
32972000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3298
3299 * display.texi (Defining Faces): Document `graphic' display type
3300 in face specs.
3301
916a89db
KG
33022000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3303
1e9fc92e 3304 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
3305 `after-make-frame-hook' with `after-make-frame-functions'.
3306
1e9fc92e 3307 * frames.texi (Creating Frames): Ditto.
916a89db 3308
1e9fc92e 3309 * variables.texi (Future Local Variables): Ditto.
916a89db 3310
483de32b
GM
33112000-10-16 Gerd Moellmann <gerd@gnu.org>
3312
3313 * display.texi (Other Image Types): Add description of :foreground
3314 and :background properties of mono PBM images.
3315
e23a63a5
WL
33162000-08-17 Werner LEMBERG <wl@gnu.org>
3317
3318 * .cvsignore: New file.
3319
dfc16043
GM
33202000-01-05 Gerd Moellmann <gerd@gnu.org>
3321
3322 * tindex.pl: New script.
3323
602613fe
DL
33241999-12-03 Dave Love <fx@gnu.org>
3325
3326 * Makefile.in (MAKEINFO): New parameter.
3327
94ec544d
DL
33281999-09-17 Richard Stallman <rms@gnu.org>
3329
3330 * Makefile.in (srcs): Add hash.texi.
3331 (VERSION): Update to 20.6.
3332
33331999-09-13 Richard Stallman <rms@gnu.org>
3334
3335 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
3336
33371998-08-29 Karl Heuer <kwzh@gnu.org>
3338
3339 * configure.in: New file.
3340 * Makefile.in: Renamed from Makefile.
3341 (prefix, infodir): Use value obtained from configure.
3342 (emacslibdir): Obsolete variable deleted.
3343 (dist): Distribute configure.in, configure, Makefile.in.
3344
33451998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
3346
3347 * Makefile (INSTALL_INFO): New variable.
3348 (install): Run install-info.
3349
33501998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
3351
3352 * Makefile (elisp.dvi): Add missing backslash.
3353
33541998-05-02 Richard Stallman <rms@psilocin.gnu.org>
3355
3356 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
3357 Run texindex without `./'. Always run texindex on elisp.tp.
3358 (elisp.tps): Target deleted.
3359
33601998-04-05 Richard Stallman <rms@psilocin.gnu.org>
3361
3362 * Makefile (srcs): Add nonascii.texi and customize.texi.
3363 (dist): Start by deleting `temp'.
3364
33651998-02-17 Richard Stallman <rms@psilocin.gnu.org>
3366
3367 * Makefile (makeinfo, texindex): Targets deleted.
3368 (makeinfo.o, texindex.o): Targets deleted.
3369 (clean, dist): Don't do anything with them or with getopt*.
3370
33711998-01-30 Richard Stallman <rms@psilocin.gnu.org>
3372
3373 * Makefile (SHELL): Defined.
3374
33751998-01-27 Richard Stallman <rms@psilocin.gnu.org>
3376
3377 * Makefile (elisp.tps): New target.
3378 (elisp.dvi): Depend on elisp.tps.
3379
3380Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
3381
3382 * README: Update phone number.
3383
3384 * Makefile (elisp): Make this be the default target.
3385 Depend on makeinfo.c instead of makeinfo.
3386 (install): Don't depend on elisp.dvi, since we don't install that.
3387 Use mkinstalldirs.
3388 (dist): Add mkinstalldirs.
3389
3390Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3391
3392 * Makefile (VERSION): Update version number.
3393 (maintainer-clean): Renamed from realclean.
3394
3395Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3396
3397 * Makefile (realclean): New target.
3398 (elisp): Remove any old elisp-* files first.
3399
3400Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
3401
d1f08d85
SM
3402 * Makefile (VERSION): New variable.
3403 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
3404 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
3405
3406Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3407
3408 * Makefile (elisp): Depend on makeinfo.
3409
3410Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
3411
d1f08d85 3412 * Makefile (srcs): Add anti.texi.
94ec544d
DL
3413
3414Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3415
3416 * Makefile (infodir, prefix): New vars.
3417 (install): Use infodir.
3418 (emacsinfodir): Deleted.
3419
3420Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3421
3422 * Makefile (srcs): Add calendar.texi.
3423
3424 * Makefile (dist): Copy texindex.c and makeinfo.c.
3425 Limit elisp-* files to those with one or two digits.
3426
3427Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3428
3429 * Makefile (dist): Changed to use Gzip instead of compress.
3430
3431Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3432
3433 * loading.texi (Unloading): define-function changed back to
3434 defalias. It may not stay this way, but at least it's
3435 consistent with the known-good version of the code patch.
3436
3437Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3438
3439 * modes.texi (Hooks): Document new optional arg of add-hook.
3440
3441Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3442
d1f08d85 3443 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
3444
3445 * tips.texi: Add new section on standard library headers.
3446
3447Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3448
3449 * Makefile (srcs): Add frame.texi to the list of sources.
3450
3451Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3452
3453 * Makefile (dist): Don't bother excluding autosave files; they'll
3454 never make it into the temp directory anyway, and the hash marks
3455 in the name are problematic for make and the Bourne shell.
dff28924 3456 (srcs):
94ec544d
DL
3457
3458Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3459
d1f08d85 3460 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
3461 the distribution tar file.
3462
dff28924 3463Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
3464
3465 * Makefile (srcs): Added index.perm.
3466 (elisp.dvi): Remove erroneous shell comment.
3467 Expect output of permute-index in permuted.fns.
3468 Save old elisp.aux in elisp.oaux.
3469 (clean): Added index.texi to be deleted.
3470
dff28924 3471Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3472
3473 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
3474
dff28924 3475Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
3476
3477 * files.texi: Noted that completion-ignored-extensions is ignored
3478 when making *Completions*.
3479
3480Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
3481
3482 * Makefile make dist now depends on elisp.dvi, since it tries
3483 to include it in the dist file.
3484
dff28924 3485Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
3486
3487 * functions.texinfo (Mapping Functions): Add missing quote
3488
dff28924 3489Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3490
3491 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
3492 (defunargs): Turn off \hyphenchar of \sl font temporarily.
3493
dff28924 3494Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3495
3496 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
3497 and @error{} are the terms now being used. The files in the
3498 directory have been changed to reflect this.
3499
d1f08d85 3500 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
3501 ` @result{}', using 5 spaces at the begining of the line.
3502
dff28924 3503Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3504
3505 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
3506 experimental @indentedresult{}, @indentedexpandsto{} are part of
3507 the texinfo.tex in this directory. These TeX macros are not
3508 stable yet.
3509
dff28924 3510Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3511
3512 * texinfo.tex: temporarily added
d1f08d85 3513 \let\result=\dblarrow
94ec544d
DL
3514 \def\error{{\it ERROR} \longdblarrow}
3515 We need to do this better soon.
3516
dff28924 3517Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3518
3519 * Applied Karl Berry's patches to *.texinfo files, but not to
3520 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
3521 new title page format is also not applied, since it requires
3522 texinfo.tex changes.)
3523
3524 * Cleaned up `Makefile' and defined the `emacslibdir' directory
3525 for the Project GNU development environment.
3526
ad050e54 3527;; Local Variables:
fd026ee1 3528;; coding: iso-2022-7bit
ad050e54 3529;; End:
2a34a036
GM
3530
3531 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
3532 Copying and distribution of this file, with or without modification,
3533 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
3534
3535;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda