Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 487:54fa1a5c2d12
[xemacs-hg @ 2001-04-28 07:48:36 by ben]
misc changes, some for 21.4
remove bogus lines setting zmacs_region_stays to 0.
remove debug lines.
Correct general info about init file.
Fix up Cygwin section.
More contributions.
Fix spurious setting of zmacs-region-stays to t after a non-shift
motion command.
Sync up with FSF 20.7, to fix bugs handling some etags line formats.
Move non-window-system specific code that was duplicated in
all window systems into the generic code.
* gutter.el (init-gutter): Removed. (unused)
Clean up the rectangle code w.r.t. selections. You'll now get
the right text copied into the primary selection (but not the
clipboard yet, unfortunately -- that really requires defining
our own rectangle type).
author | ben |
---|---|
date | Sat, 28 Apr 2001 07:48:46 +0000 |
parents | 029314e67086 |
children | b3bbdc4058d7 |
comparison
equal
deleted
inserted
replaced
486:a83afd50994d | 487:54fa1a5c2d12 |
---|---|
1 2001-04-28 Ben Wing <ben@xemacs.org> | |
2 | |
3 * about.el (xemacs-hackers): | |
4 * about.el (about-url-alist): | |
5 * about.el (about-personal-info): | |
6 * about.el (about-hacker-contribution): | |
7 More contributions. | |
8 | |
9 * simple.el (handle-post-motion-command): | |
10 Fix spurious setting of zmacs-region-stays to t after a non-shift | |
11 motion command. | |
12 | |
13 * etags.el (find-tag-internal): | |
14 Sync up with FSF 20.7, to fix bugs handling some etags line formats. | |
15 | |
16 * gtk-init.el (init-post-gtk-win): | |
17 * msw-init.el (init-post-mswindows-win): | |
18 * x-init.el: | |
19 * x-init.el (x-activate-region-as-selection): Removed. | |
20 * x-init.el (init-post-x-win): | |
21 * keydefs.el (global-map): | |
22 * simple.el: | |
23 * startup.el (command-line): | |
24 * toolbar-items.el: | |
25 * toolbar-items.el (init-x-toolbar-list): Removed. | |
26 * toolbar-items.el (init-toolbar-list): New. | |
27 * toolbar-items.el (init-x-toolbar): Removed. | |
28 * toolbar-items.el (init-toolbar): New. | |
29 * toolbar-items.el (x-init-toolbar-from-resources): Removed. | |
30 * toolbar.el: | |
31 Move non-window-system specific code that was duplicated in | |
32 all window systems into the generic code. | |
33 | |
34 * gutter.el: | |
35 * gutter.el (init-gutter): Removed. (unused) | |
36 | |
37 * mouse.el: | |
38 * mouse.el (default-mouse-track-maybe-own-selection): | |
39 * mouse.el (mouse-track-activate-rectangular-selection): New. | |
40 * select.el: | |
41 * select.el (disown-selection): | |
42 * select.el (activate-region-as-selection): | |
43 * select.el (primary-selection-extent): | |
44 * select.el (valid-simple-selection-p): | |
45 Clean up the rectangle code w.r.t. selections. You'll now get | |
46 the right text copied into the primary selection (but not the | |
47 clipboard yet, unfortunately -- that really requires defining | |
48 our own rectangle type). | |
49 | |
1 2001-04-25 IKEYAMA Tomonori <tomonori@suiyokai.org> | 50 2001-04-25 IKEYAMA Tomonori <tomonori@suiyokai.org> |
2 | 51 |
3 * faces.el (make-face-bold): | 52 * faces.el (make-face-bold): |
4 * faces.el (make-face-italic): | 53 * faces.el (make-face-italic): |
5 * faces.el (make-face-bold-italic): | 54 * faces.el (make-face-bold-italic): |