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