Mercurial > hg > xemacs-beta
comparison CHANGES-beta @ 3403:c5d1e8c7bde9
[xemacs-hg @ 2006-05-16 13:48:04 by stephent]
Oops ... in the wrong workspace.
author | stephent |
---|---|
date | Tue, 16 May 2006 13:48:04 +0000 |
parents | 4309d96fb8b7 |
children | 06ff7065a7fe |
comparison
equal
deleted
inserted
replaced
3402:a1f50481569f | 3403:c5d1e8c7bde9 |
---|---|
1 to 21.5.27 "fiddlesticks" | |
2 | |
3 Major Features and Backward Incompatible Changes | |
4 | |
5 -- fix: better autodetect of ISO 8859 vs. Big5 -- Joachim Schrod | |
6 -- fix: shell widget geometry management (metacity maximize bug) -- Stephen J. Turnbull | |
7 -- new: read multibyte characters as Unicode instead of Mule -- Aidan Kehoe, Pete Forman | |
8 | |
9 User-Visible Bug Fixes and Minor Improvements | |
10 | |
11 -- fix: separate resources for fcFontName and xftFont, fixes "can't change buffers-tabs font" bug -- Stephen J. Turnbull | |
12 -- improve: speed up read of process output -- Tony Bennett | |
13 -- improve: support more ALSA versions -- Jerry James | |
14 -- new: document Xft font customization in User Guide -- Stephen J. Turnbull | |
15 -- new: record load file name information for built-in symbols. -- Aidan Kehoe | |
16 | |
17 Build Infrastructure | |
18 | |
19 -- fix: update MS VC project files -- Adrian Aichner | |
20 -- improve: configure.ac: Add stubs for fontconfig configuration. -- Stephen J. Turnbull | |
21 | |
22 Documentation | |
23 | |
24 -- fix: remove obsolete comment at next-line-add-newlines -- Ville Skyttä | |
25 -- fix: COPYING: Update to latest upstream version. -- Jerry James | |
26 -- improve: comments in fontconfig.el, x-init.el -- Stephen J. Turnbull | |
27 -- improve: diagnostics for tab controls -- Stephen J. Turnbull | |
28 -- improve: docstrings for CL functions -- Aidan Kehoe | |
29 -- improve: geometry diagnostics in RootGeometryManager -- Stephen J. Turnbull, Francois L'Archeveque | |
30 -- improve: reorganize beta.texi -- Stephen J. Turnbull | |
31 -- new: internals node for creating new device types -- Stephen J. Turnbull | |
32 -- new: read multibyte characters as Unicode in User Guide -- Aidan Kehoe | |
33 | |
34 Lisp API | |
35 | |
36 -- fix: pass a device to x-font-menu-font-data-xft. -- Jerry James | |
37 -- fix: typo in code -- Aidan Kehoe | |
38 -- improve: GNU sync of goto-line -- Ville Skyttä | |
39 -- improve: error and usage messages -- Stephen J. Turnbull | |
40 -- improve: fontconfig refactoring -- Stephen J. Turnbull | |
41 | |
42 Internal API and Implementation | |
43 | |
44 -- fix: 64-bit cleanliness in number.c -- Jerry James | |
45 -- fix: 64-bit cleanliness in printing lwlib resources -- Jerry James | |
46 -- fix: copy_command_builder left console uninitialized -- Jerry James | |
47 -- fix: memory leak in font initialization -- Stephen J. Turnbull | |
48 -- fix: remove spurious diagnostics in FcPattern creation -- Stephen J. Turnbull | |
49 -- fix: signedness warnings in lwlib -- Jerry James | |
50 -- fix: use of char-like types -- Aidan Kehoe | |
51 -- fix: we don't support Xft v.1, remove pretense -- Stephen J. Turnbull | |
52 -- improve: fontconfig refactoring -- Stephen J. Turnbull | |
53 | |
1 to 21.5.26 "endive" | 54 to 21.5.26 "endive" |
2 | 55 |
3 Major Features and Backward Incompatible Changes | 56 Major Features and Backward Incompatible Changes |
4 | 57 |
5 -- Improve: search for package roots on Windows. -- Vin Shelton | 58 -- Improve: search for package roots on Windows. -- Vin Shelton |