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