Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 201:eb5470882647 r20-3b27
Import from CVS: tag r20-3b27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:01:22 +0200 |
parents | 169c0442b401 |
children | 850242ba4a81 |
comparison
equal
deleted
inserted
replaced
200:f0deb0c0e6be | 201:eb5470882647 |
---|---|
1 1997-09-29 Karl M. Hegbloom <karlheg@inetarena.com> | |
2 | |
3 * prim/files.el (auto-mode-alist): make `.cl' a lisp-mode | |
4 extension for Franz Allegro CL. | |
5 | |
6 1997-10-05 Hrvoje Niksic <hniksic@srce.hr> | |
7 | |
8 * prim/simple.el: Minor docstring and comment changes. Customized | |
9 some more. | |
10 | |
11 1997-10-04 Hrvoje Niksic <hniksic@srce.hr> | |
12 | |
13 * utils/xemacs-build-report.el (xemacs-build-report): Placed to | |
14 maintenance group. | |
15 (xemacs-create-build-report): Added an autoload cookie. | |
16 | |
17 * prim/profile.el (profiling-results): Renamed from | |
18 `pretty-print-profiling-info'. | |
19 | |
20 1997-10-03 Karl M. Hegbloom <Karl M. Hegbloom <karlheg@inetarena.com>> | |
21 | |
22 * custom/cus-edit.el (custom-save-all): Bind `auto-mode-alist' to | |
23 nil around the init file handling to prevent unnecessary automagic | |
24 processing. | |
25 | |
26 1997-10-03 Hrvoje Niksic <hniksic@srce.hr> | |
27 | |
28 * prim/faces.el (face-spec-set): Invoke `init-face-from-resources'. | |
29 | |
30 * custom/cus-face.el (custom-set-faces): Revert to using | |
31 `make-empty-face'. | |
32 (custom-declare-face): Ditto. | |
33 | |
34 1997-10-04 SL Baur <steve@altair.xemacs.org> | |
35 | |
36 * prim/modeline.el (modeline-modified-map): Call wrapper function | |
37 over `vc-toggle-read-only'. | |
38 (modeline-toggle-read-only): New function. | |
39 | |
40 * prim/files.el (basic-save-buffer): Put guard on call to | |
41 `vc-after-save' since someone may wish not to install the vc | |
42 package. | |
43 | |
44 * prim/fill.el (sentence-end-double-space): Fix docstring. | |
45 | |
46 * cl/cl-seq.el (remq): Reformat and add doc-string. | |
47 Suggested by: Karl M. Hegbloom <karlheg@inetarena.com> | |
48 | |
49 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com> | |
50 | |
51 * packages/func-menu.el: change the countups from message's to | |
52 display-message 'progress's so they don't dump in the lossage | |
53 buffer. | |
54 | |
55 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com> | |
56 | |
57 * psgml/psgml.el (sgml-mode-map): Bind (meta backspace) to | |
58 'backward-kill-word so it works as expected. "\e\C-h" will still | |
59 do 'sgml-mark-current-element. | |
60 | |
61 1997-08-13 Yves BLUSSEAU <hk444@cleveland.freenet.edu> | |
62 | |
63 * efs/efs.el (efs-set-file-modes): Fix a bug that cause an error | |
64 when using the efs-set-file-modes function on a remote station with | |
65 a FTP daemon that don't support the QUOTE function. | |
66 | |
67 1997-10-02 Colin Rafferty <craffert@ml.com> | |
68 | |
69 * prim/frame.el (default-drag-and-drop-functions): Fixed a typo | |
70 that was calling `data' rather than looking at it. | |
71 | |
72 1997-10-04 SL Baur <steve@altair.xemacs.org> | |
73 | |
74 * cl/cl-seq.el (remove): Add docstring. | |
75 Suggested by Karl M Hegbloom <karlheg@inetarena.com> | |
76 | |
1 1997-10-02 Colin Rafferty <craffert@ml.com> | 77 1997-10-02 Colin Rafferty <craffert@ml.com> |
2 | 78 |
3 * prim/simple.el (set-fill-column): Used format to create the | 79 * prim/simple.el (set-fill-column): Used format to create the |
4 string for `display-message'. | 80 string for `display-message'. |
5 | 81 |