Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 213:78f53ef88e17 r20-4b5
Import from CVS: tag r20-4b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:06:47 +0200 |
parents | 78478c60bfcd |
children | 1f0dabaa0855 |
comparison
equal
deleted
inserted
replaced
212:d8688acf4c5b | 213:78f53ef88e17 |
---|---|
1 1997-11-15 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * packages.el (list-autoloads): Fix typo (I hope). [Doesn't work] | |
4 | |
5 1997-11-14 Hrvoje Niksic <hniksic@srce.hr> | |
6 | |
7 * custom/wid-edit.el (widget-before-change): Check for inactive | |
8 editable fields. | |
9 | |
10 1997-11-13 SL Baur <steve@altair.xemacs.org> | |
11 | |
12 * prim/about.el (about-xemacs): Update maintainers. | |
13 | |
14 1997-11-12 Hrvoje Niksic <hniksic@srce.hr> | |
15 | |
16 * custom/cus-edit.el (custom-face-save): Save the face. | |
17 | |
18 1997-11-13 Kyle Jones <kyle_jones@wonderworks.com> | |
19 | |
20 * packages/font-lock.el (font-lock-fontify-keywords-region): | |
21 If not fontifying a MATCH-ANCHORED style keyword, | |
22 backtrack to just after the end of the keyword before | |
23 doing the next search. | |
24 | |
25 1997-11-13 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> | |
26 | |
27 * language/vietnamese.el: Synched ccl with FSF 20.2. | |
28 | |
29 * language/cyrillic.el: Synched ccl with FSF 20.2. | |
30 | |
31 * language/chinese.el: Synched ccl with FSF 20.2. | |
32 | |
33 * mule/mule-ccl.el: Synched with FSF 20.2. | |
34 | |
35 1997-11-12 SL Baur <steve@altair.xemacs.org> | |
36 | |
37 * leim/quail.el (quail-translation-keymap): Guard against | |
38 meta-prefix-char being -1 (documented as disabling it :-(). | |
39 (quail-simple-translation-keymap): Ditto. | |
40 (quail-conversion-keymap): Ditto. | |
41 | |
42 1997-11-11 Hrvoje Niksic <hniksic@srce.hr> | |
43 | |
44 * custom/cus-face.el (custom-face-attributes): Use | |
45 `set-face-stipple' instead of `set-face-background-pixmap'. | |
46 | |
47 * prim/faces.el (set-face-stipple): Search through | |
48 x-bitmap-file-path. | |
49 | |
50 1997-11-09 Hrvoje Niksic <hniksic@srce.hr> | |
51 | |
52 * speedbar/speedbar.el (speedbar-needed-height): New function. | |
53 (speedbar-frame-mode): Use it. | |
54 | |
55 1997-11-07 Karl M. Hegbloom <karlheg@inetarena.com> | |
56 | |
57 * speedbar/speedbar.el: Various docfixes. | |
58 | |
59 1997-11-12 SL Baur <steve@altair.xemacs.org> | |
60 | |
61 * pcl-cvs/pcl-cvs-xemacs.el: Fix emerge menu item. | |
62 From Jens Krinke <krinke@ips.cs.tu-bs.de> | |
63 | |
64 * mule/mule-cmds.el (set-language-info): Don't add mule menu if | |
65 menubars haven't been compiled in. | |
66 | |
67 1997-11-10 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
68 | |
69 * custom/cus-edit.el (custom-file): Use `user-init-directory' | |
70 instead of `emacs-user-extension-dir'. | |
71 | |
72 1997-11-12 SL Baur <steve@altair.xemacs.org> | |
73 | |
74 * modes/image-mode.el: Add command to enter xpm mode when viewing XPM | |
75 image. | |
76 From: Jens Krinke <krinke@ips.cs.tu-bs.de> | |
77 | |
78 1997-11-12 Greg Klanderman <greg@alphatech.com> | |
79 | |
80 * packages/compile.el (compilation-build-compilation-error-regexp-alist): | |
81 Added documentation for this function. | |
82 | |
83 ** (compilation-error-regexp-systems-list): Update documentation | |
84 to note that `compilation-build-compilation-error-regexp-alist' | |
85 must be called after changing the value. Update customization to | |
86 add a set method which automatically calls | |
87 `compilation-build-compilation-error-regexp-alist' when the value | |
88 is set by custom. Move declaration below declarations that it now | |
89 depends upon. | |
90 | |
91 ** (compilation-mouse-motion-initiate-parsing): Default to nil. | |
92 | |
1 1997-11-12 Hrvoje Niksic <hniksic@srce.hr> | 93 1997-11-12 Hrvoje Niksic <hniksic@srce.hr> |
2 | 94 |
3 * help.el (help-for-help): Use `make-help-screen'. | 95 * help.el (help-for-help): Use `make-help-screen'. |
4 * help-macro.el: New file. | 96 * help-macro.el: New file. |
5 | 97 |
186 specifier tag under native-win32. | 278 specifier tag under native-win32. |
187 | 279 |
188 * Added file headers to: | 280 * Added file headers to: |
189 w32-faces.el, w32-init.el | 281 w32-faces.el, w32-init.el |
190 | 282 |
283 1997-11-06 Hrvoje Niksic <hniksic@srce.hr> | |
284 | |
285 * facemenu.el (facemenu-insert-menu-entry): Check for | |
286 menubar availability. | |
287 | |
288 * easymenu.el (easy-menu-change): Check for menubar | |
289 availability. | |
290 | |
291 * wid-edit.el (widget-echo-help): Use `help-echo' as label | |
292 for help-echo messages. | |
293 | |
191 Sun Nov 01 12:00:00 1997 Jonathan Harris <jhar@tardis.ed.ac.uk> | 294 Sun Nov 01 12:00:00 1997 Jonathan Harris <jhar@tardis.ed.ac.uk> |
192 | 295 |
193 * make-docfile.el: Fixed typo when dumped file does not exist. | 296 * make-docfile.el: Fixed typo when dumped file does not exist. |
194 | 297 |
195 * device.el: make-w32-device added. | 298 * device.el: make-w32-device added. |