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