(reindent-then-newline-and-indent): Delete space *after*
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
a2296bf9
KH
12003-10-27 Kenichi Handa <handa@m17n.org>
2
3 * display.texi (Fontsets): Fix texinfo usage.
4
885fef7c
KH
52003-10-25 Kenichi Handa <handa@m17n.org>
6
7 * display.texi (Fontsets): Add description of the function
8 set-fontset-font.
9
0c6b7a1f
LT
102003-10-23 Luc Teirlinck <teirllm@auburn.edu>
11
12 * display.texi (Temporary Displays): Add xref to `Documentation
13 Tips'.
14
15 * functions.texi (Function Safety): Use inforef instead of pxref
16 for SES.
17
c3cda320
AS
182003-10-23 Andreas Schwab <schwab@suse.de>
19
20 * Makefile.in (TEX, texinputdir): Don't define.
21 (TEXI2DVI): Define.
22 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
23 add $(srcdir)/index.texi.
24 ($(infodir)/elisp): Remove index.texi dependency.
25 (elisp.dvi): Likewise. Use $(TEXI2DVI).
26 (index.texi): Remove target.
27 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
28 (clean): Don't remove index.texi.
29
c3cda320
AS
30 * permute-index, index.perm: Remove.
31 * index.texi: Rename from index.unperm.
32
e5dadca7
LT
332003-10-22 Luc Teirlinck <teirllm@auburn.edu>
34
35 * tips.texi (Documentation Tips): Document new behavior for face
36 and variable hyperlinks in Help mode.
37
6cfb0777
LT
382003-10-21 Luc Teirlinck <teirllm@auburn.edu>
39
40 * objects.texi (Integer Type): Update for extra bit of integer range.
41 (Character Type): Ditto.
42
a4fc3ab3
EZ
432003-10-16 Eli Zaretskii <eliz@elta.co.il>
44
45 * numbers.texi (Integer Basics): Add index entries for reading
46 numbers in hex, octal, and binary.
47
c8f9ba83
LK
482003-10-16 Lute Kamstra <lute@gnu.org>
49
50 * modes.texi (Mode Line Format): Mention force-mode-line-update's
51 argument.
52
b52a26fb
LT
532003-10-13 Luc Teirlinck <teirllm@auburn.edu>
54
55 * windows.texi (Choosing Window): Fix typo.
56 * edebug.texi (Edebug Execution Modes): Fix typo.
57
f7005886
RS
582003-10-13 Richard M. Stallman <rms@gnu.org>
59
60 * windows.texi (Basic Windows): A window has fringe settings,
61 display margins and scroll-bar settings.
62 (Splitting Windows): Doc split-window return value.
63 Clean up one-window-p.
64 (Selecting Windows): Fix typo.
65 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
66 (Buffers and Windows): In set-window-buffer, explain effect
67 on fringe settings and scroll bar settings.
68 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
69 (Choosing Window): Use defopt for pop-up-frame-function.
70 For special-display-buffer-names, explain same-window and same-frame.
71 Clarify window-dedicated-p return value.
72 (Textual Scrolling): scroll-up and scroll-down can get an error.
73 (Horizontal Scrolling): Clarify auto-hscroll-mode.
74 Clarify set-window-hscroll.
75 (Size of Window): Don't mention tool bar in window-height.
76 (Coordinates and Windows): Explain what coordinates-in-window-p
77 returns for fringes and display margins.
78 (Window Configurations): Explain saving fringes, etc.
79
80 * tips.texi (Library Headers): Clean up Documentation.
81
82 * syntax.texi (Parsing Expressions): Clean up forward-comment
83 and parse-sexp-lookup-properties.
84
85 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
86
87 * os.texi (System Environment): Clean up text for load-average errors.
88
89 * modes.texi (Hooks): Don't explain local hook details at front.
90 Clarify run-hooks and run-hook-with-args a little.
91 Clean up add-hook and remove-hook.
92
93 * edebug.texi (Edebug Execution Modes): Clarify t.
94 Document edebug-sit-for-seconds.
95 (Coverage Testing): Document C-x X = and =.
96 (Instrumenting Macro Calls): Fix typo.
97 (Specification List): Don't index the specification keywords.
98
c989ebe9
KS
992003-10-10 Kim F. Storm <storm@cua.dk>
100
101 * processes.texi (Network): Introduce make-network-process.
102
f9525eef
LT
1032003-10-09 Luc Teirlinck <teirllm@auburn.edu>
104
105 * tips.texi (Library Headers): Fix typo.
106
f008b925
LK
1072003-10-07 Juri Linkov <juri@jurta.org>
108
109 * modes.texi (Imenu): Mention imenu-create-index-function's
110 default value. Explain submenus better.
111
c22c5da6
LK
1122003-10-07 Lute Kamstra <lute@gnu.org>
113
114 * modes.texi (Faces for Font Lock): Fix typo.
115 (Hooks): Explain how buffer-local hook variables can refer to
116 global hook variables.
117 Various minor clarifications.
118
49247521
LK
1192003-10-06 Lute Kamstra <lute@gnu.org>
120
121 * tips.texi (Coding Conventions): Mention naming conventions for
122 hooks.
123
9296c947
LT
1242003-10-05 Luc Teirlinck <teirllm@auburn.edu>
125
126 * loading.texi (Library Search): Correct default value of
127 load-suffixes.
128 (Named Features): Fix typo.
129
0e9b293a
RS
1302003-10-05 Richard M. Stallman <rms@gnu.org>
131
132 * loading.texi (Named Features): In `provide',
133 say how to test for subfeatures.
134 (Unloading): In unload-feature, use new var name
135 unload-feature-special-hooks.
136
49247521 1372003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
138
139 * modes.texi (Major Mode Conventions): Mention third way to set up
140 Imenu.
141 (Imenu): A number of small fixes.
142 Delete documentation of internal variable imenu--index-alist.
143 Document the return value format of imenu-create-index-function
144 functions.
145
ab8f7d5c
RS
1462003-09-30 Richard M. Stallman <rms@gnu.org>
147
148 * processes.texi (Network): Say what stopped datagram connections do.
149
150 * lists.texi (Association Lists): Clarify `assq-delete-all'.
151
152 * display.texi (Overlay Properties): Clarify `evaporate' property.
153
49247521 1542003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
155
156 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 157 constructs should be marked as risky.
86b9b767
LK
158 Change cons cell into proper list.
159 (Mode Line Variables): Change cons cell into proper list.
160
49247521 1612003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
162
163 * modes.texi (Mode Line Data): Document the :propertize construct.
164 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 165 to match their order in the default mode-line-format.
bc3b02f9
LK
166 Describe the new variables mode-line-position and mode-line-modes.
167 Update the default values of mode-line-frame-identification,
168 minor-mode-alist, and default-mode-line-format.
169 (Properties in Mode): Mention the :propertize construct.
6142d1d0 170
bc3b02f9 1712003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 172
c22c5da6 173 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
174 * loading.texi, minibuf.texi, text.texi, variables.texi:
175 Avoid @strong{Note:}.
176
1772003-09-26 Richard M. Stallman <rms@gnu.org>
178
179 * keymaps.texi (Remapping Commands): Fix typo.
180
41beda59
LT
1812003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
182
183 * processes.texi (Low-Level Network): Fix typo.
184
ef6ae4ff
KS
1852003-09-23 Kim F. Storm <storm@cua.dk>
186
187 * processes.texi (Network, Network Servers): Fix typos.
188 (Low-Level Network): Add timeout value for :server keyword.
189 Add new option keywords to make-network-process.
190 Add set-network-process-options.
191 Explain how to test availability of network options.
192
b0f23edf
RS
1932003-09-19 Richard M. Stallman <rms@gnu.org>
194
195 * text.texi (Motion by Indent): Arg to
196 backward-to-indentation and forward-to-indentation is optional.
197
198 * strings.texi (Creating Strings): Add substring-no-properties.
199
200 * processes.texi
201 (Process Information): Add list-processes arg QUERY-ONLY.
202 Delete process-contact from here.
203 Add new status values for process-status.
204 Add process-get, process-put, process-plist, set-process-plist.
205 (Synchronous Processes): Add call-process-shell-command.
206 (Signals to Processes): signal-process allows process objects.
207 (Network): Complete rewrite.
208 (Network Servers, Datagrams, Low-Level Network): New nodes.
209
210 * positions.texi (Word Motion): forward-word, backward-word
211 arg is optional. Reword.
212
213 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
214
c22c5da6 215 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
216 Delete duplicate definition of buffer-local-value.
217 (File Local Variables): Explain about discarding text props.
218
f387bdea
RS
2192003-09-11 Richard M. Stallman <rms@gnu.org>
220
221 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
222 changes variables that record input events.
223 (Minibuffer Misc): Add minibuffer-selected-window.
224
225 * lists.texi (Building Lists): Add copy-tree.
226
227 * display.texi (Fontsets): Add char-displayable-p.
228 (Scroll Bars): New node.
229
49247521 2302003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
231
232 * modes.texi (%-Constructs): Document new `%i' and `%I'
233 constructs.
234
fd026ee1
JR
2352003-09-03 Peter Runestig <peter@runestig.com>
236
237 * makefile.w32-in: New file.
238
4828b4d7
RS
2392003-08-29 Richard M. Stallman <rms@gnu.org>
240
241 * display.texi (Overlay Properties): Clarify how priorities
242 affect use of the properties.
243
a4e4f05d
LT
2442003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
245
246 * customize.texi (Type Keywords): Correct the description of
247 `:help-echo' in the case where `motion-doc' is a function.
248
3ebe0346
JPW
2492003-08-14 John Paul Wallington <jpw@gnu.org>
250
251 * modes.texi (Emulating Mode Line): Subsection, not section.
252
3afe8e39
RS
2532003-08-13 Richard M. Stallman <rms@gnu.org>
254
255 * elisp.texi (Top): Update subnode lists in menu.
256
257 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
258 (Kill Functions): kill-region has new arg yank-handler.
259 (Yanking): New node.
260 (Yank Commands): Add yank-undo-function.
261 (Low-Level Kill Ring):
262 kill-new and kill-append have new arg yank-handler.
263 (Changing Properties): Add remove-list-of-text-properties.
264 (Atomic Changes): New node.
265
266 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
267
268 * streams.texi (Output Variables): Add eval-expression-print-length
269 and eval-expression-print-level.
270
271 * os.texi (Time Conversion): For encode-time, explain limits on year.
272
273 * objects.texi (Character Type): Define anchor "modifier bits".
274
275 * modes.texi (Emulating Mode Line): New node.
276 (Search-based Fontification): Font Lock uses font-lock-face property.
277 (Other Font Lock Variables): Likewise.
278
279 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
280 not vectors.
281 (Active Keymaps): Add emulation-mode-map-alists.
282 (Functions for Key Lookup): key-binding has new arg no-remap.
283 (Remapping Commands): New node.
284 (Scanning Keymaps): where-is-internal has new arg no-remap.
285 (Tool Bar): Add tool-bar-local-item-from-menu.
286 Clarify when to use tool-bar-add-item-from-menu.
287
288 * commands.texi (Interactive Call): commandp has new arg.
289 (Command Loop Info): Add this-original-command.
290
e37769b1
JPW
2912003-08-06 John Paul Wallington <jpw@gnu.org>
292
293 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
294
295 * display.texi (Warning Basics): Fix typo.
296 (Fringes): Add closing curly bracket and fix typo.
297
298 * elisp.texi (Top): Fix typo.
299
c5e0561f
RS
3002003-08-05 Richard M. Stallman <rms@gnu.org>
301
302 * elisp.texi: Update lists of subnodes.
303
304 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
305
306 * variables.texi (Local Variables): Use lc for example variable names.
307
308 * tips.texi (Library Headers): Explain where to put -*-.
309
310 * strings.texi (Creating Strings): Fix xref for vconcat.
311
312 * sequences.texi (Vector Functions):
313 vconcat no longer allows integer args.
314
315 * minibuf.texi (Reading File Names): read-file-name has new
316 arg PREDICATE. New function read-directory-name.
317
318 * macros.texi (Defining Macros): Give definition of `declare'
319 (Indenting Macros): New node.
320
321 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
322 (Window Frame Parameters): Make separate table of parameters
323 that are coupled with specific face attributes.
324 (Deleting Frames): delete-frame-hooks renamed to
325 delete-frame-functions.
326
327 * files.texi (Magic File Names): Add file-remote-p.
328 Clarify file-local-copy.
329
330 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
331 here; instead xref Defining Macros.
332
333 * display.texi (Warnings): New node, and subnodes.
334 (Fringes): New node.
335
336 * debugging.texi (Test Coverage): New node.
337
338 * compile.texi (Compiler Errors): Explain with-no-warnings
339 and other ways to suppress warnings.
340
341 * commands.texi (Interactive Call): Minor clarification.
342
343 * buffers.texi (Buffer File Name): set-visited-file-name
344 renames the buffer too.
345
346 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
347
ee59dede
MR
3482003-07-24 Markus Rost <rost@math.ohio-state.edu>
349
350 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
351
f0514b34
MR
3522003-07-22 Markus Rost <rost@math.ohio-state.edu>
353
354 * internals.texi (Garbage Collection): Fix previous change.
355
c73983bb
RS
3562003-07-22 Richard M. Stallman <rms@gnu.org>
357
358 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
359
360 * display.texi (Width): Use \s syntax in example.
361 (Font Selection): Add face-font-rescale-alist.
362
363 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
364 Remove spurious indent in example.
365
366 * lists.texi (Building Lists): Add number-sequence.
367
368 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
369
370 * functions.texi (Function Documentation): Explain how to
371 show calling convention explicitly in the doc string.
372
373 * windows.texi (Selecting Windows): save-selected-window saves
374 selected window of each frame.
375 (Window Configurations): Minor change.
376
377 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
378
379 * streams.texi (Output Variables): Add print-continuous-numbering
380 and print-number-table.
381
382 * processes.texi (Decoding Output): New node.
383
384 * os.texi (Time Conversion): decode-time arg is optional.
385
386 * objects.texi (Character Type): Don't use space as example for \.
387 Make list of char names and \-sequences correspond.
388 Explain that \s is not used in strings. `\ ' needs space after.
389
390 * nonascii.texi (Converting Representations): Add string-to-multibyte.
391 (Translation of Characters): Add translation-table-for-input.
392 (Default Coding Systems): Add auto-coding-functions.
393 (Explicit Encoding): Add decode-coding-inserted-region.
394 (Locales): Add locale-info.
395
396 * minibuf.texi (Basic Completion): Describe test-completion.
397 Collections can be lists of strings.
398 Clean up lazy-completion-table.
399 (Programmed Completion): Mention test-completion.
400 Clarify why lambda expressions are not accepted.
401 (Minibuffer Misc): Describe minibufferp.
402
51a8b435
RS
4032003-07-14 Richard M. Stallman <rms@gnu.org>
404
405 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
406
407 * windows.texi (Selecting Windows): New arg to select-window.
408 (Selecting Windows): Add with-selected-window.
409 (Size of Window): Add window-inside-edges, etc.
410
411 * internals.texi (Garbage Collection): Add post-gc-hook.
412
413 * processes.texi (Subprocess Creation): Add exec-suffixes.
414
415 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
416 (Scanning Keymaps): Add map-keymaps.
417 (Defining Menus): Add keymap-prompt.
418
419 * numbers.texi (Integer Basics): Add most-positive-fixnum,
420 most-negative-fixnum.
421
422 * compile.texi (Byte Compilation): Explain no-byte-compile
423 (Compiler Errors): New node.
424
425 * os.texi (User Identification): user-uid, user-real-uid
426 can return float.
427
428 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
429 and about derived modes.
430 (Minor Modes): Add minor-mode-list.
431 (Defining Minor Modes): Keyword args for define-minor-mode.
432 (Search-based Fontification): Explain managing other properties.
433 (Other Font Lock Variables): Add font-lock-extra-managed-props.
434 (Faces for Font Lock): Add font-locl-preprocessor-face.
435 (Hooks): Add run-mode-hooks and delay-mode-hooks.
436
437 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
438 (Variable Aliases): Clarify defvralias.
439
440 * loading.texi (Library Search): Add load-suffixes.
441
442 * minibuf.texi (Basic Completion): Add lazy-completion-table.
443 (Programmed Completion): Add dynamic-completion-table.
444
445 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
446 (Magic File Names): Specify precedence order of handlers.
447o
448 * commands.texi (Command Overview): Emacs server runs pre-command-hook
449 and post-command-hook.
450 (Waiting): New calling convention for sit-for.
451
452 * text.texi (Special Properties): local-map and keymap properties
453 apply based on their stickiness.
454
c6de56a0
RS
4552003-07-07 Richard M. Stallman <rms@gnu.org>
456
457 * modes.texi (Minor Mode Conventions): Specify only some kinds
458 of list values as args to minor modes.
459
460 * files.texi (File Name Expansion): Warn about iterative use
461 of substitute-in-file-name.
462
463 * advice.texi (Activation of Advice): Clean up previous change.
464
8c761ea6
MR
4652003-07-06 Markus Rost <rost@math.ohio-state.edu>
466
467 * advice.texi (Activation of Advice): Note that ad-start-advice is
468 turned on by default.
469
c6de56a0
RS
4702003-06-30 Richard M. Stallman <rms@gnu.org>
471
472 * text.texi (Buffer Contents): Document current-word.
473 (Change Hooks): Not called for *Messages*.
474
475 * functions.texi (Defining Functions): Explain about redefining
476 primitives.
477 (Function Safety): Renamed. Minor changes.
478 Comment out the detailed criteria for what is safe.
479
3fe4e567
AS
4802003-06-22 Andreas Schwab <schwab@suse.de>
481
482 * objects.texi (Symbol Type): Fix description of examples.
483
cda7bd13
AS
4842003-06-16 Andreas Schwab <schwab@suse.de>
485
486 * hash.texi (Creating Hash): Fix description of :weakness.
487
fbcffa4a
KG
4882003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
489
490 * files.texi (Changing Files): copy-file copies file modes, too.
491
ff6a3bfb
RS
4922003-05-28 Richard M. Stallman <rms@gnu.org>
493
494 * strings.texi (Creating Strings): Clarify split-string.
495
1463a05d
JB
4962003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
497
498 * strings.texi (Creating Strings): Update split-string specification
499 and examples.
500
af253914
RS
5012003-05-19 Richard M. Stallman <rms@gnu.org>
502
503 * elisp.texi: Correct invariant section names.
504
7ea52f92
RS
5052003-04-20 Richard M. Stallman <rms@gnu.org>
506
507 * os.texi (Timers): Explain about timers and quitting.
508
e31afc09
RS
5092003-04-19 Richard M. Stallman <rms@gnu.org>
510
511 * internals.texi (Writing Emacs Primitives): Strings are
512 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
513 Explain GCPRO convention for varargs function args.
514
5ceea398
RS
5152003-04-16 Richard M. Stallman <rms@gnu.org>
516
517 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
518
b0ada147
RS
5192003-04-08 Richard M. Stallman <rms@gnu.org>
520
521 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
522
b23375aa
KS
5232003-02-13 Kim F. Storm <storm@cua.dk>
524
525 * objects.texi (Character Type): New \s escape for space.
526
c60ee5e7
JB
5272003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
528
529 * os.texi (System Environment): Added cygwin system-type.
530
84e47416
RS
5312003-01-25 Richard M. Stallman <rms@gnu.org>
532
533 * keymaps.texi: Document that a symbol can act as a keymap.
534
3e8cf2ea
RS
5352003-01-13 Richard M. Stallman <rms@gnu.org>
536
537 * text.texi (Changing Properties): Say string indices are origin-0.
538
539 * positions.texi (Screen Lines) <compute-motion>:
540 Correct order of elts in return value.
541
542 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
543 how to define a default binding.
544
7abb9fc5 5452002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 546
104bc3aa 547 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 548
104bc3aa
MR
549 * customize.texi (Simple Types): Clarify description of custom
550 type 'number. Describe new custom type 'float.
177f790c 551
7abb9fc5 5522002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
553
554 * variables.texi (File Local Variables): Fix typo.
555
df140a68 5562002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 557
df140a68
KG
558 From Michael Albinus <Michael.Albinus@alcatel.de>.
559
560 * README: Target for Info file is `make info'.
561
562 * files.texi (File Name Components): Fixed typos in
563 `file-name-sans-extension'.
564 (Magic File Names): Complete list of operations for magic file
565 name handlers.
566
7ed9159a
JY
5672002-09-16 Jonathan Yavner <jyavner@engineer.com>
568
569 * variables.texi (File Local Variables): New function
570 risky-local-variable-p.
571
5722002-09-15 Jonathan Yavner <jyavner@engineer.com>
573
574 * functions.texi (Function safety): New node about unsafep.
575
241f79af
PA
5762002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
577
578 * customize.texi (Splicing into Lists): Fixed example.
579 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
580
72459b15
JB
5812002-06-17 Juanma Barranquero <lektu@terra.es>
582
583 * frames.texi (Display Feature Testing): Fix typo.
584
61f7e0f5
AS
5852002-06-12 Andreas Schwab <schwab@suse.de>
586
587 * frames.texi (Initial Parameters, Resources): Fix references to
588 the Emacs manual.
589
4e792dbd
KS
5902002-05-13 Kim F. Storm <storm@cua.dk>
591
592 * variables.texi (Intro to Buffer-Local): Updated warning and
593 example relating to changing buffer inside let.
594
940344d4 5952002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
596
597 * os.texi (Session Management): New node about X Session management.
598
231ac53b
EZ
5992002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
600
601 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
602 to which the manual corresponds, and the copyright years.
603
604 * Makefile.in (VERSION): Set to 2.9.
605
140cc574
EZ
6062001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
607
608 * elisp.texi: Change the category in @dircategory to "Emacs", to
609 make it consistent with info/dir.
610
9c7fce05
MB
6112001-11-25 Miles Bader <miles@gnu.org>
612
613 * text.texi (Fields): Describe new `limit' arg in
614 field-beginning/field-end.
615
9f8bbf0f
EZ
6162001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
617
a5e6715c
EZ
618 * permute-index: Don't depend on csh-specific features. Replace
619 the interpreter name with /bin/sh.
620
9f8bbf0f
EZ
621 * two-volume-cross-refs.txt: New file.
622 * two.el: New file.
623 * spellfile: New file.
624
1756e2fb
EZ
6252001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
626
627 * permute-index: New file.
628
629 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
630 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
631 8+3 restricted namespace.
ad050e54
EZ
632
633 * Makefile.in (infodir): Define relative to $(srcdir).
634 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
635 include directories list via -I switch to makeinfo.
636 (index.texi): Use cp if both hard and symbolic links fail.
637
10fa7f8e
EZ
6382001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
639
7a1494ce
EZ
640 * Makefile.in (distclean): Add.
641
10fa7f8e
EZ
642 The following changes make ELisp manual part of the Emacs
643 distribution:
644
645 * Makefile.in: Add Copyright notice.
646 (prefix): Remove.
647 (infodir): Change value to "../info".
648 (VPATH): New variable.
649 (MAKE): Don't define.
650 (texmacrodir): Don't define.
651 (texinputdir): Append the existing value of TEXINPUTS.
652 ($(infodir)/elisp): Instead of just "elisp". Reformat the
653 command to be compatible with man/Makefile.in, and to put the
654 output into ../info.
5c32b7c5 655 (info): Add target.
10fa7f8e
EZ
656 (installall): Target removed.
657
ad050e54 6582001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
659
660 * tips.texi (Coding Conventions): Fix typo.
661
6fd735df
GM
6622001-10-23 Gerd Moellmann <gerd@gnu.org>
663
664 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
665
b704d54b
EZ
6662001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
667
668 * files.texi (File Name Components): Update the description of
669 file-name-sans-extension and file-name-extension, as they now
670 ignore leading dots.
671
71431a0e
GM
6722001-10-20 Gerd Moellmann <gerd@gnu.org>
673
6aa97356 674 * (Version 21.1 released.)
71431a0e 675
79f1f96c
MB
6762001-10-19 Miles Bader <miles@gnu.org>
677
678 * positions.texi (Text Lines): Describe behavior of
679 `beginning-of-line'/`end-of-line' in the presence of field properties.
680
892a8f36
GM
6812001-10-17 Gerd Moellmann <gerd@gnu.org>
682
683 * Makefile.in (VERSION): Set to 2.8.
684 (manual): Use `manual-21'.
685
8c1cc9e8 686 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
687 number was used. Set it to 2.8.
688
689 * intro.texi: Likewise.
690
51724e26
EZ
6912001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
692
693 * files.texi (File Name Completion): Document the significance of
694 a trailing slash in elements of completion-ignored-extensions.
695
57b338e8
MB
6962001-10-06 Miles Bader <miles@gnu.org>
697
698 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
699
c89e4bc5
GM
7002001-10-04 Gerd Moellmann <gerd@gnu.org>
701
702 * variables.texi (Variable Aliases): New node.
703
ab952a4f
GM
7042001-10-04 Gerd Moellmann <gerd@gnu.org>
705
706 * Branch for 21.1.
dff28924 707
9db3a582
MB
7082001-10-02 Miles Bader <miles@gnu.org>
709
ae1a9581
MB
710 * minibuf.texi (Minibuffer Misc): Add entries for
711 `minibuffer-contents', `minibuffer-contents-no-properties', and
712 `delete-minibuffer-contents'.
713 Correct description for `minibuffer-prompt-end'.
714
9db3a582
MB
715 * text.texi (Property Search): Correct descriptions of
716 `next-char-property-change' and `previous-char-property-change'.
717 Add entries for `next-single-char-property-change' and
718 `previous-single-char-property-change'.
719 Make operand names a bit more consistent.
720
03be5931
EZ
7212001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
722
723 * frames.texi (Finding All Frames): Document that next-frame and
724 previous-frame are local to current terminal.
725
974548ec
EZ
7262001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
727
728 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 729 result of make-keymap.
974548ec 730
8d82c597
EZ
7312001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
732
733 * display.texi (Font Lookup, Attribute Functions)
734 (Image Descriptors): Add cross-references to the definition of
735 selected frame.
736
737 * buffers.texi (The Buffer List): Add cross-references to the
738 definition of selected frame.
739
740 * frames.texi (Input Focus): Clarify which frame is _the_ selected
741 frame at any given time.
742 (Multiple Displays, Size and Position): Add a cross-reference to
743 the definition of the selected frame.
744
2842de30
EZ
7452001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
746
747 * strings.texi (String Conversion) <string-to-number>: Document
748 that a float is returned for integers that are too large.
749
750 * frames.texi (Mouse Position): Document mouse-position-function.
751 (Display Feature Testing): Document display-images-p.
752 (Window Frame Parameters): Document the cursor-type variable.
753
754 * numbers.texi (Integer Basics): Document CL style read syntax for
755 integers in bases other than 10.
756
757 * positions.texi (List Motion): Document
758 open-paren-in-column-0-is-defun-start.
759
760 * lists.texi (Sets And Lists): Document member-ignore-case.
761
762 * internals.texi (Garbage Collection): Document the used and free
763 strings report.
764 (Memory Usage): Document strings-consed.
765
766 * os.texi (Time of Day): Document float-time.
767 (Recording Input): Document that clear-this-command-keys clears
768 the vector to be returned by recent-keys.
769
770 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
771 argument keymap can be a list.
772
773 * nonascii.texi (User-Chosen Coding Systems)
774 <select-safe-coding-system>: Document the new argument
775 accept-default-p and the variable
776 select-safe-coding-system-accept-default-p. Tell what happens if
777 buffer-file-coding-system is undecided.
778 (Default Coding Systems): Document auto-coding-regexp-alist.
779
780 * display.texi (The Echo Area) <message>: Document
781 message-truncate-lines.
782 (Glyphs): Document that the glyph table is unused on windowed
783 displays.
784
785 * help.texi (Describing Characters) <single-key-description>:
786 Document the new argument no-angles.
787 (Accessing Documentation) <documentation-property>: Document that
788 a non-string property is evaluated.
789 <documentation>: Document that the function-documentation property
790 is looked for.
791
792 * windows.texi (Selecting Windows): Document some-window.
793
794 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
795
796 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
797 apropos-mode-hook.
798
799 * commands.texi (Using Interactive): Document interactive-form.
800 (Keyboard Macros): Document kbd-macro-termination-hook.
801 (Command Loop Info): Document that clear-this-command-keys clears
802 the vector to be returned by recent-keys.
803
2d43d823
GM
8042001-09-04 Werner LEMBERG <wl@gnu.org>
805
806 * Makefile.in (srcdir, texinputdir): New variables.
807 (srcs, index.texi, install): Use $(srcdir).
808 (.PHONY): Remove elisp.dvi.
809 (elisp): Use -I switch for makeinfo.
810 (elisp.dvi): Use $(srcdir) and $(texinputdir).
811 (installall, dist): Use $(srcdir).
812 Fix path to texinfo.tex.
813 (maintainer-clean): Add elisp.dvi and elisp.oaux.
814
fa739b31
GM
8152001-08-30 Gerd Moellmann <gerd@gnu.org>
816
92a25631
GM
817 * display.texi (Conditional Display): Adjust to API change.
818
fa739b31
GM
819 * configure: New file.
820
cef68af5
GM
8212001-07-30 Gerd Moellmann <gerd@gnu.org>
822
823 * commands.texi (Repeat Events): Add description of
824 double-click-fuzz.
825
d1f08d85
SM
8262001-05-08 Stefan Monnier <monnier@cs.yale.edu>
827
828 * syntax.texi (Syntax Class Table): Add the missing designator for
829 comment and string fences.
830 (Syntax Properties): Add a xref to syntax table internals.
831 (Syntax Table Internals): Document string-to-syntax.
832
1e9fc92e
GM
8332001-05-07 Gerd Moellmann <gerd@gnu.org>
834
835 * Makefile.in (install): Use install-info command line options
836 like in Emacs' Makefile.in.
837
00480554
MB
8382000-12-09 Miles Bader <miles@gnu.org>
839
840 * windows.texi (Window Start): Update documentation for
841 `pos-visible-in-window-p'.
842
1e344ee2
SM
8432000-11-12 Stefan Monnier <monnier@cs.yale.edu>
844
845 * lists.texi (Building Lists): Add footnote to explain how to add
846 to the end of a list.
847
a540f6ed
GM
8482000-10-25 Gerd Moellmann <gerd@gnu.org>
849
850 * files.texi (Visiting Functions): Typos.
851
28bcdbee
KH
8522000-10-25 Kenichi Handa <handa@etl.go.jp>
853
854 * files.texi (Visiting Functions): Return value of
855 find-file-noselect may be a list of buffers if wildcards are used.
856
22d1a4ed
MB
8572000-10-24 Miles Bader <miles@lsi.nec.co.jp>
858
859 * display.texi (Defining Faces): Document `graphic' display type
860 in face specs.
861
916a89db
KG
8622000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
863
1e9fc92e 864 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
865 `after-make-frame-hook' with `after-make-frame-functions'.
866
1e9fc92e 867 * frames.texi (Creating Frames): Ditto.
916a89db 868
1e9fc92e 869 * variables.texi (Future Local Variables): Ditto.
916a89db 870
483de32b
GM
8712000-10-16 Gerd Moellmann <gerd@gnu.org>
872
873 * display.texi (Other Image Types): Add description of :foreground
874 and :background properties of mono PBM images.
875
e23a63a5
WL
8762000-08-17 Werner LEMBERG <wl@gnu.org>
877
878 * .cvsignore: New file.
879
dfc16043
GM
8802000-01-05 Gerd Moellmann <gerd@gnu.org>
881
882 * tindex.pl: New script.
883
602613fe
DL
8841999-12-03 Dave Love <fx@gnu.org>
885
886 * Makefile.in (MAKEINFO): New parameter.
887
94ec544d
DL
8881999-09-17 Richard Stallman <rms@gnu.org>
889
890 * Makefile.in (srcs): Add hash.texi.
891 (VERSION): Update to 20.6.
892
8931999-09-13 Richard Stallman <rms@gnu.org>
894
895 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
896
8971998-08-29 Karl Heuer <kwzh@gnu.org>
898
899 * configure.in: New file.
900 * Makefile.in: Renamed from Makefile.
901 (prefix, infodir): Use value obtained from configure.
902 (emacslibdir): Obsolete variable deleted.
903 (dist): Distribute configure.in, configure, Makefile.in.
904
9051998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
906
907 * Makefile (INSTALL_INFO): New variable.
908 (install): Run install-info.
909
9101998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
911
912 * Makefile (elisp.dvi): Add missing backslash.
913
9141998-05-02 Richard Stallman <rms@psilocin.gnu.org>
915
916 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
917 Run texindex without `./'. Always run texindex on elisp.tp.
918 (elisp.tps): Target deleted.
919
9201998-04-05 Richard Stallman <rms@psilocin.gnu.org>
921
922 * Makefile (srcs): Add nonascii.texi and customize.texi.
923 (dist): Start by deleting `temp'.
924
9251998-02-17 Richard Stallman <rms@psilocin.gnu.org>
926
927 * Makefile (makeinfo, texindex): Targets deleted.
928 (makeinfo.o, texindex.o): Targets deleted.
929 (clean, dist): Don't do anything with them or with getopt*.
930
9311998-01-30 Richard Stallman <rms@psilocin.gnu.org>
932
933 * Makefile (SHELL): Defined.
934
9351998-01-27 Richard Stallman <rms@psilocin.gnu.org>
936
937 * Makefile (elisp.tps): New target.
938 (elisp.dvi): Depend on elisp.tps.
939
940Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
941
942 * README: Update phone number.
943
944 * Makefile (elisp): Make this be the default target.
945 Depend on makeinfo.c instead of makeinfo.
946 (install): Don't depend on elisp.dvi, since we don't install that.
947 Use mkinstalldirs.
948 (dist): Add mkinstalldirs.
949
950Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
951
952 * Makefile (VERSION): Update version number.
953 (maintainer-clean): Renamed from realclean.
954
955Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
956
957 * Makefile (realclean): New target.
958 (elisp): Remove any old elisp-* files first.
959
960Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
961
d1f08d85
SM
962 * Makefile (VERSION): New variable.
963 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
964 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
965
966Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
967
968 * Makefile (elisp): Depend on makeinfo.
969
970Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
971
d1f08d85 972 * Makefile (srcs): Add anti.texi.
94ec544d
DL
973
974Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
975
976 * Makefile (infodir, prefix): New vars.
977 (install): Use infodir.
978 (emacsinfodir): Deleted.
979
980Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
981
982 * Makefile (srcs): Add calendar.texi.
983
984 * Makefile (dist): Copy texindex.c and makeinfo.c.
985 Limit elisp-* files to those with one or two digits.
986
987Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
988
989 * Makefile (dist): Changed to use Gzip instead of compress.
990
991Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
992
993 * loading.texi (Unloading): define-function changed back to
994 defalias. It may not stay this way, but at least it's
995 consistent with the known-good version of the code patch.
996
997Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
998
999 * modes.texi (Hooks): Document new optional arg of add-hook.
1000
1001Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1002
d1f08d85 1003 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
1004
1005 * tips.texi: Add new section on standard library headers.
1006
1007Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1008
1009 * Makefile (srcs): Add frame.texi to the list of sources.
1010
1011Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1012
1013 * Makefile (dist): Don't bother excluding autosave files; they'll
1014 never make it into the temp directory anyway, and the hash marks
1015 in the name are problematic for make and the Bourne shell.
dff28924 1016 (srcs):
94ec544d
DL
1017
1018Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1019
d1f08d85 1020 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
1021 the distribution tar file.
1022
dff28924 1023Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
1024
1025 * Makefile (srcs): Added index.perm.
1026 (elisp.dvi): Remove erroneous shell comment.
1027 Expect output of permute-index in permuted.fns.
1028 Save old elisp.aux in elisp.oaux.
1029 (clean): Added index.texi to be deleted.
1030
dff28924 1031Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1032
1033 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1034
dff28924 1035Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
1036
1037 * files.texi: Noted that completion-ignored-extensions is ignored
1038 when making *Completions*.
1039
1040Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1041
1042 * Makefile make dist now depends on elisp.dvi, since it tries
1043 to include it in the dist file.
1044
dff28924 1045Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
1046
1047 * functions.texinfo (Mapping Functions): Add missing quote
1048
dff28924 1049Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1050
1051 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1052 (defunargs): Turn off \hyphenchar of \sl font temporarily.
1053
dff28924 1054Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1055
1056 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1057 and @error{} are the terms now being used. The files in the
1058 directory have been changed to reflect this.
1059
d1f08d85 1060 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
1061 ` @result{}', using 5 spaces at the begining of the line.
1062
dff28924 1063Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1064
1065 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1066 experimental @indentedresult{}, @indentedexpandsto{} are part of
1067 the texinfo.tex in this directory. These TeX macros are not
1068 stable yet.
1069
dff28924 1070Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1071
1072 * texinfo.tex: temporarily added
d1f08d85 1073 \let\result=\dblarrow
94ec544d
DL
1074 \def\error{{\it ERROR} \longdblarrow}
1075 We need to do this better soon.
1076
dff28924 1077Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1078
1079 * Applied Karl Berry's patches to *.texinfo files, but not to
1080 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1081 new title page format is also not applied, since it requires
1082 texinfo.tex changes.)
1083
1084 * Cleaned up `Makefile' and defined the `emacslibdir' directory
1085 for the Project GNU development environment.
1086
ad050e54 1087;; Local Variables:
fd026ee1 1088;; coding: iso-2022-7bit
ad050e54 1089;; End:
2a34a036
GM
1090
1091 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1092 Copying and distribution of this file, with or without modification,
1093 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
1094
1095;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda