comparison man/ChangeLog @ 5495:1f0b15040456

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 01 May 2011 18:44:03 +0100
parents e82f5b7010fe f5a0b32f4687
children 70af4098e14f
comparison
equal deleted inserted replaced
5494:861f2601a38b 5495:1f0b15040456
1 2011-04-29 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * XEmacs 21.5.31 "ginger" is released.
4
5 2011-04-26 Stephen J. Turnbull <stephen@xemacs.org>
6
7 * XEmacs 21.5.30 "garlic" is released.
8
9 2011-04-02 Stephen J. Turnbull <stephen@xemacs.org>
10
11 * xemacs-faq.texi (Q2.5.7):
12 New node on troubleshooting duplicate auto-autoloads.
13 (Top):
14 (Installation):
15 (Q2.5.6):
16 Update menus and node links for Q2.5.7.
17
18 2011-03-24 Jerry James <james@xemacs.org>
19
20 * internals/internals.texi (Creating a Window-System Type):
21 "desireable" -> "desirable", "neglible" -> "negligible".
22 (The Non-Client Area): "negotation" -> "negotiation".
23 (Better Rendering Support -- Modern Font Support): "anomolies" ->
24 "anomalies".
25 (Discussion -- Switching to C++): "reliablity" -> "reliability".
26 * lispref/mule.texi (Theory of Operation): "noticable" -> "noticeable".
27 * lispref/strings.texi (Creating Strings): "occurances" ->
28 "occurrences".
29 * xemacs-faq.texi (Q1.0.3: How do you pronounce XEmacs?):
30 "pronounciation" -> "pronunciation".
31 (Q1.7.2: Which external packages are there?): "withing" -> "within".
32 (Q2.4.3: XEmacs crashes and I compiled it myself.): "ealier" ->
33 "earlier".
34 (hg diff gives bizarre output.): "occured" -> "occurred", "relevent"
35 -> "relevant".
36 (How do I recover from a bad commit? (I already pushed.)):
37 "inadvertantly" -> "inadvertently".
38
39 2011-03-19 Stephen J. Turnbull <stephen@xemacs.org>
40
41 * lispref/customize.texi (Face Definitions): New node.
42 (Customization): Add entry to menu.
43 (Variable Definitions): Add cross-ref for `defface'.
44 (Customization Types): Fixup Previous link.
45
46 * lispref/faces.texi (Faces):
47 Clarify that built-in properties of faces are computed at runtime.
48
49 2011-03-15 Aidan Kehoe <kehoea@parhasard.net>
50
51 * lispref/objects.texi (Character Type):
52 * lispref/objects.texi (Equality Predicates):
53 No longer document `old-eq', `old-equal', they haven't been used
54 in years.
55
56 2011-03-14 Jeff Sparkes <jsparkes@gmail.com>
57
58 * lispref/faces.texi (Faces): Mention `min-colors' as a
59 face specifier.
60
61 2011-03-01 Aidan Kehoe <kehoea@parhasard.net>
62
63 * lispref/commands.texi (Using Interactive):
64 * lispref/compile.texi (Eval During Compile):
65 * lispref/compile.texi (Compiled-Function Objects):
66 * lispref/control.texi (Sequencing):
67 * lispref/control.texi (Conditionals):
68 * lispref/control.texi (Combining Conditions):
69 * lispref/control.texi (Iteration):
70 * lispref/control.texi (Catch and Throw):
71 * lispref/control.texi (Handling Errors):
72 * lispref/control.texi (Cleanups):
73 * lispref/display.texi (Temporary Displays):
74 * lispref/eval.texi (Quoting):
75 * lispref/eval.texi (Multiple values):
76 * lispref/frames.texi (Input Focus):
77 * lispref/functions.texi (Argument List):
78 * lispref/functions.texi (Defining Functions):
79 * lispref/functions.texi (Anonymous Functions):
80 * lispref/internationalization.texi (Level 3 Primitives):
81 * lispref/internationalization.texi (Domain Specification):
82 * lispref/intro.texi (A Sample Function Description):
83 * lispref/intro.texi (A Sample Variable Description):
84 * lispref/lists.texi (Sets And Lists):
85 * lispref/macros.texi (Defining Macros):
86 * lispref/macros.texi (Backquote):
87 * lispref/positions.texi (Excursions):
88 * lispref/positions.texi (Narrowing):
89 * lispref/searching.texi (Saving Match Data):
90 * lispref/sequences.texi (Sequence Functions):
91 * lispref/sequences.texi (Array Functions):
92 * lispref/specifiers.texi (Adding Specifications):
93 * lispref/variables.texi (Local Variables):
94 * lispref/variables.texi (Defining Variables):
95 * lispref/variables.texi (Setting Variables):
96 * lispref/variables.texi (Default Value):
97 * lispref/windows.texi (Selecting Windows):
98 * lispref/windows.texi (Window Configurations):
99 No longer use @defspec, since we no longer use the term "special
100 form"; instead use @deffn {Special Operator}. Unfortunately
101 there's no way in texinfo to redefine @defspec in one place.
102
103 2011-03-01 Aidan Kehoe <kehoea@parhasard.net>
104
105 * cl.texi (Argument Lists):
106 * cl.texi (Time of Evaluation):
107 * cl.texi (Type Predicates):
108 * cl.texi (Assignment):
109 * cl.texi (Basic Setf):
110 * cl.texi (Modify Macros):
111 * cl.texi (Customizing Setf):
112 * cl.texi (Dynamic Bindings):
113 * cl.texi (Lexical Bindings):
114 * cl.texi (Function Bindings):
115 * cl.texi (Macro Bindings):
116 * cl.texi (Conditionals):
117 * cl.texi (Blocks and Exits):
118 * cl.texi (Iteration):
119 * cl.texi (Loop Basics):
120 * cl.texi (Macros):
121 * cl.texi (Declarations):
122 * cl.texi (Property Lists):
123 * cl.texi (Structures):
124 * cl.texi (Assertions):
125 * cl.texi (Efficiency Concerns):
126
127 2011-02-19 Aidan Kehoe <kehoea@parhasard.net>
128
129 * lispref/lists.texi (Sets And Lists):
130 Document #'member*, #'remove*, #'delete* in this file. Document
131 #'memq, #'member, #'remq, #'remove, #'delq, #'delete in terms of
132 the former functions.
133 Document #'subsetp, #'union, #'intersection, #'set-difference,
134 #'set-exclusive-or and their destructive analogues in this file.
135 * lispref/lists.texi (Association Lists):
136 Document #'assoc*, #'rassoc* in this file. Document #'assq,
137 #'assoc, #'rassq, #'rassoc in terms of the first two functions.
138 * lispref/objects.texi (Equality Predicates):
139 Document #'eql here, don't leave it to cl.texi.
140
141 2010-11-06 Aidan Kehoe <kehoea@parhasard.net>
142
143 * lispref/lists.texi (Rearrangement, Building Lists):
144 Document that #'nreverse and #'reverse now accept sequences, not
145 just lists, in this file.
146
147 2010-09-02 Aidan Kehoe <kehoea@parhasard.net>
148
149 * lispref/os.texi (Time Conversion):
150 Document the new #'format-time-string flags for Roman month
151 numbers.
152
153 2010-08-30 Aidan Kehoe <kehoea@parhasard.net>
154
155 * lispref/eval.texi (Evaluation, Multiple values):
156 Document our implementation of multiple values; point the reader
157 to the CLTL or the Hyperspec for details of exactly when values
158 are discarded.
159
160 * lispref/numbers.texi (Numeric Conversions): Document the
161 optional DIVISOR arguments to the rounding functions, and
162 document that they all return multiple values.
163 (Rounding Operations): Ditto.
164
165 * cl.texi (Multiple Values):
166 Document that we've moved the multiple values implementation to
167 core code, and cross-reference to the Lispref.
168 (Numerical Functions): The various rounding functions are now
169 identical to the built-in rounding functions, with the exception
170 that they return lists, not multiple values; document this.
171
172 2010-08-21 Aidan Kehoe <kehoea@parhasard.net>
173
174 * lispref/objects.texi (Character Type):
175 Go into more detail here on the specific type of error provoked on
176 overlong hex character escapes and non-Latin-1 octal character
177 escapes; give details of why the latter may be encountered, and
178 what to do with such code.
179
180 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org>
181
182 * external-widget.texi: Correct FSF address in permission notice.
183
184 2010-05-28 Aidan Kehoe <kehoea@parhasard.net>
185
186 * lispref/windows.texi (Buffers and Windows):
187 Reword the documentation of `buffer-display-count';
188 `buffer-display-time's documentation was taken from a version of
189 the GNU elisp manuwal with a compatible licence,
190 `buffer-display-count' was not.
191
192 2010-05-17 Jeff Sparkes <jsparkes@gmail.com>
193
194 * lispref/windows.texi (Buffers and Windows):
195 Document buffer-display-count and buffer-display-time with
196 descriptions from GNU emacs lispref.
197
198 * lispref/locals.texi (Standard Buffer-Local Variables):
199 Add buffer-display-count and buffer-display-time.
200
201 2010-04-03 Aidan Kehoe <kehoea@parhasard.net>
202
203 * lispref/hash-tables.texi (Introduction to Hash Tables):
204 Document that we now support #'equalp as a hash table test by
205 default, and mention #'define-hash-table-test.
206 (Working With Hash Tables): Document #'define-hash-table-test.
207
208 2010-04-01 Aidan Kehoe <kehoea@parhasard.net>
209
210 * lispref/lists.texi (Rearrangement):
211 Update the documentation of #'sort here, now that it accepts any
212 type of sequence and the KEY keyword argument. (Though this is
213 probably now the wrong place for this function, given that.)
214
215 2010-02-22 Ben Wing <ben@xemacs.org>
216
217 * internals/internals.texi (A Summary of the Various XEmacs Modules):
218 * internals/internals.texi (Modules for other Display-Related Lisp Objects):
219 objects*.[ch] -> fontcolor*.[ch].
220
221 2010-03-18 Mike Sperber <mike@xemacs.org>
222
223 * xemacs/startup.texi (Startup Paths): Reflect the (long-ago)
224 change from `lib' to `share' for the architecture-independent
225 directories.
226
227 2010-03-13 Ben Wing <ben@xemacs.org>
228
229 * internals/internals.texi (Working with Lisp Objects):
230 * internals/internals.texi (Writing Macros):
231 * internals/internals.texi (lrecords):
232 More rewriting to correspond with changes from
233 *LRECORD* to *LISP_OBJECT*.
234
235 2010-03-05 Ben Wing <ben@xemacs.org>
236
237 * internals/internals.texi (Introduction to Allocation):
238 * internals/internals.texi (Integers and Characters):
239 * internals/internals.texi (Allocation from Frob Blocks):
240 * internals/internals.texi (lrecords):
241 * internals/internals.texi (Low-level allocation):
242 Rewrite section on allocation of Lisp objects to reflect the new
243 reality. Remove references to nonexistent XSETINT and XSETCHAR.
244
245 2010-03-04 Ben Wing <ben@xemacs.org>
246
247 * internals/internals.texi (Top):
248 * internals/internals.texi (list-to-texinfo): Removed.
249 * internals/internals.texi (convert-list-to-texinfo): New.
250 * internals/internals.texi (table-to-texinfo): Removed.
251 * internals/internals.texi (convert-table-to-texinfo): New.
252 Update Lisp functions at top to newest versions.
253
254 * internals/internals.texi (A History of Emacs):
255 * internals/internals.texi (Through Version 18):
256 * internals/internals.texi (Lucid Emacs):
257 * internals/internals.texi (XEmacs):
258 * internals/internals.texi (The XEmacs Split):
259 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
260 * internals/internals.texi (Introduction to Writing C Code):
261 * internals/internals.texi (Writing Good Comments):
262 * internals/internals.texi (Writing Macros):
263 * internals/internals.texi (Major Textual Changes):
264 * internals/internals.texi (Great Integral Type Renaming):
265 * internals/internals.texi (How to Regression-Test):
266 * internals/internals.texi (Creating a Branch):
267 * internals/internals.texi (Dynamic Arrays):
268 * internals/internals.texi (Allocation by Blocks):
269 * internals/internals.texi (mark_object):
270 * internals/internals.texi (gc_sweep):
271 * internals/internals.texi (Byte-Char Position Conversion):
272 * internals/internals.texi (Searching and Matching):
273 * internals/internals.texi (Introduction to Multilingual Issues #3):
274 * internals/internals.texi (Byte Types):
275 * internals/internals.texi (Different Ways of Seeing Internal Text):
276 * internals/internals.texi (Buffer Positions):
277 * internals/internals.texi (Basic internal-format APIs):
278 * internals/internals.texi (The DFC API):
279 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code):
280 * internals/internals.texi (Mule-izing Code):
281 * internals/internals.texi (Locales):
282 * internals/internals.texi (More about code pages):
283 * internals/internals.texi (More about locales):
284 * internals/internals.texi (Unicode support under Windows):
285 * internals/internals.texi (The Frame):
286 * internals/internals.texi (The Non-Client Area):
287 * internals/internals.texi (The Client Area):
288 * internals/internals.texi (The Paned Area):
289 * internals/internals.texi (Text Areas):
290 * internals/internals.texi (The Displayable Area):
291 * internals/internals.texi (Event Queues):
292 * internals/internals.texi (Event Stream Callback Routines):
293 * internals/internals.texi (Focus Handling):
294 * internals/internals.texi (Future Work -- Autodetection):
295 Replace " with ``, '' (not complete, maybe about halfway through).
296
297 2010-03-03 Ben Wing <ben@xemacs.org>
298
299 * internals/internals.texi (Intro to Window and Frame Geometry):
300 * internals/internals.texi (The Paned Area):
301 * internals/internals.texi (The Displayable Area):
302 Update to make note of e.g. the fact that the bottom gutter is
303 actually above the minibuffer.
304
305 2010-03-02 Jerry James <james@xemacs.org>
306
307 * custom.texi: Delete, redundant with xemacs/custom.texi and
308 lispref/customize.texi.
309 * Makefile: Remove all rules relating to custom.texi.
310
311 2010-03-03 Aidan Kehoe <kehoea@parhasard.net>
312
313 * lispref/tips.texi (Comment Tips):
314 * lispref/text.texi (Text Properties):
315 * lispref/strings.texi (Creating Strings):
316 * lispref/processes.texi (Input to Processes):
317 * lispref/functions.texi (Argument List):
318 * lispref/extents.texi (Duplicable Extents):
319 Move examples that used substring to using subseq; in
320 strings.texi, do not change the examples, but document that in
321 this XEmacs, it is an alias for subseq, and that there may be some
322 incompatibilities if you depend on that.
323
324 2010-02-25 Didier Verna <didier@xemacs.org>
325
326 The background-placement face property.
327 * xemacs/custom.texi (Faces): Document it.
328
329 2010-02-20 Ben Wing <ben@xemacs.org>
330
331 * internals/internals.texi (Intro to Window and Frame Geometry):
332 Shrink diagram to fit when offset by five spaces as a result of
333 quoting.
334
335 2010-02-16 Ben Wing <ben@xemacs.org>
336
337 * internals/internals.texi (Top):
338 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
339 * internals/internals.texi (Creating a Window-System Type):
340 * internals/internals.texi (Window and Frame Geometry):
341 * internals/internals.texi (Intro to Window and Frame Geometry):
342 * internals/internals.texi (The Frame):
343 * internals/internals.texi (The Non-Client Area):
344 * internals/internals.texi (The Client Area):
345 * internals/internals.texi (The Paned Area):
346 * internals/internals.texi (Text Areas):
347 * internals/internals.texi (The Displayable Area):
348 * internals/internals.texi (Which Functions Use Which?):
349 * internals/internals.texi (The Redisplay Mechanism):
350 Integrate the long comment in frame.c into the internals manual.
351
352 2010-02-17 Jerry James <james@xemacs.org>
353
354 * term.texi: Move to the eterm package.
355 * Makefile: Remove all rules relating to term.texi.
356
1 2010-02-19 Ben Wing <ben@xemacs.org> 357 2010-02-19 Ben Wing <ben@xemacs.org>
2 358
3 * widget.texi: 359 * widget.texi:
4 * widget.texi (Top): 360 * widget.texi (Top):
5 * widget.texi (Introduction): 361 * widget.texi (Introduction):
6587 6943
6588 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) 6944 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
6589 6945
6590 * emacs.tex: Update information for obtaining TeX distribution from the 6946 * emacs.tex: Update information for obtaining TeX distribution from the
6591 University of Washington. 6947 University of Washington.
6948
6949
6950 ChangeLog entries synched from GNU Emacs are the property of the FSF.
6951 Other ChangeLog entries are usually the property of the author of the
6952 change.
6953
6954 This file is part of XEmacs.
6955
6956 XEmacs is free software: you can redistribute it and/or modify it
6957 under the terms of the GNU General Public License as published by the
6958 Free Software Foundation, either version 3 of the License, or (at your
6959 option) any later version.
6960
6961 XEmacs is distributed in the hope that it will be useful, but WITHOUT
6962 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
6963 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
6964 for more details.
6965
6966 You should have received a copy of the GNU General Public License
6967 along with XEmacs. If not, see <http://www.gnu.org/licenses/>.