comparison lisp/ChangeLog @ 286:57709be46d1b r21-0b41

Import from CVS: tag r21-0b41
author cvs
date Mon, 13 Aug 2007 10:35:03 +0200
parents 558f606b08ae
children e11d67e05968
comparison
equal deleted inserted replaced
285:9a3756523c1b 286:57709be46d1b
1 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
2
3 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
4 attributes, and assinged it to continuation, truncation and
5 hscroll glyphs.
6
7 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
8 and made continuation, truncation and hscroll glyphs arrow
9 characters out of that font.
10
11 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
12
13 * minibuf.el (minibuffer-electric-separator): Play nicely with
14 directory-sep-char being \.
15 (minibuffer-electric-tilde): Ditto.
16 (read-file-name-map): Ditto.
17
18 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
19
20 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
21 on X devices.
22 (default-mouse-track-deal-with-down-event): Avoid
23 `x-disown-selection'; use `disown-selection' instead.
24
25 1998-05-21 Andy Piper <andyp@parallax.co.uk>
26
27 * select.el:
28 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
29 moved to (cut-copy-clear-internal) in select.el. Ditto for
30 (x-delete-primary-selection) (x-kill-primary-selection)
31 (x-copy-primary-selection).
32 (own-clipboard): new function.
33
34 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
35 functions in select.el. remove old ones.
36 (mswindows-own-clipboard): new function.
37
38 1998-05-21 Andy Piper <andyp@parallax.co.uk>
39
40 * gnuserv.el: allow connections from mswindows type devices.
41
42 1998-05-20 Andy Piper <andyp@parallax.co.uk>
43
44 * msw-glyphs.el: change image type used from cursor to resource.
45
46 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
47
48 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
49 for {top,bottom}-{left,right} values in addition to
50 {top,bottom}_{left,right}.
51 Use x-get-resource instead of x-get-resource-and-bogosity-check.
52
53 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
54
55 * cl-macs.el (specifier-instance): Undefine its setf method.
56
57 * specifier.el (with-specifier-instance): Added docstring.
58
59 * mouse.el (drag-window-divider): Ditto.
60
61 * modeline.el (mouse-drag-modeline): Use it.
62
63 * lisp-mode.el (with-specifier-instance): Define its indentation
64 level.
65
66 * specifier.el (with-specifier-instance): New macro.
67
68 1998-05-19 Andy Piper <andyp@parallax.co.uk>
69
70 * package-get.el (package-get-create-custom): new function to
71 auto-generate package-get-custom.el from package-get-base.el.
72 * (package-get-ever-installedp): new function.
73 * (package-get-custom): new function to get all packages specified
74 by customize.
75
76 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
77
78 * cus-edit.el (custom-file): Revert to `~/.emacs'.
79
80 1998-05-23 SL Baur <steve@altair.xemacs.org>
81
82 * cl-extra.el: Reverse previous float change.
83
84 1998-05-17 Andy Piper <andyp@parallax.co.uk>
85
86 * x-faces.el:
87 * faces.el (try-font-name): moved from x-faces.el since it is
88 required by w3 under mswindows as well X.
89
90 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
91
92 * window-xemacs.el (push-window-configuration): Remove kludgery of
93 recaching default-toolbar specifier.
94 (pop-window-configuration): Ditto.
95 (unpop-window-configuration): Ditto.
96
97 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
98
99 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
100
101 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
102
103 * winnt.el (nt-quote-args-verbatim): Added function.
104 (nt-quote-args-prefix-quote): Added function.
105 (nt-quote-args-backslash-quote): Added function.
106 (nt-quote-args-double-quote): Added function.
107 (nt-quote-args-functions-alist): New variable.
108 (nt-quote-process-args): Added function. This is the main quoting
109 work horse called from process-nt.c
110
111 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
112
113 * winnt.el: Removed duplicate definitions for backspace,
114 delete, M-backspace and C-M-backspace.
115 (file-name-buffer-file-type-alist): Removed this variable.
116 (find-buffer-file-type): Removed function.
117 (find-file-binary): Removed function.
118 (find-file-text): Removed function.
119 (find-file-not-found-set-buffer-file-type): Removed function.
120 (save-to-unix-hook): Removed function.
121 (revert-from-unix-hook): Removed function.
122 (using-unix-filesystems): Removed function.
123 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
124 warning.
125 (x-set-selection): Removed function.
126 (x-get-selection): Removed function.
127 Removed commented FSFisms.
128 Replaced copyright notice (this file is not part of GNU Emacs).
129 (nt-shell-mode-hook): Moved here from a lambda expression. Added
130 comint-process-echoes setting to t.
131
132 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
133
134 * packages.el (packages-no-package-hierarchy-regexp): Introduced
135 and used following the interface change of
136 `paths-find-recursive-path'.
137
138 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
139 regexp instead of a list of base names.
140 (paths-version-control-filename-regexp):
141 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
142 Introduced and used following the interface change of
143 `paths-find-recursive-path'.
144
145 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
146
147 * simple.el (delete-forward-p): Make it a defun; do X garbage only
148 on X devices, rather than on all non-TTY devices.
149
150 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
151
152 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
153
154 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
155
156 1998-05-17 Adrian Aichner <aichner@ecf.teradyne.com>
157
158 * itimer.el (activate-itimer): Fixed usage of integers
159 as argument to `concat'.
160
161 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
162
163 * itimer.el (start-itimer): replace the use of `concat' with
164 `format'
165
166 1998-05-16 SL Baur <steve@altair.xemacs.org>
167
168 * mode-motion.el (mode-motion-hook): Clarify docstring.
169 From Bob Weiner <weiner@altrasoft.com>
170
171 * loadhist.el (symbol-file): Supply prompt string when used
172 interactively.
173 From Bob Weiner <weiner@altrasoft.com>
174
1 1998-05-16 Hrvoje Niksic <hniksic@srce.hr> 175 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
2 176
3 * loadup.el (really-early-error-handler): Ditto. 177 * loadup.el (really-early-error-handler): Ditto.
4 178
5 * update-elc.el: Ditto. 179 * update-elc.el: Ditto.