comparison ChangeLog @ 161:28f395d8dc7a r20-3b7

Import from CVS: tag r20-3b7
author cvs
date Mon, 13 Aug 2007 09:42:26 +0200
parents 3bb7ccffb0c0
children 0132846995bd
comparison
equal deleted inserted replaced
160:1c55655d6702 161:28f395d8dc7a
1 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
2
3 * XEmacs 20.3-beta7 is released.
4
5 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
6
7 * etc/TUTORIAL (things): Synched by Hrvoje Niksic with previous
8 XEmacs version.
9
10 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
11
12 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
13 regexp for horizontal smiley faces.
14 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
15
16 * lisp/leim/quail.el (quail-get-translation): Don't use
17 `string-to-vector' for XEmacs.
18
19 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
20
21 * lisp/modes/*.el: Removed all "\177" bindings that were
22 previously commented out and normalized everything vis a vis
23 'backspace and 'delete keysyms.
24 * lisp/packages/*.el: Normalized all the "\177" bindings
25 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
26 which is a "smart" version of the cperl-electric-backspace
27 function (it honors the desired delete direction). Bound it to
28 'delete and the electric-backspace to 'backspace.
29 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
30 cperl-electric-delete to the 'supersede list.
31
1 1997-06-11 Steven L Baur <steve@altair.xemacs.org> 32 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
2 33
3 * XEmacs 20.3-b6 is released. 34 * XEmacs 20.3-b6 is released.
4 35
5 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW. 36 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.