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