comparison CHANGES-beta @ 446:1ccc32a20af4 r21-2-38

Import from CVS: tag r21-2-38
author cvs
date Mon, 13 Aug 2007 11:37:21 +0200
parents 576fb035e263
children 3078fd1074e8
comparison
equal deleted inserted replaced
445:34f3776fcf0e 446:1ccc32a20af4
1 to 21.2.38 "Peisino,Ak(B"
2 -- Keyboard commands to set code system now work in file-coding
3 Emacsen! -- Jan Vroonhof (actually in 21.2.37)
4 -- Calls to the following functions are now better optimized:
5 backward-char backward-word plusp, minusp oddp evenp -- Martin Buchholz
6 -- COUNT argument to following functions is now optional:
7 forward-word backward-word mark-word kill-word backward-kill-word
8 forward-comment delete-char backward-delete-char -- Martin Buchholz
9 -- Don't put gutters/tabs on popup windows -- Andy Piper
10 -- Fix up info file cross references -- Adrian Aichner
11 -- Make `format' 64-bit clean -- Martin Buchholz
12 -- unexec changes on Windows -- Martin Buchholz
13 -- Make ptys work again on Cygwin -- Philip Aston
14 -- GCPRO fixes -- Yoshiki Hayashi, Gunnar Evermann, Martin Buchholz
15 -- Fix dumping problems on SGI Irix 6 -- Max Matveev, Martin Buchholz
16 -- Make DEBUG_GCPRO work again -- Gunnar Evermann
17 -- Pdump fixes -- Olivier Galibert
18 -- Case table changes -- Yoshiki Hayashi
19 -- Fix remaining tab oddities -- Andy Piper
20 -- Fix Windows unexec -- Andy Piper
21 -- byte-compiler arithmetic improvements -- Martin Buchholz
22
1 to 21.2.37 "Pan" 23 to 21.2.37 "Pan"
2 -- etags fix -- Stephen Carney 24 -- etags fix -- Stephen Carney
3 -- more gutters and tab changes -- Andy Piper 25 -- more gutters and tab changes -- Andy Piper
4 -- eval-when-compile no longer compiles its body -- Martin Buchholz 26 -- eval-when-compile no longer compiles its body -- Martin Buchholz
5 -- top-level (defvar foo) no longer generates a run-time load-history 27 -- top-level (defvar foo) no longer generates a run-time load-history
17 -- `mwheel-install', `turn-on-auto-fill', `turn-on-font-lock', 39 -- `mwheel-install', `turn-on-auto-fill', `turn-on-font-lock',
18 `turn-off-font-lock' are now interactive -- Martin Buchholz 40 `turn-off-font-lock' are now interactive -- Martin Buchholz
19 -- Detect _getpty correctly (for SGIs) -- Martin Buchholz 41 -- Detect _getpty correctly (for SGIs) -- Martin Buchholz
20 -- Several GCPRO bugs found -- Yoshiki Hayashi 42 -- Several GCPRO bugs found -- Yoshiki Hayashi
21 -- `replace-buffer-in-windows' now has the same WHICH-FRAMES and 43 -- `replace-buffer-in-windows' now has the same WHICH-FRAMES and
22 WHICH-DEVICES paratmeters as `delete-windows-on' -- Martin Buchholz 44 WHICH-DEVICES parameters as `delete-windows-on' -- Martin Buchholz
23 -- Add support for Compaq C on Alpha Linux -- Martin Buchholz 45 -- Add support for Compaq C on Alpha Linux -- Martin Buchholz
24 -- auto-save fixes -- Yoshiki Hayashi 46 -- auto-save fixes -- Yoshiki Hayashi
25 -- Removed unused C vars detected by Compaq C -- Martin Buchholz 47 -- Removed unused C vars detected by Compaq C -- Martin Buchholz
26 -- More 64-bit cleanliness micro-fixes -- Martin Buchholz 48 -- More 64-bit cleanliness micro-fixes -- Martin Buchholz
27 -- Fix cachel.merged_faces memory leak -- Golubev I. N. 49 -- Fix cachel.merged_faces memory leak -- Golubev I. N.