comparison CHANGES-beta @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents 74fd4e045ea6
children 5a2589c672dc
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
1 to 21.2.30 "Hygeia"
2 -- Make (find-tag-other-window) always use other window,
3 even if tag is found in buffer of current window, Samuel Mikes
4 -- Make configure complain about broken compiler versions (Jan Vroonhof, Yoshiki Hayashi, Bill Perry)
5 -- `write-region' now deals properly with non-ASCII file names, Martin Buchholz
6 -- `file-truename' now respects file-name-coding-system, Martin Buchholz
7 -- arm configure support fixed.
8 -- non-ASCII string handling performance boost, Martin Buchholz
9 -- Garbage collector performance boost, Martin Buchholz
10 -- Lisp engine performance boost, Martin Buchholz
11 -- New ldap API (Oscar Figueiredo)
12 -- (- 0) is now optimized to 0, not (-), Martin Buchholz
13 -- More gutter tabs fixes, Andy Piper
14
1 to 21.2.29 "Hestia" 15 to 21.2.29 "Hestia"
2 -- Fix compile errors on pre-X11R6 systems, introduced in 21.2.28. 16 -- Fix compile errors on pre-X11R6 systems, introduced in 21.2.28.
3 -- Fix autodetection of Berkeley DB on Linux Glibc 2 systems. 17 -- Fix autodetection of Berkeley DB on Linux Glibc 2 systems.
4 (but more work needed) 18 (but more work needed)
5 -- Allow non-symbols (anything compared with `eq') in object plists. 19 -- Allow non-symbols (anything compared with `eq') in object plists.
122 to 21.2.22 "Mercedes" 136 to 21.2.22 "Mercedes"
123 -- ESD Sound support from Robert Bihlmeyer 137 -- ESD Sound support from Robert Bihlmeyer
124 -- 10% faster redisplay from Jan Vroonhof 138 -- 10% faster redisplay from Jan Vroonhof
125 -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi 139 -- Fixes from Jeff Miller, Alexandre Oliva and Yoshiki Hayashi
126 -- "If you've got problems, read PROBLEMS!" from Robert Pluim 140 -- "If you've got problems, read PROBLEMS!" from Robert Pluim
141 -- Completely revamped GPM support from William Perry
127 -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz 142 -- Lstream code now uses size_t, ssize_t consistently, Martin Buchholz
128 -- Fix `make install' if prefix != exec_prefix, Martin Buchholz 143 -- Fix `make install' if prefix != exec_prefix, Martin Buchholz
129 -- Fix compile warnings and C++ compilation, Martin Buchholz 144 -- Fix compile warnings and C++ compilation, Martin Buchholz
130 -- Fix detection of coding: cookie in -*- first line. 145 -- Fix detection of coding: cookie in -*- first line.
131 -- More xim-xlib work by Kazuyuki Ienaga 146 -- More xim-xlib work by Kazuyuki Ienaga