Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 65c19d2020f7 |
children | 405dd6d1825b |
comparison
equal
deleted
inserted
replaced
258:58424f6abf56 | 259:11cf20601dec |
---|---|
1 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk> | |
2 | |
3 * code-files.el: new file. a virtual copy of mule-files.el | |
4 but without charset | |
5 dependencies. (toggle-buffer-file-ocding-system) new function for | |
6 changing the eol type for the current buffer. | |
7 | |
8 * code-process.el: new file. a copy of | |
9 mule-process.el. mule-process.el will disappear when things have | |
10 settled. | |
11 | |
12 * coding.el: new file. a virtual copy of mule-files.el but | |
13 without charset dependencies. (coding-system-base) new function | |
14 for getting the parent coding system of a coding system with eol | |
15 type set. | |
16 | |
17 * dumped-lisp.el: add above files for the non-mule case. | |
18 | |
19 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com> | |
20 | |
21 * window-xemacs.el (display-buffer): If no explicit | |
22 frame is specified, search for a window that displays | |
23 the buffer on the currently selected frame, before | |
24 searching other frames. | |
25 | |
26 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com> | |
27 | |
28 * frame.el (get-frame-for-buffer): If not-this-window-p | |
29 is non-nil, use window on the selected frame if it is not | |
30 also the selected window. When defaulting, search for | |
31 windows on the currently selected fgrame before searching | |
32 other frames. | |
33 | |
34 1998-02-25 Didier Verna <verna@inf.enst.fr> | |
35 | |
36 * modeline.el (modeline-swap-buffers): originally named | |
37 `mouse-release-modeline'. Whether to actually swap the buffers is | |
38 decided in `mouse-drag-modeline'. | |
39 (mouse-drag-modeline): A button release event is considered a | |
40 mouse click is both X (modeline scroll) and Y (modeline drag) pos | |
41 stay unchanged. | |
42 | |
43 1998-02-25 SL Baur <steve@altair.xemacs.org> | |
44 | |
45 * x-menubar.el: Put redo on the menubar. | |
46 From Aki Vehtari <Aki.Vehtari@hut.fi> | |
47 | |
48 1998-02-22 Greg Klanderman <greg@alphatech.com> | |
49 | |
50 * bytecomp.el (displaying-byte-compile-warnings): if | |
51 temp-buffer-show-function is set, use it to display current set of | |
52 warnings in the "*Compile-Log-Show*" buffer. | |
53 | |
54 * simple.el (display-warning-buffer): if temp-buffer-show-function | |
55 is set, use it to display current set of warnings in the | |
56 "*Warnings-Show*" buffer. | |
57 | |
58 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
59 | |
60 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in | |
61 Common Lisp. | |
62 | |
63 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi> | |
64 | |
65 * menubar.el: Allow button descriptors at least 2 long. | |
66 | |
67 * x-menubar.el (default-menubar): Use recommended forms. | |
68 (file-menu-filter): Remove. | |
69 (edit-menu-filter): Remove. | |
70 | |
71 1998-02-24 SL Baur <steve@altair.xemacs.org> | |
72 | |
73 * about.el (about-hackers): Updated. | |
74 | |
75 1998-02-22 Greg Klanderman <greg@alphatech.com> | |
76 | |
77 * help.el (help-max-help-buffers): new variable | |
78 (help-register-and-maybe-prune-excess): new function | |
79 (help-buffer-name): use help-max-help-buffers. | |
80 (with-displaying-help-buffer): use | |
81 help-register-and-maybe-prune-excess. | |
82 | |
83 * help.el (help-maybe-pretty-print-value): if the value fits on | |
84 one line, let it. | |
85 | |
86 1998-02-21 Greg Klanderman <greg@alphatech.com> | |
87 | |
88 * (with-displaying-help-buffer): there is no need to kill the buffer | |
89 if it exists, becasuse with-output-to-temp-buffer will clear it. | |
90 further, killing the buffer violates the rule that | |
91 temp-buffer-show-function, if set, has the full responsibility of | |
92 showing the temp buffer. killing the buffer fucks with the window | |
93 configuration, hosing temp-buffer-show-function. | |
94 | |
95 | |
96 1998-02-23 Didier Verna <verna@inf.enst.fr> | |
97 | |
98 * modeline.el (mouse-drag-modeline): | |
99 - Always scroll the modeline that was originally clicked on. | |
100 - Use x pixels instead of x characters (which doesn't work anyway) | |
101 as horizontal reference for modeline dragging. This allows us to | |
102 keep on dragging the modeline even if the motion event occurs in | |
103 another window. | |
104 | |
105 1998-02-23 Didier Verna <verna@inf.enst.fr> | |
106 | |
107 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor | |
108 glyph on the modeline to indicate that dragging the mouse has an | |
109 effect both horizontally and vertically. | |
110 | |
111 1998-02-24 SL Baur <steve@altair.xemacs.org> | |
112 | |
113 * about.el (about-xemacs): Get rid of redundant visible version | |
114 number. | |
115 | |
1 1998-02-19 SL Baur <steve@altair.xemacs.org> | 116 1998-02-19 SL Baur <steve@altair.xemacs.org> |
2 | 117 |
3 * about.el (about-hackers): Update credits. | 118 * about.el (about-hackers): Update credits. |
4 | 119 |
5 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de> | 120 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de> |