Mercurial > emacs
annotate lispref/ChangeLog @ 53306:9e78a65be39a
(tgetst1): Scan for "%pN"; if all
N are continuous in [1,9], remove all "%pN".
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Thu, 25 Dec 2003 12:12:20 +0000 |
parents | 67874c814e45 |
children | 128d7f57fc59 |
rev | line source |
---|---|
53301
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
1 2003-12-24 Luc Teirlinck <teirllm@auburn.edu> |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
2 |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
3 * display.texi, eval.texi, help.texi, internals.texi, loading.texi: |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
4 * nonascii.texi, processes.texi, tips.texi, variables.texi: |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
5 Add or change various xrefs and anchors. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
6 |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
7 * commands.texi: Replace all occurrences of @acronym{CAR} with |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
8 @sc{car}, for consistency with the rest of the Elisp manual. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
9 `car' and `cdr' are historically acronyms, but are no longer |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
10 widely thought of as such. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
11 |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
12 * internals.texi (Pure Storage): Mention that `purecopy' does not |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
13 copy text properties. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
14 (Object Internals): Now 29 bits are used (in most implementations) |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
15 to address Lisp objects. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
16 |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
17 * variables.texi (Variables with Restricted Values): New node. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
18 |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
19 * objects.texi (Lisp Data Types): Mention that certain variables |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
20 can only take on a restricted set of values and add an xref to |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
21 the new node "Variables with Restricted Values". |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
22 |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
23 * eval.texi (Function Indirection): Describe the errors that |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
24 `indirect-function' can signal. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
25 (Eval): Clarify the descriptions of `eval-region' and `values'. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
26 Describe `eval-buffer' instead of `eval-current-buffer' and |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
27 mention `eval-current-buffer' as an alias for `current-buffer'. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
28 Correct the description and mention all optional arguments. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
29 |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
30 * nonascii.texi : Various small changes in addition to the |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
31 following. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
32 (Converting Representations): Clarify behavior of |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
33 `string-make-multibyte' and `string-to-multibyte' for unibyte all |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
34 ASCII arguments. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
35 (Character Sets): Document the variable `charset-list' and adapt |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
36 the definition of the function `charset-list' accordingly. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
37 (Translation of Characters): Clarify use of generic characters in |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
38 `make-translation-table'. Clarify and correct the description of |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
39 the use of translation tables in encoding and decoding. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
40 (User-Chosen Coding Systems): Correct and clarify the description |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
41 of `select-safe-coding-system'. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
42 (Default Coding Systems): Clarify description of |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
43 `file-coding-system-alist'. |
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
44 |
53219
bf5d5ec99a65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53195
diff
changeset
|
45 2003-11-30 Luc Teirlinck <teirllm@auburn.edu> |
bf5d5ec99a65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53195
diff
changeset
|
46 |
bf5d5ec99a65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53195
diff
changeset
|
47 * strings.texi (Text Comparison): Correctly describe when two |
bf5d5ec99a65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53195
diff
changeset
|
48 strings are `equal'. Combine and clarify descriptions of |
bf5d5ec99a65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53195
diff
changeset
|
49 `assoc-ignore-case' and `assoc-ignore-representation'. |
bf5d5ec99a65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53195
diff
changeset
|
50 |
bf5d5ec99a65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53195
diff
changeset
|
51 * objects.texi (Non-ASCII in Strings): Clarify description of |
bf5d5ec99a65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53195
diff
changeset
|
52 when a string is unibyte or multibyte. |
bf5d5ec99a65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53195
diff
changeset
|
53 (Bool-Vector Type): Update examples. |
bf5d5ec99a65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53195
diff
changeset
|
54 (Equality Predicates): Correctly describe when two strings are |
bf5d5ec99a65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53195
diff
changeset
|
55 `equal'. |
bf5d5ec99a65
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53195
diff
changeset
|
56 |
53195
49d5fa0b5a1c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53182
diff
changeset
|
57 2003-11-29 Luc Teirlinck <teirllm@auburn.edu> |
49d5fa0b5a1c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53182
diff
changeset
|
58 |
49d5fa0b5a1c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53182
diff
changeset
|
59 * lists.texi (Building Lists): `append' no longer accepts integer |
49d5fa0b5a1c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53182
diff
changeset
|
60 arguments. Update the description of `number-sequence' to reflect |
49d5fa0b5a1c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53182
diff
changeset
|
61 recent changes. |
49d5fa0b5a1c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53182
diff
changeset
|
62 (Sets And Lists): Describe `member-ignore-case' after `member'. |
49d5fa0b5a1c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53182
diff
changeset
|
63 |
53182 | 64 2003-11-27 Kim F. Storm <storm@cua.dk> |
65 | |
66 * commands.texi (Click Events): Click object may be an images. | |
67 Describe (dx . dy) element of click positions. | |
68 (Accessing Events): Remove duplicate posn-timestamp. | |
69 New functions posn-object and posn-object-x-y. | |
70 | |
53135
47eb6873df16
Describe enhancements to mouse event positions.
Kim F. Storm <storm@cua.dk>
parents:
53113
diff
changeset
|
71 2003-11-23 Kim F. Storm <storm@cua.dk> |
47eb6873df16
Describe enhancements to mouse event positions.
Kim F. Storm <storm@cua.dk>
parents:
53113
diff
changeset
|
72 |
47eb6873df16
Describe enhancements to mouse event positions.
Kim F. Storm <storm@cua.dk>
parents:
53113
diff
changeset
|
73 * commands.texi (Click Events): Describe enhancements to event |
47eb6873df16
Describe enhancements to mouse event positions.
Kim F. Storm <storm@cua.dk>
parents:
53113
diff
changeset
|
74 position lists, including new text-pos and (col . row) items. |
47eb6873df16
Describe enhancements to mouse event positions.
Kim F. Storm <storm@cua.dk>
parents:
53113
diff
changeset
|
75 Mention left-fringe and right-fringe area events. |
53182 | 76 (Accessing Events): New functions posn-area and |
53135
47eb6873df16
Describe enhancements to mouse event positions.
Kim F. Storm <storm@cua.dk>
parents:
53113
diff
changeset
|
77 posn-actual-col-row. Mention posn-timestamp. Mention that |
47eb6873df16
Describe enhancements to mouse event positions.
Kim F. Storm <storm@cua.dk>
parents:
53113
diff
changeset
|
78 posn-point in non-text area still returns buffer position. |
47eb6873df16
Describe enhancements to mouse event positions.
Kim F. Storm <storm@cua.dk>
parents:
53113
diff
changeset
|
79 Clarify posn-col-row. |
47eb6873df16
Describe enhancements to mouse event positions.
Kim F. Storm <storm@cua.dk>
parents:
53113
diff
changeset
|
80 |
53113 | 81 2003-11-21 Lars Hansen <larsh@math.ku.dk> |
82 | |
83 * files.texi (File Attributes): Describe new parameter ID-FORMAT. | |
84 * anti.texi (File Attributes): Describe removed parameter | |
85 ID-FORMAT. | |
86 | |
53102
ee7654b3187a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53043
diff
changeset
|
87 2003-11-20 Luc Teirlinck <teirllm@auburn.edu> |
ee7654b3187a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53043
diff
changeset
|
88 |
53301
67874c814e45
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53219
diff
changeset
|
89 * positions.texi (Positions): Mention that, if a marker is used as |
53102
ee7654b3187a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53043
diff
changeset
|
90 a position, its buffer is ignored. |
ee7654b3187a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53043
diff
changeset
|
91 |
ee7654b3187a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53043
diff
changeset
|
92 * markers.texi (Overview of Markers): Mention it here too. |
ee7654b3187a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53043
diff
changeset
|
93 |
53043
49e18ed59adb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53037
diff
changeset
|
94 2003-11-12 Luc Teirlinck <teirllm@auburn.edu> |
49e18ed59adb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53037
diff
changeset
|
95 |
49e18ed59adb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53037
diff
changeset
|
96 * numbers.texi (Numeric Conversions): Not just `floor', but also |
49e18ed59adb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53037
diff
changeset
|
97 `truncate', `ceiling' and `round' accept optional argument DIVISOR. |
49e18ed59adb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53037
diff
changeset
|
98 |
53037
9958d8677feb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53024
diff
changeset
|
99 2003-11-10 Luc Teirlinck <teirllm@auburn.edu> |
9958d8677feb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53024
diff
changeset
|
100 |
9958d8677feb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53024
diff
changeset
|
101 * markers.texi (Creating Markers): Specify insertion type of |
9958d8677feb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53024
diff
changeset
|
102 created markers. Add xref to `Marker Insertion Types'. |
9958d8677feb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53024
diff
changeset
|
103 Second argument to `copy-marker' is optional. |
9958d8677feb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53024
diff
changeset
|
104 (Marker Insertion Types): Mention that most markers are created |
9958d8677feb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53024
diff
changeset
|
105 with insertion type nil. |
9958d8677feb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53024
diff
changeset
|
106 (The Mark): Correctly describe when `mark' signals an error. |
9958d8677feb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53024
diff
changeset
|
107 (The Region): Correctly describe when `region-beginning' and |
9958d8677feb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53024
diff
changeset
|
108 `region-end' signal an error. |
9958d8677feb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53024
diff
changeset
|
109 |
53024
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
110 2003-11-08 Luc Teirlinck <teirllm@auburn.edu> |
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
111 |
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
112 * hash.texi (Creating Hash): Clarify description of `eql'. |
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
113 `makehash' is obsolete. |
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
114 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'. |
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
115 |
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
116 * positions.texi (Point): Change description of `buffer-end', so |
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
117 that it is also correct for floating point arguments. |
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
118 (List Motion): Correct argument lists of `beginning-of-defun' and |
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
119 `end-of-defun'. |
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
120 (Excursions): Add xref to `Marker Insertion Types'. |
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
121 (Narrowing): Argument to `narrow-to-page' is optional. |
f63cd97f64fd
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53005
diff
changeset
|
122 |
53005
31446e4c7ad8
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52995
diff
changeset
|
123 2003-11-06 Luc Teirlinck <teirllm@auburn.edu> |
31446e4c7ad8
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52995
diff
changeset
|
124 |
31446e4c7ad8
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52995
diff
changeset
|
125 * streams.texi (Output Streams): Clarify behavior of point for |
31446e4c7ad8
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52995
diff
changeset
|
126 marker output streams. |
31446e4c7ad8
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52995
diff
changeset
|
127 |
52995
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
128 2003-11-04 Luc Teirlinck <teirllm@auburn.edu> |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
129 |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
130 * variables.texi (Defining Variables): Second argument to |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
131 `defconst' is not optional. |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
132 (Setting Variables): Mention optional argument APPEND to |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
133 `add-to-list'. |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
134 (Creating Buffer-Local): Expand description of |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
135 `make-variable-buffer-local'. |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
136 (Frame-Local Variables): Expand description of |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
137 `make-variable-frame-local'. |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
138 (Variable Aliases): Correct description of optional argument |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
139 DOCSTRING to `defvaralias'. Mention return value of |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
140 `defvaralias'. |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
141 (File Local Variables): Add xref to `File variables' in Emacs |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
142 Manual. Correct description of `hack-local-variables'. Mention |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
143 `safe-local-variable' property. Mention optional second argument |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
144 to `risky-local-variable-p'. |
79178080aec6
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52990
diff
changeset
|
145 |
52990
1a45f289a691
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52980
diff
changeset
|
146 2003-11-03 Luc Teirlinck <teirllm@auburn.edu> |
1a45f289a691
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52980
diff
changeset
|
147 |
1a45f289a691
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52980
diff
changeset
|
148 * symbols.texi (Symbol Plists): Mention return value of `setplist'. |
1a45f289a691
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52980
diff
changeset
|
149 |
52980 | 150 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change) |
151 | |
152 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi | |
153 lispref/customize.texi, lispref/display.texi, lispref/files.texi, | |
154 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi, | |
155 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi, | |
156 lispref/objects.texi, lispref/os.texi, lispref/positions.texi, | |
52990
1a45f289a691
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52980
diff
changeset
|
157 lispref/processes.texi, lispref/searching.texi, |
52980 | 158 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi, |
159 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with | |
160 @acronym{FOO}. | |
161 | |
52946
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
162 2003-10-27 Luc Teirlinck <teirllm@auburn.edu> |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
163 |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
164 * strings.texi (Creating Strings): Argument START to `substring' |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
165 can not be `nil'. Expand description of |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
166 `substring-no-properties'. Correct description of `split-string', |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
167 especially with respect to empty matches. Prevent very bad line |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
168 break in definition of `split-string-default-separators'. |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
169 (Text Comparison): `string=' and `string<' also accept symbols as |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
170 arguments. |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
171 (String Conversion): More completely describe argument BASE in |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
172 `string-to-number'. |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
173 (Formatting Strings): `%s' and `%S" in `format' do require |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
174 corresponding object. Clarify behavior of numeric prefix after |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
175 `%' in `format'. |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
176 (Case Conversion): The argument to `upcase-initials' can be a |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
177 character. |
ad0680ce76f5
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52941
diff
changeset
|
178 |
52941 | 179 2003-10-27 Kenichi Handa <handa@m17n.org> |
180 | |
181 * display.texi (Fontsets): Fix texinfo usage. | |
182 | |
52933 | 183 2003-10-25 Kenichi Handa <handa@m17n.org> |
184 | |
185 * display.texi (Fontsets): Add description of the function | |
186 set-fontset-font. | |
187 | |
52925
fdaea0df1212
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52920
diff
changeset
|
188 2003-10-23 Luc Teirlinck <teirllm@auburn.edu> |
fdaea0df1212
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52920
diff
changeset
|
189 |
fdaea0df1212
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52920
diff
changeset
|
190 * display.texi (Temporary Displays): Add xref to `Documentation |
fdaea0df1212
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52920
diff
changeset
|
191 Tips'. |
fdaea0df1212
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52920
diff
changeset
|
192 |
fdaea0df1212
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52920
diff
changeset
|
193 * functions.texi (Function Safety): Use inforef instead of pxref |
fdaea0df1212
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52920
diff
changeset
|
194 for SES. |
fdaea0df1212
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52920
diff
changeset
|
195 |
52915
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
196 2003-10-23 Andreas Schwab <schwab@suse.de> |
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
197 |
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
198 * Makefile.in (TEX, texinputdir): Don't define. |
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
199 (TEXI2DVI): Define. |
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
200 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm, |
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
201 add $(srcdir)/index.texi. |
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
202 ($(infodir)/elisp): Remove index.texi dependency. |
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
203 (elisp.dvi): Likewise. Use $(TEXI2DVI). |
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
204 (index.texi): Remove target. |
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
205 (dist): Don't link $(srcdir)/permute-index. |
52920 | 206 (clean): Don't remove index.texi. |
207 | |
52915
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
208 * permute-index, index.perm: Remove. |
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
209 * index.texi: Rename from index.unperm. |
26a5da04740c
Remove support for permuted index and use texi2dvi.
Andreas Schwab <schwab@suse.de>
parents:
52913
diff
changeset
|
210 |
52913
80a49ba70b47
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52908
diff
changeset
|
211 2003-10-22 Luc Teirlinck <teirllm@auburn.edu> |
80a49ba70b47
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52908
diff
changeset
|
212 |
80a49ba70b47
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52908
diff
changeset
|
213 * tips.texi (Documentation Tips): Document new behavior for face |
80a49ba70b47
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52908
diff
changeset
|
214 and variable hyperlinks in Help mode. |
80a49ba70b47
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52908
diff
changeset
|
215 |
52908
1f8af3f14ee0
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52865
diff
changeset
|
216 2003-10-21 Luc Teirlinck <teirllm@auburn.edu> |
1f8af3f14ee0
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52865
diff
changeset
|
217 |
1f8af3f14ee0
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52865
diff
changeset
|
218 * objects.texi (Integer Type): Update for extra bit of integer range. |
1f8af3f14ee0
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52865
diff
changeset
|
219 (Character Type): Ditto. |
1f8af3f14ee0
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52865
diff
changeset
|
220 |
52865 | 221 2003-10-16 Eli Zaretskii <eliz@elta.co.il> |
222 | |
223 * numbers.texi (Integer Basics): Add index entries for reading | |
224 numbers in hex, octal, and binary. | |
225 | |
52860 | 226 2003-10-16 Lute Kamstra <lute@gnu.org> |
227 | |
228 * modes.texi (Mode Line Format): Mention force-mode-line-update's | |
229 argument. | |
230 | |
52850
e8d907253a77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52847
diff
changeset
|
231 2003-10-13 Luc Teirlinck <teirllm@auburn.edu> |
e8d907253a77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52847
diff
changeset
|
232 |
e8d907253a77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52847
diff
changeset
|
233 * windows.texi (Choosing Window): Fix typo. |
e8d907253a77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52847
diff
changeset
|
234 * edebug.texi (Edebug Execution Modes): Fix typo. |
e8d907253a77
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52847
diff
changeset
|
235 |
52847
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
236 2003-10-13 Richard M. Stallman <rms@gnu.org> |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
237 |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
238 * windows.texi (Basic Windows): A window has fringe settings, |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
239 display margins and scroll-bar settings. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
240 (Splitting Windows): Doc split-window return value. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
241 Clean up one-window-p. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
242 (Selecting Windows): Fix typo. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
243 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
244 (Buffers and Windows): In set-window-buffer, explain effect |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
245 on fringe settings and scroll bar settings. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
246 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
247 (Choosing Window): Use defopt for pop-up-frame-function. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
248 For special-display-buffer-names, explain same-window and same-frame. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
249 Clarify window-dedicated-p return value. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
250 (Textual Scrolling): scroll-up and scroll-down can get an error. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
251 (Horizontal Scrolling): Clarify auto-hscroll-mode. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
252 Clarify set-window-hscroll. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
253 (Size of Window): Don't mention tool bar in window-height. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
254 (Coordinates and Windows): Explain what coordinates-in-window-p |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
255 returns for fringes and display margins. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
256 (Window Configurations): Explain saving fringes, etc. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
257 |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
258 * tips.texi (Library Headers): Clean up Documentation. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
259 |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
260 * syntax.texi (Parsing Expressions): Clean up forward-comment |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
261 and parse-sexp-lookup-properties. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
262 |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
263 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
264 |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
265 * os.texi (System Environment): Clean up text for load-average errors. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
266 |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
267 * modes.texi (Hooks): Don't explain local hook details at front. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
268 Clarify run-hooks and run-hook-with-args a little. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
269 Clean up add-hook and remove-hook. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
270 |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
271 * edebug.texi (Edebug Execution Modes): Clarify t. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
272 Document edebug-sit-for-seconds. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
273 (Coverage Testing): Document C-x X = and =. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
274 (Instrumenting Macro Calls): Fix typo. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
275 (Specification List): Don't index the specification keywords. |
b1a58a58e5ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52817
diff
changeset
|
276 |
52817 | 277 2003-10-10 Kim F. Storm <storm@cua.dk> |
278 | |
279 * processes.texi (Network): Introduce make-network-process. | |
280 | |
52813
75b71fb15f6a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52803
diff
changeset
|
281 2003-10-09 Luc Teirlinck <teirllm@auburn.edu> |
75b71fb15f6a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52803
diff
changeset
|
282 |
75b71fb15f6a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52803
diff
changeset
|
283 * tips.texi (Library Headers): Fix typo. |
75b71fb15f6a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52803
diff
changeset
|
284 |
52803 | 285 2003-10-07 Juri Linkov <juri@jurta.org> |
286 | |
287 * modes.texi (Imenu): Mention imenu-create-index-function's | |
288 default value. Explain submenus better. | |
289 | |
52801 | 290 2003-10-07 Lute Kamstra <lute@gnu.org> |
291 | |
292 * modes.texi (Faces for Font Lock): Fix typo. | |
293 (Hooks): Explain how buffer-local hook variables can refer to | |
294 global hook variables. | |
295 Various minor clarifications. | |
296 | |
52770 | 297 2003-10-06 Lute Kamstra <lute@gnu.org> |
298 | |
299 * tips.texi (Coding Conventions): Mention naming conventions for | |
300 hooks. | |
301 | |
52765
80ffc8b54a5c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52761
diff
changeset
|
302 2003-10-05 Luc Teirlinck <teirllm@auburn.edu> |
80ffc8b54a5c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52761
diff
changeset
|
303 |
80ffc8b54a5c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52761
diff
changeset
|
304 * loading.texi (Library Search): Correct default value of |
80ffc8b54a5c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52761
diff
changeset
|
305 load-suffixes. |
80ffc8b54a5c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52761
diff
changeset
|
306 (Named Features): Fix typo. |
80ffc8b54a5c
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52761
diff
changeset
|
307 |
52761
9e865a144d5a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52745
diff
changeset
|
308 2003-10-05 Richard M. Stallman <rms@gnu.org> |
9e865a144d5a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52745
diff
changeset
|
309 |
9e865a144d5a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52745
diff
changeset
|
310 * loading.texi (Named Features): In `provide', |
9e865a144d5a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52745
diff
changeset
|
311 say how to test for subfeatures. |
9e865a144d5a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52745
diff
changeset
|
312 (Unloading): In unload-feature, use new var name |
9e865a144d5a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52745
diff
changeset
|
313 unload-feature-special-hooks. |
9e865a144d5a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52745
diff
changeset
|
314 |
52770 | 315 2003-10-03 Lute Kamstra <lute@gnu.org> |
52745 | 316 |
317 * modes.texi (Major Mode Conventions): Mention third way to set up | |
318 Imenu. | |
319 (Imenu): A number of small fixes. | |
320 Delete documentation of internal variable imenu--index-alist. | |
321 Document the return value format of imenu-create-index-function | |
322 functions. | |
323 | |
52696
7f1977773296
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52665
diff
changeset
|
324 2003-09-30 Richard M. Stallman <rms@gnu.org> |
7f1977773296
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52665
diff
changeset
|
325 |
7f1977773296
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52665
diff
changeset
|
326 * processes.texi (Network): Say what stopped datagram connections do. |
7f1977773296
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52665
diff
changeset
|
327 |
7f1977773296
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52665
diff
changeset
|
328 * lists.texi (Association Lists): Clarify `assq-delete-all'. |
7f1977773296
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52665
diff
changeset
|
329 |
7f1977773296
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52665
diff
changeset
|
330 * display.texi (Overlay Properties): Clarify `evaporate' property. |
7f1977773296
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52665
diff
changeset
|
331 |
52770 | 332 2003-09-29 Lute Kamstra <lute@gnu.org> |
52665 | 333 |
334 * modes.texi (Mode Line Data): Explain when symbols in mode-line | |
52801 | 335 constructs should be marked as risky. |
52665 | 336 Change cons cell into proper list. |
337 (Mode Line Variables): Change cons cell into proper list. | |
338 | |
52770 | 339 2003-09-26 Lute Kamstra <lute@gnu.org> |
52630 | 340 |
341 * modes.texi (Mode Line Data): Document the :propertize construct. | |
342 (Mode Line Variables): Reorder the descriptions of the variables | |
52801 | 343 to match their order in the default mode-line-format. |
52630 | 344 Describe the new variables mode-line-position and mode-line-modes. |
345 Update the default values of mode-line-frame-identification, | |
346 minor-mode-alist, and default-mode-line-format. | |
347 (Properties in Mode): Mention the :propertize construct. | |
348 | |
52627
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
349 2003-09-26 Richard M. Stallman <rms@gnu.org> |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
350 |
52801 | 351 * buffers.texi, commands.texi, debugging.texi, eval.texi: |
52627
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
352 * loading.texi, minibuf.texi, text.texi, variables.texi: |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
353 Avoid @strong{Note:}. |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
354 |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
355 2003-09-26 Richard M. Stallman <rms@gnu.org> |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
356 |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
357 * keymaps.texi (Remapping Commands): Fix typo. |
e3a0f4e62b53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52599
diff
changeset
|
358 |
52599
c0c49c850558
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52595
diff
changeset
|
359 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu> |
c0c49c850558
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52595
diff
changeset
|
360 |
c0c49c850558
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52595
diff
changeset
|
361 * processes.texi (Low-Level Network): Fix typo. |
c0c49c850558
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52595
diff
changeset
|
362 |
52595 | 363 2003-09-23 Kim F. Storm <storm@cua.dk> |
364 | |
365 * processes.texi (Network, Network Servers): Fix typos. | |
366 (Low-Level Network): Add timeout value for :server keyword. | |
367 Add new option keywords to make-network-process. | |
368 Add set-network-process-options. | |
369 Explain how to test availability of network options. | |
370 | |
52545
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
371 2003-09-19 Richard M. Stallman <rms@gnu.org> |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
372 |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
373 * text.texi (Motion by Indent): Arg to |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
374 backward-to-indentation and forward-to-indentation is optional. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
375 |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
376 * strings.texi (Creating Strings): Add substring-no-properties. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
377 |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
378 * processes.texi |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
379 (Process Information): Add list-processes arg QUERY-ONLY. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
380 Delete process-contact from here. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
381 Add new status values for process-status. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
382 Add process-get, process-put, process-plist, set-process-plist. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
383 (Synchronous Processes): Add call-process-shell-command. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
384 (Signals to Processes): signal-process allows process objects. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
385 (Network): Complete rewrite. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
386 (Network Servers, Datagrams, Low-Level Network): New nodes. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
387 |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
388 * positions.texi (Word Motion): forward-word, backward-word |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
389 arg is optional. Reword. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
390 |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
391 * abbrevs.texi (Defining Abbrevs): Index no-self-insert. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
392 |
52801 | 393 * variables.texi (Creating Buffer-Local): |
52545
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
394 Delete duplicate definition of buffer-local-value. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
395 (File Local Variables): Explain about discarding text props. |
abc39a63c916
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52486
diff
changeset
|
396 |
52486
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
397 2003-09-11 Richard M. Stallman <rms@gnu.org> |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
398 |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
399 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
400 changes variables that record input events. |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
401 (Minibuffer Misc): Add minibuffer-selected-window. |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
402 |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
403 * lists.texi (Building Lists): Add copy-tree. |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
404 |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
405 * display.texi (Fontsets): Add char-displayable-p. |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
406 (Scroll Bars): New node. |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52466
diff
changeset
|
407 |
52770 | 408 2003-09-08 Lute Kamstra <lute@gnu.org> |
52466 | 409 |
410 * modes.texi (%-Constructs): Document new `%i' and `%I' | |
411 constructs. | |
412 | |
52427 | 413 2003-09-03 Peter Runestig <peter@runestig.com> |
414 | |
415 * makefile.w32-in: New file. | |
416 | |
52381
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52268
diff
changeset
|
417 2003-08-29 Richard M. Stallman <rms@gnu.org> |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52268
diff
changeset
|
418 |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52268
diff
changeset
|
419 * display.texi (Overlay Properties): Clarify how priorities |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52268
diff
changeset
|
420 affect use of the properties. |
e41ad488a239
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52268
diff
changeset
|
421 |
52268
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52197
diff
changeset
|
422 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu> |
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52197
diff
changeset
|
423 |
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52197
diff
changeset
|
424 * customize.texi (Type Keywords): Correct the description of |
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52197
diff
changeset
|
425 `:help-echo' in the case where `motion-doc' is a function. |
afd336074a55
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
52197
diff
changeset
|
426 |
52197
a0b65ecec014
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52194
diff
changeset
|
427 2003-08-14 John Paul Wallington <jpw@gnu.org> |
a0b65ecec014
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52194
diff
changeset
|
428 |
a0b65ecec014
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52194
diff
changeset
|
429 * modes.texi (Emulating Mode Line): Subsection, not section. |
a0b65ecec014
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52194
diff
changeset
|
430 |
52194
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
431 2003-08-13 Richard M. Stallman <rms@gnu.org> |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
432 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
433 * elisp.texi (Top): Update subnode lists in menu. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
434 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
435 * text.texi (Insertion): Add insert-buffer-substring-no-properties. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
436 (Kill Functions): kill-region has new arg yank-handler. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
437 (Yanking): New node. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
438 (Yank Commands): Add yank-undo-function. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
439 (Low-Level Kill Ring): |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
440 kill-new and kill-append have new arg yank-handler. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
441 (Changing Properties): Add remove-list-of-text-properties. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
442 (Atomic Changes): New node. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
443 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
444 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
445 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
446 * streams.texi (Output Variables): Add eval-expression-print-length |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
447 and eval-expression-print-level. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
448 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
449 * os.texi (Time Conversion): For encode-time, explain limits on year. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
450 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
451 * objects.texi (Character Type): Define anchor "modifier bits". |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
452 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
453 * modes.texi (Emulating Mode Line): New node. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
454 (Search-based Fontification): Font Lock uses font-lock-face property. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
455 (Other Font Lock Variables): Likewise. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
456 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
457 * keymaps.texi (Format of Keymaps): Keymaps contain char tables, |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
458 not vectors. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
459 (Active Keymaps): Add emulation-mode-map-alists. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
460 (Functions for Key Lookup): key-binding has new arg no-remap. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
461 (Remapping Commands): New node. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
462 (Scanning Keymaps): where-is-internal has new arg no-remap. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
463 (Tool Bar): Add tool-bar-local-item-from-menu. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
464 Clarify when to use tool-bar-add-item-from-menu. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
465 |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
466 * commands.texi (Interactive Call): commandp has new arg. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
467 (Command Loop Info): Add this-original-command. |
33aa7a797635
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52159
diff
changeset
|
468 |
52158
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
469 2003-08-06 John Paul Wallington <jpw@gnu.org> |
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
470 |
52159
c8251a6cc1c7
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52158
diff
changeset
|
471 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'. |
52158
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
472 |
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
473 * display.texi (Warning Basics): Fix typo. |
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
474 (Fringes): Add closing curly bracket and fix typo. |
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
475 |
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
476 * elisp.texi (Top): Fix typo. |
48d995ca0b3c
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
52154
diff
changeset
|
477 |
52154
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
478 2003-08-05 Richard M. Stallman <rms@gnu.org> |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
479 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
480 * elisp.texi: Update lists of subnodes. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
481 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
482 * windows.texi (Buffers and Windows): set-window-buffer has new arg. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
483 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
484 * variables.texi (Local Variables): Use lc for example variable names. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
485 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
486 * tips.texi (Library Headers): Explain where to put -*-. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
487 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
488 * strings.texi (Creating Strings): Fix xref for vconcat. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
489 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
490 * sequences.texi (Vector Functions): |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
491 vconcat no longer allows integer args. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
492 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
493 * minibuf.texi (Reading File Names): read-file-name has new |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
494 arg PREDICATE. New function read-directory-name. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
495 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
496 * macros.texi (Defining Macros): Give definition of `declare' |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
497 (Indenting Macros): New node. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
498 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
499 * frames.texi (Parameter Access): Add modify-all-frames-parameters. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
500 (Window Frame Parameters): Make separate table of parameters |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
501 that are coupled with specific face attributes. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
502 (Deleting Frames): delete-frame-hooks renamed to |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
503 delete-frame-functions. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
504 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
505 * files.texi (Magic File Names): Add file-remote-p. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
506 Clarify file-local-copy. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
507 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
508 * edebug.texi (Instrumenting Macro Calls): Don't define `declare' |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
509 here; instead xref Defining Macros. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
510 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
511 * display.texi (Warnings): New node, and subnodes. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
512 (Fringes): New node. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
513 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
514 * debugging.texi (Test Coverage): New node. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
515 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
516 * compile.texi (Compiler Errors): Explain with-no-warnings |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
517 and other ways to suppress warnings. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
518 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
519 * commands.texi (Interactive Call): Minor clarification. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
520 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
521 * buffers.texi (Buffer File Name): set-visited-file-name |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
522 renames the buffer too. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
523 |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
524 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table. |
2f8d4ec4e546
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52038
diff
changeset
|
525 |
52038
248d68994010
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52006
diff
changeset
|
526 2003-07-24 Markus Rost <rost@math.ohio-state.edu> |
248d68994010
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52006
diff
changeset
|
527 |
248d68994010
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52006
diff
changeset
|
528 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example. |
248d68994010
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52006
diff
changeset
|
529 |
52006
b1b3a648691c
(Garbage Collection): Fix previous change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52004
diff
changeset
|
530 2003-07-22 Markus Rost <rost@math.ohio-state.edu> |
b1b3a648691c
(Garbage Collection): Fix previous change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52004
diff
changeset
|
531 |
b1b3a648691c
(Garbage Collection): Fix previous change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52004
diff
changeset
|
532 * internals.texi (Garbage Collection): Fix previous change. |
b1b3a648691c
(Garbage Collection): Fix previous change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
52004
diff
changeset
|
533 |
52004
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
534 2003-07-22 Richard M. Stallman <rms@gnu.org> |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
535 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
536 * files.texi (Truenames): Add LIMIT arg to file-chase-links. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
537 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
538 * display.texi (Width): Use \s syntax in example. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
539 (Font Selection): Add face-font-rescale-alist. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
540 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
541 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
542 Remove spurious indent in example. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
543 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
544 * lists.texi (Building Lists): Add number-sequence. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
545 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
546 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
547 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
548 * functions.texi (Function Documentation): Explain how to |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
549 show calling convention explicitly in the doc string. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
550 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
551 * windows.texi (Selecting Windows): save-selected-window saves |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
552 selected window of each frame. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
553 (Window Configurations): Minor change. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
554 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
555 * syntax.texi (Syntax Table Functions): Use \s syntax in examples. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
556 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
557 * streams.texi (Output Variables): Add print-continuous-numbering |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
558 and print-number-table. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
559 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
560 * processes.texi (Decoding Output): New node. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
561 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
562 * os.texi (Time Conversion): decode-time arg is optional. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
563 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
564 * objects.texi (Character Type): Don't use space as example for \. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
565 Make list of char names and \-sequences correspond. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
566 Explain that \s is not used in strings. `\ ' needs space after. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
567 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
568 * nonascii.texi (Converting Representations): Add string-to-multibyte. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
569 (Translation of Characters): Add translation-table-for-input. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
570 (Default Coding Systems): Add auto-coding-functions. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
571 (Explicit Encoding): Add decode-coding-inserted-region. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
572 (Locales): Add locale-info. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
573 |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
574 * minibuf.texi (Basic Completion): Describe test-completion. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
575 Collections can be lists of strings. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
576 Clean up lazy-completion-table. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
577 (Programmed Completion): Mention test-completion. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
578 Clarify why lambda expressions are not accepted. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
579 (Minibuffer Misc): Describe minibufferp. |
34d5a525041e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51926
diff
changeset
|
580 |
51926
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
581 2003-07-14 Richard M. Stallman <rms@gnu.org> |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
582 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
583 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
584 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
585 * windows.texi (Selecting Windows): New arg to select-window. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
586 (Selecting Windows): Add with-selected-window. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
587 (Size of Window): Add window-inside-edges, etc. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
588 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
589 * internals.texi (Garbage Collection): Add post-gc-hook. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
590 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
591 * processes.texi (Subprocess Creation): Add exec-suffixes. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
592 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
593 * keymaps.texi (Functions for Key Lookup): Add current-active-maps. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
594 (Scanning Keymaps): Add map-keymaps. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
595 (Defining Menus): Add keymap-prompt. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
596 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
597 * numbers.texi (Integer Basics): Add most-positive-fixnum, |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
598 most-negative-fixnum. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
599 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
600 * compile.texi (Byte Compilation): Explain no-byte-compile |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
601 (Compiler Errors): New node. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
602 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
603 * os.texi (User Identification): user-uid, user-real-uid |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
604 can return float. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
605 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
606 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
607 and about derived modes. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
608 (Minor Modes): Add minor-mode-list. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
609 (Defining Minor Modes): Keyword args for define-minor-mode. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
610 (Search-based Fontification): Explain managing other properties. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
611 (Other Font Lock Variables): Add font-lock-extra-managed-props. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
612 (Faces for Font Lock): Add font-locl-preprocessor-face. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
613 (Hooks): Add run-mode-hooks and delay-mode-hooks. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
614 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
615 * variables.texi (Creating Buffer-Local): Add buffer-local-value. |
53037
9958d8677feb
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
53024
diff
changeset
|
616 (Variable Aliases): Clarify defvaralias. |
51926
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
617 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
618 * loading.texi (Library Search): Add load-suffixes. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
619 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
620 * minibuf.texi (Basic Completion): Add lazy-completion-table. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
621 (Programmed Completion): Add dynamic-completion-table. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
622 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
623 * files.texi (Changing Files): copy-file allows dir as NEWNAME. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
624 (Magic File Names): Specify precedence order of handlers. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
625 o |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
626 * commands.texi (Command Overview): Emacs server runs pre-command-hook |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
627 and post-command-hook. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
628 (Waiting): New calling convention for sit-for. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
629 |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
630 * text.texi (Special Properties): local-map and keymap properties |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
631 apply based on their stickiness. |
402fb9100d33
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51808
diff
changeset
|
632 |
51808
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
633 2003-07-07 Richard M. Stallman <rms@gnu.org> |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
634 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
635 * modes.texi (Minor Mode Conventions): Specify only some kinds |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
636 of list values as args to minor modes. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
637 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
638 * files.texi (File Name Expansion): Warn about iterative use |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
639 of substitute-in-file-name. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
640 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
641 * advice.texi (Activation of Advice): Clean up previous change. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
642 |
51754
d6cbede0ea11
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51645
diff
changeset
|
643 2003-07-06 Markus Rost <rost@math.ohio-state.edu> |
d6cbede0ea11
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51645
diff
changeset
|
644 |
d6cbede0ea11
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51645
diff
changeset
|
645 * advice.texi (Activation of Advice): Note that ad-start-advice is |
d6cbede0ea11
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51645
diff
changeset
|
646 turned on by default. |
d6cbede0ea11
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
51645
diff
changeset
|
647 |
51808
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
648 2003-06-30 Richard M. Stallman <rms@gnu.org> |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
649 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
650 * text.texi (Buffer Contents): Document current-word. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
651 (Change Hooks): Not called for *Messages*. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
652 |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
653 * functions.texi (Defining Functions): Explain about redefining |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
654 primitives. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
655 (Function Safety): Renamed. Minor changes. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
656 Comment out the detailed criteria for what is safe. |
fb3e76b44f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51754
diff
changeset
|
657 |
51645
1fa54c621eb5
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
51586
diff
changeset
|
658 2003-06-22 Andreas Schwab <schwab@suse.de> |
1fa54c621eb5
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
51586
diff
changeset
|
659 |
1fa54c621eb5
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
51586
diff
changeset
|
660 * objects.texi (Symbol Type): Fix description of examples. |
1fa54c621eb5
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
51586
diff
changeset
|
661 |
51586 | 662 2003-06-16 Andreas Schwab <schwab@suse.de> |
663 | |
664 * hash.texi (Creating Hash): Fix description of :weakness. | |
665 | |
51558
5a85c7c1d3ab
(Changing Files): copy-file copies file modes, too.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51300
diff
changeset
|
666 2003-06-13 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
5a85c7c1d3ab
(Changing Files): copy-file copies file modes, too.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51300
diff
changeset
|
667 |
5a85c7c1d3ab
(Changing Files): copy-file copies file modes, too.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51300
diff
changeset
|
668 * files.texi (Changing Files): copy-file copies file modes, too. |
5a85c7c1d3ab
(Changing Files): copy-file copies file modes, too.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
51300
diff
changeset
|
669 |
51300
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51150
diff
changeset
|
670 2003-05-28 Richard M. Stallman <rms@gnu.org> |
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51150
diff
changeset
|
671 |
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51150
diff
changeset
|
672 * strings.texi (Creating Strings): Clarify split-string. |
0d8a28231554
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
51150
diff
changeset
|
673 |
51150
61009a4befe6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51100
diff
changeset
|
674 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> |
61009a4befe6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51100
diff
changeset
|
675 |
61009a4befe6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51100
diff
changeset
|
676 * strings.texi (Creating Strings): Update split-string specification |
61009a4befe6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51100
diff
changeset
|
677 and examples. |
61009a4befe6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
51100
diff
changeset
|
678 |
51100
79e27b3ef7ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50655
diff
changeset
|
679 2003-05-19 Richard M. Stallman <rms@gnu.org> |
79e27b3ef7ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50655
diff
changeset
|
680 |
79e27b3ef7ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50655
diff
changeset
|
681 * elisp.texi: Correct invariant section names. |
79e27b3ef7ef
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50655
diff
changeset
|
682 |
50655
8e621ea67f06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50643
diff
changeset
|
683 2003-04-20 Richard M. Stallman <rms@gnu.org> |
8e621ea67f06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50643
diff
changeset
|
684 |
8e621ea67f06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50643
diff
changeset
|
685 * os.texi (Timers): Explain about timers and quitting. |
8e621ea67f06
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50643
diff
changeset
|
686 |
50643
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
687 2003-04-19 Richard M. Stallman <rms@gnu.org> |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
688 |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
689 * internals.texi (Writing Emacs Primitives): Strings are |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
690 no longer special for GCPROs. Mention GCPRO5, GCPRO6. |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
691 Explain GCPRO convention for varargs function args. |
da94760ca8cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50607
diff
changeset
|
692 |
50607
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50509
diff
changeset
|
693 2003-04-16 Richard M. Stallman <rms@gnu.org> |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50509
diff
changeset
|
694 |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50509
diff
changeset
|
695 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message. |
6ee7467b8fd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
50509
diff
changeset
|
696 |
50509
81ee3475a52d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49766
diff
changeset
|
697 2003-04-08 Richard M. Stallman <rms@gnu.org> |
81ee3475a52d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49766
diff
changeset
|
698 |
81ee3475a52d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49766
diff
changeset
|
699 * files.texi (Kinds of Files): Correct return value of file-symlink-p. |
81ee3475a52d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49766
diff
changeset
|
700 |
49766 | 701 2003-02-13 Kim F. Storm <storm@cua.dk> |
702 | |
703 * objects.texi (Character Type): New \s escape for space. | |
704 | |
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
705 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
706 |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
707 * os.texi (System Environment): Added cygwin system-type. |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
708 |
49447
d5ef8b62f209
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49196
diff
changeset
|
709 2003-01-25 Richard M. Stallman <rms@gnu.org> |
d5ef8b62f209
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49196
diff
changeset
|
710 |
d5ef8b62f209
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49196
diff
changeset
|
711 * keymaps.texi: Document that a symbol can act as a keymap. |
d5ef8b62f209
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49196
diff
changeset
|
712 |
49196
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
713 2003-01-13 Richard M. Stallman <rms@gnu.org> |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
714 |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
715 * text.texi (Changing Properties): Say string indices are origin-0. |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
716 |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
717 * positions.texi (Screen Lines) <compute-motion>: |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
718 Correct order of elts in return value. |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
719 |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
720 * keymaps.texi (Changing Key Bindings) <define-key>: Mention |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
721 how to define a default binding. |
b367ee5ca97d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
48762
diff
changeset
|
722 |
48732 | 723 2002-12-07 Markus Rost <rost@math.ohio-state.edu> |
48712
a253c4b9250c
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48643
diff
changeset
|
724 |
48762
df623c4c9afd
Brr. Fix another typo in recent Change Log entries.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48734
diff
changeset
|
725 * loading.texi (Unloading): Fix recent change for load-history. |
48734
03de3f16e52e
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48732
diff
changeset
|
726 |
48762
df623c4c9afd
Brr. Fix another typo in recent Change Log entries.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48734
diff
changeset
|
727 * customize.texi (Simple Types): Clarify description of custom |
df623c4c9afd
Brr. Fix another typo in recent Change Log entries.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48734
diff
changeset
|
728 type 'number. Describe new custom type 'float. |
48712
a253c4b9250c
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48643
diff
changeset
|
729 |
48732 | 730 2002-12-04 Markus Rost <rost@math.ohio-state.edu> |
48643
6d1169068833
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47980
diff
changeset
|
731 |
6d1169068833
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47980
diff
changeset
|
732 * variables.texi (File Local Variables): Fix typo. |
6d1169068833
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47980
diff
changeset
|
733 |
47980
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
734 2002-10-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49532
diff
changeset
|
735 |
47980
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
736 From Michael Albinus <Michael.Albinus@alcatel.de>. |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
737 |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
738 * README: Target for Info file is `make info'. |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
739 |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
740 * files.texi (File Name Components): Fixed typos in |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
741 `file-name-sans-extension'. |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
742 (Magic File Names): Complete list of operations for magic file |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
743 name handlers. |
5492d1831d2a
From Michael Albinus.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
47667
diff
changeset
|
744 |
47667
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
745 2002-09-16 Jonathan Yavner <jyavner@engineer.com> |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
746 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
747 * variables.texi (File Local Variables): New function |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
748 risky-local-variable-p. |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
749 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
750 2002-09-15 Jonathan Yavner <jyavner@engineer.com> |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
751 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
752 * functions.texi (Function safety): New node about unsafep. |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
46809
diff
changeset
|
753 |
46809
a7c081b4fc3c
2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
45866
diff
changeset
|
754 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk> |
a7c081b4fc3c
2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
45866
diff
changeset
|
755 |
a7c081b4fc3c
2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
45866
diff
changeset
|
756 * customize.texi (Splicing into Lists): Fixed example. |
a7c081b4fc3c
2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
45866
diff
changeset
|
757 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> |
a7c081b4fc3c
2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
45866
diff
changeset
|
758 |
45866
b3418b45dac8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45780
diff
changeset
|
759 2002-06-17 Juanma Barranquero <lektu@terra.es> |
b3418b45dac8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45780
diff
changeset
|
760 |
b3418b45dac8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45780
diff
changeset
|
761 * frames.texi (Display Feature Testing): Fix typo. |
b3418b45dac8
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45780
diff
changeset
|
762 |
45780
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
763 2002-06-12 Andreas Schwab <schwab@suse.de> |
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
764 |
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
765 * frames.texi (Initial Parameters, Resources): Fix references to |
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
766 the Emacs manual. |
d850bd75235f
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
45275
diff
changeset
|
767 |
45275 | 768 2002-05-13 Kim F. Storm <storm@cua.dk> |
769 | |
770 * variables.texi (Intro to Buffer-Local): Updated warning and | |
771 example relating to changing buffer inside let. | |
772 | |
49532
d4870f6c9ac0
Change email and real name.
Jan Djärv <jan.h.d@swipnet.se>
parents:
49447
diff
changeset
|
773 2002-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
43823 | 774 |
775 * os.texi (Session Management): New node about X Session management. | |
776 | |
42825 | 777 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il> |
778 | |
779 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs | |
780 to which the manual corresponds, and the copyright years. | |
781 | |
782 * Makefile.in (VERSION): Set to 2.9. | |
783 | |
41672 | 784 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> |
785 | |
786 * elisp.texi: Change the category in @dircategory to "Emacs", to | |
787 make it consistent with info/dir. | |
788 | |
41491 | 789 2001-11-25 Miles Bader <miles@gnu.org> |
790 | |
791 * text.texi (Fields): Describe new `limit' arg in | |
792 field-beginning/field-end. | |
793 | |
41193 | 794 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> |
795 | |
41201 | 796 * permute-index: Don't depend on csh-specific features. Replace |
797 the interpreter name with /bin/sh. | |
798 | |
41193 | 799 * two-volume-cross-refs.txt: New file. |
800 * two.el: New file. | |
801 * spellfile: New file. | |
802 | |
41139 | 803 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il> |
804 | |
805 * permute-index: New file. | |
806 | |
807 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and | |
808 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS | |
809 8+3 restricted namespace. | |
41117 | 810 |
811 * Makefile.in (infodir): Define relative to $(srcdir). | |
812 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the | |
813 include directories list via -I switch to makeinfo. | |
814 (index.texi): Use cp if both hard and symbolic links fail. | |
815 | |
40886 | 816 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> |
817 | |
40897 | 818 * Makefile.in (distclean): Add. |
819 | |
40886 | 820 The following changes make ELisp manual part of the Emacs |
821 distribution: | |
822 | |
823 * Makefile.in: Add Copyright notice. | |
824 (prefix): Remove. | |
825 (infodir): Change value to "../info". | |
826 (VPATH): New variable. | |
827 (MAKE): Don't define. | |
828 (texmacrodir): Don't define. | |
829 (texinputdir): Append the existing value of TEXINPUTS. | |
830 ($(infodir)/elisp): Instead of just "elisp". Reformat the | |
831 command to be compatible with man/Makefile.in, and to put the | |
832 output into ../info. | |
40888 | 833 (info): Add target. |
40886 | 834 (installall): Target removed. |
835 | |
41117 | 836 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
40573 | 837 |
838 * tips.texi (Coding Conventions): Fix typo. | |
839 | |
40431 | 840 2001-10-23 Gerd Moellmann <gerd@gnu.org> |
841 | |
842 * Makefile.in (srcs): Add gpl.texi and doclicense.texi. | |
843 | |
40189 | 844 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> |
845 | |
846 * files.texi (File Name Components): Update the description of | |
847 file-name-sans-extension and file-name-extension, as they now | |
848 ignore leading dots. | |
849 | |
40111 | 850 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
851 | |
40152 | 852 * (Version 21.1 released.) |
40111 | 853 |
40043 | 854 2001-10-19 Miles Bader <miles@gnu.org> |
855 | |
856 * positions.texi (Text Lines): Describe behavior of | |
857 `beginning-of-line'/`end-of-line' in the presence of field properties. | |
858 | |
39995 | 859 2001-10-17 Gerd Moellmann <gerd@gnu.org> |
860 | |
861 * Makefile.in (VERSION): Set to 2.8. | |
862 (manual): Use `manual-21'. | |
863 | |
42674 | 864 * elisp.texi (VERSION): Add and use it where the version |
39995 | 865 number was used. Set it to 2.8. |
866 | |
867 * intro.texi: Likewise. | |
868 | |
39884 | 869 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> |
870 | |
871 * files.texi (File Name Completion): Document the significance of | |
872 a trailing slash in elements of completion-ignored-extensions. | |
873 | |
39629 | 874 2001-10-06 Miles Bader <miles@gnu.org> |
875 | |
876 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'. | |
877 | |
39588 | 878 2001-10-04 Gerd Moellmann <gerd@gnu.org> |
879 | |
880 * variables.texi (Variable Aliases): New node. | |
881 | |
39742 | 882 2001-10-04 Gerd Moellmann <gerd@gnu.org> |
883 | |
884 * Branch for 21.1. | |
40965 | 885 |
39529 | 886 2001-10-02 Miles Bader <miles@gnu.org> |
887 | |
39532 | 888 * minibuf.texi (Minibuffer Misc): Add entries for |
889 `minibuffer-contents', `minibuffer-contents-no-properties', and | |
890 `delete-minibuffer-contents'. | |
891 Correct description for `minibuffer-prompt-end'. | |
892 | |
39529 | 893 * text.texi (Property Search): Correct descriptions of |
894 `next-char-property-change' and `previous-char-property-change'. | |
895 Add entries for `next-single-char-property-change' and | |
896 `previous-single-char-property-change'. | |
897 Make operand names a bit more consistent. | |
898 | |
39506 | 899 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il> |
900 | |
901 * frames.texi (Finding All Frames): Document that next-frame and | |
902 previous-frame are local to current terminal. | |
903 | |
39470 | 904 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il> |
905 | |
906 * keymaps.texi (Creating Keymaps): Fix the description of the | |
40965 | 907 result of make-keymap. |
39470 | 908 |
39405 | 909 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il> |
910 | |
911 * display.texi (Font Lookup, Attribute Functions) | |
912 (Image Descriptors): Add cross-references to the definition of | |
913 selected frame. | |
914 | |
915 * buffers.texi (The Buffer List): Add cross-references to the | |
916 definition of selected frame. | |
917 | |
918 * frames.texi (Input Focus): Clarify which frame is _the_ selected | |
919 frame at any given time. | |
920 (Multiple Displays, Size and Position): Add a cross-reference to | |
921 the definition of the selected frame. | |
922 | |
39211 | 923 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
924 | |
925 * strings.texi (String Conversion) <string-to-number>: Document | |
926 that a float is returned for integers that are too large. | |
927 | |
928 * frames.texi (Mouse Position): Document mouse-position-function. | |
929 (Display Feature Testing): Document display-images-p. | |
930 (Window Frame Parameters): Document the cursor-type variable. | |
931 | |
932 * numbers.texi (Integer Basics): Document CL style read syntax for | |
933 integers in bases other than 10. | |
934 | |
935 * positions.texi (List Motion): Document | |
936 open-paren-in-column-0-is-defun-start. | |
937 | |
938 * lists.texi (Sets And Lists): Document member-ignore-case. | |
939 | |
940 * internals.texi (Garbage Collection): Document the used and free | |
941 strings report. | |
942 (Memory Usage): Document strings-consed. | |
943 | |
944 * os.texi (Time of Day): Document float-time. | |
945 (Recording Input): Document that clear-this-command-keys clears | |
946 the vector to be returned by recent-keys. | |
947 | |
948 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The | |
949 argument keymap can be a list. | |
950 | |
951 * nonascii.texi (User-Chosen Coding Systems) | |
952 <select-safe-coding-system>: Document the new argument | |
953 accept-default-p and the variable | |
954 select-safe-coding-system-accept-default-p. Tell what happens if | |
955 buffer-file-coding-system is undecided. | |
956 (Default Coding Systems): Document auto-coding-regexp-alist. | |
957 | |
958 * display.texi (The Echo Area) <message>: Document | |
959 message-truncate-lines. | |
960 (Glyphs): Document that the glyph table is unused on windowed | |
961 displays. | |
962 | |
963 * help.texi (Describing Characters) <single-key-description>: | |
964 Document the new argument no-angles. | |
965 (Accessing Documentation) <documentation-property>: Document that | |
966 a non-string property is evaluated. | |
967 <documentation>: Document that the function-documentation property | |
968 is looked for. | |
969 | |
970 * windows.texi (Selecting Windows): Document some-window. | |
971 | |
972 * text.texi (MD5 Checksum): New node, documents the md5 primitive. | |
973 | |
974 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and | |
975 apropos-mode-hook. | |
976 | |
977 * commands.texi (Using Interactive): Document interactive-form. | |
978 (Keyboard Macros): Document kbd-macro-termination-hook. | |
979 (Command Loop Info): Document that clear-this-command-keys clears | |
980 the vector to be returned by recent-keys. | |
981 | |
39112 | 982 2001-09-04 Werner LEMBERG <wl@gnu.org> |
983 | |
984 * Makefile.in (srcdir, texinputdir): New variables. | |
985 (srcs, index.texi, install): Use $(srcdir). | |
986 (.PHONY): Remove elisp.dvi. | |
987 (elisp): Use -I switch for makeinfo. | |
988 (elisp.dvi): Use $(srcdir) and $(texinputdir). | |
989 (installall, dist): Use $(srcdir). | |
990 Fix path to texinfo.tex. | |
991 (maintainer-clean): Add elisp.dvi and elisp.oaux. | |
992 | |
39030 | 993 2001-08-30 Gerd Moellmann <gerd@gnu.org> |
994 | |
39034 | 995 * display.texi (Conditional Display): Adjust to API change. |
996 | |
39030 | 997 * configure: New file. |
998 | |
38604 | 999 2001-07-30 Gerd Moellmann <gerd@gnu.org> |
1000 | |
1001 * commands.texi (Repeat Events): Add description of | |
1002 double-click-fuzz. | |
1003 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1004 2001-05-08 Stefan Monnier <monnier@cs.yale.edu> |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1005 |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1006 * syntax.texi (Syntax Class Table): Add the missing designator for |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1007 comment and string fences. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1008 (Syntax Properties): Add a xref to syntax table internals. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1009 (Syntax Table Internals): Document string-to-syntax. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1010 |
37606 | 1011 2001-05-07 Gerd Moellmann <gerd@gnu.org> |
1012 | |
1013 * Makefile.in (install): Use install-info command line options | |
1014 like in Emacs' Makefile.in. | |
1015 | |
34391 | 1016 2000-12-09 Miles Bader <miles@gnu.org> |
1017 | |
1018 * windows.texi (Window Start): Update documentation for | |
1019 `pos-visible-in-window-p'. | |
1020 | |
33429
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
1021 2000-11-12 Stefan Monnier <monnier@cs.yale.edu> |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
1022 |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
1023 * lists.texi (Building Lists): Add footnote to explain how to add |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
1024 to the end of a list. |
fc7270277aa9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32860
diff
changeset
|
1025 |
32860 | 1026 2000-10-25 Gerd Moellmann <gerd@gnu.org> |
1027 | |
1028 * files.texi (Visiting Functions): Typos. | |
1029 | |
32841 | 1030 2000-10-25 Kenichi Handa <handa@etl.go.jp> |
1031 | |
1032 * files.texi (Visiting Functions): Return value of | |
1033 find-file-noselect may be a list of buffers if wildcards are used. | |
1034 | |
32803 | 1035 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> |
1036 | |
1037 * display.texi (Defining Faces): Document `graphic' display type | |
1038 in face specs. | |
1039 | |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
1040 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
1041 |
37606 | 1042 * hooks.texi (Standard Hooks): Replace obsolete |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
1043 `after-make-frame-hook' with `after-make-frame-functions'. |
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
1044 |
37606 | 1045 * frames.texi (Creating Frames): Ditto. |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
1046 |
37606 | 1047 * variables.texi (Future Local Variables): Ditto. |
32596
1cb37313bcac
Obsolete variable `after-make-frame-hook'.
Kai Großjohann <kgrossjo@eu.uu.net>
parents:
32556
diff
changeset
|
1048 |
32556 | 1049 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
1050 | |
1051 * display.texi (Other Image Types): Add description of :foreground | |
1052 and :background properties of mono PBM images. | |
1053 | |
30904 | 1054 2000-08-17 Werner LEMBERG <wl@gnu.org> |
1055 | |
1056 * .cvsignore: New file. | |
1057 | |
27188 | 1058 2000-01-05 Gerd Moellmann <gerd@gnu.org> |
1059 | |
1060 * tindex.pl: New script. | |
1061 | |
26695 | 1062 1999-12-03 Dave Love <fx@gnu.org> |
1063 | |
1064 * Makefile.in (MAKEINFO): New parameter. | |
1065 | |
26693 | 1066 1999-09-17 Richard Stallman <rms@gnu.org> |
1067 | |
1068 * Makefile.in (srcs): Add hash.texi. | |
1069 (VERSION): Update to 20.6. | |
1070 | |
1071 1999-09-13 Richard Stallman <rms@gnu.org> | |
1072 | |
1073 * Makefile.in (index.texi): If cannot make a symlink, make a hard link. | |
1074 | |
1075 1998-08-29 Karl Heuer <kwzh@gnu.org> | |
1076 | |
1077 * configure.in: New file. | |
1078 * Makefile.in: Renamed from Makefile. | |
1079 (prefix, infodir): Use value obtained from configure. | |
1080 (emacslibdir): Obsolete variable deleted. | |
1081 (dist): Distribute configure.in, configure, Makefile.in. | |
1082 | |
1083 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1084 | |
1085 * Makefile (INSTALL_INFO): New variable. | |
1086 (install): Run install-info. | |
1087 | |
1088 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1089 | |
1090 * Makefile (elisp.dvi): Add missing backslash. | |
1091 | |
1092 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
1093 | |
1094 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps. | |
1095 Run texindex without `./'. Always run texindex on elisp.tp. | |
1096 (elisp.tps): Target deleted. | |
1097 | |
1098 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
1099 | |
1100 * Makefile (srcs): Add nonascii.texi and customize.texi. | |
1101 (dist): Start by deleting `temp'. | |
1102 | |
1103 1998-02-17 Richard Stallman <rms@psilocin.gnu.org> | |
1104 | |
1105 * Makefile (makeinfo, texindex): Targets deleted. | |
1106 (makeinfo.o, texindex.o): Targets deleted. | |
1107 (clean, dist): Don't do anything with them or with getopt*. | |
1108 | |
1109 1998-01-30 Richard Stallman <rms@psilocin.gnu.org> | |
1110 | |
1111 * Makefile (SHELL): Defined. | |
1112 | |
1113 1998-01-27 Richard Stallman <rms@psilocin.gnu.org> | |
1114 | |
1115 * Makefile (elisp.tps): New target. | |
1116 (elisp.dvi): Depend on elisp.tps. | |
1117 | |
1118 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
1119 | |
1120 * README: Update phone number. | |
1121 | |
1122 * Makefile (elisp): Make this be the default target. | |
1123 Depend on makeinfo.c instead of makeinfo. | |
1124 (install): Don't depend on elisp.dvi, since we don't install that. | |
1125 Use mkinstalldirs. | |
1126 (dist): Add mkinstalldirs. | |
1127 | |
1128 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
1129 | |
1130 * Makefile (VERSION): Update version number. | |
1131 (maintainer-clean): Renamed from realclean. | |
1132 | |
1133 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | |
1134 | |
1135 * Makefile (realclean): New target. | |
1136 (elisp): Remove any old elisp-* files first. | |
1137 | |
1138 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) | |
1139 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1140 * Makefile (VERSION): New variable. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1141 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'. |
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1142 Compressed file suffix should be `.gz', not `.z'. |
26693 | 1143 |
1144 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1145 | |
1146 * Makefile (elisp): Depend on makeinfo. | |
1147 | |
1148 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu) | |
1149 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1150 * Makefile (srcs): Add anti.texi. |
26693 | 1151 |
1152 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1153 | |
1154 * Makefile (infodir, prefix): New vars. | |
1155 (install): Use infodir. | |
1156 (emacsinfodir): Deleted. | |
1157 | |
1158 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1159 | |
1160 * Makefile (srcs): Add calendar.texi. | |
1161 | |
1162 * Makefile (dist): Copy texindex.c and makeinfo.c. | |
1163 Limit elisp-* files to those with one or two digits. | |
1164 | |
1165 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
1166 | |
1167 * Makefile (dist): Changed to use Gzip instead of compress. | |
1168 | |
1169 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1170 | |
1171 * loading.texi (Unloading): define-function changed back to | |
1172 defalias. It may not stay this way, but at least it's | |
1173 consistent with the known-good version of the code patch. | |
1174 | |
1175 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1176 | |
1177 * modes.texi (Hooks): Document new optional arg of add-hook. | |
1178 | |
1179 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1180 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1181 * variables.texi: Document nil initial value of buffer-local variables. |
26693 | 1182 |
1183 * tips.texi: Add new section on standard library headers. | |
1184 | |
1185 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
1186 | |
1187 * Makefile (srcs): Add frame.texi to the list of sources. | |
1188 | |
1189 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
1190 | |
1191 * Makefile (dist): Don't bother excluding autosave files; they'll | |
1192 never make it into the temp directory anyway, and the hash marks | |
1193 in the name are problematic for make and the Bourne shell. | |
40965 | 1194 (srcs): |
26693 | 1195 |
1196 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
1197 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1198 * Makefile (dist): Don't include backup files or autosave files in |
26693 | 1199 the distribution tar file. |
1200 | |
40965 | 1201 Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
26693 | 1202 |
1203 * Makefile (srcs): Added index.perm. | |
1204 (elisp.dvi): Remove erroneous shell comment. | |
1205 Expect output of permute-index in permuted.fns. | |
1206 Save old elisp.aux in elisp.oaux. | |
1207 (clean): Added index.texi to be deleted. | |
1208 | |
40965 | 1209 Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
26693 | 1210 |
1211 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef. | |
1212 | |
40965 | 1213 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech) |
26693 | 1214 |
1215 * files.texi: Noted that completion-ignored-extensions is ignored | |
1216 when making *Completions*. | |
1217 | |
1218 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu) | |
1219 | |
1220 * Makefile make dist now depends on elisp.dvi, since it tries | |
1221 to include it in the dist file. | |
1222 | |
40965 | 1223 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu) |
26693 | 1224 |
1225 * functions.texinfo (Mapping Functions): Add missing quote | |
1226 | |
40965 | 1227 Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
26693 | 1228 |
1229 * texinfo.tex (frenchspacing): Use decimal codes for char to be set. | |
1230 (defunargs): Turn off \hyphenchar of \sl font temporarily. | |
1231 | |
40965 | 1232 Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 1233 |
1234 * @result{}, @expansion{}, @print{}, @quiv{}, @point{}, | |
1235 and @error{} are the terms now being used. The files in the | |
1236 directory have been changed to reflect this. | |
1237 | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1238 * All instances of @indentedresultt{} have been changed to |
26693 | 1239 ` @result{}', using 5 spaces at the begining of the line. |
1240 | |
40965 | 1241 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 1242 |
1243 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the | |
1244 experimental @indentedresult{}, @indentedexpandsto{} are part of | |
1245 the texinfo.tex in this directory. These TeX macros are not | |
1246 stable yet. | |
1247 | |
40965 | 1248 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 1249 |
1250 * texinfo.tex: temporarily added | |
37624
369005880696
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37606
diff
changeset
|
1251 \let\result=\dblarrow |
26693 | 1252 \def\error{{\it ERROR} \longdblarrow} |
1253 We need to do this better soon. | |
1254 | |
40965 | 1255 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
26693 | 1256 |
1257 * Applied Karl Berry's patches to *.texinfo files, but not to | |
1258 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's | |
1259 new title page format is also not applied, since it requires | |
1260 texinfo.tex changes.) | |
1261 | |
1262 * Cleaned up `Makefile' and defined the `emacslibdir' directory | |
1263 for the Project GNU development environment. | |
1264 | |
41117 | 1265 ;; Local Variables: |
52427 | 1266 ;; coding: iso-2022-7bit |
41117 | 1267 ;; End: |
39627 | 1268 |
1269 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. | |
1270 Copying and distribution of this file, with or without modification, | |
1271 are permitted provided the copyright notice and this notice are preserved. | |
52401 | 1272 |
1273 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda |