Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 5128:7be849cb8828 ben-lisp-object
merge
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Sun, 07 Mar 2010 02:09:59 -0600 |
| parents | a9c41067dd88 4a6b680a9577 |
| children | f965e31a35f0 |
comparison
equal
deleted
inserted
replaced
| 5127:a9c41067dd88 | 5128:7be849cb8828 |
|---|---|
| 5 * internals/internals.texi (Allocation from Frob Blocks): | 5 * internals/internals.texi (Allocation from Frob Blocks): |
| 6 * internals/internals.texi (lrecords): | 6 * internals/internals.texi (lrecords): |
| 7 * internals/internals.texi (Low-level allocation): | 7 * internals/internals.texi (Low-level allocation): |
| 8 Rewrite section on allocation of Lisp objects to reflect the new | 8 Rewrite section on allocation of Lisp objects to reflect the new |
| 9 reality. Remove references to nonexistent XSETINT and XSETCHAR. | 9 reality. Remove references to nonexistent XSETINT and XSETCHAR. |
| 10 | |
| 11 2010-03-04 Ben Wing <ben@xemacs.org> | |
| 12 | |
| 13 * internals/internals.texi (Top): | |
| 14 * internals/internals.texi (list-to-texinfo): Removed. | |
| 15 * internals/internals.texi (convert-list-to-texinfo): New. | |
| 16 * internals/internals.texi (table-to-texinfo): Removed. | |
| 17 * internals/internals.texi (convert-table-to-texinfo): New. | |
| 18 Update Lisp functions at top to newest versions. | |
| 19 | |
| 20 * internals/internals.texi (A History of Emacs): | |
| 21 * internals/internals.texi (Through Version 18): | |
| 22 * internals/internals.texi (Lucid Emacs): | |
| 23 * internals/internals.texi (XEmacs): | |
| 24 * internals/internals.texi (The XEmacs Split): | |
| 25 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
| 26 * internals/internals.texi (Introduction to Writing C Code): | |
| 27 * internals/internals.texi (Writing Good Comments): | |
| 28 * internals/internals.texi (Writing Macros): | |
| 29 * internals/internals.texi (Major Textual Changes): | |
| 30 * internals/internals.texi (Great Integral Type Renaming): | |
| 31 * internals/internals.texi (How to Regression-Test): | |
| 32 * internals/internals.texi (Creating a Branch): | |
| 33 * internals/internals.texi (Dynamic Arrays): | |
| 34 * internals/internals.texi (Allocation by Blocks): | |
| 35 * internals/internals.texi (mark_object): | |
| 36 * internals/internals.texi (gc_sweep): | |
| 37 * internals/internals.texi (Byte-Char Position Conversion): | |
| 38 * internals/internals.texi (Searching and Matching): | |
| 39 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
| 40 * internals/internals.texi (Byte Types): | |
| 41 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
| 42 * internals/internals.texi (Buffer Positions): | |
| 43 * internals/internals.texi (Basic internal-format APIs): | |
| 44 * internals/internals.texi (The DFC API): | |
| 45 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
| 46 * internals/internals.texi (Mule-izing Code): | |
| 47 * internals/internals.texi (Locales): | |
| 48 * internals/internals.texi (More about code pages): | |
| 49 * internals/internals.texi (More about locales): | |
| 50 * internals/internals.texi (Unicode support under Windows): | |
| 51 * internals/internals.texi (The Frame): | |
| 52 * internals/internals.texi (The Non-Client Area): | |
| 53 * internals/internals.texi (The Client Area): | |
| 54 * internals/internals.texi (The Paned Area): | |
| 55 * internals/internals.texi (Text Areas): | |
| 56 * internals/internals.texi (The Displayable Area): | |
| 57 * internals/internals.texi (Event Queues): | |
| 58 * internals/internals.texi (Event Stream Callback Routines): | |
| 59 * internals/internals.texi (Focus Handling): | |
| 60 * internals/internals.texi (Future Work -- Autodetection): | |
| 61 Replace " with ``, '' (not complete, maybe about halfway through). | |
| 62 | |
| 63 2010-03-03 Ben Wing <ben@xemacs.org> | |
| 64 | |
| 65 * internals/internals.texi (Intro to Window and Frame Geometry): | |
| 66 * internals/internals.texi (The Paned Area): | |
| 67 * internals/internals.texi (The Displayable Area): | |
| 68 Update to make note of e.g. the fact that the bottom gutter is | |
| 69 actually above the minibuffer. | |
| 70 | |
| 71 2010-03-02 Jerry James <james@xemacs.org> | |
| 72 | |
| 73 * custom.texi: Delete, redundant with xemacs/custom.texi and | |
| 74 lispref/customize.texi. | |
| 75 * Makefile: Remove all rules relating to custom.texi. | |
| 76 | |
| 77 2010-03-03 Aidan Kehoe <kehoea@parhasard.net> | |
| 78 | |
| 79 * lispref/tips.texi (Comment Tips): | |
| 80 * lispref/text.texi (Text Properties): | |
| 81 * lispref/strings.texi (Creating Strings): | |
| 82 * lispref/processes.texi (Input to Processes): | |
| 83 * lispref/functions.texi (Argument List): | |
| 84 * lispref/extents.texi (Duplicable Extents): | |
| 85 Move examples that used substring to using subseq; in | |
| 86 strings.texi, do not change the examples, but document that in | |
| 87 this XEmacs, it is an alias for subseq, and that there may be some | |
| 88 incompatibilities if you depend on that. | |
| 89 | |
| 90 2010-02-25 Didier Verna <didier@xemacs.org> | |
| 91 | |
| 92 The background-placement face property. | |
| 93 * xemacs/custom.texi (Faces): Document it. | |
| 10 | 94 |
| 11 2010-02-20 Ben Wing <ben@xemacs.org> | 95 2010-02-20 Ben Wing <ben@xemacs.org> |
| 12 | 96 |
| 13 * internals/internals.texi (Intro to Window and Frame Geometry): | 97 * internals/internals.texi (Intro to Window and Frame Geometry): |
| 14 Shrink diagram to fit when offset by five spaces as a result of | 98 Shrink diagram to fit when offset by five spaces as a result of |
