comparison lisp/ChangeLog @ 215:1f0dabaa0855 r20-4b6

Import from CVS: tag r20-4b6
author cvs
date Mon, 13 Aug 2007 10:07:35 +0200
parents 78f53ef88e17
children d44af0c54775
comparison
equal deleted inserted replaced
214:c5d88c05e1e9 215:1f0dabaa0855
1 1997-11-18 Colin Rafferty <craffert@ml.com>
2
3 * packages.el (packages-find-packages): Modified to allow `nil'
4 entry in the `package-path'. All entries before the nil will be
5 prepended to the paths (as before). All entries after nil will be
6 appended.
7
8 * packages.el (locate-data-file): Implemented similar to
9 locate-data-directory.
10
11 1997-11-20 Kyle Jones <kyle_jones@wonderworks.com>
12
13 * lisp/x-faces.el: Add expression to xpm-color-symbols to
14 look for the global background resource when supporting
15 the backgroundToolBarColor XPM symbolic name.
16
17 1997-11-17 Marc Paquette <marcpa@cam.org>
18
19 * efs/dired.el: Removed special case for windows-nt in
20 dired-get-filename(); no longer needed because we now do
21 CRLF->LF conversion upstream.
22
23 1997-11-18 Jonathan Harris <jhar@tardis.ed.ac.uk>
24
25 * msw-faces.el: Actually does something.
26
27 1997-11-18 Christoph Wedler <wedler@fmi.uni-passau.de>
28
29 * packages/font-lock.el (font-lock-fontify-anchored-keywords):
30 Sync'd with FSF 20.2.
31 (font-lock-keywords): Docstring partly sync'd with FSF 20.2.
32
33 1997-11-18 SL Baur <steve@altair.xemacs.org>
34
35 * egg/egg-leim.el (egg-activate): Call normal language setup
36 function.
37 - Call egg-mode
38 - require egg-wnn
39
40 * egg/egg-wnn.el (set-wnn-host-name): Use localhost as a fallback.
41 (set-cwnn-host-name): Ditto.
42 (set-kwnn-host-name): Ditto.
43 (open-wnn-if-disconnected): Ditto.
44
45 1997-11-18 Hrvoje Niksic <hniksic@srce.hr>
46
47 * prim/about.el (about-maintainer-info): Corrected typo.
48
49 * x-toolbar.el (toolbar-mail): Use `eval' to evaluate forms.
50
51 * cus-edit.el (customize-browse): Call `widget-add-change'.
52
53 1997-11-18 SL Baur <steve@altair.xemacs.org>
54
55 * utils/uniquify.el (uniquify-buffer-name-style): Fix typo.
56 Suggested by: Michael Sperber <sperber@informatik.uni-tuebingen.de>
57
58 1997-11-18 Hrvoje Niksic <hniksic@srce.hr>
59
60 * prim/about.el (about-news): Announce a way to leave the buffer.
61
62 1997-11-17 Kyle Jones <kyle_jones@wonderworks.com>
63
64 * lisp/x-toolbar.el (x-init-toolbar-from-resources):
65 Initialize the toolbar border width specifiers.
66
67 1997-11-17 SL Baur <steve@altair.xemacs.org>
68
69 * lisp/mule/mule-files.el: Add TUTORIAL.pl to
70 `file-coding-system-alist'.
71 * lisp/language/european.el: Add Polish language environment.
72
73 * lisp/loadup.el: set inhibit-package-init when running from temacs.
74
75 1997-11-16 SL Baur <steve@altair.xemacs.org>
76
77 * lisp/prim/options.el: Fix comment typo.
78 From Peter Pezaris <pez@dwwc.com>
79
80 1997-11-16 Kyle Jones <kyle_jones@wonderworks.com>
81
82 * lisp/prim/minibuf.el (reset-buffer): Make inhibit-read-only
83 local to the current buffer and set it to t to prevent
84 read-only text from permanently wedging the minibuffer.
85
86 1997-11-16 SL Baur <steve@altair.xemacs.org>
87
88 * packages/emacsbug.el (report-xemacs-bug): Handle case where
89 ` *Message-Log*' buffer has not already been created.
90 * prim/help.el (view-lossage): Ditto.
91 * prim/simple.el (show-message-log): Ditto.
92
1 1997-11-15 SL Baur <steve@altair.xemacs.org> 93 1997-11-15 SL Baur <steve@altair.xemacs.org>
2 94
3 * packages.el (list-autoloads): Fix typo (I hope). [Doesn't work] 95 * packages.el (list-autoloads): Fix doubleslash problem.
4 96
5 1997-11-14 Hrvoje Niksic <hniksic@srce.hr> 97 1997-11-14 Hrvoje Niksic <hniksic@srce.hr>
6 98
7 * custom/wid-edit.el (widget-before-change): Check for inactive 99 * custom/wid-edit.el (widget-before-change): Check for inactive
8 editable fields. 100 editable fields.