(directory_files_internal_unwind, directory_files_internal)
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
c1105d05
MA
12005-08-31 Michael Albinus <michael.albinus@gmx.de>
2
3 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4
62929713
RS
52005-08-29 Richard M. Stallman <rms@gnu.org>
6
7 * elisp.texi (Top): Update subnode menu.
8
9 * searching.texi (Searching and Matching): Move node.
10 Rearrange contents and add overall explanation.
11 (Searching and Case): Move node.
12 (Searching and Matching): Update menu.
13
0fb57cc0
EZ
142005-08-27 Eli Zaretskii <eliz@gnu.org>
15
16 * os.texi (Startup Summary): Fix the description of the initial
17 startup message display.
18
3e80c4c1
RS
192005-08-25 Richard M. Stallman <rms@gnu.org>
20
21 * searching.texi (Search and Replace): Add replace-regexp-in-string.
22
232005-08-25 Emilio C. Lopes <eclig@gmx.net>
24
25 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
26 `next-overlay-change' example.
c1105d05 27
79a8defb
JL
282005-08-22 Juri Linkov <juri@jurta.org>
29
30 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
31 Fix invert-face. Fix args of face-background.
32
16691d29
JL
33 * display.texi (Standard Faces): Delete node.
34 (Faces): Add xref to `(emacs)Standard Faces'.
35 (Displaying Faces): Fix xref to `Standard Faces'.
36
37 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
38
217b694f
EZ
392005-08-20 Alan Mackenzie <acm@muc.de>
40
41 * buffers.texi (The Buffer List): Clarify the manipulation of the
42 buffer list.
43
0bf14bfd
RS
442005-08-14 Richard M. Stallman <rms@gnu.org>
45
7ad1498e
AS
46 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
47 a regexp.
0bf14bfd 48
c118d09e
RS
492005-08-11 Richard M. Stallman <rms@gnu.org>
50
59cb8c23
RS
51 * elisp.texi (Top): Update subnode lists.
52
53 * display.texi (Inverse Video): Node deleted.
54
c118d09e
RS
55 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
56 New nodes split out of Coding Conventions.
57
58 * searching.texi (Regular Expressions): Document re-builder.
59
60 * os.texi (Time Parsing): New node split out of Time Conversion.
61
62 * processes.texi (Misc Network, Network Feature Testing)
63 (Network Options, Make Network): New nodes split out of
64 Low-Level Network.
65
67ec7f41
RS
662005-08-09 Richard M. Stallman <rms@gnu.org>
67
76d47f0d
RS
68 * frames.texi (Geometry): New node, split from Size and Position.
69 (Frame Parameters): Refer to Geometry.
70
67ec7f41 71 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 72
67ec7f41
RS
73 * windows.texi (Splitting Windows): Fix xref.
74
75 * frames.texi (Layout Parameters): Add xref.
76
77 * display.texi (Line Height, Scroll Bars): Fix xrefs.
78
79 * keymaps.texi (Menu Bar): Fix xref.
80
81 * locals.texi (Standard Buffer-Local Variables): Fix xref.
82
83 * modes.texi (%-Constructs): Fix xref.
84
85 * frames.texi (Window Frame Parameters): Node split up.
86 (Basic Parameters, Position Parameters, Size Parameters)
87 (Layout Parameters, Buffer Parameters, Management Parameters)
88 (Cursor Parameters, Color Parameters): New subnodes.
89
adb5e445
LT
902005-08-09 Luc Teirlinck <teirllm@auburn.edu>
91
92 * positions.texi (Screen Lines): Update xref for previous change
93 in minibuf.texi.
94
95 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
96 change in minibuf.texi.
97
61298e17
RS
982005-08-09 Richard M. Stallman <rms@gnu.org>
99
100 * tips.texi (Coding Conventions): Minor cleanup.
101
102 * modes.texi (Defining Minor Modes): Explain when init-value
103 can be non-nil.
104
105 * elisp.texi (Top): Update submenu for Minibuffer.
106
107 * minibuf.texi (Minibuffer Misc): Node split up.
108 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
109 (Recursive Mini): New nodes split out from Minibuffer Misc.
110 (Minibuffer Misc): Document max-mini-window-height.
111
112 * hash.texi (Defining Hash): Delete stray paren in example.
113
114 * display.texi (Echo Area Customization): Don't define
115 max-mini-window-height here; xref instead.
116
117 * commands.texi (Event Input Misc): Update while-no-input.
118
119 * advice.texi (Advising Functions): Explain when to use advice
120 and when to use a hook.
121
43e124e6
EZ
1222005-07-30 Eli Zaretskii <eliz@gnu.org>
123
124 * makefile.w32-in (info): Don't run install-info.
125 ($(infodir)/dir): New target, produced by running install-info.
126
653aea22
LT
1272005-07-27 Luc Teirlinck <teirllm@auburn.edu>
128
129 * modes.texi (Defining Minor Modes): The keyword for the initial
130 value is :init-value, not :initial-value.
131
ba6ebbd5
EZ
1322005-07-23 Eli Zaretskii <eliz@gnu.org>
133
134 * loading.texi (Autoload): Make the `doctor' example be consistent
135 with what's in current loaddefs.el. Describe the "fn" magic in
136 the usage portion of the doc string.
137
6696f2a4
RS
1382005-07-22 Richard M. Stallman <rms@gnu.org>
139
140 * internals.texi (Garbage Collection): Clarify previous change.
141
0c17e67c
SM
1422005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * internals.texi (Garbage Collection): Add gc-cons-percentage.
145
426179e1
JL
1462005-07-18 Juri Linkov <juri@jurta.org>
147
148 * commands.texi (Accessing Events):
149 * frames.texi (Text Terminal Colors, Resources):
150 * markers.texi (The Mark):
151 * modes.texi (Defining Minor Modes):
152 Delete duplicate duplicate words.
153
9b0c2c56
RS
1542005-07-16 Richard M. Stallman <rms@gnu.org>
155
156 * display.texi (Managing Overlays): Clarify make-overlay
157 args for insertion types.
158
fd90b80c
LT
1592005-07-13 Luc Teirlinck <teirllm@auburn.edu>
160
0c17e67c
SM
161 * customize.texi (Variable Definitions):
162 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
163 `standard-value' is a list too.
164 (Defining New Types): Use @key{RET} instead of @key{ret}.
165
37aa90e5
TTN
1662005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
167
168 * os.texi (Translating Input): Fix typo.
169
917e0c95
RS
1702005-07-08 Richard M. Stallman <rms@gnu.org>
171
172 * README: Update edition number and size estimate.
173
174 * elisp.texi (VERSION): Set to 2.9.
175
7d90e71d
RS
1762005-07-07 Richard M. Stallman <rms@gnu.org>
177
c330dafe
RS
178 * book-spine.texinfo: Update Emacs version.
179
7d90e71d
RS
180 * display.texi (Inverse Video): Delete mode-line-inverse-video.
181
dc2204be
RS
1822005-07-06 Richard M. Stallman <rms@gnu.org>
183
184 * searching.texi (Regexp Search): Clarify what re-search-forward
185 does when the search fails.
186
a0ec7a4a
LK
1872005-07-05 Lute Kamstra <lute@gnu.org>
188
dc2204be 189 * Update FSF's address in GPL notices.
a0ec7a4a
LK
190
191 * doclicense.texi (GNU Free Documentation License):
192 * gpl.texi (GPL):
193 * tips.texi (Coding Conventions, Library Headers):
194 * vol1.texi:
195 * vol2.texi: Update FSF's address.
196
4af33176
RS
1972005-07-04 Richard M. Stallman <rms@gnu.org>
198
199 * hooks.texi (Standard Hooks): Add occur-hook.
200
b3ab615b
LT
2012005-07-03 Luc Teirlinck <teirllm@auburn.edu>
202
203 * display.texi (The Echo Area): Correct menu.
204
3d393029
RS
2052005-07-03 Richard M. Stallman <rms@gnu.org>
206
7fe48b75
RS
207 * elisp.texi (Top): Update subnode menu for Display.
208
209 * display.texi (Displaying Messages): New node, with most
210 of what was in The Echo Area.
211 (Progress): Moved under The Echo Area.
212 (Logging Messages): New node with new text.
213 (Echo Area Customization): New node, the rest of what was
214 in The Echo Area. Document message-truncate-lines with @defvar.
215 (Display): Update menu.
216
3d393029
RS
217 * windows.texi (Textual Scrolling): Doc 3 values for
218 scroll-preserve-screen-position.
219
220 * text.texi (Special Properties): Change hook functions
221 should bind inhibit-modification-hooks around altering buffer text.
222
223 * keymaps.texi (Key Binding Commands): Call binding BINDING
224 rather than DEFINITION.
225
b26860ad
JB
2262005-06-29 Juanma Barranquero <lekktu@gmail.com>
227
228 * variables.texi (Defining Variables): `user-variable-p' returns t
229 for aliases of user options, nil for alias loops.
230
025691ed
RS
2312005-06-28 Richard M. Stallman <rms@gnu.org>
232
233 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
234 make-keymap.
235
b61bfa4d
LT
2362005-06-27 Luc Teirlinck <teirllm@auburn.edu>
237
238 * variables.texi (Setting Variables): Correct and clarify
239 description of `add-to-ordered-list'.
240
24ee714d
RS
2412005-06-26 Richard M. Stallman <rms@gnu.org>
242
243 * display.texi (Faces): Minor cleanup.
244
33b79ce4
LT
2452005-06-25 Luc Teirlinck <teirllm@auburn.edu>
246
247 * display.texi (Faces): `facep' returns t for strings that are
248 face names.
249
df13531d
RS
2502005-06-25 Richard M. Stallman <rms@gnu.org>
251
252 * objects.texi (Equality Predicates): Clarify meaning of equal.
253
254 * windows.texi (Selecting Windows): save-selected-window
255 and with-selected-window save and restore the current buffer.
256
cf444441
RS
2572005-06-24 Richard M. Stallman <rms@gnu.org>
258
259 * numbers.texi (Float Basics): Explain how to test for NaN,
260 and printing the sign of NaNs.
261
6cdd056d
EZ
2622005-06-24 Eli Zaretskii <eliz@gnu.org>
263
264 * makefile.w32-in (MAKEINFO): Use --force.
265
b93e3c3b
RS
2662005-06-23 Richard M. Stallman <rms@gnu.org>
267
268 * display.texi (Face Functions): Correct Texinfo usage.
269
6fb276bd
LT
2702005-06-23 Luc Teirlinck <teirllm@auburn.edu>
271
272 * lists.texi (Rings): `ring-elements' now returns the elements of
273 RING in order.
274
1d1c7e75
JB
2752005-06-23 Juanma Barranquero <lekktu@gmail.com>
276
277 * markers.texi (The Mark): Texinfo usage fix.
278
9d12e52b
KS
2792005-06-23 Kim F. Storm <storm@cua.dk>
280
281 * searching.texi (Entire Match Data): Remove evaporate option for
282 match-data. Do not mention evaporate option for set-match-data.
283
6d44324c
GM
2842005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
285
286 * display.texi (Face Functions): Mention face aliases.
287
80df27a7
RS
2882005-06-21 Richard M. Stallman <rms@gnu.org>
289
290 * anti.texi (Antinews): Texinfo usage fix.
291
e121563b
KB
2922005-06-21 Karl Berry <karl@gnu.org>
293
9d7d543c
KB
294 * elisp.texi: Use @copying.
295
e121563b
KB
296 * elisp.texi: Put @summarycontents and @contents before the Top
297 node, instead of the end of the file, so that the contents appear
298 in the right place in the dvi/pdf output.
299
36a3b076
JL
3002005-06-21 Juri Linkov <juri@jurta.org>
301
302 * display.texi (Defining Faces): Add `customized-face'.
303
5c796e80
KS
3042005-06-20 Kim F. Storm <storm@cua.dk>
305
b7d1f38f
KS
306 * variables.texi (Setting Variables): Any type of element can be
307 given order in add-to-ordered-list. Compare elements with eq.
308
5c796e80
KS
309 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
310
fb056bef
KB
3112005-06-20 Karl Berry <karl@gnu.org>
312
313 * syntax.texi (Syntax Flags): Make last column very slightly wider
314 to avoid "generic comment" breaking on two lines and causing an
315 underfull box.
316
84398baa
LT
3172005-06-19 Luc Teirlinck <teirllm@auburn.edu>
318
319 * lists.texi (Rings): Various minor clarifications and corrections.
320
07ff1e4b
RS
3212005-06-18 Richard M. Stallman <rms@gnu.org>
322
323 * functions.texi (Obsolete Functions): Simplify.
324
325 * variables.texi (Variable Aliases): Simplify.
326
327 * anti.texi, backups.texi, compile.texi, customization.texi:
328 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
329 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
330 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
331 * variables.texi: Fix formatting ugliness.
332
333 * elisp.texi: Add links to Rings and Byte Packing.
334 Update version and copyright years.
335
336 * minibuf.texi: Fix formatting ugliness.
337 (Completion Commands): Move keymap vars to the end
338 and vars completing-read binds to the top.
339
3f7fab24
LT
3402005-06-17 Luc Teirlinck <teirllm@auburn.edu>
341
342 * processes.texi: Fix typos.
343 (Bindat Spec): Correct Texinfo error.
926c4c9b 344 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 345
f19b57e3
RS
3462005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
347
348 * lists.texi (Rings): New node.
349 (Lists): Add it to menu.
350
a80c5da7 351 * processes.texi (Byte Packing): New node.
f19b57e3
RS
352 (Processes): Add it to menu.
353
3542005-06-17 Richard M. Stallman <rms@gnu.org>
355
356 * syntax.texi (Parsing Expressions): Fix texinfo usage.
357
358 * help.texi (Documentation Basics): Explain the xref to
359 Documentation Tips.
360
361 * debugging.texi (Debugger Commands): Minor fix.
362
67c1390d
LT
3632005-06-16 Luc Teirlinck <teirllm@auburn.edu>
364
365 * edebug.texi (Instrumenting): Eliminate duplicate link.
366 (Specification List): Replace references to "below", referring to
367 a later node, with one @ref to that node.
368
369 * os.texi (Timers): Timers should save and restore the match data
370 if they change it.
371
372 * debugging.texi (Debugger Commands): Mention that the Lisp
373 debugger can not step through primitive functions.
374
51cd2a8c
JB
3752005-06-16 Juanma Barranquero <lekktu@gmail.com>
376
377 * functions.texi (Obsolete Functions): Update argument names of
378 `make-obsolete' and `define-obsolete-function-alias'.
379
380 * variables.texi (Variable Aliases): Update argument names of
381 `defvaralias', `make-obsolete-variable' and
382 `define-obsolete-variable-alias'.
383
f5e6ac4a
KS
3842005-06-15 Kim F. Storm <storm@cua.dk>
385
386 * searching.texi (Entire Match Data): Rephrase warnings about
387 evaporate arg to match-data and set-match-data.
388
fe2a9972
LT
3892005-06-14 Luc Teirlinck <teirllm@auburn.edu>
390
67774855
LT
391 * elisp.texi (Top): Update detailed menu.
392
fe2a9972
LT
393 * edebug.texi (Edebug): Update menu.
394 (Instrumenting): Update xrefs.
395 (Edebug Execution Modes): Correct xref.
396 (Jumping): Clarify description of `h' command.
397 Eliminate redundant @ref.
398 (Breaks): New node.
399 (Breakpoints): is now a subsubsection.
400 (Global Break Condition): Mention `C-x X X'.
401 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
402 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
403 (Edebug Display Update): Correct pxref.
404 (Edebug and Macros): New node.
405 (Instrumenting Macro Calls): Is now a subsubsection.
406 Neither arg of `def-edebug-spec' is evaluated.
407 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
408 (Specification Examples): Fix typo.
409
b59f605b
LK
4102005-06-14 Lute Kamstra <lute@gnu.org>
411
412 * debugging.texi (Function Debugging): Primitives can break on
413 entry too.
414
a5c99dc9
KS
4152005-06-14 Kim F. Storm <storm@cua.dk>
416
417 * variables.texi (Setting Variables): Add add-to-ordered-list.
418
f99ed2f8
SM
4192005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * syntax.texi (Parsing Expressions): Document aux functions and vars of
422 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
423
9d42ffaa
LK
4242005-06-13 Lute Kamstra <lute@gnu.org>
425
426 * text.texi (Special Properties): Fix cross reference.
427
32cc0b00
LT
4282005-06-11 Luc Teirlinck <teirllm@auburn.edu>
429
430 * debugging.texi (Function Debugging): Delete mention of empty
431 string argument to `cancel-debug-on-entry'. Delete inaccurate
432 description of the return value of that command.
433
98d1a1cf
EZ
4342005-06-11 Alan Mackenzie <acm@muc.de>
435
436 * text.texi (Adaptive Fill): Amplify the description of
437 fill-context-prefix.
438
4b53b8d7
LT
4392005-06-10 Luc Teirlinck <teirllm@auburn.edu>
440
84398baa 441 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 442
b5305167
SM
4432005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * syntax.texi (Parsing Expressions): Document syntax-ppss.
446
9bd4c3ad
LT
4472005-06-10 Luc Teirlinck <teirllm@auburn.edu>
448
449 * debugging.texi (Error Debugging): Minor rewording.
450 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
451 is optional.
452
257914aa
LK
4532005-06-10 Lute Kamstra <lute@gnu.org>
454
b5305167 455 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
456 (Top): Give it a title. Correct version number. Give the
457 detailed node listing a more prominent header.
b5305167
SM
458 * intro.texi: Don't set VERSION here a second time.
459 Mention Emacs's version too.
257914aa
LK
460 * anti.texi (Antinews): Use EMACSVER to refer to the current
461 version of Emacs.
462
b7aae902
KS
4632005-06-09 Kim F. Storm <storm@cua.dk>
464
465 * searching.texi (Entire Match Data): Explain new `reseat' argument to
466 match-data and set-match-data.
467
99598737
RS
4682005-06-08 Richard M. Stallman <rms@gnu.org>
469
470 * searching.texi (Entire Match Data): Clarify when match-data
471 returns markers and when integers.
472
473 * display.texi (Defining Faces): Explain that face name should not
474 end in `-face'.
475
476 * modes.texi (Mode Line Data): Minor cleanup.
477 (Customizing Keywords): Node split out of Search-based Fontification.
478 Add example of using font-lock-add-keywords from a hook.
479 Clarify when MODE should be non-nil, and when nil.
480
4812005-06-06 Richard M. Stallman <rms@gnu.org>
482
483 * modes.texi (Mode Line Data): Explain what happens when the car
484 of a list is a void symbol.
485 (Search-based Fontification): Explain MODE arg to
486 font-lock-add-keywords and warn about calls from major modes.
487
ecc8893a
JL
4882005-06-08 Juri Linkov <juri@jurta.org>
489
490 * display.texi (Standard Faces): Add `shadow' face.
491
7fa9f4eb
LT
4922005-05-29 Luc Teirlinck <teirllm@auburn.edu>
493
494 * modes.texi (Major Mode Conventions): A derived mode only needs
495 to put the call to the parent mode inside `delay-mode-hooks'.
496
bebcc4b1
RS
4972005-05-29 Richard M. Stallman <rms@gnu.org>
498
c16b1394
RS
499 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
500 new, and what that implies. Clarify.
501
502 * files.texi (Locating Files): Clean up the text.
503
bebcc4b1
RS
504 * frames.texi (Window Frame Parameters): Document user-size.
505 Shorten entry for top by referring to left.
506
5072005-05-26 Richard M. Stallman <rms@gnu.org>
508
509 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
510 is new, and what the implications are. Other clarifications.
511
217797bc
RS
5122005-05-24 Richard M. Stallman <rms@gnu.org>
513
514 * frames.texi (Dialog Boxes): Minor fixes.
515
3565fe07
MY
5162005-05-25 Masatake YAMATO <jet@gyve.org>
517
518 * display.texi (Standard Faces): Write about `mode-line-highlight'.
519
817089df
LT
5202005-05-24 Luc Teirlinck <teirllm@auburn.edu>
521
522 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
523 is optional.
524
cb5db137
NR
5252005-05-24 Nick Roberts <nickrob@snap.net.nz>
526
527 * frames.texi (Dialog Boxes): Descibe new optional argument.
528
3c8572f5
LK
5292005-05-23 Lute Kamstra <lute@gnu.org>
530
531 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
532 syntax-begin-function over font-lock-beginning-of-syntax-function.
533
2a4d7cb3
LT
5342005-05-21 Luc Teirlinck <teirllm@auburn.edu>
535
71f800cf
LT
536 * minibuf.texi (Reading File Names): Update description of
537 `read-directory-name'.
538
2a4d7cb3
LT
539 * modes.texi (Derived Modes): Clarify :group keyword.
540
bb4afd09
EZ
5412005-05-21 Eli Zaretskii <eliz@gnu.org>
542
b5305167
SM
543 * files.texi (Locating Files): New subsection.
544 Describe locate-file and executable-find.
bb4afd09 545
a2c9aee6
EZ
5462005-05-21 Kevin Ryde <user42@zip.com.au>
547
548 * frames.texi (Initial Parameters): Update cross reference to
549 "Emacs Invocation".
550
6900105f
LT
5512005-05-19 Luc Teirlinck <teirllm@auburn.edu>
552
ca1b0914
LT
553 * keymaps.texi (Active Keymaps): Add anchor.
554
6900105f
LT
555 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
556 (Major Mode Conventions): Refer to `Auto Major Mode' in more
557 appropriate place.
558 (Derived Modes): Small clarifications.
b5305167
SM
559 (Minor Mode Conventions, Keymaps and Minor Modes):
560 Replace references to nodes with references to anchors.
6900105f
LT
561 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
562 Clarify description of lists whose first element is an integer.
563 (Mode Line Variables): Add anchor.
564 (%-Constructs): Clarify description of integer after %.
565 (Emulating Mode Line): Describe nil value for FACE.
566
54d06364
LT
5672005-05-18 Luc Teirlinck <teirllm@auburn.edu>
568
569 * modes.texi (Derived Modes): Correct references to non-existing
570 variable standard-syntax-table.
571
f8d0b769
LK
5722005-05-17 Lute Kamstra <lute@gnu.org>
573
574 * modes.texi (Defining Minor Modes): Mention the mode hook.
575
294c599c
KS
5762005-05-15 Kim F. Storm <storm@cua.dk>
577
578 * processes.texi (Network): Remove open-network-stream-nowait.
579 (Network Servers): Remove open-network-stream-server.
580
4214af69
LT
5812005-05-15 Luc Teirlinck <teirllm@auburn.edu>
582
583 * elisp.texi (Top): Update detailed menu.
584
585 * variables.texi: Reorder nodes.
586 (Variables): Update menu.
587 (File Local Variables): Do not refer to the `-*-' line as
588 a "local variables list". Add pxref.
589
302691ab
LT
5902005-05-14 Luc Teirlinck <teirllm@auburn.edu>
591
56d4215a
LT
592 * elisp.texi (Top): Update detailed menu for node changes.
593
302691ab
LT
594 * modes.texi (Modes): Update Menu.
595 (Hooks): Move to beginning of chapter.
596 Most minor modes run mode hooks too.
597 `add-hook' can handle void hooks or hooks whose value is a single
598 function.
599 (Major Modes): Update Menu.
600 (Major Mode Basics): New node, split off from `Major Modes'.
601 (Major Mode Conventions): Correct xref. Explain how to handle
602 auto-mode-alist if the major mode command has an autoload cookie.
603 (Auto Major Mode): Major update. Add magic-mode-alist.
604 (Derived Modes): Major update.
605 (Mode Line Format): Update Menu.
606 (Mode Line Basics): New node, split off from `Mode Line Format'.
607
608 * loading.texi (Autoload): Mention `autoload cookie' as synonym
609 for `magic autoload comment'. Add index entries and anchor.
610
d06ba294
RS
6112005-05-14 Richard M. Stallman <rms@gnu.org>
612
613 * tips.texi (Coding Conventions): Explain how important it is
614 that just loading certain files not change Emacs behavior.
615
616 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
617
405cb12a
LK
6182005-05-12 Lute Kamstra <lute@gnu.org>
619
19958124
LK
620 * modes.texi (Generic Modes): Update.
621 (Major Modes): Refer to node "Generic Modes".
622
405cb12a
LK
623 * elisp.texi (Top): Update to the current structure of the manual.
624 * processes.texi (Processes): Add menu description.
625 * customize.texi (Customization): Add menu descriptions.
626
f714dd1b
TTN
6272005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
628
cc9442f2
TTN
629 * processes.texi (Signals to Processes)
630 (Low-Level Network): Fix typos.
f714dd1b 631
36ad23ec
LK
6322005-05-11 Lute Kamstra <lute@gnu.org>
633
634 * elisp.texi (Top): Add some nodes from the chapter "Major and
635 Minor Modes" to the detailed node listing.
636
d101bf56
RS
6372005-05-10 Richard M. Stallman <rms@gnu.org>
638
639 * keymaps.texi (Extended Menu Items): Menu item filter functions
640 can be called at any time.
641
698b0510
LT
6422005-05-08 Luc Teirlinck <teirllm@auburn.edu>
643
644 * variables.texi (File Local Variables): `(hack-local-variables t)'
645 now also checks whether a mode is specified in the local variables
646 list.
647
2c6b25c7
EZ
6482005-05-05 Kevin Ryde <user42@zip.com.au>
649
650 * display.texi (The Echo Area): Correct format function cross
651 reference.
652
643b4cf5
LT
6532005-05-05 Luc Teirlinck <teirllm@auburn.edu>
654
655 * variables.texi (Variable Aliases): Change description of
656 `define-obsolete-variable-alias'.
657
658 * functions.texi (Functions): Add "Obsolete Functions" to menu.
659 (Defining Functions): Add xref.
660 (Obsolete Functions): New node.
661 (Function Safety): Standardize capitalization of section title.
662
663 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
664 (Dialog Boxes): Complete description of `x-popup-dialog'.
665
053bc8e4
RS
6662005-05-04 Richard M. Stallman <rms@gnu.org>
667
668 * commands.texi (Interactive Codes): Fix Texinfo usage.
669 Document U more clearly.
670
f6b1b15a
LT
6712005-05-01 Luc Teirlinck <teirllm@auburn.edu>
672
3b925015
LT
673 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
674 function and not a macro.
675
f6b1b15a
LT
676 * frames.texi (Pop-Up Menus): Correct and clarify description of
677 `x-popup-menu'.
678 (Dialog Boxes): Clarify description of `x-popup-dialog'.
679
ebbfa918
RS
6802005-05-01 Richard M. Stallman <rms@gnu.org>
681
682 * edebug.texi (Checking Whether to Stop): Fix previous change.
683
abe2f96e
LT
6842005-05-01 Luc Teirlinck <teirllm@auburn.edu>
685
d6028ef2
LT
686 * display.texi: Fix typos and Texinfo usage.
687
abe2f96e
LT
688 * edebug.texi (Checking Whether to Stop): executing-macro ->
689 executing-kbd-macro.
690
b2cfb30b
RS
6912005-05-01 Richard M. Stallman <rms@gnu.org>
692
693 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
694
7e995a23
RS
6952005-04-30 Richard M. Stallman <rms@gnu.org>
696
697 * files.texi (Magic File Names): Document `operations' property.
698
57efa539
LK
6992005-04-29 Lute Kamstra <lute@gnu.org>
700
701 * modes.texi (Generic Modes): New node.
702 (Major Modes): Add it to the menu.
703 (Derived Modes): Add "derived mode" to concept index.
704
0a20b1dc
LK
7052005-04-28 Lute Kamstra <lute@gnu.org>
706
707 * modes.texi (Defining Minor Modes): Fix previous change.
708 (Font Lock Mode): Simplify.
709 (Font Lock Basics): Say that font-lock-defaults is buffer-local
710 when set and that some parts are optional. Add cross references.
711 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
712 Add cross references. Add font-lock-multiline to index.
713 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 714 Lock Variables". Document font-lock-add-keywords and
b5305167 715 font-lock-remove-keywords.
0a20b1dc
LK
716 (Other Font Lock Variables): Move font-lock-keywords-only,
717 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
718 and font-lock-syntactic-face-function to node "Syntactic Font
719 Lock". Move font-lock-keywords-case-fold-search to node
720 "Search-based Fontification". Document font-lock-inhibit-thing-lock
721 and font-lock-{,un}fontify-{buffer,region}-function.
722 (Precalculated Fontification): Remove reference to deleted variable
723 font-lock-core-only.
724 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
725 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
726 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
727 and font-lock-syntactic-face-function here from node "Other Font
728 Lock Variables". Move font-lock-syntactic-keywords to "Setting
729 Syntax Properties". Add cross references.
b5305167
SM
730 (Setting Syntax Properties): New node.
731 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
732 * syntax.texi (Syntax Properties): Add cross reference.
733 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
734
68a94f5a
RS
7352005-04-26 Richard M. Stallman <rms@gnu.org>
736
737 * display.texi (Defining Faces):
738 Document `default' elements of defface spec.
739
740 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
741
742 * variables.texi (Variable Aliases): Clarify text.
743
7442005-04-25 Chong Yidong <cyd@stupidchicken.com>
745
746 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
747
7f48f143
LT
7482005-04-25 Luc Teirlinck <teirllm@auburn.edu>
749
750 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
751
45d2f8e8
EZ
7522005-04-24 Eli Zaretskii <eliz@gnu.org>
753
f3714ab2
EZ
754 * syntax.texi (Syntax Table Internals): Elaborate documentation of
755 syntax-after and syntax-class.
756
45d2f8e8 757 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
758 (Unique File Names): Don't mention "numbers" in the documentation
759 of make-temp-file and make-temp-name.
45d2f8e8 760
469bc679
RS
7612005-04-23 Richard M. Stallman <rms@gnu.org>
762
763 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
764
c9fa5dc9
RS
7652005-04-22 Nick Roberts <nickrob@snap.net.nz>
766
767 * windows.texi (Cyclic Window Ordering): Clarify window-list.
768
230e1e80
NR
7692005-04-22 Nick Roberts <nickrob@snap.net.nz>
770
771 * variables.texi (Variable Aliases): Describe make-obsolete-variable
772 and define-obsolete-variable-alias.
773
1ba52906
KS
7742005-04-22 Kim F. Storm <storm@cua.dk>
775
776 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
777 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
778
9721d904
LK
7792005-04-21 Lute Kamstra <lute@gnu.org>
780
781 * lists.texi (Association Lists): Document rassq-delete-all.
782
ed35c736
RS
7832005-04-19 Richard M. Stallman <rms@gnu.org>
784
785 * modes.texi (Search-based Fontification): Explain that
786 facespec is an expression to be evaluated.
787
42fc00a4
RS
7882005-04-19 Kevin Ryde <user42@zip.com.au>
789
b5305167 790 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
791 * strings.texi (String Conversion): Fix xref.
792
5827e9d4
KS
7932005-04-19 Kim F. Storm <storm@cua.dk>
794
795 * symbols.texi (Symbol Plists): Add safe-get.
796 Mention that `get' may signal an error.
797
47872da9
NR
7982005-04-18 Nick Roberts <nickrob@snap.net.nz>
799
800 * customize.texi (Variable Definitions): Replace tooltip-mode
801 example with save-place.
802
ec0cf966
RS
8032005-04-17 Richard M. Stallman <rms@gnu.org>
804
805 * buffers.texi (Indirect Buffers): Clarify.
806
807 * positions.texi (Positions): Clarify converting marker to integer.
808
809 * strings.texi (String Basics): Mention string-match; clarify.
810
199bb209
LK
8112005-04-08 Lute Kamstra <lute@gnu.org>
812
813 * modes.texi (Search-based Fontification): Fix cross references.
814 Use consistent terminology. Document anchored highlighting.
815
bfa54668
LK
8162005-04-05 Lute Kamstra <lute@gnu.org>
817
818 * modes.texi (Defining Minor Modes): Document :group keyword
819 argument and its default value.
820
07e5fb9e
LK
8212005-04-03 Lute Kamstra <lute@gnu.org>
822
823 * hooks.texi (Standard Hooks): Add some hooks. Add cross
824 references and/or descriptions. Delete major mode hooks; mention
825 them as a category instead. Rename or delete obsolete hooks.
826
aa945b59
RS
8272005-04-02 Richard M. Stallman <rms@gnu.org>
828
829 * nonascii.texi (Coding System Basics): Another wording cleanup.
830
8b918214
RS
8312005-04-01 Richard M. Stallman <rms@gnu.org>
832
833 * nonascii.texi (Coding System Basics): Clarify previous change.
834
41639988
KH
8352005-04-01 Kenichi Handa <handa@m17n.org>
836
837 * nonascii.texi (Coding System Basics): Describe about rondtrip
838 identity of coding systems.
839
8e669bbd
RS
8402005-03-29 Chong Yidong <cyd@stupidchicken.com>
841
842 * text.texi (Buffer Contents): Add filter-buffer-substring and
843 buffer-substring-filters.
844
f60a6f87
RS
8452005-03-26 Chong Yidong <cyd@stupidchicken.com>
846
847 * anti.texi (Antinews): Mention `G' interactive code.
848
849 * tips.texi (Compilation Tips): Mention benchmark.el.
850
aaac1251
LT
8512005-03-27 Luc Teirlinck <teirllm@auburn.edu>
852
853 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
854 is now bound to M-o M-o.
855
856 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
857
45325173
GM
8582005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
859
860 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
861 in the Emacs Manual).
862 * Makefile.in (srcs): Remove calendar.texi.
863 * makefile.w32-in (srcs): Remove calendar.texi.
864 * display.texi (Display): Change name of next node.
865 * os.texi (System In): Change name of previous node.
866 * elisp.texi (Top): Remove Calendar references.
867 * vol1.texi (Top): Remove Calendar references.
868 * vol2.texi (Top): Remove Calendar references.
869
85df292e
RS
8702005-03-25 Richard M. Stallman <rms@gnu.org>
871
45325173 872 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
873 Cleanup previous change.
874
8752005-03-25 Chong Yidong <cyd@stupidchicken.com>
876
877 * display.texi (Face Attributes): Faces earlier in an :inherit
878 list take precedence.
879 (Scroll Bars): Fix description of vertical-scroll-bars.
880 Document frame-current-scroll-bars and window-current-scroll-bars.
881
882 * markers.texi (The Mark): Document temporary Transient Mark mode.
883
b5305167
SM
884 * minibuf.texi (Reading File Names):
885 Document read-file-name-completion-ignore-case.
85df292e
RS
886
887 * positions.texi (Screen Lines): Document nil for width argument
888 to compute-motion.
889
1fe54d69
KS
8902005-03-23 Kim F. Storm <storm@cua.dk>
891
892 * display.texi (Standard Faces): Other faces used in the fringe
893 implicitly inherits from the fringe face.
894 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
895 properties implicitly inherits from fringe face.
896 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
897
a775dff4
RS
8982005-03-20 Chong Yidong <cyd@stupidchicken.com>
899
900 * display.texi (Invisible Text): State default value of
901 line-move-ignore-invisible.
902 (Managing Overlays): Document remove-overlays.
903 (Standard Faces): Document escape-glyph face.
904
b5305167 905 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 906
b5305167
SM
907 * modes.texi (Other Font Lock Variables):
908 Document font-lock-lines-before.
a775dff4
RS
909
910 * positions.texi (Skipping Characters): skip-chars-forward allows
911 character classes.
912
077f7085
LK
9132005-03-18 Lute Kamstra <lute@gnu.org>
914
915 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
916
d69ea7ab
RS
9172005-03-17 Richard M. Stallman <rms@gnu.org>
918
c7bd5d57
RS
919 * text.texi (Undo): Document extensible undo entries.
920
d69ea7ab
RS
921 * searching.texi (String Search, Regexp Search, Regexp Search):
922 Cleanups.
923
924 * nonascii.texi (Character Codes): Minor fix.
925
926 * display.texi (Display Property): Explain the significance
927 of having text properties that are eq.
928 (Other Display Specs): Explain string as display spec.
929
930 * commands.texi (Interactive Codes): Document G option.
931
9322005-03-17 Chong Yidong <cyd@stupidchicken.com>
933
934 * text.texi (Filling): Add sentence-end-without-period and
935 sentence-end-without-space.
936 (Changing Properties): Minor fix.
937
938 * anti.texi: Total rewrite.
939
a7679889
LK
9402005-03-15 Lute Kamstra <lute@gnu.org>
941
942 * edebug.texi (Instrumenting Macro Calls): Fix typos.
943
6eb8e247
KS
9442005-03-08 Kim F. Storm <storm@cua.dk>
945
946 * display.texi (Specified Space): Property :width is support on
947 non-graphic terminals, :height is not.
948
bfa8be14
RS
9492005-03-07 Richard M. Stallman <rms@gnu.org>
950
951 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
952 Now subnodes of Fringes.
953 (Overlay Arrow): Document overlay-arrow-variable-list.
954 (Fringe Size/Pos): New node, broken out of Fringes.
955 (Display): Explain clearing vs redisplay better.
956 (Truncation): Clarify use of bitmaps.
957 (The Echo Area): Clarify the uses of the echo area.
958 Add max-mini-window-height.
959 (Progress): Clarify.
960 (Invisible Text): Explain that main loop moves point out.
961 (Selective Display): Say "hidden", not "invisible".
b5305167 962 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
963 (Overlay Properties): Clarify intro.
964 (Finding Overlays): Explain return values when nothing found.
965 (Width): truncate-string-to-width has added arg.
966 (Displaying Faces): Clarify and update mode line face handling.
967 (Face Functions): Minor cleanup.
b5305167 968 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
969 (Pixel Specification, Other Display Specs): Minor cleanups.
970 (Images, Image Descriptors): Minor cleanups.
971 (GIF Images): Patents have expired.
972 (Showing Images): Explain default text for insert-image.
b5305167 973 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
974 (Making Buttons): Explain return values.
975 (Button Buffer Commands): Add xref.
976 (Inverse Video): Update mode-line-inverse-video.
977 (Display Table Format): Clarify.
978 (Active Display Table): Give defaults for window-display-table.
979
980 * calendar.texi (Calendar Customizing): calendar-holiday-marker
981 and calendar-today-marker are strings, not chars.
982 (Holiday Customizing): Minor fix.
983
bfa8be14
RS
984 * internals.texi (Writing Emacs Primitives): Update `or' example.
985 Update limit on # args of subr.
986
987 * edebug.texi (Using Edebug): Arrow is in fringe.
988 (Instrumenting): Arg to eval-defun works without loading edebug.
989 (Edebug Execution Modes): Add xref.
990
991 * customize.texi (Common Keywords): Clarify :require.
992 Mention :version here.
993 (Variable Definitions, Group Definitions): Not here.
994 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
995
d69ea7ab
RS
9962005-03-07 Chong Yidong <cyd@stupidchicken.com>
997 * nonascii.texi (Text Representations): Clarify position-bytes.
998 (Character Sets): Add list-charset-chars.
999 (Scanning Charsets): Add charset-after.
1000 (Encoding and I/O): Minor fix.
1001
34398e6c
RS
10022005-03-06 Richard M. Stallman <rms@gnu.org>
1003
1004 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
1005 (Resizing Windows): Likewise.
1006
1007 * text.texi (Change Hooks): Get rid of "Emacs 21".
1008
1009 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
1010
1011 * streams.texi (Output Variables): Get rid of "Emacs 21".
1012
1013 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
1014
1015 * os.texi (Translating Input): Replace flow-control example
1016 with a less obsolete example that uses `keyboard-translate'.
1017
6eb8e247 1018 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 1019 Get rid of "Emacs 21".
6eb8e247 1020
34398e6c
RS
1021 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
1022 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
1023
1024 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
1025
1026 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
1027
1028 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
1029 (Menu Bar): Fix when menu-bar-update-hook is called.
1030
1031 * hash.texi (Hash Tables): Get rid of "Emacs 21".
1032
1033 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
1034 and make it read better.
1035
1036 * files.texi (Writing to Files): Get rid of "Emacs 21".
1037 (Unique File Names): Likewise.
1038
1039 * elisp.texi: Update Emacs version to 22.
1040
1041 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
1042 (Overlay Properties, Face Attributes): Likewise.
1043 (Managing Overlays): Fix punctuation.
1044 (Attribute Functions): Clarify set-face-font; get rid of
1045 info about old Emacs versions.
1046 (Auto Faces, Font Lookup, Display Property, Images):
1047 Get rid of "Emacs 21".
1048
1049 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
1050
d2178387
RS
10512005-03-05 Richard M. Stallman <rms@gnu.org>
1052
1053 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
1054
524352d6
LK
10552005-03-04 Lute Kamstra <lute@gnu.org>
1056
1057 * debugging.texi (Error Debugging): Document stack-trace-on-error.
1058
10592005-03-03 Lute Kamstra <lute@gnu.org>
1060
1061 * edebug.texi (Instrumenting Macro Calls): Fix typo.
1062
284f0680
LK
10632005-03-01 Lute Kamstra <lute@gnu.org>
1064
1065 * debugging.texi (Debugger Commands): Update `j'.
1066
a9ee5cac
LK
10672005-02-28 Lute Kamstra <lute@gnu.org>
1068
1069 * debugging.texi (Debugging): Fix typo.
1070 (Error Debugging): Document eval-expression-debug-on-error.
1071 (Function Debugging): Update example.
1072 (Using Debugger): Mention starred stack frames.
1073 (Debugger Commands): Document `j' and `l'.
1074 (Invoking the Debugger): `d' and `j' exit recursive edit too.
1075 Update the messages that the debugger displays.
1076 (Internals of Debugger): Add cross reference. Update example.
1077 (Excess Open): Minor improvement.
1078 (Excess Close): Minor improvement.
1079
378d0f8e
RS
10802005-02-26 Richard M. Stallman <rms@gnu.org>
1081
1082 * tips.texi (Coding Conventions): Clarify.
1083 Put all the major mode key reservations together.
1084 Mention the Mouse-1 => Mouse-2 conventions.
1085
1086 * syntax.texi (Syntax Class Table): Clarify.
1087 (Syntax Table Functions): syntax-after moved from here.
1088 (Syntax Table Internals): syntax-after moved to here.
1089 (Parsing Expressions): Update info on number of values
1090 and what's meaningful in the STATE argument.
1091 (Categories): Fix typo.
1092
1093 * sequences.texi (Arrays): Cleanup.
1094 (Char-Tables): Clarify.
1095
1096 * processes.texi (Deleting Processes): Cleanups, add xref.
1097 (Subprocess Creation): Explain nil in exec-path. Cleanup.
1098 (Process Information): set-process-coding-system, some args optional.
1099 (Input to Processes): Explain various types for PROCESS args.
1100 Rename them from PROCESS-NAME to PROCESS.
1101 (Signals to Processes): Likewise.
1102 (Decoding Output): Cleanup.
1103 (Query Before Exit): Clarify.
1104
1105 * os.texi (Startup Summary): Correct the options; add missing ones.
1106 (Terminal Output, Batch Mode): Clarify.
1107 (Flow Control): Node deleted.
1108
1109 * markers.texi (The Mark): Clarify.
1110
1111 * macros.texi (Expansion): Cleanup.
1112 (Indenting Macros): indent-spec allows ints, not floats.
1113
1114 * keymaps.texi (Keymaps): Clarify.
1115 (Format of Keymaps): Update lisp-mode-map example.
1116 (Active Keymaps, Key Lookup): Clarify.
1117 (Changing Key Bindings): Add xref to `kbd'.
1118 (Key Binding Commands, Simple Menu Items): Clarify.
1119 (Mouse Menus, Menu Bar): Clarify.
1120 (Menu Example): Replace print example with menu-bar-replace-menu.
1121
1122 * help.texi (Documentation Basics): Add function-documentation prop.
1123
1124 * elisp.texi (Top): Don't refer to Flow Control node.
1125
1126 * commands.texi (Command Overview): Improve xrefs.
1127 (Adjusting Point): Adjusting point applies to intangible and invis.
1128 (Key Sequence Input): Doc extra read-key-sequence args.
1129 Likewise for read-key-sequence-vector.
1130
1131 * backups.texi (Rename or Copy): Minor fix.
1132 (Numbered Backups): For version-control, say the default.
1133 (Auto-Saving): make-auto-save-file-name example is simplified.
1134
1135 * advice.texi (Advising Functions): Don't imply one part of Emacs
1136 should advise another part. Markup changes.
1137 (Defining Advice): Move transitional para.
1138 (Activation of Advice): Cleanup.
1139 Explain if COMPILE is nil or negative.
1140
1141 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
1142
2e20c83d
LK
11432005-02-24 Lute Kamstra <lute@gnu.org>
1144
1145 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
1146 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
1147
65c492fd
LK
11482005-02-23 Lute Kamstra <lute@gnu.org>
1149
b02c3eed
LK
1150 * modes.texi (Defining Minor Modes): define-minor-mode can be used
1151 to define global minor modes as well.
1152
65c492fd
LK
1153 * display.texi (Managing Overlays): overlay-buffer returns nil for
1154 deleted overlays.
1155
b686dd59
KS
11562005-02-22 Kim F. Storm <storm@cua.dk>
1157
1158 * minibuf.texi (Basic Completion): Allow symbols in addition to
1159 strings in try-completion and all-completions.
1160
23e8c095
LK
11612005-02-14 Lute Kamstra <lute@gnu.org>
1162
1163 * elisp.texi (Top): Remove reference to deleted node.
1164
1165 * lists.texi (Lists): Remove reference to deleted node.
1166 (Cons Cells): Fix typo.
1167
1168 * loading.texi (Where Defined): Fix typo.
1169
134948fc
RS
11702005-02-14 Richard M. Stallman <rms@gnu.org>
1171
1172 * variables.texi (Creating Buffer-Local): change-major-mode-hook
1173 is useful for discarding some minor modes.
1174
1175 * symbols.texi (Symbol Components): Reorder examples.
1176
1177 * streams.texi (Input Functions): State standard-input default.
1178 (Output Variables): State standard-output default.
1179
1180 * objects.texi (Printed Representation): Clarify read syntax vs print.
1181 (Floating Point Type): Explain meaning better.
1182 (Symbol Type): Explain uniqueness better.
1183 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
1184 List examples sooner.
1185 (Box Diagrams): New subnode broken out.
1186 Some examples moved from old Lists as Boxes node.
1187 (Dotted Pair Notation): Clarify intro.
1188 (Array Type): Clarify.
1189 (Type Predicates): Add hash-table-p.
1190
1191 * numbers.texi (Integer Basics): Clarify radix explanation.
1192 (Predicates on Numbers): Minor clarification.
1193 (Comparison of Numbers): Minor clarification. Clarify eql.
1194 Typos in min, max.
1195 (Math Functions): Clarify overflow in expt.
1196
1197 * minibuf.texi (Text from Minibuffer): Minor clarification.
1198 Mention arrow keys.
1199
1200 * loading.texi (Autoload): defun's doc string overrides autoload's
1201 doc string.
1202 (Repeated Loading): Modernize "add to list" examples.
1203 (Where Defined): Finish updating table of load-history elts.
1204
1205 * lists.texi (List-related Predicates): Minor wording improvement.
1206 (Lists as Boxes): Node deleted.
1207 (Building Lists): Explain trivial cases of number-sequence.
1208
1209 * hash.texi (Hash Tables): Add desc to menu items.
1210 (Creating Hash): Expain "full" means "make larger",
1211 (Hash Access): Any object can be a key.
1212 State value of maphash.
1213
1214 * functions.texi (What Is a Function): Wording cleanup.
1215 (Function Documentation): Minor cleanup.
1216 Explain purpose of calling convention at end of doc string.
1217 (Function Names): Wording cleanup.
1218 (Calling Functions): Wording cleanup.
1219 Explain better how funcall calls the function.
1220 (Function Cells): Delete example of saving and redefining function.
1221
1222 * control.texi (Combining Conditions): Wording cleanup.
1223 (Iteration): dolist and dotimes bind VAR locally.
1224 (Cleanups): Xref to Atomic Changes.
1225
1226 * compile.texi (Byte Compilation): Delete 19.29 info.
1227 (Compilation Functions): Macros' difficulties don't affect defsubst.
1228 (Docs and Compilation): Delete 19.29 info.
1229
44291460
RS
12302005-02-10 Richard M. Stallman <rms@gnu.org>
1231
1232 * objects.texi (Symbol Type): Minor correction.
1233
1f9ad95a
LK
12342005-02-06 Lute Kamstra <lute@gnu.org>
1235
1236 * modes.texi (Example Major Modes): Fix typos.
1237
ba2c991c
RS
12382005-02-06 Richard M. Stallman <rms@gnu.org>
1239
1240 * text.texi (Margins): fill-nobreak-predicate can be one function.
1241
1242 * strings.texi (Modifying Strings): clear-string can make unibyte.
1243 (Formatting Strings): format gives error if values missing.
1244
1245 * positions.texi (Character Motion): Mention default arg
1246 for forward-char. backward-char refers to forward-char.
1247 (Word Motion): Mention default arg for forward-word.
1248 (Buffer End Motion): Mention default arg for beginning-of-buffer.
1249 Simplify end-of-buffer.
1250 (Text Lines): Mention default arg for forward-line.
1251 (List Motion): Mention default arg for beginning/end-of-defun.
1252 (Skipping Characters): Minor fixes in explaining character-set.
1253
1254 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
1255 Mode inheritance applies only when default-major-mode is nil.
1256 Clarifications.
1257 (Example Major Modes): Update Text mode and Lisp mode examples.
1258 (Minor Mode Conventions): Mention define-minor-mode at top.
1259 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
1260 (Mode Line Format): Update mode line face display info.
1261 (Properties in Mode): Mention effect of risky vars.
1262 (Imenu): Define imenu-add-to-menubar.
1263 (Font Lock Mode): Add descriptions to menu lines.
1264 (Faces for Font Lock): Add font-lock-doc-face.
1265
9bf6d576
LK
12662005-02-05 Lute Kamstra <lute@gnu.org>
1267
1268 * text.texi (Maintaining Undo): Remove obsolete function.
1269
cb602754
EZ
12702005-02-05 Eli Zaretskii <eliz@gnu.org>
1271
1272 * frames.texi (Color Names): Add pointer to the X docs about RGB
1273 color specifications. Improve indexing
1274 (Text Terminal Colors): Replace the description of RGB values by
1275 an xref to "Color Names".
1276
4e07258f
RS
12772005-02-03 Richard M. Stallman <rms@gnu.org>
1278
1279 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
1280 Clarify.
1281 (Selecting Windows): Clarify save-selected-window.
1282 (Cyclic Window Ordering): Clarify walk-windows.
1283 (Window Point): Clarify.
1284 (Window Start): Add comment to example.
1285 (Resizing Windows): Add `interactive' specs in examples.
1286 Document fit-window-to-buffer.
1287
1288 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
1289 (Undo, Maintaining Undo): Clarify last change.
1290 (Sorting): In sort-numeric-fields, explain about octal and hex.
1291 Mention sort-numeric-base.
1292 (Format Properties): Add xref for hard newlines.
1293
1294 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
1295 (Pop-Up Menus): Fix typo.
1296 (Color Names): Explain all types of color names.
1297 Explain color-values on B&W terminal.
1298 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
1299
1300 * files.texi (File Locks): Not supported on MS systems.
1301 (Testing Accessibility): Clarify.
1302
1303 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
1304 (Coverage Testing): Fix typo.
1305
1306 * commands.texi (Misc Events): Remove stray space.
1307
1308 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
1309 (Modification Time): Clarify when visited-file-modtime returns 0.
1310 (The Buffer List): Clarify bury-buffer.
1311 (Killing Buffers): Clarify.
1312 (Indirect Buffers): Add clone-indirect-buffer.
1313
13142005-02-02 Matt Hodges <MPHodges@member.fsf.org>
1315
1316 * edebug.texi (Printing in Edebug): Fix default value of
1317 edebug-print-circle.
1318 (Coverage Testing): Fix displayed frequency count data.
1319
13202005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
1321
1322 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
1323
4e07258f 13242005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
1325
1326 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
1327
28d986b9
EZ
13282005-01-29 Eli Zaretskii <eliz@gnu.org>
1329
1330 * commands.texi (Misc Events): Describe the help-echo event.
1331
1332 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
1333 consistently in description of the help-echo property.
1334 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
1335
1336 * display.texi (Overlay Properties): Fix the index entry for
1337 help-echo overlay property.
1338
1339 * customize.texi (Type Keywords): Uncomment the xref to the
1340 help-echo property documentation.
1341
8f958b40
KS
13422005-01-23 Kim F. Storm <storm@cua.dk>
1343
1344 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
1345 return value. Third element FULLY replaced by PARTIAL which
1346 specifies number of invisible pixels if row is only partially visible.
1347 (Textual Scrolling): Mention auto-window-vscroll.
1348 (Vertical Scrolling): New defvar auto-window-vscroll.
1349
cd7e5dd6
LT
13502005-01-16 Luc Teirlinck <teirllm@auburn.edu>
1351
1352 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
1353 command remapping.
1354
6f771c32
RS
13552005-01-15 Richard M. Stallman <rms@gnu.org>
1356
1357 * display.texi (Defining Images): Mention DATA-P arg of create-image.
1358
6ac8a822
KS
13592005-01-14 Kim F. Storm <storm@cua.dk>
1360
88948d55
KS
1361 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
1362
6ac8a822
KS
1363 * text.texi (Links and Mouse-1): Fix string and vector item.
1364
20d6de82
RS
13652005-01-13 Richard M. Stallman <rms@gnu.org>
1366
1367 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
1368 descriptions of overriding-local-map and overriding-terminal-local-map.
1369
1370 * text.texi (Links and Mouse-1): Clarify text.
1371
f75a592e
KS
13722005-01-13 Kim F. Storm <storm@cua.dk>
1373
1374 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
1375
910f60b1
TTN
13762005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
1377
1378 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
1379
37181fc4
KS
13802005-01-12 Kim F. Storm <storm@cua.dk>
1381
1382 * text.texi (Links and Mouse-1): Rename section from Enabling
1383 Mouse-1 to Following Links. Change xrefs.
1384 Add examples for define-button-type and define-widget.
1385
1386 * display.texi (Button Properties, Button Buffer Commands):
1387 Clarify mouse-1 and follow-link functionality.
1388
28f94a34
RS
13892005-01-12 Richard M. Stallman <rms@gnu.org>
1390
1391 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
1392
1393 * display.texi (Beeping): Fix Texinfo usage.
1394
1395 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
1396
bac2d936
KS
13972005-01-11 Kim F. Storm <storm@cua.dk>
1398
1399 * display.texi (Button Properties, Button Buffer Commands):
93381d62 1400 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
1401
1402 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
1403 (Enabling Mouse-1 to Follow Links): New subsection.
1404
de968ddb
RS
14052005-01-06 Richard M. Stallman <rms@gnu.org>
1406
1407 * text.texi (Special Properties): Minor change.
1408
1409 * os.texi (Timers): Clarify previous change.
1410
1411 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
1412
a3a43b3b
LT
14132005-01-01 Luc Teirlinck <teirllm@auburn.edu>
1414
1415 * display.texi (Face Attributes): Correct xref to renamed node.
1416
732bb9ce
RS
14172005-01-01 Richard M. Stallman <rms@gnu.org>
1418
1419 * display.texi (Face Attributes): Describe hex color specs.
1420
c734ae59
RS
14212004-12-31 Richard M. Stallman <rms@gnu.org>
1422
1423 * os.texi (Timers): Update previous change.
1424
33b2f4ea
KS
14252004-12-30 Kim F. Storm <storm@cua.dk>
1426
1427 * display.texi (Line Height): Total line-height is now specified
1428 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
1429 in cons cells. (nil . RATIO) is relative to actual line height.
1430 Use line-height `t' instead of `0' to get minimum height.
1431
99ec74b9
RS
14322004-12-29 Richard M. Stallman <rms@gnu.org>
1433
1434 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
1435
eab463f6
RS
14362004-12-28 Richard M. Stallman <rms@gnu.org>
1437
1438 * commands.texi (Quitting): Clarify value of with-local-quit.
1439
1440 * elisp.texi (Top): Fix previous change.
1441
1442 * loading.texi (Loading): Fix previous change.
1443
ebbd14f1
RS
14442004-12-27 Richard M. Stallman <rms@gnu.org>
1445
4ae98fc5
RS
1446 * Makefile.in (MAKEINFO): Specify --force.
1447
8f430046
RS
1448 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
1449
56011a8c
RS
1450 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
1451
1452 * display.texi (Line Height): Further clarify.
1453
1454 * elisp.texi (Top): Update Loading submenu.
1455
ebbd14f1
RS
1456 * loading.texi (Where Defined): New node.
1457 (Unloading): load-history moved to Where Defined.
1458
fda2922a
RS
14592004-12-21 Richard M. Stallman <rms@gnu.org>
1460
1461 * commands.texi (Event Input Misc): Add while-no-input.
1462
9eb8959a
RS
14632004-12-11 Richard M. Stallman <rms@gnu.org>
1464
1465 * display.texi (Line Height): Rewrite text for clarity.
1466
adf87c29
KS
14672004-12-11 Kim F. Storm <storm@cua.dk>
1468
1469 * display.texi (Display): Add node "Line Height" to menu.
1470 (Line Height): New node. Move full description of line-spacing
1471 and line-height text properties here from text.texi.
1472 (Scroll Bars): Add vertical-scroll-bar variable.
1473
1474 * frames.texi (Window Frame Parameters): Remove line-height defvar.
1475
1476 * locals.texi (Standard Buffer-Local Variables): Fix xref for
1477 line-spacing and vertical-scroll-bar.
1478
1479 * text.texi (Special Properties): Just mention line-spacing and
1480 line-height here, add xref to new "Line Height" node.
1481
31e4729e
TTN
14822004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
1483
1484 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
1485
1486 * locals.texi (Standard Buffer-Local Variables):
1487 Add @xref for `line-spacing'.
1488
cc60c723
RS
14892004-12-05 Richard M. Stallman <rms@gnu.org>
1490
1491 * Makefile.in (maintainer-clean): Remove the info files
1492 in $(infodir) where they are created.
1493
f6101ac9
RS
14942004-12-03 Richard M. Stallman <rms@gnu.org>
1495
1496 * windows.texi (Selecting Windows): get-lru-window and
1497 get-largest-window don't consider dedicated windows.
1498
1499 * text.texi (Undo): Document undo-in-progress.
1500
94221759
RS
15012004-11-26 Richard M. Stallman <rms@gnu.org>
1502
1503 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
1504 Remove a few vars that are not always buffer-local.
1505
7092c5e8
LT
15062004-11-24 Luc Teirlinck <teirllm@auburn.edu>
1507
1508 * locals.texi (Standard Buffer-Local Variables): Comment out
1509 xref's to non-existent node `Yet to be written'.
1510
261b01c6
RS
15112004-11-24 Richard M. Stallman <rms@gnu.org>
1512
1513 * processes.texi (Synchronous Processes): Grammar fix.
1514
1515 * numbers.texi (Comparison of Numbers): Add eql.
1516
1517 * locals.texi (Standard Buffer-Local Variables): Add many vars.
1518
1519 * intro.texi (Printing Notation): Fix previous change.
1520
1521 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
1522 and default-indicate-buffer-boundaries from here.
1523 (Usual Display): To here.
1524 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
1525 (Usual Display): Move tab-width up.
1526
1527 * customize.texi (Variable Definitions): Replace
1528 show-paren-mode example with tooltip-mode.
7092c5e8 1529 (Simple Types, Composite Types, Defining New Types):
261b01c6 1530 Minor cleanups.
7092c5e8 1531
c1aa4864
JH
15322004-11-21 Jesper Harder <harder@ifa.au.dk>
1533
1534 * processes.texi (Synchronous Processes, Output from Processes):
1535 Markup fix.
1536
dedbac89
RS
15372004-11-20 Richard M. Stallman <rms@gnu.org>
1538
07c8c65a
RS
1539 * positions.texi (Skipping Characters): skip-chars-forward
1540 now handles char classes.
1541
8f40a868
RS
1542 * intro.texi (Printing Notation): Avoid confusion of `print'
1543 when explaining @print.
1544
1545 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
1546
1547 * display.texi (Display Table Format): Minor fix.
1548
1549 * streams.texi (Output Functions): Fix print example.
1550
fd6866c8
RS
1551 * Makefile.in (elisp): New target.
1552 (dist): Depend on $(infodir)/elisp, not elisp.
1553 Copy the info files from $(infodir).
1554
9d00469f
RS
1555 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
1556 read-from-minibuffer.
1557
dedbac89
RS
1558 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
1559
6de891db
RS
15602004-11-19 Richard M. Stallman <rms@gnu.org>
1561
1562 * searching.texi (Regexp Search): Add search-whitespace-regexp.
1563
e1c1c5a7
TTN
15642004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
1565
1566 * tips.texi (Coding Conventions): Fix typo.
1567
ee31cd78
RS
15682004-11-16 Richard M. Stallman <rms@gnu.org>
1569
1570 * tips.texi (Coding Conventions): Separate defvar and require
1571 methods to avoid warnings. Use require only when there are many
1572 functions and variables from that package.
1573
1574 * minibuf.texi (Minibuffer Completion): When ignoring case,
1575 predicate must not be case-sensitive.
1576
1577 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
1578 (Test Coverage): Don't talk about "splotches". Clarified.
1579
4bd38e94
TTN
15802004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
1581
1582 * frames.texi (Window Frame Parameters): Fix typo.
1583
6d073ae1
KS
15842004-11-15 Kim F. Storm <storm@cua.dk>
1585
9f89426b
KS
1586 * symbols.texi (Other Plists): Note that plist-get may signal error.
1587 Add safe-plist-get.
6d073ae1 1588
10980463
TTN
15892004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
1590
1591 * modes.texi (Font Lock Basics): Fix typo.
1592
1efc19eb
RS
15932004-11-08 Richard M. Stallman <rms@gnu.org>
1594
1595 * syntax.texi (Syntax Table Functions): Add syntax-after.
1596
6159c232
EZ
15972004-11-06 Lars Brinkhoff <lars@nocrew.org>
1598
1599 * os.texi (Processor Run Time): New section documenting
1600 get-internal-run-time.
1601
59dede22
EZ
16022004-11-06 Eli Zaretskii <eliz@gnu.org>
1603
1604 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
1605 it nukes elisp-cover.texi.
1606 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
1607 elisp-0 etc.
1608
4cc8522c
LT
16092004-11-05 Luc Teirlinck <teirllm@auburn.edu>
1610
1611 * commands.texi (Keyboard Macros): Document `append' return value
1612 of `defining-kbd-macro'.
1613
2d1ef312
RS
16142004-11-01 Richard M. Stallman <rms@gnu.org>
1615
1616 * commands.texi (Interactive Call): Add called-interactively-p.
1617
6f4e005d
SJ
16182004-10-29 Simon Josefsson <jas@extundo.com>
1619
1620 * minibuf.texi (Reading a Password): Revert.
1621
4f71c13f
RS
16222004-10-28 Richard M. Stallman <rms@gnu.org>
1623
1624 * frames.texi (Display Feature Testing): Explain about "vendor".
1625
4660a9e3
RS
16262004-10-27 Richard M. Stallman <rms@gnu.org>
1627
1628 * commands.texi (Interactive Codes): `N' uses numeric prefix,
1629 not raw. Clarify `n'.
1630 (Interactive Call): Rewrite interactive-p, focusing on when
1631 and how to use it.
1632 (Misc Events): Clarify previous change.
1633
1634 * advice.texi (Simple Advice): Clarify what job the example does.
1635 (Around-Advice): Clarify ad-do-it.
1636 (Activation of Advice): An option of ad-default-compilation-action
1637 is `never', not `nil'.
1638
c8636435
KS
16392004-10-26 Kim F. Storm <storm@cua.dk>
1640
1641 * commands.texi (Interactive Codes): Add U code letter.
1642
acd4089b
SJ
16432004-10-25 Simon Josefsson <jas@extundo.com>
1644
1645 * minibuf.texi (Reading a Password): Add.
1646
29dc7809
JR
16472004-10-24 Jason Rumney <jasonr@gnu.org>
1648
1649 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
1650 and wheel-down.
1651
bb5d6d34
KG
16522004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
1653
1654 * processes.texi (Synchronous Processes): Document process-file.
1655
d0ee2ed3
KH
16562004-10-22 Kenichi Handa <handa@m17n.org>
1657
1658 * text.texi (translate-region): Document that it accepts also a
1659 char-table.
1660
38be9dbb
DP
16612004-10-22 David Ponce <david@dponce.com>
1662
1663 * windows.texi (Resizing Windows): Document the `preserve-before'
1664 argument of the functions `enlarge-window' and `shrink-window'.
1665
63c80452
JR
16662004-10-19 Jason Rumney <jasonr@gnu.org>
1667
1668 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
1669
9f4b6e73
LT
16702004-10-09 Luc Teirlinck <teirllm@auburn.edu>
1671
1672 * text.texi (Filling): Add anchor for definition of
1673 `sentence-end-double-space'.
1674
1675 * searching.texi (Regexp Example): Update description of how
1676 Emacs currently recognizes the end of a sentence.
1677 (Standard Regexps): Update definition of the variable
1678 `sentence-end'. Add definition of the function `sentence-end'.
1679
657f0f9c
EZ
16802004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
1681
1682 * display.texi (Progress): New node.
1683
35ab4857
KS
16842004-10-05 Kim F. Storm <storm@cua.dk>
1685
1686 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
1687
f2a54fbc
KS
16882004-09-29 Kim F. Storm <storm@cua.dk>
1689
1690 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
1691 to identify bitmaps. Remove -fringe-bitmap suffix for standard
1692 fringe bitmap symbols, as they now have their own namespace.
1693 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
1694 vs. pixels. Signal error if no free bitmap slots.
1695 (Pixel Specification): Change IMAGE to @var{image}.
1696
4676d6f3
RS
16972004-09-28 Richard M. Stallman <rms@gnu.org>
1698
1699 * text.texi (Special Properties): Clarify line-spacing and line-height.
1700
1701 * searching.texi (Regexp Search): Add looking-back.
1702
17234906
LT
17032004-09-25 Luc Teirlinck <teirllm@auburn.edu>
1704
1705 * display.texi: Correct typos.
1706 (Image Descriptors): Correct xref's.
1707
4de43c8b
RS
17082004-09-25 Richard M. Stallman <rms@gnu.org>
1709
1710 * text.texi (Special Properties): Cleanups in `cursor'.
1711 Rewrites in `line-height' and `line-spacing'; exchange them.
1712
1713 * display.texi (Fringes): Rewrite previous change.
1714 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
1715 (Display Fringe Bitmaps): Node deleted, text moved.
1716 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
1717 (Scroll Bars): Clarify set-window-scroll-bars.
1718 (Pointer Shape): Rewrite.
1719 (Specified Space): Clarify :align-to, etc.
1720 (Pixel Specification): Use @var. Clarify new text.
1721 (Other Display Specs): Clarify `slice'.
1722 (Image Descriptors): Cleanups.
1723 (Showing Images): Cleanups.
1724
a3ee0299
LT
17252004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1726
e88ebce6
LT
1727 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
1728
a3ee0299
LT
1729 * modes.texi: Various minor changes in addition to:
1730 (Major Mode Conventions): Final call to `run-mode-hooks' should
1731 not be inside the `delay-mode-hooks' form.
1732 (Mode Hooks): New node.
1733 (Hooks): Delete obsolete example.
1734 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
1735 node "Mode Hooks".
1736
6db2bc02
LT
17372004-09-22 Luc Teirlinck <teirllm@auburn.edu>
1738
1739 * display.texi: Correct various typos.
1740 (Display): Rename node "Pointer Shapes" to "Pointer
1741 Shape". (There is already a node called "Pointer Shapes" in
1742 frames.texi.)
1743 (Images): Remove non-existent node "Image Slices" from menu.
1744
ed2846bd
KS
17452004-09-23 Kim F. Storm <storm@cua.dk>
1746
1747 * text.texi (Special Properties): Add `cursor', `pointer',
1748 `line-height', and `line-spacing' properties.
1749
1750 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
1751 Shapes' to menu.
1752 (Standard Faces): Doc fix for fringe face.
1753 (Fringes): Add `overflow-newline-into-fringe' and
1754 'indicate-buffer-boundaries'.
1755 (Fringe Bitmaps, Pointer Shapes): New nodes.
1756 (Display Property): Add 'Pixel Specification' and 'Display Fringe
1757 Bitmaps' to menu.
1758 (Specified Space): Describe pixel width and height.
1759 (Pixel Specification): New node.
1760 (Other Display Specs): Add `slice' property.
1761 (Display Fringe Bitmaps): New node.
1762 (Images): Add 'Image Slices' to menu.
1763 (Image Descriptors): Add `:pointer' and `:map' properties.
1764 (Showing Images): Add slice arg to `insert-image'. Add
1765 'insert-sliced-image'.
1766
4d894c98
RS
17672004-09-20 Richard M. Stallman <rms@gnu.org>
1768
1769 * commands.texi (Key Sequence Input):
1770 Clarify downcasing in read-key-sequence.
1771
7e388eb7
JL
17722004-09-08 Juri Linkov <juri@jurta.org>
1773
1774 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
1775
a020987f
LT
17762004-09-07 Luc Teirlinck <teirllm@auburn.edu>
1777
1778 * locals.texi (Standard Buffer-Local Variables): Add
1779 `buffer-auto-save-file-format'.
1780 * internals.texi (Buffer Internals): Describe new
1781 auto_save_file_format field of the buffer structure.
1782 * files.texi (Format Conversion): `auto-save-file-format' has been
1783 renamed `buffer-auto-save-file-format'.
1784
2b96f80c
LT
17852004-08-27 Luc Teirlinck <teirllm@auburn.edu>
1786
1787 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
1788 an integer or a marker.
1789 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
1790
2ee3b79e
RS
17912004-08-22 Richard M. Stallman <rms@gnu.org>
1792
1793 * modes.texi (Major Mode Conventions): Discuss rebinding of
1794 standard key bindings.
1795
c438dc33
KS
17962004-08-18 Kim F. Storm <storm@cua.dk>
1797
1798 * processes.texi (Accepting Output): Add `just-this-one' arg to
1799 `accept-process-output'.
101c421e 1800 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 1801
db8af011
LT
18022004-08-10 Luc Teirlinck <teirllm@auburn.edu>
1803
1804 * keymaps.texi: Various changes in addition to:
1805 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
1806 Give more varied examples for `kbd'.
1807 (Creating Keymaps): Char tables have slots for all characters
1808 without modifiers.
1809 (Active Keymaps): `overriding-local-map' and
1810 `overriding-terminal-local-map' also override text property and
1811 overlay keymaps.
1812 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
1813 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
1814 to denote a prefix of no events.
1815 `map-keymap' includes parent's bindings _recursively_.
1816 Clarify and correct description of `where-is-internal'.
1817 Mention BUFFER-OR-NAME arg to `describe-bindings'.
1818 (Menu Example): For menus intended for use with the keyboard, the
1819 menu items should be bound to characters or real function keys.
1820
de700726
LT
18212004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1822
30e75a87
LT
1823 * objects.texi (Character Type): Reposition `@anchor' to prevent
1824 double space inside sentence in Info.
1825
de700726
LT
1826 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
1827 renamed to `disabled-command-function'.
7c5b95c9 1828 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
1829 (Command Loop Info): Replace reference to it.
1830 (Disabling Commands): `disabled-command-hook' has been renamed to
1831 `disabled-command-function'.
1832
81909a1a
LT
18332004-08-07 Luc Teirlinck <teirllm@auburn.edu>
1834
1835 * os.texi (Translating Input): Only non-prefix bindings in
1836 `key-translation-map' override actual key bindings. Warn about
1837 possible indirect effect of actual key bindings on non-prefix
1838 bindings in `key-translation-map'.
1839
5504e99c
LT
18402004-08-06 Luc Teirlinck <teirllm@auburn.edu>
1841
1842 * minibuf.texi (High-Level Completion): Add anchor for definition
1843 of `read-variable'.
1844
1845 * commands.texi: Various changes in addition to:
1846 (Using Interactive): Clarify description of `interactive-form'.
1847 (Interactive Call): Mention default for KEYS argument to
1848 `call-interactively'.
1849 (Command Loop Info): Clarify description of `this-command-keys'.
1850 Mention KEEP-RECORD argument to `clear-this-command-keys'.
1851 Value of `last-event-frame' can be `macro'.
1852 (Repeat Events): `double-click-fuzz' is also used to distinguish
1853 clicks and drags.
1854 (Classifying Events): Clarify descriptions of `event-modifiers'
1855 `event-basic-type' and `event-convert-list'.
1856 (Accessing Events): `posn-timestamp' takes POSITION argument.
1857 (Quoted Character Input): Clarify description of
1858 `read-quoted-char' and fix example.
1859 (Quitting): Add `with-local-quit'.
1860 (Disabling Commands): Correct and clarify descriptions of
1861 `enable-command' and `disable-command'.
1862 Mention what happens if `disabled-command-hook' is nil.
1863 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
1864 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
1865
f478a72a
LT
18662004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1867
1868 * frames.texi: Various changes in addition to:
1869 (Creating Frames): Expand and clarify description of `make-frame'.
1870 (Window Frame Parameters): Either none or both of the `icon-left'
1871 and `icon-top' parameters must be specified. Put descriptions of
1872 `menu-bar-lines' and `toolbar-lines' closer together and change
1873 them accordingly.
1874 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
1875 except while processing `frame-title-format' or `icon-title-format'.
1876 (Deleting Frames): Correct description of `delete-frame'.
1877 Non-nil return values of `frame-live-p' are like those of `framep'.
1878 (Frames and Windows): mention return value of
1879 `set-frame-selected-window'.
1880 (Visibility of Frames): Mention `force' argument to
1881 `make-frame-invisible'. `frame-visible-p' returns t for all
1882 frames on text-only terminals.
1883 (Frame Configurations): Restoring a frame configuration does not
1884 restore deleted frames.
1885 (Window System Selections): `x-set-selection' returns DATA.
1886 (Resources): Add example.
1887 (Display Feature Testing): Clarify descriptions of
1888 `display-pixel-height', `display-pixel-width', `x-server-version'
1889 and `x-server-vendor'.
1890
1891 * windows.texi (Choosing Window): Add anchor.
1892 * minibuf.texi (Minibuffer Misc): Add anchor.
1893
bc135062
JPW
18942004-07-23 John Paul Wallington <jpw@gnu.org>
1895
1896 * macros.texi (Defining Macros): Declaration keyword for setting
1897 Edebug spec is `debug' not `edebug'.
1898
cb7516e5
LT
18992004-07-19 Luc Teirlinck <teirllm@auburn.edu>
1900
1901 * windows.texi: Various small changes in addition to:
1902 (Window Point): Mention return value of `set-window-point'.
1903 (Window Start): `pos-visible-in-window-p' disregards horizontal
1904 scrolling. Explain return value if PARTIALLY is non-nil.
1905 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
1906 and `set-window-vscroll'.
1907 (Size of Window): The argument WINDOW to `window-inside-edges',
1908 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
1909 (Resizing Windows): Explain return value of
1910 `shrink-window-if-larger-than-buffer'.
1911 `window-size-fixed' automatically becomes buffer local when set.
1912 (Window Configurations): Explain return value of
1913 `set-window-configuration'.
1914
1915 * minibuf.texi (Minibuffer Misc): Add anchor for
1916 `minibuffer-scroll-window'.
1917
1918 * positions.texi (Text Lines): Add anchor for `count-lines'.
1919
3751eb00
RS
19202004-07-17 Richard M. Stallman <rms@gnu.org>
1921
1922 * display.texi (Overlay Properties): Adding `evaporate' prop
1923 deletes empty overlay immediately.
1924
1925 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
1926 fix example.
1927
9a7e97c6
LT
19282004-07-16 Jim Blandy <jimb@redhat.com>
1929
1930 * searching.texi (Regexp Backslash): Document new \_< and \_>
1931 operators.
1932
aa0e4da8
JB
19332004-07-16 Juanma Barranquero <lektu@terra.es>
1934
1935 * display.texi (Images): Fix Texinfo usage.
1936
cbbfedb2
LT
19372004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1938
1939 * buffers.texi (Modification Time): `visited-file-modtime' now
1940 returns a list of two integers, instead of a cons.
1941
3a052bd3
LT
19422004-07-13 Luc Teirlinck <teirllm@auburn.edu>
1943
1944 * windows.texi: Various changes in addition to:
1945 (Splitting Windows): Add `split-window-keep-point'.
1946
02c04e6f
RS
19472004-07-09 Richard M. Stallman <rms@gnu.org>
1948
1949 * frames.texi (Input Focus): Minor fix.
1950
cb4f1287
LT
19512004-07-07 Luc Teirlinck <teirllm@auburn.edu>
1952
1953 * frames.texi (Input Focus): Clarify descriptions of
1954 `select-frame-set-input-focus' and `select-frame'.
1955
339902ec
LT
19562004-07-06 Luc Teirlinck <teirllm@auburn.edu>
1957
1958 * os.texi: Various small changes in addition to:
1959 (Killing Emacs): Expand and clarify description of
1960 `kill-emacs-query-functions' and `kill-emacs-hook'.
1961 (System Environment): Expand and clarify description of `getenv'
1962 and `setenv'.
1963 (Timers): Clarify description of `run-at-time'.
1964 (Translating Input): Correct description of
1965 `extra-keyboard-modifiers'.
1966 (Flow Control): Correct description of `enable-flow-control'.
1967
fe3b7e35
TTN
19682004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
1969
1970 * os.texi: Update copyright.
1971 (Session Management): Grammar fix.
1972 Clarify which Emacs does the restarting.
1973 Use @samp for *scratch* buffer.
1974
59db7d6e
LT
19752004-07-04 Alan Mackenzie <acm@muc.de>
1976
1977 * frames.texi (Input Focus): Add documentation for
1978 `select-frame-set-input-focus'. Replace refs to non-existent
1979 `switch-frame' with `select-frame'. Minor corrections and tidying
1980 up of text-only terminal stuff.
1981
e3ccf404
RS
19822004-07-02 Richard M. Stallman <rms@gnu.org>
1983
1984 * files.texi (Saving Buffers): Cleanup write-contents-function.
1985 (Magic File Names): Cleanup file-remote-p.
1986
8addb6eb
KG
19872004-07-02 Kai Grossjohann <kai@emptydomain.de>
1988
1989 * files.texi (Magic File Names): `file-remote-p' returns an
1990 identifier of the remote system, not just t.
1991
7a58d84d
DK
19922004-07-02 David Kastrup <dak@gnu.org>
1993
1994 * searching.texi (Entire Match Data): Add explanation about new
1995 match-data behavior when @var{integers} is non-nil.
1996
d8c379f8
RS
19972004-06-24 Richard M. Stallman <rms@gnu.org>
1998
b4a4b0ae
RS
1999 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
2000
d8c379f8
RS
2001 * customize.texi (Variable Definitions): Note about doc strings
2002 and :set.
2003
2004 * keymaps.texi (Keymap Terminology): Document `kbd'.
2005 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
2006
2007 * display.texi (Invisible Text): Setting buffer-invisibility-spec
2008 makes it buffer-local.
2009
2010 * files.texi (Saving Buffers): Correct previous change.
2011
2012 * commands.texi (Accessing Events):
2013 Clarify posn-col-row and posn-actual-col-row.
2014
20152004-06-24 David Ponce <david.ponce@wanadoo.fr>
2016
2017 * commands.texi (Accessing Events): New functions
2018 posn-at-point and posn-at-x-y. Add example to posn-x-y.
2019
dce417e7
LT
20202004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2021
2022 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
2023 * frames.texi, buffers.texi, backups.texi, variables.texi:
2024 * loading.texi, eval.texi, functions.texi, control.texi:
2025 * symbols.texi, minibuf.texi: Reposition @anchor's.
2026
2027 * help.texi: Various small changes in addition to the following.
2028 (Describing Characters): Describe PREFIX argument to
2029 `key-description'. Correct and clarify definition of
2030 `text-char-description'. Describe NEED-VECTOR argument to
2031 `read-kbd-macro'.
2032 (Help Functions): Clarify definition of `apropos'.
2033
255d07dc
LH
20342004-06-23 Lars Hansen <larsh@math.ku.dk>
2035
2036 * files.texi (Saving Buffers): Correct description of
2037 `write-contents-functions'.
2038
4e9691e9
JB
20392004-06-21 Juanma Barranquero <lektu@terra.es>
2040
2041 * display.texi (Images): Remove redundant @vindex directives.
2042 Rewrite `image-library-alist' doc in active voice.
2043
1ebd4f78
JB
20442004-06-14 Juanma Barranquero <lektu@terra.es>
2045
2046 * display.texi (Images): Document new delayed library loading,
2047 variable `image-library-alist' and (existing but undocumented)
2048 function `image-type-available-p'.
2049
ddfb8369
RS
20502004-06-05 Richard M. Stallman <rms@gnu.org>
2051
2052 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
2053 refer the user to the Initial Input node.
2054 (Text from Minibuffer): Likewise.
2055 (Initial Input): New node. Document this feature
2056 and say it is mostly deprecated.
2057
18684a3a
RS
20582004-05-30 Richard M. Stallman <rms@gnu.org>
2059
7a61e456
RS
2060 * loading.texi (Named Features): Clarify return value
2061 and meaning of NOERROR.
2062
18684a3a
RS
2063 * variables.texi (File Local Variables): Minor cleanup.
2064
c8364415
MA
20652004-05-30 Michael Albinus <michael.albinus@gmx.de>
2066
2067 * files.texi (Magic File Names): Add `file-remote-p' as operation
2068 of file name handlers.
2069
08fd1251
RS
20702004-05-29 Richard M. Stallman <rms@gnu.org>
2071
2072 * modes.texi (Minor Mode Conventions): (-) has no special meaning
2073 as arg to a minor mode command.
2074
71d5a208
RS
20752004-05-22 Richard M. Stallman <rms@gnu.org>
2076
2077 * syntax.texi (Syntax Class Table): Word syntax not just for English.
2078
2079 * streams.texi (Output Variables): Doc float-output-format.
2080
2081 * searching.texi (Regexp Special): Nested repetition can be infloop.
2082
2083 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
2084 real stack overflow.
2085
2086 * compile.texi: Minor cleanups.
2087
20882004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
2089
2090 * lists.texi (Cons Cells): Explain dotted lists, true lists,
2091 circular lists.
2092 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 2093
022cb162
TTN
20942004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
2095
2096 * modes.texi (Search-based Fontification): Fix typo.
2097
aa7094ba
JB
20982004-05-10 Juanma Barranquero <lektu@terra.es>
2099
2100 * modes.texi (Mode Line Variables): Fix description of
2101 global-mode-string, which is now after which-func-mode, not the
2102 buffer name.
2103
c2383279
LH
21042004-05-07 Lars Hansen <larsh@math.ku.dk>
2105
2106 * modes.texi (Desktop Save Mode): Add.
2107 (Modes): Add menu entry Desktop Save Mode.
2108
2109 * hooks.texi: Add desktop-after-read-hook,
2110 desktop-no-desktop-file-hook and desktop-save-hook.
2111
2112 * locals.texi: Add desktop-save-buffer.
2113
058296d3
JH
21142004-04-30 Jesper Harder <harder@ifa.au.dk>
2115
2116 * display.texi: emacs -> Emacs.
2117
0c54865e
EZ
21182004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2119
2120 * files.texi (Changing Files): Document set-file-times.
2121
d814862a
JB
21222004-04-23 Juanma Barranquero <lektu@terra.es>
2123
2124 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2125
e8d6f886
JH
21262004-04-18 Jesper Harder <harder@ifa.au.dk>
2127
2128 * tips.texi (Coding Conventions): defopt -> defcustom.
2129
3a424014
LT
21302004-04-16 Luc Teirlinck <teirllm@auburn.edu>
2131
2132 * sequences.texi: Various clarifications.
2133
9e860631
LT
21342004-04-14 Luc Teirlinck <teirllm@auburn.edu>
2135
2136 * buffers.texi (Read Only Buffers): Mention optional ARG to
2137 `toggle-read-only'.
2138
5e30a0fb
NR
21392004-04-14 Nick Roberts <nick@nick.uklinux.net>
2140
9e860631 2141 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
2142 returns a full-width window if possible.
2143
619fb950
LT
21442004-04-13 Luc Teirlinck <teirllm@auburn.edu>
2145
2146 * buffers.texi: Various changes in addition to:
2147 (Buffer File Name): Add `find-buffer-visiting'.
2148 (Buffer Modification): Mention optional ARG to `not-modified'.
2149 (Indirect Buffers): Mention optional CLONE argument to
2150 `make-indirect-buffer'.
2151
2152 * files.texi: Various changes in addition to:
2153 (Visiting Functions): `find-file-hook' is now a normal hook.
2154 (File Name Expansion): Explain difference between the way that
2155 `expand-file-name' and `file-truename' treat `..'.
2156 (Contents of Directories): Mention optional ID-FORMAT argument to
2157 `directory-files-and-attributes'.
2158 (Format Conversion): Mention new optional CONFIRM argument to
2159 `format-write-file'.
2160
a2295d32
MB
21612004-04-12 Miles Bader <miles@gnu.org>
2162
2163 * macros.texi (Expansion): Add description of `macroexpand-all'.
2164
571fd4d5
JH
21652004-04-05 Jesper Harder <harder@ifa.au.dk>
2166
2167 * variables.texi (Variable Aliases): Mention
2168 cyclic-variable-indirection.
2169
2170 * errors.texi (Standard Errors): Ditto.
2171
4ba2fd66
LT
21722004-04-04 Luc Teirlinck <teirllm@auburn.edu>
2173
2174 * backups.texi: Various small changes in addition to:
2175 (Making Backups): Mention return value of `backup-buffer'.
2176 (Auto-Saving): Mention optional FORCE argument to
2177 `delete-auto-save-file-if-necessary'.
2178 (Reverting): Mention optional PRESERVE-MODES argument to
2179 `revert-buffer'. Correct description of `revert-buffer-function'.
2180
8f7ea687
JL
21812004-03-22 Juri Linkov <juri@jurta.org>
2182
2183 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
2184 with `Vector Functions'.
2185
2186 * text.texi (Sorting): Add missing quote.
2187
0eeca3c1
LT
21882004-03-14 Luc Teirlinck <teirllm@auburn.edu>
2189
2190 * intro.texi (Lisp History): Replace xref to `cl' manual with
2191 inforef.
2192
e69cfac2
RS
21932004-03-12 Richard M. Stallman <rms@gnu.org>
2194
2195 * intro.texi (Version Info): Add arg to emacs-version.
2196 (Lisp History): Change xref to CL manual.
2197
1b91d47f
LT
21982004-03-09 Luc Teirlinck <teirllm@auburn.edu>
2199
2200 * minibuf.texi (Completion Commands): Add xref to Emacs manual
2201 for Partial Completion mode.
2202
97073664
TTN
22032004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2204
2205 * customize.texi: Fix typo. Remove eol whitespace.
2206
04a6e76b
RS
22072004-03-04 Richard M. Stallman <rms@gnu.org>
2208
2209 * processes.texi: Fix typos.
2210
2211 * lists.texi (Building Lists): Minor clarification.
2212
2213 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
2214 in make-hash-table.
2215
5bb0fcd1
JB
22162004-02-29 Juanma Barranquero <lektu@terra.es>
2217
2218 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
2219 rm, and ignore exit code.
2220
9022d421
EZ
22212004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
2222
2223 * display.texi (Defining Faces): Add description for min-colors.
2224 Update example.
2225
92f5fba2
LT
22262004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2227
2228 * abbrevs.texi: Various corrections and clarifications in addition
2229 to the following:
2230 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2231
7e83e178
GM
22322004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2233
2234 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
2235
9c5609e8
LT
22362004-02-21 Luc Teirlinck <teirllm@auburn.edu>
2237
e2b9b51f
LT
2238 * text.texi: Various small changes in addition to the following:
2239 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
2240 to delete-horizontal-space.
2241 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
2242 description of yank-handler text property at various places.
2243
7daa0e81
LT
2244 * frames.texi (Window System Selections): Add anchor.
2245
9c5609e8
LT
2246 * syntax.texi (Syntax Table Functions): Clarify and correct
2247 descriptions of make-syntax-table and copy-syntax-table.
2248 (Motion and Syntax): Clarify SYNTAXES argument to
2249 skip-syntax-forward.
2250 (Parsing Expressions): Mention that the return value of
2251 parse-partial-sexp is currently a list of ten rather than nine
2252 elements.
2253 (Categories): Various corrections and clarifications.
2254
d29edb21
LT
22552004-02-17 Luc Teirlinck <teirllm@auburn.edu>
2256
2257 * markers.texi (Marker Insertion Types): Minor change.
2258
2259 * locals.texi (Standard Buffer-Local Variables):
2260 * commands.texi (Interactive Codes, Using Interactive):
2261 * functions.texi (Related Topics): Fix xrefs.
2262
43e48bda
LT
22632004-02-16 Luc Teirlinck <teirllm@auburn.edu>
2264
2265 * lists.texi (Sets And Lists): Update description of delete-dups.
2266
84e34002
RS
22672004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2268
2269 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
2270
22712004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2272
2273 * frames.texi (Parameter Access): frame-parameters arg is optional.
2274 modify-frame-parameters handles nil for FRAME.
2275 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
2276 are all-or-nothing for certain toolkits.
2277 Mention parameter wait-for-wm.
2278 (Frames and Windows): In frame-first-window and frame-selected-window
2279 the arg is optional.
2280 (Input Focus): In redirect-frame-focus the second arg is optional.
2281 (Window System Selections): Mention selection type CLIPBOARD.
2282 Mention data-type UTF8_STRING.
2283 Mention numbering of cut buffers.
2284 (Resources): Describe x-resource-name.
2285
22862004-02-16 Richard M. Stallman <rms@gnu.org>
2287
2288 * windows.texi (Buffers and Windows): Delete false table
2289 about all-frames.
2290
2291 * syntax.texi (Parsing Expressions): Delete old caveat
2292 about parse-sexp-ignore-comments.
2293
2294 * streams.texi (Output Variables): Add print-quoted.
2295
2296 * lists.texi (Building Lists): Minor cleanup.
2297
2298 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
2299
2300 * display.texi (Overlays): Explain overlays use markers.
2301 (Managing Overlays): Explain front-advance and rear-advance
2302 in more detail.
2303
2304 * loading.texi (Unloading): Document unload-feature-special-hooks.
2305 Get rid of fns-NNN.el file.
2306
23072004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2308
2309 * help.texi (Describing Characters): Fix text-char-description
2310 example output.
2311
2312 * edebug.texi (Using Edebug): Fix example.
2313
2314 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 2315
84e34002
RS
2316 * files.texi (Changing Files): Fix argname.
2317
2318 * calendar.texi: Fix parens, and default values.
2319
2320 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
2321 * nonascii.texi, objects.texi, os.texi: Minor fixes.
2322 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
2323
2324 * positions.texi (Text Lines): Don't add -1 in current-line.
2325
23262004-02-16 Richard M. Stallman <rms@gnu.org>
2327
2328 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
2329
c33b76da
EZ
23302004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2331
2332 * processes.texi (Low-Level Network): Fix a typo.
2333
9d7271e8
KS
23342004-02-12 Kim F. Storm <storm@cua.dk>
2335
2336 * display.texi (Fringes): Use consistent wording.
2337 Note that window-fringe's window arg is optional.
2338 (Scroll Bars): Use consistent wording.
2339
6827d730
LT
23402004-02-11 Luc Teirlinck <teirllm@auburn.edu>
2341
2342 * tips.texi (Comment Tips): Document the new conventions for
2343 commenting out code.
2344
1cb60b5a
JD
23452004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2346
2347 * positions.texi (Text Lines): Added missing end defun.
2348
7fdd1f62
KS
23492004-02-07 Kim F. Storm <storm@cua.dk>
2350
2351 * positions.texi (Text Lines): Add line-number-at-pos.
2352
eb3c144c
JPW
23532004-02-06 John Paul Wallington <jpw@gnu.org>
2354
2355 * display.texi (Button Properties, Button Buffer Commands):
2356 mouse-2 invokes button, not down-mouse-1.
2357
a1d38d63
JR
23582004-02-04 Jason Rumney <jasonr@gnu.org>
2359
2360 * makefile.w32-in: Sync with Makefile.in changes.
2361
4b574f3d
LT
23622004-02-03 Luc Teirlinck <teirllm@auburn.edu>
2363
2364 * minibuf.texi (Text from Minibuffer): Various corrections and
2365 clarifications.
2366 (Object from Minibuffer): Correct Lisp description of
2367 read-minibuffer.
2368 (Minibuffer History): Clarify description of cons values for
2369 HISTORY arguments.
2370 (Basic Completion): Various corrections and clarifications. Add
2371 completion-regexp-list.
2372 (Minibuffer Completion): Correct and clarify description of
2373 completing-read.
6f6b0433 2374 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
2375 other minor changes.
2376 (High-Level Completion): Various corrections and clarifications.
2377 (Reading File Names): Ditto.
2378 (Minibuffer Misc): Ditto.
2379
d8186297
LT
23802004-01-26 Luc Teirlinck <teirllm@auburn.edu>
2381
2382 * strings.texi (Text Comparison): assoc-string also matches
2383 elements of alists that are strings instead of conses.
2384 (Formatting Strings): Standardize Texinfo usage. Update index
2385 entries.
2386
9adcb5f2
LT
23872004-01-20 Luc Teirlinck <teirllm@auburn.edu>
2388
2389 * lists.texi (Sets And Lists): Add delete-dups.
2390
3e7274ae
LT
23912004-01-15 Luc Teirlinck <teirllm@auburn.edu>
2392
2393 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
2394 special form.
2395 * macros.texi (Defining Macros): Update description of `declare',
2396 which now is a macro.
2397 (Wrong Time): Fix typos.
2398
944e099f
LT
23992004-01-14 Luc Teirlinck <teirllm@auburn.edu>
2400
2401 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 2402 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
2403 and `batch-byte-compile'. In particular, mention and describe
2404 all optional arguments.
2405 (Disassembly): Correct and clarify the description of `disassemble'.
2406
90c3aa59
LT
24072004-01-11 Luc Teirlinck <teirllm@auburn.edu>
2408
2409 * searching.texi: Various small changes in addition to the
2410 following.
2411 (Regexp Example): Adapt to new value of `sentence-end'.
2412 (Regexp Functions): The PAREN argument to `regexp-opt' can be
2413 `words'.
2414 (Search and Replace): Add usage note for `perform-replace'.
2415 (Entire Match Data): Mention INTEGERS and REUSE arguments to
2416 `match-data'.
2417 (Standard Regexps): Update for new values of `paragraph-start'
2418 and `sentence-end'.
2419
583c353d
LT
24202004-01-07 Luc Teirlinck <teirllm@auburn.edu>
2421
2422 * files.texi (Saving Buffers): Clarify descriptions of
2423 `write-contents-functions' and `before-save-hook'.
2424 Make the defvar's for `before-save-hook' and `after-save-hook'
2425 into defopt's.
2426
05faee07
KS
24272004-01-07 Kim F. Storm <storm@cua.dk>
2428
2429 * commands.texi (Click Events): Describe new image and
2430 width/height elements of click events.
2431 (Accessing Events): Add posn-string, posn-image, and
2432 posn-object-width-height. Change posn-object to return either
2433 image or string object.
2434
a0465ec3
SJ
24352004-01-01 Simon Josefsson <jas@extundo.com>
2436
2437 * hooks.texi (Standard Hooks): Add before-save-hook.
2438 * files.texi (Saving Buffers): Likewise.
2439
972c0c49
RS
24402004-01-03 Richard M. Stallman <rms@gnu.org>
2441
2442 * frames.texi (Frames and Windows): Delete frame-root-window.
2443
dbcd463f
LT
24442004-01-03 Luc Teirlinck <teirllm@auburn.edu>
2445
2446 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
2447
2448 * functions.texi: Various small changes in addition to the
2449 following.
2450 (What Is a Function): `functionp' returns nil for macros. Clarify
2451 behavior of this and following functions for symbol arguments.
2452 (Function Documentation): Add `\' in front of (fn @var{arglist})
2453 and explain why.
2454 (Defining Functions): Mention DOCSTRING argument to `defalias'.
2455 Add anchor.
2456 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
2457
02c77ee9
MB
24582004-01-01 Miles Bader <miles@gnu.org>
2459
2460 * display.texi (Buttons): New section.
2461
903a1a91
AS
24622003-12-31 Andreas Schwab <schwab@suse.de>
2463
2464 * numbers.texi (Math Functions): sqrt reports a domain-error
2465 error.
2466 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
2467
697cf92a
LT
24682003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2469
3f70fe82
LT
2470 * tips.texi (Documentation Tips): Update item on hyperlinks in
2471 documentation strings.
2472
697cf92a
LT
2473 * errors.texi (Standard Errors): Various small corrections and
2474 additions.
2475
2476 * control.texi: Various small changes in addition to the
2477 following.
2478 (Signaling Errors): Provide some more details on how `signal'
2479 constructs the error message. Add anchor to the definition of
2480 `signal'.
2481 (Error Symbols): Describe special treatment of `quit'.
2482 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
2483 to emphasize that it has to be a single form.
2484
2485 * buffers.texi: Add anchor.
2486
4d25144d
RS
24872003-12-29 Richard M. Stallman <rms@gnu.org>
2488
2489 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
2490 (Window Configurations): Add window-configuration-frame.
2491
2492 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
2493
2494 * text.texi (Examining Properties): Add get-char-property-and-overlay.
2495 Change arg name in get-char-property.
2496 (Special Properties): Update handling of keymap property.
2497
2498 * strings.texi (Modifying Strings): Add clear-string.
2499 (Text Comparison): Add assoc-string and remove
2500 assoc-ignore-case, assoc-ignore-representation.
2501
2502 * os.texi (Time of Day): Add set-time-zone-rule.
2503
2504 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 2505 report domain-error errors.
4d25144d 2506
697cf92a 2507 * nonascii.texi (Converting Representations):
4d25144d
RS
2508 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
2509 (Encoding and I/O): Add file-name-coding-system.
2510
2511 * modes.texi (Search-based Fontification): Explain that
2512 face specs are symbols with face names as values.
2513
2514 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
2515
2516 * lists.texi (Building Lists): remq moved elsewhere.
2517 (Sets And Lists): remq moved here.
2518 (Association Lists): Refer to assoc-string.
2519
2520 * internals.texi (Garbage Collection): Add memory-use-counts.
2521
2522 * frames.texi (Frames and Windows): Add set-frame-selected-window
2523 and frame-root-window.
2524
697cf92a 2525 * files.texi (Contents of Directories):
4d25144d
RS
2526 Add directory-files-and-attributes.
2527
2528 * display.texi (Refresh Screen): Add force-window-update.
2529 (Invisible Text): Explain about moving point out of invis text.
2530 (Overlay Properties): Add overlay-properties.
2531 (Managing Overlays): Add overlayp.
2532 (GIF Images): Invalid image number displays a hollow box.
2533
2534 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
2535 (Killing Buffers): Add buffer-live-p.
2536
67fafe38
MR
25372003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
2538
2539 * display.texi (Fringes): Fix typo "set-buffer-window".
2540
68e74f25
LT
25412003-12-24 Luc Teirlinck <teirllm@auburn.edu>
2542
2543 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
2544 * nonascii.texi, processes.texi, tips.texi, variables.texi:
2545 Add or change various xrefs and anchors.
2546
2547 * commands.texi: Replace all occurrences of @acronym{CAR} with
2548 @sc{car}, for consistency with the rest of the Elisp manual.
2549 `car' and `cdr' are historically acronyms, but are no longer
2550 widely thought of as such.
2551
2552 * internals.texi (Pure Storage): Mention that `purecopy' does not
2553 copy text properties.
2554 (Object Internals): Now 29 bits are used (in most implementations)
2555 to address Lisp objects.
2556
2557 * variables.texi (Variables with Restricted Values): New node.
2558
2559 * objects.texi (Lisp Data Types): Mention that certain variables
2560 can only take on a restricted set of values and add an xref to
2561 the new node "Variables with Restricted Values".
2562
2563 * eval.texi (Function Indirection): Describe the errors that
2564 `indirect-function' can signal.
2565 (Eval): Clarify the descriptions of `eval-region' and `values'.
2566 Describe `eval-buffer' instead of `eval-current-buffer' and
2567 mention `eval-current-buffer' as an alias for `current-buffer'.
2568 Correct the description and mention all optional arguments.
2569
697cf92a 2570 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
2571 following.
2572 (Converting Representations): Clarify behavior of
2573 `string-make-multibyte' and `string-to-multibyte' for unibyte all
2574 ASCII arguments.
2575 (Character Sets): Document the variable `charset-list' and adapt
2576 the definition of the function `charset-list' accordingly.
2577 (Translation of Characters): Clarify use of generic characters in
2578 `make-translation-table'. Clarify and correct the description of
2579 the use of translation tables in encoding and decoding.
2580 (User-Chosen Coding Systems): Correct and clarify the description
2581 of `select-safe-coding-system'.
2582 (Default Coding Systems): Clarify description of
2583 `file-coding-system-alist'.
2584
a62f71e4
LT
25852003-11-30 Luc Teirlinck <teirllm@auburn.edu>
2586
2587 * strings.texi (Text Comparison): Correctly describe when two
2588 strings are `equal'. Combine and clarify descriptions of
2589 `assoc-ignore-case' and `assoc-ignore-representation'.
2590
2591 * objects.texi (Non-ASCII in Strings): Clarify description of
2592 when a string is unibyte or multibyte.
2593 (Bool-Vector Type): Update examples.
2594 (Equality Predicates): Correctly describe when two strings are
2595 `equal'.
2596
19017752
LT
25972003-11-29 Luc Teirlinck <teirllm@auburn.edu>
2598
2599 * lists.texi (Building Lists): `append' no longer accepts integer
2600 arguments. Update the description of `number-sequence' to reflect
2601 recent changes.
2602 (Sets And Lists): Describe `member-ignore-case' after `member'.
2603
0f6a07a8
KS
26042003-11-27 Kim F. Storm <storm@cua.dk>
2605
2606 * commands.texi (Click Events): Click object may be an images.
2607 Describe (dx . dy) element of click positions.
2608 (Accessing Events): Remove duplicate posn-timestamp.
2609 New functions posn-object and posn-object-x-y.
2610
1ce7c819
KS
26112003-11-23 Kim F. Storm <storm@cua.dk>
2612
2613 * commands.texi (Click Events): Describe enhancements to event
2614 position lists, including new text-pos and (col . row) items.
2615 Mention left-fringe and right-fringe area events.
0f6a07a8 2616 (Accessing Events): New functions posn-area and
1ce7c819
KS
2617 posn-actual-col-row. Mention posn-timestamp. Mention that
2618 posn-point in non-text area still returns buffer position.
2619 Clarify posn-col-row.
2620
cae8ddbb
LH
26212003-11-21 Lars Hansen <larsh@math.ku.dk>
2622
2623 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
2624 * anti.texi (File Attributes): Describe removed parameter
2625 ID-FORMAT.
2626
f7f1a248
LT
26272003-11-20 Luc Teirlinck <teirllm@auburn.edu>
2628
68e74f25 2629 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
2630 a position, its buffer is ignored.
2631
2632 * markers.texi (Overview of Markers): Mention it here too.
2633
c5e2fb05
LT
26342003-11-12 Luc Teirlinck <teirllm@auburn.edu>
2635
2636 * numbers.texi (Numeric Conversions): Not just `floor', but also
2637 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
2638
e57d0aa8
LT
26392003-11-10 Luc Teirlinck <teirllm@auburn.edu>
2640
2641 * markers.texi (Creating Markers): Specify insertion type of
2642 created markers. Add xref to `Marker Insertion Types'.
2643 Second argument to `copy-marker' is optional.
2644 (Marker Insertion Types): Mention that most markers are created
2645 with insertion type nil.
2646 (The Mark): Correctly describe when `mark' signals an error.
2647 (The Region): Correctly describe when `region-beginning' and
2648 `region-end' signal an error.
2649
bb3612ec
LT
26502003-11-08 Luc Teirlinck <teirllm@auburn.edu>
2651
2652 * hash.texi (Creating Hash): Clarify description of `eql'.
2653 `makehash' is obsolete.
2654 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
2655
2656 * positions.texi (Point): Change description of `buffer-end', so
2657 that it is also correct for floating point arguments.
2658 (List Motion): Correct argument lists of `beginning-of-defun' and
2659 `end-of-defun'.
2660 (Excursions): Add xref to `Marker Insertion Types'.
2661 (Narrowing): Argument to `narrow-to-page' is optional.
2662
cfb8a797
LT
26632003-11-06 Luc Teirlinck <teirllm@auburn.edu>
2664
2665 * streams.texi (Output Streams): Clarify behavior of point for
2666 marker output streams.
2667
c6177909
LT
26682003-11-04 Luc Teirlinck <teirllm@auburn.edu>
2669
2670 * variables.texi (Defining Variables): Second argument to
2671 `defconst' is not optional.
2672 (Setting Variables): Mention optional argument APPEND to
2673 `add-to-list'.
2674 (Creating Buffer-Local): Expand description of
2675 `make-variable-buffer-local'.
2676 (Frame-Local Variables): Expand description of
2677 `make-variable-frame-local'.
2678 (Variable Aliases): Correct description of optional argument
2679 DOCSTRING to `defvaralias'. Mention return value of
2680 `defvaralias'.
2681 (File Local Variables): Add xref to `File variables' in Emacs
2682 Manual. Correct description of `hack-local-variables'. Mention
2683 `safe-local-variable' property. Mention optional second argument
2684 to `risky-local-variable-p'.
2685
b3645067
LT
26862003-11-03 Luc Teirlinck <teirllm@auburn.edu>
2687
2688 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
2689
10695e5c
EZ
26902003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
2691
2692 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
2693 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
2694 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
2695 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
2696 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 2697 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
2698 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
2699 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
2700 @acronym{FOO}.
2701
a2f4def1
LT
27022003-10-27 Luc Teirlinck <teirllm@auburn.edu>
2703
2704 * strings.texi (Creating Strings): Argument START to `substring'
2705 can not be `nil'. Expand description of
2706 `substring-no-properties'. Correct description of `split-string',
2707 especially with respect to empty matches. Prevent very bad line
2708 break in definition of `split-string-default-separators'.
2709 (Text Comparison): `string=' and `string<' also accept symbols as
2710 arguments.
2711 (String Conversion): More completely describe argument BASE in
2712 `string-to-number'.
5bb0fcd1 2713 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
2714 corresponding object. Clarify behavior of numeric prefix after
2715 `%' in `format'.
2716 (Case Conversion): The argument to `upcase-initials' can be a
2717 character.
2718
a2296bf9
KH
27192003-10-27 Kenichi Handa <handa@m17n.org>
2720
2721 * display.texi (Fontsets): Fix texinfo usage.
2722
885fef7c
KH
27232003-10-25 Kenichi Handa <handa@m17n.org>
2724
2725 * display.texi (Fontsets): Add description of the function
2726 set-fontset-font.
2727
0c6b7a1f
LT
27282003-10-23 Luc Teirlinck <teirllm@auburn.edu>
2729
2730 * display.texi (Temporary Displays): Add xref to `Documentation
2731 Tips'.
2732
2733 * functions.texi (Function Safety): Use inforef instead of pxref
2734 for SES.
2735
c3cda320
AS
27362003-10-23 Andreas Schwab <schwab@suse.de>
2737
2738 * Makefile.in (TEX, texinputdir): Don't define.
2739 (TEXI2DVI): Define.
2740 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
2741 add $(srcdir)/index.texi.
2742 ($(infodir)/elisp): Remove index.texi dependency.
2743 (elisp.dvi): Likewise. Use $(TEXI2DVI).
2744 (index.texi): Remove target.
2745 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
2746 (clean): Don't remove index.texi.
2747
c3cda320
AS
2748 * permute-index, index.perm: Remove.
2749 * index.texi: Rename from index.unperm.
2750
e5dadca7
LT
27512003-10-22 Luc Teirlinck <teirllm@auburn.edu>
2752
2753 * tips.texi (Documentation Tips): Document new behavior for face
2754 and variable hyperlinks in Help mode.
2755
6cfb0777
LT
27562003-10-21 Luc Teirlinck <teirllm@auburn.edu>
2757
2758 * objects.texi (Integer Type): Update for extra bit of integer range.
2759 (Character Type): Ditto.
2760
a6eeaa81 27612003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
2762
2763 * numbers.texi (Integer Basics): Add index entries for reading
2764 numbers in hex, octal, and binary.
2765
c8f9ba83
LK
27662003-10-16 Lute Kamstra <lute@gnu.org>
2767
2768 * modes.texi (Mode Line Format): Mention force-mode-line-update's
2769 argument.
2770
b52a26fb
LT
27712003-10-13 Luc Teirlinck <teirllm@auburn.edu>
2772
2773 * windows.texi (Choosing Window): Fix typo.
2774 * edebug.texi (Edebug Execution Modes): Fix typo.
2775
f7005886
RS
27762003-10-13 Richard M. Stallman <rms@gnu.org>
2777
2778 * windows.texi (Basic Windows): A window has fringe settings,
2779 display margins and scroll-bar settings.
2780 (Splitting Windows): Doc split-window return value.
2781 Clean up one-window-p.
2782 (Selecting Windows): Fix typo.
2783 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
2784 (Buffers and Windows): In set-window-buffer, explain effect
2785 on fringe settings and scroll bar settings.
2786 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
2787 (Choosing Window): Use defopt for pop-up-frame-function.
2788 For special-display-buffer-names, explain same-window and same-frame.
2789 Clarify window-dedicated-p return value.
2790 (Textual Scrolling): scroll-up and scroll-down can get an error.
2791 (Horizontal Scrolling): Clarify auto-hscroll-mode.
2792 Clarify set-window-hscroll.
2793 (Size of Window): Don't mention tool bar in window-height.
2794 (Coordinates and Windows): Explain what coordinates-in-window-p
2795 returns for fringes and display margins.
2796 (Window Configurations): Explain saving fringes, etc.
2797
2798 * tips.texi (Library Headers): Clean up Documentation.
2799
2800 * syntax.texi (Parsing Expressions): Clean up forward-comment
2801 and parse-sexp-lookup-properties.
2802
2803 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
2804
2805 * os.texi (System Environment): Clean up text for load-average errors.
2806
2807 * modes.texi (Hooks): Don't explain local hook details at front.
2808 Clarify run-hooks and run-hook-with-args a little.
2809 Clean up add-hook and remove-hook.
2810
2811 * edebug.texi (Edebug Execution Modes): Clarify t.
2812 Document edebug-sit-for-seconds.
2813 (Coverage Testing): Document C-x X = and =.
2814 (Instrumenting Macro Calls): Fix typo.
2815 (Specification List): Don't index the specification keywords.
2816
c989ebe9
KS
28172003-10-10 Kim F. Storm <storm@cua.dk>
2818
2819 * processes.texi (Network): Introduce make-network-process.
2820
f9525eef
LT
28212003-10-09 Luc Teirlinck <teirllm@auburn.edu>
2822
2823 * tips.texi (Library Headers): Fix typo.
2824
f008b925
LK
28252003-10-07 Juri Linkov <juri@jurta.org>
2826
2827 * modes.texi (Imenu): Mention imenu-create-index-function's
2828 default value. Explain submenus better.
2829
c22c5da6
LK
28302003-10-07 Lute Kamstra <lute@gnu.org>
2831
2832 * modes.texi (Faces for Font Lock): Fix typo.
2833 (Hooks): Explain how buffer-local hook variables can refer to
2834 global hook variables.
2835 Various minor clarifications.
2836
49247521
LK
28372003-10-06 Lute Kamstra <lute@gnu.org>
2838
2839 * tips.texi (Coding Conventions): Mention naming conventions for
2840 hooks.
2841
9296c947
LT
28422003-10-05 Luc Teirlinck <teirllm@auburn.edu>
2843
2844 * loading.texi (Library Search): Correct default value of
2845 load-suffixes.
2846 (Named Features): Fix typo.
2847
0e9b293a
RS
28482003-10-05 Richard M. Stallman <rms@gnu.org>
2849
2850 * loading.texi (Named Features): In `provide',
2851 say how to test for subfeatures.
2852 (Unloading): In unload-feature, use new var name
2853 unload-feature-special-hooks.
2854
49247521 28552003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
2856
2857 * modes.texi (Major Mode Conventions): Mention third way to set up
2858 Imenu.
2859 (Imenu): A number of small fixes.
2860 Delete documentation of internal variable imenu--index-alist.
2861 Document the return value format of imenu-create-index-function
2862 functions.
2863
ab8f7d5c
RS
28642003-09-30 Richard M. Stallman <rms@gnu.org>
2865
2866 * processes.texi (Network): Say what stopped datagram connections do.
2867
2868 * lists.texi (Association Lists): Clarify `assq-delete-all'.
2869
2870 * display.texi (Overlay Properties): Clarify `evaporate' property.
2871
49247521 28722003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
2873
2874 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 2875 constructs should be marked as risky.
86b9b767
LK
2876 Change cons cell into proper list.
2877 (Mode Line Variables): Change cons cell into proper list.
2878
49247521 28792003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
2880
2881 * modes.texi (Mode Line Data): Document the :propertize construct.
2882 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 2883 to match their order in the default mode-line-format.
bc3b02f9
LK
2884 Describe the new variables mode-line-position and mode-line-modes.
2885 Update the default values of mode-line-frame-identification,
2886 minor-mode-alist, and default-mode-line-format.
2887 (Properties in Mode): Mention the :propertize construct.
6142d1d0 2888
bc3b02f9 28892003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 2890
c22c5da6 2891 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
2892 * loading.texi, minibuf.texi, text.texi, variables.texi:
2893 Avoid @strong{Note:}.
2894
28952003-09-26 Richard M. Stallman <rms@gnu.org>
2896
2897 * keymaps.texi (Remapping Commands): Fix typo.
2898
41beda59
LT
28992003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
2900
2901 * processes.texi (Low-Level Network): Fix typo.
2902
ef6ae4ff
KS
29032003-09-23 Kim F. Storm <storm@cua.dk>
2904
2905 * processes.texi (Network, Network Servers): Fix typos.
2906 (Low-Level Network): Add timeout value for :server keyword.
2907 Add new option keywords to make-network-process.
2908 Add set-network-process-options.
2909 Explain how to test availability of network options.
2910
b0f23edf
RS
29112003-09-19 Richard M. Stallman <rms@gnu.org>
2912
2913 * text.texi (Motion by Indent): Arg to
2914 backward-to-indentation and forward-to-indentation is optional.
2915
2916 * strings.texi (Creating Strings): Add substring-no-properties.
2917
2918 * processes.texi
2919 (Process Information): Add list-processes arg QUERY-ONLY.
2920 Delete process-contact from here.
2921 Add new status values for process-status.
2922 Add process-get, process-put, process-plist, set-process-plist.
2923 (Synchronous Processes): Add call-process-shell-command.
2924 (Signals to Processes): signal-process allows process objects.
2925 (Network): Complete rewrite.
2926 (Network Servers, Datagrams, Low-Level Network): New nodes.
2927
2928 * positions.texi (Word Motion): forward-word, backward-word
2929 arg is optional. Reword.
2930
2931 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
2932
c22c5da6 2933 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
2934 Delete duplicate definition of buffer-local-value.
2935 (File Local Variables): Explain about discarding text props.
2936
f387bdea
RS
29372003-09-11 Richard M. Stallman <rms@gnu.org>
2938
2939 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
2940 changes variables that record input events.
2941 (Minibuffer Misc): Add minibuffer-selected-window.
2942
2943 * lists.texi (Building Lists): Add copy-tree.
2944
2945 * display.texi (Fontsets): Add char-displayable-p.
2946 (Scroll Bars): New node.
2947
49247521 29482003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
2949
2950 * modes.texi (%-Constructs): Document new `%i' and `%I'
2951 constructs.
2952
fd026ee1
JR
29532003-09-03 Peter Runestig <peter@runestig.com>
2954
2955 * makefile.w32-in: New file.
2956
4828b4d7
RS
29572003-08-29 Richard M. Stallman <rms@gnu.org>
2958
2959 * display.texi (Overlay Properties): Clarify how priorities
2960 affect use of the properties.
2961
a4e4f05d
LT
29622003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
2963
2964 * customize.texi (Type Keywords): Correct the description of
2965 `:help-echo' in the case where `motion-doc' is a function.
2966
3ebe0346
JPW
29672003-08-14 John Paul Wallington <jpw@gnu.org>
2968
2969 * modes.texi (Emulating Mode Line): Subsection, not section.
2970
3afe8e39
RS
29712003-08-13 Richard M. Stallman <rms@gnu.org>
2972
2973 * elisp.texi (Top): Update subnode lists in menu.
2974
2975 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
2976 (Kill Functions): kill-region has new arg yank-handler.
2977 (Yanking): New node.
2978 (Yank Commands): Add yank-undo-function.
2979 (Low-Level Kill Ring):
2980 kill-new and kill-append have new arg yank-handler.
2981 (Changing Properties): Add remove-list-of-text-properties.
2982 (Atomic Changes): New node.
2983
2984 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
2985
2986 * streams.texi (Output Variables): Add eval-expression-print-length
2987 and eval-expression-print-level.
2988
2989 * os.texi (Time Conversion): For encode-time, explain limits on year.
2990
2991 * objects.texi (Character Type): Define anchor "modifier bits".
2992
2993 * modes.texi (Emulating Mode Line): New node.
2994 (Search-based Fontification): Font Lock uses font-lock-face property.
2995 (Other Font Lock Variables): Likewise.
2996
2997 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
2998 not vectors.
2999 (Active Keymaps): Add emulation-mode-map-alists.
3000 (Functions for Key Lookup): key-binding has new arg no-remap.
3001 (Remapping Commands): New node.
3002 (Scanning Keymaps): where-is-internal has new arg no-remap.
3003 (Tool Bar): Add tool-bar-local-item-from-menu.
3004 Clarify when to use tool-bar-add-item-from-menu.
3005
3006 * commands.texi (Interactive Call): commandp has new arg.
3007 (Command Loop Info): Add this-original-command.
3008
e37769b1
JPW
30092003-08-06 John Paul Wallington <jpw@gnu.org>
3010
3011 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
3012
3013 * display.texi (Warning Basics): Fix typo.
3014 (Fringes): Add closing curly bracket and fix typo.
3015
3016 * elisp.texi (Top): Fix typo.
3017
c5e0561f
RS
30182003-08-05 Richard M. Stallman <rms@gnu.org>
3019
3020 * elisp.texi: Update lists of subnodes.
3021
3022 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
3023
3024 * variables.texi (Local Variables): Use lc for example variable names.
3025
3026 * tips.texi (Library Headers): Explain where to put -*-.
3027
3028 * strings.texi (Creating Strings): Fix xref for vconcat.
3029
3030 * sequences.texi (Vector Functions):
3031 vconcat no longer allows integer args.
3032
3033 * minibuf.texi (Reading File Names): read-file-name has new
3034 arg PREDICATE. New function read-directory-name.
3035
3036 * macros.texi (Defining Macros): Give definition of `declare'
3037 (Indenting Macros): New node.
3038
3039 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
3040 (Window Frame Parameters): Make separate table of parameters
3041 that are coupled with specific face attributes.
3042 (Deleting Frames): delete-frame-hooks renamed to
3043 delete-frame-functions.
3044
3045 * files.texi (Magic File Names): Add file-remote-p.
3046 Clarify file-local-copy.
3047
3048 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
3049 here; instead xref Defining Macros.
3050
3051 * display.texi (Warnings): New node, and subnodes.
3052 (Fringes): New node.
3053
3054 * debugging.texi (Test Coverage): New node.
3055
3056 * compile.texi (Compiler Errors): Explain with-no-warnings
3057 and other ways to suppress warnings.
3058
3059 * commands.texi (Interactive Call): Minor clarification.
3060
3061 * buffers.texi (Buffer File Name): set-visited-file-name
3062 renames the buffer too.
3063
3064 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
3065
ee59dede
MR
30662003-07-24 Markus Rost <rost@math.ohio-state.edu>
3067
3068 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
3069
f0514b34
MR
30702003-07-22 Markus Rost <rost@math.ohio-state.edu>
3071
3072 * internals.texi (Garbage Collection): Fix previous change.
3073
c73983bb
RS
30742003-07-22 Richard M. Stallman <rms@gnu.org>
3075
3076 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
3077
3078 * display.texi (Width): Use \s syntax in example.
3079 (Font Selection): Add face-font-rescale-alist.
3080
3081 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
3082 Remove spurious indent in example.
3083
3084 * lists.texi (Building Lists): Add number-sequence.
3085
3086 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
3087
3088 * functions.texi (Function Documentation): Explain how to
3089 show calling convention explicitly in the doc string.
3090
3091 * windows.texi (Selecting Windows): save-selected-window saves
3092 selected window of each frame.
3093 (Window Configurations): Minor change.
3094
3095 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
3096
3097 * streams.texi (Output Variables): Add print-continuous-numbering
3098 and print-number-table.
3099
3100 * processes.texi (Decoding Output): New node.
3101
3102 * os.texi (Time Conversion): decode-time arg is optional.
3103
3104 * objects.texi (Character Type): Don't use space as example for \.
3105 Make list of char names and \-sequences correspond.
3106 Explain that \s is not used in strings. `\ ' needs space after.
3107
3108 * nonascii.texi (Converting Representations): Add string-to-multibyte.
3109 (Translation of Characters): Add translation-table-for-input.
3110 (Default Coding Systems): Add auto-coding-functions.
3111 (Explicit Encoding): Add decode-coding-inserted-region.
3112 (Locales): Add locale-info.
3113
3114 * minibuf.texi (Basic Completion): Describe test-completion.
3115 Collections can be lists of strings.
3116 Clean up lazy-completion-table.
3117 (Programmed Completion): Mention test-completion.
3118 Clarify why lambda expressions are not accepted.
3119 (Minibuffer Misc): Describe minibufferp.
3120
51a8b435
RS
31212003-07-14 Richard M. Stallman <rms@gnu.org>
3122
3123 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
3124
3125 * windows.texi (Selecting Windows): New arg to select-window.
3126 (Selecting Windows): Add with-selected-window.
3127 (Size of Window): Add window-inside-edges, etc.
3128
3129 * internals.texi (Garbage Collection): Add post-gc-hook.
3130
3131 * processes.texi (Subprocess Creation): Add exec-suffixes.
3132
3133 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
3134 (Scanning Keymaps): Add map-keymaps.
3135 (Defining Menus): Add keymap-prompt.
3136
3137 * numbers.texi (Integer Basics): Add most-positive-fixnum,
3138 most-negative-fixnum.
3139
3140 * compile.texi (Byte Compilation): Explain no-byte-compile
3141 (Compiler Errors): New node.
3142
3143 * os.texi (User Identification): user-uid, user-real-uid
3144 can return float.
3145
3146 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
3147 and about derived modes.
3148 (Minor Modes): Add minor-mode-list.
3149 (Defining Minor Modes): Keyword args for define-minor-mode.
3150 (Search-based Fontification): Explain managing other properties.
3151 (Other Font Lock Variables): Add font-lock-extra-managed-props.
3152 (Faces for Font Lock): Add font-locl-preprocessor-face.
3153 (Hooks): Add run-mode-hooks and delay-mode-hooks.
3154
3155 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 3156 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
3157
3158 * loading.texi (Library Search): Add load-suffixes.
3159
3160 * minibuf.texi (Basic Completion): Add lazy-completion-table.
3161 (Programmed Completion): Add dynamic-completion-table.
3162
3163 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
3164 (Magic File Names): Specify precedence order of handlers.
199bb209 3165
51a8b435
RS
3166 * commands.texi (Command Overview): Emacs server runs pre-command-hook
3167 and post-command-hook.
3168 (Waiting): New calling convention for sit-for.
3169
3170 * text.texi (Special Properties): local-map and keymap properties
3171 apply based on their stickiness.
3172
c6de56a0
RS
31732003-07-07 Richard M. Stallman <rms@gnu.org>
3174
3175 * modes.texi (Minor Mode Conventions): Specify only some kinds
3176 of list values as args to minor modes.
3177
3178 * files.texi (File Name Expansion): Warn about iterative use
3179 of substitute-in-file-name.
3180
3181 * advice.texi (Activation of Advice): Clean up previous change.
3182
8c761ea6
MR
31832003-07-06 Markus Rost <rost@math.ohio-state.edu>
3184
3185 * advice.texi (Activation of Advice): Note that ad-start-advice is
3186 turned on by default.
3187
c6de56a0
RS
31882003-06-30 Richard M. Stallman <rms@gnu.org>
3189
3190 * text.texi (Buffer Contents): Document current-word.
3191 (Change Hooks): Not called for *Messages*.
3192
3193 * functions.texi (Defining Functions): Explain about redefining
3194 primitives.
3195 (Function Safety): Renamed. Minor changes.
3196 Comment out the detailed criteria for what is safe.
3197
3fe4e567
AS
31982003-06-22 Andreas Schwab <schwab@suse.de>
3199
3200 * objects.texi (Symbol Type): Fix description of examples.
3201
cda7bd13
AS
32022003-06-16 Andreas Schwab <schwab@suse.de>
3203
3204 * hash.texi (Creating Hash): Fix description of :weakness.
3205
fbcffa4a
KG
32062003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3207
3208 * files.texi (Changing Files): copy-file copies file modes, too.
3209
ff6a3bfb
RS
32102003-05-28 Richard M. Stallman <rms@gnu.org>
3211
3212 * strings.texi (Creating Strings): Clarify split-string.
3213
1463a05d
JB
32142003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
3215
3216 * strings.texi (Creating Strings): Update split-string specification
3217 and examples.
3218
af253914
RS
32192003-05-19 Richard M. Stallman <rms@gnu.org>
3220
3221 * elisp.texi: Correct invariant section names.
3222
7ea52f92
RS
32232003-04-20 Richard M. Stallman <rms@gnu.org>
3224
3225 * os.texi (Timers): Explain about timers and quitting.
3226
e31afc09
RS
32272003-04-19 Richard M. Stallman <rms@gnu.org>
3228
3229 * internals.texi (Writing Emacs Primitives): Strings are
3230 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
3231 Explain GCPRO convention for varargs function args.
3232
5ceea398
RS
32332003-04-16 Richard M. Stallman <rms@gnu.org>
3234
3235 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
3236
b0ada147
RS
32372003-04-08 Richard M. Stallman <rms@gnu.org>
3238
3239 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
3240
b23375aa
KS
32412003-02-13 Kim F. Storm <storm@cua.dk>
3242
3243 * objects.texi (Character Type): New \s escape for space.
3244
c60ee5e7
JB
32452003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3246
3247 * os.texi (System Environment): Added cygwin system-type.
3248
84e47416
RS
32492003-01-25 Richard M. Stallman <rms@gnu.org>
3250
3251 * keymaps.texi: Document that a symbol can act as a keymap.
3252
3e8cf2ea
RS
32532003-01-13 Richard M. Stallman <rms@gnu.org>
3254
3255 * text.texi (Changing Properties): Say string indices are origin-0.
3256
3257 * positions.texi (Screen Lines) <compute-motion>:
3258 Correct order of elts in return value.
3259
3260 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
3261 how to define a default binding.
3262
7abb9fc5 32632002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 3264
104bc3aa 3265 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 3266
104bc3aa
MR
3267 * customize.texi (Simple Types): Clarify description of custom
3268 type 'number. Describe new custom type 'float.
177f790c 3269
7abb9fc5 32702002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
3271
3272 * variables.texi (File Local Variables): Fix typo.
3273
df140a68 32742002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 3275
df140a68
KG
3276 From Michael Albinus <Michael.Albinus@alcatel.de>.
3277
3278 * README: Target for Info file is `make info'.
3279
3280 * files.texi (File Name Components): Fixed typos in
3281 `file-name-sans-extension'.
3282 (Magic File Names): Complete list of operations for magic file
3283 name handlers.
3284
7ed9159a
JY
32852002-09-16 Jonathan Yavner <jyavner@engineer.com>
3286
3287 * variables.texi (File Local Variables): New function
3288 risky-local-variable-p.
3289
32902002-09-15 Jonathan Yavner <jyavner@engineer.com>
3291
3292 * functions.texi (Function safety): New node about unsafep.
3293
241f79af
PA
32942002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
3295
3296 * customize.texi (Splicing into Lists): Fixed example.
3297 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
3298
72459b15
JB
32992002-06-17 Juanma Barranquero <lektu@terra.es>
3300
3301 * frames.texi (Display Feature Testing): Fix typo.
3302
61f7e0f5
AS
33032002-06-12 Andreas Schwab <schwab@suse.de>
3304
3305 * frames.texi (Initial Parameters, Resources): Fix references to
3306 the Emacs manual.
3307
4e792dbd
KS
33082002-05-13 Kim F. Storm <storm@cua.dk>
3309
3310 * variables.texi (Intro to Buffer-Local): Updated warning and
3311 example relating to changing buffer inside let.
3312
940344d4 33132002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
3314
3315 * os.texi (Session Management): New node about X Session management.
3316
231ac53b
EZ
33172002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
3318
3319 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
3320 to which the manual corresponds, and the copyright years.
3321
3322 * Makefile.in (VERSION): Set to 2.9.
3323
140cc574
EZ
33242001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
3325
3326 * elisp.texi: Change the category in @dircategory to "Emacs", to
3327 make it consistent with info/dir.
3328
9c7fce05
MB
33292001-11-25 Miles Bader <miles@gnu.org>
3330
3331 * text.texi (Fields): Describe new `limit' arg in
3332 field-beginning/field-end.
3333
9f8bbf0f
EZ
33342001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3335
a5e6715c
EZ
3336 * permute-index: Don't depend on csh-specific features. Replace
3337 the interpreter name with /bin/sh.
3338
9f8bbf0f
EZ
3339 * two-volume-cross-refs.txt: New file.
3340 * two.el: New file.
3341 * spellfile: New file.
3342
1756e2fb
EZ
33432001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
3344
3345 * permute-index: New file.
3346
3347 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
3348 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
3349 8+3 restricted namespace.
ad050e54
EZ
3350
3351 * Makefile.in (infodir): Define relative to $(srcdir).
3352 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
3353 include directories list via -I switch to makeinfo.
3354 (index.texi): Use cp if both hard and symbolic links fail.
3355
10fa7f8e
EZ
33562001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3357
7a1494ce
EZ
3358 * Makefile.in (distclean): Add.
3359
10fa7f8e
EZ
3360 The following changes make ELisp manual part of the Emacs
3361 distribution:
3362
3363 * Makefile.in: Add Copyright notice.
3364 (prefix): Remove.
3365 (infodir): Change value to "../info".
3366 (VPATH): New variable.
3367 (MAKE): Don't define.
3368 (texmacrodir): Don't define.
3369 (texinputdir): Append the existing value of TEXINPUTS.
3370 ($(infodir)/elisp): Instead of just "elisp". Reformat the
3371 command to be compatible with man/Makefile.in, and to put the
3372 output into ../info.
5c32b7c5 3373 (info): Add target.
10fa7f8e
EZ
3374 (installall): Target removed.
3375
ad050e54 33762001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
3377
3378 * tips.texi (Coding Conventions): Fix typo.
3379
6fd735df
GM
33802001-10-23 Gerd Moellmann <gerd@gnu.org>
3381
3382 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
3383
b704d54b
EZ
33842001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3385
3386 * files.texi (File Name Components): Update the description of
3387 file-name-sans-extension and file-name-extension, as they now
3388 ignore leading dots.
3389
71431a0e
GM
33902001-10-20 Gerd Moellmann <gerd@gnu.org>
3391
6aa97356 3392 * (Version 21.1 released.)
71431a0e 3393
79f1f96c
MB
33942001-10-19 Miles Bader <miles@gnu.org>
3395
3396 * positions.texi (Text Lines): Describe behavior of
3397 `beginning-of-line'/`end-of-line' in the presence of field properties.
3398
892a8f36
GM
33992001-10-17 Gerd Moellmann <gerd@gnu.org>
3400
3401 * Makefile.in (VERSION): Set to 2.8.
3402 (manual): Use `manual-21'.
3403
8c1cc9e8 3404 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
3405 number was used. Set it to 2.8.
3406
3407 * intro.texi: Likewise.
3408
51724e26
EZ
34092001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3410
3411 * files.texi (File Name Completion): Document the significance of
3412 a trailing slash in elements of completion-ignored-extensions.
3413
57b338e8
MB
34142001-10-06 Miles Bader <miles@gnu.org>
3415
3416 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
3417
c89e4bc5
GM
34182001-10-04 Gerd Moellmann <gerd@gnu.org>
3419
3420 * variables.texi (Variable Aliases): New node.
3421
ab952a4f
GM
34222001-10-04 Gerd Moellmann <gerd@gnu.org>
3423
3424 * Branch for 21.1.
dff28924 3425
9db3a582
MB
34262001-10-02 Miles Bader <miles@gnu.org>
3427
ae1a9581
MB
3428 * minibuf.texi (Minibuffer Misc): Add entries for
3429 `minibuffer-contents', `minibuffer-contents-no-properties', and
3430 `delete-minibuffer-contents'.
3431 Correct description for `minibuffer-prompt-end'.
3432
9db3a582
MB
3433 * text.texi (Property Search): Correct descriptions of
3434 `next-char-property-change' and `previous-char-property-change'.
3435 Add entries for `next-single-char-property-change' and
3436 `previous-single-char-property-change'.
3437 Make operand names a bit more consistent.
3438
03be5931
EZ
34392001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3440
3441 * frames.texi (Finding All Frames): Document that next-frame and
3442 previous-frame are local to current terminal.
3443
974548ec
EZ
34442001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
3445
3446 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 3447 result of make-keymap.
974548ec 3448
8d82c597
EZ
34492001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3450
3451 * display.texi (Font Lookup, Attribute Functions)
3452 (Image Descriptors): Add cross-references to the definition of
3453 selected frame.
3454
3455 * buffers.texi (The Buffer List): Add cross-references to the
3456 definition of selected frame.
3457
3458 * frames.texi (Input Focus): Clarify which frame is _the_ selected
3459 frame at any given time.
3460 (Multiple Displays, Size and Position): Add a cross-reference to
3461 the definition of the selected frame.
3462
2842de30
EZ
34632001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3464
3465 * strings.texi (String Conversion) <string-to-number>: Document
3466 that a float is returned for integers that are too large.
3467
3468 * frames.texi (Mouse Position): Document mouse-position-function.
3469 (Display Feature Testing): Document display-images-p.
3470 (Window Frame Parameters): Document the cursor-type variable.
3471
3472 * numbers.texi (Integer Basics): Document CL style read syntax for
3473 integers in bases other than 10.
3474
3475 * positions.texi (List Motion): Document
3476 open-paren-in-column-0-is-defun-start.
3477
3478 * lists.texi (Sets And Lists): Document member-ignore-case.
3479
3480 * internals.texi (Garbage Collection): Document the used and free
3481 strings report.
3482 (Memory Usage): Document strings-consed.
3483
3484 * os.texi (Time of Day): Document float-time.
3485 (Recording Input): Document that clear-this-command-keys clears
3486 the vector to be returned by recent-keys.
3487
3488 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
3489 argument keymap can be a list.
3490
3491 * nonascii.texi (User-Chosen Coding Systems)
3492 <select-safe-coding-system>: Document the new argument
3493 accept-default-p and the variable
3494 select-safe-coding-system-accept-default-p. Tell what happens if
3495 buffer-file-coding-system is undecided.
3496 (Default Coding Systems): Document auto-coding-regexp-alist.
3497
3498 * display.texi (The Echo Area) <message>: Document
3499 message-truncate-lines.
3500 (Glyphs): Document that the glyph table is unused on windowed
3501 displays.
3502
3503 * help.texi (Describing Characters) <single-key-description>:
3504 Document the new argument no-angles.
3505 (Accessing Documentation) <documentation-property>: Document that
3506 a non-string property is evaluated.
3507 <documentation>: Document that the function-documentation property
3508 is looked for.
3509
3510 * windows.texi (Selecting Windows): Document some-window.
3511
3512 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
3513
3514 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
3515 apropos-mode-hook.
3516
3517 * commands.texi (Using Interactive): Document interactive-form.
3518 (Keyboard Macros): Document kbd-macro-termination-hook.
3519 (Command Loop Info): Document that clear-this-command-keys clears
3520 the vector to be returned by recent-keys.
3521
2d43d823
GM
35222001-09-04 Werner LEMBERG <wl@gnu.org>
3523
3524 * Makefile.in (srcdir, texinputdir): New variables.
3525 (srcs, index.texi, install): Use $(srcdir).
3526 (.PHONY): Remove elisp.dvi.
3527 (elisp): Use -I switch for makeinfo.
3528 (elisp.dvi): Use $(srcdir) and $(texinputdir).
3529 (installall, dist): Use $(srcdir).
3530 Fix path to texinfo.tex.
3531 (maintainer-clean): Add elisp.dvi and elisp.oaux.
3532
fa739b31
GM
35332001-08-30 Gerd Moellmann <gerd@gnu.org>
3534
92a25631
GM
3535 * display.texi (Conditional Display): Adjust to API change.
3536
fa739b31
GM
3537 * configure: New file.
3538
cef68af5
GM
35392001-07-30 Gerd Moellmann <gerd@gnu.org>
3540
3541 * commands.texi (Repeat Events): Add description of
3542 double-click-fuzz.
3543
d1f08d85
SM
35442001-05-08 Stefan Monnier <monnier@cs.yale.edu>
3545
3546 * syntax.texi (Syntax Class Table): Add the missing designator for
3547 comment and string fences.
3548 (Syntax Properties): Add a xref to syntax table internals.
3549 (Syntax Table Internals): Document string-to-syntax.
3550
1e9fc92e
GM
35512001-05-07 Gerd Moellmann <gerd@gnu.org>
3552
3553 * Makefile.in (install): Use install-info command line options
3554 like in Emacs' Makefile.in.
3555
00480554
MB
35562000-12-09 Miles Bader <miles@gnu.org>
3557
3558 * windows.texi (Window Start): Update documentation for
3559 `pos-visible-in-window-p'.
3560
1e344ee2
SM
35612000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3562
3563 * lists.texi (Building Lists): Add footnote to explain how to add
3564 to the end of a list.
3565
a540f6ed
GM
35662000-10-25 Gerd Moellmann <gerd@gnu.org>
3567
3568 * files.texi (Visiting Functions): Typos.
3569
28bcdbee
KH
35702000-10-25 Kenichi Handa <handa@etl.go.jp>
3571
3572 * files.texi (Visiting Functions): Return value of
3573 find-file-noselect may be a list of buffers if wildcards are used.
3574
22d1a4ed
MB
35752000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3576
3577 * display.texi (Defining Faces): Document `graphic' display type
3578 in face specs.
3579
916a89db
KG
35802000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3581
1e9fc92e 3582 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
3583 `after-make-frame-hook' with `after-make-frame-functions'.
3584
1e9fc92e 3585 * frames.texi (Creating Frames): Ditto.
916a89db 3586
1e9fc92e 3587 * variables.texi (Future Local Variables): Ditto.
916a89db 3588
483de32b
GM
35892000-10-16 Gerd Moellmann <gerd@gnu.org>
3590
3591 * display.texi (Other Image Types): Add description of :foreground
3592 and :background properties of mono PBM images.
3593
e23a63a5
WL
35942000-08-17 Werner LEMBERG <wl@gnu.org>
3595
3596 * .cvsignore: New file.
3597
dfc16043
GM
35982000-01-05 Gerd Moellmann <gerd@gnu.org>
3599
3600 * tindex.pl: New script.
3601
602613fe
DL
36021999-12-03 Dave Love <fx@gnu.org>
3603
3604 * Makefile.in (MAKEINFO): New parameter.
3605
94ec544d
DL
36061999-09-17 Richard Stallman <rms@gnu.org>
3607
3608 * Makefile.in (srcs): Add hash.texi.
3609 (VERSION): Update to 20.6.
3610
36111999-09-13 Richard Stallman <rms@gnu.org>
3612
3613 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
3614
36151998-08-29 Karl Heuer <kwzh@gnu.org>
3616
3617 * configure.in: New file.
3618 * Makefile.in: Renamed from Makefile.
3619 (prefix, infodir): Use value obtained from configure.
3620 (emacslibdir): Obsolete variable deleted.
3621 (dist): Distribute configure.in, configure, Makefile.in.
3622
36231998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
3624
3625 * Makefile (INSTALL_INFO): New variable.
3626 (install): Run install-info.
3627
36281998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
3629
3630 * Makefile (elisp.dvi): Add missing backslash.
3631
36321998-05-02 Richard Stallman <rms@psilocin.gnu.org>
3633
3634 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
3635 Run texindex without `./'. Always run texindex on elisp.tp.
3636 (elisp.tps): Target deleted.
3637
36381998-04-05 Richard Stallman <rms@psilocin.gnu.org>
3639
3640 * Makefile (srcs): Add nonascii.texi and customize.texi.
3641 (dist): Start by deleting `temp'.
3642
36431998-02-17 Richard Stallman <rms@psilocin.gnu.org>
3644
3645 * Makefile (makeinfo, texindex): Targets deleted.
3646 (makeinfo.o, texindex.o): Targets deleted.
3647 (clean, dist): Don't do anything with them or with getopt*.
3648
36491998-01-30 Richard Stallman <rms@psilocin.gnu.org>
3650
3651 * Makefile (SHELL): Defined.
3652
36531998-01-27 Richard Stallman <rms@psilocin.gnu.org>
3654
3655 * Makefile (elisp.tps): New target.
3656 (elisp.dvi): Depend on elisp.tps.
3657
3658Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
3659
3660 * README: Update phone number.
3661
3662 * Makefile (elisp): Make this be the default target.
3663 Depend on makeinfo.c instead of makeinfo.
3664 (install): Don't depend on elisp.dvi, since we don't install that.
3665 Use mkinstalldirs.
3666 (dist): Add mkinstalldirs.
3667
3668Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3669
3670 * Makefile (VERSION): Update version number.
3671 (maintainer-clean): Renamed from realclean.
3672
3673Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3674
3675 * Makefile (realclean): New target.
3676 (elisp): Remove any old elisp-* files first.
3677
3678Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
3679
d1f08d85
SM
3680 * Makefile (VERSION): New variable.
3681 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
3682 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
3683
3684Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3685
3686 * Makefile (elisp): Depend on makeinfo.
3687
3688Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
3689
d1f08d85 3690 * Makefile (srcs): Add anti.texi.
94ec544d
DL
3691
3692Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3693
3694 * Makefile (infodir, prefix): New vars.
3695 (install): Use infodir.
3696 (emacsinfodir): Deleted.
3697
3698Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3699
3700 * Makefile (srcs): Add calendar.texi.
3701
3702 * Makefile (dist): Copy texindex.c and makeinfo.c.
3703 Limit elisp-* files to those with one or two digits.
3704
3705Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3706
3707 * Makefile (dist): Changed to use Gzip instead of compress.
3708
3709Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3710
3711 * loading.texi (Unloading): define-function changed back to
3712 defalias. It may not stay this way, but at least it's
3713 consistent with the known-good version of the code patch.
3714
3715Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3716
3717 * modes.texi (Hooks): Document new optional arg of add-hook.
3718
3719Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3720
d1f08d85 3721 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
3722
3723 * tips.texi: Add new section on standard library headers.
3724
3725Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3726
3727 * Makefile (srcs): Add frame.texi to the list of sources.
3728
3729Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3730
3731 * Makefile (dist): Don't bother excluding autosave files; they'll
3732 never make it into the temp directory anyway, and the hash marks
3733 in the name are problematic for make and the Bourne shell.
dff28924 3734 (srcs):
94ec544d
DL
3735
3736Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3737
d1f08d85 3738 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
3739 the distribution tar file.
3740
dff28924 3741Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
3742
3743 * Makefile (srcs): Added index.perm.
3744 (elisp.dvi): Remove erroneous shell comment.
3745 Expect output of permute-index in permuted.fns.
3746 Save old elisp.aux in elisp.oaux.
3747 (clean): Added index.texi to be deleted.
3748
dff28924 3749Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3750
3751 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
3752
dff28924 3753Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
3754
3755 * files.texi: Noted that completion-ignored-extensions is ignored
3756 when making *Completions*.
3757
3758Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
3759
3760 * Makefile make dist now depends on elisp.dvi, since it tries
3761 to include it in the dist file.
3762
dff28924 3763Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
3764
3765 * functions.texinfo (Mapping Functions): Add missing quote
3766
dff28924 3767Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3768
3769 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
3770 (defunargs): Turn off \hyphenchar of \sl font temporarily.
3771
dff28924 3772Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3773
3774 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
3775 and @error{} are the terms now being used. The files in the
3776 directory have been changed to reflect this.
3777
d1f08d85 3778 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
3779 ` @result{}', using 5 spaces at the begining of the line.
3780
dff28924 3781Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3782
3783 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
3784 experimental @indentedresult{}, @indentedexpandsto{} are part of
3785 the texinfo.tex in this directory. These TeX macros are not
3786 stable yet.
3787
dff28924 3788Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3789
3790 * texinfo.tex: temporarily added
d1f08d85 3791 \let\result=\dblarrow
94ec544d
DL
3792 \def\error{{\it ERROR} \longdblarrow}
3793 We need to do this better soon.
3794
dff28924 3795Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3796
3797 * Applied Karl Berry's patches to *.texinfo files, but not to
3798 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
3799 new title page format is also not applied, since it requires
3800 texinfo.tex changes.)
3801
3802 * Cleaned up `Makefile' and defined the `emacslibdir' directory
3803 for the Project GNU development environment.
3804
ad050e54 3805;; Local Variables:
fd026ee1 3806;; coding: iso-2022-7bit
ad050e54 3807;; End:
2a34a036 3808
651f374c
TTN
3809 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3810 2005 Free Software Foundation, Inc.
2a34a036
GM
3811 Copying and distribution of this file, with or without modification,
3812 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
3813
3814;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda