1146
+ − 1 to 21.5.10 "burdock"
+ − 2
1187
+ − 3 Please accept my apologies for the very long wait between releases
+ − 4 this time around. My PC chose the 21.5.10 development cycle to go up
+ − 5 in a sickening cloud of smoke. :-( (Steve Youngs <youngs@xemacs.org>)
+ − 6
+ − 7 Lots of updates from Ben Wing (as always), also from Andy Piper, Mike
+ − 8 Sperber, and Stephen Turnbull with lots of documentation updates and
+ − 9 fixes. One new exciting addition in this release is that the LDAP and
+ − 10 PostgreSQL code has been extracted out of the core C code and moved to
+ − 11 DSO's. We have Jerry James to thank/blame/worship for that.
+ − 12
+ − 13 Build
+ − 14
+ − 15 -- Reset sheap-adjustment to zero - Piper.
+ − 16 -- Make --pdump default to yes on Linux - Turnbull.
+ − 17 -- Only use -Wpacked in GCC v3 - Wing.
+ − 18 -- Remove LISP_FLOAT_TYPE definition. - James.
+ − 19 -- Temporarily disable DSO's under Cygwin - Wing.
+ − 20 -- Updates to DSO building code (Makefile.in, configure.in etc) - Wing, James.
+ − 21 -- Separate compiler warning flags from CFLAGS - Wing.
+ − 22 -- Delete auto-autoloads.e* & custom-load.e* on 'make clean' - Turnbull.
+ − 23 -- Disable detection of 'getaddrinfo' for HP-UX 11.XX - Turnbull.
+ − 24 -- Include modules directories in 'make tags' - Youngs.
+ − 25 -- Fix shadowing warnings in make-docfile.c - Wing.
+ − 26 -- Move the common stuff from postgresql/ldap Makefile.in.in &
+ − 27 configure.ac's into a "common" Makefile and configure script -
+ − 28 Wing.
+ − 29 -- Major cleanup of ellcc - Wing, James.
+ − 30 -- Add Makefile var to pick up '--site-libraries' in DSO's - Youngs.
+ − 31 -- Avoid unnecessary deviations from UNIX 'describe-installation' in
+ − 32 xemacs.mak - Aichner.
+ − 33 -- Don't confirm overwriting files in xemacs.mak - Aichner.
+ − 34 -- Support 'xemacs_extra_name' in xemacs.mak - Aichner.
+ − 35 -- Some gcc/g++ 3 fixes - Wing.
+ − 36 -- Warning fixes - Wing.
+ − 37 -- Fix some C++ errors - Wing.
+ − 38 -- Allow for C needing volatile and C++ that can't have volatile,
+ − 39 remove previous volatile hacks - Wing.
+ − 40 -- Try for a working Cygwin build with old unexec - Wing.
+ − 41 -- Warning suppression - Turnbull.
+ − 42 -- New Mule character class regexp tests - Turnbull, Ueno.
+ − 43 -- Better handling of known bugs in tests - Turnbull.
+ − 44 -- Add test for stale subexpr match-data - Turnbull.
+ − 45 -- Update syntax-table tests - Turnbull.
+ − 46 -- Add word-boundary regexp tests - Turnbull.
+ − 47
+ − 48 Documentation
+ − 49
+ − 50 -- Updates to PROBLEMS file
+ − 51 Running/Linux - Lesstif 0.93.36 - Turnbull
+ − 52 Running/IRIX - Irix 6.5 coredumps - Turnbull
+ − 53 Running/Cygwin - "No cygXpm-noX" fatal error - Turnbull
+ − 54 Missing charsets - Remove ambiguity - Turnbull
+ − 55 Running, General - FontSet warnings - Turnbull
+ − 56 MacOS/X - Stack limitation - Turnbull
+ − 57 Digital Unix - Generalise - Turnbull
+ − 58 AIX - USE_KKCC lossage - Turnbull.
+ − 59 -- Update instructions in info/dir - Wallington.
+ − 60 -- Recommend TeXinfo 4.2 in INSTALL - Turnbull.
+ − 61 -- Add example in sample.Xdefaults - Boffi.
+ − 62 -- Typo fixes - Yamaoka, Youngs, Turnbull, Wing.
+ − 63 -- Docstring fixes - Turnbull, Piper, Skytt�, Wing.
+ − 64 -- Update description of XEmacs Patches and Design ML's - Turnbull.
+ − 65 -- Incorportate ChangeLog.X into ChangeLog - Wing.
+ − 66 -- FAQ additions/amendments:
+ − 67 Debugging FAQ improvements - Wing.
+ − 68 Mention union type bugs - Turnbull.
+ − 69 Debugging HOWTO improvements - Turnbull.
+ − 70 Decoding Lisp objects in the debugger - Turnbull.
+ − 71 Fix location of FAQ on website - Skytt�.
+ − 72 Add missing menu entry for Q3.2.7 - Verna.
+ − 73 Displaying non-ASCII - Turnbull.
+ − 74 Mention bug report commands - Turnbull.
+ − 75 Revise Q1.3.[1-6] - Turnbull.
+ − 76 New FAQ for "no cygXpm-noX" fatal error - Turnbull.
+ − 77 -- New TeXinfo nodes:
+ − 78 "Widget Internals" - Turnbull.
+ − 79 "Simple Specifier Usage" - Turnbull.
+ − 80 "Compilation Options" - Turnbull.
+ − 81 -- Document charset Unification and Tables - Turnbull.
+ − 82 -- Better short description of Mule in Mule submenu - Turnbull.
+ − 83 -- Regression Testing XEmacs design hints & rewrite - Turnbull.
+ − 84 -- Document 'face-frob-from-locale-first' - Golubev.
+ − 85 -- Document 'set-face-background-pixmap-file' - Verna.
+ − 86 -- Add urefs to Doug Lea's * Wolfram Gloger's home pages in "Low-Level
+ − 87 Modules" - Turnbull.
+ − 88 -- Update "Available Packages" - Skytt�.
+ − 89 -- Document 'append' arg of 'add-to-list' - Skytt�.
+ − 90 -- Add optimisation hints in "Techniques for XEmacs Developers" - Turnbull.
+ − 91
+ − 92 Internals
+ − 93
+ − 94 -- Add *menubar*FontSet and *popup*FontSet entries - Turnbull, Skytt�.
+ − 95 -- Extract ldap and postgresql code from core and put them into DSO's - James.
+ − 96 -- 'Fset_window_point' Correct to GNU/Emacs behaviour (fixes some bugs
+ − 97 in Gnus) - Wing.
+ − 98 -- Inhibit GC in critical sections - Wing.
+ − 99 -- Fix calculation in 'report_sheap_usage' - Piper.
+ − 100 -- Implement and use new var 'garbage_collection_messages' - Wallington.
+ − 101 -- Fix 'open_database' for Berkeley DB 4.1.x - Allen.
+ − 102 -- Updates to frame code - Sperber.
+ − 103 -- Change C debugger entrance: error message, then stack trace, then
+ − 104 exiting message, then force debugger - Wing.
+ − 105 -- Use EQ not EQUAL in 'mswindows_init_frame_1' - Wing.
+ − 106 -- Better redisplay-related asserts - Wing.
+ − 107 -- Don't generate large warning strings when they'll be discarded - Wing.
+ − 108 -- Implement 'debug-on-error' as documented - Wing.
+ − 109 -- Fix docs relating to QUIT which can't GC under any circumstances - Wing.
+ − 110 -- More robust package compilation and debugging - Wing.
+ − 111 -- Overhaul profile code - Wing.
+ − 112 -- Fix crashes due to incorrectly ported GNU/Emacs code - Wing.
+ − 113 -- Clean up realpath.c - Wing.
+ − 114 -- DdeCreateStringHandle needs to be manual due to new Cygwin bug - Wing.
+ − 115 -- Fix some Cygwin complaints - Wing.
+ − 116 -- Unconditionally use LISP_FLOAT_TYPE code - James.
+ − 117 -- Improve crash message in 'shut_down_emacs' - Turnbull.
+ − 118 -- Update NAS code for NAS 1.6 and later - Toy.
+ − 119 -- Fix "unused variable" warnings in mule-canna.c - Turnbull.
+ − 120 -- Prototype 'enqueue_focus_event' - Turnbull.
+ − 121 -- Use BORDER_FIDDLE_FACTOR instead of 10 in 'layout_layout' - Piper.
+ − 122 -- Add optional 'noerror' arg to 'Frequire' - Wallington.
+ − 123 -- Only resize 'layout_query_geometry' dynamically if static sizes
+ − 124 haven't been set - Piper.
+ − 125 -- Fix infloop upon a gdm logout - Sigelman.
+ − 126 -- Fix scope of 'num_nonshy_regs' - Turnbull.
+ − 127 -- Fix "stale match data" bug - Turnbull.
+ − 128 -- Don't call 'XtDisplay' on a destroyed widget - Golubev.
+ − 129 -- Update specifier code - Sperber.
+ − 130 -- Update process code - Sperber.
+ − 131 -- Move ldap/postgresql code out to DSO's - James.
+ − 132 -- Normalise Ffile_truename and drive spec on cygwing to win32 format
+ − 133 - Piper.
+ − 134 -- Use 'closesocket' instead of 'CloseHandle' in 'winsock_closer' - Alexander.
+ − 135 -- Coding system updates - Ikiuo.
+ − 136
+ − 137 Lisp API
+ − 138
+ − 139 -- Update window-xemacs.el to fix 'goto-line' - Wing.
+ − 140 -- Add garbage collection messages - Wallington.
+ − 141 -- Re-implement window configurations in Emacs Lisp - Sperber.
+ − 142 -- Enhance background-pixmap-file code - Verna.
+ − 143 -- New macro 'save-window-excursion' to eventually replace bytecode
+ − 144 instruction - Sperber.
+ − 145 -- Move window.el et al up the order in dumped-lisp.el - Sperber.
+ − 146 -- Don't use 'save-window-excursion' in
+ − 147 'shrink-window-if-larger-than-buffer' - Sperber.
+ − 148 -- Updates to pixel-size code in dialog.el - Sperber.
+ − 149 -- Remove nonworking 'breakpoint-on-error' - Wing.
+ − 150 -- Extract out 'with-displaying-help-buffer' into a more general mechanism
+ − 151 - Wing.
+ − 152 -- Don't catch errors when noninteractive in startup.el - Wing.
+ − 153 -- Fix warnings in code-files.el, loadhist.el, & package-get.el - Wing.
+ − 154 -- Simplify code in '*-reset-device-font-menus' - James.
+ − 155 -- Synch font-menu.el to the 21.4 version - Turnbull.
+ − 156 -- Preserve return value from 'call-process' - Sperber.
+ − 157 -- New functions in replace.el that operate on regions - Evans.
+ − 158 -- Run 'delete-frame-hook' in general dialogs only - Piper.
+ − 159 -- Add a margin parameter in autoload.el for DSO autoloads - James.
+ − 160 -- Conditionalise autoloads for DSO's on the existence of the DSO - James.
+ − 161 -- Always set module directories/paths in dump-paths.el - James.
+ − 162 -- Bring list of package sites up to date - Skytt�.
+ − 163 -- Add "Find Variable" menu entry for 'hyper-apropos-find-variable' -
+ − 164 Wallington
+ − 165 -- Fix 'view-lossage' interactive spec - Wallington.
+ − 166 -- Synch 'with-output-to-string' with GNU/Emacs 21 - Wallington.
+ − 167 -- Bind C-xrd to 'delete-rectangle' - Yamaoka.
+ − 168 -- Move entries in 'auto-mode-alist' out to packages for the modes
+ − 169 that are in packages - Skytt�
+ − 170 -- New compatible alias for 'lookup-syntax-properties'
+ − 171 ('parse-sexp-lookup-properties') - Turnbull.
+ − 172 -- Enable C autoloads for DSO's - James.
+ − 173 -- Update revert-buffer code - Piper.
+ − 174 -- Add new coding system 'utf-8-bom' - Ikiuo.
+ − 175
+ − 176
981
+ − 177 to 21.5.9 "brussels sprouts"
+ − 178
+ − 179 The main thrust of this release is the new GC algorithms. If you want
+ − 180 to test this out configure with '--use-kkcc'.
+ − 181
+ − 182 There are of course, the usual swag of bug fixes, typo fixes, and
+ − 183 document updates.
+ − 184
+ − 185 -- Add an extra element to the version string that can be used to
+ − 186 include a date in the version string - Youngs.
+ − 187 -- Improve help string for --with-widgets configure option - Skytt�.
+ − 188 -- Define runtime & build problems, and rewrite "Hannibal Lecter"
+ − 189 stuff in PROBLEMS - Turnbull.
+ − 190 -- Add builtin and constant faces to font-lock-face-list - Skytt�.
+ − 191 -- Japanese language fixes - Yamaoka.
+ − 192 -- Fix find-library to allow Mule XEmacsen to find compressed
+ − 193 libraries - Youngs.
+ − 194 -- New alias for 'delete-indentation' (join-line) - Wallington.
+ − 195 -- Support docstring for define-derived-mode - Turnbull
+ − 196 -- Doc fix for keybindings in term.texi and misc.texi - Skytt�.
+ − 197 -- Bring package list up to date in packages.texi - Skytt�.
+ − 198 -- Document purecopy as a no-op - Josefsson.
+ − 199 -- New document chapter "Regression Testing XEmacs" - Turnbull.
+ − 200 -- Add "USE_KKCC" option to ./nt/xemacs.mak - Aichner.
+ − 201 -- New GC algorithms implemented (Turn them on with --use-kkcc
+ − 202 configure option) - Sperber, Crestani, Kaltenbach, Bush.
+ − 203 -- Define HAVE_WCHAR_H for native Win32 builds - Harris.
+ − 204 -- Fix x_locate_pixmap_file make sure path is not 0 - MacLennan.
+ − 205 -- Fix memory leak - Verna.
+ − 206 -- Add missing call to 'xfree (newname)' in 'make_coding_system_1
+ − 207 - Verna.
+ − 208 -- Fix --with-mule --with-gtk builds - Barta.
+ − 209 -- Make SEPCHAR a required arg to Fsplit_string_by_char - Palmer.
+ − 210 -- Make locate_file indicate success with nonnegative return if MODE
+ − 211 is nonnegative - James.
+ − 212 -- Fix splitting window horizontally not splitting evenly - James.
+ − 213 -- ORDINARY_LINK OK for Linux - James.
+ − 214 -- Don't bogusly reinitialise ascii_character property in
+ − 215 maybe_define_x_key_as_self_inserting_character - Astapov.
+ − 216 -- Add warning to SOE_DEBUG about not using until debugging functions
+ − 217 are rewritten - Turnbull.
+ − 218 -- Update 'do_autoload' to GCPRO both arguments - Turnbull.
+ − 219 -- Update automated tests so they don't barf if required packages
+ − 220 aren't present - Turnbull.
+ − 221 -- Organise NSIG setting code for SVR4 in a better way - James.
+ − 222 -- Various typo fixes - Skytt�, Turnbull, James.
+ − 223
+ − 224
933
+ − 225 to 21.5.8 "broccoli"
+ − 226
+ − 227 Lots of fixes and changes. This release is primarily been done to
+ − 228 make way for the new GC stuff from Mike Sperber.
+ − 229
+ − 230 CHANGES now uses surnames as listed in the ChangeLogs to identify
+ − 231 contributors. And I haven't sorted the changes into different
+ − 232 categories. Maybe next release...
+ − 233
+ − 234 -- New configure option "--use-kkcc" for the upcoming new GC
+ − 235 algorithms - Sperber.
+ − 236 -- Identify "--with-modules" as an autodetected configure option -
+ − 237 James.
981
+ − 238 -- Add a couple of configuration questions to PROBLEMS - Turnbull.
933
+ − 239 -- Test for wchar.h in configure - Sperber.
+ − 240 -- Update package-index files - Youngs.
+ − 241 -- s/Xemacs/XEmacs/ doc fixes - Aichner.
+ − 242 -- Sync make-docfile.c with GNU - James.
+ − 243 -- Updates to gutter-items - Palmieri.
+ − 244 -- Sync setenv with GNU - Wallington.
+ − 245 -- Remove package-get's dependence on APEL - Youngs.
+ − 246 -- Fix case fold bug in replace-in-string - Verna.
+ − 247 -- Updates to code-process.el and process.el - Alexander.
+ − 248 -- Updates to mule/kinsoku.el - Yamaoka.
+ − 249 -- Updates to define-derived-mode - Wallington.
+ − 250 -- Printer fixes - Piper.
+ − 251 -- Updates to window-xemacs.el & frame.el - James.
+ − 252 -- Doc fix gutter-items.el - Piper.
+ − 253 -- Sync ":set-after" in custom with GNU - Piper.
+ − 254 -- Sort the lists in enabled-behavior-list - Galibert
+ − 255 -- Updates to lwlib-Xm.c - Piper.
+ − 256 -- Various doc fixes to the TeXinfo docs - Aichner.
+ − 257 -- GC fixes - Sperber.
+ − 258 -- Updates to lisp.h, symbols.c for DSO's - James.
+ − 259 -- Fix to mswindows_need_event - Alexander.
981
+ − 260 -- Declare Fcdr_safe to be callable from C - Turnbull.
933
+ − 261 -- Ffunctionp return nil for autoloaded macros & keymaps - Niksic.
+ − 262 -- Subwindow fixes - Ueno.
+ − 263 -- Include wchar.h only if available, define wclsen if not - Sperber.
+ − 264 -- Fixes to Fstart_process_internal - Sperber.
+ − 265 -- Fixes to init_ralloc for pdump - Sperber.
+ − 266 -- Remove duplicated definition of Lisp_Devmode - Bush.
+ − 267 -- Fixes to toolbar/redisplay - Piper.
+ − 268 -- Windows DDE fixes - Moore.
+ − 269 -- Fixes to 'query_string_geometry' and 'widget_logical_unit_height' -
+ − 270 Piper.
+ − 271 -- Fix problem with XEmacs freezing with certain virtual window
+ − 272 managers on Windows - Rankin.
+ − 273 -- Conditionalise calls to syms_of_dired_mswindows &
+ − 274 vars_of_dired_mswindows on WIN32_NATIVE instead of HAVE_MSW_C_DIRED
+ − 275 - Harris.
+ − 276 -- Process related fixes - Sperber.
+ − 277 -- Fix #includes in input-method-motif.c - Galibert.
+ − 278 -- Fixes to automated tests - Sperber.
+ − 279
+ − 280
891
+ − 281 to 21.5.7 "broccoflower"
+ − 282
+ − 283 CHANGES now uses @xemacs.org alias to identify contributors. If the
+ − 284 contributor doesn't have one (that I know about), the full name from
+ − 285 the ChangeLog is used.
+ − 286
+ − 287 UI changes and runtime bugs
+ − 288
+ − 289 -- Add: ask "yes/no/diff" question when recovering; known problem: dialog
+ − 290 is modal, so you can't scroll the diff -- ben
+ − 291 -- Add: balloon help for package-ui -- youngs
+ − 292 -- Add: global-abbrev-mode, defining-abbrev-turns-on-abbrev-mode -- ben
+ − 293 -- Add: lots of new menubar items -- ben
+ − 294 -- Add: new winclient for MS Windows -- acs
+ − 295 -- Add: option kill-word-into-kill-ring controls whether words are "cut"
+ − 296 into the kill ring, or "cleared" into nothingness -- ben
+ − 297 -- Add: revert-buffer optimization for unchanged files -- andy
+ − 298 -- Add: undo-all-changes back to the beginning -- ben
+ − 299 -- Fix: M-C-backslash does indent-region-or-balanced-expression, S-Tab
+ − 300 inserts a TAB char -- ben
+ − 301 -- Fix: Cmds menu so that most used commands appear directly on the menu and
+ − 302 less used commands appear in submenus -- ben
+ − 303 -- Fix: NILP(lim) crash in search.c -- mike
+ − 304 -- Fix: STACK_TRACE_EYE_CATCHER now visible in MS Windows traces -- jonathan
+ − 305 -- Fix: XmProcessTraversal crash -- stephen
+ − 306 -- Fix: avoid infinite loop in extent code -- ben
+ − 307 -- Fix: crash due to errant xfree() -- ben
+ − 308 -- Fix: crash in gtk_popup_menu -- wmperry
+ − 309 -- Fix: crashes due to excessive alloca -- ben
+ − 310 -- Fix: detection of metric units on MS Windows -- jonathan
+ − 311 -- Fix: don't output bell as ^G in console-stream when not a TTY -- ben
+ − 312 -- Fix: improve MS Windows printer support -- andy
+ − 313 -- Fix: improve appearance for gutters and dialogs -- andy
+ − 314 -- Fix: improve lisp-mode indentation handling -- ben
+ − 315 -- Fix: interprogram cut functions now don't add selection twice -- stephen
+ − 316 -- Fix: many netinstaller improvements -- andy
+ − 317 -- Fix: popup dialogs on MS Windows -- andy
+ − 318 -- Fix: recover-session only shows session files with recoverable files,
+ − 319 and in chronological order -- ben
+ − 320 -- Fix: save customized values MUCH faster and in alphabetic order,
+ − 321 custom-save-pretty-print turns on/off pretty-printing values
+ − 322 -- Nickolay Pakoulin
+ − 323 -- Fix: semicolons inside strings are not comments in lisp-mode -- ben
+ − 324 -- Fix: short filename handling on Windows -- Peter Arius
+ − 325 -- Fix: some crashes in syntax code -- ben
+ − 326 -- Fix: some crashes with multibyte text -- ben
+ − 327 -- Fix: two frames displaying the buffer, in different places; in one,
+ − 328 temporarily switch away to another buffer and then back, and your position
+ − 329 has been reset to the other one in the other frame -- ben
+ − 330 -- Fix: update installed.db after updating packages -- andy
+ − 331
+ − 332 Documentation
+ − 333
+ − 334 -- Add: New FAQs -- stephen, adrian
+ − 335 -- Add: New or improved code and documentation in sample.init.el -- ben,
+ − 336 stephen
+ − 337 -- Add: PROBLEMS: Hannibal Lecter crash, EFS AUTH failure, mail locking
+ − 338 -- stephen
+ − 339 -- Add: etc/TUTORIAL.se -- Mats Lidell
+ − 340 -- Add: new Internals manual nodes -- ben, stephen, darrylo
+ − 341 -- Add: why modules don't use RTLD_GLOBAL -- james
+ − 342 -- Fix: README.integral-types doc moved to Internals, code moved to
+ − 343 README.global-renaming -- ben
+ − 344 -- Fix: README.packages: info about --package-path -- ben
+ − 345 -- Fix: improve docstrings and comments -- ben, stephen, adrian,
+ − 346 John H. Palmieri
+ − 347 -- Fix: typos, minor updates -- stephen, I. N. Golubev, Frank Schmitt,
+ − 348 adrian, youngs
+ − 349 -- Fix: update etc/BETA -- Jarl Friis
+ − 350 -- Fix: update etc/package-index.LATEST.pgp -- youngs
+ − 351 -- Fix: update photos -- hniksic
+ − 352
+ − 353 Lisp API
+ − 354
+ − 355 -- Add: functions: args-out-of-range, argument-in-range-p,
+ − 356 check-argument-range, indent-balanced-expression-function,
+ − 357 indent-balanced-expression, indent-region-or-balanced-expression,
+ − 358 image-instance-instantiator, truncate-string-with-continuation-dots,
+ − 359 get-user-response, unicode-precedence-list -- ben, stephen
+ − 360 -- Fix: GNU synchs of frame-parameter, makehash, buffer-local-value,
+ − 361 line-beginning-position, line-end-position, with-temp-message,
+ − 362 bound-and-true-p, propertize, delete-and-extract-region, add-to-list,
+ − 363 string-to-char-list, find-non-ascii-charset-region,
+ − 364 find-non-ascii-charset-string, truncate-string-to-width, plist-to-alist,
897
+ − 365 kill-ring-max, kill-new -- John Paul Wallington, youngs, ben, james, ville
+ − 366 -- Add: set-frame-pixel-width, set-frame-pixel-size -- andy
891
+ − 367 -- Add: args to map-specifier, various "heuristic" specifier functions -- ben
+ − 368 -- Fix: call-process moves to Lisp -- ben
+ − 369 -- allows a buffer to be specified for input and stderr output
+ − 370 -- use it on all systems
+ − 371 -- implement C-g as documented
+ − 372 -- clean up and comment
+ − 373 -- call-process-region uses new call-process facilities; no temp file.
+ − 374 -- remove duplicate funs
+ − 375 -- Add: compat.el, preliminary (not working) code -- ben
+ − 376 -- Add: handle subprocess stderr separately (src/ChangeLog 2002-05-28) -- ben
+ − 377 -- Add: new error trapping mechanism (src/ChangeLog 2002-05-28) -- ben
+ − 378 -- Add: pixel-based sizing APIs: set-frame-pixel-height,
+ − 379 -- Add: preliminary support for ELL autoloads -- james
+ − 380 -- Add: toolbar face -- wmperry
+ − 381 -- Add: widget "logical-unit" sizing APIs: widget-logical-to-character-width,
+ − 382 widget-logical-to-character-height -- andy
+ − 383 -- Fix: paths-find-architecture-directory searches in
+ − 384 `system-configuration'/`base', not `base'`system-configuration' -- james
+ − 385 -- Fix: default CRLF conversion of process output off -- ben
+ − 386 -- Fix: default value of gethash to Qunbound -- ben
+ − 387 -- Fix: face-handling code (superseded by ben's overhaul) -- jan, andy
+ − 388 -- Fix: layout improvements -- andy
+ − 389 -- Fix: major overhaul of face-handling code -- ben
+ − 390 -- avoid truenaming fonts
+ − 391 -- msw-faces.el APIs now accept names and font instances, return names
+ − 392 -- rewrite frobbing functions in faces.el
+ − 393 -- don't duplicatively set a global specification for the default font
+ − 394 -- remove redundant face lists from x-faces.el and msw-faces.el
+ − 395 -- call init-global-faces under MS Windows!
+ − 396 -- correct weight names in font.el.
+ − 397
+ − 398 Internals
+ − 399
+ − 400 -- Add: new APIs -- ben
+ − 401 -- macros to GCPRO arrays
+ − 402 -- default argument for char tables
+ − 403 -- signal extent changes
+ − 404 -- internal_bind_*, check_specbind_stack_sanity
+ − 405 -- partial support for 8-, 16-, and 32-bit fixed-width text
+ − 406 -- new cons treatment (src/ChangeLog 2002-05-28)
+ − 407 -- rename character types to Itext, Ibyte, Ichar (src/ChangeLog 2002-06-05)
+ − 408 -- rename various identifiers for consistency
+ − 409 -- Add: New GC preparation -- mike, Martin K�bele, Jens M�ller
+ − 410 -- Add: support for fastcall in MS Windows -- ben
+ − 411 -- Fix: ELL APIs -- james
+ − 412 -- load only once
+ − 413 -- no longer use RTLD_GLOBAL
+ − 414 -- Fix: ELLs now use RTLD_NOW instead of RTLD_LAZY -- Andrew Begel
+ − 415 -- Fix: Many Mule changes -- ben
+ − 416 -- Fix: call-process ensures that the argument to `symbol-value-in-buffer'
+ − 417 is a buffer even if `buffer' is a string -- mike
+ − 418 -- Fix: code that outputs into a buffer, use unwind protects, etc. -- ben
+ − 419 -- Fix: complete implementation of some Unicode functions, S-caron test
+ − 420 failure -- stephen
+ − 421 -- Fix: conditionalize code depending on features like toolbar -- jonathan,
+ − 422 Mike Alexander
+ − 423 -- Fix: create new process-synchronize-point to avoid dynamic binding
+ − 424 problems; fix bogosity in setting process sentinels -- ben, mike
+ − 425 -- Fix: make a lot of code use common includes and implementations
+ − 426 (see 2002-06-20 src/ChangeLog) -- ben
+ − 427 -- Fix: move global-map to keydefs.el -- ben
+ − 428 -- Fix: new signal/C-g handling (src/ChangeLog 2002-05-28) -- ben
+ − 429 -- Fix: numerous problems with the case-table implementation -- ben
+ − 430 -- Fix: quoting of native-coding-system in CJK files -- Daiki Ueno
+ − 431 -- Fix: race condition in process handling -- Nix
+ − 432 -- Fix: recover gracefully from internal XOpenDevice failure -- mike
+ − 433 -- Fix: redo syntax cache code -- ben
+ − 434 -- Fix: save-restriction now uses markers -- ben
+ − 435 -- Fix: small bugs -- stephen, ben, andy, martin, Eric Gillespie Jr
+ − 436
+ − 437 Build
+ − 438
+ − 439 -- Add: basic support for handling ISO 2022 doc strings in make-docfile -- ben
+ − 440 -- Add: tmpdir for install, allowing simultaneous run & build -- andy
+ − 441 -- Fix: "Stop Build" in VC++ now works -- Ben
+ − 442 -- Fix: #undef INTERNET_DOMAIN_SOCKETS build of gnuserv -- Greg Steuck
+ − 443 -- Fix: --with-widgets autodetection -- jan
+ − 444 -- Fix: 64-bit support -- Andreas Jaeger, Gregory Steuck
+ − 445 -- Fix: MS Windows Makefile cleanups -- ben, jonathan
+ − 446 -- Fix: MS Windows builds default to pdump -- ben
+ − 447 -- Fix: assorted build breakage -- ben, mike, andy, Malcolm Purvis
+ − 448 -- Fix: check for EOF in make-docfile -- ben
+ − 449 -- Fix: config.h.in organization -- ben
+ − 450 -- Fix: ensure combined X and windows build gets widgets -- andy
+ − 451 -- Fix: implement configure option moduledir -- Mike Fabian
+ − 452 -- Fix: spurious failures in tests -- ben, stephen
+ − 453 -- Fix: test harness now outputs FAIL messages to stderr in batch mode -- ben
+ − 454 -- Fix: test-harness.el now cleans up Check-Message and Check-Error-Message
+ − 455 when done -- stephen
+ − 456 -- Fix: typos and platform specific bugs in configure -- Malcolm Purvis,
+ − 457 galibert, Paul Stodghill
+ − 458 -- Fix: warnings -- ben, wmperry, stephen, didier
+ − 459
803
+ − 460 to 21.5.6 "bok choi"
+ − 461
+ − 462 UI changes and runtime bugs
+ − 463
+ − 464 -- Fix: process waiting on MS Windows -- Mike Alexander
+ − 465 -- Fix: (maybe) GTK progress bar crashes at startup -- William M. Perry
+ − 466 -- Fix: detect printer set up for metric units -- Jonathan Harris
+ − 467 -- Fix: add_charsets_to_precedence_list -- IKEYAMA Tomonori
+ − 468 -- Change: misc menubar -- John Paul Wallington
+ − 469 -- Add: auto-mode-alist: GNUmakefile is a Makefile, "system default"
891
+ − 470 Xdefaults and friends get xrdb-mode -- Ville Skytt�
803
+ − 471 -- From Ben Wing <ben@xemacs.org>.
+ − 472 -- Fix: init_process_io_handles obeys coding-system-for-{read,write}.
+ − 473 -- Fix: bug in md5 handling.
+ − 474 -- Fix: data corruption in print.c from print_depth becoming negative.
+ − 475 -- Fix: "nil channel" in MS Windows magic events crashes.
+ − 476 -- Fix: (tentative) redisplay crash freeing display line structures.
+ − 477 -- Fix: (tentative) TTYs don't work.
+ − 478 -- Fix: too-small SHEAP_ADJUSTMENT on Cygwin (can't run temacs).
+ − 479 -- Fix: hscroll/truncation/continuation glyphs causing "jumping lines".
+ − 480 -- Fix: problem with text files with no newlines ().
+ − 481 -- Fix: errors when opening (e.g.) mule-ucs/lisp/reldata/uiso8859-6.el.
+ − 482 -- Fix: (partial) excess memory use in Unicode processing, esp. at startup
+ − 483 -- Fix: sample.init.el (grep-all-files-in-current-directory-and-below):
+ − 484 Missing argument.
+ − 485 -- Fix: smoother scrolling on MS Windows.
+ − 486 -- Change: Move the menubar frame commands from the View menu to
+ − 487 the File menu, to be consistent with how most other programs do
+ − 488 things. Move less-used revert/recover items to a submenu. Make
+ − 489 "recover" not prompt for a file, but recover the current buffer.
+ − 490 -- Change: implementation of matching font to charset.
+ − 491 -- Change: default MS Windows font to Lucida Console, increase
+ − 492 default frame size on Windows to 50 lines.
+ − 493 -- Add: runtime flag -no-packages inhibits adding package lisp to load-path.
+ − 494 -- Add: much functionality to behavior.el.
+ − 495 -- Add: more Unicode translation files.
+ − 496
+ − 497 Documentation
+ − 498
+ − 499 -- Add: define STACK_TRACE_EYE_CATCHER for Windows -- Jonathan Harris
+ − 500 -- Texinfo (internals): Add xref in emodules.texi -- Stephen J. Turnbull
+ − 501 -- Texinfo (lispref): Unicode Support, Behaviors -- Stephen J. Turnbull
+ − 502 -- Texinfo (user): Behaviors -- Stephen J. Turnbull
+ − 503 -- Improve auto-mode-alist -- Simon Josefsson
+ − 504 -- Docstrings: completion-ignored-extensions, file-name-all-completions --
+ − 505 John H. Palmieri
+ − 506 -- From Ben Wing <ben@xemacs.org>.
+ − 507 -- New ChangeLog for ./etc/.
+ − 508 -- Updated: NEWS.
+ − 509 -- Improve docs (developers): tree layout, merging branch to trunk.
+ − 510 -- Improve docs (lispref): CL loop, menu sorting, sound-default-alist
+ − 511 -- Obsoleted Lisp: 'sref, char-bytes.
+ − 512 -- Internals: Revamped the sound documentation.
+ − 513 -- Typo fixes -- Adrian Aichner
+ − 514
+ − 515 Lisp API
+ − 516
+ − 517 -- From Ben Wing <ben@xemacs.org>.
+ − 518 -- Fixed: bug in keymap iteration in cl-macs.el.
+ − 519 -- Fix: bugs in language environments English and Ethiopic
+ − 520 -- Change: lisp/mule/*.el -- convert to XEmacs style.
+ − 521 -- Add (synch to GNU): get-window-with-predicate, ALL-FRAMES,
+ − 522 some-window, count-windows, window-safely-shrinkable-p,
+ − 523 count-screen-lines, shrink-window-if-larger-than-buffer
+ − 524 -- Add (line-oriented mouse selection): New functions
+ − 525 mouse-consolidated-yank mouse-yank, mouse-track,
+ − 526 default-mouse-track-normalize-point,
+ − 527 default-mouse-track-return-dragged-selection, mouse-track-by-lines,
+ − 528 mouse-track-insert mouse-track-adjust-by-lines, mouse-track-insert-1,
+ − 529 mouse-track-insert-by-lines, mouse-track-delete-and-insert-by-lines
+ − 530 -- Add (warnings): Add a consistent way to execute code,
+ − 531 catching all errors and displaying a warning, including a
+ − 532 backtrace showing where the error occurred. New functions
+ − 533 backtrace-in-condition-handler-eliminating-handler, with-trapping-errors,
+ − 534 view-warnings. Integrate show-message-log with view-lossage.
+ − 535 -- Add (debugging): New functions debug-print-1, debug-print,
+ − 536 debug-backtrace.
+ − 537 -- Add (misc utils): map-plist, show-memory-usage, compare-strings,
+ − 538 truncate-string-to-width, variable require-prints-loading-message.
+ − 539 -- Add many languages and charsets.
+ − 540 -- Add (autoloads): Support defun*, defmacro*.
+ − 541 -- Add (byte-compiler): with-boundp, if-boundp, when-boundp,
+ − 542 and-boundp, declare-boundp, globally-declare-boundp, with-fboundp,
+ − 543 if-fboundp, when-fboundp, and-fboundp, declare-fboundp,
+ − 544 globally-declare-fboundp, with-byte-compiler-warnings-suppressed
+ − 545 -- Warning fixes.
+ − 546
+ − 547 Internals
+ − 548
+ − 549 -- Add: Get & SetLocaleInfo from winnls.h -- Jonathan Harris
+ − 550 -- Add: codepages latin-jisx0201, japanese-jisx0212, remove
+ − 551 japanese-jisx0208-1978 -- IKEYAMA Tomonori
+ − 552 -- Fix: Use wrap_emacs_*(), not wrap_*() for gtk_boxed, gtk_object, ffi --
+ − 553 William M. Perry
+ − 554 -- Fix: I18N APIs on windows -- Jonathan Harris
+ − 555 -- Fix: typos causing GTK build errors -- Malcolm Purvis
+ − 556 -- Warning fixes -- William M. Perry
+ − 557 -- From Ben Wing <ben@xemacs.org>.
+ − 558 -- Change: error-checking macros: ERROR_CHECK_TYPECHECK -> ERROR_CHECK_TYPES,
+ − 559 ERROR_CHECK_CHARBPOS -> ERROR_CHECK_TEXT, add ERROR_CHECK_DISPLAY,
+ − 560 ERROR_CHECK_STRUCTURES.
+ − 561 -- Change: Redo print_*().
+ − 562 -- Change: character-to-unicode char-to-unicode; also unicode-to-char{acter}.
+ − 563 -- Change: Replace XSETFOO with wrap_foo().
+ − 564 -- Change: symbol->name a Lisp_Object, not Lisp_String *. Eliminate latter.
+ − 565 -- Change: rearrange init calls in emacs.c.
+ − 566 -- Add: (partial) category API compatible with FSF.
+ − 567 -- Add: (partial) GC triggering based on percentage of total memory
+ − 568 usage. Not currently activated.
+ − 569 -- Add: (partial) sledgehammer redisplay check.
+ − 570 -- Add: error-behavior ERROR_ME_DEBUG_WARN.
+ − 571 -- Add: more error checking on Dynarrs.
+ − 572 -- Add: assert_at_line(), for use in asserts inside of inline functions.
+ − 573 -- Add: resizing_buffer_to_lisp_string().
+ − 574 -- Add: function get_charset_limits.
+ − 575 -- Add: (tentative, may go away) foo_checking_assert_at_line() macros.
+ − 576 -- Add: new event methods for printing, comparing, and hashing magic
+ − 577 events, to avoid event-type-specific stuff.
+ − 578 -- Fix eifree(). Use Eistrings in various places
+ − 579 -- Fix: bugs in chartab implementation and doc strings.
+ − 580
+ − 581 Build
+ − 582
+ − 583 -- Fix: make-mswin-unicode.pl -- Ben Wing, Jonathan Harris
+ − 584 -- Fix: .texi files for Cygwin makeinfo -- Jonathan Harris
+ − 585 -- Fix: Perl quoting in Windows build -- Jonathan Harris, Ben Wing
+ − 586 -- Fix: Generate more intermediate files in obj subdirectory -- Jonathan Harris
+ − 587 -- From Ben Wing <ben@xemacs.org>.
+ − 588 -- Fix: require errors in behavior.el
+ − 589 -- Fix: compile error when TTY-only.
+ − 590 -- Change: update check_cygwin_setup.sh for current Cygwin reality.
+ − 591 -- Change: Makefile regenerates itself if out of date.
+ − 592 -- Change: improve error-checking config for Windows
+ − 593 -- Add: HAVE_SYS_TIMES_H config.h #define.
+ − 594 -- Add: new error-checking types in configure.
+ − 595 -- Add: .cvsignore
+ − 596
762
+ − 597 to 21.5.5 "beets"
+ − 598
+ − 599 Documentation
+ − 600 -- new external-widget example node -- Stephen Turnbull
+ − 601 -- new packaging manual nodes -- Steve Youngs, Stephen Turnbull
+ − 602 -- new Swedish TUTORIAL -- Mats Lidell
+ − 603 -- update etc/BETA -- Jarl Friis, Stephen Turnbull
+ − 604 -- update FAQ, new FAQs -- Adrian Aichner, Stephen Turnbull
769
+ − 605 -- fixes for build-breaking typos in Info docs -- Jeff Miller, Darryl Okahata
+ − 606 -- misc comment and docstring improvements -- Valdis Kletnieks
+ − 607 Pretty much all the code fixers fixed docs too: keep up the good
+ − 608 work, folks!
762
+ − 609
+ − 610 UI
+ − 611 -- fix switching between virtual desktops on MS Windows -- Adrian Aichner
+ − 612 -- improve Customize: modifier-keys-sticky-time, abbrev-mode-line-string,
+ − 613 overwrite-mode-line-string, auto-fill-mode-line-string,
+ − 614 defining-kbd-macro-mode-line-string -- John Paul Wallington
+ − 615 -- improve GTK clipboard handling -- Eric Gillespie, Jr.
+ − 616 -- improve Info dir - generate file if non-existent -- Michael Sperber
891
+ − 617 -- improve printer handling -- Adrian Aichner, Bj�rn Torkelsson
762
+ − 618 -- support GUI toolbar shadow thickness adjustment -- Bill Perry
+ − 619 -- support ISO 8859/15 (Euro) -- Stephen Turnbull
+ − 620 -- support Sieve in auto-mode-alist -- Simon Josefsson
+ − 621 -- suppress ask-user-about-supersession-threat if CLASH_DETECTION -- Daiki Ueno
+ − 622
+ − 623 Lisp API
+ − 624 -- synch from GNU Emacs 21: quit-window -- Christoph Wedler
+ − 625
+ − 626 Internals
+ − 627 -- improve dead console handling in post-command code -- Ben Wing
+ − 628 -- improve handling when XOpenDevice calls error handler -- Mike Sperber
+ − 629 -- move disabled-command-loop to C -- Jan Vroonhof
+ − 630
+ − 631 Build
+ − 632 -- improve Athena widgets detection -- Jan Vroonhof
+ − 633
724
+ − 634 to 21.5.4 "bamboo"
+ − 635 -- auto-mode support .9 files as man pages -- Michael Sperber
+ − 636 -- auto-mode support configure.ac as m4 -- Edward M. Lee
+ − 637 -- bind `replace-rectangle' to `C-x r p' -- Didier Verna
+ − 638 -- bind `hyper-apropos-find-variable' (new) to `v' in hyper-apropos-help-map
+ − 639 -- David A. Panariti
+ − 640 -- bind `delete-other-frames' to `C-x 5 1' -- John Paul Wallington
+ − 641 -- default Info-auto-generate-directory to 'if-outdated -- Adrian Aichner
+ − 642 -- improve printer handling -- Andy Piper, Mike Alexander, Adrian Aichner
+ − 643 -- mark buffer as modified when changing coding system -- Andy Piper
+ − 644 -- minor mode mode-line-strings now customizable -- John Paul Wallington
+ − 645 isearch-mode, abbrev-mode, overwrite-mode, auto-fill-mode,
+ − 646 gnuserv-mode, defining-kbd-macro-mode, font-lock-mode, view-mode
+ − 647 -- search the core etc/ for package index if not in ~/.xemacs/ -- Steve Youngs
+ − 648 -- support sub-expression replacement in replace-match -- Torsten Duwe
+ − 649 -- support user {site,infodock}-packages hierarchies -- Michael Sperber
+ − 650 -- truncate-partial-width-windows now applied in redisplay -- Ben Wing
+ − 651 -- use version-specific name for root testing -- Michael Sperber
+ − 652 Eg, /usr/local/lib/xemacs-21.5.4. Fixes common "can't find root" bug,
+ − 653 but run-in-place XEmacs won't find installed packages.
+ − 654
+ − 655 -- HTML docs from Texinfo sources -- Adrian Aichner
+ − 656 -- document fix for Motif related crashes (Sun/Solaris) -- Robert Pluim
+ − 657 -- improve package system documentation -- Stephen Turnbull
+ − 658 -- new Japanese translation of xemacs.1 -- Kazuo Oishi
+ − 659 -- update developer personal info -- Jan Vroonhof, Michael Diers
+ − 660 -- many doc fixes and improvements, sorry about the credits :-(
+ − 661
+ − 662 -- alias `interactive-form' to `function-interactive' -- John Paul Wallington
+ − 663 -- etags to Potorti` version 14.28. -- Yoshiki Hayashi
+ − 664 -- mark-paragraph - added optional argument -- John Paul Wallington
+ − 665
+ − 666 -- arch-specific files go under ${libdir}, not ${datadir} -- Jered Floyd
+ − 667 -- configure recognizes LDFLAGS and adds to top Makefile -- Lutz Jaenicke
+ − 668 -- eliminate bogus check for Athena widgets -- Alexey Mahotkin
+ − 669 -- omit -Wshadow when compiling with g++ -- Ben Wing
+ − 670 -- use the ld reported by gcc, not gcc -- Andrew Begel
+ − 671 -- work around lack of support for autoconf 2.5x -- Didier Verna
+ − 672
+ − 673 -- fix "can't Customize standard faces" bug (partially) -- Jan Vroonhof
+ − 674 -- fix "can't close last window" bug -- Adrian Aichner
+ − 675 -- fix "doubled escape" bug in Mule (ISO-2022-7) autosave files -- Kyle Jones
+ − 676 -- fix "fail to save (non-themed) variable customizations" bug -- Andy Piper
+ − 677 -- fix PGP signature handling in package UI -- Steve Youngs
+ − 678 -- fix allocation of module-defined names in symbol table -- Andrew Begel
+ − 679 -- fix conversion of host and network byte order in multicast -- Daiki Ueno
+ − 680 -- fix crash from missing XIM unregister callback on Motif -- Glynn Clements
+ − 681 -- fix crash/infloops in read_key_sequence -- Hirokazu FUKUI
+ − 682 -- fix early dereference crash in decode_buffer -- Torsten Duwe
+ − 683 -- fix handling of negative C times -- Simon Josefsson and Stephen Turnbull
+ − 684 -- fix 'report-xemacs-bug' issues -- Steve Youngs
+ − 685 -- fix several font-lock bugs -- Jan Vroonhof, Andy Piper, Bill Perry
+ − 686 -- fix several package-get bugs -- Steve Youngs
+ − 687 -- fix some slow startups - default with_ipv6_cname=no -- Stephen Turnbull
+ − 688 -- fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing
+ − 689 -- fix window_loop iteration across multiple devices -- Darryl Okahata
+ − 690 -- fix/avoid GNU ld -z combreloc lossage -- Stephen Turnbull
+ − 691 -- make sure installed.db gets updated after updating packages -- Andy Piper
+ − 692
+ − 693 -- GTK improvements/fixes -- Bill Perry
+ − 694 -- add face mappings
+ − 695 -- fix "can't shut up bell" bug
+ − 696 -- fix some face initialization bugs
+ − 697 -- fix subwindow handling
+ − 698 -- fix yes-or-no-p lossage
+ − 699 -- improve conformance to internal APIs
+ − 700 -- munge highlight, zmacs-region, toolbar, and gui-button faces from
+ − 701 default GtkStyle
+ − 702 -- remove useless XPM color symbol checks
+ − 703
+ − 704 -- MS Windows improvements/fixes -- Andy Piper
+ − 705 -- better build portability
+ − 706 -- change registry key to XEmacs.
+ − 707 -- add/fix Cygwin handling of URLs and win32 paths
+ − 708 -- fix focus and event handling in scrollbars
+ − 709 -- fix get-popup-menu-response bug
+ − 710 -- improve DDE support
+ − 711 -- improve netinstaller, especially uninstall and shortcuts
+ − 712 -- improve popup dialog handling
+ − 713 -- new directory dialog support
+ − 714 -- quit if the user cancels in directory dialog
+ − 715 -- Cygwin nox-xpm detection -- Charles Wilson
+ − 716 -- fix compile problems when --with-msw, --with-x=no, --with-tty=no -- Ben Wing
+ − 717 -- fix file handle leak in pipes -- Mike Alexander
+ − 718 -- initial VC.NET support -- Andrew Begel
+ − 719
+ − 720 -- Rename/redefine integral types -- Ben Wing
+ − 721 -- See src/ChangeLog for details and rationale.
+ − 722 -- All integral types that measure quantities of anything are signed.
+ − 723 -- All quantity types boil down to EMACS_INT, except Hashcode,
+ − 724 which is an unsigned value of the same size as EMACS_INT.
+ − 725 -- Type names should be relatively short, with the first letter
+ − 726 capitalized and no underscores if they can be avoided.
+ − 727 -- "*count" == zero-based quantity. Includes sizes, offsets, and indexes.
+ − 728 -- "*bpos" == one-based buffer position.
+ − 729 -- "Char" refers to internal-format characters, not to the C type "char".
+ − 730 -- CVS: improve .cvsignore files -- Adrian Aichner
+ − 731 -- autoload handling improvements -- Didier Verna
+ − 732 -- improve handling of face inheritance/fallback -- Jan Vroonhof
+ − 733 -- condense repetitive window-system settings to 'win default' -- Bill Perry
+ − 734 -- improve debugging in event-msw.c -- Adrian Aichner
+ − 735 -- rename Menubar-items-truncate-list to Menubar-items-truncate-history
+ − 736 -- Adrian Aichner
+ − 737 -- rename default package index to 'package-index.LATEST.gpg' -- Steve Youngs
+ − 738 -- unify GUI pixmap handling -- Bill Perry
+ − 739 -- unify toolbar handling across GUI platforms -- Bill Perry
+ − 740
653
+ − 741 to 21.5.3 "asparagus"
+ − 742 -- Add missing XIM unregister callback on Motif -- Glynn Clements
+ − 743 -- Improve debugging in event-msw.c, fix "can't close last window" bug
+ − 744 -- Adrian Aichner
+ − 745 -- Improve Info docs for widget.el -- Stephen J. Turnbull
+ − 746 -- Many small bug, typo, and warning fixes -- Ben Wing, Stephen J. Turnbull,
+ − 747 Adrian Aichner
+ − 748 -- Autoload handling improvements -- Didier Verna
+ − 749 -- More 'report-xemacs-bug' updates -- Steve Youngs
+ − 750 -- Fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing
+ − 751 -- Synch configure.usage options with configure -- Peter Brown
+ − 752
529
+ − 753 to 21.5.2 "artichoke"
640
+ − 754 -- fixes and improvements -- Ben Wing
+ − 755 -- etags.c synched to upstream
+ − 756 -- lisp/term/*.el cleanup
+ − 757 -- miscellaneous help improvements
+ − 758 -- transpose-line-up/down maybe moves the region
+ − 759 -- MS Windows init improvements
+ − 760 -- add scroll-in-place, jka-compr, efs, some fixes in behavior-defs.el
+ − 761 -- paths-find-recursive-path: fix error with null EXCLUDE-REGEXP
+ − 762 -- font-lock-mode: fix problem with buffers starting with a space
+ − 763 -- make find-library search patch configurable
+ − 764 -- fix Dired problem with directories containing [] and code that
+ − 765 destructively modifies an existing string
+ − 766 -- stop mark_window_as_deleted from deleting information that needs to
+ − 767 be accessed by set-window-configuration
+ − 768 -- Lisp object structure rationalization
+ − 769 -- fix two nasty bugs in the unwinding code
+ − 770 -- fix mouse wheel/dead window crash under MS Windows
+ − 771 -- mswindows_utime, close_file_data: fix off-by-one-indirection error
+ − 772 -- control-G handling fixes for MS Windows
+ − 773 -- debug-mswindows-events and related code introduced
+ − 774 -- rearrange the signal-handling code to eliminate the former
+ − 775 spaghetti logic paths in it; document; fix numerous bugs
+ − 776 -- maintain the "iconified" state, to fix the "can't delete a frame" bug
+ − 777 -- use CBufbyte instead of char for error/warning functions
+ − 778 -- prepare to remove encapsulation
+ − 779 -- make play_sound_data return an int, like all other such functions
+ − 780 -- use EMACS_SIGNAL to avoid preprocessing games with signal()
+ − 781 -- gc-in-window-procedure fixes
+ − 782 -- Cygwin setitimer fixes
+ − 783 -- windows shell fixes
+ − 784 -- more structured errors
+ − 785 -- MS Windows network stream data corruption fixes
+ − 786 -- fix ~user file name handling
+ − 787 -- rename MAX_PATH to standard PATH_MAX
+ − 788 -- fix error compiling regexps with back-references in them
+ − 789
+ − 790 -- fixes and improvements -- Martin Buchholz
+ − 791 -- byte optimizer fixes
+ − 792 -- move alloca twiddling after the feature test definitions, but
+ − 793 before the first "real" code
+ − 794 -- internal DECIMAL_PRINT_SIZE macro
+ − 795 -- s&m elimination: Eliminate the need to define HAVE_PTYS in s&m files
+ − 796 -- avoid test failure if (temp-directory) is a symlink
+ − 797 -- handle buggy Sun realloc()
+ − 798
+ − 799 -- GTK fixes -- Bill Perry
+ − 800 -- GTK popup dialog fix
+ − 801 -- GTK added to font-window system mappings
+ − 802 -- gtk-marshal.el updated for new hash.c, and generator fixes,
+ − 803 -- GTK scrollbar fixes
+ − 804 -- buttons are now modifiers, so selection with the mouse works again
+ − 805 -- fix the disappearing GTK scrollbar problem
+ − 806
+ − 807 -- movemail.c uses mkstemp if available -- Karl M. Hegbloom
+ − 808 -- specifiers may now conditionalize on GTK -- Stephen J. Turnbull
+ − 809 -- new hooks for package installation and deletion -- Sean MacLennan
+ − 810 -- locate-library completes and other package UI improvements -- Robert Pluim
+ − 811 -- save-some-buffers doesn't prematurely zap help window -- Michael Sperber
+ − 812 -- MS windows subprocess quoting arguments -- Ben Wing, Dan Holmsand
+ − 813 -- remove side effects from font-lock-compile-keywords -- Daiki Ueno
+ − 814 -- custom-display works on the GTK platform -- Karl Hegbloom
+ − 815 -- mouse-track fixes -- Adrian Aichner, Ben Wing
+ − 816 -- dragdrop fix for windowless events -- Mike Alexander
+ − 817 -- fix `unbalanced parentheses' bug in syntax -- Matt Tucker
+ − 818 -- gpmevent.c header inclusion fixes -- Bill Perry
+ − 819 -- make more glyph code shared across platforms -- Ben Wing, Bill Perry
+ − 820 -- remove lisp_string_set_file_times() because set_file_times() now
+ − 821 takes Lisp_Object path, instead of char* -- Adrian Aichner and Ben Wing
+ − 822 -- allow preemption on redisplay -- Kirill 'Big K' Katsnelson
+ − 823 -- new, faster implementation of long_to_string -- Hrvoje Niksic
+ − 824 -- Qccl_error: New error -- Yoshiki Hayashi
+ − 825 -- remove support for old beta versions of cygwin -- Ben Wing, Craig Lanning
+ − 826 -- fix crash with an unavailable network printer -- Mike Alexander
+ − 827 -- add support for MacOS X -- Greg Parkin and Martin Buchholz
+ − 828 -- better win9x (including WinMe) support -- Ben Wing, Stephen J. Turnbull
+ − 829 -- fix off-by-one error in EMACS_INT_MAX -- Yoshiki Hayashi
+ − 830
+ − 831 -- warning, style, and doc fixes and improvements
+ − 832 -- warning fixes -- Ben Wing, Kirill 'Big K' Katsnelson, Martin Buchholz
+ − 833 -- eliminate numerous C++ errors -- Ben Wing, Martin Buchholz
+ − 834 -- code style corrections -- Ben Wing, Martin Buchholz
+ − 835 -- build improvements -- Ben Wing, Martin Buchholz
+ − 836 -- configure improvements and fixes -- Martin Buchholz, Ben Wing,
+ − 837 Stephen J. Turnbull
+ − 838 -- doc updates -- Adrian Aichner, Ben Wing, Alexey Mahotkin, Steve
+ − 839 Youngs, Stephen J. Turnbull, Yoshiki Hayashi, Steve Youngs, Paul
+ − 840 Stodghill, Malcolm Purvis, Jim Horning, Nick V. Pakoulin, Kirill
+ − 841 'Big K' Katsnelson
529
+ − 842
478
+ − 843 to 21.5.1 "anise"
514
+ − 844 -- This release contains a huge pile of changes by Ben Wing, including
+ − 845 both bug fixes and features. Highlights:
+ − 846 -- Many changes to make printing work on Windows
+ − 847 -- byte-compilation speed improvements
+ − 848 -- New functions for cleanly eliminating byte-compiler warnings
+ − 849 -- Remove core bytecompiler warnings
+ − 850 -- Improve interactive help interface
+ − 851 -- etags improvements
+ − 852 -- Better "About XEmacs" page
+ − 853 -- Windows configury changes
+ − 854 -- Get QUIT working on Windows
+ − 855 -- Fix shy group regexp code
+ − 856 -- etc. etc.
+ − 857
521
+ − 858 -- The `short-name' argument to make-charset now works correctly
+ − 859 -- Yoshiaki Kasahara
514
+ − 860 -- `custom' changes -- Didier Verna
+ − 861 -- SET_FACE_PROPERTY bug fix -- Jerry James
+ − 862 -- Unix tty configury changes -- Martin Buchholz
+ − 863 -- Fix compile error with g++ on bsdi -- Martin Buchholz
+ − 864 -- Fix crash with xlc -O3 -- Martin Buchholz
+ − 865 -- Fix link error with (pre-release) gcc 3.0 -- Martin Buchholz
521
+ − 866 -- Fix build error if system has makeinfo 3.12 -- Martin Buchholz
514
+ − 867 -- Speed up `intern' and hash tables containing strings -- Martin Buchholz
+ − 868 -- Make hash table mapping safe -- Martin Buchholz
477
+ − 869
762
+ − 870 Fork from 21.2: 21.5.0 "alfalfa"
+ − 871 -- For changes up to 21.4.0, see etc/NEWS