comparison CHANGES-beta @ 724:76d5a3dd827a

[xemacs-hg @ 2002-01-05 07:33:11 by stephent] Pre-21.5.4 commit of stuff on notebook -- updated CHANGES-beta -- fix some slow startups - default with_ipv6_cname=no -- Stephen Turnbull -- Cygwin nox-xpm detection -- Charles Wilson -- eliminate bogus check for Athena widgets -- Alexey Mahotkin
author stephent
date Sat, 05 Jan 2002 07:33:24 +0000
parents 8779cda24ee7
children 177fa09febec
comparison
equal deleted inserted replaced
723:a65ddffa00a5 724:76d5a3dd827a
1 to 21.5.4 "bamboo"
2 -- auto-mode support .9 files as man pages -- Michael Sperber
3 -- auto-mode support configure.ac as m4 -- Edward M. Lee
4 -- bind `replace-rectangle' to `C-x r p' -- Didier Verna
5 -- bind `hyper-apropos-find-variable' (new) to `v' in hyper-apropos-help-map
6 -- David A. Panariti
7 -- bind `delete-other-frames' to `C-x 5 1' -- John Paul Wallington
8 -- default Info-auto-generate-directory to 'if-outdated -- Adrian Aichner
9 -- improve printer handling -- Andy Piper, Mike Alexander, Adrian Aichner
10 -- mark buffer as modified when changing coding system -- Andy Piper
11 -- minor mode mode-line-strings now customizable -- John Paul Wallington
12 isearch-mode, abbrev-mode, overwrite-mode, auto-fill-mode,
13 gnuserv-mode, defining-kbd-macro-mode, font-lock-mode, view-mode
14 -- search the core etc/ for package index if not in ~/.xemacs/ -- Steve Youngs
15 -- support sub-expression replacement in replace-match -- Torsten Duwe
16 -- support user {site,infodock}-packages hierarchies -- Michael Sperber
17 -- truncate-partial-width-windows now applied in redisplay -- Ben Wing
18 -- use version-specific name for root testing -- Michael Sperber
19 Eg, /usr/local/lib/xemacs-21.5.4. Fixes common "can't find root" bug,
20 but run-in-place XEmacs won't find installed packages.
21
22 -- HTML docs from Texinfo sources -- Adrian Aichner
23 -- document fix for Motif related crashes (Sun/Solaris) -- Robert Pluim
24 -- improve package system documentation -- Stephen Turnbull
25 -- new Japanese translation of xemacs.1 -- Kazuo Oishi
26 -- update developer personal info -- Jan Vroonhof, Michael Diers
27 -- many doc fixes and improvements, sorry about the credits :-(
28
29 -- alias `interactive-form' to `function-interactive' -- John Paul Wallington
30 -- etags to Potorti` version 14.28. -- Yoshiki Hayashi
31 -- mark-paragraph - added optional argument -- John Paul Wallington
32
33 -- arch-specific files go under ${libdir}, not ${datadir} -- Jered Floyd
34 -- configure recognizes LDFLAGS and adds to top Makefile -- Lutz Jaenicke
35 -- eliminate bogus check for Athena widgets -- Alexey Mahotkin
36 -- omit -Wshadow when compiling with g++ -- Ben Wing
37 -- use the ld reported by gcc, not gcc -- Andrew Begel
38 -- work around lack of support for autoconf 2.5x -- Didier Verna
39
40 -- fix "can't Customize standard faces" bug (partially) -- Jan Vroonhof
41 -- fix "can't close last window" bug -- Adrian Aichner
42 -- fix "doubled escape" bug in Mule (ISO-2022-7) autosave files -- Kyle Jones
43 -- fix "fail to save (non-themed) variable customizations" bug -- Andy Piper
44 -- fix PGP signature handling in package UI -- Steve Youngs
45 -- fix allocation of module-defined names in symbol table -- Andrew Begel
46 -- fix conversion of host and network byte order in multicast -- Daiki Ueno
47 -- fix crash from missing XIM unregister callback on Motif -- Glynn Clements
48 -- fix crash/infloops in read_key_sequence -- Hirokazu FUKUI
49 -- fix early dereference crash in decode_buffer -- Torsten Duwe
50 -- fix handling of negative C times -- Simon Josefsson and Stephen Turnbull
51 -- fix 'report-xemacs-bug' issues -- Steve Youngs
52 -- fix several font-lock bugs -- Jan Vroonhof, Andy Piper, Bill Perry
53 -- fix several package-get bugs -- Steve Youngs
54 -- fix some slow startups - default with_ipv6_cname=no -- Stephen Turnbull
55 -- fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing
56 -- fix window_loop iteration across multiple devices -- Darryl Okahata
57 -- fix/avoid GNU ld -z combreloc lossage -- Stephen Turnbull
58 -- make sure installed.db gets updated after updating packages -- Andy Piper
59
60 -- GTK improvements/fixes -- Bill Perry
61 -- add face mappings
62 -- fix "can't shut up bell" bug
63 -- fix some face initialization bugs
64 -- fix subwindow handling
65 -- fix yes-or-no-p lossage
66 -- improve conformance to internal APIs
67 -- munge highlight, zmacs-region, toolbar, and gui-button faces from
68 default GtkStyle
69 -- remove useless XPM color symbol checks
70
71 -- MS Windows improvements/fixes -- Andy Piper
72 -- better build portability
73 -- change registry key to XEmacs.
74 -- add/fix Cygwin handling of URLs and win32 paths
75 -- fix focus and event handling in scrollbars
76 -- fix get-popup-menu-response bug
77 -- improve DDE support
78 -- improve netinstaller, especially uninstall and shortcuts
79 -- improve popup dialog handling
80 -- new directory dialog support
81 -- quit if the user cancels in directory dialog
82 -- Cygwin nox-xpm detection -- Charles Wilson
83 -- fix compile problems when --with-msw, --with-x=no, --with-tty=no -- Ben Wing
84 -- fix file handle leak in pipes -- Mike Alexander
85 -- initial VC.NET support -- Andrew Begel
86
87 -- Rename/redefine integral types -- Ben Wing
88 -- See src/ChangeLog for details and rationale.
89 -- All integral types that measure quantities of anything are signed.
90 -- All quantity types boil down to EMACS_INT, except Hashcode,
91 which is an unsigned value of the same size as EMACS_INT.
92 -- Type names should be relatively short, with the first letter
93 capitalized and no underscores if they can be avoided.
94 -- "*count" == zero-based quantity. Includes sizes, offsets, and indexes.
95 -- "*bpos" == one-based buffer position.
96 -- "Char" refers to internal-format characters, not to the C type "char".
97 -- CVS: improve .cvsignore files -- Adrian Aichner
98 -- autoload handling improvements -- Didier Verna
99 -- improve handling of face inheritance/fallback -- Jan Vroonhof
100 -- condense repetitive window-system settings to 'win default' -- Bill Perry
101 -- improve debugging in event-msw.c -- Adrian Aichner
102 -- rename Menubar-items-truncate-list to Menubar-items-truncate-history
103 -- Adrian Aichner
104 -- rename default package index to 'package-index.LATEST.gpg' -- Steve Youngs
105 -- unify GUI pixmap handling -- Bill Perry
106 -- unify toolbar handling across GUI platforms -- Bill Perry
107
1 to 21.5.3 "asparagus" 108 to 21.5.3 "asparagus"
2 -- Add missing XIM unregister callback on Motif -- Glynn Clements 109 -- Add missing XIM unregister callback on Motif -- Glynn Clements
3 -- Improve debugging in event-msw.c, fix "can't close last window" bug 110 -- Improve debugging in event-msw.c, fix "can't close last window" bug
4 -- Adrian Aichner 111 -- Adrian Aichner
5 -- Improve Info docs for widget.el -- Stephen J. Turnbull 112 -- Improve Info docs for widget.el -- Stephen J. Turnbull