comparison CHANGES-beta @ 1716:022d0f785096

[xemacs-hg @ 2003-09-26 05:56:29 by youngs] XEmacs 21.5.16 "celeriac" is released.
author youngs
date Fri, 26 Sep 2003 05:56:46 +0000
parents bb216a3e537f
children 1072ab44c134
comparison
equal deleted inserted replaced
1715:8beaf796bca7 1716:022d0f785096
1 to 21.5.16 "celeriac"
2
3 Build
4
5 -- Don't detect GNU DLD - James.
6 -- Better detection of sound on Solaris9 - Buchholz.
7 -- Add support detecting SunOS 5.10 in configure - Buchholz.
8 -- Use '-bundle' when testing ability to build shared libs, but use
9 '-bundle_loader' in ellcc - Begel.
10 -- Output separate declaration and definition for dump_id - James.
11 -- Add Makefile targets to build PDF docs - Wambold.
12 -- Don't mangle the unload function in `unload_postgresql' and
13 `unload_ldap' when compiling with C++ - James.
14 -- Use extern "C" for C++ builds - James.
15 -- Conditionally compile messages missing from the Cygwin headers - James.
16 -- Add cast to quiet compiler in unexcw.c - James.
17 -- Quiet compiler warnings about struct stat in syswindows.h - James.
18 -- Test \{m,n\} in regexp-tests - Turnbull.
19
20 Documentation
21
22 -- Propose bash as workaround for buggy Solaris sh in PROBLEMS - Sparapani.
23 -- Fix the PRINTED-MANUAL-TITLE arg for cross ref to "The XEmacs User's Manual"
24 - Aichner.
25 -- New node: "A Reader's Guide to XEmacs Coding Conventions" - Turnbull.
26 -- New node: "Customizing Message Display" - Golubev.
27
28 Internals
29
30 -- In ellcc.c don't mangle external symbols in generated doc file - James.
31 -- Add PARTIALLY parameter to support Fpos_visible_in_window_p parameter in
32 redisplay - James.
33 -- Use 'point_would_be_visible' parameter in `scrollbar_reset_cursor' - James.
34 -- Add PARTIALLY parameter fo `Fpos_visible_in_window_p' - James.
35 -- Use new 'point_would_be_visible' parameter in `window_scroll' - James.
36 -- dll_open now takes a Lisp_Object - James.
37 -- Remove useless call to dll_init - James.
38 -- char to CIbyte conversion in emodules.c, sysdll.c - James.
39 -- Do not mangle module initialisation function names - James.
40 -- char to Extbyte conversion in sysdll.c - James.
41 -- Return a Lisp_Object instead of a string in `dll_error' - James.
42 -- Make eval-related functions visible to modules - James.
43 -- Allow specifying elisp function for waithing user input while displaying
44 message while in minibuffer - Golubev.
45 -- Use OS_RELEASE=os_release_major*100+os_release_minor in s/sol2.h - Buchholz.
46 -- Add lrecord_memory_descriptions - Crestani.
47 -- Remove GetLongPathNameW - Harris.
48 -- A couple of new macros to compare w32api versions - James.
49 -- KKCC fixes - Crestani.
50
51 Lisp API
52
53 -- Allow user to specify alternative function for displaying message - Golubev.
54 -- New var to specify the maximum received fonts - LewisMoss.
55 -- Allow gnuserv to fallback to GTK if X device fails - LewisMoss.
56 -- Eval the initialisation value of `eol-detection-enabled-p' - Alexander.
57 -- Make sure `setbuffer-file-coding-system' sets the eol type - Alexander.
58 -- Remove unnecessary definitions of 'null-device' - Turnbull.
59 -- Actually implement the specified semantics for 'defvar' - Sperber.
60 -- Fix `shrink-to-fit' by calling `shrink-window-if-larger-than-buffer' - Aichner.
61
62
1 to 21.5.15 "celery" 63 to 21.5.15 "celery"
2 64
3 Build 65 Build
4 66
5 -- Autoconf configure updates - James, Turnbull. 67 -- Autoconf configure updates - James, Turnbull.