comparison lisp/ChangeLog @ 819:6504113e7c2d

[xemacs-hg @ 2002-04-25 18:03:23 by andyp] sync up windows branch from 21.4
author andyp
date Thu, 25 Apr 2002 18:04:24 +0000
parents accc481aef34
children f770374ae506
comparison
equal deleted inserted replaced
818:accc481aef34 819:6504113e7c2d
1 2002-04-09 Andy Piper <andy@xemacs.org>
2
3 * files.el (revert-buffer): use revert-buffer-internal if it looks
4 like doing so will not result in any user-visible changes.
5 (revert-buffer-internal): new function. Do the actual process of
6 reversion and then see whether the result is any different to what
7 we have already. If it is not then do nothing.
8
9 2002-02-04 Andy Piper <andy@xemacs.org>
10
11 * files.el (convert-standard-filename): Fix for short filename
12 Peter Arius <pas@methodpark.de>
13
14 2001-12-16 Andy Piper <andy@xemacs.org>
15
16 * package-get.el (package-get-update-all): Make sure installed.db
17 gets updated after updating packages.
18
19 2001-12-11 Andy Piper <andy@xemacs.org>
20
21 * menubar.el (get-popup-menu-response): re-order so that it works
22 on more sane/facist window systems.
23
24 2001-12-03 Andy Piper <andy@xemacs.org>
25
26 * faces.el (frob-face-property): don't infloop in face frobbing
27 from Jan Vroonhof <jan@xemacs.org>.
28
29 2001-11-30 Andy Piper <andy@xemacs.org>
30
31 * printer.el (generic-print-region): fix for non-MS systems from
32 Mike Fabian.
33
34 2001-11-30 Jan Vroonhof <jan@xemacs.org>
35
36 * font.el (font-window-system-mappings): Add mapping for Gtk
37 (assume identical to X)
38
39 2001-11-30 Jan Vroonhof <jan@xemacs.org>
40
41 * faces.el (frob-face-property): Follow face fall-back hierarchy
42 properly for face properties without an instance. Only do manual
43 copy form 'default in last resort. This handles in particular
44 the case where 'default itself has only a fall-back (which is
45 the case by default on windows).
46
47 2001-11-24 Andy Piper <andy@xemacs.org>
48
49 * printer.el (generic-print-region): set default-frame-plist to
50 nil while creating the printer frame so that sizes reflect the
51 printed page.
52
53 * faces.el (face-complain-about-font): Don't complain on printers.
54
1 2002-04-25 Steve Youngs <youngs@xemacs.org> 55 2002-04-25 Steve Youngs <youngs@xemacs.org>
2 56
3 * mule/mule-charset.el (string-to-char-list): New. This used to 57 * mule/mule-charset.el (string-to-char-list): New. This used to
4 be in 'mule-misc.el' but that file has been removed. 58 be in 'mule-misc.el' but that file has been removed.
5 59