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