comparison lisp/ChangeLog @ 294:4b85ae5eabfb r21-0b45

Import from CVS: tag r21-0b45
author cvs
date Mon, 13 Aug 2007 10:38:01 +0200
parents 6cb5e14cd98e
children 70ad99077275
comparison
equal deleted inserted replaced
293:403535bfea94 294:4b85ae5eabfb
1 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
2
3 * font.el: Split font-family-mappings into X and
4 mswindows-specific versions.
5 mswindows-font-create-[object|name]: Treat supplied size
6 as a pointsize. Added underline and strikethru handling.
7
8 * msw-faces.el: changed default mswindows charset to western.
9
10 * msw-glyphs.el: removed space in border-glyph font string that
11 was inserted to get round bugs in the mswindows C font code.
12
13 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
14
15 * minibuf.el: make read-color-completion-table call
16 (mswindows-color-list for mswindows devices.
17
18 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
19
20 * lisp/font-lock.el
21 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
22 Let declaration items contain non-word symbol characters.
23
24 1998-06-15 Adrian Aichner <aichner@ecf.teradyne.com>
25
26 * package-get.el (package-get-package-provider): Added autoload
27 cookie. Loading "package-get-base.el" in ALL functions that use
28 it. Fixed some (interactive ...) with multiple argument specs
29 again. Cosmetic indentation changes.
30
31 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
32
33 * info.el (Info-insert-dir): Don't use nreverse on variables
34 that you want to use later.
35
36 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
37
38 * x-mouse.el (x-set-point-and-move-selection): Replace call
39 to x-kill-primary-selection with kill-primary-selection
40
41 1998-06-12 Martin Buchholz <martin@xemacs.org>
42
43 * simple.el (what-cursor-position): Make cursor position reported
44 use value of column-number-start-at-one
45
46 1998-06-17 SL Baur <steve@altair.xemacs.org>
47
48 * about.el (xemacs-hackers): Fix Jareth's email address.
49
50 1998-06-16 SL Baur <steve@altair.xemacs.org>
51
52 * startup.el (startup-splash-frame): Remove
53 `xemacs-startup-logo-function'.
54
55 1998-06-15 SL Baur <steve@altair.xemacs.org>
56
57 * about.el (about-hackers): Update credits list.
58
1 1998-06-06 Jeff Miller <jmiller@smart.net> 59 1998-06-06 Jeff Miller <jmiller@smart.net>
2 60
3 * lisp/sound.el: Update sound-ext to allow filenames with 61 * lisp/sound.el: Update sound-ext to allow filenames with
4 extensions to be found by load-sound-file 62 extensions to be found by load-sound-file
5 63