(Display Custom): Add `overflow-newline-into-fringe',
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
4d894c98
RS
12004-09-20 Richard M. Stallman <rms@gnu.org>
2
3 * commands.texi (Key Sequence Input):
4 Clarify downcasing in read-key-sequence.
5
7e388eb7
JL
62004-09-08 Juri Linkov <juri@jurta.org>
7
8 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9
a020987f
LT
102004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11
12 * locals.texi (Standard Buffer-Local Variables): Add
13 `buffer-auto-save-file-format'.
14 * internals.texi (Buffer Internals): Describe new
15 auto_save_file_format field of the buffer structure.
16 * files.texi (Format Conversion): `auto-save-file-format' has been
17 renamed `buffer-auto-save-file-format'.
18
2b96f80c
LT
192004-08-27 Luc Teirlinck <teirllm@auburn.edu>
20
21 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
22 an integer or a marker.
23 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
24
2ee3b79e
RS
252004-08-22 Richard M. Stallman <rms@gnu.org>
26
27 * modes.texi (Major Mode Conventions): Discuss rebinding of
28 standard key bindings.
29
c438dc33
KS
302004-08-18 Kim F. Storm <storm@cua.dk>
31
32 * processes.texi (Accepting Output): Add `just-this-one' arg to
33 `accept-process-output'.
101c421e 34 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 35
db8af011
LT
362004-08-10 Luc Teirlinck <teirllm@auburn.edu>
37
38 * keymaps.texi: Various changes in addition to:
39 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
40 Give more varied examples for `kbd'.
41 (Creating Keymaps): Char tables have slots for all characters
42 without modifiers.
43 (Active Keymaps): `overriding-local-map' and
44 `overriding-terminal-local-map' also override text property and
45 overlay keymaps.
46 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
47 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
48 to denote a prefix of no events.
49 `map-keymap' includes parent's bindings _recursively_.
50 Clarify and correct description of `where-is-internal'.
51 Mention BUFFER-OR-NAME arg to `describe-bindings'.
52 (Menu Example): For menus intended for use with the keyboard, the
53 menu items should be bound to characters or real function keys.
54
de700726
LT
552004-08-08 Luc Teirlinck <teirllm@auburn.edu>
56
30e75a87
LT
57 * objects.texi (Character Type): Reposition `@anchor' to prevent
58 double space inside sentence in Info.
59
de700726
LT
60 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
61 renamed to `disabled-command-function'.
62 * commands.texi (Key Sequence Input): Remove unnecessary anchor,
63 (Command Loop Info): Replace reference to it.
64 (Disabling Commands): `disabled-command-hook' has been renamed to
65 `disabled-command-function'.
66
81909a1a
LT
672004-08-07 Luc Teirlinck <teirllm@auburn.edu>
68
69 * os.texi (Translating Input): Only non-prefix bindings in
70 `key-translation-map' override actual key bindings. Warn about
71 possible indirect effect of actual key bindings on non-prefix
72 bindings in `key-translation-map'.
73
5504e99c
LT
742004-08-06 Luc Teirlinck <teirllm@auburn.edu>
75
76 * minibuf.texi (High-Level Completion): Add anchor for definition
77 of `read-variable'.
78
79 * commands.texi: Various changes in addition to:
80 (Using Interactive): Clarify description of `interactive-form'.
81 (Interactive Call): Mention default for KEYS argument to
82 `call-interactively'.
83 (Command Loop Info): Clarify description of `this-command-keys'.
84 Mention KEEP-RECORD argument to `clear-this-command-keys'.
85 Value of `last-event-frame' can be `macro'.
86 (Repeat Events): `double-click-fuzz' is also used to distinguish
87 clicks and drags.
88 (Classifying Events): Clarify descriptions of `event-modifiers'
89 `event-basic-type' and `event-convert-list'.
90 (Accessing Events): `posn-timestamp' takes POSITION argument.
91 (Quoted Character Input): Clarify description of
92 `read-quoted-char' and fix example.
93 (Quitting): Add `with-local-quit'.
94 (Disabling Commands): Correct and clarify descriptions of
95 `enable-command' and `disable-command'.
96 Mention what happens if `disabled-command-hook' is nil.
97 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
98 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
99
f478a72a
LT
1002004-07-24 Luc Teirlinck <teirllm@auburn.edu>
101
102 * frames.texi: Various changes in addition to:
103 (Creating Frames): Expand and clarify description of `make-frame'.
104 (Window Frame Parameters): Either none or both of the `icon-left'
105 and `icon-top' parameters must be specified. Put descriptions of
106 `menu-bar-lines' and `toolbar-lines' closer together and change
107 them accordingly.
108 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
109 except while processing `frame-title-format' or `icon-title-format'.
110 (Deleting Frames): Correct description of `delete-frame'.
111 Non-nil return values of `frame-live-p' are like those of `framep'.
112 (Frames and Windows): mention return value of
113 `set-frame-selected-window'.
114 (Visibility of Frames): Mention `force' argument to
115 `make-frame-invisible'. `frame-visible-p' returns t for all
116 frames on text-only terminals.
117 (Frame Configurations): Restoring a frame configuration does not
118 restore deleted frames.
119 (Window System Selections): `x-set-selection' returns DATA.
120 (Resources): Add example.
121 (Display Feature Testing): Clarify descriptions of
122 `display-pixel-height', `display-pixel-width', `x-server-version'
123 and `x-server-vendor'.
124
125 * windows.texi (Choosing Window): Add anchor.
126 * minibuf.texi (Minibuffer Misc): Add anchor.
127
bc135062
JPW
1282004-07-23 John Paul Wallington <jpw@gnu.org>
129
130 * macros.texi (Defining Macros): Declaration keyword for setting
131 Edebug spec is `debug' not `edebug'.
132
cb7516e5
LT
1332004-07-19 Luc Teirlinck <teirllm@auburn.edu>
134
135 * windows.texi: Various small changes in addition to:
136 (Window Point): Mention return value of `set-window-point'.
137 (Window Start): `pos-visible-in-window-p' disregards horizontal
138 scrolling. Explain return value if PARTIALLY is non-nil.
139 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
140 and `set-window-vscroll'.
141 (Size of Window): The argument WINDOW to `window-inside-edges',
142 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
143 (Resizing Windows): Explain return value of
144 `shrink-window-if-larger-than-buffer'.
145 `window-size-fixed' automatically becomes buffer local when set.
146 (Window Configurations): Explain return value of
147 `set-window-configuration'.
148
149 * minibuf.texi (Minibuffer Misc): Add anchor for
150 `minibuffer-scroll-window'.
151
152 * positions.texi (Text Lines): Add anchor for `count-lines'.
153
3751eb00
RS
1542004-07-17 Richard M. Stallman <rms@gnu.org>
155
156 * display.texi (Overlay Properties): Adding `evaporate' prop
157 deletes empty overlay immediately.
158
159 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
160 fix example.
161
9a7e97c6
LT
1622004-07-16 Jim Blandy <jimb@redhat.com>
163
164 * searching.texi (Regexp Backslash): Document new \_< and \_>
165 operators.
166
aa0e4da8
JB
1672004-07-16 Juanma Barranquero <lektu@terra.es>
168
169 * display.texi (Images): Fix Texinfo usage.
170
cbbfedb2
LT
1712004-07-14 Luc Teirlinck <teirllm@auburn.edu>
172
173 * buffers.texi (Modification Time): `visited-file-modtime' now
174 returns a list of two integers, instead of a cons.
175
3a052bd3
LT
1762004-07-13 Luc Teirlinck <teirllm@auburn.edu>
177
178 * windows.texi: Various changes in addition to:
179 (Splitting Windows): Add `split-window-keep-point'.
180
02c04e6f
RS
1812004-07-09 Richard M. Stallman <rms@gnu.org>
182
183 * frames.texi (Input Focus): Minor fix.
184
cb4f1287
LT
1852004-07-07 Luc Teirlinck <teirllm@auburn.edu>
186
187 * frames.texi (Input Focus): Clarify descriptions of
188 `select-frame-set-input-focus' and `select-frame'.
189
339902ec
LT
1902004-07-06 Luc Teirlinck <teirllm@auburn.edu>
191
192 * os.texi: Various small changes in addition to:
193 (Killing Emacs): Expand and clarify description of
194 `kill-emacs-query-functions' and `kill-emacs-hook'.
195 (System Environment): Expand and clarify description of `getenv'
196 and `setenv'.
197 (Timers): Clarify description of `run-at-time'.
198 (Translating Input): Correct description of
199 `extra-keyboard-modifiers'.
200 (Flow Control): Correct description of `enable-flow-control'.
201
fe3b7e35
TTN
2022004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
203
204 * os.texi: Update copyright.
205 (Session Management): Grammar fix.
206 Clarify which Emacs does the restarting.
207 Use @samp for *scratch* buffer.
208
59db7d6e
LT
2092004-07-04 Alan Mackenzie <acm@muc.de>
210
211 * frames.texi (Input Focus): Add documentation for
212 `select-frame-set-input-focus'. Replace refs to non-existent
213 `switch-frame' with `select-frame'. Minor corrections and tidying
214 up of text-only terminal stuff.
215
e3ccf404
RS
2162004-07-02 Richard M. Stallman <rms@gnu.org>
217
218 * files.texi (Saving Buffers): Cleanup write-contents-function.
219 (Magic File Names): Cleanup file-remote-p.
220
8addb6eb
KG
2212004-07-02 Kai Grossjohann <kai@emptydomain.de>
222
223 * files.texi (Magic File Names): `file-remote-p' returns an
224 identifier of the remote system, not just t.
225
7a58d84d
DK
2262004-07-02 David Kastrup <dak@gnu.org>
227
228 * searching.texi (Entire Match Data): Add explanation about new
229 match-data behavior when @var{integers} is non-nil.
230
d8c379f8
RS
2312004-06-24 Richard M. Stallman <rms@gnu.org>
232
b4a4b0ae
RS
233 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
234
d8c379f8
RS
235 * customize.texi (Variable Definitions): Note about doc strings
236 and :set.
237
238 * keymaps.texi (Keymap Terminology): Document `kbd'.
239 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
240
241 * display.texi (Invisible Text): Setting buffer-invisibility-spec
242 makes it buffer-local.
243
244 * files.texi (Saving Buffers): Correct previous change.
245
246 * commands.texi (Accessing Events):
247 Clarify posn-col-row and posn-actual-col-row.
248
2492004-06-24 David Ponce <david.ponce@wanadoo.fr>
250
251 * commands.texi (Accessing Events): New functions
252 posn-at-point and posn-at-x-y. Add example to posn-x-y.
253
dce417e7
LT
2542004-06-23 Luc Teirlinck <teirllm@auburn.edu>
255
256 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
257 * frames.texi, buffers.texi, backups.texi, variables.texi:
258 * loading.texi, eval.texi, functions.texi, control.texi:
259 * symbols.texi, minibuf.texi: Reposition @anchor's.
260
261 * help.texi: Various small changes in addition to the following.
262 (Describing Characters): Describe PREFIX argument to
263 `key-description'. Correct and clarify definition of
264 `text-char-description'. Describe NEED-VECTOR argument to
265 `read-kbd-macro'.
266 (Help Functions): Clarify definition of `apropos'.
267
255d07dc
LH
2682004-06-23 Lars Hansen <larsh@math.ku.dk>
269
270 * files.texi (Saving Buffers): Correct description of
271 `write-contents-functions'.
272
4e9691e9
JB
2732004-06-21 Juanma Barranquero <lektu@terra.es>
274
275 * display.texi (Images): Remove redundant @vindex directives.
276 Rewrite `image-library-alist' doc in active voice.
277
1ebd4f78
JB
2782004-06-14 Juanma Barranquero <lektu@terra.es>
279
280 * display.texi (Images): Document new delayed library loading,
281 variable `image-library-alist' and (existing but undocumented)
282 function `image-type-available-p'.
283
ddfb8369
RS
2842004-06-05 Richard M. Stallman <rms@gnu.org>
285
286 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
287 refer the user to the Initial Input node.
288 (Text from Minibuffer): Likewise.
289 (Initial Input): New node. Document this feature
290 and say it is mostly deprecated.
291
18684a3a
RS
2922004-05-30 Richard M. Stallman <rms@gnu.org>
293
7a61e456
RS
294 * loading.texi (Named Features): Clarify return value
295 and meaning of NOERROR.
296
18684a3a
RS
297 * variables.texi (File Local Variables): Minor cleanup.
298
c8364415
MA
2992004-05-30 Michael Albinus <michael.albinus@gmx.de>
300
301 * files.texi (Magic File Names): Add `file-remote-p' as operation
302 of file name handlers.
303
08fd1251
RS
3042004-05-29 Richard M. Stallman <rms@gnu.org>
305
306 * modes.texi (Minor Mode Conventions): (-) has no special meaning
307 as arg to a minor mode command.
308
71d5a208
RS
3092004-05-22 Richard M. Stallman <rms@gnu.org>
310
311 * syntax.texi (Syntax Class Table): Word syntax not just for English.
312
313 * streams.texi (Output Variables): Doc float-output-format.
314
315 * searching.texi (Regexp Special): Nested repetition can be infloop.
316
317 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
318 real stack overflow.
319
320 * compile.texi: Minor cleanups.
321
3222004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
323
324 * lists.texi (Cons Cells): Explain dotted lists, true lists,
325 circular lists.
326 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 327
022cb162
TTN
3282004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
329
330 * modes.texi (Search-based Fontification): Fix typo.
331
aa7094ba
JB
3322004-05-10 Juanma Barranquero <lektu@terra.es>
333
334 * modes.texi (Mode Line Variables): Fix description of
335 global-mode-string, which is now after which-func-mode, not the
336 buffer name.
337
c2383279
LH
3382004-05-07 Lars Hansen <larsh@math.ku.dk>
339
340 * modes.texi (Desktop Save Mode): Add.
341 (Modes): Add menu entry Desktop Save Mode.
342
343 * hooks.texi: Add desktop-after-read-hook,
344 desktop-no-desktop-file-hook and desktop-save-hook.
345
346 * locals.texi: Add desktop-save-buffer.
347
058296d3
JH
3482004-04-30 Jesper Harder <harder@ifa.au.dk>
349
350 * display.texi: emacs -> Emacs.
351
0c54865e
EZ
3522004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
353
354 * files.texi (Changing Files): Document set-file-times.
355
d814862a
JB
3562004-04-23 Juanma Barranquero <lektu@terra.es>
357
358 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
359
e8d6f886
JH
3602004-04-18 Jesper Harder <harder@ifa.au.dk>
361
362 * tips.texi (Coding Conventions): defopt -> defcustom.
363
3a424014
LT
3642004-04-16 Luc Teirlinck <teirllm@auburn.edu>
365
366 * sequences.texi: Various clarifications.
367
9e860631
LT
3682004-04-14 Luc Teirlinck <teirllm@auburn.edu>
369
370 * buffers.texi (Read Only Buffers): Mention optional ARG to
371 `toggle-read-only'.
372
5e30a0fb
NR
3732004-04-14 Nick Roberts <nick@nick.uklinux.net>
374
9e860631 375 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
376 returns a full-width window if possible.
377
619fb950
LT
3782004-04-13 Luc Teirlinck <teirllm@auburn.edu>
379
380 * buffers.texi: Various changes in addition to:
381 (Buffer File Name): Add `find-buffer-visiting'.
382 (Buffer Modification): Mention optional ARG to `not-modified'.
383 (Indirect Buffers): Mention optional CLONE argument to
384 `make-indirect-buffer'.
385
386 * files.texi: Various changes in addition to:
387 (Visiting Functions): `find-file-hook' is now a normal hook.
388 (File Name Expansion): Explain difference between the way that
389 `expand-file-name' and `file-truename' treat `..'.
390 (Contents of Directories): Mention optional ID-FORMAT argument to
391 `directory-files-and-attributes'.
392 (Format Conversion): Mention new optional CONFIRM argument to
393 `format-write-file'.
394
a2295d32
MB
3952004-04-12 Miles Bader <miles@gnu.org>
396
397 * macros.texi (Expansion): Add description of `macroexpand-all'.
398
571fd4d5
JH
3992004-04-05 Jesper Harder <harder@ifa.au.dk>
400
401 * variables.texi (Variable Aliases): Mention
402 cyclic-variable-indirection.
403
404 * errors.texi (Standard Errors): Ditto.
405
4ba2fd66
LT
4062004-04-04 Luc Teirlinck <teirllm@auburn.edu>
407
408 * backups.texi: Various small changes in addition to:
409 (Making Backups): Mention return value of `backup-buffer'.
410 (Auto-Saving): Mention optional FORCE argument to
411 `delete-auto-save-file-if-necessary'.
412 (Reverting): Mention optional PRESERVE-MODES argument to
413 `revert-buffer'. Correct description of `revert-buffer-function'.
414
8f7ea687
JL
4152004-03-22 Juri Linkov <juri@jurta.org>
416
417 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
418 with `Vector Functions'.
419
420 * text.texi (Sorting): Add missing quote.
421
0eeca3c1
LT
4222004-03-14 Luc Teirlinck <teirllm@auburn.edu>
423
424 * intro.texi (Lisp History): Replace xref to `cl' manual with
425 inforef.
426
e69cfac2
RS
4272004-03-12 Richard M. Stallman <rms@gnu.org>
428
429 * intro.texi (Version Info): Add arg to emacs-version.
430 (Lisp History): Change xref to CL manual.
431
1b91d47f
LT
4322004-03-09 Luc Teirlinck <teirllm@auburn.edu>
433
434 * minibuf.texi (Completion Commands): Add xref to Emacs manual
435 for Partial Completion mode.
436
97073664
TTN
4372004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
438
439 * customize.texi: Fix typo. Remove eol whitespace.
440
04a6e76b
RS
4412004-03-04 Richard M. Stallman <rms@gnu.org>
442
443 * processes.texi: Fix typos.
444
445 * lists.texi (Building Lists): Minor clarification.
446
447 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
448 in make-hash-table.
449
5bb0fcd1
JB
4502004-02-29 Juanma Barranquero <lektu@terra.es>
451
452 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
453 rm, and ignore exit code.
454
9022d421
EZ
4552004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
456
457 * display.texi (Defining Faces): Add description for min-colors.
458 Update example.
459
92f5fba2
LT
4602004-02-23 Luc Teirlinck <teirllm@auburn.edu>
461
462 * abbrevs.texi: Various corrections and clarifications in addition
463 to the following:
464 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
465
7e83e178
GM
4662004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
467
468 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
469
9c5609e8
LT
4702004-02-21 Luc Teirlinck <teirllm@auburn.edu>
471
e2b9b51f
LT
472 * text.texi: Various small changes in addition to the following:
473 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
474 to delete-horizontal-space.
475 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
476 description of yank-handler text property at various places.
477
7daa0e81
LT
478 * frames.texi (Window System Selections): Add anchor.
479
9c5609e8
LT
480 * syntax.texi (Syntax Table Functions): Clarify and correct
481 descriptions of make-syntax-table and copy-syntax-table.
482 (Motion and Syntax): Clarify SYNTAXES argument to
483 skip-syntax-forward.
484 (Parsing Expressions): Mention that the return value of
485 parse-partial-sexp is currently a list of ten rather than nine
486 elements.
487 (Categories): Various corrections and clarifications.
488
d29edb21
LT
4892004-02-17 Luc Teirlinck <teirllm@auburn.edu>
490
491 * markers.texi (Marker Insertion Types): Minor change.
492
493 * locals.texi (Standard Buffer-Local Variables):
494 * commands.texi (Interactive Codes, Using Interactive):
495 * functions.texi (Related Topics): Fix xrefs.
496
43e48bda
LT
4972004-02-16 Luc Teirlinck <teirllm@auburn.edu>
498
499 * lists.texi (Sets And Lists): Update description of delete-dups.
500
84e34002
RS
5012004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
502
503 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
504
5052004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
506
507 * frames.texi (Parameter Access): frame-parameters arg is optional.
508 modify-frame-parameters handles nil for FRAME.
509 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
510 are all-or-nothing for certain toolkits.
511 Mention parameter wait-for-wm.
512 (Frames and Windows): In frame-first-window and frame-selected-window
513 the arg is optional.
514 (Input Focus): In redirect-frame-focus the second arg is optional.
515 (Window System Selections): Mention selection type CLIPBOARD.
516 Mention data-type UTF8_STRING.
517 Mention numbering of cut buffers.
518 (Resources): Describe x-resource-name.
519
5202004-02-16 Richard M. Stallman <rms@gnu.org>
521
522 * windows.texi (Buffers and Windows): Delete false table
523 about all-frames.
524
525 * syntax.texi (Parsing Expressions): Delete old caveat
526 about parse-sexp-ignore-comments.
527
528 * streams.texi (Output Variables): Add print-quoted.
529
530 * lists.texi (Building Lists): Minor cleanup.
531
532 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
533
534 * display.texi (Overlays): Explain overlays use markers.
535 (Managing Overlays): Explain front-advance and rear-advance
536 in more detail.
537
538 * loading.texi (Unloading): Document unload-feature-special-hooks.
539 Get rid of fns-NNN.el file.
540
5412004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
542
543 * help.texi (Describing Characters): Fix text-char-description
544 example output.
545
546 * edebug.texi (Using Edebug): Fix example.
547
548 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 549
84e34002
RS
550 * files.texi (Changing Files): Fix argname.
551
552 * calendar.texi: Fix parens, and default values.
553
554 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
555 * nonascii.texi, objects.texi, os.texi: Minor fixes.
556 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
557
558 * positions.texi (Text Lines): Don't add -1 in current-line.
559
5602004-02-16 Richard M. Stallman <rms@gnu.org>
561
562 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
563
c33b76da
EZ
5642004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
565
566 * processes.texi (Low-Level Network): Fix a typo.
567
9d7271e8
KS
5682004-02-12 Kim F. Storm <storm@cua.dk>
569
570 * display.texi (Fringes): Use consistent wording.
571 Note that window-fringe's window arg is optional.
572 (Scroll Bars): Use consistent wording.
573
6827d730
LT
5742004-02-11 Luc Teirlinck <teirllm@auburn.edu>
575
576 * tips.texi (Comment Tips): Document the new conventions for
577 commenting out code.
578
1cb60b5a
JD
5792004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
580
581 * positions.texi (Text Lines): Added missing end defun.
582
7fdd1f62
KS
5832004-02-07 Kim F. Storm <storm@cua.dk>
584
585 * positions.texi (Text Lines): Add line-number-at-pos.
586
eb3c144c
JPW
5872004-02-06 John Paul Wallington <jpw@gnu.org>
588
589 * display.texi (Button Properties, Button Buffer Commands):
590 mouse-2 invokes button, not down-mouse-1.
591
a1d38d63
JR
5922004-02-04 Jason Rumney <jasonr@gnu.org>
593
594 * makefile.w32-in: Sync with Makefile.in changes.
595
4b574f3d
LT
5962004-02-03 Luc Teirlinck <teirllm@auburn.edu>
597
598 * minibuf.texi (Text from Minibuffer): Various corrections and
599 clarifications.
600 (Object from Minibuffer): Correct Lisp description of
601 read-minibuffer.
602 (Minibuffer History): Clarify description of cons values for
603 HISTORY arguments.
604 (Basic Completion): Various corrections and clarifications. Add
605 completion-regexp-list.
606 (Minibuffer Completion): Correct and clarify description of
607 completing-read.
6f6b0433 608 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
609 other minor changes.
610 (High-Level Completion): Various corrections and clarifications.
611 (Reading File Names): Ditto.
612 (Minibuffer Misc): Ditto.
613
d8186297
LT
6142004-01-26 Luc Teirlinck <teirllm@auburn.edu>
615
616 * strings.texi (Text Comparison): assoc-string also matches
617 elements of alists that are strings instead of conses.
618 (Formatting Strings): Standardize Texinfo usage. Update index
619 entries.
620
9adcb5f2
LT
6212004-01-20 Luc Teirlinck <teirllm@auburn.edu>
622
623 * lists.texi (Sets And Lists): Add delete-dups.
624
3e7274ae
LT
6252004-01-15 Luc Teirlinck <teirllm@auburn.edu>
626
627 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
628 special form.
629 * macros.texi (Defining Macros): Update description of `declare',
630 which now is a macro.
631 (Wrong Time): Fix typos.
632
944e099f
LT
6332004-01-14 Luc Teirlinck <teirllm@auburn.edu>
634
635 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 636 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
637 and `batch-byte-compile'. In particular, mention and describe
638 all optional arguments.
639 (Disassembly): Correct and clarify the description of `disassemble'.
640
90c3aa59
LT
6412004-01-11 Luc Teirlinck <teirllm@auburn.edu>
642
643 * searching.texi: Various small changes in addition to the
644 following.
645 (Regexp Example): Adapt to new value of `sentence-end'.
646 (Regexp Functions): The PAREN argument to `regexp-opt' can be
647 `words'.
648 (Search and Replace): Add usage note for `perform-replace'.
649 (Entire Match Data): Mention INTEGERS and REUSE arguments to
650 `match-data'.
651 (Standard Regexps): Update for new values of `paragraph-start'
652 and `sentence-end'.
653
583c353d
LT
6542004-01-07 Luc Teirlinck <teirllm@auburn.edu>
655
656 * files.texi (Saving Buffers): Clarify descriptions of
657 `write-contents-functions' and `before-save-hook'.
658 Make the defvar's for `before-save-hook' and `after-save-hook'
659 into defopt's.
660
05faee07
KS
6612004-01-07 Kim F. Storm <storm@cua.dk>
662
663 * commands.texi (Click Events): Describe new image and
664 width/height elements of click events.
665 (Accessing Events): Add posn-string, posn-image, and
666 posn-object-width-height. Change posn-object to return either
667 image or string object.
668
a0465ec3
SJ
6692004-01-01 Simon Josefsson <jas@extundo.com>
670
671 * hooks.texi (Standard Hooks): Add before-save-hook.
672 * files.texi (Saving Buffers): Likewise.
673
972c0c49
RS
6742004-01-03 Richard M. Stallman <rms@gnu.org>
675
676 * frames.texi (Frames and Windows): Delete frame-root-window.
677
dbcd463f
LT
6782004-01-03 Luc Teirlinck <teirllm@auburn.edu>
679
680 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
681
682 * functions.texi: Various small changes in addition to the
683 following.
684 (What Is a Function): `functionp' returns nil for macros. Clarify
685 behavior of this and following functions for symbol arguments.
686 (Function Documentation): Add `\' in front of (fn @var{arglist})
687 and explain why.
688 (Defining Functions): Mention DOCSTRING argument to `defalias'.
689 Add anchor.
690 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
691
02c77ee9
MB
6922004-01-01 Miles Bader <miles@gnu.org>
693
694 * display.texi (Buttons): New section.
695
903a1a91
AS
6962003-12-31 Andreas Schwab <schwab@suse.de>
697
698 * numbers.texi (Math Functions): sqrt reports a domain-error
699 error.
700 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
701
697cf92a
LT
7022003-12-30 Luc Teirlinck <teirllm@auburn.edu>
703
3f70fe82
LT
704 * tips.texi (Documentation Tips): Update item on hyperlinks in
705 documentation strings.
706
697cf92a
LT
707 * errors.texi (Standard Errors): Various small corrections and
708 additions.
709
710 * control.texi: Various small changes in addition to the
711 following.
712 (Signaling Errors): Provide some more details on how `signal'
713 constructs the error message. Add anchor to the definition of
714 `signal'.
715 (Error Symbols): Describe special treatment of `quit'.
716 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
717 to emphasize that it has to be a single form.
718
719 * buffers.texi: Add anchor.
720
4d25144d
RS
7212003-12-29 Richard M. Stallman <rms@gnu.org>
722
723 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
724 (Window Configurations): Add window-configuration-frame.
725
726 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
727
728 * text.texi (Examining Properties): Add get-char-property-and-overlay.
729 Change arg name in get-char-property.
730 (Special Properties): Update handling of keymap property.
731
732 * strings.texi (Modifying Strings): Add clear-string.
733 (Text Comparison): Add assoc-string and remove
734 assoc-ignore-case, assoc-ignore-representation.
735
736 * os.texi (Time of Day): Add set-time-zone-rule.
737
738 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 739 report domain-error errors.
4d25144d 740
697cf92a 741 * nonascii.texi (Converting Representations):
4d25144d
RS
742 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
743 (Encoding and I/O): Add file-name-coding-system.
744
745 * modes.texi (Search-based Fontification): Explain that
746 face specs are symbols with face names as values.
747
748 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
749
750 * lists.texi (Building Lists): remq moved elsewhere.
751 (Sets And Lists): remq moved here.
752 (Association Lists): Refer to assoc-string.
753
754 * internals.texi (Garbage Collection): Add memory-use-counts.
755
756 * frames.texi (Frames and Windows): Add set-frame-selected-window
757 and frame-root-window.
758
697cf92a 759 * files.texi (Contents of Directories):
4d25144d
RS
760 Add directory-files-and-attributes.
761
762 * display.texi (Refresh Screen): Add force-window-update.
763 (Invisible Text): Explain about moving point out of invis text.
764 (Overlay Properties): Add overlay-properties.
765 (Managing Overlays): Add overlayp.
766 (GIF Images): Invalid image number displays a hollow box.
767
768 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
769 (Killing Buffers): Add buffer-live-p.
770
67fafe38
MR
7712003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
772
773 * display.texi (Fringes): Fix typo "set-buffer-window".
774
68e74f25
LT
7752003-12-24 Luc Teirlinck <teirllm@auburn.edu>
776
777 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
778 * nonascii.texi, processes.texi, tips.texi, variables.texi:
779 Add or change various xrefs and anchors.
780
781 * commands.texi: Replace all occurrences of @acronym{CAR} with
782 @sc{car}, for consistency with the rest of the Elisp manual.
783 `car' and `cdr' are historically acronyms, but are no longer
784 widely thought of as such.
785
786 * internals.texi (Pure Storage): Mention that `purecopy' does not
787 copy text properties.
788 (Object Internals): Now 29 bits are used (in most implementations)
789 to address Lisp objects.
790
791 * variables.texi (Variables with Restricted Values): New node.
792
793 * objects.texi (Lisp Data Types): Mention that certain variables
794 can only take on a restricted set of values and add an xref to
795 the new node "Variables with Restricted Values".
796
797 * eval.texi (Function Indirection): Describe the errors that
798 `indirect-function' can signal.
799 (Eval): Clarify the descriptions of `eval-region' and `values'.
800 Describe `eval-buffer' instead of `eval-current-buffer' and
801 mention `eval-current-buffer' as an alias for `current-buffer'.
802 Correct the description and mention all optional arguments.
803
697cf92a 804 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
805 following.
806 (Converting Representations): Clarify behavior of
807 `string-make-multibyte' and `string-to-multibyte' for unibyte all
808 ASCII arguments.
809 (Character Sets): Document the variable `charset-list' and adapt
810 the definition of the function `charset-list' accordingly.
811 (Translation of Characters): Clarify use of generic characters in
812 `make-translation-table'. Clarify and correct the description of
813 the use of translation tables in encoding and decoding.
814 (User-Chosen Coding Systems): Correct and clarify the description
815 of `select-safe-coding-system'.
816 (Default Coding Systems): Clarify description of
817 `file-coding-system-alist'.
818
a62f71e4
LT
8192003-11-30 Luc Teirlinck <teirllm@auburn.edu>
820
821 * strings.texi (Text Comparison): Correctly describe when two
822 strings are `equal'. Combine and clarify descriptions of
823 `assoc-ignore-case' and `assoc-ignore-representation'.
824
825 * objects.texi (Non-ASCII in Strings): Clarify description of
826 when a string is unibyte or multibyte.
827 (Bool-Vector Type): Update examples.
828 (Equality Predicates): Correctly describe when two strings are
829 `equal'.
830
19017752
LT
8312003-11-29 Luc Teirlinck <teirllm@auburn.edu>
832
833 * lists.texi (Building Lists): `append' no longer accepts integer
834 arguments. Update the description of `number-sequence' to reflect
835 recent changes.
836 (Sets And Lists): Describe `member-ignore-case' after `member'.
837
0f6a07a8
KS
8382003-11-27 Kim F. Storm <storm@cua.dk>
839
840 * commands.texi (Click Events): Click object may be an images.
841 Describe (dx . dy) element of click positions.
842 (Accessing Events): Remove duplicate posn-timestamp.
843 New functions posn-object and posn-object-x-y.
844
1ce7c819
KS
8452003-11-23 Kim F. Storm <storm@cua.dk>
846
847 * commands.texi (Click Events): Describe enhancements to event
848 position lists, including new text-pos and (col . row) items.
849 Mention left-fringe and right-fringe area events.
0f6a07a8 850 (Accessing Events): New functions posn-area and
1ce7c819
KS
851 posn-actual-col-row. Mention posn-timestamp. Mention that
852 posn-point in non-text area still returns buffer position.
853 Clarify posn-col-row.
854
cae8ddbb
LH
8552003-11-21 Lars Hansen <larsh@math.ku.dk>
856
857 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
858 * anti.texi (File Attributes): Describe removed parameter
859 ID-FORMAT.
860
f7f1a248
LT
8612003-11-20 Luc Teirlinck <teirllm@auburn.edu>
862
68e74f25 863 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
864 a position, its buffer is ignored.
865
866 * markers.texi (Overview of Markers): Mention it here too.
867
c5e2fb05
LT
8682003-11-12 Luc Teirlinck <teirllm@auburn.edu>
869
870 * numbers.texi (Numeric Conversions): Not just `floor', but also
871 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
872
e57d0aa8
LT
8732003-11-10 Luc Teirlinck <teirllm@auburn.edu>
874
875 * markers.texi (Creating Markers): Specify insertion type of
876 created markers. Add xref to `Marker Insertion Types'.
877 Second argument to `copy-marker' is optional.
878 (Marker Insertion Types): Mention that most markers are created
879 with insertion type nil.
880 (The Mark): Correctly describe when `mark' signals an error.
881 (The Region): Correctly describe when `region-beginning' and
882 `region-end' signal an error.
883
bb3612ec
LT
8842003-11-08 Luc Teirlinck <teirllm@auburn.edu>
885
886 * hash.texi (Creating Hash): Clarify description of `eql'.
887 `makehash' is obsolete.
888 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
889
890 * positions.texi (Point): Change description of `buffer-end', so
891 that it is also correct for floating point arguments.
892 (List Motion): Correct argument lists of `beginning-of-defun' and
893 `end-of-defun'.
894 (Excursions): Add xref to `Marker Insertion Types'.
895 (Narrowing): Argument to `narrow-to-page' is optional.
896
cfb8a797
LT
8972003-11-06 Luc Teirlinck <teirllm@auburn.edu>
898
899 * streams.texi (Output Streams): Clarify behavior of point for
900 marker output streams.
901
c6177909
LT
9022003-11-04 Luc Teirlinck <teirllm@auburn.edu>
903
904 * variables.texi (Defining Variables): Second argument to
905 `defconst' is not optional.
906 (Setting Variables): Mention optional argument APPEND to
907 `add-to-list'.
908 (Creating Buffer-Local): Expand description of
909 `make-variable-buffer-local'.
910 (Frame-Local Variables): Expand description of
911 `make-variable-frame-local'.
912 (Variable Aliases): Correct description of optional argument
913 DOCSTRING to `defvaralias'. Mention return value of
914 `defvaralias'.
915 (File Local Variables): Add xref to `File variables' in Emacs
916 Manual. Correct description of `hack-local-variables'. Mention
917 `safe-local-variable' property. Mention optional second argument
918 to `risky-local-variable-p'.
919
b3645067
LT
9202003-11-03 Luc Teirlinck <teirllm@auburn.edu>
921
922 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
923
10695e5c
EZ
9242003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
925
926 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
927 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
928 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
929 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
930 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 931 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
932 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
933 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
934 @acronym{FOO}.
935
a2f4def1
LT
9362003-10-27 Luc Teirlinck <teirllm@auburn.edu>
937
938 * strings.texi (Creating Strings): Argument START to `substring'
939 can not be `nil'. Expand description of
940 `substring-no-properties'. Correct description of `split-string',
941 especially with respect to empty matches. Prevent very bad line
942 break in definition of `split-string-default-separators'.
943 (Text Comparison): `string=' and `string<' also accept symbols as
944 arguments.
945 (String Conversion): More completely describe argument BASE in
946 `string-to-number'.
5bb0fcd1 947 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
948 corresponding object. Clarify behavior of numeric prefix after
949 `%' in `format'.
950 (Case Conversion): The argument to `upcase-initials' can be a
951 character.
952
a2296bf9
KH
9532003-10-27 Kenichi Handa <handa@m17n.org>
954
955 * display.texi (Fontsets): Fix texinfo usage.
956
885fef7c
KH
9572003-10-25 Kenichi Handa <handa@m17n.org>
958
959 * display.texi (Fontsets): Add description of the function
960 set-fontset-font.
961
0c6b7a1f
LT
9622003-10-23 Luc Teirlinck <teirllm@auburn.edu>
963
964 * display.texi (Temporary Displays): Add xref to `Documentation
965 Tips'.
966
967 * functions.texi (Function Safety): Use inforef instead of pxref
968 for SES.
969
c3cda320
AS
9702003-10-23 Andreas Schwab <schwab@suse.de>
971
972 * Makefile.in (TEX, texinputdir): Don't define.
973 (TEXI2DVI): Define.
974 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
975 add $(srcdir)/index.texi.
976 ($(infodir)/elisp): Remove index.texi dependency.
977 (elisp.dvi): Likewise. Use $(TEXI2DVI).
978 (index.texi): Remove target.
979 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
980 (clean): Don't remove index.texi.
981
c3cda320
AS
982 * permute-index, index.perm: Remove.
983 * index.texi: Rename from index.unperm.
984
e5dadca7
LT
9852003-10-22 Luc Teirlinck <teirllm@auburn.edu>
986
987 * tips.texi (Documentation Tips): Document new behavior for face
988 and variable hyperlinks in Help mode.
989
6cfb0777
LT
9902003-10-21 Luc Teirlinck <teirllm@auburn.edu>
991
992 * objects.texi (Integer Type): Update for extra bit of integer range.
993 (Character Type): Ditto.
994
a6eeaa81 9952003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
996
997 * numbers.texi (Integer Basics): Add index entries for reading
998 numbers in hex, octal, and binary.
999
c8f9ba83
LK
10002003-10-16 Lute Kamstra <lute@gnu.org>
1001
1002 * modes.texi (Mode Line Format): Mention force-mode-line-update's
1003 argument.
1004
b52a26fb
LT
10052003-10-13 Luc Teirlinck <teirllm@auburn.edu>
1006
1007 * windows.texi (Choosing Window): Fix typo.
1008 * edebug.texi (Edebug Execution Modes): Fix typo.
1009
f7005886
RS
10102003-10-13 Richard M. Stallman <rms@gnu.org>
1011
1012 * windows.texi (Basic Windows): A window has fringe settings,
1013 display margins and scroll-bar settings.
1014 (Splitting Windows): Doc split-window return value.
1015 Clean up one-window-p.
1016 (Selecting Windows): Fix typo.
1017 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
1018 (Buffers and Windows): In set-window-buffer, explain effect
1019 on fringe settings and scroll bar settings.
1020 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
1021 (Choosing Window): Use defopt for pop-up-frame-function.
1022 For special-display-buffer-names, explain same-window and same-frame.
1023 Clarify window-dedicated-p return value.
1024 (Textual Scrolling): scroll-up and scroll-down can get an error.
1025 (Horizontal Scrolling): Clarify auto-hscroll-mode.
1026 Clarify set-window-hscroll.
1027 (Size of Window): Don't mention tool bar in window-height.
1028 (Coordinates and Windows): Explain what coordinates-in-window-p
1029 returns for fringes and display margins.
1030 (Window Configurations): Explain saving fringes, etc.
1031
1032 * tips.texi (Library Headers): Clean up Documentation.
1033
1034 * syntax.texi (Parsing Expressions): Clean up forward-comment
1035 and parse-sexp-lookup-properties.
1036
1037 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
1038
1039 * os.texi (System Environment): Clean up text for load-average errors.
1040
1041 * modes.texi (Hooks): Don't explain local hook details at front.
1042 Clarify run-hooks and run-hook-with-args a little.
1043 Clean up add-hook and remove-hook.
1044
1045 * edebug.texi (Edebug Execution Modes): Clarify t.
1046 Document edebug-sit-for-seconds.
1047 (Coverage Testing): Document C-x X = and =.
1048 (Instrumenting Macro Calls): Fix typo.
1049 (Specification List): Don't index the specification keywords.
1050
c989ebe9
KS
10512003-10-10 Kim F. Storm <storm@cua.dk>
1052
1053 * processes.texi (Network): Introduce make-network-process.
1054
f9525eef
LT
10552003-10-09 Luc Teirlinck <teirllm@auburn.edu>
1056
1057 * tips.texi (Library Headers): Fix typo.
1058
f008b925
LK
10592003-10-07 Juri Linkov <juri@jurta.org>
1060
1061 * modes.texi (Imenu): Mention imenu-create-index-function's
1062 default value. Explain submenus better.
1063
c22c5da6
LK
10642003-10-07 Lute Kamstra <lute@gnu.org>
1065
1066 * modes.texi (Faces for Font Lock): Fix typo.
1067 (Hooks): Explain how buffer-local hook variables can refer to
1068 global hook variables.
1069 Various minor clarifications.
1070
49247521
LK
10712003-10-06 Lute Kamstra <lute@gnu.org>
1072
1073 * tips.texi (Coding Conventions): Mention naming conventions for
1074 hooks.
1075
9296c947
LT
10762003-10-05 Luc Teirlinck <teirllm@auburn.edu>
1077
1078 * loading.texi (Library Search): Correct default value of
1079 load-suffixes.
1080 (Named Features): Fix typo.
1081
0e9b293a
RS
10822003-10-05 Richard M. Stallman <rms@gnu.org>
1083
1084 * loading.texi (Named Features): In `provide',
1085 say how to test for subfeatures.
1086 (Unloading): In unload-feature, use new var name
1087 unload-feature-special-hooks.
1088
49247521 10892003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
1090
1091 * modes.texi (Major Mode Conventions): Mention third way to set up
1092 Imenu.
1093 (Imenu): A number of small fixes.
1094 Delete documentation of internal variable imenu--index-alist.
1095 Document the return value format of imenu-create-index-function
1096 functions.
1097
ab8f7d5c
RS
10982003-09-30 Richard M. Stallman <rms@gnu.org>
1099
1100 * processes.texi (Network): Say what stopped datagram connections do.
1101
1102 * lists.texi (Association Lists): Clarify `assq-delete-all'.
1103
1104 * display.texi (Overlay Properties): Clarify `evaporate' property.
1105
49247521 11062003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
1107
1108 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 1109 constructs should be marked as risky.
86b9b767
LK
1110 Change cons cell into proper list.
1111 (Mode Line Variables): Change cons cell into proper list.
1112
49247521 11132003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
1114
1115 * modes.texi (Mode Line Data): Document the :propertize construct.
1116 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 1117 to match their order in the default mode-line-format.
bc3b02f9
LK
1118 Describe the new variables mode-line-position and mode-line-modes.
1119 Update the default values of mode-line-frame-identification,
1120 minor-mode-alist, and default-mode-line-format.
1121 (Properties in Mode): Mention the :propertize construct.
6142d1d0 1122
bc3b02f9 11232003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 1124
c22c5da6 1125 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
1126 * loading.texi, minibuf.texi, text.texi, variables.texi:
1127 Avoid @strong{Note:}.
1128
11292003-09-26 Richard M. Stallman <rms@gnu.org>
1130
1131 * keymaps.texi (Remapping Commands): Fix typo.
1132
41beda59
LT
11332003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
1134
1135 * processes.texi (Low-Level Network): Fix typo.
1136
ef6ae4ff
KS
11372003-09-23 Kim F. Storm <storm@cua.dk>
1138
1139 * processes.texi (Network, Network Servers): Fix typos.
1140 (Low-Level Network): Add timeout value for :server keyword.
1141 Add new option keywords to make-network-process.
1142 Add set-network-process-options.
1143 Explain how to test availability of network options.
1144
b0f23edf
RS
11452003-09-19 Richard M. Stallman <rms@gnu.org>
1146
1147 * text.texi (Motion by Indent): Arg to
1148 backward-to-indentation and forward-to-indentation is optional.
1149
1150 * strings.texi (Creating Strings): Add substring-no-properties.
1151
1152 * processes.texi
1153 (Process Information): Add list-processes arg QUERY-ONLY.
1154 Delete process-contact from here.
1155 Add new status values for process-status.
1156 Add process-get, process-put, process-plist, set-process-plist.
1157 (Synchronous Processes): Add call-process-shell-command.
1158 (Signals to Processes): signal-process allows process objects.
1159 (Network): Complete rewrite.
1160 (Network Servers, Datagrams, Low-Level Network): New nodes.
1161
1162 * positions.texi (Word Motion): forward-word, backward-word
1163 arg is optional. Reword.
1164
1165 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
1166
c22c5da6 1167 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
1168 Delete duplicate definition of buffer-local-value.
1169 (File Local Variables): Explain about discarding text props.
1170
f387bdea
RS
11712003-09-11 Richard M. Stallman <rms@gnu.org>
1172
1173 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
1174 changes variables that record input events.
1175 (Minibuffer Misc): Add minibuffer-selected-window.
1176
1177 * lists.texi (Building Lists): Add copy-tree.
1178
1179 * display.texi (Fontsets): Add char-displayable-p.
1180 (Scroll Bars): New node.
1181
49247521 11822003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
1183
1184 * modes.texi (%-Constructs): Document new `%i' and `%I'
1185 constructs.
1186
fd026ee1
JR
11872003-09-03 Peter Runestig <peter@runestig.com>
1188
1189 * makefile.w32-in: New file.
1190
4828b4d7
RS
11912003-08-29 Richard M. Stallman <rms@gnu.org>
1192
1193 * display.texi (Overlay Properties): Clarify how priorities
1194 affect use of the properties.
1195
a4e4f05d
LT
11962003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
1197
1198 * customize.texi (Type Keywords): Correct the description of
1199 `:help-echo' in the case where `motion-doc' is a function.
1200
3ebe0346
JPW
12012003-08-14 John Paul Wallington <jpw@gnu.org>
1202
1203 * modes.texi (Emulating Mode Line): Subsection, not section.
1204
3afe8e39
RS
12052003-08-13 Richard M. Stallman <rms@gnu.org>
1206
1207 * elisp.texi (Top): Update subnode lists in menu.
1208
1209 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
1210 (Kill Functions): kill-region has new arg yank-handler.
1211 (Yanking): New node.
1212 (Yank Commands): Add yank-undo-function.
1213 (Low-Level Kill Ring):
1214 kill-new and kill-append have new arg yank-handler.
1215 (Changing Properties): Add remove-list-of-text-properties.
1216 (Atomic Changes): New node.
1217
1218 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
1219
1220 * streams.texi (Output Variables): Add eval-expression-print-length
1221 and eval-expression-print-level.
1222
1223 * os.texi (Time Conversion): For encode-time, explain limits on year.
1224
1225 * objects.texi (Character Type): Define anchor "modifier bits".
1226
1227 * modes.texi (Emulating Mode Line): New node.
1228 (Search-based Fontification): Font Lock uses font-lock-face property.
1229 (Other Font Lock Variables): Likewise.
1230
1231 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
1232 not vectors.
1233 (Active Keymaps): Add emulation-mode-map-alists.
1234 (Functions for Key Lookup): key-binding has new arg no-remap.
1235 (Remapping Commands): New node.
1236 (Scanning Keymaps): where-is-internal has new arg no-remap.
1237 (Tool Bar): Add tool-bar-local-item-from-menu.
1238 Clarify when to use tool-bar-add-item-from-menu.
1239
1240 * commands.texi (Interactive Call): commandp has new arg.
1241 (Command Loop Info): Add this-original-command.
1242
e37769b1
JPW
12432003-08-06 John Paul Wallington <jpw@gnu.org>
1244
1245 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
1246
1247 * display.texi (Warning Basics): Fix typo.
1248 (Fringes): Add closing curly bracket and fix typo.
1249
1250 * elisp.texi (Top): Fix typo.
1251
c5e0561f
RS
12522003-08-05 Richard M. Stallman <rms@gnu.org>
1253
1254 * elisp.texi: Update lists of subnodes.
1255
1256 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
1257
1258 * variables.texi (Local Variables): Use lc for example variable names.
1259
1260 * tips.texi (Library Headers): Explain where to put -*-.
1261
1262 * strings.texi (Creating Strings): Fix xref for vconcat.
1263
1264 * sequences.texi (Vector Functions):
1265 vconcat no longer allows integer args.
1266
1267 * minibuf.texi (Reading File Names): read-file-name has new
1268 arg PREDICATE. New function read-directory-name.
1269
1270 * macros.texi (Defining Macros): Give definition of `declare'
1271 (Indenting Macros): New node.
1272
1273 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
1274 (Window Frame Parameters): Make separate table of parameters
1275 that are coupled with specific face attributes.
1276 (Deleting Frames): delete-frame-hooks renamed to
1277 delete-frame-functions.
1278
1279 * files.texi (Magic File Names): Add file-remote-p.
1280 Clarify file-local-copy.
1281
1282 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
1283 here; instead xref Defining Macros.
1284
1285 * display.texi (Warnings): New node, and subnodes.
1286 (Fringes): New node.
1287
1288 * debugging.texi (Test Coverage): New node.
1289
1290 * compile.texi (Compiler Errors): Explain with-no-warnings
1291 and other ways to suppress warnings.
1292
1293 * commands.texi (Interactive Call): Minor clarification.
1294
1295 * buffers.texi (Buffer File Name): set-visited-file-name
1296 renames the buffer too.
1297
1298 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
1299
ee59dede
MR
13002003-07-24 Markus Rost <rost@math.ohio-state.edu>
1301
1302 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
1303
f0514b34
MR
13042003-07-22 Markus Rost <rost@math.ohio-state.edu>
1305
1306 * internals.texi (Garbage Collection): Fix previous change.
1307
c73983bb
RS
13082003-07-22 Richard M. Stallman <rms@gnu.org>
1309
1310 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
1311
1312 * display.texi (Width): Use \s syntax in example.
1313 (Font Selection): Add face-font-rescale-alist.
1314
1315 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
1316 Remove spurious indent in example.
1317
1318 * lists.texi (Building Lists): Add number-sequence.
1319
1320 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
1321
1322 * functions.texi (Function Documentation): Explain how to
1323 show calling convention explicitly in the doc string.
1324
1325 * windows.texi (Selecting Windows): save-selected-window saves
1326 selected window of each frame.
1327 (Window Configurations): Minor change.
1328
1329 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
1330
1331 * streams.texi (Output Variables): Add print-continuous-numbering
1332 and print-number-table.
1333
1334 * processes.texi (Decoding Output): New node.
1335
1336 * os.texi (Time Conversion): decode-time arg is optional.
1337
1338 * objects.texi (Character Type): Don't use space as example for \.
1339 Make list of char names and \-sequences correspond.
1340 Explain that \s is not used in strings. `\ ' needs space after.
1341
1342 * nonascii.texi (Converting Representations): Add string-to-multibyte.
1343 (Translation of Characters): Add translation-table-for-input.
1344 (Default Coding Systems): Add auto-coding-functions.
1345 (Explicit Encoding): Add decode-coding-inserted-region.
1346 (Locales): Add locale-info.
1347
1348 * minibuf.texi (Basic Completion): Describe test-completion.
1349 Collections can be lists of strings.
1350 Clean up lazy-completion-table.
1351 (Programmed Completion): Mention test-completion.
1352 Clarify why lambda expressions are not accepted.
1353 (Minibuffer Misc): Describe minibufferp.
1354
51a8b435
RS
13552003-07-14 Richard M. Stallman <rms@gnu.org>
1356
1357 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
1358
1359 * windows.texi (Selecting Windows): New arg to select-window.
1360 (Selecting Windows): Add with-selected-window.
1361 (Size of Window): Add window-inside-edges, etc.
1362
1363 * internals.texi (Garbage Collection): Add post-gc-hook.
1364
1365 * processes.texi (Subprocess Creation): Add exec-suffixes.
1366
1367 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
1368 (Scanning Keymaps): Add map-keymaps.
1369 (Defining Menus): Add keymap-prompt.
1370
1371 * numbers.texi (Integer Basics): Add most-positive-fixnum,
1372 most-negative-fixnum.
1373
1374 * compile.texi (Byte Compilation): Explain no-byte-compile
1375 (Compiler Errors): New node.
1376
1377 * os.texi (User Identification): user-uid, user-real-uid
1378 can return float.
1379
1380 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
1381 and about derived modes.
1382 (Minor Modes): Add minor-mode-list.
1383 (Defining Minor Modes): Keyword args for define-minor-mode.
1384 (Search-based Fontification): Explain managing other properties.
1385 (Other Font Lock Variables): Add font-lock-extra-managed-props.
1386 (Faces for Font Lock): Add font-locl-preprocessor-face.
1387 (Hooks): Add run-mode-hooks and delay-mode-hooks.
1388
1389 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 1390 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
1391
1392 * loading.texi (Library Search): Add load-suffixes.
1393
1394 * minibuf.texi (Basic Completion): Add lazy-completion-table.
1395 (Programmed Completion): Add dynamic-completion-table.
1396
1397 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
1398 (Magic File Names): Specify precedence order of handlers.
1399o
1400 * commands.texi (Command Overview): Emacs server runs pre-command-hook
1401 and post-command-hook.
1402 (Waiting): New calling convention for sit-for.
1403
1404 * text.texi (Special Properties): local-map and keymap properties
1405 apply based on their stickiness.
1406
c6de56a0
RS
14072003-07-07 Richard M. Stallman <rms@gnu.org>
1408
1409 * modes.texi (Minor Mode Conventions): Specify only some kinds
1410 of list values as args to minor modes.
1411
1412 * files.texi (File Name Expansion): Warn about iterative use
1413 of substitute-in-file-name.
1414
1415 * advice.texi (Activation of Advice): Clean up previous change.
1416
8c761ea6
MR
14172003-07-06 Markus Rost <rost@math.ohio-state.edu>
1418
1419 * advice.texi (Activation of Advice): Note that ad-start-advice is
1420 turned on by default.
1421
c6de56a0
RS
14222003-06-30 Richard M. Stallman <rms@gnu.org>
1423
1424 * text.texi (Buffer Contents): Document current-word.
1425 (Change Hooks): Not called for *Messages*.
1426
1427 * functions.texi (Defining Functions): Explain about redefining
1428 primitives.
1429 (Function Safety): Renamed. Minor changes.
1430 Comment out the detailed criteria for what is safe.
1431
3fe4e567
AS
14322003-06-22 Andreas Schwab <schwab@suse.de>
1433
1434 * objects.texi (Symbol Type): Fix description of examples.
1435
cda7bd13
AS
14362003-06-16 Andreas Schwab <schwab@suse.de>
1437
1438 * hash.texi (Creating Hash): Fix description of :weakness.
1439
fbcffa4a
KG
14402003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1441
1442 * files.texi (Changing Files): copy-file copies file modes, too.
1443
ff6a3bfb
RS
14442003-05-28 Richard M. Stallman <rms@gnu.org>
1445
1446 * strings.texi (Creating Strings): Clarify split-string.
1447
1463a05d
JB
14482003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
1449
1450 * strings.texi (Creating Strings): Update split-string specification
1451 and examples.
1452
af253914
RS
14532003-05-19 Richard M. Stallman <rms@gnu.org>
1454
1455 * elisp.texi: Correct invariant section names.
1456
7ea52f92
RS
14572003-04-20 Richard M. Stallman <rms@gnu.org>
1458
1459 * os.texi (Timers): Explain about timers and quitting.
1460
e31afc09
RS
14612003-04-19 Richard M. Stallman <rms@gnu.org>
1462
1463 * internals.texi (Writing Emacs Primitives): Strings are
1464 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
1465 Explain GCPRO convention for varargs function args.
1466
5ceea398
RS
14672003-04-16 Richard M. Stallman <rms@gnu.org>
1468
1469 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1470
b0ada147
RS
14712003-04-08 Richard M. Stallman <rms@gnu.org>
1472
1473 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1474
b23375aa
KS
14752003-02-13 Kim F. Storm <storm@cua.dk>
1476
1477 * objects.texi (Character Type): New \s escape for space.
1478
c60ee5e7
JB
14792003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1480
1481 * os.texi (System Environment): Added cygwin system-type.
1482
84e47416
RS
14832003-01-25 Richard M. Stallman <rms@gnu.org>
1484
1485 * keymaps.texi: Document that a symbol can act as a keymap.
1486
3e8cf2ea
RS
14872003-01-13 Richard M. Stallman <rms@gnu.org>
1488
1489 * text.texi (Changing Properties): Say string indices are origin-0.
1490
1491 * positions.texi (Screen Lines) <compute-motion>:
1492 Correct order of elts in return value.
1493
1494 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1495 how to define a default binding.
1496
7abb9fc5 14972002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 1498
104bc3aa 1499 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 1500
104bc3aa
MR
1501 * customize.texi (Simple Types): Clarify description of custom
1502 type 'number. Describe new custom type 'float.
177f790c 1503
7abb9fc5 15042002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
1505
1506 * variables.texi (File Local Variables): Fix typo.
1507
df140a68 15082002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 1509
df140a68
KG
1510 From Michael Albinus <Michael.Albinus@alcatel.de>.
1511
1512 * README: Target for Info file is `make info'.
1513
1514 * files.texi (File Name Components): Fixed typos in
1515 `file-name-sans-extension'.
1516 (Magic File Names): Complete list of operations for magic file
1517 name handlers.
1518
7ed9159a
JY
15192002-09-16 Jonathan Yavner <jyavner@engineer.com>
1520
1521 * variables.texi (File Local Variables): New function
1522 risky-local-variable-p.
1523
15242002-09-15 Jonathan Yavner <jyavner@engineer.com>
1525
1526 * functions.texi (Function safety): New node about unsafep.
1527
241f79af
PA
15282002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
1529
1530 * customize.texi (Splicing into Lists): Fixed example.
1531 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1532
72459b15
JB
15332002-06-17 Juanma Barranquero <lektu@terra.es>
1534
1535 * frames.texi (Display Feature Testing): Fix typo.
1536
61f7e0f5
AS
15372002-06-12 Andreas Schwab <schwab@suse.de>
1538
1539 * frames.texi (Initial Parameters, Resources): Fix references to
1540 the Emacs manual.
1541
4e792dbd
KS
15422002-05-13 Kim F. Storm <storm@cua.dk>
1543
1544 * variables.texi (Intro to Buffer-Local): Updated warning and
1545 example relating to changing buffer inside let.
1546
940344d4 15472002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
1548
1549 * os.texi (Session Management): New node about X Session management.
1550
231ac53b
EZ
15512002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
1552
1553 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
1554 to which the manual corresponds, and the copyright years.
1555
1556 * Makefile.in (VERSION): Set to 2.9.
1557
140cc574
EZ
15582001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
1559
1560 * elisp.texi: Change the category in @dircategory to "Emacs", to
1561 make it consistent with info/dir.
1562
9c7fce05
MB
15632001-11-25 Miles Bader <miles@gnu.org>
1564
1565 * text.texi (Fields): Describe new `limit' arg in
1566 field-beginning/field-end.
1567
9f8bbf0f
EZ
15682001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1569
a5e6715c
EZ
1570 * permute-index: Don't depend on csh-specific features. Replace
1571 the interpreter name with /bin/sh.
1572
9f8bbf0f
EZ
1573 * two-volume-cross-refs.txt: New file.
1574 * two.el: New file.
1575 * spellfile: New file.
1576
1756e2fb
EZ
15772001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
1578
1579 * permute-index: New file.
1580
1581 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1582 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1583 8+3 restricted namespace.
ad050e54
EZ
1584
1585 * Makefile.in (infodir): Define relative to $(srcdir).
1586 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1587 include directories list via -I switch to makeinfo.
1588 (index.texi): Use cp if both hard and symbolic links fail.
1589
10fa7f8e
EZ
15902001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
1591
7a1494ce
EZ
1592 * Makefile.in (distclean): Add.
1593
10fa7f8e
EZ
1594 The following changes make ELisp manual part of the Emacs
1595 distribution:
1596
1597 * Makefile.in: Add Copyright notice.
1598 (prefix): Remove.
1599 (infodir): Change value to "../info".
1600 (VPATH): New variable.
1601 (MAKE): Don't define.
1602 (texmacrodir): Don't define.
1603 (texinputdir): Append the existing value of TEXINPUTS.
1604 ($(infodir)/elisp): Instead of just "elisp". Reformat the
1605 command to be compatible with man/Makefile.in, and to put the
1606 output into ../info.
5c32b7c5 1607 (info): Add target.
10fa7f8e
EZ
1608 (installall): Target removed.
1609
ad050e54 16102001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
1611
1612 * tips.texi (Coding Conventions): Fix typo.
1613
6fd735df
GM
16142001-10-23 Gerd Moellmann <gerd@gnu.org>
1615
1616 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1617
b704d54b
EZ
16182001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1619
1620 * files.texi (File Name Components): Update the description of
1621 file-name-sans-extension and file-name-extension, as they now
1622 ignore leading dots.
1623
71431a0e
GM
16242001-10-20 Gerd Moellmann <gerd@gnu.org>
1625
6aa97356 1626 * (Version 21.1 released.)
71431a0e 1627
79f1f96c
MB
16282001-10-19 Miles Bader <miles@gnu.org>
1629
1630 * positions.texi (Text Lines): Describe behavior of
1631 `beginning-of-line'/`end-of-line' in the presence of field properties.
1632
892a8f36
GM
16332001-10-17 Gerd Moellmann <gerd@gnu.org>
1634
1635 * Makefile.in (VERSION): Set to 2.8.
1636 (manual): Use `manual-21'.
1637
8c1cc9e8 1638 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
1639 number was used. Set it to 2.8.
1640
1641 * intro.texi: Likewise.
1642
51724e26
EZ
16432001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1644
1645 * files.texi (File Name Completion): Document the significance of
1646 a trailing slash in elements of completion-ignored-extensions.
1647
57b338e8
MB
16482001-10-06 Miles Bader <miles@gnu.org>
1649
1650 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1651
c89e4bc5
GM
16522001-10-04 Gerd Moellmann <gerd@gnu.org>
1653
1654 * variables.texi (Variable Aliases): New node.
1655
ab952a4f
GM
16562001-10-04 Gerd Moellmann <gerd@gnu.org>
1657
1658 * Branch for 21.1.
dff28924 1659
9db3a582
MB
16602001-10-02 Miles Bader <miles@gnu.org>
1661
ae1a9581
MB
1662 * minibuf.texi (Minibuffer Misc): Add entries for
1663 `minibuffer-contents', `minibuffer-contents-no-properties', and
1664 `delete-minibuffer-contents'.
1665 Correct description for `minibuffer-prompt-end'.
1666
9db3a582
MB
1667 * text.texi (Property Search): Correct descriptions of
1668 `next-char-property-change' and `previous-char-property-change'.
1669 Add entries for `next-single-char-property-change' and
1670 `previous-single-char-property-change'.
1671 Make operand names a bit more consistent.
1672
03be5931
EZ
16732001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1674
1675 * frames.texi (Finding All Frames): Document that next-frame and
1676 previous-frame are local to current terminal.
1677
974548ec
EZ
16782001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
1679
1680 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 1681 result of make-keymap.
974548ec 1682
8d82c597
EZ
16832001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1684
1685 * display.texi (Font Lookup, Attribute Functions)
1686 (Image Descriptors): Add cross-references to the definition of
1687 selected frame.
1688
1689 * buffers.texi (The Buffer List): Add cross-references to the
1690 definition of selected frame.
1691
1692 * frames.texi (Input Focus): Clarify which frame is _the_ selected
1693 frame at any given time.
1694 (Multiple Displays, Size and Position): Add a cross-reference to
1695 the definition of the selected frame.
1696
2842de30
EZ
16972001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1698
1699 * strings.texi (String Conversion) <string-to-number>: Document
1700 that a float is returned for integers that are too large.
1701
1702 * frames.texi (Mouse Position): Document mouse-position-function.
1703 (Display Feature Testing): Document display-images-p.
1704 (Window Frame Parameters): Document the cursor-type variable.
1705
1706 * numbers.texi (Integer Basics): Document CL style read syntax for
1707 integers in bases other than 10.
1708
1709 * positions.texi (List Motion): Document
1710 open-paren-in-column-0-is-defun-start.
1711
1712 * lists.texi (Sets And Lists): Document member-ignore-case.
1713
1714 * internals.texi (Garbage Collection): Document the used and free
1715 strings report.
1716 (Memory Usage): Document strings-consed.
1717
1718 * os.texi (Time of Day): Document float-time.
1719 (Recording Input): Document that clear-this-command-keys clears
1720 the vector to be returned by recent-keys.
1721
1722 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1723 argument keymap can be a list.
1724
1725 * nonascii.texi (User-Chosen Coding Systems)
1726 <select-safe-coding-system>: Document the new argument
1727 accept-default-p and the variable
1728 select-safe-coding-system-accept-default-p. Tell what happens if
1729 buffer-file-coding-system is undecided.
1730 (Default Coding Systems): Document auto-coding-regexp-alist.
1731
1732 * display.texi (The Echo Area) <message>: Document
1733 message-truncate-lines.
1734 (Glyphs): Document that the glyph table is unused on windowed
1735 displays.
1736
1737 * help.texi (Describing Characters) <single-key-description>:
1738 Document the new argument no-angles.
1739 (Accessing Documentation) <documentation-property>: Document that
1740 a non-string property is evaluated.
1741 <documentation>: Document that the function-documentation property
1742 is looked for.
1743
1744 * windows.texi (Selecting Windows): Document some-window.
1745
1746 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1747
1748 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1749 apropos-mode-hook.
1750
1751 * commands.texi (Using Interactive): Document interactive-form.
1752 (Keyboard Macros): Document kbd-macro-termination-hook.
1753 (Command Loop Info): Document that clear-this-command-keys clears
1754 the vector to be returned by recent-keys.
1755
2d43d823
GM
17562001-09-04 Werner LEMBERG <wl@gnu.org>
1757
1758 * Makefile.in (srcdir, texinputdir): New variables.
1759 (srcs, index.texi, install): Use $(srcdir).
1760 (.PHONY): Remove elisp.dvi.
1761 (elisp): Use -I switch for makeinfo.
1762 (elisp.dvi): Use $(srcdir) and $(texinputdir).
1763 (installall, dist): Use $(srcdir).
1764 Fix path to texinfo.tex.
1765 (maintainer-clean): Add elisp.dvi and elisp.oaux.
1766
fa739b31
GM
17672001-08-30 Gerd Moellmann <gerd@gnu.org>
1768
92a25631
GM
1769 * display.texi (Conditional Display): Adjust to API change.
1770
fa739b31
GM
1771 * configure: New file.
1772
cef68af5
GM
17732001-07-30 Gerd Moellmann <gerd@gnu.org>
1774
1775 * commands.texi (Repeat Events): Add description of
1776 double-click-fuzz.
1777
d1f08d85
SM
17782001-05-08 Stefan Monnier <monnier@cs.yale.edu>
1779
1780 * syntax.texi (Syntax Class Table): Add the missing designator for
1781 comment and string fences.
1782 (Syntax Properties): Add a xref to syntax table internals.
1783 (Syntax Table Internals): Document string-to-syntax.
1784
1e9fc92e
GM
17852001-05-07 Gerd Moellmann <gerd@gnu.org>
1786
1787 * Makefile.in (install): Use install-info command line options
1788 like in Emacs' Makefile.in.
1789
00480554
MB
17902000-12-09 Miles Bader <miles@gnu.org>
1791
1792 * windows.texi (Window Start): Update documentation for
1793 `pos-visible-in-window-p'.
1794
1e344ee2
SM
17952000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1796
1797 * lists.texi (Building Lists): Add footnote to explain how to add
1798 to the end of a list.
1799
a540f6ed
GM
18002000-10-25 Gerd Moellmann <gerd@gnu.org>
1801
1802 * files.texi (Visiting Functions): Typos.
1803
28bcdbee
KH
18042000-10-25 Kenichi Handa <handa@etl.go.jp>
1805
1806 * files.texi (Visiting Functions): Return value of
1807 find-file-noselect may be a list of buffers if wildcards are used.
1808
22d1a4ed
MB
18092000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1810
1811 * display.texi (Defining Faces): Document `graphic' display type
1812 in face specs.
1813
916a89db
KG
18142000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1815
1e9fc92e 1816 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
1817 `after-make-frame-hook' with `after-make-frame-functions'.
1818
1e9fc92e 1819 * frames.texi (Creating Frames): Ditto.
916a89db 1820
1e9fc92e 1821 * variables.texi (Future Local Variables): Ditto.
916a89db 1822
483de32b
GM
18232000-10-16 Gerd Moellmann <gerd@gnu.org>
1824
1825 * display.texi (Other Image Types): Add description of :foreground
1826 and :background properties of mono PBM images.
1827
e23a63a5
WL
18282000-08-17 Werner LEMBERG <wl@gnu.org>
1829
1830 * .cvsignore: New file.
1831
dfc16043
GM
18322000-01-05 Gerd Moellmann <gerd@gnu.org>
1833
1834 * tindex.pl: New script.
1835
602613fe
DL
18361999-12-03 Dave Love <fx@gnu.org>
1837
1838 * Makefile.in (MAKEINFO): New parameter.
1839
94ec544d
DL
18401999-09-17 Richard Stallman <rms@gnu.org>
1841
1842 * Makefile.in (srcs): Add hash.texi.
1843 (VERSION): Update to 20.6.
1844
18451999-09-13 Richard Stallman <rms@gnu.org>
1846
1847 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1848
18491998-08-29 Karl Heuer <kwzh@gnu.org>
1850
1851 * configure.in: New file.
1852 * Makefile.in: Renamed from Makefile.
1853 (prefix, infodir): Use value obtained from configure.
1854 (emacslibdir): Obsolete variable deleted.
1855 (dist): Distribute configure.in, configure, Makefile.in.
1856
18571998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
1858
1859 * Makefile (INSTALL_INFO): New variable.
1860 (install): Run install-info.
1861
18621998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
1863
1864 * Makefile (elisp.dvi): Add missing backslash.
1865
18661998-05-02 Richard Stallman <rms@psilocin.gnu.org>
1867
1868 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1869 Run texindex without `./'. Always run texindex on elisp.tp.
1870 (elisp.tps): Target deleted.
1871
18721998-04-05 Richard Stallman <rms@psilocin.gnu.org>
1873
1874 * Makefile (srcs): Add nonascii.texi and customize.texi.
1875 (dist): Start by deleting `temp'.
1876
18771998-02-17 Richard Stallman <rms@psilocin.gnu.org>
1878
1879 * Makefile (makeinfo, texindex): Targets deleted.
1880 (makeinfo.o, texindex.o): Targets deleted.
1881 (clean, dist): Don't do anything with them or with getopt*.
1882
18831998-01-30 Richard Stallman <rms@psilocin.gnu.org>
1884
1885 * Makefile (SHELL): Defined.
1886
18871998-01-27 Richard Stallman <rms@psilocin.gnu.org>
1888
1889 * Makefile (elisp.tps): New target.
1890 (elisp.dvi): Depend on elisp.tps.
1891
1892Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
1893
1894 * README: Update phone number.
1895
1896 * Makefile (elisp): Make this be the default target.
1897 Depend on makeinfo.c instead of makeinfo.
1898 (install): Don't depend on elisp.dvi, since we don't install that.
1899 Use mkinstalldirs.
1900 (dist): Add mkinstalldirs.
1901
1902Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1903
1904 * Makefile (VERSION): Update version number.
1905 (maintainer-clean): Renamed from realclean.
1906
1907Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
1908
1909 * Makefile (realclean): New target.
1910 (elisp): Remove any old elisp-* files first.
1911
1912Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1913
d1f08d85
SM
1914 * Makefile (VERSION): New variable.
1915 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1916 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
1917
1918Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1919
1920 * Makefile (elisp): Depend on makeinfo.
1921
1922Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
1923
d1f08d85 1924 * Makefile (srcs): Add anti.texi.
94ec544d
DL
1925
1926Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1927
1928 * Makefile (infodir, prefix): New vars.
1929 (install): Use infodir.
1930 (emacsinfodir): Deleted.
1931
1932Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1933
1934 * Makefile (srcs): Add calendar.texi.
1935
1936 * Makefile (dist): Copy texindex.c and makeinfo.c.
1937 Limit elisp-* files to those with one or two digits.
1938
1939Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1940
1941 * Makefile (dist): Changed to use Gzip instead of compress.
1942
1943Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1944
1945 * loading.texi (Unloading): define-function changed back to
1946 defalias. It may not stay this way, but at least it's
1947 consistent with the known-good version of the code patch.
1948
1949Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1950
1951 * modes.texi (Hooks): Document new optional arg of add-hook.
1952
1953Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1954
d1f08d85 1955 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
1956
1957 * tips.texi: Add new section on standard library headers.
1958
1959Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1960
1961 * Makefile (srcs): Add frame.texi to the list of sources.
1962
1963Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1964
1965 * Makefile (dist): Don't bother excluding autosave files; they'll
1966 never make it into the temp directory anyway, and the hash marks
1967 in the name are problematic for make and the Bourne shell.
dff28924 1968 (srcs):
94ec544d
DL
1969
1970Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1971
d1f08d85 1972 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
1973 the distribution tar file.
1974
dff28924 1975Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
1976
1977 * Makefile (srcs): Added index.perm.
1978 (elisp.dvi): Remove erroneous shell comment.
1979 Expect output of permute-index in permuted.fns.
1980 Save old elisp.aux in elisp.oaux.
1981 (clean): Added index.texi to be deleted.
1982
dff28924 1983Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1984
1985 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1986
dff28924 1987Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
1988
1989 * files.texi: Noted that completion-ignored-extensions is ignored
1990 when making *Completions*.
1991
1992Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1993
1994 * Makefile make dist now depends on elisp.dvi, since it tries
1995 to include it in the dist file.
1996
dff28924 1997Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
1998
1999 * functions.texinfo (Mapping Functions): Add missing quote
2000
dff28924 2001Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
2002
2003 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
2004 (defunargs): Turn off \hyphenchar of \sl font temporarily.
2005
dff28924 2006Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2007
2008 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
2009 and @error{} are the terms now being used. The files in the
2010 directory have been changed to reflect this.
2011
d1f08d85 2012 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
2013 ` @result{}', using 5 spaces at the begining of the line.
2014
dff28924 2015Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2016
2017 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
2018 experimental @indentedresult{}, @indentedexpandsto{} are part of
2019 the texinfo.tex in this directory. These TeX macros are not
2020 stable yet.
2021
dff28924 2022Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2023
2024 * texinfo.tex: temporarily added
d1f08d85 2025 \let\result=\dblarrow
94ec544d
DL
2026 \def\error{{\it ERROR} \longdblarrow}
2027 We need to do this better soon.
2028
dff28924 2029Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2030
2031 * Applied Karl Berry's patches to *.texinfo files, but not to
2032 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
2033 new title page format is also not applied, since it requires
2034 texinfo.tex changes.)
2035
2036 * Cleaned up `Makefile' and defined the `emacslibdir' directory
2037 for the Project GNU development environment.
2038
ad050e54 2039;; Local Variables:
fd026ee1 2040;; coding: iso-2022-7bit
ad050e54 2041;; End:
2a34a036
GM
2042
2043 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
2044 Copying and distribution of this file, with or without modification,
2045 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
2046
2047;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda