]> code.delx.au - gnu-emacs/blob - lispref/ChangeLog
emacs -> Emacs.
[gnu-emacs] / lispref / ChangeLog
1 2004-04-30 Jesper Harder <harder@ifa.au.dk>
2
3 * display.texi: emacs -> Emacs.
4
5 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6
7 * files.texi (Changing Files): Document set-file-times.
8
9 2004-04-23 Juanma Barranquero <lektu@terra.es>
10
11 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12
13 2004-04-18 Jesper Harder <harder@ifa.au.dk>
14
15 * tips.texi (Coding Conventions): defopt -> defcustom.
16
17 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
18
19 * sequences.texi: Various clarifications.
20
21 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
22
23 * buffers.texi (Read Only Buffers): Mention optional ARG to
24 `toggle-read-only'.
25
26 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
27
28 * windows.texi (Selecting Windows): Note that get-lru-window
29 returns a full-width window if possible.
30
31 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
32
33 * buffers.texi: Various changes in addition to:
34 (Buffer File Name): Add `find-buffer-visiting'.
35 (Buffer Modification): Mention optional ARG to `not-modified'.
36 (Indirect Buffers): Mention optional CLONE argument to
37 `make-indirect-buffer'.
38
39 * files.texi: Various changes in addition to:
40 (Visiting Functions): `find-file-hook' is now a normal hook.
41 (File Name Expansion): Explain difference between the way that
42 `expand-file-name' and `file-truename' treat `..'.
43 (Contents of Directories): Mention optional ID-FORMAT argument to
44 `directory-files-and-attributes'.
45 (Format Conversion): Mention new optional CONFIRM argument to
46 `format-write-file'.
47
48 2004-04-12 Miles Bader <miles@gnu.org>
49
50 * macros.texi (Expansion): Add description of `macroexpand-all'.
51
52 2004-04-05 Jesper Harder <harder@ifa.au.dk>
53
54 * variables.texi (Variable Aliases): Mention
55 cyclic-variable-indirection.
56
57 * errors.texi (Standard Errors): Ditto.
58
59 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
60
61 * backups.texi: Various small changes in addition to:
62 (Making Backups): Mention return value of `backup-buffer'.
63 (Auto-Saving): Mention optional FORCE argument to
64 `delete-auto-save-file-if-necessary'.
65 (Reverting): Mention optional PRESERVE-MODES argument to
66 `revert-buffer'. Correct description of `revert-buffer-function'.
67
68 2004-03-22 Juri Linkov <juri@jurta.org>
69
70 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
71 with `Vector Functions'.
72
73 * text.texi (Sorting): Add missing quote.
74
75 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
76
77 * intro.texi (Lisp History): Replace xref to `cl' manual with
78 inforef.
79
80 2004-03-12 Richard M. Stallman <rms@gnu.org>
81
82 * intro.texi (Version Info): Add arg to emacs-version.
83 (Lisp History): Change xref to CL manual.
84
85 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
86
87 * minibuf.texi (Completion Commands): Add xref to Emacs manual
88 for Partial Completion mode.
89
90 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
91
92 * customize.texi: Fix typo. Remove eol whitespace.
93
94 2004-03-04 Richard M. Stallman <rms@gnu.org>
95
96 * processes.texi: Fix typos.
97
98 * lists.texi (Building Lists): Minor clarification.
99
100 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
101 in make-hash-table.
102
103 2004-02-29 Juanma Barranquero <lektu@terra.es>
104
105 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
106 rm, and ignore exit code.
107
108 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
109
110 * display.texi (Defining Faces): Add description for min-colors.
111 Update example.
112
113 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
114
115 * abbrevs.texi: Various corrections and clarifications in addition
116 to the following:
117 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
118
119 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
120
121 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
122
123 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
124
125 * text.texi: Various small changes in addition to the following:
126 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
127 to delete-horizontal-space.
128 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
129 description of yank-handler text property at various places.
130
131 * frames.texi (Window System Selections): Add anchor.
132
133 * syntax.texi (Syntax Table Functions): Clarify and correct
134 descriptions of make-syntax-table and copy-syntax-table.
135 (Motion and Syntax): Clarify SYNTAXES argument to
136 skip-syntax-forward.
137 (Parsing Expressions): Mention that the return value of
138 parse-partial-sexp is currently a list of ten rather than nine
139 elements.
140 (Categories): Various corrections and clarifications.
141
142 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
143
144 * markers.texi (Marker Insertion Types): Minor change.
145
146 * locals.texi (Standard Buffer-Local Variables):
147 * commands.texi (Interactive Codes, Using Interactive):
148 * functions.texi (Related Topics): Fix xrefs.
149
150 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
151
152 * lists.texi (Sets And Lists): Update description of delete-dups.
153
154 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
155
156 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
157
158 2004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
159
160 * frames.texi (Parameter Access): frame-parameters arg is optional.
161 modify-frame-parameters handles nil for FRAME.
162 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
163 are all-or-nothing for certain toolkits.
164 Mention parameter wait-for-wm.
165 (Frames and Windows): In frame-first-window and frame-selected-window
166 the arg is optional.
167 (Input Focus): In redirect-frame-focus the second arg is optional.
168 (Window System Selections): Mention selection type CLIPBOARD.
169 Mention data-type UTF8_STRING.
170 Mention numbering of cut buffers.
171 (Resources): Describe x-resource-name.
172
173 2004-02-16 Richard M. Stallman <rms@gnu.org>
174
175 * windows.texi (Buffers and Windows): Delete false table
176 about all-frames.
177
178 * syntax.texi (Parsing Expressions): Delete old caveat
179 about parse-sexp-ignore-comments.
180
181 * streams.texi (Output Variables): Add print-quoted.
182
183 * lists.texi (Building Lists): Minor cleanup.
184
185 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
186
187 * display.texi (Overlays): Explain overlays use markers.
188 (Managing Overlays): Explain front-advance and rear-advance
189 in more detail.
190
191 * loading.texi (Unloading): Document unload-feature-special-hooks.
192 Get rid of fns-NNN.el file.
193
194 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
195
196 * help.texi (Describing Characters): Fix text-char-description
197 example output.
198
199 * edebug.texi (Using Edebug): Fix example.
200
201 * debugging.texi (Internals of Debugger): Fix return value.
202
203 * files.texi (Changing Files): Fix argname.
204
205 * calendar.texi: Fix parens, and default values.
206
207 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
208 * nonascii.texi, objects.texi, os.texi: Minor fixes.
209 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
210
211 * positions.texi (Text Lines): Don't add -1 in current-line.
212
213 2004-02-16 Richard M. Stallman <rms@gnu.org>
214
215 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
216
217 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
218
219 * processes.texi (Low-Level Network): Fix a typo.
220
221 2004-02-12 Kim F. Storm <storm@cua.dk>
222
223 * display.texi (Fringes): Use consistent wording.
224 Note that window-fringe's window arg is optional.
225 (Scroll Bars): Use consistent wording.
226
227 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
228
229 * tips.texi (Comment Tips): Document the new conventions for
230 commenting out code.
231
232 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
233
234 * positions.texi (Text Lines): Added missing end defun.
235
236 2004-02-07 Kim F. Storm <storm@cua.dk>
237
238 * positions.texi (Text Lines): Add line-number-at-pos.
239
240 2004-02-06 John Paul Wallington <jpw@gnu.org>
241
242 * display.texi (Button Properties, Button Buffer Commands):
243 mouse-2 invokes button, not down-mouse-1.
244
245 2004-02-04 Jason Rumney <jasonr@gnu.org>
246
247 * makefile.w32-in: Sync with Makefile.in changes.
248
249 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
250
251 * minibuf.texi (Text from Minibuffer): Various corrections and
252 clarifications.
253 (Object from Minibuffer): Correct Lisp description of
254 read-minibuffer.
255 (Minibuffer History): Clarify description of cons values for
256 HISTORY arguments.
257 (Basic Completion): Various corrections and clarifications. Add
258 completion-regexp-list.
259 (Minibuffer Completion): Correct and clarify description of
260 completing-read.
261 (Completion Commands): Mention Partial Completion mode. Various
262 other minor changes.
263 (High-Level Completion): Various corrections and clarifications.
264 (Reading File Names): Ditto.
265 (Minibuffer Misc): Ditto.
266
267 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
268
269 * strings.texi (Text Comparison): assoc-string also matches
270 elements of alists that are strings instead of conses.
271 (Formatting Strings): Standardize Texinfo usage. Update index
272 entries.
273
274 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
275
276 * lists.texi (Sets And Lists): Add delete-dups.
277
278 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
279
280 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
281 special form.
282 * macros.texi (Defining Macros): Update description of `declare',
283 which now is a macro.
284 (Wrong Time): Fix typos.
285
286 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
287
288 * compile.texi (Compilation Functions): Expand descriptions of
289 `compile-defun', `byte-compile-file', `byte-recompile-directory'
290 and `batch-byte-compile'. In particular, mention and describe
291 all optional arguments.
292 (Disassembly): Correct and clarify the description of `disassemble'.
293
294 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
295
296 * searching.texi: Various small changes in addition to the
297 following.
298 (Regexp Example): Adapt to new value of `sentence-end'.
299 (Regexp Functions): The PAREN argument to `regexp-opt' can be
300 `words'.
301 (Search and Replace): Add usage note for `perform-replace'.
302 (Entire Match Data): Mention INTEGERS and REUSE arguments to
303 `match-data'.
304 (Standard Regexps): Update for new values of `paragraph-start'
305 and `sentence-end'.
306
307 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
308
309 * files.texi (Saving Buffers): Clarify descriptions of
310 `write-contents-functions' and `before-save-hook'.
311 Make the defvar's for `before-save-hook' and `after-save-hook'
312 into defopt's.
313
314 2004-01-07 Kim F. Storm <storm@cua.dk>
315
316 * commands.texi (Click Events): Describe new image and
317 width/height elements of click events.
318 (Accessing Events): Add posn-string, posn-image, and
319 posn-object-width-height. Change posn-object to return either
320 image or string object.
321
322 2004-01-01 Simon Josefsson <jas@extundo.com>
323
324 * hooks.texi (Standard Hooks): Add before-save-hook.
325 * files.texi (Saving Buffers): Likewise.
326
327 2004-01-03 Richard M. Stallman <rms@gnu.org>
328
329 * frames.texi (Frames and Windows): Delete frame-root-window.
330
331 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
332
333 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
334
335 * functions.texi: Various small changes in addition to the
336 following.
337 (What Is a Function): `functionp' returns nil for macros. Clarify
338 behavior of this and following functions for symbol arguments.
339 (Function Documentation): Add `\' in front of (fn @var{arglist})
340 and explain why.
341 (Defining Functions): Mention DOCSTRING argument to `defalias'.
342 Add anchor.
343 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
344
345 2004-01-01 Miles Bader <miles@gnu.org>
346
347 * display.texi (Buttons): New section.
348
349 2003-12-31 Andreas Schwab <schwab@suse.de>
350
351 * numbers.texi (Math Functions): sqrt reports a domain-error
352 error.
353 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
354
355 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
356
357 * tips.texi (Documentation Tips): Update item on hyperlinks in
358 documentation strings.
359
360 * errors.texi (Standard Errors): Various small corrections and
361 additions.
362
363 * control.texi: Various small changes in addition to the
364 following.
365 (Signaling Errors): Provide some more details on how `signal'
366 constructs the error message. Add anchor to the definition of
367 `signal'.
368 (Error Symbols): Describe special treatment of `quit'.
369 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
370 to emphasize that it has to be a single form.
371
372 * buffers.texi: Add anchor.
373
374 2003-12-29 Richard M. Stallman <rms@gnu.org>
375
376 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
377 (Window Configurations): Add window-configuration-frame.
378
379 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
380
381 * text.texi (Examining Properties): Add get-char-property-and-overlay.
382 Change arg name in get-char-property.
383 (Special Properties): Update handling of keymap property.
384
385 * strings.texi (Modifying Strings): Add clear-string.
386 (Text Comparison): Add assoc-string and remove
387 assoc-ignore-case, assoc-ignore-representation.
388
389 * os.texi (Time of Day): Add set-time-zone-rule.
390
391 * numbers.texi (Math Functions): asin, acos, log, log10
392 report domain-error errors.
393
394 * nonascii.texi (Converting Representations):
395 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
396 (Encoding and I/O): Add file-name-coding-system.
397
398 * modes.texi (Search-based Fontification): Explain that
399 face specs are symbols with face names as values.
400
401 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
402
403 * lists.texi (Building Lists): remq moved elsewhere.
404 (Sets And Lists): remq moved here.
405 (Association Lists): Refer to assoc-string.
406
407 * internals.texi (Garbage Collection): Add memory-use-counts.
408
409 * frames.texi (Frames and Windows): Add set-frame-selected-window
410 and frame-root-window.
411
412 * files.texi (Contents of Directories):
413 Add directory-files-and-attributes.
414
415 * display.texi (Refresh Screen): Add force-window-update.
416 (Invisible Text): Explain about moving point out of invis text.
417 (Overlay Properties): Add overlay-properties.
418 (Managing Overlays): Add overlayp.
419 (GIF Images): Invalid image number displays a hollow box.
420
421 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
422 (Killing Buffers): Add buffer-live-p.
423
424 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
425
426 * display.texi (Fringes): Fix typo "set-buffer-window".
427
428 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
429
430 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
431 * nonascii.texi, processes.texi, tips.texi, variables.texi:
432 Add or change various xrefs and anchors.
433
434 * commands.texi: Replace all occurrences of @acronym{CAR} with
435 @sc{car}, for consistency with the rest of the Elisp manual.
436 `car' and `cdr' are historically acronyms, but are no longer
437 widely thought of as such.
438
439 * internals.texi (Pure Storage): Mention that `purecopy' does not
440 copy text properties.
441 (Object Internals): Now 29 bits are used (in most implementations)
442 to address Lisp objects.
443
444 * variables.texi (Variables with Restricted Values): New node.
445
446 * objects.texi (Lisp Data Types): Mention that certain variables
447 can only take on a restricted set of values and add an xref to
448 the new node "Variables with Restricted Values".
449
450 * eval.texi (Function Indirection): Describe the errors that
451 `indirect-function' can signal.
452 (Eval): Clarify the descriptions of `eval-region' and `values'.
453 Describe `eval-buffer' instead of `eval-current-buffer' and
454 mention `eval-current-buffer' as an alias for `current-buffer'.
455 Correct the description and mention all optional arguments.
456
457 * nonascii.texi: Various small changes in addition to the
458 following.
459 (Converting Representations): Clarify behavior of
460 `string-make-multibyte' and `string-to-multibyte' for unibyte all
461 ASCII arguments.
462 (Character Sets): Document the variable `charset-list' and adapt
463 the definition of the function `charset-list' accordingly.
464 (Translation of Characters): Clarify use of generic characters in
465 `make-translation-table'. Clarify and correct the description of
466 the use of translation tables in encoding and decoding.
467 (User-Chosen Coding Systems): Correct and clarify the description
468 of `select-safe-coding-system'.
469 (Default Coding Systems): Clarify description of
470 `file-coding-system-alist'.
471
472 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
473
474 * strings.texi (Text Comparison): Correctly describe when two
475 strings are `equal'. Combine and clarify descriptions of
476 `assoc-ignore-case' and `assoc-ignore-representation'.
477
478 * objects.texi (Non-ASCII in Strings): Clarify description of
479 when a string is unibyte or multibyte.
480 (Bool-Vector Type): Update examples.
481 (Equality Predicates): Correctly describe when two strings are
482 `equal'.
483
484 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
485
486 * lists.texi (Building Lists): `append' no longer accepts integer
487 arguments. Update the description of `number-sequence' to reflect
488 recent changes.
489 (Sets And Lists): Describe `member-ignore-case' after `member'.
490
491 2003-11-27 Kim F. Storm <storm@cua.dk>
492
493 * commands.texi (Click Events): Click object may be an images.
494 Describe (dx . dy) element of click positions.
495 (Accessing Events): Remove duplicate posn-timestamp.
496 New functions posn-object and posn-object-x-y.
497
498 2003-11-23 Kim F. Storm <storm@cua.dk>
499
500 * commands.texi (Click Events): Describe enhancements to event
501 position lists, including new text-pos and (col . row) items.
502 Mention left-fringe and right-fringe area events.
503 (Accessing Events): New functions posn-area and
504 posn-actual-col-row. Mention posn-timestamp. Mention that
505 posn-point in non-text area still returns buffer position.
506 Clarify posn-col-row.
507
508 2003-11-21 Lars Hansen <larsh@math.ku.dk>
509
510 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
511 * anti.texi (File Attributes): Describe removed parameter
512 ID-FORMAT.
513
514 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
515
516 * positions.texi (Positions): Mention that, if a marker is used as
517 a position, its buffer is ignored.
518
519 * markers.texi (Overview of Markers): Mention it here too.
520
521 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
522
523 * numbers.texi (Numeric Conversions): Not just `floor', but also
524 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
525
526 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
527
528 * markers.texi (Creating Markers): Specify insertion type of
529 created markers. Add xref to `Marker Insertion Types'.
530 Second argument to `copy-marker' is optional.
531 (Marker Insertion Types): Mention that most markers are created
532 with insertion type nil.
533 (The Mark): Correctly describe when `mark' signals an error.
534 (The Region): Correctly describe when `region-beginning' and
535 `region-end' signal an error.
536
537 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
538
539 * hash.texi (Creating Hash): Clarify description of `eql'.
540 `makehash' is obsolete.
541 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
542
543 * positions.texi (Point): Change description of `buffer-end', so
544 that it is also correct for floating point arguments.
545 (List Motion): Correct argument lists of `beginning-of-defun' and
546 `end-of-defun'.
547 (Excursions): Add xref to `Marker Insertion Types'.
548 (Narrowing): Argument to `narrow-to-page' is optional.
549
550 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
551
552 * streams.texi (Output Streams): Clarify behavior of point for
553 marker output streams.
554
555 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
556
557 * variables.texi (Defining Variables): Second argument to
558 `defconst' is not optional.
559 (Setting Variables): Mention optional argument APPEND to
560 `add-to-list'.
561 (Creating Buffer-Local): Expand description of
562 `make-variable-buffer-local'.
563 (Frame-Local Variables): Expand description of
564 `make-variable-frame-local'.
565 (Variable Aliases): Correct description of optional argument
566 DOCSTRING to `defvaralias'. Mention return value of
567 `defvaralias'.
568 (File Local Variables): Add xref to `File variables' in Emacs
569 Manual. Correct description of `hack-local-variables'. Mention
570 `safe-local-variable' property. Mention optional second argument
571 to `risky-local-variable-p'.
572
573 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
574
575 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
576
577 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
578
579 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
580 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
581 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
582 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
583 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
584 lispref/processes.texi, lispref/searching.texi,
585 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
586 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
587 @acronym{FOO}.
588
589 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
590
591 * strings.texi (Creating Strings): Argument START to `substring'
592 can not be `nil'. Expand description of
593 `substring-no-properties'. Correct description of `split-string',
594 especially with respect to empty matches. Prevent very bad line
595 break in definition of `split-string-default-separators'.
596 (Text Comparison): `string=' and `string<' also accept symbols as
597 arguments.
598 (String Conversion): More completely describe argument BASE in
599 `string-to-number'.
600 (Formatting Strings): `%s' and `%S' in `format' do require
601 corresponding object. Clarify behavior of numeric prefix after
602 `%' in `format'.
603 (Case Conversion): The argument to `upcase-initials' can be a
604 character.
605
606 2003-10-27 Kenichi Handa <handa@m17n.org>
607
608 * display.texi (Fontsets): Fix texinfo usage.
609
610 2003-10-25 Kenichi Handa <handa@m17n.org>
611
612 * display.texi (Fontsets): Add description of the function
613 set-fontset-font.
614
615 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
616
617 * display.texi (Temporary Displays): Add xref to `Documentation
618 Tips'.
619
620 * functions.texi (Function Safety): Use inforef instead of pxref
621 for SES.
622
623 2003-10-23 Andreas Schwab <schwab@suse.de>
624
625 * Makefile.in (TEX, texinputdir): Don't define.
626 (TEXI2DVI): Define.
627 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
628 add $(srcdir)/index.texi.
629 ($(infodir)/elisp): Remove index.texi dependency.
630 (elisp.dvi): Likewise. Use $(TEXI2DVI).
631 (index.texi): Remove target.
632 (dist): Don't link $(srcdir)/permute-index.
633 (clean): Don't remove index.texi.
634
635 * permute-index, index.perm: Remove.
636 * index.texi: Rename from index.unperm.
637
638 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
639
640 * tips.texi (Documentation Tips): Document new behavior for face
641 and variable hyperlinks in Help mode.
642
643 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
644
645 * objects.texi (Integer Type): Update for extra bit of integer range.
646 (Character Type): Ditto.
647
648 2003-10-16 Eli Zaretskii <eliz@gnu.org>
649
650 * numbers.texi (Integer Basics): Add index entries for reading
651 numbers in hex, octal, and binary.
652
653 2003-10-16 Lute Kamstra <lute@gnu.org>
654
655 * modes.texi (Mode Line Format): Mention force-mode-line-update's
656 argument.
657
658 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
659
660 * windows.texi (Choosing Window): Fix typo.
661 * edebug.texi (Edebug Execution Modes): Fix typo.
662
663 2003-10-13 Richard M. Stallman <rms@gnu.org>
664
665 * windows.texi (Basic Windows): A window has fringe settings,
666 display margins and scroll-bar settings.
667 (Splitting Windows): Doc split-window return value.
668 Clean up one-window-p.
669 (Selecting Windows): Fix typo.
670 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
671 (Buffers and Windows): In set-window-buffer, explain effect
672 on fringe settings and scroll bar settings.
673 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
674 (Choosing Window): Use defopt for pop-up-frame-function.
675 For special-display-buffer-names, explain same-window and same-frame.
676 Clarify window-dedicated-p return value.
677 (Textual Scrolling): scroll-up and scroll-down can get an error.
678 (Horizontal Scrolling): Clarify auto-hscroll-mode.
679 Clarify set-window-hscroll.
680 (Size of Window): Don't mention tool bar in window-height.
681 (Coordinates and Windows): Explain what coordinates-in-window-p
682 returns for fringes and display margins.
683 (Window Configurations): Explain saving fringes, etc.
684
685 * tips.texi (Library Headers): Clean up Documentation.
686
687 * syntax.texi (Parsing Expressions): Clean up forward-comment
688 and parse-sexp-lookup-properties.
689
690 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
691
692 * os.texi (System Environment): Clean up text for load-average errors.
693
694 * modes.texi (Hooks): Don't explain local hook details at front.
695 Clarify run-hooks and run-hook-with-args a little.
696 Clean up add-hook and remove-hook.
697
698 * edebug.texi (Edebug Execution Modes): Clarify t.
699 Document edebug-sit-for-seconds.
700 (Coverage Testing): Document C-x X = and =.
701 (Instrumenting Macro Calls): Fix typo.
702 (Specification List): Don't index the specification keywords.
703
704 2003-10-10 Kim F. Storm <storm@cua.dk>
705
706 * processes.texi (Network): Introduce make-network-process.
707
708 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
709
710 * tips.texi (Library Headers): Fix typo.
711
712 2003-10-07 Juri Linkov <juri@jurta.org>
713
714 * modes.texi (Imenu): Mention imenu-create-index-function's
715 default value. Explain submenus better.
716
717 2003-10-07 Lute Kamstra <lute@gnu.org>
718
719 * modes.texi (Faces for Font Lock): Fix typo.
720 (Hooks): Explain how buffer-local hook variables can refer to
721 global hook variables.
722 Various minor clarifications.
723
724 2003-10-06 Lute Kamstra <lute@gnu.org>
725
726 * tips.texi (Coding Conventions): Mention naming conventions for
727 hooks.
728
729 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
730
731 * loading.texi (Library Search): Correct default value of
732 load-suffixes.
733 (Named Features): Fix typo.
734
735 2003-10-05 Richard M. Stallman <rms@gnu.org>
736
737 * loading.texi (Named Features): In `provide',
738 say how to test for subfeatures.
739 (Unloading): In unload-feature, use new var name
740 unload-feature-special-hooks.
741
742 2003-10-03 Lute Kamstra <lute@gnu.org>
743
744 * modes.texi (Major Mode Conventions): Mention third way to set up
745 Imenu.
746 (Imenu): A number of small fixes.
747 Delete documentation of internal variable imenu--index-alist.
748 Document the return value format of imenu-create-index-function
749 functions.
750
751 2003-09-30 Richard M. Stallman <rms@gnu.org>
752
753 * processes.texi (Network): Say what stopped datagram connections do.
754
755 * lists.texi (Association Lists): Clarify `assq-delete-all'.
756
757 * display.texi (Overlay Properties): Clarify `evaporate' property.
758
759 2003-09-29 Lute Kamstra <lute@gnu.org>
760
761 * modes.texi (Mode Line Data): Explain when symbols in mode-line
762 constructs should be marked as risky.
763 Change cons cell into proper list.
764 (Mode Line Variables): Change cons cell into proper list.
765
766 2003-09-26 Lute Kamstra <lute@gnu.org>
767
768 * modes.texi (Mode Line Data): Document the :propertize construct.
769 (Mode Line Variables): Reorder the descriptions of the variables
770 to match their order in the default mode-line-format.
771 Describe the new variables mode-line-position and mode-line-modes.
772 Update the default values of mode-line-frame-identification,
773 minor-mode-alist, and default-mode-line-format.
774 (Properties in Mode): Mention the :propertize construct.
775
776 2003-09-26 Richard M. Stallman <rms@gnu.org>
777
778 * buffers.texi, commands.texi, debugging.texi, eval.texi:
779 * loading.texi, minibuf.texi, text.texi, variables.texi:
780 Avoid @strong{Note:}.
781
782 2003-09-26 Richard M. Stallman <rms@gnu.org>
783
784 * keymaps.texi (Remapping Commands): Fix typo.
785
786 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
787
788 * processes.texi (Low-Level Network): Fix typo.
789
790 2003-09-23 Kim F. Storm <storm@cua.dk>
791
792 * processes.texi (Network, Network Servers): Fix typos.
793 (Low-Level Network): Add timeout value for :server keyword.
794 Add new option keywords to make-network-process.
795 Add set-network-process-options.
796 Explain how to test availability of network options.
797
798 2003-09-19 Richard M. Stallman <rms@gnu.org>
799
800 * text.texi (Motion by Indent): Arg to
801 backward-to-indentation and forward-to-indentation is optional.
802
803 * strings.texi (Creating Strings): Add substring-no-properties.
804
805 * processes.texi
806 (Process Information): Add list-processes arg QUERY-ONLY.
807 Delete process-contact from here.
808 Add new status values for process-status.
809 Add process-get, process-put, process-plist, set-process-plist.
810 (Synchronous Processes): Add call-process-shell-command.
811 (Signals to Processes): signal-process allows process objects.
812 (Network): Complete rewrite.
813 (Network Servers, Datagrams, Low-Level Network): New nodes.
814
815 * positions.texi (Word Motion): forward-word, backward-word
816 arg is optional. Reword.
817
818 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
819
820 * variables.texi (Creating Buffer-Local):
821 Delete duplicate definition of buffer-local-value.
822 (File Local Variables): Explain about discarding text props.
823
824 2003-09-11 Richard M. Stallman <rms@gnu.org>
825
826 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
827 changes variables that record input events.
828 (Minibuffer Misc): Add minibuffer-selected-window.
829
830 * lists.texi (Building Lists): Add copy-tree.
831
832 * display.texi (Fontsets): Add char-displayable-p.
833 (Scroll Bars): New node.
834
835 2003-09-08 Lute Kamstra <lute@gnu.org>
836
837 * modes.texi (%-Constructs): Document new `%i' and `%I'
838 constructs.
839
840 2003-09-03 Peter Runestig <peter@runestig.com>
841
842 * makefile.w32-in: New file.
843
844 2003-08-29 Richard M. Stallman <rms@gnu.org>
845
846 * display.texi (Overlay Properties): Clarify how priorities
847 affect use of the properties.
848
849 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
850
851 * customize.texi (Type Keywords): Correct the description of
852 `:help-echo' in the case where `motion-doc' is a function.
853
854 2003-08-14 John Paul Wallington <jpw@gnu.org>
855
856 * modes.texi (Emulating Mode Line): Subsection, not section.
857
858 2003-08-13 Richard M. Stallman <rms@gnu.org>
859
860 * elisp.texi (Top): Update subnode lists in menu.
861
862 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
863 (Kill Functions): kill-region has new arg yank-handler.
864 (Yanking): New node.
865 (Yank Commands): Add yank-undo-function.
866 (Low-Level Kill Ring):
867 kill-new and kill-append have new arg yank-handler.
868 (Changing Properties): Add remove-list-of-text-properties.
869 (Atomic Changes): New node.
870
871 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
872
873 * streams.texi (Output Variables): Add eval-expression-print-length
874 and eval-expression-print-level.
875
876 * os.texi (Time Conversion): For encode-time, explain limits on year.
877
878 * objects.texi (Character Type): Define anchor "modifier bits".
879
880 * modes.texi (Emulating Mode Line): New node.
881 (Search-based Fontification): Font Lock uses font-lock-face property.
882 (Other Font Lock Variables): Likewise.
883
884 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
885 not vectors.
886 (Active Keymaps): Add emulation-mode-map-alists.
887 (Functions for Key Lookup): key-binding has new arg no-remap.
888 (Remapping Commands): New node.
889 (Scanning Keymaps): where-is-internal has new arg no-remap.
890 (Tool Bar): Add tool-bar-local-item-from-menu.
891 Clarify when to use tool-bar-add-item-from-menu.
892
893 * commands.texi (Interactive Call): commandp has new arg.
894 (Command Loop Info): Add this-original-command.
895
896 2003-08-06 John Paul Wallington <jpw@gnu.org>
897
898 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
899
900 * display.texi (Warning Basics): Fix typo.
901 (Fringes): Add closing curly bracket and fix typo.
902
903 * elisp.texi (Top): Fix typo.
904
905 2003-08-05 Richard M. Stallman <rms@gnu.org>
906
907 * elisp.texi: Update lists of subnodes.
908
909 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
910
911 * variables.texi (Local Variables): Use lc for example variable names.
912
913 * tips.texi (Library Headers): Explain where to put -*-.
914
915 * strings.texi (Creating Strings): Fix xref for vconcat.
916
917 * sequences.texi (Vector Functions):
918 vconcat no longer allows integer args.
919
920 * minibuf.texi (Reading File Names): read-file-name has new
921 arg PREDICATE. New function read-directory-name.
922
923 * macros.texi (Defining Macros): Give definition of `declare'
924 (Indenting Macros): New node.
925
926 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
927 (Window Frame Parameters): Make separate table of parameters
928 that are coupled with specific face attributes.
929 (Deleting Frames): delete-frame-hooks renamed to
930 delete-frame-functions.
931
932 * files.texi (Magic File Names): Add file-remote-p.
933 Clarify file-local-copy.
934
935 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
936 here; instead xref Defining Macros.
937
938 * display.texi (Warnings): New node, and subnodes.
939 (Fringes): New node.
940
941 * debugging.texi (Test Coverage): New node.
942
943 * compile.texi (Compiler Errors): Explain with-no-warnings
944 and other ways to suppress warnings.
945
946 * commands.texi (Interactive Call): Minor clarification.
947
948 * buffers.texi (Buffer File Name): set-visited-file-name
949 renames the buffer too.
950
951 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
952
953 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
954
955 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
956
957 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
958
959 * internals.texi (Garbage Collection): Fix previous change.
960
961 2003-07-22 Richard M. Stallman <rms@gnu.org>
962
963 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
964
965 * display.texi (Width): Use \s syntax in example.
966 (Font Selection): Add face-font-rescale-alist.
967
968 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
969 Remove spurious indent in example.
970
971 * lists.texi (Building Lists): Add number-sequence.
972
973 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
974
975 * functions.texi (Function Documentation): Explain how to
976 show calling convention explicitly in the doc string.
977
978 * windows.texi (Selecting Windows): save-selected-window saves
979 selected window of each frame.
980 (Window Configurations): Minor change.
981
982 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
983
984 * streams.texi (Output Variables): Add print-continuous-numbering
985 and print-number-table.
986
987 * processes.texi (Decoding Output): New node.
988
989 * os.texi (Time Conversion): decode-time arg is optional.
990
991 * objects.texi (Character Type): Don't use space as example for \.
992 Make list of char names and \-sequences correspond.
993 Explain that \s is not used in strings. `\ ' needs space after.
994
995 * nonascii.texi (Converting Representations): Add string-to-multibyte.
996 (Translation of Characters): Add translation-table-for-input.
997 (Default Coding Systems): Add auto-coding-functions.
998 (Explicit Encoding): Add decode-coding-inserted-region.
999 (Locales): Add locale-info.
1000
1001 * minibuf.texi (Basic Completion): Describe test-completion.
1002 Collections can be lists of strings.
1003 Clean up lazy-completion-table.
1004 (Programmed Completion): Mention test-completion.
1005 Clarify why lambda expressions are not accepted.
1006 (Minibuffer Misc): Describe minibufferp.
1007
1008 2003-07-14 Richard M. Stallman <rms@gnu.org>
1009
1010 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
1011
1012 * windows.texi (Selecting Windows): New arg to select-window.
1013 (Selecting Windows): Add with-selected-window.
1014 (Size of Window): Add window-inside-edges, etc.
1015
1016 * internals.texi (Garbage Collection): Add post-gc-hook.
1017
1018 * processes.texi (Subprocess Creation): Add exec-suffixes.
1019
1020 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
1021 (Scanning Keymaps): Add map-keymaps.
1022 (Defining Menus): Add keymap-prompt.
1023
1024 * numbers.texi (Integer Basics): Add most-positive-fixnum,
1025 most-negative-fixnum.
1026
1027 * compile.texi (Byte Compilation): Explain no-byte-compile
1028 (Compiler Errors): New node.
1029
1030 * os.texi (User Identification): user-uid, user-real-uid
1031 can return float.
1032
1033 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
1034 and about derived modes.
1035 (Minor Modes): Add minor-mode-list.
1036 (Defining Minor Modes): Keyword args for define-minor-mode.
1037 (Search-based Fontification): Explain managing other properties.
1038 (Other Font Lock Variables): Add font-lock-extra-managed-props.
1039 (Faces for Font Lock): Add font-locl-preprocessor-face.
1040 (Hooks): Add run-mode-hooks and delay-mode-hooks.
1041
1042 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
1043 (Variable Aliases): Clarify defvaralias.
1044
1045 * loading.texi (Library Search): Add load-suffixes.
1046
1047 * minibuf.texi (Basic Completion): Add lazy-completion-table.
1048 (Programmed Completion): Add dynamic-completion-table.
1049
1050 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
1051 (Magic File Names): Specify precedence order of handlers.
1052 o
1053 * commands.texi (Command Overview): Emacs server runs pre-command-hook
1054 and post-command-hook.
1055 (Waiting): New calling convention for sit-for.
1056
1057 * text.texi (Special Properties): local-map and keymap properties
1058 apply based on their stickiness.
1059
1060 2003-07-07 Richard M. Stallman <rms@gnu.org>
1061
1062 * modes.texi (Minor Mode Conventions): Specify only some kinds
1063 of list values as args to minor modes.
1064
1065 * files.texi (File Name Expansion): Warn about iterative use
1066 of substitute-in-file-name.
1067
1068 * advice.texi (Activation of Advice): Clean up previous change.
1069
1070 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
1071
1072 * advice.texi (Activation of Advice): Note that ad-start-advice is
1073 turned on by default.
1074
1075 2003-06-30 Richard M. Stallman <rms@gnu.org>
1076
1077 * text.texi (Buffer Contents): Document current-word.
1078 (Change Hooks): Not called for *Messages*.
1079
1080 * functions.texi (Defining Functions): Explain about redefining
1081 primitives.
1082 (Function Safety): Renamed. Minor changes.
1083 Comment out the detailed criteria for what is safe.
1084
1085 2003-06-22 Andreas Schwab <schwab@suse.de>
1086
1087 * objects.texi (Symbol Type): Fix description of examples.
1088
1089 2003-06-16 Andreas Schwab <schwab@suse.de>
1090
1091 * hash.texi (Creating Hash): Fix description of :weakness.
1092
1093 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1094
1095 * files.texi (Changing Files): copy-file copies file modes, too.
1096
1097 2003-05-28 Richard M. Stallman <rms@gnu.org>
1098
1099 * strings.texi (Creating Strings): Clarify split-string.
1100
1101 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
1102
1103 * strings.texi (Creating Strings): Update split-string specification
1104 and examples.
1105
1106 2003-05-19 Richard M. Stallman <rms@gnu.org>
1107
1108 * elisp.texi: Correct invariant section names.
1109
1110 2003-04-20 Richard M. Stallman <rms@gnu.org>
1111
1112 * os.texi (Timers): Explain about timers and quitting.
1113
1114 2003-04-19 Richard M. Stallman <rms@gnu.org>
1115
1116 * internals.texi (Writing Emacs Primitives): Strings are
1117 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
1118 Explain GCPRO convention for varargs function args.
1119
1120 2003-04-16 Richard M. Stallman <rms@gnu.org>
1121
1122 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1123
1124 2003-04-08 Richard M. Stallman <rms@gnu.org>
1125
1126 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1127
1128 2003-02-13 Kim F. Storm <storm@cua.dk>
1129
1130 * objects.texi (Character Type): New \s escape for space.
1131
1132 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1133
1134 * os.texi (System Environment): Added cygwin system-type.
1135
1136 2003-01-25 Richard M. Stallman <rms@gnu.org>
1137
1138 * keymaps.texi: Document that a symbol can act as a keymap.
1139
1140 2003-01-13 Richard M. Stallman <rms@gnu.org>
1141
1142 * text.texi (Changing Properties): Say string indices are origin-0.
1143
1144 * positions.texi (Screen Lines) <compute-motion>:
1145 Correct order of elts in return value.
1146
1147 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1148 how to define a default binding.
1149
1150 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
1151
1152 * loading.texi (Unloading): Fix recent change for load-history.
1153
1154 * customize.texi (Simple Types): Clarify description of custom
1155 type 'number. Describe new custom type 'float.
1156
1157 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
1158
1159 * variables.texi (File Local Variables): Fix typo.
1160
1161 2002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1162
1163 From Michael Albinus <Michael.Albinus@alcatel.de>.
1164
1165 * README: Target for Info file is `make info'.
1166
1167 * files.texi (File Name Components): Fixed typos in
1168 `file-name-sans-extension'.
1169 (Magic File Names): Complete list of operations for magic file
1170 name handlers.
1171
1172 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
1173
1174 * variables.texi (File Local Variables): New function
1175 risky-local-variable-p.
1176
1177 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
1178
1179 * functions.texi (Function safety): New node about unsafep.
1180
1181 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
1182
1183 * customize.texi (Splicing into Lists): Fixed example.
1184 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1185
1186 2002-06-17 Juanma Barranquero <lektu@terra.es>
1187
1188 * frames.texi (Display Feature Testing): Fix typo.
1189
1190 2002-06-12 Andreas Schwab <schwab@suse.de>
1191
1192 * frames.texi (Initial Parameters, Resources): Fix references to
1193 the Emacs manual.
1194
1195 2002-05-13 Kim F. Storm <storm@cua.dk>
1196
1197 * variables.texi (Intro to Buffer-Local): Updated warning and
1198 example relating to changing buffer inside let.
1199
1200 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1201
1202 * os.texi (Session Management): New node about X Session management.
1203
1204 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
1205
1206 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
1207 to which the manual corresponds, and the copyright years.
1208
1209 * Makefile.in (VERSION): Set to 2.9.
1210
1211 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
1212
1213 * elisp.texi: Change the category in @dircategory to "Emacs", to
1214 make it consistent with info/dir.
1215
1216 2001-11-25 Miles Bader <miles@gnu.org>
1217
1218 * text.texi (Fields): Describe new `limit' arg in
1219 field-beginning/field-end.
1220
1221 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1222
1223 * permute-index: Don't depend on csh-specific features. Replace
1224 the interpreter name with /bin/sh.
1225
1226 * two-volume-cross-refs.txt: New file.
1227 * two.el: New file.
1228 * spellfile: New file.
1229
1230 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
1231
1232 * permute-index: New file.
1233
1234 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1235 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1236 8+3 restricted namespace.
1237
1238 * Makefile.in (infodir): Define relative to $(srcdir).
1239 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1240 include directories list via -I switch to makeinfo.
1241 (index.texi): Use cp if both hard and symbolic links fail.
1242
1243 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
1244
1245 * Makefile.in (distclean): Add.
1246
1247 The following changes make ELisp manual part of the Emacs
1248 distribution:
1249
1250 * Makefile.in: Add Copyright notice.
1251 (prefix): Remove.
1252 (infodir): Change value to "../info".
1253 (VPATH): New variable.
1254 (MAKE): Don't define.
1255 (texmacrodir): Don't define.
1256 (texinputdir): Append the existing value of TEXINPUTS.
1257 ($(infodir)/elisp): Instead of just "elisp". Reformat the
1258 command to be compatible with man/Makefile.in, and to put the
1259 output into ../info.
1260 (info): Add target.
1261 (installall): Target removed.
1262
1263 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1264
1265 * tips.texi (Coding Conventions): Fix typo.
1266
1267 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1268
1269 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1270
1271 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1272
1273 * files.texi (File Name Components): Update the description of
1274 file-name-sans-extension and file-name-extension, as they now
1275 ignore leading dots.
1276
1277 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1278
1279 * (Version 21.1 released.)
1280
1281 2001-10-19 Miles Bader <miles@gnu.org>
1282
1283 * positions.texi (Text Lines): Describe behavior of
1284 `beginning-of-line'/`end-of-line' in the presence of field properties.
1285
1286 2001-10-17 Gerd Moellmann <gerd@gnu.org>
1287
1288 * Makefile.in (VERSION): Set to 2.8.
1289 (manual): Use `manual-21'.
1290
1291 * elisp.texi (VERSION): Add and use it where the version
1292 number was used. Set it to 2.8.
1293
1294 * intro.texi: Likewise.
1295
1296 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1297
1298 * files.texi (File Name Completion): Document the significance of
1299 a trailing slash in elements of completion-ignored-extensions.
1300
1301 2001-10-06 Miles Bader <miles@gnu.org>
1302
1303 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1304
1305 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1306
1307 * variables.texi (Variable Aliases): New node.
1308
1309 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1310
1311 * Branch for 21.1.
1312
1313 2001-10-02 Miles Bader <miles@gnu.org>
1314
1315 * minibuf.texi (Minibuffer Misc): Add entries for
1316 `minibuffer-contents', `minibuffer-contents-no-properties', and
1317 `delete-minibuffer-contents'.
1318 Correct description for `minibuffer-prompt-end'.
1319
1320 * text.texi (Property Search): Correct descriptions of
1321 `next-char-property-change' and `previous-char-property-change'.
1322 Add entries for `next-single-char-property-change' and
1323 `previous-single-char-property-change'.
1324 Make operand names a bit more consistent.
1325
1326 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1327
1328 * frames.texi (Finding All Frames): Document that next-frame and
1329 previous-frame are local to current terminal.
1330
1331 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
1332
1333 * keymaps.texi (Creating Keymaps): Fix the description of the
1334 result of make-keymap.
1335
1336 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1337
1338 * display.texi (Font Lookup, Attribute Functions)
1339 (Image Descriptors): Add cross-references to the definition of
1340 selected frame.
1341
1342 * buffers.texi (The Buffer List): Add cross-references to the
1343 definition of selected frame.
1344
1345 * frames.texi (Input Focus): Clarify which frame is _the_ selected
1346 frame at any given time.
1347 (Multiple Displays, Size and Position): Add a cross-reference to
1348 the definition of the selected frame.
1349
1350 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1351
1352 * strings.texi (String Conversion) <string-to-number>: Document
1353 that a float is returned for integers that are too large.
1354
1355 * frames.texi (Mouse Position): Document mouse-position-function.
1356 (Display Feature Testing): Document display-images-p.
1357 (Window Frame Parameters): Document the cursor-type variable.
1358
1359 * numbers.texi (Integer Basics): Document CL style read syntax for
1360 integers in bases other than 10.
1361
1362 * positions.texi (List Motion): Document
1363 open-paren-in-column-0-is-defun-start.
1364
1365 * lists.texi (Sets And Lists): Document member-ignore-case.
1366
1367 * internals.texi (Garbage Collection): Document the used and free
1368 strings report.
1369 (Memory Usage): Document strings-consed.
1370
1371 * os.texi (Time of Day): Document float-time.
1372 (Recording Input): Document that clear-this-command-keys clears
1373 the vector to be returned by recent-keys.
1374
1375 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1376 argument keymap can be a list.
1377
1378 * nonascii.texi (User-Chosen Coding Systems)
1379 <select-safe-coding-system>: Document the new argument
1380 accept-default-p and the variable
1381 select-safe-coding-system-accept-default-p. Tell what happens if
1382 buffer-file-coding-system is undecided.
1383 (Default Coding Systems): Document auto-coding-regexp-alist.
1384
1385 * display.texi (The Echo Area) <message>: Document
1386 message-truncate-lines.
1387 (Glyphs): Document that the glyph table is unused on windowed
1388 displays.
1389
1390 * help.texi (Describing Characters) <single-key-description>:
1391 Document the new argument no-angles.
1392 (Accessing Documentation) <documentation-property>: Document that
1393 a non-string property is evaluated.
1394 <documentation>: Document that the function-documentation property
1395 is looked for.
1396
1397 * windows.texi (Selecting Windows): Document some-window.
1398
1399 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1400
1401 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1402 apropos-mode-hook.
1403
1404 * commands.texi (Using Interactive): Document interactive-form.
1405 (Keyboard Macros): Document kbd-macro-termination-hook.
1406 (Command Loop Info): Document that clear-this-command-keys clears
1407 the vector to be returned by recent-keys.
1408
1409 2001-09-04 Werner LEMBERG <wl@gnu.org>
1410
1411 * Makefile.in (srcdir, texinputdir): New variables.
1412 (srcs, index.texi, install): Use $(srcdir).
1413 (.PHONY): Remove elisp.dvi.
1414 (elisp): Use -I switch for makeinfo.
1415 (elisp.dvi): Use $(srcdir) and $(texinputdir).
1416 (installall, dist): Use $(srcdir).
1417 Fix path to texinfo.tex.
1418 (maintainer-clean): Add elisp.dvi and elisp.oaux.
1419
1420 2001-08-30 Gerd Moellmann <gerd@gnu.org>
1421
1422 * display.texi (Conditional Display): Adjust to API change.
1423
1424 * configure: New file.
1425
1426 2001-07-30 Gerd Moellmann <gerd@gnu.org>
1427
1428 * commands.texi (Repeat Events): Add description of
1429 double-click-fuzz.
1430
1431 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
1432
1433 * syntax.texi (Syntax Class Table): Add the missing designator for
1434 comment and string fences.
1435 (Syntax Properties): Add a xref to syntax table internals.
1436 (Syntax Table Internals): Document string-to-syntax.
1437
1438 2001-05-07 Gerd Moellmann <gerd@gnu.org>
1439
1440 * Makefile.in (install): Use install-info command line options
1441 like in Emacs' Makefile.in.
1442
1443 2000-12-09 Miles Bader <miles@gnu.org>
1444
1445 * windows.texi (Window Start): Update documentation for
1446 `pos-visible-in-window-p'.
1447
1448 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1449
1450 * lists.texi (Building Lists): Add footnote to explain how to add
1451 to the end of a list.
1452
1453 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1454
1455 * files.texi (Visiting Functions): Typos.
1456
1457 2000-10-25 Kenichi Handa <handa@etl.go.jp>
1458
1459 * files.texi (Visiting Functions): Return value of
1460 find-file-noselect may be a list of buffers if wildcards are used.
1461
1462 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1463
1464 * display.texi (Defining Faces): Document `graphic' display type
1465 in face specs.
1466
1467 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1468
1469 * hooks.texi (Standard Hooks): Replace obsolete
1470 `after-make-frame-hook' with `after-make-frame-functions'.
1471
1472 * frames.texi (Creating Frames): Ditto.
1473
1474 * variables.texi (Future Local Variables): Ditto.
1475
1476 2000-10-16 Gerd Moellmann <gerd@gnu.org>
1477
1478 * display.texi (Other Image Types): Add description of :foreground
1479 and :background properties of mono PBM images.
1480
1481 2000-08-17 Werner LEMBERG <wl@gnu.org>
1482
1483 * .cvsignore: New file.
1484
1485 2000-01-05 Gerd Moellmann <gerd@gnu.org>
1486
1487 * tindex.pl: New script.
1488
1489 1999-12-03 Dave Love <fx@gnu.org>
1490
1491 * Makefile.in (MAKEINFO): New parameter.
1492
1493 1999-09-17 Richard Stallman <rms@gnu.org>
1494
1495 * Makefile.in (srcs): Add hash.texi.
1496 (VERSION): Update to 20.6.
1497
1498 1999-09-13 Richard Stallman <rms@gnu.org>
1499
1500 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1501
1502 1998-08-29 Karl Heuer <kwzh@gnu.org>
1503
1504 * configure.in: New file.
1505 * Makefile.in: Renamed from Makefile.
1506 (prefix, infodir): Use value obtained from configure.
1507 (emacslibdir): Obsolete variable deleted.
1508 (dist): Distribute configure.in, configure, Makefile.in.
1509
1510 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
1511
1512 * Makefile (INSTALL_INFO): New variable.
1513 (install): Run install-info.
1514
1515 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
1516
1517 * Makefile (elisp.dvi): Add missing backslash.
1518
1519 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
1520
1521 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1522 Run texindex without `./'. Always run texindex on elisp.tp.
1523 (elisp.tps): Target deleted.
1524
1525 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
1526
1527 * Makefile (srcs): Add nonascii.texi and customize.texi.
1528 (dist): Start by deleting `temp'.
1529
1530 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
1531
1532 * Makefile (makeinfo, texindex): Targets deleted.
1533 (makeinfo.o, texindex.o): Targets deleted.
1534 (clean, dist): Don't do anything with them or with getopt*.
1535
1536 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
1537
1538 * Makefile (SHELL): Defined.
1539
1540 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
1541
1542 * Makefile (elisp.tps): New target.
1543 (elisp.dvi): Depend on elisp.tps.
1544
1545 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
1546
1547 * README: Update phone number.
1548
1549 * Makefile (elisp): Make this be the default target.
1550 Depend on makeinfo.c instead of makeinfo.
1551 (install): Don't depend on elisp.dvi, since we don't install that.
1552 Use mkinstalldirs.
1553 (dist): Add mkinstalldirs.
1554
1555 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1556
1557 * Makefile (VERSION): Update version number.
1558 (maintainer-clean): Renamed from realclean.
1559
1560 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
1561
1562 * Makefile (realclean): New target.
1563 (elisp): Remove any old elisp-* files first.
1564
1565 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1566
1567 * Makefile (VERSION): New variable.
1568 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1569 Compressed file suffix should be `.gz', not `.z'.
1570
1571 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1572
1573 * Makefile (elisp): Depend on makeinfo.
1574
1575 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
1576
1577 * Makefile (srcs): Add anti.texi.
1578
1579 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1580
1581 * Makefile (infodir, prefix): New vars.
1582 (install): Use infodir.
1583 (emacsinfodir): Deleted.
1584
1585 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1586
1587 * Makefile (srcs): Add calendar.texi.
1588
1589 * Makefile (dist): Copy texindex.c and makeinfo.c.
1590 Limit elisp-* files to those with one or two digits.
1591
1592 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1593
1594 * Makefile (dist): Changed to use Gzip instead of compress.
1595
1596 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1597
1598 * loading.texi (Unloading): define-function changed back to
1599 defalias. It may not stay this way, but at least it's
1600 consistent with the known-good version of the code patch.
1601
1602 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1603
1604 * modes.texi (Hooks): Document new optional arg of add-hook.
1605
1606 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1607
1608 * variables.texi: Document nil initial value of buffer-local variables.
1609
1610 * tips.texi: Add new section on standard library headers.
1611
1612 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1613
1614 * Makefile (srcs): Add frame.texi to the list of sources.
1615
1616 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1617
1618 * Makefile (dist): Don't bother excluding autosave files; they'll
1619 never make it into the temp directory anyway, and the hash marks
1620 in the name are problematic for make and the Bourne shell.
1621 (srcs):
1622
1623 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1624
1625 * Makefile (dist): Don't include backup files or autosave files in
1626 the distribution tar file.
1627
1628 Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1629
1630 * Makefile (srcs): Added index.perm.
1631 (elisp.dvi): Remove erroneous shell comment.
1632 Expect output of permute-index in permuted.fns.
1633 Save old elisp.aux in elisp.oaux.
1634 (clean): Added index.texi to be deleted.
1635
1636 Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1637
1638 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1639
1640 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
1641
1642 * files.texi: Noted that completion-ignored-extensions is ignored
1643 when making *Completions*.
1644
1645 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1646
1647 * Makefile make dist now depends on elisp.dvi, since it tries
1648 to include it in the dist file.
1649
1650 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
1651
1652 * functions.texinfo (Mapping Functions): Add missing quote
1653
1654 Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1655
1656 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1657 (defunargs): Turn off \hyphenchar of \sl font temporarily.
1658
1659 Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
1660
1661 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1662 and @error{} are the terms now being used. The files in the
1663 directory have been changed to reflect this.
1664
1665 * All instances of @indentedresultt{} have been changed to
1666 ` @result{}', using 5 spaces at the begining of the line.
1667
1668 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
1669
1670 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1671 experimental @indentedresult{}, @indentedexpandsto{} are part of
1672 the texinfo.tex in this directory. These TeX macros are not
1673 stable yet.
1674
1675 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
1676
1677 * texinfo.tex: temporarily added
1678 \let\result=\dblarrow
1679 \def\error{{\it ERROR} \longdblarrow}
1680 We need to do this better soon.
1681
1682 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
1683
1684 * Applied Karl Berry's patches to *.texinfo files, but not to
1685 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1686 new title page format is also not applied, since it requires
1687 texinfo.tex changes.)
1688
1689 * Cleaned up `Makefile' and defined the `emacslibdir' directory
1690 for the Project GNU development environment.
1691
1692 ;; Local Variables:
1693 ;; coding: iso-2022-7bit
1694 ;; End:
1695
1696 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1697 Copying and distribution of this file, with or without modification,
1698 are permitted provided the copyright notice and this notice are preserved.
1699
1700 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda