Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 290:c9fe270a4101 r21-0b43
Import from CVS: tag r21-0b43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:36:47 +0200 |
parents | e11d67e05968 |
children | 6cb5e14cd98e |
comparison
equal
deleted
inserted
replaced
289:6e6992ccc4b6 | 290:c9fe270a4101 |
---|---|
1 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
2 | |
3 * specifier.el (let-specifier): Tiny docfixes. | |
4 | |
5 1998-06-12 Andy Piper <andyp@parallax.co.uk> | |
6 | |
7 * msw-mouse.el: set selection-pointer-glyph to Normal. | |
8 | |
9 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk> | |
10 | |
11 * wid-edit.el (widget-specify-secret): New function. | |
12 (widget-after-change): Use it. | |
13 (widget-specify-field): Use it. | |
14 | |
15 1998-06-08 Hrvoje Niksic <hniksic@srce.hr> | |
16 | |
17 * mouse.el (drag-window-divider): Use `(not done)' instead of | |
18 `doit'; reuse result of `window-pixel-edges'. | |
19 | |
20 * modeline.el (drag-modeline-event-lag): Rename to | |
21 drag-divider-event-lag. | |
22 | |
23 1998-06-07 Hrvoje Niksic <hniksic@srce.hr> | |
24 | |
25 * specifier.el (let-specifier): Rewritten not to generate needless | |
26 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD | |
27 arguments. | |
28 | |
29 1998-05-28 Hrvoje Niksic <hniksic@srce.hr> | |
30 | |
31 * minibuf.el (read-file-name-1): Setup buffer-local value of | |
32 `completion-ignore-case' in completions buffer under Windows. | |
33 | |
34 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru> | |
35 | |
36 * about.el (about-maintainer-glyph): Fix support for not | |
37 compressed images. | |
38 | |
39 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru> | |
40 | |
41 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function. | |
42 | |
43 * mouse.el (mouse-track): Cancel selection if misc-user event with | |
44 `cancel-mode-internal' function is fetched. | |
45 | |
46 1998-06-03 Hrvoje Niksic <hniksic@srce.hr> | |
47 | |
48 * files.el (save-some-buffers-1): Fixed return value. | |
49 | |
50 1998-06-01 Oliver Graf <ograf@fga.de> | |
51 | |
52 * dragdrop.el: added experimental | |
53 | |
54 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | |
55 | |
56 * startup.el (after-init-hook, init-file-user, | |
57 user-init-directory, load-user-init-file): Purge references | |
58 to "~/.xemacs/init.el" from docstrings. | |
59 | |
60 (load-user-init-file) Use paths-construct-path to construct | |
61 paths to user init files. Go directly to ~/.emacs, do not | |
62 search ~/.xemacs/, do not load `default-custom-file'. | |
63 | |
64 1998-06-03 Hrvoje Niksic <hniksic@srce.hr> | |
65 | |
66 * files.el (interpreter-mode-alist): Catch wish and tclsh before | |
67 general *sh. | |
68 (inhibit-first-line-modes-regexps): Added `.tar.gz'. | |
69 | |
70 1998-06-03 Andy Piper <andyp@parallax.co.uk> | |
71 | |
72 * menubar-items.el (default-menubar): add Update Packages to customize | |
73 menu. | |
74 | |
75 1998-06-02 Andy Piper <andyp@parallax.co.uk> | |
76 | |
77 * faces.el: use toolbar face as a fallback for toolbar properties | |
78 in xpm-color-symbols instead of default. | |
79 | |
80 * msw-faces.el: rename 3d-object -> gui-element face. | |
81 | |
82 1998-06-06 SL Baur <steve@altair.xemacs.org> | |
83 | |
84 * startup.el (xemacs-startup-logo-function): New variable. | |
85 (startup-splash-frame): Use it. | |
86 | |
87 1998-06-02 Hrvoje Niksic <hniksic@srce.hr> | |
88 | |
89 * files.el (save-some-buffers): Would wait 1 second. | |
90 (save-some-buffers-1): Delete other windows here instead of in | |
91 `save-some-buffers'. | |
92 (save-some-buffers): Force redisplay only if windows were deleted. | |
93 | |
94 1998-06-02 Didier Verna <verna@inf.enst.fr> | |
95 | |
96 * cus-face.el (custom-face-attributes): generalized the use of | |
97 toggle buttons for boolean attributes. | |
98 Re-ordered the items a bit. | |
99 | |
1 1998-06-01 SL Baur <steve@altair.xemacs.org> | 100 1998-06-01 SL Baur <steve@altair.xemacs.org> |
2 | 101 |
3 * sound.el (default-sound-directory): Use `locate-data-directory' | 102 * sound.el (default-sound-directory): Use `locate-data-directory' |
4 to find the sounds directory. | 103 to find the sounds directory. |
5 | 104 |