Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 84b14dcb0985 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
1 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * XEmacs 21.2.28 is released. | |
4 | |
5 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
6 | |
7 * cl-extra.el (getf): Just call `get', never `get*'. | |
8 Make arglist match docstring. | |
9 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth' | |
10 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'. | |
11 * byte-optimize.el: remove references to `get*'. | |
12 | |
13 2000-02-06 Martin Buchholz <martin@xemacs.org> | |
14 | |
15 * mule/european.el: Add syntax information for Latin3 and Latin4. | |
16 | |
17 2000-02-02 Martin Buchholz <martin@xemacs.org> | |
18 | |
19 * byte-optimize.el: Byte-optimize (length "foo") | |
20 | |
21 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp> | |
22 | |
23 * window.el (shrink-window-if-larger-than-buffer): Rewrite full | |
24 width check using `window-leftmost-p' and `window-rightmost-p'. | |
25 | |
26 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
27 | |
28 * wid-edit.el (widget-match-inline): An atom never matches a | |
29 list. | |
30 | |
31 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
32 | |
33 * modeline.el: Consolidated 'x and 'mswindows specification under | |
34 'win tag. | |
35 | |
36 2000-01-29 Andy Piper <andy@xemacs.org> | |
37 | |
38 * gutter-items.el: (format-buffers-tab-line): Try and be | |
39 intelligent about buffer naming when we have duplicates. | |
40 | |
41 2000-01-29 Andy Piper <andy@xemacs.org> | |
42 | |
43 * gutter-items.el (gutter-visible-p): Make sure the gutter gets | |
44 updated when it becomes visible. | |
45 | |
46 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
47 | |
48 * bytecomp.el (byte-compile-insert-header): Properly set coding | |
49 system under MULE and file-coding. | |
50 | |
51 2000-01-28 Martin Buchholz <martin@xemacs.org> | |
52 | |
53 * coding.el (dontusethis-set-value-file-name-coding-system-handler): | |
54 (dontusethis-set-value-terminal-coding-system-handler): | |
55 (dontusethis-set-value-keyboard-coding-system-handler): | |
56 Never undefine coding system aliases. Emergency fix for gnus. | |
57 | |
58 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr> | |
59 | |
60 * files.el (abbreviate-file-name): Use directory-sep-char instead | |
61 of hard-coded "/". | |
62 | |
63 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr> | |
64 | |
65 * startup.el (user-init-file-base-list): New variable, replacing | |
66 user-init-file-base. | |
67 (find-user-init-file): New function. | |
68 (command-line-early): Use it. | |
69 (load-user-init-file): Ditto. | |
70 | |
71 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
72 | |
73 * gutter-items.el (update-tab-in-gutter): Use proper locale when | |
74 calling valid-image-instantiator-format-p | |
75 | |
76 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr> | |
77 | |
78 * isearch-mode.el (isearch-mode): The variable is | |
79 isearch-unhidden-extents, not isearch-opened-extents. | |
80 | |
81 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr> | |
82 | |
83 * minibuf.el (next-history-element): Modify error message if a | |
84 default value is available. | |
85 | |
86 2000-01-26 Martin Buchholz <martin@xemacs.org> | |
87 | |
88 * bytecomp.el (byte-compile-file): Don't unconditionally write | |
89 .elc files in binary - might contain non-Latin1. | |
90 | |
91 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
92 | |
93 * process.el (shell-quote-argument): Use (nt-quote-process-args) | |
94 for windows-nt. | |
95 | |
96 * version.el: | |
97 * startup.el (user-init-file-base): | |
98 * process.el (call-process-region): | |
99 * files.el (make-backup-file-name): | |
100 (backup-file-name-p): | |
101 (file-relative-name): | |
102 (abbreviate-file-name): | |
103 (set-auto-mode): | |
104 * code-process.el (call-process-region): Removed unnecessary | |
105 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos | |
106 support out of the universe. | |
107 | |
108 * process.el: | |
109 * code-process.el: | |
110 * bytecomp.el (byte-compile-file): Removed reference to | |
111 buffer-file-type, and commented usage of binary-process-output | |
112 NTEmacs variables. | |
113 | |
114 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org> | |
115 | |
116 * help.el (function-arglist): Add case for macro. | |
117 | |
118 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
119 | |
120 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows | |
121 printers. | |
122 (custom-display): Added a menu for printer/display tags. | |
123 | |
124 * frame.el (frame-type): | |
125 * device.el (device-type): Added 'msprinter to the doc string, and | |
126 removed 'pc -- it is not going to be implemented ever. | |
127 (call-device-method): Fixed docstring typo. | |
128 Defined specifier tags 'printer and 'display. | |
129 | |
130 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com> | |
131 | |
132 * lisp/itimer.el (itimer-run-expired-timers): (consp | |
133 last-command-event-time) instead of (consp | |
134 'last-command-event-time). | |
135 | |
136 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
137 | |
138 * msw-glyphs.el: Removed obsolete commentary. | |
139 | |
140 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr> | |
141 | |
142 * minibuf.el (read-file-name): Use abbreviate-file-name to produce | |
143 better default value. | |
144 | |
145 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr> | |
146 | |
147 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument. | |
148 (read-string): Ditto. | |
149 (eval-minibuffer): Ditto. | |
150 (read-command): Ditto. | |
151 (read-function): Ditto. | |
152 (read-variable): Ditto. | |
153 (read-number): Ditto. | |
154 (read-shell-command): Ditto. | |
155 (read-number): Record history. | |
156 | |
157 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org> | |
158 | |
159 * etags.el (find-tag-tag): Use DEFAULT of completing-read. | |
160 | |
161 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org> | |
162 | |
163 * faces.el (startup-initialize-custom-faces): New function. | |
164 Reset all faces created during auto-autoloads loading time | |
165 by defface. | |
166 * startup.el (command-line): Call it. | |
167 | |
168 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org> | |
169 | |
170 * about.el (about-hackers): Add myself to contributors list. | |
171 | |
172 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
173 | |
174 * menubar-items.el (maybe-add-init-button): Removed an argument in | |
175 a call to load-user-init-file, as the function managed to lose its | |
176 formal parameter a few betas ago. | |
177 | |
1 2000-01-18 Martin Buchholz <martin@xemacs.org> | 178 2000-01-18 Martin Buchholz <martin@xemacs.org> |
2 | 179 |
3 * XEmacs 21.2.27 is released. | 180 * XEmacs 21.2.27 is released. |
4 | 181 |
5 2000-01-18 Martin Buchholz <martin@xemacs.org> | 182 2000-01-18 Martin Buchholz <martin@xemacs.org> |
4962 the toolbar specifiers for options menu handling. | 5139 the toolbar specifiers for options menu handling. |
4963 | 5140 |
4964 * frame.el (get-frame-for-buffer-default-instance-limit): | 5141 * frame.el (get-frame-for-buffer-default-instance-limit): |
4965 defcustom it for options menu handling. | 5142 defcustom it for options menu handling. |
4966 | 5143 |
4967 * font-lock.el (font-lock-mode): defcustom and autolaod the variable | 5144 * font-lock.el (font-lock-mode): defcustom and autoload the variable |
4968 font-lock-mode for options menu handling. | 5145 font-lock-mode for options menu handling. |
4969 | 5146 |
4970 * cus-start.el: added Custom properties to overwrite-mode for | 5147 * cus-start.el: added Custom properties to overwrite-mode for |
4971 options menu handling. | 5148 options menu handling. |
4972 | 5149 |