Up to [cvs.NetBSD.org] / pkgsrc / editors / xemacs-current
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Fix the man page install path, which should unbreak the packages for non-standard PKGMANDIR.
The 21.5 requirement of makeinfo 4.12 seems arbitrary - the NetBSD-enclosed makeinfo 4.8 appears to work just fine. Plus, simply not setting MAKEINFO will leave us without .info files.
editors/xemacs-current{,-nox11}: Update to 21.5.35 Changes in XEmacs 21.5.35 ?kohlrabi? Major Features, Bugfixes, and Backward Incompatible Changes -- New: Ben Wing's unicode-internal support -- Ben Wing -- Improve: Reduce needless byte-char conversion, C code -- Aidan Kehoe -- Improve: Add support for OpenSSL bignum implementation -- Jaakko Salomaa -- Improve: #'format and friends now much more featured -- Aidan Kehoe -- Improve: Removed unexec, incremental garbage collector, support for non-system malloc(), support for Win 95/98/ME -- Aidan Kehoe -- Fix: Convert assert on menubar syntax errors to log warning and skip the menu -- Jerry James User-Visible Bug Fixes and Improvements -- Fix: Remove a reference to 'efs-ftp-path from #'file-remote-p -- Mike Sperber -- Improve: Allow :visible in menu specs; document -- Jerry James -- Improve: Allow a string the LHS of a syntax-alist entry in `font-lock-defaults' to be a string (sync to GNU Emacs) -- Mike Sperber -- Improve: Make #'byte-compile-if suppress spurious warnings from `(if (fboundp ...' or `(if (boundp ...' constructs (port of Dave Love patch to Emacs) -- Mike Sperber -- Improve: Silence warnings about throws out of #'post-command-hook' -- Mike Sperber -- New: Support bignums with MPIR -- Jerry James -- Improve: Help buffer behaviour synced with GNU -- Mats Lidell -- Improve: Better behaviour with deletion of text and saved window points. Build Infrastructure and Source Tree -- Fix: Change several Mule-specific constructs to generic ones in core Lisp (paragraphs.el); fixes --without-mule build from tarballs -- Stephen Turnbull -- Fix: Fix Windows portability issues -- Vin Shelton, Jerry James, Mats Lidell -- Fix: Reverse sense of #if for insert-data-in-exec build -- Jerry James -- Fix: Silence syntax warnings -- Jerry James -- Improve: Update autoconf helpers to latest upstream version -- Jerry James -- Improve: Use more recent makeinfo(1) if available -- Jerry James -- Improve: GTK 3.X support when available -- Jeff Sparkes -- New: TLS support -- Jerry James -- Improve: Disable ASLR on any system where that is necessary for XEmacs binary -- Aidan Kehoe, Mike Sperber, Marcus Crestani -- Improve: Use pkg-info if available to determine linked libraries for ncurses -- Aidan Kehoe, Mats Lidell -- Improve: Run autoupdate on configure.ac, heed its advice -- Aidan Kehoe -- Improve: Fix broken linker -R flag detection, pkg-config problems, -f* flags inappropriate when linking -- Jaakko Salomaa -- Improve: Fix PostgreSQL header detection -- Jaakko Salomaa -- Fix: --with-infopath handling, configure.ac -- Jaakko Salomaa -- Fix: Canna version detection -- Jaakko Salomaa Documentation -- Improve: Bignum documentation -- Jerry James -- Improve: Port texi files to Texinfo 5, fix style -- Jerry James -- Improve: Document #'digit-char-p, #'digit-char, #'parse-integer -- Aidan Kehoe -- Improve: Add notes about pixel_to_glyph_transation and related code -- Mike Kupfer -- Improve: Document char-code-limit -- Aidan Kehoe -- New: Describe the arbitrary-base syntax for rationals -- Aidan Kehoe -- Improve: Details of extent properties vs string properties -- Stephen Turnbull -- New: Document extent support in #'format, document #'format-into -- Aidan Kehoe -- Improve: Move generalised support for duplicable extents to Old Future work -- Aidan Kehoe -- New: Document the new flags and modifiers, #'format -- Aidan Kehoe -- New: Document shadowing of lambda list arguments, #'symbol-macrolet. Document the new SHADOW argument for each symbol macro specified. -- Aidan Kehoe -- New: Document #'string-match-p, #'looking-at-p. -- Aidan Kehoe -- New: Document that (shift a) is supported as keystroke syntax -- Aidan Kehoe -- Improve: Remove duplicated info, widget.texi. -- Aidan Kehoe, FKtPp, Steven Mitchell -- New: Update documentation of #'generate-new-buffer-name -- Aidan Kehoe -- Improve: Face property documentation -- Stephen Turnbull -- Improve: Remove mention of non-system malloc() implementations -- Aidan Kehoe -- Improve: Document algorithmic complexity consideration with #'marker-position -- Aidan Kehoe -- Improve: Re-encode texi as UTF-8 when appropriate -- Aidan Kehoe -- New: Document named non-shy groups, limits on interval qualifiers -- Aidan Kehoe -- New: Document workarounds to avoid compile-time evaluation of (require ...) forms -- Aidan Kehoe -- New: Document MARKERP argument to #'extent-{start,end}-position -- Aidan Kehoe -- New: Document underlying implementation of the match data, associated performance and correctness considerations -- Aidan Kehoe -- New: Document search-error-on-bad-match-data -- Aidan Kehoe -- New: Document redisplay no longer entered recursively -- Aidan Kehoe -- New: Document changes to unique stream identifiers -- Aidan Kehoe -- New: Document changes to profiling implementation -- Aidan Kehoe -- New: Document removal of support for Windows 95/98/ME systems -- Aidan Kehoe -- Improve: Remove details of the implementation of the incremental garbage collector; document experience with it and its removal -- Aidan Kehoe -- Improve: Update the documentation of the dumping process -- Aidan Kehoe -- Improve: Adjust documentation of the garbage collector to put KKCC in the forefront. -- Aidan Kehoe -- Improve: Documentation of no need for POSIX-compatible #'looking-at-p, #'string-match-p -- Aidan Kehoe -- New: Document the OpenSSL bignum driver -- Jaakko Salomaa -- New: Document the ?z integer length modifier -- Aidan Kehoe -- Improve: Move display table extensions to Old Future work -- Aidan Kehoe -- New: Document the -no-configured-paths command line flag -- Jaakko Salomaa -- Fix: Build error, navigation problems, internals.texi -- Henry Thompson -- Improve: Deprecate #'string-equal -- Aidan Kehoe -- Fix: Buggy ASCII art, internals.texi -- Aidan Kehoe, Mats Lidell -- Improve: Remove deprecated @refill from manual -- Aidan Kehoe Lisp API -- Fix: Add optional ID-FORMAT to #'file-attributes (GNU compatibility); add tests -- Mats Lidell, Vin Shelton -- Fix: Make #'apply-partially more intelligent about constructing compiled functions when making closures; add tests -- Aidan Kehoe -- Improve: Add optional WHEN and DOCSTRING arguments to #'define-obsolete-function-alias, #'define-compatible-function-alias, #'define-obsolete-variable-alias, #'define-compatible-variable-alias (GNU compatibility) -- Stephen Turnbull, Mike Sperber, Jeff Sparkes -- New: Add #'font-lock-extend-region-functions' from GNU Emacs, use it -- Mike Sperber -- New: Add #'write-sequence, API from Common Lisp. -- Aidan Kehoe -- Improve: Allow optional `docstring' argument to #'define-function, as in GNU Emacs. -- Mike Sperber -- Fix: #'next-command-event: Only snooze displaying keystrokes if PROMPT is nil -- Aidan Kehoe -- Fix: #'message and friends: Preserve extent information in prompts. -- Aidan Kehoe. -- Fix: #'x-store-cutbuffer-internal: No longer crash when passed a non-string STRING argument. -- Aidan Kehoe -- Fix: #'encode-time: Correct the sign used when calculating the time zone strong. -- Marcus Crestani. -- New: #'open-network-stream-internal, #'tls-negotiate: Add support for TLS to streams. -- New: Expose #'parse-integer to Lisp -- Aidan Kehoe -- Fix: #'event-matches-key-specifier-p: Check keysym and modifiers when on a TTY. -- Aidan Kehoe -- New: Add support for GNU's help-event-list. -- Aidan Kehoe -- New: no-character-typed error, used in #'self-insert-command -- Aidan Kehoe -- New: char-code-limit available -- Aidan Kehoe -- Fix: #'accept-process-output: Restore the current buffer even on non-local exit -- Aidan Kehoe -- Fix: #'getenv: Escape quotation marks correctly when interactively showing a variable's value -- Aidan Kehoe -- New: Add #'clear-string, API From GNU. -- Aidan Kehoe -- Fix: #'string-to-number: Canonicalise ratios in this function -- Aidan Kehoe -- Fix: #'logand, #'logior, #'rem, #'lsh: Make errors less misleading -- Aidan Kehoe -- Improve: #'line-number: Implement using the C implementation of src/line-number.c, improving performance. -- Aidan Kehoe -- Fix: #'load-internal: Error correctly with a zero-length file name, rather than giving a bus error. -- Aidan Kehoe -- Fix: #'print and friends: Avoid crashes when STREAM can cause string data relocation. -- Aidan Kehoe -- Fix: string property lists: Avoid silent corruption of a fixnum stored in a string's property list. -- Aidan Kehoe -- Fix: #'reduce: avoid a crash with a cons sequence, :from-end nil, and a zero-length range. -- Aidan Kehoe -- Improve: Move #'concatenate to C, improve the implementation and algorthmic complexity of #'concat. -- Aidan Kehoe -- New: Provide Common Lisp's #'make-string-output-stream, exposing the existing C resizing_buffer lstream type, and preserving extent information for this. -- Aidan Kehoe -- Improve: Do not accept non-fixnum number arguments with %c, #'format. -- Aidan Kehoe -- Improve: Use our integer to string conversion code within #'format, #'number-to-string. -- Improve: Preserve extent information within #'format. -- New: Add digit-fixnum-ascii, a version of digit-fixnum-map supporting only the ASCII digits; use this internally. -- Aidan Kehoe -- Improve: Don't echo mouse wheel events. -- Aidan Kehoe. -- Improve: Add support for pad characters, h, l, hh, ll modifiers, unsigned modifiers, #'format. -- Aidan Kehoe -- New: Provide #'format-into, writing the output into a stream. -- Aidan Kehoe -- Fix: #'substitute-command-keys, preserve extent information -- Aidan Kehoe -- Fix: Avoid problems in #'mapcon when FUNCTION returns nil. -- Aidan Kehoe -- Improve: Implement obarray as a proper Lisp hash table. -- Aidan Kehoe -- Fix: #'normalize-menu-text, avoid corruption of result. -- Aidan Kehoe -- Improve: Sync the #'run-hook family of functions from GNU. -- Aidan Kehoe -- New: #'run-hook-wrapped, API imported from GNU. -- Aidan Kehoe -- Improve: Accept (shift a) as equivalent to (A) when parsing keysyms. -- Aidan Kehoe -- Fix: Error with (aref STRING (length STRING)) -- Aidan Kehoe -- New: Add #'with-hash-table-iterator, API from Common Lisp. -- Aidan Kehoe -- Improve: Increase default gc-cons-threshold to 32 megabytes from 2 megabytes. -- Aidan Kehoe -- Improve: Sync API for #'generate-new-buffer-name. -- Aidan Kehoe -- Improve: Standardise the behaviour of #'% within XEmacs, don't rely on quirks of underlying C implementation. -- Aidan Kehoe -- Improve: Standardise on Lisp characters as the keysym objects across all supported platforms. -- Aidan Kehoe -- Improve: Return two values in #'user-name-completion, no need for #'user-name-completion-1. -- Aidan Kehoe -- New: Support named non-shy ("explicitly numbered") groups in regular expressions. -- Aidan Kehoe -- New: Take up to #xFFFF repetitions when using \{N,M\} regexp repetition syntax -- Aidan Kehoe -- New: Extend display table handling to take arbitrary format strings. -- Aidan Kehoe -- Improve: Restrict MINWIDTH, PRECISION field ranges in format strings to #xFFFF. -- Aidan Kehoe -- Improve: Add a -no-configured-paths option, most useful when building -- Jaakko Salomaa -- Improve: Deprecate #'string-equal, move it to obsolete.el -- Aidan Kehoe -- Improve: Add a Latin-script Azeri language environment -- Aidan Kehoe -- Improve: Avoid errors with misc-user events and isearch-pre-command-hook -- Aidan Kehoe -- Improve: Warn about non-string, non-integer args to #'gensym -- Aidan Kehoe -- Improve: Give better backtraces on error at startup -- Aidan Kehoe -- Improve: Deal better with unparseable Fc font names. -- Stephen Turnbull -- New: Sync mode-require-final-newline from GNU -- Aidan Kehoe -- New: Add #'write-string, #'write-line -- Aidan Kehoe -- Improve: Blinking of parentheses when demonstrating matching parentheses -- Aidan Kehoe -- New: Respect function-key-map in #'read-char, #'read-char-exclusive, error if no character typed. -- Aidan Kehoe -- Improve: Remove metadata marking #'keymapp as side-effect free. -- Aidan Kehoe -- New: #'synthesize-unicode-codepoint, bind it to (control shift u) as specified by ISO 14755. -- Aidan Kehoe -- Improve: Do not insert timestamps in .elc comments, making builds reproducible. -- Jerry James. -- New: Transport layer security (TLS) support -- Jerry James -- Improve: `noerror' optional argument to #'line-move -- Michael Sperber. -- Improve: Handling of case sensitivity in interactive regular expression search -- Aidan Kehoe -- Improve: Remove unused code for Mule TTY support. -- Aidan Kehoe -- New: #'max-char function for GNU compatibility. -- Aidan Kehoe -- Improve: Avoid using the regexp support for very simple searches. -- Aidan Kehoe -- Fix: Avoid over-eager deletion of frams, gnuclient -- Aidan Kehoe -- Improve: Less garbage with the message stack. -- Aidan Kehoe -- Fix: Give clearer errors with #'check-type and non-setf'able PLACEs -- Aidan Kehoe -- New: #'logcount, function from Common Lisp. -- Aidan Kehoe -- Improve: Mark #'integer-length, #'logcount as side-effect free. Avoid allocating memory with #'integer-length -- Aidan Kehoe -- Improve: Respect load-ignore-out-of-date-elc-files, call #'substitute-in-file-name #'load. -- Aidan Kehoe -- Improve: Sync functionality from GNU, mwheel.el -- Aidan Kehoe -- Improve: Avoid use of #'vassoc in core code, move it to packages -- Aidan Kehoe -- Improve: Warn if interactive spec encountered where arglist expected, bytecomp.el -- Aidan Kehoe -- Improve: Abbrev tables are now vectors, not hash tables. -- Aidan Kehoe -- Improve: Add compatibility implementation of traditional emacs obarray, now we use hash tables. -- Aidan Kehoe -- New: help.el, add support for detecting the current Lisp function if we are in the context of a C file. -- Aidan Kehoe -- Fix: Shadow symbol macros when the corresponding symbols are encountered in lambda argument lists -- Aidan Kehoe -- Improve: Rename #'font-menu-change-face to #'font-menu-maybe-change-face, fix a bug in it. -- Aidan Kehoe -- Improve: FORM does not need to be a cons, #'assert -- Aidan Kehoe -- New: Merge GNU's :height custom-face-attribute. -- Aidan Kehoe -- Fix: auto-save-unescape-name, correct the hex parsing -- Aidan Kehoe -- Improve: Replace calls to #'string-match with calls to #'string-match-p if appropriate. -- Aidan Kehoe -- Improve: Remove keyboard-type, never used. -- Aidan Kehoe -- Improve: Case tables generated from UnicodeData.txt -- Aidan Kehoe -- Improve: Make compose.el available on non-X11 platforms. -- Aidan Kehoe -- Improve: Allow a numeric offset as the APPEND argument to #'write-region. -- Aidan Kehoe -- Fix: Make #'key-or-mouse-event-p, #'timeout-or-eval-event-p, #'char-or-event-p available. -- Aidan Kehoe -- New: Import coding-system-history. Adjust #'read-coding-system to use it and to adjust PROMPT based on default-coding-system. -- Aidan Kehoe -- New: Import pcase.el from GNU. -- Aidan Kehoe Internal API and Implementation -- Fix: Canonicalize some ratios -- Jerry James -- Fix: Change integer arithmetic to fixnums in check_valid_xbm_inline; adjust test to changed error -- Jerry James -- Fix: Initialization of bignums from long longs -- Jerry James -- Fix: Replace AC_FUNC_FSEEKO with HAVE_FSEEKO in config.h.in -- Jerry James -- Improve: Add mp-specific allocation functions -- Jerry James -- Improve: Prepare for large file support -- Jerry James -- Improve: Reimplement #'process-synchronize-point as a label in #'call-process-internal -- Aidan Kehoe -- Improve: Support for statically linked modules -- Jerry James -- Improve: Use make_fixnum instead of make_integer where size is known to fit in many places -- Jerry James -- Improve: Lazy conversion of markers when comparing values in the same buffer, giving performance improvements e.g. with large VM buffers -- Aidan Kehoe -- Improve: Use skip_ascii() in the no-conversion coding system, speeding up writes of large buffers -- Aidan Kehoe -- Improve: Pass character count information to the buffer insertion code from the no-conversion and Unicode coding systems, speeding up reads of large files -- Aidan Kehoe -- Improve: Increase the C buffer size used in #'copy-file, #'insert-file-contents-internal, speeding up these operations -- Aidan Kehoe -- Improve: Add error handling to the coding conversion code -- Jerry James -- Improve: Quiet compiler warnings with clang, g++, Visual Studio -- Aidan Kehoe, Vin Shelton, Jerry James. -- Improve: Be more careful dealing with C's isupper() when calculating the inverse table for Vdigit_fixnum_map -- Aidan Kehoe, Vin Shelton. -- Improve: Work exclusively in byte positions, extent.c -- Aidan Kehoe -- Improve: Only provide our max_align_t if the current compiler does not. -- Jerry James -- Improve: Speed of get_char_table () on builds without optimization -- Aidan Kehoe -- Improve: print_symbol(), read_atom(): Speed these up significantly, add support for non-ASCII digits -- Aidan Kehoe -- Fix: Avoid problems with GMP and non-finite C doubles. -- Aidan Kehoe -- Fix: #'truncate: Avoid bugs with bignums and double_to_integer() -- Aidan Kehoe -- Improve: encode_unicode_char (): Use U+FFFD unconditionally when we have no information on the Unicode mapping of a character. -- Aidan Kehoe -- Fix: x_IO_error_handler(): Check for a real error in this, avoiding a crash on OS X. -- Stephen Turnbull -- Improve: #'save-current-buffer: Docstring changes. -- Stephen Turnbull -- Fix: Regular expression searching within relocating Lisp buffers. -- Aidan Kehoe. -- Improve: Create less garbage when reading symbols, lread.c -- Aidan Kehoe -- Improve: No need for NARGS argument to write_fmt_string_lisp() -- Aidan Kehoe -- Improve: Give the compiler a chance to do strlen at compile time, write_ascstring () -- Aidan Kehoe -- Improve: Differentiate between char->byte and byte->char conversion and between external->internal, internal->external conversion when profiling. -- Aidan Kehoe -- Change: Rename emacs_v?sprintf_malloc* functions to emacs_v?asprintf, analagous to their usual Unix equivalents. -- Aidan Kehoe -- Improve: Make general functions available to convert between C integers of a specific type and Lisp integers, including bignums. Use this. -- Aidan Kehoe -- Improve: Move various simple, non-loop hotspot, functions from data.c to subr.el -- Aidan Kehoe -- Fix: Our integer to string code was buggy with LONG_MIN, fix that. -- Aidan Kehoe -- New: Merge the unicode-internal branch, providing an ISO10646-compatibile internal format to Mule builds -- Ben Wing -- Improve: Write to the normal stdio object, stderr_out(), stdout_out(). -- Aidan Kehoe -- Improve: Drop extensive needless Ibyte -> Ichar conversion, redisplay. -- Aidan Kehoe. -- Improve: Use make_uninit_vector(), make_uninit_string() in Freverse -- Aidan Kehoe -- Improve: Implement #'looking-at-p, #'string-match-p in C. -- Aidan Kehoe -- Improve: Circularity checking with unread-command-events. -- Aidan Kehoe -- Improve: Circularity and well-formedness checking for external lists, Lisp primitives. -- Aidan Kehoe -- Fix: Respect SIGNALP in PRIVATE_UNVERIFIED_LIST_LOOP_7(), avoiding problems with circular lists. -- Aidan Kehoe -- Fix: Correct regexp interval handling code. -- Aidan Kehoe, Stephen Turnbull -- Fix: Error within read1() if a #@INTEGER docstring comment has an unreasonably large integer. -- Aidan Kehoe, Hao Sun. -- Fix: Error when passed values that would overflow, Fmake_vector(), Fmake_string(), Fmake_bit_vector(). -- Aidan Kehoe -- Fix: Avoid stack overflow with recursive specifiers, print_specifier (). -- Aidan Kehoe, Raymond Toy -- Fix: Avoid tying up XEmacs with error messages when specifier instantiator fails. -- Aidan Kehoe -- Fix: Take a size_t argument, xemacs_c_alloca, check for overflow. -- Aidan Kehoe -- Improve: Remove gmalloc.c, which is unmaintained, always use system malloc. -- Aidan Kehoe -- Improve: Remove use of Eistring malloc buffers, write directly to Lisp streams instead. -- Aidan Kehoe -- Improve: Use the Lisp hash table infrastructure for the X GC cache, improve algorithm. -- Aidan Kehoe -- Improve: Fix some leaks in the GTK code. -- Aidan Kehoe -- Improve: Avoid clobbering documentation for compiled function aliases -- Aidan Kehoe -- Improve: Use an explicit weak list object for the syntax table, specifier, and weak hash table, avoiding duplicating implementation. -- Aidan Kehoe -- Improve: Move the weak box implementation to Lisp. -- Aidan Kehoe -- Improve: Only convert markers to integers when needed to compare them. -- Aidan Kehoe -- Improve: Reduce unnecessary byte-char conversion costs with markers. -- Aidan Kehoe -- Improve: Adjust the line numbering code to track buffer byte positions, which is cheaper. -- Aidan Kehoe -- Improve: Reduce needless byte-char conversion in redisplay -- Aidan Kehoe -- Improve: Save window points as zero-length extents, not C integers -- Aidan Kehoe -- Improve: Pay attention to wraparound in buffer modification ticks. -- Aidan Kehoe -- Improve: Rename byte_marker_position to marker_byte_position for GNU compatibility. -- Aidan Kehoe -- Fix: Correct type description of dynarr lengths -- Aidan Kehoe -- Fix: Don't choke on an ill-formed or circular Vprocess_environment -- Aidan Kehoe -- New: Make qxeGetWindowLongPtr and related functions available to the NT code. -- Aidan Kehoe -- Improve: Rename DONT_EXTERN_INLINE_HEADER_FUNCTIONS to FORCE_INLINE_FUNCTION_DEFINITION. -- Aidan Kehoe -- New: Make write_external_fmt_string_va () availab, allowing a coding system to be specified for string arguments. -- Aidan Kehoe -- Improve: Use the existing Lisp list infrastructure with struct expose_ignore. -- Aidan Kehoe -- Improve: Use the existing Lisp list infrastructure with timeouts. -- Aidan Kehoe -- Fix: Prevent update_syntax_cache(), Fextent_at() from accessing buffer positions outside the accessible region -- Alan Mackenzie -- Fix: Make Fscan_sexps() respect syntax table properties, terminating quotes -- Alan Mackenzie -- New: Flag GB_ALLOW_NIL to indicate to return point for buffer positions, get_buffer_pos_{char,byte} -- Aidan Kehoe -- New: set_marker_byte_position_restricted(), reduce need to convert to character positions. -- Aidan Kehoe -- Improve: Use Bytebpos values in the line-start cache -- Aidan Kehoe -- Improve: Make vertical scrollbars function in terms of lines, not buffer positions, with small buffers -- Aidan Kehoe -- New: Provide a GET_STRSIGNAL() macro, on the model of GET_STRERROR() -- Aidan Kehoe -- Improve: Get XEmacs building and runnning on 64 bit Cygwin. -- Aidan Kehoe -- New: get_buffer_pos_both (), reduce needless byte->char conversion with (goto-char MARKER) -- Aidan Kehoe -- Improve: Mark generated modeline strings as such, respect this when signalling that extents have changed. -- Aidan Kehoe -- New: Move match subexpression information to being implemented as extents, giving better warnings and more consistent behaviour with #'replace-match. -- Aidan Kehoe -- Improve: Remove needless byte-char conversion from search.c -- Aidan Kehoe -- Improve: Rename string ascii_begin field to ascii_end -- Aidan Kehoe -- Improve: Move window_end_pos[] to being an array of markers. -- Aidan Kehoe -- Fix: Avoid recursive entry to redisplay, Fwindow_end(). -- Aidan Kehoe -- Fix: Never return an invalid buffer position, #'event-point, #'event-modeline-position -- Aidan Kehoe -- Improve: Remove redisplay_text_width_string(), equivalent to redisplay_window_text_width_string(). -- Aidan Kehoe -- Improve: Drop caching of GCs under GTK. -- Aidan Kehoe -- Improve: No need for a hash table mapping marshaller types to functions, ui-gtk.c -- Aidan Kehoe -- Improve: Use weak lists for the window point and saved_window_start caches -- Aidan Kehoe -- Improve: Use a weak list for the USID to process mapping -- Aidan Kehoe -- Improve: Move the main profiling hash table to being a Lisp hash table -- Aidan Kehoe -- Improve: Implement the mswindows_read_link () cache as a normal Lisp hash table. -- Aidan Kehoe -- Improve: Remove hash.c, hash.h, no longer used. -- Aidan Kehoe -- Improve: Correct a bug in ALIST_LOOP_4() -- Aidan Kehoe -- Improve: Remove support for running as a non-Unicode program under Win32. -- Aidan Kehoe -- Improve: Remove support for the incremental garbage collector, improving stability, speed, memory usage, and mantainability. -- Aidan Kehoe -- Improve: Remove support for unexec, improving maintainability. -- Aidan Kehoe -- Improve: Remove support for the old mark algorithm, KKCC is stable and performant -- Aidan Kehoe -- Improve: Remove support for systems without job control, mkdir or rmdir, imprve maintainability. -- Aidan Kehoe -- Improve: Don't modify the compiled pattern in re_match_2_internal, avoiding re-entrancy problems. -- Aidan Kehoe -- Improve: Represent internal register numbers with two bytes rather than one in compiled regular expressions. -- Aidan Kehoe -- Improve: Move implementation of long-deprecated #'following-char, #'preceding-char to Lisp. -- Aidan Kehoe -- Improve: Provide access to the OpenSSL bignum implementation, which doesn't have the reliability concerns of GMP -- Jaakko Salomaa -- Improve: Better error handling with OpenSSL, TLS -- Jaakko Salomaa -- Fix: Use the z integer length modifier in C code when printing EMACS_INT -- Aidan Kehoe -- Improve: Implement total_data_usage() in terms of BSD libkvm. -- Aidan Kehoe -- Improve: Provide formatted printing that doesn't error to the C code. -- Aidan Kehoe -- Improve: Never return a negative value to Lisp when hashing. -- Aidan Kehoe -- Improve: Load the Unicode conversion tables as Lisp structures. -- Jaakko Salomaa -- Improve: Avoid a blinking TTY cursor -- Jaakko Salomaa -- Fix: Avoid infinite loop in next_previous_single_property_change () -- Jaakko Salomaa. -- Fix: Avoid calling Fextent_object () on non-live extents, #'delete-window, #'set-window-buffer -- Aidan Kehoe, Henry Thompson -- Improve: Have the syntax cache, indentation code work in byte positions. -- Aidan Kehoe -- Improve: Avoid needles byte-char conversion, process.c -- Aidan Kehoe -- Fix: Avoid crashes with invalid characters in generated modeline strings and error-checking builds. -- Aidan Kehoe -- Fix: Avoid the AMD64 red zone confusing find_stack_direction (), alloca.c -- Aidan Kehoe -- Improve: Changes to bring XEmacs closer to building and running on 64-bit Visual Studio. -- Aidan Kehoe -- Improve: Reduce memory allocation, use of the regexp engine, gnuserv.el -- Aidan Kehoe -- Improve: Print the stderr of make-docfile to the terminal instead of silently discarding it. -- Aidan Kehoe -- Improve: Handle vectors better in backquote.el -- Aidan Kehoe -- Improve: Use #'string-match-p, #'looking-at-p if match data not used -- Aidan Kehoe -- Improve: Implement #'eval-when in the byte compiler. -- Aidan Kehoe -- Improve: Remove alist.el from core code. -- Aidan Kehoe -- Improve: Minimise calls to #'marker-position in the core Lisp code -- Aidan Kehoe -- Improve: Use #'apply-partially to create closures with lambdas and lexical variables. -- Aidan Kehoe -- Fix: Save any existing non-default mode-popup-menu correctly, #'easy-menu-remove -- Aidan Kehoe -- Improve: Generate digit.el from UnicodeData.txt -- Aidan Kehoe -- Fix: Deal with byte offsets generated by makeinfo(1), info.el -- Aidan Kehoe -- Improve: Avoid calls to #'following-char, #'preceding-char in core code -- Aidan Kehoe -- Improve: Avoid lock files when generating finder-inf.el, make parallel builds more likely to work -- Aidan Kehoe, Mats Lidell -- Improve: Clean up startup path debugging code -- Jaakko Salomaa -- Improve: Abstract out the list of things to be saved and restored in #'search-push-state -- Aidan Kehoe -- Fix: Avoid silent wrapping of fill-column, #'do-auto-fill, #'fill-region-as-paragraph. -- Aidan Kehoe -- Fix: Don't error with anonymous functions, #'display-call-tree. -- Aidan Kehoe Testing and Debugging -- New: Add tests for #'file-attributes -- Mats Lidell -- Improve: Use print_circle within debug_print() -- Jerry James. -- New: Test fixnum_to_string with LONG_MIN -- Aidan Kehoe -- Improve: Process tests -- Stephen Turnbull -- New: Test require-final-newline, mode-require-final-newline -- Mats Lidell -- Improve: Only test fontconfig if the font-mgr feature is available -- Aidan Kehoe -- New: Test #'write-sequence, #'write-string, #'write-line -- Aidan Kehoe -- New: Test propagation of extent information -- Aidan Kehoe -- New: Test #'parse-integer, #'digit-char, #'digit-char-p -- Aidan Kehoe -- New: Test #'substitute -- Aidan Kehoe -- Improve: Test read and print handling of symbols that look like numbers. -- Aidan Kehoe -- New: Test character with no Unicode mapping represented as REPLACEMENT CHARACTER, UTF-8 -- Aidan Kehoe -- New: Test #'integer-length, #'logcount -- Aidan Kehoe -- New: Superficial tests #'load, #'load-internal -- Aidan Kehoe -- New: Test #'equalp compiler macro -- Aidan Kehoe -- New: Check Lisp printer handles relocation of string data OK -- Aidan Kehoe -- New: Test for insufficient GCPRO in sublis () -- Aidan Kehoe -- New: Check bug with #'reduce fixed -- Aidan Kehoe -- New: Test #'make-string-output-stream, #'get-output-stream-string -- Aidan Kehoe -- New: Test #'format and friends -- Aidan Kehoe, Uwe Bonnes, Aneurin Price, Mike McCormack -- New: Check no crash with #'decode-time if localtime() returns nil -- Aidan Kehoe -- New: Check bug in #'mapcon fixed -- Aidan Kehoe -- New: Check no crash on large number of symbols in an obarray -- Aidan Kehoe -- New: Test #'normalize-menu-text, #'compare-menu-text -- Aidan Kehoe -- New: Test #'lexical-let, #'lexical-let* -- Aidan Kehoe -- New: Test #'string-match-p, #'looking-at-p -- Aidan Kehoe -- New: Check bug in regexps with backreferences fixed. -- Aidan Kehoe -- New: Test #'run-hooks and friends -- Aidan Kehoe -- New: Test #'safe-length -- Aidan Kehoe -- New: Check special operators GCPRO correctly -- Aidan Kehoe -- New: Check bugs fixed with intervals in regexps -- Aidan Kehoe -- New: Test #'auto-save-escape-name, #'auto-save-unescape-name -- Aidan Kehoe -- New: Test restrictions on ZONE argument to #'encode-time -- Aidan Kehoe -- New: Test limits on the size of array types -- Aidan Kehoe -- New: Test the SHADOW argument to #'symbol-macrolet -- Aidan Kehoe -- New: Check (int-char most-negative-fixnum) gives nil -- Aidan Kehoe -- New: Check (user-login-name 4294967296) no longer gives "root" -- Aidan Kehoe-- New: Test simple predicates recently moved to subr.el from data.c; test #'ignore -- Aidan Kehoe -- Improve: Update checking for search algorithm used to take uppercase Unicode sharp s into account -- Aidan Kehoe -- New: Check ?\x00 not accepted as a converter character, #'format -- Aidan Kehoe -- New: Test #'max, #'min, #'< and friends with fixnums and markers -- Aidan Kehoe -- New: Check #'read doesn't get confused with a marker STREAM and a multibyte buffer. -- Aidan Kehoe -- New: Test #'car, #'cdr -- Aidan Kehoe -- New: Test case-insensitive packages (obarrays) -- Aidan Kehoe -- New: Test named non-shy groups -- Aidan Kehoe -- New: Test limits of regexp ranges -- Aidan Kehoe -- New: Check for a bug fixed in #'save-window-start -- Aidan Kehoe -- New: Check error appropriately with (format "%c" ...), non char-or-char-int-p arguments -- Aidan Kehoe -- Improve: Tests for #'replace-regexp-in-string -- Aidan Kehoe -- Improve: Test #'replace-match when stored match data has its start and end positions reversed -- Aidan Kehoe -- Improve: Naming of bug-hash-table, reproduce-crashes.el -- Aidan Kehoe -- New: Test bug fixed with display of line numbers in modeline -- Aidan Kehoe -- New: Check that #'zerop errors with character or marker arguments -- Aidan Kehoe -- New: Test #'split-char, #'make-char -- Aidan Kehoe -- New: Test overflow detected with integer parsing code, Lisp reader -- Aidan Kehoe -- New: Check more than 255 shy groups supported -- Aidan Kehoe -- New: Test the OpenSSL bignum driver -- Jaakko Salomaa -- New: Test :error-behavior keyword argument to #'format-into -- Aidan Kehoe -- New: Test #'apply-partial with lambdas with &rest arguments -- Jaakko Salomaa -- New: Test get_string_{pos,range}_byte () -- Aidan Kehoe -- Improve: Call #'test-chars even on unicode-internal builds -- Aidan Kehoe -- New: Test for a bug in #'byte-optimize-zerop -- Aidan Kehoe
editors: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
editors: Remove SHA1 hashes for distfiles
Use gtar instead of the base tar(1) in the xemacs* top-level Makefile because of a problem with NetBSD-current libarchive-as-tar, see bin/56080. Note this depencency is not a burden, since xemacs-packages requires gtar, anyway.
Pullup ticket #6331 - requested by hauke editors/xemacs: Linux build fix Revisions pulled up: - editors/xemacs-current-nox11/Makefile 1.12 - editors/xemacs-current/Makefile 1.107 - editors/xemacs-current/distinfo 1.38 - editors/xemacs-current/patches/patch-src_process.c 1.1 - editors/xemacs-nox11/Makefile 1.36 - editors/xemacs/Makefile 1.133 - editors/xemacs/distinfo 1.32 - editors/xemacs/patches/patch-src_process.c 1.1 --- Module Name: pkgsrc Committed By: hauke Date: Fri Oct 2 11:31:14 UTC 2020 Modified Files: pkgsrc/editors/xemacs: Makefile distinfo pkgsrc/editors/xemacs-current: Makefile distinfo pkgsrc/editors/xemacs-current-nox11: Makefile pkgsrc/editors/xemacs-nox11: Makefile Added Files: pkgsrc/editors/xemacs-current/patches: patch-src_process.c pkgsrc/editors/xemacs/patches: patch-src_process.c Log Message: Linux glibc 2.32+ has removed sys_siglist Remove stale reference to nb version in Makefile.common
Linux glibc 2.32+ has removed sys_siglist Remove stale reference to nb version in Makefile.common
Un-lose the patch comment -- sigh.
I didn't mean to drop _XOPEN_SOURCE_EXTENDED definition, sorry.
For Solarish, select _XOPEN_SOURCE version depending on __STDC_VERSION__, see <https://gist.github.com/jperkin/b08f9108daf8d0ac695067d71f882a9d>
Fix comments. Augment debug option arguments. Explicitly select garbage collector. Set dialogs and widgets to "athena" explicitly. There are no "lucid" implementations; instead, configure will look for Motif implementations, and fall back to Athena. The former is prone to sneak in undeclared dependencies on Motif and (on sole platforms) xft. Remove the patch that was supposed to fix this, but didn't.
emacs-current: regen distinfo so checksum matches existing patch
On some target platforms, Xm headers #define *_XFT_ symbols; if we do not use xft (the default), explicitly disable it.
The standards.info provided by XEmacs conflicts with the one installed by devel/autoconf, which is probably newer.
Unbreak SunOS builds (here: OmniOS).
Upgrade xemacs-current to 21.5.34 Since the non-{X11,lucid} toolkits have bitrotted, remove those options, and rework options.mk like the editors/xemacs one. Switching to the portable dumper and using system malloc obsoletes the hacks. Like XEmacs 21.4 and the emacsen, we need to build with -DTERMINFO for proper console display. Since Makefile content is minimal for xemacs-current{,-nox11}, keep the pkgsrc nb revision centrally in Makefile.common. Take maintainership.
Don't try to define max_align_t in C11 or C++11 mode.
Fix inverted condition.
Add SHA512 digests for distfiles for editors category Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Fix 6 year+ old type in configure by adding missing hyphen for -Wl,-R. Fix main declaration for X11 test. Always use C++ and C99 compatible inline specifier.
Fix CVE-2009-2688, via <https://bugzilla.redhat.com/show_bug.cgi?id=511994> Note xemacs 21.5 still dumps core during the build.
Add patch that should fix build with png-1.5.
Fix the mysterious bulk build failure (temacs can only run in batch mode).
Fix vcdiff insecure temp file creation vulnerability (CVE-2008-1694) for xemacs-current as well.
Restructure the following packages: editors/xemacs-current editors/xemacs-current-nox11 The latter is now just editors/xemacs-current built with a specific set of options. Changes include: + Rename the "xaw" option to "lucid" to match the option name used in xemacs/options.mk. Also comment out the "esound" option which isn't fully supported yet. Add some comments to the options.mk file to make it a little easier to understand. XXX Should probably add a pgsql option as this version of XEmacs has XXX some sort of PostgreSQL support. Also need to sort out native XXX sound support. + Remove Makefile.common and move all logic into xemacs-current/Makefile and xemacs-current/options.mk. + As of version 21.5, xemacs switched to using GNU autoconf, so set GNU_CONFIGURE=yes. + Include termcap.buildlink3.mk to properly deal with termcap/curses issues (xemacs needs termcap). Drop the --without-ncurses setting as the issue is handled by termcap.buildlink3.mk. + Be slightly more aware of ${X11_TYPE} == "modular" by not referring to ${X11BASE} in that case. + Include buildlink3.mk files for zlib and gettext, which are detected automatically if they're in the base system. Gettext is needed for MULE support. + In the Makefile and the PLIST, don't substitute for ${EMACSVER}. Instead substitute for ${DISTNAME} so the PLIST looks closer to xemacs/PLIST. + Add patch-al which handles a difference between bmake and gmake in using $< in a makefile target. + Support DESTDIR installation by adding INSTALL_MAKE_FLAGS to override where files are installed during the install phase. + Honor PKGMANDIR. + Bump the PKGREVISION for xemacs-current and xemacs-current-nox11 to 1. Both packages now track and use the same PKGREVISION number.
Fix build on DragonFly.
Fixed "test ==".
Update to 21.5.27. This fixes PR 34197.
Update xemacs-current from 21.5.18 to 21.5.19 From the ChangeLog: * XEmacs 21.5.19 "chives" is released. "chives" is the twentieth in the VEGETABLE series. Relative to XEmacs 21.5.18 "chestnut", "chives" includes a large number of minor enhancements and work-in-progress. Some important or annoying bugs have been fixed: - The lstream data truncation bug (often observed as truncated emails or truncated process input in buffers) has been identified and fixed, we believe (hard to test). - The bug where process output insertion replaced the whole buffer, rather than just the region, has been fixed. - The "Metacity maximize" bug (which was XEmacs's fault, not the window manager's) has been fixed. Known remaining bugs include: - Aborts due to recursive entry to the allocation code from error handlers. Workaround: avoid getting the memory full warnings (at 75% and 95% of memory space). - A regression test failure in no-Mule builds. Workaround: don't run the c-tests.el series when running tests. (Simply move tests/automated/c-tests.el out of the way.) Currently fairly stable, this seems to be a good point to release a beta as a checkpoint. At the user level the most visible changes are extension of the "behavior" mechanism for enabling and disabling features, and a major reorganization of the documentation in the source tree. For behaviors, see the Options->Behaviors submenu. The source documentation changes include At top level, README has been gutted, with most content moved to the FAQ. BUGS and README.packages were removed, with much of their content moved to the FAQ. GETTING.GNU.SOFTWARE was removed. In etc, BETA, CHARSETS, CODING-STANDARDS, CODINGS, DEBUG, DISTRIB, MACHINES, and PACKAGES were removed, with most content moved to various Texinfo documents. FTP, GNU, LPF, MAILINGLISTS MORE.STUFF, MOTIVATION, ORDERS, ORDERS.EUROPE, ORDERS.JAPAN, README.HYPERBOLE, README.OO-BROWSER, SERVICE, and TERMS were removed. PROBLEMS and etc/README were revised. For developers, the following important internal API changes occurred. - Initialization code (called from emacs.c:main_1()) has been refactored. See the ChangeLog (2004-10-27, Ben Wing) for details. - The GCPRO API has been refactored. See the ChangeLog (2004-10-27, Ben Wing) for details. (Yes, it was a megapatch: same log entry.) For more detailed information, there is a list of credits, and then the full ChangeLogs, following the availability information. For general information about XEmacs, the developers, and the user community, see our home page, http://www.xemacs.org/
Add RMD160 digests in addition to the SHA1 ones.
Make this package build again: Remove esound-support from options.mk until i find the reason why libossaudio is not used. Fix canna-support with a patch from Thomas Klausner. Thanks.
Update xemacs-current to 21.5.18 From the Releasenotes: Relative to XEmacs 21.5.17 "chayote", "chestnut" has Jerry James's new bignum support. You can now keep track of the U.S. national debt to the penny, or count to Avogadro's number by ones! Speaking of really big numbers, Malcolm Purvis has one in mind: "two". To GTK+ fans, that's an awfully big number. It's not here yet, but Malcolm has put in a lot of patches, and a port to GTK+ v2 could start soon. Jerry James has started using the Uno code checker to clean up unused variables and other ugliness. Completion of the portable dumper project is in sight, as Olivier Galibert has contributed code to attach the dumpfile to the executable. A large number of contributors have provided the usual assortment of bug fixes and feature additions, small and large.
Update xemacs to 21.5.17: * XEmacs 21.5.17 "chayote" is released. "chayote" is the eighteenth in the OXYMORON series. The main purpose of the "chayote" release is to provide a checkpoint before upcoming major changes. Bignum (infinite precision integer) support and Xft (including antialiasing) support are expected to be added in the near future. Relative to XEmacs 21.5.16 "celeriac", "chayote" has many improvements in module support from Jerry James, and improved package management from Steve Youngs. Steve Youngs also ported the "lazy" widget support from GNU Emacs 21.3, and Jerry James synched frame and window support. A number of annoying crashes in GTK, in X11 dialogs, and in the bytecode interpreter were fixed, but several crashes remain.
Update xemacs to 21.5.16 As usual many small bugfixes. Details are on http://www.xemacs.org/Releases/21.5.16.html
Update xemacs-current to 21.5.15 This beta release includes mainly bugfixes. No new features.
Update xemacs-current to 21.5.14 Changes: Build * Autoconf tweaks for building modules on MacOSX - James. * GCC fixes in ellcc.c - James. * Module Makefile fixes - Begel, James. * Fix shadow warning in regex.c - James. Documentation * New TeXinfo node "Searching and Matching" - Turnbull. * New section "Legacy Versions" in FAQ - Turnbull. * New FAQ question Q8.0.1 - Turnbull. * Update split-string specs in "Regexp Search" - Turnbull. Internals * Package index file updated - Koch. * Add some debug checks in file-coding.c - Turnbull. Lisp API * Make error message report the sym checked in `autoload-featurep-protect-autoloads' - Turnbull. * `split-string' tweaks - Turnbull. * Make the location of the package-index file user customisable - Youngs. * Turn on package-index file PGP verification - Youngs. * Only use message if interactive for functions in replace.el - Josefsson.
Update xemacs-current to 21.5.13 Major change: The long standing TTY/keyboard bug, the one where RET was behaving like LFD, is gone! Yes, that's right folks, you can once again use XEmacs on a TTY. The rest are the hundreds of bugfixes that usually come with a beta software.
Update xemacs-current to 21.5.12. This is a bugfix release. Details can be found at www.xemacs.org.
Make it compile with XEMACS_WIDGETS=gtk.
Update xemacs to 21.5.11 This release fixes the problem with scrambled screens when using xemacs in a terminal. Other changes are numerous as its a -current. Mainly bug fixes. Please see http://www.xemacs.org for details.
s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.
Update to XEmacs 21.5.10, "burdock". Changes excerpted from ${WRKSRC}/CHANGES-beta. --- Lots of updates from Ben Wing (as always), also from Andy Piper, Mike Sperber, and Stephen Turnbull with lots of documentation updates and fixes. One new exciting addition in this release is that the LDAP and PostgreSQL code has been extracted out of the core C code and moved to DSO's. We have Jerry James to thank/blame/worship for that. Build -- Reset sheap-adjustment to zero - Piper. -- Make --pdump default to yes on Linux - Turnbull. -- Only use -Wpacked in GCC v3 - Wing. -- Remove LISP_FLOAT_TYPE definition. - James. -- Temporarily disable DSO's under Cygwin - Wing. -- Updates to DSO building code (Makefile.in, configure.in etc) - Wing, James. -- Separate compiler warning flags from CFLAGS - Wing. -- Delete auto-autoloads.e* & custom-load.e* on 'make clean' - Turnbull. -- Disable detection of 'getaddrinfo' for HP-UX 11.XX - Turnbull. -- Include modules directories in 'make tags' - Youngs. -- Fix shadowing warnings in make-docfile.c - Wing. -- Move the common stuff from postgresql/ldap Makefile.in.in & configure.ac's into a "common" Makefile and configure script - Wing. -- Major cleanup of ellcc - Wing, James. -- Add Makefile var to pick up '--site-libraries' in DSO's - Youngs. -- Avoid unnecessary deviations from UNIX 'describe-installation' in xemacs.mak - Aichner. -- Don't confirm overwriting files in xemacs.mak - Aichner. -- Support 'xemacs_extra_name' in xemacs.mak - Aichner. -- Some gcc/g++ 3 fixes - Wing. -- Warning fixes - Wing. -- Fix some C++ errors - Wing. -- Allow for C needing volatile and C++ that can't have volatile, remove previous volatile hacks - Wing. -- Try for a working Cygwin build with old unexec - Wing. -- Warning suppression - Turnbull. -- New Mule character class regexp tests - Turnbull, Ueno. -- Better handling of known bugs in tests - Turnbull. -- Add test for stale subexpr match-data - Turnbull. -- Update syntax-table tests - Turnbull. -- Add word-boundary regexp tests - Turnbull. Documentation -- Updates to PROBLEMS file Running/Linux - Lesstif 0.93.36 - Turnbull Running/IRIX - Irix 6.5 coredumps - Turnbull Running/Cygwin - "No cygXpm-noX" fatal error - Turnbull Missing charsets - Remove ambiguity - Turnbull Running, General - FontSet warnings - Turnbull MacOS/X - Stack limitation - Turnbull Digital Unix - Generalise - Turnbull AIX - USE_KKCC lossage - Turnbull. -- Update instructions in info/dir - Wallington. -- Recommend TeXinfo 4.2 in INSTALL - Turnbull. -- Add example in sample.Xdefaults - Boffi. -- Typo fixes - Yamaoka, Youngs, Turnbull, Wing. -- Docstring fixes - Turnbull, Piper, Skyttä, Wing. -- Update description of XEmacs Patches and Design ML's - Turnbull. -- Incorportate ChangeLog.X into ChangeLog - Wing. -- FAQ additions/amendments: Debugging FAQ improvements - Wing. Mention union type bugs - Turnbull. Debugging HOWTO improvements - Turnbull. Decoding Lisp objects in the debugger - Turnbull. Fix location of FAQ on website - Skyttä. Add missing menu entry for Q3.2.7 - Verna. Displaying non-ASCII - Turnbull. Mention bug report commands - Turnbull. Revise Q1.3.[1-6] - Turnbull. New FAQ for "no cygXpm-noX" fatal error - Turnbull. -- New TeXinfo nodes: "Widget Internals" - Turnbull. "Simple Specifier Usage" - Turnbull. "Compilation Options" - Turnbull. -- Document charset Unification and Tables - Turnbull. -- Better short description of Mule in Mule submenu - Turnbull. -- Regression Testing XEmacs design hints & rewrite - Turnbull. -- Document 'face-frob-from-locale-first' - Golubev. -- Document 'set-face-background-pixmap-file' - Verna. -- Add urefs to Doug Lea's * Wolfram Gloger's home pages in "Low-Level Modules" - Turnbull. -- Update "Available Packages" - Skyttä. -- Document 'append' arg of 'add-to-list' - Skyttä. -- Add optimisation hints in "Techniques for XEmacs Developers" - Turnbull. Internals -- Add *menubar*FontSet and *popup*FontSet entries - Turnbull, Skyttä. -- Extract ldap and postgresql code from core and put them into DSO's - James. -- 'Fset_window_point' Correct to GNU/Emacs behaviour (fixes some bugs in Gnus) - Wing. -- Inhibit GC in critical sections - Wing. -- Fix calculation in 'report_sheap_usage' - Piper. -- Implement and use new var 'garbage_collection_messages' - Wallington. -- Fix 'open_database' for Berkeley DB 4.1.x - Allen. -- Updates to frame code - Sperber. -- Change C debugger entrance: error message, then stack trace, then exiting message, then force debugger - Wing. -- Use EQ not EQUAL in 'mswindows_init_frame_1' - Wing. -- Better redisplay-related asserts - Wing. -- Don't generate large warning strings when they'll be discarded - Wing. -- Implement 'debug-on-error' as documented - Wing. -- Fix docs relating to QUIT which can't GC under any circumstances - Wing. -- More robust package compilation and debugging - Wing. -- Overhaul profile code - Wing. -- Fix crashes due to incorrectly ported GNU/Emacs code - Wing. -- Clean up realpath.c - Wing. -- DdeCreateStringHandle needs to be manual due to new Cygwin bug - Wing. -- Fix some Cygwin complaints - Wing. -- Unconditionally use LISP_FLOAT_TYPE code - James. -- Improve crash message in 'shut_down_emacs' - Turnbull. -- Update NAS code for NAS 1.6 and later - Toy. -- Fix "unused variable" warnings in mule-canna.c - Turnbull. -- Prototype 'enqueue_focus_event' - Turnbull. -- Use BORDER_FIDDLE_FACTOR instead of 10 in 'layout_layout' - Piper. -- Add optional 'noerror' arg to 'Frequire' - Wallington. -- Only resize 'layout_query_geometry' dynamically if static sizes haven't been set - Piper. -- Fix infloop upon a gdm logout - Sigelman. -- Fix scope of 'num_nonshy_regs' - Turnbull. -- Fix "stale match data" bug - Turnbull. -- Don't call 'XtDisplay' on a destroyed widget - Golubev. -- Update specifier code - Sperber. -- Update process code - Sperber. -- Move ldap/postgresql code out to DSO's - James. -- Normalise Ffile_truename and drive spec on cygwing to win32 format - Piper. -- Use 'closesocket' instead of 'CloseHandle' in 'winsock_closer' - Alexander. -- Coding system updates - Ikiuo. Lisp API -- Update window-xemacs.el to fix 'goto-line' - Wing. -- Add garbage collection messages - Wallington. -- Re-implement window configurations in Emacs Lisp - Sperber. -- Enhance background-pixmap-file code - Verna. -- New macro 'save-window-excursion' to eventually replace bytecode instruction - Sperber. -- Move window.el et al up the order in dumped-lisp.el - Sperber. -- Don't use 'save-window-excursion' in 'shrink-window-if-larger-than-buffer' - Sperber. -- Updates to pixel-size code in dialog.el - Sperber. -- Remove nonworking 'breakpoint-on-error' - Wing. -- Extract out 'with-displaying-help-buffer' into a more general mechanism - Wing. -- Don't catch errors when noninteractive in startup.el - Wing. -- Fix warnings in code-files.el, loadhist.el, & package-get.el - Wing. -- Simplify code in '*-reset-device-font-menus' - James. -- Synch font-menu.el to the 21.4 version - Turnbull. -- Preserve return value from 'call-process' - Sperber. -- New functions in replace.el that operate on regions - Evans. -- Run 'delete-frame-hook' in general dialogs only - Piper. -- Add a margin parameter in autoload.el for DSO autoloads - James. -- Conditionalise autoloads for DSO's on the existence of the DSO - James. -- Always set module directories/paths in dump-paths.el - James. -- Bring list of package sites up to date - Skyttä. -- Add "Find Variable" menu entry for 'hyper-apropos-find-variable' - Wallington -- Fix 'view-lossage' interactive spec - Wallington. -- Synch 'with-output-to-string' with GNU/Emacs 21 - Wallington. -- Bind C-xrd to 'delete-rectangle' - Yamaoka. -- Move entries in 'auto-mode-alist' out to packages for the modes that are in packages - Skyttä -- New compatible alias for 'lookup-syntax-properties' ('parse-sexp-lookup-properties') - Turnbull. -- Enable C autoloads for DSO's - James. -- Update revert-buffer code - Piper. -- Add new coding system 'utf-8-bom' - Ikiuo.
Update xemacs-current to 21.5.9 Changes since 21.5.5 are too many to list here. Please consult www.xemacs.org for details. There have been mainly hundreds of bug fixes and work has been done on a new garbage collector which isn't enabled yet. Nothing exitingly new has been added as far as i know. Mainly internal rework.
Initial import of XEmacs 21.5.5 This is the *BETA* developement line of XEmacs so handle with care. This package is based on pkg/14132 contributed by Eric Gillespie Jr. Most notable change to the release is the possibility to compile xemacs with gtk+. Set XEMACS_WIDGETS accordingly in your mk.conf Possible values are: lucid (default) gtk gnome motif
Initial revision