464
+ − 1 2001-03-30 Ben Wing <ben@xemacs.org>
+ − 2
+ − 3 * internals\internals.texi:
+ − 4 * internals\internals.texi (Top):
+ − 5 * internals\internals.texi (Lucid Emacs):
+ − 6 * internals\internals.texi (XEmacs):
+ − 7 * internals\internals.texi (XEmacs From the Outside):
+ − 8 Bump version to 1.4 and fix this everywhere. Document all
+ − 9 XEmacs releases up through 21.2.46.
+ − 10
+ − 11 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
+ − 12
+ − 13 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save
+ − 14 result of INSERT in R in pq-cmd-status example.
+ − 15
462
+ − 16 2001-03-21 Martin Buchholz <martin@xemacs.org>
+ − 17
+ − 18 * XEmacs 21.2.46 "Urania" is released.
+ − 19
+ − 20 2001-03-08 Ben Wing <ben@xemacs.org>
+ − 21
+ − 22 * internals\internals.texi (Top):
+ − 23 * internals\internals.texi (A History of Emacs):
+ − 24 * internals\internals.texi (Through Version 18):
+ − 25 * internals\internals.texi (Lucid Emacs):
+ − 26 * internals\internals.texi (GNU Emacs 19):
+ − 27 * internals\internals.texi (GNU Emacs 20):
+ − 28 * internals\internals.texi (XEmacs From the Outside):
+ − 29 * internals\internals.texi (The Lisp Language):
+ − 30 * internals\internals.texi (XEmacs From the Perspective of Building):
+ − 31 * internals\internals.texi (XEmacs From the Inside):
+ − 32 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)):
+ − 33 * internals\internals.texi (How Lisp Objects Are Represented in C):
+ − 34 * internals\internals.texi (Rules When Writing New C Code):
+ − 35 * internals\internals.texi (General Coding Rules):
+ − 36 * internals\internals.texi (Writing Lisp Primitives):
+ − 37 * internals\internals.texi (Writing Good Comments):
+ − 38 * internals\internals.texi (Adding Global Lisp Variables):
+ − 39 * internals\internals.texi (Proper Use of Unsigned Types):
+ − 40 * internals\internals.texi (Coding for Mule):
+ − 41 * internals\internals.texi (Character-Related Data Types):
+ − 42 * internals\internals.texi (Working With Character and Byte Positions):
+ − 43 * internals\internals.texi (Conversion to and from External Data):
+ − 44 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code):
+ − 45 * internals\internals.texi (An Example of Mule-Aware Code):
+ − 46 * internals\internals.texi (Techniques for XEmacs Developers):
+ − 47 * internals\internals.texi (A Summary of the Various XEmacs Modules):
+ − 48 * internals\internals.texi (Low-Level Modules):
+ − 49 * internals\internals.texi (Basic Lisp Modules):
+ − 50 * internals\internals.texi (Modules for Standard Editing Operations):
+ − 51 * internals\internals.texi (Editor-Level Control Flow Modules):
+ − 52 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects):
+ − 53 * internals\internals.texi (Modules for other Display-Related Lisp Objects):
+ − 54 * internals\internals.texi (Modules for the Redisplay Mechanism):
+ − 55 * internals\internals.texi (Modules for Interfacing with the File System):
+ − 56 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
+ − 57 * internals\internals.texi (Modules for Interfacing with the Operating System):
+ − 58 * internals\internals.texi (Modules for Interfacing with X Windows):
+ − 59 * internals\internals.texi (Allocation of Objects in XEmacs Lisp):
+ − 60 * internals\internals.texi (Introduction to Allocation):
+ − 61 * internals\internals.texi (Garbage Collection):
+ − 62 * internals\internals.texi (GCPROing):
+ − 63 * internals\internals.texi (Garbage Collection - Step by Step):
+ − 64 * internals\internals.texi (Invocation):
+ − 65 * internals\internals.texi (garbage_collect_1):
+ − 66 * internals\internals.texi (mark_object):
+ − 67 * internals\internals.texi (gc_sweep):
+ − 68 * internals\internals.texi (sweep_lcrecords_1):
+ − 69 * internals\internals.texi (compact_string_chars):
+ − 70 * internals\internals.texi (sweep_strings):
+ − 71 * internals\internals.texi (sweep_bit_vectors_1):
+ − 72 * internals\internals.texi (Integers and Characters):
+ − 73 * internals\internals.texi (Allocation from Frob Blocks):
+ − 74 * internals\internals.texi (lrecords):
+ − 75 * internals\internals.texi (Low-level allocation):
+ − 76 * internals\internals.texi (Cons):
+ − 77 * internals\internals.texi (Vector):
+ − 78 * internals\internals.texi (Bit Vector):
+ − 79 * internals\internals.texi (Symbol):
+ − 80 * internals\internals.texi (Marker):
+ − 81 * internals\internals.texi (String):
+ − 82 * internals\internals.texi (Dumping):
+ − 83 * internals\internals.texi (Overview):
+ − 84 * internals\internals.texi (Data descriptions):
+ − 85 * internals\internals.texi (Dumping phase):
+ − 86 * internals\internals.texi (Object inventory):
+ − 87 * internals\internals.texi (Address allocation):
+ − 88 * internals\internals.texi (The header):
+ − 89 * internals\internals.texi (Data dumping):
+ − 90 * internals\internals.texi (Pointers dumping):
+ − 91 * internals\internals.texi (Reloading phase):
+ − 92 * internals\internals.texi (Events and the Event Loop):
+ − 93 * internals\internals.texi (Introduction to Events):
+ − 94 * internals\internals.texi (Main Loop):
+ − 95 * internals\internals.texi (Specifics of the Event Gathering Mechanism):
+ − 96 * internals\internals.texi (Specifics About the Emacs Event):
+ − 97 * internals\internals.texi (The Event Stream Callback Routines):
+ − 98 * internals\internals.texi (Other Event Loop Functions):
+ − 99 * internals\internals.texi (Converting Events):
+ − 100 * internals\internals.texi (Evaluation; Stack Frames; Bindings):
+ − 101 * internals\internals.texi (Evaluation):
+ − 102 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects):
+ − 103 * internals\internals.texi (Simple Special Forms):
+ − 104 * internals\internals.texi (Symbols and Variables):
+ − 105 * internals\internals.texi (Introduction to Symbols):
+ − 106 * internals\internals.texi (Obarrays):
+ − 107 * internals\internals.texi (Buffers and Textual Representation):
+ − 108 * internals\internals.texi (Introduction to Buffers):
+ − 109 * internals\internals.texi (The Text in a Buffer):
+ − 110 * internals\internals.texi (Buffer Lists):
+ − 111 * internals\internals.texi (Markers and Extents):
+ − 112 * internals\internals.texi (Bufbytes and Emchars):
+ − 113 * internals\internals.texi (MULE Character Sets and Encodings):
+ − 114 * internals\internals.texi (Character Sets):
+ − 115 * internals\internals.texi (Encodings):
+ − 116 * internals\internals.texi (Japanese EUC (Extended Unix Code)):
+ − 117 * internals\internals.texi (JIS7):
+ − 118 * internals\internals.texi (Internal Mule Encodings):
+ − 119 * internals\internals.texi (Internal String Encoding):
+ − 120 * internals\internals.texi (Internal Character Encoding):
+ − 121 * internals\internals.texi (The Lisp Reader and Compiler):
+ − 122 * internals\internals.texi (Lstreams):
+ − 123 * internals\internals.texi (Creating an Lstream):
+ − 124 * internals\internals.texi (Lstream Types):
+ − 125 * internals\internals.texi (Lstream Functions):
+ − 126 * internals\internals.texi (Consoles; Devices; Frames; Windows):
+ − 127 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows):
+ − 128 * internals\internals.texi (Point):
+ − 129 * internals\internals.texi (Window Hierarchy):
+ − 130 * internals\internals.texi (The Redisplay Mechanism):
+ − 131 * internals\internals.texi (Critical Redisplay Sections):
+ − 132 * internals\internals.texi (Line Start Cache):
+ − 133 * internals\internals.texi (Extents):
+ − 134 * internals\internals.texi (Introduction to Extents):
+ − 135 * internals\internals.texi (Extent Ordering):
+ − 136 * internals\internals.texi (Format of the Extent Info):
+ − 137 * internals\internals.texi (Zero-Length Extents):
+ − 138 * internals\internals.texi (Mathematics of Extent Ordering):
+ − 139 * internals\internals.texi (Faces):
+ − 140 * internals\internals.texi (Glyphs):
+ − 141 * internals\internals.texi (Specifiers):
+ − 142 * internals\internals.texi (Menus):
+ − 143 * internals\internals.texi (Subprocesses):
+ − 144 * internals\internals.texi (Interface to the X Window System):
+ − 145 * internals\internals.texi (Lucid Widget Library):
+ − 146 * internals\internals.texi (Generic Widget Interface):
+ − 147 * internals\internals.texi (Scrollbars):
+ − 148 * internals\internals.texi (Menubars):
+ − 149 * internals\internals.texi (Checkboxes and Radio Buttons):
+ − 150 * internals\internals.texi (Progress Bars):
+ − 151 * internals\internals.texi (Tab Controls):
+ − 152 Add more index entries. Add sections on comments and unsigned types.
+ − 153
+ − 154 2001-03-08 Ben Wing <ben@xemacs.org>
+ − 155
+ − 156 * make-stds.texi (Makefile Basics):
+ − 157 * make-stds.texi (Command Variables):
+ − 158 * make-stds.texi (Directory Variables):
+ − 159 * make-stds.texi (Standard Targets):
+ − 160 * standards.texi:
+ − 161 * standards.texi (Top):
+ − 162 * standards.texi (Preface):
+ − 163 * standards.texi (Legal Issues):
+ − 164 * standards.texi (Reading Non-Free Code):
+ − 165 * standards.texi (Contributions):
+ − 166 * standards.texi (Trademarks):
+ − 167 * standards.texi (Design Advice):
+ − 168 * standards.texi (Source Language):
+ − 169 * standards.texi (Compatibility):
+ − 170 * standards.texi (Using Extensions):
+ − 171 * standards.texi (Standard C):
+ − 172 * standards.texi (Program Behavior):
+ − 173 * standards.texi (Semantics):
+ − 174 * standards.texi (Libraries):
+ − 175 * standards.texi (Errors):
+ − 176 * standards.texi (User Interfaces):
+ − 177 * standards.texi (Graphical Interfaces):
+ − 178 * standards.texi (Command-Line Interfaces):
+ − 179 * standards.texi (Option Table):
+ − 180 * standards.texi (Memory Usage):
+ − 181 * standards.texi (File Usage):
+ − 182 * standards.texi (Formatting):
+ − 183 * standards.texi (Comments):
+ − 184 * standards.texi (Syntactic Conventions):
+ − 185 * standards.texi (Names):
+ − 186 * standards.texi (System Portability):
+ − 187 * standards.texi (CPU Portability):
+ − 188 * standards.texi (System Functions):
+ − 189 * standards.texi (Internationalization):
+ − 190 * standards.texi (Mmap):
+ − 191 * standards.texi (Documentation):
+ − 192 * standards.texi (GNU Manuals):
+ − 193 * standards.texi (Doc Strings and Manuals):
+ − 194 * standards.texi (Manual Structure Details):
+ − 195 * standards.texi (License for Manuals):
+ − 196 * standards.texi (Manual Credits):
+ − 197 * standards.texi (Printed Manuals):
+ − 198 * standards.texi (NEWS File):
+ − 199 * standards.texi (Change Logs):
+ − 200 * standards.texi (Style of Change Logs):
+ − 201 * standards.texi (Simple Changes):
+ − 202 * standards.texi (Conditional Changes):
+ − 203 * standards.texi (Indicating the Part Changed):
+ − 204 * standards.texi (Managing Releases):
+ − 205 * standards.texi (Configuration):
+ − 206 * standards.texi (Releases):
+ − 207 * standards.texi (References):
+ − 208 * standards.texi (Index):
+ − 209 Update to latest GNU version.
+ − 210
+ − 211 * xemacs-faq.texi (Q6.3.3):
+ − 212 * xemacs-faq.texi (Q6.4.1):
+ − 213 Improve questions on current Windows activity.
+ − 214
+ − 215 2001-03-07 Sandra Wambold <wambold@xemacs.org>
+ − 216
+ − 217 * xemacs-faq.texi: (Q.1.0.7): changed list archive address
+ − 218
+ − 219 2001-02-25 Ben Wing <ben@xemacs.org>
+ − 220
+ − 221 * xemacs-faq.texi (Top):
+ − 222 * xemacs-faq.texi (Introduction):
+ − 223 * xemacs-faq.texi (Q1.0.1):
+ − 224 * xemacs-faq.texi (Q1.0.4):
+ − 225 * xemacs-faq.texi (Q1.0.6):
+ − 226 * xemacs-faq.texi (Q1.0.10):
+ − 227 * xemacs-faq.texi (Q1.2.1):
+ − 228 * xemacs-faq.texi (Q1.4.1):
+ − 229 * xemacs-faq.texi (Q1.4.2):
+ − 230 * xemacs-faq.texi (Q2.0.12):
+ − 231 * xemacs-faq.texi (Q2.1.1):
+ − 232 * xemacs-faq.texi (Q2.1.2):
+ − 233 * xemacs-faq.texi (Q2.1.9):
+ − 234 * xemacs-faq.texi (Q2.1.15):
+ − 235 * xemacs-faq.texi (Q2.1.19):
+ − 236 * xemacs-faq.texi (Customization):
+ − 237 * xemacs-faq.texi (Q3.0.1):
+ − 238 * xemacs-faq.texi (Q3.0.2):
+ − 239 * xemacs-faq.texi (Q3.0.3):
+ − 240 * xemacs-faq.texi (Q3.0.7):
+ − 241 * xemacs-faq.texi (Q3.1.5):
+ − 242 * xemacs-faq.texi (Q3.1.6):
+ − 243 * xemacs-faq.texi (Q3.2.1):
+ − 244 * xemacs-faq.texi (Q3.2.3):
+ − 245 * xemacs-faq.texi (Q3.2.4):
+ − 246 * xemacs-faq.texi (Q3.3.1):
+ − 247 * xemacs-faq.texi (Q3.3.2):
+ − 248 * xemacs-faq.texi (Q3.3.3):
+ − 249 * xemacs-faq.texi (Q3.3.4):
+ − 250 * xemacs-faq.texi (Q3.3.5):
+ − 251 * xemacs-faq.texi (Q3.4.1):
+ − 252 * xemacs-faq.texi (Q3.4.2):
+ − 253 * xemacs-faq.texi (Q3.5.2):
+ − 254 * xemacs-faq.texi (Q3.5.4):
+ − 255 * xemacs-faq.texi (key-translation-map): New.
+ − 256 * xemacs-faq.texi (Q3.5.5):
+ − 257 * xemacs-faq.texi (Q3.5.6):
+ − 258 * xemacs-faq.texi (Q3.5.7):
+ − 259 * xemacs-faq.texi (Q3.5.8):
+ − 260 * xemacs-faq.texi (global-map): Removed.
+ − 261 * xemacs-faq.texi (Q3.5.9):
+ − 262 * xemacs-faq.texi (Q3.6.1):
+ − 263 * xemacs-faq.texi (Q3.6.2):
+ − 264 * xemacs-faq.texi (Q3.6.3):
+ − 265 * xemacs-faq.texi (Q3.7.6):
+ − 266 * xemacs-faq.texi (Q3.7.7):
+ − 267 * xemacs-faq.texi (Q3.8.1):
+ − 268 * xemacs-faq.texi (Q3.8.2):
+ − 269 * xemacs-faq.texi (Q3.8.3):
+ − 270 * xemacs-faq.texi (Q3.9.1):
+ − 271 * xemacs-faq.texi (Q3.9.4):
+ − 272 * xemacs-faq.texi (Q3.10.1):
+ − 273 * xemacs-faq.texi (Q3.10.2):
+ − 274 * xemacs-faq.texi (Q3.10.3):
+ − 275 * xemacs-faq.texi (Q4.0.12):
+ − 276 * xemacs-faq.texi (Miscellaneous):
+ − 277 * xemacs-faq.texi (Q5.0.1):
+ − 278 * xemacs-faq.texi (Q5.0.2):
+ − 279 * xemacs-faq.texi (Q5.0.3):
+ − 280 * xemacs-faq.texi (Q5.0.4):
+ − 281 * xemacs-faq.texi (Q5.0.5):
+ − 282 * xemacs-faq.texi (Q5.0.8):
+ − 283 * xemacs-faq.texi (Q5.0.9):
+ − 284 * xemacs-faq.texi (Q5.0.11):
+ − 285 * xemacs-faq.texi (Q5.0.12):
+ − 286 * xemacs-faq.texi (Q5.0.13):
+ − 287 * xemacs-faq.texi (Q5.0.16):
+ − 288 * xemacs-faq.texi (Q5.0.17):
+ − 289 * xemacs-faq.texi (Q5.1.9):
+ − 290 * xemacs-faq.texi (Q5.1.11):
+ − 291 * xemacs-faq.texi (Q5.2.1):
+ − 292 * xemacs-faq.texi (Q5.2.2):
+ − 293 * xemacs-faq.texi (Q5.3.1):
+ − 294 * xemacs-faq.texi (Q5.3.2):
+ − 295 * xemacs-faq.texi (Q5.3.4):
+ − 296 * xemacs-faq.texi (MS Windows):
+ − 297 * xemacs-faq.texi (Q6.0.1):
+ − 298 * xemacs-faq.texi (Q6.0.2):
+ − 299 * xemacs-faq.texi (Q6.0.3):
+ − 300 * xemacs-faq.texi (Q6.0.4):
+ − 301 * xemacs-faq.texi (Q6.1.5):
+ − 302 * xemacs-faq.texi (Q6.2.3):
+ − 303 * xemacs-faq.texi (Q6.3.1):
+ − 304
+ − 305 Remove most references to XEmacs pre-19.15, since they are way out
+ − 306 of date and are cluttering up and confusing many answers. Update
+ − 307 references to .emacs to take into account the new init file
+ − 308 location. Update information about the MS Windows port. Change
+ − 309 description of XEmacs at beginning to match the web site. Update
+ − 310 info about current developers.
+ − 311
+ − 312
+ − 313 2001-02-25 Ben Wing <ben@xemacs.org>
+ − 314
+ − 315 * lispref\help.texi (Describing Characters):
+ − 316 kp- not kp_.
+ − 317
+ − 318 2001-02-25 Ben Wing <ben@xemacs.org>
+ − 319
+ − 320 * new-users-guide\custom1.texi (Customization Basics):
+ − 321 * new-users-guide\custom1.texi (Customizing key Bindings):
+ − 322 * new-users-guide\custom1.texi (Customizing Menus):
+ − 323 * new-users-guide\custom2.texi (Other Customizations):
+ − 324 * new-users-guide\custom2.texi (Setting Variables):
+ − 325 * new-users-guide\custom2.texi (Init File):
+ − 326 * new-users-guide\xmenu.texi (Options Menu):
+ − 327 * new-users-guide\modes.texi (Major Modes):
+ − 328 * new-users-guide\modes.texi (Minor Modes):
+ − 329 * new-users-guide\new-users-guide.texi (Top):
+ − 330 Fix up references to .emacs to take into account init.el.
+ − 331
460
+ − 332 2001-02-23 Martin Buchholz <martin@xemacs.org>
+ − 333
+ − 334 * XEmacs 21.2.45 "Thelxepeia" is released.
+ − 335
+ − 336 2001-02-10 Martin Buchholz <martin@xemacs.org>
+ − 337
+ − 338 * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3.
+ − 339
458
+ − 340 2001-02-08 Martin Buchholz <martin@xemacs.org>
+ − 341
+ − 342 * XEmacs 21.2.44 "Thalia" is released.
+ − 343
+ − 344 2001-02-04 Steve Youngs <youngs@xemacs.org>
+ − 345
+ − 346 * xemacs/xemacs.texi: Update to accomodate new and improved
+ − 347 packages.texi.
+ − 348
+ − 349 * xemacs/packages.texi: Basically, apart from a few things,
+ − 350 rewritten from scratch.
+ − 351
456
+ − 352 2001-01-27 Martin Buchholz <martin@xemacs.org>
+ − 353
+ − 354 * lispref/variables.texi (max-specpdl-size): Correct default value.
+ − 355 * lispref/eval.texi (max-lisp-eval-depth): Correct default value.
+ − 356
+ − 357 2001-01-26 Martin Buchholz <martin@xemacs.org>
+ − 358
+ − 359 * XEmacs 21.2.43 "Terspichore" is released.
+ − 360
454
+ − 361 2001-01-20 Martin Buchholz <martin@xemacs.org>
+ − 362
+ − 363 * XEmacs 21.2.42 "Poseidon" is released.
+ − 364
+ − 365 2001-01-18 Martin Buchholz <martin@xemacs.org>
+ − 366
+ − 367 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL.
+ − 368
+ − 369 2001-01-17 Andy Piper <andy@xemacs.org>
+ − 370
+ − 371 * internals.texi: some glyph documentation.
+ − 372
+ − 373 2001-01-16 Didier Verna <didier@xemacs.org>
+ − 374
+ − 375 * frame.texi (Mode Line Basics): new node ...
+ − 376 * frame.texi (GUI Components): ... under this one ...
+ − 377 * frame.texi (Scrollbar Basics): ... after this one ...
+ − 378 * frame.texi (Toolbar Basics): ... before this one.
+ − 379
452
+ − 380 2001-01-17 Martin Buchholz <martin@xemacs.org>
+ − 381
+ − 382 * XEmacs 21.2.41 "Polyhymnia" is released.
+ − 383
+ − 384 2001-01-12 Martin Buchholz <martin@xemacs.org>
+ − 385
+ − 386 * internals/internals.texi: A little post-pdump-rename fixup.
+ − 387
+ − 388 2001-01-13 Martin Buchholz <martin@xemacs.org>
+ − 389
+ − 390 * internals/internals.texi: See `pdump-rename' in src/ChangeLog.
+ − 391
+ − 392 2001-01-10 Martin Buchholz <martin@xemacs.org>
+ − 393
+ − 394 * internals/internals.texi: Update for pdump changes.
+ − 395
+ − 396 2001-01-04 Adrian Aichner <adrian@xemacs.org>
+ − 397
+ − 398 * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to
+ − 399 XEmacs.
+ − 400 * texinfo.texi (First Node): Fixing grammar.
+ − 401 * texinfo.texi (Multitable Rows): Change reference from GNU Emacs
+ − 402 to XEmacs.
+ − 403
450
+ − 404 2001-01-08 Martin Buchholz <martin@xemacs.org>
+ − 405
+ − 406 * XEmacs 21.2.40 is released.
+ − 407
+ − 408 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
+ − 409
+ − 410 * emodules.texi (Required Functions): Xref coding rules for dual-use
+ − 411 modules (module and statically linked). Typo fix.
+ − 412
+ − 413 * texinfo.texi (ref): Typo fix.
+ − 414
448
+ − 415 2000-12-31 Martin Buchholz <martin@xemacs.org>
+ − 416
+ − 417 * XEmacs 21.2.39 is released.
+ − 418
+ − 419 2000-12-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 420
+ − 421 * internals/internals.texi (General Coding Rules): further document
+ − 422 usage of symsinit.h. Reorder slightly.
+ − 423
446
+ − 424 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org>
+ − 425
+ − 426 * xemacs/packages.texi (Creating Packages): new node.
+ − 427
+ − 428 2000-12-05 Martin Buchholz <martin@xemacs.org>
+ − 429
+ − 430 * XEmacs 21.2.38 is released.
+ − 431
+ − 432 2000-12-01 Martin Buchholz <martin@xemacs.org>
+ − 433
+ − 434 * lispref/compile.texi:
+ − 435 Document differences between compiler and interpreter.
+ − 436
+ − 437 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org>
+ − 438
+ − 439 * internals/index.texi:
+ − 440 internals/internals.texi:
+ − 441 Change "X Windows" to "the X Window System" randomly.
+ − 442 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node.
+ − 443 (Lucid Widget Library): new node, added new text, ASCII art, subnode
+ − 444 structure.
+ − 445 * xemacs/frame.texi (GUI Components): new node.
+ − 446 * xemacs/packages.texi: minor updates.
+ − 447
+ − 448 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org>
+ − 449
+ − 450 * info.texi (Creating an Info File): Fix typos in xrefs.
+ − 451
+ − 452 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
+ − 453
+ − 454 * xemacs/cmdargs.texi (Command Switches): Add documentation of
+ − 455 portable dumper switches. Other minor edits.
+ − 456
+ − 457 2000-11-21 Martin Buchholz <martin@xemacs.org>
+ − 458
+ − 459 * lispref/positions.texi (Word Motion):
+ − 460 forward-word arg is now optional.
+ − 461 backward-word arg is now optional.
+ − 462 Remove vile comment advising lisp programmer to use (forward-word -1)
+ − 463 instead of (backward-word 1).
+ − 464 * lispref/syntax.texi (Parsing Expressions):
+ − 465 Similarly for forward-comment.
+ − 466 * lispref/text.texi (Deletion):
+ − 467 Similarly for delete-char.
+ − 468 Similarly for delete-backward-char.
+ − 469
+ − 470 2000-11-09 Martin Buchholz <martin@xemacs.org>
+ − 471
+ − 472 * cl.texi (Assertions):
+ − 473 Remove claim that elisp doesn't have continuable errors.
+ − 474 Document check-type as being continuable.
+ − 475
+ − 476 2000-11-14 Adrian Aichner <adrian@xemacs.org>
+ − 477
+ − 478 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME
+ − 479 from elisp to lispref and from emacs to xemacs in relevant ?xefs.
+ − 480 This should also serve as a reminder for future merges with GNU
+ − 481 Emacs.
+ − 482 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and
+ − 483 "XEmacs User's Manual" for lispref and xemacs respectively.
+ − 484
+ − 485 2000-11-14 Adrian Aichner <adrian@xemacs.org>
+ − 486
+ − 487 * lispref/abbrevs.texi (Abbrevs): Ditto.
+ − 488 * lispref/backups.texi (Auto-Saving): Ditto.
+ − 489 * lispref/backups.texi (Reverting): Ditto.
+ − 490 * lispref/display.texi (The Echo Area): Ditto.
+ − 491 * lispref/help.texi (Documentation Basics): Ditto.
+ − 492 * lispref/help.texi (Help Functions): Ditto.
+ − 493 * lispref/keymaps.texi (Scanning Keymaps): Ditto.
+ − 494 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto.
+ − 495 * lispref/modes.texi (Auto Major Mode): Ditto.
+ − 496 * lispref/positions.texi (List Motion): Ditto.
+ − 497 * lispref/searching.texi (Regexp Search): Ditto.
+ − 498 * lispref/symbols.texi (Symbol Components): Ditto.
+ − 499 * lispref/tips.texi (Comment Tips): Ditto.
+ − 500 * lispref/tips.texi (Library Headers): Ditto.
+ − 501
+ − 502 2000-11-14 Adrian Aichner <adrian@xemacs.org>
+ − 503
+ − 504 * internals/internals.texi (The Buffer Object): Ditto.
+ − 505
+ − 506 2000-11-14 Adrian Aichner <adrian@xemacs.org>
+ − 507
+ − 508 * cl.texi (Hash Tables): Ditto.
+ − 509 * texinfo.texi (Other Info Files): Ditto.
+ − 510 * xemacs-faq.texi (Q1.0.14): Ditto.
+ − 511
444
+ − 512 2000-11-14 Martin Buchholz <martin@xemacs.org>
+ − 513
+ − 514 * XEmacs 21.2.37 is released.
+ − 515
+ − 516 2000-10-27 Martin Buchholz <martin@xemacs.org>
+ − 517
+ − 518 * xemacs/windows.texi (Other Window):
+ − 519
+ − 520 * new-users-guide/files.texi (Saving Files):
+ − 521 * new-users-guide/search.texi (Search and Replace):
+ − 522
+ − 523 * lispref/abbrevs.texi (Abbrev Tables):
+ − 524 * lispref/abbrevs.texi (Defining Abbrevs):
+ − 525 * lispref/abbrevs.texi (Abbrev Files):
+ − 526 * lispref/annotations.texi (Annotation Primitives):
+ − 527 * lispref/backups.texi (Auto-Saving):
+ − 528 * lispref/backups.texi (Reverting):
+ − 529 * lispref/buffers.texi (Current Buffer):
+ − 530 * lispref/buffers.texi (Buffer Names):
+ − 531 * lispref/buffers.texi (Buffer Modification):
+ − 532 * lispref/buffers.texi (Read Only Buffers):
+ − 533 * lispref/buffers.texi (The Buffer List):
+ − 534 * lispref/buffers.texi (Killing Buffers):
+ − 535 * lispref/buffers.texi (Indirect Buffers):
+ − 536 * lispref/building.texi (Building XEmacs):
+ − 537 * lispref/building.texi (Garbage Collection):
+ − 538 * lispref/commands.texi (Interactive Call):
+ − 539 * lispref/commands.texi (Events):
+ − 540 * lispref/commands.texi (Event Predicates):
+ − 541 * lispref/commands.texi (Working With Events):
+ − 542 * lispref/commands.texi (Converting Events):
+ − 543 * lispref/commands.texi (Key Sequence Input):
+ − 544 * lispref/commands.texi (Reading One Event):
+ − 545 * lispref/commands.texi (Waiting):
+ − 546 * lispref/commands.texi (Prefix Command Arguments):
+ − 547 * lispref/commands.texi (Recursive Editing):
+ − 548 * lispref/compile.texi (Compilation Functions):
+ − 549 * lispref/compile.texi (Compiled-Function Objects):
+ − 550 * lispref/consoles-devices.texi (Basic Device Functions):
+ − 551 * lispref/consoles-devices.texi (Console Types and Device Classes):
+ − 552 * lispref/consoles-devices.texi (Connecting to a Console or Device):
+ − 553 * lispref/control.texi (Signaling Errors):
+ − 554 * lispref/customize.texi (Type Keywords):
+ − 555 * lispref/databases.texi (Connecting to a Database):
+ − 556 * lispref/databases.texi (Working With a Database):
+ − 557 * lispref/databases.texi (Other Database Functions):
+ − 558 * lispref/debugging.texi (Function Debugging):
+ − 559 * lispref/display.texi (Refresh Screen):
+ − 560 * lispref/display.texi (The Echo Area):
+ − 561 * lispref/display.texi (Blinking):
+ − 562 * lispref/edebug-inc.texi (Tracing):
+ − 563 * lispref/edebug-inc.texi (Instrumenting Macro Calls):
+ − 564 * lispref/edebug-inc.texi (Edebug Options):
+ − 565 * lispref/eval.texi (Function Indirection):
+ − 566 * lispref/extents.texi (Creating and Modifying Extents):
+ − 567 * lispref/extents.texi (Finding Extents):
+ − 568 * lispref/extents.texi (Mapping Over Extents):
+ − 569 * lispref/extents.texi (Extent Properties):
+ − 570 * lispref/faces.texi (Basic Face Functions):
+ − 571 * lispref/faces.texi (Face Properties):
+ − 572 * lispref/faces.texi (Face Convenience Functions):
+ − 573 * lispref/faces.texi (Other Face Display Functions):
+ − 574 * lispref/faces.texi (Font Instance Characteristics):
+ − 575 * lispref/faces.texi (Color Specifiers):
+ − 576 * lispref/files.texi (Visiting Functions):
+ − 577 * lispref/files.texi (Reading from Files):
+ − 578 * lispref/files.texi (Changing File Attributes):
+ − 579 * lispref/files.texi (File Names):
+ − 580 * lispref/files.texi (File Name Components):
+ − 581 * lispref/files.texi (Directory Names):
+ − 582 * lispref/files.texi (Relative File Names):
+ − 583 * lispref/files.texi (File Name Expansion):
+ − 584 * lispref/files.texi (File Name Completion):
+ − 585 * lispref/files.texi (User Name Completion):
+ − 586 * lispref/files.texi (Magic File Names):
+ − 587 * lispref/files.texi (Creating a Partial File):
+ − 588 * lispref/files.texi (Format Conversion):
+ − 589 * lispref/frames.texi (Creating Frames):
+ − 590 * lispref/frames.texi (Property Access):
+ − 591 * lispref/frames.texi (Size and Position):
+ − 592 * lispref/frames.texi (Deleting Frames):
+ − 593 * lispref/frames.texi (Finding All Frames):
+ − 594 * lispref/frames.texi (Frames and Windows):
+ − 595 * lispref/frames.texi (Visibility of Frames):
+ − 596 * lispref/frames.texi (Frame Configurations):
+ − 597 * lispref/functions.texi (Calling Functions):
+ − 598 * lispref/functions.texi (Function Cells):
+ − 599 * lispref/glyphs.texi (Creating Glyphs):
+ − 600 * lispref/glyphs.texi (Image Specifiers):
+ − 601 * lispref/glyphs.texi (Image Instance Types):
+ − 602 * lispref/glyphs.texi (Image Instance Functions):
+ − 603 * lispref/gutter.texi (Creating Gutter):
+ − 604 * lispref/gutter.texi (Specifying a Gutter):
+ − 605 * lispref/gutter.texi (Other Gutter Variables):
+ − 606 * lispref/help.texi (Accessing Documentation):
+ − 607 * lispref/help.texi (Help Functions):
+ − 608 * lispref/help.texi (Obsoleteness):
+ − 609 * lispref/internationalization.texi (Domain Specification):
+ − 610 * lispref/intro.texi (Caveats):
+ − 611 * lispref/keymaps.texi (Active Keymaps):
+ − 612 * lispref/keymaps.texi (Functions for Key Lookup):
+ − 613 * lispref/keymaps.texi (Changing Key Bindings):
+ − 614 * lispref/keymaps.texi (Scanning Keymaps):
+ − 615 * lispref/ldap.texi (The High-Level LDAP API):
+ − 616 * lispref/ldap.texi (Low-level Operations on a LDAP Server):
+ − 617 * lispref/ldap.texi (Encoder/Decoder Functions):
+ − 618 * lispref/lists.texi (Setcar):
+ − 619 * lispref/lists.texi (Setcdr):
+ − 620 * lispref/lists.texi (Working With Normal Plists):
+ − 621 * lispref/lists.texi (Working With Lax Plists):
+ − 622 * lispref/loading.texi (Autoload):
+ − 623 * lispref/loading.texi (Named Features):
+ − 624 * lispref/markers.texi (Creating Markers):
+ − 625 * lispref/markers.texi (Changing Markers):
+ − 626 * lispref/markers.texi (The Mark):
+ − 627 * lispref/menus.texi (Modifying Menus):
+ − 628 * lispref/menus.texi (Pop-Up Menus):
+ − 629 * lispref/menus.texi (Menu Accelerator Functions):
+ − 630 * lispref/minibuf.texi (Text from Minibuffer):
+ − 631 * lispref/minibuf.texi (Object from Minibuffer):
+ − 632 * lispref/minibuf.texi (Basic Completion):
+ − 633 * lispref/minibuf.texi (High-Level Completion):
+ − 634 * lispref/minibuf.texi (Reading a Password):
+ − 635 * lispref/minibuf.texi (Minibuffer Misc):
+ − 636 * lispref/mouse.texi (Mouse Tracking):
+ − 637 * lispref/syntax.texi (Syntax Table Functions):
+ − 638 * lispref/numbers.texi (Arithmetic Operations):
+ − 639 * lispref/numbers.texi (Rounding Operations):
+ − 640 * lispref/numbers.texi (Math Functions):
+ − 641 * lispref/objects.texi (String Type):
+ − 642 * lispref/objects.texi (Equality Predicates):
+ − 643 * lispref/os.texi (Killing XEmacs):
+ − 644 * lispref/os.texi (Suspending XEmacs):
+ − 645 * lispref/os.texi (System Environment):
+ − 646 * lispref/os.texi (Time Conversion):
+ − 647 * lispref/os.texi (Timers):
+ − 648 * lispref/os.texi (Input Modes):
+ − 649 * lispref/os.texi (Translating Input):
+ − 650 * lispref/os.texi (Terminal Output):
+ − 651 * lispref/os.texi (Flow Control):
+ − 652 * lispref/positions.texi (Character Motion):
+ − 653 * lispref/positions.texi (Word Motion):
+ − 654 * lispref/positions.texi (Text Lines):
+ − 655 * lispref/positions.texi (Screen Lines):
+ − 656 * lispref/positions.texi (List Motion):
+ − 657 * lispref/positions.texi (Narrowing):
+ − 658 * lispref/postgresql.texi (Asynchronous Interface Functions):
+ − 659 * lispref/processes.texi (Subprocess Creation):
+ − 660 * lispref/processes.texi (Synchronous Processes):
+ − 661 * lispref/processes.texi (Asynchronous Processes):
+ − 662 * lispref/processes.texi (Process Information):
+ − 663 * lispref/processes.texi (Input to Processes):
+ − 664 * lispref/processes.texi (Signals to Processes):
+ − 665 * lispref/processes.texi (Process Buffers):
+ − 666 * lispref/processes.texi (Filter Functions):
+ − 667 * lispref/processes.texi (Network):
+ − 668 * lispref/range-tables.texi (Working With Range Tables):
+ − 669 * lispref/searching.texi (String Search):
+ − 670 * lispref/searching.texi (Regexp Search):
+ − 671 * lispref/searching.texi (POSIX Regexps):
+ − 672 * lispref/searching.texi (Replacing Match):
+ − 673 * lispref/searching.texi (Entire Match Data):
+ − 674 * lispref/sequences.texi (Bit Vector Functions):
+ − 675 * lispref/specifiers.texi (Adding Specifications):
+ − 676 * lispref/specifiers.texi (Creating Specifiers):
+ − 677 * lispref/specifiers.texi (Specifier Validation Functions):
+ − 678 * lispref/specifiers.texi (Other Specification Functions):
+ − 679 * lispref/streams.texi (Output Variables):
+ − 680 * lispref/symbols.texi (Other Plists):
+ − 681 * lispref/text.texi (Insertion):
+ − 682 * lispref/text.texi (Commands for Insertion):
+ − 683 * lispref/text.texi (Deletion):
+ − 684 * lispref/text.texi (User-Level Deletion):
+ − 685 * lispref/text.texi (Kill Functions):
+ − 686 * lispref/text.texi (Low-Level Kill Ring):
+ − 687 * lispref/text.texi (Undo):
+ − 688 * lispref/text.texi (Maintaining Undo):
+ − 689 * lispref/text.texi (Margins):
+ − 690 * lispref/text.texi (Sorting):
+ − 691 * lispref/text.texi (Columns):
+ − 692 * lispref/text.texi (Primitive Indent):
+ − 693 * lispref/text.texi (Mode-Specific Indent):
+ − 694 * lispref/text.texi (Region Indent):
+ − 695 * lispref/text.texi (Case Changes):
+ − 696 * lispref/text.texi (Examining Properties):
+ − 697 * lispref/text.texi (Property Search):
+ − 698 * lispref/text.texi (Registers):
+ − 699 * lispref/text.texi (Transformations):
+ − 700 * lispref/mule.texi (Charset Property Functions):
+ − 701 * lispref/mule.texi (MULE Characters):
+ − 702 * lispref/mule.texi (Composite Characters):
+ − 703 * lispref/mule.texi (Coding System Properties):
+ − 704 * lispref/mule.texi (Big5 and Shift-JIS Functions):
+ − 705 * lispref/mule.texi (CCL Statements):
+ − 706 * lispref/mule.texi (Calling CCL):
+ − 707 * lispref/mule.texi (Category Tables):
+ − 708 * lispref/toolbar.texi (Specifying the Toolbar):
+ − 709 * lispref/toolbar.texi (Other Toolbar Variables):
+ − 710 * lispref/tooltalk.texi (Elisp Interface for Sending Messages):
+ − 711 * lispref/tooltalk.texi (Elisp Interface for Receiving Messages):
+ − 712 * lispref/variables.texi (Creating Buffer-Local):
+ − 713 * lispref/variables.texi (Variable Aliases):
+ − 714 * lispref/windows.texi (Splitting Windows):
+ − 715 * lispref/windows.texi (Deleting Windows):
+ − 716 * lispref/windows.texi (Selecting Windows):
+ − 717 * lispref/windows.texi (Cyclic Window Ordering):
+ − 718 * lispref/windows.texi (Buffers and Windows):
+ − 719 * lispref/windows.texi (Displaying Buffers):
+ − 720 * lispref/windows.texi (Choosing Window):
+ − 721 * lispref/windows.texi (Window Point):
+ − 722 * lispref/windows.texi (Window Start):
+ − 723 * lispref/windows.texi (Vertical Scrolling):
+ − 724 * lispref/windows.texi (Horizontal Scrolling):
+ − 725 * lispref/windows.texi (Resizing Windows):
+ − 726 * lispref/windows.texi (Window Configurations):
+ − 727 * lispref/x-windows.texi (X Selections):
+ − 728 * lispref/x-windows.texi (Resources):
+ − 729 * lispref/strings.texi (Creating Strings):
+ − 730 * lispref/strings.texi (Character Codes):
+ − 731 * lispref/strings.texi (Text Comparison):
+ − 732 * lispref/strings.texi (String Conversion):
+ − 733 * lispref/strings.texi (Formatting Strings):
+ − 734 * lispref/strings.texi (Character Case):
+ − 735 * lispref/strings.texi (Case Tables):
+ − 736 * lispref/strings.texi (Char Table Types):
+ − 737 * lispref/strings.texi (Working With Char Tables):
+ − 738 Giant docstring parameter/Texinfo fixes.
+ − 739
+ − 740 Don't use abbreviations for English words, especially when those
+ − 741 words have other meanings. For example, use START, not BEG.
+ − 742 Use OBJECT, not OBJ.
+ − 743 Use VALUE, not VAL.
+ − 744 Use BUFFER, not BUF.
+ − 745 Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!)
+ − 746 Use CHARACTER, not CH or CHR.
+ − 747 Use NUMBER, not NUM.
+ − 748 Use COLUMN, not COL.
+ − 749 Use POSITION, not POS.
+ − 750 Use SYMBOL, not SYM.
+ − 751 Use STRING, not STR.
+ − 752 Use LIMIT, not LIM.
+ − 753 Use OTHER-WINDOW-P, not OTHER-P.
+ − 754 Use PRIORITY, not PRI.
+ − 755
+ − 756 Use `non-nil', not `true'.
+ − 757
+ − 758 Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY.
+ − 759
+ − 760 Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE.
+ − 761
+ − 762 Try to find better parameter names than ARG.
+ − 763
+ − 764 Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g;
+ − 765
+ − 766 Use type information in parameter names. For example, use
+ − 767 (make-bit-vector length bit), not (make-bit-vector length init).
+ − 768
+ − 769 Completion functions should have parameters with names like
+ − 770 PARTIAL-FILENAME instead of the misleading FILENAME.
+ − 771
+ − 772 Type predicates should consistently take an OBJECT parameter,
+ − 773 since any object is valid as input.
+ − 774
+ − 775 Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for
+ − 776 functions like next-window and next-frame that walk over window or
+ − 777 frame lists.
+ − 778
+ − 779 Deleted duplicated documentation for:
+ − 780 one-window-p, format-insert-file
+ − 781
+ − 782 Deleted 21 lines of VMS-specific texinfo documentation.
+ − 783
+ − 784 Fixed up a few places where `_' was used in docstring parameter
+ − 785 names instead of `-'.
+ − 786
+ − 787 Fixed up places that used nil or t without @code.
+ − 788
+ − 789 Fixed up places that erroneously used @code instead of @var.
+ − 790
+ − 791 Fixed many typos.
+ − 792
+ − 793 Fixed many places where the parameters mentioned in the docstring
+ − 794 didn't match the actual parameters.
+ − 795
+ − 796 Fixed 7 places that used `@var{nil}' instead of `@code{nil}'.
+ − 797
+ − 798 Fixed 40 places where docstrings were missing trailing `.'
+ − 799
+ − 800 Fixed the texi documentation of 41 functions where the
+ − 801 interactiveness of the function in the documentation did not match
+ − 802 the implementation.
+ − 803
+ − 804 Fixed 117 functions where the names of parameters in the texi was
+ − 805 different from the names in the implementation.
+ − 806
+ − 807 Fixed the texi documentation of 137 functions where the parameter
+ − 808 list of the function in the texi was semantically different from
+ − 809 the implementation.
+ − 810
+ − 811 2000-10-28 Adrian Aichner <adrian@xemacs.org>
+ − 812
+ − 813 * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to
+ − 814 incorporate raw HTML output in the HTML version.
+ − 815
+ − 816 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
+ − 817
+ − 818 * xemacs/menus.texi:
+ − 819 * widget.texi:
+ − 820 Typo fixes and tiny clarifications.
+ − 821
+ − 822 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
+ − 823
+ − 824 * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how.
+ − 825 Added Q2.1.25 - function not found due to package not installed.
+ − 826
+ − 827 * xemacs/xemacs.texi:
+ − 828 * xemacs/abbrevs.texi:
+ − 829 * xemacs/basic.texi:
+ − 830 * xemacs/building.texi:
+ − 831 * xemacs/packages.texi:
+ − 832 * xemacs/startup.texi:
+ − 833 Moved "Packages" node to "Important General Concepts" section.
+ − 834
+ − 835 * xemacs/packages.texi: Added package list from etc/PACKAGES.
+ − 836
442
+ − 837 2000-10-04 Martin Buchholz <martin@xemacs.org>
+ − 838
+ − 839 * XEmacs 21.2.36 is released.
+ − 840
+ − 841 2000-09-27 Martin Buchholz <martin@xemacs.org>
+ − 842
+ − 843 * lispref/processes.texi (Signals to Processes): Many corrections.
+ − 844
+ − 845 2000-09-20 Martin Buchholz <martin@xemacs.org>
+ − 846
+ − 847 * xemacs/startup.texi (Startup Paths): Minor fixes.
+ − 848
+ − 849 2000-09-19 Martin Buchholz <martin@xemacs.org>
+ − 850
+ − 851 * *: Spelling mega-patch
+ − 852
+ − 853 2000-09-16 Martin Buchholz <martin@xemacs.org>
+ − 854
+ − 855 * internals/internals.texi (Low-Level Modules):
+ − 856 Correct the list of source files.
+ − 857
+ − 858 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com>
+ − 859
+ − 860 * emodules.texi (Introduction): Trivial typo fix.
+ − 861
+ − 862 2000-08-24 Martin Buchholz <martin@xemacs.org>
+ − 863
+ − 864 * emodules.texi (Initialization Mode): Spell-Check.
+ − 865
+ − 866 2000-08-24 Martin Buchholz <martin@xemacs.org>
+ − 867
+ − 868 * lispref/databases.texi (Connecting to a Database):
+ − 869 s/berkeley_db/berkeley-db/. Too much C programming.
+ − 870
+ − 871 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
+ − 872
+ − 873 * xemacs/custom.texi (Menubar Resources): Document FontSet resource.
+ − 874
+ − 875 2000-07-30 Ben Wing <ben@xemacs.org>
+ − 876
+ − 877 * xemacs\search.texi (Regexp Search):
+ − 878 * xemacs\search.texi (Regexps):
+ − 879 Synch up with updated docs below (describing non-greedy
+ − 880 operators and such).
+ − 881
+ − 882 2000-07-30 Ben Wing <ben@xemacs.org>
+ − 883
+ − 884 * lispref\searching.texi (Syntax of Regexps):
+ − 885 Document ??, which we've supported since 20.4.
+ − 886
+ − 887 2000-07-31 Sandra Wambold <wambold@cygnus.com>
+ − 888
+ − 889 * xemacs-faq.texi: Minor updates in first two sections
+ − 890
+ − 891 2000-07-27 Andy Piper <andy@xemacs.org>
+ − 892
+ − 893 * lispref/hash-tables.texi: add new hash table type.
+ − 894
+ − 895 2000-07-19 Martin Buchholz <martin@xemacs.org>
+ − 896
+ − 897 * XEmacs 21.2.35 is released.
+ − 898
+ − 899 2000-07-10 Martin Buchholz <martin@xemacs.org>
+ − 900
+ − 901 * Makefile: rm -f ==> $(RM)
+ − 902
+ − 903 2000-07-09 Martin Buchholz <martin@xemacs.org>
+ − 904
454
+ − 905 * lispref/postgresql.texi:
442
+ − 906 - Don't mention ".so" extension.
+ − 907 - Make installation instructions more generic.
+ − 908 - Mention M-x describe-installation.
+ − 909
+ − 910 2000-07-08 Ben Wing <ben@xemacs.org>
+ − 911
+ − 912 * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under
+ − 913 Windows problem with binary locs and latest info.
+ − 914
+ − 915 2000-06-17 Adrian Aichner <aichner@ecf.teradyne.com>
+ − 916
+ − 917 * lispref/glyphs.texi: Fix trivial typos.
+ − 918 * lispref/gutter.texi: Ditto.
+ − 919 * lispref/loading.texi: Ditto.
+ − 920 * lispref/postgresql.texi: Ditto.
+ − 921
+ − 922 2000-06-14 Adrian Aichner <aichner@ecf.teradyne.com>
+ − 923
+ − 924 * internals/internals.texi (Markers and Extents): Fix trivial typo.
+ − 925
+ − 926 2000-06-11 Adrian Aichner <aichner@ecf.teradyne.com>
+ − 927
+ − 928 * make-stds.texi: Fix trivial typos.
+ − 929 * xemacs-faq.texi: Ditto.
+ − 930 * internals/internals.texi: Ditto.
+ − 931 * new-users-guide/edit.texi: Ditto.
+ − 932 * new-users-guide/modes.texi: Ditto.
+ − 933 * new-users-guide/region.texi: Ditto.
+ − 934
+ − 935 2000-06-10 Ben Wing <ben@xemacs.org>
+ − 936
+ − 937 * xemacs-faq.texi (Q6.1.2):
+ − 938 * xemacs-faq.texi (Q6.1.5):
+ − 939 * xemacs-faq.texi (Q6.1.6):
+ − 940 Corrections for Cygwin, MinGW.
+ − 941
+ − 942 2000-06-07 Adrian Aichner <aichner@ecf.teradyne.com>
+ − 943
+ − 944 * xemacs/basic.texi: Fix trivial typos.
+ − 945 * xemacs/buffers.texi: Fix trivial typos.
+ − 946 * xemacs/building.texi: Ditto.
+ − 947 * xemacs/glossary.texi: Ditto.
+ − 948 * xemacs/gnu.texi: Ditto.
+ − 949 * xemacs/help.texi: Ditto.
+ − 950 * xemacs/keystrokes.texi: Ditto.
+ − 951 * xemacs/programs.texi: Ditto.
+ − 952 * xemacs/search.texi: Ditto.
+ − 953 * xemacs/sending.texi: Ditto.
+ − 954
+ − 955 2000-05-28 Martin Buchholz <martin@xemacs.org>
+ − 956
+ − 957 * XEmacs 21.2.34 is released.
+ − 958
+ − 959 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 960
+ − 961 * xemacs/basic.texi: Document translation of tutorial.
+ − 962 * xemacs/startup.texi: Remove lock-directory.
+ − 963 * xemacs/enterings.texi: Update.
+ − 964
+ − 965 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 966
+ − 967 * lispref/display.texi:
+ − 968 * lispref/faces.texi:
+ − 969 * lispref/glyphs.texi:
+ − 970 * lispref/gutter.texi:
+ − 971 * lispref/modes.texi:
+ − 972 * lispref/specifiers.texi:
+ − 973 * lispref/toolbar.texi:
+ − 974 Update. Merge Ben's doc-string update.
+ − 975
+ − 976 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 977
+ − 978 * xemacs/basic.texi:
+ − 979 * xemacs/enterings.texi:
+ − 980 * xemacs/mini.texi:
+ − 981 Partial sync with FSF Emacs 20.6 and some update.
+ − 982
+ − 983 2000-05-01 Martin Buchholz <martin@xemacs.org>
+ − 984
+ − 985 * XEmacs 21.2.33 is released.
+ − 986
+ − 987 2000-04-11 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 988
+ − 989 * xemacs-faq.texi (Q2.1.24): Removed wrong header.
+ − 990
+ − 991 2000-04-01 Oscar Figueiredo <oscar@xemacs.org>
+ − 992
+ − 993 * lispref/ldap.texi: Documentation of the add/modify/delete and
+ − 994 internationalization APIs
+ − 995
+ − 996 * lispref/lispref.texi: Updated LDAP-related menus
+ − 997
+ − 998 2000-03-20 Martin Buchholz <martin@xemacs.org>
+ − 999
+ − 1000 * XEmacs 21.2.32 is released.
+ − 1001
+ − 1002 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
+ − 1003
+ − 1004 * lispref/postgresql.texi (Unimplemented libpq Functions): Update
+ − 1005 documentation to reflect the latest code.
+ − 1006
+ − 1007 2000-03-07 SL Baur <steve@musashimaru.m17n.org>
+ − 1008
+ − 1009 * lispref/postgresql.texi (PostgreSQL Support): New File.
+ − 1010
+ − 1011 * lispref/ldap.texi: Insert PostgreSQL/libpq chapter.
+ − 1012 * lispref/lispref.texi (Top): Ditto.
+ − 1013 * lispref/internationalization.texi: Ditto.
+ − 1014
+ − 1015 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1016
+ − 1017 * lispref/glyphs.texi (Image Specifiers): Remove parenthesis.
+ − 1018
+ − 1019 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1020
+ − 1021 * xemacs-faq.texi: Put node before section.
+ − 1022
+ − 1023 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
+ − 1024
+ − 1025 * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly.
+ − 1026
+ − 1027 2000-03-01 Sandra Wambold <wambold@xemacs.org>
+ − 1028
+ − 1029 * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows
+ − 1030
+ − 1031 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1032
+ − 1033 * xemacs/xemacs.texi: Detailed menu update.
+ − 1034
+ − 1035 2000-01-28 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1036
+ − 1037 * xemacs/help.texi: Synch with FSF 20.5. Update.
+ − 1038
+ − 1039 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1040
+ − 1041 * lispref/minibuf.texi: Add default argument documentation.
+ − 1042
+ − 1043 2000-02-27 Martin Buchholz <martin@xemacs.org>
+ − 1044
+ − 1045 * internals/internals.texi (lrecords): Update docs for new lisp
+ − 1046 object representation.
+ − 1047
+ − 1048 2000-02-25 Martin Buchholz <martin@xemacs.org>
+ − 1049
+ − 1050 * internals/internals.texi (Techniques for XEmacs Developers):
+ − 1051 Document INLINE_HEADER and how to create macros and inline functions.
+ − 1052 Cleanup entire section.
+ − 1053
+ − 1054 2000-02-17 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 1055
+ − 1056 * man/lispref/gutter.texi: New file describing gutter API.
+ − 1057
+ − 1058 * man/lispref/lispref.texi, man/lispref/scrollbars.texi,
+ − 1059
+ − 1060 * man/lispref/toolbar.texi: Fixup links to new node Gutter.
+ − 1061
+ − 1062 2000-02-17 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 1063
+ − 1064 * man/lispref/frames.texi, man/xemacs/custom.texi,
+ − 1065 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars,
+ − 1066 toolbars, and gutters as optional components of frames, with
+ − 1067 pointers to descriptions.
+ − 1068
+ − 1069 2000-02-17 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 1070
+ − 1071 * man/lispref/mule.texi: Substantial reorganization and
+ − 1072 revision for style of descriptions of character sets,
+ − 1073 encodings, and coding systems. Addition of a complete table
+ − 1074 of coding systems as of XEmacs 21.2.19.
+ − 1075
+ − 1076 2000-02-23 Martin Buchholz <martin@xemacs.org>
+ − 1077
+ − 1078 * XEmacs 21.2.31 is released.
+ − 1079
+ − 1080 2000-02-21 Martin Buchholz <martin@xemacs.org>
+ − 1081
+ − 1082 * XEmacs 21.2.30 is released.
+ − 1083
+ − 1084 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
+ − 1085
+ − 1086 * internals/internals.texi: Made texinfmt-friendly.
+ − 1087
+ − 1088 2000-01-20 Mark Thomas <mthomas@jprc.com>
+ − 1089
+ − 1090 * lispref/backups.texi (Numbered Backups):
+ − 1091 * xemacs/files.texi (Backup Deletion):
+ − 1092 Change trim-versions-without-asking to delete-old-versions.
+ − 1093
+ − 1094 2000-02-19 Martin Buchholz <martin@xemacs.org>
+ − 1095
+ − 1096 * internals/internals.texi (Conversion to and from External Data):
+ − 1097 Document TO_EXTERNAL_FORMAT and friends.
+ − 1098 Doc bug fixes.
+ − 1099
+ − 1100 2000-02-16 Martin Buchholz <martin@xemacs.org>
+ − 1101
+ − 1102 * XEmacs 21.2.29 is released.
+ − 1103
+ − 1104 2000-02-16 Martin Buchholz <martin@xemacs.org>
+ − 1105
+ − 1106 * internals/internals.texi: Integrate Olivier's portable dumping docs.
+ − 1107
+ − 1108 2000-02-09 Martin Buchholz <martin@xemacs.org>
+ − 1109
+ − 1110 * lispref/symbols.texi (Object Plists):
+ − 1111 Document `object-plist'.
+ − 1112 Document `remprop'.
+ − 1113 Rework all plist frobbing docs for accuracy.
+ − 1114
440
+ − 1115 2000-02-07 Martin Buchholz <martin@xemacs.org>
+ − 1116
+ − 1117 * XEmacs 21.2.28 is released.
+ − 1118
+ − 1119 2000-02-07 Martin Buchholz <martin@xemacs.org>
+ − 1120
+ − 1121 * cl.texi: Remove (or replace by `get') references to `get*'.
+ − 1122
+ − 1123 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1124
+ − 1125 * widget.texi:
+ − 1126 * internals/internals.texi:
+ − 1127 * lispref/commands.texi:
+ − 1128 * lispref/consoles-devices.texi:
+ − 1129 * lispref/customize.texi:
+ − 1130 * lispref/dialog.texi:
+ − 1131 * lispref/extents.texi:
+ − 1132 * lispref/faces.texi:
+ − 1133 * lispref/glyphs.texi:
+ − 1134 * lispref/keymaps.texi:
+ − 1135 * lispref/lists.texi:
+ − 1136 * lispref/markers.texi:
+ − 1137 * lispref/menus.texi:
+ − 1138 * lispref/mule.texi:
+ − 1139 * lispref/objects.texi:
+ − 1140 * lispref/specifiers.texi:
+ − 1141 * lispref/toolbar.texi:
+ − 1142 * lispref/tooltalk.texi:
+ − 1143 * lispref/x-windows.texi:
+ − 1144 * new-users-guide/custom2.texi:
+ − 1145 * new-users-guide/help.texi:
+ − 1146 * new-users-guide/modes.texi:
+ − 1147 * xemacs/abbrevs.texi:
+ − 1148 * xemacs/buffers.texi:
+ − 1149 * xemacs/custom.texi:
+ − 1150 * xemacs/help.texi:
+ − 1151 * xemacs/keystrokes.texi:
+ − 1152 * xemacs/mini.texi:
+ − 1153 * xemacs/new.texi:
+ − 1154 * xemacs/packages.texi:
+ − 1155 * xemacs/programs.texi:
+ − 1156 * xemacs/sending.texi:
+ − 1157 Change ' -- ' to '---' since Texinfo formats --- to --.
+ − 1158 Untabify. TeX doesn't like TAB.
+ − 1159
+ − 1160 2000-01-27 Sandra Wambold <wambold@xemacs.org>
+ − 1161
+ − 1162 * xemacs-faq.texi (Q6.2.2): updated font instructions to include
+ − 1163 21.2.*
+ − 1164
+ − 1165 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1166
+ − 1167 * xemacs-faq.texi: Untabify.
442
+ − 1168
440
+ − 1169 2000-01-22 Martin Buchholz <martin@xemacs.org>
+ − 1170
+ − 1171 * internals/internals.texi (General Coding Rules): Document why we
+ − 1172 #include <config.h>
+ − 1173
+ − 1174 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1175
+ − 1176 * xemacs-faq.texi: Change ' -- ' to '---'.
442
+ − 1177
440
+ − 1178 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1179
+ − 1180 * lispref/faces.texi (Face Properties): Document
+ − 1181 remove-face-property.
+ − 1182
438
+ − 1183 2000-01-18 Martin Buchholz <martin@xemacs.org>
+ − 1184
+ − 1185 * XEmacs 21.2.27 is released.
+ − 1186
+ − 1187 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 1188
+ − 1189 * xemacs/regs.texi: Synch with FSF 20.5.
+ − 1190
+ − 1191 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 1192
+ − 1193 * info.texi: Change cross reference from emacs to xemacs.
+ − 1194
+ − 1195 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 1196
+ − 1197 * xemacs/mini.texi: Synch with FSF 20.5. Update.
+ − 1198
+ − 1199 2000-01-16 Martin Buchholz <martin@xemacs.org>
+ − 1200
+ − 1201 * xemacs-faq.texi (Q2.1.15): Fix up @table formatting.
+ − 1202
+ − 1203 2000-01-14 Martin Buchholz <martin@xemacs.org>
+ − 1204
+ − 1205 * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info.
+ − 1206
+ − 1207 2000-01-14 Sandra Wambold <wambold@xemacs.org>
+ − 1208
+ − 1209 * xemacs-faq.texi: removed out-of-date XEmacs 19 questions.
+ − 1210
+ − 1211 2000-01-14 Sandra Wambold <wambold@xemacs.org>
+ − 1212
+ − 1213 * xemacs-faq.texi: Updated Macintosh information,
+ − 1214 updated OS/2 info, changed turn-on-pending-delete answer.
+ − 1215
+ − 1216 2000-01-08 Martin Buchholz <martin@xemacs.org>
+ − 1217
+ − 1218 * xemacs-faq.texi (Q2.1.15): Make debugging info current.
+ − 1219
+ − 1220 2000-01-08 Hrvoje Niksic <hniksic@iskon.hr>
+ − 1221
+ − 1222 * lispref/control.texi (Signaling Errors): Document that `signal'
+ − 1223 is continuable.
+ − 1224 (Signaling Errors): Document `cerror', `signal-error', and
+ − 1225 `check-argument-type'.
+ − 1226 (Handling Errors): Mention `debug-on-signal'.
+ − 1227 (Error Symbols): Document `define-error'.
+ − 1228 (Processing of Errors): Document `display-error' and
+ − 1229 `error-message-string'.
+ − 1230
+ − 1231 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 1232
+ − 1233 * internals/internals.texi: Remove latin-1 char.
+ − 1234
+ − 1235 2000-01-05 Didier Verna <didier@xemacs.org>
+ − 1236
+ − 1237 * xemacs/custom.texi (Key bindings using strings): add missing
+ − 1238 whitespace.
+ − 1239
+ − 1240 * xemacs/xemacs.texi (Top):
+ − 1241 * new-users-guide/new-users-guide.texi (Top): add missing `@top'
+ − 1242 node.
+ − 1243
+ − 1244 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 1245
+ − 1246 * lispref/minibuf.texi (Reading a Password): New section.
+ − 1247
+ − 1248 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 1249
+ − 1250 * lispref/minibuf.texi: Remove documentation about
+ − 1251 minibuffer-local-ns-map, read-no-blanks-input.
+ − 1252
+ − 1253 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 1254
+ − 1255 * lispref/minibuf.texi: Partial Synch with FSF manual.
+ − 1256 Add description about DEFAULT argument of reading functions.
+ − 1257
436
+ − 1258 1999-12-31 Martin Buchholz <martin@xemacs.org>
+ − 1259
+ − 1260 * XEmacs 21.2.26 is released.
+ − 1261
+ − 1262 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 1263
+ − 1264 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs
+ − 1265
434
+ − 1266 1999-12-24 Martin Buchholz <martin@xemacs.org>
+ − 1267
+ − 1268 * XEmacs 21.2.25 is released.
+ − 1269
+ − 1270 1999-12-21 Martin Buchholz <martin@xemacs.org>
+ − 1271
+ − 1272 * lispref/text.texi (Near Point): Document `char-before'.
+ − 1273
+ − 1274 1999-12-20 Adrian Aichner <adrian@xemacs.org>
+ − 1275
+ − 1276 * widget.texi: Fix typos and possessive singular errors. Break
+ − 1277 long sentences for readability. Remove some redundant commas.
+ − 1278
+ − 1279 1999-12-18 Martin Buchholz <martin@xemacs.org>
+ − 1280
442
+ − 1281 * lispref/functions.texi (Mapping Functions):
434
+ − 1282 Warn about mapping functions modifying their sequences.
+ − 1283
+ − 1284 1999-12-15 Sandra Wambold <wambold@xemacs.org>
+ − 1285
+ − 1286 * xemacs-faq.texi: link to matlab.el added; misc. address changes
+ − 1287
432
+ − 1288 1999-12-14 Martin Buchholz <martin@xemacs.org>
+ − 1289
+ − 1290 * XEmacs 21.2.24 is released.
+ − 1291
+ − 1292 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 1293
+ − 1294 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH
442
+ − 1295 instead of PACKAGEPATH
432
+ − 1296 From Marcus Harnisch <harnisch@mikrom.de>
+ − 1297
430
+ − 1298 1999-12-07 Martin Buchholz <martin@xemacs.org>
+ − 1299
+ − 1300 * XEmacs 21.2.23 is released.
+ − 1301
+ − 1302 1999-12-06 Sandra Wambold <wambold@pobox.com>
+ − 1303
+ − 1304 * xemacs-faq.texi: Added MS-Windows questions; some other changes
+ − 1305
+ − 1306 1999-11-29 Martin Buchholz <martin@xemacs.org>
+ − 1307
442
+ − 1308 * info.texi (Top):
430
+ − 1309 Remove @ifnottex, which gives old makeinfos indigestion.
442
+ − 1310 * texinfo.texi (Top):
430
+ − 1311 Revert to pre-texinfo-4.0 version, plus small changes to make
+ − 1312 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy.
+ − 1313
+ − 1314 1999-11-30 Sandra Wambold <wambold@cygnus.com>
+ − 1315
+ − 1316 * xemacs-faq.texi: fixed and commented out bad URL links
+ − 1317
428
+ − 1318 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1319
+ − 1320 * XEmacs 21.2.22 is released
+ − 1321
+ − 1322 1999-11-28 Martin Buchholz <martin@xemacs.org>
+ − 1323
+ − 1324 * XEmacs 21.2.21 is released.
+ − 1325
+ − 1326 1999-11-26 Martin Buchholz <martin@xemacs.org>
+ − 1327
+ − 1328 * internals.texi (Lstream Functions):
+ − 1329 * internals.texi (Lstream Methods):
+ − 1330 Types have changed to size_t and ssize_t. Document them.
+ − 1331
+ − 1332 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 1333
+ − 1334 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on
+ − 1335 XEmacs 21
+ − 1336
+ − 1337 1999-11-15 Martin Buchholz <martin@xemacs.org>
+ − 1338
+ − 1339 * xemacs/programs.texi: Upgrade to etags Version 13.32
442
+ − 1340
428
+ − 1341 * Makefile:
+ − 1342 - Make sure the default target is `info' instead of cl.info.
+ − 1343 - Use $(INFODIR) consistently where appropriate.
+ − 1344 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info).
+ − 1345 - Comment out unused macros: EMACS EMACSFLAGS
+ − 1346 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0.
+ − 1347 - Get dependencies up to date.
+ − 1348
+ − 1349 * internals/Makefile:
+ − 1350 * xemacs/Makefile:
+ − 1351 * lispref/Makefile:
+ − 1352 * new-users-guide/Makefile:
+ − 1353 * lispref/index.perm:
+ − 1354 * lispref/index.unperm:
+ − 1355 * lispref/permute-index:
+ − 1356 * internals/index.perm:
+ − 1357 * internals/index.unperm:
+ − 1358 Remove these Makefiles.
+ − 1359 Include all functionality in man/Makefile.
+ − 1360 Support only non-permuted indexes for simplicity.
+ − 1361
+ − 1362 * emodules.texi:
+ − 1363 - TeX doesn't tolerate `_' in variable names; use `-' instead.
+ − 1364
+ − 1365 * lispref/commands.texi:
+ − 1366 * lispref/display.texi:
+ − 1367 * lispref/faces.texi:
+ − 1368 * lispref/functions.texi:
+ − 1369 * lispref/keymaps.texi:
+ − 1370 * lispref/lists.texi:
+ − 1371 * lispref/modes.texi:
+ − 1372 * lispref/objects.texi:
+ − 1373 * lispref/os.texi:
+ − 1374 * lispref/sequences.texi:
+ − 1375 * lispref/strings.texi:
+ − 1376 * lispref/text.texi:
+ − 1377 * new-users-guide/custom1.texi:
+ − 1378 * xemacs/custom.texi:
+ − 1379 * xemacs/menus.texi:
+ − 1380 - Make sources compatible with makeinfo 4.0 *and* 3.12.
+ − 1381 - Replace @sc{ASCII} with @sc{ascii}, etc...
+ − 1382 - Replace @var{(foo)} with (@var{foo}), etc...
+ − 1383
+ − 1384 * info-stnd.texi: Remove. Who cares about the standalone info reader?
+ − 1385
+ − 1386 * texinfo.tex:
+ − 1387 * texinfo.texi:
+ − 1388 * info.texi:
+ − 1389 * standards.texi:
+ − 1390 * make-stds.texi:
+ − 1391 Import FSF-maintained files from texinfo-4.0.
+ − 1392
+ − 1393 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1394
+ − 1395 * XEmacs 21.2.20 is released
+ − 1396
+ − 1397 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
+ − 1398
+ − 1399 * xemacs/packages.texi (Using Packages): Added description of
+ − 1400 package-get-package-provider.
+ − 1401
+ − 1402 1999-07-27 Charles G Waldman <cgw@fnal.gov>
+ − 1403
+ − 1404 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells'
+ − 1405
434
+ − 1406 1999-08-01 Adrian Aichner <adrian@xemacs.org>
428
+ − 1407
+ − 1408 * xemacs/programs.texi (Balanced Editing): Remove broken
+ − 1409 line-break.
+ − 1410
+ − 1411 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs
+ − 1412 menus.
+ − 1413 (Q1.4.1): ditto.
+ − 1414 (Q1.4.3): ditto.
+ − 1415 (Q2.0.5): Hyphenate words.
+ − 1416
+ − 1417 * info.texi (Add): Fix one typo.
+ − 1418
+ − 1419 1999-08-23 Stephane Epardaud <stephane@lunatech.com>
+ − 1420
+ − 1421 * internals/internals.texi (Garbage Collection - Step by Step):
+ − 1422 just added some dots to shut up compile warnings.
+ − 1423
+ − 1424 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de>
+ − 1425
+ − 1426 * internals/internals.texi (Garbage Collection - Step by Step):
+ − 1427 new section in chapter Allocation of Objects in XEmacs Lisp.
+ − 1428
+ − 1429 1999-07-28 Andy Piper <andy@xemacs.org>
+ − 1430
+ − 1431 * internals.texi (Glyphs): add some glyph documentation.
+ − 1432
+ − 1433 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1434
+ − 1435 * XEmacs 21.2.19 is released
+ − 1436
434
+ − 1437 1999-07-10 Adrian Aichner <adrian@xemacs.org>
428
+ − 1438
+ − 1439 * emodules.texi: Use @set emacs and @value{emacs} instead of
+ − 1440 @macro (unsupported by texinfo package). Remove stray @code.
+ − 1441 * custom.texi: Add info extension to @setfilename.
+ − 1442 * texinfo.texi: Ditto.
+ − 1443 * widget.texi: Ditto.
+ − 1444 * packages.texi: Reword a sentence, fixing @item Decide where to
+ − 1445 install ...
+ − 1446
442
+ − 1447 1999-07-19 Didier Verna <didier@xemacs.org>
428
+ − 1448
+ − 1449 * custom.texi (Wishlist): removed the Custom Comments wishlist
+ − 1450 entry. They are implemented.
+ − 1451
+ − 1452 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1453
+ − 1454 * XEmacs 21.2.18 is released
+ − 1455
+ − 1456 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1457
+ − 1458 * XEmacs 21.2.17 is released
+ − 1459
+ − 1460 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1461
+ − 1462 * XEmacs 21.2.16 is released
+ − 1463
+ − 1464 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1465
+ − 1466 * XEmacs 21.2.15 is released
+ − 1467
+ − 1468 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com>
+ − 1469
+ − 1470 * custom.texi, external-widget.texi: Minor
+ − 1471 fix to get info DIR entry correct.
+ − 1472
+ − 1473 1999-05-22 Vin Shelton <acs@xemacs.org>
+ − 1474
+ − 1475 * xemacs/cmdargs.texi:
+ − 1476 Document -private.
+ − 1477
+ − 1478 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
+ − 1479
+ − 1480 * Makefile: Added `emodules.info' to info targets.
+ − 1481
+ − 1482 1999-05-20 Karl M. Hegbloom <karlheg@debian.org>
+ − 1483
+ − 1484 * internals/internals.texi (The XEmacs Object System
+ − 1485 (Abstractly Speaking)): typo.
+ − 1486
+ − 1487 1999-05-16 Hrvoje Niksic <hniksic@srce.hr>
+ − 1488
+ − 1489 * lispref/text.texi (Substitution): Document improvements in
+ − 1490 `translate-region'.
+ − 1491
+ − 1492 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1493
+ − 1494 * XEmacs 21.2.14 is released
+ − 1495
+ − 1496 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com>
+ − 1497
+ − 1498 * man/internals/internals.texi:
+ − 1499 * man/lispref/lispref.texi:
+ − 1500 * man/new-users-guide/new-users-guide.texi:
+ − 1501 * man/xemacs/xemacs.texi:
+ − 1502 * man/cl.texi:
+ − 1503 * man/custom.texi:
+ − 1504 * man/term.texi:
+ − 1505 * man/termcap.texi:
+ − 1506 * man/widget.texi:
+ − 1507 * man/xemacs-faq.texi:
+ − 1508 * man/external-widget.texi:
+ − 1509 Added info dir entries so install-info will add them to
+ − 1510 the common `dir' file.
+ − 1511
+ − 1512 1999-04-28 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 1513
+ − 1514 * man/lispref/mule.texi: Document CCL
+ − 1515 - add sections: syntax, statements, expressions, and examples.
+ − 1516 - fix naming and description errors.
+ − 1517 - update links in neighboring nodes.
+ − 1518
+ − 1519 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 1520
+ − 1521 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500.
+ − 1522
+ − 1523 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 1524
+ − 1525 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame
+ − 1526 Appearance)
+ − 1527
+ − 1528 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1529
+ − 1530 * XEmacs 21.2.13 is released
+ − 1531
+ − 1532 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1533
+ − 1534 * XEmacs 21.2.12 is released
+ − 1535
+ − 1536 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1537
+ − 1538 * XEmacs 21.2.11 is released
+ − 1539
+ − 1540 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1541
+ − 1542 * XEmacs 21.2.10 is released
+ − 1543
+ − 1544 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1545
+ − 1546 * XEmacs 21.2.9 is released
+ − 1547
434
+ − 1548 1999-01-14 Adrian Aichner <adrian@xemacs.org>
428
+ − 1549
+ − 1550 * internals\internals.texi (Techniques for XEmacs Developers):
+ − 1551 Fixing documentation.
+ − 1552 (Basic Lisp Modules): ditto.
+ − 1553
+ − 1554 1999-01-10 J. Kean Johnston <jkj@sco.com>
+ − 1555
+ − 1556 * emodules.texi: New file to describe XEmacs modules.
+ − 1557
+ − 1558 1998-12-28 Martin Buchholz <martin@xemacs.org>
+ − 1559
+ − 1560 * XEmacs 21.2.8 is released.
+ − 1561
+ − 1562 1998-12-24 Martin Buchholz <martin@xemacs.org>
+ − 1563
+ − 1564 * XEmacs 21.2.7 is released.
+ − 1565
+ − 1566 1998-12-16 Andy Piper <andy@xemacs.org>
+ − 1567
+ − 1568 * XEmacs 21.2.6 is released
+ − 1569
+ − 1570 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1571
+ − 1572 * XEmacs 21.2.5 is released
+ − 1573
+ − 1574 1998-11-30 Martin Buchholz <martin@xemacs.org>
+ − 1575
+ − 1576 * xemacs/startup.texi (Startup Paths):
+ − 1577 * xemacs/custom.texi (Widgets):
+ − 1578 * xemacs-faq.texi (Q3.0.5):
+ − 1579 * xemacs-faq.texi (Top):
+ − 1580
+ − 1581 * widget.texi (info-link):
+ − 1582
+ − 1583 * lispref/objects.texi (Type Predicates):
+ − 1584 * lispref/objects.texi (Hash Table Type):
+ − 1585 * lispref/objects.texi (Primitive Types):
+ − 1586 * lispref/objects.texi (Lisp Data Types):
+ − 1587 * lispref/macros.texi (Backquote):
+ − 1588 * lispref/hash-tables.texi (Weak Hash Tables):
+ − 1589 * lispref/hash-tables.texi:
+ − 1590 * lispref/errors.texi (Standard Errors):
+ − 1591 * lispref/compile.texi (Disassembly):
+ − 1592 * lispref/compile.texi (Compiled-Function Objects):
+ − 1593 * lispref/compile.texi (Eval During Compile):
+ − 1594 * lispref/compile.texi (Docs and Compilation):
+ − 1595 * lispref/compile.texi (Compilation Functions):
+ − 1596 * lispref/compile.texi (Speed of Byte-Code):
+ − 1597 * lispref/compile.texi (Byte Compilation):
+ − 1598 * lispref/building.texi (Garbage Collection):
+ − 1599
+ − 1600 * internals/internals.texi (Simple Special Forms):
+ − 1601 * internals/internals.texi (Evaluation; Stack Frames; Bindings):
+ − 1602 * internals/internals.texi (Specifics of the Event Gathering Mechanism):
+ − 1603 * internals/internals.texi (String):
+ − 1604 * internals/internals.texi (Introduction to Allocation):
+ − 1605 * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
+ − 1606 * internals/internals.texi (Modules for Internationalization):
+ − 1607 * internals/internals.texi (Modules for Interfacing with X Windows):
+ − 1608 * internals/internals.texi (Modules for Interfacing with the Operating System):
+ − 1609 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
+ − 1610 * internals/internals.texi (Modules for Interfacing with the File System):
+ − 1611 * internals/internals.texi (Modules for the Redisplay Mechanism):
+ − 1612 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
+ − 1613 * internals/internals.texi (Editor-Level Control Flow Modules):
+ − 1614 * internals/internals.texi (Modules for Standard Editing Operations):
+ − 1615 * internals/internals.texi (Basic Lisp Modules):
+ − 1616 * internals/internals.texi (Low-Level Modules):
+ − 1617 * internals/internals.texi (A Summary of the Various XEmacs Modules):
+ − 1618 * internals/internals.texi (An Example of Mule-Aware Code):
+ − 1619 * internals/internals.texi (Working With Character and Byte Positions):
+ − 1620 * internals/internals.texi (Writing Lisp Primitives):
+ − 1621 * internals/internals.texi (General Coding Rules):
+ − 1622 * internals/internals.texi (How Lisp Objects Are Represented in C):
+ − 1623 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
+ − 1624 * internals/internals.texi (XEmacs From the Perspective of Building):
+ − 1625 * internals/internals.texi (The Lisp Language):
+ − 1626 * internals/internals.texi (Top):
+ − 1627 * internals/internals.texi:
+ − 1628 - rewrite Internals manual
+ − 1629
+ − 1630 * cl.texi (Porting Common Lisp):
+ − 1631 * cl.texi (Hash Tables):
+ − 1632 * cl.texi (Association Lists):
+ − 1633 * cl.texi (Declarations):
+ − 1634 * cl.texi (For Clauses):
+ − 1635 * cl.texi (Basic Setf):
+ − 1636 * cl.texi (Equality Predicates):
+ − 1637 - mega patch
+ − 1638
+ − 1639 1998-11-28 SL Baur <steve@altair.xemacs.org>
+ − 1640
+ − 1641 * XEmacs 21.2-beta4 is released.
+ − 1642
+ − 1643 1998-10-15 SL Baur <steve@altair.xemacs.org>
+ − 1644
+ − 1645 * XEmacs 21.2-beta3 is released.
+ − 1646
+ − 1647 1998-10-09 SL Baur <steve@altair.xemacs.org>
+ − 1648
+ − 1649 * Makefile (MAKEINFO): Undo no-split change.
+ − 1650
+ − 1651 1998-09-29 SL Baur <steve@altair.xemacs.org>
+ − 1652
+ − 1653 * XEmacs 21.2-beta2 is released.
+ − 1654
+ − 1655 1998-09-20 Hrvoje Niksic <hniksic@srce.hr>
+ − 1656
+ − 1657 * lispref/customize.texi: New file.
+ − 1658
+ − 1659 1998-09-09 Hrvoje Niksic <hniksic@srce.hr>
+ − 1660
+ − 1661 * internals/internals.texi (Coding for Mule): New node and
+ − 1662 section.
+ − 1663
+ − 1664 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
+ − 1665
+ − 1666 * xemacs/packages.texi: Document manually installing binary packages.
+ − 1667
+ − 1668 1998-09-02 Jeff Miller <jmiller@smart.net>
+ − 1669
+ − 1670 * Synch calendar.texi with Emacs 20.3
+ − 1671
+ − 1672 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
+ − 1673
+ − 1674 * xemacs/packages.texi: Correct and update package documentation.
+ − 1675 Updated the package installation section to mention the visual
+ − 1676 package browser/installer.
+ − 1677
+ − 1678 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
+ − 1679
+ − 1680 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs
+ − 1681 specifics.
+ − 1682
+ − 1683 1998-08-21 Greg Klanderman <greg@alphatech.com>
+ − 1684
+ − 1685 * lispref/files.texi (User Name Completion): new section.
+ − 1686
434
+ − 1687 1998-07-23 Adrian Aichner <adrian@xemacs.org>
428
+ − 1688
+ − 1689 * xemacs/packages.texi (Packages): Changing @itemize @emph to
+ − 1690 @itemize @bullet (this is what all other files included in
+ − 1691 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8.
+ − 1692
+ − 1693 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 1694
+ − 1695 * xemacs/startup.texi: Small fixes, suggested by Hrvoje.
+ − 1696
+ − 1697 * xemacs/xemacs.texi:
+ − 1698 * xemacs/packages.texi: More packages documentation.
+ − 1699
+ − 1700 1998-07-19 SL Baur <steve@altair.xemacs.org>
+ − 1701
+ − 1702 * XEmacs 21.2-beta1 is released.
+ − 1703
+ − 1704 1998-07-12 SL Baur <steve@altair.xemacs.org>
+ − 1705
+ − 1706 * XEmacs 21.0-pre5 is released.
+ − 1707
+ − 1708 1998-07-09 SL Baur <steve@altair.xemacs.org>
+ − 1709
+ − 1710 * XEmacs 21.0-pre4 is released.
+ − 1711
+ − 1712 1998-07-09 Oliver Graf <ograf@fga.de>
+ − 1713
+ − 1714 * lispref/dragndrop.texi: added warning to OffiX Protocol section
+ − 1715
+ − 1716 1998-07-09 SL Baur <steve@altair.xemacs.org>
+ − 1717
+ − 1718 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding
+ − 1719 damage in transit.
+ − 1720
+ − 1721 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
+ − 1722
+ − 1723 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP
+ − 1724
+ − 1725 * lispref/internationalization.texi: Fixed PREV to @node LDAP
+ − 1726
+ − 1727 * lispref/lispref.texi: Added LDAP chapter from ldap.texi
+ − 1728
+ − 1729 * lispref/Makefile: Added ldap.texi to srcs
+ − 1730
+ − 1731 1998-06-29 SL Baur <steve@altair.xemacs.org>
+ − 1732
+ − 1733 * standards.texi (Preface): Revert previous change to @node
+ − 1734 because it doesn't pass makeinfo.
+ − 1735
434
+ − 1736 1998-06-27 Adrian Aichner <adrian@xemacs.org>
428
+ − 1737
+ − 1738 * cl.texi: See ALL.
+ − 1739 * info-stnd.texi: Fixed @setfilename.
+ − 1740 * info.texi: Fixed @setfilename and a typo.
+ − 1741 * standards.texi: Added NEXT to @node Preface. See ALL.
+ − 1742 * texinfo.texi: Fixed section names, quoted usage of @TeX{},
442
+ − 1743 changed some occurrences of `:' to `colon'.
428
+ − 1744 * xemacs-faq.texi: See ALL.
+ − 1745 * internals/internals.texi: See ALL.
+ − 1746 * lispref/back.texi: Fixed @setfilename.
+ − 1747 * lispref/compile.texi: See ALL.
+ − 1748 * lispref/debugging.texi: See ALL.
+ − 1749 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug.
+ − 1750 * lispref/eval.texi: See ALL.
+ − 1751 * lispref/extents.texi: See ALL.
+ − 1752 * lispref/loading.texi: See ALL.
+ − 1753 * lispref/searching.texi: Escaped `(' in
+ − 1754 @cindex @samp{(?:} in regex
+ − 1755 * lispref/variables.texi: See ALL.
+ − 1756
+ − 1757 1998-06-28 SL Baur <steve@altair.xemacs.org>
+ − 1758
+ − 1759 * xemacs/calendar.texi: Massive update.
+ − 1760 From Jeff Miller <jmiller@smart.net>
+ − 1761
+ − 1762 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 1763
+ − 1764 * xemacs/abbrevs.texi:
+ − 1765 * xemacs/basic.texi:
+ − 1766 * xemacs/buildings.texi:
+ − 1767 * xemacs/cmdargs.texi:
+ − 1768 * xemacs/files.texi:
+ − 1769 * xemacs/adjustments.texi: Adjustments to integrate startup.texi
+ − 1770 and packages.texi stuff.
+ − 1771
+ − 1772 * xemacs/startup.texi:
+ − 1773 * xemacs/packages.texi: Created.
+ − 1774
434
+ − 1775 1998-06-10 Adrian Aichner <adrian@xemacs.org>
428
+ − 1776
+ − 1777 * texinfo.texi: added ../info/ to @setfilename, broke line after
+ − 1778 @noindent. Changed @var{arg-not-used-by-@TeX{}} to
+ − 1779 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
+ − 1780 happy. Fixed refs broken by a previous patch of mine.
+ − 1781
+ − 1782 1998-06-18 Darryl Okahata <darrylo@sr.hp.com>
+ − 1783
+ − 1784 * lispref/os.texi (os.texi): Document `user-home-directory'.
+ − 1785
+ − 1786 1998-06-13 Greg Klanderman <greg@alphatech.com>
+ − 1787
+ − 1788 * lispref/windows.texi (Resizing Windows): document third optional
+ − 1789 WINDOW argument to enlarge-window and shrink-window.
+ − 1790 (Selecting Windows): document select-window optional norecord
+ − 1791 argument.
+ − 1792 (Size of Window): document window-text-area-pixel-height and
+ − 1793 window-text-area-pixel-width.
+ − 1794 (Size of Window): document window-displayed-text-pixel-height.
+ − 1795 (Position of Window): document window-text-area-pixel-edges.
+ − 1796
+ − 1797 * lispref/positions.texi (Screen Lines): cleanup docs for
+ − 1798 vertical-motion and vertical-motion-pixels.
+ − 1799
+ − 1800 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
+ − 1801
+ − 1802 * lispref/windows.texi (Resizing Windows): Document
+ − 1803 `enlarge-window-pixels' and `shrink-window-pixels'.
+ − 1804
+ − 1805 * lispref/positions.texi (Screen Lines): Update documentation of
+ − 1806 `vertical-motion'.
+ − 1807 (Screen Lines): Document `vertical-motion-pixels'.
+ − 1808
+ − 1809 * lispref/frames.texi (Input Focus): Document `focus-frame',
+ − 1810 `save-selected-frame' and `with-selected-frame'.
+ − 1811
+ − 1812 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
+ − 1813
+ − 1814 * lispref/searching.texi (Regexp Search): Document `split-path'.
+ − 1815
+ − 1816 * lispref/files.texi (Unique File Names): Update docs for
+ − 1817 `make-temp-name'; document `temp-directory'.
+ − 1818
+ − 1819 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
+ − 1820
+ − 1821 * lispref/os.texi (Recording Input): Update docs for `recent-keys'.
+ − 1822
+ − 1823 * lispref/specifiers.texi (Specifier Instancing): Correct
+ − 1824 instantiation order.
+ − 1825 (Specifier Instancing Functions): Ditto.
+ − 1826
+ − 1827 1998-06-11 Oliver Graf <ograf@fga.de>
+ − 1828
+ − 1829 * lispref/lispref.texi: references to Drag'n'Drop fixed
+ − 1830 * lispref/modes.texi: references to Drag'n'Drop fixed
+ − 1831 * lispref/scrollbars.texi: references to Drag'n'Drop fixed
+ − 1832 * lispref/dragndrop.texi: naming changed to Drag and Drop
+ − 1833 added some docu about the drop procedure
+ − 1834
434
+ − 1835 1998-06-09 Adrian Aichner <adrian@xemacs.org>
428
+ − 1836
+ − 1837 * info-stnd.texi: added ../info/ to @setfilename.
+ − 1838 * info.texi: added ../info/ to @setfilename.
+ − 1839 * lispref/commands.texi: see ALL.
+ − 1840 * lispref/frames.texi: see ALL.
+ − 1841 * lispref/os.texi: see ALL.
+ − 1842 * lispref/text.texi: see ALL.
+ − 1843 * new-users-guide/custom1.texi: broke line after enumerated @item.
+ − 1844 * new-users-guide/custom2.texi: see ALL.
+ − 1845 * new-users-guide/edit.texi: see ALL.
+ − 1846 * new-users-guide/enter.texi: see ALL.
+ − 1847 * new-users-guide/files.texi: see ALL.
+ − 1848 * new-users-guide/help.texi
+ − 1849 * new-users-guide/modes.texi: see ALL.
+ − 1850 * new-users-guide/new-users-guide.texi: see ALL.
+ − 1851 * new-users-guide/region.texi: see ALL.
+ − 1852 * new-users-guide/search.texi: see ALL.
+ − 1853 * new-users-guide/xmenu.texi: see ALL.
+ − 1854 * standards.texi: added ../info/ to @setfilename.
+ − 1855 * texinfo.texi: added ../info/ to @setfilename, broke line after
+ − 1856 @noindent. Changed @var{arg-not-used-by-@TeX{}} to
+ − 1857 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
+ − 1858 happy.
+ − 1859 * xemacs-faq.texi: added ../info/ to @setfilename.
+ − 1860 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant
+ − 1861 p?xefs (most were empty, some elisp and emacs), used
+ − 1862 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs
+ − 1863 User's Manual" respectively for all these.
+ − 1864
+ − 1865 1998-06-01 Oliver Graf <ograf@fga.de>
+ − 1866
+ − 1867 * lispref/dragndrop.texi: added experimental
+ − 1868
+ − 1869 1998-05-28 Oliver Graf <ograf@fga.de>
+ − 1870
+ − 1871 * lispref/dragndrop.texi: a warning, and a bit more text this time
+ − 1872
+ − 1873 1998-05-26 Oliver Graf <ograf@fga.de>
+ − 1874
+ − 1875 * lispref/dragndrop.texi: only small changes
+ − 1876
+ − 1877 1998-05-15 Christian Nyb� <chr@mediascience.no>
+ − 1878
+ − 1879 * xemacs/killing.texi: Properly document `zap-to-char'.
+ − 1880
+ − 1881 1998-05-13 Greg Klanderman <greg@alphatech.com>
+ − 1882
+ − 1883 * lispref/frames.texi (Input Focus): cleanup select-frame
+ − 1884 documentation.
+ − 1885
+ − 1886 1998-05-10 Oliver Graf <ograf@fga.de>
+ − 1887
+ − 1888 * lispref/dragndrop.texi: new section for the DnD API
+ − 1889 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and
+ − 1890 modes
+ − 1891 * lispref/modes.texi: changed back-ref to Drag'n'Drop
+ − 1892 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop
+ − 1893
+ − 1894 1998-05-05 Oliver Graf <ograf@fga.de>
+ − 1895
+ − 1896 * commands.texi: exchange of dnd-drop with misc-user
+ − 1897
+ − 1898 1998-05-04 Martin Buchholz <martin@xemacs.org>
+ − 1899
+ − 1900 * internals.texi (Techniques for XEmacs Developers): Add some more
+ − 1901 comments on adding new files, inspired by Olivier Galibert.
+ − 1902
+ − 1903 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
+ − 1904
+ − 1905 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for
+ − 1906 scroll-conservatively.
+ − 1907
+ − 1908 * lispref/loading.texi (Named Features): Document advanced args to
+ − 1909 `feature'.
+ − 1910
+ − 1911 * lispref/files.texi (File Name Expansion): Document that
+ − 1912 expand-file-name does not treat // and ~/ in the middle of file
+ − 1913 names specially.
+ − 1914
+ − 1915 * lispref/positions.texi (Excursions): Document
+ − 1916 `with-current-buffer' and `with-temp-file'.
+ − 1917
+ − 1918 * lispref/strings.texi (Formatting Strings): Document `%*'
+ − 1919 construct.
+ − 1920
+ − 1921 * lispref/os.texi (Time Conversion): Document that TIME may be
+ − 1922 omitted from format-time-string.
+ − 1923
+ − 1924 * lispref/strings.texi (String Conversion): Document BASE argument
+ − 1925 to `string-to-number'.
+ − 1926
+ − 1927 * lispref/searching.texi (Syntax of Regexps): Fix up Perl
+ − 1928 constructs documentation.
+ − 1929 (Regexp Search): Document `split-string'.
+ − 1930
+ − 1931 * xemacs/display.texi (Scrolling): Document scroll-conservatively.
+ − 1932
+ − 1933 * xemacs/killing.texi (Active Regions): Document that errors no
+ − 1934 longer highlight the region.
+ − 1935
+ − 1936 * lispref/display.texi (The Echo Area): Document message log
+ − 1937 stuff, including `display-message', `lmessage', `clear-message',
+ − 1938 (Warnings): Document warning stuff.
+ − 1939
+ − 1940 * lispref/commands.texi (Working With Events): Update `make-event'
+ − 1941 for misc-user events.
+ − 1942 (Using Interactive): Document `function-interactive'.
+ − 1943
+ − 1944 * lispref/os.texi (System Environment): Document USE-FLOATS
+ − 1945 argument to `load-average'.
+ − 1946 (User Identification): Document the new semantics of
+ − 1947 `user-full-name'.
+ − 1948
+ − 1949 * lispref/strings.texi (Creating Strings): Document `string'
+ − 1950 function.
+ − 1951
+ − 1952 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
+ − 1953
+ − 1954 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg
+ − 1955 comparison functions.
+ − 1956
+ − 1957 1998-04-30 Greg Klanderman <greg@alphatech.com>
+ − 1958
+ − 1959 * lispref/frames.texi (Input Focus): Document behavior of
+ − 1960 select-frame wrt focus-follows-mouse.
+ − 1961
+ − 1962 1998-04-30 Martin Buchholz <martin@xemacs.org>
+ − 1963
+ − 1964 * Makefile: Support generic makes by avoiding `%' syntax.
+ − 1965 It breaks my heart to uglify the Makefile like this, but this is
+ − 1966 going to be a perpetual FAQ otherwise.
+ − 1967 General cleanup.
+ − 1968 Comment out w3 and vm info rules.
+ − 1969 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH.
+ − 1970
+ − 1971 1998-03-27 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 1972
+ − 1973 * xemacs/frame.texi: Document cursor appearance at end of line.
+ − 1974
+ − 1975 1998-03-14 Hrvoje Niksic <hniksic@srce.hr>
+ − 1976
+ − 1977 * internals/internals.texi (GCPROing): Explain when it is
+ − 1978 necessary to GCPRO function parameters.
+ − 1979
+ − 1980 1998-03-13 Hrvoje Niksic <hniksic@srce.hr>
+ − 1981
+ − 1982 * internals/internals.texi (Writing Lisp Primitives): Updated
+ − 1983 definition of For().
+ − 1984
+ − 1985 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi>
+ − 1986
+ − 1987 * lispref/menus.texi: Use recommended forms in examples.
+ − 1988
+ − 1989 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 1990
+ − 1991 * cl.texi (Creating Symbols): Tell a little bit about the new
+ − 1992 handling of gensyms.
+ − 1993
+ − 1994 1998-02-21 Greg Klanderman <greg@alphatech.com>
+ − 1995
+ − 1996 * xemacs/custom.texi (X Resources): update to describe automatic
+ − 1997 setting of x-emacs-application-class.
+ − 1998
+ − 1999 * lispref/x-windows.texi (Resources): update doc for
+ − 2000 x-emacs-application-class.
+ − 2001
+ − 2002 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 2003
+ − 2004 * cl.texi (Equality Predicates): Update to reflect change to
+ − 2005 `equalp' made in "cl-extra.el" - now compares characters case
+ − 2006 insensitively.
+ − 2007
+ − 2008 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
+ − 2009
+ − 2010 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form.
+ − 2011
+ − 2012 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 2013
+ − 2014 * lispref/display.texi (Beeping): Linux has sound too.
+ − 2015
+ − 2016 1998-02-19 Hrvoje Niksic <hniksic@srce.hr>
+ − 2017
+ − 2018 * cl.texi (Argument Lists): Keywords are handled specially by
+ − 2019 XEmacs.
+ − 2020 (Porting Common Lisp): XEmacs backquotes are OK.
+ − 2021
+ − 2022 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 2023
+ − 2024 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader
+ − 2025 syntax for integers.
434
+ − 2026 From Adrian Aichner <adrian@xemacs.org>
428
+ − 2027 * cl.texi (Porting Common Lisp): ' '
+ − 2028 * lispref/numbers.texi (Numbers): ' '
+ − 2029
+ − 2030 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 2031
+ − 2032 * lispref/searching.texi (Regular Expressions): Document the
+ − 2033 recent regular expression syntax extensions.
+ − 2034
+ − 2035 1998-02-10 Olivier Galibert <galibert@pobox.com>
+ − 2036
+ − 2037 * internals/internals.texi: Remove all mocklisp references.
+ − 2038
+ − 2039 1997-12-17 SL Baur <steve@altair.xemacs.org>
+ − 2040
+ − 2041 * Makefile (SUBDIR): skk and gnats are packaged.
+ − 2042
+ − 2043 * lispref/intro.texi (Acknowledgements): Update to v3.3.
+ − 2044
+ − 2045 * lispref/lispref.texi: Update to 20.5/v3.3.
+ − 2046
+ − 2047 1997-12-10 SL Baur <steve@altair.xemacs.org>
+ − 2048
+ − 2049 * Makefile: Don't stop on errors.
+ − 2050
+ − 2051 1997-12-06 SL Baur <steve@altair.xemacs.org>
+ − 2052
+ − 2053 * Makefile: add skk manual.
+ − 2054
+ − 2055 1997-11-29 SL Baur <steve@altair.xemacs.org>
+ − 2056
+ − 2057 * internals/internals.texi (XEmacs): Updated history section.
+ − 2058
+ − 2059 1997-11-28 SL Baur <steve@altair.xemacs.org>
+ − 2060
+ − 2061 * lispref/compile.texi (Compilation Functions): Plug in the real
+ − 2062 return value.
+ − 2063 (Speed of Byte-Code): Ditto.
+ − 2064 (Compilation Functions): Ditto.
+ − 2065 (Compiled-Function Objects): Ditto.
+ − 2066 (Speed of Byte-Code): Increase loop counter by factor of 50 (the
+ − 2067 previous value was embarrassing).
+ − 2068
+ − 2069 1997-11-21 SL Baur <steve@altair.xemacs.org>
+ − 2070
+ − 2071 * Makefile (srcs): vhdl-mode has been packaged.
+ − 2072
+ − 2073 1997-11-15 SL Baur <steve@altair.xemacs.org>
+ − 2074
+ − 2075 * lispref/windows.texi (scroll-conservatively): Fix typo.
+ − 2076
+ − 2077 1997-11-12 Hrvoje Niksic <hniksic@srce.hr>
+ − 2078
+ − 2079 * lispref/commands.texi (Working With Events): Document fully.
+ − 2080
+ − 2081 * lispref/windows.texi (Vertical Scrolling): Document
+ − 2082 scroll-conservatively.
+ − 2083
+ − 2084 1997-11-09 Hrvoje Niksic <hniksic@srce.hr>
+ − 2085
+ − 2086 * lispref/extents.texi (Intro to Extents): Minor correction.
+ − 2087 (Extent Properties): Document `extent-keymap'.
+ − 2088
+ − 2089 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 2090
+ − 2091 * xemacs/mule.texi (Mule): Modify description about supported
+ − 2092 scripts.
+ − 2093
+ − 2094 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 2095
+ − 2096 * xemacs/mule.texi: Add description for
+ − 2097 `universal-coding-system-argument'.
+ − 2098
+ − 2099 1997-10-31 SL Baur <steve@altair.xemacs.org>
+ − 2100
+ − 2101 * internals/internals.texi: XEmacs 19.16 is released.
+ − 2102
+ − 2103 1997-10-30 SL Baur <steve@altair.xemacs.org>
+ − 2104
+ − 2105 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have
+ − 2106 been packaged.
+ − 2107
+ − 2108 1997-10-22 Hrvoje Niksic <hniksic@srce.hr>
+ − 2109
+ − 2110 * xemacs-faq.texi: Added the detailed menu listing.
+ − 2111
+ − 2112 * lispref/extents.texi (Extent Properties): Documented
+ − 2113 `set-extent-properties'.
+ − 2114
+ − 2115 * xemacs/custom.texi (Face Customization): Updated for XEmacs.
+ − 2116
+ − 2117 1997-10-07 SL Baur <steve@altair.xemacs.org>
+ − 2118
+ − 2119 * xemacs-faq.texi (Q1.3.7): Update Russion URLs.
+ − 2120 From Rebecca Ore <rebecca.ore@op.net>
+ − 2121
+ − 2122 * lispref/databases.texi (Connecting to a Database): Describe
+ − 2123 valid types of `type' and `subtype'.
+ − 2124 From Raymond Toy <toy@rtp.ericsson.se>
+ − 2125
+ − 2126 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 2127
+ − 2128 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed
+ − 2129 reference to (emacs) into a reference to (xemacs).
+ − 2130
+ − 2131 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 2132
+ − 2133 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu
+ − 2134 to prevent line wrap.
+ − 2135
+ − 2136 1997-09-27 SL Baur <steve@altair.xemacs.org>
+ − 2137
+ − 2138 * gnats/flowchart.eps: New file.
+ − 2139
+ − 2140 1997-09-23 Hrvoje Niksic <hniksic@srce.hr>
+ − 2141
+ − 2142 * xemacs/custom.texi (Easy Customization): Ditto.
+ − 2143
+ − 2144 * xemacs/xemacs.texi (Top): Added pointer to easy customization.
+ − 2145
+ − 2146 1997-09-18 SL Baur <steve@altair.xemacs.org>
+ − 2147
+ − 2148 * internals/Makefile (../../info/$(NAME).info): Warn and clean up
+ − 2149 if someone hasn't upgraded makeinfo.
+ − 2150
+ − 2151 * Makefile (EMACS): Refer to xemacs binary in source tree.
+ − 2152 * tm/Makefile (EMACS): Ditto.
+ − 2153
+ − 2154 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 2155
+ − 2156 * cl.texi (Type Predicates): Update for corrected handling of
+ − 2157 `string-char' and `character'.
+ − 2158
+ − 2159 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
+ − 2160
+ − 2161 * cc-mode.texi:
+ − 2162 In FAQ section, document use of c-mode-base-map instead of c-mode-map.
+ − 2163
+ − 2164 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org>
+ − 2165
+ − 2166 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode.
+ − 2167
+ − 2168 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org>
+ − 2169
+ − 2170 * cc-mode.texi:
+ − 2171 Added description of template-args-cont syntactic symbol
+ − 2172
+ − 2173 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org>
+ − 2174
+ − 2175 * cc-mode.texi: Describe support for idl-mode
+ − 2176
+ − 2177 * cc-mode.texi:
+ − 2178 Document c-initialization-hook. Also rewrite the "Getting Connected"
+ − 2179 section on byte compiling the source.
+ − 2180
+ − 2181 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 2182
+ − 2183 * lispref/streams.texi: "Output Streams", change `last-output'
+ − 2184 result list from integers to characters.
+ − 2185
+ − 2186 * lispref/minibuf.texi: "Object from Minibuffer", correction.
+ − 2187
+ − 2188 * lispref/minibuf.texi: "Minibuffer History", add
+ − 2189 `Info-minibuffer-history', `Manual-page-minibuffer-history', and
+ − 2190 short paragraph refering to `M-x apropos'.
+ − 2191
+ − 2192 1997-07-17 Steven L Baur <steve@altair.xemacs.org>
+ − 2193
+ − 2194 * Makefile: makeinfo-1.68 is verified to work.
+ − 2195
+ − 2196 * tm/Makefile (../../info/%-ja.info): Die if not running
+ − 2197 XEmacs/Mule.
+ − 2198 (../../info/%-en.info): Inherit setting of MAKEINFO.
+ − 2199
+ − 2200 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org>
+ − 2201
+ − 2202 * cc-mode.texi:
+ − 2203 Describe the variable c-indent-comments-syntactically-p.
+ − 2204
+ − 2205 1997-07-15 Steven L Baur <steve@altair.xemacs.org>
+ − 2206
+ − 2207 * internals/internals.texi (Top): Convert Buffer@'s node name to
+ − 2208 `Buffer's' because the former confuses makeinfo.
+ − 2209
+ − 2210 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
+ − 2211
+ − 2212 * cc-mode.texi: Fixed spelling of Texinfo
+ − 2213
+ − 2214 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2215
+ − 2216 * lispref/files.texi (Writing to Files): Correct docstring of
+ − 2217 write-region.
+ − 2218
+ − 2219 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2220
+ − 2221 * lispref/annotations.texi (Annotation Primitives):
+ − 2222 `delete-annotation' does not return the deleted annotation.
+ − 2223
+ − 2224 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2225
+ − 2226 * lispref/lispref.texi: Correct release dates.
+ − 2227
+ − 2228 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2229
+ − 2230 * lispref/files.texi (File Name Expansion): Update documentation
+ − 2231 of file-relative-name.
+ − 2232
+ − 2233 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2234
+ − 2235 * lispref/lispref.texi: Update version numbers (with patches from
+ − 2236 Hrvoje Niksic).
+ − 2237
+ − 2238 * lispref/building.texi (Building XEmacs): Update version numbers
+ − 2239 and build identification.
+ − 2240
+ − 2241 * lispref/intro.texi (Introduction): Update version number.
+ − 2242
+ − 2243 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2244
+ − 2245 * Makefile (srcs): Add efs.texi.
+ − 2246
+ − 2247 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2248
+ − 2249 * Makefile (srcs): Add hm--html-mode.texi.
+ − 2250
+ − 2251 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2252
+ − 2253 * gnats/Makefile (gnats_srcs): New manuals for GNATS.
+ − 2254
+ − 2255 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2256
+ − 2257 * lispref/strings.texi (Text Comparison): Correct example for
+ − 2258 `char-equal'. Add new function `char='.
+ − 2259
+ − 2260 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2261
+ − 2262 * Makefile: Update for new texinfo manual.
+ − 2263
+ − 2264 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2265
+ − 2266 * Makefile (../info/w3.info): Use special version of makeinfo
+ − 2267 since this manual is not backwards compatible.
+ − 2268 Clean up error handling so we only have to type make once to
+ − 2269 rebuild the info tree.
+ − 2270 (../info/vm.info): Make sure to continue in the event of error.
+ − 2271
+ − 2272 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2273
+ − 2274 * auctex/Makefile: Added `mostlyclean' and `distclean' target.
+ − 2275
+ − 2276 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2277
+ − 2278 * Makefile (auctex): New subdirectory target.
+ − 2279
+ − 2280 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com>
+ − 2281
+ − 2282 * mule/languages.texi: Correct typo.
+ − 2283
+ − 2284 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2285
+ − 2286 * Makefile (srcs): Add custom and widget to srcs.
+ − 2287
+ − 2288 * lispref/extents.texi (Intro to Extents): Removed erroneous
+ − 2289 reference to `start-glyph' property.
+ − 2290
+ − 2291 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
+ − 2292
+ − 2293 * widget.texi: New file.
+ − 2294
+ − 2295 * custom.texi: New file.
+ − 2296
+ − 2297 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2298
+ − 2299 * lispref/extents.texi (Duplicable Extents): replicable extents
+ − 2300 are history.
+ − 2301
+ − 2302 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 2303
+ − 2304 * xemacs-faq.texi (Q1.1.1): Correct typos.
+ − 2305
+ − 2306 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com>
+ − 2307
+ − 2308 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the
+ − 2309 XEmacs manual available.
+ − 2310 (Q4.6.1): Updated Infodock Information.
+ − 2311
+ − 2312 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM>
+ − 2313
+ − 2314 * vhdl-mode.texi: Correct typo in email address.
+ − 2315
+ − 2316 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM>
+ − 2317
+ − 2318 * Makefile (srcs): Add vhdl-mode.
+ − 2319
+ − 2320 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com>
+ − 2321
+ − 2322 * Makefile (realclean): Don't delete itself `make distclean'
+ − 2323
+ − 2324 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump.
+ − 2325
+ − 2326 * Makefile: New File.
+ − 2327
+ − 2328 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
+ − 2329
+ − 2330 * vhdl-mode.texi: New file.
+ − 2331
+ − 2332 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu)
+ − 2333
+ − 2334 * texinfo.tex: Delete spurious character at beginning.
+ − 2335
+ − 2336 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
+ − 2337
+ − 2338 * emacs.tex: Corrected two typos. No other changes before
+ − 2339 Version 19 will be made.
+ − 2340
+ − 2341 * vip.texinfo: Removed menu entry Adding Lisp Code in node
+ − 2342 Customization since the menu entry did not point to anything.
+ − 2343 Also added an @finalout command to remove overfull hboxes from the
+ − 2344 printed output.
+ − 2345
+ − 2346 * cl.texinfo: Added @bye, \input line and @settitle to file.
+ − 2347 This file is clearly intended to be a chapter of some other work,
+ − 2348 but the other work does not yet exist.
+ − 2349
+ − 2350 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
+ − 2351
+ − 2352 * texinfo.texinfo: Three typos corrected.
+ − 2353
+ − 2354 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph)
+ − 2355
+ − 2356 * texindex.c (indexify): when comparing to initial strings to
+ − 2357 decide whether to change the header, must use `strncmp' to avoid
+ − 2358 comparing entire strings of which initials are a substring.
+ − 2359
+ − 2360 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
+ − 2361
+ − 2362 * texindex.c (sort_in_core, sort_offline, parsefile):
+ − 2363 Give up on input file if any line doesn't start with backslash.
+ − 2364
+ − 2365 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
+ − 2366
+ − 2367 * emacs.tex: Update information for obtaining TeX distribution from the
+ − 2368 University of Washington.