Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 2421:ab71ad6ff3dd
[xemacs-hg @ 2004-12-06 03:50:53 by ben]
(none)
README.packages: Document use of --package-prefix.
Fix error in specifying standard package location.
make-docfile.c: Use QXE_PATH_MAX.
info.el: Correct doc string giving example package path.
menubar-items.el: Move Prefix Rectangle command up one level.
xemacs/packages.texi: Add long form of Lisp Reference Manual to links.
Add links pointing to Lisp Reference Manual for more detailed
package discussion.
lispref/range-tables.texi: Document range-table changes.
internals/internals.texi: Update history section.
elhash.c, elhash.h, profile.c: Create inchash_eq() to allow direct incrementing of hash-table
entry. Use in profile.c to try to reduce profiling overhead.
Increase initial size of profile hash tables to reduce profiling
overhead.
buffer.c, device-msw.c, dialog-msw.c, dired-msw.c, editfns.c, event-msw.c, events.c, glyphs-msw.c, keymap.c, objects-msw.c, process-nt.c, syswindows.h, text.c, text.h, unexnt.c: Rename xetcs* -> qxetcs* for consistency with qxestr*.
Rename ei*_c(_*) -> ei*_ascii(_*) since they work with ASCII-only
strings not "C strings", whatever those are. This is the last
place where "c" was incorrectly being used for "ascii".
dialog-msw.c, dumper.c, event-msw.c, fileio.c, glyphs-gtk.c, glyphs-x.c, nt.c, process-nt.c, realpath.c, sysdep.c, sysfile.h, unexcw.c, unexnext.c, unexnt.c: Try to avoid differences in systems that do or do not include
final null byte in PATH_MAX. Create PATH_MAX_INTERNAL and
PATH_MAX_EXTERNAL and use them everywhere. Rewrite code in
dumper.c to avoid use of PATH_MAX. When necessary in nt.c,
use _MAX_PATH instead of MAX_PATH to be consistent with
other places.
text.c: Code to short-circuit when binary or Unicode was not working
due to EOL wrapping. Fix this code to work when either no
EOL autodetection or no CR's or LF's in the text.
lisp.h, rangetab.c, rangetab.h, regex.c, search.c: Implement different types of ranges (open/closed start and end).
Change default to be start-closed, end-open.
author | ben |
---|---|
date | Mon, 06 Dec 2004 03:52:23 +0000 |
parents | e19aeba465d6 |
children | 39c1377df3a0 |
comparison
equal
deleted
inserted
replaced
2420:ad56e5a6d09f | 2421:ab71ad6ff3dd |
---|---|
1 2004-12-05 Ben Wing <ben@xemacs.org> | |
2 | |
3 * xemacs/packages.texi (Packages): | |
4 * xemacs/packages.texi (Manually): | |
5 * xemacs/packages.texi (Building Packages): | |
6 * xemacs/packages.texi (Local.rules File): | |
7 * xemacs/packages.texi (Available Packages): | |
8 Add long form of Lisp Reference Manual to links. | |
9 Add links pointing to Lisp Reference Manual for more detailed | |
10 package discussion. | |
11 | |
12 2004-12-05 Ben Wing <ben@xemacs.org> | |
13 | |
14 * lispref/range-tables.texi (Range Tables): | |
15 * lispref/range-tables.texi (Introduction to Range Tables): | |
16 * lispref/range-tables.texi (Working With Range Tables): | |
17 Document range-table changes. | |
18 | |
19 2004-12-05 Ben Wing <ben@xemacs.org> | |
20 | |
21 * internals/internals.texi (A History of Emacs): | |
22 Update history section. | |
23 | |
24 2004-12-05 Ben Wing <ben@xemacs.org> | |
25 | |
26 * xemacs-faq.texi: | |
27 * xemacs-faq.texi (fix-main-menu): New. | |
28 * xemacs-faq.texi (fix-omitted-menu-lines): New. | |
29 * xemacs-faq.texi (Top): | |
30 * xemacs-faq.texi (Introduction): | |
31 * xemacs-faq.texi (Q1.0.1): | |
32 * xemacs-faq.texi (Q1.0.2): | |
33 * xemacs-faq.texi (Q1.0.4): | |
34 * xemacs-faq.texi (Q1.0.5): | |
35 * xemacs-faq.texi (Q1.0.6): | |
36 * xemacs-faq.texi (Q1.0.7): | |
37 * xemacs-faq.texi (Q1.0.8): | |
38 * xemacs-faq.texi (Q1.0.9): | |
39 * xemacs-faq.texi (Q1.0.10): | |
40 * xemacs-faq.texi (Q1.0.11): | |
41 * xemacs-faq.texi (Q1.0.12): | |
42 * xemacs-faq.texi (Q1.0.13): | |
43 * xemacs-faq.texi (Q1.0.14): | |
44 * xemacs-faq.texi (Q1.1.1): | |
45 * xemacs-faq.texi (Q1.1.2): | |
46 * xemacs-faq.texi (Q1.1.3): | |
47 * xemacs-faq.texi (Q1.1.4): | |
48 * xemacs-faq.texi (Q1.1.5): | |
49 * xemacs-faq.texi (Q1.1.6): | |
50 * xemacs-faq.texi (Q1.1.7): | |
51 * xemacs-faq.texi (Q1.1.8): | |
52 * xemacs-faq.texi (Q1.1.9): | |
53 * xemacs-faq.texi (Q1.2.1): | |
54 * xemacs-faq.texi (Q1.2.2): | |
55 * xemacs-faq.texi (Q1.2.3): | |
56 * xemacs-faq.texi (Q1.3.1): | |
57 * xemacs-faq.texi (Q1.3.2): | |
58 * xemacs-faq.texi (Q1.3.3): | |
59 * xemacs-faq.texi (Q1.4.1): | |
60 * xemacs-faq.texi (Q1.4.2): | |
61 * xemacs-faq.texi (Q1.4.3): | |
62 * xemacs-faq.texi (Q1.4.4): | |
63 * xemacs-faq.texi (Q1.4.5): | |
64 * xemacs-faq.texi (Q1.4.6): | |
65 * xemacs-faq.texi (Q1.4.7): | |
66 * xemacs-faq.texi (Q1.4.8): | |
67 * xemacs-faq.texi (Q1.4.9): | |
68 * xemacs-faq.texi (Q1.5.1): | |
69 * xemacs-faq.texi (Q1.5.2): | |
70 * xemacs-faq.texi (Q1.5.3): | |
71 * xemacs-faq.texi (Q1.5.4): | |
72 * xemacs-faq.texi (Q1.5.5): | |
73 * xemacs-faq.texi (Q1.5.6): | |
74 * xemacs-faq.texi (Q1.5.7): | |
75 * xemacs-faq.texi (Q1.5.8): | |
76 * xemacs-faq.texi (Installation): | |
77 * xemacs-faq.texi (Q2.0.1): | |
78 * xemacs-faq.texi (Q2.0.2): | |
79 * xemacs-faq.texi (Q2.0.3): | |
80 * xemacs-faq.texi (Q2.0.4): | |
81 * xemacs-faq.texi (Q2.0.5): | |
82 * xemacs-faq.texi (Q2.0.6): | |
83 * xemacs-faq.texi (Q2.0.7): | |
84 * xemacs-faq.texi (Q2.1.1): | |
85 * xemacs-faq.texi (Q2.1.2): | |
86 * xemacs-faq.texi (Q2.1.3): | |
87 * xemacs-faq.texi (Q2.1.4): | |
88 * xemacs-faq.texi (Q2.2.1): | |
89 * xemacs-faq.texi (Q2.2.2): | |
90 * xemacs-faq.texi (Q2.2.3): | |
91 * xemacs-faq.texi (Q2.2.4): | |
92 * xemacs-faq.texi (Q2.2.5): | |
93 * xemacs-faq.texi (Q2.2.6): | |
94 * xemacs-faq.texi (Q2.2.7): | |
95 * xemacs-faq.texi (Q2.2.8): | |
96 * xemacs-faq.texi (Q2.3.1): | |
97 * xemacs-faq.texi (Q2.3.2): | |
98 * xemacs-faq.texi (Q2.3.3): | |
99 * xemacs-faq.texi (Q2.3.4): | |
100 * xemacs-faq.texi (Q2.3.5): | |
101 * xemacs-faq.texi (Q2.3.6): | |
102 * xemacs-faq.texi (Q2.3.7): | |
103 * xemacs-faq.texi (Q2.3.8): | |
104 * xemacs-faq.texi (Q2.3.9): | |
105 * xemacs-faq.texi (Q2.3.10): | |
106 * xemacs-faq.texi (Q2.3.11): | |
107 * xemacs-faq.texi (Q2.4.1): | |
108 * xemacs-faq.texi (Q2.4.2): | |
109 * xemacs-faq.texi (Q2.4.3): | |
110 * xemacs-faq.texi (Q2.4.4): | |
111 * xemacs-faq.texi (Q2.4.5): | |
112 * xemacs-faq.texi (Q2.4.6): | |
113 * xemacs-faq.texi (Display Subsystems): | |
114 * xemacs-faq.texi (running-xemacs): Removed. | |
115 * xemacs-faq.texi (Q3.0.1): | |
116 * xemacs-faq.texi (Q3.0.2): | |
117 * xemacs-faq.texi (Q3.0.3): | |
118 * xemacs-faq.texi (Q3.0.4): | |
119 * xemacs-faq.texi (Q3.0.5): | |
120 * xemacs-faq.texi (Q3.0.6): | |
121 * xemacs-faq.texi (foo-old-losing-code-p): Removed. | |
122 * xemacs-faq.texi (Q3.0.7): | |
123 * xemacs-faq.texi (Q3.0.8): | |
124 * xemacs-faq.texi (Q3.0.9): | |
125 * xemacs-faq.texi (Q3.0.10): | |
126 * xemacs-faq.texi (Q3.1.1): | |
127 * xemacs-faq.texi (Q3.1.2): | |
128 * xemacs-faq.texi (Q3.1.3): | |
129 * xemacs-faq.texi (Q3.1.4): | |
130 * xemacs-faq.texi (Q3.1.5): | |
131 * xemacs-faq.texi (Q3.2.1): | |
132 * xemacs-faq.texi (Q3.2.2): | |
133 * xemacs-faq.texi (Q3.2.3): | |
134 * xemacs-faq.texi (Q3.2.4): | |
135 * xemacs-faq.texi (Q3.2.5): | |
136 * xemacs-faq.texi (Q3.2.6): | |
137 * xemacs-faq.texi (Q3.2.7): | |
138 * xemacs-faq.texi (Q3.2.8): | |
139 * xemacs-faq.texi (Q3.2.9): | |
140 * xemacs-faq.texi (Q3.3.1): | |
141 * xemacs-faq.texi (Q3.3.2): | |
142 * xemacs-faq.texi (Q3.3.3): | |
143 * xemacs-faq.texi (Q3.3.4): | |
144 * xemacs-faq.texi (Q3.3.5): | |
145 * xemacs-faq.texi (Q3.3.6): | |
146 * xemacs-faq.texi (Q3.4.1): | |
147 * xemacs-faq.texi (Q3.4.2): | |
148 * xemacs-faq.texi (Q3.4.3): | |
149 * xemacs-faq.texi (Q3.4.4): | |
150 * xemacs-faq.texi (Q3.4.5): | |
151 * xemacs-faq.texi (Q3.4.6): | |
152 * xemacs-faq.texi (Q3.5.1): | |
153 * xemacs-faq.texi (Q3.5.2): | |
154 * xemacs-faq.texi (Q3.5.3): | |
155 * xemacs-faq.texi (Q3.5.4): | |
156 * xemacs-faq.texi (Q3.6.1): | |
157 * xemacs-faq.texi (Q3.6.2): | |
158 * xemacs-faq.texi (Q3.6.3): | |
159 * xemacs-faq.texi (Q3.7.1): | |
160 * xemacs-faq.texi (Q3.7.2): | |
161 * xemacs-faq.texi (Q3.7.3): | |
162 * xemacs-faq.texi (Q3.7.4): | |
163 * xemacs-faq.texi (Q3.7.5): | |
164 * xemacs-faq.texi (Q3.7.6): | |
165 * xemacs-faq.texi (Q3.7.7): | |
166 * xemacs-faq.texi (Q3.7.8): | |
167 * xemacs-faq.texi (Q3.8.1): | |
168 * xemacs-faq.texi (Q3.8.2): | |
169 * xemacs-faq.texi (Q3.8.3): | |
170 * xemacs-faq.texi (my-toggle-toolbar): New. | |
171 * xemacs-faq.texi (Q3.8.4): | |
172 * xemacs-faq.texi (scroll-one-line-up): Removed. | |
173 * xemacs-faq.texi (scroll-one-line-down): Removed. | |
174 * xemacs-faq.texi (Q3.8.5): | |
175 * xemacs-faq.texi (Q3.9.1): | |
176 * xemacs-faq.texi (Q3.9.2): | |
177 * xemacs-faq.texi (Q3.9.3): | |
178 * xemacs-faq.texi (Q3.9.4): | |
179 * xemacs-faq.texi (Q3.9.5): | |
180 * xemacs-faq.texi (External Subsystems): | |
181 * xemacs-faq.texi (Q4.0.1): | |
182 * xemacs-faq.texi (Q4.0.2): | |
183 * xemacs-faq.texi (Q4.0.3): | |
184 * xemacs-faq.texi (Q4.0.4): | |
185 * xemacs-faq.texi (Q4.0.5): | |
186 * xemacs-faq.texi (Q4.0.6): | |
187 * xemacs-faq.texi (global-map): Removed. | |
188 * xemacs-faq.texi (Q4.1.1): | |
189 * xemacs-faq.texi (Q4.1.2): | |
190 * xemacs-faq.texi (Q4.2.1): | |
191 * xemacs-faq.texi (Q4.2.2): | |
192 * xemacs-faq.texi (Q4.2.3): | |
193 * xemacs-faq.texi (Q4.2.4): | |
194 * xemacs-faq.texi (Q4.3.1): | |
195 * xemacs-faq.texi (Q4.3.2): | |
196 * xemacs-faq.texi (Q4.3.3): | |
197 * xemacs-faq.texi (Q4.3.4): | |
198 * xemacs-faq.texi (Q4.4.1): | |
199 * xemacs-faq.texi (Q4.4.2): | |
200 * xemacs-faq.texi (Q4.4.3): | |
201 * xemacs-faq.texi (Q4.4.4): | |
202 * xemacs-faq.texi (Q4.4.5): | |
203 * xemacs-faq.texi (Q4.5.1): | |
204 * xemacs-faq.texi (Q4.5.2): | |
205 * xemacs-faq.texi (Q4.5.3): | |
206 * xemacs-faq.texi (Q4.5.4): | |
207 * xemacs-faq.texi (Q4.5.5): | |
208 * xemacs-faq.texi (Q4.6.1): | |
209 * xemacs-faq.texi (Q4.6.2): | |
210 * xemacs-faq.texi (Q4.6.3): | |
211 * xemacs-faq.texi (Q4.6.4): | |
212 * xemacs-faq.texi (Q4.7.1): | |
213 * xemacs-faq.texi (Q4.7.2): | |
214 * xemacs-faq.texi (Q4.7.3): | |
215 * xemacs-faq.texi (Q4.8.1): | |
216 * xemacs-faq.texi (Q4.8.2): | |
217 * xemacs-faq.texi (Q4.8.3): | |
218 * xemacs-faq.texi (Q4.8.4): | |
219 * xemacs-faq.texi (Internet): | |
220 * xemacs-faq.texi (Q5.0.1): | |
221 * xemacs-faq.texi (Q5.0.2): | |
222 * xemacs-faq.texi (Q5.0.3): | |
223 * xemacs-faq.texi (Q5.0.4): | |
224 * xemacs-faq.texi (Q5.0.5): | |
225 * xemacs-faq.texi (Q5.0.6): | |
226 * xemacs-faq.texi (Q5.0.7): | |
227 * xemacs-faq.texi (Q5.0.8): | |
228 * xemacs-faq.texi (Q5.0.9): | |
229 * xemacs-faq.texi (Q5.0.10): | |
230 * xemacs-faq.texi (Q5.0.11): | |
231 * xemacs-faq.texi (Q5.1.1): | |
232 * xemacs-faq.texi (Q5.1.2): | |
233 * xemacs-faq.texi (Q5.1.3): | |
234 * xemacs-faq.texi (Q5.1.4): | |
235 * xemacs-faq.texi (Q5.1.5): | |
236 * xemacs-faq.texi (Q5.1.6): | |
237 * xemacs-faq.texi (Q5.2.1): | |
238 * xemacs-faq.texi (Q5.2.2): | |
239 * xemacs-faq.texi (Q5.3.1): | |
240 * xemacs-faq.texi (Q5.3.2): | |
241 * xemacs-faq.texi (Q5.4.1): | |
242 * xemacs-faq.texi (Q5.4.2): | |
243 * xemacs-faq.texi (Q5.4.3): | |
244 * xemacs-faq.texi (Advanced): | |
245 * xemacs-faq.texi (Q6.0.1): | |
246 * xemacs-faq.texi (Q6.0.2): | |
247 * xemacs-faq.texi (Q6.1.1): | |
248 * xemacs-faq.texi (Q6.1.2): | |
249 * xemacs-faq.texi (Q6.1.3): | |
250 * xemacs-faq.texi (Q6.1.4): | |
251 * xemacs-faq.texi (Q6.1.5): | |
252 * xemacs-faq.texi (Q6.1.6): | |
253 * xemacs-faq.texi (Q6.2.1): | |
254 * xemacs-faq.texi (Q6.2.2): | |
255 * xemacs-faq.texi (Q6.2.3): | |
256 * xemacs-faq.texi (Q6.2.4): | |
257 * xemacs-faq.texi (Q6.2.5): | |
258 * xemacs-faq.texi (Q6.2.6): | |
259 * xemacs-faq.texi (Q6.2.7): | |
260 * xemacs-faq.texi (Q6.2.8): | |
261 * xemacs-faq.texi (Q6.2.9): | |
262 * xemacs-faq.texi (Q6.2.10): | |
263 * xemacs-faq.texi (Q6.2.11): | |
264 * xemacs-faq.texi (Q6.3.1): | |
265 * xemacs-faq.texi (Q6.3.2): | |
266 * xemacs-faq.texi (Q6.3.3): | |
267 * xemacs-faq.texi (Q6.3.4): | |
268 * xemacs-faq.texi (Current Events): | |
269 * xemacs-faq.texi (Q7.0.1): | |
270 * xemacs-faq.texi (Q7.0.2): | |
271 * xemacs-faq.texi (Q7.0.3): | |
272 * xemacs-faq.texi (Q7.0.5): | |
273 * xemacs-faq.texi (Q7.0.6): | |
274 * xemacs-faq.texi (Legacy Versions): | |
275 * xemacs-faq.texi (my-function): Removed. | |
276 * xemacs-faq.texi (Q8.0.1): | |
277 | |
278 The section on Troubleshooting (now 2.3) has been completely | |
279 written and includes a lot of stuff that is not properly | |
280 documented anywhere else. A fair amount of obsolete info has been | |
281 deleted and I've incorporated the comments that people (mostly | |
282 Stephen T) made. Former chapter 3 has been split up in two, one | |
283 pertaining to basic I/O and the other to external I/O. What were | |
284 formerly chapters 5 and 6 no longer exist as such; the info in | |
285 them has been distributed across various other chapters. Old | |
286 chapter 4 got split up, part going to the new chapter 4 on | |
287 external I/O and part going to the new chapter 5 on the Internet. | |
288 In this new chapter, stuff not pertaining to a specific package | |
289 (e.g. VM or GNUS) was taken out of package-specific sections and a | |
290 general mail section was constituted. Part of old chapter 5 | |
291 remains in a new chapter 6 devoted to Emacs Lisp and other | |
292 advanced stuff, and a section from old chapter 3 on basic | |
293 init-file Lisp and some stuff from old chapter 5 on Info. The | |
294 rest of chapter 5 was just "misc" and has gotten scattered to the | |
295 winds (mostly in chapters 3 and 4). Old chapter 6 has also gotten | |
296 quite scattered; there is no longer any section specifically | |
297 devoted to Windows except one of the Installation sections (along | |
298 with a section specfically devoted to Unix), and the rest has | |
299 moved to join the appropriate non-Windows-specific section | |
300 elsewhere. A lot of chapters had their sections rearranged and | |
301 likewise for sections having entries rearranged, with the | |
302 intention that the new arrangement should be more natural. In | |
303 general I hope that stuff should be much easier to locate. I also | |
304 rewrote the entries on the relation between XEmacs and GNU Emacs | |
305 on the authors of XEmacs, including lots of info on who wrote | |
306 specific subsections. | |
307 | |
1 2004-12-05 Adrian Aichner <adrian@xemacs.org> | 308 2004-12-05 Adrian Aichner <adrian@xemacs.org> |
2 | 309 |
3 * Makefile (TEXI2HTML): Changed to produce unsplit output. | 310 * Makefile (TEXI2HTML): Changed to produce unsplit output. |
4 * Makefile (TEXI2HTML_SPLIT): New. | 311 * Makefile (TEXI2HTML_SPLIT): New. |
5 * Makefile (CP): New. | 312 * Makefile (CP): New. |