(term-get-old-input, term-input-filter, term-input-sender)
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
67c1390d
LT
12005-06-16 Luc Teirlinck <teirllm@auburn.edu>
2
3 * edebug.texi (Instrumenting): Eliminate duplicate link.
4 (Specification List): Replace references to "below", referring to
5 a later node, with one @ref to that node.
6
7 * os.texi (Timers): Timers should save and restore the match data
8 if they change it.
9
10 * debugging.texi (Debugger Commands): Mention that the Lisp
11 debugger can not step through primitive functions.
12
51cd2a8c
JB
132005-06-16 Juanma Barranquero <lekktu@gmail.com>
14
15 * functions.texi (Obsolete Functions): Update argument names of
16 `make-obsolete' and `define-obsolete-function-alias'.
17
18 * variables.texi (Variable Aliases): Update argument names of
19 `defvaralias', `make-obsolete-variable' and
20 `define-obsolete-variable-alias'.
21
f5e6ac4a
KS
222005-06-15 Kim F. Storm <storm@cua.dk>
23
24 * searching.texi (Entire Match Data): Rephrase warnings about
25 evaporate arg to match-data and set-match-data.
26
fe2a9972
LT
272005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28
67774855
LT
29 * elisp.texi (Top): Update detailed menu.
30
fe2a9972
LT
31 * edebug.texi (Edebug): Update menu.
32 (Instrumenting): Update xrefs.
33 (Edebug Execution Modes): Correct xref.
34 (Jumping): Clarify description of `h' command.
35 Eliminate redundant @ref.
36 (Breaks): New node.
37 (Breakpoints): is now a subsubsection.
38 (Global Break Condition): Mention `C-x X X'.
39 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
40 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
41 (Edebug Display Update): Correct pxref.
42 (Edebug and Macros): New node.
43 (Instrumenting Macro Calls): Is now a subsubsection.
44 Neither arg of `def-edebug-spec' is evaluated.
45 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
46 (Specification Examples): Fix typo.
47
b59f605b
LK
482005-06-14 Lute Kamstra <lute@gnu.org>
49
50 * debugging.texi (Function Debugging): Primitives can break on
51 entry too.
52
a5c99dc9
KS
532005-06-14 Kim F. Storm <storm@cua.dk>
54
55 * variables.texi (Setting Variables): Add add-to-ordered-list.
56
f99ed2f8
SM
572005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * syntax.texi (Parsing Expressions): Document aux functions and vars of
60 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
61
9d42ffaa
LK
622005-06-13 Lute Kamstra <lute@gnu.org>
63
64 * text.texi (Special Properties): Fix cross reference.
65
32cc0b00
LT
662005-06-11 Luc Teirlinck <teirllm@auburn.edu>
67
68 * debugging.texi (Function Debugging): Delete mention of empty
69 string argument to `cancel-debug-on-entry'. Delete inaccurate
70 description of the return value of that command.
71
98d1a1cf
EZ
722005-06-11 Alan Mackenzie <acm@muc.de>
73
74 * text.texi (Adaptive Fill): Amplify the description of
75 fill-context-prefix.
76
4b53b8d7
LT
772005-06-10 Luc Teirlinck <teirllm@auburn.edu>
78
79 * syntax.texi (Parsing Exprssions): Fix Texinfo error.
80
b5305167
SM
812005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * syntax.texi (Parsing Expressions): Document syntax-ppss.
84
9bd4c3ad
LT
852005-06-10 Luc Teirlinck <teirllm@auburn.edu>
86
87 * debugging.texi (Error Debugging): Minor rewording.
88 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
89 is optional.
90
257914aa
LK
912005-06-10 Lute Kamstra <lute@gnu.org>
92
b5305167 93 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
94 (Top): Give it a title. Correct version number. Give the
95 detailed node listing a more prominent header.
b5305167
SM
96 * intro.texi: Don't set VERSION here a second time.
97 Mention Emacs's version too.
257914aa
LK
98 * anti.texi (Antinews): Use EMACSVER to refer to the current
99 version of Emacs.
100
b7aae902
KS
1012005-06-09 Kim F. Storm <storm@cua.dk>
102
103 * searching.texi (Entire Match Data): Explain new `reseat' argument to
104 match-data and set-match-data.
105
99598737
RS
1062005-06-08 Richard M. Stallman <rms@gnu.org>
107
108 * searching.texi (Entire Match Data): Clarify when match-data
109 returns markers and when integers.
110
111 * display.texi (Defining Faces): Explain that face name should not
112 end in `-face'.
113
114 * modes.texi (Mode Line Data): Minor cleanup.
115 (Customizing Keywords): Node split out of Search-based Fontification.
116 Add example of using font-lock-add-keywords from a hook.
117 Clarify when MODE should be non-nil, and when nil.
118
1192005-06-06 Richard M. Stallman <rms@gnu.org>
120
121 * modes.texi (Mode Line Data): Explain what happens when the car
122 of a list is a void symbol.
123 (Search-based Fontification): Explain MODE arg to
124 font-lock-add-keywords and warn about calls from major modes.
125
ecc8893a
JL
1262005-06-08 Juri Linkov <juri@jurta.org>
127
128 * display.texi (Standard Faces): Add `shadow' face.
129
7fa9f4eb
LT
1302005-05-29 Luc Teirlinck <teirllm@auburn.edu>
131
132 * modes.texi (Major Mode Conventions): A derived mode only needs
133 to put the call to the parent mode inside `delay-mode-hooks'.
134
bebcc4b1
RS
1352005-05-29 Richard M. Stallman <rms@gnu.org>
136
c16b1394
RS
137 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
138 new, and what that implies. Clarify.
139
140 * files.texi (Locating Files): Clean up the text.
141
bebcc4b1
RS
142 * frames.texi (Window Frame Parameters): Document user-size.
143 Shorten entry for top by referring to left.
144
1452005-05-26 Richard M. Stallman <rms@gnu.org>
146
147 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
148 is new, and what the implications are. Other clarifications.
149
217797bc
RS
1502005-05-24 Richard M. Stallman <rms@gnu.org>
151
152 * frames.texi (Dialog Boxes): Minor fixes.
153
3565fe07
MY
1542005-05-25 Masatake YAMATO <jet@gyve.org>
155
156 * display.texi (Standard Faces): Write about `mode-line-highlight'.
157
817089df
LT
1582005-05-24 Luc Teirlinck <teirllm@auburn.edu>
159
160 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
161 is optional.
162
cb5db137
NR
1632005-05-24 Nick Roberts <nickrob@snap.net.nz>
164
165 * frames.texi (Dialog Boxes): Descibe new optional argument.
166
3c8572f5
LK
1672005-05-23 Lute Kamstra <lute@gnu.org>
168
169 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
170 syntax-begin-function over font-lock-beginning-of-syntax-function.
171
2a4d7cb3
LT
1722005-05-21 Luc Teirlinck <teirllm@auburn.edu>
173
71f800cf
LT
174 * minibuf.texi (Reading File Names): Update description of
175 `read-directory-name'.
176
2a4d7cb3
LT
177 * modes.texi (Derived Modes): Clarify :group keyword.
178
bb4afd09
EZ
1792005-05-21 Eli Zaretskii <eliz@gnu.org>
180
b5305167
SM
181 * files.texi (Locating Files): New subsection.
182 Describe locate-file and executable-find.
bb4afd09 183
a2c9aee6
EZ
1842005-05-21 Kevin Ryde <user42@zip.com.au>
185
186 * frames.texi (Initial Parameters): Update cross reference to
187 "Emacs Invocation".
188
6900105f
LT
1892005-05-19 Luc Teirlinck <teirllm@auburn.edu>
190
ca1b0914
LT
191 * keymaps.texi (Active Keymaps): Add anchor.
192
6900105f
LT
193 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
194 (Major Mode Conventions): Refer to `Auto Major Mode' in more
195 appropriate place.
196 (Derived Modes): Small clarifications.
b5305167
SM
197 (Minor Mode Conventions, Keymaps and Minor Modes):
198 Replace references to nodes with references to anchors.
6900105f
LT
199 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
200 Clarify description of lists whose first element is an integer.
201 (Mode Line Variables): Add anchor.
202 (%-Constructs): Clarify description of integer after %.
203 (Emulating Mode Line): Describe nil value for FACE.
204
54d06364
LT
2052005-05-18 Luc Teirlinck <teirllm@auburn.edu>
206
207 * modes.texi (Derived Modes): Correct references to non-existing
208 variable standard-syntax-table.
209
f8d0b769
LK
2102005-05-17 Lute Kamstra <lute@gnu.org>
211
212 * modes.texi (Defining Minor Modes): Mention the mode hook.
213
294c599c
KS
2142005-05-15 Kim F. Storm <storm@cua.dk>
215
216 * processes.texi (Network): Remove open-network-stream-nowait.
217 (Network Servers): Remove open-network-stream-server.
218
4214af69
LT
2192005-05-15 Luc Teirlinck <teirllm@auburn.edu>
220
221 * elisp.texi (Top): Update detailed menu.
222
223 * variables.texi: Reorder nodes.
224 (Variables): Update menu.
225 (File Local Variables): Do not refer to the `-*-' line as
226 a "local variables list". Add pxref.
227
302691ab
LT
2282005-05-14 Luc Teirlinck <teirllm@auburn.edu>
229
56d4215a
LT
230 * elisp.texi (Top): Update detailed menu for node changes.
231
302691ab
LT
232 * modes.texi (Modes): Update Menu.
233 (Hooks): Move to beginning of chapter.
234 Most minor modes run mode hooks too.
235 `add-hook' can handle void hooks or hooks whose value is a single
236 function.
237 (Major Modes): Update Menu.
238 (Major Mode Basics): New node, split off from `Major Modes'.
239 (Major Mode Conventions): Correct xref. Explain how to handle
240 auto-mode-alist if the major mode command has an autoload cookie.
241 (Auto Major Mode): Major update. Add magic-mode-alist.
242 (Derived Modes): Major update.
243 (Mode Line Format): Update Menu.
244 (Mode Line Basics): New node, split off from `Mode Line Format'.
245
246 * loading.texi (Autoload): Mention `autoload cookie' as synonym
247 for `magic autoload comment'. Add index entries and anchor.
248
d06ba294
RS
2492005-05-14 Richard M. Stallman <rms@gnu.org>
250
251 * tips.texi (Coding Conventions): Explain how important it is
252 that just loading certain files not change Emacs behavior.
253
254 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
255
405cb12a
LK
2562005-05-12 Lute Kamstra <lute@gnu.org>
257
19958124
LK
258 * modes.texi (Generic Modes): Update.
259 (Major Modes): Refer to node "Generic Modes".
260
405cb12a
LK
261 * elisp.texi (Top): Update to the current structure of the manual.
262 * processes.texi (Processes): Add menu description.
263 * customize.texi (Customization): Add menu descriptions.
264
f714dd1b
TTN
2652005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
266
cc9442f2
TTN
267 * processes.texi (Signals to Processes)
268 (Low-Level Network): Fix typos.
f714dd1b 269
36ad23ec
LK
2702005-05-11 Lute Kamstra <lute@gnu.org>
271
272 * elisp.texi (Top): Add some nodes from the chapter "Major and
273 Minor Modes" to the detailed node listing.
274
d101bf56
RS
2752005-05-10 Richard M. Stallman <rms@gnu.org>
276
277 * keymaps.texi (Extended Menu Items): Menu item filter functions
278 can be called at any time.
279
698b0510
LT
2802005-05-08 Luc Teirlinck <teirllm@auburn.edu>
281
282 * variables.texi (File Local Variables): `(hack-local-variables t)'
283 now also checks whether a mode is specified in the local variables
284 list.
285
2c6b25c7
EZ
2862005-05-05 Kevin Ryde <user42@zip.com.au>
287
288 * display.texi (The Echo Area): Correct format function cross
289 reference.
290
643b4cf5
LT
2912005-05-05 Luc Teirlinck <teirllm@auburn.edu>
292
293 * variables.texi (Variable Aliases): Change description of
294 `define-obsolete-variable-alias'.
295
296 * functions.texi (Functions): Add "Obsolete Functions" to menu.
297 (Defining Functions): Add xref.
298 (Obsolete Functions): New node.
299 (Function Safety): Standardize capitalization of section title.
300
301 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
302 (Dialog Boxes): Complete description of `x-popup-dialog'.
303
053bc8e4
RS
3042005-05-04 Richard M. Stallman <rms@gnu.org>
305
306 * commands.texi (Interactive Codes): Fix Texinfo usage.
307 Document U more clearly.
308
f6b1b15a
LT
3092005-05-01 Luc Teirlinck <teirllm@auburn.edu>
310
3b925015
LT
311 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
312 function and not a macro.
313
f6b1b15a
LT
314 * frames.texi (Pop-Up Menus): Correct and clarify description of
315 `x-popup-menu'.
316 (Dialog Boxes): Clarify description of `x-popup-dialog'.
317
ebbfa918
RS
3182005-05-01 Richard M. Stallman <rms@gnu.org>
319
320 * edebug.texi (Checking Whether to Stop): Fix previous change.
321
abe2f96e
LT
3222005-05-01 Luc Teirlinck <teirllm@auburn.edu>
323
d6028ef2
LT
324 * display.texi: Fix typos and Texinfo usage.
325
abe2f96e
LT
326 * edebug.texi (Checking Whether to Stop): executing-macro ->
327 executing-kbd-macro.
328
b2cfb30b
RS
3292005-05-01 Richard M. Stallman <rms@gnu.org>
330
331 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
332
7e995a23
RS
3332005-04-30 Richard M. Stallman <rms@gnu.org>
334
335 * files.texi (Magic File Names): Document `operations' property.
336
57efa539
LK
3372005-04-29 Lute Kamstra <lute@gnu.org>
338
339 * modes.texi (Generic Modes): New node.
340 (Major Modes): Add it to the menu.
341 (Derived Modes): Add "derived mode" to concept index.
342
0a20b1dc
LK
3432005-04-28 Lute Kamstra <lute@gnu.org>
344
345 * modes.texi (Defining Minor Modes): Fix previous change.
346 (Font Lock Mode): Simplify.
347 (Font Lock Basics): Say that font-lock-defaults is buffer-local
348 when set and that some parts are optional. Add cross references.
349 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
350 Add cross references. Add font-lock-multiline to index.
351 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 352 Lock Variables". Document font-lock-add-keywords and
b5305167 353 font-lock-remove-keywords.
0a20b1dc
LK
354 (Other Font Lock Variables): Move font-lock-keywords-only,
355 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
356 and font-lock-syntactic-face-function to node "Syntactic Font
357 Lock". Move font-lock-keywords-case-fold-search to node
358 "Search-based Fontification". Document font-lock-inhibit-thing-lock
359 and font-lock-{,un}fontify-{buffer,region}-function.
360 (Precalculated Fontification): Remove reference to deleted variable
361 font-lock-core-only.
362 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
363 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
364 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
365 and font-lock-syntactic-face-function here from node "Other Font
366 Lock Variables". Move font-lock-syntactic-keywords to "Setting
367 Syntax Properties". Add cross references.
b5305167
SM
368 (Setting Syntax Properties): New node.
369 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
370 * syntax.texi (Syntax Properties): Add cross reference.
371 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
372
68a94f5a
RS
3732005-04-26 Richard M. Stallman <rms@gnu.org>
374
375 * display.texi (Defining Faces):
376 Document `default' elements of defface spec.
377
378 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
379
380 * variables.texi (Variable Aliases): Clarify text.
381
3822005-04-25 Chong Yidong <cyd@stupidchicken.com>
383
384 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
385
7f48f143
LT
3862005-04-25 Luc Teirlinck <teirllm@auburn.edu>
387
388 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
389
45d2f8e8
EZ
3902005-04-24 Eli Zaretskii <eliz@gnu.org>
391
f3714ab2
EZ
392 * syntax.texi (Syntax Table Internals): Elaborate documentation of
393 syntax-after and syntax-class.
394
45d2f8e8 395 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
396 (Unique File Names): Don't mention "numbers" in the documentation
397 of make-temp-file and make-temp-name.
45d2f8e8 398
469bc679
RS
3992005-04-23 Richard M. Stallman <rms@gnu.org>
400
401 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
402
c9fa5dc9
RS
4032005-04-22 Nick Roberts <nickrob@snap.net.nz>
404
405 * windows.texi (Cyclic Window Ordering): Clarify window-list.
406
230e1e80
NR
4072005-04-22 Nick Roberts <nickrob@snap.net.nz>
408
409 * variables.texi (Variable Aliases): Describe make-obsolete-variable
410 and define-obsolete-variable-alias.
411
1ba52906
KS
4122005-04-22 Kim F. Storm <storm@cua.dk>
413
414 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
415 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
416
9721d904
LK
4172005-04-21 Lute Kamstra <lute@gnu.org>
418
419 * lists.texi (Association Lists): Document rassq-delete-all.
420
ed35c736
RS
4212005-04-19 Richard M. Stallman <rms@gnu.org>
422
423 * modes.texi (Search-based Fontification): Explain that
424 facespec is an expression to be evaluated.
425
42fc00a4
RS
4262005-04-19 Kevin Ryde <user42@zip.com.au>
427
b5305167 428 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
429 * strings.texi (String Conversion): Fix xref.
430
5827e9d4
KS
4312005-04-19 Kim F. Storm <storm@cua.dk>
432
433 * symbols.texi (Symbol Plists): Add safe-get.
434 Mention that `get' may signal an error.
435
47872da9
NR
4362005-04-18 Nick Roberts <nickrob@snap.net.nz>
437
438 * customize.texi (Variable Definitions): Replace tooltip-mode
439 example with save-place.
440
ec0cf966
RS
4412005-04-17 Richard M. Stallman <rms@gnu.org>
442
443 * buffers.texi (Indirect Buffers): Clarify.
444
445 * positions.texi (Positions): Clarify converting marker to integer.
446
447 * strings.texi (String Basics): Mention string-match; clarify.
448
199bb209
LK
4492005-04-08 Lute Kamstra <lute@gnu.org>
450
451 * modes.texi (Search-based Fontification): Fix cross references.
452 Use consistent terminology. Document anchored highlighting.
453
bfa54668
LK
4542005-04-05 Lute Kamstra <lute@gnu.org>
455
456 * modes.texi (Defining Minor Modes): Document :group keyword
457 argument and its default value.
458
07e5fb9e
LK
4592005-04-03 Lute Kamstra <lute@gnu.org>
460
461 * hooks.texi (Standard Hooks): Add some hooks. Add cross
462 references and/or descriptions. Delete major mode hooks; mention
463 them as a category instead. Rename or delete obsolete hooks.
464
aa945b59
RS
4652005-04-02 Richard M. Stallman <rms@gnu.org>
466
467 * nonascii.texi (Coding System Basics): Another wording cleanup.
468
8b918214
RS
4692005-04-01 Richard M. Stallman <rms@gnu.org>
470
471 * nonascii.texi (Coding System Basics): Clarify previous change.
472
41639988
KH
4732005-04-01 Kenichi Handa <handa@m17n.org>
474
475 * nonascii.texi (Coding System Basics): Describe about rondtrip
476 identity of coding systems.
477
8e669bbd
RS
4782005-03-29 Chong Yidong <cyd@stupidchicken.com>
479
480 * text.texi (Buffer Contents): Add filter-buffer-substring and
481 buffer-substring-filters.
482
f60a6f87
RS
4832005-03-26 Chong Yidong <cyd@stupidchicken.com>
484
485 * anti.texi (Antinews): Mention `G' interactive code.
486
487 * tips.texi (Compilation Tips): Mention benchmark.el.
488
aaac1251
LT
4892005-03-27 Luc Teirlinck <teirllm@auburn.edu>
490
491 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
492 is now bound to M-o M-o.
493
494 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
495
45325173
GM
4962005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
497
498 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
499 in the Emacs Manual).
500 * Makefile.in (srcs): Remove calendar.texi.
501 * makefile.w32-in (srcs): Remove calendar.texi.
502 * display.texi (Display): Change name of next node.
503 * os.texi (System In): Change name of previous node.
504 * elisp.texi (Top): Remove Calendar references.
505 * vol1.texi (Top): Remove Calendar references.
506 * vol2.texi (Top): Remove Calendar references.
507
85df292e
RS
5082005-03-25 Richard M. Stallman <rms@gnu.org>
509
45325173 510 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
511 Cleanup previous change.
512
5132005-03-25 Chong Yidong <cyd@stupidchicken.com>
514
515 * display.texi (Face Attributes): Faces earlier in an :inherit
516 list take precedence.
517 (Scroll Bars): Fix description of vertical-scroll-bars.
518 Document frame-current-scroll-bars and window-current-scroll-bars.
519
520 * markers.texi (The Mark): Document temporary Transient Mark mode.
521
b5305167
SM
522 * minibuf.texi (Reading File Names):
523 Document read-file-name-completion-ignore-case.
85df292e
RS
524
525 * positions.texi (Screen Lines): Document nil for width argument
526 to compute-motion.
527
1fe54d69
KS
5282005-03-23 Kim F. Storm <storm@cua.dk>
529
530 * display.texi (Standard Faces): Other faces used in the fringe
531 implicitly inherits from the fringe face.
532 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
533 properties implicitly inherits from fringe face.
534 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
535
a775dff4
RS
5362005-03-20 Chong Yidong <cyd@stupidchicken.com>
537
538 * display.texi (Invisible Text): State default value of
539 line-move-ignore-invisible.
540 (Managing Overlays): Document remove-overlays.
541 (Standard Faces): Document escape-glyph face.
542
b5305167 543 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 544
b5305167
SM
545 * modes.texi (Other Font Lock Variables):
546 Document font-lock-lines-before.
a775dff4
RS
547
548 * positions.texi (Skipping Characters): skip-chars-forward allows
549 character classes.
550
077f7085
LK
5512005-03-18 Lute Kamstra <lute@gnu.org>
552
553 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
554
d69ea7ab
RS
5552005-03-17 Richard M. Stallman <rms@gnu.org>
556
c7bd5d57
RS
557 * text.texi (Undo): Document extensible undo entries.
558
d69ea7ab
RS
559 * searching.texi (String Search, Regexp Search, Regexp Search):
560 Cleanups.
561
562 * nonascii.texi (Character Codes): Minor fix.
563
564 * display.texi (Display Property): Explain the significance
565 of having text properties that are eq.
566 (Other Display Specs): Explain string as display spec.
567
568 * commands.texi (Interactive Codes): Document G option.
569
5702005-03-17 Chong Yidong <cyd@stupidchicken.com>
571
572 * text.texi (Filling): Add sentence-end-without-period and
573 sentence-end-without-space.
574 (Changing Properties): Minor fix.
575
576 * anti.texi: Total rewrite.
577
a7679889
LK
5782005-03-15 Lute Kamstra <lute@gnu.org>
579
580 * edebug.texi (Instrumenting Macro Calls): Fix typos.
581
6eb8e247
KS
5822005-03-08 Kim F. Storm <storm@cua.dk>
583
584 * display.texi (Specified Space): Property :width is support on
585 non-graphic terminals, :height is not.
586
bfa8be14
RS
5872005-03-07 Richard M. Stallman <rms@gnu.org>
588
589 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
590 Now subnodes of Fringes.
591 (Overlay Arrow): Document overlay-arrow-variable-list.
592 (Fringe Size/Pos): New node, broken out of Fringes.
593 (Display): Explain clearing vs redisplay better.
594 (Truncation): Clarify use of bitmaps.
595 (The Echo Area): Clarify the uses of the echo area.
596 Add max-mini-window-height.
597 (Progress): Clarify.
598 (Invisible Text): Explain that main loop moves point out.
599 (Selective Display): Say "hidden", not "invisible".
b5305167 600 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
601 (Overlay Properties): Clarify intro.
602 (Finding Overlays): Explain return values when nothing found.
603 (Width): truncate-string-to-width has added arg.
604 (Displaying Faces): Clarify and update mode line face handling.
605 (Face Functions): Minor cleanup.
b5305167 606 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
607 (Pixel Specification, Other Display Specs): Minor cleanups.
608 (Images, Image Descriptors): Minor cleanups.
609 (GIF Images): Patents have expired.
610 (Showing Images): Explain default text for insert-image.
b5305167 611 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
612 (Making Buttons): Explain return values.
613 (Button Buffer Commands): Add xref.
614 (Inverse Video): Update mode-line-inverse-video.
615 (Display Table Format): Clarify.
616 (Active Display Table): Give defaults for window-display-table.
617
618 * calendar.texi (Calendar Customizing): calendar-holiday-marker
619 and calendar-today-marker are strings, not chars.
620 (Holiday Customizing): Minor fix.
621
bfa8be14
RS
622 * internals.texi (Writing Emacs Primitives): Update `or' example.
623 Update limit on # args of subr.
624
625 * edebug.texi (Using Edebug): Arrow is in fringe.
626 (Instrumenting): Arg to eval-defun works without loading edebug.
627 (Edebug Execution Modes): Add xref.
628
629 * customize.texi (Common Keywords): Clarify :require.
630 Mention :version here.
631 (Variable Definitions, Group Definitions): Not here.
632 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
633
d69ea7ab
RS
6342005-03-07 Chong Yidong <cyd@stupidchicken.com>
635 * nonascii.texi (Text Representations): Clarify position-bytes.
636 (Character Sets): Add list-charset-chars.
637 (Scanning Charsets): Add charset-after.
638 (Encoding and I/O): Minor fix.
639
34398e6c
RS
6402005-03-06 Richard M. Stallman <rms@gnu.org>
641
642 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
643 (Resizing Windows): Likewise.
644
645 * text.texi (Change Hooks): Get rid of "Emacs 21".
646
647 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
648
649 * streams.texi (Output Variables): Get rid of "Emacs 21".
650
651 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
652
653 * os.texi (Translating Input): Replace flow-control example
654 with a less obsolete example that uses `keyboard-translate'.
655
6eb8e247 656 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 657 Get rid of "Emacs 21".
6eb8e247 658
34398e6c
RS
659 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
660 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
661
662 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
663
664 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
665
666 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
667 (Menu Bar): Fix when menu-bar-update-hook is called.
668
669 * hash.texi (Hash Tables): Get rid of "Emacs 21".
670
671 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
672 and make it read better.
673
674 * files.texi (Writing to Files): Get rid of "Emacs 21".
675 (Unique File Names): Likewise.
676
677 * elisp.texi: Update Emacs version to 22.
678
679 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
680 (Overlay Properties, Face Attributes): Likewise.
681 (Managing Overlays): Fix punctuation.
682 (Attribute Functions): Clarify set-face-font; get rid of
683 info about old Emacs versions.
684 (Auto Faces, Font Lookup, Display Property, Images):
685 Get rid of "Emacs 21".
686
687 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
688
d2178387
RS
6892005-03-05 Richard M. Stallman <rms@gnu.org>
690
691 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
692
524352d6
LK
6932005-03-04 Lute Kamstra <lute@gnu.org>
694
695 * debugging.texi (Error Debugging): Document stack-trace-on-error.
696
6972005-03-03 Lute Kamstra <lute@gnu.org>
698
699 * edebug.texi (Instrumenting Macro Calls): Fix typo.
700
284f0680
LK
7012005-03-01 Lute Kamstra <lute@gnu.org>
702
703 * debugging.texi (Debugger Commands): Update `j'.
704
a9ee5cac
LK
7052005-02-28 Lute Kamstra <lute@gnu.org>
706
707 * debugging.texi (Debugging): Fix typo.
708 (Error Debugging): Document eval-expression-debug-on-error.
709 (Function Debugging): Update example.
710 (Using Debugger): Mention starred stack frames.
711 (Debugger Commands): Document `j' and `l'.
712 (Invoking the Debugger): `d' and `j' exit recursive edit too.
713 Update the messages that the debugger displays.
714 (Internals of Debugger): Add cross reference. Update example.
715 (Excess Open): Minor improvement.
716 (Excess Close): Minor improvement.
717
378d0f8e
RS
7182005-02-26 Richard M. Stallman <rms@gnu.org>
719
720 * tips.texi (Coding Conventions): Clarify.
721 Put all the major mode key reservations together.
722 Mention the Mouse-1 => Mouse-2 conventions.
723
724 * syntax.texi (Syntax Class Table): Clarify.
725 (Syntax Table Functions): syntax-after moved from here.
726 (Syntax Table Internals): syntax-after moved to here.
727 (Parsing Expressions): Update info on number of values
728 and what's meaningful in the STATE argument.
729 (Categories): Fix typo.
730
731 * sequences.texi (Arrays): Cleanup.
732 (Char-Tables): Clarify.
733
734 * processes.texi (Deleting Processes): Cleanups, add xref.
735 (Subprocess Creation): Explain nil in exec-path. Cleanup.
736 (Process Information): set-process-coding-system, some args optional.
737 (Input to Processes): Explain various types for PROCESS args.
738 Rename them from PROCESS-NAME to PROCESS.
739 (Signals to Processes): Likewise.
740 (Decoding Output): Cleanup.
741 (Query Before Exit): Clarify.
742
743 * os.texi (Startup Summary): Correct the options; add missing ones.
744 (Terminal Output, Batch Mode): Clarify.
745 (Flow Control): Node deleted.
746
747 * markers.texi (The Mark): Clarify.
748
749 * macros.texi (Expansion): Cleanup.
750 (Indenting Macros): indent-spec allows ints, not floats.
751
752 * keymaps.texi (Keymaps): Clarify.
753 (Format of Keymaps): Update lisp-mode-map example.
754 (Active Keymaps, Key Lookup): Clarify.
755 (Changing Key Bindings): Add xref to `kbd'.
756 (Key Binding Commands, Simple Menu Items): Clarify.
757 (Mouse Menus, Menu Bar): Clarify.
758 (Menu Example): Replace print example with menu-bar-replace-menu.
759
760 * help.texi (Documentation Basics): Add function-documentation prop.
761
762 * elisp.texi (Top): Don't refer to Flow Control node.
763
764 * commands.texi (Command Overview): Improve xrefs.
765 (Adjusting Point): Adjusting point applies to intangible and invis.
766 (Key Sequence Input): Doc extra read-key-sequence args.
767 Likewise for read-key-sequence-vector.
768
769 * backups.texi (Rename or Copy): Minor fix.
770 (Numbered Backups): For version-control, say the default.
771 (Auto-Saving): make-auto-save-file-name example is simplified.
772
773 * advice.texi (Advising Functions): Don't imply one part of Emacs
774 should advise another part. Markup changes.
775 (Defining Advice): Move transitional para.
776 (Activation of Advice): Cleanup.
777 Explain if COMPILE is nil or negative.
778
779 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
780
2e20c83d
LK
7812005-02-24 Lute Kamstra <lute@gnu.org>
782
783 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
784 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
785
65c492fd
LK
7862005-02-23 Lute Kamstra <lute@gnu.org>
787
b02c3eed
LK
788 * modes.texi (Defining Minor Modes): define-minor-mode can be used
789 to define global minor modes as well.
790
65c492fd
LK
791 * display.texi (Managing Overlays): overlay-buffer returns nil for
792 deleted overlays.
793
b686dd59
KS
7942005-02-22 Kim F. Storm <storm@cua.dk>
795
796 * minibuf.texi (Basic Completion): Allow symbols in addition to
797 strings in try-completion and all-completions.
798
23e8c095
LK
7992005-02-14 Lute Kamstra <lute@gnu.org>
800
801 * elisp.texi (Top): Remove reference to deleted node.
802
803 * lists.texi (Lists): Remove reference to deleted node.
804 (Cons Cells): Fix typo.
805
806 * loading.texi (Where Defined): Fix typo.
807
134948fc
RS
8082005-02-14 Richard M. Stallman <rms@gnu.org>
809
810 * variables.texi (Creating Buffer-Local): change-major-mode-hook
811 is useful for discarding some minor modes.
812
813 * symbols.texi (Symbol Components): Reorder examples.
814
815 * streams.texi (Input Functions): State standard-input default.
816 (Output Variables): State standard-output default.
817
818 * objects.texi (Printed Representation): Clarify read syntax vs print.
819 (Floating Point Type): Explain meaning better.
820 (Symbol Type): Explain uniqueness better.
821 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
822 List examples sooner.
823 (Box Diagrams): New subnode broken out.
824 Some examples moved from old Lists as Boxes node.
825 (Dotted Pair Notation): Clarify intro.
826 (Array Type): Clarify.
827 (Type Predicates): Add hash-table-p.
828
829 * numbers.texi (Integer Basics): Clarify radix explanation.
830 (Predicates on Numbers): Minor clarification.
831 (Comparison of Numbers): Minor clarification. Clarify eql.
832 Typos in min, max.
833 (Math Functions): Clarify overflow in expt.
834
835 * minibuf.texi (Text from Minibuffer): Minor clarification.
836 Mention arrow keys.
837
838 * loading.texi (Autoload): defun's doc string overrides autoload's
839 doc string.
840 (Repeated Loading): Modernize "add to list" examples.
841 (Where Defined): Finish updating table of load-history elts.
842
843 * lists.texi (List-related Predicates): Minor wording improvement.
844 (Lists as Boxes): Node deleted.
845 (Building Lists): Explain trivial cases of number-sequence.
846
847 * hash.texi (Hash Tables): Add desc to menu items.
848 (Creating Hash): Expain "full" means "make larger",
849 (Hash Access): Any object can be a key.
850 State value of maphash.
851
852 * functions.texi (What Is a Function): Wording cleanup.
853 (Function Documentation): Minor cleanup.
854 Explain purpose of calling convention at end of doc string.
855 (Function Names): Wording cleanup.
856 (Calling Functions): Wording cleanup.
857 Explain better how funcall calls the function.
858 (Function Cells): Delete example of saving and redefining function.
859
860 * control.texi (Combining Conditions): Wording cleanup.
861 (Iteration): dolist and dotimes bind VAR locally.
862 (Cleanups): Xref to Atomic Changes.
863
864 * compile.texi (Byte Compilation): Delete 19.29 info.
865 (Compilation Functions): Macros' difficulties don't affect defsubst.
866 (Docs and Compilation): Delete 19.29 info.
867
44291460
RS
8682005-02-10 Richard M. Stallman <rms@gnu.org>
869
870 * objects.texi (Symbol Type): Minor correction.
871
1f9ad95a
LK
8722005-02-06 Lute Kamstra <lute@gnu.org>
873
874 * modes.texi (Example Major Modes): Fix typos.
875
ba2c991c
RS
8762005-02-06 Richard M. Stallman <rms@gnu.org>
877
878 * text.texi (Margins): fill-nobreak-predicate can be one function.
879
880 * strings.texi (Modifying Strings): clear-string can make unibyte.
881 (Formatting Strings): format gives error if values missing.
882
883 * positions.texi (Character Motion): Mention default arg
884 for forward-char. backward-char refers to forward-char.
885 (Word Motion): Mention default arg for forward-word.
886 (Buffer End Motion): Mention default arg for beginning-of-buffer.
887 Simplify end-of-buffer.
888 (Text Lines): Mention default arg for forward-line.
889 (List Motion): Mention default arg for beginning/end-of-defun.
890 (Skipping Characters): Minor fixes in explaining character-set.
891
892 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
893 Mode inheritance applies only when default-major-mode is nil.
894 Clarifications.
895 (Example Major Modes): Update Text mode and Lisp mode examples.
896 (Minor Mode Conventions): Mention define-minor-mode at top.
897 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
898 (Mode Line Format): Update mode line face display info.
899 (Properties in Mode): Mention effect of risky vars.
900 (Imenu): Define imenu-add-to-menubar.
901 (Font Lock Mode): Add descriptions to menu lines.
902 (Faces for Font Lock): Add font-lock-doc-face.
903
9bf6d576
LK
9042005-02-05 Lute Kamstra <lute@gnu.org>
905
906 * text.texi (Maintaining Undo): Remove obsolete function.
907
cb602754
EZ
9082005-02-05 Eli Zaretskii <eliz@gnu.org>
909
910 * frames.texi (Color Names): Add pointer to the X docs about RGB
911 color specifications. Improve indexing
912 (Text Terminal Colors): Replace the description of RGB values by
913 an xref to "Color Names".
914
4e07258f
RS
9152005-02-03 Richard M. Stallman <rms@gnu.org>
916
917 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
918 Clarify.
919 (Selecting Windows): Clarify save-selected-window.
920 (Cyclic Window Ordering): Clarify walk-windows.
921 (Window Point): Clarify.
922 (Window Start): Add comment to example.
923 (Resizing Windows): Add `interactive' specs in examples.
924 Document fit-window-to-buffer.
925
926 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
927 (Undo, Maintaining Undo): Clarify last change.
928 (Sorting): In sort-numeric-fields, explain about octal and hex.
929 Mention sort-numeric-base.
930 (Format Properties): Add xref for hard newlines.
931
932 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
933 (Pop-Up Menus): Fix typo.
934 (Color Names): Explain all types of color names.
935 Explain color-values on B&W terminal.
936 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
937
938 * files.texi (File Locks): Not supported on MS systems.
939 (Testing Accessibility): Clarify.
940
941 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
942 (Coverage Testing): Fix typo.
943
944 * commands.texi (Misc Events): Remove stray space.
945
946 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
947 (Modification Time): Clarify when visited-file-modtime returns 0.
948 (The Buffer List): Clarify bury-buffer.
949 (Killing Buffers): Clarify.
950 (Indirect Buffers): Add clone-indirect-buffer.
951
9522005-02-02 Matt Hodges <MPHodges@member.fsf.org>
953
954 * edebug.texi (Printing in Edebug): Fix default value of
955 edebug-print-circle.
956 (Coverage Testing): Fix displayed frequency count data.
957
9582005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
959
960 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
961
4e07258f 9622005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
963
964 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
965
28d986b9
EZ
9662005-01-29 Eli Zaretskii <eliz@gnu.org>
967
968 * commands.texi (Misc Events): Describe the help-echo event.
969
970 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
971 consistently in description of the help-echo property.
972 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
973
974 * display.texi (Overlay Properties): Fix the index entry for
975 help-echo overlay property.
976
977 * customize.texi (Type Keywords): Uncomment the xref to the
978 help-echo property documentation.
979
8f958b40
KS
9802005-01-23 Kim F. Storm <storm@cua.dk>
981
982 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
983 return value. Third element FULLY replaced by PARTIAL which
984 specifies number of invisible pixels if row is only partially visible.
985 (Textual Scrolling): Mention auto-window-vscroll.
986 (Vertical Scrolling): New defvar auto-window-vscroll.
987
cd7e5dd6
LT
9882005-01-16 Luc Teirlinck <teirllm@auburn.edu>
989
990 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
991 command remapping.
992
6f771c32
RS
9932005-01-15 Richard M. Stallman <rms@gnu.org>
994
995 * display.texi (Defining Images): Mention DATA-P arg of create-image.
996
6ac8a822
KS
9972005-01-14 Kim F. Storm <storm@cua.dk>
998
88948d55
KS
999 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
1000
6ac8a822
KS
1001 * text.texi (Links and Mouse-1): Fix string and vector item.
1002
20d6de82
RS
10032005-01-13 Richard M. Stallman <rms@gnu.org>
1004
1005 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
1006 descriptions of overriding-local-map and overriding-terminal-local-map.
1007
1008 * text.texi (Links and Mouse-1): Clarify text.
1009
f75a592e
KS
10102005-01-13 Kim F. Storm <storm@cua.dk>
1011
1012 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
1013
910f60b1
TTN
10142005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
1015
1016 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
1017
37181fc4
KS
10182005-01-12 Kim F. Storm <storm@cua.dk>
1019
1020 * text.texi (Links and Mouse-1): Rename section from Enabling
1021 Mouse-1 to Following Links. Change xrefs.
1022 Add examples for define-button-type and define-widget.
1023
1024 * display.texi (Button Properties, Button Buffer Commands):
1025 Clarify mouse-1 and follow-link functionality.
1026
28f94a34
RS
10272005-01-12 Richard M. Stallman <rms@gnu.org>
1028
1029 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
1030
1031 * display.texi (Beeping): Fix Texinfo usage.
1032
1033 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
1034
bac2d936
KS
10352005-01-11 Kim F. Storm <storm@cua.dk>
1036
1037 * display.texi (Button Properties, Button Buffer Commands):
93381d62 1038 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
1039
1040 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
1041 (Enabling Mouse-1 to Follow Links): New subsection.
1042
de968ddb
RS
10432005-01-06 Richard M. Stallman <rms@gnu.org>
1044
1045 * text.texi (Special Properties): Minor change.
1046
1047 * os.texi (Timers): Clarify previous change.
1048
1049 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
1050
a3a43b3b
LT
10512005-01-01 Luc Teirlinck <teirllm@auburn.edu>
1052
1053 * display.texi (Face Attributes): Correct xref to renamed node.
1054
732bb9ce
RS
10552005-01-01 Richard M. Stallman <rms@gnu.org>
1056
1057 * display.texi (Face Attributes): Describe hex color specs.
1058
c734ae59
RS
10592004-12-31 Richard M. Stallman <rms@gnu.org>
1060
1061 * os.texi (Timers): Update previous change.
1062
33b2f4ea
KS
10632004-12-30 Kim F. Storm <storm@cua.dk>
1064
1065 * display.texi (Line Height): Total line-height is now specified
1066 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
1067 in cons cells. (nil . RATIO) is relative to actual line height.
1068 Use line-height `t' instead of `0' to get minimum height.
1069
99ec74b9
RS
10702004-12-29 Richard M. Stallman <rms@gnu.org>
1071
1072 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
1073
eab463f6
RS
10742004-12-28 Richard M. Stallman <rms@gnu.org>
1075
1076 * commands.texi (Quitting): Clarify value of with-local-quit.
1077
1078 * elisp.texi (Top): Fix previous change.
1079
1080 * loading.texi (Loading): Fix previous change.
1081
ebbd14f1
RS
10822004-12-27 Richard M. Stallman <rms@gnu.org>
1083
4ae98fc5
RS
1084 * Makefile.in (MAKEINFO): Specify --force.
1085
8f430046
RS
1086 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
1087
56011a8c
RS
1088 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
1089
1090 * display.texi (Line Height): Further clarify.
1091
1092 * elisp.texi (Top): Update Loading submenu.
1093
ebbd14f1
RS
1094 * loading.texi (Where Defined): New node.
1095 (Unloading): load-history moved to Where Defined.
1096
fda2922a
RS
10972004-12-21 Richard M. Stallman <rms@gnu.org>
1098
1099 * commands.texi (Event Input Misc): Add while-no-input.
1100
9eb8959a
RS
11012004-12-11 Richard M. Stallman <rms@gnu.org>
1102
1103 * display.texi (Line Height): Rewrite text for clarity.
1104
adf87c29
KS
11052004-12-11 Kim F. Storm <storm@cua.dk>
1106
1107 * display.texi (Display): Add node "Line Height" to menu.
1108 (Line Height): New node. Move full description of line-spacing
1109 and line-height text properties here from text.texi.
1110 (Scroll Bars): Add vertical-scroll-bar variable.
1111
1112 * frames.texi (Window Frame Parameters): Remove line-height defvar.
1113
1114 * locals.texi (Standard Buffer-Local Variables): Fix xref for
1115 line-spacing and vertical-scroll-bar.
1116
1117 * text.texi (Special Properties): Just mention line-spacing and
1118 line-height here, add xref to new "Line Height" node.
1119
31e4729e
TTN
11202004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
1121
1122 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
1123
1124 * locals.texi (Standard Buffer-Local Variables):
1125 Add @xref for `line-spacing'.
1126
cc60c723
RS
11272004-12-05 Richard M. Stallman <rms@gnu.org>
1128
1129 * Makefile.in (maintainer-clean): Remove the info files
1130 in $(infodir) where they are created.
1131
f6101ac9
RS
11322004-12-03 Richard M. Stallman <rms@gnu.org>
1133
1134 * windows.texi (Selecting Windows): get-lru-window and
1135 get-largest-window don't consider dedicated windows.
1136
1137 * text.texi (Undo): Document undo-in-progress.
1138
94221759
RS
11392004-11-26 Richard M. Stallman <rms@gnu.org>
1140
1141 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
1142 Remove a few vars that are not always buffer-local.
1143
7092c5e8
LT
11442004-11-24 Luc Teirlinck <teirllm@auburn.edu>
1145
1146 * locals.texi (Standard Buffer-Local Variables): Comment out
1147 xref's to non-existent node `Yet to be written'.
1148
261b01c6
RS
11492004-11-24 Richard M. Stallman <rms@gnu.org>
1150
1151 * processes.texi (Synchronous Processes): Grammar fix.
1152
1153 * numbers.texi (Comparison of Numbers): Add eql.
1154
1155 * locals.texi (Standard Buffer-Local Variables): Add many vars.
1156
1157 * intro.texi (Printing Notation): Fix previous change.
1158
1159 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
1160 and default-indicate-buffer-boundaries from here.
1161 (Usual Display): To here.
1162 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
1163 (Usual Display): Move tab-width up.
1164
1165 * customize.texi (Variable Definitions): Replace
1166 show-paren-mode example with tooltip-mode.
7092c5e8 1167 (Simple Types, Composite Types, Defining New Types):
261b01c6 1168 Minor cleanups.
7092c5e8 1169
c1aa4864
JH
11702004-11-21 Jesper Harder <harder@ifa.au.dk>
1171
1172 * processes.texi (Synchronous Processes, Output from Processes):
1173 Markup fix.
1174
dedbac89
RS
11752004-11-20 Richard M. Stallman <rms@gnu.org>
1176
07c8c65a
RS
1177 * positions.texi (Skipping Characters): skip-chars-forward
1178 now handles char classes.
1179
8f40a868
RS
1180 * intro.texi (Printing Notation): Avoid confusion of `print'
1181 when explaining @print.
1182
1183 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
1184
1185 * display.texi (Display Table Format): Minor fix.
1186
1187 * streams.texi (Output Functions): Fix print example.
1188
fd6866c8
RS
1189 * Makefile.in (elisp): New target.
1190 (dist): Depend on $(infodir)/elisp, not elisp.
1191 Copy the info files from $(infodir).
1192
9d00469f
RS
1193 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
1194 read-from-minibuffer.
1195
dedbac89
RS
1196 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
1197
6de891db
RS
11982004-11-19 Richard M. Stallman <rms@gnu.org>
1199
1200 * searching.texi (Regexp Search): Add search-whitespace-regexp.
1201
e1c1c5a7
TTN
12022004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
1203
1204 * tips.texi (Coding Conventions): Fix typo.
1205
ee31cd78
RS
12062004-11-16 Richard M. Stallman <rms@gnu.org>
1207
1208 * tips.texi (Coding Conventions): Separate defvar and require
1209 methods to avoid warnings. Use require only when there are many
1210 functions and variables from that package.
1211
1212 * minibuf.texi (Minibuffer Completion): When ignoring case,
1213 predicate must not be case-sensitive.
1214
1215 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
1216 (Test Coverage): Don't talk about "splotches". Clarified.
1217
4bd38e94
TTN
12182004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
1219
1220 * frames.texi (Window Frame Parameters): Fix typo.
1221
6d073ae1
KS
12222004-11-15 Kim F. Storm <storm@cua.dk>
1223
9f89426b
KS
1224 * symbols.texi (Other Plists): Note that plist-get may signal error.
1225 Add safe-plist-get.
6d073ae1 1226
10980463
TTN
12272004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
1228
1229 * modes.texi (Font Lock Basics): Fix typo.
1230
1efc19eb
RS
12312004-11-08 Richard M. Stallman <rms@gnu.org>
1232
1233 * syntax.texi (Syntax Table Functions): Add syntax-after.
1234
6159c232
EZ
12352004-11-06 Lars Brinkhoff <lars@nocrew.org>
1236
1237 * os.texi (Processor Run Time): New section documenting
1238 get-internal-run-time.
1239
59dede22
EZ
12402004-11-06 Eli Zaretskii <eliz@gnu.org>
1241
1242 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
1243 it nukes elisp-cover.texi.
1244 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
1245 elisp-0 etc.
1246
4cc8522c
LT
12472004-11-05 Luc Teirlinck <teirllm@auburn.edu>
1248
1249 * commands.texi (Keyboard Macros): Document `append' return value
1250 of `defining-kbd-macro'.
1251
2d1ef312
RS
12522004-11-01 Richard M. Stallman <rms@gnu.org>
1253
1254 * commands.texi (Interactive Call): Add called-interactively-p.
1255
6f4e005d
SJ
12562004-10-29 Simon Josefsson <jas@extundo.com>
1257
1258 * minibuf.texi (Reading a Password): Revert.
1259
4f71c13f
RS
12602004-10-28 Richard M. Stallman <rms@gnu.org>
1261
1262 * frames.texi (Display Feature Testing): Explain about "vendor".
1263
4660a9e3
RS
12642004-10-27 Richard M. Stallman <rms@gnu.org>
1265
1266 * commands.texi (Interactive Codes): `N' uses numeric prefix,
1267 not raw. Clarify `n'.
1268 (Interactive Call): Rewrite interactive-p, focusing on when
1269 and how to use it.
1270 (Misc Events): Clarify previous change.
1271
1272 * advice.texi (Simple Advice): Clarify what job the example does.
1273 (Around-Advice): Clarify ad-do-it.
1274 (Activation of Advice): An option of ad-default-compilation-action
1275 is `never', not `nil'.
1276
c8636435
KS
12772004-10-26 Kim F. Storm <storm@cua.dk>
1278
1279 * commands.texi (Interactive Codes): Add U code letter.
1280
acd4089b
SJ
12812004-10-25 Simon Josefsson <jas@extundo.com>
1282
1283 * minibuf.texi (Reading a Password): Add.
1284
29dc7809
JR
12852004-10-24 Jason Rumney <jasonr@gnu.org>
1286
1287 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
1288 and wheel-down.
1289
bb5d6d34
KG
12902004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
1291
1292 * processes.texi (Synchronous Processes): Document process-file.
1293
d0ee2ed3
KH
12942004-10-22 Kenichi Handa <handa@m17n.org>
1295
1296 * text.texi (translate-region): Document that it accepts also a
1297 char-table.
1298
38be9dbb
DP
12992004-10-22 David Ponce <david@dponce.com>
1300
1301 * windows.texi (Resizing Windows): Document the `preserve-before'
1302 argument of the functions `enlarge-window' and `shrink-window'.
1303
63c80452
JR
13042004-10-19 Jason Rumney <jasonr@gnu.org>
1305
1306 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
1307
9f4b6e73
LT
13082004-10-09 Luc Teirlinck <teirllm@auburn.edu>
1309
1310 * text.texi (Filling): Add anchor for definition of
1311 `sentence-end-double-space'.
1312
1313 * searching.texi (Regexp Example): Update description of how
1314 Emacs currently recognizes the end of a sentence.
1315 (Standard Regexps): Update definition of the variable
1316 `sentence-end'. Add definition of the function `sentence-end'.
1317
657f0f9c
EZ
13182004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
1319
1320 * display.texi (Progress): New node.
1321
35ab4857
KS
13222004-10-05 Kim F. Storm <storm@cua.dk>
1323
1324 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
1325
f2a54fbc
KS
13262004-09-29 Kim F. Storm <storm@cua.dk>
1327
1328 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
1329 to identify bitmaps. Remove -fringe-bitmap suffix for standard
1330 fringe bitmap symbols, as they now have their own namespace.
1331 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
1332 vs. pixels. Signal error if no free bitmap slots.
1333 (Pixel Specification): Change IMAGE to @var{image}.
1334
4676d6f3
RS
13352004-09-28 Richard M. Stallman <rms@gnu.org>
1336
1337 * text.texi (Special Properties): Clarify line-spacing and line-height.
1338
1339 * searching.texi (Regexp Search): Add looking-back.
1340
17234906
LT
13412004-09-25 Luc Teirlinck <teirllm@auburn.edu>
1342
1343 * display.texi: Correct typos.
1344 (Image Descriptors): Correct xref's.
1345
4de43c8b
RS
13462004-09-25 Richard M. Stallman <rms@gnu.org>
1347
1348 * text.texi (Special Properties): Cleanups in `cursor'.
1349 Rewrites in `line-height' and `line-spacing'; exchange them.
1350
1351 * display.texi (Fringes): Rewrite previous change.
1352 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
1353 (Display Fringe Bitmaps): Node deleted, text moved.
1354 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
1355 (Scroll Bars): Clarify set-window-scroll-bars.
1356 (Pointer Shape): Rewrite.
1357 (Specified Space): Clarify :align-to, etc.
1358 (Pixel Specification): Use @var. Clarify new text.
1359 (Other Display Specs): Clarify `slice'.
1360 (Image Descriptors): Cleanups.
1361 (Showing Images): Cleanups.
1362
a3ee0299
LT
13632004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1364
e88ebce6
LT
1365 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
1366
a3ee0299
LT
1367 * modes.texi: Various minor changes in addition to:
1368 (Major Mode Conventions): Final call to `run-mode-hooks' should
1369 not be inside the `delay-mode-hooks' form.
1370 (Mode Hooks): New node.
1371 (Hooks): Delete obsolete example.
1372 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
1373 node "Mode Hooks".
1374
6db2bc02
LT
13752004-09-22 Luc Teirlinck <teirllm@auburn.edu>
1376
1377 * display.texi: Correct various typos.
1378 (Display): Rename node "Pointer Shapes" to "Pointer
1379 Shape". (There is already a node called "Pointer Shapes" in
1380 frames.texi.)
1381 (Images): Remove non-existent node "Image Slices" from menu.
1382
ed2846bd
KS
13832004-09-23 Kim F. Storm <storm@cua.dk>
1384
1385 * text.texi (Special Properties): Add `cursor', `pointer',
1386 `line-height', and `line-spacing' properties.
1387
1388 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
1389 Shapes' to menu.
1390 (Standard Faces): Doc fix for fringe face.
1391 (Fringes): Add `overflow-newline-into-fringe' and
1392 'indicate-buffer-boundaries'.
1393 (Fringe Bitmaps, Pointer Shapes): New nodes.
1394 (Display Property): Add 'Pixel Specification' and 'Display Fringe
1395 Bitmaps' to menu.
1396 (Specified Space): Describe pixel width and height.
1397 (Pixel Specification): New node.
1398 (Other Display Specs): Add `slice' property.
1399 (Display Fringe Bitmaps): New node.
1400 (Images): Add 'Image Slices' to menu.
1401 (Image Descriptors): Add `:pointer' and `:map' properties.
1402 (Showing Images): Add slice arg to `insert-image'. Add
1403 'insert-sliced-image'.
1404
4d894c98
RS
14052004-09-20 Richard M. Stallman <rms@gnu.org>
1406
1407 * commands.texi (Key Sequence Input):
1408 Clarify downcasing in read-key-sequence.
1409
7e388eb7
JL
14102004-09-08 Juri Linkov <juri@jurta.org>
1411
1412 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
1413
a020987f
LT
14142004-09-07 Luc Teirlinck <teirllm@auburn.edu>
1415
1416 * locals.texi (Standard Buffer-Local Variables): Add
1417 `buffer-auto-save-file-format'.
1418 * internals.texi (Buffer Internals): Describe new
1419 auto_save_file_format field of the buffer structure.
1420 * files.texi (Format Conversion): `auto-save-file-format' has been
1421 renamed `buffer-auto-save-file-format'.
1422
2b96f80c
LT
14232004-08-27 Luc Teirlinck <teirllm@auburn.edu>
1424
1425 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
1426 an integer or a marker.
1427 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
1428
2ee3b79e
RS
14292004-08-22 Richard M. Stallman <rms@gnu.org>
1430
1431 * modes.texi (Major Mode Conventions): Discuss rebinding of
1432 standard key bindings.
1433
c438dc33
KS
14342004-08-18 Kim F. Storm <storm@cua.dk>
1435
1436 * processes.texi (Accepting Output): Add `just-this-one' arg to
1437 `accept-process-output'.
101c421e 1438 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 1439
db8af011
LT
14402004-08-10 Luc Teirlinck <teirllm@auburn.edu>
1441
1442 * keymaps.texi: Various changes in addition to:
1443 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
1444 Give more varied examples for `kbd'.
1445 (Creating Keymaps): Char tables have slots for all characters
1446 without modifiers.
1447 (Active Keymaps): `overriding-local-map' and
1448 `overriding-terminal-local-map' also override text property and
1449 overlay keymaps.
1450 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
1451 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
1452 to denote a prefix of no events.
1453 `map-keymap' includes parent's bindings _recursively_.
1454 Clarify and correct description of `where-is-internal'.
1455 Mention BUFFER-OR-NAME arg to `describe-bindings'.
1456 (Menu Example): For menus intended for use with the keyboard, the
1457 menu items should be bound to characters or real function keys.
1458
de700726
LT
14592004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1460
30e75a87
LT
1461 * objects.texi (Character Type): Reposition `@anchor' to prevent
1462 double space inside sentence in Info.
1463
de700726
LT
1464 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
1465 renamed to `disabled-command-function'.
7c5b95c9 1466 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
1467 (Command Loop Info): Replace reference to it.
1468 (Disabling Commands): `disabled-command-hook' has been renamed to
1469 `disabled-command-function'.
1470
81909a1a
LT
14712004-08-07 Luc Teirlinck <teirllm@auburn.edu>
1472
1473 * os.texi (Translating Input): Only non-prefix bindings in
1474 `key-translation-map' override actual key bindings. Warn about
1475 possible indirect effect of actual key bindings on non-prefix
1476 bindings in `key-translation-map'.
1477
5504e99c
LT
14782004-08-06 Luc Teirlinck <teirllm@auburn.edu>
1479
1480 * minibuf.texi (High-Level Completion): Add anchor for definition
1481 of `read-variable'.
1482
1483 * commands.texi: Various changes in addition to:
1484 (Using Interactive): Clarify description of `interactive-form'.
1485 (Interactive Call): Mention default for KEYS argument to
1486 `call-interactively'.
1487 (Command Loop Info): Clarify description of `this-command-keys'.
1488 Mention KEEP-RECORD argument to `clear-this-command-keys'.
1489 Value of `last-event-frame' can be `macro'.
1490 (Repeat Events): `double-click-fuzz' is also used to distinguish
1491 clicks and drags.
1492 (Classifying Events): Clarify descriptions of `event-modifiers'
1493 `event-basic-type' and `event-convert-list'.
1494 (Accessing Events): `posn-timestamp' takes POSITION argument.
1495 (Quoted Character Input): Clarify description of
1496 `read-quoted-char' and fix example.
1497 (Quitting): Add `with-local-quit'.
1498 (Disabling Commands): Correct and clarify descriptions of
1499 `enable-command' and `disable-command'.
1500 Mention what happens if `disabled-command-hook' is nil.
1501 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
1502 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
1503
f478a72a
LT
15042004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1505
1506 * frames.texi: Various changes in addition to:
1507 (Creating Frames): Expand and clarify description of `make-frame'.
1508 (Window Frame Parameters): Either none or both of the `icon-left'
1509 and `icon-top' parameters must be specified. Put descriptions of
1510 `menu-bar-lines' and `toolbar-lines' closer together and change
1511 them accordingly.
1512 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
1513 except while processing `frame-title-format' or `icon-title-format'.
1514 (Deleting Frames): Correct description of `delete-frame'.
1515 Non-nil return values of `frame-live-p' are like those of `framep'.
1516 (Frames and Windows): mention return value of
1517 `set-frame-selected-window'.
1518 (Visibility of Frames): Mention `force' argument to
1519 `make-frame-invisible'. `frame-visible-p' returns t for all
1520 frames on text-only terminals.
1521 (Frame Configurations): Restoring a frame configuration does not
1522 restore deleted frames.
1523 (Window System Selections): `x-set-selection' returns DATA.
1524 (Resources): Add example.
1525 (Display Feature Testing): Clarify descriptions of
1526 `display-pixel-height', `display-pixel-width', `x-server-version'
1527 and `x-server-vendor'.
1528
1529 * windows.texi (Choosing Window): Add anchor.
1530 * minibuf.texi (Minibuffer Misc): Add anchor.
1531
bc135062
JPW
15322004-07-23 John Paul Wallington <jpw@gnu.org>
1533
1534 * macros.texi (Defining Macros): Declaration keyword for setting
1535 Edebug spec is `debug' not `edebug'.
1536
cb7516e5
LT
15372004-07-19 Luc Teirlinck <teirllm@auburn.edu>
1538
1539 * windows.texi: Various small changes in addition to:
1540 (Window Point): Mention return value of `set-window-point'.
1541 (Window Start): `pos-visible-in-window-p' disregards horizontal
1542 scrolling. Explain return value if PARTIALLY is non-nil.
1543 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
1544 and `set-window-vscroll'.
1545 (Size of Window): The argument WINDOW to `window-inside-edges',
1546 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
1547 (Resizing Windows): Explain return value of
1548 `shrink-window-if-larger-than-buffer'.
1549 `window-size-fixed' automatically becomes buffer local when set.
1550 (Window Configurations): Explain return value of
1551 `set-window-configuration'.
1552
1553 * minibuf.texi (Minibuffer Misc): Add anchor for
1554 `minibuffer-scroll-window'.
1555
1556 * positions.texi (Text Lines): Add anchor for `count-lines'.
1557
3751eb00
RS
15582004-07-17 Richard M. Stallman <rms@gnu.org>
1559
1560 * display.texi (Overlay Properties): Adding `evaporate' prop
1561 deletes empty overlay immediately.
1562
1563 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
1564 fix example.
1565
9a7e97c6
LT
15662004-07-16 Jim Blandy <jimb@redhat.com>
1567
1568 * searching.texi (Regexp Backslash): Document new \_< and \_>
1569 operators.
1570
aa0e4da8
JB
15712004-07-16 Juanma Barranquero <lektu@terra.es>
1572
1573 * display.texi (Images): Fix Texinfo usage.
1574
cbbfedb2
LT
15752004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1576
1577 * buffers.texi (Modification Time): `visited-file-modtime' now
1578 returns a list of two integers, instead of a cons.
1579
3a052bd3
LT
15802004-07-13 Luc Teirlinck <teirllm@auburn.edu>
1581
1582 * windows.texi: Various changes in addition to:
1583 (Splitting Windows): Add `split-window-keep-point'.
1584
02c04e6f
RS
15852004-07-09 Richard M. Stallman <rms@gnu.org>
1586
1587 * frames.texi (Input Focus): Minor fix.
1588
cb4f1287
LT
15892004-07-07 Luc Teirlinck <teirllm@auburn.edu>
1590
1591 * frames.texi (Input Focus): Clarify descriptions of
1592 `select-frame-set-input-focus' and `select-frame'.
1593
339902ec
LT
15942004-07-06 Luc Teirlinck <teirllm@auburn.edu>
1595
1596 * os.texi: Various small changes in addition to:
1597 (Killing Emacs): Expand and clarify description of
1598 `kill-emacs-query-functions' and `kill-emacs-hook'.
1599 (System Environment): Expand and clarify description of `getenv'
1600 and `setenv'.
1601 (Timers): Clarify description of `run-at-time'.
1602 (Translating Input): Correct description of
1603 `extra-keyboard-modifiers'.
1604 (Flow Control): Correct description of `enable-flow-control'.
1605
fe3b7e35
TTN
16062004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
1607
1608 * os.texi: Update copyright.
1609 (Session Management): Grammar fix.
1610 Clarify which Emacs does the restarting.
1611 Use @samp for *scratch* buffer.
1612
59db7d6e
LT
16132004-07-04 Alan Mackenzie <acm@muc.de>
1614
1615 * frames.texi (Input Focus): Add documentation for
1616 `select-frame-set-input-focus'. Replace refs to non-existent
1617 `switch-frame' with `select-frame'. Minor corrections and tidying
1618 up of text-only terminal stuff.
1619
e3ccf404
RS
16202004-07-02 Richard M. Stallman <rms@gnu.org>
1621
1622 * files.texi (Saving Buffers): Cleanup write-contents-function.
1623 (Magic File Names): Cleanup file-remote-p.
1624
8addb6eb
KG
16252004-07-02 Kai Grossjohann <kai@emptydomain.de>
1626
1627 * files.texi (Magic File Names): `file-remote-p' returns an
1628 identifier of the remote system, not just t.
1629
7a58d84d
DK
16302004-07-02 David Kastrup <dak@gnu.org>
1631
1632 * searching.texi (Entire Match Data): Add explanation about new
1633 match-data behavior when @var{integers} is non-nil.
1634
d8c379f8
RS
16352004-06-24 Richard M. Stallman <rms@gnu.org>
1636
b4a4b0ae
RS
1637 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
1638
d8c379f8
RS
1639 * customize.texi (Variable Definitions): Note about doc strings
1640 and :set.
1641
1642 * keymaps.texi (Keymap Terminology): Document `kbd'.
1643 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
1644
1645 * display.texi (Invisible Text): Setting buffer-invisibility-spec
1646 makes it buffer-local.
1647
1648 * files.texi (Saving Buffers): Correct previous change.
1649
1650 * commands.texi (Accessing Events):
1651 Clarify posn-col-row and posn-actual-col-row.
1652
16532004-06-24 David Ponce <david.ponce@wanadoo.fr>
1654
1655 * commands.texi (Accessing Events): New functions
1656 posn-at-point and posn-at-x-y. Add example to posn-x-y.
1657
dce417e7
LT
16582004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1659
1660 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
1661 * frames.texi, buffers.texi, backups.texi, variables.texi:
1662 * loading.texi, eval.texi, functions.texi, control.texi:
1663 * symbols.texi, minibuf.texi: Reposition @anchor's.
1664
1665 * help.texi: Various small changes in addition to the following.
1666 (Describing Characters): Describe PREFIX argument to
1667 `key-description'. Correct and clarify definition of
1668 `text-char-description'. Describe NEED-VECTOR argument to
1669 `read-kbd-macro'.
1670 (Help Functions): Clarify definition of `apropos'.
1671
255d07dc
LH
16722004-06-23 Lars Hansen <larsh@math.ku.dk>
1673
1674 * files.texi (Saving Buffers): Correct description of
1675 `write-contents-functions'.
1676
4e9691e9
JB
16772004-06-21 Juanma Barranquero <lektu@terra.es>
1678
1679 * display.texi (Images): Remove redundant @vindex directives.
1680 Rewrite `image-library-alist' doc in active voice.
1681
1ebd4f78
JB
16822004-06-14 Juanma Barranquero <lektu@terra.es>
1683
1684 * display.texi (Images): Document new delayed library loading,
1685 variable `image-library-alist' and (existing but undocumented)
1686 function `image-type-available-p'.
1687
ddfb8369
RS
16882004-06-05 Richard M. Stallman <rms@gnu.org>
1689
1690 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
1691 refer the user to the Initial Input node.
1692 (Text from Minibuffer): Likewise.
1693 (Initial Input): New node. Document this feature
1694 and say it is mostly deprecated.
1695
18684a3a
RS
16962004-05-30 Richard M. Stallman <rms@gnu.org>
1697
7a61e456
RS
1698 * loading.texi (Named Features): Clarify return value
1699 and meaning of NOERROR.
1700
18684a3a
RS
1701 * variables.texi (File Local Variables): Minor cleanup.
1702
c8364415
MA
17032004-05-30 Michael Albinus <michael.albinus@gmx.de>
1704
1705 * files.texi (Magic File Names): Add `file-remote-p' as operation
1706 of file name handlers.
1707
08fd1251
RS
17082004-05-29 Richard M. Stallman <rms@gnu.org>
1709
1710 * modes.texi (Minor Mode Conventions): (-) has no special meaning
1711 as arg to a minor mode command.
1712
71d5a208
RS
17132004-05-22 Richard M. Stallman <rms@gnu.org>
1714
1715 * syntax.texi (Syntax Class Table): Word syntax not just for English.
1716
1717 * streams.texi (Output Variables): Doc float-output-format.
1718
1719 * searching.texi (Regexp Special): Nested repetition can be infloop.
1720
1721 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
1722 real stack overflow.
1723
1724 * compile.texi: Minor cleanups.
1725
17262004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
1727
1728 * lists.texi (Cons Cells): Explain dotted lists, true lists,
1729 circular lists.
1730 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 1731
022cb162
TTN
17322004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
1733
1734 * modes.texi (Search-based Fontification): Fix typo.
1735
aa7094ba
JB
17362004-05-10 Juanma Barranquero <lektu@terra.es>
1737
1738 * modes.texi (Mode Line Variables): Fix description of
1739 global-mode-string, which is now after which-func-mode, not the
1740 buffer name.
1741
c2383279
LH
17422004-05-07 Lars Hansen <larsh@math.ku.dk>
1743
1744 * modes.texi (Desktop Save Mode): Add.
1745 (Modes): Add menu entry Desktop Save Mode.
1746
1747 * hooks.texi: Add desktop-after-read-hook,
1748 desktop-no-desktop-file-hook and desktop-save-hook.
1749
1750 * locals.texi: Add desktop-save-buffer.
1751
058296d3
JH
17522004-04-30 Jesper Harder <harder@ifa.au.dk>
1753
1754 * display.texi: emacs -> Emacs.
1755
0c54865e
EZ
17562004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
1757
1758 * files.texi (Changing Files): Document set-file-times.
1759
d814862a
JB
17602004-04-23 Juanma Barranquero <lektu@terra.es>
1761
1762 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1763
e8d6f886
JH
17642004-04-18 Jesper Harder <harder@ifa.au.dk>
1765
1766 * tips.texi (Coding Conventions): defopt -> defcustom.
1767
3a424014
LT
17682004-04-16 Luc Teirlinck <teirllm@auburn.edu>
1769
1770 * sequences.texi: Various clarifications.
1771
9e860631
LT
17722004-04-14 Luc Teirlinck <teirllm@auburn.edu>
1773
1774 * buffers.texi (Read Only Buffers): Mention optional ARG to
1775 `toggle-read-only'.
1776
5e30a0fb
NR
17772004-04-14 Nick Roberts <nick@nick.uklinux.net>
1778
9e860631 1779 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
1780 returns a full-width window if possible.
1781
619fb950
LT
17822004-04-13 Luc Teirlinck <teirllm@auburn.edu>
1783
1784 * buffers.texi: Various changes in addition to:
1785 (Buffer File Name): Add `find-buffer-visiting'.
1786 (Buffer Modification): Mention optional ARG to `not-modified'.
1787 (Indirect Buffers): Mention optional CLONE argument to
1788 `make-indirect-buffer'.
1789
1790 * files.texi: Various changes in addition to:
1791 (Visiting Functions): `find-file-hook' is now a normal hook.
1792 (File Name Expansion): Explain difference between the way that
1793 `expand-file-name' and `file-truename' treat `..'.
1794 (Contents of Directories): Mention optional ID-FORMAT argument to
1795 `directory-files-and-attributes'.
1796 (Format Conversion): Mention new optional CONFIRM argument to
1797 `format-write-file'.
1798
a2295d32
MB
17992004-04-12 Miles Bader <miles@gnu.org>
1800
1801 * macros.texi (Expansion): Add description of `macroexpand-all'.
1802
571fd4d5
JH
18032004-04-05 Jesper Harder <harder@ifa.au.dk>
1804
1805 * variables.texi (Variable Aliases): Mention
1806 cyclic-variable-indirection.
1807
1808 * errors.texi (Standard Errors): Ditto.
1809
4ba2fd66
LT
18102004-04-04 Luc Teirlinck <teirllm@auburn.edu>
1811
1812 * backups.texi: Various small changes in addition to:
1813 (Making Backups): Mention return value of `backup-buffer'.
1814 (Auto-Saving): Mention optional FORCE argument to
1815 `delete-auto-save-file-if-necessary'.
1816 (Reverting): Mention optional PRESERVE-MODES argument to
1817 `revert-buffer'. Correct description of `revert-buffer-function'.
1818
8f7ea687
JL
18192004-03-22 Juri Linkov <juri@jurta.org>
1820
1821 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
1822 with `Vector Functions'.
1823
1824 * text.texi (Sorting): Add missing quote.
1825
0eeca3c1
LT
18262004-03-14 Luc Teirlinck <teirllm@auburn.edu>
1827
1828 * intro.texi (Lisp History): Replace xref to `cl' manual with
1829 inforef.
1830
e69cfac2
RS
18312004-03-12 Richard M. Stallman <rms@gnu.org>
1832
1833 * intro.texi (Version Info): Add arg to emacs-version.
1834 (Lisp History): Change xref to CL manual.
1835
1b91d47f
LT
18362004-03-09 Luc Teirlinck <teirllm@auburn.edu>
1837
1838 * minibuf.texi (Completion Commands): Add xref to Emacs manual
1839 for Partial Completion mode.
1840
97073664
TTN
18412004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
1842
1843 * customize.texi: Fix typo. Remove eol whitespace.
1844
04a6e76b
RS
18452004-03-04 Richard M. Stallman <rms@gnu.org>
1846
1847 * processes.texi: Fix typos.
1848
1849 * lists.texi (Building Lists): Minor clarification.
1850
1851 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
1852 in make-hash-table.
1853
5bb0fcd1
JB
18542004-02-29 Juanma Barranquero <lektu@terra.es>
1855
1856 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
1857 rm, and ignore exit code.
1858
9022d421
EZ
18592004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
1860
1861 * display.texi (Defining Faces): Add description for min-colors.
1862 Update example.
1863
92f5fba2
LT
18642004-02-23 Luc Teirlinck <teirllm@auburn.edu>
1865
1866 * abbrevs.texi: Various corrections and clarifications in addition
1867 to the following:
1868 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
1869
7e83e178
GM
18702004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1871
1872 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
1873
9c5609e8
LT
18742004-02-21 Luc Teirlinck <teirllm@auburn.edu>
1875
e2b9b51f
LT
1876 * text.texi: Various small changes in addition to the following:
1877 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
1878 to delete-horizontal-space.
1879 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
1880 description of yank-handler text property at various places.
1881
7daa0e81
LT
1882 * frames.texi (Window System Selections): Add anchor.
1883
9c5609e8
LT
1884 * syntax.texi (Syntax Table Functions): Clarify and correct
1885 descriptions of make-syntax-table and copy-syntax-table.
1886 (Motion and Syntax): Clarify SYNTAXES argument to
1887 skip-syntax-forward.
1888 (Parsing Expressions): Mention that the return value of
1889 parse-partial-sexp is currently a list of ten rather than nine
1890 elements.
1891 (Categories): Various corrections and clarifications.
1892
d29edb21
LT
18932004-02-17 Luc Teirlinck <teirllm@auburn.edu>
1894
1895 * markers.texi (Marker Insertion Types): Minor change.
1896
1897 * locals.texi (Standard Buffer-Local Variables):
1898 * commands.texi (Interactive Codes, Using Interactive):
1899 * functions.texi (Related Topics): Fix xrefs.
1900
43e48bda
LT
19012004-02-16 Luc Teirlinck <teirllm@auburn.edu>
1902
1903 * lists.texi (Sets And Lists): Update description of delete-dups.
1904
84e34002
RS
19052004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1906
1907 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
1908
19092004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1910
1911 * frames.texi (Parameter Access): frame-parameters arg is optional.
1912 modify-frame-parameters handles nil for FRAME.
1913 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
1914 are all-or-nothing for certain toolkits.
1915 Mention parameter wait-for-wm.
1916 (Frames and Windows): In frame-first-window and frame-selected-window
1917 the arg is optional.
1918 (Input Focus): In redirect-frame-focus the second arg is optional.
1919 (Window System Selections): Mention selection type CLIPBOARD.
1920 Mention data-type UTF8_STRING.
1921 Mention numbering of cut buffers.
1922 (Resources): Describe x-resource-name.
1923
19242004-02-16 Richard M. Stallman <rms@gnu.org>
1925
1926 * windows.texi (Buffers and Windows): Delete false table
1927 about all-frames.
1928
1929 * syntax.texi (Parsing Expressions): Delete old caveat
1930 about parse-sexp-ignore-comments.
1931
1932 * streams.texi (Output Variables): Add print-quoted.
1933
1934 * lists.texi (Building Lists): Minor cleanup.
1935
1936 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
1937
1938 * display.texi (Overlays): Explain overlays use markers.
1939 (Managing Overlays): Explain front-advance and rear-advance
1940 in more detail.
1941
1942 * loading.texi (Unloading): Document unload-feature-special-hooks.
1943 Get rid of fns-NNN.el file.
1944
19452004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1946
1947 * help.texi (Describing Characters): Fix text-char-description
1948 example output.
1949
1950 * edebug.texi (Using Edebug): Fix example.
1951
1952 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 1953
84e34002
RS
1954 * files.texi (Changing Files): Fix argname.
1955
1956 * calendar.texi: Fix parens, and default values.
1957
1958 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
1959 * nonascii.texi, objects.texi, os.texi: Minor fixes.
1960 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
1961
1962 * positions.texi (Text Lines): Don't add -1 in current-line.
1963
19642004-02-16 Richard M. Stallman <rms@gnu.org>
1965
1966 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
1967
c33b76da
EZ
19682004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1969
1970 * processes.texi (Low-Level Network): Fix a typo.
1971
9d7271e8
KS
19722004-02-12 Kim F. Storm <storm@cua.dk>
1973
1974 * display.texi (Fringes): Use consistent wording.
1975 Note that window-fringe's window arg is optional.
1976 (Scroll Bars): Use consistent wording.
1977
6827d730
LT
19782004-02-11 Luc Teirlinck <teirllm@auburn.edu>
1979
1980 * tips.texi (Comment Tips): Document the new conventions for
1981 commenting out code.
1982
1cb60b5a
JD
19832004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1984
1985 * positions.texi (Text Lines): Added missing end defun.
1986
7fdd1f62
KS
19872004-02-07 Kim F. Storm <storm@cua.dk>
1988
1989 * positions.texi (Text Lines): Add line-number-at-pos.
1990
eb3c144c
JPW
19912004-02-06 John Paul Wallington <jpw@gnu.org>
1992
1993 * display.texi (Button Properties, Button Buffer Commands):
1994 mouse-2 invokes button, not down-mouse-1.
1995
a1d38d63
JR
19962004-02-04 Jason Rumney <jasonr@gnu.org>
1997
1998 * makefile.w32-in: Sync with Makefile.in changes.
1999
4b574f3d
LT
20002004-02-03 Luc Teirlinck <teirllm@auburn.edu>
2001
2002 * minibuf.texi (Text from Minibuffer): Various corrections and
2003 clarifications.
2004 (Object from Minibuffer): Correct Lisp description of
2005 read-minibuffer.
2006 (Minibuffer History): Clarify description of cons values for
2007 HISTORY arguments.
2008 (Basic Completion): Various corrections and clarifications. Add
2009 completion-regexp-list.
2010 (Minibuffer Completion): Correct and clarify description of
2011 completing-read.
6f6b0433 2012 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
2013 other minor changes.
2014 (High-Level Completion): Various corrections and clarifications.
2015 (Reading File Names): Ditto.
2016 (Minibuffer Misc): Ditto.
2017
d8186297
LT
20182004-01-26 Luc Teirlinck <teirllm@auburn.edu>
2019
2020 * strings.texi (Text Comparison): assoc-string also matches
2021 elements of alists that are strings instead of conses.
2022 (Formatting Strings): Standardize Texinfo usage. Update index
2023 entries.
2024
9adcb5f2
LT
20252004-01-20 Luc Teirlinck <teirllm@auburn.edu>
2026
2027 * lists.texi (Sets And Lists): Add delete-dups.
2028
3e7274ae
LT
20292004-01-15 Luc Teirlinck <teirllm@auburn.edu>
2030
2031 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
2032 special form.
2033 * macros.texi (Defining Macros): Update description of `declare',
2034 which now is a macro.
2035 (Wrong Time): Fix typos.
2036
944e099f
LT
20372004-01-14 Luc Teirlinck <teirllm@auburn.edu>
2038
2039 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 2040 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
2041 and `batch-byte-compile'. In particular, mention and describe
2042 all optional arguments.
2043 (Disassembly): Correct and clarify the description of `disassemble'.
2044
90c3aa59
LT
20452004-01-11 Luc Teirlinck <teirllm@auburn.edu>
2046
2047 * searching.texi: Various small changes in addition to the
2048 following.
2049 (Regexp Example): Adapt to new value of `sentence-end'.
2050 (Regexp Functions): The PAREN argument to `regexp-opt' can be
2051 `words'.
2052 (Search and Replace): Add usage note for `perform-replace'.
2053 (Entire Match Data): Mention INTEGERS and REUSE arguments to
2054 `match-data'.
2055 (Standard Regexps): Update for new values of `paragraph-start'
2056 and `sentence-end'.
2057
583c353d
LT
20582004-01-07 Luc Teirlinck <teirllm@auburn.edu>
2059
2060 * files.texi (Saving Buffers): Clarify descriptions of
2061 `write-contents-functions' and `before-save-hook'.
2062 Make the defvar's for `before-save-hook' and `after-save-hook'
2063 into defopt's.
2064
05faee07
KS
20652004-01-07 Kim F. Storm <storm@cua.dk>
2066
2067 * commands.texi (Click Events): Describe new image and
2068 width/height elements of click events.
2069 (Accessing Events): Add posn-string, posn-image, and
2070 posn-object-width-height. Change posn-object to return either
2071 image or string object.
2072
a0465ec3
SJ
20732004-01-01 Simon Josefsson <jas@extundo.com>
2074
2075 * hooks.texi (Standard Hooks): Add before-save-hook.
2076 * files.texi (Saving Buffers): Likewise.
2077
972c0c49
RS
20782004-01-03 Richard M. Stallman <rms@gnu.org>
2079
2080 * frames.texi (Frames and Windows): Delete frame-root-window.
2081
dbcd463f
LT
20822004-01-03 Luc Teirlinck <teirllm@auburn.edu>
2083
2084 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
2085
2086 * functions.texi: Various small changes in addition to the
2087 following.
2088 (What Is a Function): `functionp' returns nil for macros. Clarify
2089 behavior of this and following functions for symbol arguments.
2090 (Function Documentation): Add `\' in front of (fn @var{arglist})
2091 and explain why.
2092 (Defining Functions): Mention DOCSTRING argument to `defalias'.
2093 Add anchor.
2094 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
2095
02c77ee9
MB
20962004-01-01 Miles Bader <miles@gnu.org>
2097
2098 * display.texi (Buttons): New section.
2099
903a1a91
AS
21002003-12-31 Andreas Schwab <schwab@suse.de>
2101
2102 * numbers.texi (Math Functions): sqrt reports a domain-error
2103 error.
2104 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
2105
697cf92a
LT
21062003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2107
3f70fe82
LT
2108 * tips.texi (Documentation Tips): Update item on hyperlinks in
2109 documentation strings.
2110
697cf92a
LT
2111 * errors.texi (Standard Errors): Various small corrections and
2112 additions.
2113
2114 * control.texi: Various small changes in addition to the
2115 following.
2116 (Signaling Errors): Provide some more details on how `signal'
2117 constructs the error message. Add anchor to the definition of
2118 `signal'.
2119 (Error Symbols): Describe special treatment of `quit'.
2120 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
2121 to emphasize that it has to be a single form.
2122
2123 * buffers.texi: Add anchor.
2124
4d25144d
RS
21252003-12-29 Richard M. Stallman <rms@gnu.org>
2126
2127 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
2128 (Window Configurations): Add window-configuration-frame.
2129
2130 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
2131
2132 * text.texi (Examining Properties): Add get-char-property-and-overlay.
2133 Change arg name in get-char-property.
2134 (Special Properties): Update handling of keymap property.
2135
2136 * strings.texi (Modifying Strings): Add clear-string.
2137 (Text Comparison): Add assoc-string and remove
2138 assoc-ignore-case, assoc-ignore-representation.
2139
2140 * os.texi (Time of Day): Add set-time-zone-rule.
2141
2142 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 2143 report domain-error errors.
4d25144d 2144
697cf92a 2145 * nonascii.texi (Converting Representations):
4d25144d
RS
2146 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
2147 (Encoding and I/O): Add file-name-coding-system.
2148
2149 * modes.texi (Search-based Fontification): Explain that
2150 face specs are symbols with face names as values.
2151
2152 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
2153
2154 * lists.texi (Building Lists): remq moved elsewhere.
2155 (Sets And Lists): remq moved here.
2156 (Association Lists): Refer to assoc-string.
2157
2158 * internals.texi (Garbage Collection): Add memory-use-counts.
2159
2160 * frames.texi (Frames and Windows): Add set-frame-selected-window
2161 and frame-root-window.
2162
697cf92a 2163 * files.texi (Contents of Directories):
4d25144d
RS
2164 Add directory-files-and-attributes.
2165
2166 * display.texi (Refresh Screen): Add force-window-update.
2167 (Invisible Text): Explain about moving point out of invis text.
2168 (Overlay Properties): Add overlay-properties.
2169 (Managing Overlays): Add overlayp.
2170 (GIF Images): Invalid image number displays a hollow box.
2171
2172 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
2173 (Killing Buffers): Add buffer-live-p.
2174
67fafe38
MR
21752003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
2176
2177 * display.texi (Fringes): Fix typo "set-buffer-window".
2178
68e74f25
LT
21792003-12-24 Luc Teirlinck <teirllm@auburn.edu>
2180
2181 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
2182 * nonascii.texi, processes.texi, tips.texi, variables.texi:
2183 Add or change various xrefs and anchors.
2184
2185 * commands.texi: Replace all occurrences of @acronym{CAR} with
2186 @sc{car}, for consistency with the rest of the Elisp manual.
2187 `car' and `cdr' are historically acronyms, but are no longer
2188 widely thought of as such.
2189
2190 * internals.texi (Pure Storage): Mention that `purecopy' does not
2191 copy text properties.
2192 (Object Internals): Now 29 bits are used (in most implementations)
2193 to address Lisp objects.
2194
2195 * variables.texi (Variables with Restricted Values): New node.
2196
2197 * objects.texi (Lisp Data Types): Mention that certain variables
2198 can only take on a restricted set of values and add an xref to
2199 the new node "Variables with Restricted Values".
2200
2201 * eval.texi (Function Indirection): Describe the errors that
2202 `indirect-function' can signal.
2203 (Eval): Clarify the descriptions of `eval-region' and `values'.
2204 Describe `eval-buffer' instead of `eval-current-buffer' and
2205 mention `eval-current-buffer' as an alias for `current-buffer'.
2206 Correct the description and mention all optional arguments.
2207
697cf92a 2208 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
2209 following.
2210 (Converting Representations): Clarify behavior of
2211 `string-make-multibyte' and `string-to-multibyte' for unibyte all
2212 ASCII arguments.
2213 (Character Sets): Document the variable `charset-list' and adapt
2214 the definition of the function `charset-list' accordingly.
2215 (Translation of Characters): Clarify use of generic characters in
2216 `make-translation-table'. Clarify and correct the description of
2217 the use of translation tables in encoding and decoding.
2218 (User-Chosen Coding Systems): Correct and clarify the description
2219 of `select-safe-coding-system'.
2220 (Default Coding Systems): Clarify description of
2221 `file-coding-system-alist'.
2222
a62f71e4
LT
22232003-11-30 Luc Teirlinck <teirllm@auburn.edu>
2224
2225 * strings.texi (Text Comparison): Correctly describe when two
2226 strings are `equal'. Combine and clarify descriptions of
2227 `assoc-ignore-case' and `assoc-ignore-representation'.
2228
2229 * objects.texi (Non-ASCII in Strings): Clarify description of
2230 when a string is unibyte or multibyte.
2231 (Bool-Vector Type): Update examples.
2232 (Equality Predicates): Correctly describe when two strings are
2233 `equal'.
2234
19017752
LT
22352003-11-29 Luc Teirlinck <teirllm@auburn.edu>
2236
2237 * lists.texi (Building Lists): `append' no longer accepts integer
2238 arguments. Update the description of `number-sequence' to reflect
2239 recent changes.
2240 (Sets And Lists): Describe `member-ignore-case' after `member'.
2241
0f6a07a8
KS
22422003-11-27 Kim F. Storm <storm@cua.dk>
2243
2244 * commands.texi (Click Events): Click object may be an images.
2245 Describe (dx . dy) element of click positions.
2246 (Accessing Events): Remove duplicate posn-timestamp.
2247 New functions posn-object and posn-object-x-y.
2248
1ce7c819
KS
22492003-11-23 Kim F. Storm <storm@cua.dk>
2250
2251 * commands.texi (Click Events): Describe enhancements to event
2252 position lists, including new text-pos and (col . row) items.
2253 Mention left-fringe and right-fringe area events.
0f6a07a8 2254 (Accessing Events): New functions posn-area and
1ce7c819
KS
2255 posn-actual-col-row. Mention posn-timestamp. Mention that
2256 posn-point in non-text area still returns buffer position.
2257 Clarify posn-col-row.
2258
cae8ddbb
LH
22592003-11-21 Lars Hansen <larsh@math.ku.dk>
2260
2261 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
2262 * anti.texi (File Attributes): Describe removed parameter
2263 ID-FORMAT.
2264
f7f1a248
LT
22652003-11-20 Luc Teirlinck <teirllm@auburn.edu>
2266
68e74f25 2267 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
2268 a position, its buffer is ignored.
2269
2270 * markers.texi (Overview of Markers): Mention it here too.
2271
c5e2fb05
LT
22722003-11-12 Luc Teirlinck <teirllm@auburn.edu>
2273
2274 * numbers.texi (Numeric Conversions): Not just `floor', but also
2275 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
2276
e57d0aa8
LT
22772003-11-10 Luc Teirlinck <teirllm@auburn.edu>
2278
2279 * markers.texi (Creating Markers): Specify insertion type of
2280 created markers. Add xref to `Marker Insertion Types'.
2281 Second argument to `copy-marker' is optional.
2282 (Marker Insertion Types): Mention that most markers are created
2283 with insertion type nil.
2284 (The Mark): Correctly describe when `mark' signals an error.
2285 (The Region): Correctly describe when `region-beginning' and
2286 `region-end' signal an error.
2287
bb3612ec
LT
22882003-11-08 Luc Teirlinck <teirllm@auburn.edu>
2289
2290 * hash.texi (Creating Hash): Clarify description of `eql'.
2291 `makehash' is obsolete.
2292 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
2293
2294 * positions.texi (Point): Change description of `buffer-end', so
2295 that it is also correct for floating point arguments.
2296 (List Motion): Correct argument lists of `beginning-of-defun' and
2297 `end-of-defun'.
2298 (Excursions): Add xref to `Marker Insertion Types'.
2299 (Narrowing): Argument to `narrow-to-page' is optional.
2300
cfb8a797
LT
23012003-11-06 Luc Teirlinck <teirllm@auburn.edu>
2302
2303 * streams.texi (Output Streams): Clarify behavior of point for
2304 marker output streams.
2305
c6177909
LT
23062003-11-04 Luc Teirlinck <teirllm@auburn.edu>
2307
2308 * variables.texi (Defining Variables): Second argument to
2309 `defconst' is not optional.
2310 (Setting Variables): Mention optional argument APPEND to
2311 `add-to-list'.
2312 (Creating Buffer-Local): Expand description of
2313 `make-variable-buffer-local'.
2314 (Frame-Local Variables): Expand description of
2315 `make-variable-frame-local'.
2316 (Variable Aliases): Correct description of optional argument
2317 DOCSTRING to `defvaralias'. Mention return value of
2318 `defvaralias'.
2319 (File Local Variables): Add xref to `File variables' in Emacs
2320 Manual. Correct description of `hack-local-variables'. Mention
2321 `safe-local-variable' property. Mention optional second argument
2322 to `risky-local-variable-p'.
2323
b3645067
LT
23242003-11-03 Luc Teirlinck <teirllm@auburn.edu>
2325
2326 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
2327
10695e5c
EZ
23282003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
2329
2330 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
2331 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
2332 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
2333 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
2334 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 2335 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
2336 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
2337 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
2338 @acronym{FOO}.
2339
a2f4def1
LT
23402003-10-27 Luc Teirlinck <teirllm@auburn.edu>
2341
2342 * strings.texi (Creating Strings): Argument START to `substring'
2343 can not be `nil'. Expand description of
2344 `substring-no-properties'. Correct description of `split-string',
2345 especially with respect to empty matches. Prevent very bad line
2346 break in definition of `split-string-default-separators'.
2347 (Text Comparison): `string=' and `string<' also accept symbols as
2348 arguments.
2349 (String Conversion): More completely describe argument BASE in
2350 `string-to-number'.
5bb0fcd1 2351 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
2352 corresponding object. Clarify behavior of numeric prefix after
2353 `%' in `format'.
2354 (Case Conversion): The argument to `upcase-initials' can be a
2355 character.
2356
a2296bf9
KH
23572003-10-27 Kenichi Handa <handa@m17n.org>
2358
2359 * display.texi (Fontsets): Fix texinfo usage.
2360
885fef7c
KH
23612003-10-25 Kenichi Handa <handa@m17n.org>
2362
2363 * display.texi (Fontsets): Add description of the function
2364 set-fontset-font.
2365
0c6b7a1f
LT
23662003-10-23 Luc Teirlinck <teirllm@auburn.edu>
2367
2368 * display.texi (Temporary Displays): Add xref to `Documentation
2369 Tips'.
2370
2371 * functions.texi (Function Safety): Use inforef instead of pxref
2372 for SES.
2373
c3cda320
AS
23742003-10-23 Andreas Schwab <schwab@suse.de>
2375
2376 * Makefile.in (TEX, texinputdir): Don't define.
2377 (TEXI2DVI): Define.
2378 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
2379 add $(srcdir)/index.texi.
2380 ($(infodir)/elisp): Remove index.texi dependency.
2381 (elisp.dvi): Likewise. Use $(TEXI2DVI).
2382 (index.texi): Remove target.
2383 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
2384 (clean): Don't remove index.texi.
2385
c3cda320
AS
2386 * permute-index, index.perm: Remove.
2387 * index.texi: Rename from index.unperm.
2388
e5dadca7
LT
23892003-10-22 Luc Teirlinck <teirllm@auburn.edu>
2390
2391 * tips.texi (Documentation Tips): Document new behavior for face
2392 and variable hyperlinks in Help mode.
2393
6cfb0777
LT
23942003-10-21 Luc Teirlinck <teirllm@auburn.edu>
2395
2396 * objects.texi (Integer Type): Update for extra bit of integer range.
2397 (Character Type): Ditto.
2398
a6eeaa81 23992003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
2400
2401 * numbers.texi (Integer Basics): Add index entries for reading
2402 numbers in hex, octal, and binary.
2403
c8f9ba83
LK
24042003-10-16 Lute Kamstra <lute@gnu.org>
2405
2406 * modes.texi (Mode Line Format): Mention force-mode-line-update's
2407 argument.
2408
b52a26fb
LT
24092003-10-13 Luc Teirlinck <teirllm@auburn.edu>
2410
2411 * windows.texi (Choosing Window): Fix typo.
2412 * edebug.texi (Edebug Execution Modes): Fix typo.
2413
f7005886
RS
24142003-10-13 Richard M. Stallman <rms@gnu.org>
2415
2416 * windows.texi (Basic Windows): A window has fringe settings,
2417 display margins and scroll-bar settings.
2418 (Splitting Windows): Doc split-window return value.
2419 Clean up one-window-p.
2420 (Selecting Windows): Fix typo.
2421 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
2422 (Buffers and Windows): In set-window-buffer, explain effect
2423 on fringe settings and scroll bar settings.
2424 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
2425 (Choosing Window): Use defopt for pop-up-frame-function.
2426 For special-display-buffer-names, explain same-window and same-frame.
2427 Clarify window-dedicated-p return value.
2428 (Textual Scrolling): scroll-up and scroll-down can get an error.
2429 (Horizontal Scrolling): Clarify auto-hscroll-mode.
2430 Clarify set-window-hscroll.
2431 (Size of Window): Don't mention tool bar in window-height.
2432 (Coordinates and Windows): Explain what coordinates-in-window-p
2433 returns for fringes and display margins.
2434 (Window Configurations): Explain saving fringes, etc.
2435
2436 * tips.texi (Library Headers): Clean up Documentation.
2437
2438 * syntax.texi (Parsing Expressions): Clean up forward-comment
2439 and parse-sexp-lookup-properties.
2440
2441 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
2442
2443 * os.texi (System Environment): Clean up text for load-average errors.
2444
2445 * modes.texi (Hooks): Don't explain local hook details at front.
2446 Clarify run-hooks and run-hook-with-args a little.
2447 Clean up add-hook and remove-hook.
2448
2449 * edebug.texi (Edebug Execution Modes): Clarify t.
2450 Document edebug-sit-for-seconds.
2451 (Coverage Testing): Document C-x X = and =.
2452 (Instrumenting Macro Calls): Fix typo.
2453 (Specification List): Don't index the specification keywords.
2454
c989ebe9
KS
24552003-10-10 Kim F. Storm <storm@cua.dk>
2456
2457 * processes.texi (Network): Introduce make-network-process.
2458
f9525eef
LT
24592003-10-09 Luc Teirlinck <teirllm@auburn.edu>
2460
2461 * tips.texi (Library Headers): Fix typo.
2462
f008b925
LK
24632003-10-07 Juri Linkov <juri@jurta.org>
2464
2465 * modes.texi (Imenu): Mention imenu-create-index-function's
2466 default value. Explain submenus better.
2467
c22c5da6
LK
24682003-10-07 Lute Kamstra <lute@gnu.org>
2469
2470 * modes.texi (Faces for Font Lock): Fix typo.
2471 (Hooks): Explain how buffer-local hook variables can refer to
2472 global hook variables.
2473 Various minor clarifications.
2474
49247521
LK
24752003-10-06 Lute Kamstra <lute@gnu.org>
2476
2477 * tips.texi (Coding Conventions): Mention naming conventions for
2478 hooks.
2479
9296c947
LT
24802003-10-05 Luc Teirlinck <teirllm@auburn.edu>
2481
2482 * loading.texi (Library Search): Correct default value of
2483 load-suffixes.
2484 (Named Features): Fix typo.
2485
0e9b293a
RS
24862003-10-05 Richard M. Stallman <rms@gnu.org>
2487
2488 * loading.texi (Named Features): In `provide',
2489 say how to test for subfeatures.
2490 (Unloading): In unload-feature, use new var name
2491 unload-feature-special-hooks.
2492
49247521 24932003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
2494
2495 * modes.texi (Major Mode Conventions): Mention third way to set up
2496 Imenu.
2497 (Imenu): A number of small fixes.
2498 Delete documentation of internal variable imenu--index-alist.
2499 Document the return value format of imenu-create-index-function
2500 functions.
2501
ab8f7d5c
RS
25022003-09-30 Richard M. Stallman <rms@gnu.org>
2503
2504 * processes.texi (Network): Say what stopped datagram connections do.
2505
2506 * lists.texi (Association Lists): Clarify `assq-delete-all'.
2507
2508 * display.texi (Overlay Properties): Clarify `evaporate' property.
2509
49247521 25102003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
2511
2512 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 2513 constructs should be marked as risky.
86b9b767
LK
2514 Change cons cell into proper list.
2515 (Mode Line Variables): Change cons cell into proper list.
2516
49247521 25172003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
2518
2519 * modes.texi (Mode Line Data): Document the :propertize construct.
2520 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 2521 to match their order in the default mode-line-format.
bc3b02f9
LK
2522 Describe the new variables mode-line-position and mode-line-modes.
2523 Update the default values of mode-line-frame-identification,
2524 minor-mode-alist, and default-mode-line-format.
2525 (Properties in Mode): Mention the :propertize construct.
6142d1d0 2526
bc3b02f9 25272003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 2528
c22c5da6 2529 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
2530 * loading.texi, minibuf.texi, text.texi, variables.texi:
2531 Avoid @strong{Note:}.
2532
25332003-09-26 Richard M. Stallman <rms@gnu.org>
2534
2535 * keymaps.texi (Remapping Commands): Fix typo.
2536
41beda59
LT
25372003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
2538
2539 * processes.texi (Low-Level Network): Fix typo.
2540
ef6ae4ff
KS
25412003-09-23 Kim F. Storm <storm@cua.dk>
2542
2543 * processes.texi (Network, Network Servers): Fix typos.
2544 (Low-Level Network): Add timeout value for :server keyword.
2545 Add new option keywords to make-network-process.
2546 Add set-network-process-options.
2547 Explain how to test availability of network options.
2548
b0f23edf
RS
25492003-09-19 Richard M. Stallman <rms@gnu.org>
2550
2551 * text.texi (Motion by Indent): Arg to
2552 backward-to-indentation and forward-to-indentation is optional.
2553
2554 * strings.texi (Creating Strings): Add substring-no-properties.
2555
2556 * processes.texi
2557 (Process Information): Add list-processes arg QUERY-ONLY.
2558 Delete process-contact from here.
2559 Add new status values for process-status.
2560 Add process-get, process-put, process-plist, set-process-plist.
2561 (Synchronous Processes): Add call-process-shell-command.
2562 (Signals to Processes): signal-process allows process objects.
2563 (Network): Complete rewrite.
2564 (Network Servers, Datagrams, Low-Level Network): New nodes.
2565
2566 * positions.texi (Word Motion): forward-word, backward-word
2567 arg is optional. Reword.
2568
2569 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
2570
c22c5da6 2571 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
2572 Delete duplicate definition of buffer-local-value.
2573 (File Local Variables): Explain about discarding text props.
2574
f387bdea
RS
25752003-09-11 Richard M. Stallman <rms@gnu.org>
2576
2577 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
2578 changes variables that record input events.
2579 (Minibuffer Misc): Add minibuffer-selected-window.
2580
2581 * lists.texi (Building Lists): Add copy-tree.
2582
2583 * display.texi (Fontsets): Add char-displayable-p.
2584 (Scroll Bars): New node.
2585
49247521 25862003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
2587
2588 * modes.texi (%-Constructs): Document new `%i' and `%I'
2589 constructs.
2590
fd026ee1
JR
25912003-09-03 Peter Runestig <peter@runestig.com>
2592
2593 * makefile.w32-in: New file.
2594
4828b4d7
RS
25952003-08-29 Richard M. Stallman <rms@gnu.org>
2596
2597 * display.texi (Overlay Properties): Clarify how priorities
2598 affect use of the properties.
2599
a4e4f05d
LT
26002003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
2601
2602 * customize.texi (Type Keywords): Correct the description of
2603 `:help-echo' in the case where `motion-doc' is a function.
2604
3ebe0346
JPW
26052003-08-14 John Paul Wallington <jpw@gnu.org>
2606
2607 * modes.texi (Emulating Mode Line): Subsection, not section.
2608
3afe8e39
RS
26092003-08-13 Richard M. Stallman <rms@gnu.org>
2610
2611 * elisp.texi (Top): Update subnode lists in menu.
2612
2613 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
2614 (Kill Functions): kill-region has new arg yank-handler.
2615 (Yanking): New node.
2616 (Yank Commands): Add yank-undo-function.
2617 (Low-Level Kill Ring):
2618 kill-new and kill-append have new arg yank-handler.
2619 (Changing Properties): Add remove-list-of-text-properties.
2620 (Atomic Changes): New node.
2621
2622 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
2623
2624 * streams.texi (Output Variables): Add eval-expression-print-length
2625 and eval-expression-print-level.
2626
2627 * os.texi (Time Conversion): For encode-time, explain limits on year.
2628
2629 * objects.texi (Character Type): Define anchor "modifier bits".
2630
2631 * modes.texi (Emulating Mode Line): New node.
2632 (Search-based Fontification): Font Lock uses font-lock-face property.
2633 (Other Font Lock Variables): Likewise.
2634
2635 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
2636 not vectors.
2637 (Active Keymaps): Add emulation-mode-map-alists.
2638 (Functions for Key Lookup): key-binding has new arg no-remap.
2639 (Remapping Commands): New node.
2640 (Scanning Keymaps): where-is-internal has new arg no-remap.
2641 (Tool Bar): Add tool-bar-local-item-from-menu.
2642 Clarify when to use tool-bar-add-item-from-menu.
2643
2644 * commands.texi (Interactive Call): commandp has new arg.
2645 (Command Loop Info): Add this-original-command.
2646
e37769b1
JPW
26472003-08-06 John Paul Wallington <jpw@gnu.org>
2648
2649 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
2650
2651 * display.texi (Warning Basics): Fix typo.
2652 (Fringes): Add closing curly bracket and fix typo.
2653
2654 * elisp.texi (Top): Fix typo.
2655
c5e0561f
RS
26562003-08-05 Richard M. Stallman <rms@gnu.org>
2657
2658 * elisp.texi: Update lists of subnodes.
2659
2660 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
2661
2662 * variables.texi (Local Variables): Use lc for example variable names.
2663
2664 * tips.texi (Library Headers): Explain where to put -*-.
2665
2666 * strings.texi (Creating Strings): Fix xref for vconcat.
2667
2668 * sequences.texi (Vector Functions):
2669 vconcat no longer allows integer args.
2670
2671 * minibuf.texi (Reading File Names): read-file-name has new
2672 arg PREDICATE. New function read-directory-name.
2673
2674 * macros.texi (Defining Macros): Give definition of `declare'
2675 (Indenting Macros): New node.
2676
2677 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
2678 (Window Frame Parameters): Make separate table of parameters
2679 that are coupled with specific face attributes.
2680 (Deleting Frames): delete-frame-hooks renamed to
2681 delete-frame-functions.
2682
2683 * files.texi (Magic File Names): Add file-remote-p.
2684 Clarify file-local-copy.
2685
2686 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
2687 here; instead xref Defining Macros.
2688
2689 * display.texi (Warnings): New node, and subnodes.
2690 (Fringes): New node.
2691
2692 * debugging.texi (Test Coverage): New node.
2693
2694 * compile.texi (Compiler Errors): Explain with-no-warnings
2695 and other ways to suppress warnings.
2696
2697 * commands.texi (Interactive Call): Minor clarification.
2698
2699 * buffers.texi (Buffer File Name): set-visited-file-name
2700 renames the buffer too.
2701
2702 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
2703
ee59dede
MR
27042003-07-24 Markus Rost <rost@math.ohio-state.edu>
2705
2706 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
2707
f0514b34
MR
27082003-07-22 Markus Rost <rost@math.ohio-state.edu>
2709
2710 * internals.texi (Garbage Collection): Fix previous change.
2711
c73983bb
RS
27122003-07-22 Richard M. Stallman <rms@gnu.org>
2713
2714 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
2715
2716 * display.texi (Width): Use \s syntax in example.
2717 (Font Selection): Add face-font-rescale-alist.
2718
2719 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
2720 Remove spurious indent in example.
2721
2722 * lists.texi (Building Lists): Add number-sequence.
2723
2724 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
2725
2726 * functions.texi (Function Documentation): Explain how to
2727 show calling convention explicitly in the doc string.
2728
2729 * windows.texi (Selecting Windows): save-selected-window saves
2730 selected window of each frame.
2731 (Window Configurations): Minor change.
2732
2733 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
2734
2735 * streams.texi (Output Variables): Add print-continuous-numbering
2736 and print-number-table.
2737
2738 * processes.texi (Decoding Output): New node.
2739
2740 * os.texi (Time Conversion): decode-time arg is optional.
2741
2742 * objects.texi (Character Type): Don't use space as example for \.
2743 Make list of char names and \-sequences correspond.
2744 Explain that \s is not used in strings. `\ ' needs space after.
2745
2746 * nonascii.texi (Converting Representations): Add string-to-multibyte.
2747 (Translation of Characters): Add translation-table-for-input.
2748 (Default Coding Systems): Add auto-coding-functions.
2749 (Explicit Encoding): Add decode-coding-inserted-region.
2750 (Locales): Add locale-info.
2751
2752 * minibuf.texi (Basic Completion): Describe test-completion.
2753 Collections can be lists of strings.
2754 Clean up lazy-completion-table.
2755 (Programmed Completion): Mention test-completion.
2756 Clarify why lambda expressions are not accepted.
2757 (Minibuffer Misc): Describe minibufferp.
2758
51a8b435
RS
27592003-07-14 Richard M. Stallman <rms@gnu.org>
2760
2761 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
2762
2763 * windows.texi (Selecting Windows): New arg to select-window.
2764 (Selecting Windows): Add with-selected-window.
2765 (Size of Window): Add window-inside-edges, etc.
2766
2767 * internals.texi (Garbage Collection): Add post-gc-hook.
2768
2769 * processes.texi (Subprocess Creation): Add exec-suffixes.
2770
2771 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
2772 (Scanning Keymaps): Add map-keymaps.
2773 (Defining Menus): Add keymap-prompt.
2774
2775 * numbers.texi (Integer Basics): Add most-positive-fixnum,
2776 most-negative-fixnum.
2777
2778 * compile.texi (Byte Compilation): Explain no-byte-compile
2779 (Compiler Errors): New node.
2780
2781 * os.texi (User Identification): user-uid, user-real-uid
2782 can return float.
2783
2784 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
2785 and about derived modes.
2786 (Minor Modes): Add minor-mode-list.
2787 (Defining Minor Modes): Keyword args for define-minor-mode.
2788 (Search-based Fontification): Explain managing other properties.
2789 (Other Font Lock Variables): Add font-lock-extra-managed-props.
2790 (Faces for Font Lock): Add font-locl-preprocessor-face.
2791 (Hooks): Add run-mode-hooks and delay-mode-hooks.
2792
2793 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 2794 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
2795
2796 * loading.texi (Library Search): Add load-suffixes.
2797
2798 * minibuf.texi (Basic Completion): Add lazy-completion-table.
2799 (Programmed Completion): Add dynamic-completion-table.
2800
2801 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
2802 (Magic File Names): Specify precedence order of handlers.
199bb209 2803
51a8b435
RS
2804 * commands.texi (Command Overview): Emacs server runs pre-command-hook
2805 and post-command-hook.
2806 (Waiting): New calling convention for sit-for.
2807
2808 * text.texi (Special Properties): local-map and keymap properties
2809 apply based on their stickiness.
2810
c6de56a0
RS
28112003-07-07 Richard M. Stallman <rms@gnu.org>
2812
2813 * modes.texi (Minor Mode Conventions): Specify only some kinds
2814 of list values as args to minor modes.
2815
2816 * files.texi (File Name Expansion): Warn about iterative use
2817 of substitute-in-file-name.
2818
2819 * advice.texi (Activation of Advice): Clean up previous change.
2820
8c761ea6
MR
28212003-07-06 Markus Rost <rost@math.ohio-state.edu>
2822
2823 * advice.texi (Activation of Advice): Note that ad-start-advice is
2824 turned on by default.
2825
c6de56a0
RS
28262003-06-30 Richard M. Stallman <rms@gnu.org>
2827
2828 * text.texi (Buffer Contents): Document current-word.
2829 (Change Hooks): Not called for *Messages*.
2830
2831 * functions.texi (Defining Functions): Explain about redefining
2832 primitives.
2833 (Function Safety): Renamed. Minor changes.
2834 Comment out the detailed criteria for what is safe.
2835
3fe4e567
AS
28362003-06-22 Andreas Schwab <schwab@suse.de>
2837
2838 * objects.texi (Symbol Type): Fix description of examples.
2839
cda7bd13
AS
28402003-06-16 Andreas Schwab <schwab@suse.de>
2841
2842 * hash.texi (Creating Hash): Fix description of :weakness.
2843
fbcffa4a
KG
28442003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2845
2846 * files.texi (Changing Files): copy-file copies file modes, too.
2847
ff6a3bfb
RS
28482003-05-28 Richard M. Stallman <rms@gnu.org>
2849
2850 * strings.texi (Creating Strings): Clarify split-string.
2851
1463a05d
JB
28522003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
2853
2854 * strings.texi (Creating Strings): Update split-string specification
2855 and examples.
2856
af253914
RS
28572003-05-19 Richard M. Stallman <rms@gnu.org>
2858
2859 * elisp.texi: Correct invariant section names.
2860
7ea52f92
RS
28612003-04-20 Richard M. Stallman <rms@gnu.org>
2862
2863 * os.texi (Timers): Explain about timers and quitting.
2864
e31afc09
RS
28652003-04-19 Richard M. Stallman <rms@gnu.org>
2866
2867 * internals.texi (Writing Emacs Primitives): Strings are
2868 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
2869 Explain GCPRO convention for varargs function args.
2870
5ceea398
RS
28712003-04-16 Richard M. Stallman <rms@gnu.org>
2872
2873 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
2874
b0ada147
RS
28752003-04-08 Richard M. Stallman <rms@gnu.org>
2876
2877 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
2878
b23375aa
KS
28792003-02-13 Kim F. Storm <storm@cua.dk>
2880
2881 * objects.texi (Character Type): New \s escape for space.
2882
c60ee5e7
JB
28832003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
2884
2885 * os.texi (System Environment): Added cygwin system-type.
2886
84e47416
RS
28872003-01-25 Richard M. Stallman <rms@gnu.org>
2888
2889 * keymaps.texi: Document that a symbol can act as a keymap.
2890
3e8cf2ea
RS
28912003-01-13 Richard M. Stallman <rms@gnu.org>
2892
2893 * text.texi (Changing Properties): Say string indices are origin-0.
2894
2895 * positions.texi (Screen Lines) <compute-motion>:
2896 Correct order of elts in return value.
2897
2898 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
2899 how to define a default binding.
2900
7abb9fc5 29012002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 2902
104bc3aa 2903 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 2904
104bc3aa
MR
2905 * customize.texi (Simple Types): Clarify description of custom
2906 type 'number. Describe new custom type 'float.
177f790c 2907
7abb9fc5 29082002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
2909
2910 * variables.texi (File Local Variables): Fix typo.
2911
df140a68 29122002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 2913
df140a68
KG
2914 From Michael Albinus <Michael.Albinus@alcatel.de>.
2915
2916 * README: Target for Info file is `make info'.
2917
2918 * files.texi (File Name Components): Fixed typos in
2919 `file-name-sans-extension'.
2920 (Magic File Names): Complete list of operations for magic file
2921 name handlers.
2922
7ed9159a
JY
29232002-09-16 Jonathan Yavner <jyavner@engineer.com>
2924
2925 * variables.texi (File Local Variables): New function
2926 risky-local-variable-p.
2927
29282002-09-15 Jonathan Yavner <jyavner@engineer.com>
2929
2930 * functions.texi (Function safety): New node about unsafep.
2931
241f79af
PA
29322002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
2933
2934 * customize.texi (Splicing into Lists): Fixed example.
2935 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
2936
72459b15
JB
29372002-06-17 Juanma Barranquero <lektu@terra.es>
2938
2939 * frames.texi (Display Feature Testing): Fix typo.
2940
61f7e0f5
AS
29412002-06-12 Andreas Schwab <schwab@suse.de>
2942
2943 * frames.texi (Initial Parameters, Resources): Fix references to
2944 the Emacs manual.
2945
4e792dbd
KS
29462002-05-13 Kim F. Storm <storm@cua.dk>
2947
2948 * variables.texi (Intro to Buffer-Local): Updated warning and
2949 example relating to changing buffer inside let.
2950
940344d4 29512002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
2952
2953 * os.texi (Session Management): New node about X Session management.
2954
231ac53b
EZ
29552002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
2956
2957 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
2958 to which the manual corresponds, and the copyright years.
2959
2960 * Makefile.in (VERSION): Set to 2.9.
2961
140cc574
EZ
29622001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
2963
2964 * elisp.texi: Change the category in @dircategory to "Emacs", to
2965 make it consistent with info/dir.
2966
9c7fce05
MB
29672001-11-25 Miles Bader <miles@gnu.org>
2968
2969 * text.texi (Fields): Describe new `limit' arg in
2970 field-beginning/field-end.
2971
9f8bbf0f
EZ
29722001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
2973
a5e6715c
EZ
2974 * permute-index: Don't depend on csh-specific features. Replace
2975 the interpreter name with /bin/sh.
2976
9f8bbf0f
EZ
2977 * two-volume-cross-refs.txt: New file.
2978 * two.el: New file.
2979 * spellfile: New file.
2980
1756e2fb
EZ
29812001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
2982
2983 * permute-index: New file.
2984
2985 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
2986 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
2987 8+3 restricted namespace.
ad050e54
EZ
2988
2989 * Makefile.in (infodir): Define relative to $(srcdir).
2990 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
2991 include directories list via -I switch to makeinfo.
2992 (index.texi): Use cp if both hard and symbolic links fail.
2993
10fa7f8e
EZ
29942001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
2995
7a1494ce
EZ
2996 * Makefile.in (distclean): Add.
2997
10fa7f8e
EZ
2998 The following changes make ELisp manual part of the Emacs
2999 distribution:
3000
3001 * Makefile.in: Add Copyright notice.
3002 (prefix): Remove.
3003 (infodir): Change value to "../info".
3004 (VPATH): New variable.
3005 (MAKE): Don't define.
3006 (texmacrodir): Don't define.
3007 (texinputdir): Append the existing value of TEXINPUTS.
3008 ($(infodir)/elisp): Instead of just "elisp". Reformat the
3009 command to be compatible with man/Makefile.in, and to put the
3010 output into ../info.
5c32b7c5 3011 (info): Add target.
10fa7f8e
EZ
3012 (installall): Target removed.
3013
ad050e54 30142001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
3015
3016 * tips.texi (Coding Conventions): Fix typo.
3017
6fd735df
GM
30182001-10-23 Gerd Moellmann <gerd@gnu.org>
3019
3020 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
3021
b704d54b
EZ
30222001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3023
3024 * files.texi (File Name Components): Update the description of
3025 file-name-sans-extension and file-name-extension, as they now
3026 ignore leading dots.
3027
71431a0e
GM
30282001-10-20 Gerd Moellmann <gerd@gnu.org>
3029
6aa97356 3030 * (Version 21.1 released.)
71431a0e 3031
79f1f96c
MB
30322001-10-19 Miles Bader <miles@gnu.org>
3033
3034 * positions.texi (Text Lines): Describe behavior of
3035 `beginning-of-line'/`end-of-line' in the presence of field properties.
3036
892a8f36
GM
30372001-10-17 Gerd Moellmann <gerd@gnu.org>
3038
3039 * Makefile.in (VERSION): Set to 2.8.
3040 (manual): Use `manual-21'.
3041
8c1cc9e8 3042 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
3043 number was used. Set it to 2.8.
3044
3045 * intro.texi: Likewise.
3046
51724e26
EZ
30472001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3048
3049 * files.texi (File Name Completion): Document the significance of
3050 a trailing slash in elements of completion-ignored-extensions.
3051
57b338e8
MB
30522001-10-06 Miles Bader <miles@gnu.org>
3053
3054 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
3055
c89e4bc5
GM
30562001-10-04 Gerd Moellmann <gerd@gnu.org>
3057
3058 * variables.texi (Variable Aliases): New node.
3059
ab952a4f
GM
30602001-10-04 Gerd Moellmann <gerd@gnu.org>
3061
3062 * Branch for 21.1.
dff28924 3063
9db3a582
MB
30642001-10-02 Miles Bader <miles@gnu.org>
3065
ae1a9581
MB
3066 * minibuf.texi (Minibuffer Misc): Add entries for
3067 `minibuffer-contents', `minibuffer-contents-no-properties', and
3068 `delete-minibuffer-contents'.
3069 Correct description for `minibuffer-prompt-end'.
3070
9db3a582
MB
3071 * text.texi (Property Search): Correct descriptions of
3072 `next-char-property-change' and `previous-char-property-change'.
3073 Add entries for `next-single-char-property-change' and
3074 `previous-single-char-property-change'.
3075 Make operand names a bit more consistent.
3076
03be5931
EZ
30772001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3078
3079 * frames.texi (Finding All Frames): Document that next-frame and
3080 previous-frame are local to current terminal.
3081
974548ec
EZ
30822001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
3083
3084 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 3085 result of make-keymap.
974548ec 3086
8d82c597
EZ
30872001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3088
3089 * display.texi (Font Lookup, Attribute Functions)
3090 (Image Descriptors): Add cross-references to the definition of
3091 selected frame.
3092
3093 * buffers.texi (The Buffer List): Add cross-references to the
3094 definition of selected frame.
3095
3096 * frames.texi (Input Focus): Clarify which frame is _the_ selected
3097 frame at any given time.
3098 (Multiple Displays, Size and Position): Add a cross-reference to
3099 the definition of the selected frame.
3100
2842de30
EZ
31012001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3102
3103 * strings.texi (String Conversion) <string-to-number>: Document
3104 that a float is returned for integers that are too large.
3105
3106 * frames.texi (Mouse Position): Document mouse-position-function.
3107 (Display Feature Testing): Document display-images-p.
3108 (Window Frame Parameters): Document the cursor-type variable.
3109
3110 * numbers.texi (Integer Basics): Document CL style read syntax for
3111 integers in bases other than 10.
3112
3113 * positions.texi (List Motion): Document
3114 open-paren-in-column-0-is-defun-start.
3115
3116 * lists.texi (Sets And Lists): Document member-ignore-case.
3117
3118 * internals.texi (Garbage Collection): Document the used and free
3119 strings report.
3120 (Memory Usage): Document strings-consed.
3121
3122 * os.texi (Time of Day): Document float-time.
3123 (Recording Input): Document that clear-this-command-keys clears
3124 the vector to be returned by recent-keys.
3125
3126 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
3127 argument keymap can be a list.
3128
3129 * nonascii.texi (User-Chosen Coding Systems)
3130 <select-safe-coding-system>: Document the new argument
3131 accept-default-p and the variable
3132 select-safe-coding-system-accept-default-p. Tell what happens if
3133 buffer-file-coding-system is undecided.
3134 (Default Coding Systems): Document auto-coding-regexp-alist.
3135
3136 * display.texi (The Echo Area) <message>: Document
3137 message-truncate-lines.
3138 (Glyphs): Document that the glyph table is unused on windowed
3139 displays.
3140
3141 * help.texi (Describing Characters) <single-key-description>:
3142 Document the new argument no-angles.
3143 (Accessing Documentation) <documentation-property>: Document that
3144 a non-string property is evaluated.
3145 <documentation>: Document that the function-documentation property
3146 is looked for.
3147
3148 * windows.texi (Selecting Windows): Document some-window.
3149
3150 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
3151
3152 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
3153 apropos-mode-hook.
3154
3155 * commands.texi (Using Interactive): Document interactive-form.
3156 (Keyboard Macros): Document kbd-macro-termination-hook.
3157 (Command Loop Info): Document that clear-this-command-keys clears
3158 the vector to be returned by recent-keys.
3159
2d43d823
GM
31602001-09-04 Werner LEMBERG <wl@gnu.org>
3161
3162 * Makefile.in (srcdir, texinputdir): New variables.
3163 (srcs, index.texi, install): Use $(srcdir).
3164 (.PHONY): Remove elisp.dvi.
3165 (elisp): Use -I switch for makeinfo.
3166 (elisp.dvi): Use $(srcdir) and $(texinputdir).
3167 (installall, dist): Use $(srcdir).
3168 Fix path to texinfo.tex.
3169 (maintainer-clean): Add elisp.dvi and elisp.oaux.
3170
fa739b31
GM
31712001-08-30 Gerd Moellmann <gerd@gnu.org>
3172
92a25631
GM
3173 * display.texi (Conditional Display): Adjust to API change.
3174
fa739b31
GM
3175 * configure: New file.
3176
cef68af5
GM
31772001-07-30 Gerd Moellmann <gerd@gnu.org>
3178
3179 * commands.texi (Repeat Events): Add description of
3180 double-click-fuzz.
3181
d1f08d85
SM
31822001-05-08 Stefan Monnier <monnier@cs.yale.edu>
3183
3184 * syntax.texi (Syntax Class Table): Add the missing designator for
3185 comment and string fences.
3186 (Syntax Properties): Add a xref to syntax table internals.
3187 (Syntax Table Internals): Document string-to-syntax.
3188
1e9fc92e
GM
31892001-05-07 Gerd Moellmann <gerd@gnu.org>
3190
3191 * Makefile.in (install): Use install-info command line options
3192 like in Emacs' Makefile.in.
3193
00480554
MB
31942000-12-09 Miles Bader <miles@gnu.org>
3195
3196 * windows.texi (Window Start): Update documentation for
3197 `pos-visible-in-window-p'.
3198
1e344ee2
SM
31992000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3200
3201 * lists.texi (Building Lists): Add footnote to explain how to add
3202 to the end of a list.
3203
a540f6ed
GM
32042000-10-25 Gerd Moellmann <gerd@gnu.org>
3205
3206 * files.texi (Visiting Functions): Typos.
3207
28bcdbee
KH
32082000-10-25 Kenichi Handa <handa@etl.go.jp>
3209
3210 * files.texi (Visiting Functions): Return value of
3211 find-file-noselect may be a list of buffers if wildcards are used.
3212
22d1a4ed
MB
32132000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3214
3215 * display.texi (Defining Faces): Document `graphic' display type
3216 in face specs.
3217
916a89db
KG
32182000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3219
1e9fc92e 3220 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
3221 `after-make-frame-hook' with `after-make-frame-functions'.
3222
1e9fc92e 3223 * frames.texi (Creating Frames): Ditto.
916a89db 3224
1e9fc92e 3225 * variables.texi (Future Local Variables): Ditto.
916a89db 3226
483de32b
GM
32272000-10-16 Gerd Moellmann <gerd@gnu.org>
3228
3229 * display.texi (Other Image Types): Add description of :foreground
3230 and :background properties of mono PBM images.
3231
e23a63a5
WL
32322000-08-17 Werner LEMBERG <wl@gnu.org>
3233
3234 * .cvsignore: New file.
3235
dfc16043
GM
32362000-01-05 Gerd Moellmann <gerd@gnu.org>
3237
3238 * tindex.pl: New script.
3239
602613fe
DL
32401999-12-03 Dave Love <fx@gnu.org>
3241
3242 * Makefile.in (MAKEINFO): New parameter.
3243
94ec544d
DL
32441999-09-17 Richard Stallman <rms@gnu.org>
3245
3246 * Makefile.in (srcs): Add hash.texi.
3247 (VERSION): Update to 20.6.
3248
32491999-09-13 Richard Stallman <rms@gnu.org>
3250
3251 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
3252
32531998-08-29 Karl Heuer <kwzh@gnu.org>
3254
3255 * configure.in: New file.
3256 * Makefile.in: Renamed from Makefile.
3257 (prefix, infodir): Use value obtained from configure.
3258 (emacslibdir): Obsolete variable deleted.
3259 (dist): Distribute configure.in, configure, Makefile.in.
3260
32611998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
3262
3263 * Makefile (INSTALL_INFO): New variable.
3264 (install): Run install-info.
3265
32661998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
3267
3268 * Makefile (elisp.dvi): Add missing backslash.
3269
32701998-05-02 Richard Stallman <rms@psilocin.gnu.org>
3271
3272 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
3273 Run texindex without `./'. Always run texindex on elisp.tp.
3274 (elisp.tps): Target deleted.
3275
32761998-04-05 Richard Stallman <rms@psilocin.gnu.org>
3277
3278 * Makefile (srcs): Add nonascii.texi and customize.texi.
3279 (dist): Start by deleting `temp'.
3280
32811998-02-17 Richard Stallman <rms@psilocin.gnu.org>
3282
3283 * Makefile (makeinfo, texindex): Targets deleted.
3284 (makeinfo.o, texindex.o): Targets deleted.
3285 (clean, dist): Don't do anything with them or with getopt*.
3286
32871998-01-30 Richard Stallman <rms@psilocin.gnu.org>
3288
3289 * Makefile (SHELL): Defined.
3290
32911998-01-27 Richard Stallman <rms@psilocin.gnu.org>
3292
3293 * Makefile (elisp.tps): New target.
3294 (elisp.dvi): Depend on elisp.tps.
3295
3296Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
3297
3298 * README: Update phone number.
3299
3300 * Makefile (elisp): Make this be the default target.
3301 Depend on makeinfo.c instead of makeinfo.
3302 (install): Don't depend on elisp.dvi, since we don't install that.
3303 Use mkinstalldirs.
3304 (dist): Add mkinstalldirs.
3305
3306Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3307
3308 * Makefile (VERSION): Update version number.
3309 (maintainer-clean): Renamed from realclean.
3310
3311Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3312
3313 * Makefile (realclean): New target.
3314 (elisp): Remove any old elisp-* files first.
3315
3316Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
3317
d1f08d85
SM
3318 * Makefile (VERSION): New variable.
3319 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
3320 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
3321
3322Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3323
3324 * Makefile (elisp): Depend on makeinfo.
3325
3326Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
3327
d1f08d85 3328 * Makefile (srcs): Add anti.texi.
94ec544d
DL
3329
3330Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3331
3332 * Makefile (infodir, prefix): New vars.
3333 (install): Use infodir.
3334 (emacsinfodir): Deleted.
3335
3336Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3337
3338 * Makefile (srcs): Add calendar.texi.
3339
3340 * Makefile (dist): Copy texindex.c and makeinfo.c.
3341 Limit elisp-* files to those with one or two digits.
3342
3343Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3344
3345 * Makefile (dist): Changed to use Gzip instead of compress.
3346
3347Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3348
3349 * loading.texi (Unloading): define-function changed back to
3350 defalias. It may not stay this way, but at least it's
3351 consistent with the known-good version of the code patch.
3352
3353Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3354
3355 * modes.texi (Hooks): Document new optional arg of add-hook.
3356
3357Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3358
d1f08d85 3359 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
3360
3361 * tips.texi: Add new section on standard library headers.
3362
3363Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3364
3365 * Makefile (srcs): Add frame.texi to the list of sources.
3366
3367Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3368
3369 * Makefile (dist): Don't bother excluding autosave files; they'll
3370 never make it into the temp directory anyway, and the hash marks
3371 in the name are problematic for make and the Bourne shell.
dff28924 3372 (srcs):
94ec544d
DL
3373
3374Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3375
d1f08d85 3376 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
3377 the distribution tar file.
3378
dff28924 3379Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
3380
3381 * Makefile (srcs): Added index.perm.
3382 (elisp.dvi): Remove erroneous shell comment.
3383 Expect output of permute-index in permuted.fns.
3384 Save old elisp.aux in elisp.oaux.
3385 (clean): Added index.texi to be deleted.
3386
dff28924 3387Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3388
3389 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
3390
dff28924 3391Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
3392
3393 * files.texi: Noted that completion-ignored-extensions is ignored
3394 when making *Completions*.
3395
3396Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
3397
3398 * Makefile make dist now depends on elisp.dvi, since it tries
3399 to include it in the dist file.
3400
dff28924 3401Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
3402
3403 * functions.texinfo (Mapping Functions): Add missing quote
3404
dff28924 3405Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3406
3407 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
3408 (defunargs): Turn off \hyphenchar of \sl font temporarily.
3409
dff28924 3410Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3411
3412 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
3413 and @error{} are the terms now being used. The files in the
3414 directory have been changed to reflect this.
3415
d1f08d85 3416 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
3417 ` @result{}', using 5 spaces at the begining of the line.
3418
dff28924 3419Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3420
3421 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
3422 experimental @indentedresult{}, @indentedexpandsto{} are part of
3423 the texinfo.tex in this directory. These TeX macros are not
3424 stable yet.
3425
dff28924 3426Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3427
3428 * texinfo.tex: temporarily added
d1f08d85 3429 \let\result=\dblarrow
94ec544d
DL
3430 \def\error{{\it ERROR} \longdblarrow}
3431 We need to do this better soon.
3432
dff28924 3433Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3434
3435 * Applied Karl Berry's patches to *.texinfo files, but not to
3436 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
3437 new title page format is also not applied, since it requires
3438 texinfo.tex changes.)
3439
3440 * Cleaned up `Makefile' and defined the `emacslibdir' directory
3441 for the Project GNU development environment.
3442
ad050e54 3443;; Local Variables:
fd026ee1 3444;; coding: iso-2022-7bit
ad050e54 3445;; End:
2a34a036
GM
3446
3447 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
3448 Copying and distribution of this file, with or without modification,
3449 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
3450
3451;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda