2393
+ − 1 2004-11-16 Ben Wing <ben@xemacs.org>
+ − 2
+ − 3 * internals/internals.texi (Top):
+ − 4 * internals/internals.texi (Introduction):
+ − 5 * internals/internals.texi (Authorship of XEmacs):
+ − 6 * internals/internals.texi (A History of Emacs):
+ − 7 * internals/internals.texi (Through Version 18):
+ − 8 * internals/internals.texi (Epoch):
+ − 9 * internals/internals.texi (Lucid Emacs):
+ − 10 * internals/internals.texi (GNU Emacs 19):
+ − 11 * internals/internals.texi (GNU Emacs 20):
+ − 12 * internals/internals.texi (XEmacs):
+ − 13 * internals/internals.texi (The XEmacs Split):
+ − 14 * internals/internals.texi (Build-Time Dependencies):
+ − 15 * internals/internals.texi (Low-Level Modules):
+ − 16 * internals/internals.texi (Modules for Interfacing with the Operating System):
+ − 17 * internals/internals.texi (Rules When Writing New C Code):
+ − 18 * internals/internals.texi (Introduction to Writing C Code):
+ − 19 * internals/internals.texi (Writing New Modules):
+ − 20 * internals/internals.texi (Working with Lisp Objects):
+ − 21 * internals/internals.texi (Writing Lisp Primitives):
+ − 22 * internals/internals.texi (Adding Global Lisp Variables):
+ − 23 * internals/internals.texi (Writing Macros):
+ − 24 * internals/internals.texi (Proper Use of Unsigned Types):
+ − 25 * internals/internals.texi (Major Textual Changes):
+ − 26 * internals/internals.texi (Great Integral Type Renaming):
+ − 27 * internals/internals.texi (Text/Char Type Renaming):
+ − 28 * internals/internals.texi (Debugging and Testing):
+ − 29 * internals/internals.texi (Modules for Regression Testing):
+ − 30 * internals/internals.texi (Merging a Branch into the Trunk):
+ − 31 * internals/internals.texi (XEmacs from the Inside):
+ − 32 * internals/internals.texi (Basic Types):
+ − 33 * internals/internals.texi (Low-Level Allocation):
+ − 34 * internals/internals.texi (Basic Heap Allocation):
+ − 35 * internals/internals.texi (Stack Allocation):
+ − 36 * internals/internals.texi (Dynamic Arrays):
+ − 37 * internals/internals.texi (Allocation by Blocks):
+ − 38 * internals/internals.texi (Modules for Allocation):
+ − 39 * internals/internals.texi (Critical Redisplay Sections):
+ − 40 * internals/internals.texi (Control-G (Quit) Checking):
+ − 41 * internals/internals.texi (Future Work Discussion):
+ − 42 * internals/internals.texi (Discussion -- Garbage Collection):
+ − 43 * internals/internals.texi (Discussion -- Pure Space):
+ − 44 * internals/internals.texi (Discussion -- Hashtable-Based Marking and Cleanup):
+ − 45 * internals/internals.texi (Discussion -- The Anti-Cons):
+ − 46 * internals/internals.texi (Discussion -- Glyphs):
+ − 47 * internals/internals.texi (Discussion -- Dialog Boxes):
+ − 48 * internals/internals.texi (Discussion -- Multilingual Issues):
+ − 49 * internals/internals.texi (Discussion -- Instantiators and Generic Property Accessors):
+ − 50 * internals/internals.texi (image-instance-property): New.
+ − 51 * internals/internals.texi (set-image-instance-property): New.
+ − 52 * internals/internals.texi (Discussion -- Switching to C++):
+ − 53 * internals/internals.texi (Discussion -- Windows External Widget):
+ − 54
+ − 55 Add sections on Basic Types and Low-Level Allocation. Move module
+ − 56 docs here. Incorporate dynamic array and blocktype docs from
+ − 57 source.
+ − 58
+ − 59 Add info on beta releases up to present.
+ − 60
+ − 61 Redo chapter on "Rules When Writing New C Code", grouping stuff
+ − 62 together properly. Put "Major Textual Changes" under this
+ − 63 chapter. Incorporate etc/CODING-STANDARDS.
+ − 64
+ − 65 Add discussion sections on "Instantiators and Generic Property
+ − 66 Accessors" and "Switching to C++". Fill out discussion on garbage
+ − 67 collection.
+ − 68
+ − 69 Incorporate backtraces showing crashes due to problems with
+ − 70 redisplay-critical-section protection.
+ − 71
2367
+ − 72 2004-11-04 Ben Wing <ben@xemacs.org>
+ − 73
+ − 74 * lispref/mule.texi (CCL Syntax):
+ − 75 * lispref/mule.texi (INT-OR-CHAR): New.
+ − 76 * lispref/mule.texi (CCL Statements):
+ − 77 Update CCL docs.
+ − 78
+ − 79 2004-11-04 Ben Wing <ben@xemacs.org>
+ − 80
+ − 81 * internals/internals.texi (Top):
+ − 82 * internals/internals.texi (NOTE): New.
+ − 83 * internals/internals.texi (list-to-texinfo): New.
+ − 84 * internals/internals.texi (remove-spacing): New.
+ − 85 * internals/internals.texi (table-to-texinfo): New.
+ − 86 * internals/internals.texi (convert-text-to-texinfo): New.
+ − 87 * internals/internals.texi ('make-future): New.
+ − 88 * internals/internals.texi ('make-discussion): New.
+ − 89 * internals/internals.texi ('make-old-future): New.
+ − 90 * internals/internals.texi ('make-section): New.
+ − 91 * internals/internals.texi ('make-subsection): New.
+ − 92 * internals/internals.texi (Introduction):
+ − 93 * internals/internals.texi (divisions): New.
+ − 94 * internals/internals.texi (Authorship of XEmacs):
+ − 95 * internals/internals.texi (XEmacs):
+ − 96 * internals/internals.texi (The XEmacs Split):
+ − 97 * internals/internals.texi (Author): New.
+ − 98 * internals/internals.texi (XEmacs from the Outside):
+ − 99 * internals/internals.texi (The Lisp Language):
+ − 100 * internals/internals.texi (XEmacs from the Perspective of Building):
+ − 101 * internals/internals.texi (Build-Time Dependencies):
+ − 102 * internals/internals.texi (The Modules of XEmacs):
+ − 103 * internals/internals.texi (A Summary of the Various XEmacs Modules):
+ − 104 * internals/internals.texi (ways): Removed.
+ − 105 * internals/internals.texi (Low-Level Modules):
+ − 106 * internals/internals.texi (Basic Lisp Modules):
+ − 107 * internals/internals.texi (Modules for Standard Editing Operations):
+ − 108 * internals/internals.texi (files): Removed.
+ − 109 * internals/internals.texi (Modules for Interfacing with the File System):
+ − 110 * internals/internals.texi (some_variable): Removed.
+ − 111 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
+ − 112 * internals/internals.texi (Modules for Interfacing with the Operating System):
+ − 113 * internals/internals.texi (character): Removed.
+ − 114 * internals/internals.texi (Major Textual Changes):
+ − 115 * internals/internals.texi (Great Integral Type Renaming):
+ − 116 * internals/internals.texi (commands): Removed.
+ − 117 * internals/internals.texi (Text/Char Type Renaming):
+ − 118 * internals/internals.texi (pattern): Removed.
+ − 119 * internals/internals.texi (Rules When Writing New C Code):
+ − 120 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions):
+ − 121 * internals/internals.texi (General Coding Rules):
+ − 122 * internals/internals.texi (examples): Removed.
+ − 123 * internals/internals.texi (Object-Oriented Techniques for C):
+ − 124 * internals/internals.texi (Writing Lisp Primitives):
+ − 125 * internals/internals.texi (Writing Good Comments):
+ − 126 * internals/internals.texi (Adding Global Lisp Variables):
+ − 127 * internals/internals.texi (Writing Macros):
+ − 128 * internals/internals.texi (Proper Use of Unsigned Types):
+ − 129 * internals/internals.texi (Techniques for XEmacs Developers):
+ − 130 * internals/internals.texi (Regression Testing XEmacs):
+ − 131 * internals/internals.texi (How to Regression-Test):
+ − 132 * internals/internals.texi (Modules for Regression Testing):
+ − 133 * internals/internals.texi (CVS Techniques):
+ − 134 * internals/internals.texi (Merging a Branch into the Trunk):
+ − 135 * internals/internals.texi (XEmacs from the Inside):
+ − 136 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
+ − 137 * internals/internals.texi (How Lisp Objects Are Represented in C):
+ − 138 * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
+ − 139 * internals/internals.texi (Introduction to Allocation):
+ − 140 * internals/internals.texi (Garbage Collection):
+ − 141 * internals/internals.texi (GCPROing):
+ − 142 * internals/internals.texi (Garbage Collection - Step by Step):
+ − 143 * internals/internals.texi (Invocation):
+ − 144 * internals/internals.texi (garbage_collect_1):
+ − 145 * internals/internals.texi (mark_object):
+ − 146 * internals/internals.texi (gc_sweep):
+ − 147 * internals/internals.texi (sweep_lcrecords_1):
+ − 148 * internals/internals.texi (compact_string_chars):
+ − 149 * internals/internals.texi (sweep_strings):
+ − 150 * internals/internals.texi (sweep_bit_vectors_1):
+ − 151 * internals/internals.texi (Integers and Characters):
+ − 152 * internals/internals.texi (Allocation from Frob Blocks):
+ − 153 * internals/internals.texi (lrecords):
+ − 154 * internals/internals.texi (Low-level allocation):
+ − 155 * internals/internals.texi (Cons):
+ − 156 * internals/internals.texi (Vector):
+ − 157 * internals/internals.texi (Bit Vector):
+ − 158 * internals/internals.texi (Symbol):
+ − 159 * internals/internals.texi (Marker):
+ − 160 * internals/internals.texi (String):
+ − 161 * internals/internals.texi (Compiled Function):
+ − 162 * internals/internals.texi (The Lisp Reader and Compiler):
+ − 163 * internals/internals.texi (Evaluation; Stack Frames; Bindings):
+ − 164 * internals/internals.texi (Evaluation):
+ − 165 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects):
+ − 166 * internals/internals.texi (Simple Special Forms):
+ − 167 * internals/internals.texi (Catch and Throw):
+ − 168 * internals/internals.texi (Error Trapping):
+ − 169 * internals/internals.texi (Symbols and Variables):
+ − 170 * internals/internals.texi (Introduction to Symbols):
+ − 171 * internals/internals.texi (Obarrays):
+ − 172 * internals/internals.texi (Symbol Values):
+ − 173 * internals/internals.texi (Buffers):
+ − 174 * internals/internals.texi (Introduction to Buffers):
+ − 175 * internals/internals.texi (Buffer Lists):
+ − 176 * internals/internals.texi (Markers and Extents):
+ − 177 * internals/internals.texi (The Buffer Object):
+ − 178 * internals/internals.texi (Text):
+ − 179 * internals/internals.texi (The Text in a Buffer):
+ − 180 * internals/internals.texi (Ibytes and Ichars):
+ − 181 * internals/internals.texi (Byte-Char Position Conversion):
+ − 182 * internals/internals.texi (Searching and Matching):
+ − 183 * internals/internals.texi (Multilingual Support):
+ − 184 * internals/internals.texi (Introduction to Multilingual Issues #1):
+ − 185 * internals/internals.texi (Introduction to Multilingual Issues #2):
+ − 186 * internals/internals.texi (Introduction to Multilingual Issues #3):
+ − 187 * internals/internals.texi (Introduction to Multilingual Issues #4):
+ − 188 * internals/internals.texi (Character Sets):
+ − 189 * internals/internals.texi (Encodings):
+ − 190 * internals/internals.texi (Japanese EUC (Extended Unix Code)):
+ − 191 * internals/internals.texi (JIS7):
+ − 192 * internals/internals.texi (Internal Mule Encodings):
+ − 193 * internals/internals.texi (Internal String Encoding):
+ − 194 * internals/internals.texi (Internal Character Encoding):
+ − 195 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs):
+ − 196 * internals/internals.texi (Byte Types):
+ − 197 * internals/internals.texi (Different Ways of Seeing Internal Text):
+ − 198 * internals/internals.texi (Buffer Positions):
+ − 199 * internals/internals.texi (Other Typedefs):
+ − 200 * internals/internals.texi (Usage of the Various Representations):
+ − 201 * internals/internals.texi (Working With the Various Representations):
+ − 202 * internals/internals.texi (Internal Text API's):
+ − 203 * internals/internals.texi (Basic internal-format API's):
+ − 204 * internals/internals.texi (The DFC API):
+ − 205 * internals/internals.texi (The Eistring API):
+ − 206 * internals/internals.texi (Coding for Mule):
+ − 207 * internals/internals.texi (Character-Related Data Types):
+ − 208 * internals/internals.texi (Working With Character and Byte Positions):
+ − 209 * internals/internals.texi (Conversion to and from External Data):
+ − 210 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code):
+ − 211 * internals/internals.texi (An Example of Mule-Aware Code):
+ − 212 * internals/internals.texi (Mule-izing Code):
+ − 213 * internals/internals.texi (CCL):
+ − 214 * internals/internals.texi (Microsoft Windows-Related Multilingual Issues):
+ − 215 * internals/internals.texi (Microsoft Documentation):
+ − 216 * internals/internals.texi (Locales):
+ − 217 * internals/internals.texi (More about code pages):
+ − 218 * internals/internals.texi (More about locales):
+ − 219 * internals/internals.texi (Unicode support under Windows):
+ − 220 * internals/internals.texi (The golden rules of writing Unicode-safe code):
+ − 221 * internals/internals.texi (The format of the locale in setlocale()):
+ − 222 * internals/internals.texi (Random other Windows I18N docs):
+ − 223 * internals/internals.texi (Modules for Internationalization):
+ − 224 * internals/internals.texi (Consoles; Devices; Frames; Windows):
+ − 225 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows):
+ − 226 * internals/internals.texi (Point):
+ − 227 * internals/internals.texi (Window Hierarchy):
+ − 228 * internals/internals.texi (The Window Object):
+ − 229 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
+ − 230 * internals/internals.texi (The Redisplay Mechanism):
+ − 231 * internals/internals.texi (Critical Redisplay Sections):
+ − 232 * internals/internals.texi (Line Start Cache):
+ − 233 * internals/internals.texi (Redisplay Piece by Piece):
+ − 234 * internals/internals.texi (Modules for the Redisplay Mechanism):
+ − 235 * internals/internals.texi (Modules for other Display-Related Lisp Objects):
+ − 236 * internals/internals.texi (Extents):
+ − 237 * internals/internals.texi (Introduction to Extents):
+ − 238 * internals/internals.texi (Extent Ordering):
+ − 239 * internals/internals.texi (Format of the Extent Info):
+ − 240 * internals/internals.texi (Zero-Length Extents):
+ − 241 * internals/internals.texi (Mathematics of Extent Ordering):
+ − 242 * internals/internals.texi (Extent Fragments):
+ − 243 * internals/internals.texi (Faces):
+ − 244 * internals/internals.texi (Glyphs):
+ − 245 * internals/internals.texi (Specifiers):
+ − 246 * internals/internals.texi (Menus):
+ − 247 * internals/internals.texi (Events and the Event Loop):
+ − 248 * internals/internals.texi (Introduction to Events):
+ − 249 * internals/internals.texi (Main Loop):
+ − 250 * internals/internals.texi (Specifics of the Event Gathering Mechanism):
+ − 251 * internals/internals.texi (Specifics About the Emacs Event):
+ − 252 * internals/internals.texi (Event Queues):
+ − 253 * internals/internals.texi (Event Stream Callback Routines):
+ − 254 * internals/internals.texi (Other Event Loop Functions):
+ − 255 * internals/internals.texi (Stream Pairs):
+ − 256 * internals/internals.texi (Converting Events):
+ − 257 * internals/internals.texi (Dispatching Events; The Command Builder):
+ − 258 * internals/internals.texi (Focus Handling):
+ − 259 * internals/internals.texi (Editor-Level Control Flow Modules):
+ − 260 * internals/internals.texi (Asynchronous Events; Quit Checking):
+ − 261 * internals/internals.texi (Signal Handling):
+ − 262 * internals/internals.texi (Control-G (Quit) Checking):
+ − 263 * internals/internals.texi (Profiling):
+ − 264 * internals/internals.texi (Asynchronous Timeouts):
+ − 265 * internals/internals.texi (Exiting):
+ − 266 * internals/internals.texi (Lstreams):
+ − 267 * internals/internals.texi (Creating an Lstream):
+ − 268 * internals/internals.texi (Lstream Types):
+ − 269 * internals/internals.texi (Lstream Functions):
+ − 270 * internals/internals.texi (Lstream Methods):
+ − 271 * internals/internals.texi (Subprocesses):
+ − 272 * internals/internals.texi (Interface to MS Windows):
+ − 273 * internals/internals.texi (Different kinds of Windows environments):
+ − 274 * internals/internals.texi (Windows Build Flags):
+ − 275 * internals/internals.texi (Windows I18N Introduction):
+ − 276 * internals/internals.texi (Modules for Interfacing with MS Windows):
+ − 277 * internals/internals.texi (Interface to the X Window System):
+ − 278 * internals/internals.texi (Lucid Widget Library):
+ − 279 * internals/internals.texi (Generic Widget Interface):
+ − 280 * internals/internals.texi (dependencies): New.
+ − 281 * internals/internals.texi (routines): New.
+ − 282 * internals/internals.texi (Summary): New.
+ − 283 * internals/internals.texi (Scrollbars):
+ − 284 * internals/internals.texi (Menubars):
+ − 285 * internals/internals.texi (Checkboxes and Radio Buttons):
+ − 286 * internals/internals.texi (Progress Bars):
+ − 287 * internals/internals.texi (Tab Controls):
+ − 288 * internals/internals.texi (Modules for Interfacing with X Windows):
+ − 289 * internals/internals.texi (Dumping):
+ − 290 * internals/internals.texi (Dumping Justification):
+ − 291 * internals/internals.texi (Overview):
+ − 292 * internals/internals.texi (Data descriptions):
+ − 293 * internals/internals.texi (Dumping phase):
+ − 294 * internals/internals.texi (Object inventory):
+ − 295 * internals/internals.texi (Address allocation):
+ − 296 * internals/internals.texi (The header):
+ − 297 * internals/internals.texi (Data dumping):
+ − 298 * internals/internals.texi (Pointers dumping):
+ − 299 * internals/internals.texi (Reloading phase):
+ − 300 * internals/internals.texi (Abstract): New.
+ − 301 * internals/internals.texi (Remaining issues):
+ − 302 * internals/internals.texi (Future Work):
+ − 303 * internals/internals.texi (Future Work -- General Suggestions):
+ − 304 * internals/internals.texi (Future Work -- Elisp Compatibility Package):
+ − 305 * internals/internals.texi (Future Work -- Drag-n-Drop):
+ − 306 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions):
+ − 307 * internals/internals.texi (Future Work -- Better Initialization File Scheme):
+ − 308 * internals/internals.texi (Future Work -- Keyword Parameters):
+ − 309 * internals/internals.texi (Future Work -- Property Interface Changes):
+ − 310 * internals/internals.texi (Future Work -- Toolbars):
+ − 311 * internals/internals.texi (Future Work -- Easier Toolbar Customization):
+ − 312 * internals/internals.texi (Future Work -- Toolbar Interface Changes):
+ − 313 * internals/internals.texi (Future Work -- Menu API Changes):
+ − 314 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type):
+ − 315 * internals/internals.texi (Future Work -- Mouse Pointer):
+ − 316 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface):
+ − 317 * internals/internals.texi (Future Work -- Busy Pointer):
+ − 318 * internals/internals.texi (Future Work -- Extents):
+ − 319 * internals/internals.texi (Future Work -- Everything should obey duplicable extents):
+ − 320 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization):
+ − 321 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website):
+ − 322 * internals/internals.texi (Future Work -- Keybindings):
+ − 323 * internals/internals.texi (Future Work -- Keybinding Schemes):
+ − 324 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings):
+ − 325 * internals/internals.texi (Future Work -- Misc Key Binding Ideas):
+ − 326 * internals/internals.texi (Future Work -- Byte Code Snippets):
+ − 327 * internals/internals.texi (Future Work -- Autodetection):
+ − 328 * internals/internals.texi (Future Work -- Conversion Error Detection):
+ − 329 * internals/internals.texi (Future Work -- Unicode):
+ − 330 * internals/internals.texi (Future Work -- BIDI Support):
+ − 331 * internals/internals.texi (Future Work -- Localized Text/Messages):
+ − 332 * internals/internals.texi (Future Work -- Lisp Stream API):
+ − 333 * internals/internals.texi (Future Work -- Multiple Values):
+ − 334 * internals/internals.texi (Future Work -- Macros):
+ − 335 * internals/internals.texi (Future Work -- Specifiers):
+ − 336 * internals/internals.texi (Future Work -- Display Tables):
+ − 337 * internals/internals.texi (Future Work -- Making Elisp Function Calls Faster):
+ − 338 * internals/internals.texi (Future Work -- Lisp Engine Replacement):
+ − 339 * internals/internals.texi (Future Work -- Lisp Engine Discussion):
+ − 340 * internals/internals.texi (Future Work -- Lisp Engine Replacement -- Implementation):
+ − 341 * internals/internals.texi (Future Work -- Startup File Modification by Packages):
+ − 342 * internals/internals.texi (Future Work Discussion):
+ − 343 * internals/internals.texi (Discussion -- garbage collection):
+ − 344 * internals/internals.texi (Discussion -- glyphs):
+ − 345 * internals/internals.texi (Discussion -- Dialog Boxes):
+ − 346 * internals/internals.texi (Discussion -- Multilingual Issues):
+ − 347 * internals/internals.texi (Discussion -- Windows External Widget):
+ − 348 * internals/internals.texi (Discussion -- Packages):
+ − 349 * internals/internals.texi (Discussion -- Distribution Layout):
+ − 350 * internals/internals.texi (Old Future Work):
+ − 351 * internals/internals.texi (Old Future Work -- A Portable Unexec Replacement):
+ − 352 * internals/internals.texi (backtrace): New.
+ − 353 * internals/internals.texi (Old Future Work -- Indirect Buffers):
+ − 354 * internals/internals.texi (emacs-lisp): New.
+ − 355 * internals/internals.texi (Old Future Work -- Improvements in support for non-ASCII (European) keysyms under X):
+ − 356 * internals/internals.texi (Newsgroups): New.
+ − 357 * internals/internals.texi (Old Future Work -- RTF Clipboard Support):
+ − 358 * internals/internals.texi (own-selection): New.
+ − 359 * internals/internals.texi (Old Future Work -- xemacs.org Mailing Address Changes):
+ − 360 * internals/internals.texi (COMMENT): New.
+ − 361 * internals/internals.texi (Old Future Work -- Lisp callbacks from critical areas of the C code):
+ − 362 * internals/internals.texi (Now): Removed.
+ − 363 * internals/internals.texi (Proof): Removed.
+ − 364 * internals/internals.texi (Note): Removed.
+ − 365 * internals/internals.texi (Date): New.
+ − 366 * internals/internals.texi (ben): Removed.
+ − 367 * internals/internals.texi (importance): New.
+ − 368 * internals/internals.texi (From): New.
+ − 369 Major work on internals manual. Rearranged many chapters so as to
+ − 370 lie in coherent divisions.
+ − 371 Add tons of stuff to Future Work, Old Future Work, Discussions.
+ − 372 Add lots of stuff to Mule section (Multilingual ...).
+ − 373 Remove index.texi, incorporate into internals.texi.
+ − 374 Section on early history and an introduction.
+ − 375 Section on XEmacs split. Lots of new MS Windows docs
+ − 376 Mostly recently: Windows-I18N docs. Lots if new I18N docs.
+ − 377 Loads of other stuff.
+ − 378
2362
+ − 379 2004-11-02 Ben Wing <ben@xemacs.org>
+ − 380
+ − 381 * internals/index.texi:
+ − 382 Deleted. Incorporated into internals.texi. Having a separate
+ − 383 index file messes up texinfo-master-menu.
+ − 384
+ − 385 * internals/internals.texi:
+ − 386 * internals/internals.texi (Top):
+ − 387 * internals/internals.texi (Introduction):
+ − 388 * internals/internals.texi (Authorship of XEmacs):
+ − 389 * internals/internals.texi (A History of Emacs):
+ − 390 * internals/internals.texi (Through Version 18):
+ − 391 * internals/internals.texi (Lucid Emacs):
+ − 392 * internals/internals.texi (GNU Emacs 19):
+ − 393 * internals/internals.texi (GNU Emacs 20):
+ − 394 * internals/internals.texi (XEmacs):
+ − 395 * internals/internals.texi (XEmacs From the Outside):
+ − 396 * internals/internals.texi (The Lisp Language):
+ − 397 * internals/internals.texi (XEmacs From the Perspective of Building):
+ − 398 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
+ − 399 * internals/internals.texi (How Lisp Objects Are Represented in C):
+ − 400 * internals/internals.texi (Major Textual Changes):
+ − 401 * internals/internals.texi (Great Integral Type Renaming):
+ − 402 * internals/internals.texi (Text/Char Type Renaming):
+ − 403 * internals/internals.texi (Rules When Writing New C Code):
+ − 404 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions):
+ − 405 * internals/internals.texi (General Coding Rules):
+ − 406 * internals/internals.texi (Object-Oriented Techniques for C):
+ − 407 * internals/internals.texi (Writing Lisp Primitives):
+ − 408 * internals/internals.texi (Writing Good Comments):
+ − 409 * internals/internals.texi (Adding Global Lisp Variables):
+ − 410 * internals/internals.texi (Writing Macros):
+ − 411 * internals/internals.texi (Proper Use of Unsigned Types):
+ − 412 * internals/internals.texi (Techniques for XEmacs Developers):
+ − 413 * internals/internals.texi (Regression Testing XEmacs):
+ − 414 * internals/internals.texi (How to Regression-Test):
+ − 415 * internals/internals.texi (Modules for Regression Testing):
+ − 416 * internals/internals.texi (CVS Techniques):
+ − 417 * internals/internals.texi (Merging a Branch into the Trunk):
+ − 418 * internals/internals.texi (The Modules of XEmacs):
+ − 419 * internals/internals.texi (A Summary of the Various XEmacs Modules):
+ − 420 * internals/internals.texi (Low-Level Modules):
+ − 421 * internals/internals.texi (Basic Lisp Modules):
+ − 422 * internals/internals.texi (Modules for Standard Editing Operations):
+ − 423 * internals/internals.texi (Modules for Interfacing with the File System):
+ − 424 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
+ − 425 * internals/internals.texi (Modules for Interfacing with the Operating System):
+ − 426 * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
+ − 427 * internals/internals.texi (Introduction to Allocation):
+ − 428 * internals/internals.texi (Garbage Collection):
+ − 429 * internals/internals.texi (GCPROing):
+ − 430 * internals/internals.texi (Garbage Collection - Step by Step):
+ − 431 * internals/internals.texi (Invocation):
+ − 432 * internals/internals.texi (garbage_collect_1):
+ − 433 * internals/internals.texi (mark_object):
+ − 434 * internals/internals.texi (gc_sweep):
+ − 435 * internals/internals.texi (sweep_lcrecords_1):
+ − 436 * internals/internals.texi (compact_string_chars):
+ − 437 * internals/internals.texi (Integers and Characters):
+ − 438 * internals/internals.texi (Allocation from Frob Blocks):
+ − 439 * internals/internals.texi (lrecords):
+ − 440 * internals/internals.texi (Low-level allocation):
+ − 441 * internals/internals.texi (Cons):
+ − 442 * internals/internals.texi (Vector):
+ − 443 * internals/internals.texi (Symbol):
+ − 444 * internals/internals.texi (Marker):
+ − 445 * internals/internals.texi (String):
+ − 446 * internals/internals.texi (Dumping):
+ − 447 * internals/internals.texi (Dumping Justification):
+ − 448 * internals/internals.texi (Overview):
+ − 449 * internals/internals.texi (Data descriptions):
+ − 450 * internals/internals.texi (Dumping phase):
+ − 451 * internals/internals.texi (Object inventory):
+ − 452 * internals/internals.texi (Address allocation):
+ − 453 * internals/internals.texi (The header):
+ − 454 * internals/internals.texi (Data dumping):
+ − 455 * internals/internals.texi (Pointers dumping):
+ − 456 * internals/internals.texi (Reloading phase):
+ − 457 * internals/internals.texi (Remaining issues):
+ − 458 * internals/internals.texi (Events and the Event Loop):
+ − 459 * internals/internals.texi (Introduction to Events):
+ − 460 * internals/internals.texi (Main Loop):
+ − 461 * internals/internals.texi (Specifics of the Event Gathering Mechanism):
+ − 462 * internals/internals.texi (Specifics About the Emacs Event):
+ − 463 * internals/internals.texi (Event Queues):
+ − 464 * internals/internals.texi (Event Stream Callback Routines):
+ − 465 * internals/internals.texi (IMPORTANT): New.
+ − 466 * internals/internals.texi (Other Event Loop Functions):
+ − 467 * internals/internals.texi (Stream Pairs):
+ − 468 * internals/internals.texi (Converting Events):
+ − 469 * internals/internals.texi (Dispatching Events; The Command Builder):
+ − 470 * internals/internals.texi (Focus Handling):
+ − 471 * internals/internals.texi (Editor-Level Control Flow Modules):
+ − 472 * internals/internals.texi (Asynchronous Events; Quit Checking):
+ − 473 * internals/internals.texi (Control-G (Quit) Checking):
+ − 474 * internals/internals.texi (completely): New.
+ − 475 * internals/internals.texi (Profiling):
+ − 476 * internals/internals.texi (Exiting):
+ − 477 * internals/internals.texi (BEWARE): New.
+ − 478 * internals/internals.texi (Evaluation; Stack Frames; Bindings):
+ − 479 * internals/internals.texi (Evaluation):
+ − 480 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects):
+ − 481 * internals/internals.texi (Simple Special Forms):
+ − 482 * internals/internals.texi (Catch and Throw):
+ − 483 * internals/internals.texi (Introduction to Symbols):
+ − 484 * internals/internals.texi (Obarrays):
+ − 485 * internals/internals.texi (Symbol Values):
+ − 486 * internals/internals.texi (Buffers):
+ − 487 * internals/internals.texi (Introduction to Buffers):
+ − 488 * internals/internals.texi (Buffer Lists):
+ − 489 * internals/internals.texi (Markers and Extents):
+ − 490 * internals/internals.texi (The Buffer Object):
+ − 491 * internals/internals.texi (Text):
+ − 492 * internals/internals.texi (The Text in a Buffer):
+ − 493 * internals/internals.texi (Ibytes and Ichars):
+ − 494 * internals/internals.texi (Byte-Char Position Conversion):
+ − 495 * internals/internals.texi (Searching and Matching):
+ − 496 * internals/internals.texi (Multilingual Support):
+ − 497 * internals/internals.texi (Introduction to Multilingual Issues #1):
+ − 498 * internals/internals.texi (Introduction to Multilingual Issues #2):
+ − 499 * internals/internals.texi (Introduction to Multilingual Issues #3):
+ − 500 * internals/internals.texi (Introduction to Multilingual Issues #4):
+ − 501 * internals/internals.texi (Character Sets):
+ − 502 * internals/internals.texi (Encodings):
+ − 503 * internals/internals.texi (Japanese EUC (Extended Unix Code)):
+ − 504 * internals/internals.texi (JIS7):
+ − 505 * internals/internals.texi (Internal Mule Encodings):
+ − 506 * internals/internals.texi (Internal String Encoding):
+ − 507 * internals/internals.texi (Internal Character Encoding):
+ − 508 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs):
+ − 509 * internals/internals.texi (Byte Types):
+ − 510 * internals/internals.texi (Different Ways of Seeing Internal Text):
+ − 511 * internals/internals.texi (prefixes): New.
+ − 512 * internals/internals.texi (C): New.
+ − 513 * internals/internals.texi (U): New.
+ − 514 * internals/internals.texi (S): New.
+ − 515 * internals/internals.texi (Specifically): New.
+ − 516 * internals/internals.texi (Buffer Positions):
+ − 517 * internals/internals.texi (Other Typedefs):
+ − 518 * internals/internals.texi (Usage of the Various Representations):
+ − 519 * internals/internals.texi (Working With the Various Representations):
+ − 520 * internals/internals.texi (Internal Text API's):
+ − 521 * internals/internals.texi (Basic internal-format API's):
+ − 522 * internals/internals.texi (The DFC API):
+ − 523 * internals/internals.texi (The Eistring API):
+ − 524 * internals/internals.texi (Coding for Mule):
+ − 525 * internals/internals.texi (Character-Related Data Types):
+ − 526 * internals/internals.texi (Working With Character and Byte Positions):
+ − 527 * internals/internals.texi (Conversion to and from External Data):
+ − 528 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code):
+ − 529 * internals/internals.texi (An Example of Mule-Aware Code):
+ − 530 * internals/internals.texi (Mule-izing Code):
+ − 531 * internals/internals.texi (CCL):
+ − 532 * internals/internals.texi (Modules for Internationalization):
+ − 533 * internals/internals.texi (The Lisp Reader and Compiler):
+ − 534 * internals/internals.texi (Lstreams):
+ − 535 * internals/internals.texi (Creating an Lstream):
+ − 536 * internals/internals.texi (Lstream Types):
+ − 537 * internals/internals.texi (Lstream Functions):
+ − 538 * internals/internals.texi (Lstream Methods):
+ − 539 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows):
+ − 540 * internals/internals.texi (Point):
+ − 541 * internals/internals.texi (Window Hierarchy):
+ − 542 * internals/internals.texi (The Window Object):
+ − 543 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
+ − 544 * internals/internals.texi (The Redisplay Mechanism):
+ − 545 * internals/internals.texi (Critical Redisplay Sections):
+ − 546 * internals/internals.texi (Line Start Cache):
+ − 547 * internals/internals.texi (Redisplay Piece by Piece):
+ − 548 * internals/internals.texi (Modules for the Redisplay Mechanism):
+ − 549 * internals/internals.texi (Modules for other Display-Related Lisp Objects):
+ − 550 * internals/internals.texi (Introduction to Extents):
+ − 551 * internals/internals.texi (Extent Ordering):
+ − 552 * internals/internals.texi (Format of the Extent Info):
+ − 553 * internals/internals.texi (Zero-Length Extents):
+ − 554 * internals/internals.texi (Mathematics of Extent Ordering):
+ − 555 * internals/internals.texi (Extent Fragments):
+ − 556 * internals/internals.texi (Faces):
+ − 557 * internals/internals.texi (Glyphs):
+ − 558 * internals/internals.texi (Specifiers):
+ − 559 * internals/internals.texi (Menus):
+ − 560 * internals/internals.texi (Subprocesses):
+ − 561 * internals/internals.texi (Interface to MS Windows):
+ − 562 * internals/internals.texi (Different kinds of Windows environments):
+ − 563 * internals/internals.texi (Windows Build Flags):
+ − 564 * internals/internals.texi (Windows I18N Introduction):
+ − 565 * internals/internals.texi (Modules for Interfacing with MS Windows):
+ − 566 * internals/internals.texi (Interface to the X Window System):
+ − 567 * internals/internals.texi (Generic Widget Interface):
+ − 568 * internals/internals.texi (Scrollbars):
+ − 569 * internals/internals.texi (Menubars):
+ − 570 * internals/internals.texi (Checkboxes and Radio Buttons):
+ − 571 * internals/internals.texi (Modules for Interfacing with X Windows):
+ − 572 * internals/internals.texi (Future Work):
+ − 573 * internals/internals.texi (Future Work -- Elisp Compatibility Package):
+ − 574 * internals/internals.texi (Future Work -- Drag-n-Drop):
+ − 575 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions):
+ − 576 * internals/internals.texi (Future Work -- Better Initialization File Scheme):
+ − 577 * internals/internals.texi (Future Work -- Keyword Parameters):
+ − 578 * internals/internals.texi (Future Work -- Property Interface Changes):
+ − 579 * internals/internals.texi (Future Work -- Easier Toolbar Customization):
+ − 580 * internals/internals.texi (Future Work -- Toolbar Interface Changes):
+ − 581 * internals/internals.texi (Future Work -- Menu API Changes):
+ − 582 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type):
+ − 583 * internals/internals.texi (Future Work -- Mouse Pointer):
+ − 584 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface):
+ − 585 * internals/internals.texi (Future Work -- Busy Pointer):
+ − 586 * internals/internals.texi (Future Work -- Extents):
+ − 587 * internals/internals.texi (Future Work -- Everything should obey duplicable extents):
+ − 588 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization):
+ − 589 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website):
+ − 590 * internals/internals.texi (Future Work -- Keybinding Schemes):
+ − 591 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings):
+ − 592 * internals/internals.texi (Future Work -- Misc Key Binding Ideas):
+ − 593 * internals/internals.texi (Future Work -- Byte Code Snippets):
+ − 594 * internals/internals.texi (Future Work -- Autodetection):
+ − 595 * internals/internals.texi (Future Work -- Conversion Error Detection):
+ − 596 * internals/internals.texi (Future Work -- BIDI Support):
+ − 597 * internals/internals.texi (Future Work -- Localized Text/Messages):
+ − 598 * internals/internals.texi (freeze): New.
+ − 599 * internals/internals.texi (fail-safe): New.
+ − 600 * internals/internals.texi (like): New.
+ − 601 * internals/internals.texi (user): New.
+ − 602 * internals/internals.texi (ben): New.
+ − 603 * internals/internals.texi ('type): New.
+ − 604 * internals/internals.texi (NOTE): New.
+ − 605 * internals/internals.texi (ILLEGIBLE): New.
+ − 606 * internals/internals.texi (language): New.
+ − 607 * internals/internals.texi (preprocessing): New.
+ − 608 * internals/internals.texi (Subject): New.
+ − 609 * internals/internals.texi (http): New.
+ − 610 * internals/internals.texi (Now): Removed.
+ − 611 * internals/internals.texi (wrong): New.
+ − 612 * internals/internals.texi (Proof): Removed.
+ − 613
+ − 614 Add bunches and bunches and bunches and bunches of stuff, taken
+ − 615 from documentation floating around in various places -- text.c,
+ − 616 file-coding.c, other .c and .h files, stuff that I wrote up for an
+ − 617 old XEmacs contract, proposals written up in the process of an
+ − 618 e-mail discussion, etc. Fix up some mistakes, esp. in CCL. Extra
+ − 619 crap from CCL, duplicated with Lispref, removed. Sections on Old
+ − 620 Future Work and Future Work Discussion added.
+ − 621
+ − 622 Bunches of other work. Add bunches of documentation taken from the
+ − 623 source code. Fixup various places to use @strong{}, @code{},
+ − 624 @file{}. Create new Text chapter, split off from Buffers and
+ − 625 Textual Representation. Create new chapter for MS Windows, mostly
+ − 626 written from scratch. Consolidate all Mule info under
+ − 627 "Multilingual Support". Break up chapter on modules and move some
+ − 628 parts to the sections discussing the modules, for consolidation
+ − 629 purposes. Add a big cross-reference table for all the modules to
+ − 630 where they're discussed (or not). New chapter Asynchronous
+ − 631 Events; Quit Checking. (Taken from various parts of the code.) New
+ − 632 Introduction. New section on Focus Handling (from the code).
+ − 633
+ − 634 NOTE that in the process, I discovered that we essentially have
+ − 635 FOUR redundant introductions to Mule issues! Someone really needs
+ − 636 to go through and clean them up and integrate them (sjt?).
+ − 637
2355
+ − 638 2003-07-18 Alexey Mahotkin <alexm@hsys.msk.ru>
+ − 639
+ − 640 * lispref/windows.texi (Basic Windows): Fix typo.
+ − 641
2346
+ − 642 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
+ − 643
+ − 644 * XEmacs 21.5.18 "chestnut" is released.
+ − 645
2297
+ − 646 2003-11-02 Stephen J. Turnbull <stephen@xemacs.org>
+ − 647
+ − 648 * lispref/control.texi (Examples of Catch): Mention use of a cons
+ − 649 as a catch tag.
+ − 650
+ − 651 2004-07-20 Stephen J. Turnbull <stephen@xemacs.org>
+ − 652
+ − 653 * lispref/glyphs.texi (Image Instantiator Formats): Add a few
+ − 654 words about the tab control widget.
+ − 655
2289
+ − 656 2004-05-14 Darryl Okahata <darrylo@xemacs.org>
+ − 657
+ − 658 * lispref/windows.texi. Added documentation for the functions,
+ − 659 ``current-pixel-row'' and ``current-pixel-column''.
+ − 660
2269
+ − 661 2004-09-13 Jerry James <james@xemacs.org>
+ − 662
+ − 663 * internals/internals.texi (Modules for Interfacing with the
+ − 664 Operating System): The code formerly in callproc.c is now
+ − 665 implemented in Lisp in process.el.
+ − 666
2256
+ − 667 2004-08-30 Jerry James <james@xemacs.org>
+ − 668
+ − 669 * lispref/text.texi: Document text fields.
+ − 670
2255
+ − 671 2004-09-08 Stephen J. Turnbull <stephen@xemacs.org>
+ − 672
+ − 673 * lispref/searching.texi (Syntax of Regexps): Add example of use
+ − 674 of shy groups in variable subexpression, correct rumor that there
2297
+ − 675 may be substantial performance gain. Document double-digit back-
+ − 676 references.
2255
+ − 677
2214
+ − 678 2004-08-13 Stephen J. Turnbull <stephen@xemacs.org>
+ − 679
2215
+ − 680 * xemacs/help.texi (Misc Help): Info-goto-emacs-key-command-node
+ − 681 to function index. Document Info-goto-emacs-command-node.
+ − 682
2214
+ − 683 * lispref/positions.texi (Text Lines): makeinfo doesn't like Note:.
+ − 684
2182
+ − 685 2004-07-19 Stephen J. Turnbull <stephen@xemacs.org>
+ − 686
+ − 687 * lispref/glyphs.texi: Complete reorganization, some content updated.
+ − 688 * lispref/lispref.texi (Top): Update menu to match.
+ − 689 * lispref/extents.texi (Extent Properties): Update xref.
+ − 690
+ − 691 2004-06-29 Stephen J. Turnbull <stephen@xemacs.org>
+ − 692
+ − 693 * internals/internals.texi (Modules for Other Aspects of the Lisp
+ − 694 Interpreter and Object System): Add description of Sextword syntax
+ − 695 class (now obsolete).
+ − 696
+ − 697 2004-06-20 Stephen J. Turnbull <stephen@xemacs.org>
+ − 698
+ − 699 * internals/internals.texi (Techniques for XEmacs Developers): Be
+ − 700 specific when discussing optimization.
2255
+ − 701 (Techniques for XEmacs Developers): Fragments that are meaningless
2182
+ − 702 by themselves or contain placeholders should be @samp, not @code.
+ − 703 (Modules for Internationalization): Add description of mule-coding.c
+ − 704 and further deprecate mule.c.
+ − 705 (Modules for Regression Testing): Add {tag,weak}-tests.el to list.
+ − 706
2164
+ − 707 2004-07-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 708
+ − 709 * xemacs-faq.texi (Q3.10.2): Mention that `pending-delete' is in
+ − 710 the "pc" package.
+ − 711
2141
+ − 712 2004-06-15 Stephen J. Turnbull <stephen@xemacs.org>
+ − 713
+ − 714 * lispref/specifiers.texi (Specifier Instancing): Add "neon
+ − 715 modeline" hack as an example. Thanks to Giacomo Boffi.
+ − 716
2135
+ − 717 2004-06-07 Jerry James <james@xemacs.org>
+ − 718
+ − 719 * lispref/modes.texi (Major Modes): Document -mode functions, and
+ − 720 the use of a nil argument to defined-derived mode.
+ − 721 * lispref/modes.texi (Major Mode Conventions): Describe the use of
+ − 722 delay-mode-hooks and define-derived-mode.
+ − 723 * lispref/modes.texi (Derived Modes): Warn against the use of
+ − 724 interactive specs in derived mode definitions.
+ − 725 * lispref/modes.texi (Hooks): Document run-mode-hooks,
+ − 726 delay-mode-hooks, run-hook-with-args,
+ − 727 run-hook-with-args-until-failure, and0
+ − 728 run-hook-with-args-until-success.
+ − 729
2127
+ − 730 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org>
+ − 731
+ − 732 * lispref/glyphs.texi (Creating Glyphs): Improve discussion, fix a
+ − 733 couple of typos.
+ − 734
+ − 735 * lispref/faces.texi (Face Properties): Background pixmaps
+ − 736 can be used on GTK and MS Windows.
+ − 737 (Face Convenience Functions): Cross-reference glyph interface.
+ − 738 Background pixmap is an image specifier, not a glyph.
+ − 739
2091
+ − 740 2004-05-21 Stephen J. Turnbull <stephen@xemacs.org>
+ − 741
+ − 742 * lispref/numbers.texi (Comparison of Numbers): Clarify bigfloat eql.
+ − 743 (Predicates on Numbers): Fix thinko in description of `bigfloatp'.
+ − 744
2090
+ − 745 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org>
+ − 746
+ − 747 * lispref/numbers.texi (Numbers): Remove reference to "fixed-
+ − 748 precision rationals," and fix description of floating-point
+ − 749 contagion.
+ − 750 (Integer Basics, Float Basics): Fix typos.
+ − 751 (Canonicalization and Contagion): Complete rewrite.
+ − 752 (Predicates on Numbers): Add fixnump, bignump, ratiop, rationalp,
+ − 753 bigfloatp, floatingp, realp, oddp and evenp.
+ − 754 (Rational Basics): Add numerator and denominator.
+ − 755 (Random Numbers): Fix description of range, and add paranoid
+ − 756 comment about how unpredictable `(random t)' is.
+ − 757 (Canonicalization and Contagion): Renamed from Contagion and
+ − 758 Canonicalization.
+ − 759 (The Bignum Extension): Fix it in menu.
+ − 760
2069
+ − 761 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org>
+ − 762
+ − 763 * internals/internals.texi (Object-Oriented Techniques for C):
+ − 764 Remove reference to "encouraging port to C++".
+ − 765
+ − 766 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org>
2033
+ − 767
+ − 768 * lispref/numbers.texi (The Bignum Extension): Mention the feature
+ − 769 symbols provided.
+ − 770
2069
+ − 771 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org>
2032
+ − 772
+ − 773 * lispref/numbers.texi (Rational Basics): There's a reason why
+ − 774 this node is named "Rational" and not "Ratio" in the menu....
+ − 775
2028
+ − 776 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org>
+ − 777
+ − 778 * internals/internals.texi (Object-Oriented Techniques in XEmacs):
+ − 779 New node.
+ − 780 (The XEmacs Object System (Abstractly Speaking)):
+ − 781 Reorder the list of objects somewhat.
+ − 782 Add brief descriptions of the arbitrary-precision number types.
+ − 783 (Writing Good Comments): Slight revision, recommend @xemacs alias.
+ − 784 (Character-Related Data Types): Add a few comments re Unicode.
+ − 785 (Working With Character and Byte Positions): Ditto.
+ − 786 (General Guidelines for Writing Mule-Aware Code): Query.
+ − 787 (Conversion to and from External Data): Ditto.
+ − 788 (Techniques for XEmacs Developers): Typo.
+ − 789 (Modules for Regression Testing): Add an xref.
+ − 790 (Overview): Note that dump file is now inside the executable.
+ − 791 (Remaining issues): Mention ExecShield vs. pdumper.
+ − 792 (Searching and Matching): Mention UTF-8 wrt Mule.
+ − 793
+ − 794 2004-02-22 Stephen J. Turnbull <stephen@xemacs.org>
+ − 795
+ − 796 * widget.texi (Introduction): Update historical references a bit.
+ − 797 Fix many typos and grammatical problems.
+ − 798 (User Interface): Fix typo.
+ − 799
2069
+ − 800 2004-04-09 Stephen J. Turnbull <stephen@xemacs.org>
2028
+ − 801
+ − 802 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and
+ − 803 bigfloats briefly.
+ − 804 (Integer Basics): We've had 31-bit integers for a while. Fix the
+ − 805 statement of minimum available precision and the examples.
+ − 806 Document most-positive-fixnum and most-negative-fixnum. Add a
+ − 807 pointer to the node "The Bignum Extension".
+ − 808 (Float Basics): Document most-positive-float, most-negative-float,
+ − 809 least-positive-float, least-positive-normalized-float,
+ − 810 least-negative-float, and least-negative-normalized-float. Add a
+ − 811 pointer to the node "The Bignum Extension".
+ − 812 (Comparison of Numbers): Update for bignums.
+ − 813
+ − 814 (The Bignum Extension):
+ − 815 (Bignum Basics):
+ − 816 (Ratio Basics):
+ − 817 (Bigfloat Basics):
+ − 818 (Contagion and Canonicalization):
+ − 819 (Compatibility Issues):
+ − 820 New nodes.
+ − 821
+ − 822 * lispref/lispref.texi (Top):
+ − 823 * lispref/numbers.texi (Numbers):
+ − 824 Add nodes "Ratio Basics" and "The Bignum Extension" to menus.
+ − 825
+ − 826 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org>
+ − 827
+ − 828 * lispref/specifiers.texi: Update FSF copyright.
+ − 829 (Specifier Compatibility Notes): New node.
+ − 830
+ − 831 * lispref/glyphs.texi (Glyph Properties): Fix typo.
+ − 832 (Glyphs):
+ − 833 (Native GUI Widgets): New node.
+ − 834
+ − 835 * lispref/gutter.texi (Gutter Descriptor Format): Node deleted.
+ − 836 (Gutter):
+ − 837 (Gutter Intro):
+ − 838 (Creating Gutter):
+ − 839 (Specifying a Gutter):
+ − 840 Pluralize node name to Creating Gutters.
+ − 841 (Creating Gutters): Improve explanation of gutter descriptors.
+ − 842 (Other Gutter Variables): Remove extraneous text.
+ − 843 (Common Gutter Widgets): In lieu of real documentation, at least
+ − 844 point to gutter-items.el.
+ − 845
2069
+ − 846 2004-04-06 Stephen J. Turnbull <stephen@xemacs.org>
1987
+ − 847
+ − 848 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>.
+ − 849 Thanks to Jerry James <james@xemacs.org>.
+ − 850
+ − 851 * xemacs-faq.texi (Top, Miscellaneous): In menus, renumber Section
+ − 852 5.3 and Q5.3.1-12 as 5.4.x, and add Mathematics and Q5.3.1-4 as
+ − 853 replacement section 5.3.
+ − 854 (Q5.3.1, Q5.3.2, Q5.3.3, Q5.3.4) New FAQs for bignums.
+ − 855 (Q5.2.1, Q8.0.1) Add @unnumberedsec headings.
+ − 856 (Q6.4.1) Correct @unnumberedsec heading.
+ − 857
1964
+ − 858 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
+ − 859
+ − 860 * XEmacs 21.5.17 "chayote" is released.
+ − 861
1920
+ − 862 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org>
+ − 863
+ − 864 * internals/internals.texi (GCPROing): Mention `Fsignal'. Clarify
+ − 865 that references, not the objects themselves, are what is marked.
+ − 866
1882
+ − 867 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org>
+ − 868
+ − 869 * lispref/specifiers.texi (Copyright): Update.
+ − 870
+ − 871 (Creating Specifiers): Correct more instances of subject-verb
+ − 872 disagreement.
+ − 873
1877
+ − 874 2004-01-24 Stephen J. Turnbull <stephen@xemacs.org>
+ − 875
+ − 876 * lispref/specifiers.texi (Specifier Instancing Functions): Fix
+ − 877 typos, thanks to Ilpo Nyyss�nen.
+ − 878
1875
+ − 879 2004-01-23 Stephen J. Turnbull <stephen@xemacs.org>
+ − 880
+ − 881 * lispref/specifiers.texi (Specifier Instancing Functions): Add
+ − 882 documentation of `specifier-matching-instance'.
+ − 883 (Introduction to Specifiers): Fix typos.
+ − 884 (Simple Specifier Usage): Cross-reference Toolbar Intro.
+ − 885 (Creating Specifiers):
+ − 886 (Specifier Instancing Functions):
+ − 887 (Adding Specifications):
+ − 888 Various improvements. Deprecate set-specifier a bit more.
+ − 889
1869
+ − 890 2004-01-20 Stephen J. Turnbull <stephen@xemacs.org>
+ − 891
+ − 892 * lispref/specifiers.texi (Specifier Examples): Add new example,
+ − 893 pluralize node name and section title.
+ − 894 (Specifiers): Pluralize "Specifier Examples" in menu.
+ − 895
+ − 896 * lispref/lispref.texi (Top): Pluralize "Specifier Examples" in menu.
+ − 897
+ − 898 2003-11-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 899
+ − 900 * xemacs-faq.texi: Fix Tony Rossini's address.
+ − 901
1833
+ − 902 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au>
+ − 903
+ − 904 * lispref/customize.texi (Defining New Types): New node.
+ − 905 From Per Abrahamsen <abraham@dina.kvl.dk>
+ − 906
1755
+ − 907 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru>
+ − 908
+ − 909 * lispref/tips.texi (Comment Tips): Typo fix.
+ − 910
1738
+ − 911 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru>
+ − 912
+ − 913 * new-users-guide/custom2.texi (Init File):
+ − 914
+ − 915 Fix up erroneous uses of @var instead of @code for the names of
+ − 916 particular variables in programming languages.
+ − 917
+ − 918 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru>
+ − 919
+ − 920 * custom.texi (The Init File):
+ − 921 * xemacs-faq.texi (Q2.1.3):
+ − 922 (Q2.1.5):
+ − 923
+ − 924 * internals/internals.texi (Modules for Internationalization):
+ − 925
+ − 926 * lispref/display.texi (Beeping):
+ − 927 * lispref/ldap.texi (Encoder/Decoder Functions):
+ − 928 * lispref/markers.texi (The Mark):
+ − 929 (The Region):
+ − 930 * lispref/menus.texi (Menu Accelerator Functions):
+ − 931 * lispref/numbers.texi (Math Functions):
+ − 932 * lispref/packaging.texi (package-info.in):
+ − 933 (Makefile):
+ − 934 (Local.rules File):
+ − 935 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes):
+ − 936 (libpq Lisp Variables):
+ − 937 (Synchronous Interface Functions):
+ − 938 (Other libpq Functions):
+ − 939
+ − 940 * new-users-guide/custom2.texi (Init File):
+ − 941 (Setting Variables):
+ − 942 * new-users-guide/files.texi (File Names):
+ − 943 (Saving Files):
+ − 944 * new-users-guide/search.texi (Search and Replace):
+ − 945
+ − 946 * xemacs/custom.texi (X Resources):
+ − 947
+ − 948 Fix up erroneous uses of @var instead of @code for the names of
+ − 949 particular variables in programming languages.
+ − 950
+ − 951 2003-10-10 Stephen J. Turnbull <stephen@xemacs.org>
+ − 952
+ − 953 * Makefile: Remove old package and redundant cruft.
+ − 954
1734
+ − 955 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru>
+ − 956
+ − 957 * lispref/mule.texi (Charset Property Functions): Charset registry
+ − 958 can be set.
+ − 959 (Predefined Charsets): Add registry to Vietnamese charset names.
+ − 960
1716
+ − 961 2003-09-26 Steve Youngs <youngs@xemacs.org>
+ − 962
+ − 963 * XEmacs 21.5.16 "celeriac" is released.
+ − 964
1710
+ − 965 2003-09-22 Adrian Aichner <adrian@xemacs.org>
+ − 966
+ − 967 * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE
+ − 968 argument for a cross reference to "The XEmacs User's Manual".
+ − 969
1709
+ − 970 2003-08-15 Stephen J. Turnbull <stephen@xemacs.org>
+ − 971
+ − 972 * internals/internals.texi: Update copyright notice.
+ − 973 (GCPROing): Add missing period.
+ − 974 (Adding Global Lisp Variables): general.c -> general-slots.h.
+ − 975 (A Reader's Guide to XEmacs Coding Conventions): New node.
+ − 976
1703
+ − 977 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru>
+ − 978
+ − 979 * xemacs/mini.texi (Minibuffer): Add customizing message display
+ − 980 reference.
+ − 981 * lispref/display.texi (Customizing Message Display): New,
+ − 982 describe `redisplay-echo-area-function',
+ − 983 `undisplay-echo-area-function', `minibuffer-echo-wait-function'.
+ − 984 (The Echo Area): Add menu.
+ − 985
1702
+ − 986 2003-09-19 Sandra Wambold <wambold@xemacs.org>
+ − 987
+ − 988 * Makefile: add targets to produce PDF files
+ − 989
1665
+ − 990 2003-09-03 Steve Youngs <youngs@xemacs.org>
+ − 991
+ − 992 * XEmacs 21.5.15 "celery" is released.
+ − 993
1648
+ − 994 2003-08-28 Steve Youngs <youngs@xemacs.org>
+ − 995
+ − 996 * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to
+ − 997 remove a package.
+ − 998 (Q3.8.2): big-menubar is in the edit-utils package.
+ − 999 (Q4.3.2): Add a comment about not needing TM for things like Gnus,
+ − 1000 MH-E and VM.
+ − 1001 (Q5.3.3): State correct location of ps-print.el.
+ − 1002
+ − 1003 * xemacs/packages.texi (Packages): Remove "Creating Packages" menu
+ − 1004 entry.
+ − 1005 (Package Terminology): Whitespace clean up.
+ − 1006 (Installing Packages): Whitespace clean up and add some @code
+ − 1007 formatters.
+ − 1008 Re-organise the menu so that installation via PUI is first and
+ − 1009 Sumo is last.
+ − 1010 (Automatically): mule-base is no longer a requirement for using
+ − 1011 PUI.
+ − 1012 Mention optionally requiring mailcrypt.
+ − 1013 (Note): Removed.
+ − 1014 (Manually): Move to below the PUI installation method.
+ − 1015 (Sumo): Move to below the manual installation method.
+ − 1016 (Which Packages): Add mailcrypt.
+ − 1017 (Building Packages): Remove duplicated stuff that is in
+ − 1018 lispref/packaging.texi, xref to it instead.
+ − 1019 (Local.rules File): xref to the appropriate node in
+ − 1020 lispref/packaging.texi.
+ − 1021 (Available Packages): Update to current reality.
+ − 1022 (all): Removed.
+ − 1023 (srckit): Removed.
+ − 1024 (binkit): Removed.
+ − 1025
+ − 1026 * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW.
+ − 1027
+ − 1028 * new-users-guide/custom2.texi (Init File): big-menubar.el is in
+ − 1029 the edit-utils package.
+ − 1030
+ − 1031 * lispref/packaging.texi (Packaging):
+ − 1032 (The User View):
+ − 1033 (The Library Maintainer View):
+ − 1034 (Infrastructure):
+ − 1035 (Control Files):
+ − 1036 (Obtaining):
+ − 1037 (The Package Release Engineer View):
+ − 1038 (Package Terminology):
+ − 1039 (Building Packages):
+ − 1040 (Makefile Targets):
+ − 1041 (packages): New.
+ − 1042 (Local.rules File):
+ − 1043 (XEMACS_PACKAGES): Removed.
+ − 1044 (XEMACS_INSTALLED_PACKAGES_ROOT): New.
+ − 1045 (NONMULE_PACKAGES): New.
+ − 1046 (EXCLUDES): New.
+ − 1047 (Creating Packages):
+ − 1048 (BATCH): New.
+ − 1049 (VERSION): Removed.
+ − 1050 (AUTHOR_VERSION): Removed.
+ − 1051 (MAINTAINER): Removed.
+ − 1052 (PACKAGE): Removed.
+ − 1053 (PKG_TYPE): Removed.
+ − 1054 (REQUIRES): Removed.
+ − 1055 (CATEGORY): Removed.
+ − 1056 (ELS): Removed.
+ − 1057 (ELCS): Removed.
+ − 1058 (all): Removed.
+ − 1059 (srckit): Removed.
+ − 1060 (binkit): Removed.
+ − 1061 (are): New.
+ − 1062 (STANDARD_DOCS): New.
+ − 1063 (ELCS_1_DEST): New.
+ − 1064 (example): New.
+ − 1065 (PACKAGE_SUPPRESS): New.
+ − 1066 (EXPLICIT_DOCS): New.
+ − 1067 (DATA_DEST): New.
+ − 1068 (Documenting Packages):
+ − 1069
+ − 1070 Not quite a total rewrite, but a fairly thorough audit
+ − 1071 nonetheless.
+ − 1072
1620
+ − 1073 2003-07-31 Ren� Kyllingstad <listmailxemacs@kyllingstad.com>
+ − 1074
+ − 1075 * lispref/display.texi (Invisible Text):
+ − 1076 mention line-move-ignore-invisible.
+ − 1077 * lispref/extents.texi (Extent Properties):
+ − 1078 end-glyph will still be displayed when invisible is set.
+ − 1079 * lispref/extents.texi (Extents and Events):
+ − 1080 only begin-glyph is highlighted.
+ − 1081
1616
+ − 1082 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1083
+ − 1084 * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition.
+ − 1085
1613
+ − 1086 2003-08-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1087
+ − 1088 * lispref/packaging.texi (Creating Packages):
+ − 1089 * xemacs/packages.texi (Creating Packages):
+ − 1090 Style guideline for package-info.in description.
+ − 1091
1554
+ − 1092 2003-06-30 Vin Shelton <acs@xemacs.org>
+ − 1093
+ − 1094 * lispref/lists.texi (List-related Predicates): Add @end defun.
+ − 1095
1549
+ − 1096 2003-06-30 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1097
+ − 1098 * xemacs-faq.texi (Q3.2.2): Fix typo.
+ − 1099
+ − 1100 2003-06-20 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1101
+ − 1102 * lispref/objects.texi (Character Type): Document ?\x00 read
+ − 1103 syntax and range limitations on ?\000 and ?\x00 read syntaxes.
+ − 1104
+ − 1105 2003-06-16 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1106
+ − 1107 * lispref/lists.texi (List-related Predicates): Document
+ − 1108 `true-list-p', and reference it from `listp'.
+ − 1109
1510
+ − 1110 2003-06-01 Steve Youngs <youngs@xemacs.org>
+ − 1111
+ − 1112 * XEmacs 21.5.14 "cassava" is released.
+ − 1113
1496
+ − 1114 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1115
+ − 1116 * internals/internals.texi (Searching and Matching): New node.
+ − 1117
1495
+ − 1118 2003-05-17 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1119
+ − 1120 * xemacs-faq.texi (detail menu): Reformat "Current Events" caption.
+ − 1121 (Legacy Versions): New section.
+ − 1122 (Q8.0.1): New question.
+ − 1123
+ − 1124 2003-05-16 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1125
+ − 1126 * lispref/searching.texi (Regexp Search): Update split-string for
+ − 1127 new specification.
+ − 1128
+ − 1129 * lispref/strings.texi (Creating Strings): Xref split-string
+ − 1130 (this is where GNU Emacs documents it).
+ − 1131
1473
+ − 1132 2003-05-10 Steve Youngs <youngs@xemacs.org>
+ − 1133
+ − 1134 * XEmacs 21.5.13 "cauliflower" is released.
+ − 1135
1468
+ − 1136 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1137
+ − 1138 * lispref/searching.texi (Match Data): Failed match preserves data.
+ − 1139
1441
+ − 1140 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1141
+ − 1142 * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows.
+ − 1143
1431
+ − 1144 2003-04-24 Steve Youngs <youngs@xemacs.org>
+ − 1145
+ − 1146 * XEmacs 21.5.12 "carrot" is released.
+ − 1147
1389
+ − 1148 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1149
+ − 1150 * xemacs/frame.texi (XEmacs under X):
+ − 1151 * xemacs-faq.texi:
+ − 1152 Global substitute .Xresources for .Xdefaults.
1386
+ − 1153
+ − 1154 * xemacs-faq.texi (Q3.2.2): `default' is also a face.
+ − 1155 (Q3.2.2, Q3.8.4): Describe appropriate use of `fontSet' in Mule.
+ − 1156 Suggested by Janis Dzerins <jonis@dir.lv>.
+ − 1157
1366
+ − 1158 2003-03-20 Steve Youngs <youngs@xemacs.org>
+ − 1159
+ − 1160 * xemacs/packages.texi (Automatically): Refer to
+ − 1161 'pui-set-local-package-get-directory' instead of
+ − 1162 'pui-add-install-directory'.
+ − 1163 Remove comment about PGP not being intergrated into PUI.
+ − 1164 Document balloon-help in PUI.
+ − 1165 Add heading "Keeping Packages Up To Date".
+ − 1166 (Building Packages): makeinfo 4.2 is required.
+ − 1167
1362
+ − 1168 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1169
+ − 1170 * xemacs/frame.texi (Gutter Basics): Describe common options for
+ − 1171 buffers tab control.
+ − 1172
1353
+ − 1173 2003-03-11 Adrian Aichner <adrian@xemacs.org>
+ − 1174
+ − 1175 * cl.texi: Change incorrect references to GNU where XEmacs is
+ − 1176 appropriate.
+ − 1177
1347
+ − 1178 2003-03-09 Ben Wing <ben@xemacs.org>
+ − 1179
+ − 1180 * widget.texi (Defining New Widgets):
+ − 1181 Fix Turnbull typos.
+ − 1182
1339
+ − 1183 2003-03-02 Stephen Turnbull <stephen@xemacs.org>
+ − 1184
+ − 1185 * widget.texi (Defining New Widgets):
+ − 1186 Document `widget-create-child', `widget-create-child-and-convert',
+ − 1187 and `widget-create-child-value'. Document the `:copy' method.
+ − 1188 Improve discussion of the `:convert-widget' method.
+ − 1189
1333
+ − 1190 2003-02-26 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1191
+ − 1192 * internals/internals.texi (XEmacs From the Perspective of Building):
+ − 1193 Fix typo.
+ − 1194 (Build-Time Dependencies): New node.
+ − 1195
1307
+ − 1196 2003-02-16 Steve Youngs <youngs@xemacs.org>
+ − 1197
+ − 1198 * XEmacs 21.5.11 "cabbage" is released.
+ − 1199
1288
+ − 1200 2003-02-11 Adrian Aichner <adrian@xemacs.org>
+ − 1201
+ − 1202 * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user
+ − 1203 manual.
+ − 1204
1263
+ − 1205 2003-02-06 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1206
+ − 1207 * internals/internals.texi (Top):
+ − 1208 (Buffers and Textual Representation):
+ − 1209 Fix up white space in menu.
+ − 1210 (Character-Related Data Types):
+ − 1211 (Conversion to and from External Data):
+ − 1212 (Format of the Extent Info):
+ − 1213 Pedantic grammatical nits.
+ − 1214
1261
+ − 1215 2003-02-05 Ben Wing <ben@xemacs.org>
+ − 1216
+ − 1217 * lispref/mule.texi (Internationalization Terminology):
+ − 1218 Lots of Mule rewriting.
+ − 1219
+ − 1220 2003-02-05 Ben Wing <ben@xemacs.org>
+ − 1221
+ − 1222 * internals/internals.texi (Top):
+ − 1223 * internals/internals.texi (Coding for Mule):
+ − 1224 * internals/internals.texi (Character-Related Data Types):
+ − 1225 * internals/internals.texi (Working With Character and Byte Positions):
+ − 1226 * internals/internals.texi (Conversion to and from External Data):
+ − 1227 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code):
+ − 1228 * internals/internals.texi (An Example of Mule-Aware Code):
+ − 1229 * internals/internals.texi (Mule-izing Code):
+ − 1230 * internals/internals.texi (help): New.
+ − 1231 * internals/internals.texi (Buffers and Textual Representation):
+ − 1232 * internals/internals.texi (The Text in a Buffer):
+ − 1233 * internals/internals.texi (Markers and Extents):
+ − 1234 * internals/internals.texi (MULE Character Sets and Encodings):
+ − 1235 * internals/internals.texi (Lstream Functions):
+ − 1236 * internals/internals.texi (Lstream Methods):
+ − 1237 * internals/internals.texi (Format of the Extent Info):
+ − 1238 * internals/internals.texi (Mathematics of Extent Ordering):
+ − 1239 Major fixup. Correct for new names of Bytebpos, Ichar, etc. and
+ − 1240 lots of Mule rewriting.
+ − 1241
1258
+ − 1242 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1243
+ − 1244 * xemacs/startup.texi (Startup Paths): Clarification of package
+ − 1245 hierarchy structure.
+ − 1246
+ − 1247 * xemacs-faq.texi (Q2.0.13, Q2.0.14, Q2.1.24, Q2.1.25): Not NEW.
+ − 1248 (Q2.1.15): Stylistic changes for clarity.
+ − 1249
1251
+ − 1250 2003-02-03 Steve Youngs <youngs@xemacs.org>
+ − 1251
+ − 1252 * xemacs/packages.texi (Local.rules File): Update to reflect Ben's
+ − 1253 recent dabble into the packages.
+ − 1254
1187
+ − 1255 2003-01-04 Steve Youngs <youngs@xemacs.org>
+ − 1256
+ − 1257 * XEmacs 21.5.10 "burdock" is released.
+ − 1258
1188
+ − 1259 2003-01-04 Steve Youngs <youngs@xemacs.org>
+ − 1260
+ − 1261 * lispref/mule.texi (Charset Unification): Menu item "Internals"
+ − 1262 should be "Unification Internals".
+ − 1263
1183
+ − 1264 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1265
+ − 1266 * xemacs/startup.texi (Startup Paths): Hierarchy, not package, layout.
+ − 1267
+ − 1268 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1269
+ − 1270 * xemacs-faq.texi: Debugging FAQ improvements from Ben Wing.
+ − 1271 (Q2.0.6): Mention union type bugs.
+ − 1272 (Q2.1.1): Debugging HOWTO improvements.
+ − 1273 (Q2.1.15): Decoding Lisp objects in the debugger.
+ − 1274
+ − 1275 * widget.texi (Widget Internals): New node.
+ − 1276 (Top): Add menu item for it.
+ − 1277
+ − 1278 * xemacs/xemacs.texi (Top): Better short description of Mule in
+ − 1279 menu. Mule submenu.
+ − 1280
+ − 1281 Charset unification docs. What a concept---commit docs first!
+ − 1282
+ − 1283 * lispref/mule.texi (MULE): Add Unification and Tables menu entries.
+ − 1284 (Unicode Support): Fixup next node.
+ − 1285 (Charset Unification):
+ − 1286 (Overview):
+ − 1287 (Usage):
+ − 1288 (Basic Functionality):
+ − 1289 (Interactive Usage):
+ − 1290 (Configuration):
+ − 1291 (Theory of Operation):
+ − 1292 (What Unification Cannot Do for You):
+ − 1293 (Unification Internals):
+ − 1294 (Charsets and Coding Systems):
+ − 1295 New nodes.
+ − 1296
+ − 1297 * xemacs/mule.texi (Mule): Menu items for Unification and Tables.
+ − 1298 (Recognize Coding):
+ − 1299 (Specify Coding):
+ − 1300 Fixup next and previous pointers.
+ − 1301 (Unification):
+ − 1302 (Unification Overview):
+ − 1303 (Unification Usage):
+ − 1304 (Unification Configuration):
+ − 1305 (Unification FAQs):
+ − 1306 (Unification Theory):
+ − 1307 (What Unification Cannot Do for You):
+ − 1308 (Charsets and Coding Systems):
+ − 1309 New nodes.
+ − 1310
+ − 1311 2002-12-17 Stephen Turnbull <stephen@xemacs.org>
+ − 1312
+ − 1313 * widget.texi (Widget Wishlist): Typo.
+ − 1314 (Defining New Widgets): s/widget-define/define-widget/g.
+ − 1315
+ − 1316 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1317
+ − 1318 * internals/internals.texi (Regression Testing XEmacs): Hints for
+ − 1319 test design.
+ − 1320
1143
+ − 1321 2002-10-29 Ville Skytt� <scop@xemacs.org>
+ − 1322
+ − 1323 * xemacs-faq.texi (Top):
+ − 1324 The canonical location for FAQ on the website is /FAQ/.
+ − 1325
1142
+ − 1326 2002-11-12 Ilya N. Golubev <gin@mo.msk.ru>
+ − 1327
+ − 1328 * xemacs/custom.texi (Face Customization):
+ − 1329 (Faces):
+ − 1330 Document face-frob-from-locale-first variable.
+ − 1331
1138
+ − 1332 2002-12-03 Didier Verna <didier@xemacs.org>
+ − 1333
+ − 1334 * xemacs-faq.texi (Customization): add missing menu entry for Q3.2.7.
+ − 1335
+ − 1336 2002-12-03 Didier Verna <didier@xemacs.org>
+ − 1337
+ − 1338 * lispref/specifiers.texi (Introduction to Specifiers): fix case
+ − 1339 spelling of `Buffer-Local Variables' crossref.
+ − 1340
1137
+ − 1341 2002-12-03 Didier Verna <didier@xemacs.org>
+ − 1342
+ − 1343 * xemacs/custom.texi (Faces): document
+ − 1344 `set-face-background-pixmap-file'.
+ − 1345
+ − 1346 2002-12-03 Didier Verna <didier@xemacs.org>
+ − 1347
+ − 1348 * lispref/faces.texi (Face Convenience Functions): ditto.
+ − 1349 * lispref/glyphs.texi (Creating Glyphs): reference it.
+ − 1350
1135
+ − 1351 2002-11-29 Stephen Turnbull <stephen@xemacs.org>
+ − 1352
+ − 1353 * lispref/specifiers.texi (Simple Specifier Usage): New node.
+ − 1354 (Specifiers): Adjust node pointers.
+ − 1355 (Simple Specifier Usage): Revise. Adjust node pointers.
+ − 1356
+ − 1357 * lispref/toolbar.texi (Creating Toolbar): Xref specifier example.
+ − 1358
+ − 1359 2002-10-20 Stephen Turnbull <stephen@xemacs.org>
+ − 1360
+ − 1361 * xemacs-faq.texi (Q3.2.7): New FAQ on displaying non-ASCII.
+ − 1362 (Q3.5.7, Q1.3.3): Cross-reference it.
+ − 1363
+ − 1364 2002-10-20 Stephen Turnbull <stephen@xemacs.org>
+ − 1365
+ − 1366 * xemacs-faq.texi (Q2.1.1): Mention bug report commands.
+ − 1367 (Q2.0.9): Note how out-of-date the entry is.
+ − 1368 (Q1.3.1, Q1.3.2, Q1.3.3, Q1.3.4, Q1.3.5, Q1.3.6): Revise/update.
+ − 1369 (Q1.2.1): Fix typo.
+ − 1370
+ − 1371 * internals/internals.texi (Regression Testing XEmacs): Thorough
+ − 1372 rewrite, documenting macros explicitly.
+ − 1373
+ − 1374 2002-10-29 Stephen J. Turnbull <stephen@xemacs.org>
1103
+ − 1375
+ − 1376 * lispref/compile.texi (Compilation Options): New node.
+ − 1377 (Byte Compilation): Add it to menu.
+ − 1378 (Compilation Functions): Minor mods.
+ − 1379 (Docs and Compilation):
+ − 1380 (Dynamic Loading):
+ − 1381 Document some variable defaults.
+ − 1382
1135
+ − 1383 2002-11-07 Stephen J. Turnbull <stephen@xemacs.org>
1096
+ − 1384
+ − 1385 * internals/internals.texi (Low-Level Modules): Add urefs to Doug
+ − 1386 Lea's and Wolfram Gloger's home pages.
+ − 1387
1135
+ − 1388 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org>
1058
+ − 1389
+ − 1390 * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error.
+ − 1391 (Q6.1.4): Document cygXpm-noX.
+ − 1392
1030
+ − 1393 2002-10-04 Ville Skytt� <ville.skytta@xemacs.org>
+ − 1394
+ − 1395 * xemacs/packages.texi (Available Packages): Add fortran-modes,
+ − 1396 perl-modes, psgml-dtds, python-modes and ruby-modes.
+ − 1397 Some consistency tweaks.
+ − 1398
1026
+ − 1399 2002-09-22 Ville Skytt� <ville.skytta@xemacs.org>
+ − 1400
+ − 1401 * lispref/variables.texi (add-to-list): Document the new
+ − 1402 (optional) append argument.
+ − 1403
1024
+ − 1404 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1405
+ − 1406 * internals/internals.texi (Techniques for XEmacs Developers):
+ − 1407 More performance optimization hints.
+ − 1408 (Modules for Other Aspects of the Lisp Interpreter and Object System):
+ − 1409 Describe syntax code internals.
+ − 1410
+ − 1411 * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later".
+ − 1412 (Syntax Class Table): Deprecate SPC as whitespace designator.
+ − 1413 (Syntax Flags): Rewrite for `8-bit' comment syntax flags.
+ − 1414
981
+ − 1415 2002-08-30 Steve Youngs <youngs@xemacs.org>
+ − 1416
+ − 1417 * XEmacs 21.5.9 "brussels sprouts" is released.
+ − 1418
973
+ − 1419 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1420
+ − 1421 * internals/internals.texi (Regression Testing XEmacs): Document
+ − 1422 how to skip and warn about tests that depend on packages.
+ − 1423
967
+ − 1424 2002-08-16 Stephen J. Turnbull <stephen@xemacs.org>
1137
+ − 1425
967
+ − 1426 * internals/internals.texi (Regression Testing XEmacs): Fix typo.
+ − 1427
965
+ − 1428 2002-08-15 Stephen J. Turnbull <stephen@xemacs.org>
1137
+ − 1429
965
+ − 1430 * internals/internals.texi (GCPROing): Add comment on GCPRO.
+ − 1431 (Regression Testing XEmacs): New node.
+ − 1432 (Modules for Regression Testing): New node.
+ − 1433
959
+ − 1434 2002-08-12 Simon Josefsson <jas@extundo.com>
+ − 1435
+ − 1436 * lispref/building.texi (Pure Storage): purecopy is a no-op.
+ − 1437
955
+ − 1438 2002-08-08 Ville Skytt� <ville.skytta@xemacs.org>
+ − 1439
+ − 1440 * xemacs/packages.texi (Available Packages): Bring up to date.
+ − 1441
947
+ − 1442 2002-08-02 Ville Skytt� <ville.skytta@xemacs.org>
+ − 1443
+ − 1444 * xemacs/packages.texi (Available Packages):
+ − 1445 Bring package list up to date, thanks also to Brian Palmer.
+ − 1446
936
+ − 1447 2002-07-30 Ville Skytt� <ville.skytta@xemacs.org>
+ − 1448
+ − 1449 * term.texi (Input to the inferior): Fix term line/char mode
+ − 1450 switch keybindings. Kudos to Jacob P. Burckhardt.
+ − 1451
+ − 1452 * xemacs/misc.texi (Term Mode): Ditto.
+ − 1453
933
+ − 1454 2002-07-27 Steve Youngs <youngs@xemacs.org>
+ − 1455
+ − 1456 * XEmacs 21.5.8 "broccoli" is released.
+ − 1457
918
+ − 1458 2002-07-06 Adrian Aichner <adrian@xemacs.org>
+ − 1459
+ − 1460 * new-users-guide/custom1.texi (Customizing key Bindings): Fix
+ − 1461 improper use of indef. art. "a".
+ − 1462
+ − 1463 2002-07-06 Adrian Aichner <adrian@xemacs.org>
+ − 1464
+ − 1465 * lispref/commands.texi (Peeking and Discarding): Ditto.
+ − 1466 * lispref/customize.texi (Type Keywords): Ditto.
+ − 1467 * lispref/dragndrop.texi (Drop Interface): Ditto.
+ − 1468
+ − 1469 2002-07-06 Adrian Aichner <adrian@xemacs.org>
+ − 1470
+ − 1471 * termcap.texi (Clearing): Ditto.
+ − 1472 * widget.texi (User Interface): Ditto.
+ − 1473 * widget.texi (Basic Types): Ditto.
+ − 1474 * widget.texi (group): Ditto.
+ − 1475
901
+ − 1476 2002-07-05 Adrian Aichner <adrian@xemacs.org>
+ − 1477
+ − 1478 * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of
+ − 1479 indef. art. "an".
+ − 1480
+ − 1481 2002-07-05 Adrian Aichner <adrian@xemacs.org>
+ − 1482
+ − 1483 * lispref/control.texi (Processing of Errors): Ditto.
+ − 1484 * lispref/mule.texi (ISO 2022): Ditto.
+ − 1485 * lispref/packaging.texi (Package Terminology): Ditto.
+ − 1486 * lispref/text.texi (Transformations): Ditto.
+ − 1487
+ − 1488 2002-07-05 Adrian Aichner <adrian@xemacs.org>
+ − 1489
+ − 1490 * termcap.texi (Naming): Ditto.
+ − 1491 * texinfo.texi (itemize): Ditto.
+ − 1492 * texinfo.texi (Tips): Ditto.
+ − 1493 * widget.texi (Introduction): Ditto.
+ − 1494 * widget.texi (group): Ditto.
+ − 1495
894
+ − 1496 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1497
+ − 1498 * XEmacs 21.5.7 "broccoflower" is released.
+ − 1499
892
+ − 1500 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1501
+ − 1502 * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6):
+ − 1503 New "killing is slow" FAQ and link updates.
+ − 1504
880
+ − 1505 2002-06-17 Jerry James <james@xemacs.org>
+ − 1506
+ − 1507 * emodules.texi (Loading other Modules): Describe why we do not
+ − 1508 use RTLD_GLOBAL.
+ − 1509
873
+ − 1510 2002-06-20 Adrian Aichner <adrian@xemacs.org>
+ − 1511
+ − 1512 * xemacs/mule.texi (Language Environments): Typo fix suggested by
+ − 1513 Frank Schmitt.
+ − 1514
871
+ − 1515 2002-06-11 Adrian Aichner <adrian@xemacs.org>
+ − 1516
+ − 1517 * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el
+ − 1518 (found by linklint) with Google's help.
+ − 1519
+ − 1520 2002-05-25 Adrian Aichner <adrian@xemacs.org>
+ − 1521
+ − 1522 * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'.
+ − 1523
868
+ − 1524 2002-06-05 Ben Wing <ben@xemacs.org>
+ − 1525
+ − 1526 * internals/internals.texi (Top):
+ − 1527 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
+ − 1528 * internals/internals.texi (How Lisp Objects Are Represented in C):
+ − 1529 * internals/internals.texi (Major Textual Changes):
+ − 1530 * internals/internals.texi (Great Integral Type Renaming):
+ − 1531 * internals/internals.texi (Text/Char Type Renaming):
+ − 1532 * internals/internals.texi (files): New.
+ − 1533
863
+ − 1534 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1535
+ − 1536 * custom.texi (The Init File): Rewrite completely.
+ − 1537
+ − 1538 2002-03-19 Adrian Aichner <adrian@xemacs.org>
+ − 1539
+ − 1540 * widget.texi (constants): Typo fix.
+ − 1541
+ − 1542 2002-02-07 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1543
+ − 1544 * external-widget.texi (External Client Widget Internals): New node.
+ − 1545
+ − 1546 2001-11-15 Darryl Okahata <darrylo@xemacs.org>
+ − 1547
+ − 1548 * lispref/glyphs.texi:
+ − 1549 lispref/lispref.texi: Add examples of how to insert graphics into a
+ − 1550 buffer.
1137
+ − 1551
863
+ − 1552 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1553
+ − 1554 * xemacs/packages.texi (Packages):
+ − 1555 (Package Terminology):
+ − 1556 Carefully distinguish libraries and packages.
+ − 1557 (Package Terminology):
+ − 1558 More careful definitions of ``category'' and ``distribution.''
+ − 1559 Use ``generic'' instead of ``normal'' (N.B. package tools use
+ − 1560 ``standard''.)
+ − 1561 (Installing Packages):
+ − 1562 Use @var to mark variable version strings, not @t or <>.
+ − 1563 (Sumo):
+ − 1564 Add disk space estimate when unpacked.
+ − 1565
+ − 1566 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1567
+ − 1568 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS.
+ − 1569
+ − 1570 2002-02-01 Steve Youngs <youngs@xemacs.org>
+ − 1571
+ − 1572 * xemacs/packages.texi (Removing Packages): The interactive
+ − 1573 function is 'package-get-delete-package'.
+ − 1574
+ − 1575 2001-11-27 Adrian Aichner <adrian@xemacs.org>
+ − 1576
+ − 1577 * xemacs-faq.texi: Hyperlink fixes.
1137
+ − 1578
863
+ − 1579 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1580
+ − 1581 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files.
+ − 1582
+ − 1583 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1584
+ − 1585 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
+ − 1586
+ − 1587 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1588
+ − 1589 * xemacs/files.texi (Files):
+ − 1590 (File Names):
+ − 1591 Document remote file editing, refer to EFS and TRAMP.
+ − 1592
861
+ − 1593 2002-05-23 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1594
+ − 1595 * lispref/packaging.texi (package-info.in Fields): Typo fix.
+ − 1596
836
+ − 1597 2002-05-11 Adrian Aichner <adrian@xemacs.org>
+ − 1598
+ − 1599 * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and
+ − 1600 Trouble Shooting".
+ − 1601 * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation
+ − 1602 menu.
+ − 1603 * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument.
+ − 1604 * xemacs-faq.texi (Q2.0.15): New.
+ − 1605
824
+ − 1606 2002-05-01 Steve Youngs <youngs@xemacs.org>
+ − 1607
+ − 1608 * xemacs/packages.texi (Automatically): Don't mention "Options"
+ − 1609 menu.
+ − 1610 (Installing Packages): Don't mention getting list of packages via
1137
+ − 1611 customize.
824
+ − 1612
804
+ − 1613 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1614
+ − 1615 * XEmacs 21.5.6 "bok choi" is released.
+ − 1616
802
+ − 1617 2002-04-03 Ben Wing <ben@xemacs.org>
+ − 1618
+ − 1619 * internals/internals.texi (Top):
+ − 1620 * internals/internals.texi (How Lisp Objects Are Represented in C):
+ − 1621 * internals/internals.texi (Techniques for XEmacs Developers):
+ − 1622 * internals/internals.texi (CVS Techniques):
+ − 1623 * internals/internals.texi (Merging a Branch into the Trunk):
+ − 1624 * internals/internals.texi (A Summary of the Various XEmacs Modules):
+ − 1625 Add section on correctly merging a branch back into the trunk.
+ − 1626
785
+ − 1627 2002-03-19 Adrian Aichner <adrian@xemacs.org>
+ − 1628
+ − 1629 * widget.texi (constants): Typo fix.
+ − 1630
778
+ − 1631 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk>
+ − 1632
+ − 1633 * cl.texi (Sequence Basics): Avoid splitting link over two lines,
+ − 1634 which makes cygwin texinfo 4.0 unhappy.
+ − 1635
776
+ − 1636 2002-03-15 Ben Wing <ben@xemacs.org>
+ − 1637
+ − 1638 * Makefile (new-users-guide-srcs):
+ − 1639 * Makefile (extraclean):
+ − 1640 Use -no-packages to avoid problems with package files shadowing
+ − 1641 core files (e.g. unicode.el in mule-ucs).
+ − 1642
775
+ − 1643 2002-03-14 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1644
+ − 1645 * emodules.texi (Using DEFUN): Add @ref{Lisp Primitives}.
+ − 1646
1137
+ − 1647 * lispref/mule.texi (Unicode Support):
775
+ − 1648 * xemacs/custom.texi (Behaviors):
+ − 1649 * lispref/customize.texi (Enabling Behavior):
+ − 1650 New nodes.
+ − 1651
774
+ − 1652 2002-03-12 Ben Wing <ben@xemacs.org>
+ − 1653
+ − 1654 * The Great Mule Merge: placeholder.
+ − 1655
768
+ − 1656 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1657
+ − 1658 * XEmacs 21.5.5 "beets" is released.
+ − 1659
761
+ − 1660 2002-03-01 Jeff Miller <jmiller@cablespeed.com>
+ − 1661
+ − 1662 * lispref/packaging.texi (The User View, The Library Maintainer
+ − 1663 View, The Package Release Engineer View): Remove apostrophes.
+ − 1664 * lispref/lispref.texi (The User View, The Library Maintainer
+ − 1665 View, The Package Release Engineer View): Remove apostrophes.
+ − 1666
759
+ − 1667 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1668
+ − 1669 * lispref/packaging.texi (The User View, The Library Maintainer
+ − 1670 View, The Package Release Engineer View): Remove apostrophes.
+ − 1671
755
+ − 1672 2002-02-16 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1673
+ − 1674 * external-widget.texi
+ − 1675 (Example Program Using the External Client Widget): Fix braces.
+ − 1676 From Mats Lidell <matsl@contactor.se>.
+ − 1677
753
+ − 1678 2002-02-14 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1679
+ − 1680 * external-widget.texi
+ − 1681 (Example Program Using the External Client Widget): Fix
+ − 1682 documentation to explain needed resource settings.
+ − 1683
752
+ − 1684 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1685
+ − 1686 * lispref/packaging.texi (Documenting Packages): New node.
+ − 1687 (Makefile Variables): Fix typo per Steve Youngs.
+ − 1688
750
+ − 1689 2002-02-09 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1690
+ − 1691 * external-widget.texi
+ − 1692 (Example Program Using the External Client Widget): New node.
+ − 1693
+ − 1694 * lispref/packaging.texi (Documenting Packages): New node.
+ − 1695
749
+ − 1696 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1697
+ − 1698 * lispref/packaging.texi (Makefile Variables): Document GENERATED
+ − 1699 and PRELOADS. Document DATA_FILES_n and DATA_DEST_n forms.
+ − 1700
745
+ − 1701 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1702
+ − 1703 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS.
+ − 1704
742
+ − 1705 2001-01-24 Adrian Aichner <adrian@xemacs.org>
+ − 1706
+ − 1707 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
+ − 1708
741
+ − 1709 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1710
+ − 1711 * xemacs/files.texi (Files):
+ − 1712 (File Names):
+ − 1713 Document remote file editing, refer to EFS and TRAMP.
+ − 1714
+ − 1715 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1716
+ − 1717 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files.
+ − 1718
+ − 1719 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1720
+ − 1721 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
+ − 1722
737
+ − 1723 2002-02-01 Steve Youngs <youngs@xemacs.org>
+ − 1724
+ − 1725 * xemacs/packages.texi (Removing Packages): The interactive
+ − 1726 function is 'package-get-delete-package'.
+ − 1727
725
+ − 1728 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1729
+ − 1730 * XEmacs 21.5.4 "bamboo" is released.
+ − 1731
724
+ − 1732 2001-11-15 Darryl Okahata <darrylo@xemacs.org>
+ − 1733
+ − 1734 * glyphs.texi:
+ − 1735 lispref.texi: Add examples of how to insert graphics into a
+ − 1736 buffer.
1137
+ − 1737
721
+ − 1738 2002-01-02 Adrian Aichner <adrian@xemacs.org>
+ − 1739
+ − 1740 * emodules.texi: Add missing direntry, reword "dynamic loadable"
+ − 1741 to "dynamically loadable".
+ − 1742 * external-widget.texi: Add missing direntry.
+ − 1743
709
+ − 1744 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1745
+ − 1746 * xemacs/programs.texi: Etags update from Francesco.
+ − 1747
704
+ − 1748 2001-12-18 Valdis.Kletnieks <Valdis.Kletnieks@vt.edu>
+ − 1749
+ − 1750 * xemacs/programs.texi (Tags): Add node name to Ebrowse
+ − 1751 cross reference.
+ − 1752
696
+ − 1753 2001-12-15 Adrian Aichner <adrian@xemacs.org>
+ − 1754
+ − 1755 * xemacs\xemacs.texi (Top): Change from @ifinfo to @ifnottex for
+ − 1756 the benefit of HTML online docs.
+ − 1757
+ − 1758 2001-12-15 Adrian Aichner <adrian@xemacs.org>
+ − 1759
+ − 1760 * term.texi: Fix broken settitle. Make @titlepage, @direntry, and
+ − 1761 @chapter agree with new title.
+ − 1762
694
+ − 1763 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1764
+ − 1765 * lispref/packaging.texi (The User's View):
+ − 1766 Correct description of man subdirectory.
+ − 1767
+ − 1768 (The Package Release Engineer's View):
+ − 1769 (package-compile.el):
+ − 1770 Change hazmat to useful documentation.
+ − 1771
+ − 1772 (Issues):
+ − 1773 Hazmat removal.
+ − 1774
693
+ − 1775 2001-11-27 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1776
+ − 1777 * lispref/packaging.texi: New file.
+ − 1778 * lispref/lispref.texi (Top): Add Packaging & subnodes to menus.
+ − 1779 Include packaging.texi.
+ − 1780 * lispref/intro.texi (Introduction): Next -> Packaging.
+ − 1781 * lispref/objects.texi (Lisp Data Types): Previous -> Packaging.
+ − 1782 * Makefile (lispref-srcs): Depend on lispref/packaging.texi.
1137
+ − 1783
675
+ − 1784 2001-11-26 Adrian Aichner <adrian@xemacs.org>
+ − 1785
+ − 1786 * xemacs-faq.texi (Top): Remove duplicate node "Introduction".
+ − 1787 * xemacs-faq.texi (Q7.0.2): Rename changes sections uniquely.
+ − 1788 * xemacs-faq.texi (Q7.0.3): Ditto.
+ − 1789
+ − 1790 2001-11-26 Adrian Aichner <adrian@xemacs.org>
+ − 1791
+ − 1792 * external-widget.texi: Add @settitle to this stand-alone
+ − 1793 document.
+ − 1794
+ − 1795 2001-11-25 Adrian Aichner <adrian@xemacs.org>
+ − 1796
+ − 1797 * Makefile: Add rule to produce html from texi sources (currently
+ − 1798 using texi2html).
+ − 1799 * Makefile (HTMLDIR): New.
+ − 1800 * Makefile (html_files): New.
+ − 1801 * Makefile (html): New target.
+ − 1802
662
+ − 1803 2001-09-16 Adrian Aichner <adrian@xemacs.org>
+ − 1804
+ − 1805 * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I
+ − 1806 got from Gregory Neil Shapiro.
+ − 1807
661
+ − 1808 2001-09-16 Adrian Aichner <adrian@xemacs.org>
+ − 1809
+ − 1810 * xemacs-faq.texi (Q1.3.7): Update moved link.
+ − 1811 * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to
+ − 1812 avoid HTML error in texi2html translation.
+ − 1813
660
+ − 1814 2001-09-15 Adrian Aichner <adrian@xemacs.org>
+ − 1815
+ − 1816 * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge,
+ − 1817 infodock.com is no more.
+ − 1818 * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk.
+ − 1819
+ − 1820 2001-09-15 Adrian Aichner <adrian@xemacs.org>
+ − 1821
+ − 1822 * xemacs-faq.texi (Q4.6.1):
+ − 1823
658
+ − 1824 2001-09-09 Adrian Aichner <adrian@xemacs.org>
+ − 1825
+ − 1826 * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested
+ − 1827 by Robin S. Socha.
+ − 1828
654
+ − 1829 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1830
+ − 1831 * XEmacs 21.5.3 "asparagus" is released.
+ − 1832
652
+ − 1833 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1834
+ − 1835 * widget.texi (Basic Types, Defining New Widgets):
+ − 1836 Distinguish between :action and :notify.
+ − 1837
641
+ − 1838 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1839
+ − 1840 * XEmacs 21.5.2 "artichoke" is released.
+ − 1841
635
+ − 1842 2001-07-25 Jim Horning <jim.horning@lmco.com>
+ − 1843
+ − 1844 * xemacs/packages.texi (Package Terminology):
+ − 1845 * xemacs/packages.texi (Automatically):
+ − 1846 In itemize and enumerate lists @item should be on it's own line.
+ − 1847
626
+ − 1848 2001-07-02 Adrian Aichner <adrian@xemacs.org>
+ − 1849
+ − 1850 * xemacs-faq.texi (Q1.0.14): Update information following a
+ − 1851 request by Tom Mostyn.
+ − 1852
625
+ − 1853 2001-07-02 Adrian Aichner <adrian@xemacs.org>
+ − 1854
+ − 1855 * lispref\windows.texi (Window Configurations): Fix typos.
+ − 1856 * lispref\x-windows.texi (Resources): Ditto.
+ − 1857
+ − 1858 2001-07-02 Adrian Aichner <adrian@xemacs.org>
+ − 1859
+ − 1860 * internals\internals.texi (XEmacs From the Inside): Ditto.
+ − 1861
+ − 1862 2001-07-02 Adrian Aichner <adrian@xemacs.org>
+ − 1863
+ − 1864 * emodules.texi (Initialization Mode): Ditto.
+ − 1865 * xemacs-faq.texi (Q6.3.2): Ditto.
+ − 1866
613
+ − 1867 2001-06-10 Ben Wing <ben@xemacs.org>
+ − 1868
+ − 1869 * xemacs-faq.texi (Q1.0.10):
+ − 1870 * xemacs-faq.texi (Q1.0.11):
+ − 1871 * xemacs-faq.texi (Q1.0.12):
+ − 1872 Update sections on Windows and MacOS availability.
+ − 1873
611
+ − 1874 2001-06-08 Ben Wing <ben@xemacs.org>
+ − 1875
+ − 1876 * xemacs-faq.texi (Top):
+ − 1877 * xemacs-faq.texi (MS Windows):
+ − 1878 * xemacs-faq.texi (Q6.2.1):
+ − 1879 * xemacs-faq.texi (Q6.2.2):
+ − 1880 * xemacs-faq.texi (Q6.2.3):
+ − 1881 * xemacs-faq.texi (Q6.2.4):
+ − 1882 * xemacs-faq.texi (Q6.2.5):
+ − 1883 * xemacs-faq.texi (Q6.3.1):
+ − 1884 * xemacs-faq.texi (Q6.3.2):
+ − 1885 * xemacs-faq.texi (Q6.3.3):
+ − 1886 * xemacs-faq.texi (Q6.3.4):
+ − 1887 * xemacs-faq.texi (Q6.4.1):
+ − 1888 * xemacs-faq.texi (Q6.4.2):
+ − 1889 * xemacs-faq.texi (Current Events):
+ − 1890 * xemacs-faq.texi (Q7.0.1):
+ − 1891 * xemacs-faq.texi (Q7.0.2):
+ − 1892 * xemacs-faq.texi (Q7.0.3):
+ − 1893 * xemacs-faq.texi (Q7.0.4):
+ − 1894 * xemacs-faq.texi (Q7.0.5):
+ − 1895 * xemacs-faq.texi (Q7.0.6):
+ − 1896 Merge in the rest of Hrvoje's Windows FAQ. Redo section 7
+ − 1897 to update current reality and add condensed versions of
+ − 1898 new changes for 21.1 and 21.4. (Not quite done for 21.4.)
+ − 1899 Lots more Windows updates.
+ − 1900
600
+ − 1901 2001-05-29 Alexey Mahotkin <alexm@hsys.msk.ru>
+ − 1902
+ − 1903 * xemacs/custom.texi: Documented keyboard shortcut.
+ − 1904
+ − 1905 * xemacs/mule.texi: Updated to match reality; tiny fixes.
+ − 1906
593
+ − 1907 2001-05-30 Ben Wing <ben@xemacs.org>
+ − 1908
+ − 1909 * xemacs-faq.texi (Top):
+ − 1910 * xemacs-faq.texi (MS Windows):
+ − 1911 * xemacs-faq.texi (Q6.0.1):
+ − 1912 * xemacs-faq.texi (Q6.0.2):
+ − 1913 * xemacs-faq.texi (Q6.0.3):
+ − 1914 * xemacs-faq.texi (Q6.0.4):
+ − 1915 * xemacs-faq.texi (Q6.1.1):
+ − 1916 * xemacs-faq.texi (Q6.1.4):
+ − 1917 * xemacs-faq.texi (Q6.1.5):
+ − 1918 * xemacs-faq.texi (Q6.1.6):
+ − 1919 * xemacs-faq.texi (Q6.2.1):
+ − 1920 * xemacs-faq.texi (Q6.2.2):
+ − 1921 * xemacs-faq.texi (Q6.3.1):
+ − 1922 * xemacs-faq.texi (Q6.3.2):
+ − 1923 * xemacs-faq.texi (Q6.3.3):
+ − 1924 * xemacs-faq.texi (Q6.4.1):
+ − 1925 * xemacs-faq.texi (Current Events):
+ − 1926 Major rewrite.
+ − 1927 Update all MS Windows info to current.
+ − 1928 Redo section 6.1 almost completely.
+ − 1929 Incorporate sections 1 and 2 of Hrvoje's FAQ.
+ − 1930
563
+ − 1931 2001-05-24 Ben Wing <ben@xemacs.org>
+ − 1932
+ − 1933 * xemacs-faq.texi (Top):
+ − 1934 * xemacs-faq.texi (Installation):
+ − 1935 * xemacs-faq.texi (Q2.1.15):
+ − 1936 * xemacs-faq.texi (Q2.1.18):
+ − 1937 * xemacs-faq.texi (Q2.1.19):
+ − 1938 document how to debug X errors
1137
+ − 1939
540
+ − 1940 2001-05-15 Steve Youngs <youngs@xemacs.org>
+ − 1941
+ − 1942 * xemacs/packages.texi (Local.rules): Update to reflect new dir tree.
+ − 1943 (Creating Packages): Ditto.
+ − 1944 (Available Packages): Ditto.
+ − 1945
522
+ − 1946 2001-05-09 Martin Buchholz <martin@xemacs.org>
+ − 1947
+ − 1948 * XEmacs 21.5.1 "anise" is released.
+ − 1949
511
+ − 1950 2001-05-07 Martin Buchholz <martin@xemacs.org>
+ − 1951
+ − 1952 * make-stds.texi: Support makeinfo 3.12
+ − 1953
485
+ − 1954 2001-04-26 John H. Palmieri <palmieri@math.washington.edu>
+ − 1955
+ − 1956 * xemacs/frame.texi (XEmacs under X): Document default-frame-plist
+ − 1957 rather than default-frame-alist.
+ − 1958
479
+ − 1959 2001-04-15 Ben Wing <ben@xemacs.org>
+ − 1960
+ − 1961 * xemacs-faq.texi (Q1.0.1):
+ − 1962 * xemacs-faq.texi (Q1.0.2):
+ − 1963 Rewrite description of XEmacs to match what's on web page,
+ − 1964 in about.el.
+ − 1965
472
+ − 1966 2001-04-18 Martin Buchholz <martin@xemacs.org>
+ − 1967
+ − 1968 * XEmacs 21.5.0 "alfalfa" is released.
+ − 1969
464
+ − 1970 2001-03-30 Ben Wing <ben@xemacs.org>
+ − 1971
+ − 1972 * internals\internals.texi:
+ − 1973 * internals\internals.texi (Top):
+ − 1974 * internals\internals.texi (Lucid Emacs):
+ − 1975 * internals\internals.texi (XEmacs):
+ − 1976 * internals\internals.texi (XEmacs From the Outside):
+ − 1977 Bump version to 1.4 and fix this everywhere. Document all
+ − 1978 XEmacs releases up through 21.2.46.
+ − 1979
+ − 1980 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1981
+ − 1982 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save
+ − 1983 result of INSERT in R in pq-cmd-status example.
+ − 1984
462
+ − 1985 2001-03-21 Martin Buchholz <martin@xemacs.org>
+ − 1986
+ − 1987 * XEmacs 21.2.46 "Urania" is released.
+ − 1988
+ − 1989 2001-03-08 Ben Wing <ben@xemacs.org>
+ − 1990
+ − 1991 * internals\internals.texi (Top):
+ − 1992 * internals\internals.texi (A History of Emacs):
+ − 1993 * internals\internals.texi (Through Version 18):
+ − 1994 * internals\internals.texi (Lucid Emacs):
+ − 1995 * internals\internals.texi (GNU Emacs 19):
+ − 1996 * internals\internals.texi (GNU Emacs 20):
+ − 1997 * internals\internals.texi (XEmacs From the Outside):
+ − 1998 * internals\internals.texi (The Lisp Language):
+ − 1999 * internals\internals.texi (XEmacs From the Perspective of Building):
+ − 2000 * internals\internals.texi (XEmacs From the Inside):
+ − 2001 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)):
+ − 2002 * internals\internals.texi (How Lisp Objects Are Represented in C):
+ − 2003 * internals\internals.texi (Rules When Writing New C Code):
+ − 2004 * internals\internals.texi (General Coding Rules):
+ − 2005 * internals\internals.texi (Writing Lisp Primitives):
+ − 2006 * internals\internals.texi (Writing Good Comments):
+ − 2007 * internals\internals.texi (Adding Global Lisp Variables):
+ − 2008 * internals\internals.texi (Proper Use of Unsigned Types):
+ − 2009 * internals\internals.texi (Coding for Mule):
+ − 2010 * internals\internals.texi (Character-Related Data Types):
+ − 2011 * internals\internals.texi (Working With Character and Byte Positions):
+ − 2012 * internals\internals.texi (Conversion to and from External Data):
+ − 2013 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code):
+ − 2014 * internals\internals.texi (An Example of Mule-Aware Code):
+ − 2015 * internals\internals.texi (Techniques for XEmacs Developers):
+ − 2016 * internals\internals.texi (A Summary of the Various XEmacs Modules):
+ − 2017 * internals\internals.texi (Low-Level Modules):
+ − 2018 * internals\internals.texi (Basic Lisp Modules):
+ − 2019 * internals\internals.texi (Modules for Standard Editing Operations):
+ − 2020 * internals\internals.texi (Editor-Level Control Flow Modules):
+ − 2021 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects):
+ − 2022 * internals\internals.texi (Modules for other Display-Related Lisp Objects):
+ − 2023 * internals\internals.texi (Modules for the Redisplay Mechanism):
+ − 2024 * internals\internals.texi (Modules for Interfacing with the File System):
+ − 2025 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
+ − 2026 * internals\internals.texi (Modules for Interfacing with the Operating System):
+ − 2027 * internals\internals.texi (Modules for Interfacing with X Windows):
+ − 2028 * internals\internals.texi (Allocation of Objects in XEmacs Lisp):
+ − 2029 * internals\internals.texi (Introduction to Allocation):
+ − 2030 * internals\internals.texi (Garbage Collection):
+ − 2031 * internals\internals.texi (GCPROing):
+ − 2032 * internals\internals.texi (Garbage Collection - Step by Step):
+ − 2033 * internals\internals.texi (Invocation):
+ − 2034 * internals\internals.texi (garbage_collect_1):
+ − 2035 * internals\internals.texi (mark_object):
+ − 2036 * internals\internals.texi (gc_sweep):
+ − 2037 * internals\internals.texi (sweep_lcrecords_1):
+ − 2038 * internals\internals.texi (compact_string_chars):
+ − 2039 * internals\internals.texi (sweep_strings):
+ − 2040 * internals\internals.texi (sweep_bit_vectors_1):
+ − 2041 * internals\internals.texi (Integers and Characters):
+ − 2042 * internals\internals.texi (Allocation from Frob Blocks):
+ − 2043 * internals\internals.texi (lrecords):
+ − 2044 * internals\internals.texi (Low-level allocation):
+ − 2045 * internals\internals.texi (Cons):
+ − 2046 * internals\internals.texi (Vector):
+ − 2047 * internals\internals.texi (Bit Vector):
+ − 2048 * internals\internals.texi (Symbol):
+ − 2049 * internals\internals.texi (Marker):
+ − 2050 * internals\internals.texi (String):
+ − 2051 * internals\internals.texi (Dumping):
+ − 2052 * internals\internals.texi (Overview):
+ − 2053 * internals\internals.texi (Data descriptions):
+ − 2054 * internals\internals.texi (Dumping phase):
+ − 2055 * internals\internals.texi (Object inventory):
+ − 2056 * internals\internals.texi (Address allocation):
+ − 2057 * internals\internals.texi (The header):
+ − 2058 * internals\internals.texi (Data dumping):
+ − 2059 * internals\internals.texi (Pointers dumping):
+ − 2060 * internals\internals.texi (Reloading phase):
+ − 2061 * internals\internals.texi (Events and the Event Loop):
+ − 2062 * internals\internals.texi (Introduction to Events):
+ − 2063 * internals\internals.texi (Main Loop):
+ − 2064 * internals\internals.texi (Specifics of the Event Gathering Mechanism):
+ − 2065 * internals\internals.texi (Specifics About the Emacs Event):
+ − 2066 * internals\internals.texi (The Event Stream Callback Routines):
+ − 2067 * internals\internals.texi (Other Event Loop Functions):
+ − 2068 * internals\internals.texi (Converting Events):
+ − 2069 * internals\internals.texi (Evaluation; Stack Frames; Bindings):
+ − 2070 * internals\internals.texi (Evaluation):
+ − 2071 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects):
+ − 2072 * internals\internals.texi (Simple Special Forms):
+ − 2073 * internals\internals.texi (Symbols and Variables):
+ − 2074 * internals\internals.texi (Introduction to Symbols):
+ − 2075 * internals\internals.texi (Obarrays):
+ − 2076 * internals\internals.texi (Buffers and Textual Representation):
+ − 2077 * internals\internals.texi (Introduction to Buffers):
+ − 2078 * internals\internals.texi (The Text in a Buffer):
+ − 2079 * internals\internals.texi (Buffer Lists):
+ − 2080 * internals\internals.texi (Markers and Extents):
+ − 2081 * internals\internals.texi (Bufbytes and Emchars):
+ − 2082 * internals\internals.texi (MULE Character Sets and Encodings):
+ − 2083 * internals\internals.texi (Character Sets):
+ − 2084 * internals\internals.texi (Encodings):
+ − 2085 * internals\internals.texi (Japanese EUC (Extended Unix Code)):
+ − 2086 * internals\internals.texi (JIS7):
+ − 2087 * internals\internals.texi (Internal Mule Encodings):
+ − 2088 * internals\internals.texi (Internal String Encoding):
+ − 2089 * internals\internals.texi (Internal Character Encoding):
+ − 2090 * internals\internals.texi (The Lisp Reader and Compiler):
+ − 2091 * internals\internals.texi (Lstreams):
+ − 2092 * internals\internals.texi (Creating an Lstream):
+ − 2093 * internals\internals.texi (Lstream Types):
+ − 2094 * internals\internals.texi (Lstream Functions):
+ − 2095 * internals\internals.texi (Consoles; Devices; Frames; Windows):
+ − 2096 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows):
+ − 2097 * internals\internals.texi (Point):
+ − 2098 * internals\internals.texi (Window Hierarchy):
+ − 2099 * internals\internals.texi (The Redisplay Mechanism):
+ − 2100 * internals\internals.texi (Critical Redisplay Sections):
+ − 2101 * internals\internals.texi (Line Start Cache):
+ − 2102 * internals\internals.texi (Extents):
+ − 2103 * internals\internals.texi (Introduction to Extents):
+ − 2104 * internals\internals.texi (Extent Ordering):
+ − 2105 * internals\internals.texi (Format of the Extent Info):
+ − 2106 * internals\internals.texi (Zero-Length Extents):
+ − 2107 * internals\internals.texi (Mathematics of Extent Ordering):
+ − 2108 * internals\internals.texi (Faces):
+ − 2109 * internals\internals.texi (Glyphs):
+ − 2110 * internals\internals.texi (Specifiers):
+ − 2111 * internals\internals.texi (Menus):
+ − 2112 * internals\internals.texi (Subprocesses):
+ − 2113 * internals\internals.texi (Interface to the X Window System):
+ − 2114 * internals\internals.texi (Lucid Widget Library):
+ − 2115 * internals\internals.texi (Generic Widget Interface):
+ − 2116 * internals\internals.texi (Scrollbars):
+ − 2117 * internals\internals.texi (Menubars):
+ − 2118 * internals\internals.texi (Checkboxes and Radio Buttons):
+ − 2119 * internals\internals.texi (Progress Bars):
+ − 2120 * internals\internals.texi (Tab Controls):
+ − 2121 Add more index entries. Add sections on comments and unsigned types.
+ − 2122
+ − 2123 2001-03-08 Ben Wing <ben@xemacs.org>
+ − 2124
+ − 2125 * make-stds.texi (Makefile Basics):
+ − 2126 * make-stds.texi (Command Variables):
+ − 2127 * make-stds.texi (Directory Variables):
+ − 2128 * make-stds.texi (Standard Targets):
+ − 2129 * standards.texi:
+ − 2130 * standards.texi (Top):
+ − 2131 * standards.texi (Preface):
+ − 2132 * standards.texi (Legal Issues):
+ − 2133 * standards.texi (Reading Non-Free Code):
+ − 2134 * standards.texi (Contributions):
+ − 2135 * standards.texi (Trademarks):
+ − 2136 * standards.texi (Design Advice):
+ − 2137 * standards.texi (Source Language):
+ − 2138 * standards.texi (Compatibility):
+ − 2139 * standards.texi (Using Extensions):
+ − 2140 * standards.texi (Standard C):
+ − 2141 * standards.texi (Program Behavior):
+ − 2142 * standards.texi (Semantics):
+ − 2143 * standards.texi (Libraries):
+ − 2144 * standards.texi (Errors):
+ − 2145 * standards.texi (User Interfaces):
+ − 2146 * standards.texi (Graphical Interfaces):
+ − 2147 * standards.texi (Command-Line Interfaces):
+ − 2148 * standards.texi (Option Table):
+ − 2149 * standards.texi (Memory Usage):
+ − 2150 * standards.texi (File Usage):
+ − 2151 * standards.texi (Formatting):
+ − 2152 * standards.texi (Comments):
+ − 2153 * standards.texi (Syntactic Conventions):
+ − 2154 * standards.texi (Names):
+ − 2155 * standards.texi (System Portability):
+ − 2156 * standards.texi (CPU Portability):
+ − 2157 * standards.texi (System Functions):
+ − 2158 * standards.texi (Internationalization):
+ − 2159 * standards.texi (Mmap):
+ − 2160 * standards.texi (Documentation):
+ − 2161 * standards.texi (GNU Manuals):
+ − 2162 * standards.texi (Doc Strings and Manuals):
+ − 2163 * standards.texi (Manual Structure Details):
+ − 2164 * standards.texi (License for Manuals):
+ − 2165 * standards.texi (Manual Credits):
+ − 2166 * standards.texi (Printed Manuals):
+ − 2167 * standards.texi (NEWS File):
+ − 2168 * standards.texi (Change Logs):
+ − 2169 * standards.texi (Style of Change Logs):
+ − 2170 * standards.texi (Simple Changes):
+ − 2171 * standards.texi (Conditional Changes):
+ − 2172 * standards.texi (Indicating the Part Changed):
+ − 2173 * standards.texi (Managing Releases):
+ − 2174 * standards.texi (Configuration):
+ − 2175 * standards.texi (Releases):
+ − 2176 * standards.texi (References):
+ − 2177 * standards.texi (Index):
+ − 2178 Update to latest GNU version.
1137
+ − 2179
462
+ − 2180 * xemacs-faq.texi (Q6.3.3):
+ − 2181 * xemacs-faq.texi (Q6.4.1):
+ − 2182 Improve questions on current Windows activity.
+ − 2183
+ − 2184 2001-03-07 Sandra Wambold <wambold@xemacs.org>
+ − 2185
+ − 2186 * xemacs-faq.texi: (Q.1.0.7): changed list archive address
+ − 2187
+ − 2188 2001-02-25 Ben Wing <ben@xemacs.org>
+ − 2189
+ − 2190 * xemacs-faq.texi (Top):
+ − 2191 * xemacs-faq.texi (Introduction):
+ − 2192 * xemacs-faq.texi (Q1.0.1):
+ − 2193 * xemacs-faq.texi (Q1.0.4):
+ − 2194 * xemacs-faq.texi (Q1.0.6):
+ − 2195 * xemacs-faq.texi (Q1.0.10):
+ − 2196 * xemacs-faq.texi (Q1.2.1):
+ − 2197 * xemacs-faq.texi (Q1.4.1):
+ − 2198 * xemacs-faq.texi (Q1.4.2):
+ − 2199 * xemacs-faq.texi (Q2.0.12):
+ − 2200 * xemacs-faq.texi (Q2.1.1):
+ − 2201 * xemacs-faq.texi (Q2.1.2):
+ − 2202 * xemacs-faq.texi (Q2.1.9):
+ − 2203 * xemacs-faq.texi (Q2.1.15):
+ − 2204 * xemacs-faq.texi (Q2.1.19):
+ − 2205 * xemacs-faq.texi (Customization):
+ − 2206 * xemacs-faq.texi (Q3.0.1):
+ − 2207 * xemacs-faq.texi (Q3.0.2):
+ − 2208 * xemacs-faq.texi (Q3.0.3):
+ − 2209 * xemacs-faq.texi (Q3.0.7):
+ − 2210 * xemacs-faq.texi (Q3.1.5):
+ − 2211 * xemacs-faq.texi (Q3.1.6):
+ − 2212 * xemacs-faq.texi (Q3.2.1):
+ − 2213 * xemacs-faq.texi (Q3.2.3):
+ − 2214 * xemacs-faq.texi (Q3.2.4):
+ − 2215 * xemacs-faq.texi (Q3.3.1):
+ − 2216 * xemacs-faq.texi (Q3.3.2):
+ − 2217 * xemacs-faq.texi (Q3.3.3):
+ − 2218 * xemacs-faq.texi (Q3.3.4):
+ − 2219 * xemacs-faq.texi (Q3.3.5):
+ − 2220 * xemacs-faq.texi (Q3.4.1):
+ − 2221 * xemacs-faq.texi (Q3.4.2):
+ − 2222 * xemacs-faq.texi (Q3.5.2):
+ − 2223 * xemacs-faq.texi (Q3.5.4):
+ − 2224 * xemacs-faq.texi (key-translation-map): New.
+ − 2225 * xemacs-faq.texi (Q3.5.5):
+ − 2226 * xemacs-faq.texi (Q3.5.6):
+ − 2227 * xemacs-faq.texi (Q3.5.7):
+ − 2228 * xemacs-faq.texi (Q3.5.8):
+ − 2229 * xemacs-faq.texi (global-map): Removed.
+ − 2230 * xemacs-faq.texi (Q3.5.9):
+ − 2231 * xemacs-faq.texi (Q3.6.1):
+ − 2232 * xemacs-faq.texi (Q3.6.2):
+ − 2233 * xemacs-faq.texi (Q3.6.3):
+ − 2234 * xemacs-faq.texi (Q3.7.6):
+ − 2235 * xemacs-faq.texi (Q3.7.7):
+ − 2236 * xemacs-faq.texi (Q3.8.1):
+ − 2237 * xemacs-faq.texi (Q3.8.2):
+ − 2238 * xemacs-faq.texi (Q3.8.3):
+ − 2239 * xemacs-faq.texi (Q3.9.1):
+ − 2240 * xemacs-faq.texi (Q3.9.4):
+ − 2241 * xemacs-faq.texi (Q3.10.1):
+ − 2242 * xemacs-faq.texi (Q3.10.2):
+ − 2243 * xemacs-faq.texi (Q3.10.3):
+ − 2244 * xemacs-faq.texi (Q4.0.12):
+ − 2245 * xemacs-faq.texi (Miscellaneous):
+ − 2246 * xemacs-faq.texi (Q5.0.1):
+ − 2247 * xemacs-faq.texi (Q5.0.2):
+ − 2248 * xemacs-faq.texi (Q5.0.3):
+ − 2249 * xemacs-faq.texi (Q5.0.4):
+ − 2250 * xemacs-faq.texi (Q5.0.5):
+ − 2251 * xemacs-faq.texi (Q5.0.8):
+ − 2252 * xemacs-faq.texi (Q5.0.9):
+ − 2253 * xemacs-faq.texi (Q5.0.11):
+ − 2254 * xemacs-faq.texi (Q5.0.12):
+ − 2255 * xemacs-faq.texi (Q5.0.13):
+ − 2256 * xemacs-faq.texi (Q5.0.16):
+ − 2257 * xemacs-faq.texi (Q5.0.17):
+ − 2258 * xemacs-faq.texi (Q5.1.9):
+ − 2259 * xemacs-faq.texi (Q5.1.11):
+ − 2260 * xemacs-faq.texi (Q5.2.1):
+ − 2261 * xemacs-faq.texi (Q5.2.2):
+ − 2262 * xemacs-faq.texi (Q5.3.1):
+ − 2263 * xemacs-faq.texi (Q5.3.2):
+ − 2264 * xemacs-faq.texi (Q5.3.4):
+ − 2265 * xemacs-faq.texi (MS Windows):
+ − 2266 * xemacs-faq.texi (Q6.0.1):
+ − 2267 * xemacs-faq.texi (Q6.0.2):
+ − 2268 * xemacs-faq.texi (Q6.0.3):
+ − 2269 * xemacs-faq.texi (Q6.0.4):
+ − 2270 * xemacs-faq.texi (Q6.1.5):
+ − 2271 * xemacs-faq.texi (Q6.2.3):
+ − 2272 * xemacs-faq.texi (Q6.3.1):
+ − 2273
+ − 2274 Remove most references to XEmacs pre-19.15, since they are way out
+ − 2275 of date and are cluttering up and confusing many answers. Update
+ − 2276 references to .emacs to take into account the new init file
+ − 2277 location. Update information about the MS Windows port. Change
+ − 2278 description of XEmacs at beginning to match the web site. Update
+ − 2279 info about current developers.
1137
+ − 2280
462
+ − 2281
+ − 2282 2001-02-25 Ben Wing <ben@xemacs.org>
+ − 2283
+ − 2284 * lispref\help.texi (Describing Characters):
+ − 2285 kp- not kp_.
1137
+ − 2286
462
+ − 2287 2001-02-25 Ben Wing <ben@xemacs.org>
+ − 2288
+ − 2289 * new-users-guide\custom1.texi (Customization Basics):
+ − 2290 * new-users-guide\custom1.texi (Customizing key Bindings):
+ − 2291 * new-users-guide\custom1.texi (Customizing Menus):
+ − 2292 * new-users-guide\custom2.texi (Other Customizations):
+ − 2293 * new-users-guide\custom2.texi (Setting Variables):
+ − 2294 * new-users-guide\custom2.texi (Init File):
+ − 2295 * new-users-guide\xmenu.texi (Options Menu):
+ − 2296 * new-users-guide\modes.texi (Major Modes):
+ − 2297 * new-users-guide\modes.texi (Minor Modes):
+ − 2298 * new-users-guide\new-users-guide.texi (Top):
+ − 2299 Fix up references to .emacs to take into account init.el.
1137
+ − 2300
460
+ − 2301 2001-02-23 Martin Buchholz <martin@xemacs.org>
+ − 2302
+ − 2303 * XEmacs 21.2.45 "Thelxepeia" is released.
+ − 2304
+ − 2305 2001-02-10 Martin Buchholz <martin@xemacs.org>
+ − 2306
+ − 2307 * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3.
+ − 2308
458
+ − 2309 2001-02-08 Martin Buchholz <martin@xemacs.org>
+ − 2310
+ − 2311 * XEmacs 21.2.44 "Thalia" is released.
+ − 2312
+ − 2313 2001-02-04 Steve Youngs <youngs@xemacs.org>
+ − 2314
+ − 2315 * xemacs/xemacs.texi: Update to accomodate new and improved
+ − 2316 packages.texi.
+ − 2317
+ − 2318 * xemacs/packages.texi: Basically, apart from a few things,
+ − 2319 rewritten from scratch.
+ − 2320
456
+ − 2321 2001-01-27 Martin Buchholz <martin@xemacs.org>
+ − 2322
+ − 2323 * lispref/variables.texi (max-specpdl-size): Correct default value.
+ − 2324 * lispref/eval.texi (max-lisp-eval-depth): Correct default value.
+ − 2325
+ − 2326 2001-01-26 Martin Buchholz <martin@xemacs.org>
+ − 2327
+ − 2328 * XEmacs 21.2.43 "Terspichore" is released.
+ − 2329
454
+ − 2330 2001-01-20 Martin Buchholz <martin@xemacs.org>
+ − 2331
+ − 2332 * XEmacs 21.2.42 "Poseidon" is released.
+ − 2333
+ − 2334 2001-01-18 Martin Buchholz <martin@xemacs.org>
+ − 2335
+ − 2336 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL.
+ − 2337
+ − 2338 2001-01-17 Andy Piper <andy@xemacs.org>
+ − 2339
+ − 2340 * internals.texi: some glyph documentation.
+ − 2341
+ − 2342 2001-01-16 Didier Verna <didier@xemacs.org>
+ − 2343
+ − 2344 * frame.texi (Mode Line Basics): new node ...
+ − 2345 * frame.texi (GUI Components): ... under this one ...
+ − 2346 * frame.texi (Scrollbar Basics): ... after this one ...
+ − 2347 * frame.texi (Toolbar Basics): ... before this one.
+ − 2348
452
+ − 2349 2001-01-17 Martin Buchholz <martin@xemacs.org>
+ − 2350
+ − 2351 * XEmacs 21.2.41 "Polyhymnia" is released.
+ − 2352
+ − 2353 2001-01-12 Martin Buchholz <martin@xemacs.org>
+ − 2354
+ − 2355 * internals/internals.texi: A little post-pdump-rename fixup.
+ − 2356
+ − 2357 2001-01-13 Martin Buchholz <martin@xemacs.org>
+ − 2358
+ − 2359 * internals/internals.texi: See `pdump-rename' in src/ChangeLog.
+ − 2360
+ − 2361 2001-01-10 Martin Buchholz <martin@xemacs.org>
+ − 2362
+ − 2363 * internals/internals.texi: Update for pdump changes.
+ − 2364
+ − 2365 2001-01-04 Adrian Aichner <adrian@xemacs.org>
+ − 2366
+ − 2367 * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to
+ − 2368 XEmacs.
+ − 2369 * texinfo.texi (First Node): Fixing grammar.
+ − 2370 * texinfo.texi (Multitable Rows): Change reference from GNU Emacs
+ − 2371 to XEmacs.
+ − 2372
450
+ − 2373 2001-01-08 Martin Buchholz <martin@xemacs.org>
+ − 2374
+ − 2375 * XEmacs 21.2.40 is released.
+ − 2376
+ − 2377 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
+ − 2378
+ − 2379 * emodules.texi (Required Functions): Xref coding rules for dual-use
+ − 2380 modules (module and statically linked). Typo fix.
+ − 2381
+ − 2382 * texinfo.texi (ref): Typo fix.
+ − 2383
448
+ − 2384 2000-12-31 Martin Buchholz <martin@xemacs.org>
+ − 2385
+ − 2386 * XEmacs 21.2.39 is released.
+ − 2387
+ − 2388 2000-12-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 2389
+ − 2390 * internals/internals.texi (General Coding Rules): further document
+ − 2391 usage of symsinit.h. Reorder slightly.
+ − 2392
446
+ − 2393 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org>
+ − 2394
+ − 2395 * xemacs/packages.texi (Creating Packages): new node.
+ − 2396
+ − 2397 2000-12-05 Martin Buchholz <martin@xemacs.org>
+ − 2398
+ − 2399 * XEmacs 21.2.38 is released.
+ − 2400
+ − 2401 2000-12-01 Martin Buchholz <martin@xemacs.org>
+ − 2402
+ − 2403 * lispref/compile.texi:
+ − 2404 Document differences between compiler and interpreter.
+ − 2405
+ − 2406 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org>
+ − 2407
+ − 2408 * internals/index.texi:
+ − 2409 internals/internals.texi:
+ − 2410 Change "X Windows" to "the X Window System" randomly.
+ − 2411 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node.
+ − 2412 (Lucid Widget Library): new node, added new text, ASCII art, subnode
+ − 2413 structure.
+ − 2414 * xemacs/frame.texi (GUI Components): new node.
+ − 2415 * xemacs/packages.texi: minor updates.
+ − 2416
+ − 2417 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org>
+ − 2418
+ − 2419 * info.texi (Creating an Info File): Fix typos in xrefs.
+ − 2420
+ − 2421 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
+ − 2422
+ − 2423 * xemacs/cmdargs.texi (Command Switches): Add documentation of
+ − 2424 portable dumper switches. Other minor edits.
+ − 2425
+ − 2426 2000-11-21 Martin Buchholz <martin@xemacs.org>
+ − 2427
+ − 2428 * lispref/positions.texi (Word Motion):
+ − 2429 forward-word arg is now optional.
+ − 2430 backward-word arg is now optional.
+ − 2431 Remove vile comment advising lisp programmer to use (forward-word -1)
+ − 2432 instead of (backward-word 1).
+ − 2433 * lispref/syntax.texi (Parsing Expressions):
+ − 2434 Similarly for forward-comment.
+ − 2435 * lispref/text.texi (Deletion):
+ − 2436 Similarly for delete-char.
+ − 2437 Similarly for delete-backward-char.
+ − 2438
+ − 2439 2000-11-09 Martin Buchholz <martin@xemacs.org>
+ − 2440
+ − 2441 * cl.texi (Assertions):
+ − 2442 Remove claim that elisp doesn't have continuable errors.
+ − 2443 Document check-type as being continuable.
+ − 2444
+ − 2445 2000-11-14 Adrian Aichner <adrian@xemacs.org>
+ − 2446
+ − 2447 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME
+ − 2448 from elisp to lispref and from emacs to xemacs in relevant ?xefs.
+ − 2449 This should also serve as a reminder for future merges with GNU
+ − 2450 Emacs.
+ − 2451 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and
+ − 2452 "XEmacs User's Manual" for lispref and xemacs respectively.
+ − 2453
+ − 2454 2000-11-14 Adrian Aichner <adrian@xemacs.org>
+ − 2455
+ − 2456 * lispref/abbrevs.texi (Abbrevs): Ditto.
+ − 2457 * lispref/backups.texi (Auto-Saving): Ditto.
+ − 2458 * lispref/backups.texi (Reverting): Ditto.
+ − 2459 * lispref/display.texi (The Echo Area): Ditto.
+ − 2460 * lispref/help.texi (Documentation Basics): Ditto.
+ − 2461 * lispref/help.texi (Help Functions): Ditto.
+ − 2462 * lispref/keymaps.texi (Scanning Keymaps): Ditto.
+ − 2463 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto.
+ − 2464 * lispref/modes.texi (Auto Major Mode): Ditto.
+ − 2465 * lispref/positions.texi (List Motion): Ditto.
+ − 2466 * lispref/searching.texi (Regexp Search): Ditto.
+ − 2467 * lispref/symbols.texi (Symbol Components): Ditto.
+ − 2468 * lispref/tips.texi (Comment Tips): Ditto.
+ − 2469 * lispref/tips.texi (Library Headers): Ditto.
+ − 2470
+ − 2471 2000-11-14 Adrian Aichner <adrian@xemacs.org>
+ − 2472
+ − 2473 * internals/internals.texi (The Buffer Object): Ditto.
+ − 2474
+ − 2475 2000-11-14 Adrian Aichner <adrian@xemacs.org>
+ − 2476
+ − 2477 * cl.texi (Hash Tables): Ditto.
+ − 2478 * texinfo.texi (Other Info Files): Ditto.
+ − 2479 * xemacs-faq.texi (Q1.0.14): Ditto.
+ − 2480
444
+ − 2481 2000-11-14 Martin Buchholz <martin@xemacs.org>
+ − 2482
+ − 2483 * XEmacs 21.2.37 is released.
+ − 2484
+ − 2485 2000-10-27 Martin Buchholz <martin@xemacs.org>
+ − 2486
+ − 2487 * xemacs/windows.texi (Other Window):
+ − 2488
+ − 2489 * new-users-guide/files.texi (Saving Files):
+ − 2490 * new-users-guide/search.texi (Search and Replace):
+ − 2491
+ − 2492 * lispref/abbrevs.texi (Abbrev Tables):
+ − 2493 * lispref/abbrevs.texi (Defining Abbrevs):
+ − 2494 * lispref/abbrevs.texi (Abbrev Files):
+ − 2495 * lispref/annotations.texi (Annotation Primitives):
+ − 2496 * lispref/backups.texi (Auto-Saving):
+ − 2497 * lispref/backups.texi (Reverting):
+ − 2498 * lispref/buffers.texi (Current Buffer):
+ − 2499 * lispref/buffers.texi (Buffer Names):
+ − 2500 * lispref/buffers.texi (Buffer Modification):
+ − 2501 * lispref/buffers.texi (Read Only Buffers):
+ − 2502 * lispref/buffers.texi (The Buffer List):
+ − 2503 * lispref/buffers.texi (Killing Buffers):
+ − 2504 * lispref/buffers.texi (Indirect Buffers):
+ − 2505 * lispref/building.texi (Building XEmacs):
+ − 2506 * lispref/building.texi (Garbage Collection):
+ − 2507 * lispref/commands.texi (Interactive Call):
+ − 2508 * lispref/commands.texi (Events):
+ − 2509 * lispref/commands.texi (Event Predicates):
+ − 2510 * lispref/commands.texi (Working With Events):
+ − 2511 * lispref/commands.texi (Converting Events):
+ − 2512 * lispref/commands.texi (Key Sequence Input):
+ − 2513 * lispref/commands.texi (Reading One Event):
+ − 2514 * lispref/commands.texi (Waiting):
+ − 2515 * lispref/commands.texi (Prefix Command Arguments):
+ − 2516 * lispref/commands.texi (Recursive Editing):
+ − 2517 * lispref/compile.texi (Compilation Functions):
+ − 2518 * lispref/compile.texi (Compiled-Function Objects):
+ − 2519 * lispref/consoles-devices.texi (Basic Device Functions):
+ − 2520 * lispref/consoles-devices.texi (Console Types and Device Classes):
+ − 2521 * lispref/consoles-devices.texi (Connecting to a Console or Device):
+ − 2522 * lispref/control.texi (Signaling Errors):
+ − 2523 * lispref/customize.texi (Type Keywords):
+ − 2524 * lispref/databases.texi (Connecting to a Database):
+ − 2525 * lispref/databases.texi (Working With a Database):
+ − 2526 * lispref/databases.texi (Other Database Functions):
+ − 2527 * lispref/debugging.texi (Function Debugging):
+ − 2528 * lispref/display.texi (Refresh Screen):
+ − 2529 * lispref/display.texi (The Echo Area):
+ − 2530 * lispref/display.texi (Blinking):
+ − 2531 * lispref/edebug-inc.texi (Tracing):
+ − 2532 * lispref/edebug-inc.texi (Instrumenting Macro Calls):
+ − 2533 * lispref/edebug-inc.texi (Edebug Options):
+ − 2534 * lispref/eval.texi (Function Indirection):
+ − 2535 * lispref/extents.texi (Creating and Modifying Extents):
+ − 2536 * lispref/extents.texi (Finding Extents):
+ − 2537 * lispref/extents.texi (Mapping Over Extents):
+ − 2538 * lispref/extents.texi (Extent Properties):
+ − 2539 * lispref/faces.texi (Basic Face Functions):
+ − 2540 * lispref/faces.texi (Face Properties):
+ − 2541 * lispref/faces.texi (Face Convenience Functions):
+ − 2542 * lispref/faces.texi (Other Face Display Functions):
+ − 2543 * lispref/faces.texi (Font Instance Characteristics):
+ − 2544 * lispref/faces.texi (Color Specifiers):
+ − 2545 * lispref/files.texi (Visiting Functions):
+ − 2546 * lispref/files.texi (Reading from Files):
+ − 2547 * lispref/files.texi (Changing File Attributes):
+ − 2548 * lispref/files.texi (File Names):
+ − 2549 * lispref/files.texi (File Name Components):
+ − 2550 * lispref/files.texi (Directory Names):
+ − 2551 * lispref/files.texi (Relative File Names):
+ − 2552 * lispref/files.texi (File Name Expansion):
+ − 2553 * lispref/files.texi (File Name Completion):
+ − 2554 * lispref/files.texi (User Name Completion):
+ − 2555 * lispref/files.texi (Magic File Names):
+ − 2556 * lispref/files.texi (Creating a Partial File):
+ − 2557 * lispref/files.texi (Format Conversion):
+ − 2558 * lispref/frames.texi (Creating Frames):
+ − 2559 * lispref/frames.texi (Property Access):
+ − 2560 * lispref/frames.texi (Size and Position):
+ − 2561 * lispref/frames.texi (Deleting Frames):
+ − 2562 * lispref/frames.texi (Finding All Frames):
+ − 2563 * lispref/frames.texi (Frames and Windows):
+ − 2564 * lispref/frames.texi (Visibility of Frames):
+ − 2565 * lispref/frames.texi (Frame Configurations):
+ − 2566 * lispref/functions.texi (Calling Functions):
+ − 2567 * lispref/functions.texi (Function Cells):
+ − 2568 * lispref/glyphs.texi (Creating Glyphs):
+ − 2569 * lispref/glyphs.texi (Image Specifiers):
+ − 2570 * lispref/glyphs.texi (Image Instance Types):
+ − 2571 * lispref/glyphs.texi (Image Instance Functions):
+ − 2572 * lispref/gutter.texi (Creating Gutter):
+ − 2573 * lispref/gutter.texi (Specifying a Gutter):
+ − 2574 * lispref/gutter.texi (Other Gutter Variables):
+ − 2575 * lispref/help.texi (Accessing Documentation):
+ − 2576 * lispref/help.texi (Help Functions):
+ − 2577 * lispref/help.texi (Obsoleteness):
+ − 2578 * lispref/internationalization.texi (Domain Specification):
+ − 2579 * lispref/intro.texi (Caveats):
+ − 2580 * lispref/keymaps.texi (Active Keymaps):
+ − 2581 * lispref/keymaps.texi (Functions for Key Lookup):
+ − 2582 * lispref/keymaps.texi (Changing Key Bindings):
+ − 2583 * lispref/keymaps.texi (Scanning Keymaps):
+ − 2584 * lispref/ldap.texi (The High-Level LDAP API):
+ − 2585 * lispref/ldap.texi (Low-level Operations on a LDAP Server):
+ − 2586 * lispref/ldap.texi (Encoder/Decoder Functions):
+ − 2587 * lispref/lists.texi (Setcar):
+ − 2588 * lispref/lists.texi (Setcdr):
+ − 2589 * lispref/lists.texi (Working With Normal Plists):
+ − 2590 * lispref/lists.texi (Working With Lax Plists):
+ − 2591 * lispref/loading.texi (Autoload):
+ − 2592 * lispref/loading.texi (Named Features):
+ − 2593 * lispref/markers.texi (Creating Markers):
+ − 2594 * lispref/markers.texi (Changing Markers):
+ − 2595 * lispref/markers.texi (The Mark):
+ − 2596 * lispref/menus.texi (Modifying Menus):
+ − 2597 * lispref/menus.texi (Pop-Up Menus):
+ − 2598 * lispref/menus.texi (Menu Accelerator Functions):
+ − 2599 * lispref/minibuf.texi (Text from Minibuffer):
+ − 2600 * lispref/minibuf.texi (Object from Minibuffer):
+ − 2601 * lispref/minibuf.texi (Basic Completion):
+ − 2602 * lispref/minibuf.texi (High-Level Completion):
+ − 2603 * lispref/minibuf.texi (Reading a Password):
+ − 2604 * lispref/minibuf.texi (Minibuffer Misc):
+ − 2605 * lispref/mouse.texi (Mouse Tracking):
+ − 2606 * lispref/syntax.texi (Syntax Table Functions):
+ − 2607 * lispref/numbers.texi (Arithmetic Operations):
+ − 2608 * lispref/numbers.texi (Rounding Operations):
+ − 2609 * lispref/numbers.texi (Math Functions):
+ − 2610 * lispref/objects.texi (String Type):
+ − 2611 * lispref/objects.texi (Equality Predicates):
+ − 2612 * lispref/os.texi (Killing XEmacs):
+ − 2613 * lispref/os.texi (Suspending XEmacs):
+ − 2614 * lispref/os.texi (System Environment):
+ − 2615 * lispref/os.texi (Time Conversion):
+ − 2616 * lispref/os.texi (Timers):
+ − 2617 * lispref/os.texi (Input Modes):
+ − 2618 * lispref/os.texi (Translating Input):
+ − 2619 * lispref/os.texi (Terminal Output):
+ − 2620 * lispref/os.texi (Flow Control):
+ − 2621 * lispref/positions.texi (Character Motion):
+ − 2622 * lispref/positions.texi (Word Motion):
+ − 2623 * lispref/positions.texi (Text Lines):
+ − 2624 * lispref/positions.texi (Screen Lines):
+ − 2625 * lispref/positions.texi (List Motion):
+ − 2626 * lispref/positions.texi (Narrowing):
+ − 2627 * lispref/postgresql.texi (Asynchronous Interface Functions):
+ − 2628 * lispref/processes.texi (Subprocess Creation):
+ − 2629 * lispref/processes.texi (Synchronous Processes):
+ − 2630 * lispref/processes.texi (Asynchronous Processes):
+ − 2631 * lispref/processes.texi (Process Information):
+ − 2632 * lispref/processes.texi (Input to Processes):
+ − 2633 * lispref/processes.texi (Signals to Processes):
+ − 2634 * lispref/processes.texi (Process Buffers):
+ − 2635 * lispref/processes.texi (Filter Functions):
+ − 2636 * lispref/processes.texi (Network):
+ − 2637 * lispref/range-tables.texi (Working With Range Tables):
+ − 2638 * lispref/searching.texi (String Search):
+ − 2639 * lispref/searching.texi (Regexp Search):
+ − 2640 * lispref/searching.texi (POSIX Regexps):
+ − 2641 * lispref/searching.texi (Replacing Match):
+ − 2642 * lispref/searching.texi (Entire Match Data):
+ − 2643 * lispref/sequences.texi (Bit Vector Functions):
+ − 2644 * lispref/specifiers.texi (Adding Specifications):
+ − 2645 * lispref/specifiers.texi (Creating Specifiers):
+ − 2646 * lispref/specifiers.texi (Specifier Validation Functions):
+ − 2647 * lispref/specifiers.texi (Other Specification Functions):
+ − 2648 * lispref/streams.texi (Output Variables):
+ − 2649 * lispref/symbols.texi (Other Plists):
+ − 2650 * lispref/text.texi (Insertion):
+ − 2651 * lispref/text.texi (Commands for Insertion):
+ − 2652 * lispref/text.texi (Deletion):
+ − 2653 * lispref/text.texi (User-Level Deletion):
+ − 2654 * lispref/text.texi (Kill Functions):
+ − 2655 * lispref/text.texi (Low-Level Kill Ring):
+ − 2656 * lispref/text.texi (Undo):
+ − 2657 * lispref/text.texi (Maintaining Undo):
+ − 2658 * lispref/text.texi (Margins):
+ − 2659 * lispref/text.texi (Sorting):
+ − 2660 * lispref/text.texi (Columns):
+ − 2661 * lispref/text.texi (Primitive Indent):
+ − 2662 * lispref/text.texi (Mode-Specific Indent):
+ − 2663 * lispref/text.texi (Region Indent):
+ − 2664 * lispref/text.texi (Case Changes):
+ − 2665 * lispref/text.texi (Examining Properties):
+ − 2666 * lispref/text.texi (Property Search):
+ − 2667 * lispref/text.texi (Registers):
+ − 2668 * lispref/text.texi (Transformations):
+ − 2669 * lispref/mule.texi (Charset Property Functions):
+ − 2670 * lispref/mule.texi (MULE Characters):
+ − 2671 * lispref/mule.texi (Composite Characters):
+ − 2672 * lispref/mule.texi (Coding System Properties):
+ − 2673 * lispref/mule.texi (Big5 and Shift-JIS Functions):
+ − 2674 * lispref/mule.texi (CCL Statements):
+ − 2675 * lispref/mule.texi (Calling CCL):
+ − 2676 * lispref/mule.texi (Category Tables):
+ − 2677 * lispref/toolbar.texi (Specifying the Toolbar):
+ − 2678 * lispref/toolbar.texi (Other Toolbar Variables):
+ − 2679 * lispref/tooltalk.texi (Elisp Interface for Sending Messages):
+ − 2680 * lispref/tooltalk.texi (Elisp Interface for Receiving Messages):
+ − 2681 * lispref/variables.texi (Creating Buffer-Local):
+ − 2682 * lispref/variables.texi (Variable Aliases):
+ − 2683 * lispref/windows.texi (Splitting Windows):
+ − 2684 * lispref/windows.texi (Deleting Windows):
+ − 2685 * lispref/windows.texi (Selecting Windows):
+ − 2686 * lispref/windows.texi (Cyclic Window Ordering):
+ − 2687 * lispref/windows.texi (Buffers and Windows):
+ − 2688 * lispref/windows.texi (Displaying Buffers):
+ − 2689 * lispref/windows.texi (Choosing Window):
+ − 2690 * lispref/windows.texi (Window Point):
+ − 2691 * lispref/windows.texi (Window Start):
+ − 2692 * lispref/windows.texi (Vertical Scrolling):
+ − 2693 * lispref/windows.texi (Horizontal Scrolling):
+ − 2694 * lispref/windows.texi (Resizing Windows):
+ − 2695 * lispref/windows.texi (Window Configurations):
+ − 2696 * lispref/x-windows.texi (X Selections):
+ − 2697 * lispref/x-windows.texi (Resources):
+ − 2698 * lispref/strings.texi (Creating Strings):
+ − 2699 * lispref/strings.texi (Character Codes):
+ − 2700 * lispref/strings.texi (Text Comparison):
+ − 2701 * lispref/strings.texi (String Conversion):
+ − 2702 * lispref/strings.texi (Formatting Strings):
+ − 2703 * lispref/strings.texi (Character Case):
+ − 2704 * lispref/strings.texi (Case Tables):
+ − 2705 * lispref/strings.texi (Char Table Types):
+ − 2706 * lispref/strings.texi (Working With Char Tables):
+ − 2707 Giant docstring parameter/Texinfo fixes.
+ − 2708
+ − 2709 Don't use abbreviations for English words, especially when those
+ − 2710 words have other meanings. For example, use START, not BEG.
+ − 2711 Use OBJECT, not OBJ.
+ − 2712 Use VALUE, not VAL.
+ − 2713 Use BUFFER, not BUF.
+ − 2714 Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!)
+ − 2715 Use CHARACTER, not CH or CHR.
+ − 2716 Use NUMBER, not NUM.
+ − 2717 Use COLUMN, not COL.
+ − 2718 Use POSITION, not POS.
+ − 2719 Use SYMBOL, not SYM.
+ − 2720 Use STRING, not STR.
+ − 2721 Use LIMIT, not LIM.
+ − 2722 Use OTHER-WINDOW-P, not OTHER-P.
+ − 2723 Use PRIORITY, not PRI.
+ − 2724
+ − 2725 Use `non-nil', not `true'.
+ − 2726
+ − 2727 Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY.
+ − 2728
+ − 2729 Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE.
+ − 2730
+ − 2731 Try to find better parameter names than ARG.
+ − 2732
+ − 2733 Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g;
+ − 2734
+ − 2735 Use type information in parameter names. For example, use
+ − 2736 (make-bit-vector length bit), not (make-bit-vector length init).
+ − 2737
+ − 2738 Completion functions should have parameters with names like
+ − 2739 PARTIAL-FILENAME instead of the misleading FILENAME.
+ − 2740
+ − 2741 Type predicates should consistently take an OBJECT parameter,
+ − 2742 since any object is valid as input.
+ − 2743
+ − 2744 Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for
+ − 2745 functions like next-window and next-frame that walk over window or
+ − 2746 frame lists.
+ − 2747
+ − 2748 Deleted duplicated documentation for:
+ − 2749 one-window-p, format-insert-file
+ − 2750
+ − 2751 Deleted 21 lines of VMS-specific texinfo documentation.
+ − 2752
+ − 2753 Fixed up a few places where `_' was used in docstring parameter
+ − 2754 names instead of `-'.
+ − 2755
+ − 2756 Fixed up places that used nil or t without @code.
+ − 2757
+ − 2758 Fixed up places that erroneously used @code instead of @var.
+ − 2759
+ − 2760 Fixed many typos.
+ − 2761
+ − 2762 Fixed many places where the parameters mentioned in the docstring
+ − 2763 didn't match the actual parameters.
+ − 2764
+ − 2765 Fixed 7 places that used `@var{nil}' instead of `@code{nil}'.
+ − 2766
+ − 2767 Fixed 40 places where docstrings were missing trailing `.'
+ − 2768
+ − 2769 Fixed the texi documentation of 41 functions where the
+ − 2770 interactiveness of the function in the documentation did not match
+ − 2771 the implementation.
+ − 2772
+ − 2773 Fixed 117 functions where the names of parameters in the texi was
+ − 2774 different from the names in the implementation.
+ − 2775
+ − 2776 Fixed the texi documentation of 137 functions where the parameter
+ − 2777 list of the function in the texi was semantically different from
+ − 2778 the implementation.
+ − 2779
+ − 2780 2000-10-28 Adrian Aichner <adrian@xemacs.org>
+ − 2781
+ − 2782 * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to
+ − 2783 incorporate raw HTML output in the HTML version.
+ − 2784
+ − 2785 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
+ − 2786
+ − 2787 * xemacs/menus.texi:
+ − 2788 * widget.texi:
+ − 2789 Typo fixes and tiny clarifications.
+ − 2790
+ − 2791 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
+ − 2792
+ − 2793 * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how.
+ − 2794 Added Q2.1.25 - function not found due to package not installed.
+ − 2795
+ − 2796 * xemacs/xemacs.texi:
+ − 2797 * xemacs/abbrevs.texi:
+ − 2798 * xemacs/basic.texi:
+ − 2799 * xemacs/building.texi:
+ − 2800 * xemacs/packages.texi:
+ − 2801 * xemacs/startup.texi:
+ − 2802 Moved "Packages" node to "Important General Concepts" section.
+ − 2803
+ − 2804 * xemacs/packages.texi: Added package list from etc/PACKAGES.
+ − 2805
442
+ − 2806 2000-10-04 Martin Buchholz <martin@xemacs.org>
+ − 2807
+ − 2808 * XEmacs 21.2.36 is released.
+ − 2809
+ − 2810 2000-09-27 Martin Buchholz <martin@xemacs.org>
+ − 2811
+ − 2812 * lispref/processes.texi (Signals to Processes): Many corrections.
+ − 2813
+ − 2814 2000-09-20 Martin Buchholz <martin@xemacs.org>
+ − 2815
+ − 2816 * xemacs/startup.texi (Startup Paths): Minor fixes.
+ − 2817
+ − 2818 2000-09-19 Martin Buchholz <martin@xemacs.org>
+ − 2819
+ − 2820 * *: Spelling mega-patch
+ − 2821
+ − 2822 2000-09-16 Martin Buchholz <martin@xemacs.org>
+ − 2823
+ − 2824 * internals/internals.texi (Low-Level Modules):
+ − 2825 Correct the list of source files.
+ − 2826
+ − 2827 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com>
+ − 2828
+ − 2829 * emodules.texi (Introduction): Trivial typo fix.
+ − 2830
+ − 2831 2000-08-24 Martin Buchholz <martin@xemacs.org>
+ − 2832
+ − 2833 * emodules.texi (Initialization Mode): Spell-Check.
+ − 2834
+ − 2835 2000-08-24 Martin Buchholz <martin@xemacs.org>
+ − 2836
+ − 2837 * lispref/databases.texi (Connecting to a Database):
+ − 2838 s/berkeley_db/berkeley-db/. Too much C programming.
+ − 2839
+ − 2840 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
+ − 2841
+ − 2842 * xemacs/custom.texi (Menubar Resources): Document FontSet resource.
+ − 2843
+ − 2844 2000-07-30 Ben Wing <ben@xemacs.org>
+ − 2845
+ − 2846 * xemacs\search.texi (Regexp Search):
+ − 2847 * xemacs\search.texi (Regexps):
+ − 2848 Synch up with updated docs below (describing non-greedy
+ − 2849 operators and such).
+ − 2850
+ − 2851 2000-07-30 Ben Wing <ben@xemacs.org>
+ − 2852
+ − 2853 * lispref\searching.texi (Syntax of Regexps):
+ − 2854 Document ??, which we've supported since 20.4.
+ − 2855
+ − 2856 2000-07-31 Sandra Wambold <wambold@cygnus.com>
+ − 2857
+ − 2858 * xemacs-faq.texi: Minor updates in first two sections
+ − 2859
+ − 2860 2000-07-27 Andy Piper <andy@xemacs.org>
+ − 2861
+ − 2862 * lispref/hash-tables.texi: add new hash table type.
+ − 2863
+ − 2864 2000-07-19 Martin Buchholz <martin@xemacs.org>
+ − 2865
+ − 2866 * XEmacs 21.2.35 is released.
+ − 2867
+ − 2868 2000-07-10 Martin Buchholz <martin@xemacs.org>
+ − 2869
+ − 2870 * Makefile: rm -f ==> $(RM)
+ − 2871
+ − 2872 2000-07-09 Martin Buchholz <martin@xemacs.org>
+ − 2873
454
+ − 2874 * lispref/postgresql.texi:
442
+ − 2875 - Don't mention ".so" extension.
+ − 2876 - Make installation instructions more generic.
+ − 2877 - Mention M-x describe-installation.
+ − 2878
+ − 2879 2000-07-08 Ben Wing <ben@xemacs.org>
+ − 2880
+ − 2881 * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under
+ − 2882 Windows problem with binary locs and latest info.
+ − 2883
+ − 2884 2000-06-17 Adrian Aichner <aichner@ecf.teradyne.com>
+ − 2885
+ − 2886 * lispref/glyphs.texi: Fix trivial typos.
+ − 2887 * lispref/gutter.texi: Ditto.
+ − 2888 * lispref/loading.texi: Ditto.
+ − 2889 * lispref/postgresql.texi: Ditto.
+ − 2890
+ − 2891 2000-06-14 Adrian Aichner <aichner@ecf.teradyne.com>
+ − 2892
+ − 2893 * internals/internals.texi (Markers and Extents): Fix trivial typo.
+ − 2894
+ − 2895 2000-06-11 Adrian Aichner <aichner@ecf.teradyne.com>
+ − 2896
+ − 2897 * make-stds.texi: Fix trivial typos.
+ − 2898 * xemacs-faq.texi: Ditto.
+ − 2899 * internals/internals.texi: Ditto.
+ − 2900 * new-users-guide/edit.texi: Ditto.
+ − 2901 * new-users-guide/modes.texi: Ditto.
+ − 2902 * new-users-guide/region.texi: Ditto.
+ − 2903
+ − 2904 2000-06-10 Ben Wing <ben@xemacs.org>
+ − 2905
+ − 2906 * xemacs-faq.texi (Q6.1.2):
+ − 2907 * xemacs-faq.texi (Q6.1.5):
+ − 2908 * xemacs-faq.texi (Q6.1.6):
+ − 2909 Corrections for Cygwin, MinGW.
+ − 2910
+ − 2911 2000-06-07 Adrian Aichner <aichner@ecf.teradyne.com>
+ − 2912
+ − 2913 * xemacs/basic.texi: Fix trivial typos.
+ − 2914 * xemacs/buffers.texi: Fix trivial typos.
+ − 2915 * xemacs/building.texi: Ditto.
+ − 2916 * xemacs/glossary.texi: Ditto.
+ − 2917 * xemacs/gnu.texi: Ditto.
+ − 2918 * xemacs/help.texi: Ditto.
+ − 2919 * xemacs/keystrokes.texi: Ditto.
+ − 2920 * xemacs/programs.texi: Ditto.
+ − 2921 * xemacs/search.texi: Ditto.
+ − 2922 * xemacs/sending.texi: Ditto.
+ − 2923
+ − 2924 2000-05-28 Martin Buchholz <martin@xemacs.org>
+ − 2925
+ − 2926 * XEmacs 21.2.34 is released.
+ − 2927
+ − 2928 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 2929
+ − 2930 * xemacs/basic.texi: Document translation of tutorial.
+ − 2931 * xemacs/startup.texi: Remove lock-directory.
+ − 2932 * xemacs/enterings.texi: Update.
+ − 2933
+ − 2934 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 2935
+ − 2936 * lispref/display.texi:
+ − 2937 * lispref/faces.texi:
+ − 2938 * lispref/glyphs.texi:
+ − 2939 * lispref/gutter.texi:
+ − 2940 * lispref/modes.texi:
+ − 2941 * lispref/specifiers.texi:
+ − 2942 * lispref/toolbar.texi:
+ − 2943 Update. Merge Ben's doc-string update.
+ − 2944
+ − 2945 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 2946
+ − 2947 * xemacs/basic.texi:
+ − 2948 * xemacs/enterings.texi:
+ − 2949 * xemacs/mini.texi:
+ − 2950 Partial sync with FSF Emacs 20.6 and some update.
+ − 2951
+ − 2952 2000-05-01 Martin Buchholz <martin@xemacs.org>
+ − 2953
+ − 2954 * XEmacs 21.2.33 is released.
+ − 2955
+ − 2956 2000-04-11 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 2957
+ − 2958 * xemacs-faq.texi (Q2.1.24): Removed wrong header.
+ − 2959
+ − 2960 2000-04-01 Oscar Figueiredo <oscar@xemacs.org>
+ − 2961
+ − 2962 * lispref/ldap.texi: Documentation of the add/modify/delete and
+ − 2963 internationalization APIs
+ − 2964
+ − 2965 * lispref/lispref.texi: Updated LDAP-related menus
+ − 2966
+ − 2967 2000-03-20 Martin Buchholz <martin@xemacs.org>
+ − 2968
+ − 2969 * XEmacs 21.2.32 is released.
+ − 2970
+ − 2971 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
+ − 2972
+ − 2973 * lispref/postgresql.texi (Unimplemented libpq Functions): Update
+ − 2974 documentation to reflect the latest code.
+ − 2975
+ − 2976 2000-03-07 SL Baur <steve@musashimaru.m17n.org>
+ − 2977
+ − 2978 * lispref/postgresql.texi (PostgreSQL Support): New File.
+ − 2979
+ − 2980 * lispref/ldap.texi: Insert PostgreSQL/libpq chapter.
+ − 2981 * lispref/lispref.texi (Top): Ditto.
+ − 2982 * lispref/internationalization.texi: Ditto.
+ − 2983
+ − 2984 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 2985
+ − 2986 * lispref/glyphs.texi (Image Specifiers): Remove parenthesis.
+ − 2987
+ − 2988 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 2989
+ − 2990 * xemacs-faq.texi: Put node before section.
+ − 2991
+ − 2992 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
+ − 2993
+ − 2994 * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly.
+ − 2995
+ − 2996 2000-03-01 Sandra Wambold <wambold@xemacs.org>
+ − 2997
+ − 2998 * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows
+ − 2999
+ − 3000 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 3001
+ − 3002 * xemacs/xemacs.texi: Detailed menu update.
+ − 3003
+ − 3004 2000-01-28 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 3005
+ − 3006 * xemacs/help.texi: Synch with FSF 20.5. Update.
+ − 3007
+ − 3008 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 3009
+ − 3010 * lispref/minibuf.texi: Add default argument documentation.
+ − 3011
+ − 3012 2000-02-27 Martin Buchholz <martin@xemacs.org>
+ − 3013
+ − 3014 * internals/internals.texi (lrecords): Update docs for new lisp
+ − 3015 object representation.
+ − 3016
+ − 3017 2000-02-25 Martin Buchholz <martin@xemacs.org>
+ − 3018
+ − 3019 * internals/internals.texi (Techniques for XEmacs Developers):
+ − 3020 Document INLINE_HEADER and how to create macros and inline functions.
+ − 3021 Cleanup entire section.
+ − 3022
2069
+ − 3023 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org>
442
+ − 3024
+ − 3025 * man/lispref/gutter.texi: New file describing gutter API.
+ − 3026
+ − 3027 * man/lispref/lispref.texi, man/lispref/scrollbars.texi,
+ − 3028
+ − 3029 * man/lispref/toolbar.texi: Fixup links to new node Gutter.
+ − 3030
2069
+ − 3031 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org>
442
+ − 3032
+ − 3033 * man/lispref/frames.texi, man/xemacs/custom.texi,
+ − 3034 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars,
+ − 3035 toolbars, and gutters as optional components of frames, with
+ − 3036 pointers to descriptions.
+ − 3037
2069
+ − 3038 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org>
442
+ − 3039
+ − 3040 * man/lispref/mule.texi: Substantial reorganization and
+ − 3041 revision for style of descriptions of character sets,
+ − 3042 encodings, and coding systems. Addition of a complete table
+ − 3043 of coding systems as of XEmacs 21.2.19.
+ − 3044
+ − 3045 2000-02-23 Martin Buchholz <martin@xemacs.org>
+ − 3046
+ − 3047 * XEmacs 21.2.31 is released.
+ − 3048
+ − 3049 2000-02-21 Martin Buchholz <martin@xemacs.org>
+ − 3050
+ − 3051 * XEmacs 21.2.30 is released.
+ − 3052
+ − 3053 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
+ − 3054
+ − 3055 * internals/internals.texi: Made texinfmt-friendly.
+ − 3056
+ − 3057 2000-01-20 Mark Thomas <mthomas@jprc.com>
+ − 3058
+ − 3059 * lispref/backups.texi (Numbered Backups):
+ − 3060 * xemacs/files.texi (Backup Deletion):
+ − 3061 Change trim-versions-without-asking to delete-old-versions.
+ − 3062
+ − 3063 2000-02-19 Martin Buchholz <martin@xemacs.org>
+ − 3064
+ − 3065 * internals/internals.texi (Conversion to and from External Data):
+ − 3066 Document TO_EXTERNAL_FORMAT and friends.
+ − 3067 Doc bug fixes.
+ − 3068
+ − 3069 2000-02-16 Martin Buchholz <martin@xemacs.org>
+ − 3070
+ − 3071 * XEmacs 21.2.29 is released.
+ − 3072
+ − 3073 2000-02-16 Martin Buchholz <martin@xemacs.org>
+ − 3074
+ − 3075 * internals/internals.texi: Integrate Olivier's portable dumping docs.
+ − 3076
+ − 3077 2000-02-09 Martin Buchholz <martin@xemacs.org>
+ − 3078
+ − 3079 * lispref/symbols.texi (Object Plists):
+ − 3080 Document `object-plist'.
+ − 3081 Document `remprop'.
+ − 3082 Rework all plist frobbing docs for accuracy.
+ − 3083
440
+ − 3084 2000-02-07 Martin Buchholz <martin@xemacs.org>
+ − 3085
+ − 3086 * XEmacs 21.2.28 is released.
+ − 3087
+ − 3088 2000-02-07 Martin Buchholz <martin@xemacs.org>
+ − 3089
+ − 3090 * cl.texi: Remove (or replace by `get') references to `get*'.
+ − 3091
+ − 3092 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 3093
+ − 3094 * widget.texi:
+ − 3095 * internals/internals.texi:
+ − 3096 * lispref/commands.texi:
+ − 3097 * lispref/consoles-devices.texi:
+ − 3098 * lispref/customize.texi:
+ − 3099 * lispref/dialog.texi:
+ − 3100 * lispref/extents.texi:
+ − 3101 * lispref/faces.texi:
+ − 3102 * lispref/glyphs.texi:
+ − 3103 * lispref/keymaps.texi:
+ − 3104 * lispref/lists.texi:
+ − 3105 * lispref/markers.texi:
+ − 3106 * lispref/menus.texi:
+ − 3107 * lispref/mule.texi:
+ − 3108 * lispref/objects.texi:
+ − 3109 * lispref/specifiers.texi:
+ − 3110 * lispref/toolbar.texi:
+ − 3111 * lispref/tooltalk.texi:
+ − 3112 * lispref/x-windows.texi:
+ − 3113 * new-users-guide/custom2.texi:
+ − 3114 * new-users-guide/help.texi:
+ − 3115 * new-users-guide/modes.texi:
+ − 3116 * xemacs/abbrevs.texi:
+ − 3117 * xemacs/buffers.texi:
+ − 3118 * xemacs/custom.texi:
+ − 3119 * xemacs/help.texi:
+ − 3120 * xemacs/keystrokes.texi:
+ − 3121 * xemacs/mini.texi:
+ − 3122 * xemacs/new.texi:
+ − 3123 * xemacs/packages.texi:
+ − 3124 * xemacs/programs.texi:
+ − 3125 * xemacs/sending.texi:
+ − 3126 Change ' -- ' to '---' since Texinfo formats --- to --.
+ − 3127 Untabify. TeX doesn't like TAB.
+ − 3128
+ − 3129 2000-01-27 Sandra Wambold <wambold@xemacs.org>
+ − 3130
+ − 3131 * xemacs-faq.texi (Q6.2.2): updated font instructions to include
+ − 3132 21.2.*
+ − 3133
+ − 3134 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 3135
+ − 3136 * xemacs-faq.texi: Untabify.
442
+ − 3137
440
+ − 3138 2000-01-22 Martin Buchholz <martin@xemacs.org>
+ − 3139
+ − 3140 * internals/internals.texi (General Coding Rules): Document why we
+ − 3141 #include <config.h>
+ − 3142
+ − 3143 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 3144
+ − 3145 * xemacs-faq.texi: Change ' -- ' to '---'.
442
+ − 3146
440
+ − 3147 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 3148
+ − 3149 * lispref/faces.texi (Face Properties): Document
+ − 3150 remove-face-property.
+ − 3151
438
+ − 3152 2000-01-18 Martin Buchholz <martin@xemacs.org>
+ − 3153
+ − 3154 * XEmacs 21.2.27 is released.
+ − 3155
+ − 3156 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 3157
+ − 3158 * xemacs/regs.texi: Synch with FSF 20.5.
+ − 3159
+ − 3160 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 3161
+ − 3162 * info.texi: Change cross reference from emacs to xemacs.
+ − 3163
+ − 3164 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 3165
+ − 3166 * xemacs/mini.texi: Synch with FSF 20.5. Update.
+ − 3167
+ − 3168 2000-01-16 Martin Buchholz <martin@xemacs.org>
+ − 3169
+ − 3170 * xemacs-faq.texi (Q2.1.15): Fix up @table formatting.
+ − 3171
+ − 3172 2000-01-14 Martin Buchholz <martin@xemacs.org>
+ − 3173
+ − 3174 * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info.
+ − 3175
+ − 3176 2000-01-14 Sandra Wambold <wambold@xemacs.org>
+ − 3177
+ − 3178 * xemacs-faq.texi: removed out-of-date XEmacs 19 questions.
+ − 3179
+ − 3180 2000-01-14 Sandra Wambold <wambold@xemacs.org>
+ − 3181
+ − 3182 * xemacs-faq.texi: Updated Macintosh information,
+ − 3183 updated OS/2 info, changed turn-on-pending-delete answer.
+ − 3184
+ − 3185 2000-01-08 Martin Buchholz <martin@xemacs.org>
+ − 3186
+ − 3187 * xemacs-faq.texi (Q2.1.15): Make debugging info current.
+ − 3188
+ − 3189 2000-01-08 Hrvoje Niksic <hniksic@iskon.hr>
+ − 3190
+ − 3191 * lispref/control.texi (Signaling Errors): Document that `signal'
+ − 3192 is continuable.
+ − 3193 (Signaling Errors): Document `cerror', `signal-error', and
+ − 3194 `check-argument-type'.
+ − 3195 (Handling Errors): Mention `debug-on-signal'.
+ − 3196 (Error Symbols): Document `define-error'.
+ − 3197 (Processing of Errors): Document `display-error' and
+ − 3198 `error-message-string'.
+ − 3199
+ − 3200 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 3201
+ − 3202 * internals/internals.texi: Remove latin-1 char.
+ − 3203
+ − 3204 2000-01-05 Didier Verna <didier@xemacs.org>
+ − 3205
+ − 3206 * xemacs/custom.texi (Key bindings using strings): add missing
+ − 3207 whitespace.
+ − 3208
+ − 3209 * xemacs/xemacs.texi (Top):
+ − 3210 * new-users-guide/new-users-guide.texi (Top): add missing `@top'
+ − 3211 node.
+ − 3212
+ − 3213 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 3214
+ − 3215 * lispref/minibuf.texi (Reading a Password): New section.
+ − 3216
+ − 3217 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 3218
+ − 3219 * lispref/minibuf.texi: Remove documentation about
+ − 3220 minibuffer-local-ns-map, read-no-blanks-input.
+ − 3221
+ − 3222 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 3223
+ − 3224 * lispref/minibuf.texi: Partial Synch with FSF manual.
+ − 3225 Add description about DEFAULT argument of reading functions.
+ − 3226
436
+ − 3227 1999-12-31 Martin Buchholz <martin@xemacs.org>
+ − 3228
+ − 3229 * XEmacs 21.2.26 is released.
+ − 3230
+ − 3231 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 3232
+ − 3233 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs
+ − 3234
434
+ − 3235 1999-12-24 Martin Buchholz <martin@xemacs.org>
+ − 3236
+ − 3237 * XEmacs 21.2.25 is released.
+ − 3238
+ − 3239 1999-12-21 Martin Buchholz <martin@xemacs.org>
+ − 3240
+ − 3241 * lispref/text.texi (Near Point): Document `char-before'.
+ − 3242
+ − 3243 1999-12-20 Adrian Aichner <adrian@xemacs.org>
+ − 3244
+ − 3245 * widget.texi: Fix typos and possessive singular errors. Break
+ − 3246 long sentences for readability. Remove some redundant commas.
+ − 3247
+ − 3248 1999-12-18 Martin Buchholz <martin@xemacs.org>
+ − 3249
442
+ − 3250 * lispref/functions.texi (Mapping Functions):
434
+ − 3251 Warn about mapping functions modifying their sequences.
+ − 3252
+ − 3253 1999-12-15 Sandra Wambold <wambold@xemacs.org>
+ − 3254
+ − 3255 * xemacs-faq.texi: link to matlab.el added; misc. address changes
+ − 3256
432
+ − 3257 1999-12-14 Martin Buchholz <martin@xemacs.org>
+ − 3258
+ − 3259 * XEmacs 21.2.24 is released.
+ − 3260
+ − 3261 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 3262
+ − 3263 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH
442
+ − 3264 instead of PACKAGEPATH
432
+ − 3265 From Marcus Harnisch <harnisch@mikrom.de>
+ − 3266
430
+ − 3267 1999-12-07 Martin Buchholz <martin@xemacs.org>
+ − 3268
+ − 3269 * XEmacs 21.2.23 is released.
+ − 3270
+ − 3271 1999-12-06 Sandra Wambold <wambold@pobox.com>
+ − 3272
+ − 3273 * xemacs-faq.texi: Added MS-Windows questions; some other changes
+ − 3274
+ − 3275 1999-11-29 Martin Buchholz <martin@xemacs.org>
+ − 3276
442
+ − 3277 * info.texi (Top):
430
+ − 3278 Remove @ifnottex, which gives old makeinfos indigestion.
442
+ − 3279 * texinfo.texi (Top):
430
+ − 3280 Revert to pre-texinfo-4.0 version, plus small changes to make
+ − 3281 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy.
+ − 3282
+ − 3283 1999-11-30 Sandra Wambold <wambold@cygnus.com>
+ − 3284
+ − 3285 * xemacs-faq.texi: fixed and commented out bad URL links
+ − 3286
428
+ − 3287 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3288
+ − 3289 * XEmacs 21.2.22 is released
+ − 3290
+ − 3291 1999-11-28 Martin Buchholz <martin@xemacs.org>
+ − 3292
+ − 3293 * XEmacs 21.2.21 is released.
+ − 3294
+ − 3295 1999-11-26 Martin Buchholz <martin@xemacs.org>
+ − 3296
+ − 3297 * internals.texi (Lstream Functions):
+ − 3298 * internals.texi (Lstream Methods):
+ − 3299 Types have changed to size_t and ssize_t. Document them.
+ − 3300
+ − 3301 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 3302
+ − 3303 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on
+ − 3304 XEmacs 21
+ − 3305
+ − 3306 1999-11-15 Martin Buchholz <martin@xemacs.org>
+ − 3307
+ − 3308 * xemacs/programs.texi: Upgrade to etags Version 13.32
442
+ − 3309
428
+ − 3310 * Makefile:
+ − 3311 - Make sure the default target is `info' instead of cl.info.
+ − 3312 - Use $(INFODIR) consistently where appropriate.
+ − 3313 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info).
+ − 3314 - Comment out unused macros: EMACS EMACSFLAGS
+ − 3315 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0.
+ − 3316 - Get dependencies up to date.
+ − 3317
+ − 3318 * internals/Makefile:
+ − 3319 * xemacs/Makefile:
+ − 3320 * lispref/Makefile:
+ − 3321 * new-users-guide/Makefile:
+ − 3322 * lispref/index.perm:
+ − 3323 * lispref/index.unperm:
+ − 3324 * lispref/permute-index:
+ − 3325 * internals/index.perm:
+ − 3326 * internals/index.unperm:
+ − 3327 Remove these Makefiles.
+ − 3328 Include all functionality in man/Makefile.
+ − 3329 Support only non-permuted indexes for simplicity.
+ − 3330
+ − 3331 * emodules.texi:
+ − 3332 - TeX doesn't tolerate `_' in variable names; use `-' instead.
+ − 3333
+ − 3334 * lispref/commands.texi:
+ − 3335 * lispref/display.texi:
+ − 3336 * lispref/faces.texi:
+ − 3337 * lispref/functions.texi:
+ − 3338 * lispref/keymaps.texi:
+ − 3339 * lispref/lists.texi:
+ − 3340 * lispref/modes.texi:
+ − 3341 * lispref/objects.texi:
+ − 3342 * lispref/os.texi:
+ − 3343 * lispref/sequences.texi:
+ − 3344 * lispref/strings.texi:
+ − 3345 * lispref/text.texi:
+ − 3346 * new-users-guide/custom1.texi:
+ − 3347 * xemacs/custom.texi:
+ − 3348 * xemacs/menus.texi:
+ − 3349 - Make sources compatible with makeinfo 4.0 *and* 3.12.
+ − 3350 - Replace @sc{ASCII} with @sc{ascii}, etc...
+ − 3351 - Replace @var{(foo)} with (@var{foo}), etc...
+ − 3352
+ − 3353 * info-stnd.texi: Remove. Who cares about the standalone info reader?
+ − 3354
+ − 3355 * texinfo.tex:
+ − 3356 * texinfo.texi:
+ − 3357 * info.texi:
+ − 3358 * standards.texi:
+ − 3359 * make-stds.texi:
+ − 3360 Import FSF-maintained files from texinfo-4.0.
+ − 3361
+ − 3362 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3363
+ − 3364 * XEmacs 21.2.20 is released
+ − 3365
+ − 3366 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
+ − 3367
+ − 3368 * xemacs/packages.texi (Using Packages): Added description of
+ − 3369 package-get-package-provider.
+ − 3370
+ − 3371 1999-07-27 Charles G Waldman <cgw@fnal.gov>
+ − 3372
+ − 3373 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells'
+ − 3374
434
+ − 3375 1999-08-01 Adrian Aichner <adrian@xemacs.org>
428
+ − 3376
+ − 3377 * xemacs/programs.texi (Balanced Editing): Remove broken
+ − 3378 line-break.
+ − 3379
+ − 3380 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs
+ − 3381 menus.
+ − 3382 (Q1.4.1): ditto.
+ − 3383 (Q1.4.3): ditto.
+ − 3384 (Q2.0.5): Hyphenate words.
+ − 3385
+ − 3386 * info.texi (Add): Fix one typo.
+ − 3387
+ − 3388 1999-08-23 Stephane Epardaud <stephane@lunatech.com>
+ − 3389
+ − 3390 * internals/internals.texi (Garbage Collection - Step by Step):
+ − 3391 just added some dots to shut up compile warnings.
+ − 3392
+ − 3393 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de>
+ − 3394
+ − 3395 * internals/internals.texi (Garbage Collection - Step by Step):
+ − 3396 new section in chapter Allocation of Objects in XEmacs Lisp.
+ − 3397
+ − 3398 1999-07-28 Andy Piper <andy@xemacs.org>
+ − 3399
+ − 3400 * internals.texi (Glyphs): add some glyph documentation.
+ − 3401
+ − 3402 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3403
+ − 3404 * XEmacs 21.2.19 is released
+ − 3405
434
+ − 3406 1999-07-10 Adrian Aichner <adrian@xemacs.org>
428
+ − 3407
+ − 3408 * emodules.texi: Use @set emacs and @value{emacs} instead of
+ − 3409 @macro (unsupported by texinfo package). Remove stray @code.
+ − 3410 * custom.texi: Add info extension to @setfilename.
+ − 3411 * texinfo.texi: Ditto.
+ − 3412 * widget.texi: Ditto.
+ − 3413 * packages.texi: Reword a sentence, fixing @item Decide where to
+ − 3414 install ...
+ − 3415
442
+ − 3416 1999-07-19 Didier Verna <didier@xemacs.org>
428
+ − 3417
+ − 3418 * custom.texi (Wishlist): removed the Custom Comments wishlist
+ − 3419 entry. They are implemented.
+ − 3420
+ − 3421 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3422
+ − 3423 * XEmacs 21.2.18 is released
+ − 3424
+ − 3425 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3426
+ − 3427 * XEmacs 21.2.17 is released
+ − 3428
+ − 3429 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3430
+ − 3431 * XEmacs 21.2.16 is released
+ − 3432
+ − 3433 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3434
+ − 3435 * XEmacs 21.2.15 is released
+ − 3436
+ − 3437 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com>
+ − 3438
+ − 3439 * custom.texi, external-widget.texi: Minor
+ − 3440 fix to get info DIR entry correct.
+ − 3441
+ − 3442 1999-05-22 Vin Shelton <acs@xemacs.org>
+ − 3443
+ − 3444 * xemacs/cmdargs.texi:
+ − 3445 Document -private.
+ − 3446
+ − 3447 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
+ − 3448
+ − 3449 * Makefile: Added `emodules.info' to info targets.
+ − 3450
+ − 3451 1999-05-20 Karl M. Hegbloom <karlheg@debian.org>
+ − 3452
+ − 3453 * internals/internals.texi (The XEmacs Object System
+ − 3454 (Abstractly Speaking)): typo.
+ − 3455
+ − 3456 1999-05-16 Hrvoje Niksic <hniksic@srce.hr>
+ − 3457
+ − 3458 * lispref/text.texi (Substitution): Document improvements in
+ − 3459 `translate-region'.
+ − 3460
+ − 3461 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3462
+ − 3463 * XEmacs 21.2.14 is released
+ − 3464
+ − 3465 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com>
+ − 3466
+ − 3467 * man/internals/internals.texi:
+ − 3468 * man/lispref/lispref.texi:
+ − 3469 * man/new-users-guide/new-users-guide.texi:
+ − 3470 * man/xemacs/xemacs.texi:
+ − 3471 * man/cl.texi:
+ − 3472 * man/custom.texi:
+ − 3473 * man/term.texi:
+ − 3474 * man/termcap.texi:
+ − 3475 * man/widget.texi:
+ − 3476 * man/xemacs-faq.texi:
+ − 3477 * man/external-widget.texi:
+ − 3478 Added info dir entries so install-info will add them to
+ − 3479 the common `dir' file.
+ − 3480
2069
+ − 3481 1999-04-28 Stephen J. Turnbull <stephen@xemacs.org>
428
+ − 3482
+ − 3483 * man/lispref/mule.texi: Document CCL
+ − 3484 - add sections: syntax, statements, expressions, and examples.
+ − 3485 - fix naming and description errors.
+ − 3486 - update links in neighboring nodes.
+ − 3487
+ − 3488 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 3489
+ − 3490 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500.
+ − 3491
+ − 3492 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 3493
+ − 3494 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame
+ − 3495 Appearance)
+ − 3496
+ − 3497 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3498
+ − 3499 * XEmacs 21.2.13 is released
+ − 3500
+ − 3501 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3502
+ − 3503 * XEmacs 21.2.12 is released
+ − 3504
+ − 3505 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3506
+ − 3507 * XEmacs 21.2.11 is released
+ − 3508
+ − 3509 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3510
+ − 3511 * XEmacs 21.2.10 is released
+ − 3512
+ − 3513 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3514
+ − 3515 * XEmacs 21.2.9 is released
+ − 3516
434
+ − 3517 1999-01-14 Adrian Aichner <adrian@xemacs.org>
428
+ − 3518
+ − 3519 * internals\internals.texi (Techniques for XEmacs Developers):
+ − 3520 Fixing documentation.
+ − 3521 (Basic Lisp Modules): ditto.
+ − 3522
+ − 3523 1999-01-10 J. Kean Johnston <jkj@sco.com>
+ − 3524
+ − 3525 * emodules.texi: New file to describe XEmacs modules.
+ − 3526
+ − 3527 1998-12-28 Martin Buchholz <martin@xemacs.org>
+ − 3528
+ − 3529 * XEmacs 21.2.8 is released.
+ − 3530
+ − 3531 1998-12-24 Martin Buchholz <martin@xemacs.org>
+ − 3532
+ − 3533 * XEmacs 21.2.7 is released.
+ − 3534
+ − 3535 1998-12-16 Andy Piper <andy@xemacs.org>
+ − 3536
+ − 3537 * XEmacs 21.2.6 is released
+ − 3538
+ − 3539 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 3540
+ − 3541 * XEmacs 21.2.5 is released
+ − 3542
+ − 3543 1998-11-30 Martin Buchholz <martin@xemacs.org>
+ − 3544
+ − 3545 * xemacs/startup.texi (Startup Paths):
+ − 3546 * xemacs/custom.texi (Widgets):
+ − 3547 * xemacs-faq.texi (Q3.0.5):
+ − 3548 * xemacs-faq.texi (Top):
+ − 3549
+ − 3550 * widget.texi (info-link):
+ − 3551
+ − 3552 * lispref/objects.texi (Type Predicates):
+ − 3553 * lispref/objects.texi (Hash Table Type):
+ − 3554 * lispref/objects.texi (Primitive Types):
+ − 3555 * lispref/objects.texi (Lisp Data Types):
+ − 3556 * lispref/macros.texi (Backquote):
+ − 3557 * lispref/hash-tables.texi (Weak Hash Tables):
+ − 3558 * lispref/hash-tables.texi:
+ − 3559 * lispref/errors.texi (Standard Errors):
+ − 3560 * lispref/compile.texi (Disassembly):
+ − 3561 * lispref/compile.texi (Compiled-Function Objects):
+ − 3562 * lispref/compile.texi (Eval During Compile):
+ − 3563 * lispref/compile.texi (Docs and Compilation):
+ − 3564 * lispref/compile.texi (Compilation Functions):
+ − 3565 * lispref/compile.texi (Speed of Byte-Code):
+ − 3566 * lispref/compile.texi (Byte Compilation):
+ − 3567 * lispref/building.texi (Garbage Collection):
+ − 3568
+ − 3569 * internals/internals.texi (Simple Special Forms):
+ − 3570 * internals/internals.texi (Evaluation; Stack Frames; Bindings):
+ − 3571 * internals/internals.texi (Specifics of the Event Gathering Mechanism):
+ − 3572 * internals/internals.texi (String):
+ − 3573 * internals/internals.texi (Introduction to Allocation):
+ − 3574 * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
+ − 3575 * internals/internals.texi (Modules for Internationalization):
+ − 3576 * internals/internals.texi (Modules for Interfacing with X Windows):
+ − 3577 * internals/internals.texi (Modules for Interfacing with the Operating System):
+ − 3578 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
+ − 3579 * internals/internals.texi (Modules for Interfacing with the File System):
+ − 3580 * internals/internals.texi (Modules for the Redisplay Mechanism):
+ − 3581 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
+ − 3582 * internals/internals.texi (Editor-Level Control Flow Modules):
+ − 3583 * internals/internals.texi (Modules for Standard Editing Operations):
+ − 3584 * internals/internals.texi (Basic Lisp Modules):
+ − 3585 * internals/internals.texi (Low-Level Modules):
+ − 3586 * internals/internals.texi (A Summary of the Various XEmacs Modules):
+ − 3587 * internals/internals.texi (An Example of Mule-Aware Code):
+ − 3588 * internals/internals.texi (Working With Character and Byte Positions):
+ − 3589 * internals/internals.texi (Writing Lisp Primitives):
+ − 3590 * internals/internals.texi (General Coding Rules):
+ − 3591 * internals/internals.texi (How Lisp Objects Are Represented in C):
+ − 3592 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
+ − 3593 * internals/internals.texi (XEmacs From the Perspective of Building):
+ − 3594 * internals/internals.texi (The Lisp Language):
+ − 3595 * internals/internals.texi (Top):
+ − 3596 * internals/internals.texi:
+ − 3597 - rewrite Internals manual
+ − 3598
+ − 3599 * cl.texi (Porting Common Lisp):
+ − 3600 * cl.texi (Hash Tables):
+ − 3601 * cl.texi (Association Lists):
+ − 3602 * cl.texi (Declarations):
+ − 3603 * cl.texi (For Clauses):
+ − 3604 * cl.texi (Basic Setf):
+ − 3605 * cl.texi (Equality Predicates):
+ − 3606 - mega patch
+ − 3607
+ − 3608 1998-11-28 SL Baur <steve@altair.xemacs.org>
+ − 3609
+ − 3610 * XEmacs 21.2-beta4 is released.
+ − 3611
+ − 3612 1998-10-15 SL Baur <steve@altair.xemacs.org>
+ − 3613
+ − 3614 * XEmacs 21.2-beta3 is released.
+ − 3615
+ − 3616 1998-10-09 SL Baur <steve@altair.xemacs.org>
+ − 3617
+ − 3618 * Makefile (MAKEINFO): Undo no-split change.
+ − 3619
+ − 3620 1998-09-29 SL Baur <steve@altair.xemacs.org>
+ − 3621
+ − 3622 * XEmacs 21.2-beta2 is released.
+ − 3623
+ − 3624 1998-09-20 Hrvoje Niksic <hniksic@srce.hr>
+ − 3625
+ − 3626 * lispref/customize.texi: New file.
+ − 3627
+ − 3628 1998-09-09 Hrvoje Niksic <hniksic@srce.hr>
+ − 3629
+ − 3630 * internals/internals.texi (Coding for Mule): New node and
+ − 3631 section.
+ − 3632
+ − 3633 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
+ − 3634
+ − 3635 * xemacs/packages.texi: Document manually installing binary packages.
+ − 3636
+ − 3637 1998-09-02 Jeff Miller <jmiller@smart.net>
+ − 3638
+ − 3639 * Synch calendar.texi with Emacs 20.3
+ − 3640
+ − 3641 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
+ − 3642
+ − 3643 * xemacs/packages.texi: Correct and update package documentation.
+ − 3644 Updated the package installation section to mention the visual
+ − 3645 package browser/installer.
+ − 3646
+ − 3647 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
+ − 3648
+ − 3649 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs
+ − 3650 specifics.
+ − 3651
+ − 3652 1998-08-21 Greg Klanderman <greg@alphatech.com>
+ − 3653
+ − 3654 * lispref/files.texi (User Name Completion): new section.
+ − 3655
434
+ − 3656 1998-07-23 Adrian Aichner <adrian@xemacs.org>
428
+ − 3657
+ − 3658 * xemacs/packages.texi (Packages): Changing @itemize @emph to
+ − 3659 @itemize @bullet (this is what all other files included in
+ − 3660 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8.
+ − 3661
+ − 3662 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 3663
+ − 3664 * xemacs/startup.texi: Small fixes, suggested by Hrvoje.
+ − 3665
+ − 3666 * xemacs/xemacs.texi:
+ − 3667 * xemacs/packages.texi: More packages documentation.
+ − 3668
+ − 3669 1998-07-19 SL Baur <steve@altair.xemacs.org>
+ − 3670
+ − 3671 * XEmacs 21.2-beta1 is released.
+ − 3672
+ − 3673 1998-07-12 SL Baur <steve@altair.xemacs.org>
+ − 3674
+ − 3675 * XEmacs 21.0-pre5 is released.
+ − 3676
+ − 3677 1998-07-09 SL Baur <steve@altair.xemacs.org>
+ − 3678
+ − 3679 * XEmacs 21.0-pre4 is released.
+ − 3680
+ − 3681 1998-07-09 Oliver Graf <ograf@fga.de>
+ − 3682
+ − 3683 * lispref/dragndrop.texi: added warning to OffiX Protocol section
+ − 3684
+ − 3685 1998-07-09 SL Baur <steve@altair.xemacs.org>
+ − 3686
+ − 3687 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding
+ − 3688 damage in transit.
+ − 3689
+ − 3690 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
+ − 3691
+ − 3692 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP
+ − 3693
+ − 3694 * lispref/internationalization.texi: Fixed PREV to @node LDAP
+ − 3695
+ − 3696 * lispref/lispref.texi: Added LDAP chapter from ldap.texi
+ − 3697
+ − 3698 * lispref/Makefile: Added ldap.texi to srcs
+ − 3699
+ − 3700 1998-06-29 SL Baur <steve@altair.xemacs.org>
+ − 3701
+ − 3702 * standards.texi (Preface): Revert previous change to @node
+ − 3703 because it doesn't pass makeinfo.
+ − 3704
434
+ − 3705 1998-06-27 Adrian Aichner <adrian@xemacs.org>
428
+ − 3706
+ − 3707 * cl.texi: See ALL.
+ − 3708 * info-stnd.texi: Fixed @setfilename.
+ − 3709 * info.texi: Fixed @setfilename and a typo.
+ − 3710 * standards.texi: Added NEXT to @node Preface. See ALL.
+ − 3711 * texinfo.texi: Fixed section names, quoted usage of @TeX{},
442
+ − 3712 changed some occurrences of `:' to `colon'.
428
+ − 3713 * xemacs-faq.texi: See ALL.
+ − 3714 * internals/internals.texi: See ALL.
+ − 3715 * lispref/back.texi: Fixed @setfilename.
+ − 3716 * lispref/compile.texi: See ALL.
+ − 3717 * lispref/debugging.texi: See ALL.
+ − 3718 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug.
+ − 3719 * lispref/eval.texi: See ALL.
+ − 3720 * lispref/extents.texi: See ALL.
+ − 3721 * lispref/loading.texi: See ALL.
+ − 3722 * lispref/searching.texi: Escaped `(' in
+ − 3723 @cindex @samp{(?:} in regex
+ − 3724 * lispref/variables.texi: See ALL.
+ − 3725
+ − 3726 1998-06-28 SL Baur <steve@altair.xemacs.org>
+ − 3727
+ − 3728 * xemacs/calendar.texi: Massive update.
+ − 3729 From Jeff Miller <jmiller@smart.net>
+ − 3730
+ − 3731 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 3732
+ − 3733 * xemacs/abbrevs.texi:
+ − 3734 * xemacs/basic.texi:
+ − 3735 * xemacs/buildings.texi:
+ − 3736 * xemacs/cmdargs.texi:
+ − 3737 * xemacs/files.texi:
+ − 3738 * xemacs/adjustments.texi: Adjustments to integrate startup.texi
+ − 3739 and packages.texi stuff.
+ − 3740
+ − 3741 * xemacs/startup.texi:
+ − 3742 * xemacs/packages.texi: Created.
+ − 3743
434
+ − 3744 1998-06-10 Adrian Aichner <adrian@xemacs.org>
428
+ − 3745
+ − 3746 * texinfo.texi: added ../info/ to @setfilename, broke line after
+ − 3747 @noindent. Changed @var{arg-not-used-by-@TeX{}} to
+ − 3748 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
+ − 3749 happy. Fixed refs broken by a previous patch of mine.
+ − 3750
+ − 3751 1998-06-18 Darryl Okahata <darrylo@sr.hp.com>
+ − 3752
+ − 3753 * lispref/os.texi (os.texi): Document `user-home-directory'.
+ − 3754
+ − 3755 1998-06-13 Greg Klanderman <greg@alphatech.com>
+ − 3756
+ − 3757 * lispref/windows.texi (Resizing Windows): document third optional
+ − 3758 WINDOW argument to enlarge-window and shrink-window.
+ − 3759 (Selecting Windows): document select-window optional norecord
+ − 3760 argument.
+ − 3761 (Size of Window): document window-text-area-pixel-height and
+ − 3762 window-text-area-pixel-width.
+ − 3763 (Size of Window): document window-displayed-text-pixel-height.
+ − 3764 (Position of Window): document window-text-area-pixel-edges.
+ − 3765
+ − 3766 * lispref/positions.texi (Screen Lines): cleanup docs for
+ − 3767 vertical-motion and vertical-motion-pixels.
+ − 3768
+ − 3769 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
+ − 3770
+ − 3771 * lispref/windows.texi (Resizing Windows): Document
+ − 3772 `enlarge-window-pixels' and `shrink-window-pixels'.
+ − 3773
+ − 3774 * lispref/positions.texi (Screen Lines): Update documentation of
+ − 3775 `vertical-motion'.
+ − 3776 (Screen Lines): Document `vertical-motion-pixels'.
+ − 3777
+ − 3778 * lispref/frames.texi (Input Focus): Document `focus-frame',
+ − 3779 `save-selected-frame' and `with-selected-frame'.
+ − 3780
+ − 3781 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
+ − 3782
+ − 3783 * lispref/searching.texi (Regexp Search): Document `split-path'.
+ − 3784
+ − 3785 * lispref/files.texi (Unique File Names): Update docs for
+ − 3786 `make-temp-name'; document `temp-directory'.
+ − 3787
+ − 3788 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
+ − 3789
+ − 3790 * lispref/os.texi (Recording Input): Update docs for `recent-keys'.
+ − 3791
+ − 3792 * lispref/specifiers.texi (Specifier Instancing): Correct
+ − 3793 instantiation order.
+ − 3794 (Specifier Instancing Functions): Ditto.
+ − 3795
+ − 3796 1998-06-11 Oliver Graf <ograf@fga.de>
+ − 3797
+ − 3798 * lispref/lispref.texi: references to Drag'n'Drop fixed
+ − 3799 * lispref/modes.texi: references to Drag'n'Drop fixed
+ − 3800 * lispref/scrollbars.texi: references to Drag'n'Drop fixed
+ − 3801 * lispref/dragndrop.texi: naming changed to Drag and Drop
+ − 3802 added some docu about the drop procedure
+ − 3803
434
+ − 3804 1998-06-09 Adrian Aichner <adrian@xemacs.org>
428
+ − 3805
+ − 3806 * info-stnd.texi: added ../info/ to @setfilename.
+ − 3807 * info.texi: added ../info/ to @setfilename.
+ − 3808 * lispref/commands.texi: see ALL.
+ − 3809 * lispref/frames.texi: see ALL.
+ − 3810 * lispref/os.texi: see ALL.
+ − 3811 * lispref/text.texi: see ALL.
+ − 3812 * new-users-guide/custom1.texi: broke line after enumerated @item.
+ − 3813 * new-users-guide/custom2.texi: see ALL.
+ − 3814 * new-users-guide/edit.texi: see ALL.
+ − 3815 * new-users-guide/enter.texi: see ALL.
+ − 3816 * new-users-guide/files.texi: see ALL.
+ − 3817 * new-users-guide/help.texi
+ − 3818 * new-users-guide/modes.texi: see ALL.
+ − 3819 * new-users-guide/new-users-guide.texi: see ALL.
+ − 3820 * new-users-guide/region.texi: see ALL.
+ − 3821 * new-users-guide/search.texi: see ALL.
+ − 3822 * new-users-guide/xmenu.texi: see ALL.
+ − 3823 * standards.texi: added ../info/ to @setfilename.
+ − 3824 * texinfo.texi: added ../info/ to @setfilename, broke line after
+ − 3825 @noindent. Changed @var{arg-not-used-by-@TeX{}} to
+ − 3826 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
+ − 3827 happy.
+ − 3828 * xemacs-faq.texi: added ../info/ to @setfilename.
+ − 3829 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant
+ − 3830 p?xefs (most were empty, some elisp and emacs), used
+ − 3831 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs
+ − 3832 User's Manual" respectively for all these.
+ − 3833
+ − 3834 1998-06-01 Oliver Graf <ograf@fga.de>
+ − 3835
+ − 3836 * lispref/dragndrop.texi: added experimental
+ − 3837
+ − 3838 1998-05-28 Oliver Graf <ograf@fga.de>
+ − 3839
+ − 3840 * lispref/dragndrop.texi: a warning, and a bit more text this time
+ − 3841
+ − 3842 1998-05-26 Oliver Graf <ograf@fga.de>
+ − 3843
+ − 3844 * lispref/dragndrop.texi: only small changes
+ − 3845
933
+ − 3846 1998-05-15 Christian Nyb� <chr@mediascience.no>
428
+ − 3847
+ − 3848 * xemacs/killing.texi: Properly document `zap-to-char'.
+ − 3849
+ − 3850 1998-05-13 Greg Klanderman <greg@alphatech.com>
+ − 3851
+ − 3852 * lispref/frames.texi (Input Focus): cleanup select-frame
+ − 3853 documentation.
+ − 3854
+ − 3855 1998-05-10 Oliver Graf <ograf@fga.de>
+ − 3856
+ − 3857 * lispref/dragndrop.texi: new section for the DnD API
+ − 3858 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and
+ − 3859 modes
+ − 3860 * lispref/modes.texi: changed back-ref to Drag'n'Drop
+ − 3861 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop
+ − 3862
+ − 3863 1998-05-05 Oliver Graf <ograf@fga.de>
+ − 3864
+ − 3865 * commands.texi: exchange of dnd-drop with misc-user
+ − 3866
+ − 3867 1998-05-04 Martin Buchholz <martin@xemacs.org>
+ − 3868
+ − 3869 * internals.texi (Techniques for XEmacs Developers): Add some more
+ − 3870 comments on adding new files, inspired by Olivier Galibert.
+ − 3871
+ − 3872 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
+ − 3873
+ − 3874 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for
+ − 3875 scroll-conservatively.
+ − 3876
+ − 3877 * lispref/loading.texi (Named Features): Document advanced args to
+ − 3878 `feature'.
+ − 3879
+ − 3880 * lispref/files.texi (File Name Expansion): Document that
+ − 3881 expand-file-name does not treat // and ~/ in the middle of file
+ − 3882 names specially.
+ − 3883
+ − 3884 * lispref/positions.texi (Excursions): Document
+ − 3885 `with-current-buffer' and `with-temp-file'.
+ − 3886
+ − 3887 * lispref/strings.texi (Formatting Strings): Document `%*'
+ − 3888 construct.
+ − 3889
+ − 3890 * lispref/os.texi (Time Conversion): Document that TIME may be
+ − 3891 omitted from format-time-string.
+ − 3892
+ − 3893 * lispref/strings.texi (String Conversion): Document BASE argument
+ − 3894 to `string-to-number'.
+ − 3895
+ − 3896 * lispref/searching.texi (Syntax of Regexps): Fix up Perl
+ − 3897 constructs documentation.
+ − 3898 (Regexp Search): Document `split-string'.
+ − 3899
+ − 3900 * xemacs/display.texi (Scrolling): Document scroll-conservatively.
+ − 3901
+ − 3902 * xemacs/killing.texi (Active Regions): Document that errors no
+ − 3903 longer highlight the region.
+ − 3904
+ − 3905 * lispref/display.texi (The Echo Area): Document message log
+ − 3906 stuff, including `display-message', `lmessage', `clear-message',
+ − 3907 (Warnings): Document warning stuff.
+ − 3908
+ − 3909 * lispref/commands.texi (Working With Events): Update `make-event'
+ − 3910 for misc-user events.
+ − 3911 (Using Interactive): Document `function-interactive'.
+ − 3912
+ − 3913 * lispref/os.texi (System Environment): Document USE-FLOATS
+ − 3914 argument to `load-average'.
+ − 3915 (User Identification): Document the new semantics of
+ − 3916 `user-full-name'.
+ − 3917
+ − 3918 * lispref/strings.texi (Creating Strings): Document `string'
+ − 3919 function.
+ − 3920
+ − 3921 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
+ − 3922
+ − 3923 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg
+ − 3924 comparison functions.
+ − 3925
+ − 3926 1998-04-30 Greg Klanderman <greg@alphatech.com>
+ − 3927
+ − 3928 * lispref/frames.texi (Input Focus): Document behavior of
+ − 3929 select-frame wrt focus-follows-mouse.
+ − 3930
+ − 3931 1998-04-30 Martin Buchholz <martin@xemacs.org>
+ − 3932
+ − 3933 * Makefile: Support generic makes by avoiding `%' syntax.
+ − 3934 It breaks my heart to uglify the Makefile like this, but this is
+ − 3935 going to be a perpetual FAQ otherwise.
+ − 3936 General cleanup.
+ − 3937 Comment out w3 and vm info rules.
+ − 3938 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH.
+ − 3939
2069
+ − 3940 1998-03-27 Stephen Turnbull <stephen@xemacs.org>
428
+ − 3941
+ − 3942 * xemacs/frame.texi: Document cursor appearance at end of line.
+ − 3943
+ − 3944 1998-03-14 Hrvoje Niksic <hniksic@srce.hr>
+ − 3945
+ − 3946 * internals/internals.texi (GCPROing): Explain when it is
+ − 3947 necessary to GCPRO function parameters.
+ − 3948
+ − 3949 1998-03-13 Hrvoje Niksic <hniksic@srce.hr>
+ − 3950
+ − 3951 * internals/internals.texi (Writing Lisp Primitives): Updated
+ − 3952 definition of For().
+ − 3953
+ − 3954 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi>
+ − 3955
+ − 3956 * lispref/menus.texi: Use recommended forms in examples.
+ − 3957
+ − 3958 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 3959
+ − 3960 * cl.texi (Creating Symbols): Tell a little bit about the new
+ − 3961 handling of gensyms.
+ − 3962
+ − 3963 1998-02-21 Greg Klanderman <greg@alphatech.com>
+ − 3964
+ − 3965 * xemacs/custom.texi (X Resources): update to describe automatic
+ − 3966 setting of x-emacs-application-class.
+ − 3967
+ − 3968 * lispref/x-windows.texi (Resources): update doc for
+ − 3969 x-emacs-application-class.
+ − 3970
+ − 3971 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 3972
+ − 3973 * cl.texi (Equality Predicates): Update to reflect change to
+ − 3974 `equalp' made in "cl-extra.el" - now compares characters case
+ − 3975 insensitively.
+ − 3976
+ − 3977 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
+ − 3978
+ − 3979 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form.
+ − 3980
+ − 3981 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 3982
+ − 3983 * lispref/display.texi (Beeping): Linux has sound too.
+ − 3984
+ − 3985 1998-02-19 Hrvoje Niksic <hniksic@srce.hr>
+ − 3986
+ − 3987 * cl.texi (Argument Lists): Keywords are handled specially by
+ − 3988 XEmacs.
+ − 3989 (Porting Common Lisp): XEmacs backquotes are OK.
+ − 3990
+ − 3991 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 3992
+ − 3993 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader
+ − 3994 syntax for integers.
434
+ − 3995 From Adrian Aichner <adrian@xemacs.org>
428
+ − 3996 * cl.texi (Porting Common Lisp): ' '
+ − 3997 * lispref/numbers.texi (Numbers): ' '
+ − 3998
+ − 3999 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 4000
+ − 4001 * lispref/searching.texi (Regular Expressions): Document the
+ − 4002 recent regular expression syntax extensions.
+ − 4003
+ − 4004 1998-02-10 Olivier Galibert <galibert@pobox.com>
+ − 4005
+ − 4006 * internals/internals.texi: Remove all mocklisp references.
+ − 4007
+ − 4008 1997-12-17 SL Baur <steve@altair.xemacs.org>
+ − 4009
+ − 4010 * Makefile (SUBDIR): skk and gnats are packaged.
+ − 4011
+ − 4012 * lispref/intro.texi (Acknowledgements): Update to v3.3.
+ − 4013
+ − 4014 * lispref/lispref.texi: Update to 20.5/v3.3.
+ − 4015
+ − 4016 1997-12-10 SL Baur <steve@altair.xemacs.org>
+ − 4017
+ − 4018 * Makefile: Don't stop on errors.
+ − 4019
+ − 4020 1997-12-06 SL Baur <steve@altair.xemacs.org>
+ − 4021
+ − 4022 * Makefile: add skk manual.
+ − 4023
+ − 4024 1997-11-29 SL Baur <steve@altair.xemacs.org>
+ − 4025
+ − 4026 * internals/internals.texi (XEmacs): Updated history section.
+ − 4027
+ − 4028 1997-11-28 SL Baur <steve@altair.xemacs.org>
+ − 4029
+ − 4030 * lispref/compile.texi (Compilation Functions): Plug in the real
+ − 4031 return value.
+ − 4032 (Speed of Byte-Code): Ditto.
+ − 4033 (Compilation Functions): Ditto.
+ − 4034 (Compiled-Function Objects): Ditto.
+ − 4035 (Speed of Byte-Code): Increase loop counter by factor of 50 (the
+ − 4036 previous value was embarrassing).
+ − 4037
+ − 4038 1997-11-21 SL Baur <steve@altair.xemacs.org>
+ − 4039
+ − 4040 * Makefile (srcs): vhdl-mode has been packaged.
+ − 4041
+ − 4042 1997-11-15 SL Baur <steve@altair.xemacs.org>
+ − 4043
+ − 4044 * lispref/windows.texi (scroll-conservatively): Fix typo.
+ − 4045
+ − 4046 1997-11-12 Hrvoje Niksic <hniksic@srce.hr>
+ − 4047
+ − 4048 * lispref/commands.texi (Working With Events): Document fully.
+ − 4049
+ − 4050 * lispref/windows.texi (Vertical Scrolling): Document
+ − 4051 scroll-conservatively.
+ − 4052
+ − 4053 1997-11-09 Hrvoje Niksic <hniksic@srce.hr>
+ − 4054
+ − 4055 * lispref/extents.texi (Intro to Extents): Minor correction.
+ − 4056 (Extent Properties): Document `extent-keymap'.
+ − 4057
+ − 4058 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4059
+ − 4060 * xemacs/mule.texi (Mule): Modify description about supported
+ − 4061 scripts.
+ − 4062
+ − 4063 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4064
+ − 4065 * xemacs/mule.texi: Add description for
+ − 4066 `universal-coding-system-argument'.
+ − 4067
+ − 4068 1997-10-31 SL Baur <steve@altair.xemacs.org>
+ − 4069
+ − 4070 * internals/internals.texi: XEmacs 19.16 is released.
+ − 4071
+ − 4072 1997-10-30 SL Baur <steve@altair.xemacs.org>
+ − 4073
+ − 4074 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have
+ − 4075 been packaged.
+ − 4076
+ − 4077 1997-10-22 Hrvoje Niksic <hniksic@srce.hr>
+ − 4078
+ − 4079 * xemacs-faq.texi: Added the detailed menu listing.
+ − 4080
+ − 4081 * lispref/extents.texi (Extent Properties): Documented
+ − 4082 `set-extent-properties'.
+ − 4083
+ − 4084 * xemacs/custom.texi (Face Customization): Updated for XEmacs.
+ − 4085
+ − 4086 1997-10-07 SL Baur <steve@altair.xemacs.org>
+ − 4087
+ − 4088 * xemacs-faq.texi (Q1.3.7): Update Russion URLs.
+ − 4089 From Rebecca Ore <rebecca.ore@op.net>
+ − 4090
+ − 4091 * lispref/databases.texi (Connecting to a Database): Describe
+ − 4092 valid types of `type' and `subtype'.
+ − 4093 From Raymond Toy <toy@rtp.ericsson.se>
+ − 4094
+ − 4095 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 4096
+ − 4097 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed
+ − 4098 reference to (emacs) into a reference to (xemacs).
+ − 4099
+ − 4100 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 4101
+ − 4102 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu
+ − 4103 to prevent line wrap.
+ − 4104
+ − 4105 1997-09-27 SL Baur <steve@altair.xemacs.org>
+ − 4106
+ − 4107 * gnats/flowchart.eps: New file.
+ − 4108
+ − 4109 1997-09-23 Hrvoje Niksic <hniksic@srce.hr>
+ − 4110
+ − 4111 * xemacs/custom.texi (Easy Customization): Ditto.
+ − 4112
+ − 4113 * xemacs/xemacs.texi (Top): Added pointer to easy customization.
+ − 4114
+ − 4115 1997-09-18 SL Baur <steve@altair.xemacs.org>
+ − 4116
+ − 4117 * internals/Makefile (../../info/$(NAME).info): Warn and clean up
+ − 4118 if someone hasn't upgraded makeinfo.
+ − 4119
+ − 4120 * Makefile (EMACS): Refer to xemacs binary in source tree.
+ − 4121 * tm/Makefile (EMACS): Ditto.
+ − 4122
+ − 4123 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 4124
+ − 4125 * cl.texi (Type Predicates): Update for corrected handling of
+ − 4126 `string-char' and `character'.
+ − 4127
+ − 4128 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
+ − 4129
+ − 4130 * cc-mode.texi:
+ − 4131 In FAQ section, document use of c-mode-base-map instead of c-mode-map.
+ − 4132
+ − 4133 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org>
+ − 4134
+ − 4135 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode.
+ − 4136
+ − 4137 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org>
+ − 4138
+ − 4139 * cc-mode.texi:
+ − 4140 Added description of template-args-cont syntactic symbol
+ − 4141
+ − 4142 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org>
+ − 4143
+ − 4144 * cc-mode.texi: Describe support for idl-mode
+ − 4145
+ − 4146 * cc-mode.texi:
+ − 4147 Document c-initialization-hook. Also rewrite the "Getting Connected"
+ − 4148 section on byte compiling the source.
+ − 4149
+ − 4150 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 4151
+ − 4152 * lispref/streams.texi: "Output Streams", change `last-output'
+ − 4153 result list from integers to characters.
+ − 4154
+ − 4155 * lispref/minibuf.texi: "Object from Minibuffer", correction.
+ − 4156
+ − 4157 * lispref/minibuf.texi: "Minibuffer History", add
+ − 4158 `Info-minibuffer-history', `Manual-page-minibuffer-history', and
+ − 4159 short paragraph refering to `M-x apropos'.
+ − 4160
+ − 4161 1997-07-17 Steven L Baur <steve@altair.xemacs.org>
+ − 4162
+ − 4163 * Makefile: makeinfo-1.68 is verified to work.
+ − 4164
+ − 4165 * tm/Makefile (../../info/%-ja.info): Die if not running
+ − 4166 XEmacs/Mule.
+ − 4167 (../../info/%-en.info): Inherit setting of MAKEINFO.
+ − 4168
+ − 4169 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org>
+ − 4170
+ − 4171 * cc-mode.texi:
+ − 4172 Describe the variable c-indent-comments-syntactically-p.
+ − 4173
+ − 4174 1997-07-15 Steven L Baur <steve@altair.xemacs.org>
+ − 4175
+ − 4176 * internals/internals.texi (Top): Convert Buffer@'s node name to
+ − 4177 `Buffer's' because the former confuses makeinfo.
+ − 4178
+ − 4179 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
+ − 4180
+ − 4181 * cc-mode.texi: Fixed spelling of Texinfo
+ − 4182
+ − 4183 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4184
+ − 4185 * lispref/files.texi (Writing to Files): Correct docstring of
+ − 4186 write-region.
+ − 4187
+ − 4188 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4189
+ − 4190 * lispref/annotations.texi (Annotation Primitives):
+ − 4191 `delete-annotation' does not return the deleted annotation.
+ − 4192
+ − 4193 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4194
+ − 4195 * lispref/lispref.texi: Correct release dates.
+ − 4196
+ − 4197 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4198
+ − 4199 * lispref/files.texi (File Name Expansion): Update documentation
+ − 4200 of file-relative-name.
+ − 4201
+ − 4202 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4203
+ − 4204 * lispref/lispref.texi: Update version numbers (with patches from
+ − 4205 Hrvoje Niksic).
+ − 4206
+ − 4207 * lispref/building.texi (Building XEmacs): Update version numbers
+ − 4208 and build identification.
+ − 4209
+ − 4210 * lispref/intro.texi (Introduction): Update version number.
+ − 4211
+ − 4212 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4213
+ − 4214 * Makefile (srcs): Add efs.texi.
+ − 4215
+ − 4216 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4217
+ − 4218 * Makefile (srcs): Add hm--html-mode.texi.
+ − 4219
+ − 4220 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4221
+ − 4222 * gnats/Makefile (gnats_srcs): New manuals for GNATS.
+ − 4223
+ − 4224 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4225
+ − 4226 * lispref/strings.texi (Text Comparison): Correct example for
+ − 4227 `char-equal'. Add new function `char='.
+ − 4228
+ − 4229 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4230
+ − 4231 * Makefile: Update for new texinfo manual.
+ − 4232
+ − 4233 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4234
+ − 4235 * Makefile (../info/w3.info): Use special version of makeinfo
+ − 4236 since this manual is not backwards compatible.
+ − 4237 Clean up error handling so we only have to type make once to
+ − 4238 rebuild the info tree.
+ − 4239 (../info/vm.info): Make sure to continue in the event of error.
+ − 4240
+ − 4241 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4242
+ − 4243 * auctex/Makefile: Added `mostlyclean' and `distclean' target.
+ − 4244
+ − 4245 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4246
+ − 4247 * Makefile (auctex): New subdirectory target.
+ − 4248
+ − 4249 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com>
+ − 4250
+ − 4251 * mule/languages.texi: Correct typo.
+ − 4252
+ − 4253 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4254
+ − 4255 * Makefile (srcs): Add custom and widget to srcs.
+ − 4256
+ − 4257 * lispref/extents.texi (Intro to Extents): Removed erroneous
+ − 4258 reference to `start-glyph' property.
+ − 4259
+ − 4260 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
+ − 4261
+ − 4262 * widget.texi: New file.
+ − 4263
+ − 4264 * custom.texi: New file.
+ − 4265
+ − 4266 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4267
+ − 4268 * lispref/extents.texi (Duplicable Extents): replicable extents
+ − 4269 are history.
+ − 4270
+ − 4271 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4272
+ − 4273 * xemacs-faq.texi (Q1.1.1): Correct typos.
+ − 4274
+ − 4275 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com>
+ − 4276
+ − 4277 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the
+ − 4278 XEmacs manual available.
+ − 4279 (Q4.6.1): Updated Infodock Information.
+ − 4280
+ − 4281 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM>
+ − 4282
+ − 4283 * vhdl-mode.texi: Correct typo in email address.
+ − 4284
+ − 4285 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM>
+ − 4286
+ − 4287 * Makefile (srcs): Add vhdl-mode.
+ − 4288
+ − 4289 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com>
+ − 4290
+ − 4291 * Makefile (realclean): Don't delete itself `make distclean'
+ − 4292
+ − 4293 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump.
+ − 4294
+ − 4295 * Makefile: New File.
+ − 4296
+ − 4297 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
+ − 4298
+ − 4299 * vhdl-mode.texi: New file.
+ − 4300
+ − 4301 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu)
+ − 4302
+ − 4303 * texinfo.tex: Delete spurious character at beginning.
+ − 4304
+ − 4305 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
+ − 4306
+ − 4307 * emacs.tex: Corrected two typos. No other changes before
+ − 4308 Version 19 will be made.
+ − 4309
+ − 4310 * vip.texinfo: Removed menu entry Adding Lisp Code in node
+ − 4311 Customization since the menu entry did not point to anything.
+ − 4312 Also added an @finalout command to remove overfull hboxes from the
+ − 4313 printed output.
+ − 4314
+ − 4315 * cl.texinfo: Added @bye, \input line and @settitle to file.
+ − 4316 This file is clearly intended to be a chapter of some other work,
+ − 4317 but the other work does not yet exist.
+ − 4318
+ − 4319 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
+ − 4320
+ − 4321 * texinfo.texinfo: Three typos corrected.
+ − 4322
+ − 4323 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph)
+ − 4324
+ − 4325 * texindex.c (indexify): when comparing to initial strings to
+ − 4326 decide whether to change the header, must use `strncmp' to avoid
+ − 4327 comparing entire strings of which initials are a substring.
+ − 4328
+ − 4329 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
+ − 4330
+ − 4331 * texindex.c (sort_in_core, sort_offline, parsefile):
+ − 4332 Give up on input file if any line doesn't start with backslash.
+ − 4333
+ − 4334 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
+ − 4335
+ − 4336 * emacs.tex: Update information for obtaining TeX distribution from the
+ − 4337 University of Washington.