Add arch taglines
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
4828b4d7
RS
12003-08-29 Richard M. Stallman <rms@gnu.org>
2
3 * display.texi (Overlay Properties): Clarify how priorities
4 affect use of the properties.
5
a4e4f05d
LT
62003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7
8 * customize.texi (Type Keywords): Correct the description of
9 `:help-echo' in the case where `motion-doc' is a function.
10
3ebe0346
JPW
112003-08-14 John Paul Wallington <jpw@gnu.org>
12
13 * modes.texi (Emulating Mode Line): Subsection, not section.
14
3afe8e39
RS
152003-08-13 Richard M. Stallman <rms@gnu.org>
16
17 * elisp.texi (Top): Update subnode lists in menu.
18
19 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
20 (Kill Functions): kill-region has new arg yank-handler.
21 (Yanking): New node.
22 (Yank Commands): Add yank-undo-function.
23 (Low-Level Kill Ring):
24 kill-new and kill-append have new arg yank-handler.
25 (Changing Properties): Add remove-list-of-text-properties.
26 (Atomic Changes): New node.
27
28 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
29
30 * streams.texi (Output Variables): Add eval-expression-print-length
31 and eval-expression-print-level.
32
33 * os.texi (Time Conversion): For encode-time, explain limits on year.
34
35 * objects.texi (Character Type): Define anchor "modifier bits".
36
37 * modes.texi (Emulating Mode Line): New node.
38 (Search-based Fontification): Font Lock uses font-lock-face property.
39 (Other Font Lock Variables): Likewise.
40
41 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
42 not vectors.
43 (Active Keymaps): Add emulation-mode-map-alists.
44 (Functions for Key Lookup): key-binding has new arg no-remap.
45 (Remapping Commands): New node.
46 (Scanning Keymaps): where-is-internal has new arg no-remap.
47 (Tool Bar): Add tool-bar-local-item-from-menu.
48 Clarify when to use tool-bar-add-item-from-menu.
49
50 * commands.texi (Interactive Call): commandp has new arg.
51 (Command Loop Info): Add this-original-command.
52
e37769b1
JPW
532003-08-06 John Paul Wallington <jpw@gnu.org>
54
55 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
56
57 * display.texi (Warning Basics): Fix typo.
58 (Fringes): Add closing curly bracket and fix typo.
59
60 * elisp.texi (Top): Fix typo.
61
c5e0561f
RS
622003-08-05 Richard M. Stallman <rms@gnu.org>
63
64 * elisp.texi: Update lists of subnodes.
65
66 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
67
68 * variables.texi (Local Variables): Use lc for example variable names.
69
70 * tips.texi (Library Headers): Explain where to put -*-.
71
72 * strings.texi (Creating Strings): Fix xref for vconcat.
73
74 * sequences.texi (Vector Functions):
75 vconcat no longer allows integer args.
76
77 * minibuf.texi (Reading File Names): read-file-name has new
78 arg PREDICATE. New function read-directory-name.
79
80 * macros.texi (Defining Macros): Give definition of `declare'
81 (Indenting Macros): New node.
82
83 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
84 (Window Frame Parameters): Make separate table of parameters
85 that are coupled with specific face attributes.
86 (Deleting Frames): delete-frame-hooks renamed to
87 delete-frame-functions.
88
89 * files.texi (Magic File Names): Add file-remote-p.
90 Clarify file-local-copy.
91
92 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
93 here; instead xref Defining Macros.
94
95 * display.texi (Warnings): New node, and subnodes.
96 (Fringes): New node.
97
98 * debugging.texi (Test Coverage): New node.
99
100 * compile.texi (Compiler Errors): Explain with-no-warnings
101 and other ways to suppress warnings.
102
103 * commands.texi (Interactive Call): Minor clarification.
104
105 * buffers.texi (Buffer File Name): set-visited-file-name
106 renames the buffer too.
107
108 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
109
ee59dede
MR
1102003-07-24 Markus Rost <rost@math.ohio-state.edu>
111
112 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
113
f0514b34
MR
1142003-07-22 Markus Rost <rost@math.ohio-state.edu>
115
116 * internals.texi (Garbage Collection): Fix previous change.
117
c73983bb
RS
1182003-07-22 Richard M. Stallman <rms@gnu.org>
119
120 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
121
122 * display.texi (Width): Use \s syntax in example.
123 (Font Selection): Add face-font-rescale-alist.
124
125 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
126 Remove spurious indent in example.
127
128 * lists.texi (Building Lists): Add number-sequence.
129
130 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
131
132 * functions.texi (Function Documentation): Explain how to
133 show calling convention explicitly in the doc string.
134
135 * windows.texi (Selecting Windows): save-selected-window saves
136 selected window of each frame.
137 (Window Configurations): Minor change.
138
139 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
140
141 * streams.texi (Output Variables): Add print-continuous-numbering
142 and print-number-table.
143
144 * processes.texi (Decoding Output): New node.
145
146 * os.texi (Time Conversion): decode-time arg is optional.
147
148 * objects.texi (Character Type): Don't use space as example for \.
149 Make list of char names and \-sequences correspond.
150 Explain that \s is not used in strings. `\ ' needs space after.
151
152 * nonascii.texi (Converting Representations): Add string-to-multibyte.
153 (Translation of Characters): Add translation-table-for-input.
154 (Default Coding Systems): Add auto-coding-functions.
155 (Explicit Encoding): Add decode-coding-inserted-region.
156 (Locales): Add locale-info.
157
158 * minibuf.texi (Basic Completion): Describe test-completion.
159 Collections can be lists of strings.
160 Clean up lazy-completion-table.
161 (Programmed Completion): Mention test-completion.
162 Clarify why lambda expressions are not accepted.
163 (Minibuffer Misc): Describe minibufferp.
164
51a8b435
RS
1652003-07-14 Richard M. Stallman <rms@gnu.org>
166
167 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
168
169 * windows.texi (Selecting Windows): New arg to select-window.
170 (Selecting Windows): Add with-selected-window.
171 (Size of Window): Add window-inside-edges, etc.
172
173 * internals.texi (Garbage Collection): Add post-gc-hook.
174
175 * processes.texi (Subprocess Creation): Add exec-suffixes.
176
177 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
178 (Scanning Keymaps): Add map-keymaps.
179 (Defining Menus): Add keymap-prompt.
180
181 * numbers.texi (Integer Basics): Add most-positive-fixnum,
182 most-negative-fixnum.
183
184 * compile.texi (Byte Compilation): Explain no-byte-compile
185 (Compiler Errors): New node.
186
187 * os.texi (User Identification): user-uid, user-real-uid
188 can return float.
189
190 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
191 and about derived modes.
192 (Minor Modes): Add minor-mode-list.
193 (Defining Minor Modes): Keyword args for define-minor-mode.
194 (Search-based Fontification): Explain managing other properties.
195 (Other Font Lock Variables): Add font-lock-extra-managed-props.
196 (Faces for Font Lock): Add font-locl-preprocessor-face.
197 (Hooks): Add run-mode-hooks and delay-mode-hooks.
198
199 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
200 (Variable Aliases): Clarify defvralias.
201
202 * loading.texi (Library Search): Add load-suffixes.
203
204 * minibuf.texi (Basic Completion): Add lazy-completion-table.
205 (Programmed Completion): Add dynamic-completion-table.
206
207 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
208 (Magic File Names): Specify precedence order of handlers.
209o
210 * commands.texi (Command Overview): Emacs server runs pre-command-hook
211 and post-command-hook.
212 (Waiting): New calling convention for sit-for.
213
214 * text.texi (Special Properties): local-map and keymap properties
215 apply based on their stickiness.
216
c6de56a0
RS
2172003-07-07 Richard M. Stallman <rms@gnu.org>
218
219 * modes.texi (Minor Mode Conventions): Specify only some kinds
220 of list values as args to minor modes.
221
222 * files.texi (File Name Expansion): Warn about iterative use
223 of substitute-in-file-name.
224
225 * advice.texi (Activation of Advice): Clean up previous change.
226
8c761ea6
MR
2272003-07-06 Markus Rost <rost@math.ohio-state.edu>
228
229 * advice.texi (Activation of Advice): Note that ad-start-advice is
230 turned on by default.
231
c6de56a0
RS
2322003-06-30 Richard M. Stallman <rms@gnu.org>
233
234 * text.texi (Buffer Contents): Document current-word.
235 (Change Hooks): Not called for *Messages*.
236
237 * functions.texi (Defining Functions): Explain about redefining
238 primitives.
239 (Function Safety): Renamed. Minor changes.
240 Comment out the detailed criteria for what is safe.
241
3fe4e567
AS
2422003-06-22 Andreas Schwab <schwab@suse.de>
243
244 * objects.texi (Symbol Type): Fix description of examples.
245
cda7bd13
AS
2462003-06-16 Andreas Schwab <schwab@suse.de>
247
248 * hash.texi (Creating Hash): Fix description of :weakness.
249
fbcffa4a
KG
2502003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
251
252 * files.texi (Changing Files): copy-file copies file modes, too.
253
ff6a3bfb
RS
2542003-05-28 Richard M. Stallman <rms@gnu.org>
255
256 * strings.texi (Creating Strings): Clarify split-string.
257
1463a05d
JB
2582003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
259
260 * strings.texi (Creating Strings): Update split-string specification
261 and examples.
262
af253914
RS
2632003-05-19 Richard M. Stallman <rms@gnu.org>
264
265 * elisp.texi: Correct invariant section names.
266
7ea52f92
RS
2672003-04-20 Richard M. Stallman <rms@gnu.org>
268
269 * os.texi (Timers): Explain about timers and quitting.
270
e31afc09
RS
2712003-04-19 Richard M. Stallman <rms@gnu.org>
272
273 * internals.texi (Writing Emacs Primitives): Strings are
274 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
275 Explain GCPRO convention for varargs function args.
276
5ceea398
RS
2772003-04-16 Richard M. Stallman <rms@gnu.org>
278
279 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
280
b0ada147
RS
2812003-04-08 Richard M. Stallman <rms@gnu.org>
282
283 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
284
b23375aa
KS
2852003-02-13 Kim F. Storm <storm@cua.dk>
286
287 * objects.texi (Character Type): New \s escape for space.
288
c60ee5e7
JB
2892003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
290
291 * os.texi (System Environment): Added cygwin system-type.
292
84e47416
RS
2932003-01-25 Richard M. Stallman <rms@gnu.org>
294
295 * keymaps.texi: Document that a symbol can act as a keymap.
296
3e8cf2ea
RS
2972003-01-13 Richard M. Stallman <rms@gnu.org>
298
299 * text.texi (Changing Properties): Say string indices are origin-0.
300
301 * positions.texi (Screen Lines) <compute-motion>:
302 Correct order of elts in return value.
303
304 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
305 how to define a default binding.
306
7abb9fc5 3072002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 308
104bc3aa 309 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 310
104bc3aa
MR
311 * customize.texi (Simple Types): Clarify description of custom
312 type 'number. Describe new custom type 'float.
177f790c 313
7abb9fc5 3142002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
315
316 * variables.texi (File Local Variables): Fix typo.
317
df140a68 3182002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 319
df140a68
KG
320 From Michael Albinus <Michael.Albinus@alcatel.de>.
321
322 * README: Target for Info file is `make info'.
323
324 * files.texi (File Name Components): Fixed typos in
325 `file-name-sans-extension'.
326 (Magic File Names): Complete list of operations for magic file
327 name handlers.
328
7ed9159a
JY
3292002-09-16 Jonathan Yavner <jyavner@engineer.com>
330
331 * variables.texi (File Local Variables): New function
332 risky-local-variable-p.
333
3342002-09-15 Jonathan Yavner <jyavner@engineer.com>
335
336 * functions.texi (Function safety): New node about unsafep.
337
241f79af
PA
3382002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
339
340 * customize.texi (Splicing into Lists): Fixed example.
341 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
342
72459b15
JB
3432002-06-17 Juanma Barranquero <lektu@terra.es>
344
345 * frames.texi (Display Feature Testing): Fix typo.
346
61f7e0f5
AS
3472002-06-12 Andreas Schwab <schwab@suse.de>
348
349 * frames.texi (Initial Parameters, Resources): Fix references to
350 the Emacs manual.
351
4e792dbd
KS
3522002-05-13 Kim F. Storm <storm@cua.dk>
353
354 * variables.texi (Intro to Buffer-Local): Updated warning and
355 example relating to changing buffer inside let.
356
940344d4 3572002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
358
359 * os.texi (Session Management): New node about X Session management.
360
231ac53b
EZ
3612002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
362
363 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
364 to which the manual corresponds, and the copyright years.
365
366 * Makefile.in (VERSION): Set to 2.9.
367
140cc574
EZ
3682001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
369
370 * elisp.texi: Change the category in @dircategory to "Emacs", to
371 make it consistent with info/dir.
372
9c7fce05
MB
3732001-11-25 Miles Bader <miles@gnu.org>
374
375 * text.texi (Fields): Describe new `limit' arg in
376 field-beginning/field-end.
377
9f8bbf0f
EZ
3782001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
379
a5e6715c
EZ
380 * permute-index: Don't depend on csh-specific features. Replace
381 the interpreter name with /bin/sh.
382
9f8bbf0f
EZ
383 * two-volume-cross-refs.txt: New file.
384 * two.el: New file.
385 * spellfile: New file.
386
1756e2fb
EZ
3872001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
388
389 * permute-index: New file.
390
391 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
392 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
393 8+3 restricted namespace.
ad050e54
EZ
394
395 * Makefile.in (infodir): Define relative to $(srcdir).
396 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
397 include directories list via -I switch to makeinfo.
398 (index.texi): Use cp if both hard and symbolic links fail.
399
10fa7f8e
EZ
4002001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
401
7a1494ce
EZ
402 * Makefile.in (distclean): Add.
403
10fa7f8e
EZ
404 The following changes make ELisp manual part of the Emacs
405 distribution:
406
407 * Makefile.in: Add Copyright notice.
408 (prefix): Remove.
409 (infodir): Change value to "../info".
410 (VPATH): New variable.
411 (MAKE): Don't define.
412 (texmacrodir): Don't define.
413 (texinputdir): Append the existing value of TEXINPUTS.
414 ($(infodir)/elisp): Instead of just "elisp". Reformat the
415 command to be compatible with man/Makefile.in, and to put the
416 output into ../info.
5c32b7c5 417 (info): Add target.
10fa7f8e
EZ
418 (installall): Target removed.
419
ad050e54 4202001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
421
422 * tips.texi (Coding Conventions): Fix typo.
423
6fd735df
GM
4242001-10-23 Gerd Moellmann <gerd@gnu.org>
425
426 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
427
b704d54b
EZ
4282001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
429
430 * files.texi (File Name Components): Update the description of
431 file-name-sans-extension and file-name-extension, as they now
432 ignore leading dots.
433
71431a0e
GM
4342001-10-20 Gerd Moellmann <gerd@gnu.org>
435
6aa97356 436 * (Version 21.1 released.)
71431a0e 437
79f1f96c
MB
4382001-10-19 Miles Bader <miles@gnu.org>
439
440 * positions.texi (Text Lines): Describe behavior of
441 `beginning-of-line'/`end-of-line' in the presence of field properties.
442
892a8f36
GM
4432001-10-17 Gerd Moellmann <gerd@gnu.org>
444
445 * Makefile.in (VERSION): Set to 2.8.
446 (manual): Use `manual-21'.
447
8c1cc9e8 448 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
449 number was used. Set it to 2.8.
450
451 * intro.texi: Likewise.
452
51724e26
EZ
4532001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
454
455 * files.texi (File Name Completion): Document the significance of
456 a trailing slash in elements of completion-ignored-extensions.
457
57b338e8
MB
4582001-10-06 Miles Bader <miles@gnu.org>
459
460 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
461
c89e4bc5
GM
4622001-10-04 Gerd Moellmann <gerd@gnu.org>
463
464 * variables.texi (Variable Aliases): New node.
465
ab952a4f
GM
4662001-10-04 Gerd Moellmann <gerd@gnu.org>
467
468 * Branch for 21.1.
dff28924 469
9db3a582
MB
4702001-10-02 Miles Bader <miles@gnu.org>
471
ae1a9581
MB
472 * minibuf.texi (Minibuffer Misc): Add entries for
473 `minibuffer-contents', `minibuffer-contents-no-properties', and
474 `delete-minibuffer-contents'.
475 Correct description for `minibuffer-prompt-end'.
476
9db3a582
MB
477 * text.texi (Property Search): Correct descriptions of
478 `next-char-property-change' and `previous-char-property-change'.
479 Add entries for `next-single-char-property-change' and
480 `previous-single-char-property-change'.
481 Make operand names a bit more consistent.
482
03be5931
EZ
4832001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
484
485 * frames.texi (Finding All Frames): Document that next-frame and
486 previous-frame are local to current terminal.
487
974548ec
EZ
4882001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
489
490 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 491 result of make-keymap.
974548ec 492
8d82c597
EZ
4932001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
494
495 * display.texi (Font Lookup, Attribute Functions)
496 (Image Descriptors): Add cross-references to the definition of
497 selected frame.
498
499 * buffers.texi (The Buffer List): Add cross-references to the
500 definition of selected frame.
501
502 * frames.texi (Input Focus): Clarify which frame is _the_ selected
503 frame at any given time.
504 (Multiple Displays, Size and Position): Add a cross-reference to
505 the definition of the selected frame.
506
2842de30
EZ
5072001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
508
509 * strings.texi (String Conversion) <string-to-number>: Document
510 that a float is returned for integers that are too large.
511
512 * frames.texi (Mouse Position): Document mouse-position-function.
513 (Display Feature Testing): Document display-images-p.
514 (Window Frame Parameters): Document the cursor-type variable.
515
516 * numbers.texi (Integer Basics): Document CL style read syntax for
517 integers in bases other than 10.
518
519 * positions.texi (List Motion): Document
520 open-paren-in-column-0-is-defun-start.
521
522 * lists.texi (Sets And Lists): Document member-ignore-case.
523
524 * internals.texi (Garbage Collection): Document the used and free
525 strings report.
526 (Memory Usage): Document strings-consed.
527
528 * os.texi (Time of Day): Document float-time.
529 (Recording Input): Document that clear-this-command-keys clears
530 the vector to be returned by recent-keys.
531
532 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
533 argument keymap can be a list.
534
535 * nonascii.texi (User-Chosen Coding Systems)
536 <select-safe-coding-system>: Document the new argument
537 accept-default-p and the variable
538 select-safe-coding-system-accept-default-p. Tell what happens if
539 buffer-file-coding-system is undecided.
540 (Default Coding Systems): Document auto-coding-regexp-alist.
541
542 * display.texi (The Echo Area) <message>: Document
543 message-truncate-lines.
544 (Glyphs): Document that the glyph table is unused on windowed
545 displays.
546
547 * help.texi (Describing Characters) <single-key-description>:
548 Document the new argument no-angles.
549 (Accessing Documentation) <documentation-property>: Document that
550 a non-string property is evaluated.
551 <documentation>: Document that the function-documentation property
552 is looked for.
553
554 * windows.texi (Selecting Windows): Document some-window.
555
556 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
557
558 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
559 apropos-mode-hook.
560
561 * commands.texi (Using Interactive): Document interactive-form.
562 (Keyboard Macros): Document kbd-macro-termination-hook.
563 (Command Loop Info): Document that clear-this-command-keys clears
564 the vector to be returned by recent-keys.
565
2d43d823
GM
5662001-09-04 Werner LEMBERG <wl@gnu.org>
567
568 * Makefile.in (srcdir, texinputdir): New variables.
569 (srcs, index.texi, install): Use $(srcdir).
570 (.PHONY): Remove elisp.dvi.
571 (elisp): Use -I switch for makeinfo.
572 (elisp.dvi): Use $(srcdir) and $(texinputdir).
573 (installall, dist): Use $(srcdir).
574 Fix path to texinfo.tex.
575 (maintainer-clean): Add elisp.dvi and elisp.oaux.
576
fa739b31
GM
5772001-08-30 Gerd Moellmann <gerd@gnu.org>
578
92a25631
GM
579 * display.texi (Conditional Display): Adjust to API change.
580
fa739b31
GM
581 * configure: New file.
582
cef68af5
GM
5832001-07-30 Gerd Moellmann <gerd@gnu.org>
584
585 * commands.texi (Repeat Events): Add description of
586 double-click-fuzz.
587
d1f08d85
SM
5882001-05-08 Stefan Monnier <monnier@cs.yale.edu>
589
590 * syntax.texi (Syntax Class Table): Add the missing designator for
591 comment and string fences.
592 (Syntax Properties): Add a xref to syntax table internals.
593 (Syntax Table Internals): Document string-to-syntax.
594
1e9fc92e
GM
5952001-05-07 Gerd Moellmann <gerd@gnu.org>
596
597 * Makefile.in (install): Use install-info command line options
598 like in Emacs' Makefile.in.
599
00480554
MB
6002000-12-09 Miles Bader <miles@gnu.org>
601
602 * windows.texi (Window Start): Update documentation for
603 `pos-visible-in-window-p'.
604
1e344ee2
SM
6052000-11-12 Stefan Monnier <monnier@cs.yale.edu>
606
607 * lists.texi (Building Lists): Add footnote to explain how to add
608 to the end of a list.
609
a540f6ed
GM
6102000-10-25 Gerd Moellmann <gerd@gnu.org>
611
612 * files.texi (Visiting Functions): Typos.
613
28bcdbee
KH
6142000-10-25 Kenichi Handa <handa@etl.go.jp>
615
616 * files.texi (Visiting Functions): Return value of
617 find-file-noselect may be a list of buffers if wildcards are used.
618
22d1a4ed
MB
6192000-10-24 Miles Bader <miles@lsi.nec.co.jp>
620
621 * display.texi (Defining Faces): Document `graphic' display type
622 in face specs.
623
916a89db
KG
6242000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
625
1e9fc92e 626 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
627 `after-make-frame-hook' with `after-make-frame-functions'.
628
1e9fc92e 629 * frames.texi (Creating Frames): Ditto.
916a89db 630
1e9fc92e 631 * variables.texi (Future Local Variables): Ditto.
916a89db 632
483de32b
GM
6332000-10-16 Gerd Moellmann <gerd@gnu.org>
634
635 * display.texi (Other Image Types): Add description of :foreground
636 and :background properties of mono PBM images.
637
e23a63a5
WL
6382000-08-17 Werner LEMBERG <wl@gnu.org>
639
640 * .cvsignore: New file.
641
dfc16043
GM
6422000-01-05 Gerd Moellmann <gerd@gnu.org>
643
644 * tindex.pl: New script.
645
602613fe
DL
6461999-12-03 Dave Love <fx@gnu.org>
647
648 * Makefile.in (MAKEINFO): New parameter.
649
94ec544d
DL
6501999-09-17 Richard Stallman <rms@gnu.org>
651
652 * Makefile.in (srcs): Add hash.texi.
653 (VERSION): Update to 20.6.
654
6551999-09-13 Richard Stallman <rms@gnu.org>
656
657 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
658
6591998-08-29 Karl Heuer <kwzh@gnu.org>
660
661 * configure.in: New file.
662 * Makefile.in: Renamed from Makefile.
663 (prefix, infodir): Use value obtained from configure.
664 (emacslibdir): Obsolete variable deleted.
665 (dist): Distribute configure.in, configure, Makefile.in.
666
6671998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
668
669 * Makefile (INSTALL_INFO): New variable.
670 (install): Run install-info.
671
6721998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
673
674 * Makefile (elisp.dvi): Add missing backslash.
675
6761998-05-02 Richard Stallman <rms@psilocin.gnu.org>
677
678 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
679 Run texindex without `./'. Always run texindex on elisp.tp.
680 (elisp.tps): Target deleted.
681
6821998-04-05 Richard Stallman <rms@psilocin.gnu.org>
683
684 * Makefile (srcs): Add nonascii.texi and customize.texi.
685 (dist): Start by deleting `temp'.
686
6871998-02-17 Richard Stallman <rms@psilocin.gnu.org>
688
689 * Makefile (makeinfo, texindex): Targets deleted.
690 (makeinfo.o, texindex.o): Targets deleted.
691 (clean, dist): Don't do anything with them or with getopt*.
692
6931998-01-30 Richard Stallman <rms@psilocin.gnu.org>
694
695 * Makefile (SHELL): Defined.
696
6971998-01-27 Richard Stallman <rms@psilocin.gnu.org>
698
699 * Makefile (elisp.tps): New target.
700 (elisp.dvi): Depend on elisp.tps.
701
702Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
703
704 * README: Update phone number.
705
706 * Makefile (elisp): Make this be the default target.
707 Depend on makeinfo.c instead of makeinfo.
708 (install): Don't depend on elisp.dvi, since we don't install that.
709 Use mkinstalldirs.
710 (dist): Add mkinstalldirs.
711
712Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
713
714 * Makefile (VERSION): Update version number.
715 (maintainer-clean): Renamed from realclean.
716
717Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
718
719 * Makefile (realclean): New target.
720 (elisp): Remove any old elisp-* files first.
721
722Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
723
d1f08d85
SM
724 * Makefile (VERSION): New variable.
725 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
726 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
727
728Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
729
730 * Makefile (elisp): Depend on makeinfo.
731
732Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
733
d1f08d85 734 * Makefile (srcs): Add anti.texi.
94ec544d
DL
735
736Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
737
738 * Makefile (infodir, prefix): New vars.
739 (install): Use infodir.
740 (emacsinfodir): Deleted.
741
742Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
743
744 * Makefile (srcs): Add calendar.texi.
745
746 * Makefile (dist): Copy texindex.c and makeinfo.c.
747 Limit elisp-* files to those with one or two digits.
748
749Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
750
751 * Makefile (dist): Changed to use Gzip instead of compress.
752
753Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
754
755 * loading.texi (Unloading): define-function changed back to
756 defalias. It may not stay this way, but at least it's
757 consistent with the known-good version of the code patch.
758
759Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
760
761 * modes.texi (Hooks): Document new optional arg of add-hook.
762
763Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
764
d1f08d85 765 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
766
767 * tips.texi: Add new section on standard library headers.
768
769Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
770
771 * Makefile (srcs): Add frame.texi to the list of sources.
772
773Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
774
775 * Makefile (dist): Don't bother excluding autosave files; they'll
776 never make it into the temp directory anyway, and the hash marks
777 in the name are problematic for make and the Bourne shell.
dff28924 778 (srcs):
94ec544d
DL
779
780Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
781
d1f08d85 782 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
783 the distribution tar file.
784
dff28924 785Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
786
787 * Makefile (srcs): Added index.perm.
788 (elisp.dvi): Remove erroneous shell comment.
789 Expect output of permute-index in permuted.fns.
790 Save old elisp.aux in elisp.oaux.
791 (clean): Added index.texi to be deleted.
792
dff28924 793Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
794
795 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
796
dff28924 797Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
798
799 * files.texi: Noted that completion-ignored-extensions is ignored
800 when making *Completions*.
801
802Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
803
804 * Makefile make dist now depends on elisp.dvi, since it tries
805 to include it in the dist file.
806
dff28924 807Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
808
809 * functions.texinfo (Mapping Functions): Add missing quote
810
dff28924 811Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
812
813 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
814 (defunargs): Turn off \hyphenchar of \sl font temporarily.
815
dff28924 816Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
817
818 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
819 and @error{} are the terms now being used. The files in the
820 directory have been changed to reflect this.
821
d1f08d85 822 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
823 ` @result{}', using 5 spaces at the begining of the line.
824
dff28924 825Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
826
827 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
828 experimental @indentedresult{}, @indentedexpandsto{} are part of
829 the texinfo.tex in this directory. These TeX macros are not
830 stable yet.
831
dff28924 832Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
833
834 * texinfo.tex: temporarily added
d1f08d85 835 \let\result=\dblarrow
94ec544d
DL
836 \def\error{{\it ERROR} \longdblarrow}
837 We need to do this better soon.
838
dff28924 839Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
840
841 * Applied Karl Berry's patches to *.texinfo files, but not to
842 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
843 new title page format is also not applied, since it requires
844 texinfo.tex changes.)
845
846 * Cleaned up `Makefile' and defined the `emacslibdir' directory
847 for the Project GNU development environment.
848
ad050e54
EZ
849;; Local Variables:
850;; coding: iso-2022-7bit-unix
851;; End:
2a34a036
GM
852
853 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
854 Copying and distribution of this file, with or without modification,
855 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
856
857;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda