comparison lisp/ChangeLog @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents 57709be46d1b
children c9fe270a4101
comparison
equal deleted inserted replaced
287:13a0bd77a29d 288:e11d67e05968
1 1998-06-01 SL Baur <steve@altair.xemacs.org>
2
3 * sound.el (default-sound-directory): Use `locate-data-directory'
4 to find the sounds directory.
5
6 1998-05-29 Andy Piper <andyp@parallax.co.uk>
7
8 * sound.el: default sound-ext to .wav under mswindows, .au
9 otherwise. load-default sounds without extensions.
10
11 1998-05-27 Bjrn Torkelsson <torkel@hpc2n.umu.se>
12
13 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
14 if send-pr is not bound.
15
16 1998-06-01 Andy Piper <andyp@parallax.co.uk>
17
18 * files.el: grok idl files in auto-mode-alist.
19 1998-06-01 Jeff Miller <jmiller@smart.net>
20
21 * minibuf.el (exact-minibuffer-completion-p): check for nil before
22 calling `upcase'.
23
24 1998-05-30 Andy Piper <andyp@parallax.co.uk>
25
26 * msw-glyphs.el: add xbm to the list of image types supported.
27
28 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
29
30 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
31 instead of XEmacs one when dumping InfoDock.
32
33 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
34
35 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
36 for `modeline-visible-p'
37
38 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
39
40 1998-05-29 Andy Piper <andyp@parallax.co.uk>
41
42 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
43 since it's not used anymore. doc string fixes.
44
45 * package-get.el (package-get-file-installed-p): new function. use
46 instead of file-installed-p which is in an external package.
47
48 1998-05-28 Oliver Graf <ograf@fga.de>
49
50 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
51 favor of select-window/switch-to-buffer
52
53 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
54
55 * startup.el: changed (getenv "HOME") to (user-home-directory)
56
57 1998-05-25 Oliver Graf <ograf@fga.de>
58
59 * frame.el (cde-start-drag) moved to dragdrop.el
60 (offix-start-drag-region) moved to dragdrop.el
61 (offix-start-drag) moved to dragdrop.el
62 * dragdrop.el (cde-start-drag) moved from frame.el
63 (offix-start-drag-region) moved from frame.el
64 (offix-start-drag) moved from frame.el
65 (cde-start-drag-region) cde drag regions
66 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
67
68 1998-05-26 Oliver Graf <ograf@fga.de>
69
70 * dragdrop.el: created dragdrop-drag prototypes
71 (cde-start-drag-region) fixed typo
72
73 1998-05-28 SL Baur <steve@altair.xemacs.org>
74
75 * simple.el (after-init-hook): Remove reader macro.
76
77 * packages.el (packages-hardcoded-lisp): Get rid of reader
78 macros. Update DOC string.
79
80 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
81
82 * mouse.el (drag-window-divider): Ditto.
83
84 * modeline.el (mouse-drag-modeline): Use it.
85
86 * lisp-mode.el (let-specifier): Specify indentation.
87
88 * specifier.el (let-specifier): Renamed from
89 `with-specifier-instance'.
90
91 1998-05-27 Andy Piper <andyp@parallax.co.uk>
92
93 * x-faces.el:
94 * faces.el: move definition of xpm-color-symbols from x-faces.el
95 to faces. Predicate x-get-resource on the presence of x.
96
97 * msw-faces.el: set 3d-object face rather than modeline. Specifiy
98 faces as specfier defaults.
99
100 * package-get.el: don't use package-admin-add-single-file-package.
101
102 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
103
104 * toolbar-items.el: Fixup tooltips.
105 (toolbar-gnus): Don't use obsolete variable
106 toolbar-news-frame-properties.
107 (toolbar-news-reader): Default to `gnus' instead of
108 `not-configured'.
109
110 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
111 Windows.
112
113 1998-05-25 Andy Piper <andyp@parallax.co.uk>
114
115 * package-get.el: rename -installedp -> -installed-p.
116
1 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru> 117 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
2 118
3 * glyphs.el (init-glyphs): Created `border-glyph' face, with no 119 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
4 attributes, and assinged it to continuation, truncation and 120 attributes, and assinged it to continuation, truncation and
5 hscroll glyphs. 121 hscroll glyphs.
84 1998-05-17 Andy Piper <andyp@parallax.co.uk> 200 1998-05-17 Andy Piper <andyp@parallax.co.uk>
85 201
86 * x-faces.el: 202 * x-faces.el:
87 * faces.el (try-font-name): moved from x-faces.el since it is 203 * faces.el (try-font-name): moved from x-faces.el since it is
88 required by w3 under mswindows as well X. 204 required by w3 under mswindows as well X.
205
206 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
207
208 * winnt.el: Removed evil (setq completion-ignore-case t)
209 clause, one more overlookef fsfism.
210 (nt-quote-args-functions-alist): End sentences with double space.
89 211
90 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru> 212 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
91 213
92 * window-xemacs.el (push-window-configuration): Remove kludgery of 214 * window-xemacs.el (push-window-configuration): Remove kludgery of
93 recaching default-toolbar specifier. 215 recaching default-toolbar specifier.
246 1998-05-14 Hrvoje Niksic <hniksic@srce.hr> 368 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
247 369
248 * keymap.el (kbd): Define here; handle string constants and 370 * keymap.el (kbd): Define here; handle string constants and
249 others... 371 others...
250 372
251 1998-05-15 Christian Nybø <chr@mediascience.no> 373 1998-05-15 Christian Nyb <chr@mediascience.no>
252 374
253 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char' 375 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
254 in Emacs 18. 376 in Emacs 18.
255 377
256 1998-05-13 Didier Verna <verna@inf.enst.fr> 378 1998-05-13 Didier Verna <verna@inf.enst.fr>