Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 416:ebe98a74bd68 r21-2-16
Import from CVS: tag r21-2-16
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:22:23 +0200 |
parents | da8ed4261e83 |
children | e804706bfb8c |
comparison
equal
deleted
inserted
replaced
415:a27f76b40c83 | 416:ebe98a74bd68 |
---|---|
1 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
2 | |
3 * XEmacs 21.2.16 is released | |
4 | |
5 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp> | |
6 | |
7 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for | |
8 missing characters to avoid crash. | |
9 | |
10 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch> | |
11 | |
12 * coding.el (set-terminal-coding-system): Only set the console | |
13 coding system on the selected console if it is a tty. | |
14 | |
15 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch> | |
16 | |
17 * cus-face.el: | |
18 * cus-edit.el: | |
19 * faces.el: | |
20 (custom): | |
21 (face-spec-set): | |
22 * faces.el (frob-face-property): | |
23 * font-menu.el (font-menu-set-font): | |
24 Actually apply changes from 1999-03-17 | |
25 | |
26 1999-06-10 Andy Piper <andy@xemacs.org> | |
27 | |
28 * select.el (get-selection): abstract out non error-signalling | |
29 part. | |
30 (get-selection-no-error): get-selection without signalling an | |
31 error. | |
32 (selection-is-clipboard-p): new variable. controls whether the | |
33 selection sets the clipboard. | |
34 (own-selection): use it. | |
35 | |
36 * mouse.el (insert-selection): fallback to clipboard after trying | |
37 primary selection and cutbuffer. | |
38 | |
39 1999-06-05 Andy Piper <andy@xemacs.org> | |
40 | |
41 * x-select.el (xselect-kill-buffer-hook-1): use generalised | |
42 selection functions. | |
43 | |
44 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp> | |
45 | |
46 * code-files.el (buffer-file-coding-system): Use `raw-text' as | |
47 default value. | |
48 (load): Use `raw-text' instead of `no-conversion'. | |
49 (insert-file-contents): Likewise. | |
50 | |
51 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead | |
52 of `no-conversion'. | |
53 | |
54 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp> | |
55 | |
56 * coding.el: Don't copy `no-conversion' to `raw-text'. | |
57 | |
58 1999-06-07 Hrvoje Niksic <hniksic@srce.hr> | |
59 | |
60 * subr.el (make-char): Define it if Mule is not around. | |
61 | |
62 1999-06-07 SL Baur <steve@steve1.m17n.org> | |
63 | |
64 * mule/mule-help.el: Add trailing newline. Use mule keyword. | |
65 | |
66 * x-select.el (x-disown-selection-internal): Restore symbol as an | |
67 obsolete alias. | |
68 (xselect-kill-buffer-hook-1): Use disown-selection-internal. | |
69 | |
1 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | 70 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> |
2 | 71 |
3 * XEmacs 21.2.15 is released | 72 * XEmacs 21.2.15 is released |
4 | 73 |
5 1999-06-02 Oscar Figueiredo <oscar@xemacs.org> | 74 1999-06-02 Oscar Figueiredo <oscar@xemacs.org> |