Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 253:157b30c96d03 r20-5b25
Import from CVS: tag r20-5b25
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:20:27 +0200 |
parents | 677f6a0ee643 |
children | 084402c475ba |
comparison
equal
deleted
inserted
replaced
252:afb15df44434 | 253:157b30c96d03 |
---|---|
1 1998-02-14 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * x11/x-win-xfree86.el (x-win-init-xfree86): | |
4 * x11/x-win-sun.el (x-win-init-sun): | |
5 * x11/x-init.el (x-initialize-compose): | |
6 * prim/simple.el: | |
7 (backward-or-forward-kill-sexp): | |
8 (backward-or-forward-kill-sentence): | |
9 (backward-or-forward-kill-word): | |
10 (backward-or-forward-delete-char): | |
11 * prim/isearch-mode.el (isearch-help-or-delete-char): | |
12 Use x-keysym-on-keyboard-sans-modifiers-p instead of | |
13 x-keysym-on-keyboard-p to detect backspace. | |
14 Use symbols instead of strings (now deprecated) with x-keysym-*-p. | |
15 Clean up symbols used with dead keys, checking Linux and solaris | |
16 keysyms. | |
17 Simplify x-win-*.el using above methods. | |
18 Change documentation for x-keysym-*-p functions. | |
19 | |
20 1998-02-14 SL Baur <steve@altair.xemacs.org> | |
21 | |
22 * about.el (about-hackers): Restore entries for Michael Sperber and | |
23 Vinnie Shelton. | |
24 From Vinnie Shelton <acs@acm.org> | |
25 | |
26 1998-02-14 Hrvoje Niksic <hniksic@srce.hr> | |
27 | |
28 * simple.el (count-words-region): Ditto. | |
29 | |
30 1998-02-12 Hrvoje Niksic <hniksic@srce.hr> | |
31 | |
32 * simple.el (count-words-buffer): Document. Don't print anything | |
33 if non-interactive. | |
34 | |
35 1998-02-12 SL Baur <steve@altair.xemacs.org> | |
36 | |
37 * packages.el (packages-hardcoded-lisp): easymenu.el is in | |
38 multiple files in InfoDock. | |
39 | |
40 1998-02-11 SL Baur <steve@altair.xemacs.org> | |
41 | |
42 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded | |
43 from version.el in InfoDock. | |
44 | |
45 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock | |
46 specially. | |
47 | |
48 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
49 | |
50 * bytecomp-runtime.el (proclaim-inline): Single quotes around | |
51 variable name in docstring. | |
52 | |
53 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
54 | |
55 * menubar.h: Include "gui.h". | |
56 | |
57 1998-02-10 SL Baur <steve@altair.xemacs.org> | |
58 | |
59 * site-load.el: Fix documentation. | |
60 | |
1 1998-02-09 SL Baur <steve@altair.xemacs.org> | 61 1998-02-09 SL Baur <steve@altair.xemacs.org> |
2 | 62 |
3 * package-get-base.el (package-get-base): Updated. | 63 * package-get-base.el (package-get-base): Updated. |
4 | 64 |
5 * keymap.el: PC-ize. | 65 * keymap.el: PC-ize. |