Mercurial > emacs
annotate lisp/ChangeLog.7 @ 110724:3ccf1931ae33
src/gnutls.c: Doc fixes. Make some functions static.
(emacs_gnutls_handshake, gnutls_make_error, gnutls_emacs_global_init)
(gnutls_emacs_global_deinit): Make static.
(Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
Fix typos in docstrings.
(Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
(Fgnutls_errorp): Doc fix; use ERR for the argument name.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 03 Oct 2010 06:12:15 +0200 |
parents | d660473e004d |
children | b8fde5ef9e14 |
rev | line source |
---|---|
25866 | 1 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> |
2 | |
3 * Version 20.3 released. | |
4 | |
5 * language/romanian.el ("Romanian"): Specify the tutorial file. | |
6 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95773
diff
changeset
|
7 1998-08-18 Per Starbäck <starback@update.uu.se> |
25866 | 8 |
9 * language/european.el (setup-latin2-environment): Fix typo. | |
10 (iso-latin-1): Doc fix. | |
11 | |
12 1998-08-18 Eric Ludlam <zappo@mescaline.gnu.org> | |
13 | |
14 * speedbar.el (speedbar-timer-fn): Disable updating if the frame | |
15 is an icon, or if the user is using the minibuffer. | |
16 (speedbar-key-map): Added Q binding to destroy the frame. | |
17 (speedbar-easymenu-definition-trailer): Added Quit item. | |
18 (speedbar-frame-mode): Set the frame position at creation time. | |
19 (speedbar-file-unshown-regexp): Added .# lock files. | |
20 | |
21 1998-08-18 Kenichi Handa <handa@etl.go.jp> | |
22 | |
23 * language/cyrillic.el (cyrillic-koi8): Fix the value of | |
24 `valid-code' property. | |
25 (cyrillic-alternativnyj): Likewise. | |
26 (cyrillic-alternativnyj-encode-table): Fix the initial value. | |
27 | |
28 * language/vietnamese.el (vietnamese-viscii): Fix the value of | |
29 `valid-code' property. | |
30 (vietnamese-vscii): Likewise. | |
31 | |
32 1998-08-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
33 | |
34 * subr.el (read-quoted-char): Don't bind input-method-function; | |
35 instead, pass the new args to read-event. | |
36 | |
37 * isearch.el (search-whitespace-regexp): Doc fix. | |
38 | |
39 * ange-ftp.el (ange-ftp-file-name-sans-versions): Don't return | |
40 the shortened version of the file name. | |
41 | |
42 1998-08-18 Kenichi Handa <handa@etl.go.jp> | |
43 | |
44 * language/european.el: Give proper value of `input-method' key to | |
45 all lang. env. | |
46 | |
47 * international/mule-cmds.el (activate-input-method): Handle the | |
48 case that the arg INPUT-METHOD is nil correctly. | |
49 (read-multilingual-string): Activate the specified input method | |
50 before calling read-string. Afterward, activate the original | |
51 input method. | |
52 | |
53 1998-08-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
54 | |
93313 | 55 * midnight.el (midnight-hook): Initialize to a list. |
25866 | 56 |
57 1998-08-17 Kenichi Handa <handa@etl.go.jp> | |
58 | |
59 * international/mule-cmds.el (set-language-environment): Reset | |
60 syntax and case table to the defaults if the value of | |
61 unibyte-syntax key is nil. | |
62 | |
63 1998-08-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
64 | |
65 * mail/rmailout.el (rmail-output): Always preserve MIME-Version field, | |
66 even if it was pruned. | |
67 | |
68 1998-08-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
69 | |
70 * info.el (Info-follow-reference): Nice error msg if there was no arg. | |
71 | |
72 1998-08-14 Michael Ernst <mernst@alum.mit.edu> | |
73 | |
74 * comint.el (comint-postoutput-scroll-to-bottom): Cope with unset | |
75 comint-last-output-start marker. | |
76 | |
77 1998-08-15 Kenichi HANDA <handa@etl.go.jp> | |
78 | |
79 * international/kkc.el (kkc-help): New function. | |
80 (kkc-keymap): Use sparse keymap. Add key binding for kkc-help. | |
81 | |
82 * international/mule.el (set-selection-coding-system): Make it | |
83 interactive. | |
84 (last-next-selection-coding-system): New variable. | |
85 (set-next-selection-coding-system): New function. | |
86 | |
87 * international/mule-cmds.el (language-info-alist): Doc-string | |
88 modified. | |
89 (set-language-info-alist): Fix typo in doc-string. Update | |
90 setup-language-environment-map unconditionally. | |
91 (mule-keymap): Key bindings for set-selection-coding-system and | |
92 set-next-selection-coding-system. | |
93 (set-coding-system-map): Add items of set-selection-coding-system | |
94 and set-next-selection-coding-system. | |
95 | |
96 * language/hebrew.el ("Hebrew"): Delete describe-function key. | |
97 | |
98 1998-08-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
99 | |
100 * mail/sendmail.el (sendmail-send-it): Report invalid values | |
101 of mail-from-style. | |
102 | |
103 * info.el (Info-try-follow-nearest-node): Get the node name | |
104 directly out of the menu item pointed at. | |
105 | |
106 * which-func.el (which-func-modes): Add fortran-mode. | |
107 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
108 * ediff-util.el (ediff-next-difference, ediff-previous-difference): |
25866 | 109 Handle nil as arg. |
110 | |
111 1998-08-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
112 | |
113 * international/mule-cmds.el (select-safe-coding-system): If | |
114 default-coding-system is no-conversion return that, it is always | |
115 safe. | |
116 | |
117 1998-08-13 Eric Ludlam <zappo@mescaline.gnu.org> | |
118 | |
119 * speedbar.el (speedbar-frame-parameters): Removed scroll-bar-width. | |
120 | |
121 1998-08-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
122 | |
123 * loadup.el: Add informative message about the lists of GC stats. | |
124 | |
125 * dired-aux.el (dired-do-rename-regexp): Doc fix. | |
126 | |
93313 | 127 * midnight.el (midnight-float-time): Renamed from float-time. |
25866 | 128 (midnight-time-float): Renamed from time-float. |
129 (midnight-buffer-display-time): Renamed from buffer-display-time. | |
130 (midnight-mode): Specify :initialize. Use nil as default value. | |
131 | |
132 * complete.el (PC-do-completion): Exclude ./ and ../ from completion. | |
133 | |
134 1998-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
135 | |
136 * gnus/nntp.el (nntp-encode-text): Properly encode outgoing text by | |
137 putting CR at the end of all lines. | |
138 | |
139 1998-08-12 Michael Ernst <mernst@alum.mit.edu> | |
140 | |
141 * emacs-lisp/cust-print.el (custom-prin1-to-string): Doc fix. | |
142 | |
143 1998-08-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
144 | |
145 * ebuff-menu.el (electric-buffer-menu-mode-map): | |
146 Don't wipe out all Meta keys. | |
147 | |
148 * calendar/appt.el (appt-mode-string): New variable. | |
149 (global-mode-string): Add appt-mode-string to it. | |
150 (appt-check): Avoid using display-time-string to fetch current time. | |
151 To display in mode line, use appt-mode-string. | |
152 | |
153 1998-08-12 Per Abrahamsen <abraham@dina.kvl.dk> | |
154 | |
155 * double.el (double-setup): Only copy `key-translation-map' if it | |
156 is a keymap. | |
157 | |
158 1998-08-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
159 | |
160 * files.el (recover-session): Add leading space on added text lines. | |
161 | |
162 * calendar/appt.el: Use a separate timer, not display-time-hook. | |
163 (appt-timer): New variable. | |
164 (appt-interval): New user option. | |
165 (appt-disp-window): Start by erasing the buffer. | |
166 | |
167 * faces.el (list-faces-display): Call print-help-return-message. | |
168 (describe-face): Likewise. | |
169 | |
170 * emacs-lisp/disass.el (disassemble-1): Move the call to | |
171 string-as-unibyte outside of the if statement. | |
172 | |
173 1998-08-10 Bob Glickstein <bobg@hiro.zanshin.com> | |
174 | |
175 * sendmail.el (mail-setup): After using `fill-region-as-paragraph' | |
176 on a new address field, ensure that it ends with a newline. | |
177 | |
178 1998-08-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
179 | |
180 * time-stamp.el (time-stamp-string-preprocess): Add %U code. | |
181 | |
182 * international/quail.el (quail-update-leim-list-file): | |
183 Fix message syntax. | |
184 | |
185 * mail/sendmail.el (mail-citation-header): New variable. | |
186 (mail-yank-original, mail-yank-region): Bind mail-citation-header. | |
187 (mail-citation-hook): Doc fix. | |
188 | |
189 1998-08-09 Kenichi HANDA <handa@etl.go.jp> | |
190 | |
191 * international/mule-conf.el (iso-safe): Comment for this coding | |
192 system fixed. | |
193 (coding-category-iso-8-1): Change default coding priority. | |
194 | |
195 * international/mule-cmds.el (language-info-alist): Doc-string | |
196 modified. | |
197 (reset-language-environment): New function for the job that | |
198 setup-english-environment used to do. | |
199 (set-language-environment): Do more setups according to the info | |
200 in language-info-alist. | |
93313 | 201 (read-language-name): Handle the case that the arg KEY is nil. |
25866 | 202 (describe-language-environment): Handle input-method property. |
203 | |
204 * international/quail.el (quail-start-translation): If | |
205 enable-multibyte-characters is nil, convert multibyte character to | |
206 unibyte. | |
207 (quail-start-conversion): Likewise. | |
208 | |
209 * language/: All files under this directory modified as below. | |
210 (setup-XXX-environment): Just call set-language-environment. If | |
211 they used to do some other jobs than what done by | |
212 set-language-environment, those jobs are done in | |
213 setup-XXX-environment-internal now. | |
98317 | 214 ("LANGUAGE-ENVIRONMENT"): Delete property setup-function or change |
25866 | 215 the value to setup-XXX-environment-internal. Add properties |
216 nonascii-translation, input-method, features, unibyte-syntax, and | |
217 unibyte-display. | |
218 | |
219 * language/english.el (setup-english-environment): Just call | |
220 reset-language-environment. | |
221 | |
222 * language/european.el (setup-8-bit-environment): Function deleted. | |
223 | |
224 1998-08-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
225 | |
226 * emacs-lisp/sregex.el (sregex-replace-match): | |
227 Don't call sregex--value-groups. | |
228 (sregex-match-end, sregex-match-beginning): Likewise. | |
229 (sregex-match-string-no-properties, sregex-match-string): Likewise. | |
230 | |
231 * help.el (describe-function-1): Handle macros properly. | |
232 Handle multiple levels of aliases. | |
233 | |
234 * emacs-lisp/cust-print.el (custom-prin1-to-string): Add NOESCAPE arg. | |
235 | |
236 1998-08-09 Sam Steingold <sds@goems.com> | |
237 | |
238 * midnight.el (clean-buffer-list-kill-buffer-names): Add `*diff*'. | |
239 (clean-buffer-list): Check `buffer-modified-p' only when the | |
240 buffer is associated with a file. | |
241 (midnight-delay-set): Improve doc. | |
242 | |
243 1998-08-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
244 | |
245 * progmodes/compile.el (next-error): Doc fix. | |
246 (grep): Doc fix. | |
247 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
248 * loadup.el: Load byte-run and format a little earlier. |
25866 | 249 |
250 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
251 | |
252 * textmodes/flyspell.el: Don't require font-lock. | |
253 | |
93313 | 254 * textmodes/flyspell.el (flyspell-command-hook): Option deleted. |
25866 | 255 (flyspell-mode-on): Delete code to handle flyspell-command-hook. |
256 (flyspell-mode-off): Likewise. | |
257 (flyspell-mark-duplications-flag): Doc fix. | |
258 (flyspell-duplicate-distance): Doc fix. | |
259 (flyspell-duplicate-face): Doc fix. | |
260 | |
261 * subr.el (assoc-default): Rewrite not to use dolist. | |
262 (add-hook): Use byte-code-function-p, not compiled-function-p. | |
263 | |
264 * hilit-chg.el: New file. | |
265 Delete the undo-in-progress compatibility code. | |
266 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
267 * mail/rmailmsc.el (set-rmail-inbox-list): |
25866 | 268 Error if not in Rmail mode. |
269 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
270 * textmodes/paragraphs.el (forward-paragraph): |
25866 | 271 Fix the logic for handling beginning of buffer |
272 in the "no fill-prefix" case. | |
273 | |
274 * info.el: Bind case-fold-search to t in many functions. | |
275 | |
276 * mail/mail-utils.el (mail-fetch-field): Doc fix. | |
277 | |
278 1998-08-08 Eric M. Ludlam <zappo@ultranet.com> | |
279 | |
280 * speedbar.el (speedbar-edit-line, speedbar-buffer-kill-buffer) | |
281 (speedbar-buffer-revert-buffer): Updated buffer finding regex to | |
282 handle the [?] tag. | |
283 (speedbar-find-selected-file): New function. | |
93313 | 284 (speedbar-clear-current-file): Uses `speedbar-find-selected-file'. |
25866 | 285 (speedbar-update-current-file): Uses `speedbar-find-selected-file', |
286 and now `speedbar-last-selected-file' is defined as the path name | |
287 to the file, not just the file itself. | |
288 | |
289 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
290 | |
291 * international/mule-cmds.el (input-method-exit-on-first-char) | |
292 (input-method-use-echo-area): Doc fixes. | |
293 | |
294 * vc-hooks.el (vc-file-not-found-hook): Call vc-file-clearprops. | |
295 | |
296 1998-08-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
297 | |
298 * gnus/gnus-start.el (gnus-startup-file-coding-system): New variable. | |
299 (gnus-read-init-file, gnus-read-newsrc-el-file): Use that. | |
300 | |
301 1998-08-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
302 | |
303 * wid-edit.el (widget-beginning-of-line): Properly handle | |
304 multiline fields. Don't use call-interactively. | |
305 (widget-end-of-line): Likewise. | |
306 | |
307 * midnight.el (midnight-delay-set): Use run-hooks directly. | |
308 (midnight-timer-function): Function deleted. | |
309 (midnight-find): Don't use `find'. | |
310 | |
311 * startup.el (command-line): Require whitespace delimiter when | |
312 searching locale-translation-file-name. | |
313 | |
314 * midnight.el (midnight-timer-function): | |
315 No need to test midnight-mode. | |
316 | |
317 * repeat.el (repeat): Make an undo boundary between repetitions. | |
318 | |
319 1998-08-06 Kenichi Handa <handa@etl.go.jp> | |
320 | |
321 * international/isearch-x.el | |
322 (isearch-process-search-multibyte-characters): Fix previous change. | |
323 | |
324 * international/quail.el (quail-update-translation): Delete the | |
325 code for handling the case that enable-multibyte-characters is nil. | |
326 | |
327 1998-08-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
328 | |
329 * window.el (split-window-horizontally): Doc fix. | |
330 | |
331 1998-08-06 Kenichi Handa <handa@etl.go.jp> | |
332 | |
333 * emacs-lisp/debug.el | |
334 (debugger-outer-unread-post-input-method-events): New variable. | |
335 (debug): Bind debugger-outer-unread-post-input-method-events. | |
336 Bind unread-post-input-method-events to nil. | |
337 (debugger-env-macro): Likewise. | |
338 | |
339 * international/isearch-x.el (isearch-minibuffer-local-map): | |
340 Bind the key C-g to exit. | |
341 (isearch-minibuffer-self-insert): Use key-binding. | |
342 Always call exit-minibuffer. | |
343 (isearch-process-search-multibyte-characters): | |
344 Use unread-command-events instead of unread-input-method-events. | |
345 Always call isearch-update. | |
346 | |
347 * international/kkc.el (kkc-region): Don't bind echo-keystrokes. | |
348 | |
349 * international/mule-cmds.el (input-method-exit-on-first-char): | |
350 New variable. | |
351 (input-method-use-echo-area): New variable. | |
352 | |
353 * international/quail.el (quail-translation-keymap): Declare it as | |
354 variable instead of constant. Bind all keys less than 32 to | |
355 quail-other-command. Don't bind the key meta-prefix-char and escape. | |
356 (quail-simple-translation-keymap): Likewise. | |
357 (quail-conversion-keymap): Bind C-h to quail-translation-keymap. | |
358 (quail-define-package): Fix typo in doc-string. | |
359 (quail-conversion-str): New variable. | |
360 (quail-input-method): Bind buffer-undo-list to t. | |
361 Show Quail guidance buffer if necessary. | |
98317 | 362 (quail-delete-region): Move the definition before the first |
25866 | 363 calling place. |
364 (quail-start-translation): Handle the case the arg KEY is nil. | |
365 Bind echo-keystrokes and help-char. Initialize quail-current-str | |
366 to "". If input-method-use-echo-area is non-nil, call | |
367 read-key-sequence with appropriate PROMPT arg. Setup | |
368 last-command-event by local variable `keyseq'. Generate an event | |
98444 | 369 list form quail-current-str. If input-method-exit-on-first-char |
25866 | 370 is non-nil, return only the first event. |
371 (quail-start-conversion): Likewise. Initialize | |
372 quail-conversion-str to "". Generate an event list form | |
373 quail-conversion-str. | |
374 (quail-update-translation): Expect that the function given by | |
375 (quail-update-translation-function) returns a new control-flag. | |
376 Handle the case the length of quail-current-key is 1. Use | |
377 string-as-unibyte if enable-multibyte-characters is nil. Always | |
378 assures that quail-current-str is Lisp string. | |
379 (quail-self-insert-command): Use `or' instead of `unless'. | |
380 (quail-update-current-translations): Always assures that | |
381 quail-current-str is Lisp string. | |
382 (quail-next-translation-block): Update unread-command-events correctly. | |
383 (quail-abort-translation): Set quail-current-str to nil. | |
384 (quail-conversion-delete-char): Update quail-conversion-str. | |
385 (quail-conversion-delete-tail): Likewise. | |
386 (quail-conversion-backward-delete-char): Likewise. | |
387 (quail-show-guidance-buf): Show Quail guidance buffer not in echo | |
388 area if input-method-use-echo-area is non-nil. | |
389 (quail-show-translations): Bind current-translations locally to | |
390 quail-current-translations to get this value across different | |
391 buffers. Handle the case that the length quail-current-key is 0. | |
392 (quail-translation-help): If this command is invoked repeatedly, | |
393 scroll the already shown help window. Handle the case that this | |
394 command is called while converting (not translating). | |
395 (quail-conversion-help): This function deleted and the | |
396 functionality is merged to quail-translation-help. | |
397 | |
398 1998-08-05 Dave Love <fx@gnu.org> | |
399 | |
400 * iso-cvt.el (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso) | |
401 (iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Add optional, ignored | |
402 arg `buffer' for format-{de,en}code. Doc fix. Add * to | |
403 interactive spec. Add autoload cookie. | |
404 (iso-cvt-read-only, iso-cvt-write-only): Add doc, autoload cookie. | |
405 (iso-cvt-define-menu): Add autoload cookie. | |
406 | |
407 1998-08-05 Richard Stallman <rms@psilocin.ai.mit.edu> | |
408 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
409 * gnus/message.el: Require sendmail. |
25866 | 410 (message-fill-yanked-message): Use mail-citation-prefix-regexp |
411 as an arg to fill-individual-paragraphs. | |
412 | |
413 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): | |
414 Make the output buffer multibyte. | |
415 | |
416 * scroll-bar.el (scroll-bar-mode): Doc fix. | |
417 | |
418 1998-08-05 Sam Steingold <sds@goems.com> | |
419 | |
420 * cl-indent.el (top-level let): Add defsubst. | |
421 | |
422 1998-08-04 Andrew Innes <andrewi@harlequin.co.uk> | |
423 | |
424 * mail/rmail.el (rmail-encoded-pop-password): New variable. | |
425 | |
426 1998-08-04 Richard Stallman <rms@psilocin.ai.mit.edu> | |
427 | |
428 * textmodes/flyspell.el (flyspell-persistent-highlight): Doc fix. | |
429 | |
430 1998-08-04 Eric Ludlam <zappo@mescaline.gnu.org> | |
431 | |
432 * speedbar.el (speedbar-refresh): Removed special code to remove | |
98317 | 433 the speedbar update message. Not necessary here. |
25866 | 434 (speedbar-timer-fn): Add code to remove the updating message and |
435 thus restore the minibuffer. | |
436 (speedbar-center-buffer-smartly): Fixed center error to handle | |
437 the whole buffer. | |
438 (speedbar-delete-subblock): Rewrote to be more robust, less clever. | |
439 (speedbar-timer-fn): Removed short display time for messages. | |
440 | |
441 1998-08-04 Dave Love <d.love@dl.ac.uk> | |
442 | |
443 * vc.el (vc-backend-merge-news): Account for `already contains the | |
444 differences' state. | |
445 | |
446 1998-08-04 Eli Zaretskii <eliz@delysid.gnu.org> | |
447 | |
448 * international/mule.el (find-new-buffer-file-coding-system): When | |
449 inhibit-eol-conversion is non-nil and the buffer didn't already | |
450 set a fully-qualified coding system, force -unix eol-type. | |
451 | |
452 1998-08-04 Richard Stallman <rms@psilocin.ai.mit.edu> | |
453 | |
454 * info.el (Info-find-node): Once again, use byte-to-position. | |
455 | |
456 * vcursor.el (vcursor group): Move this to `editing' group. | |
457 | |
458 * comint.el (comint-bol-or-process-mark): Refer to this command's | |
459 name correctly. | |
460 | |
461 * international/mule-cmds.el (set-default-coding-systems): | |
462 In --unibyte mode, don't set default-file-name-coding-system. | |
463 | |
464 * midnight.el (clean-buffer-list-kill-regexps): Init to nil, as before. | |
465 (clean-buffer-list-kill-buffer-names): Add *vc* and *vc-diff*. | |
466 (clean-buffer-list-delay): Rename arg. | |
467 (clean-buffer-list): Doc fix. | |
468 (midnight-period): Doc fix. | |
469 | |
470 1998-08-03 Eric Ludlam <zappo@mescaline.gnu.org> | |
471 | |
472 * info.el (Info-speedbar-hierarchy-buttons): Improved the speedbar | |
473 frame management. | |
474 | |
475 * speedbar.el (speedbar-update-current-file): Added call to | |
476 `speedbar-center-buffer-smartly' to improve the display. | |
477 (speedbar-center-buffer-smartly) Fixed off-by-one error in window | |
478 height calculation. | |
479 (speedbar-hack-buffer-menu): New function. | |
480 (speedbar-frame-parameters): Removed scroll bar width. | |
481 (speedbar-frame-mode): Change pointer shape for X | |
482 and W32 window-systems only. When window-system is pc, bind the | |
483 speedbar frame name to "Speedbar", and select that frame so it is | |
484 displayed. | |
485 (speedbar-mode): Don't bind default-minibuffer-frame when | |
486 window-system is pc. | |
487 (speedbar-this-file-in-vc): Look for RCS/name as well as RCS/name,v. | |
488 (speedbar-directory-buttons-follow): Support both upper- and | |
489 lower-case drive letters. Use directory-sep-char instead of a | |
490 literal backslash. | |
491 (speedbar-reconfigure-keymaps): Call | |
492 `easy-menu-remove' before reconfiguring for a new menu bar. | |
493 (speedbar-previous-menu): New Variable. | |
494 (speedbar-frame-plist): Remove pointers. | |
495 (speedbar-refresh): Prevent the mark from being deactivated. | |
496 (speedbar-buffer-kill-buffer): Refresh speedbar after killing a | |
497 buffer in the buffer display. | |
498 | |
499 1998-08-03 Simon Marshall <simon@gnu.org> | |
500 | |
501 * font-lock.el (lisp-font-lock-keywords-1): Fix previous change. | |
502 (font-lock-support-mode): Allow nil as a mode-specific value. Fix tag. | |
503 | |
504 1998-08-01 Kenichi HANDA <handa@etl.go.jp> | |
505 | |
506 * international/kkc.el (kkc-lookup-cache): Initialize it to nil. | |
507 (kkc-lookup-cache-tag): New constant. | |
508 (kkc-lookup-key): If kkc-lookup-cache is nil, initialize it. Use | |
509 kkc-init-file-name. | |
510 (kkc-region): Fix previous change. Call kkc-error on error. | |
511 (kkc-shorter-conversion, kkc-longer-phrase): New functions. | |
512 (kkc-keymap): Bind them to "I" and "O" respectively. | |
513 (kkc-error): New error symbol and new function. | |
514 (kkc-longer, kkc-shorter): Call kkc-error on error. | |
515 (kkc-show-conversion-list-or-next-group): Likewise. | |
516 (kkc-show-conversion-list-or-prev-group): Likewise. | |
517 | |
518 * international/mule-cmds.el (language-info-alist): Doc-string | |
519 modified. | |
520 (set-language-environment): Setup nonascii-translation-table and | |
521 charset-origin-alist according to the property of the specified | |
522 language environment. | |
523 (update-iso-coding-systems): Make it an alias for | |
524 update-coding-systems-internal. | |
525 (prefer-coding-system): Call update-coding-systems-internal | |
526 instead of update-iso-coding-systems. | |
527 (set-language-environment-coding-systems): Likewise. | |
528 | |
529 * international/mule-conf.el: Initialize coding-category-ccl to | |
530 nil. Include it in the arg for set-coding-priority. | |
531 | |
532 * international/mule-diag.el (describe-current-coding-system): | |
533 Check if each coding category is bound to a valid coding system. | |
534 | |
535 * international/mule.el (make-coding-system): If the arg TYPE is | |
536 4, set coding-category property of the coding system to | |
537 coding-category-ccl. | |
538 (find-new-buffer-file-coding-system): If the arg CODING carries | |
539 some information (about text conversion or eol conversion), always | |
540 return a new coding system. | |
541 (charset-origin-alist): New variable. | |
542 (make-translation-table-from-vector): New function. | |
543 | |
544 * international/quail.el (quail-start-translation): Bind help-char | |
545 to nil locally. | |
546 | |
95132
7bf061584278
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94678
diff
changeset
|
547 * language/cyril-util.el (cyrillic-encode-koi8-r-char): New function. |
25866 | 548 (cyrillic-encode-alternativnyj-char): New function. |
549 | |
550 * language/cyrillic.el (cyrillic-koi8-r-decode-table): New | |
551 variable. | |
552 (cyrillic-koi8-r-encode-table): Likewise. | |
553 (ccl-decode-koi8): Use cyrillic-koi8-r-decode-table. | |
554 (ccl-encode-koi8): Use cyrillic-koi8-r-encode-table. | |
555 (ccl-encode-koi8-font): Likewise. | |
556 (cyrillic-koi8-r-nonascii-translation-table): New variable. | |
557 ("Cyrillic-KOI8"): Add nonascii-translation-table and | |
558 charset-origin-alist properties. | |
559 (cyrillic-alternativnyj-decode-table): New variable. | |
560 (cyrillic-alternativnyj-encode-table): Likewise. | |
561 (ccl-decode-alternativnyj): Use | |
562 cyrillic-alternativnyj-decode-table. | |
563 (ccl-encode-alternativnyj): Use | |
564 cyrillic-alternativnyj-encode-table. | |
565 (ccl-encode-alternativnyj-font): Likewise. | |
566 (cyrillic-alternativnyj-nonascii-translation-table): New variable. | |
567 ("Cyrillic-ALT"): Add nonascii-translation-table and | |
568 charset-origin-alist properties. | |
569 | |
570 * language/viet-util.el (viet-encode-viscii-char): New function. | |
571 | |
93313 | 572 * language/vietnamese.el (viet-viscii-decode-table): Docstring fixed. |
25866 | 573 (viet-viscii-encode-table): Likewise. |
574 (viet-vscii-decode-table): Likewise. | |
575 (viet-vscii-encode-table): Likewise. | |
93313 | 576 (viet-viscii-nonascii-translation-table): New variable. |
25866 | 577 ("Vietnamese"): Add nonascii-translation-table and |
578 charset-origin-alist properties. | |
579 | |
580 * loadup.el: Call update-coding-systems-internal instead of | |
581 update-iso-coding-systems. | |
582 | |
583 * simple.el (what-cursor-position): Check charset-origin-alist. | |
584 | |
585 1998-08-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
586 | |
587 * mail/mailheader.el (mail-header-format): Convert string to symbol. | |
588 | |
589 * double.el (default-key-translation-map): Variable deleted. | |
590 (double-setup): Make key-translation-map buffer-local here. | |
591 New arg ENABLE-FLAG. | |
592 (double-mode): Pass ENABLE-FLAG arg to double-setup. | |
593 | |
594 1998-07-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
595 | |
596 * subr.el (assoc-default): New function. | |
597 | |
598 * midnight.el: Require timer. | |
599 (clean-buffer-list-kill-regexps): Match `*vc' buffers. | |
600 (midnight-find): Use dolist, not loop. | |
601 (clean-buffer-list-delay): Use assoc-default. | |
602 | |
603 * info.el (Info-find-node): Position at the beginning of the node | |
604 after calling Info-select-node. | |
605 | |
606 * info.el (Info-insert-dir): Catch errors in insert-file-contents. | |
607 | |
608 1998-07-30 Sam Steingold <sds@goems.com> | |
609 | |
610 * font-lock.el (lisp-font-lock-keywords-1): Fontify `defconstant' | |
611 and `defparameter'. | |
612 (lisp-font-lock-keywords-2): Fontify `lambda', `in-package' | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
613 and `locally'. |
25866 | 614 |
615 * emacs-lisp/cl-indent.el (lisp-indent-defun-method): New variable. | |
616 (common-lisp-indent-function): Use it. | |
617 (lisp-indent-259): Uncomment the `&lambda' code. | |
618 (top-level let): Remove duplicate `catch' and `block'. Use | |
619 `&lambda' when appropriate. Now the lambda lists are indented | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
620 appropriately. |
25866 | 621 |
622 1998-07-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
623 | |
624 * dired.el (dired-garbage-files-regexp): Finish fixing regexp syntax. | |
625 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
626 * mail/sendmail.el (mail-yank-region): |
25866 | 627 Bind mark-even-if-inactive to t. |
628 (mail-yank-original was similarly changed, a few versions ago.) | |
629 | |
630 * textmodes/flyspell.el (flyspell-duplicate-distance): | |
631 Doc fix; change default to 10000. | |
632 (flyspell-mode-on): Fix the welcome message to deal with | |
633 how the binding for flyspell-auto-correct-word is now made. | |
634 (flyspell-delay, flyspell-delayed-commands): Doc fixes. | |
635 (flyspell-mode-off): Kill Ispell only if it is per-buffer. | |
636 | |
637 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org> | |
638 | |
639 * international/mule-cmds.el (activate-input-method): Update mode line. | |
640 (inactivate-input-method): Likewise. | |
641 | |
642 1998-07-29 Kenichi Handa <handa@etl.go.jp> | |
643 | |
644 * mouse.el (mouse-skip-word): If point is at word constituent | |
645 characters, pay attention to word-separating-categories by using | |
646 forward-word instead of skip-syntax-forward/backward. | |
647 | |
648 1998-07-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
649 | |
650 * help.el (describe-function-1): Fix the code that uses | |
651 find-function-noselect. | |
652 | |
653 * emacs-lisp/find-func.el (find-function-noselect): Autoload cookie. | |
654 (find-function-search-for-symbol): Ignore directories | |
655 when looking for a library file. | |
656 | |
657 1998-07-29 Dave Love <d.love@dl.ac.uk> | |
658 | |
659 * files.el (auto-mode-alist): Escape dots in some regexps. | |
660 | |
661 1998-07-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
662 | |
663 * files.el (auto-mode-alist): Fix previous change. | |
664 | |
665 * textmodes/tex-mode.el (tex-main-file): Doc fix. | |
666 | |
667 * dired.el (dired-garbage-files-regexp): Fix typo. | |
668 | |
669 * emulation/crisp.el (crisp-mark-line): Greatly simplified. | |
670 | |
671 * mouse.el (mouse-delete-window): If the frame has just one window, | |
672 bury the current buffer instead. | |
673 | |
674 1998-07-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
675 | |
676 * textmodes/flyspell.el (flyspell-mode-map): Explicitly bind M-TAB. | |
677 (flyspell-auto-correct-binding): Variable deleted. | |
678 (flyspell-incorrect-face, flyspell-duplicate-face): Fix typos. | |
679 (flyspell-check-pre-word-p): Check for word syntax in previous char. | |
680 (flyspell-word): Set process-kill-without-query for Ispell. | |
98317 | 681 (flyspell-region): Put region args in order; use right percentage. |
25866 | 682 (flyspell-properties-at-p): Rename arg to POS; doc fix. |
683 (flyspell-highlight-incorrect-region): | |
684 Check flyspell-highlight-properties first. | |
685 (flyspell-highlight-duplicate-region): Likewise. | |
686 (flyspell-auto-correct-word): Doc fix. | |
687 | |
688 * international/iso-transl.el (iso-transl-define-keys): Don't test | |
689 enable-multibyte-characters; use the translated characters as | |
690 specified in alist. | |
691 | |
692 * double.el (key-translation-map): | |
693 Don't call make-variable-buffer-local on this variable. | |
694 | |
695 * mail/rmail.el (rmail-dont-reply-to-names): Doc fix. | |
696 | |
697 1998-07-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
698 | |
699 * textmodes/flyspell.el (flyspell-emacs-popup): | |
700 Renamed from flyspell-gnuemacs-popup. Callers changed. | |
701 (push): Macro deleted. Callers changed to do it explicitly. | |
702 (flyspell-incorrect-face, flyspell-duplicate-face): Use defface. | |
703 (flyspell-incorrect-color): Variable deleted. | |
704 (flyspell-duplicate-color): Variable deleted. | |
705 (flyspell-underline-p): Variable deleted. | |
706 (flyspell-font-lock-make-face): Function deleted. | |
707 (flyspell-mark-duplications-flag): | |
708 Renamed from flyspell-doublon-as-error-flag. | |
709 (flyspell-mode-on): Delete the debugging message. | |
710 (flyspell-mode-off): Delete the debugging message. | |
711 (flyspell-mode-on): Set flyspell-generic-check-word-p | |
712 from the flyspell-mode-predicate property. | |
713 (texinfo-mode, mail-mode, message-mode): | |
714 Set flyspell-mode-predicate property. | |
715 | |
716 * international/mule.el (set-clipboard-coding-system): Define as alias. | |
717 | |
718 1998-07-26 Ken'ichi Handa <handa@melange.gnu.org> | |
719 | |
720 * arc-mode.el (archive-set-buffer-as-visiting-file): Give FILENAME | |
95132
7bf061584278
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94678
diff
changeset
|
721 arg to set-auto-coding-function. |
25866 | 722 (archive-extract): Pay attention to enable-multibyte-characters. |
723 (archive-*-write-file-member): Likewise. | |
724 (archive-rename-entry): Likewise. | |
725 | |
726 1998-07-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
727 | |
728 * international/mule.el (auto-coding-alist): Recognize .tar. | |
729 | |
730 1998-07-26 Ken'ichi Handa <handa@melange.gnu.org> | |
731 | |
732 * files.el (auto-mode-alist): Fix regular expression error for | |
733 sh-mode. | |
734 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
735 1998-07-26 Ken'ichi HANDA <handa@etl.go.jp> |
25866 | 736 |
737 * arc-mode.el (archive-summarize): Set buffer unibyte before | |
738 calling archive-XXX-summarize. | |
739 (archive-file-name-handler): New function to make the caller | |
740 behave as if the extracted file existed. | |
741 (archive-set-buffer-as-visiting-file): New function to simulate | |
742 file visiting. Uses archive-file-name-handler to make dos-w32 | |
743 systems preserve the coding-system of the extracted files. | |
744 (archive-extract): Bind coding-system-for-write to | |
745 file-name-coding-system, coding-system-for-read to 'no-conversion. | |
746 Call archive-set-buffer-as-visiting-file after a member file is | |
747 inserted in the current buffer. | |
748 (archive-extract-by-stdout): Don't bind coding-system-for-read and | |
749 inherit-process-coding-system. | |
750 (archive-*-write-file-member): Give an encoded file name to | |
751 external archive program. | |
752 (archive-rename-entry): Likewise. | |
753 (archive-mode-revert): Set buffer unibyte before calling | |
754 revert-buffer. | |
755 (archive-arc-rename-entry, archive-zip-chmod-entry): Set buffer | |
756 unibyte before handling binary archive data. | |
98444 | 757 (archive-lzh-rename-entry, archive-lzh-ogm, archive-zip-chmod-entry): |
93313 | 758 Likewise. |
25866 | 759 (archive-lzh-summarize): Set local variable efnname to the decoded |
760 file name. If default-enable-multibyte-characters is non-nil, set | |
761 buffer multibyte before inserting summary lines. | |
762 | |
763 1998-07-25 Dan Nicolaescu <done@ece.arizona.edu> | |
764 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
765 * files.el (auto-mode-alist): Move nroff-modes down the list. |
25866 | 766 |
767 1998-07-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
768 | |
769 * international/mule.el (auto-coding-alist): Another doc fix. | |
770 | |
771 1998-07-25 Ken'ichi Handa <handa@melange.gnu.org> | |
772 | |
773 * international/mule.el (auto-coding-alist): Docstring fixed. | |
774 | |
775 * ange-ftp.el (ange-ftp-re-read-dir): Quote ange-ftp-reread-dir in | |
776 autoload cookie. | |
777 | |
778 1998-07-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
779 | |
780 * calendar/cal-tex.el (cal-tex-latexify-list): | |
98317 | 781 Ignore specifier in diary entry. |
25866 | 782 |
783 1998-07-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
784 | |
785 * mail/sendmail.el (mail-mode): Add the citation regexp | |
786 to adaptive-fill-regexp after the usual contents. | |
787 But modify the usual contents not to match whitespace alone; | |
788 match that again last. | |
789 Add that citation regexp to paragraph-start and paragraph-separate too. | |
790 | |
791 1998-07-24 Ken'ichi Handa <handa@melange.gnu.org> | |
792 | |
95132
7bf061584278
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94678
diff
changeset
|
793 * tar-mode.el (tar-extract): Give set-auto-coding-function |
25866 | 794 FILENAME argument. |
795 | |
796 1998-07-25 Kenichi Handa <handa@etl.go.jp> | |
797 | |
798 * international/mule.el (auto-coding-alist): New variable. | |
98444 | 799 (set-auto-coding): Argument FILENAME is added. Check |
25866 | 800 auto-coding-alist at first. |
801 | |
802 * international/kkc.el (kkc-region): Unwind-protect the conversion | |
803 process. | |
804 (kkc-show-conversion-list-update): Pay attention to the length of | |
805 kkc-show-conversion-list-index-chars. | |
806 | |
807 * international/mule-cmds.el (find-multibyte-characters): New | |
808 function. | |
809 (select-safe-coding-system): Highlight characters which can't be | |
810 encoded. Show list of such characters also in *Warning* buffer. | |
811 | |
812 * international/mule-util.el | |
813 (coding-system-change-eol-conversion): Make it accepts an integer | |
814 value in EOL-TYPE argument. | |
815 | |
816 1998-07-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
817 | |
818 * uniquify.el (uniquify-ignore-buffers-re): Fix custom type. | |
819 | |
820 * emulation/crisp.el: Don't require cl. | |
821 (crisp-override-meta-x): Doc fix. | |
822 (crisp-last-last-command): Doc fix. | |
823 (mark-something): Function deleted. | |
824 (crisp-mark-line): Avoid using mark-something. | |
825 (crisp-region-active): Renamed from region-active. | |
826 (crisp-set-clipboard): Renamed from copy-primary-selection. | |
827 (crisp-kill-region): Renamed from kill-primary-selection. | |
828 (crisp-yank-clipboard): Renamed from yank-clipboard-selection. | |
829 | |
830 * files.el (basic-save-buffer-2): New function. | |
831 (basic-save-buffer-1): Use basic-save-buffer-2, | |
832 after perhaps binding coding-system-for-write. | |
833 (save-buffer-coding-system): Make it a permanent local. | |
834 | |
835 1998-07-24 Dan Nicolaescu <done@ece.arizona.edu> | |
836 | |
837 * files.el (auto-mode-alist): Add idl-mode. | |
838 | |
839 1998-07-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
840 | |
841 * mail/rmail.el (rmail-insert-inbox-text): Use rmail-have-password, | |
842 rmail-get-pop-password and rmail-set-pop-password. | |
843 (rmail-have-password, rmail-get-pop-password) | |
844 (rmail-set-pop-password): New functions. | |
845 (rmail-encode-string): New function. | |
846 | |
847 1998-07-23 Richard Stallman <rms@psilocin.ai.mit.edu> | |
848 | |
849 * files.el (auto-mode-alist): Recognize shell profiles without dirname. | |
850 | |
851 1998-07-23 Ken'ichi Handa <handa@melange.gnu.org> | |
852 | |
853 * international/quail.el (quail-start-translation): Call | |
854 this-single-command-raw-keys instead of this-single-command-keys. | |
855 (quail-start-conversion): Likewise. | |
856 | |
857 1998-07-23 Kenichi Handa <handa@etl.go.jp> | |
858 | |
859 * international/isearch-x.el (isearch-minibuffer-self-insert): | |
860 Handle space char event correctly. | |
861 (isearch-process-search-multibyte-characters): If this-command is | |
862 not isearch-printing-char, don't read multibyte chars from | |
863 minibuffer, but just call isearch-process-search-char. | |
864 | |
865 * international/quail.el (quail-start-translation): Use | |
866 this-single-command-keys to get raw events instead of | |
93313 | 867 listify-key-sequence. |
25866 | 868 (quail-start-conversion): Likewise. |
869 | |
870 1998-07-22 Karl Heuer <kwzh@gnu.org> | |
871 | |
872 * mail/feedmail.el: Avoid using all-caps for non-arguments. | |
873 (feedmail-queue-send-edit-prompt-help-first): Doc fix. | |
874 | |
875 1998-07-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
876 | |
877 * imenu.el (imenu-create-index-function): Add autoload cookie. | |
878 (imenu-extract-index-name-function, imenu-default-goto-function) | |
879 (imenu-sort-function, imenu-prev-index-position-function): Likewise. | |
880 | |
881 * ange-ftp.el (ange-ftp-reread-dir): Renamed from `re-read'. | |
882 Old name defined as alias. Doc fix. | |
883 | |
884 1998-07-21 Kenichi Handa <handa@etl.go.jp> | |
885 | |
886 * international/kkc.el (kkc-region): Handled the case that | |
887 conversion is cancelled. | |
888 (kkc-terminate): Update kkc-overlay-head correctly. | |
889 (kkc-cancel): Don't call kkc-terminate, but set kkc-converting to nil. | |
890 | |
891 * international/quail.el (quail-simple-translation-keymap): Typo | |
892 in doc-string fixed. | |
893 (quail-start-translation): Check start position of quail-overlay | |
894 before calling quail-overlay-region-events. | |
895 (quail-start-conversion): Likewise. | |
896 | |
897 1998-07-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
898 | |
899 * files.el (auto-mode-alist): Match .emacs with no directory. | |
900 | |
901 1998-07-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
902 | |
903 * progmodes/compile.el (grep): Doc fix. | |
904 (next-error): Doc fix. | |
905 | |
906 * progmodes/sh-script.el (sh-mode): parse-sexp-ignore-comments = t. | |
907 | |
908 1998-07-19 Eli Zaretskii <eliz@delysid.gnu.org> | |
909 | |
910 * arc-mode.el (archive-mode): Undo previous change. | |
911 (archive-extract): Make the buffer unibyte if the extracted file | |
912 was read with coding-system of no-conversion or raw-text. | |
913 | |
914 1998-07-19 Kenichi Handa <handa@etl.go.jp> | |
915 | |
916 * isearch.el (isearch-input-method-function): New variable. | |
917 (isearch-input-method-local-p): New variable. | |
918 (isearch-mode): Setup the above two variable. Set | |
919 input-method-function to nil locally. | |
920 (isearch-done): Restore the previous value of | |
921 input-method-function. | |
922 | |
923 * international/quail.el (quail-conversion-keymap): New binding | |
924 for quail-conversion-delete-tail. | |
925 (quail-input-method): Suppress input method if | |
926 overriding-terminal-local-map or overriding-local-map is non-nil. | |
927 Erase contents of quail-guidance-buf. Run the hook | |
928 input-method-after-insert-chunk-hook. | |
929 (quail-start-translation): Get the original event list by | |
93313 | 930 listify-key-sequence. Setup last-command and this-command. |
25866 | 931 (quail-start-conversion): Likewise. |
932 (quail-conversion-beginning-of-region): Set quail-translating to nil. | |
933 (quail-conversion-end-of-region, quail-conversion-delete-char): | |
934 Likewise. | |
935 (quail-conversion-delete-tail): New function. | |
936 (quail-no-conversion): Don' run the hook | |
937 input-method-after-insert-chunk-hook. | |
938 | |
939 * international/kkc.el (kkc-region): Fix the return value. | |
940 | |
941 * international/isearch-x.el | |
942 (isearch-toggle-specified-input-method): Adjusted for the change | |
943 in isearch.el. | |
944 (isearch-toggle-input-method): Likewise. | |
945 (isearch-minibuffer-local-map): New variable. | |
946 (isearch-minibuffer-non-self-insert): New function. | |
947 (isearch-minibuffer-self-insert): New function. | |
948 (isearch-process-search-multibyte-characters): Read multibyte | |
949 characters from minibuffer with the keymap | |
950 isearch-minibuffer-local-map. | |
951 | |
952 * international/mule-cmds.el (read-multilingual-string): Don't | |
953 activate an input method in the current buffer, but just bind | |
954 current-input-method. | |
955 | |
956 * language/japan-util.el (japanese-replace-region): New function. | |
93313 | 957 (japanese-katakana-region, japanese-hiragana-region) |
958 (japanese-hankaku-region, japanese-zenkaku-region): Don't change | |
25866 | 959 point. Use japanese-replace-region to change text. |
960 | |
961 1998-07-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
962 | |
963 * ange-ftp.el (ange-ftp-re-read-dir): Add doc string. | |
964 | |
965 1998-07-17 Simon Marshall <simon@gnu.org> | |
966 | |
967 * lazy-lock.el (lazy-lock-fontify-after-visage): Renamed from | |
968 lazy-lock-fontify-after-outline. | |
969 (lazy-lock-install-hooks): Add it to hs-hide-hook too. | |
970 (lazy-lock-unstall): Remove it from hs-hide-hook too. | |
93313 | 971 (lazy-lock-fontify-rest-after-change) |
25866 | 972 (lazy-lock-defer-rest-after-change): Ensure properties are always |
973 removed from the rest of the buffer by widening during removal. | |
974 | |
975 1998-07-17 Stephen Eglen <stephen@gnu.org> | |
976 | |
977 * forms.el (forms-mode): Doc fix. | |
978 | |
979 1998-07-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
980 | |
981 * arc-mode.el (archive-mode): Make the buffer unibyte. | |
982 | |
983 1998-07-16 Eli Zaretskii <eliz@is.elta.co.il> | |
984 | |
985 * arc-mode.el (archive-extract): If the extractor signals an | |
986 error, trap it, so that the buffer created for a member is killed. | |
987 | |
988 1998-07-15 Kenichi Handa <handa@etl.go.jp> | |
989 | |
990 * international/kkc.el (kkc-show-conversion-list-index-chars): | |
991 Default value changed. | |
992 (kkc-keymap): Renamed from kkc-mode-map. Key binding for | |
993 kkc-non-kkc-command are deleted. | |
994 (kkc-mode): This function deleted. | |
995 (kkc-canceled): This variable deleted. | |
996 (kkc-converting): New variable. | |
997 (kkc-region): 3rd optional arg is deleted. Completely rewritten | |
998 to adjust for the change in quail.el. | |
999 (kkc-terminate, kkc-cancel): Adjusted for the change of | |
1000 kkc-region. | |
1001 (kkc-non-kkc-command): This function deleted. | |
1002 (kkc-select-from-list): Use last-input-event instead of | |
1003 last-input-char. Put an unknown event back to | |
1004 unread-input-method-events. | |
1005 | |
1006 * international/quail.el (quail-mode): This variable deleted. | |
1007 (quail-current-key): Make it buffer local. | |
1008 (quail-current-str, quail-current-translations): Likewise. | |
1009 (quail-reset-conversion-region): This variable deleted. | |
1010 (quail-use-package): Call quail-activate at the tail. | |
1011 (quail-translation-keymap, quail-simple-translation-keymap): Key | |
1012 bindings for quail-execute-non-quail-command deleted. | |
1013 (quail-conversion-keymap): Likewise. Add key bindings for | |
1014 quail-self-insert-command. | |
1015 (quail-delete-overlays): Chekc overlay-start for overlays before | |
1016 deleting them. | |
1017 (quail-mode): This function deleted. | |
1018 (quail-inactivate, quail-activate): New functions. | |
1019 (quail-saved-current-map, quail-saved-current-buffer): These | |
1020 variables deleted. | |
1021 (quail-toggle-mode-temporarily, quail-execute-non-quail-command): | |
1022 These functions deleted. | |
1023 (quail-exit-conversion-mode, quail-prefix-arg): These variables | |
1024 deleted. | |
1025 (quail-error): New error condition. | |
1026 (quail-error): New function. | |
1027 (quail-translating, quail-converting): New variables. | |
1028 (quail-input-method, quail-overlay-region-events): New function. | |
1029 (quail-start-translation): Completely re-written. | |
1030 (quail-start-translation-in-conversion-mode): This function | |
1031 deleted. | |
1032 (quail-start-conversion): New function. | |
1033 (quail-terminate-translation): Just set quail-translating to nil. | |
1034 (quail-update-translation): Put some events back to | |
1035 unread-input-method-events instead of unread-command-events. Call | |
1036 quail-error instead of error. | |
1037 (quail-self-insert-command): Adjusted for the change of | |
1038 quail-start-translation. | |
1039 (quail-next-translation): Don't call | |
1040 quail-execute-non-quail-command, instead, put an event back of | |
1041 unread-command-events. | |
93313 | 1042 (quail-prev-translation, quail-next-translation-block) |
1043 (quail-prev-translation-block): Likewise. | |
25866 | 1044 (quail-conversion-backward-char): Call quail-error instead of |
1045 error. Set quail-translating to nil. | |
1046 (quail-conversion-forward-char): Likewize. | |
1047 (quail-conversion-delete-char): Call quail-error instead of error. | |
1048 If conversion region gets vacant, set quail-converting to nil. | |
1049 (quail-conversion-backward-delete-char): Likewize. | |
1050 (quail-no-conversion): Just set quail-converting to nil. | |
1051 (quail-mouse-choose-completion): Call quai-error instead of error. | |
93313 | 1052 (quail-choose-completion-string): Likewise. |
25866 | 1053 (quail-help): Don't handle quail-mode-map. |
1054 | |
1055 * language/ethiopic.el ("Ethiopic"): Typo in sample-text fixed. | |
1056 | |
1057 1998-07-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1058 | |
1059 * textmodes/sgml-mode.el (sgml-mode): Call kill-local-variables | |
1060 here directly, then set major-mode, then call sgml-mode-common. | |
1061 Run the hooks here at the end. | |
1062 (html-mode): Likewise. | |
1063 (sgml-mode-common): Don't call kill-local-variables; don't run hooks. | |
1064 | |
1065 1998-07-15 Eli Zaretskii <eliz@mescaline.gnu.org> | |
1066 | |
1067 * files.el (file-name-invalid-regexp): Fix the part which handles | |
1068 colons in file names. | |
1069 | |
1070 1998-07-14 Gary D. Foster <gfoster@suzieq.ml.org> | |
1071 | |
1072 * emulation/crisp.el: | |
1073 Added next-buffer/previous-buffer keybindings (bound to M-n/M-p). | |
1074 (crisp-unbury-buffer): New function. | |
1075 | |
1076 Fixed bogus XEmacs/Lucid string-match checking. | |
1077 Made modeline entry mouse2-able. | |
1078 | |
1079 (crisp-mode-map): Make this a sparse keymap parented from | |
1080 current-global-map. | |
1081 (crisp-mode-original-keymap): Don't copy the keymap. | |
1082 (crisp-last-last-command): Renamed from last-last-command. defvar it. | |
1083 (crisp-mode): Honor ARG. | |
1084 | |
1085 (crisp-kill-line, crisp-copy-line): When a region isn't highlighted, | |
1086 use the region from point to eol. Honor prefix argument. | |
1087 | |
1088 (crisp-submit-bug-report): New command, taken from cc-mode. | |
1089 | |
93313 | 1090 Shortened the version numbering, removed the release-version tracking. |
25866 | 1091 |
1092 (crisp-version): New function. | |
1093 New keybindings `C-home', `C-end', `M-home', `M-end', `C-f', `M-l', | |
1094 `M-m'. | |
1095 | |
1096 (crisp-copy-line): No need to save point. | |
1097 | |
1098 Removed S-right and S-left bindings. | |
1099 | |
1100 Abstract the marking and selection interfaces so that we can be | |
1101 compatible with both Emacs and XEmacs. And try and make the | |
1102 behavior as close as possible under both environments so that there | |
1103 are no surprises. | |
1104 | |
1105 1998-07-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1106 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
1107 * info.el (Info-read-node-name-1, Info-read-node-name): |
25866 | 1108 Rename completion-table to Info-read-node-completion-table. |
1109 (Info-read-node-completion-table): Add defvar. | |
1110 (Info-complete-menu-buffer): Add defvar. | |
1111 | |
1112 * subr.el (read-quoted-char): Bind input-method-function to nil. | |
1113 | |
1114 * simple.el (do-auto-fill): Always break before any whitespace | |
1115 so that point ends up at the right place. | |
1116 | |
1117 1998-07-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1118 | |
1119 * rmailedit.el (rmail-edit-current-message, rmail-cease-edit): | |
1120 Save and restore save-buffer-coding-system in another local variable. | |
1121 | |
1122 1998-07-13 Andrew Innes <andrewi@delysid.gnu.org> | |
1123 | |
1124 * ps-print.el (ps-do-despool): Bind ps-printer-name to | |
1125 printer-name if the former is nil. | |
1126 | |
1127 1998-07-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1128 | |
1129 * mail/sendmail.el (mail-citation-prefix-regexp): New variable. | |
1130 (mail-fill-yanked-message): Pass mail-citation-prefix-regexp | |
1131 to fill-individual-paragraphs. | |
1132 | |
1133 * textmodes/fill.el (fill-individual-paragraphs-prefix): New | |
1134 subroutine taken from fill-individual-paragraphs. Really check that | |
1135 JUST-ONE-LINE-PREFIX is longer than TWO-LINES-PREFIX in its whitespace. | |
1136 (fill-individual-paragraphs-citation): New subroutine. | |
1137 (fill-nonuniform-paragraphs): Arg MAILP renamed. | |
1138 (fill-individual-paragraphs): Arg MAILP renamed. | |
1139 | |
1140 1998-07-12 Andrew Innes <andrewi@delysid.gnu.org> | |
1141 | |
1142 * dos-w32.el (file-name-buffer-file-type-alist): Force tags files | |
1143 to be read as raw-text-dos (to handle files in DOS format). | |
1144 | |
1145 1998-07-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1146 | |
1147 * international/mule.el (set-selection-coding-system): | |
1148 Renamed from set-clipboard-coding-system. | |
1149 Set the variable's new name, selection-coding-system. | |
1150 | |
1151 * mail/rmailout.el (rmail-output-to-rmail-file): | |
1152 Clean up handling of relative file names in DEFAULT-FILE. | |
1153 | |
1154 1998-07-10 Eric M. Ludlam <zappo@ultranet.com> | |
1155 | |
1156 * speedbspec.el: Deleted; now integrated into speedbar.el. | |
1157 * speedbar.el: More commentary. | |
1158 (speedbar-xemacsp): Moved definition. | |
1159 (speedbar-initial-expansion-mode-list): Was | |
1160 `speedbar-initial-expansion-list' and now has multiple modes. | |
1161 (speedbar-stealthy-function-list): Now has mode labels. | |
1162 (speedbar-initial-expansion-list-name) | |
1163 (speedbar-previously-used-expansion-list-name) | |
1164 (speedbar-special-mode-key-map, speedbar-track-mouse-flag) | |
1165 (speedbar-tag-hierarchy-method, speedbar-tag-split-minimum-length) | |
1166 (speedbar-tag-regroup-maximum-length) | |
1167 (speedbar-hide-button-brackets-flag): New variables. | |
1168 (speedbar-special-mode-expansion-list): Updated documentation. | |
1169 (speedbar-navigating-speed, speedbar-update-speed): Phasing out. | |
1170 (speedbar-vc-indicator): Removed space from this var. | |
1171 (speedbar-indicator-separator, speedbar-obj-do-check) | |
1172 (speedbar-obj-to-do-point, speedbar-obj-indicator, speedbar-obj-alist) | |
1173 (speedbar-indicator-regex): New variables. | |
1174 (speedbar-directory-unshown-regexp): New variable. | |
1175 (speedbar-supported-extension-expressions): Added more extensions. | |
1176 (speedbar-add-supported-extension) | |
1177 (speedbar-add-ignored-path-regexp): Made interactive. | |
1178 (speedbar-update-flag): Nil w/ no window system. | |
1179 (speedbar-file-key-map): Moved some key bindings from | |
1180 `speedbar-key-map' to this map. | |
1181 (speedbar-make-specialized-keymap): New function. | |
1182 (speedbar-file-key-map): New key map. | |
1183 (speedbar-easymenu-definition-special): Updated to new functions. | |
1184 (speedbar-easymenu-definition-trailer): Changed conditional part. | |
1185 (speedbar-frame-mode): Removed commented code, fixed W32 cursor | |
1186 bug, Updated to better handle terminal frames. | |
1187 (speedbar-switch-buffer-attached-frame): New function. | |
1188 (speedbar-mode): Updated documentation, no local keymap, | |
1189 correct `temp-buffer-show-function' use, enable mouse-tracking. | |
1190 (speedbar-show-info-under-mouse): New function. | |
1191 (speedbar-reconfigure-keymaps): Was `speedbar-reconfigure-menubar'. | |
1192 Enable major display mode specific menus & key maps. | |
93313 | 1193 (speedbar-temp-buffer-show-function): Fix use of `temp-buffer-show-hook'. |
25866 | 1194 (speedbar-track-mouse, speedbar-track-mouse-xemacs): New functions. |
1195 (speedbar-restricted-move, speedbar-restricted-next) | |
1196 (speedbar-restricted-prev, speedbar-navigate-list) | |
1197 (speedbar-forward-list, speedbar-backward-list): New commands. | |
1198 (speedbar-refresh): Updated message printing & verbosity. | |
1199 (speedbar-item-load): Updated message. | |
1200 (speedbar-item-byte-compile): Updated doc & reset scanners. | |
1201 (speedbar-item-info): Overhauled with more details. | |
1202 (speedbar-item-copy): Update messages. | |
93313 | 1203 (speedbar-generic-item-info): New function. |
25866 | 1204 (speedbar-item-delete): Update messages. |
1205 (speedbar-item-object-delete): New function. | |
1206 (speedbar-select-window): Update doc. Use `show-buffer'. | |
1207 (speedbar-make-button): Update doc. | |
1208 (speedbar-initial-expansion-list, speedbar-initial-menu) | |
1209 (speedbar-initial-keymap, speedbar-initial-stealthy-functions) | |
1210 (speedbar-add-expansion-list) | |
1211 (speedbar-change-initial-expansion-list): New functions. | |
1212 (speedbar-maybe-add-localized-support) | |
93313 | 1213 (speedbar-add-localized-speedbar-support) |
1214 (speedbar-remove-localized-speedbar-support): Imported from speedbspec. | |
25866 | 1215 (speedbar-file-lists): Filter out some directories. |
1216 (speedbar-make-tag-line): Can hide brackets. | |
1217 (speedbar-change-expand-button-char): Protect invisible text prop. | |
98317 | 1218 (speedbar-insert-files-at-point): Ignore case during compares. |
25866 | 1219 (speedbar-apply-one-tag-hierarchy-method) |
1220 (speedbar-create-tag-hierarchy): New functions. | |
1221 (speedbar-insert-generic-list): Now calls hierarchy functions on tags. | |
1222 (speedbar-update-contents): Handles localized support. | |
93313 | 1223 (speedbar-update-directory-contents): Uses fn for expansion list. |
98317 | 1224 Fixed directory caching bug. |
25866 | 1225 (speedbar-timer-fn): Calls localized support function. |
93313 | 1226 (speedbar-stealthy-update-recurse): New variable. |
25866 | 1227 (speedbar-stealthy-updates): Handle new stealth function format. |
1228 (speedbar-clear-current-file): Handle indicator regex. | |
1229 (speedbar-update-current-file): Ignores case, update handle | |
1230 indicator regex, Fix line positioning. | |
1231 (speedbar-add-indicator): Handles obj indicators now. | |
1232 (speedbar-check-objects, speedbar-check-obj-this-line): New functions. | |
1233 (speedbar-double-click): Fix tripple click error. | |
1234 (speedbar-line-file, speedbar-goto-this-file): Handle indicator regex. | |
1235 (speedbar-line-path): Only try to get a file when in "files" display. | |
1236 (speedbar-line-depth): Handle indicator regex. | |
1237 (speedbar-dir-follow): Turn of smart-adjust to disable cache use. | |
1238 (speedbar-directory-buttons-follow): Hack for W32 emacs directories. | |
1239 (speedbar-buffers-key-map): New key map. | |
98317 | 1240 (speedbar-buffer-easymenu-definition): New menu items. |
25866 | 1241 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp) |
1242 (speedbar-buffer-buttons-engine, speedbar-buffer-click) | |
1243 (speedbar-buffer-kill-buffer, speedbar-buffer-revert-buffer): | |
1244 New functions. | |
1245 | |
1246 * mail/rmail.el: No longer depends on speedbspec for byte compile. | |
1247 (rmail-speedbar-match-folder-regexp): New variable. | |
1248 (rmail-speedbar-menu-items): Updated speedbar menu items. | |
1249 (rmail-speedbar-key-map): New keymap. | |
1250 (rmail-install-speedbar-variables): New function. | |
1251 Install speedbar keymap only when speedbar is loaded. | |
1252 (rmail-speedbar-buttons): Use `rmail-speedbar-match-folder-regexp'. | |
1253 | |
1254 * info.el: No longer depends on speedbspec for byte compile. | |
1255 (Info-speedbar-key-map): New key map. | |
1256 (Info-install-speedbar-variables): New function. | |
1257 (Info-speedbar-menu-items): Update to new functions. | |
1258 Install speedbar keymap only when speedbar is loaded. | |
1259 (Info-speedbar-browser): New command. | |
1260 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node) | |
1261 (Info-speedbar-expand-node, Info-speedbar-fetch-file-nodes): New fns. | |
1262 (Info-speedbar-buttons): Handle new node button commands. | |
1263 | |
93313 | 1264 * gud.el (gud-speedbar-key-map): New variable. |
25866 | 1265 (gud-install-speedbar-variables): New function |
1266 Install speedbar keymap only when speedbar is loaded. | |
1267 (gud-gdb-get-stackframe): Added ":" to regex for c++. | |
1268 | |
1269 1998-07-09 Sam Steingold <sds@usa.net> | |
1270 | |
1271 * emacs-lisp/cl-indent.el: Indent `handler-case' correctly. | |
1272 * font-lock.el (lisp-font-lock-keywords): Fontify | |
1273 `handler-case', `ccase', `ctypecase', `assert', `error'. | |
1274 | |
1275 1998-07-09 Andrew Innes <andrewi@harlequin.co.uk> | |
1276 | |
1277 * jka-compr.el (jka-compr-insert-file-contents): Replace incorrect | |
1278 inline code with call to find-operation-coding-system. | |
1279 | |
1280 1998-07-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1281 | |
1282 * simple.el (undo-in-progress): New variable. | |
1283 (undo-more): Bind it to t. | |
1284 | |
1285 1998-07-08 Kenichi Handa <handa@etl.go.jp> | |
1286 | |
1287 * international/fontset.el (x-complement-fontset-spec): Typo fixed. | |
1288 (create-fontset-from-fontset-spec): Likewise. | |
1289 (create-fontset-from-ascii-font): Likewise. | |
1290 | |
1291 1998-07-08 Kenichi Handa <handa@etl.go.jp> | |
1292 | |
1293 * language/hebrew.el ("Hebrew"): Add coding-priority. | |
1294 | |
1295 * language/misc-lang.el ("IPA"): Add coding-priority and coding-system. | |
1296 | |
93313 | 1297 1998-07-07 Kevin Rodgers <kevinr@ihs.com> (tiny change) |
25866 | 1298 |
1299 * vc.el (vc-finish-logentry): Only delete windows in the | |
1300 selected frame displaying the *VC-log* buffer, in case another | |
1301 frame is dedicated to it (which will then be deleted via | |
1302 kill-buffer). | |
1303 | |
1304 1998-07-07 Sam Steingold <sds@goems.com> | |
1305 | |
1306 * scheme.el (scheme-font-lock-keywords-1): Fontify SCWM/Guile | |
1307 keywords starting with `define'. | |
1308 | |
1309 1998-07-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1310 | |
1311 * mail/rmail.el (rmail): If existing buffer, use local | |
1312 enable-multibyte-characters for rmail-enable-multibyte. | |
1313 (rmail-revert): Bind coding-system-for-read to raw-text, | |
1314 then convert and make buffer multibyte, as in `rmail'. | |
1315 | |
1316 * files.el (find-file-noselect-1): Use kill-local-variable on | |
1317 buffer-file-coding-system, instead of setting it. | |
1318 (save-buffer): Doc fix. | |
1319 (basic-save-buffer): Doc fix. | |
1320 | |
1321 * subr.el (add-hook): Use member if FUNCTION is a compiled function. | |
1322 | |
1323 1998-07-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1324 | |
1325 * textmodes/fill.el (fill-individual-paragraphs): | |
1326 Fix previous change. | |
1327 | |
1328 * textmodes/tex-mode.el (tex-delete-last-temp-files): | |
1329 Use file-name-sans-extensions. | |
1330 | |
1331 1998-07-06 Kenichi Handa <handa@etl.go.jp> | |
1332 | |
1333 * bindings.el: Make all multibyte characters self-insert. | |
1334 | |
1335 * isearch.el (isearch-mode-map): Make all multibyte characters | |
1336 search for themselves. | |
1337 | |
1338 1998-07-05 Ken'ichi Handa <handa@melange.gnu.org> | |
1339 | |
1340 * international/mule.el: Don't make the function charset-list | |
1341 obsolete. | |
1342 | |
1343 1998-07-05 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1344 | |
1345 * mail/mail-utils.el (rmail-dont-reply-to): Understand | |
1346 about doublequotes; don't be fooled by commas inside them. | |
1347 | |
1348 1998-07-04 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1349 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
1350 * textmodes/fill.el (fill-individual-paragraphs): |
25866 | 1351 If JUST-ONE-LINE-PREFIX matches TWO-LINES-PREFIX except with |
1352 longer whitespace, treat that as a match even is spaces | |
1353 are replaced with a tab. | |
1354 | |
1355 1998-07-03 Michael Ernst <mernst@alum.mit.edu> | |
1356 | |
1357 * dired-x.el (dired-omit-expunge): Message if skipping omitting | |
1358 because directory is too large; also unset dired-omit-files-p. | |
1359 (dired-omit-size-limit): Increase default from 20000 to 30000. | |
1360 | |
1361 1998-07-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1362 | |
1363 * international/mule-cmds.el (set-language-environment): | |
1364 Test unibyte-syntax instead of using a fixed list of | |
1365 latin-N character sets. | |
1366 | |
1367 * language/european.el: Define unibyte-syntax in each of these | |
1368 language environments. | |
1369 (setup-8-bit-environment): Let unibyte-syntax specify whether to | |
1370 load a file of syntax settings, and which one. | |
1371 | |
1372 * emacs-lisp/byte-opt.el (byte-boolean-vars): | |
1373 Add print-escape-multibyte. | |
1374 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
1375 * progmodes/make-mode.el (makefile-font-lock-keywords): |
25866 | 1376 Recognize automatic variable references. |
1377 (makefile-dependency-regex): Don't be fooled by colons in deps. | |
1378 | |
1379 1998-07-03 Espen Skoglund <espensk@stud.cs.uit.no> | |
1380 | |
1381 * pascal.el (pascal-insert-block): Fixed space-deletion bug in | |
1382 front of the "begin" string. | |
1383 (pascal-beg-of-defun): Used to locate the beginning of a function | |
1384 incorrectly when a function contained several begin-end blocks. | |
1385 Fixed. | |
1386 | |
1387 1998-07-03 Dave Love <d.love@dl.ac.uk> | |
1388 | |
1389 * calendar/diary-lib.el (diary-mail-addr): Fix custom type. | |
1390 | |
1391 1998-07-03 Andrew Innes <andrewi@harlequin.co.uk> | |
1392 | |
1393 * dos-fns.el (dos-print-region-function): Definition moved to | |
1394 dos-w32.el. | |
1395 (print-region-function): Initialization moved to dos-w32.el. | |
1396 (lpr-headers-switches, ps-lpr-command, ps-lpr-switches): Likewise. | |
1397 | |
1398 * dos-vars.el (dos-printer): Obsolete variable deleted. | |
1399 (dos-ps-printer): Likewise. | |
1400 | |
1401 * dos-w32.el (direct-print-region-function): Renamed from | |
1402 dos-print-region-function. Added &rest keyword. | |
1403 (print-region-function): Set to direct-print-region-function. | |
1404 (lpr-headers-switches): Initialize. | |
1405 (ps-lpr-command): Initialize. | |
1406 (ps-lpr-switches): Initialize. | |
1407 | |
1408 * lpr.el (printer-name): New variable. | |
1409 (lpr-switches): Mention it in docstring. | |
1410 (print-region-1): Use it. | |
1411 | |
1412 * ps-print.el (ps-printer-name): New variable. | |
1413 (ps-do-despool): Use it. | |
1414 | |
1415 1998-07-03 Robert J. Chassell <bob@rattlesnake.com> | |
1416 | |
1417 * textmodes/texinfo.el (texinfo-environment-regexp): | |
1418 Add smalldisplay and smallformat. | |
1419 | |
1420 * info.el (Info-find-node): Handle cross references to an @anchor. | |
1421 | |
1422 * informat.el (Info-tagify): Finish previous change. | |
1423 Fix up some messages. | |
1424 | |
1425 * textmodes/texinfmt.el (texinfmt-version): Update version. | |
1426 number which is used in header of texinfmt-produced Info files. | |
98317 | 1427 (texinfo-format-buffer): Now always tagify, on account of @anchor. |
25866 | 1428 (texi-format-region): Always tagify. |
93313 | 1429 (texi2info): Always tagify. |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
1430 (texinfo-anchor): Add @anchor command as place to which |
106682
598bffb4b64e
Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
105997
diff
changeset
|
1431 a cross reference may go. |
93313 | 1432 (texinfo-no-refill-regexp): Add smalldisplay, smallformat. |
1433 (texinfo-format-uref): New command: @uref. | |
1434 (texinfo-format-var): New command: @acronym. | |
25866 | 1435 (texinfo-format-code): New commands: @command, @env, @url. |
93313 | 1436 (texinfo-format-option): New command: @option. |
1437 (texinfo-format-example): New command: @smalldisplay. | |
1438 (texinfo-format-flushleft): New command: @smallformat. | |
25866 | 1439 (texinfo-discard-line-with-args): New commands: @novalidate, @pagesize, |
1440 @setcontentsaftertitlepage, @setshortcontentsaftertitlepage. | |
1441 | |
1442 1998-07-03 Eric Ludlam <zappo@mescaline.gnu.org> | |
1443 | |
93313 | 1444 * emacs-lisp/checkdoc.el (checkdoc): Updated commentary. |
25866 | 1445 (checkdoc-autofix-flag): Updated doc. |
1446 (checkdoc-force-docstrings-flag): Updated doc. | |
1447 (checkdoc-force-history-flag): New flag. | |
1448 (checkdoc-triple-semi-comment-check-flag): Fixed name. | |
1449 (checkdoc-spellcheck-documentation-flag): Fixed doc. | |
1450 (checkdoc-ispell-lisp-words): Update default value. | |
93313 | 1451 (checkdoc-generate-compile-warnings-flag, checkdoc-proper-noun-list) |
1452 (checkdoc-proper-noun-regexp, checkdoc-symbol-words): New variables. | |
25866 | 1453 (princ-list): Function created if it isn't bound. |
93313 | 1454 (checkdoc-interactive): Parts removed to `checkdoc-interactive-loop'. |
1455 (checkdoc, checkdoc-message-interactive): New function. | |
1456 (checkdoc-interactive-loop): Was in `checkdoc-interactive', then | |
25866 | 1457 added better keybindings, and better autofixing behavior, |
1458 Cursor now sits next to the error, forcing scrolling if needed, | |
1459 and using a better centering algorithm, and much better error | |
1460 navigation after choosing "f"ix. | |
1461 (checkdoc-next-error): Added parameter ENABLE-FIX. | |
93313 | 1462 (checkdoc-next-message-error, checkdoc-recursive-edit): New functions. |
1463 (checkdoc-start): Was `checkdoc', uses new note taking system. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
1464 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments): |
25866 | 1465 Updated to use new note taking system. |
1466 (checkdoc-rogue-spaces, checkdoc-rogue-space-check-engine): | |
1467 Added INTERACT parameter, uses new warnings functions. | |
1468 (checkdoc-message-text, checkdoc-defun): | |
1469 Updated to use new note taking system. | |
93313 | 1470 (checkdoc-ispell-current-buffer, checkdoc-ispell-interactive): Fix doc. |
25866 | 1471 (checkdoc-ispell-message-text, checkdoc-ispell-start): New function. |
93313 | 1472 (checkdoc-create-error, checkdoc-error-text, checkdoc-error-start) |
1473 (checkdoc-error-end, checkdoc-error-unfixable): New functions. | |
25866 | 1474 (checkdoc-minor-keymap): Updated keybinds to new interactive functions, |
1475 completely re-arranged the minor-mode menu. | |
1476 (checkdoc-this-string-valid): Moved no doc-string warning here, | |
1477 and added autofix if a comment already exists there. | |
93313 | 1478 (checkdoc-this-string-valid-engine): Fix doc, robusted doc finder. |
25866 | 1479 All previously returned errors now call `checkdoc-create-error'. |
1480 Moved no doc string warning out. Update allowed punctuation at | |
1481 end of first line. Fixed up sentence joining. Verb checking flag | |
1482 now only checks the first line of a function. Added more safe | |
1483 conditions to ambiguous symbols. Moved symbol quoting to end. | |
1484 Added autofix for variables that should end in `-flag'. | |
1485 Replaced use of `y-or-n-p' with `checkdoc-y-or-n-p'. | |
1486 Reading checkdoc-param comment no longer depends on list syntax. | |
1487 Fixed various error string spelling & format. | |
1488 (checkdoc-in-sample-code-p): List starting with all caps word is | |
98317 | 1489 now considered sample code. |
93313 | 1490 (checkdoc-in-example-string-p, checkdoc-proper-noun-region-engine) |
1491 (checkdoc-sentencespace-region-engine): New functions. | |
25866 | 1492 (checkdoc-ispell-docstring-engine): Disable spell checking during |
1493 if user never wants interaction. We don't have a non-interactive | |
1494 spell checking method yet. | |
1495 (checkdoc-file-comments-engine): Now set up to check all possible | |
1496 conditions even after encountering an error. Added auto-fixes | |
1497 for history and commentary. All previously returned errors now call | |
1498 `checkdoc-create-error'. Message spelling and format. | |
1499 (checkdoc-message-text-search): | |
1500 Moved parts to `checkdoc-message-text-next-string'. | |
93313 | 1501 (checkdoc-message-text-next-string): New function. |
1502 (checkdoc-message-text-engine): All previously returned errors | |
25866 | 1503 now call `checkdoc-create-error'. Can find/skip 'format' call |
1504 after the call we are checking. Added sentence/propernoun scans. | |
1505 `y-or-n-p' checks and fixes are now more robust. | |
1506 (checkdoc-y-or-n-p): New function. | |
1507 (checkdoc-autofix-ask-replace): Update doc. Protect match-data. | |
1508 Correctly handle `checkdoc-autofix-flag' of 'never. New behavior | |
1509 with `checkdoc-autofix-flag' of 'automatic-then-never. Better | |
1510 overlay handling. | |
1511 (checkdoc-output-font-lock-keywords): Updated to new output format. | |
1512 (checkdoc-pending-errors): New variable. | |
1513 (checkdoc-find-error): Updated to new output format. | |
1514 (checkdoc-start-section, checkdoc-error): Improved the output. | |
1515 (checkdoc-show-diagnostics): Smarter show algorithm. | |
1516 | |
1517 1998-07-03 Kenichi Handa <handa@etl.go.jp> | |
1518 | |
1519 * faces.el (x-create-frame-with-faces): If an ASCII font is | |
1520 specified in PARAMETERS, create a fontset from the font and use it | |
1521 for the new frame. | |
1522 | |
1523 * international/fontset.el (create-fontset-from-fontset-spec): | |
1524 Returns a created fontset. | |
1525 (create-fontset-from-ascii-font): New function. | |
1526 | |
1527 * term/x-win.el: Fill weight and slant fields of a fontset | |
98317 | 1528 generated from the specified ASCII font by values got from the |
25866 | 1529 resolved ASCII font name. |
1530 | |
1531 1998-07-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1532 | |
1533 * emacs-lisp/bytecomp.el (byte-compile-file): | |
1534 Bind set-auto-coding-for-load to t. | |
1535 | |
1536 * international/mule.el (set-auto-coding-for-load): New variable. | |
1537 (set-auto-coding): If set-auto-coding-for-load is non-nil, | |
1538 look for `unibyte file variable first, then for `coding'. | |
1539 (load-with-code-conversion): Bind set-auto-coding-for-load to t. | |
1540 | |
1541 * cus-edit.el (customize-changed-options): | |
1542 Clean up previous change. | |
1543 | |
1544 * progmodes/cc-menus.el: Don't require imenu. | |
1545 | |
1546 * menu-bar.el (menu-bar-mode): Doc fix. | |
1547 | |
1548 1998-07-02 Dave Love <fx@gnu.org> | |
1549 | |
1550 * progmodes/fortran.el (fortran-mode-map) <menu>: Tweak the imenu | |
1551 menu entry. | |
1552 (end-of-fortran-subprogram): Check if we're on the END statement. | |
1553 | |
1554 1998-07-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1555 | |
1556 * textmodes/texinfmt.el (texinfo-anchor): New function. | |
1557 | |
1558 * informat.el (Info-tagify): Handle tags for @anchor. | |
1559 | |
1560 * menu-bar.el (menu-bar-kill-ring-save): Fix message typo. | |
1561 | |
1562 1998-07-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1563 | |
1564 * derived.el (derived-mode-hooks-name): Use -hook, not -hooks, | |
1565 in mode hook name. | |
1566 (derived-mode-hook-name): Renamed from ...-hooks; caller changed. | |
1567 | |
1568 1998-07-01 Ken'ichi Handa <handa@melange.gnu.org> | |
1569 | |
1570 * international/mule.el (mule-version): Changed to 4.0. | |
1571 (mule-version-date): Updated. | |
1572 | |
1573 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1574 | |
1575 * menu-bar.el (menu-bar-edit-menu): Rename Paste most Recent | |
1576 to simply Paste, and put it above Select and Paste. | |
1577 | |
1578 * comint.el (comint-exec-1): Setup coding systems appropriately. | |
1579 | |
1580 1998-06-29 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
1581 | |
1582 * bibtex.el (bibtex-hide-entry-bodies): When entry | |
1583 bodies are hidden, the last entry is no longer omitted. | |
1584 | |
1585 1998-06-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1586 | |
1587 * mail/supercite.el (sc-help-address): Use an alias at gnu.org. | |
1588 | |
1589 1998-06-29 Stephen Eglen <stephen@gnu.org> | |
1590 | |
1591 * calendar/diary-lib.el (diary-mail-entries): Call exit-calendar | |
1592 when finished. | |
1593 | |
1594 1998-06-28 Peter Stephenson <pws@ibmth.difi.unipi.it> | |
1595 | |
1596 * vcursor.el: Use defcustom to define faces. | |
1597 (vcursor-bind-keys): New function. | |
1598 (vcursor-key-bindings): Use vcursor-bind-keys for :set. | |
1599 (vcursor-cs-binding): Function to handle bindings, | |
1600 handles differences between Emacs and XEmacs. | |
1601 (vcursor-post-command): Handle vcursor-auto-disable non-nil | |
1602 and not t to toggle off copying. | |
1603 | |
1604 1998-06-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1605 | |
1606 * gnus/message.el (message-cite-original): If mail-citation-hook | |
1607 is non-nil, just run that and do nothing else. | |
1608 (message-cite-function): Don't initialize from mail-citation-hook. | |
1609 | |
1610 * mail/mh-utils.el (mh-find-progs): Avoid WTA error | |
1611 when mh-progs is nil. Give a clear specific error message instead. | |
1612 | |
1613 * shell.el (shell-copy-environment-variable): Fix doc typo. | |
1614 | |
1615 * ffap.el (ffap-read-file-or-url): | |
1616 Bind minibuffer-completing-file-name to t. | |
1617 | |
1618 * informat.el (Info-split): Convert positions to bytes to put in file. | |
1619 (Info-tagify): Likewise. | |
1620 | |
1621 * info.el (Info-find-node): Use byte-to-position. | |
1622 | |
1623 1998-06-28 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
1624 | |
1625 * message.el (message-cite-function): Initialized from | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
1626 `mail-citation-hook', if that variable is bound and non-nil. |
25866 | 1627 |
1628 1998-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
1629 | |
1630 * ange-ftp.el (ange-ftp-send-cmd): When listing a directory that | |
1631 contains space(s), cd to the directory first to avoid problems | |
1632 with (some) ftp servers. | |
1633 | |
1634 1998-06-27 Dan Nicolaescu <done@ece.arizona.edu> | |
1635 | |
1636 * cus-dep.el: Fix typo. | |
1637 | |
1638 1998-06-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1639 | |
1640 * startup.el (command-line) <handling LANG>: Change 9 to 5, not 5 to 9. | |
1641 (command-line-1): Fix mouse startup message. | |
1642 | |
1643 * textmodes/text-mode.el (text-mode): Locally set indent-line-function. | |
1644 | |
1645 * find-dired.el (find-dired): Bind dired-buffers so it can't change. | |
1646 Use abbreviate-file-name. | |
1647 | |
1648 * imenu.el (imenu-space-replacement): Use `.'. | |
1649 | |
1650 * textmodes/sgml-mode.el (html-imenu-regexp): New defvar. | |
1651 (html-imenu-index): New function. | |
1652 (html-mode): Set up local vars to use html-imenu-index. | |
1653 Don't sort the menu. | |
1654 | |
1655 * international/mule.el (set-keyboard-coding-system): Doc typo. | |
1656 | |
1657 1998-06-26 Michael Ernst <mernst@alum.mit.edu> | |
1658 | |
1659 * sendmail.el (mail): Avoid changing auto-save file name. | |
1660 | |
1661 1998-06-26 Dan Nicolaescu <done@ece.arizona.edu> | |
1662 | |
1663 * textmodes/flyspell.el (flyspell): Add :version. | |
1664 | |
1665 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org> | |
1666 | |
1667 * language/greek.el: Add coding-priority. | |
1668 | |
1669 1998-06-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1670 | |
98444 | 1671 * mail/mailalias.el (mail-complete): Fix the test of (mail-header-end). |
25866 | 1672 |
1673 1998-06-26 Kenichi Handa <handa@etl.go.jp> | |
1674 | |
1675 * international/fontset.el (create-fontset-from-fontset-spec): | |
1676 Generate ASCII font names of style variants fontsets from a | |
1677 resolved ASCII font name of a base fontset. | |
1678 | |
1679 * language/korea-util.el (isearch-toggle-korean-input-method) | |
1680 (isearch-hangul-switch-symbol-ksc, isearch-hangul-switch-hanja): | |
1681 New functions. | |
1682 (korean-key-bindings): Renamed from exit-korean-environment-data. | |
96406 | 1683 Initialized appropriately. |
25866 | 1684 (setup-korean-environment): Setup key bindings according to |
1685 korean-key-bindings. | |
1686 (exit-korean-environment): Revert key bindings only if the current | |
1687 key bindings is the same as what set by setup-korean-environment. | |
1688 | |
1689 1998-06-25 Andrew Innes <andrewi@harlequin.co.uk> | |
1690 | |
1691 * faces.el (set-face-font): For now, don't call | |
1692 resolve-fontset-name on Windows. | |
1693 (set-face-font-auto): Likewise. | |
1694 | |
1695 1998-06-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1696 | |
1697 * textmodes/flyspell.el: Delete defcustom definition. | |
1698 (flyspell-auto-correct-binding): Fix custom type. | |
1699 (mail-mode-flyspell-verify): Check for `Subject:'. | |
1700 (flyspell-mouse-map): Use cond, not if. | |
1701 (flyspell-region): Update message only every 100 actions. | |
1702 | |
1703 1998-06-25 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp> | |
1704 | |
93313 | 1705 * find-func.el: Require `loadhist'. |
1706 (find-function-function): Variable removed. | |
25866 | 1707 (find-function-regexp): New variable, taken from former constant |
1708 in `find-function-noselect'. Can now find function definitions | |
1709 with parameters on a new line. | |
1710 (find-variable-regexp): New variable. | |
1711 (find-function-recenter-line): New variable. | |
1712 (find-function-after-hook): New variable. | |
93313 | 1713 (find-function-search-for-symbol): Subroutine, from |
1714 of `find-function-noselect'. | |
25866 | 1715 (find-function-search-for-symbol): `regexp-quote' the symbol name: |
1716 needed to find-function `mapcar*' for example. | |
1717 (find-function-noselect): Improved docstring. Don't include | |
1718 `library' in let. | |
93313 | 1719 Use `symbol-file' instead of `describe-symbol-find-file'. |
25866 | 1720 (find-function-read): Renamed from `find-function-read-function'. |
1721 With optional arg now read a variable. | |
1722 (find-function-read): Separate `completing-read' calls for | |
1723 variables and functions. | |
1724 (find-function-do-it): If buffer found was already current push | |
93313 | 1725 mark. Added parameter to indicate if a variable is being searched for. |
25866 | 1726 (find-function-do-it): Mention new `find-function-recenter-line' |
1727 and `find-function-after-hook' in docstring. Use them. | |
1728 (find-function): Remove optional arg. Use `find-function-do-it' | |
1729 and `find-function-read'. | |
93313 | 1730 (find-function-other-window): Ditto. |
1731 (find-function-other-frame): Ditto. | |
25866 | 1732 (find-function): Mention `find-function-recenter-line' and |
1733 `find-function-after-hook' in docstring. | |
1734 (find-function-other-window): Remove most of docstring and add | |
1735 reference to `find-function' instead. | |
1736 (find-function-other-frame): Ditto. | |
1737 (find-variable-noselect): New function for finding the point of | |
1738 definition of variables, modeled on `find-function-noselect'. | |
1739 (find-variable-noselect): Use `symbol-file' instead of | |
1740 `describe-symbol-find-file'. | |
1741 (find-variable): New function. | |
1742 (find-variable-other-window): Ditto. | |
1743 (find-variable-other-frame): Ditto. | |
1744 (find-variable): Mention `find-function-recenter-line' and | |
1745 `find-function-after-hook' in docstring. | |
1746 (find-variable-other-window): Remove most of docstring and add | |
1747 reference to `find-variable' instead. | |
1748 (find-variable-other-frame): Ditto. | |
1749 (find-function-on-key): Simplified. Removed stuff now taken care | |
1750 of by interactive "k". | |
1751 (find-function-at-point): New function. | |
1752 (find-variable-at-point): Ditto. | |
1753 | |
1754 1998-06-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1755 | |
1756 * mail/rmail.el (mail-unsent-separator): Add new alternative. | |
1757 | |
1758 1998-06-25 Karl Heuer <kwzh@gnu.org> | |
1759 | |
1760 * mail/feedmail.el: Style and doc fixes. | |
1761 | |
1762 1998-06-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1763 | |
1764 * textmodes/flyspell.el: New file. | |
1765 | |
1766 * dabbrev.el (dabbrev-ignored-buffer-names): | |
1767 Fix typo. Add *Buffer List*. | |
1768 | |
1769 1998-06-24 Andrew Innes <andrewi@mescaline.gnu.org> | |
1770 | |
1771 * dos-w32.el (null-device): Renamed from grep-null-device. | |
1772 | |
1773 1998-06-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1774 | |
1775 * custom.el (custom-set-default): New function. | |
1776 (custom-set-variables): Use custom-set-default. | |
1777 (custom-local-buffer): New variable. | |
1778 (defcustom): Doc fix. | |
1779 | |
1780 1998-06-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
1781 | |
1782 * international/fontset.el (fontset-default-styles): Fix custom type. | |
1783 | |
1784 1998-06-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1785 | |
1786 * international/mule-cmds.el (set-language-environment): | |
1787 Allow all language environments, even in unibyte mode. | |
1788 But set the terminal coding system only in the known few. | |
1789 | |
1790 * language/japanese.el (iso-2022-jp): Delete spurious quote. | |
1791 | |
1792 1998-06-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
1793 | |
1794 * ange-ftp.el (ange-ftp-default-user) | |
1795 (ange-ftp-generate-anonymous-password): Use `other' widget type. | |
1796 * autoinsert.el (auto-insert, auto-insert-query): Use `other' | |
1797 widget type. | |
1798 * bookmark.el (bookmark-save-flag, bookmark-version-control): Use | |
1799 `other' widget type. | |
1800 * comint.el (comint-input-autoexpand): Use `other' widget type. | |
1801 * complete.el (PC-first-char): Use `other' widget type. | |
1802 * cus-edit.el (custom-magic-show): Use `other' widget type. | |
1803 * cus-start.el (selective-display, suggest-key-bindings) | |
1804 (message-log-max): Use `other' widget type. | |
1805 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace) | |
1806 (dabbrev-check-other-buffers): Use `other' widget type. | |
1807 * dired-aux.el (dired-backup-overwrite): Use `other' widget type. | |
1808 * dired-x.el (dired-vm-read-only-folders): Use `other' widget | |
1809 type. | |
1810 * dos-vars.el (dos-ps-printer): Use `other' widget type. | |
1811 * ediff-init.el (ediff-autostore-merges): Use `other' widget | |
1812 type. | |
1813 * emacs-lisp/advice.el (ad-redefinition-action) | |
1814 (ad-default-compilation-action): Use `other' widget type. | |
1815 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): | |
1816 Use `other' widget type. | |
1817 * emacs-lisp/checkdoc.el (checkdoc-autofix-flag): Use `other' | |
1818 widget type. | |
1819 * emacs-lisp/copyright.el (copyright-query): Use `other' widget | |
1820 type. | |
1821 * fast-lock.el (fast-lock-verbose): Use `other' widget type. | |
1822 * files.el (version-control, delete-old-versions) | |
1823 (require-final-newline, enable-local-variables, enable-local-eval): | |
1824 Use `other' widget type. | |
1825 * font-lock.el (font-lock-verbose): Use `other' widget type. | |
1826 * gnus/gnus-art.el (gnus-prompt-before-saving): Use `other' widget | |
1827 type. | |
1828 * gnus/gnus-async.el (gnus-use-article-prefetch): Use `other' | |
1829 widget type. | |
1830 * imenu.el (imenu-always-use-completion-buffer-p): Use `other' | |
1831 widget type. | |
1832 * isearch.el (search-upper-case): Use `other' widget type. | |
1833 * ispell.el (ispell-highlight-p, ispell-check-comments) | |
1834 (ispell-help-in-bufferp, ispell-skip-sgml): Use `other' widget | |
1835 type. | |
1836 * lazy-lock.el (lazy-lock-defer-on-scrolling) | |
1837 (lazy-lock-defer-contextually): Use `other' widget type. | |
1838 * mail/mh-comp.el (mh-yank-from-start-of-msg): Use `other' widget | |
1839 type. | |
1840 * mail/rmail.el (rmail-enable-mime): Use `other' widget type. | |
1841 * mail/supercite.el (sc-cite-region-limit): Use `other' widget | |
1842 type. | |
1843 * mouse-sel.el (mouse-sel-default-bindings): Use `other' widget | |
1844 type. | |
1845 * progmodes/etags.el (tags-add-tables): Use `other' widget type. | |
1846 * progmodes/executable.el (executable-query): Use `other' widget | |
1847 type. | |
1848 * ps-print.el (ps-print-control-characters): Use `other' widget | |
1849 type. | |
1850 * rlogin.el (rlogin-process-connection-type) | |
1851 (rlogin-directory-tracking-mode): Use `other' widget type. | |
1852 * shadowfile.el (shadow-noquery): Use `other' widget type. | |
1853 * textmodes/bibtex.el (bibtex-include-OPTkey): Use `other' widget | |
1854 type. | |
1855 | |
1856 1998-06-23 Ken'ichi Handa <handa@melange.gnu.org> | |
1857 | |
1858 * international/fontset.el (x-style-funcs-alist): Remove | |
1859 duplicated code. | |
1860 | |
1861 1998-06-23 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1862 | |
1863 * cus-edit.el (custom-buffer-create-internal): New optional arg LOCAL; | |
1864 set custom-local-buffer locally to that. | |
1865 (custom-buffer-create): New optional arg LOCAL. | |
1866 (customize-local-variables): New function. | |
1867 (custom-default-value): New function. | |
1868 (custom-variable-value-create): Use custom-default-value. | |
1869 (customize-set-variable): Use custom-set-default. | |
1870 (customize-save-variable): Likewise. | |
1871 (custom-variable-set, custom-variable-reset-standard): Likewise. | |
1872 (custom-variable-save, custom-variable-reset-saved): Likewise. | |
1873 | |
1874 1998-06-23 Eli Zaretskii <eliz@is.elta.co.il> | |
1875 | |
1876 * progmodes/executable.el (executable-binary-suffixes): New variable. | |
1877 (executable-find): Use it to look for executable program files. | |
1878 | |
1879 1998-06-23 Michael Ernst <mernst@alum.mit.edu> | |
1880 | |
1881 * bibtex.el: Numerous documentation fixups. | |
1882 Delete periods from error messages. | |
1883 | |
1884 * bibtex.el (bibtex-move-outside-of-entry): If outside an entry, | |
1885 try not to move point, or only move it minimally. | |
1886 | |
1887 * bibtex.el (bibtex-autokey-get-titlestring): Omit delimiters. | |
1888 | |
1889 1998-06-23 Dave Love <fx@gnu.org> | |
1890 | |
1891 * files.el (auto-mode-alist): Map .xml to sgml-mode. | |
1892 | |
1893 1998-06-23 Kenichi Handa <handa@etl.go.jp> | |
1894 | |
1895 * language/japan-util.el: Introduce new character code property | |
1896 `composition'. Add property `jisx0208' to Japanese hankaku characters. | |
1897 (japanese-kana-table): Add more data. | |
1898 (japanese-symbol-table): Change the order of elements. | |
1899 (japanese-katakana-region): Adjusted for the above changes. Check | |
1900 character code properties directly here. | |
1901 (japanese-hiragana-region): Likewise. | |
1902 (japanese-hankaku-region): Likewise. | |
1903 (japanese-zenkaku-region): Likewise. | |
1904 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
1905 1998-06-22 WJCarpenter <bill@carpenter.ORG> |
25866 | 1906 |
1907 * mail/feedmail.el: New file. | |
1908 | |
1909 1998-06-22 Andrew Innes <andrewi@harlequin.co.uk> | |
1910 | |
1911 * term/w32-win.el (internal-face-interactive): Handle case where | |
1912 BOOL is `color'. | |
1913 | |
1914 1998-06-22 Richard Stallman <rms@sucrose.ai.mit.edu> | |
1915 | |
1916 * progmodes/compile.el (grep-command): Initialize to nil. | |
1917 (grep-find-command): Initialize to nil. | |
1918 (grep-find-use-xargs): Initialize to nil. | |
1919 (grep-compute-defaults): New function, sets those three vars properly. | |
1920 (grep, grep-find): Call grep-compute-defaults if ...command variable | |
1921 is still nil. | |
1922 (grep-program): Doc fix. | |
1923 | |
1924 1998-06-21 Richard Stallman <rms@sucrose.ai.mit.edu> | |
1925 | |
1926 * files.el (find-file-noselect-1): Init buffer-file-coding-system | |
1927 from default-buffer-file-coding-system. | |
1928 | |
1929 * files.el (find-file-noselect-1): Return the buffer that is current | |
1930 after after-find-file. | |
1931 (find-file-noselect): Return whatever find-file-noselect-1 returns. | |
1932 | |
1933 * emacs-lisp/cl-macs.el (buffer-modified-p): Make defsetf handle | |
1934 buffer argument. | |
1935 | |
1936 * mail/rmailout.el (rmail-output): Handle directories properly | |
98317 | 1937 in suggestions for the alist. |
25866 | 1938 |
1939 1998-06-21 Dan Nicolaescu <done@ece.arizona.edu> | |
1940 | |
1941 * midnight.el (midnight): Put :version to the defgroup and delete | |
1942 it from all the variables. | |
1943 | |
1944 * net-utils.el (net-utils): Add :version. | |
1945 | |
1946 1998-06-21 Dan Nicolaescu <done@ece.arizona.edu> | |
1947 | |
1948 Add support for loading the files that contain :version when doing | |
98444 | 1949 `customize-changed-options' so it can know which variables have |
25866 | 1950 changed even in files that were not loaded at the time it was called. |
1951 * cus-edit.el (customize-changed-options): Remeber all the | |
1952 versions and load the corresponding files before we show the | |
93313 | 1953 customization buffer. Change the sorting to show the groups first |
25866 | 1954 in the customization buffer. |
1955 | |
1956 (custom-buffer-create-internal): Move the ... before %. | |
1957 | |
42986 | 1958 * cus-dep.el (custom-make-dependencies): Also remember if the |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
1959 variable is autoloaded or not. |
25866 | 1960 Create the information needed by customize-changed-options. |
1961 | |
1962 1998-06-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
1963 | |
1964 * vc.el (vc-binary-suffixes): New variable. | |
1965 (vc-find-binary): Append every suffix from vc-binary-suffixes when | |
1966 looking for executable files. | |
1967 | |
1968 1998-06-20 Richard Stallman <rms@gnu.org> | |
1969 | |
1970 * apropos.el (apropos-print): Delete arg DOC-FN. | |
1971 Callers changed to do that work before calling apropos-print. | |
1972 Make *Apropos* buffer read only. | |
1973 | |
1974 * replace.el (occur): Set buffer-read-only. | |
1975 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95773
diff
changeset
|
1976 1998-06-20 Per Starbäck <starback@strindberg.ling.uu.se> |
25866 | 1977 |
1978 * international/characters.el, ispell.el, startup.el: Doc fixes. | |
1979 | |
1980 * ispell.el (ispell-skip-region): Don't complain when | |
1981 ispell-check-comments is 'exclusive and there are no more | |
1982 comments. Just skip to the end instead. | |
1983 | |
1984 1998-06-20 Kenichi Handa <handa@etl.go.jp> | |
1985 | |
1986 * international/fontset.el (x-style-funcs-alist): If | |
1987 x-make-font-demibold or x-make-font-bold return nil, don't try | |
1988 further style modification. | |
1989 | |
1990 * international/encoded-kb.el (encoded-kbd-self-insert-sjis): | |
1991 Handle katakana-jisx0201 correctly. | |
1992 | |
1993 * isearch.el (isearch-range-invisible): Handle the case that | |
1994 buffer-invisibility-spec is t (i.e. not a list). | |
1995 | |
1996 * language/devan-util.el (devanagari-digit-viram-visarga): Set the | |
1997 correct value. | |
1998 (devanagari-composite-glyph-unit): Likewise. | |
1999 (devanagari-char-to-glyph-rules): Likewise. | |
2000 | |
2001 * language/ethio-util.el: Delete codes for ethio-mode, which | |
98317 | 2002 includes deletion of variable ethio-mode, variable |
25866 | 2003 ethio-mode-map, and function ethio-mode. |
2004 (exit-ethiopic-environment-data): New variable. | |
2005 (setup-ethiopic-environment): Recode information of changed key | |
2006 bindings in exit-ethiopic-environment-data. Add | |
2007 ethio-select-a-translation to quail-mode-hook. | |
2008 (exit-ethiopic-environment): New function. | |
2009 (ethio-find-file): Don't check ethio-mode. | |
2010 (ethio-write-file): Likewise. | |
2011 | |
2012 * language/ethiopic.el: Set `exit-function' of Ethiopic | |
2013 lang. env. to exit-ethiopic-environment. | |
2014 | |
2015 * term/x-win.el: When creating a fontset from a specified ASCII | |
98317 | 2016 font, don't use the resolved font name for the new fontset name. |
25866 | 2017 |
2018 1998-06-19 Karl Heuer <kwzh@gnu.org> | |
2019 | |
2020 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Doc fix. | |
2021 (checkdoc-continue, checkdoc-tripple-semi-comment-check-flag): Ditto. | |
2022 (checkdoc-common-verbs-wrong-voice): Use dotted pairs. | |
2023 | |
2024 1998-06-19 Richard Stallman <rms@gnu.org> | |
2025 | |
2026 * startup.el (normal-top-level): | |
2027 For root, set backup-by-copying-when-mismatch to t. | |
2028 | |
2029 * international/fontset.el (x-style-funcs-alist): | |
2030 Fix the elements that call two x-... functions | |
2031 so they don't call the second if the first gives nil. | |
2032 (fontset-default-styles): New variable. | |
2033 (create-fontset-from-fontset-spec): Use fontset-default-styles. | |
2034 | |
2035 1998-06-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
2036 | |
2037 * progmodes/dcl-mode.el (dcl): Define as customize group, not | |
2038 as option. | |
2039 | |
39229
bf5f26157d70
Update Stephen Gildea's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
2040 1998-06-19 Stephen Gildea <gildea@stop.mail-abuse.org> |
25866 | 2041 |
2042 * time-stamp.el (time-stamp): Handle newlines in time-stamp-pattern. | |
2043 (time-stamp-string-preprocess): Handle more than one numeric arg. | |
2044 | |
2045 1998-06-19 Dave Love <fx@gnu.org> | |
2046 | |
2047 * browse-url.el (browse-url-netscape): Encode `)' too. | |
2048 | |
2049 1998-06-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2050 | |
2051 * vc.el (vc-find-binary): Accept only non-directories. | |
2052 | |
2053 1998-06-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2054 | |
2055 * mail/rmail.el (rmail): Make the buffer multibyte | |
2056 even if it was already nonempty, if it should be multibyte. | |
2057 | |
2058 * custom.el (custom-declare-variable): Update current-load-list. | |
2059 | |
2060 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
2061 | |
2062 * wid-edit.el (widget-default-get): Doc fix. | |
2063 (widget-editable-list-entry-create): Apply :value-to-external to | |
98444 | 2064 the value returned from widget-default-get. |
25866 | 2065 |
2066 1998-06-14 Ken'ichi Handa <handa@melange.gnu.org> | |
2067 | |
2068 * international/mule.el (set-auto-coding): Redo the previous change. | |
2069 | |
2070 * tar-mode.el (tar-extract): Adjusted for the change of the spec | |
2071 of set-auto-coding-function. | |
2072 | |
2073 1998-06-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2074 | |
2075 * play/gamegrid.el, play/snake.el, play/tetris.el: New file. | |
2076 | |
2077 * uncompress.el (uncompress-while-visiting): | |
2078 Bind coding-system-for-write and coding-system-for-read. | |
2079 | |
2080 * tmm.el (tmm-get-keymap): Handle :filter. | |
2081 | |
2082 1998-06-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
2083 | |
2084 * files.el (file-name-invalid-regexp): Add control characters for | |
2085 the case of DOS/Windows: they are disallowed by these filesystems. | |
2086 | |
2087 1998-06-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2088 | |
2089 * net-utils.el: New file. | |
2090 | |
2091 1998-06-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2092 | |
2093 * emacs-lisp/sregex.el: New file. | |
2094 | |
2095 * startup.el (command-line-1): Check that user-init-file non-nil. | |
2096 | |
2097 * files.el (user-init-file): Default value now nil. | |
2098 | |
2099 * help.el (help-map): C-h 4 i runs info-other-window. | |
2100 | |
2101 * info.el (info-other-window): New function. | |
2102 | |
2103 * mail/rmail.el (rmail-variables): Locally bind | |
2104 local-enable-local-variables, not enable-local-variables. | |
2105 (rmail): Don't switch buffers inside the binding of | |
2106 enable-local-variables. | |
2107 | |
2108 * arc-mode.el (archive-mode): Locally bind | |
2109 local-enable-local-variables, not enable-local-variables. | |
2110 | |
2111 * tar-mode.el (tar-mode): Locally bind local-enable-local-variables, | |
2112 not enable-local-variables. | |
2113 | |
2114 * files.el (local-enable-local-variables): New variable. | |
2115 (set-auto-mode): Test it. | |
2116 | |
2117 * wid-edit.el (other): Doc fix. | |
2118 | |
2119 * repeat.el (repeat): | |
2120 Don't set obsolete var repeat-num-input-keys-at-prefix. | |
2121 | |
2122 * files.el (find-file-noselect): Delete unused local var `error'. | |
2123 (find-file-noselect-1): Add local var `error'. | |
2124 | |
2125 * ispell.el (ispell-region): Return non-nil if not aborted. | |
2126 (ispell-highlight-spelling-error-generic): Fix doc typo. | |
2127 | |
2128 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2129 | |
2130 * midnight.el (midnight-mode): New variable. | |
2131 (midnight-timer-function): New function. | |
2132 (midnight-delay-set): Make the timer run midnight-timer-function. | |
2133 | |
2134 1998-06-12 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2135 | |
2136 * vc.el (vc-dired-hook): Don't use dired-kill-line to remove | |
2137 directory lines in terse mode. | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
2138 (vc-dired-purge): If the top level dir is empty, make it look |
25866 | 2139 a little nicer. |
2140 | |
2141 1998-06-12 Dave Love <fx@gnu.org> | |
2142 | |
2143 * loadhist.el (read-feature): Doc fix. | |
2144 (loadhist-hook-functions): New variable. | |
2145 (unload-feature): Act on FEATURE-unload-hook or look for unloaded | |
2146 functions on hooks and remove them. | |
2147 | |
2148 1998-06-12 Ken'ichi Handa <handa@melange.gnu.org> | |
2149 | |
2150 * international/mule.el (set-auto-coding): Cancel the previous change. | |
2151 | |
2152 1998-06-12 Kenichi Handa <handa@etl.go.jp> | |
2153 | |
2154 * faces.el (set-face-font): Pay attention to fontset. | |
2155 (set-face-font-auto): Call resolve-fontset-name. | |
2156 | |
2157 * international/fontset.el (instantiate-fontset): Delete | |
2158 duplicated call of x-complement-fontset-spec. Call new-fontset | |
2159 with a correct argument. | |
2160 (x-compose-font-name): Argument name adjusted for the doc-string. | |
2161 (x-complement-fontset-spec): Don't alter the contents of the | |
2162 arguments XLFD-FIELDS and FONTLIST. | |
2163 (x-style-funcs-alist): The format changed. | |
2164 (x-modify-font-name): New function. | |
2165 (create-fontset-from-fontset-spec): The arg STYLE-VARIANT-P is | |
2166 changed to STYLE-VARIANT, the format also changed. Use | |
2167 x-modify-font-name instead of calling functions in | |
2168 x-style-funcs-alist directly. | |
2169 (instantiate-fontset): Use x-modify-font-name instead of calling | |
2170 functions in x-style-funcs-alist directly. | |
2171 (resolve-fontset-name): New function. | |
2172 | |
2173 * term/x-win.el: While creating fontsets of style variants, pay | |
2174 attention to X resources XXX.attributeFont. | |
2175 | |
2176 1998-06-12 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
2177 | |
2178 * progmodes/hideshow.el: Require `easymenu'. Rework to | |
2179 use easymenu. Remove eol ws. | |
2180 (hs-hide-level-recursive, hs-hide-level): Add. | |
2181 (hs-unbalance-handler-method): Delete. | |
2182 (hs-show-block-at-point): Always use `top-level' | |
2183 unbalanced-handler case. | |
2184 (hs-minor-mode): Use `make-local-variable' not | |
2185 `make-variable-buffer-local'. | |
2186 | |
2187 1998-06-12 Kenichi Handa <handa@etl.go.jp> | |
2188 | |
2189 * international/mule.el (set-auto-coding): Argument is changed to SIZE. | |
2190 Now finds the text to be scanned in the current buffer. | |
2191 | |
2192 1998-06-11 Rob Riepel <riepel@Zathras.Stanford.EDU> | |
2193 | |
2194 * tpu-edt.el (tpu-include) Use insert-file-contents, remove | |
2195 save-excursion. | |
2196 | |
2197 1998-06-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2198 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
2199 * help.el (describe-key, describe-key-briefly): |
25866 | 2200 Don't discard up event after down event. |
2201 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
2202 * emacs-lisp/find-func.el (find-function-on-key): |
25866 | 2203 Don't discard up event after down event. |
2204 | |
2205 1998-06-11 Felix Lee <flee@cygnus.com> | |
2206 | |
2207 * gud.el (gud-filter): Extend scope of binding of | |
2208 gud-filter-defer-flag. | |
2209 | |
2210 1998-06-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2211 | |
2212 * jka-compr.el (jka-compr-insert-file-contents): Don't run | |
2213 after-insert-file-functions, since caller does that. | |
2214 | |
2215 * midnight.el: New file. | |
2216 | |
2217 1998-06-11 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2218 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
2219 * dired.el (dired-readin): Insert headerline only if necessary. |
25866 | 2220 (Not in recursive listings.) |
2221 | |
2222 * vc.el (vc-dired-recurse, vc-dired-terse-display): New user options. | |
2223 (vc-next-action-dired): Cleanup. Let vc-dired-terse-mode be nil here, | |
2224 so that checked-in files don't vanish. | |
2225 (vc-dired-toggle-terse-mode): New function. | |
2226 (vc-dired-hook): Don't show "." and "..". Handle terse mode. | |
2227 (vc-dired-purge): New function. | |
2228 (vc-directory): Handle vc-dired-recurse. | |
2229 | |
2230 1998-06-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2231 | |
2232 * mail/rmail.el (rmail-toggle-header): Fix previous change. | |
2233 | |
2234 1998-06-10 Dave Love <fx@gnu.org> | |
2235 | |
2236 * mail/metamail.el (metamail-region): Don't use concat with | |
2237 numeric arg. | |
2238 | |
2239 * browse-url.el: Don't require dired when compiling. | |
2240 (browse-url-lynx-input-delay, browse-url-lynx-input-attempts): | |
2241 Remove customization. | |
2242 (browse-url-grail): Respect new-window arg (Barry Warsaw). | |
2243 | |
2244 1998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2245 | |
2246 * progmodes/cc-langs.el (c-mode-menu): Use (mark t), not (mark), | |
2247 in enable-expressions. | |
2248 | |
2249 * wid-edit.el (other): New widget type. | |
2250 | |
2251 * emacs-lisp/eval-reg.el (elisp-eval-region): | |
2252 Accept new arg read-function; also handle load-read-function. | |
2253 | |
2254 1998-06-10 Andrew Innes <andrewi@harlequin.co.uk> | |
2255 | |
2256 * startup.el (command-line): Set `temporary-file-directory' based | |
2257 on environment settings, before processing init files. | |
2258 | |
2259 1998-06-10 Alan Shutko <ats@acm.org> | |
2260 | |
2261 * bindings.el (ctl-x-map): Change vi-dot binding to repeat. | |
2262 | |
2263 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk> | |
2264 | |
2265 * wid-edit.el (widget-specify-secret): New function. | |
2266 (widget-after-change): Use it. | |
2267 (widget-specify-field): Use it. | |
2268 | |
2269 1998-06-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2270 | |
2271 * emacs-lisp/lisp-mode.el (eval-defun): Pass read function to | |
2272 eval-region as arg, instead of binding load-read-function. | |
2273 | |
2274 * files.el (find-file-noselect): Use find-file-noselect-1 | |
2275 after "Save file and revisit literally? ". | |
2276 | |
2277 * help.el (help-make-xrefs): When scanning keymap binding listings, | |
2278 scan from the very beginning. | |
2279 (help-follow-mouse): Avoid save-excursion, so can set point properly. | |
2280 | |
2281 * mail/uce.el: Several fixes in doc string style. | |
2282 (uce-mail-reader): Use defcustom. | |
2283 | |
2284 1998-06-09 Ed Reingold <reingold@cs.uiuc.edu> | |
2285 | |
2286 * calendar/cal-tex.el (cal-tex-list-diary-entries): Set | |
2287 diary-display-hook correctly. | |
2288 | |
93313 | 2289 * calendar/cal-menu.el (calendar-mouse-holidays) |
2290 (calendar-mouse-view-diary-entries) | |
2291 (calendar-mouse-view-other-diary-entries): Rewritten to put results | |
25866 | 2292 in popup menu to be consistent with other functions. |
2293 | |
96497
885e5368ecb2
Typos, doc fixes, etc.
Juanma Barranquero <lekktu@gmail.com>
parents:
96406
diff
changeset
|
2294 * calendar/diary-lib.el (view-other-diary-entries): Don't override |
25866 | 2295 default value of diary-file. |
2296 | |
2297 1998-06-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2298 | |
2299 * mail/sendmail.el (mail-header-end): Widen. | |
2300 (mail-text-start): Widen. | |
2301 | |
2302 * progmodes/cperl-mode.el (pod2man-program): Var reinstalled. | |
2303 (cperl-pod-to-manpage, cperl-pod2man-build-command): Fns reinstalled. | |
2304 | |
2305 1998-06-09 stanislav shalunov <shalunov@mccme.ru> | |
2306 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
2307 * mail/uce.el (uce-message-text): |
25866 | 2308 Change the text of message that is sent. |
2309 | |
2310 * mail/uce.el (uce-reply-to-uce): Do not assume all Received lines | |
2311 are on top of message without headers like `From' or `To'. | |
2312 | |
2313 * mail/uce.el (uce-reply-to-uce): Parse Received lines better. | |
2314 | |
2315 * mail/uce.el (uce-mail-reader): New user option. | |
2316 (uce-reply-to uce): Add support for Gnus. User is supposed to set | |
2317 uce-mail-reader to `gnus' if using Gnus to read mail. The default | |
2318 is to assume Rmail. There's no magic to determine what mail | |
2319 reader is currently active, so it is not possible to mix using | |
2320 uce.el with Rmail and Gnus. | |
2321 | |
2322 1998-06-08 Dan Nicolaescu <done@ece.arizona.edu> | |
2323 | |
2324 * generic.el (generic-mode-with-type): Set major-mode to be the | |
2325 actual mode, not generic-mode. | |
2326 | |
2327 1998-06-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2328 | |
2329 * apropos.el (apropos-print): The cross ref for a variable | |
2330 should always do just describe-variable. | |
2331 | |
2332 * ange-ftp.el (ange-ftp-expand-dir): Use null-device. | |
2333 | |
2334 * progmodes/compile.el (grep-null-device): Variable deleted. | |
2335 (grep-command, grep-find-use-xargs): Use null-device. | |
2336 (grep, grep-find): Use null-device. | |
2337 | |
2338 * files.el (null-device): New variable. | |
2339 | |
2340 * progmodes/cperl-mode.el (Man-filter-list): Unused variable deleted. | |
2341 (cperl-perldoc, cperl-perldoc-at-point): Functions reinstalled. | |
2342 | |
2343 1998-06-08 Andrew Innes <andrewi@harlequin.co.uk> | |
2344 | |
2345 * ange-ftp.el (ange-ftp-file-name-completion): Use | |
2346 ange-ftp-this-dir instead of literal "/" when calling real | |
2347 completion function. | |
2348 | |
2349 1998-06-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2350 | |
2351 * textmodes/texnfo-upd.el (texinfo-insert-master-menu-list): | |
2352 Insert \n after @detailmenu. | |
2353 | |
2354 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2355 | |
2356 * progmodes/cperl-mode.el (cperl-problems): Doc fix. | |
2357 | |
93313 | 2358 * progmodes/cperl-mode.el (cperl-pod-to-manpage): Function deleted. |
25866 | 2359 (cperl-pod2man-build-command, cperl-perldoc-at-point): Likewise. |
2360 (cperl-perldoc): Likewise. | |
2361 (pod2man-program): Variable deleted. | |
2362 | |
2363 * repeat.el: Renamed from vi-dot.el. | |
2364 All functions and variables renamed. | |
2365 (repeat-last-kill-command): Variable deleted; | |
2366 use real-last-command instead. | |
2367 (kill-region): Advice definition deleted. | |
2368 (universal-argument-more, universal-argument-other-key) | |
2369 (typematic-universal-argument-more-or-less): Advice deleted. | |
2370 (repeat-prefix-arg): Variable deleted. | |
2371 (repeat-num-input-keys-at-prefix): Variable deleted. | |
2372 (repeat): Use last-prefix-arg. | |
2373 | |
2374 1998-06-07 Stephen Eglen <stephen@gnu.org> | |
2375 | |
93313 | 2376 * iswitchb.el (iswitchb-require-match, iswitchb-temp-buflist) |
2377 (iswitchb-bufs-in-frame): Variables declared with defvar to quieten | |
25866 | 2378 the byte compiler. |
2379 | |
2380 1998-06-06 Andrew Innes <andrewi@harlequin.co.uk> | |
2381 | |
2382 * ange-ftp.el (ange-ftp-file-name-completion): Do hostname | |
2383 completion in root directory of all drives on Windows. | |
2384 (ange-ftp-file-name-all-completions): Fix regexp for detecting | |
2385 root directory on drives. | |
2386 | |
2387 (file-name-handler-alist): Remove the autoload tag from the | |
2388 top-level form which changes file-name-handler-alist to support | |
2389 Windows hostname completion. | |
2390 | |
2391 1998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2392 | |
2393 * gnus/message.el (message-mode): Set paragraph-start and | |
2394 paragraph-separate as in mail-mode. | |
2395 | |
2396 * mail/sendmail.el (mail-mode): Include `-- ' and `---+' in | |
2397 paragraph-start and paragraph-separate. | |
2398 | |
2399 * progmodes/fortran.el (fortran-electric-line-number): | |
2400 Add delete-selection property. | |
2401 | |
2402 * simple.el (comment-region): Check for enough chars to delete | |
2403 in the numarg != t case as in the numarg = t case. | |
2404 | |
2405 1998-06-06 Dan Nicolaescu <done@ece.arizona.edu> | |
2406 | |
2407 * emacs-lisp/autoload.el (make-autoload): Add support for | |
2408 `define-generic-mode' and `easy-mmode-define-minor-mode' and | |
2409 update the doc string accordingly. | |
2410 | |
2411 1998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2412 | |
2413 * mail/rmail.el (rmail): Prevent find-file from calling | |
2414 rmail-mode for a new buffer. Do it later, instead. | |
2415 | |
2416 * rect.el (string-rectangle-line): Delete the rectangle first. | |
2417 (string-rectangle): Doc fix. | |
2418 | |
2419 * files.el (find-file-noselect-1): New function. | |
2420 (find-file-noselect): If want to visit literally and buffer is | |
2421 visited the ordinary way, or vice versa, ask user whether | |
2422 to re-visit, or save and revisit. Use find-file-noselect-1. | |
2423 | |
2424 1998-06-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2425 | |
2426 * ps-print.el: Fix spooled file bugs. | |
2427 (ps-print-version): New version number (3.06.3) and doc fix. | |
2428 (ps-page-postscript): New var. | |
2429 (ps-begin-file): Initialize PostScript page number, | |
2430 eliminate total page and line number. | |
2431 (ps-begin-job): Eliminate PostScript Trailer section on spooled buffer, | |
2432 initialize total page and line number. | |
2433 (ps-end-file): Use PostScript page number. | |
2434 (ps-header-page): Adjust header page. | |
2435 (ps-generate): Adjust page and line count setting. | |
2436 (ps-do-despool): Eliminate PostScript Trailer section setting. | |
2437 | |
2438 1998-06-05 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2439 | |
2440 * man.el (Man-kill, Man-quit): Use quit-window. | |
2441 | |
2442 * ps-print.el (ps-generate): Call set-buffer-multibyte. | |
2443 | |
2444 * textmodes/fill.el (fill-paragraph): | |
2445 Bind fill-paragraph-function to nil, if it doesn't do the job. | |
2446 | |
2447 1998-06-05 Ed Reingold <reingold@melange.gnu.org> | |
2448 | |
2449 * calendar/cal-menu.el (cal-menu-update): Fix menu separators. | |
2450 | |
2451 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk> | |
2452 | |
2453 * jka-compr.el (jka-compr-write-region): Ensure | |
2454 `last-coding-system-used' is updated, so that basic-save-buffer | |
2455 sees the right value. | |
2456 | |
2457 1998-06-05 Richard Stallman <rms@gnu.org> | |
2458 | |
2459 * loadup.el: Clean up mechanism for removing -l loadup from end. | |
2460 | |
2461 1998-06-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2462 | |
2463 * dired.el (dired-internal-noselect): Call either dired-mode | |
2464 or MODE, but not both. | |
2465 | |
2466 * vc.el (vc-directory): Bind vc-dired-switches in order to | |
2467 pass switches to vc-dired-mode. | |
2468 (vc-dired-mode): Check for vc-dired-switches. | |
2469 | |
2470 1998-06-04 Dan Nicolaescu <done@ece.arizona.edu> | |
2471 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
2472 * rsz-mini.el (resize-minibuffer-mode): |
25866 | 2473 * iswitchb.el (iswitchb-read-buffer): Add autoload cookie. |
2474 | |
93313 | 2475 1998-06-03 Kevin Rodgers <kevinr@ihs.com> (tiny change) |
25866 | 2476 |
2477 * replace.el (esc-map): Bind C-M-% to query-replace-regexp. | |
2478 | |
2479 1998-06-03 Richard Stallman <rms@gnu.org> | |
2480 | |
2481 * cus-edit.el (customize-group-other-window): Fix previous change. | |
2482 | |
2483 * international/mule-diag.el (list-character-sets-1): New subroutine. | |
2484 (list-character-sets): Use it. | |
2485 (list-coding-systems-1): New subroutine. | |
2486 (list-coding-systems): Use it. | |
2487 (list-input-methods-1): New subroutine. | |
2488 (list-input-methods): Use it. | |
2489 (mule-diag): Avoid method of displaying text in *Help* then copying it. | |
2490 Instead, insert it directly into *Mule-Diagnosis*. | |
2491 Use list-character-sets-1, list-coding-systems-1, list-input-methods-1. | |
2492 Copy the code from list-fontsets and list-coding-categories. | |
2493 Improve the display buffer's header. | |
2494 | |
2495 * files.el (toggle-read-only): When exiting View mode, locally | |
2496 set view-read-only to t so another toggle will re-enable View mode. | |
2497 | |
2498 * view.el (View-exit-and-edit): Bind view-no-disable-on-exit to nil. | |
2499 | |
2500 1998-06-03 Michael Ernst <mernst@alum.mit.edu> | |
2501 | |
2502 * mail/rmailsum.el (rmail-summary-rmail-update): Set message | |
2503 unseen only if `rmail-summary-put-back-unseen' is non-nil. | |
2504 | |
2505 * mail/rmail.el (rmail-toggle-header): Redo previous change; | |
2506 don't move point if possible. | |
2507 (rmail-count-screen-lines): Add. | |
2508 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95773
diff
changeset
|
2509 1998-06-03 Per Starbäck <starback@update.uu.se> |
25866 | 2510 |
2511 * emacs-lisp/bytecomp.el (byte-compile-lambda): Fix previous | |
2512 change. | |
2513 | |
2514 1998-06-03 Dan Nicolaescu <done@ece.arizona.edu> | |
2515 | |
93313 | 2516 * locate.el (locate, locate-with-filter): |
25866 | 2517 * generic.el (define-generic-mode): Correct typo in autoload |
2518 cookie that prevented appropriate autoloads to be generated. | |
2519 | |
2520 1998-06-03 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
2521 | |
2522 * vc.el (vc-dired-hook): Kill excluded directories recursively. | |
2523 | |
2524 1998-06-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
2525 | |
2526 * emacs-lisp/find-func.el (find-function-noselect): Don't call | |
2527 format twice with the error message. Quote the function name | |
2528 before splicing into regexp. | |
2529 | |
2530 1998-06-02 Dave Love <fx@gnu.org> | |
2531 | |
2532 * docref.el: Deleted in view of current approach to doc strings. | |
2533 | |
2534 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore | |
2535 CVS directories too. | |
2536 | |
2537 1998-06-02 Richard Stallman <rms@gnu.org> | |
2538 | |
2539 * cus-edit.el (customize-group, customize-group-other-window) | |
2540 (custom-buffer-create, custom-buffer-create-other-window) | |
2541 (customize-browse): Use pop-to-buffer. | |
2542 (same-window-regexps): Add autoload to add regexp to match custom bfrs. | |
2543 | |
2544 * info.el (Info-exit): Use quit-window. | |
2545 | |
2546 * mail/rmail.el (rmail-toggle-header): Preserve point | |
2547 and window-start (more or less) when reverting to original header. | |
2548 | |
2549 1998-06-01 Richard Stallman <rms@gnu.org> | |
2550 | |
2551 * window.el (shrink-window-if-larger-than-buffer): | |
2552 Switch to the specified window and its buffer at the outset. | |
2553 (count-windows): Doc fix. | |
2554 | |
2555 * help.el (help-setup-xref): Change all callers to | |
2556 use (function args...) instead of (function . arg). Doc fix. | |
2557 (help-follow): Put (point) at front of elts of help-xref-stack. | |
2558 (help-xref-stack): Elt format now (POSITION FUNCTION ARGS). | |
2559 (help-xref-stack-item): Doc fix. | |
2560 (help-xref-go-back): Assume new format for help-xref-stack. | |
2561 (help-follow): Look for prop on previous char if next char has none. | |
2562 Avoid error at beginning or end of buffer. | |
2563 (describe-bindings): New optional arg BUFFER. | |
2564 Use help-setup-xref. | |
2565 | |
2566 * simple.el (event-apply-alt-modifier, etc): Doc fixes. | |
2567 | |
2568 1998-06-01 Andrew Innes <andrewi@harlequin.co.uk> | |
2569 | |
2570 * arc-mode.el (archive-extract): Fix handling of 'view option. | |
2571 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95773
diff
changeset
|
2572 1998-06-01 Per Starbäck <starback@update.uu.se> |
25866 | 2573 |
2574 * apropos.el (apropos-variable): Fixed argument to apropos-command. | |
2575 (apropos-command): Let `var-predicate' have higher priority than | |
2576 `do-all'. | |
2577 | |
2578 1998-06-01 Dave Love <fx@gnu.org> | |
2579 | |
2580 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Add -. as | |
2581 NMCHARs. Elide upper case (see font-lock-defaults). Generalize | |
2582 comment declaration not to exclude markup. | |
2583 | |
2584 1998-05-31 Richard Stallman <rms@gnu.org> | |
2585 | |
2586 * which-func.el (which-func-ff-hook): If imenu gets error, | |
2587 clear which-func-mode. | |
2588 | |
2589 * progmodes/compile.el (grep): Fix previous change. | |
2590 | |
2591 * international/mule-diag.el: Many doc fixes. | |
2592 | |
2593 * tar-mode.el (tar-extract): Pass HIGHEST=t to detect-coding-region. | |
2594 | |
2595 * simple.el (keyboard-quit): Doc fix. | |
2596 | |
2597 * textmodes/two-column.el: Bind f2 and C-x 6 prefixes | |
2598 only via an autoload, not when this file is loaded. | |
2599 | |
2600 * international/mule.el (coding-system-mnemonic): | |
2601 Don't crash if arg is nil. | |
2602 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
2603 1998-05-31 Alan Shutko <shutkoa@ugsolutions.com> |
25866 | 2604 |
2605 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): Add | |
2606 missing format arg. | |
2607 | |
2608 1998-05-30 Dave Love <fx@gnu.org> | |
2609 | |
2610 * finder.el (finder-known-keywords): Fix `convenience' entry. | |
2611 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
2612 1998-05-30 Richard Stallman <rms@gnu.org> |
25866 | 2613 |
2614 * textmodes/tex-mode.el: Undo May 15 change. | |
2615 | |
2616 * international/mule-diag.el (mule-diag): Don't call help-mode. | |
2617 Instead, call print-help-return-message. | |
2618 | |
2619 * ffap.el (ffap-bindings): Fix the dired-at-point binding. | |
2620 | |
2621 1998-05-30 Sam Steingold <sds@usa.net> | |
2622 | |
2623 * compile.el (compilation-scroll-output): Correct the :version | |
2624 keyword to be a string. | |
2625 | |
2626 1998-05-30 Michael Kifer <kifer@cs.sunysb.edu> | |
2627 | |
2628 * ediff-mult.el (ediff-mark-for-hiding-at-pos) | |
2629 (ediff-mark-for-operation-at-pos): Renamed from | |
2630 ediff-mark-for-hiding, ediff-mark-for-operation. | |
2631 (ediff-mark-session-for-hiding, ediff-mark-session-for-operation) | |
2632 (ediff-unmark-all-for-operation, ediff-unmark-all-for-hiding): New | |
2633 functions. | |
2634 (ediff-setup-meta-map): Changed bindings. | |
2635 | |
2636 * viper-cmd.el (viper-backward-Word, viper-skip-separators): Bugfix. | |
2637 (viper-switch-to-buffer, viper-switch-to-buffer-other-window): Bugfix. | |
2638 * viper-util.el (viper-skip-syntax): Bug fix for eob/bob cases. | |
2639 * viper-mous.el (viper-surrounding-word): Added '_' to alpha modifiers. | |
2640 | |
2641 1998-05-30 Ralph Schleicher <rs@purple.UL.BaWue.DE> | |
2642 | |
2643 * info-look.el: Added support for Scheme. | |
2644 Removed Info-lookup minor mode. | |
2645 (info-lookup-file-name-alist): New variable. | |
2646 (info-lookup-select-mode): New function. Select help mode | |
2647 according to info-lookup-file-name-alist or fall back to the | |
2648 buffer's major mode. | |
2649 (info-lookup): Use info-lookup-select-mode. | |
2650 (info-lookup-interactive-arguments): Likewise. | |
2651 (info-complete-symbol): Likewise. | |
2652 (info-complete-file): Likewise. | |
2653 (info-complete): Likewise. | |
2654 | |
2655 1998-05-28 Andrew Innes <andrewi@harlequin.co.uk> | |
2656 | |
2657 * ange-ftp.el (ange-ftp-expand-file-name): Set default to | |
2658 default-directory if nil. Check whether default starts with a | |
2659 drive specifier on windows-nt, as well as name, and call real | |
2660 function if so. Remove code to strip prefix before // or /~ since | |
2661 `expand-file-name' itself no longer does that. | |
2662 (ange-ftp-expand-dir): Use `grep-null-device' instead of | |
2663 "/dev/null", which is incorrect on windows-nt. | |
2664 (ange-ftp-file-name-all-completions): Fix root directory regexp | |
2665 for windows-nt. | |
2666 (ange-ftp-start-process): On windows-nt, always send a "help foo" | |
2667 command to ensure the ftp process produces some output, and force | |
2668 the process to use raw-text-dos decoding. | |
2669 (ange-ftp-canonize-filename): On windows-nt, strip drive specifier | |
2670 from expanded remote name. | |
2671 (ange-ftp-write-region): Allow binary transfer on windows-nt if | |
2672 remote host type is unix. Ensure `last-coding-system-used' is | |
2673 given an appropriate value, so that basic-save-buffer isn't | |
2674 confused by the coding used with the ftp process. | |
2675 (ange-ftp-insert-file-contents): Ditto. | |
2676 (ange-ftp-copy-file-internal): Ditto. | |
2677 (ange-ftp-real-expand-file-name): Use standard definition on | |
2678 windows-nt. | |
2679 (ange-ftp-real-expand-file-name-actual): Remove obsolete function. | |
2680 (ange-ftp-disable-netrc-security-check): Make default value be t | |
2681 on windows-nt. | |
2682 | |
2683 Remove windows-nt entry on file-name-handler-alist for | |
2684 ange-ftp-hook-function, since ange-ftp remote names do not start | |
2685 with a drive specifier. Keep ange-ftp-completion-hook-function | |
2686 entry to allow hostname completion when completing in the root | |
2687 directory of a drive. | |
2688 | |
2689 1998-05-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2690 | |
2691 * ange-ftp.el (ange-ftp-start-process): Undo previous change. | |
2692 | |
2693 * mail/sendmail.el (mail-from-style): | |
2694 New alternative, `system-default'. | |
2695 | |
2696 1998-05-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2697 | |
2698 * mail/sendmail.el (sendmail-send-it): | |
2699 If mail-from-style isn't angles, parens or nil, don't use -f option. | |
2700 | |
2701 1998-05-27 Ed Reingold <reingold@cs.uiuc.edu> | |
2702 | |
2703 * calendar/calendar.el (calendar-buffer-list): Add | |
2704 other-calendars-buffer. | |
2705 (calendar-mode): Use activate-menubar-hook only in a window system. | |
2706 | |
2707 1998-05-27 Dave Love <fx@gnu.org> | |
2708 | |
2709 * info-look.el: Add an entry for Scheme mode. | |
2710 | |
2711 1998-05-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2712 | |
2713 * comint.el (comint-mode-map): Move bindings of | |
2714 comint-next-matching-input-from-input to C-c M-r, and | |
2715 comint-previous-matching-input-from-input to C-c M-s. | |
2716 Move comint-get-next-from-history to C-c C-x. | |
2717 | |
2718 * mail/rmailout.el (rmail-output-to-rmail-file): | |
2719 Specify the coding system for writing. | |
2720 | |
2721 1998-05-27 Ed Reingold <reingold@cs.uiuc.edu> | |
2722 | |
2723 * calendar/calendar.el (calendar-print-other-dates): New function. | |
2724 * calendar/calendar.el (calendar-mode-map): Put it on a key. | |
2725 * calendar/calendar.el (other-calendars-buffer): New constant. | |
2726 * calendar/cal-x.el (special-display-buffer-names): Add to special | |
2727 list. | |
2728 | |
2729 1998-05-27 Dave Love <fx@gnu.org> | |
2730 | |
2731 * imenu.el (imenu-syntax-alist): Doc fix. | |
2732 | |
2733 1998-05-26 Dan Nicolaescu <done@ece.arizona.edu> | |
2734 | |
2735 * ffap.el: Add convenience keyword and add the toplevel defgroup | |
2736 to the convenience group. | |
2737 * emulation/pc-select.el: | |
2738 * follow.el: | |
2739 * imenu.el: | |
2740 * hippie-exp.el: | |
2741 * speedbar.el: | |
2742 * filecache.el: | |
2743 * iswitchb.el: | |
2744 * dabbrev.el: | |
2745 * completion.el: | |
2746 * complete.el: | |
2747 * autorevert.el: | |
2748 * autoinsert.el: | |
2749 * abbrev.el: Likewise. | |
2750 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
2751 1998-05-26 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> |
108472
0eb2f9d5e474
Fix typos and whitespace in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
106815
diff
changeset
|
2752 Karl Fogel <kfogel@red-bean.com> |
25866 | 2753 |
2754 * bookmark.el: Changes so bookmark list mode works with Info: | |
2755 (bookmark-jump-noselect): Use an inner save-window-excursion. | |
2756 (bookmark-bmenu-switch-other-window): Temporarily set | |
2757 pop-up-windows, same-window-buffer-names, and same-window-regexps, | |
2758 to override Info's special display behaviors. | |
2759 | |
2760 1998-05-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2761 | |
2762 * emacs-lisp/autoload.el (make-autoload): Doc fix. | |
2763 | |
2764 1998-05-25 Dave Love <fx@gnu.org> | |
2765 | |
2766 * f90.el (f90-comment-indent): Don't attempt to indent trailing | |
2767 comment as code. | |
2768 (f90-looking-at-if-then): Don't lose with scan-lists on bad | |
2769 syntax. | |
2770 | |
2771 1998-05-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2772 | |
2773 * emacs-lisp/lisp-mode.el (eval-defun): Pass proper beg to eval-region. | |
2774 | |
2775 * faces.el (frame-update-face-colors): Call frame-set-background-mode. | |
2776 | |
2777 * frame.el (make-frame-on-display): Check for nonsense display name. | |
2778 | |
2779 * mail/rmailedit.el (rmail-old-pruned): New permanent local. | |
2780 (rmail-edit-current-message): Set rmail-old-pruned, | |
2781 then display full headers. | |
2782 (rmail-cease-edit): rmail-old-pruned controls whether to prune headers. | |
2783 | |
2784 1998-05-25 Dan Nicolaescu <done@ece.arizona.edu> | |
2785 | |
2786 * emacs-lisp/autoload.el (make-autoload): Add support for | |
93313 | 2787 define-derived-mode. Update the doc-string accordingly. |
25866 | 2788 |
2789 * zone-mode.el (zone-mode): Don't require zone-mode. | |
2790 Use make-local-hook on a hook, not make-variable-buffer-local. | |
2791 | |
2792 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
2793 | |
2794 * emacs-lisp/byte-opt.el (byte-boolean-vars): | |
2795 Add print-escape-nonascii. | |
2796 | |
2797 * emacs-lisp/autoload.el (generate-file-autoloads): Set | |
2798 print-escape-nonascii when printing autoload form. | |
2799 | |
2800 1998-05-25 Kenichi HANDA <handa@etl.go.jp> | |
2801 | |
2802 * international/mule.el (set-coding-priority): Call | |
2803 set-coding-priority-internal at the tail. | |
2804 | |
2805 1998-05-24 Stephen Eglen <stephen@cns.ed.ac.uk> | |
2806 | |
2807 * help.el (describe-variable): Add a button to call | |
2808 customize-variable if the variable can be customized. | |
2809 | |
2810 1998-05-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2811 | |
2812 * mail/rmail.el (rmail-msg-is-pruned): Delete junk in definition. | |
2813 | |
2814 * apropos.el (apropos-command): Change 3rd arg to VAR-PREDICATE | |
2815 and use it as a predicate for which variables to match. | |
2816 (apropos-variable): Use that feature to match all documented vars, | |
2817 if have prefix arg. | |
2818 (apropos-command): If DO-ALL is set, search functions, not variables. | |
2819 | |
2820 * loadup.el (loaddefs.el): Load it earlier, and GC before and after | |
2821 and a few more times later on. | |
2822 | |
2823 * comint.el (comint-get-next-from-history): New command. | |
2824 (comint-accumulate, comint-goto-process-mark): Likewise. | |
2825 (comint-set-process-mark, comint-bol-or-process-mark): Likewise. | |
2826 (comint-save-input-ring-index): New permanent local var. | |
2827 (comint-accum-marker): Likewise. | |
2828 (comint-send-input): Clear comint-input-ring-index | |
2829 and comint-accum-marker. | |
2830 (comint-previous-matching-input-from-input): | |
2831 Use comint-accum-marker if set. | |
2832 (comint-previous-matching-input): Likewise. | |
2833 (comint-mode): Make those vars buffer-local and initialize. | |
2834 (comint-mode-map): Make C-c C-a run comint-bol-or-process-mark. | |
2835 Bind C-c SPC to comint-accumulate. Bind C-c C-q to | |
2836 comint-get-next-from-history. | |
2837 | |
2838 * window.el (split-window-vertically): Doc fix. | |
2839 | |
2840 * ffap.el (dired-at-point): Eliminate var dired-function; use `dired'. | |
2841 (ffap-bindings): Include a binding for C-x d. | |
2842 | |
2843 * gud.el (gud-jdb-class-source-alist): defvar moved up. | |
2844 (gud-jdb-analysis-buffer): Likewise. | |
2845 | |
2846 * rect.el (string-rectangle-string): New variable. | |
2847 (string-rectangle): Bind it. | |
2848 (string-rectangle-line): Use it. | |
2849 (operate-on-rectangle-lines): New variable. | |
2850 (extract-rectangle-line): Update it. | |
2851 (delete-extract-rectangle, extract-rectangle): Bind and use it. | |
2852 | |
2853 * emacs-lisp/cl-indent.el (common-lisp-indent-function): | |
2854 Bind lisp-indent-error-function. | |
2855 (lisp-indent-report-bad-format): Use lisp-indent-error-function. | |
2856 (lisp-indent-error-function): New variable. | |
2857 | |
2858 * play/solitaire.el (solitaire-possible-move): | |
2859 Use funcall to invoke movesymbol. | |
2860 | |
2861 * uncompress.el (find-compressed-version): Don't set `error' here. | |
2862 | |
2863 1998-05-24 Eli Zaretskii <eliz@is.elta.co.il> | |
2864 | |
2865 * man.el (Man-getpage-in-background): Bind coding-system-for-write | |
2866 to raw-text-unix instead of binding inhibit-eol-conversion to t. | |
2867 | |
2868 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2869 | |
2870 * dos-w32.el (minibuffer-history-case-insensitive-variables): | |
2871 Add file-name-history to it. | |
2872 | |
2873 * simple.el (minibuffer-history-case-insensitive-variables): New var. | |
2874 (previous-matching-history-element): Implement it. | |
2875 | |
2876 * progmodes/compile.el (grep-tag-default): New function. | |
2877 (grep): New default arg when prefix arg is specified. | |
2878 | |
2879 * menu-bar.el (toggle-case-fold-search): New command. | |
2880 (menu-bar-options-menu): Put that in the menu. | |
2881 | |
2882 * dired.el (dired-mark-files-containing-regexp): New command. | |
2883 (dired-mode-map): Bind it to %g and in menu bar. | |
2884 | |
2885 * rect.el (close-rectangle): New command. | |
2886 | |
2887 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2888 | |
2889 * international/mule-cmds.el (register-input-method): | |
2890 Rename arg ENV to LANG-ENV. | |
2891 | |
2892 1998-05-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2893 | |
2894 * ps-print.el (ps-print-version): Doc fix. | |
2895 (ps-print-prologue-1): Adjust doLineNumber PostScript function. | |
2896 | |
2897 1998-05-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2898 | |
2899 * jka-compr.el (jka-compr-compression-info-list): Add elts for bzip. | |
2900 | |
2901 * uncompress.el (uncompress-while-visiting): Leave point at beginning. | |
2902 | |
2903 * find-file.el (ff-emacs-19, ff-xemacs): Functions deleted. | |
2904 (ff-goto-click, ff-mouse-find-other-file) | |
2905 (ff-mouse-find-other-file-other-window): Just one definition. | |
2906 (locate-file): Definition deleted. | |
2907 | |
2908 * international/mule.el (make-translation-table): Doc fix. | |
2909 (define-translation-table): Doc fix. | |
2910 | |
2911 1998-05-22 Inge Frick <inge@nada.kth.se> | |
2912 | |
2913 * easymenu.el (easy-menu-do-add-item): Small simplifications. | |
2914 (easy-menu-precalculate-equivalent-keybindings): New customization | |
2915 variable. | |
2916 (easy-menu-add): Precalculate key bindings if | |
2917 `easy-menu-precalculate-equivalent-keybindings' is on. | |
2918 | |
2919 1998-05-22 Kenichi Handa <handa@etl.go.jp> | |
2920 | |
2921 * ccl.el: Change term "character translation table" to | |
2922 "translation table". | |
2923 * mule.el: Likewise. | |
2924 Use translation-table, not character-translation-table, | |
2925 as char-table subtype. | |
2926 (define-translation-table): | |
2927 Renamed from define-character-translation-table. | |
2928 * mule-util.el: Likewise. | |
2929 * mule-conf.el: Likewise. | |
2930 (standard-translation-table-for-decode) | |
2931 (standard-translation-table-for-encode): | |
2932 Renamed from standard-character-translation-table-... | |
2933 | |
2934 1998-05-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2935 | |
2936 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): | |
2937 Accept upper case like lower case. | |
2938 | |
2939 * files.el (insert-directory): When WILDCARD is nil, | |
2940 expand ~ if necessary. | |
2941 | |
2942 * mail/rnewspost.el (news-inews): Fix typo in prev change. | |
2943 | |
2944 1998-05-21 Eli Zaretskii <eliz@is.elta.co.il> | |
2945 | |
2946 * tar-mode.el (tar-mode): Position point on the name of the first file. | |
2947 (tar-extract): Detect coding-system of the archive member and | |
2948 decode it like insert-file-contents does. | |
2949 (tar-alter-one-field): Reposition point on the file name of the | |
2950 current tar entry. | |
2951 (tar-subfile-save-buffer): Encode the file when updating it in the | |
2952 archive, and use the size of encoded text to update the header | |
2953 block. Set last-coding-system-used to coding-system of the file. | |
2954 Restore point of tar-superior-buffer after updating the descriptor | |
2955 line. | |
2956 | |
2957 1998-05-21 Sam Steingold <sds@usa.net> | |
2958 | |
2959 * cl-indent.el: Indent `with-standard-io-syntax' correctly. | |
2960 | |
2961 1998-05-21 Michael Ernst <ernst@cs.washington.edu> | |
2962 | |
2963 * dired-x.el (dired-guess-shell-alist-default): Handle .tgz files. | |
2964 Handle .pdf files. | |
2965 | |
2966 1998-05-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
2967 | |
2968 * arc-mode.el (archive-file-name-invalid-regexp): Remove. All | |
2969 users changed to use file-name-invalid-regexp instead. | |
2970 * files.el (file-name-invalid-regexp): New variable, moved here | |
2971 from arc-mode.el. | |
2972 | |
2973 1998-05-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
2974 | |
2975 * progmodes/vhdl-mode.el (vhdl-customize-colors): | |
2976 Renamed from vhdl-use-default-colors, and sense reversed. | |
2977 (vhdl-customize-faces): | |
2978 Renamed from vhdl-use-default-faces, and sense reversed. | |
2979 (vhdl-font-lock-init, vhdl-ps-init): Implement those changes. | |
2980 (vhdl-submit-bug-report): Use new variable names. | |
2981 | |
2982 1998-05-20 Kenichi Handa <handa@etl.go.jp> | |
2983 | |
2984 * term/x-win.el: Generate style variants fontset for | |
2985 standard-fontset-spec. Generate a fontset based on resolved font | |
2986 name of a font specified by X resource or -fn command line arg. | |
2987 | |
2988 * international/fontset.el (x-font-name-charset-alist): New var. | |
2989 (register-alternate-fontnames): Doc-string modified. | |
2990 (x-complement-fontset-spec): Likewise. | |
2991 (x-complement-fontset-spec): Delete unused local variable. Delete | |
2992 ad hoc code for Latin-1, instead refer to x-font-name-charset-alist. | |
2993 (uninstantiated-fontset-alist): Format changed (BASE-FONTSET -> | |
2994 FONTLIST). | |
2995 (x-style-funcs-alist): New variable. | |
2996 (create-fontset-from-fontset-spec): 2nd optional arg is changed | |
2997 from STYLE to STYLE-VARIANT-P. The meaning also changed. Delete | |
2998 unused code. Adjusted for the change of | |
2999 uninstantiated-fontset-alist. | |
3000 (instantiate-fontset): Adjusted for the change of | |
3001 uninstantiated-fontset-alist. | |
3002 | |
3003 * international/mule.el (make-coding-system): If ISO2022 based | |
3004 8-bit coding system allows alternative designation, set the coding | |
3005 category to `coding-category-iso-8-else'. | |
3006 | |
3007 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3008 | |
3009 * mail/rmail.el (rmail-default-body-file): New variable. | |
3010 | |
3011 * mail/rmailsum.el (rmail-summary-output-body): New function. | |
3012 (rmail-summary-mode-map): Bind w to that. Put it in menu bar. | |
3013 Bind q to rmail-summary-wipe. | |
3014 | |
3015 * mail/rmailout.el (rmail-output-body-to-file): | |
3016 Avoid error if message has no subject. | |
3017 Use and set rmail-default-body-file. | |
3018 | |
3019 * gud.el (gud): Doc fix. | |
3020 | |
3021 * textmodes/fill.el (fill-region-as-paragraph): | |
3022 Don't add a newline at the end, when there is none. | |
3023 | |
3024 1998-05-20 Michael Ernst <ernst@cs.washington.edu> | |
3025 | |
3026 * play/solitaire.el (solitaire): Doc fix. | |
3027 | |
3028 * gud.el: Support pdb. | |
3029 (pdb): New function. | |
3030 (gud-pdb-command-name): New variable. | |
3031 (pdb-minibuffer-local-map): Likewise. | |
3032 (gud-pdb-find-file): New function. | |
3033 (gud-pdb-marker-filter): New function. | |
3034 (gud-pdb-marker-regexp*): New variables. | |
3035 (gud-pdb-massage-args): New function. | |
3036 (gud-pdb-history): New variable. | |
3037 | |
3038 * simple.el (set-variable): Offer variable at point as default. | |
3039 | |
3040 1998-05-20 Kenichi Handa <handa@etl.go.jp> | |
3041 | |
3042 * international/fontset.el (x-font-name-charset-alist): New | |
3043 variable. | |
3044 (register-alternate-fontnames): Doc-string modified. | |
3045 (x-complement-fontset-spec): Likewise. | |
3046 (x-complement-fontset-spec): Delete unused local variable. Delete | |
3047 ad hoc code for Latin-1, instead refer to | |
3048 x-font-name-charset-alist. | |
3049 (uninstantiated-fontset-alist): Format changed (BASE-FONTSET -> | |
3050 FONTLIST). | |
3051 (x-style-funcs-alist): New variable. | |
3052 (create-fontset-from-fontset-spec): 2nd optional arg is changed | |
3053 from STYLE to STYLE-VARIANT-P. The meaning also changed. Delete | |
3054 unused code. Adjusted for the change of | |
3055 uninstantiated-fontset-alist. | |
3056 (instantiate-fontset): Adjusted for the change of | |
3057 uninstantiated-fontset-alist. | |
3058 | |
3059 * international/mule.el (make-coding-system): If ISO2022 based | |
3060 8-bit coding system allows alternative designation, set the coding | |
3061 category to `coding-category-iso-8-else'. | |
3062 | |
3063 * term/x-win.el: Generate style variants fontset for | |
3064 standard-fontset-spec. Generate a fontset based on resolved font | |
3065 name of a font specified by X resource or -fn command line arg. | |
3066 | |
3067 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3068 | |
3069 * international/mule-cmds.el (set-language-info): | |
3070 Delete args describe-map and setup-map. Don't set up menus at all. | |
3071 (set-language-info-alist): Set up menus here. | |
3072 (register-input-method): Fix previous change. | |
3073 (setup-specified-language-environment): Doc fix. | |
3074 | |
3075 * gud.el (gud-perldb-marker-acc): Variable deleted. | |
3076 (gud defgroup): Doc fix. | |
3077 | |
3078 * mail/rmail.el (mail-unsent-separator): | |
3079 Handle "returned message follows". | |
3080 | |
3081 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3082 | |
3083 * international/mule-cmds.el: Several doc fixes. | |
3084 (get-language-info, set-language-info): Rename argument. | |
3085 (set-language-info-alist): Likewise. | |
3086 (find-coding-systems-region-subset-p): Renamed from subset-p. | |
3087 (find-coding-systems-region): Use new name. | |
3088 (register-input-method): Rename argument. | |
3089 (activate-input-method): If INPUT-METHOD is nil, deactivate. | |
3090 | |
75613 | 3091 1998-05-19 Ed Reingold <reingold@uiuc.edu> |
25866 | 3092 |
3093 * calendar/cal-tex.el (cal-tex-list-holidays): Rewritten. | |
3094 | |
3095 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3096 | |
3097 * gnus/message.el (message-mode): Locally bind adaptive-fill-regexp | |
3098 and adaptive-fill-first-line-regexp. | |
3099 | |
3100 * simple.el (kill-region): Set this-command unconditionally | |
3101 in a read-only buffer. | |
3102 | |
3103 * custom.el (defcustom): Doc fix. | |
3104 | |
3105 * uniquify.el (uniquify-ignore-buffers-re): New variable. | |
3106 (uniquify-rationalize-file-buffer-names): Implement it. | |
3107 | |
3108 1998-05-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3109 | |
3110 * emacs-lisp/checkdoc.el: Many doc fixes. | |
3111 Put two spaces between sentences. | |
3112 (checkdoc-this-string-valid-engine): Fix message. | |
3113 (checkdoc-ispell-lisp-words): Add "emacs". | |
3114 | |
3115 * emacs-lisp/bytecomp.el (byte-compile-insert-header): | |
3116 Do not look for multibyte characters here. | |
3117 Generate the right file header for use if there are none. | |
3118 Insert a line of semicolons for subsequent deletion if needed. | |
3119 (byte-compile-fix-header): New function. | |
3120 This updates the file header if the file uses multibyte characters. | |
3121 (byte-compile-from-buffer): Call byte-compile-insert-header | |
3122 before compiling, and byte-compile-fix-header at the end. | |
3123 | |
3124 * which-func.el (which-func-modes): Fix custom type. | |
93313 | 3125 (which-func-non-auto-modes): Likewise. |
25866 | 3126 |
3127 * mail/rmail.el (rmail-mime-feature): Doc fix. | |
3128 | |
3129 * vi-dot.el: Customized. | |
3130 (vi-self-insert): New function. | |
3131 (vi-dot): Use that. | |
3132 (vi-dot-insertion-function): Variable deleted. | |
3133 | |
3134 * finder.el (finder-known-keywords): Add `convenience'. | |
3135 | |
3136 1998-05-18 Michael Ernst <mernst@alum.mit.edu> | |
3137 | |
3138 * mail/rmail.el (rmail-toggle-header): Ensure blank line between | |
3139 headers and body. | |
3140 | |
3141 1998-05-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3142 | |
3143 * international/fontset.el (create-fontset-from-fontset-spec): | |
3144 Add autoload cookie. | |
3145 | |
3146 1998-05-18 Kenichi HANDA <handa@etl.go.jp> | |
3147 | |
3148 * international/ccl.el: Change term translate-XXX-map to map-XXX | |
3149 throughout the file. Change terms unify/unification to | |
3150 translate/translation respectively throughtout the file. | |
3151 | |
3152 * international/quail.el (quail-completion): Consecutive call of | |
3153 this command scrolls the Quail completion buffer. | |
3154 | |
3155 * international/mule.el: Change term unification to translation | |
3156 throughtout the file. | |
3157 (set-clipboard-coding-system): New function. | |
3158 | |
3159 * international/mule-conf.el: Change term unification to | |
3160 translation throughtout the file. | |
3161 | |
3162 * international/mule-util.el: Change term unification to | |
3163 translation throughtout the file. | |
3164 | |
3165 1998-05-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3166 | |
3167 * emacs-lisp/debug.el (debugger-frame-clear): Doc fix. | |
3168 | |
3169 1998-05-17 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3170 | |
3171 * vc-hooks.el (vc-parse-cvs-status): Grok new form of conflict | |
3172 message. | |
3173 | |
3174 1998-05-17 Eric Ludlam <zappo@mescaline.gnu.org> | |
3175 | |
3176 * emacs-lisp/checkdoc.el: Added message text checks, and | |
3177 ambiguous symbol checking. | |
3178 (checkdoc-message-text): New command. | |
3179 (checkdoc-message-text-search, checkdoc-message-text-engine): | |
3180 New functions. | |
3181 (checkdoc-this-string-valid-engine): | |
3182 Added ambiguous function/symbol checking. Added new auto-fix | |
3183 for missing parameters. | |
3184 | |
3185 1998-05-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3186 | |
3187 * international/mule-cmds.el (find-coding-systems-region-subset-p): | |
3188 Renamed from subset-p. | |
3189 (find-coding-systems-for-charsets): Call changed. | |
3190 | |
3191 1998-05-16 Dan Nicolaescu <done@ece.arizona.edu> | |
3192 | |
3193 * generic-x.el (generic-x): Add :version. | |
3194 | |
3195 * progmodes/hideshow.el (hs-life-goes-on): Use the new backquote | |
3196 syntax. | |
3197 | |
3198 1998-05-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3199 | |
3200 * mail/rmail.el (rmail-retry-failure): | |
3201 Use mail-sendmail-delimit-header, not mail-send-delimit-header. | |
3202 | |
3203 * faces.el (frame-background-mode): Define a :set function | |
3204 to update the background mode of existing frames. | |
3205 | |
3206 * ange-ftp.el (ange-ftp-tmp-name-template): | |
3207 Use temporary-file-directory. | |
3208 * arc-mode.el (archive-tmpdir): Use temporary-file-directory. | |
3209 * browse-url.el (browse-url-temp-dir): Use temporary-file-directory. | |
3210 * ediff-init.el (ediff-temp-file-prefix): Use temporary-file-directory. | |
3211 * emerge.el (emerge-temp-file-prefix): Use temporary-file-directory. | |
3212 * jka-compr.el (jka-compr-temp-name-template): | |
3213 Use temporary-file-directory. | |
3214 * progmodes/cmacexp.el (c-macro-expansion): | |
3215 Use temporary-file-directory. Choose temp file name properly. | |
3216 * vc.el (vc-update-change-log): Use temporary-file-directory. | |
3217 Use expand-file-name on it. | |
3218 | |
3219 * files.el (temporary-file-directory): | |
3220 Renamed from system-tmp-directory. | |
3221 Value is now a directory name, not a file name. | |
3222 | |
3223 * dired-aux.el (dired-mark-subdir-files): Doc fix. | |
3224 | |
3225 1998-05-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3226 | |
3227 * ps-print.el (ps-file-end): Put Trailer and Pages before EndDoc. | |
3228 (ps-print-control-characters): Doc fix. | |
3229 | |
3230 * textmodes/tex-mode.el (tex-command-end): New variable. | |
3231 (tex-start-tex): Use it. | |
3232 (plain-tex-mode): Locally set tex-command-end. | |
93313 | 3233 (tex-common-initialization): Make local binding for it. |
25866 | 3234 |
3235 * ange-ftp.el (ange-ftp-start-process): Handle Windows ftp client. | |
3236 | |
3237 * language/european.el (setup-8-bit-environment): | |
3238 After loading latin-N, reset the standard case table | |
3239 and each buffer's case table. | |
3240 | |
3241 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): | |
3242 Cope with an out-of-range constvec index. | |
3243 | |
3244 * dos-fns.el (dos-ps-printer, dos-printer, msdos-shells): | |
3245 Defcustoms replaced with defvars. | |
3246 (dos-fns): defgroup deleted. | |
3247 * dos-vars.el: New file, holds custom stuff from dos-fns.el. | |
3248 * loadup.el: Load dos-vars along with dos-fns. | |
3249 | |
3250 * type-break.el (type-break-mode): Don't alter global-mode-string. | |
3251 Instead, add an element to minor-mode-alist. | |
3252 | |
3253 * cus-edit.el (convenience): New group. | |
3254 | |
93313 | 3255 * info.el (Info-find-node): Use info-file-exists-p. |
25866 | 3256 (info-insert-file-contents): Use info-file-exists-p. |
3257 (info-file-exists-p): New function. | |
3258 | |
3259 1998-05-15 Geoff Voelker <voelker@cs.washington.edu> | |
3260 | |
3261 * files.el (system-tmp-directory): New variable. | |
3262 | |
3263 * ange-ftp.el (ange-ftp-tmp-name-template): Use system-tmp-directory. | |
3264 * arc-mode.el (archive-tmpdir): Use system-tmp-directory. | |
3265 * browse-url.el (browse-url-temp-dir): Use system-tmp-directory. | |
3266 * ediff-init.el (ediff-temp-file-prefix): Use system-tmp-directory. | |
3267 * emerge.el (emerge-temp-file-prefix): Use system-tmp-directory. | |
3268 * jka-compr.el (jka-compr-temp-name-template): Use system-tmp-directory | |
3269 * progmodes/cmacexp.el (c-macro-expansion): Use system-tmp-directory. | |
3270 * vc.el (vc-update-change-log): Use system-tmp-directory. | |
3271 | |
93313 | 3272 1998-05-15 Francesco Potortì <F.Potorti@cnuce.cnr.it> |
25866 | 3273 |
3274 * mail/mailalias.el (define-mail-alias): Compensate for not | |
3275 resetting the match data when string-match fails. | |
3276 | |
3277 1998-05-14 Erik Naggum <erik@naggum.no> | |
3278 | |
3279 * bindings.el: Add binding for C-x z to vi-dot here. | |
3280 * vi-dot.el: Remove faulty autoloaded binding for C-x z. | |
3281 | |
3282 1998-05-14 Ed Reingold <reingold@melange.gnu.org> | |
3283 | |
98317 | 3284 * calendar/cal-hebrew.el (holiday-passover-etc): Fix misspelling. |
25866 | 3285 |
3286 1998-05-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
3287 | |
3288 * arc-mode.el (archive-tmpdir): Make the prefix of the temporary | |
3289 directory absolute. | |
3290 (archive-file-name-invalid-regexp): New variable. | |
3291 (archive-zip-case-fiddle): Doc fix. | |
3292 (archive-remote): Make it permanent-local. | |
3293 (archive-member-coding-system): New variable. | |
3294 (archive-mode): Don't use write-contents-hooks for remote | |
3295 archives. Archives whose names are invalid for the current | |
3296 filesystem are marked read-only. | |
3297 (archive-summarize): Optional argument SHUT-UP makes it silent. | |
3298 All callers changed. | |
3299 (archive-unique-fname): New function. | |
3300 (archive-maybe-copy): Use it. | |
3301 (archive-maybe-copy, archive-write-file): Bind | |
3302 coding-system-for-write to no-conversion. | |
3303 (archive-maybe-update, archive-mode-revert): Bind | |
3304 coding-system-for-read to no-conversion. | |
3305 (archive-maybe-update): Remain at the same line in the archive | |
3306 listing, after updating the archive. Print the buffer name of the | |
3307 archive to be saved. | |
3308 (archive-extract): Mark archive members whose names are invalid as | |
3309 read-only. Don't set buffer-file-type. Remove the write-contents | |
3310 hook for remote archives. Warn about read-only archives inside | |
3311 other archives. | |
3312 (archive-write-file-member): Handle remote archives. Restore | |
3313 value of last-coding-system-used. | |
3314 (archive-*-write-file-member): Handle archives inside other | |
3315 archives. Save the value of last-coding-system-used. | |
3316 (archive-write-file): New optional variable FILE: where to write | |
3317 the archive; defaults to buffer-file-name, for remote archives. | |
3318 (archive-zip-summarize, archive-zip-chmod-entry): Support VFAT | |
3319 type of host filesystem. | |
3320 (archive-zip-summarize): Don't fiddle letter case of mixed-case | |
3321 file names. | |
3322 | |
3323 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3324 | |
3325 * emacs-lisp/advice.el (ad-handle-definition, defadvice): | |
3326 Fix error messages. | |
3327 | |
3328 * help.el (describe-key-briefly): When INSERT, put cmd name in `...'. | |
3329 | |
3330 * files.el (recover-session-finish): Unmark the current line | |
3331 so that the file being used for recovery will not get deleted. | |
3332 | |
3333 1998-05-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3334 | |
3335 * startup.el (locale-translation-file-name): New variable. | |
3336 (command-line): Use it to decode locale aliases. | |
3337 | |
3338 * emacs-lisp/disass.el (disassemble-1): Reference bytecode string | |
3339 as unibyte. | |
3340 | |
3341 * format.el (format-alist): Use -f when running recode. | |
3342 | |
3343 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix prev chg. | |
3344 | |
3345 * international/mule.el (set-auto-coding): Exclude \n when | |
3346 matching the coding system name. | |
3347 | |
3348 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3349 | |
3350 * type-break.el (type-break-mode-line-message-mode): Doc fix. | |
3351 Fix some messages. | |
3352 (type-break-mode): Doc fix. | |
3353 | |
3354 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): | |
3355 Insert the output file header after compiling all the input. | |
3356 (byte-compile-output-file-form): Major cleanup. | |
3357 If output file contains multibyte chars, | |
3358 insist on Emacs 20 when loading. | |
3359 | |
3360 * mail/smtpmail.el (smtpmail-via-smtp): Specify process coding system. | |
3361 | |
3362 1998-05-12 Ed Reingold <reingold@melange.gnu.org> | |
3363 | |
3364 * calendar/cal-menu.el (cal-menu-update): Add separators. | |
3365 | |
3366 1998-05-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3367 | |
3368 * calendar/cal-menu.el (calendar-mode-map): Rename `holidays' | |
3369 menu to `Holidays'. | |
3370 (cal-menu-update): Similar renamings; change the arg to | |
3371 easy-menu-change also. Change some item names. | |
3372 | |
3373 * emacs-lisp/easymenu.el (easy-menu-change): Add autoload cookie. | |
3374 | |
3375 1998-05-11 Dave Love <fx@gnu.org> | |
3376 | |
3377 * tar-mode.el (tar-subfile-mode): Call auto-save-mode with -1. | |
3378 | |
3379 1998-05-11 Ed Reingold <reingold@melange.gnu.org> | |
3380 | |
3381 * calendar/calendar.el (calendar-mode): Add hook to update holiday | |
3382 button on menu bar. | |
3383 (exit-calendar): Don't signal error when user changes mind. | |
3384 | |
3385 * calendar/cal-menu.el (calendar-mode-map): Remove static menu | |
3386 definition for holidays from menu bar. | |
3387 (easymenu): Require it. | |
3388 (cal-menu-update): New function. | |
3389 (cal-menu-today-holidays): New function. | |
3390 | |
3391 1998-05-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3392 | |
3393 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
3394 Ignore subdirectories whose names start with nonalphanumeric | |
3395 or that have a file called .nosearch. | |
3396 | |
3397 * international/mule-cmds.el (last-coding-system-specified): New var. | |
3398 (select-safe-coding-system): Set var if user specifies a coding system. | |
3399 | |
3400 * international/mule.el (after-insert-file-set-buffer-file-coding-system): | |
3401 Don't make buffer unibyte unless we seem to be visiting a file. | |
3402 | |
3403 * mail/rmail.el (rmail-decode-babyl-format): | |
3404 Set save-buffer-coding-system instead of buffer-file-coding-system. | |
3405 Decode the whole Babyl text at once, not message by message. | |
3406 Don't alter global value of rmail-file-coding-system. | |
3407 (rmail-show-message): Set buffer-file-coding-system from | |
3408 X-Coding-System header field. | |
3409 (rmail-ignored-headers): Ignore X-Coding-System header. | |
3410 Ignore Return-Path, Errors-To, X-Attribution, X-Disclaimer. | |
3411 (rmail-convert-to-babyl-format): Record X-Coding-System header | |
3412 for each message that was converted. | |
3413 (rmail-variables): Make local binding for save-buffer-coding-system, | |
3414 and set it from buffer-file-coding-system if not already non-nil. | |
3415 | |
3416 * files.el (save-buffer-coding-system): New variable. | |
3417 (basic-save-buffer-1): Obey it. | |
3418 (basic-save-buffer): Set save-buffer-coding-system instead of | |
3419 buffer-file-coding-system, if save-buffer-coding-system is already | |
3420 non-nil. | |
3421 | |
3422 * add-log.el (add-log-current-defun): Fix previous change--skip | |
3423 tab and newline also. | |
3424 | |
3425 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
3426 | |
3427 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
3428 Use position-bytes. | |
3429 | |
3430 1998-05-09 Richard Stallman <rms@psilocin.gnu.org> | |
3431 | |
3432 * disp-table.el (standard-display-european): Doc fix. | |
3433 | |
3434 * mail/sendmail.el (mail-signature): Allow expression as value. | |
3435 Improve prompts in custom type. Add risky-local-variable property. | |
3436 (mail-setup): Implement that feature. | |
3437 | |
3438 * wid-edit.el (widgets: sexp, variable, list, vector): Doc fixes. | |
3439 | |
3440 * mail/mail-utils.el (mail-strip-quoted-names): | |
3441 Delete comments, then delete leading/trailing whitespace. | |
3442 | |
3443 1998-05-08 Richard Stallman <rms@psilocin.gnu.org> | |
3444 | |
3445 * ps-print.el (ps-alist-position): Renamed from ps-position. | |
3446 Look for ITEM as the car of an element. | |
3447 (ps-font-number): Use ps-alist-position. | |
3448 (ps-font-alist): Renamed from ps-font-list. | |
3449 | |
3450 * mail/reporter.el (reporter-bug-hook): Use rfc822-goto-eoh. | |
3451 | |
3452 1998-05-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
3453 | |
3454 * emacs-lisp/autoload.el (generate-file-autoloads): Handle progn | |
3455 forms generated by make-autoload: print just the first subform | |
3456 with print-escape-newlines. | |
3457 | |
3458 * ispell.el (ispell-dictionary-alist-1): Doc fix. | |
3459 (ispell-dictionary-alist-2): Doc fix. | |
3460 | |
3461 * cus-edit.el (customize-group-other-window): Handle groups not | |
3462 yet loaded. If buffer exists, use it unchanged. Rename parameter | |
3463 and update doc string. | |
3464 | |
3465 1998-05-07 Richard Stallman <rms@psilocin.gnu.org> | |
3466 | |
3467 * emacs-lisp/edebug.el (edebug-all-forms): Add autoload cookie. | |
3468 (edebug-all-defs): Likewise. | |
3469 | |
3470 * ispell.el (ispell-word): Make M-$ binding using esc-map. | |
3471 | |
3472 * vc-hooks.el (vc-consult-rcs-headers): Fix previous change. | |
3473 | |
3474 1998-05-07 Andrew Innes <andrewi@harlequin.co.uk> | |
3475 | |
3476 * disp-table.el (standard-display-european): Don't call | |
3477 set-terminal-coding-system when window-system is w32. | |
3478 | |
3479 1998-05-07 Erik Naggum <erik@naggum.no> | |
3480 | |
3481 * emacs-lisp/find-func.el (find-function-noselect): Autoload it. | |
3482 | |
3483 1998-05-07 Richard Stallman <rms@psilocin.gnu.org> | |
3484 | |
3485 * progmodes/sh-script.el (sh-shell-file): Add cmdproxy to MS shells. | |
3486 | |
3487 * international/mule-diag.el (list-input-methods): Doc fix. | |
3488 | |
3489 1998-05-07 Kenichi Handa <handa@etl.go.jp> | |
3490 | |
3491 * international/ccl.el: Cancel the previous change for | |
3492 customization, customized variables are changed to constant. | |
3493 | |
3494 1998-05-07 Richard Stallman <rms@psilocin.gnu.org> | |
3495 | |
3496 * mail/emacsbug.el (report-emacs-bug): After reinserting | |
3497 the signature, leave point before it. | |
3498 Don't display *Bug Help* if report-emacs-bug-no-explanations. | |
3499 | |
3500 * help.el (describe-function-1): Use find-function-noselect | |
3501 instead of find-function. | |
3502 (view-lossage): Set help-xref-stack* in the help buffer. | |
3503 (describe-bindings): Likewise. | |
3504 (help-xref-go-back): New arg BUFFER. | |
3505 (help-make-xrefs): Specify the help buffer as arg for | |
3506 help-xref-go-back. | |
3507 | |
3508 * textmodes/sgml-mode.el (sgml-mode-common): | |
3509 Make local binding from adaptive-fill-regexp. | |
3510 | |
3511 1998-05-06 Richard Stallman <rms@psilocin.gnu.org> | |
3512 | |
3513 * international/mule-diag.el (print-coding-system): | |
3514 Handle (SYMBOL . SYMBOL) as the flags of a type 4 coding system. | |
3515 | |
3516 * which-func.el (which-func-non-auto-modes): New variable. | |
3517 (which-func-amodes): Variable deleted. | |
3518 (which-func-ff-hook): Use which-func-non-auto-modes instead of | |
3519 which-func-amodes. | |
3520 | |
3521 1998-05-06 Sam Steingold <sds@usa.net> | |
3522 | |
3523 * window.el (quit-window): Fixed FRAME to be the frame and | |
3524 never window. | |
3525 | |
3526 1998-05-06 Michael Kifer <kifer@cs.sunysb.edu> | |
3527 | |
3528 * ediff-init.el (ediff-highlight-all-diffs, ediff-use-faces): | |
3529 Changed the defaults. | |
3530 | |
3531 1998-05-06 Richard Stallman <rms@psilocin.gnu.org> | |
3532 | |
3533 * which-func.el (which-function-mode): New alias. | |
3534 | |
3535 1998-05-06 Dave Love <fx@gnu.org> | |
3536 | |
3537 * imenu.el (imenu-create-index-function): Remove autoload cookie | |
3538 to avoid nil default value. | |
3539 | |
3540 1998-05-06 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3541 | |
3542 * vc-hooks.el (vc-consult-rcs-headers): Avoid bug with ci -k in | |
3543 RCS 5.7. | |
3544 | |
3545 1998-05-06 Richard Stallman <rms@psilocin.gnu.org> | |
3546 | |
3547 * calendar/diary-lib.el (diary-mail-entries): Add autoload cookie. | |
3548 | |
3549 * dired.el (dired-mode-map): Bind *t to dired-do-toggle. | |
3550 | |
3551 * ps-print.el (ps-header-title-font-size): Doc fix. | |
3552 (ps-print-control-characters, ps-setup, ps-header-pad): Doc fixes. | |
3553 (ps-printing-region, ps-nb-pages): Doc fixes. | |
3554 | |
3555 1998-05-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
3556 | |
3557 * ps-print.el: Some doc fixes, eliminate (require cl). | |
3558 (ps-print-version): New version number (3.06.1) and doc fix. | |
3559 (ps-print-control-characters, ps-extend-face): Doc fix. | |
3560 (ps-font-lock-face-attributes): Eliminate `pop'. | |
3561 (ps-font): Eliminate `loop' and `return'. | |
3562 (ps-fonts): Eliminate `loop'. | |
3563 (ps-font-number): Replace `position' by `ps-position'. | |
3564 (ps-select-font): Eliminate `flet'. | |
3565 (ps-lookup, ps-size-scale): New macros. | |
3566 (ps-output-string-prim): Handle multibyte characters. | |
3567 (ps-position): New function. | |
3568 (ps-begin-file): Eliminate `loop'. | |
3569 (ps-header-page): Eliminate `incf'. | |
3570 | |
3571 1998-05-05 Richard Stallman <rms@psilocin.gnu.org> | |
3572 | |
3573 * mouse.el (mouse-major-mode-menu): Run activate-menubar-hook here. | |
3574 | |
3575 * tmm.el (tmm-get-keymap): Fix previous change; | |
3576 access the equiv string from the cache properly. | |
3577 | |
3578 1998-05-05 Simon Marshall <simon@gnu.org> | |
3579 | |
3580 * font-lock.el (lisp-font-lock-keywords-1): Fixed 1998-04-24 change; | |
3581 moved defpackage to here from lisp-font-lock-keywords-2. | |
3582 | |
3583 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
3584 | |
3585 * comint.el (comint-replace-by-expanded-history-before-point): | |
3586 When none of the ! or ^ constructs match, move forward one char. | |
3587 | |
3588 1998-05-05 Richard Stallman <rms@psilocin.gnu.org> | |
3589 | |
3590 * add-log.el (add-log-current-defun) <lisp>: | |
3591 If element 1 of the defun is a list, use first symbol | |
3592 within it (the car of the car.... of it). | |
3593 | |
3594 1998-05-04 Richard Stallman <rms@psilocin.gnu.org> | |
3595 | |
3596 * cus-face.el (custom-face-attributes): Doc fix. | |
3597 | |
3598 1998-05-04 Kenichi Handa <handa@etl.go.jp> | |
3599 | |
3600 * international/mule-cmds.el (toggle-input-method): Use a more | |
3601 appropriate default value while reading an input method. | |
3602 | |
3603 1998-05-04 Michael Kifer <kifer@cs.sunysb.edu> | |
3604 | |
3605 * ediff-util.el (ediff-get-lines-to-region-start): | |
93313 | 3606 Protect from window-end returning the nil. |
3607 (ediff-file-checked-in/out): Use vc-backend. | |
25866 | 3608 Add dependence on vc-hooks. |
93313 | 3609 (ediff-make-bottom-toolbar): Now checks for toolbar support before |
25866 | 3610 referring toolbars. |
3611 | |
3612 * ediff-wind.el (ediff-setup-control-frame): | |
93313 | 3613 Now checks for toolbar support before referring toolbars. |
3614 | |
3615 * ediff-init.el (ediff-has-toolbar-support-p, ediff-use-toolbar-p): | |
3616 Moved here from ???. | |
25866 | 3617 |
3618 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): | |
93313 | 3619 Set default-directory. |
25866 | 3620 |
3621 1998-05-04 Michael Kifer <kifer@cs.sunysb.edu> | |
3622 | |
3623 * emulation/viper.el (viper-vi-state-mode-list): New variable. | |
3624 (viper-emacs-state-mode-list, viper-insert-state-mode-list): New vars. | |
3625 (viper-set-hooks): No longer uses major mode hooks to impose | |
3626 viper-mode on major modes. Use change-major-mode-hook instead. | |
3627 (viper-major-mode-modifier-list): New variable. | |
93313 | 3628 (viper-mode-string): Add defvar to avoid warning. |
3629 | |
3630 * emulation/viper-util.el, emulation/viper-cmd.el (viper-add-hook) | |
3631 (viper-remove-hook): Functions deleted. Use add/delete-hook instead. | |
25866 | 3632 (viper-file-checked-in, viper-file-checked-out): New functions. |
3633 | |
3634 * emulation/viper-init.el: Use make-local-hook for viper's local hooks. | |
3635 (viper-minibuffer-exit-hook): Make initially nil. | |
3636 | |
93313 | 3637 * emulation/viper-cmd.el (viper-find-char): Now works in multiline mode. |
25866 | 3638 |
3639 * emulation/viper-ex.el (viper-get-ex-pat): Fix delimiter handling. | |
3640 (ex-edit): Handle file names that have spaces in them. | |
3641 (viper-ex): Check for writing into a checked in file. | |
3642 (ex-substitute): Allow newlines in substitutions. | |
3643 (viper-ex): Bug fix. | |
3644 | |
3645 1998-05-04 Richard Stallman <rms@psilocin.gnu.org> | |
3646 | |
3647 * server.el (server-buffer-done): Bind server-kill-buffer-running | |
3648 around places that might kill the buffer. | |
3649 Do something reasonable if server-done-hook kills the buffer. | |
3650 (server-kill-buffer-running): Doc fix. | |
3651 (server-kill-buffer): Do nothing unless server-buffer-clients. | |
3652 (server-done): Doc fix. | |
3653 | |
3654 * server.el (server-buffer-done): Test of for-killing was backwards. | |
3655 | |
3656 1998-05-04 Eli Zaretskii <eliz@mescaline.gnu.org> | |
3657 | |
3658 * follow.el (follow-intercept-processes): When asynchronous | |
3659 subprocesses aren't supported, default to nil. | |
3660 | |
3661 1998-05-04 Andreas Schwab <schwab@delysid.gnu.org> | |
3662 | |
3663 * progmodes/compile.el (compilation-directory-stack): Doc fix. | |
3664 (compilation-mode): Accept optional parameter and initialize | |
3665 mode-name from it. | |
3666 (compile-internal): Pass name-of-mode to compilation-mode. Don't | |
3667 set mode-name here. | |
3668 (compilation-minor-mode): Don't let mode-line-process change. | |
3669 (compilation-next-error-locus): Use forward-char instead of | |
3670 move-to-column. | |
3671 (compilation-parse-errors): Set default-directory from head of | |
3672 compilation-directory-stack. | |
3673 | |
3674 1998-05-03 Dave Love <d.love@dl.ac.uk> | |
3675 | |
3676 * add-log.el (add-log-current-defun): Fix previous fortran change. | |
3677 | |
3678 1998-05-03 Richard Stallman <rms@psilocin.gnu.org> | |
3679 | |
3680 * generic.el (generic-make-keywords-list): Delete spurious paren. | |
3681 | |
3682 * add-log.el (add-log-debugging): New variable. | |
3683 (add-change-log-entry): Set it. | |
3684 | |
3685 1998-05-03 Erik Naggum <erik@naggum.no> | |
3686 | |
3687 * emacs-lisp/shadow.el (list-load-path-shadows): Don't say | |
3688 anything, if we are not interactive and nothing is wrong. | |
3689 | |
3690 1998-05-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
3691 | |
3692 * progmodes/sh-script.el (sh-shell-file): If $SHELL evaluates to | |
3693 one of MS-DOS or MS-Windows shells, use "bin/sh" instead. | |
3694 | |
3695 1998-05-03 Richard Stallman <rms@psilocin.gnu.org> | |
3696 | |
3697 * Makefile (TAGS-LISP): New target. | |
3698 (lisptagsfiles1, lisptagsfiles2): New variables. | |
3699 (TAGS, TAGS-LISP): Use lisptagsfiles1, lisptagsfiles2. | |
3700 | |
3701 * mail/mh-e.el (mh-quit): Undo 3/3 change (and the subsequent fix). | |
3702 | |
3703 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
3704 | |
3705 * startup.el (command-line): When choosing a language from LANG, | |
3706 call set-language-environment in unibyte and multibyte mode. | |
3707 Don't call standard-display-european; instead, call | |
3708 standard-display-european-internal and set-terminal-coding-system. | |
3709 But do them only for latin-1 ... latin-5. | |
3710 | |
3711 1998-05-02 Dan Nicolaescu <done@ece.arizona.edu> | |
3712 | |
3713 * menu-bar.el (menu-bar-custom-menu): Add an entry for Changed | |
3714 Options. | |
3715 | |
3716 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
3717 | |
3718 * info.el (Info-up): New arg SAME-FILE: don't move to different file. | |
3719 (Info-next-preorder): Pass new arg to Info-up. | |
3720 (Info-last-preorder): Likewise. | |
3721 (Info-last-preorder): Don't follow the Prev if it's same as the Up. | |
3722 Instead, follow it as the Up. | |
3723 | |
3724 1998-05-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3725 | |
3726 * vc-hooks.el (vc-parse-cvs-status): Optimized. Ignore | |
3727 "Locally Removed" files. | |
3728 | |
3729 * vc.el (vc-fetch-cvs-status): Don't specify DIR on the command line. | |
3730 (vc-dired-hook): Optimized for CVS. | |
3731 | |
3732 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
3733 | |
3734 * apropos.el (apropos-mode-map): Bind q to quit-window. | |
3735 | |
3736 1998-05-01 Sam Steingold <sds@usa.net> | |
3737 | |
3738 * mail-utils.el (rmail-default-dont-reply-to-names): | |
3739 Don't set the variable in this file. | |
3740 | |
3741 1998-05-01 Erik Naggum <erik@naggum.no> | |
3742 | |
3743 * simple.el (rfc822-goto-eoh): Stop at a blank line, too. | |
3744 | |
3745 1998-05-01 Stephen Eglen <stephen@gnu.org> | |
3746 | |
3747 * calendar/diary-lib.el (diary-mail-entries): Write year in subject | |
3748 line using four digits, not two. | |
3749 | |
3750 1998-05-01 Carsten Dominik <cd@delysid.gnu.org> | |
3751 | |
3752 * textmodes/reftex.el: Added :version tags to defcustom. | |
3753 | |
3754 1998-05-01 Andrew Hall <ahall@fmrco.com> | |
3755 | |
3756 * paren.el (show-paren-ring-bell-on-mismatch): New option. | |
3757 (show-paren-function): Beep on mismatch, if requested. | |
3758 | |
3759 1998-04-30 Milan Zamazal <pdm@fi.muni.cz> | |
3760 | |
3761 * language/czech.el (setup-czech-environment): | |
3762 Call latin-2's setup function. | |
3763 * language/slovak.el (setup-slovak-environment): | |
3764 Call latin-2's setup function. | |
3765 | |
3766 1998-04-30 Geoff Voelker <voelker@cs.washington.edu> | |
3767 | |
3768 * w32-win.el (w32-drag-n-drop-debug, w32-drag-n-drop) | |
3769 (w32-drag-n-drop-other-frame): New functions. | |
3770 Bind them to the drag-n-drop events. | |
3771 | |
3772 1998-04-30 Peter Breton <pbreton@ne.mediaone.net> | |
3773 | |
3774 * filecache.el (file-cache-add-file): Checks to see if file exists | |
3775 before adding it. Non-existing files are simply skipped. | |
3776 (file-cache-add-directory): Checks to see if directory exists | |
3777 before adding it. Non-existing directories are simply skipped. | |
3778 | |
3779 * generic.el (generic): Added defgroup declaration. | |
3780 (generic-make-keywords-list): Uses regexp-opt. | |
3781 (generic-mode-set-font-lock): Uses regexp-opt. | |
3782 | |
3783 * generic-x.el (generic-x): Added defgroup declaration. | |
3784 | |
93313 | 3785 * generic-x.el (generic-bat-mode-setup-function): Fixed comment-start |
25866 | 3786 variable. |
3787 | |
3788 * generic-x.el (generic-define-mswindows-modes): Enable | |
3789 hosts-generic-mode and apache-generic-mode. | |
3790 (generic-define-unix-modes): Enable alias-generic-mode. | |
3791 (java-properties-generic-mode): Changed regexp to allow property | |
3792 and value to be separated by whitespace or an equal sign. | |
3793 (alias-generic-mode): Check generic-extras-enable-list before | |
3794 defining this mode. | |
3795 | |
3796 * generic-x.el (installshield-statement-keyword-list): New variable. | |
3797 (installshield-system-functions-list): Likewise. | |
3798 (installshield-system-variables-list): Likewise. | |
3799 (installshield-types-list): Likewise. | |
3800 (installshield-funarg-constants-list): Likewise. | |
3801 (rul-generic-mode): Uses the variables listed above instead of | |
3802 hard-coding the lists of keywords. | |
3803 | |
3804 1998-04-30 Richard Stallman <rms@psilocin.gnu.org> | |
3805 | |
3806 * emacs-lisp/lmenu.el (popup-menu-popup): Fix typo: set menu-keymap. | |
3807 | |
3808 1998-05-01 Kenichi Handa <handa@etl.go.jp> | |
3809 | |
3810 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
3811 Consider priority of each coding system too. | |
3812 (select-safe-coding-system): Show mime-charset name (if it is also | |
3813 a coding system) instead of base coding system name. | |
3814 (select-safe-coding-system): Always delete *Warning* buffer. | |
3815 (universal-coding-system-argument): Use buffer-file-coding-system | |
3816 as default. | |
3817 | |
3818 * international/quail.el (quail-show-translations): Show | |
3819 followable keys in alphabetic order. | |
3820 | |
3821 1998-04-29 Richard Stallman <rms@psilocin.gnu.org> | |
3822 | |
3823 * progmodes/cperl-mode.el (perl-mode): | |
3824 Do not alias this to cperl-mode. | |
3825 | |
3826 * progmodes/perl-mode.el (perl-mode): Add autoload cookie. | |
3827 | |
3828 1998-04-29 Eric S. Raymond <esr@snark.thyrsus.com> | |
3829 | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
48129
diff
changeset
|
3830 Many small changes that mostly eliminate the explicit mail separator |
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
48129
diff
changeset
|
3831 variable and use the new rfc822-goto-eoh primitive instead: |
25866 | 3832 |
3833 * ispell4.el (ispell-message): Use rfc822-goto-eoh. | |
3834 | |
3835 * language/ethio-util.el (ethio-sera-to-fidel-mail): | |
3836 Use rfc822-goto-eoh. | |
3837 (ethio-fidel-to-sera-mail): Likewise. | |
3838 | |
3839 * mail/rnewspost.el (news-reply-mode): Don't load sendmail here. | |
3840 Don't set paragraph-start or paragraph-separate. | |
3841 (news-setup): Set them here. | |
3842 (news-inews): Use mail-header-end, etc. | |
98444 | 3843 Use mail-sendmail-delimit-header at the end. |
25866 | 3844 |
3845 * mail/emacsbug.el (report-emacs-bug): Use rfc822-goto-eoh. | |
3846 | |
3847 * mail/mail-hist.el: Require sendmail. | |
3848 (mail-hist-current-header-name): Use mail-text-start. | |
3849 (mail-hist-forward-header): Use mail-header-end. | |
3850 (mail-hist-current-header-contents): Use mail-header-start. | |
3851 (mail-hist-put-headers-into-history): Use mail-text-start. | |
3852 | |
3853 * mail/mailalias.el (expand-mail-aliases): Doc fix. | |
3854 (expand-mail-aliases, mail-complete): Use mail-header-end. | |
3855 | |
3856 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): | |
3857 Use mail-header-end. | |
3858 | |
3859 * mail/mailpost.el (post-mail-send-it): | |
3860 Use mail-sendmail-undelimit-header. | |
3861 | |
3862 * mail/reporter.el (reporter-calculate-separator): Function deleted. | |
3863 (reporter-submit-bug-report): Major rewrite. | |
3864 | |
3865 * mail/rmail.el (rmail-forward): Use mail-text-start. | |
3866 (rmail-resend): Don't bind mail-header-separator. | |
3867 (rmail-retry-failure): Use mail-send-delimit-header, etc. | |
3868 | |
3869 * mail/rnews.el: Require sendmail. | |
3870 (news-caesar-buffer-body): Use mail-text-start. | |
3871 | |
3872 * mail/smtpmail.el (smtpmail-send-it): | |
3873 Use mail-sendmail-undelimit-header. | |
3874 | |
3875 * mail/supercite.el: Require sendmail.el. | |
3876 (sc-no-blank-line-or-header): Use mail-header-end. | |
3877 | |
3878 * mail/uce.el (uce-reply-to-uce): Use mail-sendmail-delimit-header. | |
3879 | |
3880 * simple.el (rfc822-goto-eoh): New function. | |
3881 (sendmail-user-agent-compose): Use rfc822-goto-eoh. | |
3882 | |
3883 * mail/sendmail.el (send-mail-function): Doc fix. | |
3884 (mail-header-end, mail-text-start): New functions. | |
3885 (mail-sendmail-delimit-header): New function. | |
3886 (mail-sendmail-undelimit-header): New function. | |
3887 (mail-mode-auto-fill): Use mail-header-end. | |
3888 (mail-mode-fill-paragraph, mail-send, sendmail-send-it): Likewise. | |
3889 (mail-sent-via, mail-position-on-field): Likewise. | |
93313 | 3890 (mail-fill-yanked-message, mail-text): Use mail-text-start. |
25866 | 3891 |
3892 1998-04-29 Dave Love <d.love@dl.ac.uk> | |
3893 | |
3894 * imenu.el (imenu--generic-function): Doc fix. Rewritten to be faster. | |
3895 (defgroup imenu): Add :link. | |
93313 | 3896 (imenu-use-markers, imenu-auto-rescan-maxout) |
3897 (imenu-generic-expression, imenu--make-index-alist) | |
3898 (imenu-default-goto-function): Doc fix. | |
25866 | 3899 (imenu-max-item-length, imenu-sort-function) |
3900 (imenu-scanning-message): Custom tweak. | |
3901 (imenu-progress-message): Use real backquote syntax. | |
3902 (imenu--in-alist): Unused function deleted. | |
3903 (imenu--flatten-index-alist): Likewise. | |
3904 (imenu-case-fold-search): Add autoload cookie. | |
3905 (imenu--completion-buffer): Offer function at point as default. | |
3906 (imenu--subalist-p): Don't use caadr. | |
3907 (imenu): Don't use caddr. | |
3908 (imenu-add-menubar-index): New function. | |
3909 | |
3910 1998-04-29 Dave Love <fx@gnu.org> | |
3911 | |
3912 * tar-mode.el (tar-mode-write-file): Protect from null | |
3913 tar-header-offset. | |
3914 | |
3915 1998-04-29 Andrew Innes <andrewi@harlequin.co.uk> | |
3916 | |
3917 * tar-mode.el (tar-extract): Use `!' instead of `:' to construct | |
3918 buffer-file-name (`:' is invalid in file names on Windows). | |
3919 | |
3920 1998-04-29 Richard Stallman <rms@psilocin.gnu.org> | |
3921 | |
3922 * ange-ftp.el (ange-ftp-real-expand-file-name-actual): | |
3923 Locally bind old-name, new-name, final, drive-letter. | |
3924 | |
3925 * ielm.el (*, **, ***): Add defvars. | |
3926 | |
3927 * dired.el (dired-sort-toggle): Handle spaces in dired-actual-switches. | |
3928 | |
3929 1998-04-29 Ken Stevens <stevens@kdstevens.com> | |
3930 | |
3931 * ispell.el: Generalized region skipping added. | |
3932 Checks comments only in code. | |
3933 Added backward compatible support for customize. | |
3934 (ispell-query-replace-choices, ispell-message-dictionary-alist) | |
3935 (ispell-grep-command, ispell-grep-options, ispell-look-command) | |
3936 (ispell-look-options, ispell-use-ptys-p, ispell-local-dictionary) | |
3937 (ispell-dictionary-alist): Now customizable. | |
3938 Fixed type of custom variables: ispell-help-in-bufferp. | |
3939 (ispell-use-framepop-p): New variable. | |
3940 (ispell-dictionary-alist): Added dictionaries: castellano, castellano8 | |
3941 czech, esperanto, esperanto-tex, norsk, russian. | |
93313 | 3942 Capitalize XEmacs correctly, and change lucid to xemacs in code. |
25866 | 3943 (ispell-menu-lucid): Renamed to ispell-menu-xemacs. |
3944 Changed string compares for version number to be correct for XEmacs. | |
3945 Fixed to work with string properties. | |
93313 | 3946 (ispell-recursive-edit-marker): New marker saving return point. |
25866 | 3947 (ispell-skip-region-alist): New variable defining regions. |
3948 (ispell-tex-skip-alists): New variable for LaTeX regions. | |
3949 (ispell-skip-sgml): Now buffer-mode aware. | |
3950 (ispell-highlight-p): Support block cursors. | |
3951 (ispell-message-text-end): Don't check signatures. | |
3952 (ispell-comments-and-strings): New command, added to menu. | |
3953 (ispell-int-char): New function for character incrementing. | |
3954 (ispell-word): Produces message on error when called from | |
3955 ispell-minor-mode. Potential infinite loop removed. | |
3956 (ispell-command-loop): prevent XEmacs modeline hiding. | |
3957 Allow temporary split of dedicated windows. Improve recursive | |
3958 edit support. Support block cursors. | |
3959 (ispell-show-choices): New function cleaning up command loop. | |
3960 (ispell-highlight-spelling-error-generic): Block cursor support added. | |
3961 (ispell-highlight-spelling-error-xemacs): Block cursor, name change. | |
3962 (ispell-overlay-window): dedicated window splitting, XEmacs changes. | |
3963 (ispell-parse-output): Displays ispell process error messages. | |
3964 (check-ispell-version): Interactive mode that shows ispell versions. | |
3965 (ispell-begin-skip-region-regexp): New region skipping function. | |
3966 (ispell-begin-tex-skip-regexp): New tex mode region skipping function. | |
3967 (ispell-begin-skip-region): New region skipping function. | |
3968 (ispell-tex-arg-end): New tex mode region skipping function. | |
3969 (ispell-skip-region): New region skipping function. | |
3970 (ispell-get-line): New function to clean up command loop. | |
3971 (ispell-process-line): New function cleaning up command loop. | |
3972 (ispell-continue): Improve recursive editor support. | |
3973 (ispell-complete-word): Interior fragment support improved. | |
3974 (ispell-message): Region skipping vastly improved. | |
3975 | |
3976 1998-04-28 Eli Zaretskii <eliz@mescaline.gnu.org> | |
3977 | |
3978 * ps-print.el (ps-output-string-prim): Don't quote multibyte | |
3979 characters. | |
3980 | |
3981 1998-04-28 Richard Stallman <rms@psilocin.gnu.org> | |
3982 | |
3983 * ps-print.el (ps-remove-duplicates): New function. | |
3984 (ps-begin-file): Use it. | |
3985 | |
3986 * progmodes/compile.el (compilation-initial-position): New option. | |
3987 (compile-internal): Obey it. | |
3988 | |
3989 1998-04-28 Dave Love <fx@gnu.org> | |
3990 | |
3991 * info.el (Info-mode): Doc fix. | |
3992 | |
3993 * finder.el (finder-insert-at-column): Simplify. | |
3994 (finder-mouse-face-on-line): New function. | |
3995 (finder-list-keywords, finder-list-matches): Use it. | |
3996 (finder-commentary, finder-select): Doc. | |
3997 (finder-mouse-select): Doc. Remove spurious let. | |
3998 | |
3999 1998-04-28 Richard Stallman <rms@psilocin.gnu.org> | |
4000 | |
4001 * mail/rmailedit.el (rmail-cease-edit): | |
4002 Call rmail-show-message even if message text is unchanged. | |
4003 | |
4004 1998-04-28 Inge Frick <inge@nada.kth.se> | |
4005 | |
4006 * emacs-lisp/easymenu.el (easy-menu-define-key): Fixed bug with BEFORE | |
4007 argument. Now it works also if you repeat an identical call to | |
4008 easy-menu-define-key. | |
4009 | |
4010 1998-04-27 Richard Stallman <rms@psilocin.gnu.org> | |
4011 | |
4012 * window.el (quit-window): Don't try to switch buffers | |
4013 in a dedicated window or a minibuffer window. | |
4014 Treat minibuffer window as dedicated in other ways too. | |
4015 | |
4016 * ielm.el (ielm-eval-input): More of previous change. | |
4017 | |
4018 * ps-print.el (ps-remove-duplicates): New function. | |
4019 (ps-begin-file): Use that instead of remove-duplicates. | |
4020 | |
4021 * isearch.el (isearch-yank-x-selection): Doc fix. | |
4022 | |
4023 * widget.el (define-widget-keywords): Don't use backquote. | |
4024 | |
4025 * view.el (view-really-at-end): Undo previous change. | |
4026 | |
4027 1998-04-26 Richard Stallman <rms@psilocin.gnu.org> | |
4028 | |
4029 * simple.el (assoc-ignore-representation): New function. | |
4030 (assoc-ignore-case): Use compare-strings. | |
4031 | |
4032 * textmodes/outline.el (outline-discard-overlays): | |
4033 Interpret PROP as a value for `invisible', not as property name. | |
4034 | |
4035 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): | |
4036 Copy initialization from sgml-font-lock-keywords. | |
4037 (sgml-font-lock-keywords): Initialize from sgml-font-lock-keywords-1. | |
4038 (sgml-font-lock-keywords-2): New variable. | |
4039 (sgml-mode-common): Make buffer-local binding for | |
4040 sgml-font-lock-keywords-2 and initialize it. | |
4041 Use it in font-lock-defaults. | |
4042 | |
4043 * ielm.el (ielm-eval-input): Use variables *, **, *** not :, ::, :::. | |
4044 (inferior-emacs-lisp-mode): Corresponding changes. | |
4045 | |
4046 * language/european.el (setup-8-bit-environment): | |
4047 Don't do anything special here for unibyte mode. | |
4048 That is done in set-language-environment. | |
4049 | |
4050 * international/mule-cmds.el (set-language-environment): | |
4051 Fix previous change. Call standard-display-european-internal. | |
4052 Call set-terminal-coding-system. | |
4053 (standard-display-european-internal): New subroutine. | |
4054 | |
4055 * disp-table.el (standard-display-european): | |
4056 Use set-language-environment | |
4057 instead of loading a syntax definitions file. | |
4058 Use standard-display-european-internal. | |
4059 Let current-language-environment specify terminal coding system. | |
4060 | |
4061 * files.el (set-auto-mode): When just-from-file-name is set, don't | |
4062 actually switch modes if the new mode is the same as the current one. | |
4063 | |
4064 * view.el (view-mode-exit): Don't alter view-return-to-alist. | |
4065 | |
4066 1998-04-25 Richard Stallman <rms@psilocin.gnu.org> | |
4067 | |
4068 * international/mule-cmds.el (set-language-environment): | |
4069 Check for language environments that can't work in unibyte. | |
4070 | |
4071 * language/european.el (setup-8-bit-environment): | |
4072 Test of default-enable-multibyte-characters was backwards. | |
4073 | |
4074 * view.el (view-mode-enter, view-mode-exit): Doc fixes. | |
4075 | |
4076 1998-04-24 Richard Stallman <rms@psilocin.gnu.org> | |
4077 | |
4078 * Makefile (custom-deps, updates): Allow cus-dep to be used compiled. | |
4079 (custom-deps, autoloads, finder-data, updates): Print list of dirs. | |
4080 | |
4081 * finder.el (finder-compile-keywords): | |
4082 Avoid error for nonexistent directory. | |
4083 Ignore files that are actually Emacs lock files. | |
4084 | |
4085 * emacs-lisp/copyright.el (copyright-regexp): | |
4086 Move \251 before the multibyte copyright symbol. | |
4087 | |
4088 * cus-dep.el (custom-make-dependencies): Don't give up | |
4089 on a whole file, the first time eval gets an error. | |
4090 | |
4091 * Makefile (custom-deps): Ignore =... subdirs. | |
4092 | |
4093 * mail/mailalias.el (mail-complete-alist): | |
4094 Don't refer to mail-address-field-regexp. | |
4095 | |
4096 * add-log.el (change-log-mode): Undo previous change. | |
4097 | |
4098 1998-04-24 Sam Steingold <sds@usa.net> | |
4099 | |
4100 * cl-indent.el: Indent defpackage correctly. | |
4101 | |
4102 * font-lock.el (lisp-font-lock-keywords-2): Added `defpackage'. | |
4103 | |
4104 1998-04-23 Geoff Voelker <voelker@cs.washington.edu> | |
4105 | |
4106 * dired.el (dired-chmod-program) [windows-nt]: Use chmod. | |
4107 | |
4108 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk> | |
4109 | |
4110 * scroll-bar.el (scroll-bar-mode, toggle-scroll-bar): By default, | |
4111 put scroll bars on the right on MS-Windows (since that is the | |
4112 convention on Windows). | |
4113 | |
4114 1998-04-23 Richard Stallman <rms@psilocin.gnu.org> | |
4115 | |
4116 * ffap.el (dired-at-point): Add autoload cookie. | |
4117 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
4118 1998-04-23 Jens Petersen <petersen@kurims.kyoto-u.ac.jp> |
25866 | 4119 |
4120 * ffap.el (dired-at-point-require-prefix): New option. | |
4121 (dired-at-point): New command. | |
4122 (dired-at-point-prompter): New function. | |
4123 | |
4124 1998-04-23 Inge Frick <inge@nada.kth.se> | |
4125 | |
4126 * easymenu.el: Use new menu item format. Don't simulate button prefix. | |
4127 (easy-menu-create-menu): Understand also keywords :active, | |
4128 :label and :visible. Don't worry about button prefix. | |
4129 (easy-menu-button-prefix): Modified value. | |
4130 (easy-menu-do-add-item): Extensive changes to use new menu item format. | |
4131 (easy-menu-define-key, easy-menu-always-true): New functions. | |
93313 | 4132 (easy-menu-make-symbol): Don't use indirection for symbols. Property |
25866 | 4133 `menu-alias' not set. |
4134 (easy-menu-filter, easy-menu-update-button): Deleted. | |
4135 (easy-menu-add-item): Don't worry about button prefix. | |
4136 (easy-menu-remove-item): Don't worry about button prefix. Use | |
4137 `easy-menu-define-key'. | |
4138 (easy-menu-is-button, easy-menu-have-button): Deleted. | |
4139 (easy-menu-real-binding, easy-menu-change-prefix): Deleted. | |
4140 | |
4141 1998-04-23 Richard Stallman <rms@psilocin.gnu.org> | |
4142 | |
4143 * international/mule.el (load-with-code-conversion): | |
4144 Don't pass extra arg to eval-buffer. | |
4145 (set-auto-coding): Doc fix. | |
4146 | |
4147 1998-04-23 Eli Zaretskii <eliz@is.elta.co.il> | |
4148 | |
4149 * frame.el (frame-name-alist): Remove this variable. | |
4150 (select-frame-by-name): Recompute the list of frames instead of | |
4151 saving it in a global variable. | |
4152 | |
4153 1998-04-23 Dave Love <fx@gnu.org> | |
4154 | |
4155 * delsel.el: Don't require cl. Minor doc fixes. | |
4156 (insert-parentheses): Add `delete-selection' property. | |
4157 (delete-selection-pre-hook): Simplify slightly. | |
4158 | |
4159 * add-log.el (change-log-mode): Add `* ' to paragraph-start. | |
4160 | |
4161 1998-04-22 Richard Stallman <rms@sucrose.gnu.org> | |
4162 | |
4163 * comint.el (comint-replace-by-expanded-history): New arg START. | |
4164 Don't display a message about doing history expansion. | |
4165 (comint-replace-by-expanded-history-before-point): New arg START. | |
4166 (comint-send-input): Pass START to comint-replace-by-expanded-history. | |
4167 | |
4168 1998-04-22 Richard Stallman <rms@psilocin.gnu.org> | |
4169 | |
4170 * language/european.el (setup-8-bit-environment): | |
4171 If default-enable-multibyte-characters is nil, | |
4172 call standard-display-european, and don't set nonascii-insert-offset | |
4173 or default-input-method. | |
4174 | |
4175 * language/english.el (setup-english-environment): | |
4176 Don't set default-enable-multibyte-characters. | |
4177 | |
4178 1998-04-22 Eli Zaretskii <eliz@delysid.gnu.org> | |
4179 | |
4180 * term/pc-win.el (x-select-text, x-get-selection-value): Replace | |
4181 win16 with w16. | |
4182 | |
4183 1998-04-22 Dave Love <fx@gnu.org> | |
4184 | |
4185 * help.el (help-mode-map): Add S-tab, like backtab. | |
4186 | |
4187 1998-04-22 Stephen Eglen <stephen@gnu.org> | |
4188 | |
4189 * iswitchb.el: Only require cl if cadr and last are not defined. | |
4190 | |
4191 1998-04-22 Richard Stallman <rms@psilocin.gnu.org> | |
4192 | |
4193 * mail/rmail.el (rmail): Don't bind enable-local-variables. | |
4194 | |
4195 1998-04-21 Richard Stallman <rms@psilocin.gnu.org> | |
4196 | |
4197 * info.el (Info-fontify-node): For menu items, use info-xref font. | |
4198 Use info-node font for the node's own name, | |
4199 and do not make it mouse-sensitive. | |
4200 | |
4201 * international/encoded-kb.el (encoded-kbd-mode): Doc fix. | |
4202 | |
4203 * help.el (help-highlight-face): Use `face' as custom type. | |
4204 | |
4205 1998-04-21 Dave Love <fx@gnu.org> | |
4206 | |
4207 * which-func.el: Fix header comments. | |
4208 (which-func-mode): Add autoload cookie. | |
4209 (which-func-mode-global): Customize. | |
4210 | |
4211 * subr.el (remove-hook): Fix spurious quote. | |
4212 | |
4213 * help.el (describe-function-1): Make hyperlink to library file | |
4214 name, if available. | |
4215 | |
4216 1998-04-21 Richard Stallman <rms@psilocin.gnu.org> | |
4217 | |
4218 * info.el (Info-find-node): Update Info-history after switching buffer. | |
4219 (info): If no arg, and *info* buffer exists, just go to it | |
4220 and don't alter it. | |
4221 | |
4222 * emacs-lisp/easymenu.el (easy-menu-do-add-item): | |
4223 Do the right thing when nil is specified as criterion for activeness. | |
4224 Fix string used to report an invalid item. | |
4225 | |
4226 * tmm.el (tmm-get-keymap): Handle new format menu item w/o cache. | |
4227 (tmm-prompt): If reach an empty menu, get an error. | |
4228 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95773
diff
changeset
|
4229 1998-04-20 Per Starbäck <starback@update.uu.se> |
25866 | 4230 |
4231 * dired.el (dired-move-to-filename-regexp): There might be a space | |
4232 after the year instead of before it. | |
4233 | |
4234 1998-04-20 Richard Stallman <rms@psilocin.gnu.org> | |
4235 | |
4236 * emacs-lisp/bytecomp.el (byte-compile-file): | |
4237 Always read the file in multibyte mode | |
4238 unless the file itself specifies unibyte mode. | |
4239 | |
4240 * international/mule-conf.el (file-coding-system-alist): | |
4241 Use emacs-mule for .elc files. | |
4242 | |
4243 * emacs-lisp/cl-macs.el (cl-do-arglist): Undo previous change. | |
4244 | |
4245 1998-04-20 Piet van Oostrum <piet@cs.ruu.nl> | |
4246 | |
4247 * smtpmail.el (smtpmail-send-it): Deleted all code related | |
4248 to Resent-To: processing. | |
4249 (smtpmail-deduce-address-list): Changed the search for | |
4250 Resent-\(To\|Cc\|Bcc\) headers. | |
4251 (smtpmail-do-bcc): Delete Resent-Bcc: headers. | |
4252 | |
4253 1998-04-20 Sam Steingold <sds@usa.net> | |
4254 | |
4255 * mouse.el (mouse-buffer-menu-mode-mult): New variable. | |
4256 (mouse-buffer-menu): Obey mouse-buffer-menu-mode-mult. | |
4257 Also avoid some consing. | |
4258 | |
4259 1998-04-20 Andreas Schwab <schwab@delysid.gnu.org> | |
4260 | |
4261 * view.el (view-really-at-end): Return true when at end and not | |
4262 reverting. | |
4263 | |
4264 1998-04-20 Richard Stallman <rms@psilocin.gnu.org> | |
4265 | |
4266 * international/mule.el (load-with-code-conversion): | |
4267 Undo previous change. Instead, pass the UNIBYTE arg to eval-buffer. | |
4268 | |
4269 1998-04-20 Werner Lemberg <wl@gnu.org> | |
4270 | |
4271 * textmodes/fill.el (justify-current-line): | |
4272 Use new algorithm to apportion the spaces to be added. | |
4273 | |
4274 1998-04-19 Dan Nicolaescu <done@ece.arizona.edu> | |
4275 | |
4276 * language/romanian.el: Add coding: tag. | |
4277 | |
4278 * bindings.el (debug-ignored-errors): Add an error from cus-edit.el. | |
4279 | |
4280 * time.el (display-time-mode): Add :version. | |
4281 * hscroll.el (hscroll-global-mode): | |
4282 * type-break.el (type-break-mode): | |
4283 * avoid.el (mouse-avoidance-mode): | |
4284 * rsz-mini.el (resize-minibuffer-mode): | |
4285 * mail/mailabbrev.el (mail-abbrevs-mode): | |
93313 | 4286 * gnus/gnus-art.el (gnus-show-traditional-method) |
25866 | 4287 (gnus-article-hide-pgp-hook): |
4288 * international/ccl.el (ccl-extended-code-table): | |
4289 * progmodes/octave-mod.el (octave-auto-indent): | |
93313 | 4290 * calendar/diary-lib.el (diary-mail-addr, diary-mail-days) |
25866 | 4291 (diary-unknown-time): |
93313 | 4292 * emacs-lisp/debug.el (debugger-mode-hook) |
25866 | 4293 (debugger-record-buffer): |
4294 * progmodes/sh-script.el (sh-imenu-generic-expression): | |
93313 | 4295 * cus-edit.el (custom-variable-default-form) |
25866 | 4296 (custom-face-default-form): |
4297 * desktop.el (desktop-enable): | |
4298 * dabbrev.el (dabbrev-ignored-buffer-names): | |
4299 * hexl.el (hexl-follow-ascii): | |
4300 * progmodes/etags.el (find-tag-marker-ring-length): | |
93313 | 4301 * replace.el (query-replace-to-history-variable) |
25866 | 4302 (query-replace-from-history-variable): |
4303 * vc-hooks.el (vc-ignore-vc-files): | |
4304 * vc.el (vc-default-init-version): | |
93313 | 4305 * vcursor.el (vcursor-interpret-input, vcursor-string): |
25866 | 4306 * frame.el (focus-follows-mouse): |
4307 * mail/rmail.el (rmail-movemail-flags): Likewise. | |
4308 | |
4309 1998-04-20 Kenichi Handa <handa@etl.go.jp> | |
4310 | |
4311 * international/ccl.el (ccl-compile-unify-character): Inhibit | |
4312 unification tables specified by integer value. | |
4313 (ccl-compile-translate-single-map): Likewise. | |
4314 (ccl-compile-multiple-map-function): Likewise. | |
4315 (ccl-compile-translate-multiple-map): Modified for nested tables. | |
4316 (ccl-dump-iterate-multiple-map): Handle the case that ID is not | |
4317 integer. | |
4318 (ccl-dump-translate-multiple-map): Likewise. | |
4319 (ccl-dump-translate-single-map): Likewise. | |
4320 (declare-ccl-program): New optional arg VECTOR. | |
4321 (check-ccl-program): New macro. | |
4322 | |
4323 * international/mule.el (make-coding-system): If TYPE is 4, FLAGS | |
4324 can be a cons of CCL-PROGRAM symbols. | |
4325 | |
4326 * international/quail.el (quail-start-translation): Bind | |
4327 prefix-arg to current-prefix-arg. | |
4328 (quail-mode): Doc-string modified. | |
4329 | |
4330 * language/cyrillic.el: FLAGS arguments for make-coding-system | |
4331 changed. | |
4332 | |
4333 * language/romanian.el: Set t to `documentation' info for Romanian. | |
4334 | |
4335 * language/vietnamese.el: FLAGS arguments for make-coding-system | |
4336 changed. | |
4337 | |
4338 1998-04-19 Dan Nicolaescu <done@ece.arizona.edu> | |
4339 | |
4340 * speedbar.el (speedbar): Add :version. | |
4341 | |
4342 1998-04-18 Geoff Voelker <voelker@cs.washington.edu> | |
4343 | |
4344 * makefile.nt (interdontcompile): New macro. | |
4345 (install): Copy uncompiled files from international subdir. | |
4346 | |
4347 1998-04-18 Dave Love <fx@gnu.org> | |
4348 | |
4349 * array.el (array-mode): Add autoload cookie. | |
4350 | |
4351 * ph.el (ph-install-menu): Use easy-menu-create-menu, not | |
4352 easy-menu-create-keymaps. | |
4353 | |
4354 * add-log.el (change-log-mode): Revert 1997-12-03 doc change. | |
4355 (add-change-log-entry): Replace 1997-12-03 changes with simple | |
4356 implementation of add-log-keep-changes-together. Doc fix. | |
4357 (change-log-add-make-room): Function deleted. | |
93313 | 4358 (add-change-log-entry-other-window, change-log-mode) |
4359 (add-log-keep-changes-together): Doc fix. | |
25866 | 4360 (add-log-lisp-like-modes): Add dsssl-mode. |
4361 (add-log-current-defun): Generalize Fortran case. | |
4362 | |
93313 | 4363 * progmodes/scheme.el (scheme-imenu-generic-expression) |
4364 (dsssl-imenu-generic-expression): Remove leading space in submenus. | |
25866 | 4365 |
4366 1998-04-18 Dan Nicolaescu <done@delysid.gnu.org> | |
4367 | |
4368 * which-func.el (which-func): Add defgroup. | |
4369 | |
4370 * emacs-lisp/checkdoc.el (checkdoc): Added :version. | |
4371 | |
4372 * play/gametree.el (gametree): Likewise. | |
4373 | |
4374 * progmodes/vhdl-mode.el (vhdl): Likewise. | |
4375 Don't require hideshow, not needed. | |
4376 | |
4377 1998-04-18 Dan Nicolaescu <done@ece.arizona.edu> | |
4378 | |
4379 * cus-edit.el (customize-changed-options): Add support for showing | |
4380 groups with a :version option. | |
98317 | 4381 It's recommended that all new packages added to the distribution |
25866 | 4382 contain a :version option in the toplevel defgroup. |
4383 | |
4384 1998-04-18 Stephen Eglen <stephen@gnu.org> | |
4385 | |
4386 * international/ccl.el, international/iso-ascii.el: Customized. | |
4387 * international/iso-acc.el, international/ogonek.el: Customized. | |
4388 | |
4389 1998-04-18 Richard Stallman <rms@psilocin.gnu.org> | |
4390 | |
4391 * ange-ftp.el (file-name-handler-alist): Fix previous change. | |
4392 | |
4393 * emacs-lisp/edebug.el (edebug-compute-previous-result): | |
4394 Don't pass floating value to single-key-description. | |
4395 | |
4396 1998-04-17 Richard Stallman <rms@psilocin.gnu.org> | |
4397 | |
4398 * ps-print.el (ps-output-string-prim): Use skip-chars-forward. | |
4399 | |
4400 * info.el (Info-menu): Allow extra spaces at start of menu item. | |
4401 (Info-extract-menu-item): Likewise. | |
4402 (Info-insert-dir, Info-complete-menu-item, Info-index): Likewise. | |
93313 | 4403 (Info-try-follow-nearest-node, Info-find-emacs-command-nodes): Likewise. |
25866 | 4404 (Info-fontify-node, Info-speedbar-buttons): Likewise. |
4405 | |
4406 * mail/rmail.el (rmail-message-regexp-p): | |
4407 Handle unreformatted messages for real. | |
4408 (rmail-message-recipients-p): Undo previous change. | |
4409 | |
4410 * international/mule.el (load-with-code-conversion): | |
4411 Don't bind default-enable-multibyte-characters to t. | |
4412 | |
4413 * bindings.el (debug-ignored-errors): Add and remove strings. | |
4414 | |
4415 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> | |
4416 | |
4417 * jka-compr.el (jka-compr-use-shell) [ms-dos, windows-nt]: Do not | |
4418 use a shell. | |
4419 (jka-compr-temp-name-template) [ms-dos, windows-nt]: Check common | |
4420 locations for tmp directory. | |
4421 | |
4422 1998-04-17 Stephen Eglen <stephen@gnu.org> | |
4423 | |
4424 * emulation/tpu-edt.el, emulation/tpu-extras.el: Customize. | |
4425 emulation/vip.el: Customize. | |
4426 | |
4427 1998-04-17 Dan Nicolaescu <done@delysid.gnu.org> | |
4428 | |
4429 * language/romanian.el (setup-romanian-environment): Change the | |
4430 input method to latin-2-postfix. | |
4431 Save the file using iso-2022-7bit encoding. | |
4432 | |
4433 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> | |
4434 | |
4435 * ange-ftp.el (ange-ftp-tmp-name-template) [windows-nt]: Look for | |
4436 common temp directories. | |
4437 (ange-ftp-parse-netrc-group): Skip carriage returns. | |
4438 (ange-ftp-expand-file-name): Handle files with drive letters. | |
4439 (ange-ftp-write-region): Don't treat as unix. | |
4440 (ange-ftp-insert-file-contents): Determine file type by transfer mode. | |
4441 (ange-ftp-copy-file-internal): Don't treat as unix. | |
4442 (ange-ftp-file-name-all-completions): Handle Windows filenames. | |
4443 (file-name-handler-alist) [windows-nt]: Add patterns for name with | |
4444 drive letters. | |
4445 (ange-ftp-dired-call-process, ange-ftp-call-chmod): Use | |
4446 dired-chmod-program. | |
4447 (ange-ftp-disable-netrc-security-check) [windows-nt]: Disable by | |
4448 default. | |
4449 (ange-ftp-real-expand-file-name-actual): New function. | |
4450 | |
4451 * comint.el (comint-filename-chars): Combine DOS and Windows strings. | |
4452 | |
4453 * fast-lock.el (fast-lock-cache-name): Replace '\' with '#'. | |
4454 | |
4455 * files.el (path-separator): Delete variable. | |
4456 | |
4457 * ls-lisp.el (ls-lisp-dired-ignore-case): New variable. | |
4458 (ls-lisp-handle-switches): Obey ls-lisp-dired-ignore-case. | |
4459 | |
4460 * shell.el (shell-file-name-chars): Add ',' and ':'. | |
4461 | |
4462 * makefile.nt (install): Copy elisp files that are not compiled. | |
4463 (clean): Delete patch scratch files in all subdirectories. | |
4464 | |
4465 * w32-fns.el (w32-system-shells): Add 4dos and 4nt. | |
4466 (w32-allow-system-shell, w32-valid-locales): New variable. | |
4467 (w32-check-shell-configuration): Make interactive. | |
4468 Obey w32-allow-system-shell. | |
4469 (w32-get-valid-locale-ids, w32-list-locales): New functions. | |
4470 (w32-init-info): Fix relative path to info directory. | |
4471 | |
4472 1998-04-16 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
4473 | |
4474 * cperl-mode.el (cperl-style-alist): New variable, since `c-mode' | |
4475 is no longer loaded. | |
4476 - (Somebody who uses the styles should check that they work OK!) | |
4477 - (a lot of work is needed, especially with new | |
4478 `cperl-fix-line-spacing'). | |
4479 Old value of style is memorized when choosing a new style, may be | |
4480 restored from the same menu. | |
4481 (cperl-perldoc, cperl-pod-to-manpage): New commands; thanks to | |
4482 Anthony Foiani <afoiani@uswest.com> and Nick Roberts | |
4483 <Nick.Roberts@src.bae.co.uk>. | |
4484 (`Perl doc', `Regexp'): New submenus (latter to allow short displays). | |
4485 (cperl-clobber-lisp-bindings): New cfg variable. | |
4486 (cperl-find-pods-heres): $a->y() is not y///. | |
4487 (cperl-after-block-p): Add save-excursion. | |
4488 (cperl-init-faces): Was failing. | |
4489 Init faces when loading `ps-print'. | |
4490 (cperl-toggle-autohelp): New command. | |
4491 (cperl-electric-paren): `while SPACE LESS' was buggy. | |
4492 (cperl-init-faces): `-text' in `[-text => 1]' was not highlighted. | |
93313 | 4493 (cperl-after-block-p): Was FALSE after `sub f {}'. |
25866 | 4494 (cperl-electric-keyword): `foreachmy', `formy' expanded too, |
4495 Expands `=pod-directive'. | |
93313 | 4496 (cperl-linefeed): Behaves reasonable in POD-directive lines. |
4497 (cperl-message-electric-keyword): New cfg variable. | |
4498 (cperl-electric-keyword): Print a message, governed by | |
25866 | 4499 `cperl-message-electric-keyword'. |
4500 (cperl-electric-paren): Typing `}' was not checking for being | |
4501 block or not. | |
4502 (cperl-beautify-regexp-piece): Did not know about lookbehind; | |
4503 finding *which* level to work with was not intuitive. | |
4504 (cperl-beautify-levels): New command. | |
4505 (cperl-electric-keyword): Allow here-docs contain `=head1' | |
4506 and friends for keyword expansion. | |
4507 Fix for broken `font-lock-unfontify-region-function'. Should | |
4508 preserve `syntax-table' properties even with `lazy-lock'. | |
4509 (cperl-indent-region-fix-else): New command. | |
4510 (cperl-fix-line-spacing): New command. | |
4511 (cperl-invert-if-unless): New command (C-c C-t and in Menu). | |
93313 | 4512 (cperl-hints): Mention 20.2's goods/bads. |
25866 | 4513 (cperl-extra-newline-before-brace-multiline): Started to use it. |
4514 (cperl-break-one-line-blocks-when-indent): New cfg variable. | |
4515 (cperl-fix-hanging-brace-when-indent): New cfg variable. | |
4516 (cperl-merge-trailing-else): New cfg variable. | |
4517 Workaround for another `font-lock's `syntax-table' text-property bug. | |
4518 `zerop' could be applied to nil. | |
4519 At last, may work with `font-lock' without setting `cperl-font-lock'. | |
4520 (cperl-indent-region-fix-constructs): Renamed from | |
4521 `cperl-indent-region-fix-constructs'. | |
93313 | 4522 (cperl-fix-line-spacing): Could be triggered inside strings, would not |
25866 | 4523 know what to do with BLOCKs of map/printf/etc. |
4524 (cperl-merge-trailing-else): Handle `continue' too. | |
4525 (cperl-fix-line-spacing): Likewise. | |
4526 (cperl-calculate-indent): Knows about map/printf/etc before {BLOCK}; | |
4527 treat after-comma lines as continuation lines. | |
4528 (cperl-mode): `continue' made electric. | |
4529 (cperl-electric-keyword): Electric `do' inserts `do/while'. | |
4530 (cperl-fontify-syntaxically): New function. | |
4531 (cperl-syntaxify-by-font-lock): New cfg variable. | |
4532 Make syntaxification to be autoredone via `font-lock', | |
4533 switched on by `cperl-syntaxify-by-font-lock', off by default so far. | |
4534 Remove some commented out chunks. | |
4535 (cperl-set-style-back): Old value of style is memorized when | |
4536 choosing a new style, may be restored from the same menu. | |
4537 Mode-documentation added to micro-docs. | |
93313 | 4538 (cperl-praise): Updated. |
25866 | 4539 (cperl-toggle-construct-fix): New command. Added on C-c C-w and menu. |
93313 | 4540 (auto-fill-mode): Added on C-c C-f and menu. |
25866 | 4541 (cperl-style-alist): `PerlStyle' style added. |
4542 (cperl-find-pods-heres): Message for termination of scan corrected. | |
4543 (cperl-speed): New variable with hints. | |
4544 (cperl-electric-else): Make backspace electric after | |
4545 expansion of `else/continue' too. | |
4546 Fixed customization to honor cperl-hairy. | |
4547 Created customization groups. | |
4548 All the compile-time warnings fixed. | |
4549 (cperl-syntaxify-by-font-lock): Interaction with `font-lock-hot-pass' | |
4550 fixed. | |
4551 (cperl-after-block-and-statement-beg): It is BLOCK if we reach lim | |
4552 when backup sexp. | |
4553 (cperl-after-block-p, cperl-after-expr-p): Likewise. | |
4554 (cperl-indent-region): Make a marker for END - text added/removed. | |
4555 (cperl-style-alist): Include `cperl-merge-trailing-else' | |
4556 where the value is clear. | |
4557 (cperl-styles-entries): Likewise. | |
4558 (cperl-tips, cperl-problems): Improvements to docs. | |
4559 | |
4560 1998-04-16 Richard Stallman <rms@psilocin.gnu.org> | |
4561 | |
4562 * ispell.el (ispell-word): In ispell-check-only mode, | |
4563 display a message for misspelled word. | |
4564 (ispell-get-word): No error if can't find a word to check. | |
4565 (ispell-word): Don't fuss about a word if not adjacent to it. | |
4566 (ispell-minor-check): Use save-excursion. | |
4567 | |
4568 * emacs-lisp/byte-opt.el (byte-after-unbind-ops): Delete byte-equal. | |
4569 | |
4570 * help.el (help-with-tutorial): Locally bind file and filename. | |
4571 | |
4572 * emacs-lisp/find-func.el (find-function-on-key): | |
4573 If definition is a list, don't call find-function-other-window. | |
4574 Handle mouse events (code copied from describe-key-briefly). | |
4575 (find-function-do-it): Doc fix. | |
4576 (find-function-noselect): Doc fix. | |
4577 | |
4578 * locate.el (locate): Doc fix. | |
4579 | |
4580 * man.el (Man-notify-when-ready) <newframe>: | |
4581 Mark frame's window as dedicated. | |
4582 | |
4583 * subr.el (local-set-key, global-set-key): | |
4584 Return what define-key returns. | |
4585 | |
4586 * custom.el (defcustom, defgroup, defface): Don't use backquote. | |
4587 | |
4588 1998-04-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
4589 | |
4590 * ps-print.el (ps-do-despool): Bind coding-system-for-write to | |
4591 raw-text-unix instead of using binary-process-input. | |
4592 | |
4593 * arc-mode.el (archive-extract-by-stdout): Don't use | |
4594 binary-process-output. Bind coding-system-for-read `undecided', | |
4595 so coding system is determined on the fly. Bind | |
4596 inherit-process-coding-system to t. | |
4597 (archive-dos-members): Remove. | |
4598 (archive-extract): Don't call archive-check-dos. Handle pkunzip | |
4599 errors. | |
4600 (archive-*-extract): Handle pkzip errors. | |
4601 (archive-check-dos): Remove. | |
4602 (archive-subfile-dos): Remove. | |
4603 (archive-extract): Don't bind archive-subfile-dos. | |
4604 (archive-write-file-member): Don't DOSify DOS-style archive | |
4605 members. | |
4606 (archive-zip-extract): Make pkzip use -o- flag, to make it more | |
4607 silent. | |
4608 | |
4609 * lpr.el (print-region-1): Stop using binary-process-{in,out}put, | |
4610 bind coding-system-for-{read,write} instead. | |
4611 | |
4612 * dos-fns.el (dos-print-region-function): Except for binary files, | |
4613 force conversion to DOS EOLs, but leave text conversions alone. | |
4614 | |
4615 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't bind | |
4616 binary-process-{in,out}put; setup coding-systems instead. | |
4617 | |
4618 1998-04-15 Dave Love <d.love@dl.ac.uk> | |
4619 | |
4620 * international/mule-cmds.el (global-map [menu-bar mule]): | |
4621 Conditionalize on default-enable-multibyte-characters. | |
4622 | |
4623 1998-04-15 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4624 | |
4625 * vc.el (vc-dired-mode): Redefine dired-move-to-filename-regexp | |
4626 locally. | |
4627 (vc-dired-reformat-line): Streamlined. Should handle all sorts of | |
4628 date formats now. | |
4629 | |
4630 1998-04-15 Andreas Schwab <schwab@delysid.gnu.org> | |
4631 | |
4632 * vc.el (vc-backend-revert): Fix missing argument for | |
4633 vc-file-setprop. | |
4634 | |
4635 1998-04-15 Kenichi Handa <handa@etl.go.jp> | |
4636 | |
4637 * international/mule-util.el (coding-system-change-eol-conversion): | |
4638 New function. | |
4639 (coding-system-change-text-conversion): New function. | |
4640 | |
4641 1998-04-15 Richard Stallman <rms@gnu.org> | |
4642 | |
4643 * mail/mh-e.el (mh-quit): mh-show-buffer can be nil. | |
4644 | |
4645 * mail/sendmail.el (mail-mode): Doc fix. | |
4646 | |
4647 1998-04-15 Simon Marshall <simon@gnu.org> | |
4648 | |
4649 * textmodes/outline.el (outline-font-lock-level): New function. | |
4650 | |
93314
87f50b0c168f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
93313
diff
changeset
|
4651 1998-04-15 François Pinard <pinard@iro.umontreal.ca> |
25866 | 4652 |
4653 * emacs-lisp/bytecomp.el | |
4654 (byte-compile-warn-about-unresolved-functions): Fix whitespace. | |
4655 | |
4656 1998-04-14 Dan Nicolaescu <done@ece.arizona.edu> | |
4657 | |
4658 * language/romanian.el: New file. | |
4659 | |
4660 * loadup.el: Load language/romanian. | |
4661 | |
4662 1998-04-14 Dave Love <fx@gnu.org> | |
4663 | |
4664 * progmodes/fortran.el: Don't eval-*and*-compile font-lock stuff. | |
4665 | |
4666 1998-04-14 Stephen Eglen <stephen@gnu.org> | |
4667 | |
93313 | 4668 * mail/mspools.el (mspools-folder-directory): Takes default value of |
25866 | 4669 ~/MAIL/ if vm-folder-directory not bound. |
4670 (mspools-vm-system-mail): Customize the variable so that if the | |
4671 environment variable $MAIL is not set, the user can easily set | |
4672 it. | |
4673 (mspools-vm-system-mail-crash): Variable deleted; we now use | |
4674 vm-crash-box. | |
4675 (mspools-set-vm-spool-files): Error if mspools-folder-directory | |
4676 hasn't been set. Use mspools-folder-directory rather | |
4677 than vm-folder-directory. | |
4678 (mspools-get-spool-files): Error if mspools-folder-directory is nil. | |
4679 (mspools-get-spool-files): Add $ to regexp to ensure mspools-suffix | |
4680 matches the end of the filename. | |
4681 (mspools-mode-map): Bind n and p to next-line and previous-line. | |
4682 | |
4683 1998-04-14 Richard Stallman <rms@gnu.org> | |
4684 | |
4685 * files.el (find-file-noselect): Set buffer-file-coding-system | |
4686 if RAWFILE. | |
4687 | |
4688 1998-04-14 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4689 | |
4690 * vc.el (vc-next-action-on-file): Don't check out after | |
4691 registering. This is two steps instead of one, and the second | |
4692 does not make sense under CVS. | |
4693 (vc-next-action): Changed doc string to reflect the above. | |
4694 | |
4695 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org> | |
4696 | |
4697 * mail/rmail.el (rmail-movemail-flags): Fix customize type. | |
4698 | |
4699 * language/korean.el ("Korean"): Doc fix. | |
4700 | |
4701 * emacs-lisp/bytecomp.el (byte-compile-warnings): Fix customize | |
4702 type. | |
4703 | |
4704 * ediff-init.el (ediff-autostore-merges): Doc fix. | |
4705 | |
4706 1998-04-14 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4707 | |
4708 * startup.el (command-line-1): Better wording in mouse startup | |
4709 message. | |
4710 | |
4711 1998-04-14 Kenichi Handa <handa@etl.go.jp> | |
4712 | |
4713 * international/titdic-cnv.el (titdic-convert): Message improved. | |
4714 (tit-process-header): Change `Do byte-compile' to `Byte-compile'. | |
4715 (batch-titdic-convert): Likewise. | |
4716 | |
4717 1998-04-13 Richard Stallman <rms@gnu.org> | |
4718 | |
4719 * mail/emacsbug.el (report-emacs-bug-hook): Don't absolutely | |
4720 reject non-ASCII characters. | |
4721 | |
4722 * tmm.el (tmm-get-keymap): Handle `menu-item' menu items. | |
4723 | |
4724 1998-04-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
4725 | |
4726 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
4727 Return correct eol-type mnemonics for the non-unix cases. | |
4728 | |
4729 1998-04-12 Ken'ichi Handa <handa@melange.gnu.org> | |
4730 | |
4731 * language/korean.el: Fix previous change. | |
4732 | |
4733 1998-04-12 Richard Stallman <rms@gnu.org> | |
4734 | |
4735 * help.el (describe-function-1): New function. | |
4736 (describe-function): Use describe-function-1. | |
4737 (describe-key): Likewise. | |
4738 | |
4739 * emacs-lisp/lisp-mode.el (eval-defun): Arrange to use eval-region | |
4740 even if we have to alter the form. | |
4741 | |
4742 * gnus/gnus-art.el (gnus-emphasis-alist): Use nth, not caddr. | |
4743 | |
4744 * emacs-lisp/autoload.el (generate-autoload-section-header): Doc fix. | |
4745 (update-file-autoloads): Use autoload-read-section-header. | |
4746 (update-autoloads-from-directories): Likewise. | |
4747 (generate-autoload-section-continuation): New variable. | |
4748 (autoload-read-section-header): New function. | |
4749 (update-file-autoloads): Don't call save-buffer if no changes. | |
4750 (generate-file-autoloads): Split the section header line | |
4751 into multiple comments. | |
4752 | |
4753 * mail/mail-extr.el (mail-extract-address-components): | |
4754 Rename local :-pos to colon-pos. | |
4755 | |
4756 1998-04-12 Erik Naggum <erik@naggum.no> | |
4757 | |
4758 * emacs-lisp/cl-macs.el (cl-do-arglist): Intern initializes the | |
4759 value of keyword symbols, so don't do it again. | |
4760 | |
4761 1998-04-11 Kenichi Handa <handa@etl.go.jp> | |
4762 | |
4763 * international/mule.el (generic-char-p): A character of code 0 is | |
4764 not a generic char. | |
4765 | |
4766 * international/mule-cmds.el (describe-language-environment): | |
98317 | 4767 Print the language environment at the head. |
25866 | 4768 |
4769 * language/czech.el: Put Czech lang. env. under European. | |
4770 | |
4771 * language/slovak.el: Put Slovak lang. env. under European. | |
4772 | |
4773 1998-04-10 Eli Zaretskii <eliz@is.elta.co.il> | |
4774 | |
4775 * international/mule-diag.el (list-input-methods): Fix doc string. | |
4776 (describe-font, describe-fontset, list-fontsets, mule-diag): Don't | |
4777 use fontset-related features if global-fontset-alist is not bound. | |
4778 | |
4779 1998-04-10 Ken'ichi Handa <handa@melange.gnu.org> | |
4780 | |
4781 * language/slovak.el: Delete tutorial file entry. | |
4782 | |
4783 1998-04-10 Ken'ichi Handa <handa@melange.gnu.org> | |
4784 | |
4785 * language/czech.el: Fix previous change, TUTORIAL.ch > TUTORIAL.cs. | |
4786 | |
4787 1998-04-10 Kenichi Handa <handa@etl.go.jp> | |
4788 | |
4789 * language/czech.el: Tutorial file name changed to TUTORIAL.ch. | |
4790 * language/japanese.el: Tutorial file name changed to TUTORIAL.ja. | |
4791 * language/korean.el: Tutorial file name changed to TUTORIAL.ka. | |
4792 * language/slovak.el: Tutorial file name changed to TUTORIAL.sk. | |
4793 | |
4794 1998-04-09 Karl Heuer <kwzh@gnu.org> | |
4795 | |
4796 * progmodes/vhdl-mode.el (vhdl-loop, vhdl-while-loop): Add backslash. | |
4797 | |
4798 * emacs-lisp/cl.el: Don't defconst the colon symbols, since they | |
4799 evaluate to themselves now anyway. | |
4800 | |
4801 * simple.el (newline): Mark as hard the newline that was just | |
4802 typed, not the previous one. Suppress optimization if there's a | |
4803 marker either before or after the newline. | |
4804 | |
4805 1998-04-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4806 | |
4807 * vc.el (vc-next-action): Fixed bug that prevented registering | |
4808 files using C-x v v. | |
4809 | |
4810 1998-04-09 Stephen Eglen <stephen@gnu.org> | |
4811 | |
4812 * progmodes/c-mode.el, progmodes/cplus-md.el: Customize. | |
4813 progmodes/m4-mode.el: Customize. | |
4814 | |
4815 1998-04-09 Dan Nicolaescu <done@ece.arizona.edu> | |
4816 | |
4817 * progmodes/vhdl-mode.el (vhdl-mode): Add autoload cookie. | |
4818 | |
4819 1998-04-09 Kenichi Handa <handa@etl.go.jp> | |
4820 | |
4821 * language/slovak.el: Add tutorial file name for Slovak. | |
4822 | |
4823 * help.el (help-with-tutorial-alist): This variable deleted. | |
4824 (help-with-tutorial): Get a tutorial file name by | |
4825 get-language-info instead of help-with-tutorial-alist. | |
4826 | |
4827 * language/devan-util.el: Typos in comment fixed. | |
4828 (devanagari-vertical-modifier-p): Target string to be matched with | |
4829 GLYPH is modified. | |
4830 (devanagari-non-vertical-modifier-p): Likewise. | |
4831 (devanagari-wide-to-narrow-char): New function. | |
4832 (devanagari-wide-to-narrow-iter): The second arg is changed to | |
4833 2-COL-GLYPH. | |
4834 | |
4835 1998-04-08 Dan Nicolaescu <done@ece.arizona.edu> | |
4836 | |
4837 * textmodes/outline.el: Add support for showing hidden outlines | |
4838 when doing isearch. (Thanks to Peter S Galbraith for the idea) | |
4839 (outline-isearch-open-invisible): New function. | |
4840 (outline-flag-region): Use it. | |
4841 | |
4842 1998-04-08 Derek L. Davies <ddavies@world.std.com> | |
4843 | |
4844 * gud.el (jdb): Do proper analysis of classes defined in a Java | |
4845 source. This removes the restriction of one class per file. | |
4846 (gud-jdb-package-of-file): Removed. Replaced with parsing routines. | |
4847 (gud-jdb-skip-whitespace): New function. | |
4848 (gud-jdb-skip-single-line-comment): New function. | |
4849 (gud-jdb-skip-traditional-or-documentation-comment): New function. | |
4850 (gud-jdb-skip-whitespace-and-comments): New function. | |
4851 (gud-jdb-skip-id-ish-thing): New function. | |
4852 (gud-jdb-skip-string-literal): New function. | |
4853 (gud-jdb-skip-character-literal): New function. | |
4854 (gud-jdb-skip-block): New function. | |
4855 (gud-jdb-analyze-source): New function. | |
4856 (gud-jdb-build-class-source-alist-for-file): New function. | |
4857 (gud-jdb-analysis-buffer): New variable. | |
4858 (gud-jdb-build-class-source-alist): Cleaner at the expense of new | |
4859 variable. | |
4860 | |
4861 1998-04-08 Richard Stallman <rms@gnu.org> | |
4862 | |
4863 * mail/rmail.el (rmail-message-regexp-p): Handle messages | |
4864 whose headers have not been reformatted. | |
4865 (rmail-message-recipients-p): Likewise. | |
4866 | |
4867 * mail/rmailedit.el (rmail-cease-edit): Call kill-all-local-variables. | |
4868 Call rmail-variables. | |
4869 (rmail-edit-mode): Call text-mode. Don't run text-mode-hook here. | |
4870 (rmail-edit-map): Use set-keymap-parent. | |
4871 (rmail-old-text): Add defvar. | |
4872 | |
4873 * mail/rmail.el (rmail-movemail-program): Customized. | |
4874 (rmail-message-filter): Customized. | |
4875 (rmail-display-summary): Customized. | |
4876 (rmail-inbox-list, rmail-keywords, rmail-current-message) | |
4877 (rmail-total-messages, rmail-message-vector, rmail-deleted-vector) | |
4878 (rmail-msgref-vector, rmail-overlay-list, rmail-view-buffer) | |
4879 (rmail-last-label, rmail-last-regexp): Now permanent locals. | |
4880 (rmail-perm-variables): Set up all permanent locals here. | |
4881 (rmail-variables): Not here. | |
4882 (rmail-variables): Set enable-local-variables here. | |
4883 (rmail-mode-2): Not here. | |
4884 | |
4885 1998-04-08 Dave Love <fx@gnu.org> | |
4886 | |
4887 * progmodes/fortran.el (fortran-fill-paragraph): Return t here. | |
4888 (fortran-fill-statement): Not here. | |
4889 | |
4890 1998-04-08 Stephen Eglen <stephen@gnu.org> | |
4891 | |
4892 * mail/mail-utils.el (mail-use-rfc822): Customize. | |
4893 | |
4894 1998-04-07 Milan Zamazal <pdm@fi.muni.cz> | |
4895 | |
4896 * language/czech.el: Add coding-priority. Improve sample text. | |
4897 Correct starting commentary. | |
4898 * language/slovak.el: Add coding-priority. Use iso-8859-2 instead | |
4899 of iso-latin-2. Correct starting commentary. | |
4900 | |
4901 1998-04-07 Dave Love <d.love@dl.ac.uk> | |
4902 | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
48129
diff
changeset
|
4903 * progmodes/fortran.el: Use regexp-opt and eval-and-compile to |
25866 | 4904 build font-lock patterns. |
93313 | 4905 (fortran-mode): Define indent-region-function, indent-line-function. |
25866 | 4906 (fortran-tab-mode-string): Make buffer-local. |
4907 (fortran-comment-indent-style): Custom tweak. | |
93313 | 4908 (fortran-comment-region, fortran-electric-line-number) |
4909 (fortran-analyze-depth, fortran-break-before-delimiters) | |
4910 (fortran-mode): Doc fix. | |
25866 | 4911 (fortran-font-lock-keywords-1): Add "select", "case"; allow |
4912 double-quoted strings. | |
93313 | 4913 (fortran-mode-map): Add fill-paragraph menu item. Don't define \t. |
25866 | 4914 (fortran-mode): Make `fill-column' buffer-local; set |
4915 `fill-paragraph-function', `indent-region-function', | |
4916 `indent-line-function'. | |
93313 | 4917 (calculate-fortran-indent): Renamed to `fortran-calculate-indent'. |
25866 | 4918 (fortran-split-line): Simplify. |
4919 (fortran-remove-continuation): New function. | |
4920 (fortran-join-line): Use it. | |
4921 (fortran-end-prog-re1, fortran-end-prog-re): New variables. | |
93313 | 4922 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use them. |
4923 (fortran-blink-matching-if, fortran-blink-matching-do) | |
4924 (fortran-indent-new-line): Bind case-fold-search. | |
4925 (fortran-end-do, fortran-beginning-do, fortran-end-if) | |
4926 (fortran-beginning-if): Bind case-fold-search. Allow labelled blocks. | |
4927 Use fortran-end-prog-re. | |
25866 | 4928 (fortran-if-start-re): New variable. |
93313 | 4929 (fortran-calculate-indent): Allow labelled blocks. Simplify the conds. |
4930 Make select case indentation work. | |
25866 | 4931 (fortran-is-in-string-p): Ignore Emacs 18 bug kluge. |
4932 (fortran-fill): Allow double quotes in check for string. | |
4933 (fortran-fill-paragraph): New function. | |
4934 (fortran-fill-statement): New function. | |
4935 | |
4936 1998-04-07 Richard Stallman <rms@gnu.org> | |
4937 | |
4938 * subr.el (add-to-list): Always return updated value of LIST-VAR. | |
4939 | |
4940 * shadowfile.el (find-file-visit-truename): Don't setq this. | |
4941 | |
4942 1998-04-07 Stephen Eglen <stephen@gnu.org> | |
4943 | |
4944 * cus-start.el: next-screen-context-lines is an integer, not boolean. | |
4945 | |
4946 * mail/rmail.el (rmail-mode): Doc fix. | |
4947 | |
4948 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
4949 | |
4950 * mail/rmail.el (rmail-movemail-flags): New customizable variable | |
4951 to specify additional flags to pass to movemail. | |
4952 (rmail-insert-inbox-text): Use rmail-movemail-flags. | |
4953 | |
4954 1998-04-06 Richard Stallman <rms@gnu.org> | |
4955 | |
4956 * startup.el (command-line-1): Fix punctuation in startup screen. | |
4957 | |
4958 1998-04-06 Dave Love <fx@gnu.org> | |
4959 | |
4960 * help.el (help-make-xrefs): Grok commands in keymap table | |
4961 expansions. | |
4962 (help-xref-button): Simplify. | |
4963 (help-make-xrefs): Set overriding keymap properly. | |
4964 | |
4965 1998-04-06 Kenichi Handa <handa@etl.go.jp> | |
4966 | |
4967 * language/japanese.el: Set exit-function to | |
4968 exit-japanese-environment for Japanese environment. | |
4969 | |
4970 * language/japan-util.el (setup-japanese-environment): Setup | |
4971 sentence-end suitable for Japanese text. | |
4972 (exit-japanese-environment): New function. | |
4973 | |
4974 * international/mule-cmds.el (subset-p): Renamed from | |
4975 find-safe-coding-system-list-subset-p. | |
4976 (find-coding-systems-region, find-coding-systems-string): New | |
4977 functions. | |
4978 (find-coding-systems-for-charsets): Renamed from | |
4979 find-safe-coding-system. This is now a helper function of the | |
4980 above two. | |
4981 (select-safe-coding-system): Adjusted for the above changes. | |
4982 | |
4983 1998-04-05 Per Abrahamsen <abraham@dina.kvl.dk> | |
4984 | |
4985 * widget.el (:default-get): New keyword. | |
4986 | |
4987 * wid-edit.el (default, widget-default-default-get): Define it. | |
4988 (group, widget-group-default-get): Define it. | |
4989 (menu-choice, widget-choice-default-get): Define it. | |
4990 (widget-default-get): New function. | |
4991 (widget-choice-action): Call it. | |
4992 (widget-editable-list-entry-create): Call it. | |
4993 | |
4994 1998-04-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4995 | |
4996 * vc.el (vc-dired-mode): Make dired-after-readin-hook a local | |
4997 hook, not a local variable. | |
4998 | |
4999 * vc.el (vc-merge, vc-backend-merge): New functions. | |
5000 (vc-resolve-conflicts): Added optional parameters for buffer names. | |
5001 (vc-branch-p): New function. | |
5002 | |
5003 * vc-hooks.el (vc-prefix-map): Added "m" for vc-merge. | |
5004 | |
5005 * vc.el (vc-ensure-vc-buffer): New function. | |
5006 (vc-registration-error): Replaced by the above. Updated all callers. | |
5007 (file-executable-p-18, file-regular-p-18): Removed. | |
5008 | |
5009 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
5010 | |
5011 * emacs-lisp/autoload.el (update-file-autoloads): | |
5012 Redo 1997-08-23 change. | |
5013 | |
5014 1998-04-05 Stephen Eglen <stephen@gnu.org> | |
5015 | |
5016 * play/bruce.el, play/decipher.el, play/gametree.el: Customize. | |
5017 * play/gomoku.el, play/handwrite.el, play/landmark.el: Customize. | |
5018 * play/mpuz.el, play/solitaire.el, play/spook.el: Customize. | |
5019 * play/yow.el, play/dunnet.el: Customize. | |
5020 * emacs-lisp/advice.el, emacs-lisp/backquote.el: Customize. | |
5021 * emacs-lisp/cust-print.el, emacs-lisp/debug.el: Customize. | |
5022 * emacs-lisp/gulp.el, emacs-lisp/lisp-mnt.el, pp.el: Customize. | |
5023 * emacs-lisp/profile.el, emacs-lisp/shadow.el: Customize. | |
5024 * emacs-lisp/trace.el: Customize. | |
5025 | |
5026 1998-04-05 Dave Love <fx@gnu.org> | |
5027 | |
5028 * startup.el (command-line): Fix paren error. | |
5029 | |
5030 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
5031 | |
5032 * mouse.el (mouse-save-then-kill): Get point-before-scroll | |
5033 from the right buffer. | |
5034 | |
5035 * scroll-bar.el (scroll-bar-drag): Set point-before-scroll | |
5036 in the right buffer, from point in the right window. | |
5037 (scroll-bar-scroll-down, scroll-bar-scroll-up): Likewise. | |
5038 | |
5039 1998-04-04 SL Baur <steve@altair.xemacs.org> | |
5040 | |
5041 * webjump.el (webjump): Use assoc-ignore-case for locating the | |
5042 proper URL. | |
5043 | |
5044 1998-04-04 Richard Stallman <rms@psilocin.gnu.org> | |
5045 | |
5046 * mail/emacsbug.el (report-emacs-bug-hook): Use skip-chars-forward | |
5047 to check for non-ASCII characters, and to find them. | |
5048 Don't use find-charset-region. | |
5049 (report-emacs-bug-pretest-address): Update address. | |
5050 (report-emacs-bug-address): Likewise. | |
5051 | |
5052 1998-04-04 Dave Love <d.love@dl.ac.uk> | |
5053 | |
5054 * help.el (help-highlight-face): Use underline. | |
5055 (help-mode-maybe): Ensure read-only. | |
5056 (help-xref-button): Obey help-highlight-p. | |
5057 (help-follow): Remove check for args being a list. | |
5058 (help-mode): Doc fix. | |
5059 (help-highlight-face): Customize. | |
5060 (help-highlight-p): Put in help group. | |
5061 | |
5062 * help.el (help-make-xrefs): Insert button label in scope of | |
5063 inhibit-read-only binding. | |
5064 (help-mode-map, help-make-xrefs): Define TAB, RET correctly. | |
5065 | |
5066 1998-04-03 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5067 | |
5068 * vc-hooks.el (vc-parse-cvs-status): New function. | |
5069 (vc-fetch-master-properties): Moved cvs status retrieval to | |
5070 the above. | |
5071 (vc-backend): If a file is not registered, remember that by setting | |
5072 the property to `none'. | |
5073 (vc-name): Use the mechanism of vc-backend to compute the value. | |
5074 (vc-after-save): Don't access vc-backend property directly. | |
5075 | |
5076 * vc.el (vc-next-action-dired): Use dired-do-redisplay. Handle | |
5077 window configuration correctly. | |
5078 (vc-next-action): Save window configuration for vc-next-action-dired. | |
5079 (vc-finish-logentry): Only kill log buffer if it does exist. | |
5080 (vc-dired-mode): Rewritten so that it works entirely through | |
5081 dired-after-readin-hook. Subdirectories are handled just as in | |
5082 ordinary dired. | |
5083 (vc-dired-hook): New function. | |
5084 (vc-state-info, vc-dired-reformat-line): Adapted. | |
5085 (vc-dired-update, vc-dired-update-line): Removed. | |
5086 (vc-directory): Rewritten. | |
5087 (vc-directory-18): Removed. | |
5088 (vc-dired-mark-locked): New function, bound to "*l" in vc-dired-mode. | |
5089 (vc-do-command): Only compute vc-name if it is really needed. | |
5090 (vc-fetch-cvs-status): New function. | |
5091 (vc-dired-hook): Use it. | |
5092 | |
5093 1998-04-03 Richard Stallman <rms@psilocin.gnu.org> | |
5094 | |
5095 * mail/emacsbug.el (report-emacs-bug-hook): | |
5096 Don't bind enable-multibyte-characters. | |
5097 | |
5098 1998-04-03 Dave Love <d.love@dl.ac.uk> | |
5099 | |
5100 * startup.el (command-line): If already unibyte, just load | |
5101 latin-N instead of calling set-language-environment. | |
5102 | |
5103 1998-04-03 Richard Stallman <rms@psilocin.gnu.org> | |
5104 | |
5105 * mail/emacsbug.el (report-emacs-bug): Use set-buffer-multibyte. | |
5106 | |
5107 * mail/rmail.el (rmail-mode-2): Locally set enable-local-variables | |
5108 to nil, so a local var list in a message won't confuse things. | |
5109 | |
5110 * mail/emacsbug.el (report-emacs-bug-hook): Fix the regexp for | |
5111 matching non-ASCII characters. | |
5112 | |
5113 1998-04-02 Richard Stallman <rms@psilocin.gnu.org> | |
5114 | |
5115 * generic-x.el (rul-generic-mode): Use font-lock-builtin-face, | |
5116 not font-lock-emphasized-face. | |
5117 | |
93313 | 5118 * help.el (help-highlight-face): Use `highlight'. |
25866 | 5119 |
5120 1998-04-02 Dave Love <d.love@dl.ac.uk> | |
5121 | |
5122 * help.el: Make hyperlinks for cross-reference info intuited from | |
5123 *Help* buffer. | |
5124 (help-font-lock-keywords): Removed. | |
5125 (help-mode-map): Define keys for navigating hyperlinks. | |
5126 (help-xref-stack, help-xref-stack-item): New permanent-local | |
5127 variables. | |
5128 (help-mode): Set font-lock-defaults to nil. | |
5129 (help-mode-maybe): Invoke help-make-xrefs in Help mode. | |
5130 (help-setup-xref): New function. | |
93313 | 5131 (describe-key, describe-mode, describe-function) |
5132 (describe-variable): Call it. | |
25866 | 5133 (view-lossage, describe-bindings): Nullify help-xref-stack, |
5134 help-xref-stack-item. | |
5135 (help-highlight-p): New option. | |
5136 (help-highlight-face): New customized face. | |
5137 (help-back-label, help-xref-symbol-regexp, help-xref-info-regexp): | |
5138 New variables. | |
93313 | 5139 (help-setup-xref, help-make-xrefs, help-xref-button) |
5140 (help-xref-interned, help-xref-mode, help-follow-mouse) | |
5141 (help-xref-go-back, help-go-back, help-follow, help-next-ref): New | |
25866 | 5142 functions. |
5143 | |
5144 1998-04-02 Richard Stallman <rms@psilocin.gnu.org> | |
5145 | |
5146 * wid-edit.el (widget-beginning-of-line): Don't set zmacs-region-stays. | |
5147 (widget-end-of-line): Likewise. | |
5148 (widget-glyph-click): Use read-event. | |
5149 (widget-color-choice-list): Delete compatibility code. | |
5150 (widget-color-sample-face-get): Likewise. | |
5151 (widget-choose): Likewise. | |
5152 (widget-event-point): Fix paren error. | |
5153 | |
5154 1998-04-01 Richard Stallman <rms@psilocin.gnu.org> | |
5155 | |
5156 * wid-edit.el: Delete some compatibility code. | |
5157 (widget-event-point, widget-read-event): Define unconditionally. | |
5158 | |
5159 * info-look.el (info-lookup->topic-cache): Use defun, not defsubst. | |
5160 (info-lookup->mode-cache, info-lookup->initialized): Likewise. | |
5161 (info-lookup->completions, info-lookup->refer-modes): Likewise. | |
5162 (info-lookup->all-modes): Likewise. | |
5163 | |
5164 * info-look.el (info-lookup-quick-all-modes): New function. | |
5165 (info-complete): Find the symbol to complete first, | |
5166 then compute list of completions. | |
5167 | |
5168 * info-look.el (lisp-mode): Add info-lookup-maybe-add-help for it. | |
5169 | |
5170 1998-04-01 Derek L. Davies <ddavies@world.std.com> | |
5171 | |
5172 * gud.el: Add support for jdb (Java debugger). | |
5173 (jdb): New function. | |
5174 (gud-jdb-history): New variable. | |
5175 (gud-jdb-directories): New variable. | |
5176 (gud-jdb-source-files): New variable. | |
5177 (gud-jdb-build-source-files-list): New function. | |
5178 (gud-jdb-package-of-file): New function. | |
5179 (gud-jdb-class-source-alist): New variable. | |
5180 (gud-jdb-build-class-source-alist): New function. | |
5181 (gud-jdb-massage-args): New function. | |
5182 (gud-jdb-find-source-file): New function. | |
5183 (gud-jdb-marker-filter): New function. | |
5184 (gud-jdb-find-file): New function. | |
5185 (gud-jdb-command-name): New variable. | |
5186 (gud-perldb-command-name): Variable renamed from perldb-command-name. | |
5187 | |
5188 1998-03-31 Anders Lindgren <andersl@csd.uu.se> | |
5189 | |
5190 * follow.el (follow-scroll-up): Cope if `window-end' returns nil. | |
5191 (follow-select-if-end-visible): Likewise. | |
5192 (follow-mode-version): Variable removed. | |
5193 | |
5194 1998-04-01 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5195 | |
5196 * vc.el (vc-revert-buffer): Rewrote handling of vc-diff buffer, | |
5197 so that the file's buffer is always current when the actual | |
5198 revert is done. | |
5199 | |
5200 1998-04-01 Andreas Schwab <schwab@gnu.org> | |
5201 | |
5202 * emacs-lisp/copyright.el: Customized. | |
5203 | |
5204 1998-03-31 Richard Stallman <rms@psilocin.gnu.org> | |
5205 | |
5206 * files.el (hack-one-local-variable): | |
5207 Variables named ...-predicate are treated as risky. | |
5208 (write-file): Omit directory part when making default file name. | |
5209 | |
5210 1998-03-31 Stephen Eglen <stephen@gnu.org> | |
5211 | |
5212 * iswitchb.el: Many doc fixes. | |
5213 (iswitchb-method): No longer a user variable. | |
5214 (iswitchb-minibuffer-setup-hook): Customized. | |
5215 (iswitchb-default): New variable. | |
5216 (iswitchb-complete): Use iswitchb-common-match-string rather than | |
5217 recomputing the value. | |
5218 (iswitchb-toggle-ignore): Recompute list of buffers. | |
93313 | 5219 (iswitchb-init-XEmacs-trick): Renamed from iswitchb-init-Xemacs-trick. |
25866 | 5220 |
5221 1998-03-31 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5222 | |
5223 * vc.el (vc-resolve-conflicts): New function. | |
5224 (vc-next-action-on-file): Use it. | |
5225 (vc-backend-revert): For CVS, revert to the version the buffer was | |
5226 based on, not the latest on the current branch (same behavior as | |
5227 for RCS). For SCCS, forget vc-workfile-version so that it gets | |
5228 recomputed. | |
5229 (vc-revert-buffer): Rewrote doc string to explain the above. | |
5230 (vc-finish-logentry): Don't add extra newline. | |
5231 | |
5232 1998-03-29 Ralph Schleicher <rs@purple.UL.BaWue.DE> | |
5233 | |
5234 * battery.el (battery-linux-proc-apm): Re-use the temporary | |
5235 buffer. | |
5236 | |
5237 * battery.el (battery-insert-file-contents): Disable code | |
5238 conversion. | |
5239 | |
5240 1998-03-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5241 | |
5242 * textmodes/tex-mode.el (tex-send-command): Return the process. | |
5243 (tex-start-tex): New function. | |
5244 (tex-region, tex-file): Use tex-start-tex. | |
5245 (tex-start-tex-marker): New variable. | |
5246 (tex-compilation-parse-errors): Parse only the most recent | |
5247 TeX compilation's output. If the error is in the zap file, | |
5248 use the buffer it was zapped from. | |
5249 (tex-start-shell): Call compilation-minor-mode. | |
5250 | |
5251 1998-03-29 Ian T Zimmerman <itz@kronstadt.rahul.net> | |
5252 | |
5253 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
5254 Completely rewritten. | |
5255 (tex-print): Reset or restart the subshell before using it. | |
5256 | |
5257 * desktop.el (desktop-buffer-info, desktop-buffer-rmail) | |
5258 (desktop-buffer-mh, desktop-buffer-dired, desktop-buffer-file): | |
5259 Return the buffer produced. | |
5260 (desktop-create-buffer): Use the buffer that was returned. | |
5261 | |
5262 * ange-ftp.el (ange-ftp-kill-ftp-process): Convert buffer name | |
5263 to the buffer. | |
5264 | |
5265 1998-03-28 Richard Stallman <rms@psilocin.gnu.org> | |
5266 | |
5267 * desktop.el (desktop-load-default): Add autoload cookie. | |
5268 (desktop-read): Likewise. | |
5269 | |
5270 1998-03-27 Dave Love <d.love@dl.ac.uk> | |
5271 | |
5272 * menu-bar.el (menu-bar-options-menu): Remove "Toggle" from item | |
5273 names, using buttons instead. | |
5274 (menu-bar-make-toggle): Define a menu-item toggle button. | |
5275 (menu-bar-options-menu [save-place]): (require 'saveplace). | |
5276 (menu-bar-options-menu [toggle-auto-compression], [auto-fill-mode]) | |
5277 (menu-bar-options-menu [toggle-global-lazy-font-lock-mode]): | |
5278 Define a menu-item button. | |
5279 | |
5280 1998-03-27 Richard Stallman <rms@psilocin.gnu.org> | |
5281 | |
5282 * bindings.el (completion-ignored-extensions): Add a few. | |
5283 | |
5284 1998-03-25 Richard Stallman <rms@psilocin.gnu.org> | |
5285 | |
5286 * bindings.el (debug-ignored-errors): Add file-supersession. | |
5287 | |
5288 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
5289 Reverse order of subdirs to add. Don't duplicate the parent dir. | |
5290 | |
5291 * mail/rmail.el (rmail-clear-headers): | |
5292 Handle failure to find "\n[^ \t]". | |
5293 | |
5294 1998-03-25 Dave Love <fx@gnu.org> | |
5295 | |
5296 * autorevert.el: Various doc fixes, mainly grammar. | |
5297 | |
5298 * autoinsert.el (auto-insert, auto-insert-query): :tag choices. | |
5299 (define-auto-insert): Rename arg key to match doc. | |
5300 | |
5301 1998-03-25 Simon Marshall <simon@gnu.org> | |
5302 | |
5303 * font-lock.el (c-font-lock-keywords-2): Added "sizeof". | |
5304 (c++-font-lock-keywords-2): Added "export" and "typename". | |
5305 | |
93313 | 5306 * lazy-lock.el (lazy-lock-fontify-after-scroll) |
25866 | 5307 (lazy-lock-fontify-after-trigger): Use new window-end UPDATE arg |
5308 rather than calculating a value using vertical-motion. | |
5309 | |
5310 * mail/sendmail.el (mail-font-lock-keywords): Don't use the value | |
5311 of mail-header-separator if its length is zero. | |
5312 | |
5313 1998-03-24 Dave Love <fx@gnu.org> | |
5314 | |
5315 * ange-ftp.el (shell-command): Define handler. | |
5316 (ange-ftp-shell-command): Add optional arg. | |
93313 | 5317 (comint-last-output-start, comint-last-input-start) |
5318 (comint-last-input-end): Defvar to silence compiler. | |
5319 | |
5320 * dired-aux.el (dired-run-shell-command): Maybe run handler. | |
25866 | 5321 |
98317 | 5322 * simple.el (shell-command-on-region): Amend message to report |
25866 | 5323 success or failure when no process output. |
5324 | |
5325 1998-03-23 Andreas Schwab <schwab@gnu.org> | |
5326 | |
5327 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event): Replace | |
5328 obsolete `concat with integer' by format. | |
5329 | |
5330 * rsz-mini.el (resize-minibuffer-mode): Make it a proper minor | |
5331 mode: toggle resize-minibuffer mode when called without argument. | |
5332 | |
5333 1998-03-22 Richard Stallman <rms@gnu.org> | |
5334 | |
5335 * startup.el (normal-top-level-add-subdirs-to-load-path): New function. | |
5336 | |
5337 * files.el (find-file-noselect): Use set-buffer-multibyte | |
5338 instead of setting enable-multibyte-characters. | |
5339 | |
5340 * disp-table.el (standard-display-underline): Shift face id by 19 bits. | |
5341 | |
5342 1998-03-22 Johan Vromans <jvromans@squirrel.nl> | |
5343 | |
5344 * complete.el (PC-expand-many-files): Apply | |
5345 completion-ignored-extensions. | |
5346 | |
5347 1998-03-21 Richard Stallman <rms@psilocin.gnu.org> | |
5348 | |
5349 * comint.el (comint-preoutput-filter-functions): Doc fix. | |
5350 | |
5351 * replace.el (perform-replace): Before recursive edit, | |
5352 get the match data as markers, and set real-match-data. | |
5353 | |
5354 1998-03-20 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5355 | |
5356 * vc-hooks.el (vc-sccs-project-dir, vc-search-sccs-project-dir): | |
5357 New functions. | |
5358 (vc-master-templates): Add call to vc-search-sccs-project-dir. | |
5359 | |
5360 * vc.el (vc-next-action-on-file): Properly handle the case | |
5361 when user tries to check-in, but file on disk has changed. | |
5362 (vc-do-command): Rewrote doc string. Consider LAST argument | |
5363 only if FILE is non-nil. | |
5364 (vc-add-triple, vc-record-rename, vc-lookup-file): Find | |
5365 vc-name-assoc-file based on vc-name of FILE. | |
5366 (vc-backend-admin, vc-rename-file): Handle the SCCS PROJECTDIR | |
5367 feature. | |
5368 | |
5369 1998-03-20 Richard Stallman <rms@psilocin.gnu.org> | |
5370 | |
5371 * international/mule-cmds.el (set-language-environment): Doc fix. | |
5372 (current-language-environment): Use defcustom. | |
5373 (default-input-method): Specify :type. | |
5374 | |
5375 1998-03-19 Barry A. Warsaw <bwarsaw@cnri.reston.va.us> | |
5376 | |
5377 * reporter.el (reporter-mail): New function. | |
5378 (reporter-compose-outgoing): Use fboundp, not functionp. | |
5379 (reporter-bug-hook): Fix error message. | |
5380 | |
5381 * reporter.el (reporter-beautify-list): Break infloop when | |
5382 reaching the end of the buffer without crossing an unbalanced | |
5383 paren. Use scan-sexps instead of forward-sexp for the loop break | |
5384 test. | |
5385 | |
5386 * reporter.el (reporter-submit-bug-report): Only call | |
5387 display-buffer if pop-up-windows is non-nil. | |
5388 | |
5389 1998-03-19 Richard Stallman <rms@psilocin.gnu.org> | |
5390 | |
5391 * progmodes/compile.el: Moved from parent directory. | |
5392 | |
5393 * compile.el (compilation-error-regexp-alist): | |
5394 Handle f90 in DEC AXP OSF/1 cc pattern. | |
5395 | |
5396 1998-03-19 Dave Love <fx@gnu.org> | |
5397 | |
93313 | 5398 * simple.el (shell-command-on-region): Amend message to report |
25866 | 5399 success or failure when no process output. |
5400 | |
5401 1998-03-18 Richard Stallman <rms@psilocin.gnu.org> | |
5402 | |
5403 * frame.el (focus-follows-mouse): New variable. | |
5404 (other-frame): Obey that variable. | |
5405 (focus-follows-mouse): Make it defcustom. | |
5406 | |
5407 1998-03-18 Dave Love <fx@gnu.org> | |
5408 | |
5409 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Adjust | |
5410 paragraph-start in default filling case so that filling doc | |
5411 strings works. | |
5412 | |
5413 1998-03-18 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5414 | |
5415 * vc.el (vc-restore-buffer-context): Only try to restore mark | |
5416 if it is active. | |
5417 | |
5418 1998-03-18 Richard Stallman <rms@psilocin.gnu.org> | |
5419 | |
5420 * calendar/calendar.el (calendar-mode-map): Add bindings for | |
5421 appt-add and appt-delete. | |
5422 | |
5423 1998-03-17 Richard Stallman <rms@psilocin.gnu.org> | |
5424 | |
5425 * help.el (view-emacs-news): Handle prefix arg. | |
5426 | |
5427 * loadup.el: Load language/czech and language/slovak. | |
5428 | |
5429 * language/czech.el (setup-czech-environment): 3rd arg to | |
5430 setup-8-bit-environment is the default input method, not coding system. | |
5431 * language/slovak.el (setup-slovak-environment): 3rd arg to | |
5432 setup-8-bit-environment is the default input method, not coding system. | |
5433 | |
5434 * env.el (setenv): Simplify reading of args by passing old value | |
5435 as the default. | |
5436 | |
5437 * language/czech.el, language/slovak.el: New files. | |
5438 | |
5439 * info.el (Info-menu-update): Set Info-menu-last-node | |
5440 to (FILE NODENAME), and test it that way too. | |
5441 | |
5442 1998-03-17 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
5443 | |
5444 * help.el (view-emacs-news): Use prefix argument to display old news. | |
5445 | |
5446 1998-03-16 Peter Breton <pbreton@ne.mediaone.net> | |
5447 | |
5448 * generic-x.el: Customize. | |
5449 (fvwm-generic-mode): Added new keywords, and .fvwm2rc config file. | |
5450 (ini-generic-mode): Changed regexps so that value can contain equal signs. | |
5451 (java-manifest-generic-mode): Added new keywords. | |
5452 | |
5453 1998-03-16 Alfred Correira <ACorreir@pervasive-sw.com> | |
5454 | |
93313 | 5455 * generic-x.el (mailrc-generic-mode, java-properties-generic-mode): |
5456 New generic modes. | |
25866 | 5457 (alias-generic-mode, rc-generic-mode, rul-generic-mode): Likewise. |
5458 | |
5459 1998-03-16 Erik Naggum <erik@naggum.no> | |
5460 | |
5461 * mail/rmail.el (rmail-clear-headers): Make sure an empty line | |
5462 still separates the headers from the body. | |
5463 | |
5464 1998-03-16 Kenichi Handa <handa@etl.go.jp> | |
5465 | |
5466 * mail/rmail.el (rmail-quit): Call quit-window before calling | |
5467 replace-buffer-in-windows to assure that we can switch the rmail | |
5468 buffer of the selected window. | |
5469 | |
5470 1998-03-16 Richard Stallman <rms@psilocin.gnu.org> | |
5471 | |
5472 * mouse.el (mouse-drag-region): Bind deactivate-mark | |
5473 around call to copy-region-as-kill. | |
5474 (mouse-set-region): Likewise. | |
5475 (mouse-secondary-save-then-kill): Likewise. | |
5476 | |
5477 * simple.el (copy-region-as-kill): Set deactivate-mark | |
5478 instead of clearing mark-active directly. | |
5479 | |
5480 1998-03-15 Richard Stallman <rms@psilocin.gnu.org> | |
5481 | |
5482 * help.el (help-mode-maybe): Set view-return-to-alist. | |
5483 (help-return-method): New variable. | |
5484 (print-help-return-message): Set help-return-method. | |
5485 | |
5486 * view.el (view-return-to-alist): Doc fix. | |
5487 (view-mode-enter): Doc fix. | |
5488 (view-mode-exit): Handle new alternative `quit-window' | |
5489 for OLD-BUF-INFO in RETURN-TO-ALIST. | |
5490 | |
5491 * dired-aux.el (dired-shell-stuff-it): Use shell-quote-argument. | |
5492 (dired-shell-quote): Function deleted. | |
5493 | |
5494 1998-03-14 Richard Stallman <rms@psilocin.gnu.org> | |
5495 | |
5496 * locate.el (locate-current-line-number): No longer interactive. | |
5497 | |
5498 * dirtrack.el: Customized. | |
5499 (dirtrack-forward-slash): Renamed from `forward-slash'. | |
5500 (dirtrack-backward-slash): Renamed from `backward-slash'. | |
5501 (dirtrack-replace-slash): Renamed from `replace-slash'. | |
5502 | |
5503 * emacs-lisp/elp.el (elp-version): Now 3.2. | |
5504 | |
5505 1998-03-14 Karl Heuer <kwzh@gnu.org> | |
5506 | |
5507 * textmodes/texnfo-upd.el (texinfo-incorporate-menu-entry-names) | |
5508 (texinfo-start-menu-description): Call regexp-quote. | |
5509 | |
5510 1998-03-13 Richard Stallman <rms@psilocin.gnu.org> | |
5511 | |
5512 * subr.el (store-match-data): This is now the alias, | |
5513 set-match-data is now the primitive. | |
5514 | |
5515 * textmodes/reftex.el (reftex-nearest-match): | |
5516 store-match-data => set-match-data. | |
5517 | |
5518 * textmodes/bibtex.el (bibtex-search-reference): | |
5519 store-match-data => set-match-data. | |
5520 | |
5521 * progmodes/simula.el (simula-match-string-or-comment): | |
5522 store-match-data => set-match-data. | |
5523 | |
5524 * progmodes/fortran.el (fortran-match-!-comment): | |
5525 store-match-data => set-match-data. | |
5526 | |
5527 * play/life.el (life-grim-reaper): store-match-data => set-match-data. | |
5528 | |
5529 * mail/rfc822.el (rfc822-looking-at): | |
5530 store-match-data => set-match-data. | |
5531 | |
5532 * mail/mh-utils.el (mh-make-folder-list-filter): | |
5533 store-match-data => set-match-data. | |
5534 | |
5535 * emulation/viper-ex.el (ex-expand-filsyms): | |
5536 store-match-data => set-match-data. | |
5537 | |
5538 * emacs-lisp/edebug.el (edebug-recursive-edit) | |
5539 (edebug-outside-excursion): store-match-data => set-match-data. | |
5540 | |
5541 * emacs-lisp/debug.el (debug, debugger-env-macro): | |
5542 store-match-data => set-match-data. | |
5543 | |
5544 * emacs-lisp/cl-macs.el (defsetf match-data): | |
5545 store-match-data => set-match-data. | |
5546 | |
5547 * type-break.el (type-break-emacs-variant): | |
5548 store-match-data => set-match-data. | |
5549 | |
5550 * subr.el (save-match-data): store-match-data => set-match-data. | |
5551 | |
5552 * rlogin.el (rlogin-parse-words): store-match-data => set-match-data. | |
5553 | |
5554 * replace.el (perform-replace): store-match-data => set-match-data. | |
5555 | |
5556 * iswitchb.el (iswitchb-ignore-buffername-p): | |
5557 store-match-data => set-match-data. | |
5558 | |
5559 * ffap.el (ffap-file-at-point): store-match-data => set-match-data. | |
5560 | |
5561 * ediff-diff.el (ediff-exec-process): | |
5562 store-match-data => set-match-data. | |
5563 | |
5564 * comint.el (comint-word): store-match-data => set-match-data. | |
5565 | |
5566 * allout.el (outline-end-of-prefix): | |
5567 store-match-data => set-match-data. | |
5568 | |
5569 * textmodes/fill.el (fill-region-as-paragraph, fill-region): | |
5570 Allow t as legit value of JUSTIFY. | |
5571 | |
5572 * wid-edit.el (widget-echo-help-mouse): Don't use window-end. | |
5573 | |
5574 * subr.el (momentary-string-display): Pass t as UPDATE to window-end. | |
5575 | |
5576 * mouse.el (mouse-scroll-subr): Handle if window-end returns nil. | |
5577 | |
5578 1998-03-12 Richard Stallman <rms@psilocin.gnu.org> | |
5579 | |
5580 * mail/rnewspost.el (news-inews): Signal error if inews fails. | |
5581 | |
5582 * simple.el: Implement selective undo (by Paul Flinders). | |
5583 (undo-copy-list, undo-copy-list-1): New functions. | |
5584 (undo-make-selective-list, undo-delta): New functions. | |
5585 (undo-elt-in-region, undo-elt-crosses-region): New functions. | |
5586 (undo-adjusted-markers): New defvar. | |
5587 (undo-start): New args BEG and END. | |
5588 (undo): If arg or active region, pass args to undo-start. | |
5589 | |
5590 * mouse.el (mouse-buffer-menu-maxlen): Renamed from | |
5591 mouse-menu-buffer-maxlen. | |
5592 | |
5593 1998-03-10 Eric M. Ludlam <zappo@ultranet.com> | |
5594 | |
5595 * checkdoc.el (checkdoc-continue): Removed check for doc string. | |
5596 (checkdoc-this-string-valid-engine): Smarter keycode check regexp. | |
5597 | |
5598 1998-03-10 Carsten Dominik <cd@delysid.gnu.org> | |
5599 | |
93313 | 5600 * textmodes/reftex.el (reftex-mode-map): Added keybinding for |
25866 | 5601 `reftex-mouse-view-crossref' to `S-mouse-2'. |
5602 | |
5603 1998-03-09 Carsten Dominik <cd@delysid.gnu.org> | |
5604 | |
93313 | 5605 * textmodes/reftex.el (reftex-nicify-text): Make a new " " string |
25866 | 5606 each time. |
5607 (reftex-what-macro): Make sure `reftex-section-regexp' is defined. | |
5608 | |
5609 1998-03-09 Richard Stallman <rms@psilocin.gnu.org> | |
5610 | |
5611 * textmodes/tex-mode.el (latex-mode): Set fill-nobreak-predicate. | |
5612 (slitex-mode): Set fill-nobreak-predicate, tex-face-alist, | |
5613 and imenu-create-index-function. | |
5614 (latex-fill-nobreak-predicate): New function. | |
5615 | |
5616 * simple.el (do-auto-fill): Obey fill-nobreak-predicate. | |
5617 | |
5618 * textmodes/fill.el (fill-nobreak-predicate): New variable. | |
5619 (fill-region-as-paragraph): Obey fill-nobreak-predicate. | |
5620 | |
5621 * help-macro.el (make-help-screen): Mention DEL in the prompt. | |
5622 | |
5623 1998-03-08 Richard Stallman <rms@psilocin.gnu.org> | |
5624 | |
5625 * emacs-lisp/autoload.el (update-file-autoloads): | |
5626 Undo 1997-08-23 change. | |
5627 | |
5628 * window.el (shrink-window-if-larger-than-buffer): | |
5629 Bind text-height in the let*. | |
5630 (view-return-to-alist): Add defvar. | |
5631 | |
5632 * files.el: Delete junk accidentally left in buffer on 4 March. | |
5633 | |
5634 1998-03-08 Carsten Dominik <cd@gnu.org> | |
5635 | |
93313 | 5636 * textmodes/reftex.el (reftex-offer-label-menu) |
5637 (reftex-select-item): Removed match-everywhere interpretation. | |
25866 | 5638 |
5639 1998-03-08 Carsten Dominik <cd@gnu.org> | |
5640 | |
93313 | 5641 * textmodes/reftex.el (reftex-cursor-selected-face) |
5642 (reftex-mouse-selected-face, reftex-file-boundary-face) | |
5643 (reftex-label-face, reftex-section-heading-face) | |
5644 (reftex-toc-header-face, reftex-bib-author-face) | |
5645 (reftex-bib-year-face, reftex-bib-title-face) | |
5646 (reftex-bib-extra-face): New options. | |
5647 (reftex-toc, reftex-make-and-insert-label-list) | |
5648 (reftex-format-bib-entry, reftex-section-info): Use fonts defined | |
25866 | 5649 in the new options. |
5650 (reftex-do-citation): Kill buffer *RefTeX Select* to avoid | |
5651 problems with lazy-lock. | |
5652 | |
5653 1998-03-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
5654 | |
5655 * vc.el (vc-context-matches-p): New function. | |
5656 (vc-restore-buffer-context): Restore point and mark only if they | |
5657 don't match the context. | |
5658 (vc-revert-buffer1, vc-clear-headers): Use save-excursion to relocate | |
5659 point and mark, and vc-restore-buffer-context as a backup. | |
5660 (vc-resynch-buffer): When operating on the current buffer, don't use | |
5661 save-excursion, because that would undo the effects of the above | |
5662 functions. | |
5663 (vc-clear-headers): Fixed regexp. | |
5664 (vc-resynch-window): Deleted code that removed vc-find-file-hook | |
5665 temporarily. This was unnecessary, because find-file-hooks are not | |
5666 called when the buffer is reverted. | |
5667 | |
5668 1998-03-08 Richard Stallman <rms@psilocin.gnu.org> | |
5669 | |
5670 * progmodes/cc-vars.el (c-emacs-features): Doc fix. | |
5671 | |
5672 1998-03-07 Richard Stallman <rms@psilocin.gnu.org> | |
5673 | |
5674 * subr.el (read-passwd): Renamed from read-password. | |
5675 New second arg CONFIRM. | |
5676 | |
5677 * wid-edit.el (widget-choice-value-create): If there is an | |
5678 :explicit-choice, respect it. | |
5679 (widget-choice-action): Record an explicit choice in :explicit-choice. | |
5680 | |
5681 1998-03-07 Stephen Eglen <stephen@gnu.org> | |
5682 | |
93313 | 5683 * allout.el, battery.el, cmuscheme.el, compare-w.el, docref.el: |
5684 * dos-fns.el, find-file.el, follow.el, ispell4.el, shadowfile.el: | |
25866 | 5685 * tempo.el, tmm.el, vcursor.el, xscheme.el: Customize. |
5686 | |
5687 1998-03-06 Barry A. Warsaw <cc-mode-help@python.org> | |
5688 | |
5689 * Release 5.21 | |
5690 | |
5691 * progmodes/cc-defs.el (c-emacs-features): Var moved to cc-vars.el. | |
5692 | |
5693 * progmodes/cc-vars.el (c-emacs-features): Var moved from cc-defs.el. | |
5694 | |
5695 * progmodes/cc-align.el: Don't require cc-defs. | |
5696 | |
5697 * progmodes/cc-engine.el (c-inside-bracelist-p): Fix for enum test. | |
5698 | |
5699 * progmodes/cc-mode.el (c-initialize-cc-mode): | |
5700 Moved require's to top level. | |
5701 | |
5702 * progmodes/cc-cmds.el (c-fill-paragraph): | |
5703 Bind fill-paragraph-function to nil when calling fill-paragraph, | |
5704 to avoid bogus recursion which will signal an error. | |
5705 | |
5706 1998-03-06 Martin Stjernholm <cc-mode-help@python.org> | |
5707 | |
5708 * progmodes/cc-mode.el (c-initialize-on-load): Variable removed. | |
5709 | |
5710 * progmodes/cc-cmds.el (c-fill-paragraph): Always keep point in | |
5711 the same relative position. Fill comment before point if there's | |
5712 nothing else on the same line. Fill block comments after code a | |
5713 little better. Try harder to find a good fill-prefix when point | |
5714 is on a block comment ender line. Use | |
5715 c-Java-javadoc-paragraph-start in block comments in Java mode. | |
5716 Leave block comment ender alone when c-hanging-comment-ender-p is | |
5717 nil and point is on that line. Detect paragraph-separate in | |
5718 multiparagraph comments. Fix for bug that may strip the `*' off | |
5719 `*/' if fill-prefix ends with `*' and c-hanging-comment-ender-p is | |
5720 t. Added filling of multiline string literals. Always return t | |
5721 to disable filling in any unhandled area, i.e. actual code where | |
5722 fill-paragraph only mess things up. | |
5723 | |
5724 * progmodes/cc-engine.el (c-collect-line-comments): Require same | |
5725 comment start column. | |
5726 | |
5727 * progmodes/cc-langs.el (c-Java-javadoc-paragraph-start): New variable. | |
5728 | |
5729 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixes for nesting | |
5730 of and repeated defun-open's inside extern and namespace clauses. | |
5731 This is done by passing a relpos to `inextern-lang' and | |
5732 `innamespace'. Also, the relpos in `defun-open' is no longer | |
5733 always bol. It's always bol when on the top level, however. | |
5734 Changed cases: 5A.5, 5I, 14A. | |
5735 | |
5736 * progmodes/cc-engine.el (c-forward-token-1, c-backward-token-1): New | |
5737 functions to move by tokens. | |
5738 (c-guess-basic-syntax): Fixes for Java 1.1 array initialization | |
5739 brace lists. | |
5740 | |
5741 1998-03-06 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5742 | |
5743 * ps-print.el: Some comment, doc and bug fixes. | |
5744 (ps-print-version): New version number (3.06) and doc fix. | |
5745 (ps-print-only-one-header, ps-font-type): New var. | |
5746 (ps-font-info-database): Better font database management. | |
5747 (ps-error-scale-font, ps-select-header-font): Funs eliminated. | |
5748 (ps-font, ps-font-bold, ps-font-italic, ps-font-bold-italic) | |
5749 (ps-avg-char-width, ps-space-width, ps-line-height) | |
5750 (ps-header-font, ps-header-title-font, ps-header-line-height) | |
5751 (ps-header-title-line-height): Vars eliminated. | |
5752 (ps-font-list, ps-font, ps-fonts, ps-font-number, ps-line-height) | |
93313 | 5753 (ps-title-line-height, ps-space-width, ps-avg-char-width): New funs. |
25866 | 5754 (ps-print-prologue-1): Adjust PostScript programming. |
5755 (ps-color-format): Doc indentation. | |
5756 (ps-print-hook, ps-print-begin-page-hook, ps-print-begin-column-hook): | |
5757 New hook vars. | |
5758 (ps-spool-without-faces, ps-spool-with-faces): Run hook var. | |
5759 (ps-line-lengths-internal, ps-nb-pages, ps-select-font) | |
5760 (ps-get-page-dimensions, ps-begin-file, ps-end-file, ps-header-page) | |
5761 (ps-begin-page, ps-dummy-page, ps-next-line, ps-continue-line) | |
5762 (ps-basic-plot-string, ps-basic-plot-whitespace, ps-plot-region) | |
5763 (ps-control-character, ps-color-values, ps-generate): Adjust programming. | |
5764 (ps-page-number): New macro. | |
5765 (ps-plot-with-face, ps-generate-postscript-with-faces): Fix invisible | |
5766 text printing. | |
5767 | |
5768 1998-03-06 Dave Love <fx@gnu.org> | |
5769 | |
5770 * progmodes/fortran.el (fortran-column-ruler-fixed) | |
5771 (fortran-column-ruler-tab): Doc fix. | |
5772 (fortran-mode-map): Bind fortran-narrow-to-subprogram. | |
5773 (bug-fortran-mode): Variable deleted. | |
5774 | |
5775 1998-03-06 Dave Love <d.love@dl.ac.uk> | |
5776 | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
48129
diff
changeset
|
5777 * browse-url.el: Various doc fixes, mainly to remove innappropriate |
25866 | 5778 leading "*"s. |
5779 (browse-url-new-window-p, browse-url-netscape-display) | |
5780 (browse-url-save-file, browse-url-generic-program): | |
5781 Add autoload cookies. | |
5782 (browse-url-mosaic-program, browse-url-lynx-input-field) | |
5783 (browse-url-lynx-input-attempts, browse-url-lynx-input-delay): | |
5784 Add :version. | |
5785 (browse-url-of-file-hook): Add :options. | |
5786 (browse-url-lynx-emacs-args): New option. | |
5787 (browse-url-lynx-emacs): Use it. | |
5788 (browse-url-lynx-xterm): Use backquote. | |
5789 (browse-url-emacs-display): Use Emacs version, not XEmacs. | |
5790 ((require 'term)): When compiling. | |
5791 | |
5792 1998-03-06 Kenichi Handa <handa@etl.go.jp> | |
5793 | |
5794 * international/titdic-cnv.el (titdic-convert): Use | |
5795 set-buffer-multibyte. | |
5796 | |
5797 * international/quail.el (quail-defrule-internal): New arg REPLACE. | |
5798 (quail-defrule): Call quail-defrule-internal with REPLACE t. | |
5799 | |
5800 1998-03-05 Peter Breton <pbreton@ne.mediaone.net> | |
5801 | |
5802 * generic.el (generic-mode-ini-file-find-file-hook): Use | |
5803 and-s instead of if-s. | |
5804 (generic-use-find-file-hook): Changed from defvar to defcustom. | |
5805 (generic-lines-to-scan): Changed from defvar to defcustom. | |
5806 (generic-find-file-regexp): Changed from defvar to defcustom. | |
5807 | |
5808 1998-03-05 Ivar Rummelhoff <ivarr@ifi.uio.no> | |
5809 | |
5810 * winner.el (winner-mode, winner-save-unconditionally) | |
5811 (winner-hook-installed-p): Save window configuration after | |
5812 every command if window-configuration-change-hook is not present. | |
5813 | |
5814 * winner.el (winner-save-new-configurations, winner-insert-if-new): | |
5815 Compare a new window configuration | |
5816 with the previous configuration before saving it. | |
5817 | |
5818 * winner.el (winner-insert-if-new, winner-ring) | |
5819 (winner-configuration, winner-set): Save buffer list together | |
5820 with the window configurations, so that windows that can no | |
5821 longer be correctly restored can instead be deleted. | |
5822 | |
5823 * winner.el (winner-undo): Compare restored configuration | |
5824 with other configurations that have been reviewed and skip | |
5825 this one if it looks similar. | |
5826 | |
5827 * winner.el (winner-insert-if-new, winner-save-new-configurations) | |
5828 (winner-save-unconditionally): Just save the final | |
5829 configuration if the same command (changing the window | |
5830 configuration) is applied several times in a row. | |
5831 | |
5832 * winner.el (winner-switch): Removed the command | |
5833 `winner-switch' (and the variables connected to it), since | |
5834 because of the change above, any "switching package" may now | |
5835 be used without disturbing winner-mode too much. | |
5836 | |
5837 * winner.el: Use list syntax for key definitions. | |
5838 | |
5839 * winner.el (winner-change-fun): Removed the pushnew | |
5840 command, so that `cl' will not have to be loaded. | |
5841 | |
5842 * winner.el (winner-set-conf): Introduced "wrapper" around | |
5843 `set-window-configuration', so that `winner-undo' may be | |
5844 called from the minibuffer. | |
5845 | |
5846 1998-03-06 Carsten Dominik <cd@delysid.gnu.org> | |
5847 | |
5848 * textmodes/reftex.el (reftex-select-item): A set-buffer in the | |
5849 unwind-protect form makes sure we deinstall in the correct hooks. | |
5850 | |
5851 1998-03-05 Richard Stallman <rms@psilocin.gnu.org> | |
5852 | |
5853 * mail/rmail.el (rmail-next-same-subject): Ignore leading and | |
5854 trailing whitespace in this message's subject. | |
5855 | |
5856 1998-03-05 Ralph Schleicher <rs@purple.UL.BaWue.DE> | |
5857 | |
5858 * battery.el: Fixed spelling of `autoload' magic cookies. | |
5859 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
5860 1998-03-05 Sam Steingold <sds@usa.net> |
25866 | 5861 |
5862 * lisp/simple.el (backward-delete-char-untabify-method): | |
5863 New user option. | |
5864 (backward-delete-char-untabify): Obey it. | |
5865 This implements "hungry" delete. | |
5866 | |
39229
bf5f26157d70
Update Stephen Gildea's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
5867 1998-03-04 Stephen Gildea <gildea@stop.mail-abuse.org> |
25866 | 5868 |
5869 * time-stamp.el (time-stamp-pattern): New variable. | |
5870 (time-stamp): Use that new variable. | |
5871 (time-stamp-string): Take optional format arg. | |
5872 | |
5873 1998-03-04 Richard Stallman <rms@psilocin.gnu.org> | |
5874 | |
5875 * files.el (auto-mode-alist): Recognize zone-mode. | |
93313 | 5876 (basic-save-buffer): Use save-current-buffer not save-excursion. |
25866 | 5877 |
5878 1998-02-27 Dave Love <d.love@dl.ac.uk> | |
5879 | |
5880 * wid-edit.el (widget-url-link-action): Call browse-url to sort | |
5881 out browser function. Don't require browse-url. | |
5882 | |
5883 1998-03-04 Kenichi Handa <handa@etl.go.jp> | |
5884 | |
5885 * subr.el (sref): Increase CHAR in the while loop. | |
5886 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
5887 1998-03-03 Sam Steingold <sds@usa.net> |
25866 | 5888 |
5889 * dired.el (dired-quit): Function deleted. | |
5890 (dired-mode-map): Use quit-window for q. | |
5891 | |
5892 * buff-menu.el (Buffer-menu-quit): Function deleted. | |
5893 (Buffer-menu-mode-map): Use quit-window for q. | |
5894 | |
5895 * bookmark.el (bookmark-bmenu-mode-map): Use quit-window for q. | |
5896 (bookmark-bmenu-quit): Function deleted. | |
5897 | |
5898 * progmodes/make-mode.el (makefile-browser-quit): Use quit-window. | |
5899 | |
5900 * progmodes/etags.el (select-tags-table-quit): Use quit-window. | |
5901 | |
5902 * play/solitaire.el (solitaire-quit): Function deleted. | |
5903 (solitaire-mode-map): Use quit-window for q. | |
5904 | |
5905 * mail/rnews.el (news-exit): Use quit-window. | |
5906 | |
5907 * mail/rmail.el (rmail-bury, rmail-quit): Use quit-window. | |
5908 | |
5909 * mail/mh-e.el (mh-quit): Use quit-window. | |
5910 | |
5911 1998-03-03 Richard Stallman <rms@psilocin.gnu.org> | |
5912 | |
5913 * textmodes/fill.el (fill-region): If JUSTIFY is non-nil | |
5914 and not a known value, treat it as `full'. | |
5915 (fill-region-as-paragraph): Likewise. | |
5916 | |
5917 1998-03-03 Peter Stephenson <pws@ifh.de> | |
5918 | |
5919 * vcursor.el: Some support for character terminals provided. | |
5920 Various functions are smarter about using the correct windows | |
5921 and the appropriate keymaps. | |
5922 (vcursor-string): New variable, shows vcursor on dumb terminals. | |
5923 (vcursor-map): New variable, holds keymap for vcursor commands. | |
5924 (vcursor-use-vcursor-map): New variable, non-nil if vcursor | |
5925 keys are overlaid onto main keymap. | |
5926 (vcursor-toggle-vcursor-map): New function to implement this. | |
5927 (vcursor-interpret-input): New variable, copy input as if typed. | |
5928 (vcursor-window-funcall): With list instead of symbol, now calls | |
5929 interactively. | |
5930 (vcursor-isearch-backward): New function to match forward isearch. | |
5931 | |
5932 1998-03-03 Stephen Eglen <stephen@gnu.org> | |
5933 | |
5934 * iswitchb.el (iswitchb-default-method): Redundant :tag entries | |
5935 removed. | |
5936 Doc fixes. | |
5937 | |
5938 1998-03-03 Kenichi Handa <handa@etl.go.jp> | |
5939 | |
5940 * dired.el (dired-get-filename): Don't call encode-coding-string | |
5941 if default-file-name-coding-system is non-nil. | |
5942 | |
5943 * files.el (insert-directory): Bind coding-system-for-write. | |
5944 Don't encode filename here because call-process encodes the | |
98444 | 5945 arguments by coding-system-for-write. |
25866 | 5946 |
5947 1998-03-03 Richard Stallman <rms@psilocin.gnu.org> | |
5948 | |
5949 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map) | |
5950 (emacs-lisp-mode-map, lisp-mode-map): Use set-keymap-parent. | |
5951 | |
5952 1998-03-02 Sam Steingold <sds@usa.net> | |
5953 | |
5954 * window.el (quit-window): New command. | |
5955 | |
5956 1998-03-02 Richard Stallman <rms@psilocin.gnu.org> | |
5957 | |
5958 * emacs-lisp/gulp.el (gulp-send-requests): Call sort properly. | |
5959 When showing the message, put point at beginning of buffer. | |
5960 | |
5961 1998-03-02 Kenichi Handa <handa@etl.go.jp> | |
5962 | |
5963 * files.el (insert-directory): Bind coding-system-for-read to | |
5964 file-name-coding-system or default-file-name-coding-system if | |
93313 | 5965 enable-multibyte-characters is non-nil. |
25866 | 5966 |
5967 * simple.el (quoted-insert): Allow direct insertion of codes in | |
5968 the range 0200..0237. Use unibyte-char-to-multibyte for codes in | |
5969 the range 0240..0377. | |
5970 | |
5971 * subr.el (sref): Typo in doc-string fixed. | |
5972 | |
5973 * international/mule-cmds.el (set-default-coding-systems): Set | |
5974 default-file-name-coding-system. Doc-string modified. | |
5975 (prefer-coding-system): Doc-string modified. | |
5976 | |
5977 * language/japan-util.el (setup-japanese-environment): Set | |
5978 default-file-name-coding-system to japanese-iso-8bit. | |
5979 | |
5980 1998-03-02 Richard Stallman <rms@psilocin.gnu.org> | |
5981 | |
5982 * emacs-lisp/easymenu.el (easy-menu-change): | |
5983 Handle case of no keywords. | |
5984 | |
5985 * ange-ftp.el (ange-ftp-call-chmod): Don't try to chmod file `--'. | |
5986 | |
5987 1998-03-02 Dave Love <fx@gnu.org> | |
5988 | |
5989 * winner.el ((require 'cl)): Revert to compile-time require. | |
5990 Eliminating pushnew previously had actually fixed the lossage. | |
5991 | |
5992 1998-03-02 Richard Stallman <rms@psilocin.gnu.org> | |
5993 | |
5994 * isearch.el (isearch-*-char): Do nothing special if quoted with \. | |
5995 | |
5996 1998-03-01 Richard Stallman <rms@psilocin.gnu.org> | |
5997 | |
5998 * generic.el: Provide generic, not generic-mode. | |
5999 Several doc fixes. | |
6000 | |
6001 * generic-x.el: New file. | |
6002 | |
6003 * add-log.el (change-log-font-lock-keywords): Recognize + in date. | |
6004 | |
6005 1998-03-01 Peter Breton <pbreton@ne.mediaone.net> | |
6006 | |
6007 * locate.el (locate-update): New function. | |
6008 (locate-current-line-number): Renamed from `current-line'. | |
6009 (locate-default-make-command-line): Use list, not cons. | |
6010 (locate): Added a `save-window-excursion' form. | |
6011 (locate): Used an `apply' form for the start-process call. | |
93313 | 6012 (locate-mode): Now has a `revert-buffer-function'. |
25866 | 6013 (locate-do-setup): Now longer deletes window. |
6014 (locate-header-face): Use underline, not region. | |
6015 (locate-update-command): New option. | |
6016 (locate-command): Changed from defvar to defcustom. | |
6017 (locate-make-command-line): Changed from defvar to defcustom. | |
6018 (locate-fcodes-file): Changed from defvar to defcustom. | |
6019 (locate-mouse-face): Changed from defvar to defcustom. | |
6020 | |
6021 1998-02-28 Richard Stallman <rms@psilocin.gnu.org> | |
6022 | |
6023 * subr.el (read-quoted-char): Doc fix. | |
6024 | |
6025 1998-02-27 Richard Stallman <rms@psilocin.gnu.org> | |
6026 | |
6027 * info.el (info): Always switch to buffer *info* even if | |
6028 current buffer is in Info mode. | |
6029 | |
6030 * comint.el (comint-arguments): Treat \" and such as part of one arg. | |
6031 | |
6032 * files.el (set-visited-file-name): Don't call backup-enable-predicate | |
6033 when buffer-file-name is nil. | |
6034 | |
6035 * progmodes/make-mode.el (make-mode): Provide make-mode, not makefile. | |
6036 | |
6037 * international/mule.el (load-with-code-conversion): | |
6038 Don't bind enable-multibyte-characters; instead, | |
6039 bind default-enable-multibyte-characters before creating buffer. | |
6040 (after-insert-file-set-buffer-file-coding-system): | |
6041 Use set-buffer-multibyte. | |
6042 Use add-hook to add this to after-insert-file-functions. | |
6043 | |
6044 * avoid.el (mouse-avoidance-kbd-command): Function deleted. | |
6045 (mouse-avoidance-fancy-hook, mouse-avoidance-exile-hook) | |
6046 (mouse-avoidance-banish-hook): Test whether last command | |
6047 was a mouse command of any kind. | |
6048 | |
6049 1998-02-27 Karl Heuer <kwzh@gnu.org> | |
6050 | |
6051 * dired-x.el (dired-do-toggle): Function moved to dired.el. | |
6052 * dired.el (dired-do-toggle): Moved here from dired-x.el. | |
6053 (dired-mode-map): Changed dired-do-toggle from "T" to "t". | |
6054 | |
6055 1998-02-27 Carsten Dominik <dominik@strw.LeidenUniv.nl> | |
6056 | |
6057 * textmodes/reftex.el: Remove debugging statements. | |
6058 | |
6059 1998-02-27 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6060 | |
6061 * vc-hooks.el, vc.el: Added version ids. | |
6062 | |
6063 * vc.el (vc-default-init-version): New variable. | |
6064 (vc-register): Use it. Also use COMMENT argument. | |
6065 | |
6066 1998-02-27 Dave Love <fx@gnu.org> | |
6067 | |
93313 | 6068 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex) |
6069 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Fix doc, | |
25866 | 6070 interactive spec. |
6071 | |
6072 1998-02-27 Simon Marshall <simon@gnu.org> | |
6073 | |
6074 * comint.el (comint-dynamic-complete-filename): Don't wrap up the value | |
6075 of directory-sep-char when calling comint-dynamic-complete-as-filename. | |
93313 | 6076 (comint-dynamic-complete-as-filename, comint-exec-1): |
6077 Use directory-sep-char rather than "/". | |
25866 | 6078 |
6079 1998-02-25 Dave Love <fx@gnu.org> | |
6080 | |
6081 * thingatpt.el (thing-at-point-url-at-point): | |
6082 Intuit ftp:// on `short' URLs. | |
6083 | |
6084 1998-02-25 Richard Stallman <rms@gnu.org> | |
6085 | |
6086 * mail/rmail.el (rmail-retry-failure): Don't insist on finding | |
6087 MIME delimiter again at end of bounce text. | |
6088 (mail-unsent-separator): Accept "Your message follows". | |
6089 | |
6090 * cus-edit.el (custom-file): New function. | |
6091 (custom-save-delete): Use it. | |
6092 (custom-save-all): Use it. | |
6093 | |
6094 * shell.el (shell-dirtrack-mode): Renamed from shell-dirtrack-toggle. | |
6095 (dirtrack-mode, shell-dirtrack-toggle): Defined as aliases. | |
6096 | |
6097 1998-02-25 Carsten Dominik <dominik@strw.LeidenUniv.nl> | |
6098 | |
93313 | 6099 * textmodes/reftex.el (reftex-toc-mode, reftex-select-label-mode) |
6100 (reftex-select-bib-mode): New major modes for RefTeX's special buffers. | |
25866 | 6101 (reftex-offer-label-menu): Put selection buffer into |
6102 `reftex-select-label-mode'. Make selection buffer read-only. Use | |
6103 `reftex-erase-buffer'. | |
6104 (reftex-do-citation): Put selection buffer into | |
6105 `reftex-select-bib-mode'. Make selection buffer read-only. Use | |
6106 `reftex-erase-buffer'. Set `reftex-select-return-marker'. | |
6107 (reftex-toc): Put *toc* buffer into reftex-toc-mode. Add | |
6108 mouse-face property. | |
6109 (reftex-select-item): Use recursive edit instead of selfmade | |
6110 command loop. Removed unnecessary local bindings. Changed the | |
6111 tag for catch, to avoid problems with `exit' tag in | |
6112 recursive-edit. Moved the code around old command loop to pre- | |
6113 and post-command-hook. | |
93313 | 6114 (reftex-select-pre-command-hook, reftex-select-post-command-hook) |
25866 | 6115 (reftex-select-show-insertion-point): New functions. |
6116 (reftex-reference): Set `reftex-select-return-marker'. | |
6117 (reftex-check-recursive-edit): Error message changed. | |
6118 (reftex-select-search-minibuffer-map): Obsolete constant removed. | |
93313 | 6119 (reftex-select-next, reftex-select-previous, reftex-select-scroll-up) |
6120 (reftex-select-scroll-down, reftex-select-next-heading) | |
25866 | 6121 (reftex-select-previous-heading): Handle prefix arguments. |
95773 | 6122 (reftex-toc, reftex-make-and-insert-label-list) |
25866 | 6123 (reftex-insert-bib-matches): Add mouse-face property. |
6124 (reftex-highlight-selection): New option. | |
6125 (reftex-select-mouse-accept): New command. | |
93313 | 6126 (reftex-select-recursive-edit, reftex-select-search-forward) |
6127 (reftex-select-search-backward, reftex-select-search) | |
6128 (reftex-select-scroll-up, reftex-select-scroll-down) | |
6129 (reftex-scroll-other-window, reftex-scroll-other-window-down) | |
25866 | 6130 (reftex-empty-toc-buffer): Removed obsolete functions. |
6131 (reftex-highlight-overlays): Removed obsolete 3rd overlay. | |
6132 (reftex-select-label-map, reftex-select-bib-map): Removed obsolete | |
6133 bindings, added mouse bindings, `digit-argument', | |
6134 `negative-argument', `reftex-select-show-insertion-point'. | |
6135 (reftex-erase-buffer): BUFFER now defaults to current buffer. | |
6136 (reftex-label-alist-builtin): Added sidecap packages support. | |
93313 | 6137 (reftex-last-follow-point, reftex-select-return-marker): New variables. |
25866 | 6138 (reftex-toc, reftex-select-item): Set `reftex-last-follow-point'. |
6139 (reftex-toc-post-command-hook): Use `reftex-last-follow-point'. | |
6140 (reftex-get-file-buffer-force): Turn off `enable-local-variables' | |
6141 when reading a file literally. | |
6142 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95773
diff
changeset
|
6143 1998-02-25 Per Starbäck <starback@strindberg.ling.uu.se> |
25866 | 6144 |
6145 * play/doctor.el (mathlst): Fix typo. | |
6146 (shortlst): Avoid saying "Can you be", which confuses the doctor. | |
6147 | |
6148 * vc.el (vc-register): Update vc-buffer-backend. | |
6149 | |
6150 1998-02-25 Ralph Schleicher <rs@purple.UL.BaWue.DE> | |
6151 | |
6152 * info-look.el: Added support for the Emacs Lisp manual. | |
6153 (info-complete-file): Use default value if MODE is nil. | |
6154 (info-lookup-file-alist): Variable removed. | |
6155 | |
6156 * battery.el (battery-linux-proc-apm-regexp): Load percentage | |
6157 and remaining time have to match negative values. | |
6158 (battery-linux-proc-apm): Initialize void %-sequences. | |
6159 | |
6160 1998-02-25 Aki Vehtari <Aki.Vehtari@hut.fi> | |
6161 | |
6162 * tar-mode.el: Add "q" for quit, and use "C" for copy and "R" for | |
6163 rename as in dired. | |
6164 | |
6165 1998-02-25 Dan Nicolaescu <done@ece.arizona.edu> | |
6166 | |
93313 | 6167 * winner.el (winner-mode-hook): Fix typo. |
6168 (winner-mode-leave-hook): Use defcustom. Fix typo. | |
25866 | 6169 |
6170 1998-02-24 Dave Love <fx@gnu.org> | |
6171 | |
6172 * winner.el: (require 'cl) unconditionally. | |
6173 (winner): defgroup. | |
93313 | 6174 (winner-dont-bind-my-keys, winner-skip-buffers) |
6175 (winner-skip-regexps, winner-mode, winner-mode-hook) | |
6176 (winner-mode-leave-hook): Customized. | |
25866 | 6177 (winner-mode): Add autoload cookie. |
6178 (winner-undo): Doc fix. | |
6179 | |
6180 * vc.el (vc-checkin-hook): Add :options. | |
6181 (vc-checkin, vc-comment-to-change-log): Doc fix. | |
6182 | |
6183 * compile.el (compilation-error-regexp-alist): Allow initial | |
6184 program name in first pattern. | |
6185 | |
6186 1998-02-23 Stephen Eglen <stephen@gnu.org> | |
6187 | |
6188 * textmodes/spell.el: Doc fix. | |
6189 | |
6190 1998-02-22 Stephen Eglen <stephen@gnu.org> | |
6191 | |
6192 * emacs-lisp/find-func.el: Customize. | |
6193 * emulation/crisp.el: Customize. | |
6194 * mail/mail-extr.el, mail/uce.el, mail/sendmail.el: Customize. | |
6195 * mail/uce.el: Customize. | |
6196 * progmodes/cperl-mode.el, progmodes/modula2.el: Customize. | |
6197 * progmodes/perl-mode.el, progmodes/simula.el: Customize. | |
6198 * progmodes/tcl-mode.el: Customize. | |
6199 * textmodes/bib-mode.el, textmodes/picture.el: Customize. | |
6200 * textmodes/refbib.el, textmodes/refer.el: Customize. | |
6201 * textmodes/scribe.el, textmodes/spell.el: Customize. | |
6202 | |
6203 1998-02-21 Sam Steingold <sds@usa.net> | |
6204 | |
6205 * emacs-lisp/cl-indent.el: Fix indentation rules for | |
6206 multiple-value-setf and multiple-value-list. | |
6207 | |
6208 1998-02-21 Simon Marshall <simon@gnu.org> | |
6209 | |
6210 * font-lock.el (font-lock-constant-face): Variable and face renamed | |
6211 from font-lock-reference-face. | |
6212 (font-lock-reference-face): Changed value to font-lock-constant-face. | |
6213 | |
6214 * add-log.el: | |
6215 * dired.el: | |
6216 * emacs-lisp/checkdoc.el: | |
6217 * help.el: | |
6218 * ielm.el: | |
6219 * mail/rmail.el: | |
6220 * mail/sendmail.el: | |
6221 * outline.el: | |
6222 * pascal.el: | |
6223 * play/decipher.el: | |
6224 * progmodes/ada-mode.el: | |
6225 * progmodes/awk-mode.el: | |
6226 * progmodes/cperl-mode.el: | |
6227 * progmodes/f90.el: | |
6228 * progmodes/fortran.el: | |
6229 * progmodes/icon.el: | |
6230 * progmodes/make-mode.el: | |
6231 * progmodes/meta-mode.el: | |
6232 * progmodes/modula2.el: | |
6233 * progmodes/octave-mod.el: | |
6234 * progmodes/perl-mode.el: | |
6235 * progmodes/scheme.el: | |
6236 * progmodes/simula.el: | |
6237 * ps-print.el: | |
6238 * textmodes/bibtex.el: | |
6239 * textmodes/reftex.el: | |
6240 * textmodes/texinfo.el: Updated accordingly. | |
6241 | |
6242 1998-02-20 Kenichi Handa <handa@etl.go.jp> | |
6243 | |
6244 * mail/rmail.el (rmail-decode-babyl-format): Message modified. | |
6245 (rmail): Comment for the binding of rmail-enable-multibyte added. | |
6246 | |
75613 | 6247 1998-02-19 Kenichi Handa <handa@etl.go.jp> |
25866 | 6248 |
6249 * international/mule.el | |
6250 (after-insert-file-set-buffer-file-coding-system): Call | |
6251 set-buffer-multibyte instead of directly setting | |
6252 enable-multibyte-characters to nil. | |
6253 | |
6254 * language/china-util.el (setup-chinese-cns-environment): Correct | |
98317 | 6255 the setting of default-input-method. |
25866 | 6256 |
6257 * international/mule-cmds.el (select-safe-coding-system): Kill the | |
6258 warning buffer before returning. | |
6259 | |
93313 | 6260 * mail/rmail.el (rmail-enable-multibyte): New variable. |
25866 | 6261 (rmail): Bind coding-system-for-read to raw-text. Set the buffer |
6262 multibyte if necessary. | |
6263 (rmail-convert-file): Call rmail-decode-babyl-format only when we | |
6264 don't have to call rmail-convert-to-babyl-format. | |
6265 (rmail-decode-babyl-format): If rmail-file-coding-system is nil, | |
6266 detect it. | |
6267 (rmail-get-new-mail): Bind rmail-enable-multibyte locally. | |
6268 (rmail-convert-to-babyl-format): Check the value of | |
6269 rmail-enable-multibyte instead of enable-multibyte-characters. | |
6270 | |
6271 * subr.el (sref): Doc-string added. | |
6272 | |
6273 1998-02-18 Simon Marshall <simon@gnu.org> | |
6274 | |
93313 | 6275 * font-lock.el (font-lock-keywords) |
25866 | 6276 (font-lock-syntactic-keywords): Doc fixes. |
6277 | |
6278 1998-02-17 Dave Love <fx@gnu.org> | |
6279 | |
6280 * textmodes/sgml-mode.el (sgml-mode-common): Downcase key for | |
6281 assoc so upper-case markup works. | |
6282 (sgml-attributes, sgml-tag-help): Likewise. | |
6283 | |
6284 1998-02-17 Richard Stallman <rms@psilocin.gnu.org> | |
6285 | |
6286 * progmodes/cc-styles.el (c-copy-tree): New function. | |
6287 (c-initialize-builtin-style): Use c-copy-tree. | |
6288 | |
6289 1998-02-16 Richard Stallman <rms@psilocin.gnu.org> | |
6290 | |
6291 * info.el (Info-summary): Clear buffer-read-only. | |
6292 | |
6293 1998-02-16 Ralph Schleicher <rs@purple.UL.BaWue.DE> | |
6294 | |
6295 * info-look.el (info-complete): Rewrite minibuffer completion code. | |
6296 | |
6297 * info-look.el (info-lookup-minor-mode, turn-on-info-lookup): | |
6298 Added minor mode interface. | |
6299 (info-lookup-minor-mode-string): New variable. | |
6300 (info-lookup-minor-mode-map): New variable. | |
6301 | |
6302 * info-look.el: Provide a work-around if the custom library is | |
6303 not available. | |
6304 | |
6305 * info-look.el (info-lookup-other-window-flag) | |
6306 (info-lookup-highlight-face): Variables customized. | |
6307 | |
6308 * info-look.el (info-lookup-alist): No longer customizable. | |
6309 (info-lookup-add-help, info-lookup-maybe-add-help): Interface | |
6310 functions for adding new modes. | |
6311 (info-lookup-add-help*): New function. | |
6312 (info-lookup-symbol-alist, info-lookup-file-alist): Variables deleted. | |
6313 This info is specified now by calling info-lookup-maybe-add-help | |
6314 and info-lookup-add-help. | |
6315 | |
6316 1998-02-16 Martin Stjernholm <cc-mode-help@python.org> | |
6317 | |
6318 * progmodes/cc-align.el (c-lineup-close-paren) | |
6319 (c-indent-one-line-block): New indentation functions. | |
6320 | |
6321 * progmodes/cc-cmds.el (c-beginning-of-statement) | |
6322 (c-end-of-statement): Do not move by sentence in strings. | |
6323 | |
6324 * progmodes/cc-cmds.el (c-beginning-of-statement): | |
6325 Major rewrite. | |
6326 | |
6327 * progmodes/cc-engine.el (c-forward-syntactic-ws, c-backward-syntactic-ws): | |
6328 Don't narrow, just make a simple check against the given limit. | |
6329 | |
6330 (c-collect-line-comments): New function. | |
6331 | |
6332 (c-literal-limits): New function that finds the start and end pos | |
6333 of a comment or string surrounding point. | |
6334 | |
6335 (c-literal-limits-fast): A faster variant of `c-literal-limits' | |
6336 for newer Emacsen where the state returned from | |
6337 `parse-partial-sexp' contains the starting pos of the last | |
6338 literal. | |
6339 | |
100515
ce4ce31aa65a
Fix typos and author's names.
Juanma Barranquero <lekktu@gmail.com>
parents:
98444
diff
changeset
|
6340 1998-02-16 Barry A. Warsaw <cc-mode-help@python.org> |
25866 | 6341 |
6342 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Set | |
6343 imenu-case-fold-search to nil. | |
6344 | |
6345 * progmodes/cc-langs.el (c-postprocess-file-styles): If a file | |
6346 style or file offsets are set, make the variables local to the | |
6347 buffer (via make-local-variable). | |
6348 | |
6349 * progmodes/cc-styles.el (c-make-styles-buffer-local): Take an optional | |
6350 argument which switches between make-variable-buffer-local and | |
6351 make-local-variable. Generalize. | |
6352 | |
6353 * progmodes/cc-defs.el (c-point): In XEmacs, use scan-lists + | |
6354 buffer-syntactic-context-depth. | |
6355 | |
6356 * progmodes/cc-vars.el (c-enable-xemacs-performance-kludge-p): New | |
6357 variable. | |
6358 | |
6359 * progmodes/cc-cmds.el, progmodes/cc-engine.el (c-beginning-of-defun) | |
6360 (c-indent-defun, c-parse-state): Use (c-point 'bod) instead of | |
6361 beginning-of-defun directly. | |
6362 | |
6363 * progmodes/cc-align.el (c-semi&comma-no-newlines-before-nonblanks) | |
6364 (c-semi&comma-no-newlines-for-oneline-inliners): New functions. | |
6365 | |
6366 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a few byte | |
6367 compiler warnings. | |
6368 | |
6369 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun): | |
6370 New commands. | |
6371 | |
6372 * progmodes/cc-engine.el (c-backward-to-start-of-do): Break infloop for | |
6373 invalid code, e.g. when someone types while (TRUE) { at the top of | |
6374 a buffer, we shouldn't hang when the { is typed! | |
6375 | |
6376 * progmodes/cc-cmds.el (c-beginning-of-statement): When moving | |
6377 forward by sentences, because we're either inside or at the start | |
6378 of a comment, be sure to limit movement to only within the extent | |
6379 of the comment. | |
6380 | |
6381 * progmodes/cc-langs.el (c-java-method-key): Variable deleted. | |
6382 | |
6383 * progmodes/cc-mode.el (java-mode): Set c-method-key to nil. I | |
6384 don't think this is necessary for Java, and besides, the old value | |
6385 was inherited from Objective-C which was clearly not right. | |
6386 | |
6387 * progmodes/cc-cmds.el (c-electric-colon): Don't insert newlines | |
6388 before or after scope operators, regardless of the value of | |
6389 c-hanging-colons. | |
6390 | |
6391 * progmodes/cc-engine.el (c-backward-to-start-of-if): Ensure never | |
6392 move forward, not even if point < lim. | |
6393 | |
6394 * progmodes/cc-align.el (c-lineup-dont-change): New lineup | |
6395 function that leaves the current line's indentation unchanged. | |
6396 Used for the new cpp-macro-cont syntactic symbol. | |
6397 | |
6398 * progmodes/cc-cmds.el (c-electric-brace): namespace-open and | |
6399 namespace-close braces can hang. | |
6400 | |
6401 * progmodes/cc-defs.el (c-emacs-features): Added autoload cookie. | |
6402 | |
6403 * progmodes/cc-engine.el (c-search-uplist-for-classkey): When | |
6404 searching up for a class key, instead of hardcoding the extended | |
6405 search for "extern", use the new variable c-extra-toplevel-key, | |
6406 which is language dependent. For C++, this variable includes the | |
6407 keyword "namespace" which will match C++ namespace introducing | |
6408 blocks. | |
6409 | |
6410 (c-guess-basic-syntax): Support for recognizing C++ namespace | |
6411 blocks, by elaborating on the mechanism used to find external | |
6412 language blocks. Searches which hardcoded "extern" now use | |
6413 c-extra-toplevel-key, a language dependent variable. Case clauses | |
6414 that were modified: CASE 5A.1, CASE 5A.4, CASE 5F, CASE 5I, CASE | |
6415 14A. | |
6416 | |
6417 CASE 3: we can now determine whether we're at the beginning of a | |
93313 | 6418 cpp macro definition, or inside the middle of one. Set syntax to |
25866 | 6419 'cpp-macro in the former case, 'cpp-macro-cont in the latter. In |
6420 both cases, the relpos is the beginning of the macro. | |
6421 | |
6422 (c-forward-syntactic-ws): Added code that skips forward over | |
6423 multi-line cpp macros. | |
6424 | |
6425 (c-beginning-of-macro): Moved, and made into a defsubst. This | |
6426 function can now actually find the beginning of a multi-line C | |
6427 preprocessor macro. | |
6428 | |
6429 (c-backward-syntactic-ws): Use c-beginning-of-macro to skip | |
6430 backwards over multi-line macro definitions. | |
6431 | |
6432 (c-in-literal, c-fast-in-literal): Use c-beginning-of-macro to | |
6433 find out whether we're in a multi-line macro definition. | |
6434 | |
6435 * progmodes/cc-langs.el (c-C-extra-toplevel-key) | |
6436 (c-C++-extra-toplevel-key, c-extra-toplevel-key): New variables | |
6437 which parameterize the search for additional top-level enclosing | |
6438 constructs. | |
6439 | |
6440 * progmodes/cc-menus.el: Imenu support changed. | |
6441 | |
6442 * progmodes/cc-mode.el (c++-mode): Set c-extra-toplevel-key to | |
6443 c-C++-extra-toplevel-key. | |
6444 (c-initialize-on-load): New variable, *not* customized. | |
6445 | |
6446 * progmodes/cc-styles.el (c-offsets-alist): Three new syntactic | |
6447 symbols: innamespace, namespace-open, namespace-close. These | |
6448 support C++ namespace blocks. | |
6449 Also, new syntactic symbol cpp-macro-cont, by default bound to | |
6450 c-lineup-dont-change. This symbol is assigned to subsequent lines | |
6451 of a multi-line C preprocess macro definition. | |
6452 | |
6453 * progmodes/cc-vars.el (c-default-style): Start doc string with *. | |
6454 | |
6455 * progmodes/cc-engine.el (c-fast-in-literal): Function which | |
6456 should be faster than c-in-literal. In XEmacs, this uses | |
6457 buffer-syntactic-context. | |
6458 | |
6459 * progmodes/cc-cmds.el (c-comment-line-break-function): When breaking a | |
6460 line-oriented comment, copy the comment leader from the previous | |
6461 line instead of hardcoding it to "// ". This ensures that | |
6462 whitespace between the slashes and the text is preserved. | |
6463 | |
6464 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace) | |
6465 (c-electric-slash, c-electric-star, c-electric-semi&comma) | |
6466 (c-electric-colon, c-electric-lt-gt, c-scope-operator) | |
6467 (c-electric-backspace, c-electric-delete) | |
6468 (c-indent-command, c-indent-exp, c-indent-defun) | |
6469 (c-backslash-region, c-fill-paragraph): Add "*" to interactive spec. | |
6470 | |
6471 * progmodes/cc-cmds.el (c-fill-paragraph): regexp-quote the | |
6472 fill-prefix when search forward for the end of line oriented comments. | |
6473 (c-backslash-region): Do not preserve the zmacs region (XEmacs). | |
6474 | |
6475 * progmodes/cc-langs.el (c-mode-base-map): | |
6476 c-mark-function moved back to M-C-h. | |
6477 | |
6478 * progmodes/cc-styles.el (c-style-alist): "jdk" style given by Martin | |
6479 Buchholz <mrb@Eng.Sun.COM> for conformance with Sun's JDK style. | |
6480 | |
6481 * progmodes/cc-styles.el (c-set-style-2, c-initialize-builtin-style): | |
6482 Don't special case "cc-mode", it's a derived style. | |
6483 Fix setup of derived style "cc-mode". | |
6484 Introduce the new default style "user" which contains all user | |
6485 customizations. | |
6486 | |
6487 * progmodes/cc-vars.el (c-default-style): Renamed from | |
6488 c-site-default-style. | |
6489 | |
6490 1998-02-15 Aki Vehtari <Aki.Vehtari@hut.fi> | |
6491 | |
6492 * bibtex.el (bibtex-autokey-names): Change number tag to integer. | |
6493 | |
6494 * bibtex.el (bibtex-include-OPTkey): Add non-nil default :value | |
6495 for function, so that it can be selected. | |
6496 (bibtex-entry-format): Replace repeat with set. | |
93313 | 6497 (bibtex-mode-hook): Change :type to 'hook. |
25866 | 6498 (bibtex-clean-entry-hook): Ditto. |
6499 (bibtex-add-entry-hook): Ditto. | |
6500 (bibtex-autokey-before-presentation-hook): Change name to -> | |
6501 `bibtex-autokey-before-presentation-function' as it is not hook. | |
6502 (bibtex-autokey-get-namefield): Remove newlines unconditionally. | |
6503 | |
6504 * bibtex.el (bibtex-autokey): Fixed prefix. | |
6505 (bibtex-user-optional-fields): Better `:type'. | |
6506 (bibtex-autokey-names): Better `:type' and doc-fix. | |
6507 (bibtex-mark-active): New function, taking care of Emacs variants. | |
6508 (bibtex-run-with-idle-timer): Ditto. | |
6509 (bibtex-mode-map): Change `[(control tab)]' to `[(meta tab)]'. | |
6510 (bibtex-autokey-get-yearfield): Changed to accept year when year | |
93313 | 6511 field has field-delimiters. This is quick fix, there might |
25866 | 6512 be better solution. |
6513 (bibtex-mode): Don't call idle timer with 0 seconds. | |
6514 (bibtex-mode): Call easy-menu-add. | |
6515 | |
6516 1998-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
6517 | |
6518 * bibtex.el (bibtex-autokey-get-yearfield): Fixed problem with | |
6519 parsing the year field. | |
6520 | |
6521 * bibtex.el (bibtex-comment-start): Font locking for comments added. | |
6522 | |
93313 | 6523 * bibtex.el (autokey-name-case-convert) |
6524 (autokey-titleword-case-convert): Replace autokey-preserve-case, adding | |
25866 | 6525 flexibility to case conversion of author names and titlewords. |
6526 | |
6527 * bibtex.el (bibtex-autokey-get-titles): Non capitalized title words | |
6528 are used for key generation as well. | |
6529 (bibtex-member-of-regexp): Case is honoured for matches now. | |
6530 (bibtex-autokey-titleword-ignore): Added entries provide compatibility | |
96376
c3309dba6542
American English spelling fix.
Glenn Morris <rgm@gnu.org>
parents:
95891
diff
changeset
|
6531 to former behavior. |
25866 | 6532 |
6533 * bibtex.el (bibtex-autokey-titleword-ignore): Title words found in | |
6534 this list are always ignored (previously only at the beginning of the | |
93313 | 6535 title). Replaces bibtex-autokey-titleword-first-ignore. |
25866 | 6536 |
6537 1998-02-15 Stephen Eglen <stephen@gnu.org> | |
6538 | |
6539 * msb.el (msb--choose-file-menu): Prevent looping when examining | |
6540 ange-ftp directory paths. | |
6541 (msb-modes-key): New variable. | |
6542 (msb--mode-menu-cond, msb--aggregate-alist): New functions. | |
6543 (msb--split-menus): Check if msb-max-file-menu-items is nil. | |
6544 (msb--format-title): Remove extra / after ~. | |
6545 File customized. | |
6546 Redundant (function ...) forms around lambda functions removed. | |
6547 Update copyright year. | |
6548 | |
6549 * hexl.el (hexl-mode-exit): Remove hexl-follow-ascii-find | |
6550 from post-command-hook when leaving hexl-mode. | |
6551 | |
6552 1998-02-14 Simon Marshall <simon@gnu.org> | |
6553 | |
6554 * progmodes/sh-script.el (sh-font-lock-keywords): | |
6555 Fontify sh-style function names in declarations. | |
6556 | |
6557 1998-02-13 Peter S Galbraith <galbraith@mixing.qc.dfo.ca> | |
6558 | |
6559 * info-look.el (info-complete): | |
6560 Display completions on second invocation at same point | |
6561 or if initial guess is already ambiguous. | |
6562 (info-look-completion): New variable. | |
6563 | |
6564 * info-look.el (info-lookup-symbol-alist): | |
6565 Added support for latex-mode, perl-mode, awk-mode, emacs-lisp-mode. | |
6566 | |
6567 1998-02-13 Richard Stallman <rms@psilocin.gnu.org> | |
6568 | |
6569 * jka-compr.el (jka-compr-compression-info-list): Fix previous change: | |
6570 clear "append" flag for bzip. | |
6571 | |
6572 1998-02-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6573 | |
6574 * disp-table.el (standard-display-european): If AUTO is nil, | |
6575 clear multibyte in *scratch*, and load latin-1. | |
6576 | |
6577 1998-02-12 Dave Love <fx@gnu.org> | |
6578 | |
6579 * progmodes/scheme.el (scheme-imenu-generic-expression): Simplify | |
6580 regexps. | |
6581 (dsssl-imenu-generic-expression): Likewise. | |
6582 (scheme-mode-variables): Set imenu-syntax-alist. | |
6583 (dsssl-mode): Remove `!' from font-lock-defaults. Set | |
6584 imenu-syntax-alist. | |
6585 | |
6586 1998-02-11 Richard Stallman <rms@psilocin.gnu.org> | |
6587 | |
6588 * play/cookie1.el (cookie-snarf): Use match-beginning on the delimiter. | |
6589 (cookie-delimiter): Handle single-% delimiter. | |
6590 | |
6591 * progmodes/sh-script.el (sh-set-shell): Use standard-syntax-table | |
6592 if none other is specified. | |
6593 | |
6594 * emacs-lisp/debug.el (debugger-mode): | |
6595 Don't set enable-multibyte-characters here. | |
6596 (debug): Use set-buffer-multibyte to clear enable-multibyte-characters. | |
6597 | |
6598 1998-02-10 Richard Stallman <rms@psilocin.gnu.org> | |
6599 | |
6600 * msb.el (msb--choose-file-menu): Save some debugging info. | |
6601 | |
6602 * comint.el (comint-interrupt-subjob): Call comint-kill-input. | |
6603 (comint-kill-subjob, comint-quit-subjob, comint-stop-subjob): Likewise. | |
6604 | |
6605 * help.el (describe-bindings): Fix interactive spec. | |
6606 | |
6607 1998-02-09 Dave Love <d.love@dl.ac.uk> | |
6608 | |
6609 * compile.el (compilation-scroll-output): New variable. | |
6610 (compile-internal): Use it. Set lazy-lock-defer-on-scrolling. | |
6611 | |
6612 1998-02-09 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6613 | |
6614 * apropos.el (apropos-variable): New function. | |
6615 (apropos-command): Show functions instead of variables if given an | |
93313 | 6616 argument. The old functionality is now provided by |
25866 | 6617 `apropos-variable'. |
6618 | |
6619 1998-02-08 Richard Stallman <rms@psilocin.gnu.org> | |
6620 | |
6621 * msb.el (msb--toggle-menu-type): Pass arg to menu-bar-update-buffers. | |
6622 (msb--init-file-alist): Delete spurious =. | |
6623 | |
6624 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): | |
6625 Only call compiler-macroexpand if the function has | |
6626 a cl-compiler-macro property. | |
6627 | |
6628 * jka-compr.el (jka-compr-compression-info-list): Handle bzip. | |
6629 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95773
diff
changeset
|
6630 1998-02-06 Per Starbäck <starback@update.uu.se> |
25866 | 6631 |
6632 * international/iso-transl.el (iso-transl-define-keys): Don't add | |
6633 nonascii-insert-offset to ASCII characters. | |
6634 | |
6635 1998-02-06 Richard Stallman <rms@psilocin.gnu.org> | |
6636 | |
6637 * textmodes/bibtex.el (bibtex-autokey-year-length): Doc fix. | |
6638 | |
6639 * mail/rmail.el (rmail-clear-headers): Handle the last header | |
6640 in a message correctly. | |
6641 | |
6642 * font-lock.el (font-lock-keywords): Doc fix. | |
6643 | |
6644 1998-02-05 Richard Stallman <rms@psilocin.gnu.org> | |
6645 | |
6646 * replace.el (occur): Apply default by hand after read-from-minibuffer. | |
6647 No need to clear text props from the result. | |
6648 (query-replace-read-args, map-query-replace-regexp): | |
6649 Offer the FROM arg as the default for the TO arg. | |
6650 | |
6651 1998-02-04 Richard Stallman <rms@psilocin.gnu.org> | |
6652 | |
6653 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
6654 Use the size in bytes for the #@ size integer. | |
6655 | |
6656 1998-02-04 Stephen Eglen <stephen@mescaline.gnu.org> | |
6657 | |
6658 * locate.el: Customized. | |
6659 | |
6660 1998-02-04 Dave Love <fx@gnu.org> | |
6661 | |
93313 | 6662 * vc-hooks.el (vc-ignore-vc-files): New variable. |
25866 | 6663 (vc-file-hook, vc-file-not-found-hook): Use it. |
6664 | |
6665 1998-02-04 Kenichi HANDA <handa@etl.go.jp> | |
6666 | |
6667 * international/characters.el: Use aref instead of sref. | |
6668 | |
6669 * international/kinsoku.el: Use aref instead of sref. | |
6670 | |
6671 * international/mule-cmds.el (find-safe-coding-system): Return | |
6672 undecided if FROM == TO. | |
6673 (select-safe-coding-system): Doc-string modified. | |
6674 | |
6675 * international/mule-util.el (compose-chars-component): Return | |
6676 result as unibyte string. | |
6677 (decompose-composite-char): Doc-string modified. | |
6678 | |
6679 * international/titdic-cnv.el: Many codes re-written to adjust for | |
6680 character-base positioning and for speed up by using | |
6681 with-temp-file, with-temp-buffer, and princ. | |
6682 | |
6683 * language/china-util.el (encode-hz-region): Do not bind | |
6684 enable-multibyte-characters to nil locally. | |
6685 | |
6686 * language/devan-util.el: Do not require `cl'. | |
6687 (rule-intersection): New function. | |
6688 (string-conversion-by-rule): Use rule-intersection instead of | |
6689 intersection. | |
6690 (indian-to-devanagari-string): Use aref instead of sref. | |
6691 (devanagari-decompose-string): Likewise. | |
6692 | |
6693 * language/indian.el: Move codes which set syntax and category of | |
6694 Indian characters to international/characters.el. | |
6695 | |
6696 * progmodes/etags.el (etags): Fix defgroup syntax. | |
6697 | |
6698 1998-02-03 Richard Stallman <rms@psilocin.gnu.org> | |
6699 | |
6700 * imenu.el (imenu-generic-expression): Doc fix. | |
6701 (imenu--index-alist): Doc fix. | |
6702 (imenu-create-index-function): Doc fix. | |
6703 (imenu-prev-index-position-function): Doc fix. | |
6704 (imenu-extract-index-name-function): Doc fix. | |
6705 | |
6706 * emacs-lisp/edebug.el (edebug-stop-before-symbols): Variable deleted. | |
6707 (edebug-form): Don't handle edebug-stop-before-symbols. | |
6708 (edebug-submit-bug-report): Don't include edebug-stop-before-symbols. | |
6709 | |
6710 * avoid.el (mouse-avoidance-fancy-hook): Do nothing if button is down. | |
6711 (mouse-avoidance-exile-hook, mouse-avoidance-banish-hook): Likewise. | |
6712 | |
6713 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
6714 (mail-extr-first-letters, mail-extr-last-letters): | |
6715 Make range start from \240, not from \200. | |
6716 | |
6717 1998-02-02 Richard Stallman <rms@psilocin.gnu.org> | |
6718 | |
6719 * textmodes/fill.el (fill-region-as-paragraph): Fix the test for any | |
6720 non-ASCII characters, for deciding whether to do kinsoku. | |
6721 | |
6722 1998-02-02 Ed Reingold <reingold@melange.gnu.org> | |
6723 | |
98317 | 6724 * calendar/calendar.el (general-holidays): Fix misspelling. |
25866 | 6725 |
6726 1998-02-02 Dan Nicolaescu <done@ece.arizona.edu> | |
6727 | |
6728 * progmodes/hideshow.el (hs-special-modes-alist): Enhanced java | |
6729 regexp. | |
6730 | |
6731 1998-02-02 Richard Stallman <rms@psilocin.gnu.org> | |
6732 | |
6733 * help.el (describe-bindings): New command (formerly in keymap.c). | |
6734 | |
6735 * mldrag.el (mldrag-drag-vertical-line): Fix criterion | |
6736 for the error for trying to move a scroll bar at the frame edge. | |
6737 | |
6738 1998-02-01 Richard Stallman <rms@psilocin.gnu.org> | |
6739 | |
6740 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): Fix | |
6741 the doc strings used for the mode flag variable and the keymap. | |
6742 Delete duplicate &optional's. | |
6743 | |
6744 * emacs-lisp/edebug.el: Doc fixes. | |
6745 | |
6746 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): | |
6747 Bind edebug-all-defs and edebug-all-forms to nil. | |
6748 | |
6749 * subr.el (suspend-hook, suspend-resume-hook): New defvars. | |
6750 | |
6751 * emacs-lisp/autoload.el (update-file-autoloads): Give clean errors | |
6752 if autoloads file is empty or can't be written. | |
6753 | |
6754 1998-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
6755 | |
6756 * hideshow.el (hs-special-modes-alist): Improved the regexp for java. | |
6757 | |
6758 * isearch.el (isearch-range-invisible): Avoid infinite loop when | |
6759 search-invisible is nil. | |
6760 | |
6761 1998-02-01 Stephen Eglen <stephen@melange.gnu.org> | |
6762 | |
6763 * autoinsert.el (auto-insert-mode): New function. | |
6764 (auto-insert-mode): New customize variable to automatically load | |
6765 the package. Other variables customized. | |
6766 | |
6767 * tar-mode.el: Customized. | |
6768 | |
6769 * mail/mspools.el: Customized. Doc fixes. | |
6770 | |
6771 1998-01-31 Richard Stallman <rms@sucrose.ai.mit.edu> | |
6772 | |
6773 * mail/mailalias.el (define-mail-alias): | |
6774 If FROM-MAILRC-FILE, don't call sendmail-sync-aliases. | |
6775 (build-mail-aliases): Clear mail-aliases to nil at the beginning. | |
6776 | |
6777 1998-01-30 Richard Stallman <rms@psilocin.gnu.org> | |
6778 | |
6779 * replace.el (query-replace-from-history-variable): New variable. | |
6780 (query-replace-to-history-variable): New variable. | |
6781 (query-replace-read-args): Use them. | |
6782 | |
6783 1998-01-30 Dave Love <d.love@dl.ac.uk> | |
6784 | |
6785 * fortran.el: Various docstring and commentary fixes, including | |
6786 note of current maintainer. | |
6787 (fortran-mode): Use imenu-syntax-alist. | |
6788 (fortran-imenu-generic-expression): Use | |
6789 fortran-continuation-string, not always `+'. | |
6790 (fortran-font-lock-keywords-1): Include symbol syntax as well as | |
6791 word, following syntax table changes. | |
6792 (fortran-imenu-generic-expression): Likewise. | |
6793 (fortran-mode-map): Add a menu. | |
6794 (fortran-mode-version, fortran-startup-message): Delete misleading | |
6795 variables. | |
6796 (fortran-mode): Don't use them. | |
6797 (fortran-column-ruler-fixed, fortran-column-ruler-tab): Fix | |
6798 leading \ which made `0' into null. | |
6799 (fortran-join-line): New function and key binding. | |
6800 (fortran-narrow-to-subprogram): New function and key binding. | |
6801 (fortran-mode-syntax-table): Make ?., ?_, ?$ symbol, not word. | |
6802 | |
6803 1998-01-29 Carsten Dominik <dominik@strw.LeidenUniv.nl> | |
6804 | |
6805 * textmodes/reftex.el (reftex-toc): Fixed bug with split-window. Using | |
6806 split-window instead of split-window-vertically. | |
6807 (reftex-reset-mode): Removed obsolete buffer from kill list. | |
6808 (reftex-make-and-insert-label-list, reftex-do-citation): Delete | |
6809 other windows before displaying selection. | |
6810 (reftex-cite-format-builtin): Fixed bug in Chicago format. | |
6811 (reftex-enlarge-to-fit): New function. | |
6812 (reftex-nicify-text): Cut context-string at \item,\\. Changed | |
6813 match sequence for efficiency reasons. | |
6814 (reftex-parse-from-file): Include files can be ignored with | |
6815 `reftex-no-include-regexps'. | |
6816 (reftex-no-include-regexps): New option. | |
6817 (reftex-do-parse): Initialize appendix flag. | |
6818 (reftex-parse-from-file): Interprete appendix. | |
6819 (reftex-section-info): Use changed version of reftex-section-number. | |
6820 (reftex-where-am-I): Interprete appendix match. | |
6821 (reftex-init-section-numbers): New arg: appendix. | |
6822 (reftex-section-number): Treat appendix enumeration. | |
6823 (reftex-toc-external): Improved message. | |
6824 (reftex-compute-ref-cite-tables): Regular expression extended for | |
6825 appendix. | |
6826 (reftex-toc-rescan): Renamed from reftex-toc-redo. | |
6827 (reftex-toc-Rescan): Renamed from reftex-toc-Redo. | |
6828 (reftex-toc-revert): New function. | |
6829 (reftex-select-external-document): Completion on label prefixes. | |
6830 (reftex-find-file-on-path): Added an extra call to | |
6831 expand-file-name for the directory. | |
6832 (reftex-locate-bibliography-files): Added expand-file-name call. | |
6833 (reftex-guess-label-type): New function. | |
6834 (reftex-word-before-point): Function removed. | |
6835 (reftex-reference): Uses reftex-guess-label-type. Changed meaning | |
6836 of `~' in reference format. Magic words are regular expressions. | |
6837 (reftex-compute-ref-cite-tables): Convert magic words to regexps. | |
6838 (reftex-select-label-maps): Default bindings for TAB, up, down, RET. | |
6839 (reftex-select-read-string): Now uses completion. | |
6840 (reftex-make-and-insert-label-list): Prepare for completion. | |
6841 (reftex-where-am-I): Fixed bug with input files. | |
6842 (reftex-save-all-document-buffers): New command. | |
6843 (reftex-select-next-heading): New function. | |
6844 (reftex-select-previous-heading): New function. | |
6845 (reftex-select-read-string): New function. | |
6846 (reftex-offer-label-menu): Handle string value from reftex-select-item. | |
6847 (reftex-reference): Fixed bug (missing save-excursion). | |
6848 (reftex-toc-map): Added binding for ?n and ?p. | |
6849 (reftex-do-citation): Changed to use reftex-default-bibliography. | |
6850 (reftex-default-bibliography): New option. | |
6851 (reftex-find-tex-file): Check for file-name-absolute-p first. | |
93313 | 6852 (reftex-format-label-function, reftex-format-ref-function) |
6853 (reftex-format-cite-function): New hooks. | |
25866 | 6854 (reftex-info): New function. |
6855 (reftex-compute-ref-cite-tables): Removed interactive form. | |
93313 | 6856 (reftex-where-am-I): Removed interactive form. |
6857 (reftex-format-names): Removed interactive form. | |
6858 (reftex-vref-is-default): New customization variable. | |
6859 (reftex-mode-menu): Capitalize citation options. | |
25866 | 6860 (reftex-last-cnt): Variable removed. |
93313 | 6861 (reftex-last-data, reftex-last-line): New variables. |
25866 | 6862 (reftex-select-toggle-varioref): New function. |
6863 (reftex-offer-label-menu): Changed mode-line-format for varioref. | |
6864 (reftex-select-label-help): Help string updated. | |
6865 (reftex-do-parse): Fixed bug with empty xr list. | |
6866 (reftex-view-crossref): Prefix argument interpretation changed. | |
6867 (reftex-get-offset): New function. | |
6868 (reftex-label): Remove selection buffer to force update. | |
6869 (reftex-access-scan-info): Remove selection buffers. | |
6870 (reftex-select-external-document): Fixed bug with highest index. | |
6871 (reftex-label-index-list, reftex-found-list): Variables removed. | |
6872 (reftex-offer-label-menu, reftex-make-and-insert-label-list) | |
6873 (reftex-select-item, reftex-citation, reftex-select-label-callback) | |
93313 | 6874 (reftex-bibtex-selection-callback, reftex-select-callback): Changed |
25866 | 6875 to put the scan data directly into the text property :data, |
6876 instead of doing this indirectly with an index-list. | |
6877 (reftex-make-selection-buffer-name): New function. | |
6878 (reftex-tie-multifile-symbols): Store master-index-as-property. | |
6879 (reftex-kill-buffer): New function. | |
6880 (reftex-erase-buffer): New function. | |
6881 (reftex-erase-all-selection-buffers): New function. | |
6882 (reftex-mode-menu): Button "Restore from file" no longer sensitive | |
6883 to existence of the file. This had caused problems for LateX | |
6884 style files. Quoted `:style' and `:selected' for compatibility. | |
6885 (reftex-access-parse-file): `Restore' action now throws an | |
6886 exception when the file is not found. | |
6887 (reftex-create-customize-menu): New function. | |
6888 (reftex-label): Fixed bug which made naked labels in \footnotes. | |
6889 (reftex-select-label-map, reftex-select-bib-map): New keymaps for | |
6890 the RefTeX Select buffer. | |
6891 (reftex-select-next, reftex-select-previous, reftex-select-scroll-down) | |
6892 (reftex-select-scroll-up, reftex-select-quit) | |
6893 (reftex-select-toggle-follow, reftex-select-callback) | |
6894 (reftex-select-accept, reftex-select-help) | |
6895 (reftex-select-recursive-edit, reftex-select-search-forward) | |
6896 (reftex-select-search-backward, reftex-select-search) | |
6897 (reftex-select-scroll-other-window) | |
6898 (reftex-select-scroll-other-window-down): | |
6899 New commands for use in the two new keymaps. | |
6900 (reftex-select-item): Now uses the appropriate keymaps. | |
6901 (reftex-toc-map): New keymap (a keymap for the toc buffer. | |
6902 (reftex-toc): Now uses reftex-toc-map. | |
93313 | 6903 (reftex-fontify-select-label-buffer): New function. |
25866 | 6904 (reftex-select-font-lock-fontify-region): New function. |
6905 (reftex-make-and-insert-label-list): Refontification now uses | |
6906 `reftex-select-font-lock-fontify-region'. | |
6907 (reftex-show-entry): Refontification generalized. | |
6908 (reftex-select-search-minibuffer-map): New constant. | |
95773 | 6909 (reftex-parse-from-file): Look for \begin{thebibliography}. |
93313 | 6910 (reftex-do-citation): Check also for thebibliography. |
25866 | 6911 (reftex-bibtex-selection-callback): Handle bibitem. |
6912 (reftex-view-crossref): Handle bibitem. | |
6913 (reftex-extract-bib-entries-from-thebibliography): New function. | |
6914 (reftex-format-bibitem): New function. | |
6915 (reftex-parse-bibitem): New function. | |
6916 (reftex-make-desparate-section-regexp): Changed name to | |
6917 reftex-make-desperate-section-regexp. | |
6918 (reftex-do-parse, reftex-locate-bibliography-files) | |
6919 (reftex-string-to-label, reftex-select-external-document) | |
6920 (reftex-find-duplicate-labels, reftex-format-bib-entry) | |
6921 (reftex-do-citation, reftex-insert-bib-matches) | |
6922 (reftex-select-search-minibuffer-map, reftex-access-search-path) | |
6923 (reftex-compute-ref-cite-tables, reftex-recursive-directory-list): | |
6924 All lambda expressions now quoted with `function'. | |
93313 | 6925 (reftex-view-crossref, reftex-mouse-view-crossref): Fixed bug with |
25866 | 6926 multiple calls. |
6927 (reftex-get-buffer-visiting): Error message changed. | |
6928 (reftex-select-external-document, reftex-query-label-type) | |
6929 (reftex-do-citation, reftex-select-help): | |
6930 Use `reftex-enlarge-to-fit' now. | |
6931 (reftex-pop-to-bibtex-entry): No longer beep on failure, to make | |
6932 it work better with follow mode. | |
6933 | |
6934 1998-01-29 Inge Frick <inge@nada.kth.se> | |
6935 | |
93313 | 6936 * emacs-lisp/easymenu.el (easy-menu-add-item): Fix the BEFORE argument. |
25866 | 6937 Done by letting `easy-menu-do-add-item' handle it. |
6938 (easy-menu-do-add-item): Take argument BEFORE instead of PREV. | |
6939 Inserts directly in keymap, instead of calling `define-key-after'. | |
6940 (easy-menu-create-menu): Don't reverse items as | |
6941 `easy-menu-do-add-item' now puts things at the end of keymaps. | |
6942 | |
6943 1998-01-29 Stephen Eglen <stephen@mescaline.gnu.org> | |
6944 | |
6945 * type-break.el (type-break-mode): New customize variable to | |
6946 automatically load the package. Other variables customized. | |
6947 | |
6948 1998-01-28 Dave Love <d.love@dl.ac.uk> | |
6949 | |
6950 * progmodes/etags.el (find-tag-marker-ring-length): New variable. | |
6951 (find-tag-marker-ring): New variable. | |
6952 (tags-location-ring): New variable replacing tags-location-ring. | |
6953 (tags-location-stack): Deleted. | |
6954 (tags-table-format-hooks): Doc fix. | |
6955 (initialize-new-tags-table): Init find-tag-marker-ring, | |
6956 tags-location-ring. | |
6957 (tags-reset-tags-tables): Doc fix. Set tags-location-ring, | |
6958 find-tag-marker-ring. | |
6959 (find-tag-noselect): Doc fix. Use tags-location-ring, | |
6960 find-tag-marker-ring. | |
93313 | 6961 (find-tag, find-tag-other-window, find-tag-other-frame) |
6962 (find-tag-regexp): Doc fix. | |
25866 | 6963 (pop-tag-mark): New function. |
6964 (esc-map): Bind pop-tag-mark. | |
6965 | |
6966 1998-01-28 Richard Stallman <rms@psilocin.gnu.org> | |
6967 | |
6968 * mail/emacsbug.el (report-emacs-bug-address): | |
6969 Variable renamed from bug-gnu-emacs. Use defcustom. | |
6970 (report-emacs-bug-pretest-address): Use defcustom. | |
6971 | |
6972 * international/mule-cmds.el (toggle-enable-multibyte-characters): | |
6973 Use set-buffer-multibyte. | |
6974 (find-safe-coding-system-list-subset-p): Renamed from list-subset-p. | |
6975 The call changed also. | |
6976 | |
6977 1998-01-28 Kenichi Handa <handa@etl.go.jp> | |
6978 | |
6979 * international/titdic-cnv.el (titdic-convert): Set | |
6980 enable-multibyte-characters to t after inserting TIT file by | |
6981 no-conversion. | |
6982 (tit-process-body): Do not bind enable-multibyte-characters to | |
6983 nil. | |
6984 | |
6985 1998-01-27 Inge Frick <inge@nada.kth.se> | |
6986 | |
6987 * emacs-lisp/easymenu.el (easy-menu-define): Use ` and , read-macros | |
6988 instead of (` and (,. Implement :filter. Doc fix. | |
6989 (easy-menu-do-define): Call `easy-menu-create-menu' instead of | |
6990 `easy-menu-create-keymaps'. | |
6991 (easy-menu-create-keymaps): Replaced by `easy-menu-create-menu'. | |
6992 (easy-menu-create-menu): New public function. Replaces | |
6993 `easy-menu-create-keymaps', but with large changes. | |
6994 (easy-menu-button-prefix): New constant. | |
6995 (easy-menu-do-add-item, easy-menu-make-symbol): New functions. | |
6996 (easy-menu-update-button): Doc fix. | |
6997 (easy-menu-change): New optional argument BEFORE. | |
6998 Now just a call to `easy-menu-add-item'. | |
6999 (easy-menu-add-item, easy-menu-item-present-p) | |
7000 (easy-menu-remove-item): New public functions. | |
7001 (easy-menu-get-map, easy-menu-is-button-p, easy-menu-have-button-p) | |
7002 (easy-menu-real-binding, easy-menu-change-prefix, easy-menu-filter): | |
7003 New functions. | |
7004 | |
7005 1998-01-26 Richard Stallman <rms@psilocin.gnu.org> | |
7006 | |
7007 * mail/rmail.el (rmail): Reinsert the let-binding | |
7008 of enable-local-variables. | |
7009 | |
7010 * play/gametree.el: New file. | |
7011 | |
7012 1998-01-26 Andreas Schwab <schwab@gnu.org> | |
7013 | |
7014 * progmodes/ada-stmt.el: Customized. Change `(load "skeleton")' | |
7015 to `(require 'skeleton)'. | |
7016 | |
7017 * progmodes/octave-mod.el, progmodes/octave-inf.el: Customized. | |
7018 * progmodes/meta-mode.el, progmodes/hideif.el: Likewise. | |
7019 * progmodes/dcl-mode.el, progmodes/asm-mode.el: Likewise. | |
7020 | |
7021 1998-01-26 Richard Stallman <rms@psilocin.gnu.org> | |
7022 | |
7023 * emacs-lisp/bytecomp.el: Customized. | |
7024 | |
7025 * emacs-lisp/bytecomp.el (displaying-byte-compile-warnings): | |
7026 To avoid error, use (forward-line -1), not previous-line. | |
7027 | |
7028 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): | |
7029 Fix previous change. | |
7030 | |
7031 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
7032 Use string-as-unibyte, if it is defined. | |
7033 | |
7034 1998-01-25 Richard Stallman <rms@psilocin.gnu.org> | |
7035 | |
7036 * desktop.el (desktop-clear): Don't kill dead buffers. | |
7037 | |
7038 * progmodes/sh-script.el (sh-case): Fix paren error. | |
7039 | |
7040 1998-01-25 Dave Love <fx@gnu.org> | |
7041 | |
7042 * imenu.el (imenu-syntax-alist): New buffer-local variable. | |
7043 (imenu--generic-function): Use it. | |
7044 (imenu--split-menu): Don't (setcdr nil) with, say, empty functions | |
7045 list. | |
7046 | |
7047 1998-01-24 Stephen Eglen <stephen@delysid.gnu.org> | |
7048 | |
7049 * hscroll.el (hscroll-global-mode): New customize variable to | |
7050 automatically load the package. | |
7051 | |
7052 * icomplete.el: Customized. | |
7053 | |
7054 1998-01-23 Richard Stallman <rms@psilocin.gnu.org> | |
7055 | |
7056 * calendar/cal-french.el (calendar-french-single-byteify): | |
7057 Function deleted. | |
7058 (calendar-goto-french-date): Don't call calendar-french-single-byteify. | |
7059 Delete local var oldval. | |
7060 (calendar-print-french-date): Don't bind enable-multibyte-characters. | |
7061 | |
7062 * msb.el (msb--strip-dir): Use Emacs filename primitives, not regexps. | |
7063 | |
7064 1998-01-22 Richard Stallman <rms@psilocin.gnu.org> | |
7065 | |
7066 * mail/emacsbug.el (emacsbug): Customized. | |
7067 (report-emacs-bug-no-confirmation): | |
7068 Renamed from report-emacs-bug-run-tersely. | |
7069 (report-emacs-bug-no-explanations): New option. | |
7070 (report-emacs-bug): Handle that option. | |
7071 | |
7072 1998-01-22 Eric Ludlam <zappo@mescaline.gnu.org> | |
7073 | |
7074 * mail/rmail.el (rmail-speedbar-buttons): Added speedbar support | |
7075 for Rmail, including rmail-speedbar-button, | |
7076 rmail-speedbar-find-file, rmail-move-message-to-folder-on-line, | |
7077 rmail-speedbar-move-message, and support variables. | |
7078 | |
7079 * info.el (Info-speedbar-buttons): Added speedbar support for Info | |
7080 mode, including Info-speedbar-button, Info-speedbar-menu, and | |
7081 support variables. | |
7082 | |
7083 * gud.el (gud-speedbar-buttons): Added speedbar support for GUD in | |
7084 general, and for GDB specifically, including | |
7085 gud-gdb-goto-stackframe, gud-gdb-get-stackframe, | |
7086 gud-gdb-run-command-fetch-lines, gud-gdb-speedbar-stack-filter, | |
7087 and support variables. | |
7088 | |
7089 * emacs-lisp/checkdoc.el: New File. | |
7090 | |
7091 * speedbar.el, speedbspec.el: New files. | |
7092 | |
7093 1998-01-22 Richard Stallman <rms@psilocin.gnu.org> | |
7094 | |
7095 * vc.el (vc-annotate-compcar): Iterate instead of recursing. | |
7096 (vc-annotate-car-last-cons, vc-annotate-time-span): | |
7097 Rename arg assoc-list to a-list. | |
7098 | |
7099 * vc.el (vc-annotate-display): All support for XEmacs extents removed. | |
7100 Functions `set-face-*' are called only when a face is created. | |
7101 | |
7102 * arc-mode.el (archive-find-type): Accept d or s after digit, for lzh. | |
7103 (archive-rename-entry): Likewise. Parse mode, uid and gid right. | |
7104 Allow newline in header. | |
7105 (archive-lzh-summarize): Fix paren error. Use prname to set `files'. | |
7106 | |
7107 1998-01-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7108 | |
7109 * vc.el (vc-resynch-window): Behave properly when view-read-only | |
7110 is non-nil. | |
7111 | |
7112 1998-01-21 Richard Stallman <rms@psilocin.gnu.org> | |
7113 | |
7114 * emacs-lisp/cl-macs.el (define-compiler-macro): Handle empty arglist. | |
7115 | |
7116 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): | |
7117 If compiler-macroexpand is defined, use it. | |
7118 | |
7119 1998-01-21 Kenichi Handa <handa@etl.go.jp> | |
7120 | |
7121 * international/mule-cmds.el (prefer-coding-system): Call | |
7122 update-iso-coding-systems. | |
7123 | |
7124 * international/mule-util.el (string-to-sequence): Adjusted for | |
7125 the change of multibyte-form handling (byte-base to char-base). | |
7126 (store-substring): Likewise. | |
7127 (truncate-string-to-width): Likewise. | |
7128 (decompose-region): Likewise. | |
7129 (decompose-string): Likewise. | |
7130 (decompose-composite-char): Call string instead of concat-chars. | |
7131 | |
7132 * international/quail.el (quail-show-kbd-layout): Bug fix for the | |
7133 case that TRANSLATION is a cons. | |
7134 | |
7135 * international/skkdic-cnv.el (skkdic-jbytes): Variable deleted. | |
7136 All codes using this variable adjusted. | |
7137 * international/skkdic-utl.el: Likewise. | |
7138 | |
7139 * loadup.el: Call update-iso-coding-systems after loading files | |
7140 under language subdir. | |
7141 | |
7142 1998-01-21 Kenichi Handa <handa@etl.go.jp> | |
7143 | |
7144 * international/characters.el: Put `prefered-coding-system' | |
7145 property to each character set. | |
7146 | |
7147 * international/mule.el (coding-system-base): Doc-string modified. | |
7148 (make-coding-system): The 6th optional arg is changed to | |
7149 PROPERTIES. | |
7150 (set-buffer-file-coding-system): Show "(default, nil)" in prompt. | |
7151 (set-coding-priority): Code tuned. | |
7152 | |
7153 * international/mule-cmds.el (set-language-info): Doc-string | |
7154 describes `coding-priority' KEY. | |
7155 (set-language-environment-coding-systems): New function. | |
7156 (list-subset-p): New function. | |
7157 (select-safe-coding-system): New function. | |
7158 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP. | |
98317 | 7159 (set-language-info-alist): New optional arg PARENTS. Call |
96406 | 7160 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args. |
25866 | 7161 (set-language-environment-coding-systems): New function. |
7162 | |
7163 * international/mule-conf.el: Adjusted for the change of the | |
7164 format of make-coding-system's 6th argument. Initialize | |
7165 coding-category-iso-7-tight to iso-2022-jp. | |
7166 | |
7167 * international/mule-diag.el (describe-coding-system): Change the | |
7168 format of showing safe charsets. | |
7169 | |
7170 * international/mule-util.el (find-safe-coding-system): Moved to | |
7171 mule-cmds.el. | |
7172 (detect-coding-with-priority): New macro. | |
7173 (detect-coding-with-language-environment): New function. | |
7174 | |
7175 * language/chinese.el: Remove setting up of | |
7176 describe-chinese-environment-map and | |
7177 setup-chinese-environment-map. Exclude them in args of calls to | |
7178 set-language-info-alist. Adjusted for the change of | |
7179 make-coding-system. Register coding-priority key in | |
7180 language-info-alist. | |
7181 (iso-2022-cn-ext): New coding system. | |
7182 | |
7183 * language/cyrillic.el: Remove setting up of | |
7184 describe-cyrillic-environment-map and | |
7185 setup-cyrillic-environment-map. Exclude them in args of calls to | |
7186 set-language-info-alist. Adjusted for the change of | |
7187 make-coding-system. Register coding-priority key in | |
7188 language-info-alist. | |
7189 | |
7190 * language/devanagari.el: Exclude describe-indian-environment-map | |
7191 and setup-indian-environment-map for args of call to | |
7192 set-language-info-alist. Adjusted for the change of | |
7193 make-coding-system. Register coding-priority key in | |
7194 language-info-alist. | |
7195 | |
7196 * language/english.el: Register coding-priority key in | |
7197 language-info-alist. | |
7198 | |
7199 * language/ethiopic.el: Register coding-priority key in | |
7200 language-info-alist. | |
7201 | |
7202 * language/european.el: Remove setting up of | |
7203 describe-european-environment-map and | |
7204 setup-european-environment-map. Exclude them in args of calls to | |
7205 set-language-info-alist. Adjusted for the change of | |
7206 make-coding-system. Register coding-priority key in | |
7207 language-info-alist. Add "German" language env. | |
7208 (setup-8-bit-environment): Delete CODING-SYSTEM arg. | |
93313 | 7209 (iso-latin-1): Make it compatible with MIME-charset "iso-8859-1". |
25866 | 7210 (compound-text): New coding system. `ctext' is now alias of it. |
7211 (setup-german-environment): New function. | |
7212 | |
7213 * language/greek.el: Adjusted for the change of | |
7214 make-coding-system and setup-8-bit-environment. | |
7215 (setup-greek-environment): For Greek lang. env., change default | |
7216 input method to "greek-postfix". | |
7217 | |
7218 * language/hebrew.el: Adjusted for the change of | |
7219 make-coding-system and setup-8-bit-environment. | |
7220 | |
7221 * language/indian.el: Remove setting up of | |
7222 describe-indian-environment-map and setup-indian-environment-map. | |
7223 | |
7224 * language/japanese.el, language/korean.el, language/lao.el, | |
93313 | 7225 * language/thai.el, language/tibetan.el, language/vietnamese.el: |
25866 | 7226 Adjusted for the change of make-coding-system. Register |
7227 coding-priority key in | |
7228 | |
7229 * language/china-util.el, language/japan-util.el, | |
93313 | 7230 * language/korea-util.el, language/tibet-util.el, |
7231 * language/viet-util.el: In setup-LANGUAGE-environment functions, | |
25866 | 7232 call set-language-environment-coding-systems. |
7233 | |
7234 * language/cyril-util.el, language/devan-util.el, | |
93313 | 7235 * language/lao-util.el, language/thai-util.el: In |
25866 | 7236 setup-LANGUAGE-environment functions, adjust for the change of |
7237 setup-8-bit-environment. | |
7238 | |
7239 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
7240 (sendmail-send-it): Select a safe coding system to encode an | |
7241 outgoing mail. | |
7242 | |
7243 1998-01-21 Kenichi Handa <handa@etl.go.jp> | |
7244 | |
7245 * international/ccl.el: Comment about CCL syntax modified. | |
7246 (ccl-command-table): Add read-multibyte-character, | |
7247 write-multibyte-character, and unify-character. | |
7248 (ccl-code-table): Add ex-cmd. | |
7249 (ccl-extended-code-table): New variable. | |
7250 (ccl-embed-extended-command): New function. | |
93313 | 7251 (ccl-compile-read-multibyte-character) |
7252 (ccl-compile-write-multibyte-character) | |
7253 (ccl-compile-unify-character, ccl-compile-iterate-multiple-map) | |
7254 (ccl-compile-translate-multiple-map) | |
7255 (ccl-compile-translate-single-map) | |
7256 (ccl-compile-multiple-map-function): New functions. | |
7257 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character) | |
7258 (ccl-dump-write-multibyte-character, ccl-dump-unify-character) | |
7259 (ccl-dump-unify-character-const-tbl, ccl-dump-iterate-multiple-map) | |
7260 (ccl-dump-translate-multiple-map, ccl-dump-translate-single-map): | |
25866 | 7261 New functions. |
7262 | |
7263 * international/mule.el (define-character-unification-table): New | |
7264 function. | |
7265 | |
7266 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): New | |
7267 character unification table. | |
98444 | 7268 (standard-character-unification-table-for-decode): Initialize to |
25866 | 7269 `unification-table' property of `oldjis-newjis-jisroman-ascii'. |
7270 | |
7271 1998-01-21 Erik Naggum <erik@naggum.no> | |
7272 | |
7273 * complete.el (PC-try-load-many-files): Load files in reverse | |
7274 order so they come in the right order in the buffer list. | |
7275 | |
7276 1998-01-20 Richard Stallman <rms@psilocin.gnu.org> | |
7277 | |
7278 * mldrag.el (mldrag-drag-vertical-line): Delete debugging `message'. | |
7279 | |
7280 * emacs-lisp/tq.el (tq-filter): Use with-current-buffer. | |
7281 | |
7282 * ange-ftp.el (ange-ftp-date-regexp): | |
7283 Make l pattern match any non-ASCII char. | |
7284 | |
7285 1998-01-19 Richard Stallman <rms@psilocin.gnu.org> | |
7286 | |
7287 * menu-bar.el (menu-bar-file-menu): Add Recover Session menu item. | |
7288 (menu-bar-help-menu): Add Getting New Versions, Copying Conditions | |
7289 and (Non)Warranty menu items. | |
7290 | |
7291 * subr.el (momentary-string-display): Fix backward test | |
7292 for whether end of message is off the screen. | |
7293 | |
7294 * mouse.el (mouse-drag-vertical-line): Properly determine which | |
7295 side the scroll bar or vertical line is on. | |
7296 | |
7297 * mldrag.el (mldrag-drag-vertical-line): Delete debugging code. | |
7298 | |
7299 1998-01-17 Richard Stallman <rms@gnu.org> | |
7300 | |
7301 * progmodes/vhdl-mode.el: New file. | |
7302 | |
7303 * progmodes/etags.el (etags): Fix defgroup syntax. | |
7304 | |
7305 * simple.el (switch-to-completions): If no completions window, | |
7306 don't try to switch to it. | |
7307 | |
7308 * files.el (auto-mode-alist): Add vhdl-mode. | |
7309 | |
7310 * replace.el (occur): If the matching line has no final newline, | |
7311 insert one anyway. Compensate for that when inserting line nums. | |
7312 | |
7313 * buff-menu.el (Buffer-menu-mode-map): Bind e like f. | |
7314 | |
7315 * startup.el (command-line-1): Add alternate startup message | |
7316 for use when there is a mouse. | |
7317 | |
7318 1998-01-17 Karl Heuer <kwzh@gnu.org> | |
7319 | |
7320 * register.el (number-to-register, increment-register): Args | |
7321 renamed to match doc. | |
7322 | |
7323 1998-01-17 Dave Love <d.love@dl.ac.uk> | |
7324 | |
7325 * vc.el (vc-finish-logentry): Move killing the log buffer after | |
7326 the operation in case that fails. | |
7327 | |
7328 1998-01-17 Stephen Eglen <stephen@cns.ed.ac.uk> | |
7329 | |
7330 * hexl.el (hexl-follow-ascii): New function and variable to | |
7331 highlight the ASCII character corresponding to point. | |
7332 | |
7333 1998-01-16 Richard Stallman <rms@sucrose.gnu.org> | |
7334 | |
7335 * mail/rmail.el (rmail): Don't bind enable-multibyte-characters; | |
7336 read the file normally. | |
7337 (rmail-revert): Likewise. | |
7338 | |
7339 1998-01-16 Richard Stallman <rms@psilocin.gnu.org> | |
7340 | |
7341 * mldrag.el (mldrag-drag-vertical-line): Handle left-side scroll bars. | |
7342 | |
7343 * info-look.el (info-lookup): Report if Info-goto-node fails. | |
7344 (info-lookup-make-completions): Likewise. | |
7345 | |
7346 * autorevert.el (global-auto-revert-ignore-buffer): Fix typo. | |
7347 (global-auto-revert-mode): Fix typo. | |
7348 | |
7349 * ange-ftp.el (ange-ftp-inodes-hashtable): New variable. | |
7350 (ange-ftp-next-inode-number): New variable. | |
7351 (ange-ftp-file-attributes): Assign each file a unique "inode number". | |
7352 | |
7353 1998-01-15 Richard Stallman <rms@sucrose.gnu.org> | |
7354 | |
7355 * progmodes/etags.el (etags): Fix defgroup syntax. | |
7356 | |
7357 1998-01-15 Simon Marshall <simon@gnu.org> | |
7358 | |
7359 * menu-bar.el: Add a Print submenu to the Tools menu. | |
7360 | |
7361 * font-lock.el (c++-font-lock-extra-types): Add some container classes. | |
7362 (c-font-lock-keywords-1): Use builtin face for preprocessor directives. | |
7363 | |
7364 1998-01-12 Richard Stallman <rms@sucrose.gnu.org> | |
7365 | |
7366 * mail/rmail.el (rmail): Don't kill local enable-multibyte-characters. | |
7367 Don't bind coding-system-for-read. Fix error message. | |
7368 | |
7369 * mail/rmail.el (rmail-make-in-reply-to-field): | |
7370 Make foo and bar patterns match all non-ASCII chars. | |
7371 | |
7372 * mail/rmail.el (rmail): Unwind-protect call to rmail-get-new-mail. | |
7373 | |
7374 * mail/rfc822.el (rfc822-snarf-word): Don't reject non-ASCII chars. | |
7375 (rfc822-snarf-subdomain): Likewise. | |
7376 (rfc822-addresses-1, rfc822-addresses): Likewise. | |
7377 | |
7378 * dired.el (dired-move-to-filename-regexp): | |
7379 Make l pattern match any non-ASCII char. | |
7380 | |
7381 1998-01-12 Dave Love <fx@gnu.org> | |
7382 | |
7383 * font-lock.el (lisp-font-lock-keywords-1): Add defmethod. | |
7384 | |
7385 1998-01-12 Kenichi Handa <handa@etl.go.jp> | |
7386 | |
7387 * bindings.el: Change "?\C-\ " to "?\C- " because "\ " is changed | |
7388 to standing for nothing in lread.c (read_escape). | |
7389 * calendar/calendar.el (calendar-mode-map): Likewise. | |
7390 * international/kkc.el (kkc-mode-map): Likewise. | |
7391 * international/quail.el (quail-translation-keymap): Likewise. | |
7392 | |
7393 1998-01-11 Dave Love <fx@gnu.org> | |
7394 | |
93313 | 7395 * emacs-lisp/lisp-mnt.el (lm-get-package-name, lm-header) |
7396 (lm-header-multiline, lm-summary, lm-version, lm-commentary): | |
25866 | 7397 Return string without properties. |
93313 | 7398 (lm-get-header, lm-get-package-name, lm-crack-address) |
7399 (lm-insert-at-column, lm-report-bug): Minor doc fixes. | |
25866 | 7400 |
7401 1998-01-08 Eric Ludlam <zappo@gnu.org> | |
7402 | |
93313 | 7403 * emacs-lisp/checkdoc.el: New file. |
25866 | 7404 |
7405 1998-01-07 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7406 | |
7407 * vc.el (vc-resynch-window): Behave properly when view-read-only | |
7408 is non-nil. | |
7409 | |
7410 1998-01-07 Andreas Schwab <schwab@gnu.org> | |
7411 | |
7412 * custom.el (defgroup): Doc fix. | |
7413 | |
7414 * cus-edit.el (custom-browse-visibility): Doc fix. | |
7415 | |
7416 * emacs-lisp/pp.el (pp-to-string): Greatly simplify by letting the | |
7417 Emacs printer do the (quote x) to 'x conversion. Better handle | |
7418 the # print syntax in all its forms. | |
7419 | |
7420 * find-dired.el, filecache.el, expand.el, emerge.el: Customized. | |
7421 | |
7422 1998-01-07 Eli Zaretskii <eliz@delysid.gnu.org> | |
7423 | |
7424 * files.el (delete-auto-save-files): Say in the doc string that | |
7425 auto-save file will not be deleted if the buffer has unsaved | |
7426 changes. | |
7427 | |
7428 1998-01-06 Eric Ludlam <zappo@gnu.org> | |
7429 | |
7430 * speedbar.el, speedbspec.el: New files. | |
7431 | |
7432 1998-01-04 Richard Stallman <rms@psilocin.gnu.org> | |
7433 | |
7434 * subr.el (sref): Defined. | |
7435 | |
7436 1998-01-03 Stephen Eglen <stephen@cns.ed.ac.uk> | |
7437 | |
7438 * time.el (display-time-mode): New customize variable to | |
7439 automatically load the package. | |
7440 | |
7441 1998-01-02 Richard Stallman <rms@psilocin.gnu.org> | |
7442 | |
7443 * filecache.el (file-cache-minibuffer-complete): Accept a prefix arg. | |
7444 | |
7445 * bindings.el (minor-mode-overriding-map-alist): | |
7446 Call make-variable-buffer-local. | |
7447 | |
7448 * which-func.el (which-func-update): Fix paren error. | |
7449 | |
7450 * cus-edit.el (customize-changed-options): Doc fix. | |
7451 | |
7452 1998-01-02 Stephen Eglen <stephen@cns.ed.ac.uk> | |
7453 | |
7454 * replace.el (occur): Pass default to read-from-minibuffer so that | |
7455 M-n can insert default value into minibuffer. | |
7456 | |
7457 * rsz-mini.el (resize-minibuffer-mode): Variable customized to | |
7458 automatically load the package. | |
7459 | |
7460 1998-01-01 Richard Stallman <rms@psilocin.gnu.org> | |
7461 | |
7462 * dabbrev.el (dabbrev-ignored-buffer-names): New variable. | |
7463 (dabbrev--find-expansion): Ignore those buffers | |
7464 unless they get specifically preferred. | |
7465 | |
7466 1997-12-28 Richard Stallman <rms@sucrose.gnu.org> | |
7467 | |
7468 * desktop.el (desktop-enable): New variable. | |
7469 (after-init-hook): Add a hook to test desktop-enable. | |
7470 (desktop-save-hook): Doc fix. | |
7471 | |
7472 1997-12-24 Richard Stallman <rms@psilocin.gnu.org> | |
7473 | |
7474 * progmodes/etags.el: Customized. | |
7475 (tags-revert-without-query): New option. | |
7476 (tags-verify-table): Test tags-revert-without-query. | |
7477 | |
7478 1997-12-22 Richard Stallman <rms@psilocin.gnu.org> | |
7479 | |
7480 * info.el (Info-mode): Doc fix. | |
7481 | |
7482 1997-12-22 Lawrence R. Dodd <dodd@roebling.poly.edu> | |
7483 | |
7484 * dired-x.el (dired-mark-sexp): Skip leading space in defining `uid'. | |
7485 | |
7486 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de> | |
7487 | |
7488 * register.el (view-register): Show register type file-query. | |
7489 | |
7490 1997-12-22 Stephen Eglen <stephen@cns.ed.ac.uk> | |
7491 | |
7492 * avoid.el (mouse-avoidance-mode): Variable customized to | |
7493 automatically load the package. | |
7494 | |
93313 | 7495 1997-12-22 Kevin Rodgers <kevinr@ihs.com> (tiny change) |
25866 | 7496 |
7497 * simple.el (previous-matching-history-element): Bind | |
7498 case-fold-search to nil if REGEXP contains an uppercase letter. | |
7499 (previous-matching-history-element, next-matching-history-element): | |
7500 Doc fixes. | |
7501 | |
7502 1997-12-22 Dave Love <d.love@dl.ac.uk> | |
7503 | |
7504 * browse-url.el (browse-url-path-regexp, browse-url-short-regexp) | |
7505 (browse-url-regexp): Variables deleted (moved to thingatpt.el). | |
7506 (browse-url-filename-alist): Default now has leading ange-ftp-type | |
7507 patterns so that the "^/+" pattern doesn't mung such names in | |
7508 advance. | |
7509 (browse-url-file-url): Don't do explicit ange-ftp path munging here. | |
7510 (browse-url-netscape-program): Doc addition. | |
7511 | |
7512 1997-12-22 Richard Stallman <rms@psilocin.gnu.org> | |
7513 | |
7514 * apropos.el (apropos-print): Pass t instead of DO-KEYS | |
7515 when calling apropos-print-doc. | |
7516 | |
7517 * progmodes/cc-menus.el (cc-imenu-objc-function): | |
7518 Use bufsubst-fun as a variable, not as a function. | |
7519 | |
7520 * msb.el: Fix mailer-introduced garbling. | |
7521 (msb--toggle-menu-type): Don't pass arg to menu-bar-update-buffers. | |
7522 | |
7523 1997-12-21 Richard Stallman <rms@psilocin.gnu.org> | |
7524 | |
7525 * msb.el (msb--home-dir): Renamed from msb--home-path. | |
7526 (msb--strip-dir): Renamed from msb--strip-path. | |
7527 | |
7528 1997-12-21 Lars Lindberg <Lars.G.Lindberg@capgemini.se> | |
7529 | |
7530 * msb.el: Doc fixes. Changed `append' to `nconc' | |
7531 in a number of places. Changed the separator in menus | |
7532 from "---" to "--" to work in Windows 95. | |
7533 (msb--home-path): New internal variable to cache the value of $HOME. | |
7534 (msb--strip-path): Now handles MSDOG style of file names. | |
7535 (msb--init-file-alist): Now expands `buffer-file-name'. | |
7536 (msb--format-title): New subroutine for `msb--choose-file-menu'. | |
7537 (msb--choose-file-menu): Use msb--format-title. Minor simplifications. | |
7538 | |
7539 1997-12-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7540 | |
7541 * ps-print.el: Some comment, doc and bug fixes. | |
7542 (ps-print-version): New version number (3.05.3) and doc fix. | |
7543 (ps-output-string-prim, ps-begin-job, ps-control-character) | |
7544 (ps-plot-region): Bug fix. | |
7545 (ps-print-control-characters): New custom var. | |
7546 (ps-string-escape-codes, ps-string-control-codes): New var. | |
7547 (ps-color-device, ps-font-lock-face-attributes, ps-eval-switch) | |
7548 (ps-flatten-list, ps-flatten-list-1): New fn. | |
7549 (ps-setup): Update current setup. | |
7550 (ps-begin-file): Adjust PostScript header file. | |
7551 (ps-plot, ps-face-attribute-list): Little programming improvement. | |
7552 (ps-print-prologue-1): Replace NumberOfZebra by ZebraHeight. | |
7553 (ps-print-without-faces, ps-print-with-faces): Little reprogramming. | |
7554 (ps-plot-with-face): Get color only on color screen device. | |
7555 (ps-build-reference-face-lists): Handle obsolete | |
7556 font-lock-face-attributes. | |
7557 (ps-print-ensure-fontified): Little programming setting. | |
7558 (ps-generate-postscript-with-faces): Adjust initializations, get color | |
7559 only on color screen device. | |
7560 (ps-generate): Replace (if A B) by (and A B). | |
93313 | 7561 (ps-do-despool): Dynamic evaluation for ps-lpr-switches. |
25866 | 7562 Replace (if A B) by (and A B). |
7563 (color-instance-rgb-components, ps-color-values): Replace | |
7564 pixel-components by color-instance-rgb-components. | |
7565 (ps-xemacs-face-kind-p): Replace face-font by face-font-instance, | |
7566 replace x-font-properties by font-instance-properties. | |
7567 | |
7568 1997-12-20 Richard Stallman <rms@psilocin.gnu.org> | |
7569 | |
7570 * subr.el (match-string-no-properties): New function. | |
7571 | |
7572 * subr.el (read-password): New function. | |
7573 | |
7574 * subr.el (split-string): Handle empty matches reasonably. | |
7575 | |
7576 * simple.el (copy-region-as-kill, kill-ring-save): Doc fixes. | |
7577 | |
7578 * simple.el (completion-setup-hook): Add definition. | |
7579 | |
7580 1997-12-19 Richard Stallman <rms@sucrose.gnu.org> | |
7581 | |
7582 * files.el (find-file-noselect): Fix previous change. | |
7583 | |
7584 1997-12-19 Richard Stallman <rms@sucrose.gnu.org> | |
7585 | |
7586 * isearch.el (isearch-mode-map): Don't count above 256 | |
7587 when setting up printing characters. | |
7588 | |
7589 * term/linux.el: Don't call set-terminal-coding-system | |
7590 if it was already set. | |
7591 | |
7592 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk> | |
7593 | |
7594 * iswitchb.el (iswitchb-completion-help): Multiple TAB presses | |
7595 scroll the completion window. | |
7596 (iswitchb-read-buffer): New function to act as drop-in replacement | |
7597 for read-buffer. | |
7598 | |
7599 * international/mule-cmds.el (set-language-info): Doc fix. | |
7600 (input-method-inactivate-hook): Doc fix. | |
7601 | |
7602 1997-12-19 Thierry Emery <Thierry.Emery@aar.alcatel-alsthom.fr> | |
7603 | |
7604 * wid-edit.el (widget-choose): Allow scrolling of large lists. | |
7605 | |
7606 1997-12-18 Richard Stallman <rms@sucrose.gnu.org> | |
7607 | |
7608 * files.el (find-file-noselect): Signal error if file is unreadable. | |
7609 | |
7610 1997-12-18 Richard Stallman <rms@sucrose.gnu.org> | |
7611 | |
7612 * mail/mailalias.el (define-mail-alias): Handle backslash-quoting | |
7613 within "-strings in DEFINITION if it comes from .mailrc. | |
7614 | |
7615 1997-12-17 Richard Stallman <rms@sucrose.gnu.org> | |
7616 | |
7617 * international/mule-cmds.el (mule-keymap): | |
7618 Delete the binding for toggle-enable-multibyte-characters. | |
7619 (mule-menu-keymap): Delete the menu item for it. | |
7620 | |
7621 1997-12-17 Peter Galbraith <galbraith@mixing.qc.dfo.ca> | |
7622 | |
7623 * simple.el (copy-region-as-kill): | |
7624 Deactivate mark in transient-mark-mode. | |
7625 | |
7626 1997-12-17 Andreas Schwab <schwab@gnu.org> | |
7627 | |
7628 * simple.el (transpose-subr): Rewrite to make faster with big move | |
7629 counts. | |
7630 (transpose-lines): In the mover function handle arbitrary move | |
7631 counts. | |
7632 | |
7633 1997-12-16 Richard Stallman <rms@sucrose.gnu.org> | |
7634 | |
7635 * international/mule-cmds.el (toggle-enable-multibyte-characters): | |
7636 Doc fix. | |
7637 | |
7638 1997-12-16 Richard Stallman <rms@sucrose.gnu.org> | |
7639 | |
7640 * apropos.el (apropos, apropos-command): Ignore symbols that | |
7641 have apropos-inhibit property. | |
7642 | |
7643 * menu-bar.el (menu-bar-select-yank): Add apropos-inhibit property. | |
7644 | |
7645 1997-12-16 Richard Stallman <rms@sucrose.gnu.org> | |
7646 | |
7647 * disp-table.el (standard-display-european): Doc fix. | |
7648 | |
7649 1997-12-15 Richard Stallman <rms@sucrose.gnu.org> | |
7650 | |
93313 | 7651 * calendar/cal-french.el (calendar-french-single-byteify): New function. |
25866 | 7652 (calendar-goto-french-date): Use calendar-french-single-byteify |
7653 instead of changing enable-multibyte-characters. | |
7654 test french-calendar-accents. | |
7655 | |
7656 1997-12-14 Richard Stallman <rms@sucrose.gnu.org> | |
7657 | |
7658 * jka-compr.el (jka-compr-insert-file-contents): | |
7659 If enable-multibyte-characters is nil, decode as raw-text. | |
7660 | |
7661 1997-12-13 Dave Love <d.love@dl.ac.uk> | |
7662 | |
7663 * progmodes/scheme.el: Define indentation in normal dialect for | |
7664 let-syntax, letrec-syntax, syntax-rules, call-with-values, | |
7665 dynamic-wind. | |
7666 (scheme-mode-map): Remove lisp-complete-symbol. Add | |
7667 uncomment-region menu item. | |
7668 (scheme-mode-hook, dsssl-mode-hook): Declare customized. | |
7669 (dsssl-sgml-declaration): Fix customization. | |
7670 | |
7671 1997-12-12 Dave Love <d.love@dl.ac.uk> | |
7672 | |
7673 * browse-url.el (browse-url-lynx-emacs): Add sentinel to kill the | |
7674 buffer when lynx exits. Doc fix. | |
7675 (browse-url-browser-function): Better customization. | |
93313 | 7676 (browse-url-filename-alist, browse-url-netscape-display) |
7677 (browse-url-filename-alist, browse-url-generic-program): Likewise. | |
25866 | 7678 (browse-url-new-window-p, browse-url-w3, browse-url-mail): Doc fix. |
7679 (browse-url-save-file): Customize. | |
7680 | |
7681 * imenu.el (imenu-case-fold-search): New buffer-local variable. | |
7682 | |
7683 * progmodes/scheme.el, progmodes/tcl-mode.el, progmodes/f90.el, | |
93313 | 7684 * progmodes/fortran.el, progmodes/c-mode.el, progmodes/ada-mode.el, |
7685 * cc-mode.el, progmodes/cplus-md.el, progmodes/dcl-mode.el, | |
7686 * progmodes/pascal.el, progmodes/perl-mode.el, textmodes/bibtex.el, | |
7687 * textmodes/texinfo.el, emacs-lisp/lisp-mode.el, generic.el, | |
7688 * progmodes/octave-mod.el: Use imenu-case-fold-search. | |
25866 | 7689 |
7690 1997-12-11 Richard Stallman <rms@gnu.org> | |
7691 | |
7692 * files.el (auto-mode-alist): Add .am as makefile-mode. | |
7693 | |
7694 * comint.el (comint-strip-ctrl-m): Don't die if | |
7695 comint-last-output-start does not point anywhere. | |
7696 | |
7697 * telnet.el (telnet-filter): Position comint-last-output-start. | |
7698 | |
7699 1997-12-11 Paul Eggert <eggert@twinsun.com> | |
7700 | |
93313 | 7701 * dired.el (dired-move-to-filename-regexp) |
7702 * ange-ftp.el (ange-ftp-date-regexp): Fix the problem with misparsing | |
25866 | 7703 `-r--r--r-- 1 may 1997' by requiring a digit before the date. |
7704 * dired.el (dired-move-to-filename-regexp): | |
7705 Allow any month name of 2 letters or more. | |
7706 | |
7707 1997-12-10 Richard Stallman <rms@sucrose.gnu.org> | |
7708 | |
7709 * info-look.el (info-lookup-symbol-alist): Handle Emacs Lisp mode. | |
7710 (info-lookup-make-completions): Catch errors one file at a time. | |
7711 Use a special temp buffer, not the usual info buffer, | |
7712 and never display it in a window. | |
7713 | |
7714 * mail/undigest.el (undigestify-rmail-message): | |
7715 If in summary, switch to the Rmail buffer. | |
7716 (unforward-rmail-message): Simplify using with-current-buffer. | |
7717 | |
7718 1997-12-10 Andreas Schwab <schwab@gnu.org> | |
7719 | |
7720 * auto-show.el: Customized. | |
7721 | |
7722 1997-12-09 Richard Stallman <rms@gnu.org> | |
7723 | |
7724 * custom.el (custom-add-version): New function. | |
7725 (custom-handle-keyword): Handle :version. | |
7726 | |
7727 * cus-edit.el (customize-changed-options): New function. | |
7728 (customize-version-lessp): New function. | |
7729 | |
7730 * facemenu.el (facemenu-remove-face-props): Renamed from | |
7731 facemenu-remove-props. Remove only face and mouse-face. | |
7732 (facemenu-menu): Update menu item for facemenu-remove-face-props. | |
7733 | |
7734 1997-12-09 Karl Heuer <kwzh@gnu.org> | |
7735 | |
7736 * textmodes/bibtex.el (bibtex-generate-autokey): Doc fix. | |
7737 | |
7738 1997-12-09 Kenichi HANDA <handa@nora.etl.go.jp> | |
7739 | |
7740 * language/korea-util.el (setup-korean-environment): | |
109603
d660473e004d
Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
108472
diff
changeset
|
7741 Bind C-f9 (instead of C-f10) to quail-hangul-switch-symbol-ksc. |
25866 | 7742 |
7743 * language/korean.el: Documentation for "Korean" language | |
7744 environment adjusted for the above change. | |
7745 | |
7746 1997-12-07 Karl Heuer <kwzh@gnu.org> | |
7747 | |
7748 * register.el (number-to-register): Move point as a side effect. | |
7749 | |
7750 * calendar/calendar.el (calendar-day-name): Truncate properly when | |
7751 multibyte. | |
7752 | |
7753 * mail/mail-extr.el (mail-extr-all-top-level-domains): More domains. | |
7754 | |
7755 * gud.el (gud-mips-p): Fix regexp so it will match alphaev56-* too. | |
7756 | |
7757 1997-12-07 Richard Stallman <rms@gnu.org> | |
7758 | |
7759 * textmodes/outline.el (outline-next-preface): | |
7760 Don't try to move back if already at beginning of buffer. | |
7761 | |
7762 1997-12-05 Ed Reingold <reingold@melange.gnu.org> | |
7763 | |
7764 * calendar/cal-menu.el (calendar-mouse-print-dates): Add fixed | |
7765 date (RD) to menu of other dates. | |
7766 | |
7767 * calendar/calendar.el (exit-calendar): Fix bad call to error | |
7768 function. | |
7769 | |
7770 1997-12-05 Karl Heuer <kwzh@gnu.org> | |
7771 | |
7772 * info.el (Info-insert-dir): Use leading space in buffer name. | |
7773 | |
7774 1997-12-04 Simon Marshall <simon@gnu.org> | |
7775 | |
7776 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Mark `#'s | |
7777 in variable references as being non-comments. | |
7778 | |
7779 1997-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
7780 | |
7781 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Correctly distinguish | |
7782 byte-constant from operations on variables. | |
7783 | |
7784 1997-12-03 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
7785 | |
7786 * cus-edit.el (custom-unlispify-remove-prefixes): Reference to | |
7787 related variables added. | |
7788 (custom-variable-default-form): New variable controlling default | |
7789 display form for customization of variables. | |
7790 (custom-variable): widget `:form' is nil before initialization. | |
7791 (custom-variable-value-create): Initialize `:form' to | |
7792 `custom-variable-default-form'. | |
7793 (custom-face-default-form): New variable controlling default | |
7794 display form for customization of faces. | |
7795 (custom-face): widget `:form' is nil before initialization. | |
7796 (custom-face-value-create): Initialize `:form' to | |
7797 `custom-face-default-form'. | |
7798 | |
7799 1997-12-03 Kyle Jones <kyle_jones@wonderworks.com> | |
7800 | |
7801 * lisp/mail/sendmail.el (sendmail-send-it): Parse folded | |
7802 Resent-To header properly; don't ignore folded lines. | |
7803 | |
7804 * lisp/mail/mail-utils.el (mail-parse-comma-list): | |
7805 Treat newlines and tabs as whitespace. | |
7806 | |
7807 1997-12-03 Richard Stallman <rms@gnu.org> | |
7808 | |
7809 * bindings.el (ctl-x-map): Add bindings rn and r+ | |
7810 for number-to-register and increment-register. | |
7811 | |
7812 * register.el (frame-configuration-to-register) | |
7813 (window-configuration-to-register): Use a marker to save point. | |
7814 (point-to-register): Include point when saving a frame config. | |
7815 (number-to-register): New command (was commented out). | |
93313 | 7816 (increment-register): New command. |
25866 | 7817 (view-register): Handle frame configs and window configs |
7818 included in a list with a pointer. | |
7819 (view-register, insert-register): Use numberp, not integerp. | |
7820 | |
7821 * subr.el (global-set-key, local-set-key): Doc fix. | |
7822 | |
7823 * international/mule.el (load-with-code-conversion): Doc fix. | |
7824 | |
7825 * emacs-lisp/debug.el (debug-on-entry): If definition is a symbol, | |
7826 replace it with an equivalent lambda. | |
7827 | |
7828 * mail/rmail.el (rmail-decode-quoted-printable): New function | |
7829 mostly copied from gnus-art.el. | |
7830 (rmail-hex-string-to-integer): New fn, copied from hexl.el. | |
7831 (rmail-hex-char-to-integer): Likewise. | |
7832 (rmail-convert-to-babyl-format): Use rmail-decode-quoted-printable. | |
7833 | |
7834 * cus-edit.el (custom-save-delete, custom-save-all): | |
7835 Bind default-major-mode around visiting custom-file. | |
7836 | |
7837 * progmodes/prolog.el (prolog-mode-variables): | |
7838 Set imenu-generic-expression. | |
7839 | |
7840 * progmodes/sh-script.el (sh-imenu-generic-expression): New variable. | |
7841 (sh-mode): Make imenu-generic-expression local. | |
7842 (sh-set-shell): Set imenu-generic-expression based on which shell. | |
7843 | |
7844 * textmodes/sgml-mode.el (sgml-mode): Set imenu-generic-expression. | |
7845 | |
7846 1997-12-03 Jari Aalto <jari.aalto@ntc.nokia.com> | |
7847 | |
7848 * emacs-lisp/debug.el (debugger-mode-hook): New user variable. | |
7849 (debugger-env-macro): New general purpose macro for all debugger | |
7850 functions; separated from `debugger-eval-expression'. | |
7851 (debugger-eval-expression): Use `debugger-env-macro'. | |
7852 (debugger-record-buffer): New variable. | |
7853 (debugger-record-expression): New user function , key "R". | |
7854 (debugger-mode): Now runs hook `debugger-mode-hook'. | |
7855 | |
7856 * add-log.el (change-log-add-make-room): New function. | |
7857 (change-log-get-method-definition-1): Renamed get-method-definition-1. | |
7858 (change-log-get-method-definition): Renamed from get-method-definition. | |
7859 (add-log-keep-changes-together): New user variable. | |
7860 (add-change-log-entry): Added missing WHOAMI explanation. | |
7861 Added new functionality according to variable | |
7862 `add-log-keep-changes-together'. | |
7863 | |
7864 1997-12-03 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
7865 | |
7866 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
7867 Anchor regexp match to beginning of command string. | |
7868 | |
7869 1997-12-03 Stephen Eglen <stephen@cns.ed.ac.uk> | |
7870 | |
7871 * vc-hooks.el: Customized. | |
7872 | |
7873 * cus-edit.el (custom-variable-prompt): Ensure valid variable name | |
7874 is selected. | |
7875 | |
7876 1997-12-03 Karl Heuer <kwzh@gnu.org> | |
7877 | |
7878 * progmodes/cc-menus.el: Require imenu. | |
7879 | |
7880 * calendar/cal-french.el (french-calendar-special-days-array): New | |
7881 function. | |
7882 (calendar-french-date-string, calendar-goto-french-date): Use that | |
7883 function instead of the variable. | |
7884 | |
7885 1997-12-01 Gerd Moellmann <gerd@acm.org> | |
7886 | |
7887 * ispell.el (ispell-comments-and-strings): New function to | |
7888 interactively check comments and strings in the current buffer for | |
7889 spelling errors. Comments and strings are identified based on | |
7890 syntax tables in effect. | |
7891 | |
7892 1997-12-01 Eli Zaretskii <eliz@is.elta.co.il> | |
7893 | |
7894 * frame.el (make-frame-names-alist, select-frame-by-name): New | |
7895 functions, support frame selection with completion and history. | |
7896 (frame-name-history, frame-names-alist): New variables. | |
7897 | |
7898 1997-11-30 Dave Love <d.love@dl.ac.uk> | |
7899 | |
7900 * progmodes/sh-script.el (sh-mode): Set `comment-start-skip' always. | |
7901 | |
7902 * simple.el (indent-for-comment): Check for null `comment-start-skip'. | |
7903 | |
7904 1997-11-27 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7905 | |
7906 * dired.el (dired-move-to-filename-regexp): Make regexp fussier | |
7907 about amount of whitespace after month name. | |
7908 | |
7909 1997-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7910 | |
7911 * bibtex.el (bibtex-maintainer-address, bibtex-submit-bug-report): | |
7912 New maintainer (Dirk Herrmann <D.Herrmann@tu-bs.de>). | |
7913 | |
7914 * calendar: New subdirectory. | |
7915 | |
7916 1997-11-26 Simon Marshall <simon@gnu.org> | |
7917 | |
7918 * fast-lock.el (fast-lock-cache-data): Only use syntactic keywords if | |
7919 non-nil. | |
7920 | |
7921 1997-11-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7922 | |
7923 * diary-lib.el (diary-mail-days): Fix previous change. | |
7924 | |
7925 1997-11-24 Stephen Eglen <stephen@cogsci.ed.ac.uk> | |
7926 | |
7927 * diary-lib.el (diary-mail-addr, diary-mail-days): New variables. | |
7928 (diary-mail-entries): New function. | |
7929 | |
7930 1997-11-24 Michael Kifer <kifer@cs.sunysb.edu> | |
7931 | |
93313 | 7932 * viper-ex.el (viper-ex): Accept prefix arguments. |
7933 * viper-cmd.el (viper-quote-region): Make quote string mode-sensitive. | |
7934 (viper-read-string-with-history): Accept initial temp message. | |
7935 * viper.el (viper-go-away): Delocalize viper-mode-string and | |
7936 viper-current-state. | |
25866 | 7937 |
7938 1997-11-24 Michael Kifer <kifer@cs.sunysb.edu> | |
7939 | |
93313 | 7940 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Set |
7941 default-directory. | |
7942 (cvs-run-ediff-on-file-descriptor): Use ediff-buffers when | |
25866 | 7943 type=MODIFIED. |
93313 | 7944 * ediff-init.el: Commented out ediff-set-face-pixmap. |
25866 | 7945 * ediff-mult.el (ediff-get-session-number-at-pos): |
93313 | 7946 Optional buffer argument. |
7947 * ediff-diff.el (ediff-match-diff-line, ediff-diff-ok-lines-regexp): | |
7948 Add C-m? before $. | |
25866 | 7949 |
7950 1997-11-24 Simon Marshall <simon@gnu.org> | |
7951 | |
7952 * menu-bar.el (menu-bar-describe-menu): Fixed duplicate KEYs. | |
7953 | |
7954 1997-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7955 | |
7956 * mail/mail-extr.el (mail-extr-voodoo): Allow & between names. | |
7957 Reenable &-substitution when & comes last. | |
7958 | |
7959 1997-11-23 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7960 | |
7961 * apropos.el (apropos-variable): New command. | |
7962 (apropos-command): New arg JUST-VARS. | |
7963 | |
7964 * progmodes/scheme.el (scheme-mode-variables): | |
7965 Bind normal-auto-fill-function. | |
7966 | |
7967 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): New function. | |
7968 (lisp-mode-variables): Bind normal-auto-fill-function. | |
7969 | |
93313 | 7970 * register.el (window-configuration-to-register) |
25866 | 7971 (frame-configuration-to-register): Include (point) in the saved value. |
7972 (jump-to-register): Restore (point) as well as window or frame config. | |
7973 | |
7974 * menu-bar.el (menu-bar-help-menu): Reorganize into more submenus. | |
7975 Rename some menu item strings. | |
7976 (menu-bar-manuals-menu, menu-bar-describe-menu): New submenus. | |
7977 Add an Apropos Variables item. | |
7978 | |
7979 1997-11-22 Richard Stallman <rms@gnu.org> | |
7980 | |
7981 * ange-ftp.el (ange-ftp-generate-passwd-key): Downcase the host name. | |
7982 (ange-ftp-passwd-hashtable): Doc fix. | |
7983 | |
7984 * progmodes/perl-mode.el (perl-mode): Delete autoload cookie. | |
7985 | |
7986 * files.el (auto-mode-alist): Add more extensions for perl-mode. | |
7987 (interpreter-mode-alist): Add miniperl. | |
7988 | |
7989 * play/bruce.el (bruce-phrases-file): Use user's home directory. | |
7990 (bruce, snarf-bruces): Give clean error when file does not exist. | |
7991 | |
7992 * which-func.el: New file. (**Expecting papers from Alex Rezinsky.) | |
7993 | |
7994 * bindings.el (mode-line-format): Include which-func-mode item. | |
7995 | |
7996 1997-11-22 Vinicius Jose Latorre <vinicius@cpqd.br> | |
7997 | |
7998 * ps-print.el: Some comment and doc fixes. | |
7999 (ps-print-version): New version number (3.05.2) and doc fix. | |
8000 (ps-print, ps-header-lines, ps-show-n-of-n, ps-font-info-database) | |
8001 (ps-font-family, ps-font-size, ps-header-font-family) | |
8002 (ps-header-font-size, ps-header-title-font-size, ps-bold-faces) | |
8003 (ps-italic-faces, ps-underlined-faces, ps-left-header, ps-right-header) | |
8004 (ps-font, ps-font-bold, ps-font-italic, ps-font-bold-italic) | |
8005 (ps-avg-char-width, ps-space-width, ps-line-height): Doc fix. | |
8006 (ps-error-scale-font): New fn. | |
8007 (ps-soft-lf, ps-hard-lf): Fn deleted. | |
8008 (ps-get-page-dimensions, ps-set-bg, ps-face-bold-p, ps-face-italic-p) | |
8009 (ps-set-color): Reindentation. | |
8010 (ps-output-string-prim, ps-xemacs-face-kind-p): Internal blank lines | |
8011 deleted. | |
8012 (ps-set-font): Little programming improvement. | |
8013 (ps-line-lengths-internal, ps-nb-pages, ps-select-font) | |
8014 (ps-select-header-font): Simplify some expressions. | |
8015 (ps-plot-region): Replace (- X 1) by (1- X). | |
8016 (ps-generate-header): Replace (+ X 1) by (1+ X). | |
8017 (ps-print-preprint, ps-plot-with-face, ps-print-ensure-fontified) | |
8018 (ps-kill-emacs-check): Replace (if (and A B) C) by (and A B C). | |
8019 (ps-init-output-queue, ps-gnus-article-prepare-hook, ps-jts-ps-setup): | |
8020 Replace (setq a b)(setq c d) by (setq a b c d). | |
8021 (ps-begin-file, ps-end-file): Replace (ps-output A)(ps-output B) | |
8022 by (ps-output A B). | |
8023 (ps-begin-page): Replace (ps-output A)(ps-output B) by (ps-output A B), | |
8024 replace (setq a b)(setq c d) by (setq a b c d). | |
8025 (ps-next-line, ps-continue-line): Replace (setq a b)(setq c d) | |
8026 by (setq a b c d), and incorporates ps-soft-lf and ps-hard-lf, | |
8027 respectively. | |
8028 (ps-plot): Replace (setq a b)(setq c d) by (setq a b c d), | |
8029 and programming improvement. | |
8030 (ps-generate-postscript-with-faces): Initialization fix, | |
8031 replace (setq a b)(setq c d) by (setq a b c d), | |
8032 replace (if (and A B) C) by (and A B C). | |
8033 (ps-generate): Doc fix, reprogramming to set the page count, | |
8034 replace (setq a b)(setq c d) by (setq a b c d), | |
8035 replace (if A nil B) by (or A B), | |
8036 replace (if (and A B) C) by (and A B C). | |
8037 (ps-info-mode-hook): Replace (list 'A 'B) by '(A B). | |
8038 (ps-jack-setup): Replace (list) by nil. | |
8039 | |
8040 1997-11-21 Dave Love <d.love@dl.ac.uk> | |
8041 | |
8042 * browse-url.el: Doc fixes and extra customization. | |
8043 (browse-url): Quote browse-url-choose-browser in application. | |
8044 | |
8045 1997-11-21 Andreas Schwab <schwab@delysid.gnu.org> | |
8046 | |
8047 * gud.el (gud-sentinel): Set mode-line-process in the process | |
8048 buffer, not the current buffer. | |
8049 | |
8050 1997-11-20 Richard Stallman <rms@gnu.org> | |
8051 | |
8052 * files.el (write-file): Make buffer writable if the new file is. | |
8053 | |
8054 * help.el (describe-variable): Don't use symbol-name if v isn't symbol. | |
8055 | |
8056 * help.el (help-with-tutorial-alist): New variable. | |
8057 (help-with-tutorial): Use help-with-tutorial-alist to read a language | |
8058 name, and also to find the tutorial file for a language. | |
8059 | |
8060 * mail/mail-extr.el (mail-extract-address-components): | |
8061 New arg ALL says return info about all the addresses. | |
8062 Clarify buffer switching logic using save-excursion. | |
8063 | |
8064 1997-11-20 Karl Heuer <kwzh@gnu.org> | |
8065 | |
8066 * international/mule-cmds.el (set-input-method): Renamed from | |
8067 select-input-method. | |
8068 | |
8069 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il> | |
8070 | |
8071 * frame.el (set-frame-name): New function. | |
8072 | |
8073 1997-11-19 Richard Stallman <rms@gnu.org> | |
8074 | |
8075 * simple.el (kill-region): Detect read-only text | |
8076 by getting an error trying to delete it. | |
8077 Handle the cases where we can, and can't, get the killed text | |
8078 from the undo list with much the same code. | |
8079 | |
8080 1997-11-18 Richard Stallman <rms@gnu.org> | |
8081 | |
8082 * lpr.el (print-region-1): When running pr, use -h always. | |
8083 | |
8084 1997-11-18 Dave Love <d.love@dl.ac.uk> | |
8085 | |
8086 * progmodes/fortran.el (fortran-imenu-generic-expression): Match | |
8087 <type>*<mumble> and un-named block data, allow some continuations. | |
8088 | |
8089 1997-11-18 Karl Heuer <kwzh@gnu.org> | |
8090 | |
8091 * isearch.el (isearch-yank-string): New helper function. | |
8092 (isearch-yank-kill, isearch-yank-word, isearch-yank-line): Use it. | |
8093 (isearch-yank-x-selection): New function. | |
8094 (isearch-yank): Function deleted. | |
8095 | |
8096 1997-11-18 Paul Eggert <eggert@twinsun.com> | |
8097 | |
8098 * mail/rmail.el (rmail-convert-to-babyl-format): If the | |
8099 message uses the quoted-printable content-transfer-encoding, | |
8100 decode it into 8bit. | |
8101 | |
8102 1997-11-17 Paul Eggert <eggert@twinsun.com> | |
8103 | |
93313 | 8104 * dired.el (dired-move-to-filename-regexp): |
8105 * ange-ftp.el (ange-ftp-date-regexp): | |
25866 | 8106 Allow month names of length 2 and up, with varying white space |
8107 afterwards; e.g. Solaris 2.6 "es" locale uses "ab " for April and | |
8108 "fbro" for February. | |
8109 | |
8110 1997-11-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8111 | |
8112 * cal-hebrew.el (list-hebrew-diary-entries): Add the diary entry | |
8113 "specifier" to the entry on the list. | |
8114 * cal-islam.el (list-islamic-diary-entries): Likewise. | |
8115 * diary-lib.el (list-diary-entries): Likewise. | |
8116 (list-sexp-diary-entries, add-to-diary-list): Likewise. | |
8117 (diary-unknown-time): New variable. | |
8118 (diary-entry-time): Use it. | |
8119 | |
8120 1997-11-16 Richard Stallman <rms@gnu.org> | |
8121 | |
8122 * man.el (Man-init-defvars, Man-build-man-command): | |
8123 Bind default-directory to "/" to avoid possible error in call-process. | |
8124 | |
8125 1997-11-15 Matthew Swift <swift@alum.mit.edu> | |
8126 | |
8127 * simple.el (comment-padding): New var. | |
8128 (comment-region): Use it. | |
8129 | |
8130 1997-11-15 Richard Stallman <rms@gnu.org> | |
8131 | |
8132 * textmodes/fill.el (fill-individual-paragraphs): Don't get | |
8133 confused in paragraph loop if we start on the last line | |
8134 and it has no final newline. | |
8135 | |
8136 * mail/rmail.el (rmail-summary-window-size): Allow integer values. | |
8137 | |
8138 * term/linux.el: Use set-input-mode to make Latin-1 chars work. | |
8139 | |
8140 1997-11-15 Dave Love <d.love@dl.ac.uk> | |
8141 | |
8142 * finder.el (finder-find-library): Re-instate (with a different | |
8143 implementation) so that `locate-library' can find compressed files. | |
8144 (finder-commentary): Use it. | |
8145 | |
8146 1997-11-15 Hrvoje Niksic <hniksic@srce.hr> | |
8147 | |
8148 * cus-edit.el (custom-face-save): Save the face. | |
8149 | |
8150 1997-11-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
8151 | |
8152 * tar-mode.el (tar-mode-map): Fix function name in menu entry. | |
8153 | |
8154 1997-11-10 Richard Stallman <rms@gnu.org> | |
8155 | |
8156 * help.el (help-for-help): Update text for `m'. | |
8157 | |
8158 * imenu.el (imenu-default-create-index-function): | |
8159 Test imenu-prev-index-position-function and | |
8160 imenu-extract-index-name-function for non-nil, not fboundp. | |
8161 (imenu-add-to-menubar): Likewise. | |
8162 | |
8163 * replace.el (perform-replace): In Transient Mark mode, if | |
8164 region is active, only search the region. | |
8165 (query-replace, etc.): Doc fixes. | |
8166 | |
8167 * international/characters.el: New category ` '. | |
8168 Enable for non-breaking space in Latin-N. | |
8169 | |
8170 * emulation/ws-mode.el (wordstar-mode): Run wordstar-mode-hook. | |
8171 | |
8172 * cal-french.el (french-calendar-day-name-array): | |
8173 Give the day array, not the month array. | |
8174 | |
8175 * help.el (describe-function): Handle the arglist of a macro. | |
8176 | |
8177 * mail/mail-extr.el (mail-extr-voodoo): Comment out &-substitution. | |
8178 | |
8179 1997-11-10 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
8180 | |
8181 * progmodes/octave-inf.el (inferior-octave-startup-args): | |
8182 Set to '("-i") to force interactive behavior. | |
8183 (inferior-octave-prompt): Include the `debug' prompt issued by the | |
8184 Octave `keyboard' command. | |
8185 | |
8186 1997-11-10 Per Abrahamsen <abraham@dina.kvl.dk> | |
8187 | |
8188 * replace.el (query-replace-highlight): Change default to t. | |
8189 | |
8190 1997-11-10 Karl Heuer <kwzh@gnu.org> | |
8191 | |
8192 * finder.el (finder-exit): Simplify. | |
8193 | |
8194 1997-10-07 Andreas Schwab <schwab@melange.gnu.org> | |
8195 | |
8196 * arc-mode.el (archive-zoo-summarize): Properly handle the case of | |
8197 a short file name with a non-empty directory part. | |
8198 | |
8199 1997-11-07 Kenichi Handa <handa@etl.go.jp> | |
8200 | |
8201 * gnus/gnus-mule.el (gnus-mule-initialize): Do not set | |
8202 nntp-coding-system-for-read and nntp-coding-system-for-write. | |
8203 | |
8204 * gnus/gnus-start.el (gnus-read-descriptions-file): Decode | |
8205 description if necessary. | |
8206 | |
8207 * gnus/nntp.el (nntp-coding-system-for-read): Set default value to | |
8208 binary. | |
8209 (nntp-coding-system-for-write): Likewise. | |
8210 | |
8211 * international/mule-cmds.el (set-language-environment): Run | |
8212 exit-language-environment-hook before calling `exit-function' | |
8213 which is specified for the language environment. | |
8214 | |
8215 * language/european.el: Add "Upper Sorbian" and "Lower Sorbian" in | |
8216 the documentation of the language env "Laint-2". | |
8217 | |
8218 * language/cyrillic.el (ccl-encode-koi8-font): Fix bug of CCL | |
8219 program. | |
8220 (ccl-encode-alternativnyj-font): Likewise. | |
8221 | |
8222 * textmodes/fill.el (fill-region-as-paragraph): Fix bug of | |
8223 handling the case that English letters are followed by such | |
8224 characters as Japanese and Chinese. | |
8225 | |
8226 1997-11-07 Paul Eggert <eggert@twinsun.com> | |
8227 | |
8228 * dired.el (dired-move-to-filename-regexp): | |
8229 Handle Japanese-format dates. | |
8230 * ange-ftp.el (ange-ftp-date-regexp): Likewise. In western dates, | |
8231 accept month name and day-of-month in either order. | |
8232 | |
8233 1997-11-07 Karl Heuer <kwzh@gnu.org> | |
8234 | |
8235 * mail/mailabbrev.el (build-mail-abbrevs): Use initial space in | |
8236 internal buffer name. | |
8237 | |
8238 * files.el (rename-uniquely): Simplify. | |
8239 | |
8240 1997-11-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8241 | |
8242 * cal-china.el (calendar-chinese-date-string): Fix month name. | |
8243 | |
8244 * cal-tex.el (cal-tex-cursor-week-iso): Delete spurious %. | |
8245 | |
76317 | 8246 1997-11-02 Kevin Rodgers <kevinr@ihs.com> |
25866 | 8247 |
8248 * emacs-lisp/byte-opt.el (byte-optimize-concat): New function. | |
8249 | |
8250 1997-11-02 Richard Stallman <rms@gnu.org> | |
8251 | |
8252 * apropos.el (apropos-command): Doc fix. | |
8253 | |
8254 1997-11-02 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8255 | |
8256 * cal-coptic.el (ethiopic-calendar-epoch): Correct to 8 CE. | |
8257 | |
8258 1997-11-02 Karl Heuer <kwzh@gnu.org> | |
8259 | |
8260 * progmodes/fortran.el (fortran-imenu-generic-expression): Doc fix. | |
8261 Delete redundant setq. | |
8262 | |
8263 1997-10-31 Michael Kifer <kifer@cs.sunysb.edu> | |
8264 | |
93313 | 8265 * ediff-mult.el (ediff-redraw-directory-group-buffer) |
8266 (ediff-redraw-registry-buffer): Delete phony session overlays. | |
25866 | 8267 Added session number to various calls to update the meta buffer. |
93313 | 8268 (ediff-update-markers-in-dir-meta-buffer): New, for fast redisplay |
25866 | 8269 of meta buffer. |
93313 | 8270 (ediff-update-meta-buffer, ediff-redraw-directory-group-buffer) |
8271 (ediff-previous-meta-overlay-start, ediff-next-meta-item): Changed to | |
25866 | 8272 support the above. |
93313 | 8273 (ediff-insert-session-info-in-meta-buffer) |
8274 (diff-replace-session-status-in-meta-buffer) | |
8275 (ediff-insert-session-status-in-meta-buffer) | |
8276 (ediff-replace-session-activity-marker-in-meta-buffer) | |
8277 (ediff-insert-session-activity-marker-in-meta-buffer): New supporting | |
25866 | 8278 functions for fast redisplay. |
8279 | |
93313 | 8280 * ediff-util.el (ediff-setup): Has a new argument, the file name |
25866 | 8281 where to save the merge buffer. |
93313 | 8282 (ediff-arrange-autosave-in-merge-jobs): New function, uses the new |
25866 | 8283 arg of ediff-setup to set the visited file name of the merge buffer. |
93313 | 8284 (ediff-setup): Set buffer-offer-save to t in merge buffers. |
8285 | |
8286 * ediff-vers.el (ediff-*-merge-*): All these function now have one | |
25866 | 8287 addl. optional argument, the file name where to save the merge buffer. |
8288 This is useful in scripts. | |
8289 | |
93313 | 8290 * ediff.el (ediff-merge-*): All These top-level function now have one |
25866 | 8291 more optional argument, the file name where to save the merge buffer. |
8292 This is useful in scripts. | |
8293 | |
8294 * ediff-merg.el: ediff-merge custom group definition moved to | |
8295 ediff-init.el. | |
8296 | |
8297 * ediff-init.el: Additional variables customized; hooks moved into | |
8298 a separate customization subgroup. | |
8299 | |
93313 | 8300 * ediff-diff.el (ediff-same-file-contents): New function. |
8301 (ediff-setup-diff-regions): Bark if the user supplied -c option. | |
25866 | 8302 |
8303 1997-10-31 Michael Kifer <kifer@cs.sunysb.edu> | |
8304 | |
93313 | 8305 * viper-ex.el: Fixed r! cmd args. Previously it would discard the args. |
25866 | 8306 |
8307 * viper-init.el: Make all viper-defined emacs minor modes nil by | |
8308 default. | |
8309 | |
93313 | 8310 * viper-keym.el: Don't bind C-c\ in global-map. |
25866 | 8311 |
8312 * viper.el: Don't change state to emacs unless viper-mode is t. | |
8313 | |
93313 | 8314 * viper-mous.el (viper-mouse-click-window): Check if click was over |
25866 | 8315 a live window. |
8316 | |
8317 1997-10-31 Dave Love <d.love@dl.ac.uk> | |
8318 | |
8319 * progmodes/fortran.el (fortran-imenu-generic-expression): New | |
8320 variable. | |
8321 (fortran-mode): Use it. | |
8322 | |
8323 1997-10-31 Richard Stallman <rms@gnu.org> | |
8324 | |
8325 * textmodes/tex-mode.el (tex-validate-region): Really check | |
8326 for mismatched parens. | |
8327 | |
8328 1997-10-28 Simon Marshall <simon@gnu.org> | |
8329 | |
8330 * font-lock.el (font-lock-keywords): Doc fix. | |
8331 (font-lock-match-c++-style-declaration-item-and-skip-to-next): Allow | |
8332 any number of ::foo suffixes in declarative items. | |
8333 | |
8334 * lazy-lock.el (lazy-lock-fontify-after-defer): Check each buffer to | |
8335 make sure it still (a) exists and (b) has Lazy Lock mode turned on. | |
8336 | |
8337 1997-10-26 Richard Stallman <rms@gnu.org> | |
8338 | |
8339 * compile.el (compilation-error-regexp-alist): | |
8340 New element for Sun F90. | |
8341 | |
8342 1997-10-25 Dave Love <d.love@dl.ac.uk> | |
8343 | |
8344 * emacs-lisp/find-func.el (find-function): Add autoload cookie. | |
93313 | 8345 (find-function-other-window, find-function-other-frame) |
8346 (find-function-on-key): Likewise. | |
25866 | 8347 |
8348 1997-10-24 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8349 | |
8350 * progmodes/octave-mod.el (octave-auto-indent): New variable. | |
8351 (octave-electric-semi, octave-electric-space): Use it. | |
8352 | |
8353 * progmodes/octave-mod.el (octave-before-magic-comment-p): New func. | |
8354 (calculate-octave-indent, octave-comment-indent): Use it. | |
8355 | |
8356 1997-10-24 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
8357 | |
8358 * progmodes/octave-mod.el (octave-auto-indent): New variable. | |
8359 (octave-electric-semi, octave-electric-space): Use it. | |
8360 | |
8361 * progmodes/octave-mod.el (octave-maybe-insert-continuation-string): | |
8362 New function. | |
8363 (octave-auto-fill): No longer calls do-auto-fill. Should now | |
8364 avoid breaking lines after comment starts or before code line | |
8365 continuation expressions. | |
8366 (octave-fill-paragraph): Move forward a line if octave-auto-fill | |
8367 gave up. | |
8368 | |
8369 * progmodes/octave-mod.el (octave-before-magic-comment-p): New func. | |
8370 (octave-comment-indent): Handle magic comments correctly. | |
8371 (calculate-octave-indent): Handle magic comments correctly. | |
8372 | |
8373 * progmodes/octave-mod.el (octave-abbrev-table): Added abbrevs for | |
8374 switch, case, otherwise, and endswitch. | |
8375 (octave-begin-keywords): Added switch. | |
8376 (octave-else-keywords): Added case and otherwise. | |
8377 (octave-end-keywords): Added endswitch. | |
8378 (octave-block-match-alist): Added an entry for switch syntax. | |
8379 (calculate-octave-indent): Added support for switch syntax. | |
8380 (octave-block-end-offset): New function. | |
8381 (octave-comment-indent): Fix a typo. | |
8382 | |
8383 * progmodes/octave-mod.el (octave-block-match-alist): Move | |
8384 `otherwise' to right after `case' to have octave-close-block() | |
8385 correctly close a `switch' block by `endswitch'. | |
8386 | |
8387 1997-10-24 Carsten Dominik <dominik@strw.LeidenUniv.nl> | |
8388 | |
93313 | 8389 * reftex.el: The menu now used toggle and radio for some items. |
25866 | 8390 (reftex-default-context-regexps): `caption' now prefers the |
8391 optional short caption. | |
8392 (reftex-offer-label-menu): Fixed bug which could kill master | |
8393 buffer of external document. | |
93313 | 8394 (reftex-select-item, reftex-get-buffer-visiting): Compatibility |
25866 | 8395 code works now the other way round. |
8396 (reftex-select-external-document): Now gives a message when no | |
8397 external documents are available. | |
8398 (reftex-find-duplicate-labels): Single key strokes to exit or to | |
8399 do a query replace. Made more user friendly in general. | |
93313 | 8400 (reftex-section-levels, reftex-default-context-regexps): Move |
25866 | 8401 definition of these variables to configuration section. |
8402 | |
8403 1997-10-24 Richard Stallman <rms@gnu.org> | |
8404 | |
8405 * help.el (locate-library): Comment out the code that searches | |
8406 for compressed files. | |
8407 | |
8408 1997-10-24 Simon Marshall <simon@gnu.org> | |
8409 | |
8410 * textmodes/outline.el (outline-font-lock-keywords): Fontify the | |
8411 whole line, not just the part that matches outline-regexp. | |
8412 | |
8413 1997-10-24 Per Abrahamsen <abraham@dina.kvl.dk> | |
8414 | |
8415 * cus-edit.el (hook): Use `widget-group-match' instead of | |
8416 `widget-editable-list-match'. | |
8417 | |
8418 1997-10-24 Bill Richter <richter@gauss.math.nwu.edu> | |
8419 | |
8420 * international/quail.el (quail-translation-keymap): KP_Enter key | |
8421 emulates `C-SPC'. `mouse-2' bound to | |
8422 `quail-mouse-choose-completion'. | |
8423 (quail-completion-list-translations): Set text property | |
8424 `mouse-face' of character `translations' to `highlight'. Changed | |
8425 `newline' to `insert "\n"' to prevent text property inheritance. | |
8426 (quail-mouse-choose-completion): New function bound to `mouse-2' | |
8427 selects highlighted characters from *Quail Completions* buffer. | |
8428 (quail-choose-completion-string): New function called by | |
8429 `quail-mouse-choose-completion'. | |
8430 | |
8431 1997-10-24 Kenichi Handa <handa@etl.go.jp> | |
8432 | |
8433 * international/mule-diag.el (list-input-methods): Improve the | |
8434 message shown when LEIM is not installed. | |
8435 | |
8436 1997-10-23 Simon Marshall <simon@gnu.org> | |
8437 | |
8438 * international/mule.el (load-with-code-conversion): Indicate in | |
8439 messages if source code is being loaded. | |
8440 | |
8441 1997-10-23 Dave Love <d.love@dl.ac.uk> | |
8442 | |
8443 * browse-url.el: Doc fixes. | |
8444 (browse-url): Apply, don't just call, browse-url-choose-browser, | |
8445 so args works properly. | |
8446 (browse-url-maybe-new-window): New function. | |
93313 | 8447 (browse-url-netscape, browse-url-mosaic, browse-url-cci) |
8448 (browse-url-w3, browse-url-lynx-emacs, browse-url-mail): Use it. | |
25866 | 8449 (browse-url-lynx-emacs): Don't call term-term-name. |
93313 | 8450 (browse-url-lynx-input-field, browse-url-lynx-input-delay) |
8451 (browse-url-lynx-input-attempts): New variables. | |
25866 | 8452 (browse-url-lynx-emacs): Use any existing Lynx buffer; take care |
8453 to move off input fields. (After Vladimir Alexiev | |
8454 <vladimir@cs.ualberta.ca>.) | |
8455 (browse-url-mosaic-program): New variable. | |
8456 (browse-url-mosaic): Use browse-url-mosaic-program and | |
8457 browse-url-new-window-p. | |
8458 (browse-url-at-mouse): Use browse-url-new-window-p. | |
8459 | |
8460 1997-10-23 Kenichi Handa <handa@etl.go.jp> | |
8461 | |
8462 * international/mule-cmds.el (set-default-coding-systems): | |
8463 Doc-string modified. | |
8464 (prefer-coding-system): Likewise. Call coding-system-base instead | |
8465 of coding-system-parent. | |
8466 (describe-language-environment): Print aliases of each coding | |
8467 system. | |
8468 (set-language-environment-hook): New variable. | |
8469 (exit-language-environment-hook): New variable. | |
8470 (set-language-environment): Call these hooks. Before setting a | |
8471 new language environment, exit from the | |
8472 current-language-environment if necessary. | |
8473 (input-method-verbose-flag): The value can be nil, t, | |
8474 complex-only, or default. | |
8475 (input-method-highlight-flag): Doc-string augmented. | |
8476 (activate-input-method): Check if we can run the registered | |
8477 function to activate an input method. | |
8478 | |
8479 * international/mule-conf.el: Give proper SAFE_CHARSET argument in | |
8480 each call of make-coding-system. | |
8481 | |
8482 * international/mule-diag.el (list-input-methods): Handle the case | |
8483 that title of input method is not a simple string. Show users | |
8484 an informative message when leim is not yet installed. | |
98317 | 8485 (describe-coding-system): Print safe charsets of the coding system. |
25866 | 8486 |
8487 * international/mule-util.el (find-safe-coding-system): New function. | |
8488 | |
8489 * international/mule.el (load-with-code-conversion): Update | |
8490 preloaded-file-list, bind load-file-name and | |
8491 inhibit-frame-unsplittable properly. | |
8492 (make-char): Make it a function. Set it byte-compile property to | |
8493 optimize byte-compiled codes. | |
8494 (make-coding-system): New optional arg charsets. Set property | |
8495 `safe-charsets' of the coding system to it. | |
8496 | |
8497 * international/quail.el (quail-require-guidance-buf): Adjusted | |
8498 for the change of input-method-verbose-flag. | |
8499 | |
8500 * language/chinese.el: Give proper SAFE-CHARSET argument in each | |
8501 call of make-coding-system. | |
8502 (euc-cn): Define it as an alias of coding-system chinese-iso-8bit. | |
8503 | |
8504 * language/cyrillic.el: Give proper SAFE-CHARSET argument in each | |
8505 call of make-coding-system. | |
8506 | |
8507 * language/devanagari.el: Give proper SAFE-CHARSET argument in each | |
8508 call of make-coding-system. | |
8509 | |
8510 * language/european.el: Give proper SAFE-CHARSET argument in each | |
8511 call of make-coding-system. | |
8512 | |
8513 * language/greek.el: Give proper SAFE-CHARSET argument in each | |
8514 call of make-coding-system. | |
8515 | |
8516 * language/hebrew.el: Give proper SAFE-CHARSET argument in each | |
8517 call of make-coding-system. | |
8518 | |
8519 * language/japanese.el: Give proper SAFE-CHARSET argument in each | |
8520 call of make-coding-system. | |
8521 | |
8522 * language/korea-util.el: New file. | |
8523 | |
8524 * language/korean.el: Give proper SAFE-CHARSET argument in each | |
8525 call of make-coding-system. Set exit-function for language | |
8526 environment "Korean" to exit-korean-environment. | |
8527 (setup-korean-environment): Moved to korean.el. | |
8528 | |
8529 * language/lao.el: Give proper SAFE-CHARSET argument in each call | |
8530 of make-coding-system. | |
8531 | |
8532 * language/thai.el: Give proper SAFE-CHARSET argument in each call | |
8533 of make-coding-system. | |
8534 | |
8535 * language/tibetan.el: Give proper SAFE-CHARSET argument in each | |
8536 call of make-coding-system. | |
8537 | |
8538 * language/vietnamese.el: Give proper SAFE-CHARSET argument in | |
8539 each call of make-coding-system. | |
8540 | |
8541 * man.el (Man-getpage-in-background): Bind inhibit-eol-conversion | |
8542 to t before calling start-process or call-process. | |
8543 (Man-softhyphen-to-minus): New function. If | |
8544 enable-multibyte-characters is non-nil, convert the code 0255 only | |
8545 when it is not a part of a multibyte characters. | |
8546 (Man-fontify-manpage): Call Man-softhyphen-to-minus. | |
8547 (Man-cleanup-manpage): Likewise. | |
8548 | |
8549 * term.el (term-exec-1): Bind inhibit-eol-conversion to t before | |
8550 calling start-process. | |
8551 | |
8552 1997-10-23 Richard Stallman <rms@gnu.org> | |
8553 | |
8554 * jka-compr.el (jka-compr-inhibit): New variable. | |
8555 (jka-compr-handler): Obey jka-compr-inhibit. | |
8556 | |
8557 * scroll-bar.el (set-scroll-bar-mode): Take just one arg. | |
8558 (set-scroll-bar-mode-1): Take 2 args, as set-scroll-bar-mode used to. | |
8559 (scroll-bar-mode variable): Use set-scroll-bar-mode-1. | |
8560 (scroll-bar-mode command): Pass 1 arg to set-scroll-bar-mode. | |
8561 | |
8562 * faces.el (basic-faces): New group. Put the standard faces in it. | |
8563 | |
8564 * mouse.el (mouse-drag-vertical-line): Handle left-side scroll bars. | |
8565 | |
8566 1997-10-23 Karl Heuer <kwzh@gnu.org> | |
8567 | |
8568 * emacs-lisp/lisp-mnt.el: picture.el no longer required. | |
8569 (lm-insert-at-column): Use FORCE arg of move-to-column. | |
8570 * emulation/tpu-edt.el (tpu-arrange-rectangle): Likewise. | |
8571 | |
8572 1997-10-23 Barry A. Warsaw <cc-mode-help@python.org> | |
8573 | |
8574 Merge in Release 5.19 of cc-mode. | |
8575 | |
8576 * progmodes/cc-engine.el (c-guess-basic-syntax): | |
8577 CASE 5F: extern-lang-close relpos should be | |
8578 element 0 of inclass-p, not element 1. | |
8579 | |
8580 * progmodes/cc-cmds.el (c-progress-init, c-progress-fini): | |
98317 | 8581 Be silent if c-progress-interval is nil. |
25866 | 8582 |
93313 | 8583 * progmodes/cc-vars.el (c-progress-interval): Document new semantics. |
25866 | 8584 |
8585 * progmodes/cc-engine.el (c-beginning-of-statement-1): | |
8586 Watch out for keywords which have a | |
8587 preceding underscore. | |
8588 | |
8589 * progmodes/cc-menus.el: Patches to Imenu support given by | |
8590 "Masatake (jet) YAMATO" <masata-y@is.aist-nara.ac.jp>. | |
8591 | |
8592 * progmodes/cc-cmds.el (c-comment-line-break-function): | |
8593 Fix for when comment starts at | |
8594 comment-column and there is non-whitespace preceding this on the | |
8595 current line. | |
8596 | |
8597 * progmodes/cc-mode.el (c-submit-bug-report): Remove | |
8598 c-recognize-knr-p. Add c-comment-continuation-stars. | |
8599 | |
8600 * progmodes/cc-styles.el (c-initialize-builtin-style): | |
8601 Only use copy-tree if it is funcall-able. This is the right patch, and | |
8602 was given by Erik Naggum <erik@naggum.no> | |
8603 | |
8604 1997-10-23 Barry A. Warsaw <cc-mode-help@python.org> | |
8605 | |
8606 * progmodes/cc-menus.el (cc-imenu-c-prototype-macro-regexp): New var. | |
8607 | |
8608 (cc-imenu-c++-generic-expression): Patches to better match C++ code. | |
93313 | 8609 Given by jan.dubois@ibm.net (Jan Dubois). |
25866 | 8610 |
8611 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
8612 Removed test for declaration | |
8613 statements. Patch given by Ake Stenhoff <etxaksf@aom.ericsson.se>, as | |
8614 forwarded to me by RMS. | |
8615 | |
8616 * progmodes/cc-menus.el: | |
8617 Imenu support for Objective-C given by Masatake (jet) YAMATO. | |
8618 | |
8619 * progmodes/cc-mode.el (objc-mode): Bind imenu-create-index-function | |
8620 to cc-imenu-objc-function to enable Imenu support for Objective-C. | |
8621 Contributed by Masatake (jet) YAMATO. | |
8622 | |
8623 1997-10-23 Barry A. Warsaw <cc-mode-help@python.org> | |
8624 | |
8625 * progmodes/cc-styles.el (c-initialize-builtin-style): | |
8626 Use existing copy-tree if it's defined. | |
8627 | |
8628 copy-sequence doesn't work; the | |
8629 c-offsets-alist must be copied recursively. Use copy-tree solution | |
8630 given by Simon Marshall <simon@gnu.org>. | |
8631 | |
8632 1997-10-23 Barry A. Warsaw <cc-mode-help@python.org> | |
8633 | |
8634 * progmodes/cc-cmds.el (c-beginning-of-statement): | |
8635 Fixes in sentence movement to properly | |
8636 handle M-e moving forward into a comment when looking at preceding | |
8637 whitespace, and M-a moving backward into comment when looking at | |
8638 following whitespace. | |
8639 | |
8640 Uncommented the looking-at call in the | |
8641 sentence-flag clause so that moving by forward-sentence when looking | |
8642 at the beginning of a comment works again. A previous log message in | |
8643 cc-mode.el indicates this was commented out "because | |
8644 c-beginning-of-statement-1 should do the right thing", but clearly it | |
8645 doesn't. | |
8646 | |
8647 I don't know if this breaks something else, because I can't figure out | |
8648 why it was commented out in the first place. | |
8649 | |
8650 * progmodes/cc-langs.el: | |
8651 Define `/' in c-mode-base-map since all modes now support | |
8652 c-electric-slash. | |
8653 | |
8654 Define C-c C-e in mode-specific maps instead of c-mode-base-map since | |
8655 c-expand-macro is meaningless in Java and IDL. | |
8656 | |
8657 * progmodes/cc-engine.el (c-end-of-statement-1): | |
8658 Wrap backward-up-list in a c-safe call so no | |
8659 error results when buffer contains only a comment and point is at | |
8660 eob. | |
8661 | |
8662 1997-10-22 Kenichi Handa <handa@etl.go.jp> | |
8663 | |
8664 * gnus/gnus-art.el (gnus-show-traditional-method): Call | |
8665 gnus-mule-decode-article only when enable-multibyte-characters is | |
8666 non-nil. | |
8667 | |
8668 * gnus/gnus-ems.el (gnus-ems-redefine): Require `gnus-mule' only | |
8669 when enable-multibyte-characters is non-nil. | |
8670 | |
8671 * gnus/gnus-mule.el: Set chinese-big5 for newsgroup "tw". | |
8672 | |
8673 * gnus/gnus-sum.el (gnus-structured-field-decoder): Pay attention | |
8674 to enable-multibyte-characters. | |
8675 (gnus-unstructured-field-decoder): Likewise. | |
8676 | |
8677 1997-10-21 Kenichi Handa <handa@etl.go.jp> | |
8678 | |
8679 * international/mule-diag.el (describe-coding-system): Print | |
8680 information about coding system properties, post-read-conversion | |
8681 and pre-write-conversion. | |
8682 (print-coding-system-briefly): Adjusted for the change in mule.el. | |
8683 (describe-current-coding-system): Likewise. | |
8684 (print-coding-system): Likewise. | |
8685 | |
8686 * international/mule.el: The summary of the following changes: | |
8687 (1) Make all coding systems (including aliases and subsidiaries) | |
8688 directly have coding-spec vector in `coding-system' property. | |
8689 (2) Properties of a coding system (except for `coding-system' and | |
98317 | 8690 `eol-type') is embedded in PLIST slot of coding-spec vector. |
25866 | 8691 (coding-spec-plist-idx): Initialize to 3. |
8692 (coding-system-spec-ref): Deleted. | |
8693 (coding-system-spec): Moved from src/coding.c. | |
8694 (coding-system-type): Adjusted for the above change. | |
8695 (coding-system-mnemonic): Likewise. | |
8696 (coding-system-doc-string): Likewise. | |
8697 (coding-system-flags): Likewise. | |
8698 (coding-system-eol-type): Likewise. | |
8699 (coding-system-category): Likewise. | |
8700 (coding-system-get, coding-system-put, coding-system-category): | |
8701 New functions. | |
8702 (coding-system-base): Moved from mule-util.el and adjusted for the | |
8703 above change. | |
8704 (coding-system-parent): Make it obsolete alias of | |
8705 coding-system-base. | |
8706 (make-subsidiary-coding-system): Adjusted for the above change. | |
8707 Update coding-system-list and coding-system-alist. | |
8708 (make-coding-system): Likewise. | |
8709 (define-coding-system-alias): Likewise. | |
8710 (set-buffer-file-coding-system): Typo in doc-string fixed. | |
8711 (after-insert-file-set-buffer-file-coding-system): Change | |
8712 enable-multibyte-characters only when | |
8713 find-new-buffer-file-coding-system returns non-nil value. | |
98317 | 8714 (find-new-buffer-file-coding-system): Adjusted for the above change. |
25866 | 8715 |
8716 * international/mule-cmds.el (read-multilingual-string): Use | |
8717 current-input-method prior to default-input-method. Don't bind | |
8718 current-input-method by `let', instead, activate the specified | |
8719 input method in the current buffer temporarily. | |
8720 | |
8721 * international/mule-conf.el: Change the way of making coding | |
8722 systems no-conversion and undecided. | |
8723 | |
8724 * international/mule-util.el (coding-system-base): Moved to | |
8725 mule.el. | |
8726 (coding-system-post-read-conversion): | |
8727 Use the new function coding-system-get. | |
8728 (coding-system-pre-write-conversion): Likewise. | |
8729 (coding-system-unification-table-for-decode): Likewise. | |
8730 (coding-system-unification-table-for-encode): Likewise. | |
8731 (coding-system-list): Adjusted for the change in mule.el. | |
8732 (coding-system-plist): Deleted. | |
8733 (coding-system-equal): Do not use coding-system-plist. | |
8734 | |
8735 * language/chinese.el: Use coding-system-put to set coding system | |
8736 properties, post-read-conversion and pre-write-conversion. | |
8737 (post-read-decode-hz): Return the result of decode-hz-region. | |
8738 (pre-write-encode-hz): Do not change the value of | |
8739 last-coding-system. | |
8740 | |
8741 * language/devan-util.el (devanagari-compose-from-is13194-region): | |
8742 Return the length of converted region. | |
8743 (in-is13194-devanagari-post-read-conversion): Return the result of | |
8744 devanagari-compose-from-is13194-region. | |
8745 | |
8746 * language/devanagari.el: Use coding-system-put to set coding | |
8747 system properties, post-read-conversion and pre-write-conversion. | |
8748 | |
8749 * language/thai.el: Use coding-system-put to set coding system | |
8750 properties, post-read-conversion and pre-write-conversion. | |
8751 | |
8752 * language/tibet-util.el (tibetan-post-read-conversion): Return | |
8753 the length of converted region. | |
8754 | |
8755 * language/tibetan.el: Use coding-system-put to set coding system | |
8756 properties, post-read-conversion and pre-write-conversion. | |
8757 | |
8758 * language/vietnamese.el: Use coding-system-put to set coding system | |
8759 properties, post-read-conversion and pre-write-conversion. | |
8760 | |
8761 1997-10-21 Kenichi Handa <handa@etl.go.jp> | |
8762 | |
8763 * gnus/nntp.el (nntp-coding-system-for-write): New variable. | |
8764 (nntp-open-connection): Bind coding-system-for-write to | |
8765 nntp-coding-system-for-write. | |
8766 | |
8767 * gnus/gnus-mule.el: Set default coding system for encoding to | |
8768 iso-latin-1. | |
8769 (gnus-mule-initialize): Set nntp-coding-system-for-write to | |
8770 binary. | |
8771 | |
8772 1997-10-21 Tomohiko Morioka <morioka@jaist.ac.jp> | |
8773 | |
8774 * gnus/nnfolder.el (nnfolder-request-list): Bind | |
8775 file-name-coding-system to binary. | |
8776 (nnfolder-possibly-change-group): Likewise. | |
8777 | |
8778 * gnus/nnml.el (nnml-retrieve-headers): Likewise. | |
8779 (nnml-request-article): Likewise. | |
8780 (nnml-request-group): Likewise. | |
8781 (nnml-request-list): Likewise. | |
8782 (nnml-possibly-change-directory): Likewise. | |
8783 | |
8784 * gnus/nnmh.el (nnmh-retrieve-headers): Likewise. | |
8785 (nnmh-request-article): Likewise. | |
8786 (nnmh-request-group): Likewise. | |
8787 (nnmh-request-list): Likewise. | |
8788 (nnmh-possibly-change-directory): Likewise. | |
8789 (nnmh-active-number): Likewise. | |
8790 | |
8791 * gnus/nnmail.el (nnmail-find-file): Likewise. | |
8792 (nnmail-write-region): Likewise. | |
8793 | |
8794 * gnus/gnus-sum.el (gnus-structured-field-decoder): If the | |
8795 feature `mule' is provided, set the default value to the function | |
8796 which decode the argument string by gnus-mule-coding-system. | |
8797 (gnus-unstructured-field-decoder): Likewise. | |
8798 | |
8799 * gnus/gnus-ems.el (gnus-ems-redefine): If the feature `mule' is | |
8800 provided, require gnus-mule and call gnus-mule-initialize. | |
8801 | |
8802 * gnus/gnus-art.el (gnus-show-traditional-method): New variable. | |
8803 (gnus-article-prepare): If gnus-show-mime is nil, call | |
8804 gnus-show-traditional-method. | |
8805 | |
8806 * gnus/gnus-mule.el: Require nntp instead of gnus and message. | |
8807 Set euc-kr for newsgroup "han". Delete code for add-hooking | |
8808 gnus-mule-initialize and setting coding system for nntp. | |
8809 (gnus-mule-select-coding-system): Get a coding system of the | |
8810 current newsgroup from gnus-summary-buffer. | |
8811 (gnus-mule-decode-summary): Deleted. | |
8812 (gnus-mule-initialize): Add-hook gnus-mule-select-coding-system to | |
8813 gnus-parse-headers-hook. Don't add-hook gnus-mule-decode-summary | |
8814 and gnus-mule-decode-article. Don't set process coding system for | |
8815 nntp stream to 'no-conversion, instead set | |
8816 nntp-coding-system-for-read to 'binary. Set | |
8817 nnheader-file-coding-system and nnmail-file-coding-system to | |
8818 'binary. | |
8819 | |
8820 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8821 | |
8822 * gnus.el: Gnus v5.4.66 is released. | |
8823 | |
8824 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8825 | |
8826 * gnus-topic.el (gnus-topic-check-topology): Protect against nil | |
8827 entries. | |
8828 | |
8829 * nnfolder.el (nnfolder-request-regenerate): Typo. | |
8830 | |
8831 * gnus-art.el (gnus-button-alist): mailto urls didn't work. | |
8832 | |
8833 1997-10-21 Jay Sachs <sachs@bull.cs.williams.edu> | |
8834 | |
8835 * gnus-score.el (gnus-score-edit-current-scores): Switch on score | |
8836 mode in the right buffer. | |
8837 | |
8838 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8839 | |
8840 * gnus.el: Gnus v5.4.65 is released. | |
8841 | |
8842 1997-10-21 Sigbjorn Finne <sof@dcs.gla.ac.uk> | |
8843 | |
8844 * gnus-srvr.el (gnus-browse-foreign-server): Message fix. | |
8845 | |
8846 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8847 | |
8848 * gnus-start.el (gnus-1): Don't read the dribble file | |
8849 unconditionally in slaves. | |
8850 | |
8851 * gnus-sum.el (gnus-summary-edit-article): Restore original date | |
8852 header. | |
8853 | |
8854 * gnus-start.el (gnus-1): Set gnus-slave earlier. | |
8855 | |
8856 * gnus-sum.el (gnus-parent-headers): Would infloop. | |
8857 | |
8858 * message.el (message-make-message-id): Make better Message-ID | |
8859 when superseding. | |
8860 | |
8861 1997-10-21 Jason Rumney <jasonr@pec.co.nz> | |
8862 | |
98317 | 8863 * nnkiboze.el (nnkiboze-request-delete-group): Translate file |
25866 | 8864 chars. |
8865 | |
8866 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8867 | |
105997 | 8868 * nnml.el (nnml-directory): Doc fix. |
25866 | 8869 |
8870 * gnus-topic.el (gnus-topic-make-menu-bar): Added | |
8871 gnus-topic-edit-parameters. | |
8872 | |
8873 1997-10-21 Jay Sachs <sachs@interactive.net> | |
8874 | |
8875 * gnus-win.el (gnus-buffer-configuration): New entry: | |
8876 score-trace. | |
8877 | |
8878 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8879 | |
8880 * gnus-topic.el (gnus-topic-delete): Mark as changed. | |
8881 (gnus-topic-change-level): Make last param optional. | |
8882 | |
8883 * gnus-group.el (gnus-group-iterate): Make sure window is | |
8884 selected. | |
8885 | |
8886 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8887 | |
8888 * gnus-topic.el (gnus-topic-check-topology): Add new groups to the | |
8889 end of the first topic. | |
8890 | |
8891 * gnus-cache.el (gnus-jog-cache): Use gnus-group-iterate. | |
8892 | |
8893 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8894 | |
8895 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Escape | |
8896 newlines. | |
8897 | |
8898 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8899 | |
8900 * smiley.el (smiley-deformed-regexp-alist): Fix. | |
8901 | |
8902 1997-10-21 Danny Siu <dsiu@adobe.com> | |
8903 | |
93313 | 8904 * smiley.el (smiley-buffer): Make smiley case sensitive. |
8905 (smiley-deformed-regexp-alist): Added more regexp for happy smiley. | |
8906 (smiley-nosey-regexp-alist): Same as above. | |
25866 | 8907 |
8908 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8909 | |
8910 * gnus-nocem.el (gnus-nocem-close): Nix out | |
8911 gnus-real-group-hashtb. | |
8912 | |
40965 | 8913 1997-10-21 Carl D. Roth <roth@klondike.cse.ucsc.edu> |
25866 | 8914 |
8915 * gnus-nocem.el (gnus-fill-real-hashtb): New function. | |
8916 | |
8917 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8918 | |
8919 * gnus-group.el (gnus-group-read-init-file): Message. | |
8920 | |
8921 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8922 | |
8923 * nntp.el (nntp-nov-gap): Changed default. | |
8924 | |
8925 * gnus-nocem.el (gnus-nocem-issuers): Fixed names. | |
8926 | |
8927 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8928 | |
8929 * gnus-sum.el (gnus-summary-catchup): Also removed cached | |
8930 articles. | |
8931 | |
8932 * nnvirtual.el (nnvirtual-update-xref-header): Don't double | |
8933 Xrefs. | |
8934 | |
8935 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8936 | |
8937 * gnus.el: Gnus v5.4.64 is released. | |
8938 | |
8939 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8940 | |
8941 * gnus-art.el (gnus-article-set-globals): New function. | |
8942 | |
8943 1997-10-21 Steven L Baur <steve@altair.xemacs.org> | |
8944 | |
8945 * gnus-ems.el (gnus-mode-line-modified): Refine detection on | |
8946 whether narrow indicators should be used. | |
8947 | |
8948 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8949 | |
8950 * gnus-cache.el (gnus-jog-cache): Bind gnus-auto-select-next. | |
8951 | |
8952 1997-10-21 Guy Geens <Guy.Geens@elis.rug.ac.be> | |
8953 | |
8954 * gnus-score.el (gnus-score-load-file): Fix decay. | |
8955 | |
8956 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8957 | |
8958 * gnus-group.el (gnus-group-iterate): Save excursion. | |
8959 | |
8960 * gnus-score.el (message): Required. | |
8961 | |
8962 * gnus-sum.el (gnus-summary-limit-children): Unreads, not reads. | |
8963 | |
8964 * gnus-topic.el (gnus-topic-change-level): Move groups. | |
8965 | |
8966 * gnus-cache.el (gnus-jog-cache): Protect against nil groups. | |
8967 | |
8968 * message.el (message-generate-headers): Don't delete Message-ID | |
8969 if buffer not modified. | |
8970 | |
8971 * gnus.el (gnus-simplify-mode-line): Use varying formats. | |
8972 | |
8973 * gnus-xmas.el (gnus-xmas-group-remove-excess-properties): Removed. | |
8974 (gnus-xmas-topic-remove-excess-properties): Removed. | |
8975 | |
8976 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8977 | |
8978 * gnus-start.el (gnus-activate-group): Always return the right | |
8979 active range. | |
8980 | |
8981 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8982 | |
8983 * gnus.el: Gnus v5.4.63 is released. | |
8984 | |
8985 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
8986 | |
8987 * gnus-undo.el (gnus-undo-mode): Use it. | |
8988 | |
8989 * gnus-salt.el (gnus-pick-mode): Use it. | |
8990 | |
8991 * gnus-gl.el (gnus-grouplens-mode): Use it. | |
8992 | |
8993 * gnus-ems.el (gnus-add-minor-mode): New function. | |
8994 | |
8995 1997-10-21 Michael R. Cook <mcook@cognex.com> | |
8996 | |
8997 * gnus-topic.el (gnus-topic-toggle-display-empty-topics): List | |
8998 groups. | |
8999 | |
9000 1997-10-21 Per Abrahamsen <abraham@dina.kvl.dk> | |
9001 | |
9002 * gnus-art.el (gnus-article-treat-html): Use `w3-region'. | |
9003 | |
9004 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9005 | |
9006 * message.el (message-check-news-header-syntax): Check repeated | |
9007 groups. | |
9008 | |
9009 * gnus-move.el (gnus-move-group-to-server): Protect against nil | |
9010 articles. | |
9011 | |
9012 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9013 | |
9014 * gnus-start.el (gnus-check-first-time-used): Force reading the | |
9015 active file the first time Gnus is used. | |
9016 | |
9017 * gnus-group.el (gnus-group-set-mode-line): Conditionalize | |
9018 modified. | |
9019 | |
9020 * gnus-ems.el (gnus-mode-line-modified): New variable. | |
9021 | |
9022 * gnus-xmas.el (gnus-summary-toolbar): Typo fix. | |
9023 | |
9024 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9025 | |
9026 * gnus-start.el (gnus-check-new-newsgroups): New default. | |
9027 | |
9028 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9029 | |
9030 * gnus.el: Gnus v5.4.62 is released. | |
9031 | |
9032 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9033 | |
9034 * nngateway.el (nngateway-request-post): Call sendmail function. | |
9035 | |
9036 * message.el (message-send-news): Supply the method to the post | |
9037 function. | |
9038 | |
105997 | 9039 * gnus.el (gnus-group-auto-expirable-p): Doc fix. |
25866 | 9040 |
9041 * message.el (message-clone-locals): Only clone Gnus variables. | |
9042 | |
9043 * gnus-nocem.el (gnus-nocem-enter-article): Use real group name. | |
9044 | |
9045 1997-10-21 enami tsugutomo <enami@but-b.or.jp> | |
9046 | |
9047 * gnus-group.el (gnus-group-set-mode-line): Use new, shorter | |
9048 format. | |
9049 | |
9050 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9051 | |
9052 * gnus-score.el (gnus-score-headers): Let the score buffer inherit | |
9053 variables from the summary buffer. | |
9054 | |
9055 * message.el (message-clone-locals): Made into own function. | |
9056 | |
9057 * gnus.el (gnus-select-method): Changed default. | |
9058 | |
9059 * gnus-start.el (gnus-read-active-file): Changed default to | |
9060 `some'. | |
9061 | |
9062 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9063 | |
9064 * gnus.el: Gnus v5.4.61 is released. | |
9065 | |
9066 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9067 | |
9068 * gnus-sum.el (gnus-adjust-marked-articles): Typo. | |
9069 | |
9070 1997-10-21 Gary D. Foster <Gary.Foster@corp.sun.com> | |
9071 | |
9072 * gnus-topic.el (gnus-topic-mode-map): [delete]. | |
9073 | |
9074 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9075 | |
9076 * gnus-demon.el (gnus-demon): Make sure Emacs really is idle. | |
9077 | |
9078 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9079 | |
9080 * gnus.el: Gnus v5.4.60 is released. | |
9081 | |
9082 1997-10-21 Hrvoje Niksic <hniksic@srce.hr> | |
9083 | |
9084 * gnus-salt.el: Customized. | |
9085 | |
9086 1997-10-21 Hrvoje Niksic <hniksic@srce.hr> | |
9087 | |
9088 * gnus-salt.el (gnus-tree-show-summary): New function. | |
9089 (gnus-tree-mode-map): Use it. | |
9090 | |
9091 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9092 | |
9093 * gnus-salt.el (gnus-generate-horizontal-tree): Protect against | |
9094 nil threads. | |
9095 | |
9096 * gnus-sum.el (gnus-adjust-marked-articles): Change. | |
9097 | |
9098 1997-10-21 Scott Byer <byer@adobe.com> | |
9099 | |
9100 * gnus-sum.el (gnus-adjust-marked-articles): Improper lists. | |
9101 | |
9102 1997-10-21 Hrvoje Niksic <hniksic@srce.hr> | |
9103 | |
9104 * gnus-sum.el (gnus-summary-search-article): Inhibit updating tree | |
9105 buffer. | |
9106 | |
9107 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9108 | |
9109 * gnus-start.el (gnus-activate-group): Ignore zero returns. | |
9110 | |
9111 * gnus-salt.el (gnus-generate-vertical-tree): Use a safer | |
9112 line-drawing algorithm. | |
9113 | |
9114 * nnml.el (nnml-generate-nov-file): Articles with null bodies are | |
9115 legal. | |
9116 | |
9117 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9118 | |
9119 * gnus-art.el (article-hide-pgp): Only run hook when hiding pgp. | |
9120 | |
9121 * nnfolder.el (nnfolder-save-buffer): Make sure the directory | |
9122 exists. | |
9123 | |
9124 * gnus-uu.el (gnus-uu-post-news-inews): Didn't work when posting | |
9125 threaded. | |
9126 (gnus-uu-post-encoded): Include sequence numbers in threaded | |
9127 posts. | |
9128 | |
9129 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9130 | |
9131 * message.el (message-set-auto-save-file-name): Translate / in | |
9132 buffer names. | |
9133 | |
9134 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9135 | |
9136 * gnus.el: Gnus v5.4.59 is released. | |
9137 | |
9138 1997-10-21 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
9139 | |
9140 * gnus-xmas.el (gnus-xmas-article-display-xface): Correct setting of | |
9141 braces. | |
9142 | |
9143 1997-10-21 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
9144 | |
9145 * smiley.el (smiley-deformed-regexp-alist): Add Japanese smiley | |
9146 faces. | |
9147 | |
9148 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9149 | |
9150 * gnus-art.el (article-hide-pgp): Only run hook when there is a | |
9151 PGP signature. | |
9152 | |
9153 * gnus-sum.el (gnus-summary-fetch-faq): Have `C-u' work. | |
9154 | |
9155 * gnus-xmas.el (gnus-xmas-summary-set-display-table): Don't nix | |
9156 out chars that aren't supposed to be nixed out. | |
9157 | |
9158 * gnus-art.el (gnus-article-delete-invisible-text): Would bug out | |
9159 on point-max. | |
9160 (gnus-article-delete-text-of-type): Ditto. | |
9161 | |
9162 * gnus-xmas.el (gnus-xmas-redefine): Switch off horiz scrollbar in | |
9163 tree buffers. | |
9164 | |
9165 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9166 | |
9167 * gnus.el: Gnus v5.4.58 is released. | |
9168 | |
9169 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9170 | |
9171 * gnus.el: Backed out all char-afters which caused bugs all over | |
9172 the place. | |
9173 | |
9174 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9175 | |
9176 * gnus.el: Gnus v5.4.57 is released. | |
9177 | |
9178 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9179 | |
9180 * gnus-demon.el (gnus-demon-add-nocem): Use a numerical idle. | |
9181 | |
9182 1997-10-21 Steven L Baur <steve@altair.xemacs.org> | |
9183 | |
9184 * nntp.el (nntp-wait-for): Replace following-char with char-after. | |
9185 | |
9186 1997-10-21 Steven L Baur <steve@altair.xemacs.org> | |
9187 | |
9188 * gnus-msg.el (gnus-extended-version): Put XEmacs codename in | |
9189 default X-Mailer/X-Newsreader if the symbol exists. | |
9190 | |
9191 1997-10-21 Christoph Wedler <wedler@fmi.uni-passau.de> | |
9192 | |
9193 * message.el (message-checksum): Do not only inspect the last | |
9194 32/64 characters; technical: `ash' is no bit-rotate. | |
9195 | |
9196 1997-10-21 Guy Geens <Guy.Geens@elis.rug.ac.be> | |
9197 | |
9198 * gnus-score.el (gnus-decay-scores): Use the right index. | |
9199 | |
9200 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9201 | |
9202 * gnus-score.el (gnus-score-load-file): Set the decay when not | |
9203 set. | |
9204 | |
9205 * gnus-art.el (gnus-article-treat-html): Do w3 setup. | |
9206 | |
9207 * gnus.el (gnus-indent-rigidly): Be useful on odd tab widths. | |
9208 | |
9209 * gnus-xmas.el (gnus-article-x-face-command): Allow just using | |
9210 xpm. | |
9211 | |
9212 1997-10-21 Robert Bihlmeyer <robbe@orcus.priv.at> | |
9213 | |
9214 * gnus-score.el (gnus-score-find-trace): Would bug out for | |
9215 file-less rules. | |
9216 | |
9217 1997-10-21 Hrvoje Niksic <hniksic@srce.hr> | |
9218 | |
9219 * gnus-xmas.el (gnus-xmas-group-startup-message): Cleanup. | |
9220 | |
9221 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9222 | |
9223 * nntp.el (nntp-request-head): Guess at article number. | |
9224 | |
9225 1997-10-21 David Moore <dmoore@ucsd.edu> | |
9226 | |
9227 * gnus-xmas.el (gnus-xmas-set-text-properties): New version. | |
9228 | |
9229 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9230 | |
9231 * gnus-group.el (gnus-group-search-forward): Ignore topic lines. | |
9232 | |
9233 1997-10-21 Karl M. Hegbloom <karlheg@inetarena.com> | |
9234 | |
9235 * gnus.el: ebola fixes. | |
9236 | |
9237 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9238 | |
9239 * gnus-sum.el (t): Moved pop article keystroke. | |
9240 | |
9241 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9242 | |
9243 * nnmail.el (nnmail-search-unix-mail-delim-backward): Allow | |
9244 several "From "'s. | |
9245 (nnmail-search-unix-mail-delim): Ditto. | |
9246 | |
9247 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9248 | |
9249 * gnus-group.el (gnus-group-make-web-group): Use default prompt | |
9250 instead of string. | |
9251 | |
9252 * gnus.el (gnus-string-or): New macro. | |
9253 (gnus-string-or-1): New function. | |
9254 | |
9255 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9256 | |
9257 * gnus.el: Gnus v5.4.56 is released. | |
9258 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
9259 1997-10-21 Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp> |
25866 | 9260 |
9261 * message.el (message-make-in-reply-to): Make valid In-Reply-To. | |
9262 | |
9263 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9264 | |
9265 * gnus-art.el (gnus-header-button-alist): Check for URLs in the | |
9266 Subject. | |
9267 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
9268 1997-10-21 Hrvoje Niksic <hniksic@srce.hr> |
25866 | 9269 |
9270 * gnus-xmas.el: Cleanup. | |
9271 | |
9272 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9273 | |
9274 * gnus-art.el (gnus-output-to-file): Return t. | |
9275 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
9276 1997-10-21 Guy Geens <Guy.Geens@elis.rug.ac.be> |
25866 | 9277 |
9278 * gnus-score.el (gnus-decay-score): Make decay work on negative | |
9279 scores. | |
9280 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
9281 1997-10-21 Kurt Swanson <kurt@dna.lth.se> |
25866 | 9282 |
9283 * nnmail.el (nnmail-article-group): Handle junk properly. | |
9284 | |
9285 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9286 | |
9287 * gnus-sum.el (gnus-summary-limit-children): Typo. Wouldn't | |
9288 marked NoCeM'ed out messages as read. | |
9289 | |
9290 1997-10-21 Darren Stalder <torin@daft.com> | |
9291 | |
9292 * gnus-util.el (gnus-encode-date): Fix time zone. | |
9293 | |
9294 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9295 | |
9296 * gnus-move.el (gnus-move-group-to-server): Don't sort nil lists. | |
9297 | |
9298 1997-10-21 Paul Franklin <paul@cs.washington.edu> | |
9299 | |
93313 | 9300 * nnmail.el (nnmail-keep-last-article): Clarify docstring. |
25866 | 9301 |
9302 1997-10-21 Danny Siu <dsiu@adobe.com> | |
9303 | |
93313 | 9304 * gnus-picon.el (gnus-group-display-picons): Use |
25866 | 9305 gnus-group-real-name so that picons for foreign groups display |
9306 correctly. | |
9307 | |
9308 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9309 | |
9310 * gnus-topic.el (gnus-topic-mode): Nix out topic missing group | |
9311 function when switching off. | |
9312 | |
9313 * gnus-salt.el (gnus-pick-start-reading): Don't prompt. | |
9314 | |
9315 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9316 | |
9317 * gnus-art.el (gnus-hack-decode-rfc1522): New function. | |
9318 | |
9319 * gnus-sum.el (gnus-parse-headers-hook): New default. | |
9320 | |
9321 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9322 | |
9323 * gnus.el: Gnus v5.4.55 is released. | |
9324 | |
9325 1997-10-21 Michael R. Cook <mcook@cognex.com> | |
9326 | |
9327 * gnus-art.el (gnus-button-alist): Typo fix. | |
9328 | |
9329 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9330 | |
9331 * gnus-salt.el (gnus-pick-start-reading): Mark unpicked as read. | |
9332 | |
9333 * gnus-sum.el (gnus-summary-move-article): Don't scan. | |
9334 | |
9335 * gnus-group.el (gnus-group-get-new-news-this-group): Accept an | |
9336 optional non-scan parameter. | |
9337 | |
9338 1997-10-21 Jan Vroonhof <vroonhof@math.ethz.ch> | |
9339 | |
9340 * gnus-cite.el (gnus-cite-attribution-prefix): Typo. | |
9341 | |
9342 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9343 | |
9344 * gnus-nocem.el (gnus-nocem-verify-issuer): Ignore errors when | |
9345 verifying. | |
9346 | |
9347 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9348 | |
9349 * gnus.el: Gnus v5.4.54 is released. | |
9350 | |
9351 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9352 | |
9353 * message.el (message-set-auto-save-file-name): Don't use "*" in | |
9354 autosave name. | |
9355 | |
9356 * gnus-art.el (gnus-article-delete-text-of-type): New version. | |
9357 | |
9358 1997-10-21 Dan Christensen <jdchrist@math.mit.edu> | |
9359 | |
9360 * gnus-art.el (gnus-article-delete-invisible-text): New version. | |
9361 | |
9362 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9363 | |
9364 * nnmail.el (nnmail-article-group): Remove all 'junk splits. | |
9365 | |
9366 1997-10-21 Per Abrahamsen <abraham@dina.kvl.dk> | |
9367 | |
9368 * gnus-cite.el (gnus-cite-attribution-prefix): Recognize | |
9369 Microsoft/Agent style attribution lines. | |
9370 (gnus-cite-attribution-suffix): Ditto. | |
9371 | |
9372 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9373 | |
9374 * gnus-cache.el (gnus-cache-read-active): Would generate cache | |
9375 active file too often. | |
9376 (gnus-cache-possibly-alter-active): Test statement removed. | |
9377 (gnus-cache-articles-in-group): Would destroy hashtb. | |
9378 | |
9379 * gnus-sum.el (gnus-summary-limit-mark-excluded-as-read): Don't | |
9380 mark everything as read. | |
9381 | |
9382 * gnus-cite.el (gnus-article-fill-cited-article): Nix out | |
9383 gnus-cite-article. | |
9384 | |
9385 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9386 | |
9387 * gnus-sum.el (gnus-summary-move-article): Don't suppress moved | |
9388 articles. | |
9389 | |
9390 * gnus-start.el (gnus-dribble-read-file): Check that the dribble | |
9391 file exists. | |
9392 | |
9393 * gnus-cache.el (gnus-cache-articles-in-group): Update cache | |
9394 active file. | |
9395 | |
9396 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9397 | |
9398 * gnus-sum.el (gnus-summary-search-article): Typo. | |
9399 | |
9400 * nnml.el (nnml-update-file-alist): Allow forcing. | |
9401 | |
9402 * nnheaderxm.el (nnheader-xmas-find-file-noselect): Removed. | |
9403 (nnheader-xmas-cancel-timer): Removed. | |
9404 (nnheader-xmas-cancel-function-timers): Removed. | |
9405 | |
9406 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9407 | |
9408 * gnus.el: Gnus v5.4.53 is released. | |
9409 | |
9410 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9411 | |
9412 * message.el (message-set-auto-save-file-name): Create unique auto | |
9413 save file names. | |
9414 | |
9415 * gnus-topic.el (gnus-topic-tallied-groups): Removed. | |
9416 (gnus-topic-prepare-topic): Output right number of articles in | |
9417 each sub-topic. | |
9418 | |
9419 * gnus-sum.el (gnus-summary-next-group): Don't pass on killed | |
9420 buffers. | |
9421 | |
9422 * nnmail.el (nnmail-article-group): When crossposted to `junk', do | |
9423 `junk'. | |
9424 | |
9425 * gnus-util.el (gnus-kill-all-overlays): Remove nil overlays from | |
9426 list. | |
9427 | |
9428 * gnus-art.el (gnus-article-treat-html): Don't kill buf. | |
9429 | |
9430 * gnus-group.el (gnus-group-find-new-newsgroups): Newish function. | |
9431 | |
9432 1997-10-21 Kim-Minh Kaplan <kimminh.kaplan@utopia.eunet.fr> | |
9433 | |
93313 | 9434 * gnus-picon.el (gnus-picons-has-modeline-p): New user variable. |
9435 (gnus-picons-set-buffer): New function. | |
9436 (gnus-picons-prepare-for-annotations): Use it. | |
9437 (gnus-picons-network-display-internal): Ditto. | |
9438 (gnus-picons-make-annotation): New function. | |
9439 (gnus-picons-display-x-face): Use it. | |
9440 (gnus-article-display-picons): Ditto. | |
9441 (gnus-picons-display-picon-or-name): Ditto. | |
9442 (gnus-picons-display-pairs): Ditto. Remember the correct | |
25866 | 9443 order of insertion of annotations. |
93313 | 9444 (gnus-picons-display-glyph): Use gnus-picons-make-annotation. |
9445 (gnus-article-display-picons): Move group annotations in article | |
25866 | 9446 buffer to the correct place if displaying in article buffer. |
93313 | 9447 (gnus-picons-network-search-internal): Don't display "@" if there |
25866 | 9448 is no domain picon works again. Check that the picons still |
9449 need be displayed. Add the bar bar.xpm separator if | |
9450 gnus-picons-display-as-address. | |
93313 | 9451 (gnus-picons-network-display-callback): Check that the picon still |
25866 | 9452 need be displayed. |
93313 | 9453 (gnus-picons-lock): Function deleted. |
9454 (gnus-picons-remove): Don't use it. New way of locking. | |
9455 (gnus-picons-next-job-internal): New way of locking. Handle | |
25866 | 9456 new tag 'bar. |
93313 | 9457 (gnus-picons-next-job): New way of locking. |
9458 (gnus-picons-buffer): Variable deleted. | |
9459 (gnus-picons-remove-all): Modified accordingly. | |
9460 (gnus-group-annotations-lock): Variable deleted. | |
9461 (gnus-article-annotations-lock): Variable deleted. | |
9462 (gnus-x-face-annotations-lock): Variable deleted. | |
9463 (gnus-picons-news-directories): Renamed, was | |
25866 | 9464 gnus-picons-news-directory. |
93313 | 9465 (gnus-picons-url-retrieve): Do not change url-show-status. |
9466 (gnus-picons-clear-cache): Also clear gnus-picons-url-alist. | |
25866 | 9467 |
9468 1997-10-21 Michael R. Cook <mcook@cognex.com> | |
9469 | |
9470 * gnus-topic.el (gnus-topic-toggle-display-empty-topics): New | |
9471 function. | |
9472 | |
9473 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9474 | |
9475 * nnfolder.el (nnfolder-request-create-group): Read folder. | |
9476 | |
9477 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9478 | |
9479 * gnus-sum.el (gnus-summary-search-article): Require gnus-asynch. | |
9480 | |
9481 * nnweb.el (nnweb-dejanews-wash-article): Remove "More Headers". | |
9482 | |
9483 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9484 | |
9485 * gnus-art.el (article-hide-pgp): Run hook. | |
9486 (gnus-article-hide-pgp-hook): New variable. | |
9487 | |
9488 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9489 | |
9490 * gnus.el: Gnus v5.4.52 is released. | |
9491 | |
9492 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9493 | |
9494 * nnfolder.el (nnfolder-possibly-change-group): Set wrong | |
9495 variable. | |
9496 | |
9497 * gnus-art.el (gnus-article-edit-article): Remove invisible text | |
9498 under XEmacs. | |
9499 (gnus-article-treat-html): Insert string. | |
9500 | |
9501 1997-10-21 Steven L Baur <steve@altair.xemacs.org> | |
9502 | |
9503 * gnus-msg.el (gnus-summary-mail-crosspost-complaint): | |
9504 `deactivate-mark' doesn't exist in XEmacs. | |
9505 | |
9506 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9507 | |
9508 * gnus-topic.el (gnus-topic-create-topic): Added doc. | |
9509 | |
9510 * gnus-sum.el (gnus-summary-refer-article): Insert sparse | |
9511 non-displayed articles properly. | |
9512 (gnus-cut-thread): Exclude non-displayed sparse articles. | |
9513 | |
9514 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9515 | |
9516 * gnus.el: Gnus v5.4.51 is released. | |
9517 | |
9518 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9519 | |
9520 * gnus-sum.el (gnus-execute-command): Place point at start of | |
9521 prompt. | |
9522 | |
9523 * gnus-int.el (gnus-request-replace-article): Don't bug out on | |
9524 unknown groups. | |
9525 | |
9526 * gnus-sum.el (gnus-summary-update-info): Force undo boundary here. | |
9527 (gnus-update-read-articles): ... and not here. | |
9528 | |
9529 * gnus-art.el (article-display-x-face): Would only show one X-Face. | |
9530 | |
9531 1997-10-21 Kim-Minh Kaplan <kimminh.kaplan@utopia.eunet.fr> | |
9532 | |
93313 | 9533 * gnus-picon.el (gnus-picons-url-alist): New variable. |
9534 (gnus-picons-jobs-alist): New variable. | |
9535 (gnus-picons-remove): Clean this new variable. FIXME: race condition. | |
9536 (gnus-picons-job-already-running): New variable. | |
9537 (gnus-article-display-picons): Use the job queue if using the network. | |
9538 (gnus-group-display-picons): Ditto. | |
9539 (gnus-picons-make-path): Function deleted. | |
9540 (gnus-picons-lookup-internal): Modified accordingly. | |
9541 (gnus-picons-lookup-user-internal): Take the LETs out of the loops. | |
9542 (gnus-picons-lookup-pairs): Take constant calculation outside of loop. | |
9543 (gnus-picons-display-picon-or-name): Use COND instead of nested IFs. | |
9544 (gnus-picons-display-pairs): Take the LET outside of loop. | |
9545 (gnus-picons-try-face): Ditto. | |
9546 (gnus-picons-users-image-alist): Variable deleted. | |
9547 (gnus-picons-clear-cache): Don't clear it. | |
9548 (gnus-picons-retrieve-limit): Variable deleted. | |
9549 (gnus-picons-url-retrieve): Clear url-request-method. | |
9550 (gnus-picons-retrieve-user-callback): Function deleted. | |
9551 (gnus-picons-retrieve-user): Function deleted. | |
9552 (gnus-picons-retrieve-domain-callback): Function deleted. | |
9553 (gnus-picons-retrieve-domain-internal): Function deleted. | |
9554 (gnus-picons-parse-value): New function. | |
9555 (gnus-picons-parse-filenames): New function. | |
9556 (gnus-picons-network-display-internal): New function. | |
9557 (gnus-picons-network-display-callback): New function. | |
9558 (gnus-picons-network-display): New function. | |
9559 (gnus-picons-network-search-internal): New function. | |
9560 (gnus-picons-network-search-callback): New function. | |
9561 (gnus-picons-network-search): New function. | |
9562 (gnus-picons-next-job-internal): New function. | |
9563 (gnus-picons-next-job): New function. | |
25866 | 9564 |
9565 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9566 | |
9567 * gnus-start.el (gnus-setup-news): Don't fold case. | |
9568 | |
9569 1997-10-21 Kim-Minh Kaplan <kimminh.kaplan@utopia.eunet.fr> | |
9570 | |
93313 | 9571 * gnus-picon.el (gnus-picons-clear-cache-on-shutdown): New variable. |
9572 (gnus-picons-piconsearch-cache-user): Variable deleted. | |
9573 (gnus-picons-clear-cache): New function. | |
9574 (gnus-picons-close): Only clear cache if | |
25866 | 9575 gnus-picons-clear-cache-on-shutdown. |
93313 | 9576 (gnus-picons-url-retrieve): Set url-package-name and |
25866 | 9577 url-package-version. |
93313 | 9578 (gnus-picons-users-image-alist): New variable. |
9579 (gnus-picons-retrieve-user-callback): Use it. | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
48129
diff
changeset
|
9580 Added support for network retrieval of picons. |
93313 | 9581 (gnus-picons-map): Removed. |
9582 (gnus-picons-remove): Removed case to handle processes. | |
9583 (gnus-picons-processes-alist): New variable. | |
9584 (gnus-picons-x-face-sentinel): Simplified. Use processes alist. | |
9585 (gnus-picons-display-x-face): Explicitly request an xface image. | |
9586 Always call gnus-picons-prepare-for-annotations. Use processes alist. | |
98444 | 9587 (gnus-picons-lookup-internal): New function. |
93313 | 9588 (gnus-picons-lookup): Use it. |
9589 (gnus-picons-lookup-user-internal): Ditto. | |
9590 (gnus-picons-display-picon-or-name): No more xface-p argument. | |
9591 (gnus-picons-try-suffixes): Removed. | |
9592 (gnus-picons-try-face): New function. Does the caching in | |
25866 | 9593 gnus-picons-glyph-alist. |
93313 | 9594 (gnus-picons-try-to-find-face): Take a glyph argument instead of a |
25866 | 9595 path. No more xface-p argument. Only use one annotation even if |
9596 gnus-picons-display-as-address. | |
93313 | 9597 (gnus-picons-toggle-extent): Changed into an annotation action. |
25866 | 9598 |
9599 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9600 | |
9601 * gnus.el: Gnus v5.4.50 is released. | |
9602 | |
9603 1997-10-21 Kim-Minh Kaplan <kimminh.kaplan@utopia.eunet.fr> | |
9604 | |
9605 * gnus-picon.el (gnus-picons-prepare-for-annotations): New | |
9606 function, and many changes. | |
9607 | |
9608 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9609 | |
9610 * nnfolder.el (nnfolder-possibly-change-group): Wouldn't always | |
9611 switch buffers. | |
9612 | |
9613 * gnus-sum.el (gnus-update-read-articles): Force boundary. | |
9614 | |
9615 * gnus-undo.el (gnus-force-undo-boundary): New function. | |
9616 | |
9617 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9618 | |
9619 * gnus-art.el (gnus-article-treat-html): w3-parse-buffer | |
9620 incompatibility. | |
9621 | |
9622 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9623 | |
9624 * gnus.el: Gnus v5.4.49 is released. | |
9625 | |
9626 1997-10-21 Erik Toubro Nielsen <erik@ifad.dk> | |
9627 | |
9628 * gnus-sum.el (gnus-summary-exit): Returned to the wrong topic in | |
98444 | 9629 certain obscure cases if selected group occurred in multiple |
25866 | 9630 topics. |
9631 | |
9632 * gnus-topic.el (gnus-topic-update-topic): Did not preserve point | |
98444 | 9633 on the same instance of a group if group occurred in multiple |
93313 | 9634 topics. Caused gnus-summary-exit to return to wrong topic if the |
25866 | 9635 selected group was in more than one topic. |
9636 | |
9637 Above two bugs happened only if the window configuration for | |
9638 summary mode caused the group buffer not to be shown in a window. | |
9639 | |
9640 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9641 | |
9642 * message.el (message-send): Would pretend to have sent. | |
9643 | |
9644 * nnmh.el (nnmh-request-list-1): Don't use truename. | |
9645 | |
9646 1997-10-21 Steven L Baur <steve@altair.xemacs.org> | |
9647 | |
9648 * gnus-xmas.el: Undo previous change, and restore the version from | |
9649 5.4.46 (without the require 'gnus-art). | |
9650 | |
9651 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9652 | |
9653 * gnus-score.el (gnus-summary-increase-score): Better error | |
9654 messages. | |
9655 | |
9656 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9657 | |
9658 * gnus.el: Gnus v5.4.48 is released. | |
9659 | |
9660 1997-10-21 Steven L Baur <steve@altair.xemacs.org> | |
9661 | |
9662 * gnus-xmas.el (gnus-art): (require 'gnus-art) introduces a | |
9663 circular dependency on gnus-xmas-define and gnus-xmas-redefine. | |
9664 Brute force it away. | |
9665 | |
9666 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9667 | |
9668 * gnus.el: Gnus v5.4.47 is released. | |
9669 | |
9670 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9671 | |
9672 * gnus-cache.el (gnus-cache-move-cache): Allow entering directory | |
9673 name. | |
9674 | |
9675 * nntp.el (nntp-telnet-command, nntp-telnet-switches): New | |
9676 variables. | |
9677 | |
9678 * gnus-score.el (gnus-summary-increase-score): Refuse illegal | |
9679 match types. | |
9680 | |
9681 1997-10-21 Arne Georg Gleditsch <argggh@ifi.uio.no> | |
9682 | |
9683 * gnus-sum.el (gnus-summary-refer-article): Go to article when | |
9684 expunged. | |
9685 | |
9686 1997-10-21 Per Abrahamsen <abraham@dina.kvl.dk> | |
9687 | |
9688 * gnus-ems.el (gnus-article-x-face-command): Removed bogus | |
9689 declaration. | |
9690 | |
9691 1997-10-21 Paul Franklin <paul@cs.washington.edu> | |
9692 | |
93313 | 9693 * nnmail.el (nnmail-move-inbox): Fewer (0?) file calls on inbox if |
25866 | 9694 popmail. |
9695 | |
9696 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9697 | |
9698 * message.el (message-font-lock-keywords): Be more conservative in | |
9699 determining headers. | |
9700 | |
9701 * nnmh.el (nnmh-request-list-1): Use truenames. | |
9702 | |
93313 | 9703 * gnus-undo.el (gnus-undo-mode): Don't infest gnus-summary-exit-hook. |
9704 | |
9705 * gnus-sum.el (gnus-update-read-articles): Force an undo boundary. | |
25866 | 9706 |
9707 * nnweb.el (nnweb-fetch-url): Don't rely on return values from | |
9708 url-insert-file-contents. | |
9709 | |
9710 1997-10-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9711 | |
9712 * gnus.el: Gnus v5.4.46 is released. | |
9713 | |
9714 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9715 | |
9716 * gnus-art.el (gnus-read-save-file-name): Expand file name i save | |
9717 dir. | |
9718 | |
9719 1997-10-21 Hrvoje Niksic <hniksic@srce.hr> | |
9720 | |
9721 * gnus-art.el (gnus-signature-face): New face; use it. | |
9722 | |
9723 1997-10-21 Kim-Minh Kaplan <kimminh.kaplan@utopia.eunet.fr> | |
9724 | |
9725 * gnus-picon.el (gnus-picons-insert-face-if-exists): Add picons to | |
9726 list. | |
9727 | |
9728 1997-10-21 Hrvoje Niksic <hniksic@srce.hr> | |
9729 | |
9730 * message.el (message-font-lock-keywords): Be a little bit more | |
9731 case-insensitive. | |
9732 | |
9733 1997-10-21 Hrvoje Niksic <hniksic@srce.hr> | |
9734 | |
9735 * message.el (message-insert-to): New argument FORCE. | |
9736 | |
9737 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9738 | |
9739 * message.el (message-setup): Nix out undo list. | |
9740 | |
9741 1997-10-21 Katsumi Yamaoka <yamaoka@ga.sony.co.jp> | |
9742 | |
9743 * gnus-sum.el: Redefine. | |
9744 | |
9745 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9746 | |
9747 * gnus-art.el (article-display-x-face): Display all XFace | |
9748 headers. | |
9749 | |
9750 * gnus-ems.el: appt, not appt.el. | |
9751 | |
9752 1997-10-21 Hrvoje Niksic <hniksic@srce.hr> | |
9753 | |
9754 * gnus-xmas.el (gnus-xmas-summary-set-display-table): Don't nix | |
9755 out in Latin1. | |
9756 | |
9757 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9758 | |
9759 * message.el (message-cancel-news): Only say we cancel if we | |
9760 cancel. | |
9761 | |
9762 * gnus-msg.el (gnus-summary-mail-crosspost-complaint): Deactivate | |
9763 mark. | |
9764 | |
9765 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9766 | |
9767 * message.el (message-mail-alias-type): New variable. | |
9768 (message-mode): Use it. | |
9769 | |
9770 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9771 | |
9772 * gnus-demon.el (gnus-demon): Ignore errors. | |
9773 | |
9774 1997-10-21 Brad Howes <bhowes@cssun3.corp.mot.com> | |
9775 | |
9776 * gnus-demon.el (gnus-demon-time-to-step): New version. | |
9777 | |
9778 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9779 | |
9780 * message.el (message-send-method-alist): New variable. | |
9781 (message-send): Use it. | |
9782 (message-send-via-news): New function. | |
9783 (message-send-via-mail): New function. | |
9784 | |
9785 1997-10-21 Jens Lautenbacher <jens@metrix.de> | |
9786 | |
9787 * gnus.el (gnus-article-display-hook): Fix. | |
9788 | |
9789 1997-10-21 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
9790 | |
9791 * gnus-sum.el (gnus-get-newsgroup-headers): Protect against bogus | |
9792 Lines headers. | |
9793 | |
9794 * gnus-cache.el (gnus-cache-possibly-enter-article): Check number | |
9795 not nil. | |
9796 | |
9797 1997-10-20 Richard Stallman <rms@gnu.org> | |
9798 | |
9799 * mail/mailabbrev.el: Customize. | |
9800 (mail-abbrevs-enable, mail-abbrevs-disable): New functions. | |
9801 (mail-abbrevs-mode): New variable enables use of the package. | |
9802 Call mail-abbrevs-enable or mail-abbrevs-disable. | |
9803 (mail-abbrevs-only): New variable. | |
9804 (sendmail-pre-abbrev-expand-hook): Implement mail-abbrevs-only. | |
9805 | |
9806 1997-10-20 Carsten Dominik <dominik@strw.LeidenUniv.nl> | |
9807 | |
9808 * reftex.el: Using cl macros push, pop, when, unless throughout | |
93313 | 9809 the file. This is not further mentioned in this ChangeLog entry. |
25866 | 9810 Documentation largely updated. Parser rewritten for better |
9811 Multifile Document processing. Macros with naked label arguments | |
9812 supported. Some Mule related changes. | |
9813 (reftex-default-label-alist-entries): Customization type is now | |
93313 | 9814 computed from reftex-label-alist-builtin. Enumerate has new |
25866 | 9815 typekey `i'. `n' is now reserved for footnotes etc. |
9816 (reftex-label-alist): Introduced default regular expressions. | |
9817 Customization type is now computed from | |
9818 reftex-label-alist-builtin. | |
9819 (reftex-label-menu-flags): New flag for showing file borders. | |
9820 (reftex-refontify-context): New option. | |
9821 (reftex-bibfile-ignore-list): Now a user option (was: variable). | |
9822 (reftex-cite-format): Now a user option (was: variable). | |
9823 Customization type is now computed from | |
9824 reftex-cite-format-builtin. | |
9825 (reftex-comment-citations): Now a user option (was: variable). | |
9826 (reftex-toc-follow-mode): Now a user option (was: variable). | |
9827 (reftex-optimizations-for-large-documents): New custom group. | |
9828 (reftex-keep-temporary-buffers): 1 as additional value. | |
9829 (reftex-initialize-temporary-buffers): New option. | |
9830 (reftex-enable-partial-scans): New option. | |
9831 (reftex-save-parse-info): New option. | |
9832 (reftex-plug-into-AUCTeX): Now a user option (was: variable). | |
9833 (reftex-auto-show-entry): New value 'copy allowed. | |
9834 (reftex-load-hook): Now a declared variable. | |
9835 (reftex-mode-hook): Now a declared variable. | |
9836 (reftex-label-numbers-symbol): Variable removed. | |
9837 (reftex-list-of-labels-symbol): Variable removed. | |
9838 (reftex-label-numbers-symbol): Variable removed. | |
9839 (reftex-bibfile-list-symbol): Variable removed. | |
9840 (reftex-docstruct-symbol): New variable (buffer-local). | |
9841 (reftex-master-include-list): Variable removed. | |
9842 (reftex-make-master-buffer): Function removed. | |
9843 (reftex-make-master-buffer-hook): Hook removed. | |
9844 (reftex-insert-buffer-or-file): Function removed. | |
9845 (reftex-parse-document): Function adapted to new parser. | |
9846 (reftex-access-scan-info): Changed to fit new parser. Now detects | |
9847 changes in label-alist related variables automatically. | |
93313 | 9848 (reftex-parse-one, reftex-parse-all): New functions. |
25866 | 9849 (reftex-all-document-files): New function. |
93313 | 9850 (reftex-grep-document, reftex-search-document) |
9851 (reftex-query-replace-document): Now use | |
25866 | 9852 `reftex-all-document-files'. |
9853 (reftex-section-or-include-regexp): New variable. | |
9854 (reftex-everything-regexp): New variable. | |
9855 (reftex-find-label-regexp-format): New variable. | |
9856 (reftex-find-label-regexp-format2): New variable. | |
9857 (reftex-do-parse): New function. | |
9858 (reftex-is-multi): New function. | |
9859 (reftex-parse-from-file): New function. | |
9860 (reftex-locate-bibliography-files): New function. | |
9861 (reftex-last-assoc-before-elt): New function. | |
9862 (reftex-replace-label-list-segment): New function. | |
9863 (reftex-silence-toc-markers): New function. | |
9864 (reftex-access-parse-file): New function. | |
9865 (reftex-label): Now uses `reftex-where-am-I'. | |
9866 (reftex-offer-label-menu): New keys `%' and `i' and `r'. | |
9867 (reftex-select-item): Recursive edit moved to key `e'. New key | |
9868 `x' for external documents. Works now also with nin-nil | |
9869 pop-frame. | |
9870 (reftex-offer-label-menu): Now uses `reftex-where-am-I'. | |
9871 (reftex-make-and-insert-label-menu): More efficient, allow | |
9872 optional extra fontification. | |
9873 (reftex-find-nearby-label): Function removed. | |
9874 (reftex-scan-buffer-for-labels): Function removed. | |
9875 (reftex-section-info): New function. | |
9876 (reftex-nth-parens-substring): Renamed to reftex-nth-arg. Return | |
9877 nil when not enough args are present. | |
9878 (reftex-move-over-touching-args): New function. | |
9879 (reftex-where-am-I): New function. | |
9880 (reftex-nth-arg-wrapper): New function. | |
9881 (reftex-select-label-callback): Deal with special macros as well. | |
9882 (reftex-find-duplicate-labels): Ignore special entries in | |
9883 docstruct. | |
9884 (reftex-kill-temporary-buffers): New arg buffer. | |
9885 (reftex-show-entry): Copy context when necessary. | |
9886 (reftex-toc): New key `R', use reftex-where-am-I. | |
9887 (reftex-nearest-section): Use reftex-where-am-I. | |
9888 (reftex-toc-visit-line): Completely rewritten. Uses markers and | |
9889 several backup methods. | |
9890 (reftex-citation): Recursive edit moved to `e' key. | |
9891 (reftex-scan-buffer): Function removed. | |
9892 (reftex-get-bibfile-list): Changed to work with chapterbib | |
9893 package. | |
9894 (reftex-find-tex-file): New function. | |
9895 (reftex-find-files-on-path): Now first looks for file with | |
9896 additional .tex extension, then for the naked file name. | |
9897 (reftex-citation): Split into reftex-citation and | |
9898 reftex-do-citation. | |
9899 (reftex-do-citation): Recursive edit now on `e' key. | |
9900 (reftex-what-macro): Allow white space between macro arguments. | |
9901 (reftex-allow-for-ctrl-m): Renamed to | |
9902 `reftex-make-regexp-allow-for-ctrl-m'. | |
9903 (reftex-nearest-match): New function. | |
9904 (reftex-auto-mode-alist): New function. | |
98317 | 9905 (reftex-make-desparate-section-regexp): New function. |
25866 | 9906 (reftex-get-file-buffer-force): Rewritten to use new variable |
9907 `reftex-initialize-temporary-buffers'. | |
9908 (reftex-label-alist-builtin): Use abbreviated regexps. | |
9909 (reftex-label-mac-list): New variable. | |
9910 (reftex-parse-args): New function. | |
93313 | 9911 (easy-menu-define): Menu extended. Some parts are now computed. |
25866 | 9912 from the user options. |
93313 | 9913 (reftex-move-to-next-arg, reftex-move-to-previous-arg): New |
25866 | 9914 functions. Now we can parse macros with distributed arguments. |
9915 (reftex-goto-label): Function removed. | |
9916 (reftex-position-cursor): Function removed. | |
9917 (reftex-item): Function removed. | |
9918 (reftex-add-to-label-alist): No longer autoloaded. | |
9919 (reftex-toc-indent): Constant removed. | |
9920 (reftex-label-indent): Constant removed. | |
9921 (reftex-context-indent): Constant removed. | |
9922 (reftex-match-string): New function. | |
93313 | 9923 (reftex-memory): New variable. |
25866 | 9924 (reftex-reset-mode): No longer hacks local variables. Now resets |
9925 path variables as well. | |
9926 (reftex-truncate): New functions, to make RefTeX work with Mule. | |
9927 (reftex-fp): New macro, to make RefTeX work with Mule. | |
9928 (reftex-format-bib-entry): Now uses `reftex-truncate' to truncate | |
9929 author names. `extra' and `title' are no longer truncated at all. | |
9930 (reftex-all-assq): New function. | |
9931 (reftex-view-crossref): Works now also if mouse click is on macro. | |
9932 (reftex-context-substring): Now returns substring without text | |
9933 properties. | |
93313 | 9934 (reftex-tex-path, reftex-bib-path): New variables. |
25866 | 9935 (reftex-split): Function replaced with builtin `split-string'. |
9936 (reftex-find-bib-file): New function. | |
9937 (reftex-find-files-on-path): Function removed. | |
9938 (reftex-find-file-on-path): New function. | |
93313 | 9939 (reftex-access-search-path, reftex-parse-colon-path) |
95773 | 9940 (reftex-recursive-directory-list, reftex-expand-path): |
9941 New functions, dealing with recursive TEXINPUTS and BIBINPUTS | |
25866 | 9942 definitions. |
9943 | |
9944 1997-10-20 Per Abrahamsen <abraham@dina.kvl.dk> | |
9945 | |
9946 * iso-insert.el: Add autoloads for `8859-1-map'. | |
9947 | |
9948 * cus-edit.el (custom-group-value-create): Use | |
9949 `custom-group-visibility' instead of `group-visibility'. | |
9950 | |
9951 1997-10-19 Richard Stallman <rms@gnu.org> | |
9952 | |
9953 * mail/sendmail.el (mail-do-fcc): Handle dont-write-the-file | |
9954 correctly--don't write msg to the file after saving it from a buffer. | |
9955 | |
9956 * files.el (file-name-non-special): For insert-directory operation, | |
9957 ensure that default-directory is an ordinary file name | |
9958 before turning off file-name-handler-alist. | |
9959 | |
9960 * ispell.el (ispell-change-dictionary): Fix error message. | |
9961 (ispell-buffer-local-parsing): Fix message. | |
9962 (ispell-get-word): Use buffer-substring-no-properties. | |
9963 (ispell-buffer-local-dict): Likewise. | |
9964 | |
9965 1997-10-19 Karl Heuer <kwzh@gnu.org> | |
9966 | |
9967 * files.el (file-name-non-special): If "/:" is the entire file | |
9968 name, make it "/" after stripping. | |
9969 | |
9970 1997-10-19 Kenichi Handa <handa@etl.go.jp> | |
9971 | |
9972 * files.el (basic-save-buffer): Set buffer-file-coding-system to | |
9973 the coding system actually used for saving. | |
9974 | |
9975 1997-10-19 John F. Whitehead <jfw@cisco.com> | |
9976 | |
9977 * international/mule-diag.el (describe-font): Fix prompt. | |
9978 * international/mule-cmds.el (describe-language-environment): Ditto. | |
9979 | |
9980 1997-10-16 Richard Stallman <rms@gnu.org> | |
9981 | |
9982 * dired.el (dired-move-to-filename-regexp): | |
9983 Accept month name and day-of-month in either order. | |
9984 | |
9985 * emacs-lisp/edebug.el (edebug-eval-mode): Nicer mode-name value. | |
9986 | |
9987 * help.el (function-called-at-point): Always use Emacs Lisp syntax tab. | |
9988 Reject any "function call" with whitespace after the open-paren. | |
9989 | |
9990 * help.el (describe-variable): Pass default value to completing-read. | |
9991 (describe-function): Likewise. | |
9992 | |
9993 * textmodes/page.el (narrow-to-page): Check whether forward-page | |
9994 actually set the match data. | |
9995 | |
9996 * progmodes/scheme.el (scheme-let-indent): New arg NORMAL-INDENT. | |
9997 (scheme-indent-function): Pass normal-indent as 3rd arg | |
9998 when calling an indentation function. | |
9999 | |
10000 1997-10-16 Alexandre Oliva <oliva@dcc.unicamp.br> | |
10001 | |
10002 * format.el (format-deannotate-region): In case of unmatched tags, | |
10003 avoid using nil where end position is expected. | |
10004 | |
10005 1997-10-16 Karl Heuer <kwzh@gnu.org> | |
10006 | |
10007 * winner.el (winner-pending-undo-ring): Defvar before first use. | |
10008 (winner-undo-counter): Likewise. | |
10009 | |
10010 1997-10-16 Marc Girod <girod@trshp.trs.ntc.nokia.com> | |
10011 | |
10012 * mail/rmailsum.el (rmail-summary-rmail-update): When looking for | |
10013 rmail-view-buffer, check other frames as well. | |
10014 | |
10015 1997-10-16 Per Abrahamsen <abraham@dina.kvl.dk> | |
10016 | |
10017 * double.el: Removed changelog comment section. | |
10018 (double): New group. | |
10019 (double-map): Add customize support. | |
10020 (double-prefix-only): Ditto. | |
10021 | |
10022 * textmodes/nroff-mode.el (nroff): Moved from `editing' to `wp'. | |
10023 | |
10024 * wid-edit.el (variable-link): New widget. | |
10025 (widget-variable-link-action): New function. | |
10026 (function-link): New widget. | |
10027 (widget-function-link-action): New function. | |
10028 | |
10029 1997-10-16 Inge Frick <inge@nada.kth.se> | |
10030 | |
10031 * view.el: Some changes in comments and documentation. | |
10032 View mode hooked into the customize tree. | |
10033 (view): New custom group. | |
10034 (view-highlight-face, view-scroll-auto-exit) | |
10035 (view-try-extend-at-buffer-end) | |
10036 (view-remove-frame-by-deleting, view-mode-hook): | |
10037 Defined by defcustom instead of by defvar. | |
10038 (view-mode-enter): Install exit-action also when view-mode is | |
93313 | 10039 already on. Small rewrite using unless. |
25866 | 10040 (view-mode, view-mode-exit, view-scroll-lines, view-really-at-end) |
10041 (view-search): Small rewrite using when or unless. | |
10042 | |
10043 1997-10-15 Richard Stallman <rms@gnu.org> | |
10044 | |
10045 * uniquify.el (uniquify-buffer-name-style): Add :require. | |
10046 | |
10047 * wid-edit.el (widget-button-click): Move point to where clicked. | |
10048 | |
10049 * startup.el (auto-save-list-file-prefix): Fix custom type. | |
10050 | |
10051 * textmodes/outline.el (outline-back-to-heading): New arg INVISIBLE-OK. | |
93313 | 10052 (outline-on-heading-p) |
25866 | 10053 (show-entry): If the heading is invisible, show it too. |
10054 (hide-other): | |
10055 | |
10056 * scroll-bar.el (toggle-scroll-bar): Call prefix-numeric-value. | |
10057 | |
10058 * help.el (help-mode-maybe): New function, on temp-buffer-show-hook. | |
10059 (describe-key, describe-mode): Don't call help-mode here. | |
10060 (view-lossage, describe-function, describe-variable): Likewise. | |
10061 | |
10062 * compile.el (compilation-forget-errors): | |
10063 Reinit compilation-directory-stack the way compile-internal does. | |
10064 (compilation-parse-errors): Don't let default-directory change. | |
10065 | |
10066 * mail/smtpmail.el (smtpmail-send-it): Don't use time-stamp-strftime. | |
10067 | |
10068 * isearch.el (isearch-printing-char): Change S-SPC to SPC. | |
10069 (isearch-mode-map): Bind S-SPC like SPC. | |
10070 | |
10071 * simple.el (end-of-visible-line): After skipping some invisible chars. | |
10072 don't go forward a character, just to end of line. | |
10073 | |
10074 * mail/emacsbug.el (report-emacs-bug): Delete the condition-case. | |
10075 | |
10076 * winner.el (winner-change-fun): Don't use pushnew. | |
10077 | |
10078 1997-10-15 Paul D. Smith <psmith@BayNetworks.COM> | |
10079 | |
10080 * imenu.el (imenu-add-to-menubar): If not using | |
10081 imenu-default-create-index-function, don't require its variables. | |
10082 | |
10083 1997-10-15 Dan Nicolaescu <done@sydney.ece.arizona.edu> | |
10084 | |
10085 * progmodes/hideshow.el (hs-special-modes-alist): Correct alist | |
10086 for java-mode. | |
10087 | |
10088 1997-10-15 Marc Girod <girod@trshp.trs.ntc.nokia.com> | |
10089 | |
10090 * mail/rmail.el (rmail): Avoid showing message twice. | |
10091 | |
10092 * mail/sendmail.el (mail-bury): Check for value, not just | |
10093 existence, of alist element. | |
10094 | |
10095 1997-10-13 Eli Zaretskii <eliz@is.elta.co.il> | |
10096 | |
10097 * term/pc-win.el (x-long-option-alist): New variable. | |
10098 (msdos-handle-args): Handle and complete long options with | |
10099 attached arguments. Support "-name", "-T" and "-rv" options. | |
10100 | |
10101 1997-10-10 Richard Stallman <rms@gnu.org> | |
10102 | |
10103 * startup.el (command-line): Don't suppress suffix search. | |
10104 | |
10105 1997-10-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
10106 | |
10107 * simple.el (previous-matching-history-element): No need to bind | |
10108 minibuffer-history-sexp-flag any more. | |
10109 (next-matching-history-element): Likewise. | |
10110 * comint.el (comint-regexp-arg): Likewise. | |
10111 * term.el (term-regexp-arg): Likewise. | |
10112 | |
10113 * simple.el (repeat-complex-command): Bind | |
10114 minibuffer-history-sexp-flag to the minibuffer depth. | |
10115 (next-history-element): Compare minibuffer-history-sexp-flag | |
10116 against the current minibuffer depth to verify its validity. | |
10117 (previous-matching-history-element): Likewise. | |
10118 (minibuffer-history-sexp-flag): Update doc string. | |
10119 | |
10120 * ange-ftp.el (ange-ftp-name-format): Fix customize type. | |
10121 (ange-ftp-smart-gateway-port): Likewise. | |
10122 * browse-url.el (browse-url-netscape-display): Likewise. | |
10123 (browse-url-generic-program): Likewise. | |
10124 * cus-start.el (echo-keystrokes): Likewise. | |
10125 * files.el (revert-without-query): Likewise. | |
10126 * ps-print.el (ps-print-background-image): Likewise. | |
10127 (ps-print-background-text): Likewise. | |
10128 (ps-show-n-of-n): Doc fix. | |
10129 | |
10130 1997-10-01 Dave Love <d.love@dl.ac.uk> | |
10131 | |
10132 * emacs-lisp/elint.el (elint-check-defcustom-form): New function. | |
10133 (elint-special-forms): Use it. | |
10134 | |
10135 1997-09-30 Dave Love <d.love@dl.ac.uk> | |
10136 | |
10137 * lisp-mode.el (lisp-imenu-generic-expression): Allow `/' in names. | |
10138 | |
10139 * finder.el (finder-mode-map): Bind [mouse-2]. | |
10140 (finder-compile-keywords): Match compressed file names, but don't | |
10141 put compression extension in the output. | |
10142 (finder-find-library): Deleted. | |
10143 (finder-commentary): Use locate-library, not finder-find-library. | |
10144 (finder-mouse-select): New function. | |
10145 (finder-summary): Mention mouse binding. | |
10146 (finder-exit): Kill "*Finder Category*" buffer too. Avoid error | |
10147 from deleting sole window. | |
10148 | |
10149 1997-09-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
10150 | |
10151 * vc-hooks.el (vc-find-cvs-master): Added missing `throw' for | |
10152 the case when TIMESTAMP is arbitrary text. | |
10153 | |
10154 1997-09-30 Hrvoje Niksic <hniksic@srce.hr> | |
10155 | |
10156 * wid-edit.el (widget-plist-member): Move from here to src/fns.c; | |
10157 translated into C for efficiency. | |
10158 (widget-put, widget-get, widget-apply): Likewise. | |
10159 | |
10160 1997-09-30 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
10161 | |
10162 * widget.el: Delete vestigial autoloads. | |
10163 | |
10164 1997-09-29 Michael Kifer <kifer@cs.sunysb.edu> | |
10165 | |
10166 * viper-ex.el, viper-init.el, viper.el: | |
10167 Moved some defcustom's from viper group to viper-hooks and viper-misc | |
10168 defgroups. | |
10169 | |
93313 | 10170 * viper-cmd.el (viper-ket-function, viper-brac-function): |
10171 Use with-output-to-temp-buffer. | |
25866 | 10172 (viper-forward/backward-sentence, viper-forward/backward-paragraph): |
93313 | 10173 Don't push mark if command is repeated. |
25866 | 10174 |
10175 * viper-mous.el, viper-macs.el, viper-ex.el, viper-cmd.el: | |
10176 Improved customization init vals. | |
10177 | |
10178 * viper-init.el: Added documentation to face variables. | |
10179 | |
10180 1997-09-29 Michael Kifer <kifer@cs.sunysb.edu> | |
10181 | |
10182 * ediff-init.el: Added documentation to face-variables. | |
10183 | |
93313 | 10184 * ediff-util.el (ediff-next-difference, ediff-previous-difference): Use |
25866 | 10185 ediff-merge-region-is-non-clash and don't compute fine diffs when |
10186 skipping non-clash regions. | |
10187 | |
93313 | 10188 * ediff-merg.el (ediff-merge-region-is-non-clash): New function. |
25866 | 10189 |
10190 1997-09-27 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
10191 | |
10192 * compile.el (compilation-mode-map): Use more meaningful menu name. | |
10193 (compilation-mode-font-lock-keywords): Font-lock column numbers. | |
10194 | |
10195 1997-09-26 Vladimir Alexiev <vladimir@cs.ualberta.ca> | |
10196 | |
10197 * arc-mode.el (archive-mode): Use write-contents-hooks. | |
10198 | |
10199 1997-09-26 Dave Love <d.love@dl.ac.uk> | |
10200 | |
10201 * cmuscheme.el (scheme-mode-map): Remove duplicate menu item. | |
10202 | |
10203 1997-09-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
10204 | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37927
diff
changeset
|
10205 * international/mule.el (make-coding-system): Cancel the previous change. |
25866 | 10206 |
10207 * international/quail.el (quail-translation-keymap): Bind right, | |
10208 left, down, and up keys. | |
10209 | |
10210 1997-09-24 Kenichi HANDA <handa@nora.etl.go.jp> | |
10211 | |
10212 * international/mule.el (charset-list): Change it to function. | |
10213 Make it obsolete. | |
10214 (make-coding-system): Put `coding-system-parent' property to a | |
10215 coding system just made. | |
10216 (coding-spec-plist-idx): New variable. | |
10217 | |
10218 1997-09-24 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
10219 | |
10220 * term.el (term-if-emacs19): Recognize version 20. | |
10221 | |
10222 1997-09-24 Michael Ernst <mernst@cs.washington.edu> | |
10223 | |
10224 * shadow.el (shadows-compare-text-p): Add. | |
10225 (shadow-same-file-or-nonexistent): Add. | |
10226 (find-emacs-lisp-shadows): Use directory-file-name. | |
10227 | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37927
diff
changeset
|
10228 * emacs-lisp/bytecomp.el (displaying-byte-compile-warnings): |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37927
diff
changeset
|
10229 Show entire "Compiling ..." line when recentering. |
25866 | 10230 |
10231 1997-09-24 Francis Litterio <franl@world.std.com> | |
10232 | |
10233 * saveplace.el (save-place-to-alist): Optimize out the degenerate | |
10234 case when point is 1. | |
10235 | |
10236 1997-09-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
10237 | |
10238 * cal-tex.el (cal-tex-cursor-filofax-daily): New function. | |
10239 Delete from "to do" list. | |
10240 * calendar.el (calendar-mode-map): Bind it to key. | |
10241 (cal-tex-cursor-filofax-daily): Autoload it. | |
10242 * cal-menu.el (cal-tex-mouse-filofax-daily): New function. | |
10243 (cal-tex-mouse-filofax): Add menu item for it. | |
10244 | |
38004
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37927
diff
changeset
|
10245 * cal-mayan.el (calendar-mayan-days-before-absolute-zero): |
884699e53760
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
37927
diff
changeset
|
10246 Change to more widely acknowledged value. |
25866 | 10247 |
10248 1997-09-23 Eli Zaretskii <eliz@is.elta.co.il> | |
10249 | |
10250 * dos-w32.el (file-name-buffer-file-type-alist): Remove the files | |
10251 with ".dos" extension from the list of binary files. | |
10252 | |
10253 1997-09-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10254 | |
10255 * help-macro.el (make-help-screen): Make scroll bar work normally. | |
10256 | |
10257 1997-09-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10258 | |
10259 * mail/rmailout.el (rmail-output-to-rmail-file): Doc fix. | |
10260 | |
10261 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10262 | |
10263 * Version 20.2 released. | |
10264 | |
10265 * textmodes/outline.el (outline-up-heading): | |
10266 Avoid infinite loop at beginning of buffer. | |
10267 | |
10268 * progmodes/cc-styles.el (c-initialize-builtin-style): | |
10269 Don't ever try to use copy-tree. | |
10270 | |
10271 1997-09-19 Kenichi Handa <handa@etl.go.jp> | |
10272 | |
10273 * loadup.el: Load case-table before loading | |
10274 international/characters.el. | |
10275 | |
10276 * international/characters.el: Set case-table for Cyrillic characters. | |
10277 | |
10278 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10279 | |
10280 * gnus/gnus-topic.el (gnus-topic-check-topology): | |
10281 Don't crash if (cadr topic) is nil. | |
10282 | |
10283 * language/english.el (ASCII): Define as alias for English. | |
10284 | |
10285 * saveplace.el (save-place-version-control): Make nil the default. | |
10286 | |
10287 * international/quail.el (quail-simple-translation-keymap): | |
10288 Bind delete and backspace explicitly, like DEL. | |
10289 | |
10290 1997-09-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10291 | |
10292 * cal-menu.el: Require calendar only when compiling. | |
10293 | |
10294 * international/quail.el (quail-set-keyboard-layout): | |
10295 Add autoload cookie. | |
10296 | |
10297 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10298 | |
10299 * Version 20.1 released. | |
10300 | |
10301 * startup.el (normal-top-level-add-to-load-path): | |
10302 Ignore case when comparing, if ms-dos or windows-nt. | |
10303 | |
10304 * mail/mh-comp.el: Many doc fixes. | |
10305 (mh-send-letter): Choose a coding system | |
10306 the same way sendmail-send-it (sendmail.el) does. | |
10307 | |
10308 * international/quail.el (quail-simple-translation-keymap): | |
10309 Set the default (t) binding properly. | |
10310 | |
10311 * international/quail.el (quail-terminate-translation): | |
10312 If quail-overlay is not an overlay, don't mess with it. | |
10313 | |
93313 | 10314 * international/mule-util.el |
25866 | 10315 (coding-system-unification-table-for-encode): Recurse properly. |
10316 (coding-system-unification-table-for-decode): Recurse properly. | |
10317 | |
10318 1997-09-15 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
10319 | |
10320 * mule.el (find-new-buffer-file-coding-system): Reflect | |
10321 text coding part of default-buffer-file-coding-system to | |
10322 buffer-file-coding-system when buffer-file-coding-system is | |
10323 not locally set and ASCII only text is read. | |
10324 | |
10325 1997-09-15 Barry A. Warsaw <cc-mode-help@python.org> | |
10326 | |
10327 * progmodes/cc-styles.el (c-initialize-builtin-style): | |
10328 Copy the whole tree instead of just copy-sequence. | |
10329 | |
10330 1997-09-15 Eli Zaretskii <eliz@is.elta.co.il> | |
10331 | |
10332 * info.el (Info-suffix-list): Add suffixes for MS-DOS version | |
10333 running on Windows 95 with long file name support. | |
10334 (info-insert-file-contents): When the Info file is to be | |
10335 uncompressed, insert it literally. | |
10336 | |
10337 1997-09-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
10338 | |
10339 * international/quail.el (quail-completion-list-translations): Fix | |
10340 and simplify generation of translation list. | |
10341 | |
10342 * international/titdic-cnv.el (tit-process-header): Convert | |
10343 argument of KEYPROMPT if it contains an escape. | |
10344 (tit-process-body): Handle trailing whitespace and multiple spaces | |
10345 between phrases. | |
10346 | |
10347 * startup.el (initial-major-mode): Fix customize type. | |
10348 | |
10349 * gnus/gnus-sum.el (gnus-summary-respool-default-method): | |
10350 Likewise. | |
10351 | |
10352 * gnus/gnus-score.el (gnus-orphan-score): Likewise. | |
10353 (gnus-score-default-header): Likewise. | |
10354 (gnus-score-default-type): Likewise. | |
10355 | |
10356 * emulation/viper-mous.el (viper-mouse-search-key): Likewise. | |
10357 (viper-mouse-insert-key): Likewise. | |
10358 | |
10359 * gnus/gnus.el (gnus-valid-select-methods): Likewise. | |
10360 | |
10361 * gnus/gnus-art.el (gnus-article-x-face-too-ugly): Likewise. | |
10362 (gnus-saved-headers): Likewise. | |
10363 (gnus-article-time-format): Doc fix. | |
10364 | |
10365 1997-09-15 Simon Marshall <simon@diazepam.gnu.ai.mit.edu> | |
10366 | |
10367 * font-lock.el (tex-font-lock-keywords-2): Don't treat \item like \it. | |
10368 | |
10369 1997-09-15 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
10370 | |
10371 * international/kkc.el (kkc-mode-map): Bind all control keys to | |
10372 kkc-non-kkc-command. | |
10373 | |
10374 1997-09-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10375 | |
10376 * emacs-lisp/edebug.el (edebug-enter): Save, and bind to nil, | |
10377 overriding-local-map and overriding-terminal-local-map. | |
10378 | |
10379 * textmodes/fill.el (canonically-space-region): Doc fix. | |
10380 (fill-context-prefix): If the second line has the first line prefix, | |
10381 plus whitespace, use the part that the first line shares. | |
10382 (fill-individual-paragraphs): When prefix changes, | |
10383 usually get the new prefix from just one line, | |
10384 with an exception for indented first lines of paragraphs. | |
10385 Start a new paragraph when a line has extra indentation | |
10386 after the fill prefix. | |
10387 | |
10388 * international/mule-util.el (truncate-string-to-width): Doc typo fix. | |
10389 | |
10390 1997-09-14 Hrvoje Niksic <hniksic@srce.hr> | |
10391 | |
10392 * arc-mode.el: Customized. | |
10393 | |
10394 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10395 | |
10396 * disp-table.el (standard-display-european): | |
10397 Do something useful where AUTO is t or a symbol. | |
10398 | |
10399 1997-09-13 Erik Naggum <erik@naggum.no> | |
10400 | |
10401 * ph.el: Require cl at compile-time. | |
10402 | |
93313 | 10403 * cl-macs.el (cl-loop-let): Use `last', not `last*'. |
25866 | 10404 |
10405 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10406 | |
10407 * language/english.el (setup-english-environment): Don't set | |
10408 the terminal and keyboard coding systems. | |
10409 | |
10410 * international/mule-util.el (truncate-string-to-width): | |
10411 Rename arg WIDTH to END-COLUMN. Fix the case when START-COLUMN | |
10412 is after END-COLUMN. Doc fixes. | |
10413 | |
10414 * mail/sendmail.el (mail-do-fcc): When writing to an Rmail file, | |
10415 use rmail-file-coding-system or else emacs-mule. | |
10416 | |
10417 * gnus/gnus-start.el (gnus-default-subscribed-newsgroups): | |
10418 Fix custom type. Doc fix. | |
10419 (gnus-init-file): Doc fix. | |
10420 | |
10421 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10422 | |
10423 * startup.el (normal-top-level-add-to-load-path): | |
10424 Try looking for the unmodified default-directory in load-path. | |
10425 | |
10426 * gud.el (perldb): Fix paren error in call to read-from-minibuffer. | |
10427 | |
10428 * emacs-lisp/debug.el (debug): Allow recursive minibuffers | |
10429 if we're in a minibuffer already. | |
10430 | |
10431 * simple.el (next-history-element): | |
10432 Cope if minibuffer-text-before-history is nil. | |
10433 | |
10434 * cus-edit.el (customize-group): Handle groups not yet loaded. | |
10435 | |
10436 1997-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
10437 | |
10438 * ph.el (ph-server): Fix customize type. | |
10439 | |
93313 | 10440 * emulation/viper-cmd.el (viper-smart-suffix-list): Likewise. |
25866 | 10441 |
10442 * emulation/viper.el (viper-non-vi-major-modes): Likewise. | |
10443 | |
10444 * emulation/viper-macs.el (viper-repeat-from-history-key): | |
10445 Likewise. | |
10446 | |
10447 * emulation/viper-mous.el (viper-mouse-search-key): Likewise. | |
10448 (viper-mouse-insert-key): Likewise. | |
10449 | |
10450 * emulation/viper-ex.el (ex-unix-type-shell): Likewise. | |
10451 | |
10452 * add-log.el (add-log-current-defun-function): Likewise. | |
10453 | |
10454 * cal-china.el (chinese-calendar-time-zone): Likewise. | |
10455 (chinese-calendar-standard-time-zone-name): Likewise. | |
10456 | |
10457 * gnus/gnus-start.el (gnus-site-init-file): Likewise. | |
10458 | |
10459 * gnus/gnus-group.el (gnus-permanently-visible-groups): Likewise. | |
10460 | |
10461 * gnus/gnus-sum.el (gnus-summary-thread-gathering-function): | |
10462 Likewise. | |
10463 | |
10464 1997-09-12 Erik Naggum <erik@naggum.no> | |
10465 | |
10466 * cal-menu.el, cal-move.el: Require calendar.el. | |
10467 | |
10468 1997-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
10469 | |
10470 * cus-edit.el (hook) [:value-to-internal]: Use a nil value | |
10471 unchanged. | |
10472 | |
10473 * completion.el (save-completions-flag): Doc fix. | |
10474 | |
10475 * indent.el (tab-stop-list): Doc fix. | |
10476 | |
10477 * strokes.el (strokes-click-command): Doc fix. | |
10478 | |
10479 * progmodes/make-mode.el | |
10480 (makefile-pickup-everything-picks-up-filenames-p): Doc fix. | |
10481 (makefile-mode): Doc fix. | |
10482 | |
10483 * solar.el (calendar-location-name): Doc fix. | |
10484 | |
10485 1997-09-12 Michael Kifer <kifer@cs.sunysb.edu> | |
10486 | |
10487 * viper-keym.el (viper-want-ctl-h-help): Updated doc string. | |
93313 | 10488 (viper-vi-basic-map, viper-insert-basic-map, viper-replace-map): |
10489 Added binding for backspace. | |
25866 | 10490 * viper-cmd.el (viper-adjust-keys-for): Separated backspace and C-h. |
10491 | |
10492 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10493 | |
10494 * cal-french.el (french-calendar-accents): Change variable to function. | |
10495 Uses changed. Test that we can display multibyte chars. | |
10496 (french-calendar-day-name-array, french-calendar-month-name-array): | |
10497 New functions. Use them instead of directly using these variables. | |
10498 (french-calendar-multibyte-month-name-array): New variable. | |
10499 (french-calendar-multibyte-special-days-array): New variable. | |
10500 (calendar-print-french-date): Bind enable-multibyte-characters to t. | |
10501 | |
10502 * cus-edit.el (custom-face-menu): Use custom-face-save-command. | |
10503 not custom-face-save. | |
10504 (custom-face-save-command): New function. | |
10505 (custom-variable-save): Fix error message. | |
10506 | |
10507 1997-09-12 Inge Frick <inge@nada.kth.se> | |
10508 | |
10509 * compile.el (compilation-parse-errors): Fixed two bugs that | |
10510 could make compilation-parse-errors loop infinitely. Each round | |
10511 of the parsing loop now either moves point ahead at least a line | |
10512 or sets `found-desired' to true to stop the loop. | |
10513 | |
10514 1997-09-11 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
10515 | |
10516 * international/quail.el (quail-translation-keymap): Fix previous | |
10517 change. | |
10518 | |
10519 * mail/sendmail.el (sendmail-send-it): If both | |
10520 buffer-file-coding-system and sendmail-coding-system are nil, use | |
10521 iso-latin-1 for encoding. | |
10522 | |
10523 1997-09-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10524 | |
10525 * ps-print.el (ps-emacs-face-kind-p): Function deleted. | |
10526 (ps-face-bold-p, ps-face-italic-p): | |
10527 Check ps-bold-faces or ps-italic-faces. | |
10528 (ps-zebra-stripes, ps-zebra-stripe-height): Doc fixes. | |
10529 (ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region, ps-setup): | |
10530 Doc fixes. | |
10531 | |
10532 * international/quail.el (quail-update-translation): | |
10533 Fix previous change. | |
10534 | |
10535 * term/internal.el: Use raw-text as coding system. | |
10536 | |
10537 1997-09-11 Eli Zaretskii <eliz@is.elta.co.il> | |
10538 | |
10539 * international/mule-diag.el (describe-coding-system): Describe | |
10540 coding systems of type 5, raw-text. | |
10541 | |
10542 * hexl.el (hexlify-buffer): Bind coding-system-for-write to | |
10543 raw-text with eol-type derived from the buffer-file-coding-system. | |
10544 | |
10545 1997-09-11 Michael Kifer <kifer@cs.sunysb.edu> | |
10546 | |
93313 | 10547 * ediff-util.el (ediff-good-frame-under-mouse): New function. |
10548 (ediff-really-quit): Now uses ediff-good-frame-under-mouse instead | |
25866 | 10549 of testing a whole bunch of conds in-line. |
10550 | |
10551 1997-09-11 Kenichi Handa <handa@etl.go.jp> | |
10552 | |
10553 * international/kkc.el (kkc-mode-map): Bind meta-prefix-char to a | |
10554 map which only has default key binding to | |
10555 quail-execute-non-quail-command. | |
10556 (kkc-non-kkc-command): Handle the key sequence as the same way as | |
10557 universal-argument-other-key. | |
10558 | |
10559 * international/quail.el (quail-translation-keymap): | |
10560 Make the default binding with define-key. | |
10561 (quail-simple-translation-keymap): | |
10562 Handle meta-prefix-char the way isearch does. | |
10563 Make the default binding with define-key. | |
10564 (quail-conversion-keymap): Likewise. | |
10565 (quail-execute-non-quail-command): Handle the key sequence as the | |
10566 same way as universal-argument-other-key. | |
10567 (quail-make-guidance-frame): Don't dedicate the guidance buffer window. | |
10568 (quail-show-guidance-buf): Likewise. | |
10569 (quail-hide-guidance-buf): Delete code to turn off window dedication. | |
10570 | |
10571 1997-09-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10572 | |
10573 * startup.el (initial-scratch-message): New variable. | |
10574 (command-line-1): Use initial-scratch-message. | |
10575 | |
10576 * international/quail.el (quail-translation-keymap): | |
10577 Handle meta-prefix-char the way isearch does. | |
10578 | |
10579 * international/mule-cmds.el (select-input-method): | |
10580 No error if enable-multibyte-characters is nil. | |
10581 | |
10582 1997-09-11 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
10583 | |
10584 * gnus/gnus-mule.el: Set no-conversion for network communication | |
10585 with nntpd. | |
10586 (gnus-mule-initialize): For safety, set no-conversion for network | |
10587 communication with nntpd. | |
10588 | |
10589 1997-09-10 Michael Ernst <mernst@cs.washington.edu> | |
10590 | |
10591 * uniquify.el (uniquify-ignore-buffers-re): Added. | |
10592 | |
10593 1997-09-10 Michael Kifer <kifer@cs.sunysb.edu> | |
10594 | |
93313 | 10595 * viper-keym.el (viper-help-modifier-map): Deleted; help mode map is |
25866 | 10596 no longer modified. |
93313 | 10597 * viper.el (viper-set-hooks): Make help buffers come up in emacs state. |
25866 | 10598 |
10599 1997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10600 | |
10601 * emacs-lisp/eval-reg.el (elisp-eval-buffer): | |
10602 New arg FILENAME is ignored. | |
10603 | |
10604 1997-09-10 Kenichi Handa <handa@etl.go.jp> | |
10605 | |
10606 * language/ethio-util.el (setup-ethiopic-environment): Don't bind | |
10607 keys in global-map, don't add a hook to rmail-mode-hook and | |
10608 mail-mode-hook. | |
10609 (ethio-mode): New buffer local variable. | |
10610 (ethio-mode-map): New variable. | |
10611 (ethio-mode): New function. | |
10612 (ethio-sera-to-fidel-mail-or-marker): New function. | |
10613 (ethio-fidel-to-sera-mail-or-marker): New function. | |
10614 (ethio-find-file): Do nothing if not in ethio-mode. | |
10615 (ethio-write-file): Likewise. | |
10616 (ethio-prefer-ascii-space): Moved from leim/quail/ethiopic.el. | |
10617 (ethio-toggle-space): Likewise. | |
10618 (ethio-insert-space): Likewise. | |
10619 (ethio-insert-ethio-space): Likewise. | |
10620 (ethio-prefer-ascii-punctuation): Likewise. | |
10621 (ethio-toggle-punctuation): Likewise. | |
10622 (ethio-gemination): Likewise. | |
10623 | |
10624 * mail/sendmail.el (sendmail-send-it): The priority of coding | |
10625 system for encoding outgoing mails is (1) local value of | |
10626 buffer-file-coding-system, (2) sendmail-coding-system, | |
10627 (3) default-buffer-file-coding-system. | |
10628 | |
10629 1997-09-10 Kenichi Handa <handa@etl.go.jp> | |
10630 | |
10631 * language/japan-util.el (setup-japanese-environment): Give | |
10632 iso-2022-jp to set-default-coding-system if not running on DOS. | |
10633 (read-hiragana-string): Use input method "japanese-hiragana". | |
10634 | |
10635 * gnus/gnus-mule.el: Add coding system specification for several | |
10636 news groups. | |
10637 | |
10638 1997-09-09 Dave Love <d.love@dl.ac.uk> | |
10639 | |
10640 * lisp-mode.el (lisp-imenu-generic-expression): | |
10641 Recognize `defcustom' and `defgroup". | |
10642 | |
10643 1997-09-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10644 | |
10645 * disp-table.el (standard-display-european): Doc fix. | |
10646 | |
10647 1997-09-09 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
10648 | |
10649 * international/mule-cmds.el (input-method-verbose-flag): | |
10650 Doc-string fixed. | |
10651 | |
10652 * international/quail.el (quail-simple): New function. | |
10653 (quail-require-guidance-buf): New function. | |
10654 (quail-show-guidance-buf): Do not show guidance buffer if simple | |
10655 input method is used in the minibuffer. | |
10656 (quail-update-guidance): Likewise. | |
10657 | |
10658 1997-09-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10659 | |
10660 * disp-table.el (standard-display-european): | |
10661 If AUTO is non-nil, intern it. | |
10662 Don't call set-terminal-coding-system if noninteractive. | |
10663 | |
10664 * international/quail.el (quail-translation-keymap) | |
10665 (quail-simple-translation-keymap, quail-conversion-keymap): | |
10666 Don't define escape. | |
10667 | |
10668 * ps-print.el (ps-face-bold-p): Use face-bold-p. | |
10669 (ps-face-italic-p): Use face-italic-p. | |
10670 | |
10671 * comint.el (comint-file-name-chars): Doc fix. | |
10672 (comint-word): Treat all non-ASCII chars as "part of word". | |
10673 | |
10674 1997-09-09 Michael Ernst <mernst@cs.washington.edu> | |
10675 | |
93313 | 10676 * uniquify.el: Use uniquify-file-name-nondirectory throughout; |
25866 | 10677 documentation tweaks. |
10678 | |
10679 1997-09-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10680 | |
10681 * view.el (view-end-message): Don't mention q if it really do anything. | |
10682 | |
10683 * dired.el (dired-get-filename): Don't call encode-coding-string | |
10684 if file-name-coding-system is non-nil. | |
10685 | |
10686 * emacs-lisp/find-func.el: New file. | |
10687 | |
10688 1997-09-08 Per Abrahamsen <abraham@dina.kvl.dk> | |
10689 | |
10690 * cus-edit.el (custom-variable-save): Fixed doc string. | |
10691 | |
10692 * cus-edit.el (custom-variable-menu): Make it clear that `Lisp | |
10693 mode' edit the initial lisp expression. | |
10694 | |
10695 1997-09-08 Eli Zaretskii <eliz@is.elta.co.il> | |
10696 | |
10697 * info.el (info-insert-file-contents): Bind | |
10698 coding-system-for-write to no-conversion. | |
10699 | |
10700 1997-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
10701 | |
10702 * dabbrev.el (dabbrev-case-fold-search): Remove extra quote in | |
10703 customize constant. | |
10704 (dabbrev-case-replace): Likewise. | |
10705 | |
10706 * ispell.el (ispell-personal-dictionary): Fix customize type. | |
10707 | |
10708 * shell.el (shell-chdrive-regexp): Likewise. | |
10709 | |
10710 * progmodes/executable.el (executable-chmod): Likewise. | |
10711 | |
10712 * emacs-lisp/lisp.el (defun-prompt-regexp): Likewise. | |
10713 | |
10714 * progmodes/f90.el (f90-break-before-delimiters): Likewise. | |
10715 | |
10716 * progmodes/hideshow.el (hs-minor-mode-hook): Likewise. | |
10717 | |
10718 * progmodes/icon.el (icon-tab-always-indent): Likewise. | |
10719 | |
10720 * browse-url.el (browse-url group): Remove autoload cookie. | |
10721 | |
10722 * diff.el (diff group): Remove autoload cookie. | |
10723 | |
10724 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10725 | |
10726 * files.el (insert-directory): Encode the file name. | |
10727 | |
10728 * startup.el (command-line): Pass charset to | |
10729 standard-display-european. | |
10730 | |
10731 * disp-table.el (standard-display-european): Arg AUTO | |
10732 specifies coding system for terminal output (if needed). | |
10733 | |
10734 1997-09-08 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
10735 | |
10736 * international/quail.el (quail-translation-keymap): Bind C-space | |
10737 to quail-select-current. | |
10738 | |
10739 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10740 | |
10741 * textmodes/fill.el (fill-individual-paragraphs): Don't include | |
10742 paragraph-separate lines in any paragraph; just skip them. | |
10743 | |
10744 * telnet.el (telnet-initial-filter): Temporarily go to proper buffer. | |
10745 | |
10746 1997-09-07 Barry A. Warsaw <cc-mode-help@python.org> | |
10747 | |
10748 * progmodes/cc-mode.el (c-version): Updated. | |
10749 | |
10750 * progmodes/cc-cmds.el (c-beginning-of-statement): | |
10751 Fixes in sentence movement to properly | |
10752 handle M-e moving forward into a comment when looking at preceding | |
10753 whitespace, and M-a moving backward into comment when looking at | |
10754 following whitespace. | |
10755 | |
10756 * progmodes/cc-cmds.el (c-comment-line-break-function): | |
10757 Don't break line in the middle of a string. | |
10758 | |
10759 * progmodes/cc-langs.el (c-mode-base-map): Don't define C-c C-e here. | |
10760 (c-mode-map, c++-mode-map): Define C-c C-e here. | |
10761 (objc-mode-map): Define C-c C-e, not /. | |
10762 (java-mode-map, idl-mode-map): Don't define /. | |
10763 | |
10764 * progmodes/cc-engine.el (c-end-of-statement-1): | |
10765 Wrap backward-up-list in a c-safe call so no error results when | |
10766 buffer contains only a comment and point is at eob. | |
10767 | |
10768 * progmodes/cc-engine.el (c-inside-bracelist-p): | |
10769 Add a test to the enum list test so that enum in a k&r | |
10770 arg decl doesn't confuse handling of the function body. | |
10771 | |
10772 * progmodes/cc-styles.el (c-style-alist) <python>: | |
10773 knr-argdecl-intro == +, fill-column = 78, | |
10774 arglist-intro <= +, inextern-lang <= 0. | |
10775 Set c-comment-continuation-stars to "". | |
10776 | |
10777 1997-09-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10778 | |
10779 * mail/sendmail.el (mail-mode): Allow dash in citation prefixes | |
10780 in adaptive-fill-regexp and adaptive-fill-first-line-regexp. | |
10781 | |
10782 * cus-edit.el (custom-file): Now nil stands for "use the init file". | |
10783 (custom-save-delete): If custom-file is nil, use user-init-file. | |
10784 (custom-save-all): Likewise. | |
10785 | |
10786 * international/mule.el (load-with-code-conversion): | |
10787 Use third arg to eval-buffer and don't set buffer-file-name. | |
10788 | |
10789 * disp-table.el (standard-display-european): Set or clear | |
10790 the terminal coding system. | |
10791 | |
10792 * version.el (emacs-version): If HERE, add a newline. | |
10793 | |
10794 * startup.el (command-line-1): Update copyright year in string. | |
10795 | |
10796 * international/mule-cmds.el (universal-coding-system-argument): | |
10797 Improve prompt strings. | |
10798 | |
10799 * time-stamp.el (time-stamp-time-zone): Allow nil as alternative. | |
10800 | |
10801 1997-09-06 Michael Ernst <mernst@cs.washington.edu> | |
10802 | |
10803 * uniquify.el: Rename uniquify-fix-list-* to uniquify-fix-item-*. | |
10804 All callers changed. | |
10805 (uniquify-rationalize-file-buffer-names): | |
10806 Use directory-file-name for directories (eliminate trailing slash). | |
10807 Call uniquify-fix-item-unrationalized-buffer. | |
10808 (uniquify-buffer-file-name): Use directory-file-name. | |
10809 (uniquify-fix-item-unrationalized-buffer): New function. | |
10810 (uniquify-unrationalized-buffer): Function deleted. | |
10811 | |
10812 1997-09-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10813 | |
10814 * font-lock.el (font-lock-comment-face, etc.): | |
10815 defvars moved up to avoid warnings. | |
10816 (font-lock-face-attributes, global-font-lock-mode): Add defvars. | |
10817 | |
10818 * ps-print.el (ps-setup): ps-zebra-stripe => ps-zebra-stripes. | |
10819 ps-number-of-zebra => ps-zebra-stripe-height. | |
10820 | |
10821 * international/quail.el (quail-execute-non-quail-command): | |
10822 Call quail-terminate-translation. | |
10823 | |
10824 * emacs-lisp/lisp.el (move-past-close-and-reindent): | |
10825 Don't move closeparen back onto the end of a comment. | |
10826 | |
10827 * dired.el (dired-flag-garbage-files): Move interactive flag | |
10828 across doc string. | |
10829 | |
10830 * progmodes/m4-mode.el (m4-mode): Add autoload cookie. | |
10831 | |
10832 * files.el (auto-mode-alist): Handle .m4 and .mc files. | |
10833 | |
10834 1997-09-06 Simon Marshall <simon@diazepam.gnu.ai.mit.edu> | |
10835 | |
10836 * font-lock.el (global-font-lock-mode): When turning off | |
10837 Global Font Lock mode, turn off Font Lock mode everywhere. | |
10838 | |
10839 * menu-bar.el (menu-bar-options-menu): Simplify global-font-lock-mode | |
10840 entry using enhanced global-font-lock-mode function. | |
10841 | |
10842 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix. | |
10843 | |
10844 1997-09-06 Michael Kifer <kifer@cs.sunysb.edu> | |
10845 | |
10846 * ediff-ptch.el (ediff-patch-buffer-internal): | |
10847 now behaves uniformely, whether the buffer | |
10848 visits a file or not. | |
93313 | 10849 * ediff-util.el (ediff-other-buffer): Smarter selection of |
25866 | 10850 suitable other buffer. |
10851 Moved binding of backspace after the binding for C-h. | |
10852 Makes a difference in XEmacs. | |
93313 | 10853 * ediff.el (ediff-patch-buffer): Smarter selection of the defaults. |
10854 * ediff-mult.el (ediff-meta-session-p): New function. | |
10855 (ediff-operate-on-marked-sessions): Now recursively descends into | |
25866 | 10856 subdirectories. |
10857 | |
10858 1997-09-05 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10859 | |
10860 * faces.el (set-face-font-auto): | |
10861 instanciate-fontset renamed to instantiate-fontset. | |
10862 | |
10863 * international/fontset.el (uninstantiated-fontset-alist): | |
10864 Variable name spelling fixed, and doc fix. All uses fixed. | |
10865 (instantiate-fontset): Function name spelling fixed. | |
10866 | |
10867 * isearch.el (search-whitespace-regexp): Doc fix. | |
10868 | |
10869 * international/mule.el (load-with-code-conversion): | |
10870 Don't bind enable-multibyte-characters; set it in the temp buffer. | |
10871 | |
10872 * compile.el (compilation-ask-about-save): Add autoload cookie. | |
10873 | |
10874 * progmodes/simula.el (simula-emacs-features): | |
10875 Treat Emacs 20 like Emacs 19. | |
10876 | |
10877 1997-09-05 Vinicius Jose Latorre <vinicius@cpqd.br> | |
10878 | |
10879 * ps-print.el: Some comment and doc fixes. | |
10880 (ps-print-version): New version number (3.05.1). | |
10881 (ps-adobe-tag): Replace defvar by defcustom, and doc fix. | |
10882 (ps-print-with-faces, ps-print-without-faces) | |
10883 (ps-spool-with-faces, ps-spool-without-faces): Add arg REGION-P. | |
10884 (ps-print-region-with-faces, ps-print-region) | |
10885 (ps-spool-region, ps-spool-region-with-faces): Fix calls to | |
10886 the functions above. | |
10887 (ps-setup): Print value of ps-zebra-stripe, ps-number-of-zebra, | |
10888 ps-line-number, ps-print-background-image, | |
10889 and ps-print-background-text. | |
10890 (ps-print-prologue-1): Bug fix in PostScript programming: | |
10891 /BeginDSCPage, /BeginPage. | |
10892 (ps-showpage-count, ps-ref-bold-faces, ps-ref-italic-faces) | |
10893 (ps-ref-underlined-faces, font-lock-face-attributes) | |
10894 (ps-initialize-faces): Vars deleted. | |
10895 (ps-override-list, ps-extension-to-bit-face) | |
10896 (ps-extension-to-screen-face, ps-initialize-faces, ps-header-height) | |
10897 (ps-hard-lf, ps-soft-lf, ps-get-face, ps-map-font-lock): Fn deleted. | |
10898 (ps-extend-face-list, ps-extend-face): Doc fix. | |
10899 (ps-print-face-alist): New var to handle face alist. | |
10900 (ps-printing-region): New var and fn. | |
10901 (ps-header-page, ps-set-face-bold, ps-set-face-italic) | |
10902 (ps-set-face-underline, ps-set-face-attribute, ps-map-face): New fn. | |
10903 (ps-rmail-mode-hook, ps-rmail-print-message-from-summary) | |
10904 (ps-print-message-from-summary, ps-vm-print-message-from-summary): | |
10905 Fns moved. | |
10906 (ps-background): New argument PAGE-NUMBER. | |
10907 (ps-begin-file): Bug fix and print proper line number in a region. | |
10908 (ps-begin-page): Call ps-header-page. | |
10909 (ps-get-buffer-name): Indicates in the header when printing a region. | |
10910 (ps-end-page): Delete ps-showpage-count. | |
10911 (ps-dummy-page): Calls ps-header-page. | |
10912 (ps-set-color): Programming improvement. | |
10913 (ps-plot-region): Doc fix. | |
10914 (ps-face-attributes): Same functionality as deleted ps-get-face. | |
10915 (ps-build-reference-face-lists): Do the job by calling | |
10916 ps-set-face-bold and ps-bold-faces, and friends. | |
10917 | |
10918 1997-09-05 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
10919 | |
10920 * language/japan-util.el (setup-japanese-environment): Set | |
10921 coding-category-iso-8-else to japanese-iso-8bit. | |
10922 | |
10923 1997-09-05 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10924 | |
10925 * emacs-lisp/easymenu.el (easy-menu-create-keymaps): | |
10926 If two distinct items have the same string, make different | |
10927 key events for them. | |
10928 | |
10929 * international/mule.el (charset-quoted-standard-p): New function. | |
10930 Use it instead of quoted-symbol-p. | |
10931 (charset-id): Use charset-quoted-standard-p. | |
10932 (quoted-symbol-p): Function deleted. | |
10933 | |
10934 * ispell.el (ispell-command-loop): | |
10935 Restore dedicated flg of selected window. | |
10936 (ispell-overlay-window): Move dedicated flag of old window | |
10937 into the bottom of the two windows made from it. | |
10938 | |
10939 * international/mule-cmds.el (read-language-name): Doc fix. | |
10940 (set-language-environment): Improve prompt. | |
10941 | |
10942 * international/mule.el (set-terminal-coding-system): | |
10943 Specify default to read-coding-system. | |
10944 (set-keyboard-coding-system): Likewise. | |
10945 | |
10946 1997-09-05 Paul Eggert <eggert@twinsun.com> | |
10947 | |
10948 * gnus/message.el (message-unix-mail-delimiter): Initialize | |
10949 to the same value that rmail-unix-mail-delimiter is initialized to. | |
10950 | |
10951 1997-09-05 Michael Kifer <kifer@cs.sunysb.edu> | |
10952 | |
10953 * viper-init.el (viper-replace-region-start-delimiter): | |
10954 Improved the default. | |
93313 | 10955 * viper-mous.el (viper-mouse-click-search-word) |
25866 | 10956 (viper-mouse-click-insert-word): |
10957 Fixed to not react when click is not over a text area. | |
10958 * viper.el (read-file-name): Unadvised. | |
10959 * viper-cmd.el (viper-insert-state-post-command-sentinel) | |
10960 (viper-save-last-insertion): | |
10961 Check if args and viper-insert-point are markers. | |
10962 (viper-minibuffer-trim-tail): New function. | |
10963 | |
10964 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10965 | |
10966 * international/mule.el (set-buffer-file-coding-system): | |
10967 Improve prompt. | |
10968 | |
10969 * international/mule-cmds.el (toggle-input-method): | |
10970 No error if enable-multibyte-characters is nil. | |
10971 (read-input-method-name): Specify the input history properly. | |
10972 (select-input-method): Improve prompt. | |
10973 | |
10974 * international/mule-util.el (string-to-sequence): | |
10975 Work usefully when enable-multibyte-characters is nil. | |
10976 | |
10977 * international/quail.el (quail-update-translation): | |
10978 Do insert translated char when enable-multibyte-characters is nil. | |
10979 | |
10980 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
10981 | |
10982 * international/mule-cmds.el (read-language-name): Use a default, | |
10983 not an initial input. | |
10984 | |
10985 * international/mule-conf.el (file-coding-system-alist): | |
10986 Match `loaddefs.el' more accurately. | |
10987 | |
10988 * rect.el (operate-on-rectangle): If we overshoot when looking | |
10989 for endcol, back up. | |
10990 | |
10991 * menu-bar.el (menu-bar-help-menu): | |
10992 Rename info item to "Info (Browse Manuals)". | |
10993 | |
10994 * menu-bar.el (menu-bar-options-menu): String now "Global Options". | |
10995 Rewrite the font lock toggle to turn off font lock on all buffers. | |
10996 Choose lazy-lock by setting font-lock-support-mode. | |
10997 | |
10998 * ispell.el (ispell-overlay-window): Undo previous change; | |
10999 in other words, don't bind inhibit-frame-unsplittable. | |
11000 | |
11001 * international/mule-cmds.el (mule-menu-keymap): | |
11002 Define only as a variable; specify a name for the keymap. | |
11003 (mule-keymap): Define only as variable. | |
11004 | |
11005 * mail/sendmail.el (mail-mode): Set adaptive-fill-first-line-regexp | |
11006 specially, not same as adaptive-fill-regexp. | |
11007 | |
11008 1997-09-03 Kenichi Handa <handa@etl.go.jp> | |
11009 | |
11010 * international/quail.el (quail-update-guidance): If PROMPTKEY is | |
11011 specified in the original CXTERM dictionary, show also candidates | |
11012 in Quail guidance buffer. | |
11013 (quail-show-translations): Likewise. | |
11014 | |
11015 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk> | |
11016 | |
11017 * term/w32-win.el (w32-handle-scroll-bar-event): On up and | |
11018 down events, place point at window start position. | |
11019 Bind f10 to menubar. | |
11020 Move keypad key definitions to w32-fns.el. | |
11021 | |
11022 * dos-w32.el (file-name-buffer-file-type-alist): Add more | |
11023 extensions for binary files. | |
11024 | |
11025 * w32-fns.el: Don't unset C-mouse-down bindings. | |
11026 Ignore "Windows" keys by default. | |
11027 Move keypad key definitions from term/w32-win.el. | |
11028 (convert-standard-file-name): New function. | |
11029 (make-auto-save-file-name): Use convert-standard-file-name. | |
11030 | |
11031 1997-09-02 Michael Welsh Duggan <md5i@schenley.com> | |
11032 | |
11033 * term/w32-win.el (mouse-wheel-scroll-amount): New variable. | |
11034 (mouse-wheel-scroll-line, mouse-wheel-scroll-screen): New functions. | |
11035 Bind mouse-wheel events to mouse-wheel functions. | |
11036 | |
11037 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> | |
11038 | |
11039 * w32-fns.el: Update doc strings. | |
11040 (w32-startup): Deleted function. | |
11041 (w32-check-shell-configuration, w32-init-info): New functions. | |
11042 (w32-system-shell-p): Renamed from w32-using-system-shell-p. | |
11043 Added shell name argument. | |
11044 | |
11045 1997-09-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11046 | |
11047 * progmodes/etags.el (find-tag-tag): Pass default to completing-read. | |
11048 | |
11049 * dired.el (dired-get-filename): Don't call encode-coding-string | |
11050 if FILE is nil. | |
11051 | |
11052 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk> | |
11053 | |
11054 * comint.el (comint-file-name-chars): Use separate sets for ms-dos | |
11055 and windows-nt. | |
11056 | |
11057 * disp-table.el (standard-display-european): Map \222 to apostrophe. | |
11058 | |
11059 * files.el (file-truename) [windows-nt]: Use the canonicalized | |
11060 long file name as the truename. | |
11061 (auto-mode-alist): Use archive-mode for Java JAR files. | |
11062 (recover-file) [windows-nt]: Don't try to list directory. | |
11063 | |
11064 * frame.el (other-frame) [windows-nt]: Use w32-focus-frame. | |
11065 | |
11066 * gud.el (gud-gdb-marker-regexp): Allow for drive letter and colon. | |
11067 | |
11068 * scroll-bar.el (scroll-bar-maybe-set-window-start): Change window | |
11069 if current start is equal to start of next portion. | |
11070 | |
11071 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> | |
11072 | |
11073 * cus-edit.el (custom-display): Use w32 instead of win32. | |
11074 * browse-url.el (browse-url-netscape): Check for w32 window-system | |
11075 symbol. | |
11076 | |
11077 1997-09-02 Boris Goldowsky <boris@gnu.ai.mit.edu> | |
11078 | |
93313 | 11079 * enriched.el (enriched-decode-foreground) |
11080 (enriched-decode-background): Test of facemenu-get-face return | |
25866 | 11081 value no longer needed. |
11082 | |
11083 * facemenu.el (facemenu-get-face): Just warn when given an | |
11084 undefined color, no error, still return face. | |
11085 | |
11086 1997-09-02 Kenichi Handa <handa@etl.go.jp> | |
11087 | |
11088 * mail/rmail.el (rmail): Reset enable-multibyte-characters to the | |
11089 default value to enable message decoding if the default value is | |
11090 non-nil. | |
11091 | |
11092 * international/quail.el (quail-keyboard-layout-alist): Add an | |
11093 entry for "atari-german". | |
11094 (quail-keyboard-translate): If CH is not in the keyboard location | |
11095 covered by quail-keyboard-layout-standard, return CH. | |
11096 (quail-show-kbd-layout): Show keyboard layout based on | |
11097 quail-keyboard-layout-standard if the current input method | |
11098 requires keyboard translation. | |
11099 | |
11100 1997-09-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11101 | |
11102 * international/mule-cmds.el (set-coding-system-map): | |
11103 Add an item for universal-coding-system-argument. | |
11104 | |
11105 1997-09-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11106 | |
11107 * userlock.el (ask-user-about-lock): Abbreviate file name | |
11108 and locking user's name. | |
11109 | |
11110 * international/mule.el (set-auto-coding): Recognize coding: in first | |
11111 line even if not the first variable. | |
11112 | |
11113 * language/european.el (setup-8-bit-environment): | |
11114 Inhibit message about loading latin-N.el. | |
11115 | |
11116 1997-09-01 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
11117 | |
11118 * international/quail.el (quail-translation-keymap): Fix prev change. | |
11119 (quail-conversion-keymap): Likewise. | |
11120 | |
11121 * international/mule-cmds.el (describe-input-method): Fix prev change. | |
11122 (read-multilingual-string): Likewise. | |
11123 (describe-language-environment): Prompt modified. | |
11124 | |
11125 * ispell.el (ispell-region): Take account of the fact that `ispell' | |
11126 will return OFFSET by counting non-ASCII characters as one. | |
11127 (ispell-dictionary-alist-1): Add coding systems to each entry. | |
11128 (ispell-dictionary-alist-2): Likewise. | |
11129 (ispell-get-coding-system): New function. | |
11130 (ispell-decode-string): New function. | |
11131 (ispell-get-casechars): Decode the string if necessary. | |
11132 (ispell-get-not-casechars, ispell-get-otherchars): Likewise. | |
11133 | |
11134 1997-09-01 Naoto TAKAHASHI <ntakahas@etl.go.jp> | |
11135 | |
93313 | 11136 * language/ethio-util.el (ethio-sera-to-fidel-region) |
11137 (ethio-sera-to-fidel-buffer, ethio-fidel-to-sera-region) | |
11138 (ethio-fidel-to-sera-buffer): Doc-string fixed. | |
25866 | 11139 |
11140 1997-09-01 Kenichi Handa <handa@etl.go.jp> | |
11141 | |
11142 * international/quail.el (quail-translation-keymap): Do not bind | |
11143 "\C-c" to quail-abort-translation. | |
11144 (quail-mode-map): Bind key codes 128 through 256 to | |
11145 quail-start-translation. | |
11146 (quail-translation-keymap): Bind key codes 128 through 256 to | |
11147 quail-self-insert-command. | |
11148 (quail-conversion-keymap): Bind key codes 128 through 256 to | |
11149 quail-start-translation-in-conversion-mode. | |
11150 | |
11151 * international/mule-cmds.el (get-language-info): Accept a symbol | |
11152 as the arg LANGUAGE-NAME. | |
11153 (set-language-info): Likewise. | |
11154 (set-language-info-alist): Likewise. | |
11155 (register-input-method): Accept a symbol as the args INPUT-METHOD | |
11156 and LANGUAGE-NAME. | |
11157 (activate-input-method): Accept a symbol as the args INPUT-METHOD. | |
11158 (describe-input-method): Likewise. | |
11159 (read-multilingual-string): Likewise. | |
11160 (set-language-environment): Accept a symbol as the arg LANGUAGE-NAME. | |
11161 (describe-language-environment): Likewise. | |
11162 | |
11163 * files.el (hack-local-variables-prop-line): Ignore coding: tag. | |
11164 (hack-one-local-variable): Likewise. | |
11165 | |
11166 * international/mule.el (set-auto-coding): Name changed from | |
11167 auto-file-coding-system. The argument STRING is now a | |
98317 | 11168 concatenation of the heading 1K-byte and the tailing 3K-byte of a |
25866 | 11169 file. |
11170 (set-auto-coding-function): Set it to `set-auto-coding'. | |
11171 | |
11172 1997-08-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
11173 | |
11174 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle | |
11175 custom-declare-variable. | |
11176 | |
11177 * international/mule-diag.el (describe-current-coding-system): Add | |
11178 missing newline in output. | |
11179 | |
11180 1997-08-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11181 | |
11182 * gnus/pop3.el (pop3-md5): New function. | |
11183 (pop3-apop): Use pop3-md5, not md5. | |
11184 (pop3-md5-program): New variable. | |
11185 | |
11186 * gnus/md5.el: File deleted. | |
11187 | |
11188 * gnus/gnus-soup.el: Require cl at compile time. | |
11189 * gnus/gnus-move.el, gnus/gnus-uu.el: Likewise. | |
11190 | |
11191 * add-log.el (change-log-font-lock-keywords): Add more to prev change. | |
11192 | |
11193 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11194 | |
11195 * dired.el (dired-get-filename): Encode file name | |
11196 using the buffer's coding system. | |
11197 | |
11198 * mail/sendmail.el (mail-send): Complain about invalid header line. | |
11199 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
11200 1997-08-30 Jerry James <jerry@cs.ucsb.edu> |
25866 | 11201 |
11202 * format.el (format-subtract-regions): New function. | |
11203 (format-property-increment-region): New function. | |
11204 | |
11205 * format.el (format-deannotate-region): When multiple annotations | |
11206 go into a single text property, split the outer annotations (with | |
11207 format-subtract-regions) instead of resetting them; use lists of | |
11208 regions instead of a single number for the text property start. | |
11209 | |
11210 * format.el (format-deannotate-region): Don't change extents of | |
11211 enclosing annotations of the same kind. | |
11212 | |
48129
9c67ae0ad84d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42986
diff
changeset
|
11213 * format.el (format-deannotate-region): |
9c67ae0ad84d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42986
diff
changeset
|
11214 Use property-increment-region to add to numeric properties. |
25866 | 11215 |
11216 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11217 | |
11218 * dos-w32.el (find-buffer-file-type): Don't check for untranslated | |
11219 file systems here. | |
11220 (find-buffer-file-type-coding-system): For reading a file, | |
11221 check for binary file, then text file, then existing file, | |
11222 then whether file name is translated. | |
11223 | |
11224 * textmodes/text-mode.el (text-mode-hook-identify): New function, | |
11225 put on text-mode-hook. Set text-mode-variant here. | |
11226 (text-mode): Don't set it here. | |
11227 | |
11228 * disp-table.el (standard-display-european): Doc fix. | |
11229 | |
11230 1997-08-29 Carsten Dominik <dominik@strw.LeidenUniv.nl> | |
11231 | |
11232 * reftex.el (reftex-customize): Added call to customize browse. | |
11233 (reftex-show-commentary): New function. | |
11234 (reftex-label-alist): Prefix may contain % escapes. Nth macro | |
93313 | 11235 argument may be context. May give two different context methods. |
25866 | 11236 (reftex-default-label-alist-entries): Customization type changed. |
11237 (reftex-label-menu-flags): Extra flag for searches. | |
11238 (reftex-cite-format): Changed completely, % escapes are now used. | |
11239 (reftex-comment-citations): New variable. | |
11240 (reftex-cite-comment-format): New variable. | |
11241 (reftex-cite-punctuation): New variable. | |
11242 (reftex-make-master-buffer): Changed name of master buffer, | |
93313 | 11243 removed interactive. Runs a hook on the buffer. Interprete |
25866 | 11244 TEXINPUTS environment variable. Allow naked argument for \input. |
11245 Master buffer is now in fundamental mode. | |
11246 (reftex-access-scan-info): Name of master buffer changed. | |
11247 (reftex-section-regexp): Is now computed from section levels, | |
98317 | 11248 not set independently. |
25866 | 11249 (reftex-section-levels): Made customizable. |
11250 (reftex-label): Interpret % escapes in prefix. Use label format | |
11251 if given. | |
11252 (reftex-replace-prefix-escapes): New function. | |
11253 (reftex-uniquify-label): New function. | |
11254 (reftex-next-label-number): Function definition removed. | |
11255 (reftex-reference): Use reftex-uniquify-label. Allow more general | |
11256 label commands. | |
11257 (reftex-offer-label-menu): | |
11258 Interpret new flag in reftex-label-menu-flags. | |
11259 (reftex-make-and-insert-label-list): Use text properties to record | |
11260 label index. | |
11261 (reftex-find-nearby-label): Allow more general label commands. | |
11262 (reftex-scan-buffer-for-labels): Allow more general label commands. | |
11263 (reftex-init-section-numbers): New function. | |
11264 (reftex-allow-for-ctrl-m): New function. | |
11265 (reftex-label-info-update): Allow more general label commands. | |
11266 (reftex-label-info): New parameter derive. | |
11267 (reftex-short-context): Interprete integer parse as nth arg of macro. | |
11268 (reftex-nth-parens-substring): New function. | |
11269 (reftex-select-item): Interprete the new 'cnt text property. | |
11270 (reftex-pop-to-label): Allow more general label commands. | |
11271 (reftex-nicify-text): Allow more general label commands. | |
11272 (reftex-toc): Remember previous window configuration. Use text | |
11273 properties to store info. Bind mouse-2. | |
11274 (reftex-make-master-buffer): New Hook. | |
11275 (reftex-last-window-height): New variable. | |
11276 (reftex-toc-show-help): New function. | |
11277 (reftex-toc-help): New constant. | |
11278 (reftex-nearest-section): Use text properties to store info. | |
11279 (reftex-empty-toc-buffer): New function. | |
11280 (reftex-re-enlarge): New function. | |
11281 (reftex-toc-goto-line): New function. | |
11282 (reftex-toc-mouse-goto-line-and-hide): New function. | |
11283 (reftex-cite-format-builtin): New constant. | |
11284 (reftex-cite-format-default): Constant removed. | |
11285 (reftex-cite-format-1-author-simple): Constant removed. | |
11286 (reftex-cite-format-2-authors): Constant removed. | |
11287 (reftex-get-bib-names): New function. | |
11288 (reftex-get-bib-authors) Function removed. | |
11289 (reftex-format-bib-entry): Use now reftex-get-bib-names. | |
93313 | 11290 (reftex-citation): Completely rewritten. Offers selection of |
25866 | 11291 different cite macros first, then the reference menu. Works with |
11292 the various new variables mentioned above. Accept the `a' key to | |
11293 use all selected citations. | |
11294 (reftex-insert-bib-matches): New function. | |
11295 (reftex-format-citation): Now interpretes % escapes. | |
11296 (reftex-select-item): Emulate a search in the menu buffer. | |
11297 Interpret the 'cnt text property. | |
11298 (reftex-view-crossref): Allow more general label, cite and ref macros. | |
11299 (reftex-highlight-overlays): Add third overlay for search | |
11300 in menu buffer. | |
11301 (reftex-label-alist-builtin): xalignat and xxalignat environments | |
11302 added. Slightly reorganized. | |
11303 (reftex-reset-scanning-information): Just empty *toc* buffer, do | |
11304 not kill it. | |
11305 (reftex-compute-ref-cite-tables): Read the new options in | |
11306 `reftex-label-alist' and store them. Calculate the section regexp. | |
11307 | |
11308 1997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11309 | |
11310 * compile.el (compilation-error-regexp-alist): | |
11311 Allow spaces in file names for Microsoft C; | |
11312 check more carefully for the rest of the error message. | |
11313 | |
11314 * international/mule-cmds.el (set-terminal-coding-system): | |
11315 Enable for menus whenever not using X. | |
11316 (set-keyboard-coding-system): Likewise. | |
11317 | |
11318 * international/quail.el (quail-define-package): New arg SIMPLE. | |
11319 (quail-simple-translation-keymap): New keymap. | |
11320 | |
93313 | 11321 * textmodes/texnfo-upd.el, textmodes/texinfmt.el |
25866 | 11322 (defgroup, defcustom): Add Emacs 19 compatibility definitions. |
93313 | 11323 * textmodes/texinfo.el |
25866 | 11324 (defgroup, defcustom): Add Emacs 19 compatibility definitions. |
11325 | |
11326 1997-08-28 Kenichi Handa <handa@etl.go.jp> | |
11327 | |
11328 * international/mule.el (make-coding-system): Make TYPE 5 means | |
11329 raw-text. | |
11330 (after-insert-file-set-buffer-file-coding-system): Set | |
11331 enable-multibyte-characters to nil if we read a file with | |
11332 no-conversion or raw-text-XXXX. | |
11333 | |
11334 * international/mule-conf.el (raw-text): New coding system. Set | |
11335 coding-category-raw-text to raw-text. | |
11336 | |
11337 * language/english.el (setup-english-environment): Set | |
11338 coding-category-raw-text to raw-text. | |
11339 | |
11340 * language/viet-util.el (setup-vietnamese-environment): Set | |
11341 coding-category-raw-text to vietnamese-viscii. | |
11342 | |
11343 * language/cyril-util.el (setup-cyrillic-alternativnyj-environment): | |
11344 Set coding-category-raw-text to cyrillic-alternativnyj. | |
11345 | |
11346 * international/mule-cmds.el (update-leim-list-file): Make it | |
11347 handle multiple directories. | |
11348 (update-all-leim-list-files): Deleted. | |
11349 | |
11350 * international/quail.el (quail-update-leim-list-file): Make it | |
11351 handle multiple directories. | |
11352 | |
11353 1997-08-28 Kenichi Handa <handa@etl.go.jp> | |
11354 | |
11355 * earcon.el: Require cl at compile time before loading gnus, etc. | |
11356 | |
11357 1997-08-28 Tomohiko Morioka <tmorioka@mule.etl.go.jp> | |
11358 | |
11359 * nnfolder.el (nnfolder-request-list): Override | |
11360 'nnmail-file-coding-system' by 'nnmail-active-file-coding-system'. | |
11361 (nnfolder-request-list, nnfolder-possibly-change-group): Protect | |
11362 from conversion by `pathname-coding-system' for XEmacs/mule. | |
11363 (nnfolder-group-pathname): Encode pathname for Emacs 20. | |
11364 | |
11365 * nnmh.el (nnmh-request-list, nnmh-active-number): Protect from | |
11366 conversion by `pathname-coding-system' for XEmacs/mule. | |
11367 | |
93313 | 11368 * nnml.el (nnml-possibly-change-directory): Likewise. |
11369 (nnml-retrieve-headers, nnml-request-article) | |
11370 (nnml-request-group, nnml-request-list): Likewise. | |
25866 | 11371 |
11372 * nnmail.el (nnmail-active-file-coding-system): New variable. | |
11373 (nnmail-insert-xref): Encode pathname for Emacs 20. | |
93313 | 11374 (nnmail-write-region, nnmh-retrieve-headers, nnmh-request-article) |
11375 (nnmh-request-group, nnmh-possibly-change-directory): Protect from | |
25866 | 11376 conversion by `pathname-coding-system' for XEmacs/mule. |
11377 (nnmail-pathname-coding-system): New variable. | |
11378 (nnmail-group-pathname): Encode pathname for Emacs 20. | |
11379 nnmail-file-coding-system): New variable. | |
11380 (nnmail-find-file): Bind `coding-system-for-read' with | |
11381 `nnmail-file-coding-system' for Emacs/mule and XEmacs/mule. | |
11382 (nnmail-write-region): Bind `coding-system-for-write' with | |
11383 `nnmail-file-coding-system' for Emacs/mule and XEmacs/mule. | |
11384 | |
11385 * nnheader.el (nnheader-pathname-coding-system): New variable. | |
11386 (nnheader-file-coding-system): New variable. | |
11387 (nnheader-group-pathname): Encode pathname for Emacs 20. | |
11388 (nnheader-find-file-noselect): Bind `coding-system-for-read' with | |
11389 `nnheader-file-coding-system' for Emacs/mule and XEmacs/mule. | |
11390 (nnheader-insert-file-contents): Bind `coding-system-for-read' | |
11391 with `nnheader-file-coding-system' for Emacs/mule and XEmacs/mule. | |
11392 | |
11393 * nntp.el (nntp-coding-system-for-read): New variable. | |
11394 (nntp-open-connection): Bind `coding-system-for-read' with | |
11395 `nntp-coding-system-for-read' for Emacs/mule and XEmacs/mule. | |
11396 | |
11397 * nnspool.el (nnspool-file-coding-system): New variable. | |
93313 | 11398 (nnspool-retrieve-headers, nnspool-retrieve-headers-with-nov) |
11399 (nnspool-find-file): Override `nnheader-file-coding-system' by | |
25866 | 11400 `nnspool-file-coding-system' for gnspool on Windows 95/NT. |
11401 | |
11402 * gnus-sum.el (gnus-structured-field-decoder): New variable. | |
11403 (gnus-unstructured-field-decoder): New variable. | |
11404 (gnus-get-newsgroup-headers, gnus-nov-parse-line): Use | |
11405 `gnus-structured-field-decoder' and | |
11406 `gnus-unstructured-field-decoder' for Subject field. | |
11407 | |
11408 1997-08-28 Miyashita Hisashi <himi@etl.go.jp> | |
11409 | |
11410 * pop3.el (pop3-movemail-file-coding-system): Append it for | |
11411 assigning a coding system to receive mail with pop3. | |
11412 (pop3-movemail): Modify for writing messages with | |
11413 pop3-movemail-file-coding-system. | |
11414 | |
11415 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11416 | |
11417 * textmodes/text-mode.el (text-mode-hook): New defvar. | |
11418 (text-mode-variant): New variable. | |
11419 (text-mode): Set that variable locally. | |
11420 (toggle-text-mode-auto-fill): New command. | |
11421 | |
11422 * timer.el (timer-event-handler): Reactivate timer first, | |
11423 then run the handler function. | |
11424 | |
11425 * isearch.el (isearch-printing-char): Handle nonascii-insert-offset. | |
11426 | |
11427 * emacs-lisp/cl.el (last*): Definition deleted. | |
11428 | |
11429 * subr.el (last): Accept optional second argument. | |
11430 | |
11431 * progmodes/sh-script.el (sh-indent-line): Delete debugging code. | |
11432 | |
11433 1997-08-27 Dave Love <d.love@dl.ac.uk> | |
11434 | |
11435 * browse-url.el (browse-url-mail): Use compose-mail[-other-window], | |
11436 not always `mail'. | |
11437 | |
11438 1997-08-27 Eli Zaretskii <eliz@is.elta.co.il> | |
11439 | |
11440 * ps-print.el (ps-print-region-with-faces): Don't call | |
11441 ps-generate. | |
11442 | |
11443 * term/pc-win.el (msdos-color-aliases): Add missing colors. | |
11444 (msdos-color-translate): Handle "deep" and "pale" color | |
11445 varieties. | |
11446 | |
11447 1997-08-27 Dave Love <d.love@dl.ac.uk> | |
11448 | |
11449 * browse-url.el: Change the custom group to `hypermedia'. | |
11450 (browse-url-netscape-version): New variable. | |
11451 (browse-url-netscape-reload): Use it to account for reported | |
11452 backwards incompatibility. | |
11453 | |
11454 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu> | |
11455 | |
11456 * term/internal.el: Add coding: emacs-mule tag, to prevent | |
11457 interpreting this as sjis-encoded file. | |
11458 | |
11459 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11460 | |
11461 * forms.el (forms-read-only): Un-customize, and doc fix. | |
11462 | |
11463 * mail/rmailsum.el (rmail-summary-get-new-mail): | |
11464 Handle args like rmail-get-new-mail, and pass them to that function. | |
11465 | |
11466 * winner.el: Many changes by Ivar Rummelhoff. | |
11467 | |
11468 1997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
11469 | |
11470 * language/european.el (setup-8-bit-environment): Load the latin-N | |
11471 file again each time. | |
11472 | |
11473 * files.el (find-file-literally): Doc fix. | |
11474 | |
11475 * help.el (help-with-tutorial): Doc fix. | |
11476 | |
11477 1997-08-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11478 | |
11479 * mail/mail-utils.el (mail-strip-quoted-names): | |
11480 | |
11481 * ps-print.el (ps-rmail-mode-hook): New function. | |
11482 (ps-print-message-from-summary): New function. | |
11483 (ps-vm-print-message-from-summary): Use that. | |
11484 (ps-gnus-print-article-from-summary): Likewise. | |
11485 (ps-rmail-print-message-from-summary): New function. | |
11486 | |
11487 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): | |
11488 Give formfeed whitespace syntax. | |
11489 | |
11490 * international/mule-diag.el (mule-diag): Add save-excursion calls. | |
11491 | |
11492 1997-08-26 Michael Ernst <mernst@cs.washington.edu> | |
11493 | |
11494 * mail-utils.el (mail-strip-quoted-names): Retain one whitespace | |
11495 character between addresses. | |
11496 | |
11497 1997-08-26 Boris Goldowsky <boris@gnu.ai.mit.edu> | |
11498 | |
11499 * facemenu.el (facemenu-unlisted-faces): Expand variable | |
11500 definition to allow regexps; add regexps for some packages that | |
11501 define a lot of faces. | |
11502 (facemenu-add-new-face): Test new face against regexps. | |
11503 (list-colors-display): Rather than creating a zillion faces, use | |
11504 new (foreground-color . COLOR) and (background-color . COLOR) | |
11505 face properties. | |
11506 | |
11507 1997-08-26 Kenichi Handa <handa@etl.go.jp> | |
11508 | |
11509 * files.el (revert-buffer): Read a file without any code | |
11510 conversion if we are reverting from an auto-saved file. | |
11511 | |
11512 * language/japanese.el (set-language-info-alist): Change | |
11513 iso-2022-7bit to iso-2022-jp. | |
11514 | |
11515 * replace.el (query-replace-read-args): Locally bind | |
11516 minibuffer-inherit-input-method to t to make a minibuffer inherit | |
11517 the current input method. | |
11518 (map-query-replace-regexp, keep-lines, flush-lines): Likewise. | |
11519 (how-many, occur): Likewise. | |
11520 | |
11521 * international/mule-cmds.el | |
11522 (inactivate-current-input-method-function): Doc-string modified. | |
11523 (input-method-activate-hook): Likewise. | |
11524 (input-method-inactivate-hook): Likewise. | |
11525 (activate-input-method): Document it. | |
11526 (inactivate-input-method): Document it. | |
11527 | |
11528 * language/tibet-util.el (tibetan-composition): Add autoload | |
11529 cookies. | |
11530 | |
11531 1997-08-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11532 | |
11533 * gnus/gnus-nocem.el: Require cl at compile time. | |
11534 | |
11535 * gnus/gnus.el (gnus-select-method): Change the other ignore-errors. | |
11536 | |
11537 * gnus/gnus-group.el (gnus-group-make-useful-group): | |
11538 Don't use caddr in interactive. | |
11539 | |
11540 * gnus/gnus-art.el (gnus-emphasis-alist): Don't use caddr. | |
11541 | |
11542 * mail/rmail.el (rmail-mode-1): | |
11543 Update the value for mode-line-modified. | |
11544 | |
11545 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11546 | |
11547 * custom.el (custom-declare-variable): Use custom-initialize-reset | |
11548 by default, rather than custom-initialize-set. | |
11549 (custom-initialize-reset, custom-initialize-set): Doc fixes. | |
11550 | |
11551 * gnus/gnus-int.el, gnus/gnus-msg.el, gnus/gnus-undo.el: | |
11552 Require cl at compile time. | |
11553 | |
11554 * progmodes/cmacexp.el (c-macro-expand): Add autoload cookie. | |
11555 | |
11556 * cus-dep.el (custom-make-dependencies): Don't print each file name. | |
11557 | |
11558 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11559 | |
11560 * custom.el (custom-declare-variable): Rename 2nd arg to DEFAULT. | |
11561 | |
11562 * emacs-lisp/easymenu.el (easy-menu-create-keymaps): If nil is | |
11563 given as the enable condition, always disable the command. | |
11564 | |
11565 * comint.el (comint-preoutput-filter-functions): New variable. | |
11566 (comint-output-filter): Call those functions. | |
11567 (comint-output-filter-functions, comint-mode): Doc fix. | |
11568 | |
11569 * faces.el (modify-face): Fix previous change. | |
11570 | |
11571 * add-log.el (change-log-font-lock-keywords): | |
11572 Match "Patches by". Match all kinds of acks after ` '. | |
11573 | |
11574 * mail/rmail.el (rmail-view-buffer): Doc fix. | |
11575 (rmail-summary-buffer, rmail-summary-vector): Mark as permanent local. | |
11576 (rmail-buffer): Add defvar and mark as permanent local. | |
11577 | |
11578 1997-08-24 Erik Naggum <erik@naggum.no> | |
11579 | |
11580 * simple.el (eval-expression): Prefix arg means insert value in | |
11581 current buffer. | |
11582 | |
11583 1997-08-23 Kenichi Handa <handa@etl.go.jp> | |
11584 | |
11585 * international/quail.el (quail-terminate-translation): Doc-string | |
11586 fixed. Set quail-prefix-arg to nil after handling it. | |
11587 (quail-self-insert-command): Set overriding-terminal-local-map to | |
11588 nil when thrown for `quail-tag' by value nil. | |
11589 | |
11590 1997-08-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11591 | |
11592 * tmm.el (tmm-get-keymap): Ignore any command now disabled for menus. | |
11593 | |
11594 * textmodes/texinfo.el (texinfo-mode): Turn off adaptive-fill-mode. | |
11595 | |
11596 * winner.el: Doc fixes. | |
11597 | |
11598 * gnus/messcompat.el (message-signature-file): Delete autoload cookie. | |
11599 | |
11600 * gnus/nnvirtual.el (nnvirtual-merge-sorted-lists): | |
11601 Use sort, not merge. | |
93313 | 11602 (nnvirtual-partition-sequence): Use mapcar, not mapc. |
25866 | 11603 (nnvirtual-create-mapping): Don't use delete-if-not. |
11604 | |
11605 * gnus/nnfolder.el (nnfolder-generate-active-file): Don't use remove. | |
11606 | |
11607 * gnus/gnus-start.el: Require cl at compile time. | |
11608 (gnus-site-init-file): Use condition-case. | |
11609 | |
11610 * gnus/gnus-art.el: Require cl at compile time. | |
11611 * gnus/gnus-async.el: Likewise | |
11612 * gnus/gnus-cite.el, gnus/gnus-kill.el, gnus/gnus-logic.el: Likewise. | |
11613 * gnus/gnus-group.el, gnus/gnus-salt.el, gnus/gnus-score.el: Likewise. | |
11614 * gnus/gnus-spec.el, gnus/gnus-srvr.el, gnus/gnus-start.el: Likewise. | |
11615 * gnus/gnus-sum.el, gnus/gnus-topic.el, gnus/gnus-win.el: Likewise. | |
11616 * gnus/nnweb.el, gnus/gnus-bcklg.el: Likewise. | |
11617 * gnus/gnus-cache.el, gnus/gnus-demon.el, gnus/gnus-dup.el: Likewise. | |
11618 * gnus/gnus-range.el, gnus/nnheader.el: Likewise. | |
11619 | |
11620 * gnus/parse-time.el: Require cl only at compile time. | |
11621 * gnus/gnus-setup.el, gnus/nneething.el, gnus/nnmail.el: Likewise. | |
11622 * gnus/nnmh.el, gnus/nnml.el, gnus/nnoo.el: Likewise. | |
11623 | |
11624 * gnus/gnus-util.el: Require cl only at compile time. | |
11625 (gnus-parent-id): Don't use last with 2 args. | |
11626 | |
11627 * gnus/gnus.el: Require cl at compile time. | |
11628 (gnus-select-method): Use condition-case, not ignore-errors. | |
11629 (gnus-check-backend-function): Definition moved up. | |
11630 | |
11631 * gnus/message.el: Require cl only at compile time. | |
11632 (message-user-agent): Use condition-case, not ignore-errors. | |
11633 (message-talkative-question): Doc fix. | |
11634 | |
11635 * subr.el (caar, cadr, cdar, cddr): Definitions moved here | |
11636 and changed into defsubsts. | |
11637 (last): New function. | |
11638 | |
11639 * emacs-lisp/cl.el (caar, cadr, cdar, cddr): Moved to subr.el. | |
98317 | 11640 (last): Function renamed to last*. |
25866 | 11641 * emacs-lisp/cl-macs.el (cl-loop-let): Use last*. |
11642 | |
11643 * time.el (display-time-hook): Minor doc fix. | |
11644 | |
11645 * ps-print.el (ps-zebra-stripes): Renamed from ps-zebra-stripe. | |
11646 (ps-zebra-stripe-height): Renamed from ps-number-of-zebra. | |
11647 | |
11648 * vc.el (vc-version-diff): Mention that default file is visited file. | |
11649 | |
11650 * textmodes/sgml-mode.el (sgml-mode-common): | |
11651 Set paragraph-start like paragraph-separate. | |
98317 | 11652 Do match a line which is just a <...> construct after whitespace. |
25866 | 11653 Set adaptive-fill-regexp to match whitespace only. |
11654 | |
11655 * emacs-lisp/autoload.el (update-file-autoloads): | |
11656 Be careful about which directory to find loaddefs.el in. | |
11657 | |
11658 * gnus/message.el (message-user-agent): Add autoload cookie. | |
11659 | |
11660 * progmodes/sh-script.el (sh-indent-line): Avoid infinite loop | |
11661 on indented line at start of buffer, when calculating PREVIOUS. | |
11662 | |
39229
bf5f26157d70
Update Stephen Gildea's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
11663 1997-08-22 Stephen Gildea <gildea@stop.mail-abuse.org> |
25866 | 11664 |
11665 * time-stamp.el (time-stamp-time-zone): New variable. | |
11666 (time-stamp-string): Use that time zone. | |
11667 (time-stamp-active, time-stamp-warn-inactive) | |
11668 (time-stamp-old-format-warn): Definitions moved. | |
11669 | |
11670 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11671 | |
11672 * faces.el (modify-face): New arg INVERSE-P. | |
11673 Clear the inverse-video flag before installing new colors. | |
11674 (face-spec-set): Pass INVERSE-P arg, and use (nil) for colors | |
11675 when calling modify-face. | |
11676 | |
11677 * add-log.el (change-log-font-lock-keywords): Recognize "Patch by". | |
11678 | |
11679 * textmodes/paragraphs.el (use-hard-newlines): Un-customized. | |
11680 | |
11681 * menu-bar.el (menu-bar-make-toggle): New macro. | |
11682 (menu-bar-options-menu): New submenu of Help menu. | |
11683 Define several menu items for it. | |
11684 | |
11685 * shell.el (shell-snarf-envar, shell-copy-environment-variable): | |
11686 New functions. | |
11687 | |
11688 * progmodes/hideif.el (hif-greater, hif-less, hif-greater-equal) | |
11689 (hif-less-equal): New functions. | |
11690 (hif-tokenize): Handle new tokens >, <, >=, <=. | |
11691 (hif-eq-expr): Handle parsing these new tokens. | |
93313 | 11692 (hif-token-regexp): Match >, <. >=, <=. |
25866 | 11693 |
11694 * delsel.el (delete-selection-mode): Put back :initialize keyword. | |
11695 At the end of the file, test this variable, and turn on the mode | |
11696 if it is non-nil. | |
11697 | |
11698 1997-08-22 Olivier Lecarme <ol@aiguemarine.unice.fr> | |
11699 | |
11700 * textmodes/paragraphs.el: Customized. | |
11701 * textmodes/nroff-mode.el: Customized. | |
11702 | |
11703 1997-08-22 Karl Fogel <kfogel@floss.red-bean.com> | |
11704 | |
11705 * bookmark.el (bookmark-load): Use `bookmark-import-new-list' to | |
11706 load the new list carefully, renaming bookmarks as necessary. | |
11707 In docstring, mention new renaming behavior. | |
11708 Optional arg OVERWRITE replaces inaccurately-named REVERT. | |
11709 If file loaded was bookmark-default-file, then set | |
11710 bookmarks-already-loaded to t. | |
11711 (bookmark-import-new-list): New func. | |
11712 (bookmark-maybe-rename): New func, helper to above. | |
11713 (bookmark-set-name): Accept bookmark as either string (behaves | |
11714 same as before) or list (treat it as a bookmark record). | |
11715 | |
11716 (bookmark-set, bookmark-maybe-load-default-file) | |
11717 (bookmark-jump-noselect, bookmark-rename) | |
11718 (bookmark-show-annotation): Discard pointless `progn's. | |
11719 | |
11720 (bookmark-bmenu-mark, bookmark-bmenu-unmark) | |
11721 (bookmark-bmenu-backup-unmark, bookmark-bmenu-delete-backwards): | |
11722 Renormalize position after all else is done. | |
11723 | |
11724 (bookmark-edit-annotation-mode, bookmark-bmenu-list) | |
11725 (bookmark-show-annotation, bookmark-show-all-annotations): | |
11726 Use `x' instead of `(not (eq x nil))'. | |
11727 | |
11728 (bookmark-yank-word): Inner save-excursion changed to progn. | |
11729 (bookmark-send-annotation, bookmark-send-edited-annotation) | |
11730 (bookmark-insert): Use buffer-string instead of buffer-substring. | |
11731 (bookmark-make-cell): Make sure annotation and info-node strings | |
11732 contain no text properties. | |
11733 (bookmark-relocate): Remember to rebuild bmenu buffer after a | |
11734 bookmark has been relocated. | |
11735 (bookmark-bmenu-check-position): Return a meaningful value -- | |
11736 callers have apparently been assuming this anyway. | |
11737 (bookmark-build-xemacs-menu): Unused function deleted. | |
11738 (bookmark-version): Removed this variable; the Emacs version suffices. | |
11739 | |
11740 1997-08-22 Simon Marshall <simon@gnu.ai.mit.edu> | |
11741 | |
11742 * shell.el (shell-mode): Make shell-last-dir buffer-local. | |
11743 | |
11744 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11745 | |
11746 * indent.el (indent-relative, insert-tab): | |
11747 Don't call expand-abbrev unless preceding character is a word char. | |
11748 | |
11749 1997-08-21 Michael Kifer <kifer@cs.sunysb.edu> | |
11750 | |
93313 | 11751 * viper.el (viper-set-hooks): New advices and hooks for mule. |
11752 (toggle-viper-mode): New function. | |
11753 * viper-util.el (viper-set-syntax-preference) | |
11754 (viper-update-syntax-classes): New functions. | |
11755 (viper-looking-*, viper-skip-*): Revamped to work better with syntax | |
25866 | 11756 tables. |
93313 | 11757 * viper-cmd.el (viper-replace-char-subr, viper-word-*) |
11758 (viper-separator-skipback-special): Made to work with mule and syntax | |
25866 | 11759 tables. |
93313 | 11760 (viper-change-state): Moved iso-accents-mode handling here from |
11761 viper-change-state-to-vi/insert/etc. Also now toggles MULE. | |
25866 | 11762 |
11763 1997-08-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11764 | |
11765 * textmodes/bibtex.el: Many doc strings. | |
11766 | |
11767 1997-08-21 Olivier Lecarme <ol@aiguemarine.unice.fr> | |
11768 | |
11769 * textmodes/bibtex.el: Customized. | |
11770 | |
11771 1997-08-21 Kenichi HANDA <handa@etl.go.jp> | |
11772 | |
11773 * language/cyril-util.el (setup-cyrillic-environment): Deleted. | |
11774 (setup-cyrillic-iso-environment): New function. | |
11775 (setup-cyrillic-koi8-environment): New function. | |
11776 (setup-cyrillic-alternativnyj-environment): New function. | |
11777 | |
11778 * language/cyrillic.el: Make describe-cyrillic-environment-map and | |
11779 setup-cyrillic-environment-map prefix commands and bind [Cyrillic] | |
11780 to them in describe-environment-map and setup-environment-map | |
98317 | 11781 respectively. Divide language environment "Cyrillic" into three: |
25866 | 11782 "Cyrillic-ISO", "Cyrillic-KOI8", and "Cyrillic-ALTERNATIVNYJ". |
11783 | |
11784 * international/mule.el (auto-file-coding-system): New function. | |
11785 (auto-file-coding-system-function): Set this variable to | |
11786 `auto-file-coding-system'. | |
11787 | |
11788 * international/quail.el (quail-terminate-translation): Run | |
11789 input-method-after-insert-chunk-hook only when the current input | |
11790 method doesn't require conversion. | |
11791 (quail-no-conversion): Run input-method-after-insert-chunk-hook. | |
11792 | |
11793 * international/mule-util.el (coding-system-unification-table): | |
11794 Deleted. | |
11795 (coding-system-unification-table-for-decode): New function. | |
11796 (coding-system-unification-table-for-encode): New function. | |
11797 | |
11798 * international/mule.el (make-coding-system): Doc-string fixed. | |
11799 | |
11800 * international/fontset.el (register-alternate-fontnames): New | |
11801 function. | |
11802 (x-complement-fontset-spec): Register alternate fontnames by | |
11803 calling register-alternate-fontnames. | |
11804 (instanciate-fontset): Likewise. | |
11805 | |
11806 1997-08-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11807 | |
11808 * ps-print.el (ps-print-face-extension-alist): Doc fix. | |
11809 (ps-new-faces): Function deleted. | |
11810 | |
11811 1997-08-20 Dave Love <d.love@dl.ac.uk> | |
11812 | |
11813 * browse-url.el: Minor doc fixes. | |
11814 (browse-url-temp-dir): New variable. | |
11815 (browse-url-of-buffer): Use browse-url-temp-dir. Don't construct | |
11816 a temporary file name which includes an arbitrary buffer name to | |
11817 avoid losing on non-unixy systems. | |
11818 | |
75613 | 11819 1997-08-20 Vinicius Jose Latorre <vinicius@cpqd.br> |
25866 | 11820 |
11821 * ps-print.el: A lot of comment and doc fixes. | |
11822 Replace: 'nil by nil, '() by nil, 't by t. | |
11823 (ps-print-version): New version number (3.05). | |
11824 (ps-zebra-stripe, ps-number-of-zebra, ps-line-number) | |
11825 (ps-print-background-image, ps-print-background-text): New variables | |
11826 to customize zebra stripes, line number, image background and text | |
11827 background features, respectively. | |
11828 (ps-adobe-tag): Tagged to PostScript level 3. | |
11829 (ps-print-buffer, ps-print-buffer-with-faces) | |
11830 (ps-print-region, ps-print-region-with-faces) | |
11831 (ps-spool-buffer, ps-spool-buffer-with-faces) | |
11832 (ps-spool-region, ps-spool-region-with-faces): Call more primitive | |
11833 functions for PostScript printing (functions below). | |
11834 (ps-print-with-faces, ps-print-without-faces) | |
11835 (ps-spool-with-faces, ps-spool-without-faces): More primitive | |
11836 functions for PostScript printing. | |
11837 (ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region) | |
11838 (ps-line-lengths-internal, ps-nb-pages): Doc fixes. | |
93313 | 11839 (ps-print-prologue-1): A lot of PostScript programming: |
25866 | 11840 /dobackgroundstring, /dounderline, /UL: Postscript functions deleted. |
11841 /reencodeFontISO, /F, /BG, /HL, /W, /S, /BeginDSCPage, /BeginPage, | |
11842 /EndPage: adjusted for new effects (outline, shadow, etc). | |
11843 /PLN, /EF, /Hline, /doBox, /doRect, /doShadow, /doOutline, | |
11844 /FillBgColor, /doLineNumber, /printZebra, /doColumnZebra, | |
11845 /doZebra, /BeginBackImage, /EndBackImage, /ShowBackText: New procedures. | |
11846 (ps-current-underline-p, ps-set-underline): Var and fn deleted. | |
11847 (ps-showline-count, ps-background-pages, ps-background-all-pages) | |
11848 (ps-background-text-count, ps-background-image-count): New variables. | |
11849 (ps-header-font, ps-header-title-font) | |
11850 (ps-header-line-height, ps-header-title-line-height) | |
11851 (ps-landscape-page-height): Set initial value to nil. | |
11852 (ps-print-face-extension-alist, ps-print-face-map-alist): | |
11853 New variables for face remapping. | |
11854 (ps-new-faces, ps-extend-face-list, ps-extend-face): | |
11855 New functions for face remapping. | |
11856 (ps-override-list, ps-extension-to-bit-face) | |
11857 (ps-extension-to-screen-face, ps-extension-bit) | |
11858 (ps-initialize-faces, ps-map-font-lock, ps-screen-to-bit-face): | |
11859 New internal functions for face remapping. | |
11860 (ps-get-page-dimensions): Fix error message. | |
11861 (ps-insert-file): Doc fix and programming enhancement. | |
11862 (ps-begin-file, ps-end-file, ps-get-buffer-name, ps-begin-page) | |
11863 (ps-next-line, ps-plot-region, ps-face-attributes) | |
11864 (ps-face-attribute-list, ps-plot-with-face) | |
11865 (ps-generate-postscript-with-faces): Handle new output features. | |
11866 (ps-generate): save-excursion inserted to return back point at | |
11867 position before calling ps-print. | |
11868 (ps-do-spool): Access dos-ps-printer variable through symbol-value. | |
11869 (ps-prsc, ps-c-prsc, ps-s-prsc): Use backquote. | |
11870 (ps-basic-plot-whitespace, ps-emacs-face-kind-p): Internal blank | |
11871 line eliminated. | |
11872 (ps-float-format, ps-current-effect): New internal variables. | |
11873 (ps-output-list, ps-count-lines, ps-background-pages) | |
11874 (ps-get-boundingbox, ps-float-format, ps-background-text) | |
11875 (ps-background-image, ps-background, ps-header-height) | |
11876 (ps-get-face): New internal functions. | |
11877 (ps-control-character): Handle control characters. | |
11878 (ps-gnus-print-article-from-summary): Updated for Gnus 5. | |
11879 (ps-jack-setup): Replace 'nil by nil, 't by t. | |
11880 | |
11881 1997-08-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11882 | |
11883 * mail/sendmail.el (mail-yank-original): Bind mark-even-if-inactive | |
11884 around the indentation and citation hooks code. | |
11885 | |
11886 * mail/sendmail.el (mail-send-nonascii): Make the default t. | |
11887 | |
11888 * calendar.el (calendar-julian-date-string): Mark not interactive. | |
11889 | |
11890 1997-08-19 Kenichi Handa <handa@etl.go.jp> | |
11891 | |
11892 * files.el (append-to-file): Doc-string fixed. | |
11893 | |
11894 * international/quail.el (quail-exit-from-minibuffer): Call | |
11895 inactivate-input-method instead of (quail-mode -1). | |
11896 (quail-kill-guidance-buf): New function. | |
11897 (quail-mode): Doc-string and comments modified. Make this | |
11898 function non-interactive. Add quail-kill-guidance-buf to | |
11899 kill-buffer-hook locally. | |
11900 (quail-start-translation): Check if the current Quail package | |
98317 | 11901 requires keyboard translation feature. |
25866 | 11902 (quail-start-translation-in-conversion-mode): Likewise. |
11903 (quail-terminate-translation): Run hooks in | |
11904 input-method-after-insert-chunk-hook. | |
11905 (quail-update-translation): Don't run hooks in | |
11906 input-method-after-insert-chunk-hook here. | |
11907 (quail-setup-completion-buf): New function. | |
11908 (quail-show-guidance-buf): Create completion buffer by calling | |
11909 quail-setup-completion-buf. | |
11910 (quail-completion): Create completion buffer if it is not alive. | |
11911 | |
11912 * international/encoded-kb.el (encoded-kbd-mode): Doc-string | |
11913 modified. Make this a non-interactive function. | |
11914 (encoded-kbd-iso2022-designation): Do not enter recursive edit twice. | |
11915 (encoded-kbd-iso2022-non-ascii-map): Bind 8-bit keys to | |
11916 encoded-kbd-handle-8bit. | |
11917 | |
11918 * international/titdic-cnv.el (tit-process-body): Handle `\' used | |
11919 for quoting the following digits correctly. | |
11920 | |
11921 * international/isearch-x.el | |
11922 (isearch-process-search-multibyte-characters): If | |
11923 read-multilingual-string returns null string, just call isearch-update. | |
11924 | |
11925 1997-08-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11926 | |
11927 * language/china-util.el: Don't set primary-language. | |
11928 | |
11929 * language/ethio-util.el (setup-ethiopic-environment): | |
11930 Don't set primary-language. | |
11931 | |
11932 * language/cyril-util.el (setup-cyrillic-environment): | |
11933 Don't set primary-language. | |
11934 | |
11935 * international/mule-cmds.el (primary-language): Variable deleted. | |
11936 * international/mule-diag.el (mule-diag): Don't print primary-language. | |
11937 | |
11938 * help.el (help-with-tutorial): Use current-language-environment. | |
11939 | |
11940 1997-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
11941 | |
11942 * calendar.el: Add an autoload form for calendar-print-julian-date. | |
11943 | |
93313 | 11944 * international/encoded-kb.el (encoded-kbd-iso2022-designations) |
25866 | 11945 (encoded-kbd-iso2022-invocations): Don't make these vars buffer-local. |
11946 (encoded-kbd-mode): Don't make encoded-kbd-iso2022-designations | |
11947 or encoded-kbd-iso2022-invocations buffer-local. | |
11948 | |
11949 * textmodes/fill.el (fill-individual-paragraphs): Fix handling | |
11950 of adaptive-fill. Call fill-context-prefix, but bind | |
11951 adaptive-fill-first-line-regexp to a null string. | |
11952 | |
11953 1997-08-18 Olivier Lecarme <ol@aiguemarine.unice.fr> | |
11954 | |
11955 * forms.el, hscroll.el, indent.el, server.el, sort.el: Customized. | |
11956 | |
11957 1997-08-18 Mark Mitchell <mmitchell@usa.net> | |
11958 | |
11959 * font-lock.el (c++-font-lock-keywords-2): | |
11960 Ensure that public and private are not fontified as labels. | |
11961 | |
11962 1997-08-18 Kenichi Handa <handa@etl.go.jp> | |
11963 | |
11964 * international/kkc.el (kkc-region): New arg | |
11965 kkc-mode-exit-function. | |
11966 | |
11967 * international/quail.el (quail-inactivate): Turn Quail mode off | |
11968 by itself. | |
11969 (quail-translation-keymap): Don't bind thee key "C-\". | |
11970 (quail-conversion-keymap): Likewise. | |
11971 (quail-define-package): Indentation fixed. | |
11972 (quail-setup-overlays): New arg conversion-mode. Pay attention to | |
11973 input-method-highlight-flag. | |
11974 (quail-mode-line-format): Deleted. | |
11975 (quail-generate-mode-line-format): Deleted. | |
11976 (quail-mode): Don't handle input-method-inactivate-hook and | |
11977 input-method-activate-hook here. Delete code setting | |
11978 quail-mode-line-format. | |
11979 (quail-saved-current-map): Name changed from | |
11980 quail-saved-overriding-local-map. | |
11981 (quail-toggle-mode-temporarily): Completely re-written. | |
11982 (quail-execute-non-quail-command): Use | |
11983 quail-toggle-mode-temporarily. | |
11984 (quail-conv-overlay-modification-hook): Deleted. | |
11985 (quail-suppress-conversion): Deleted. | |
11986 (quail-start-translation): Completely re-written. | |
11987 (quail-start-translation-in-conversion-mode): Likewise. | |
11988 (quail-delete-region): Check if quail-overlay is active. | |
11989 (quail-get-current-str): Don't call throw. Set | |
11990 overriding-terminal-local-map correctly. | |
11991 (quail-update-translation): Run hooks in | |
11992 input-method-after-insert-chunk-hook. | |
11993 (quail-self-insert-command): Catch 'quail-tag here. | |
11994 (quail-conversion-delete-char): Don't call throw. Set | |
11995 overriding-terminal-local-map to nil. | |
11996 (quail-conversion-backward-delete-char): Likewise. | |
11997 (quail-no-conversion): Likewise. | |
11998 (quail-help-insert-keymap-description): Bind | |
11999 overriding-terminal-local-map instead of overriding-local-map. | |
12000 | |
12001 * international/mule-cmds.el (previous-input-method): This | |
12002 variable deleted. | |
12003 (input-method-history): New variable. | |
12004 (read-input-method-name): Bind minibuffer-history to | |
12005 input-method-history. | |
12006 (activate-input-method): Delete codes handling | |
12007 previous-input-method. Run hooks in input-method-activate-hook. | |
12008 (inactivate-input-method): Update input-method-history. Run hooks | |
12009 in input-method-inactivate-hook. | |
12010 (select-input-method): Doc-string modified. Use | |
12011 input-method-history instead of previous-input-method. Set | |
12012 default-input-method to input-method. | |
12013 (toggle-input-method): Doc-string modified. Use | |
12014 input-method-history instead of previous-input-method. | |
12015 (read-multilingual-string): Bind minibuffer-setup-hook correctly. | |
12016 (input-method-exit-on-invalid-key): New variable. | |
12017 | |
12018 * isearch.el (isearch-multibyte-characters-flag): Deleted. | |
12019 (isearch-mode): Do not bind isearch-multibyte-characters-flag and | |
12020 isearch-input-method. | |
12021 (isearch-printing-char): Use current-input-method instead of | |
12022 isearch-input-method. | |
12023 (isearch-message-prefix): Likewise. | |
12024 | |
12025 * international/isearch-x.el (isearch-input-method): Deleted. | |
12026 (isearch-input-method-title): Deleted. | |
12027 (isearch-toggle-specified-input-method): Call toggle-input-method. | |
12028 (isearch-toggle-input-method): Likewise. | |
12029 (isearch-process-search-multibyte-characters): Use | |
12030 current-input-method instead of isearch-input-method. | |
12031 | |
12032 1997-08-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12033 | |
12034 * faces.el: Faces now have 2 more elements, bold-p and italic-p. | |
12035 (internal-facep, make-face, x-create-frame-with-faces): | |
12036 Create frames with those elements. | |
12037 (face-bold-p, face-italic-p): Just fetch those elements. | |
12038 (set-face-italic-p, set-face-bold-p): Doc fixes. | |
12039 (make-face-bold, make-face-italic, make-face-bold-italic) | |
12040 (make-face-unbold, make-face-unitalic): Set those new elements. | |
12041 | |
12042 1997-08-16 Geoff Voelker <voelker@cs.washington.edu> | |
12043 | |
12044 * dos-w32.el: Set default coding system to undecided-dos. | |
12045 (find-buffer-file-type-coding-system): | |
12046 For writing, use buffer-file-coding-system if set, otherwise | |
12047 buffer-file-type. | |
12048 (find-file-not-found-set-buffer-file-coding-system): | |
12049 Renamed from find-file-not-found-set-buffer-file-type. | |
12050 Set buffer-file-coding-system as well as buffer-file-type. | |
12051 | |
12052 1997-08-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12053 | |
12054 * international/mule.el (load-with-code-conversion): | |
12055 Bind enable-multibyte-characters to t. | |
12056 | |
12057 * international/mule-cmds.el (toggle-input-method) | |
12058 (select-input-method): Always set default-input-method. | |
12059 Show default in the prompt only if there is one. | |
12060 | |
12061 * language/european.el (setup-latin1-environment): Don't set | |
12062 special-microsoft-code-table here. | |
12063 | |
12064 * international/mule-cmds.el (activate-input-method): | |
12065 Handle the new rule that default-input-method is now global only. | |
12066 | |
12067 * international/isearch-x.el (isearch-process-search-multibyte-characters): | |
12068 Bind input-method-verbose-flag, not input-method-tersely-flag. | |
12069 | |
12070 * international/mule-cmds.el (input-method-verbose-flag): Renamed | |
12071 from input-method-tersely-flag and sense inverted. | |
12072 (input-method-highlight-flag): New variable. | |
12073 (toggle-input-method): Pass missing arg to read-input-method-name. | |
12074 | |
12075 * international/quail.el (quail-guidance-buf): Now a permanent local. | |
12076 (quail-update-guidance, quail-show-guidance-buf): | |
12077 Test input-method-verbose-flag. | |
12078 (quail-setup-overlays): Underline quail-conv-overlay | |
12079 only if input-method-highlight-flag is non-nil. | |
12080 | |
12081 1997-08-16 Kenichi Handa <handa@etl.go.jp> | |
12082 | |
12083 * language/china-util.el (setup-chinese-gb-environment): Delete | |
12084 a code setting default value of default-input-method. | |
12085 (setup-chinese-big5-environment): Likewise. | |
12086 (setup-chinese-cns-environment): Likewise. | |
12087 | |
12088 * language/ethio-util.el (setup-ethiopic-environment): Likewise. | |
12089 | |
12090 * language/european.el (setup-8-bit-environment): Likewise. | |
12091 | |
12092 * language/japan-util.el (setup-japanese-environment): Likewise. | |
12093 | |
12094 * language/korean.el (setup-korean-environment): Likewise. | |
12095 | |
12096 * language/tibet-util.el (setup-tibetan-environment): Likewise. | |
12097 | |
12098 * international/mule.el (make-coding-system): Add a new FLAGS | |
12099 element ACCEPT-LATIN-EXTRA-CODE. | |
12100 | |
12101 * international/mule-conf.el: Set 146th element of | |
12102 latin-extra-code-table to `t'. | |
12103 | |
12104 1997-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12105 | |
12106 * progmodes/etags.el (tags-verify-table): Obey revert-without-query. | |
12107 | |
12108 * loadup.el (loaddefs.el): Load that file much later, almost last. | |
12109 Delete most calls to garbage-collect. | |
12110 | |
12111 1997-08-15 Barry A. Warsaw <cc-mode-help@python.org> | |
12112 | |
12113 * cc-styles.el (c-style-alist): | |
12114 "python" style requires c-comment-continuation-stars be "". | |
12115 | |
12116 * cc-engine.el (c-end-of-statement-1): | |
12117 Eliminate false hits on important characters | |
12118 inside literals (strings, comments). | |
12119 | |
12120 * cc-cmds.el (c-comment-line-break-function): | |
12121 In this function, and the defadvice, | |
12122 call indent-new-comment-line if not in a comment. | |
12123 | |
12124 * cc-cmds.el (c-fill-paragraph): | |
12125 Remove conditional on obsolete variable | |
12126 c-double-slash-is-comments-p. | |
12127 | |
93313 | 12128 * cc-vars.el (c-buffer-is-cc-mode): Definition moved to cc-mode.el. |
25866 | 12129 |
12130 * cc-mode.el (c-buffer-is-cc-mode): | |
12131 Definition moved here from cc-vars.el. Also, | |
12132 put permanent-local property on variable so it's value won't get | |
12133 killed by kill-all-local-variables. | |
12134 | |
12135 * cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode): | |
12136 Remove obsolete variable c-double-slash-is-comments-p. | |
12137 | |
12138 * cc-langs.el (c-double-slash-is-comments-p): Remove obsolete variable. | |
12139 | |
12140 1997-08-15 Boris Goldowsky <boris@gnu.ai.mit.edu> | |
12141 | |
12142 * simple.el (shell-command-on-region): New argument ERROR-BUFFER. | |
12143 | |
12144 * format.el (format-alist): Typo fix. | |
12145 (format-encode-run-method, format-decode-run-method): Put error | |
12146 output from shell command in temp buffer, not data buffer. | |
12147 | |
12148 1997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12149 | |
12150 * format.el (format-annotate-atomic-property-change): Fix prev change. | |
12151 | |
12152 1997-08-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12153 | |
12154 * simple.el (do-auto-fill): Better handling of a very long word | |
12155 after a fill-prefix. Don't break right after the prefix and | |
12156 don't break at the end of the line. | |
12157 | |
12158 * emacs-lisp/lucid.el (extent-properties, extent-at): New functions. | |
12159 | |
12160 1997-08-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12161 | |
12162 * international/mule-cmds.el (default-input-method): | |
12163 Variable no longer automatically local. | |
12164 | |
12165 * language/european.el (setup-8-bit-environment): | |
12166 Use `require' to load the latin-N file. | |
12167 | |
12168 * international/quail.el (quail-start-translation): | |
12169 Use an explicit loop, not recursive edit. | |
12170 (quail-suppress-conversion): Doc fix. | |
12171 | |
12172 * international/mule-cmds.el (read-input-method-name): | |
12173 Replace INITIAL-INPUT arg with DEFAULT arg. | |
12174 Substitute it into to the prompt, if it is non-nil. | |
12175 (select-input-method): Call read-input-method-name the new way. | |
12176 (toggle-input-method): Likewise. | |
12177 | |
12178 * simple.el (forward-visible-line): Handle nil value from | |
12179 next-single-property-change or previous-single-property-change. | |
12180 | |
12181 * diary-lib.el (diary-entry-time): Bind case-fold-search to nil. | |
12182 | |
12183 1997-08-12 Per Abrahamsen <abraham@dina.kvl.dk> | |
12184 | |
12185 * wid-edit.el (widget-before-change): Obey `inhibit-read-only'. | |
12186 | |
75613 | 12187 1997-08-12 Eli Zaretskii <eliz@is.elta.co.il> |
25866 | 12188 |
12189 * add-log.el (change-log-font-lock-keywords): Don't consider | |
12190 a closeparen as part of a function or variable name. | |
12191 | |
12192 1997-08-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12193 | |
12194 * progmodes/etags.el (verify-tags-table-function): Doc fix. | |
12195 | |
12196 * emacs-lisp/lucid.el (set-extent-property): Don't allow | |
12197 multiple extents with a mouse-face property to run together. | |
12198 | |
12199 * textmodes/fill.el (fill-region-as-paragraph): | |
12200 When justifying, cope if line ends in spaces and no newline. | |
12201 | |
12202 1997-08-12 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu> | |
12203 | |
12204 * cus-edit.el (custom-file): Run ".emacs" through | |
12205 convert-standard-filename before using it. | |
12206 | |
12207 1997-08-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12208 | |
12209 * emacs-lisp/shadow.el (list-load-path-shadows): Exclude, from the | |
12210 path we search, all but the first set of directories that include | |
12211 the standard Emacs Lisp files. | |
12212 | |
12213 * mail/sendmail.el (mail-send): Ask for confirmation if | |
12214 message contains non-ASCII characters. | |
12215 (mail-send-nonascii): New variable. | |
12216 | |
12217 * compile.el (compilation-error-regexp-alist): New regexp for Caml. | |
12218 | |
12219 1997-08-11 Paul Eggert <eggert@twinsun.com> | |
12220 | |
12221 * rmail.el (rmail-make-in-reply-to-field): Don't cause an | |
12222 error if the `From:' line has no valid email addresses. | |
12223 | |
12224 1997-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12225 | |
12226 * cal-tex.el (cal-tex-latexify-list): | |
12227 Put the elements of RESULT in the proper order. | |
12228 (cal-tex-list-diary-entries): Bind diary-list-include-blanks to nil. | |
12229 | |
12230 * progmodes/cc-cmds.el (c-electric-brace): Make preserve-p nil at BOB. | |
12231 | |
12232 * files.el (insert-file-literally): New command. | |
12233 | |
12234 * progmodes/cc-styles.el (c-style-alist) <gnu>: | |
12235 Set c-comment-continuation-stars and c-hanging-comment-ender-p. | |
12236 | |
12237 * language/european.el (setup-latin1-environment): | |
12238 Set code 222 in special-microsoft-code-table. | |
12239 | |
37927 | 12240 1997-08-11 Dan Nicolaescu <done@ece.arizona.edu> |
25866 | 12241 |
12242 * abbrev.el: Customized. | |
12243 (only-global-abbrevs): Doc fix. | |
12244 | |
12245 * dabbrev.el (dabbrev-abbrev-skip-leading-regexp): Doc fix. | |
12246 | |
12247 1997-08-10 Per Abrahamsen <abraham@dina.kvl.dk> | |
12248 | |
12249 * cus-face.el (custom-face-attributes): Don't initialize fg/bg fields. | |
12250 | |
12251 1997-08-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12252 | |
12253 * gnus/nnheaderxm.el: File deleted--not really needed. | |
12254 | |
12255 * avoid.el (mouse-avoidance-timer): New variable. | |
12256 (mouse-avoidance-mode): Create or cancel a time, | |
12257 instead of using post-command-idle-hook. | |
12258 | |
12259 1997-08-10 Eli Zaretskii <eliz@is.elta.co.il> | |
12260 | |
12261 * term/pc-win.el (msdos-color-aliases): Remove color names which | |
12262 end with a number. | |
12263 (msdos-color-translate): Handle color names which end with a | |
12264 number, like gray85 and purple3. | |
12265 (msdos-face-setup): Call `face-set-after-frame-default', so | |
12266 default faces are correctly set. | |
12267 Do not set background of the region face (it is set by | |
12268 `face-set-after-frame-default'). | |
12269 | |
12270 * dos-fns.el (dos-print-region-function): Force EOL conversion to | |
12271 DOS CR-LF pairs. | |
12272 | |
12273 1997-08-10 Barry A. Warsaw <cc-mode-help@python.org> | |
12274 | |
12275 * Release 5.15 | |
12276 | |
12277 * cc-align.el (c-lineup-java-throws): | |
12278 Change the `when' clause to an `if-progn'. | |
12279 | |
12280 * cc-cmds.el (indent-new-comment-line): On older Emacs versions, | |
12281 add advice, to work around lack of comment-line-break-function. | |
12282 | |
12283 * cc-cmds.el (c-electric-slash): | |
12284 Make this work as the final slash in a */ block | |
12285 oriented comment closing token. | |
12286 | |
12287 * cc-cmds.el (c-comment-line-break-function): New function. | |
12288 | |
12289 * cc-vars.el (c-buffer-is-cc-mode): New variable. | |
12290 | |
12291 * cc-vars.el (c-comment-continuation-stars): New variable. | |
12292 | |
12293 * cc-mode.el (c-initialize-cc-mode): Set c-buffer-is-cc-mode to t. | |
12294 | |
12295 * cc-mode.el (c-initialize-cc-mode): Require 'cc-mode-19 | |
12296 if functionp is not bound. Check cc-mode-19 interface requirements. | |
12297 | |
12298 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode, idl-mode): | |
12299 Don't set comment-multi-line here. | |
12300 | |
12301 * cc-mode.el (c-mode): c-comment-start-regexp uses | |
12302 c-C++-comment-start-regexp to support line oriented comments. | |
12303 | |
12304 * cc-langs.el (c-mode-base-map, c++-mode-map): | |
12305 Move `/' as an electric character | |
12306 from c++-mode-map to c-mode-base-map for all languages. | |
12307 | |
12308 * cc-langs.el (c-common-init): Set comment-multi-line and | |
12309 comment-line-break-function here for all modes. | |
12310 Make comment-line-break-function buffer local iff it's boundp. | |
12311 | |
12312 * cc-langs.el (c-C-comment-start-regexp): Obsolete. | |
12313 | |
12314 (c-comment-start-regexp): Initialize from c-C++-comment-start-regexp. | |
12315 | |
12316 (c-populate-syntax-table, c-setup-dual-comments): Merge both functions | |
12317 into c-populate-syntax-table. With the new 9X draft C standard, both | |
12318 line and block oriented comments are supported in all modes, so always | |
12319 set up the syntax tables to support both comment styles. | |
12320 | |
12321 (c-enable-//-in-c-mode): Obsolete. | |
12322 | |
12323 * cc-langs.el (c++-mode-syntax-table, java-mode-syntax-table) | |
12324 (objc-mode-syntax-table, idl-mode-syntax-table): Added autoload | |
12325 cookies. c-mode-syntax-table already has one. Use the new syntax | |
12326 table initialization idioms. | |
12327 | |
12328 * cc-engine.el (c-guess-basic-syntax): | |
12329 CASE 5D.4: template argument continuation | |
12330 lines are now analyzed as template-args-cont. | |
12331 | |
12332 * cc-styles.el (c-offsets-alist): | |
12333 Added template-args-cont syntactic symbol. | |
12334 | |
12335 * cc-styles.el (c-styles-alist): | |
12336 In "java" style, set c-hanging-comment-starter-p to | |
12337 nil to preserve Javadoc starter lines. | |
12338 | |
37927 | 12339 1997-08-10 Dan Nicolaescu <done@ece.arizona.edu> |
25866 | 12340 |
12341 * emulation/pc-select.el: Customized. | |
12342 | |
12343 1997-08-10 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
12344 | |
12345 * language/japanese.el: Make coding system iso-2022-jp instead of | |
12346 declaring it as an alias of iso-2022-7bit. | |
12347 | |
12348 1997-08-10 Kenichi Handa <handa@etl.go.jp> | |
12349 | |
12350 * international/mule.el (make-coding-system): Add a new FLAGS | |
12351 elements SAFE. Use it for terminal coding system if some other | |
12352 coding system is specified explicitly. | |
12353 (ignore-relative-composition): Initialize | |
12354 ignore-relative-composition. | |
12355 | |
12356 * international/mule-util.el(prefer-coding-system): Moved to | |
12357 mule-util.el. | |
12358 | |
12359 * international/mule-cmds.el (set-default-coding-systems): | |
12360 Doc-string modified. | |
12361 (prefer-coding-system): Moved from mule-util.el. Call | |
12362 set-default-coding-systems. | |
12363 | |
12364 * international/mule-conf.el (iso-safe): New coding system. | |
12365 | |
12366 * international/mule-diag.el (print-fontset): Don't hang even if a | |
12367 fontset name doesn't confirm to XLFD. | |
12368 (describe-current-coding-system): Do not show the same coding | |
12369 system twice in the list of priority order. | |
12370 | |
12371 * international/encoded-kb.el (saved-input-mod): New variable. | |
12372 (encoded-kbd-mode): Doc-string fixed. Save current-input-mode | |
12373 when turning on Encoded-kbd mode, and recover it when turning off | |
12374 Encoded-kbd mode. Set encoded-kbd-iso2022-designations correctly. | |
12375 (encoded-kbd-self-insert-iso2022-7bit): Call charset-dimension | |
12376 instead fo charset-bytes. | |
12377 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
12378 | |
12379 * language/china-util.el (setup-chinese-gb-environment): Do not | |
12380 change sendmail-coding-system and rmail-file-coding-system. | |
12381 (setup-chinese-big5-environment): Likewise. | |
12382 (setup-chinese-cns-environment): Likewise. | |
12383 | |
12384 * language/english.el (setup-english-environment): Likewise. | |
12385 | |
12386 * language/european.el (setup-8-bit-environment): Likewise. | |
12387 | |
12388 * language/japan-util.el (setup-japanese-environment): Likewise. | |
12389 | |
12390 * language/tibet-util.el (setup-tibetan-environment): Likewise. | |
12391 | |
12392 * language/lao.el: Set t for Rao-SEMIVOWEL-SIGN-LO in | |
12393 ignore-relative-composition. | |
12394 | |
12395 * language/lao-util.el: Correct setting of char-code-property `name'. | |
12396 | |
12397 1997-08-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12398 | |
12399 * dired.el (dired-font-lock-keywords): Don't specially highlight | |
12400 files that are writable by others. | |
12401 | |
12402 * cus-face.el (custom-declare-face): | |
12403 Call make-face-x-resource-internal. | |
12404 | |
12405 * progmodes/awk-mode.el (awk-mode): Require cc-mode, not cc-langs. | |
12406 | |
48129
9c67ae0ad84d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42986
diff
changeset
|
12407 * wid-edit.el (widget-single-line-display-table): |
9c67ae0ad84d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42986
diff
changeset
|
12408 Variable commented out; don't use it either. |
25866 | 12409 |
12410 * case-table.el: Delete autoload cookies (file is preloaded). | |
12411 | |
12412 * format.el (format-alist): Doc fix. | |
12413 | |
12414 * help.el (describe-key): Don't put a colon after the command name. | |
12415 | |
75601 | 12416 1997-08-09 Barry A. Warsaw <cc-mode-help@python.org> |
25866 | 12417 |
12418 * progmodes/cc-engine.el (c-beginning-of-statement-1): | |
12419 When checking for bare semi, don't match | |
12420 on a semi following a close brace. | |
12421 | |
12422 * progmodes/cc-vars.el (idl-mode-hook): New variable. | |
12423 | |
12424 * progmodes/cc-vars.el (c-initialization-hook): New variable. | |
12425 | |
12426 * progmodes/cc-mode.el (idl-mode): Support for CORBA's IDL language. | |
12427 | |
48129
9c67ae0ad84d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42986
diff
changeset
|
12428 * progmodes/cc-mode.el (c-initialize-cc-mode): Move the calling of |
25866 | 12429 c-make-styles-buffer-local into c-initialize-builtin-style. |
12430 | |
12431 * progmodes/cc-mode.el (c-initialize-cc-mode): Run the | |
12432 c-initialization-hook, but only once per Emacs session. | |
12433 | |
12434 * progmodes/cc-styles.el (c-styles-alist): In "java" style, set | |
12435 c-hanging-comment-starter-p to nil to preserve Javadoc starter lines. | |
12436 | |
12437 * progmodes/cc-styles.el (c-set-style-2): | |
12438 Fixed broken implementation of inherited styles. | |
12439 | |
12440 * progmodes/cc-styles.el (c-set-style): | |
12441 Call c-initialize-builtin-style. | |
12442 (c-initialize-builtin-style): Handle c-style-variables-are-local-p. | |
12443 | |
12444 * progmodes/cc-engine.el (c-guess-basic-syntax): | |
12445 CASE 5I: When adding 'inclass syntax, use the | |
12446 relpos pointing to the class opening brace, unless that hangs on the | |
12447 right side, in which case, use the start of the class/struct keyword. | |
12448 | |
12449 * progmodes/cc-langs.el (c-symbol-key): | |
12450 First character must be a letter or underscore. | |
12451 (c-styles-are-initialized): Variable deleted. | |
12452 (c-common-init): Don't initialize styles here. | |
12453 | |
12454 * progmodes/cc-langs.el (idl-mode-abbrev-table): New variable. | |
12455 (idl-mode-map, idl-mode-syntax-table): New variables. | |
12456 (c-idl-menu): New menu. | |
12457 | |
12458 1997-08-09 Erik Naggum <erik@naggum.no> | |
12459 | |
12460 * telnet.el (telnet-host-properties): Initialize it properly. | |
12461 | |
12462 1997-08-09 Michael Kifer <kifer@cs.sunysb.edu> | |
12463 | |
12464 * viper-init.el: More defface work. | |
12465 * ediff-init.el: Converted to use defface instead of make-face. | |
12466 | |
12467 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12468 | |
12469 * textmodes/fill.el (enable-kinsoku): Doc fix. | |
12470 | |
12471 * emulation/viper-init.el (viper-replace-overlay-pixmap) | |
12472 (viper-search-face-pixmap): Variables deleted. | |
12473 (viper-replace-overlay-face, viper-search-face): | |
12474 Use "gray3" explicitly. | |
12475 | |
12476 * help.el (help-mode): Set view-no-disable-on-exit. | |
12477 | |
12478 * view.el (view-just-bury): New variable. | |
12479 (view-mode-exit): Obey it. | |
12480 | |
12481 * emacs-lisp/shadow.el: Renamed from shadow.el. | |
12482 | |
12483 * simple.el (completion-setup-function): Don't set completion-base-size | |
12484 when completing in a non-minibuffer. | |
12485 | |
12486 * shadow.el (find-emacs-lisp-shadows): Don't mention `subdirs.el'. | |
12487 (list-load-path-shadows): When noninteractive, if there are shadows, | |
12488 start with a message explaining what this is a problem. | |
12489 | |
12490 * files.el (find-file-noselect): | |
12491 Clear enable-multibyte-characters if RAWFILE. | |
12492 (find-file-literally): Don't do that here. | |
12493 (find-file-literally): New variable. Mark it with permanent-local. | |
12494 (find-file-noselect): If RAWFILE, set find-file-literally locally. | |
12495 Warn if file was already visited and RAWFILE was different. | |
12496 | |
12497 * startup.el (command-line-1): Don't let type-ahead inhibit the | |
12498 initial contents of *scratch*. | |
12499 | |
12500 1997-08-08 Boris Goldowsky <boris@gnu.ai.mit.edu> | |
12501 | |
93313 | 12502 * format.el (format-annotate-single-property-change) |
12503 (format-annotate-atomic-property-change): Move code that interprets | |
25866 | 12504 nil as 0 inside test that property is numeric. |
12505 | |
12506 1997-08-08 Valery Alexeev <valery@math.uga.edu> | |
12507 | |
12508 * language/cyril-util.el (cyrillic-language-alist): Fix punctuation. | |
12509 | |
12510 1997-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12511 | |
12512 * textmodes/fill.el (fill-region-as-paragraph): Don't do kinsoku | |
12513 if the region is all ASCII. | |
12514 | |
37927 | 12515 1997-08-08 Dan Nicolaescu <done@sydney.ece.arizona.edu> |
25866 | 12516 |
12517 * progmodes/hideshow.el: Correct the autoload cookies. | |
12518 | |
37927 | 12519 1997-08-07 Dan Nicolaescu <done@ece.arizona.edu> |
25866 | 12520 |
93313 | 12521 * term.el (term-default-fg-color) |
25866 | 12522 (term-default-bg-color): Default to nil. |
12523 | |
12524 1997-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12525 | |
12526 * progmodes/cc-styles.el (c-set-offset): Add autoload cookie. | |
12527 | |
12528 * term/pc-win.el (x-list-fonts): Return "default" when appropriate. | |
12529 (query-fontset): Add (alternative) alias definition. | |
12530 | |
12531 1997-08-07 Roland McGrath <roland@beet-chex.ai.mit.edu> | |
12532 | |
12533 * emacs-lisp/autoload.el (update-file-autoloads): Use anchored regexp | |
12534 search instead of requiring leading newline before | |
12535 generate-autoload-cookie, which gave false negative if sole cookie in | |
12536 file was at bob. | |
12537 | |
12538 1997-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12539 | |
12540 * emacs-lisp/elint.el: New file. | |
12541 | |
12542 * language/cyril-util.el (cyrillic-language-alist): Add one language. | |
12543 | |
12544 1997-08-07 Michael Kifer <kifer@cs.sunysb.edu> | |
12545 | |
12546 * viper-util.el: Moved faces to viper-init.el | |
12547 * viper-init.el: Converted faces to use defface. | |
12548 * viper.el (viper-set-hooks): Bug fixed. | |
12549 | |
12550 1997-08-07 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
12551 | |
12552 * mail/sendmail.el (sendmail-send-it): Bind sendmail-coding-system | |
12553 to buffer-file-coding-system if it is non-nil. | |
12554 | |
12555 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12556 | |
12557 * term/iris-ansi.el: New file. | |
12558 | |
12559 * calendar.el: Fix previous change. | |
12560 | |
12561 * files.el (insert-file-contents-literally): Doc fix. | |
12562 | |
12563 * international/quail.el (quail-update-leim-list-file): | |
12564 Use insert-file-contents instead of find-file-noselect | |
12565 and in the process avoid the RAWFILE feature. | |
12566 | |
12567 * ispell.el (ispell-dictionary-alist): Doc fix. | |
12568 | |
12569 1997-08-05 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12570 | |
12571 * compile.el (compilation-parse-errors): Fix previous change. | |
12572 | |
12573 * vc.el (vc-version-diff): Change the Newer version prompt. | |
12574 | |
12575 * subr.el (read-quoted-char): Fix handling of meta-chars. | |
12576 (functionp): Use byte-code-function-p, not compiled-function-p. | |
12577 | |
12578 * faces.el (set-face-doc-string): Define once again, as alias. | |
12579 | |
12580 * mail/sendmail.el (mail-mode): Allow TAB after prefix | |
12581 in previous change. | |
12582 | |
12583 * Makefile (updates): Add missing semicolons. | |
12584 | |
12585 * finder.el (finder-compile-keywords): Don't process file names | |
12586 that start with `.'. | |
12587 | |
12588 * emacs-lisp/autoload.el (update-autoloads-from-directories): | |
12589 Don't process file names that start with `.'. | |
12590 | |
12591 * gud.el (gud): Fix defgroup doc. | |
12592 | |
12593 * compile.el (compilation-error-regexp-alist): Make the | |
12594 MIPS/DEC pattern more specific at the start; accept warnings | |
12595 as well as errors. | |
12596 | |
12597 * term/x-win.el (x-cut-buffer-or-selection-value): Fix previous change. | |
12598 | |
12599 * mail/sendmail.el (mail-mode): Fix previous change. | |
12600 Treat a supercite prefix not followed by text | |
12601 as a paragraph separator. | |
12602 | |
12603 * term/lk201.el: Undo previous change. | |
12604 | |
12605 * simple.el (comment-line-break-function): New variable. | |
12606 (do-auto-fill): Use that variable. | |
12607 | |
12608 * files.el (cd-absolute): Add missing arg to `error'. | |
12609 | |
12610 * Makefile (dontcompilefiles): Delete cyril-util.el. | |
12611 | |
12612 * language/cyril-util.el (standard-display-cyrillic-translit): | |
12613 Set standard-display-table here, not when loading the file. | |
12614 Read argument properly with `interactive'. | |
12615 | |
12616 * format.el (format-annotate-atomic-property-change): | |
12617 Look thru all elements of PROP-ALIST for a number, | |
12618 if OLD and NEW are numbers. | |
12619 | |
12620 * international/mule.el: Doc fixes. | |
12621 | |
12622 1997-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12623 | |
12624 * time-stamp.el (time-stamp): Use insert-and-inherit for new stamp. | |
12625 | |
12626 1997-08-04 Valery Alexeev <valery@math.uga.edu> | |
12627 | |
12628 * language/cyril-util.el (cyrillic-language-alist): New variable. | |
12629 (standard-display-cyrillic-translit): Add autoload cookie. | |
12630 | |
12631 1997-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12632 | |
12633 * select.el (x-get-selection): Change default for data-type | |
12634 back to `STRING'. | |
12635 | |
12636 1997-08-04 Espen Skoglund <espensk@odslab5.cs.uit.no> | |
12637 | |
12638 * pascal.el (pascal-mode-syntax-table): _ is now a symbol constituent. | |
12639 (pascal-indent-case): Removed unnecessary calls to marker-position. | |
12640 (pascal-indent-declaration): Editing a parameterlist at the end of | |
12641 a buffer does not hang. Removed unnecessary call to marker-position. | |
12642 (pascal-get-lineup-indent): Removed unused variable. | |
12643 Indent parameterlist correctly. | |
12644 (pascal-completion-response): Removed unused variable. | |
12645 | |
12646 1997-08-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
12647 | |
12648 * files.el (basic-save-buffer-1): Add missing argument for error. | |
12649 | |
12650 * isearch.el (isearch-quote-char): Fix handling of control | |
12651 characters, copied from quoted-insert. | |
12652 | |
12653 * emacs-lisp/pp.el (pp-to-string): Use | |
98444 | 12654 emacs-lisp-mode-syntax-table. |
25866 | 12655 |
12656 * international/quail.el (quail-update-leim-list-file): Go to the | |
12657 beginning of the package file, in case it was already visited. | |
12658 | |
12659 1997-08-04 Kenichi Handa <handa@etl.go.jp> | |
12660 | |
12661 * language/english.el (setup-english-environment): Call | |
12662 set-default-coding-systems. | |
12663 | |
12664 * language/china-util.el (setup-chinese-gb-environment): Do not | |
12665 call set-terminal-coding-system and set-keyboard-coding-system, | |
102657 | 12666 instead call set-default-coding-systems. |
25866 | 12667 (setup-chinese-big5-environment): Likewise. |
12668 (setup-chinese-cns-environment): Likewise. | |
12669 | |
12670 * language/european.el (setup-8-bit-environment): Likewise. | |
12671 | |
12672 * language/japan-util.el (setup-japanese-environment): Likewise. | |
12673 | |
12674 * language/korean.el (setup-korean-environment): Likewise. | |
12675 | |
12676 * international/mule-cmds.el (set-default-coding-systems): New | |
12677 function. | |
12678 | |
12679 * international/mule.el (default-terminal-coding-system): New var. | |
12680 (set-terminal-coding-system): | |
12681 Use default-terminal-coding-system as default. | |
12682 (default-keyboard-coding-system): New variable. | |
12683 (set-keyboard-coding-system): | |
12684 Use default-keyboard-coding-system as default. | |
12685 | |
12686 1997-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12687 | |
12688 * delsel.el (delete-selection-mode): Delete the :initialize keyword. | |
12689 Don't explicitly check the value and call delete-selection-mode. | |
12690 Don't put on a custom-loads property. | |
12691 | |
12692 * emacs-lisp/autoload.el (make-autoload): For a defcustom, | |
12693 generate custom-add-to-group and custom-add-load if needed. | |
12694 | |
12695 * progmodes/cpp.el (cpp-create-bg-face): Don't really make a face. | |
12696 Just make (background-color . COLOR). | |
12697 (cpp-highlight-buffer): Don't die if buffer-invisibility-spec is t. | |
12698 (cpp-face-default-list): Doc fix, fix custom type. | |
12699 (cpp-edit-reset): Add a close-quote after the file name. | |
12700 | |
12701 * isearch.el (isearch-other-meta-char): Don't switch windows to exit | |
12702 if that would switch to an inactive minibuffer. | |
12703 | |
12704 * progmodes/meta-mode.el: Moved from textmodes/meta-mode.el. | |
12705 | |
12706 * vc.el (vc-version-diff): Use defaults, not initial input, | |
12707 for reading the arguments. | |
12708 | |
12709 * faces.el (internal-face-interactive): Handle default in usual way, | |
12710 Provide completion for color reading. | |
12711 (set-face-foreground, set-face-background): Specify `color' | |
12712 when reading the color name interactively. | |
12713 | |
12714 1997-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12715 | |
12716 * help.el (describe-function): Use " is " instead of colon. | |
12717 | |
12718 * uniquify.el (delay-uniquify-rationalize-file-buffer-names): | |
12719 Don't delete this function from kill-buffer-hook, if it is disabled. | |
12720 | |
12721 * textmodes/fill.el (fill-context-prefix): Accept a whitespace | |
12722 prefix from the second line, regardless of the first line. | |
12723 | |
12724 * shell.el (shell): Doc fix. | |
12725 | |
12726 * faces.el: Alternative colors for standard faces if dark background. | |
12727 | |
12728 * hexl.el (hexlify-buffer, dehexlify-buffer): | |
12729 Pay attention to buffer-file-type. | |
12730 (hexl-save-buffer): Don't bind buffer-file-type around save-buffer. | |
12731 | |
12732 * term/x-win.el (x-cut-buffer-or-selection-value): Try both | |
12733 COMPOUND_TEXT and STRING as types for the selection. | |
12734 | |
12735 * simple.el (shell-command-on-region, shell-command): Doc fixes. | |
12736 (do-auto-fill): Don't break the line right after a comment starter. | |
12737 | |
12738 * emacs-lisp/copyright.el (copyright-regexp): Recognize the Latin-1 | |
12739 copyright symbol. Also @copyright{}. | |
12740 | |
12741 * mail/rmailsum.el (rmail-summary-mouse-goto-message): New function. | |
12742 (rmail-summary-mode-map): Bind it to Mouse-2. | |
12743 | |
12744 * files.el (insert-file-contents-literally): | |
12745 Bind coding-system-for-read and coding-system-for-write, | |
12746 and bind jka-compr-compression-info-list instead of | |
12747 file-name-handler-alist. | |
12748 (find-file-literally): Simplify and use insert-file-contents-literally. | |
12749 | |
12750 1997-08-03 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
12751 | |
12752 * vc-hooks.el (vc-menu-map): Replace entries for "Check In" and | |
12753 "Check Out" with new entry "Check In/Out" (calling | |
12754 vc-next-action). | |
12755 | |
12756 1997-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12757 | |
12758 * cus-edit.el (custom-face-value-create): Take account | |
12759 of changes in the frame made outside of customize. | |
12760 | |
12761 1997-08-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12762 | |
12763 * faces.el (face-attr-match-p): New function. | |
12764 (face-attr-match-1, face-spec-match-p, face-attr-construct): Likewise. | |
12765 (face-spec-choose): New function. | |
12766 (face-spec-set): Use face-spec-choose. | |
12767 | |
12768 1997-08-03 Kenichi Handa <handa@etl.go.jp> | |
12769 | |
12770 * term/x-win.el: Fix previous change. | |
12771 | |
12772 * international/quail.el (quail-next-translation): Call | |
12773 quail-execute-non-quail-command when no current translations. | |
12774 (quail-prev-translation): Likewise. | |
12775 (quail-next-translation-block): Likewise. | |
12776 (quail-prev-translation-block): Likewise. | |
12777 | |
12778 * language/china-util.el (setup-chinese-gb-environment): Set | |
12779 default value of default-input-method. | |
12780 (setup-chinese-big5-environment): Likewise. | |
12781 (setup-chinese-cns-environment): Likewise. Correct input method | |
12782 name. | |
12783 | |
12784 * language/ethio-util.el (setup-ethiopic-environment): Bind | |
12785 correct commands in global-map, rmail-mode-map, and mail-mode-map. | |
12786 | |
12787 * language/ethiopic.el (ccl-encode-ethio-font): Fix typo in | |
12788 doc-string. Set default value of default-input-method. | |
12789 | |
12790 * language/european.el (setup-8-bit-environment): Likewise. | |
12791 | |
12792 * language/japan-util.el (setup-japanese-environment): Likewise. | |
12793 | |
12794 * language/korean.el (setup-korean-environment): Likewise. | |
12795 | |
12796 * language/tibet-util.el (setup-tibetan-environment): Likewise. | |
12797 | |
12798 1997-08-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12799 | |
12800 * international/mule-cmds.el: Doc fixes; fix error message text. | |
12801 | |
12802 * timezone.el (timezone-parse-date): Handle additional style (9). | |
12803 | |
12804 * term.el (term-ignore-error): Fix foolish errors. | |
12805 | |
12806 * strokes.el (strokes): New file. | |
12807 | |
12808 * international/mule-diag.el (describe-current-coding-system): | |
12809 Clean up output format. | |
12810 | |
12811 1997-08-02 Michael Kifer <kifer@cs.sunysb.edu> | |
12812 | |
12813 * viper.el (toggle-viper-mode): New function. | |
93313 | 12814 * viper-mouse.el (viper-mouse-search-key, viper-mouse-insert-key): |
25866 | 12815 New variables. |
93313 | 12816 (viper-bind-mouse-search-key, viper-bind-mouse-insert-key) |
12817 (viper-unbind-mouse-search-key, viper-unbind-mouse-insert-key): | |
25866 | 12818 New functions. |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
48129
diff
changeset
|
12819 * viper*.el: vip-style names changed to viper-style names. |
25866 | 12820 |
12821 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12822 | |
12823 * mail/sendmail.el (mail-mode): Recognize foo> prefix | |
12824 even without leading space. | |
12825 | |
12826 * hexl.el (hexl-find-file): Use find-file-literally. | |
12827 (hexlify-buffer): Bind coding-system-for-write. | |
12828 (dehexlify-buffer): Bind coding-system-for-read. | |
12829 | |
12830 * isearch.el (isearch-hide-immediately): Doc fix. | |
12831 | |
12832 1997-08-01 Valery Alexeev <valery@math.uga.edu> | |
12833 | |
12834 * language/cyril-util.el (standard-display-cyrillic-translit): | |
12835 New function. | |
12836 | |
12837 1997-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12838 | |
12839 * startup.el (command-line): Pass t for AUTO arg to | |
12840 standard-display-european. | |
12841 | |
12842 * disp-table.el (standard-display-european): New arg AUTO. | |
12843 Normally, set enable-multibyte-characters to nil. | |
12844 | |
12845 1997-07-31 Geoff Voelker <voelker@cs.washington.edu> | |
12846 | |
93313 | 12847 * term/w32-win.el: Set mode-line-frame-identification |
25866 | 12848 to remove frame name from mode-line instead of |
12849 mode-line-buffer-identification. | |
12850 | |
12851 1997-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12852 | |
12853 * calendar.el (diary-face, calendar-today-face, holiday-face): | |
12854 Use defface to define them. | |
12855 | |
12856 * term/lk201.el (function-key-map): Map to ASCII DEL, not to delete. | |
12857 | |
12858 * emacs-lisp/lisp-mode.el (eval-last-sexp): Ignore `...' around sexp. | |
12859 | |
12860 1997-07-31 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
12861 | |
12862 * international/mule-util.el (prefer-coding-system): Change also | |
12863 default value of buffer-file-coding-system. | |
12864 | |
12865 1997-07-31 Kenichi Handa <handa@etl.go.jp> | |
12866 | |
12867 * faces.el (set-face-font-auto): Create a fontset if FONT is a | |
98317 | 12868 fontset not instantiated fontset. |
25866 | 12869 |
12870 * international/fontset.el (fontset-name-p): New function. | |
12871 (uninstanciated-fontset-alist): New variable. | |
12872 (create-fontset-from-fontset-spec): Delete arg STYLE. Register | |
12873 style-variants of FONTSET in uninstanciated-fontset-alist. | |
12874 (create-fontset-from-x-resource): Call | |
12875 create-fontset-from-fontset-spec correctly. | |
12876 | |
12877 * international/mule-util.el (reference-point-alist): Doc-string | |
12878 modified. | |
12879 | |
12880 * term/x-win.el: Do not create style-variants of fontset. They | |
12881 are just registered in uninstanciated-fontset-alist. | |
12882 | |
12883 1997-07-31 Michael Kifer <kifer@cs.sunysb.edu> | |
12884 | |
93313 | 12885 * ediff*.el (ediff-eval-in-buffer): Changed macro and renamed |
25866 | 12886 ediff-with-current-buffer. |
12887 Eliminated inefficient calls to `intern'. | |
93313 | 12888 * ediff-diff.el (ediff-exec-process): Changed to work with buffers |
25866 | 12889 whose names have spaces. |
93313 | 12890 (ediff-wordify): Use buffer-substring-no-properties. |
25866 | 12891 |
12892 1997-07-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
12893 | |
12894 * vc-hooks.el (vc-checkout-model): For CVS, look at | |
12895 permissions to see if a file is "watched". | |
12896 | |
12897 * vc.el (vc-backend-checkin): For CVS, forget the checkout model | |
12898 after commit. | |
12899 (vc-backend-checkout): Use "cvs edit" for files with manual checkout. | |
12900 (vc-minor-part, vc-previous-version): New functions. | |
12901 (vc-diff): Don't ask or guess version numbers. | |
12902 (vc-version-diff): Suggest default versions based on the file state. | |
12903 | |
12904 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12905 | |
12906 * uniquify.el (uniquify-buffer-name-style): Fix typo. | |
12907 | |
12908 * info.el (info-node, info-xref, info-menu-5): | |
12909 Define faces with defface. | |
12910 (Info-mode): Don't define faces here, and don't alter Info-fontify. | |
12911 Locally set line-move-ignore-invisible. | |
12912 (Info-fontify-node): Test type of frame here. | |
12913 | |
12914 1997-07-30 Stephen Eglen <stephene@cogs.susx.ac.uk> | |
12915 | |
12916 * mspools.el (mspools-using-vm): Better handling of VM initialization. | |
12917 (mspools-size-folder): Allow symbolic links to spool files. | |
12918 | |
12919 1997-07-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
12920 | |
12921 * cus-edit.el (hook): Support hooks whose value is just a symbol. | |
12922 (custom-magic-value-create): Support `mismatch' form. | |
12923 (custom-variable-value-create): Ditto. | |
12924 (custom-variable-set): Ditto. | |
12925 (custom-variable-save): Ditto. | |
12926 (custom-variable-menu): Ditto. | |
12927 (custom-load-symbol): Check that `preloaded-file-list' is bound. | |
12928 (custom-group-value-create): Comment out `indent'. | |
12929 | |
12930 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12931 | |
12932 * bindings.el (mode-line-mule-info): Delete the conditional | |
12933 on enable-multibyte-characters. | |
12934 | |
12935 * international/mule-cmds.el (mule-menu-keymap): Fix menu item names. | |
12936 | |
12937 1997-07-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12938 | |
12939 * textmodes/fill.el (adaptive-fill-first-line-regexp): Fix regexp. | |
12940 | |
12941 1997-07-29 Simon Marshall <simon@diazepam.gnu.ai.mit.edu> | |
12942 | |
12943 * font-lock.el: Don't add indicator " Font" to minor-mode-alist entry. | |
12944 | |
37927 | 12945 1997-07-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> |
25866 | 12946 |
12947 * ph.el: Many doc strings and messages changed. | |
12948 | |
12949 1997-07-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
12950 | |
12951 * mail/rmail.el (rmail-resend): Use user-mail-address. | |
12952 | |
12953 * bindings.el (debug-ignored-errors): Delete ^Quit$ element. | |
12954 | |
12955 1997-07-28 Olivier Lecarme <ol@aiguemarine.unice.fr> | |
12956 | |
12957 * progmodes/make-mode.el (makefile-space-face): Add defface. | |
12958 (makefile-define-space-face): Function deleted. | |
12959 (makefile-mode): Don't call makefile-define-space-font. | |
12960 | |
75613 | 12961 1997-07-28 Per Abrahamsen <abraham@dina.kvl.dk> |
25866 | 12962 |
12963 * cus-edit.el (customize-save-variable): New command. | |
12964 | |
12965 * wid-edit.el (widget-move): Use `previous-overlay-change' and | |
12966 `next-overlay-change'. | |
12967 (widget-use-overlay-change): New option to control it. | |
12968 | |
12969 * cus-edit.el (custom-save-all): Inhibit read only. | |
12970 | |
12971 * wid-edit.el (regexp): Outcomment :value-face. | |
12972 (file): Ditto. | |
12973 | |
12974 * wid-edit.el (widget-add-change): Use local hooks. | |
12975 (widget-before-change): Ditto. | |
12976 | |
12977 * wid-edit.el (set-text-properties): Don't define. | |
12978 (widget-specify-none): Delete. | |
12979 (widget-specify-text): Delete. | |
12980 (widget-field-use-before-change): Don't enable for XEmacs. | |
12981 (widget-specify-field): Don't use text properties. | |
12982 (widget-specify-field): Ditto. | |
12983 (widget-specify-doc): Ditto. | |
12984 (widget-specify-insert): Ditto. | |
12985 (widget-insert): Ditto. | |
12986 (widget-convert-text): Ditto. | |
12987 (widget-leave-text): Ditto. | |
12988 (widget-setup): Ditto. | |
12989 (widget-before-change): Ditto. | |
12990 (widget-default-create): Ditto. | |
12991 (widget-default-delete): Ditto. | |
12992 (widget-editable-list-insert-before): Ditto. | |
12993 (widget-editable-list-entry-create): Ditto. | |
12994 (widget-add-change): New function. | |
12995 | |
93313 | 12996 * cus-edit.el (custom-file): Use same logic as startup.el. |
25866 | 12997 |
12998 * wid-edit.el (widget-field-use-before-change): Doc fix. | |
12999 | |
13000 * cus-edit.el (custom-group-members): New function. | |
13001 (custom-group-value-create): Use it rather than get. | |
13002 | |
13003 * wid-edit.el (emacs-library-link): New widget. | |
13004 (widget-emacs-library-link-action): New function. | |
13005 | |
13006 * wid-edit.el (widget-beginning-of-line): Preserve zmacs region. | |
13007 (widget-end-of-line): Ditto. | |
13008 | |
13009 * wid-edit.el (widget-color-sample-face-get): Kludge to make it | |
13010 work before widget is fully created. | |
13011 (widget-color-action): Try to use same relative position of point | |
13012 in minibuffer as it had in the field. | |
13013 | |
13014 * cus-edit.el (custom-mode): Document `M-TAB'. | |
13015 | |
13016 1997-07-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13017 | |
13018 * international/mule-util.el (prefer-coding-system): Fix doc, prompt. | |
13019 | |
13020 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13021 | |
13022 * emacs-lisp/autoload.el (update-autoloads-from-directories): | |
13023 Always update loaddefs.el in the source-directory. | |
13024 | |
13025 * progmodes/make-mode.el: Doc fixes. | |
13026 | |
13027 * compile.el (compile-command): More doc fix. | |
13028 | |
13029 1997-07-24 Olivier Lecarme <ol@aiguemarine.unice.fr> | |
13030 | |
13031 * progmodes/make-mode.el, progmodes/cpp.el: Customized. | |
13032 * facemenu.el: Customized. | |
13033 | |
13034 1997-07-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13035 | |
13036 * mail/mail-extr.el (mail-extr-voodoo): Handle unmatched quotes | |
13037 in the comment-deletion loop. | |
13038 | |
13039 * jka-compr.el (jka-compr-added-to-file-coding-system-alist): New var. | |
13040 (jka-compr-insert-file-contents): Set coding-system-for-read | |
13041 according to file name after removing compression suffix. | |
98317 | 13042 (jka-compr-install): Add elements to file-coding-system-alist. |
25866 | 13043 (jka-compr-uninstall): Remove elements from file-coding-system-alist. |
13044 | |
13045 * international/mule-conf.el (file-coding-system-alist): | |
13046 Use no-conversion for tar files. | |
13047 | |
13048 * subr.el (read-quoted-char): Consistently downcase letter "digits". | |
13049 | |
13050 * mail/sendmail.el (mail-mode): Make adaptive-fill-regexp | |
13051 match more values. Bind adaptive-fill-first-line-regexp too. | |
13052 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95773
diff
changeset
|
13053 1997-07-26 Eric S. Raymond <esr@snark.thyrsus.com> |
25866 | 13054 |
13055 * telnet.el (telnet): Handle multiple telnet programs better. | |
13056 (telnet-host-properties): New variable. | |
13057 | |
13058 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13059 | |
13060 * progmodes/awk-mode.el (awk-mode): Call c-initialize-cc-mode. | |
13061 | |
13062 1997-07-25 Stephen Eglen <stephene@cogs.susx.ac.uk> | |
13063 | |
13064 * replace.el (occur): Local variable line-start redundant. | |
13065 `occur-marker' extends to the end of the line rather than one char | |
13066 before end. | |
13067 | |
13068 1997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
13069 | |
13070 * international/quail.el (quail-update-leim-list-file): Call | |
13071 find-file-noselect with t for arguments NOWARN and RAWFILE. | |
13072 | |
13073 * international/mule-cmds.el (leim-list-entry-regexp): Make this | |
13074 match only at beginning of line. | |
13075 | |
13076 1997-07-25 Erik Naggum <erik@naggum.no> | |
13077 | |
13078 * compile.el (compile-command): Doc fix. | |
13079 | |
13080 1997-07-25 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
13081 | |
13082 * rmail.el (rmail-pop-password-error): New variable. | |
13083 (rmail-insert-inbox-text): If there's an error getting mail from | |
13084 the POP server, and the error matches rmail-pop-password-error or | |
13085 we prompted for the POP password, assume that the password is | |
13086 incorrect and erase it so that the user will be prompted again the | |
13087 next time he gets mail. | |
13088 | |
13089 1997-07-25 Simon Marshall <simon@frobnitz.gnu.ai.mit.edu> | |
13090 | |
13091 * complete.el: Customise; as subgroup of minibuffer. | |
13092 (partial-completion-mode): New option to toggle mode. | |
13093 (partial-completion-mode): New command to toggle mode. | |
13094 Add and remove hooks here, i.e., not at the top-level. | |
13095 (PC-bindings): New function to install/restore minibuffer bindings. | |
13096 This is called by partial-completion-mode, i.e., not at the top-level. | |
13097 (PC-temp-minibuffer-message): Use unread-command-events, as | |
13098 unread-command-char is obsolete. | |
13099 | |
13100 * font-lock.el: Add new C++ type specifiers. | |
13101 | |
13102 * lazy-lock.el (lazy-lock-fontify-after-idle): Wrap | |
13103 minibuffer-auto-raise to prevent stealth messages raising the frame. | |
13104 | |
13105 1997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
13106 | |
13107 * international/mule-cmds.el (read-input-method-name): Show more | |
13108 appropriate error message. | |
13109 | |
13110 1997-07-25 Kenichi Handa <handa@etl.go.jp> | |
13111 | |
13112 * international/mule-cmds.el: Typo in comment fixed. | |
13113 | |
13114 * language/thai-util.el (setup-thai-environment): Add correct | |
13115 autoload cookie. | |
13116 | |
13117 * language/tibet-util.el (setup-tibetan-environment): Correct | |
13118 coding system names. Set default-input-method to "tibetan-wylie". | |
13119 | |
93313 | 13120 * language/viet-util.el (setup-vietnamese-environment): Add |
25866 | 13121 autoload cookie. |
13122 | |
13123 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13124 | |
13125 * mail/metamail.el (metamail-region): Don't bind kanji-fileio-code | |
13126 or file-coding-system. Don't call define-program-kanji-code | |
13127 or define-program-coding-system. Instead, bind coding-system-for-read. | |
13128 | |
13129 1997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13130 | |
13131 * mail/metamail.el ( | |
13132 * Makefile (ETAGS): New variable. | |
13133 (TAGS): Use ${ETAGS}. | |
13134 | |
13135 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
13136 Bind print-gensym-alist; bind print-gensym to a cons cell. | |
13137 | |
13138 * winner.el (custom-print-functions): Add defvar. | |
13139 | |
13140 1997-07-24 Michael Kifer <kifer@cs.sunysb.edu> | |
13141 | |
13142 * viper.el (viper-non-vi-major-modes): New variable. | |
13143 (vip-set-hooks): Changed so it'll update viper-non-vi-major-modes. | |
13144 (viper-mode): Now checks viper-non-vi-major-modes. | |
13145 | |
13146 1997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13147 | |
13148 * ange-ftp.el: Doc fixes. | |
13149 | |
13150 * mail/sendmail.el (mail): Improve confirmation questions | |
13151 for file-visiting mail buffers. | |
13152 | |
13153 * simple.el (line-move): If intangibility moves us to a different line, | |
13154 adjust the hpos nicely in that line. | |
13155 | |
13156 * ediff-util.el (ediff-update-diffs): Change error message. | |
13157 | |
13158 * play/landmark.el (landmark-repeat, landmark): New aliases. | |
13159 Add autoload cookies. | |
13160 | |
13161 * play/handwrite.el: Many doc fixes. | |
13162 (handwrite): Add autoload cookie. | |
13163 (menu-bar-handwrite-map): Comment out the code to put this | |
13164 in the menu bar. | |
13165 | |
13166 * cus-face.el (custom-declare-face): Use [set-]face-documentation. | |
13167 | |
13168 * faces.el (face-documentation): Renamed from face-doc-string. | |
13169 (set-face-documentation): Renamed from set-face-doc-string. | |
13170 (face-doc-string): Make this an alias. | |
13171 | |
13172 * term/bg-mouse.el (bg-yank-or-pop): Changed eql to eq. | |
13173 | |
13174 * international/mule-cmds.el (read-input-method-name): Fix error msg. | |
13175 | |
13176 * terminal.el (te-newline): Change eql to eq. | |
13177 (te-insert-lines, te-delete-lines, te-process-output): Likewise. | |
13178 (te-parse-program-and-args, te-get-char): Likewise. | |
13179 | |
13180 * textmodes/tex-mode.el (tex-categorize-whitespace): Use eq, not eql. | |
13181 | |
13182 * bindings.el: Don't create C-x r and C-x n submaps here. | |
13183 | |
13184 1997-07-23 Simon Marshall <simon@diazepam.gnu.ai.mit.edu> | |
13185 | |
13186 * rmail.el (rmail-mime-feature): Doc and custom fix. | |
13187 | |
13188 1997-07-24 Dan Nicolaescu <done@ece.arizona.edu> | |
13189 | |
13190 * bindings.el (debug-ignored-errors): Update the dabbrev.el errors. | |
13191 Add errors generated by ediff*.el. | |
13192 | |
13193 1997-07-24 Olivier Lecarme <ol@aiguemarine.unice.fr> | |
13194 | |
13195 * apropos.el, ange-ftp.el: Customized. | |
13196 | |
13197 1997-07-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13198 | |
13199 * calendar.el (calendar-day-name): New optional args WIDTH, ABSOLUTE. | |
13200 (calendar-month-name): New optional arg WIDTH. | |
13201 (generate-calendar-month, calendar-date-string): Pass new args | |
13202 instead of using substring here. | |
13203 | |
13204 * emacs-lisp/bytecomp.el (eql): byte-defop-compiler definition deleted. | |
13205 | |
13206 * mail/mh-e.el: Change eql calls to = or equal. | |
13207 | |
13208 * mail/mh-utils.el: Change eql calls to eq. | |
13209 | |
13210 * compile.el (compilation-error-regexp-alist): Add elt for EPC F90. | |
13211 | |
13212 * diary-lib.el (diary-entry-time): Downcase the am/pm letter. | |
13213 | |
13214 * faces.el (set-face-font-explicit): Call internal-set-face-1 properly. | |
13215 | |
13216 1997-07-23 Stephen Eglen <stephene@cogs.susx.ac.uk> | |
13217 | |
13218 * iswitchb.el (iswitchb-get-bufname): Only add buffer of current | |
13219 window if it is not already in list. | |
13220 | |
13221 1997-07-23 Ulrik Vieth <vieth@thphy.uni-duesseldorf.de> | |
13222 | |
93313 | 13223 * textmodes/meta-mode.el (metafont-mode): Add autoload cookie. |
25866 | 13224 (metapost-mode): Add autoload cookie. |
13225 | |
13226 * files.el (auto-mode-alist): Add ".mf" and ".mp" for meta-mode.el. | |
13227 Add ".clo" for latex-mode. | |
13228 | |
13229 1997-07-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13230 | |
13231 * ph.el: Various error messages fixed. | |
13232 (ph-cadr, ph-cadr): New functions. | |
13233 All calls to cdar and cadr changed. | |
13234 | |
13235 * ph.el: New file. | |
13236 | |
13237 * international/mule.el (modify-coding-system-alist): Doc fix. | |
13238 | |
13239 1997-07-22 Geoff Voelker <voelker@cs.washington.edu> | |
13240 | |
93313 | 13241 * dos-w32.el (find-buffer-file-type-coding-system) |
13242 (find-buffer-process-coding-system): Remove second argument. | |
25866 | 13243 |
13244 1997-07-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13245 | |
13246 * textmodes/texinfmt.el (dircategory): Delete obsolete mistaken `put'. | |
13247 (texinfo-end-direntry): Output extra newline. | |
13248 (texinfo-format-dircategory): Parse the arg and reinsert it by hand. | |
13249 | |
13250 1997-07-22 Michael Kifer <kifer@cs.sunysb.edu> | |
13251 | |
98317 | 13252 * viper.el: Further twiddling with require viper-init. |
25866 | 13253 |
13254 1997-07-21 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
13255 | |
13256 * jka-compr.el (jka-compr-call-process): Fix previous change. | |
13257 (jka-compr-write-region): Likewise. | |
13258 (jka-compr-insert-file-contents): Likewise. | |
13259 (jka-compr-file-local-copy): Bind coding-system-for-read and | |
13260 coding-system-for-write. | |
13261 | |
13262 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13263 | |
13264 * textmodes/texinfmt.el (texinfo-end-direntry): Output two newlines. | |
13265 | |
13266 * simple.el (yank, yank-pop): Bind inhibit-read-only | |
13267 just for remove-text-properties, not for insertion. | |
13268 | |
13269 * subr.el (read-quoted-char): Convert function keys like Return | |
13270 into ASCII equivalents. | |
13271 | |
13272 * mail/mh-utils.el (mh-make-folder-list-background): | |
13273 Don't call mh-find-path if we were called from there. | |
13274 (mh-find-path): Move mh-make-folder-list-background call to the end. | |
13275 | |
13276 * language/cyril-util.el (setup-cyrillic-environment): Fix paren error. | |
13277 | |
13278 * viper.el: Require viper-init. | |
13279 | |
13280 1997-07-21 Boris Goldowsky <boris@gnu.ai.mit.edu> | |
13281 | |
13282 * enriched.el (fixed, excerpt): Define with defface. No longer | |
13283 queries X server to find a "fixed" font; that was too slow and | |
13284 didn't work for everyone. | |
13285 | |
13286 1997-07-21 Simon Marshall <simon@diazepam.gnu.ai.mit.edu> | |
13287 | |
13288 * compile.el (compilation-mode-font-lock-keywords): Ensure that each | |
13289 regexp generated from compilation-error-regexp-alist begins with "^". | |
13290 | |
13291 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13292 | |
13293 * textmodes/fill.el (fill-context-prefix): Be stricter about | |
13294 whether first-line prefix is compatible with second-line prefix. | |
13295 | |
13296 * files.el (find-file-literally): Temporarily remove tar-mode and | |
13297 archive-mode from auto-mode-alist. | |
13298 | |
13299 * frame.el (frame-initialize): Don't alter vertical-scroll-bars | |
13300 parameter here. | |
13301 | |
13302 * scroll-bar.el (scroll-bar-mode-explicit): New variable. | |
13303 (set-scroll-bar-mode): Don't alter default-frame-alist | |
13304 when just loading this file. | |
13305 | |
13306 * mail/mh-utils.el (mh-find-path): Handle mh-auto-folder-collect here, | |
13307 not when this file is loaded. | |
13308 | |
13309 1997-07-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13310 | |
13311 * mail/sendmail.el (mail-indent-citation): Undo previous change. | |
13312 Instead, convert region-end to a marker before the loop. | |
13313 (mail-yank-original, mail-yank-region): Undo previous change. | |
13314 | |
13315 * custom.el (custom-declare-variable-list): Process already-declared | |
13316 custom variables from this list. | |
13317 | |
13318 * cus-start.el (debug-on-quit): Define like debug-on-error. | |
13319 | |
13320 * dired-x.el (dired-omit-new-add-entry): Take new arg RELATIVE | |
13321 and pass it to dired-omit-old-add-entry (which is dired-add-entry). | |
13322 | |
13323 * jka-compr.el (jka-compr-insert-file-contents): | |
13324 Bind coding-system-for-read. | |
13325 (jka-compr-write-region): Bind coding-system-for-write. | |
13326 Set buffer-file-type if dos or nt. | |
13327 (jka-compr-call-process): Bind coding-system-for-read | |
13328 and coding-system-for-write. | |
13329 | |
13330 1997-07-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13331 | |
13332 * shell.el (shell-mode): Do set list-files-directory locally. | |
13333 | |
13334 * uniquify.el (uniquify-buffer-file-name): Minor change. | |
13335 | |
13336 1997-07-19 Geoff Voelker <voelker@cs.washington.edu> | |
13337 | |
13338 * dos-w32.el (find-buffer-file-type-coding-system): | |
13339 Use undecided-dos for dos-text file names. | |
13340 Use undecided for non-existing untranslated file names. | |
13341 | |
13342 * international/mule.el (modify-coding-system-alist): Added. | |
13343 international/mule-util.el (modify-coding-system-alist): Removed. | |
13344 | |
13345 * loadup.el [windows-nt, ms-dos]: Undo loading | |
13346 of international/mule-utils. | |
13347 | |
13348 1997-07-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13349 | |
13350 * mail/sendmail.el (mail-mode): Set adaptive-fill-regexp specially | |
13351 to cater to supercite. | |
13352 (mail): Ask a different question, if buffer is visiting a file. | |
13353 | |
13354 * faces.el (internal-facep): Length is now 10. | |
13355 (make-face, x-create-frame-with-faces): Make a face 10 elements long. | |
13356 (internal-set-face-1): Don't call set-face-attribute-internal | |
13357 if NAME is nil. | |
13358 (set-face-font): Set the auto-flag to t or nil. | |
13359 (face-spec-set): Clear out the font at the start, | |
13360 if it was set automatically before. | |
13361 (face-font-explicit): New function. | |
13362 (set-face-font-auto): New function. | |
13363 (set-face-font-explicit): New function. | |
13364 (copy-face): Copy the face-font-external flag. | |
13365 (internal-try-face-font): Use set-face-font-auto. | |
13366 | |
13367 * files.el (auto-mode-alist): Recognize .emacs in MSDOG syntax. | |
13368 | |
13369 1997-07-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13370 | |
13371 * dos-w32.el (find-buffer-file-type-coding-system): | |
13372 Use emacs-mule-dos for text file names; use undecided-dos | |
13373 for the last resort (instead of emacs-mule-dos). | |
13374 | |
13375 * vc.el (vc-diff): Turn off previous change. | |
13376 | |
13377 * cus-edit.el (custom-group-value-create) <tree>: Don't distinguish | |
13378 unloaded groups; use [+] for them. | |
13379 (customize-browse): Fix top-of-buffer doc text. | |
13380 | |
13381 * mail/sendmail.el (mail-indent-citation): Take region args. | |
13382 (mail-yank-original, mail-yank-region): Pass the args. | |
13383 | |
13384 1997-07-18 Dan Nicolaescu <done@sydney.ece.arizona.edu> | |
13385 | |
13386 * progmodes/hideshow.el (hs-special-modes-alist): Use a regexp | |
13387 generated by regexp-opt. | |
13388 (hs-life-goes-on): Nullify inhibit-point-motion-hooks as we have | |
13389 to move inside intangible overlays. Enable edebug. | |
13390 | |
13391 * isearch.el (search-invisible): Fix typo. | |
13392 (isearch-search): Bind inhibit-point-motion-hooks because we might | |
13393 have to search inside invisible and intangible text. | |
98317 | 13394 (isearch-open-overlay-temporary): Delete forgotten debug message. |
25866 | 13395 (isearch-range-invisible): Fix typo in doc-string. |
13396 | |
13397 1997-07-18 Stephen Eglen <stephene@cogs.susx.ac.uk> | |
13398 | |
13399 * replace.el (occur): Use text property `occur' to store the | |
13400 marker for the occurrence in the source buffer. This replaces the | |
13401 list `occur-pos-list', and fixes the bug for multi-line matches. | |
13402 Set up `occur-point' text property for occur-next and occur-prev. | |
13403 (occur): occur-num-matches stores the number of matches found. | |
13404 (occur-mode-find-occurrence): Use `occur' text property to find | |
13405 marker for locus of the occurrence. | |
13406 (occur-next, occur-prev): New commands. | |
13407 (occur): Fixed bug preventing line number being displayed if line | |
13408 number is less than the number of lines of context. | |
13409 | |
13410 1997-07-18 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
13411 | |
13412 * vc-hooks.el (vc-find-cvs-master): Corrected parsing of | |
13413 CVS/Entries, according to CVS docs. | |
13414 (vc-toggle-read-only): Also work in vc-dired buffers. | |
13415 | |
13416 * vc.el (vc-diff): If file is unchanged, ask for the version | |
13417 number to compare with. | |
13418 (vc-retrieve-snapshot): If no NAME is specified, check out | |
13419 latest versions of all unlocked files. | |
13420 (vc-next-action-on-file): For CVS files with implicit checkout: if | |
13421 unmodified, don't do anything. | |
13422 (vc-clear-headers): Regexp more restricted, so as not to destroy file | |
13423 contents by mistake. | |
13424 (vc-backend-merge-news): Better analysis of status reported by CVS. | |
13425 Set file properties accordingly. | |
13426 | |
13427 1997-07-17 Michael Kifer <kifer@cs.sunysb.edu> | |
13428 | |
13429 * viper*.el: Adapted to use custom.el | |
13430 * ediff*.el: Improved customization. | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
48129
diff
changeset
|
13431 * ediff-ptch.el (ediff-default-backup-extension): New variable. |
93313 | 13432 (ediff-backup-extension, ediff-backup-specs): Change in initialization. |
25866 | 13433 |
13434 1997-07-17 Geoff Voelker <voelker@cs.washington.edu> | |
13435 | |
13436 * loadup.el [windows-nt, ms-dos]: Load international/mule-utils. | |
13437 | |
13438 * dos-w32.el (find-buffer-file-type-coding-system) | |
13439 (find-binary-process-coding-system, find-buffer-file-type-match): | |
13440 New functions. | |
13441 (find-buffer-file-type): Use find-buffer-file-type-match. | |
13442 Add find-buffer-file-type-coding-system to file-coding-system-alist | |
13443 as the default entry. | |
13444 Add find-binary-process-coding-system to process-coding-system-alist | |
13445 as the default entry. | |
13446 | |
13447 1997-07-17 Simon Marshall <simon@diazepam.gnu.ai.mit.edu> | |
13448 | |
13449 * subr.el (functionp): Doc fix. | |
13450 | |
13451 1997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13452 | |
13453 * progmodes/cc-styles.el (c-copy-tree): Function deleted. | |
13454 | |
13455 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Add "direntry". | |
13456 (texinfo-format-direntry, texinfo-end-direntry): New functions. | |
13457 (texinfo-format-dircategory): New function. | |
13458 | |
13459 * delsel.el (delete-selection-mode): Add custom-loads property. | |
13460 | |
13461 * subr.el (custom-declare-variable-early): New function. | |
13462 (custom-declare-variable-list): New variable. | |
13463 (read-quoted-char-radix): Use defvar and custom-declare-variable-early. | |
13464 | |
13465 * paren.el (show-paren-match-face): Use gray on all non-color screens. | |
13466 | |
13467 1997-07-17 Barry A. Warsaw <cc-mode-help@python.org> | |
13468 | |
13469 * progmodes/cc-mode.el (c-initialize-cc-mode): New function. | |
13470 (c-mode, c++-mode, objc-mode, java-mode): Call it. | |
13471 | |
13472 * progmodes/cc-langs.el (c-symbol-key): | |
13473 First character must be a letter or underscore. | |
13474 | |
13475 * progmodes/cc-langs.el (c-make-inherited-keymap): Change to a defun. | |
13476 | |
13477 * progmodes/cc-langs.el: Require 'cc-defs for the definition of | |
13478 c-emacs-features. | |
13479 | |
13480 * progmodes/cc-langs.el (c-mode-menu): Added uncomment region and | |
13481 slight rearrangement of items. | |
13482 | |
13483 * progmodes/cc-cmds.el: Require cc-defs for the c-add-syntax macro. | |
13484 | |
13485 * progmodes/cc-cmds.el (c-electric-backspace): Must get 'supercede | |
13486 property values to work with delsel and pending-del. | |
13487 | |
13488 * progmodes/cc-cmds.el (c-electric-brace): Fix ebola eradication | |
13489 consequence in the preserve-p test. | |
13490 | |
13491 * progmodes/cc-engine.el (c-maybe-labelp): Add defvar. | |
13492 | |
13493 * progmodes/cc-styles.el (c-initialize-builtin-style): Use | |
13494 copy-sequence instead of c-copy-tree. | |
13495 | |
13496 * progmodes/cc-defs.el (c-load-all): Function deleted. | |
13497 | |
13498 1997-07-17 Boris Goldowsky <boris@gnu.ai.mit.edu> | |
13499 | |
13500 * dired-x.el (dired-omit-files): Add ".#foo" lock files to omissions. | |
13501 | |
13502 1997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
13503 | |
13504 * international/titdic-cnv.el (batch-titdic-convert): Add optional | |
13505 arg FORCE. | |
13506 | |
13507 1997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13508 | |
13509 * subr.el (read-quoted-char): Handle non-character events. | |
13510 | |
13511 * mail/emacsbug.el: Improve text of messages. | |
13512 | |
13513 * simple.el (quoted-insert): Doc fix. | |
13514 | |
13515 * subr.el (read-quoted-char): Use RET, not SPC, as special terminator. | |
13516 Use read-quoted-char-radix as radix for numbers. | |
13517 (read-quoted-char-radix): New variable. | |
13518 | |
13519 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13520 | |
13521 * dired.el (dired-find-file): Better error message | |
13522 for symlink to nonexistent target. | |
13523 | |
13524 * simple.el (quoted-insert): Doc fix. | |
13525 | |
13526 * subr.el (read-quoted-char): Read any number of octal digits, | |
13527 and ignore a space if that terminates the octal digits. | |
13528 | |
13529 1997-07-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13530 | |
13531 * textmodes/texinfmt.el (texinfo-format-buffer-1): Insert, here, | |
13532 the info about what file this is and what it was made from, | |
13533 just before returning. | |
13534 (texinfo-format-setfilename): Generate no output. | |
13535 | |
13536 * apropos.el (apropos-print): Use customize-group-other-window, | |
13537 not customize-other-window. | |
13538 | |
13539 * mail/mail-extr.el (mail-extr-voodoo): Get rid of comments at an | |
13540 early stage. | |
13541 | |
13542 * files.el (set-auto-mode): If -*- line specifies a mode, | |
13543 then even if we don't use it because of just-from-file-name, | |
13544 still let it prevent taking the mode from a file name. | |
13545 | |
13546 * simple.el (yank, yank-pop): Clear out read-only prop. | |
13547 | |
13548 * mail/sendmail.el (mail-mode-auto-fill): Use insert-before-markers. | |
13549 | |
13550 * cus-edit.el (custom-unlispify-remove-prefixes): New variable. | |
13551 (custom-unlispify-menu-entry): Obey custom-unlispify-remove-prefixes. | |
13552 | |
13553 * progmodes/cc-styles.el (c-copy-tree): Fix bugs. | |
13554 | |
13555 * international/mule-cmds.el (global-map): Turn off the S-SPC binding. | |
13556 | |
13557 1997-07-15 Kenichi Handa <handa@etl.go.jp> | |
13558 | |
13559 * international/titdic-cnv.el (tit-process-body): Ignore vacant | |
13560 entries. | |
13561 | |
13562 * international/quail.el (quail-translate-key): Fix previous change. | |
13563 | |
13564 * international/mule.el (make-coding-system): Distinguish | |
13565 coding-category-iso-7-else and coding-category-iso-8-else. | |
13566 | |
13567 * international/mule-conf.el (coding-category-emacs-mule): Replace | |
13568 coding-category-iso-else with coding-category-iso-7-else and | |
13569 coding-category-iso-8-else. | |
13570 | |
13571 * international/mule-diag.el (describe-current-coding-system): Use | |
13572 coding-category-iso-7-else instead of coding-category-iso-else. | |
13573 | |
13574 * language/china-util.el (setup-chinese-gb-environment): Adjusted | |
13575 for the change of coding category names. Set default-input-method | |
13576 to chinese-py-punct. | |
13577 (setup-chinese-big5-environment): Set default-input-method to | |
13578 chinese-py-punct-b5. | |
13579 (setup-chinese-cns-environment): Set default-input-method | |
13580 correctly. | |
13581 | |
93313 | 13582 * language/english.el (setup-english-environment): Adjusted for |
25866 | 13583 the change of coding category names. |
13584 | |
98444 | 13585 * language/japan-util.el (setup-japanese-environment): Adjusted |
25866 | 13586 for the change of coding category names. Set default-input-method |
13587 correctly. | |
13588 | |
13589 * language/ethio-util.el (setup-ethiopic-environment): Set | |
13590 default-input-method correctly. | |
13591 | |
13592 * language/korean.el (setup-korean-environment): Set | |
13593 default-input-method correctly. | |
13594 | |
13595 * language/tibet-util.el (setup-tibetan-environment: Set | |
13596 default-input-method correctly. | |
13597 | |
13598 * international/mule-diag.el (list-coding-systems): Fix previous | |
13599 change. | |
13600 | |
13601 * mail/sendmail.el (mail-setup): Kill the local binding of | |
13602 enable-multibyte-characters. Turn off an input method. | |
13603 | |
93313 | 13604 * mail/emacsbug.el (report-emacs-bug-run-tersely): New variable. |
13605 (report-emacs-bug): Insert warnings for novice users in *mail* buffer. | |
13606 Set enable-multibyte-characters to nil. | |
25866 | 13607 (report-emacs-bug-hook): Check non-English letters. |
13608 Confirm about sending a report to FSF. | |
13609 | |
13610 * international/mule-cmds.el (mule-keymap): Bind l to | |
13611 set-language-environment. | |
13612 (set-language-environment): Remove autoload cookie. Accept null | |
13613 input for resetting to default. | |
13614 (select-input-method): Error if enable-multibyte-characters is nil. | |
13615 (toggle-input-method): Likewise. | |
13616 (global-map): Turn of the S-SPC binding. | |
13617 | |
13618 1997-07-15 Simon Marshall <simon@albert.gnu.ai.mit.edu> | |
13619 | |
13620 * mouse-sel.el: Customise; create mouse-sel as subgroup of mouse. | |
13621 (mouse-sel-mode): New option to toggle mode. | |
13622 (mouse-sel-mode): New command to toggle mode. | |
13623 (mouse-sel-set-selection-function): If mouse-sel-default-bindings is | |
13624 interprogram-cut-paste, default to x-set-selection as before. Doc fix. | |
13625 (mouse-sel-bindings): New function to install/restore mouse bindings. | |
13626 This is called by mouse-sel-mode, i.e., not at the top-level. | |
13627 | |
13628 * delsel.el: Customise; as part of editing-basics group. | |
13629 (delete-selection-mode): Convert to autoloaded option. Default to nil. | |
13630 (delete-selection-mode): Define before option. | |
13631 Modify pre-command-hook here, i.e., not at the top-level. | |
13632 If enabling Delete Selection mode, also enable Transient Mark mode. | |
13633 | |
13634 1997-07-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13635 | |
13636 * textmodes/texnfo-upd.el (texinfo-all-menus-update) | |
13637 (texinfo-master-menu, texinfo-multiple-files-update): | |
13638 Search for texinfo-master-menu-header as a string, not a regexp. | |
13639 (texinfo-master-menu-header): Move defvar earlier. | |
13640 | |
13641 * isearch.el (isearch-char-to-string): Use char-to-string. | |
13642 (isearch-quote-char): Add nonascii-insert-offset. | |
13643 | |
13644 * files.el (basic-save-buffer-1): Clarify error message. | |
13645 (cd-absolute): Likewise. | |
13646 | |
13647 1997-07-13 Stephen Eglen <stephene@cogs.susx.ac.uk> | |
13648 | |
13649 * iswitchb.el: All user variables now converted to custom. | |
13650 (iswitchb): New variable for use by the custom package. | |
13651 (iswitchb-default-buffer): Variable deleted. | |
13652 (iswitchb-define-mode-map): Addition of keybindings | |
13653 for iswitchb-kill-buffer and iswitchb-find-file. | |
13654 (iswitchb): When no text typed in, show all buffers. | |
13655 (iswitchb-complete): Use equal rather than eq. | |
13656 (iswitchb-next-match, iswitchb-prev-match): Use | |
13657 iswitchb-chop to handle reordering the buffer list. | |
13658 (iswitchb-chop): New function. | |
13659 (iswitchb-make-buflist): Rewritten for efficiency. | |
13660 (iswitchb-to-end): Operate on a list of buffers, not just one. | |
13661 (iswitchb-set-matches): Always return list | |
13662 of matching buffers, even in absence of user input. | |
13663 (iswitchb-kill-buffer): New function. | |
13664 (iswitchb-default-keybindings): Use read-kbd-macro for keys to define. | |
13665 (iswitchb-exhibit): Always return list of matching buffers. | |
13666 (iswitchb-show-default-buffer): Function deleted. | |
13667 | |
13668 1997-07-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13669 | |
13670 * progmodes/cc-langs.el: Require cc-defs. | |
13671 | |
13672 * progmodes/awk-mode.el (awk-mode): Require cc-langs, not cc-mode. | |
13673 | |
13674 * progmodes/cc-langs.el (c-make-inherited-keymap): Add autoload cookie. | |
13675 | |
13676 * tmm.el (tmm-prompt): Use save-excursion around completing-read code. | |
13677 (tmm-add-prompt): Clean up using save-selected-window | |
13678 and with-current-buffer. | |
13679 | |
13680 1997-07-12 Eli Zaretskii <eliz@is.elta.co.il> | |
13681 | |
13682 * term/pc-win.el (msdos-bg-mode): New function. | |
13683 (msdos-face-setup, make-msdos-frame): Set background-mode and | |
13684 display-type properties for created frames. | |
13685 | |
13686 1997-07-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13687 | |
13688 * simple.el (forward-visible-line): Correctly handle arg 0 | |
13689 so that it doesn't mess up handling of nonzero args. | |
13690 | |
13691 1997-07-10 Rob Riepel <riepel@Stanford.EDU> | |
13692 | |
13693 * emulations/tpu-edt.el (tpu-set-mode-line) Added | |
13694 mode-line-mule-info and mode-line-frame-identification. | |
13695 | |
13696 1997-07-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
13697 | |
13698 * emacs-lisp/edebug.el (condition-case): Fix edebug-form-spec to | |
13699 allow a handler with a list of condition names. | |
13700 | |
13701 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13702 | |
13703 * cus-start.el: Make it clear that the warning is a warning. | |
13704 | |
13705 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13706 | |
13707 * progmodes/cc-styles.el (c-copy-tree): New function. | |
13708 (c-initialize-builtin-style): Use c-copy-tree. | |
13709 | |
13710 * cc-align.el, cc-cmds.el, cc-compat.el, cc-defs.el, cc-engine.el: | |
13711 * cc-langs.el, cc-menus.el, cc-mode.el, cc-styles.el, cc-vars.el: | |
13712 New version of CC mode installed. | |
13713 Old files completely replaced. | |
13714 | |
13715 1997-07-10 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
13716 | |
13717 * international/fontset.el (create-fontset-from-fontset-spec): | |
13718 Typo in doc-string fixed. | |
13719 | |
13720 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13721 | |
13722 * hilit19.el (hilit-submit-feedback): Change mail address. | |
13723 | |
13724 1997-07-10 Kenichi Handa <handa@etl.go.jp> | |
13725 | |
13726 * international/fontset.el (create-fontset-from-fontset-spec): Add | |
13727 optional arg NOERROR. | |
13728 (create-fontset-from-x-resource): Give t as arg NOERROR to | |
13729 create-fontset-from-fontset-spec. | |
13730 | |
13731 * term/x-win.el: Give t as arg NOERROR to | |
13732 create-fontset-from-fontset-spec. | |
13733 | |
13734 * bindings.el (mode-line-mule-info): Remove tailing ">" from input | |
13735 method indicator. | |
13736 | |
13737 * international/isearch-x.el (isearch-input-method): New variable. | |
13738 (isearch-input-method-title): New variable. | |
13739 (isearch-toggle-specified-input-method): Set the above variables. | |
13740 (isearch-toggle-input-method): Likewise. | |
13741 (isearch-process-search-multibyte-characters): Give | |
13742 iseach-input-method as arg to read-multilingual-string. | |
13743 | |
13744 * international/mule-cmds.el (read-multilingual-string): Adjusted | |
13745 for the previous change of variables related to input methods. | |
13746 | |
13747 * isearch.el (isearch-message-prefix): Likewise. | |
13748 | |
13749 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13750 | |
13751 * mail/sendmail.el (mail-mode): Make fill-paragraph-function local. | |
13752 | |
13753 * menu-bar.el (menu-bar-custom-menu): Add several more menu items. | |
13754 Rename some. Delete "Update this menu". | |
13755 | |
13756 * cus-edit.el (customize-browse): Don't take an argument. | |
13757 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
13758 1997-07-09 Noah Friedman <friedman@splode.com> |
25866 | 13759 |
13760 * emacs-lisp/eldoc.el: Add `up-list' and `down-list' to | |
13761 eldoc-message-commands. | |
13762 | |
13763 1997-07-09 Kenichi Handa <handa@etl.go.jp> | |
13764 | |
13765 * international/mule-diag.el (print-fontset): Output format improved. | |
13766 (describe-fontset): Likewise. Doc-string modified. | |
13767 (list-fontsets): Likewise. | |
13768 | |
48129
9c67ae0ad84d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42986
diff
changeset
|
13769 * international/encoded-kb.el (encoded-kbd-mode): |
9c67ae0ad84d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42986
diff
changeset
|
13770 Call coding-system-XXX instead of coding-vector-XXX. |
25866 | 13771 |
13772 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13773 | |
13774 * Makefile (dontcompilefiles): Add cyril-util.el. | |
13775 | |
13776 * format.el (format-alist): Don't handle compression here. | |
13777 | |
13778 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13779 | |
13780 * cus-edit.el (customize-browse): Improve start-of-buffer message. | |
13781 | |
13782 * mouse.el (mouse-undouble-last-event): Fix gross bugs: | |
13783 use modifiers, not old-modifiers. | |
13784 | |
13785 * cus-edit.el (custom-help-menu): Variable deleted. | |
13786 (custom-menu-reset): Function deleted. | |
13787 (Custom-menu-update): Likewise. | |
13788 | |
13789 * finder.el (finder-list-matches): Create *Finder Category* buffer. | |
13790 | |
13791 * mouse.el (mouse-show-mark): Handle switch-frame events in the loop. | |
13792 | |
13793 1997-07-08 Dave Love <d.love@dl.ac.uk> | |
13794 | |
13795 * thingatpt.el (url): Define end-op property again. Wrap end-op | |
13796 and beginning-op lambdas with `function', not quote. | |
13797 | |
13798 1997-07-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13799 | |
13800 * emacs-lisp/bytecomp.el (char-after): Allow 0 args. | |
13801 | |
13802 * progmodes/cc-*.el: New files, totally reorganized. | |
13803 | |
13804 * dunnet.el: Undo an earlier change: | |
13805 (dun-piss): Renamed from dunnet-urinate. | |
13806 (dun-verblist): Indecent word added back. | |
13807 (dunnet): Delete "censored" message. | |
13808 | |
13809 * textmodes/fill.el: Doc fixes. | |
13810 | |
13811 * international/mule-conf.el (undecided): Use `-' in mode line. | |
13812 | |
13813 * bookmark.el: Make global bindings only via loaddefs.el. | |
13814 | |
13815 * help-macro.el (make-help-screen): Clear the prompt | |
13816 when we get a real command. | |
13817 | |
13818 1997-07-07 Kenichi Handa <handa@etl.go.jp> | |
13819 | |
13820 * international/quail.el (quail-conversion-help): Source code | |
13821 indentation changed. | |
13822 | |
13823 * international/skkdic-utl.el (skkdic-okuri-ari): Doc-string | |
13824 modified. | |
13825 (skkdic-postfix, skkdic-prefix, skkdic-okuri-nasi): Likewise. | |
13826 (skkdic-lookup-key): Add 4th argument PREFER-NOUN. Arrange order | |
13827 of returning list according to this value. | |
13828 | |
13829 * international/kkc.el (kkc-region): Call skkdic-lookup-key with | |
13830 t for arg PREFER-NOUN while looking up key sequences shorter than | |
13831 what a user requested. | |
13832 (kkc-next-phrace): Likewise. | |
13833 | |
13834 * international/mule-diag.el (print-fontset): Output format tuned. | |
13835 (describe-fontset): Likewise. | |
13836 (list-fontsets): Likewise. | |
13837 | |
13838 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13839 | |
13840 * delsel.el (delete-selection-mode): Doc fix. | |
13841 | |
13842 * wid-edit.el (widget-field-use-before-change): Reenable for Emacs 20. | |
13843 | |
13844 * files.el (find-file-literally): New function. | |
13845 | |
13846 1997-07-05 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13847 | |
13848 * menu-bar.el (menu-bar-files-menu): Use make-frame-command | |
13849 as in C-x 5 2, rather than make-frame. | |
13850 | |
13851 * international/mule-cmds.el (help-map): | |
13852 Bind I to describe-input-method. | |
13853 (help-map): Bind L to describe-language-environment. | |
13854 | |
13855 * international/mule-cmds.el | |
13856 (set-language-environment): Do the real work here. | |
13857 (current-language-environment): New variable. | |
13858 (setup-specified-language-environment): Call set-language-environment. | |
13859 Set current-language-environment. | |
13860 (describe-language-environment): | |
13861 By default, use current-language-environment. | |
13862 | |
13863 * help.el (help-for-help): Update help text. | |
13864 | |
93313 | 13865 * faces.el (face-set-after-frame-default): New subroutine, |
25866 | 13866 taken from x-create-frame-with-faces. |
13867 (x-create-frame-with-faces): Call it. | |
13868 (face-italic-p, face-bold-p): Use equal to compare fonts. | |
13869 (frame-update-faces): Function now a no-op. | |
13870 | |
13871 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13872 | |
13873 * simple.el (sendmail-user-agent-compose): New function; | |
13874 this has the code that was in sendmail-user-agent. | |
13875 (sendmail-user-agent): Use sendmail-user-agent-compose. | |
13876 | |
13877 * mail/reporter.el (reporter-compose-outgoing): Use functionp, | |
13878 not fboundp, to test validity of COMPOSE. | |
13879 | |
13880 * bindings.el (complete-symbol): Accept an argument. | |
13881 (debug-ignored-errors): Add ^ to "No tags table loaded". | |
13882 Make the etags.el strings correspond to latest etags.el. | |
13883 | |
13884 * progmodes/etags.el (next-file, tags-loop-scan): Fix error message. | |
13885 (visit-tags-table-buffer, complete-tag): Likewise. | |
13886 | |
13887 * language/european.el (latin-1, latin-2. latin-3, latin-4, latin-5): | |
13888 Define coding system aliases. | |
13889 | |
13890 * wid-edit.el (widget-choose): Using keyboard, if all choices are | |
98317 | 13891 disabled, just report an error. |
25866 | 13892 |
13893 * cus-edit.el (custom-load-symbol): Don't reload a preloaded file. | |
13894 | |
13895 * term/linux.el: New file. | |
13896 | |
13897 1997-07-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
13898 | |
13899 * simple.el (forward-visible-line): Use forward-line, not | |
13900 vertical-motion, when moving backwards. | |
13901 | |
13902 1997-07-04 Anders Lindgren <andersl@csd.uu.se> | |
13903 | |
13904 * compile.el (compilation-error-regexp-alist): | |
13905 Support for IAR Systems C compiler added. | |
13906 | |
13907 1997-07-04 Dave Love <d.love@dl.ac.uk> | |
13908 | |
13909 * browse-url.el: Require thingatpt when compiling. | |
13910 (browse-url-url-at-point): Use `thing-at-point' (with URL code | |
13911 moved from here). | |
13912 (browse-url-looking-at): Moved to thingatpt.el, renamed and changed. | |
13913 | |
13914 * thingatpt.el (thing-at-point): Use `thing-at-point' property, if any. | |
13915 (bounds-of-thing-at-point): Use `bounds-of-thing-at-point' property. | |
13916 (thing-at-point-bounds-of-url-at-point): New function. | |
13917 (thing-at-point-looking-at): New function, adapted from old | |
13918 browse-url-looking-at. | |
13919 (thing-at-point-url-at-point): New function, adapted from | |
13920 browse-url-url-at-point. | |
13921 (thing-at-point-url-chars): Variable deleted. | |
93313 | 13922 (thing-at-point-url-path-regexp, thing-at-point-short-url-regexp) |
13923 (thing-at-point-url-regexp, thing-at-point-markedup-url-regexp): | |
25866 | 13924 New variables. |
13925 (url): `beginning-op' property function changed to use | |
13926 `thing-at-point-bounds-of-url-at-point'. `end-op' property no | |
13927 longer set -- functionality no longer supported for the more | |
13928 sophisticated treatment of URLs so `forward-thing' no longer works | |
13929 in this case. | |
13930 | |
13931 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13932 | |
13933 * cus-edit.el (custom-mode-map): Bind n and p. | |
13934 | |
13935 * mail/emacsbug.el (report-emacs-bug): Don't include messages | |
13936 in *Messages* generated by report-emacs-bug itself. | |
13937 | |
13938 * mail/mailalias.el (mail-complete-alist): Don't use backquote. | |
13939 | |
13940 1997-07-04 Per Abrahamsen <abraham@dina.kvl.dk> | |
13941 | |
13942 * menu-bar.el (menu-bar-custom-menu): Some command names were | |
13943 updated. | |
13944 | |
13945 * widget.el (:sample-overlay): New keyword. | |
13946 * wid-edit.el (widget-leave-text): Use it. | |
13947 (widget-specify-sample): Use it. | |
13948 (widget-default-delete): Ditto. | |
13949 | |
13950 * wid-edit.el (color): Make it an editable field. | |
13951 (widget-color-value-create): Deleted. | |
13952 (widget-color-value-get): Deleted. | |
13953 (widget-color-value-set): Deleted. | |
13954 (color-item): Deleted. | |
13955 (widget-color-item-button-face-get): Renamed to | |
13956 `widget-color-sample-face-get'. | |
13957 (color-sample): Delete. | |
13958 (editable-color): Delete. | |
13959 (widget-editable-color-value-create): Delete. | |
13960 * cus-face.el (custom-face-attributes): Use `color' instead of | |
13961 `editable-color'. | |
13962 | |
13963 * wid-edit.el (widget-specify-field): Add newline in overlay for | |
13964 nil-:sized fields. | |
13965 (widget-field-end): Ditto. | |
13966 | |
13967 * wid-edit.el (emacs-library-link): New widget. | |
13968 (widget-emacs-library-link-action): New function. | |
13969 (widgets): Use it. | |
13970 (file-link): New widget. | |
13971 (widget-file-link-action): New function. | |
13972 | |
13973 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13974 | |
13975 * loadup.el: Some files are in different directories. | |
13976 | |
13977 * emacs-lisp/lisp.el, emacs-lisp/lisp-mode.el: | |
13978 Moved from parent dir. | |
13979 | |
13980 * textmodes/fill.el, textmodes/page.el: Moved from parent dir. | |
13981 * textmodes/paragraphs.el, textmodes/text-mode.el: Likewise. | |
13982 | |
13983 * mail/sendmail.el (mail-do-fcc): | |
13984 Pass an arg to verify-visited-file-modtime. | |
13985 | |
13986 * textmodes/tex-mode.el (tex-common-initialization): | |
13987 Set search-whitespace-regexp locally. | |
13988 | |
13989 * simple.el (next-line, previous-line): Doc fixes. | |
13990 | |
13991 1997-07-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
13992 | |
13993 * hippie-exp.el (he-dabbrev-skip-space): Fix previous change. | |
13994 (he-dabbrev-as-symbol): Likewise. | |
13995 | |
13996 * find-dired.el (find-grep-dired): Use -type f. | |
13997 | |
13998 * language/japanese.el ("Japanese"): List iso-2022-7bit coding system | |
13999 instead of japanese-iso-7bit. | |
14000 | |
14001 * delsel.el (delete-selection-mode): Doc fix. | |
14002 | |
14003 * gnus/gnus-group.el (gnus-group-set-mode-line): | |
14004 Update how mode-line-modified is set. | |
14005 | |
14006 * paren.el (show-paren-idle-timer): New defvar. | |
14007 (show-paren-mode): Add :initialize attr in the defcustom. | |
14008 Test the value at end of file, and turn on the mode if true. | |
14009 | |
14010 * cus-face.el (custom-face-attributes): Use editable-color widget. | |
14011 | |
14012 * wid-edit.el (color-sample, editable-color): New widget types. | |
14013 | |
14014 * cus-edit.el (custom-buffer-create-internal): New arg DESCRIPTION | |
14015 is inserted in the buffer to describe it. | |
14016 (custom-buffer-create-other-window, custom-buffer-create): | |
14017 New arg DESCRIBE; pass it along. | |
14018 (customize-group): Pass DESCRIBE argument. | |
14019 (custom-face-menu): Improve Set and Save item strings. | |
14020 (custom-group-menu): Likewise. | |
14021 | |
14022 1997-07-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14023 | |
14024 * cus-edit.el (custom): Don't set :button-face. | |
14025 (custom-mode): Use custom-button-face here | |
14026 as buffer-local value of widget-button-face. | |
14027 | |
14028 * wid-edit.el (widget-button-face): Default value widget-button-face. | |
14029 (widget-default-button-face-get): Use variable widget-button-face. | |
14030 | |
14031 * mail/emacsbug.el (report-emacs-bug): Don't assume the exit command | |
14032 is mail-send-and-exit for all user agents. | |
14033 | |
14034 * autorevert.el: New file. | |
14035 | |
14036 * paren.el (show-paren-mode): Add a defvar before first use. | |
14037 | |
14038 * desktop.el (desktop-clear-preserve-buffers): New variable. | |
14039 (desktop-clear): Kill all buffers except internal ones | |
14040 and those listed in desktop-clear-preserve-buffers. | |
14041 | |
14042 * time.el (display-time-string-forms): Use %M, not %m. | |
14043 | |
14044 * compile.el (compilation-parse-errors): Skip 2 lines | |
14045 only for Compilation major mode. | |
14046 | |
14047 * international/mule.el (load-with-code-conversion): | |
14048 Don't run kill-buffer-hook or kill-buffer-query-functions. | |
14049 | |
14050 1997-07-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
14051 | |
14052 * cus-edit.el (customize-browse): Use glyphs in description, if | |
14053 possible. | |
14054 | |
14055 * wid-edit.el (widget-menu-minibuffer-flag): Default to t on | |
14056 XEmacs. | |
14057 | |
14058 * wid-edit.el (widget-field-value-create): Add comment explaining | |
14059 why `:field-overlay' contains two markers. | |
14060 | |
93313 | 14061 * cus-edit.el (custom-browse-visibility) |
14062 (custom-browse-visibility-action, custom-browse-group-tag) | |
14063 (custom-browse-group-tag-action, custom-browse-variable-tag-action) | |
14064 (custom-browse-face-tag, custom-browse-face-tag-action) | |
14065 (custom-browse-face-tag-action, custom-browse-alist): Changed | |
25866 | 14066 prefix from `custom-tree' to `custom-browse'. |
93313 | 14067 (custom-variable-value-create, custom-face-value-create) |
14068 (custom-group-value-create): Updated caller. | |
25866 | 14069 |
14070 * cus-edit.el (custom-browse-only-groups): New option. | |
14071 (custom-group-value-create): Use it. Omit non-groups if non-nil. | |
14072 | |
14073 * cus-edit.el (custom-help-menu): Renamed "Variable" to "Option". | |
14074 Remove "..." from non-prompting entries. | |
14075 | |
14076 * wid-edit.el (widget-single-line-field-face): New face. | |
14077 (widget-single-line-display-table): New variable. | |
14078 (regexp, file): Use `widget-single-line-field-face'. | |
14079 | |
14080 * cus-edit.el (custom-unloaded-symbol-p): New function. | |
14081 (custom-unloaded-widget-p): New function. | |
14082 (custom-group-value-create): Use it. | |
14083 (customize-browse): Mention [?]. | |
14084 | |
14085 * cus-edit.el (custom-toggle-hide): Load dependencies here. | |
14086 | |
14087 * wid-edit.el (functionp): New function. | |
14088 | |
14089 1997-07-02 Kenichi Handa <handa@etl.go.jp> | |
14090 | |
14091 * language/indian.el: Change category 5 to 1. | |
14092 | |
14093 * language/european.el (setup-8-bit-environment): New argument | |
14094 LANGUAGE. | |
14095 (setup-latin1-environment): Adjusted for the above change. | |
14096 (setup-latin2-environment): Likewise. | |
14097 (setup-latin3-environment): Likewise. | |
14098 (setup-latin4-environment): Likewise. | |
14099 (setup-latin5-environment): Likewise. | |
14100 | |
14101 * language/greek.el (setup-greek-environment): Likewise. | |
14102 | |
14103 * language/hebrew.el (setup-hebrew-environment): Likewise. | |
14104 | |
14105 * language/cyril-util.el (setup-cyrillic-environment): Adjusted | |
14106 for the change of an input method name. | |
14107 | |
14108 * language/devan-util.el (setup-devanagari-environment): Likewise. | |
14109 | |
14110 * language/ethio-util.el (setup-ethiopic-environment): Likewise. | |
14111 | |
14112 * language/korean.el (setup-korean-environment): Likewise. | |
14113 | |
14114 * language/lao-util.el (setup-lao-environment): Likewise. | |
14115 | |
14116 * language/thai-util.el (setup-thai-environment): Likewise. | |
14117 | |
14118 * language/viet-util.el (setup-vietnamese-environment): Likewise. | |
14119 | |
14120 * language/china-util.el: Use true coding system names instead of | |
14121 aliases. Adjusted for the change of an input method name. | |
14122 (decode-hz-region): Fix comments. | |
14123 (encode-hz-region): Fix a coding system name. | |
14124 | |
14125 * language/misc-lang.el: Call set-language-info-alist for IPA. | |
14126 (setup-ipa-environment): New function. | |
14127 | |
14128 * international/titdic-cnv.el: Add license note. | |
14129 (tit-encode-list): Fix typo (euc-kk -> euc-kr). | |
14130 (quail-cxterm-package-title-alist): New variable. | |
14131 (tit-make-quail-package-file-name): Name changed from | |
14132 tit-make-quail-package-name. | |
14133 (tit-process-header): Check quail-cxterm-package-title-alist to | |
14134 decide a package name. | |
14135 (titdic-convert): Call tit-make-quail-package-file-name. | |
14136 (batch-titdic-convert): Likewise. | |
14137 | |
14138 * international/skkdic-cnv.el: Coding system name changed to | |
14139 iso-2022-7bit-short. | |
14140 (skkdic-convert): Fix typo in a comment. | |
14141 (skkdic-convert): Save buffer in iso-2022-7bit-short. | |
14142 (skkdic-extract-conversion-data): Fix a bug in regular expression | |
14143 pattern. | |
14144 | |
14145 * international/quail.el (quail-guidance-buf): Make it buffer | |
14146 local. | |
14147 (quail-guidance-win): New variable. Make it buffer local. | |
14148 (quail-current-translations): Doc-string modified. | |
14149 (quail-current-data): Make it buffer local. | |
14150 (quail-define-package): Update input-method-alist. | |
14151 (quail-defrule): Doc-string modified. | |
14152 (quail-defrule-internal): Document it. | |
14153 (quail-get-translation): Change the format of DEF part. | |
14154 (quail-lookup-key): Make the second argument LEN optional. Reset | |
14155 quail-current-translations to nil. | |
98317 | 14156 (quail-map-definition): New function. |
25866 | 14157 (quail-get-current-str): New function. |
14158 (quail-guidance-translations-starting-column): New variable. | |
14159 (quail-update-current-translations): New function. | |
14160 (quail-translate-key): Adjusted for the change of DEF format. | |
93313 | 14161 Call quail-update-current-translations. |
25866 | 14162 (quail-next-translation): Call quail-update-current-translations. |
14163 (quail-prev-translation): Likewise. | |
14164 (quail-next-translation-block): Likewise. | |
14165 (quail-prev-translation-block): Likewise. | |
14166 (quail-select-translation): Deleted. | |
14167 (quail-make-guidance-frame): New function. | |
14168 (quail-show-guidance-buf): Handle the case that minibuffer is in a | |
14169 separate frame. | |
14170 (quail-hide-guidance-buf): Likewise. | |
14171 (quail-show-translations): Call | |
14172 quail-update-current-translations. Check width of a frame to be | |
14173 used. | |
14174 (quail-completion): Do not supply LEN argument to | |
14175 quail-lookup-key. | |
14176 (quail-help): Use with-output-to-temp-buffer. | |
14177 (quail-translation-help): Likewise. | |
14178 (quail-conversion-help): Likewise. | |
93313 | 14179 (quail-update-leim-list-file): Save buffer without making a backup file. |
14180 | |
14181 * international/mule.el (charset-bytes, charset-dimension) | |
14182 (charset-chars, charset-width, charset-direction) | |
14183 (charset-iso-final-char, charset-iso-graphic-plane) | |
14184 (charset-reverse-charset, charset-short-name, charset-long-name) | |
14185 (charset-description, charset-plit, set-charset-plist): Document | |
25866 | 14186 them. |
14187 (make-char, charset-list): Doc-string modified. | |
14188 (find-new-buffer-file-coding-system): Fix bug of handling the | |
14189 coding system undecided. | |
14190 | |
14191 * international/mule-diag.el (print-list): Use macro when. | |
14192 (sort-charset-list): New function. | |
14193 (charset-other-info-func): Delete this variable. | |
14194 (list-character-sets): Handle a prefix argument. If it is nil, | |
14195 make the output format less cryptic. | |
14196 (print-designation): Use macro when. | |
14197 (describe-current-coding-system): Likewise. | |
14198 (describe-current-coding-system): Delete unnecessary progn. | |
14199 (list-coding-systems): Handle prefix a prefix argument instead of | |
14200 checking (interactive-p). Do not print coding categories. | |
14201 (list-coding-categories): New function. | |
14202 (print-fontset): Name changed from describe-fontset-internal. | |
14203 (describe-fontset): Make the output less cryptic. | |
14204 (list-fontsets): New function. | |
14205 (list-input-methods): Use macro when. | |
14206 (insert-section): Change a name of first argument. | |
14207 (mule-diag): Doc-string modified. Use with-output-to-temp-buffer. | |
14208 Use insert-buffer-substring instead of insert-buffer. | |
14209 (dump-charsets): Make it callable interactively. | |
14210 (dump-codings): Likewise. | |
14211 | |
14212 * international/mule-conf.el: Fix typo in doc-string of charset | |
14213 indian-1-column. Adjust for the name change of | |
14214 standard-character-unification-table-for-decode and | |
14215 standard-character-unification-table-for-encode. | |
14216 | |
14217 * international/characters.el: Modify docstring of char category | |
14218 1. Change char category 5 to symbol. Adjust category definition | |
14219 of Tibetan characters and Thai characters for this change. | |
14220 | |
14221 1997-07-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14222 | |
14223 * international/mule-conf.el (binary): Define as coding system alias. | |
14224 | |
14225 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14226 | |
14227 * desktop.el (desktop-clear): Don't kill buffers here. | |
14228 | |
14229 * bindings.el (mode-line-mule-info): Use `%Z' instead of `%z:'. | |
14230 | |
14231 * language/devanagari.el (in-is13194-devanagari): | |
14232 Define this name rather than devanagari. | |
14233 (devanagari): Make this an alias. | |
14234 | |
14235 * international/mule-conf.el: Swap args to define-coding-system-alias. | |
14236 * language/vietnamese.el, language/thai.el, language/korean.el: | |
14237 * language/japanese.el, language/hebrew.el, language/greek.el: | |
14238 * language/european.el, language/chinese.el, language/cyrillic.el: | |
14239 Likewise. | |
14240 | |
14241 * international/mule.el (define-coding-system-alias): Swap the args. | |
14242 | |
14243 * mouse.el (mouse-undouble-last-event): Use reverse, not nreverse. | |
14244 | |
14245 1997-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14246 | |
14247 * bibtex.el (bibtex-kill-field, bibtex-find-text): | |
14248 Killing a field moves to the next line. | |
14249 | |
14250 * diary-lib.el (diary-float): Fix errors in previous change. | |
14251 | |
14252 * progmodes/cc-mode.el (c-Java-conditional-key): Put this in the | |
14253 right place--it was inside of a defun. | |
14254 (c-electric-brace): Eliminate junk mistakenly patched here. | |
14255 | |
14256 * simple.el (kill-line): Doc fix. | |
14257 | |
14258 * dired-aux.el (dired-do-shell-command): New arg FILE-LIST | |
14259 so that we don't recompute it after the user provides the input. | |
14260 | |
14261 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14262 | |
14263 * simple.el (forward-visible-line): Handle 0 arg correctly. | |
14264 | |
14265 1997-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14266 | |
14267 * cus-start.el (enable-multibyte-characters): Customize. | |
14268 | |
14269 1997-06-28 Michelangelo Grigni <mic@mathcs.emory.edu> | |
14270 | |
14271 * ffap.el: XEmacs compatibility hacks cleaned up. | |
14272 (ffap-url-fetcher): If `browse-url' is bound, use that. | |
14273 (ffap-locate-file): New optional arg dir-ok. | |
14274 (ffap-at-mouse): Fix return value. | |
14275 | |
14276 1997-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14277 | |
14278 * window.el (shrink-window-if-larger-than-buffer): | |
14279 Use compute-motion, instead of inserting newlines. | |
14280 | |
14281 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14282 | |
14283 * menu-bar.el (nonincremental-repeat-search-forward) | |
14284 (nonincremental-repeat-search-backward) | |
14285 (nonincremental-repeat-re-search-forward) | |
14286 (nonincremental-repeat-re-search-backward): | |
14287 Special error check for no previous search. | |
14288 | |
14289 * Makefile (lisptagsfiles): Look at subdirs only if name | |
14290 starts with a letter. | |
14291 (dontcompilefiles): Don't compile latin-5.el. | |
14292 (updates): Reject subdirs whose names start with =. | |
14293 (custom-deps, finder-data, autoloads, update-subdirs): Likewise. | |
14294 | |
14295 * scroll-bar.el (toggle-scroll-bar): Moved from frame.el. | |
14296 Use scroll-bar-mode to determine which side; if it's nil, use left. | |
14297 (set-scroll-bar-mode): New subroutine, taken from scroll-bar-mode. | |
14298 (scroll-bar-mode): Use the variable set-scroll-bar-mode. | |
14299 (scroll-bar-mode): New variable. Extra defvar to avoid warning. | |
14300 (toggle-horizontal-scroll-bar): Moved from frame.el. | |
14301 | |
14302 * frame.el (scroll-bar-side): Variable deleted. | |
14303 (toggle-scroll-bar, toggle-horizontal-scroll-bar): | |
14304 Moved to scroll-bar.el. | |
14305 | |
14306 * files.el (file-chase-links): When handling .., make newname absolute. | |
14307 Simplify several places. | |
14308 (file-relative-name): Handle directory names as well as file names. | |
14309 Don't get fooled by empty directory names, etc. | |
14310 | |
14311 * word-help.el, term-nasty.el: Files deleted. | |
14312 | |
14313 1997-06-27 Simon Marshall <simon@gnu.ai.mit.edu> | |
14314 | |
14315 * font-lock.el (font-lock-extra-types-widget): Use regexp widget. | |
93313 | 14316 (scheme-font-lock-keywords-1) |
25866 | 14317 (scheme-font-lock-keywords-2): New variables based on old variable. |
14318 (scheme-font-lock-keywords): Default to the former. | |
93313 | 14319 (tex-font-lock-keywords-1) |
25866 | 14320 (tex-font-lock-keywords-2): New variables based on old variable. |
14321 (tex-font-lock-keywords): Default to the former. | |
14322 (font-lock-eval-keywords): Don't eval KEYWORDS if nil. | |
93313 | 14323 (font-lock-after-change-function) |
25866 | 14324 (font-lock-fontify-block): Explicitly wrap inhibit-point-motion-hooks. |
14325 | |
93313 | 14326 * lazy-lock.el (lazy-lock-fontify-after-scroll) |
14327 (lazy-lock-fontify-after-trigger) | |
14328 (lazy-lock-fontify-conservatively) | |
25866 | 14329 (lazy-lock-fontify-chunk): Explicitly wrap inhibit-point-motion-hooks. |
14330 | |
14331 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Simplify range search. | |
14332 | |
14333 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14334 | |
14335 * cus-edit.el (custom-magic-alist): | |
14336 Update messages for `modified' and `set' states. | |
14337 | |
14338 * files.el (set-auto-mode): Undo previous change. | |
14339 | |
14340 * mouse.el (mouse-drag-region): For a click (not a drag), | |
14341 let the up-event run normally. | |
14342 | |
14343 * cus-edit.el (custom-mode-map): | |
14344 Bind Custom-move-and-invoke to mouse-1. | |
14345 (Custom-move-and-invoke): New command. | |
14346 (custom-buffer-create-internal): Update buffer help text. | |
14347 | |
14348 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14349 | |
14350 * cus-edit.el (custom-variable-menu): Clarify menu item names. | |
14351 (custom-buffer-create-internal): Clarify button names. | |
14352 | |
14353 * wid-edit.el (widget-choice-action): Use widget-edit-functions. | |
14354 (widget-toggle-action): Likewise. | |
14355 | |
14356 * wid-edit.el (widget-choose): Use only digits, except for C-g. | |
14357 Allocate digits to disabled commands too. | |
14358 Don't use a keyboard menu; instead, display a buffer | |
14359 listing all the alternatives. Put cursor in echo area. | |
14360 | |
14361 * term-nasty.el: File deleted from the distribution. | |
14362 | |
14363 * doctor.el: Undo previous censorship changes. | |
14364 | |
14365 * paths.el (sendmail-program): Look first in /usr/sbin. | |
14366 | |
14367 1997-06-25 Per Abrahamsen <abraham@dina.kvl.dk> | |
14368 | |
14369 * cus-edit.el (customize-browse): Take a group argument. | |
14370 (custom-help-menu): Browse `emacs' group. | |
14371 | |
14372 * cus-edit.el (custom-add-parent-links): Simplify mapatoms lambda. | |
14373 (custom-browse): New group. | |
93313 | 14374 (custom-buffer-groups-last) |
25866 | 14375 (custom-menu-groups-first): Options deleted. |
93313 | 14376 (custom-browse-sort-alphabetically) |
14377 (custom-browse-order-groups) | |
14378 (custom-buffer-order-groups) | |
25866 | 14379 (custom-menu-order-groups): New options. |
93313 | 14380 (custom-browse-sort-predicate) |
14381 (custom-buffer-sort-predicate) | |
25866 | 14382 (custom-menu-sort-predicate): Functions deleted. |
14383 (custom-sort-items): New replacement function; simplification and | |
14384 extension of previous predicate functions. | |
93313 | 14385 (customize-face) |
14386 (customize-customized) | |
14387 (customize-saved) | |
14388 (customize-apropos) | |
14389 (custom-menu-create) | |
25866 | 14390 (custom-group-value-create): Use it. |
14391 | |
14392 * cus-edit.el (custom-tree-alist): Use "-\ " instead of "-+ ". | |
14393 (custom-group-value-create): Ditto. | |
14394 | |
14395 * wid-edit.el (widget-button-click): Steal up event if key is not | |
98317 | 14396 bound in `widget-global-map'. |
25866 | 14397 |
14398 * cus-edit.el (custom-tree-insert-prefix): Renamed from | |
14399 `custom-tree-insert'. | |
14400 (custom-group-value-create): Use it. | |
14401 | |
14402 * wid-edit.el (widget-field-use-before-change): New option. | |
14403 (widget-setup): Obey it. | |
14404 | |
14405 * cus-edit.el (custom-help-menu): Add entry for | |
14406 `customize-browse'. | |
14407 | |
14408 * wid-edit.el (widget-push-button-value-create): Use :tag-glyph. | |
14409 (widget-glyph-insert-glyph): Accept nil widget. | |
14410 * cus-edit.el (custom-tree-group-tag): Specify :tag-glyph. | |
14411 (custom-tree-variable-tag): Ditto. | |
14412 (custom-tree-face-tag): Ditto. | |
14413 | |
14414 1997-06-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14415 | |
14416 * help-macro.el (make-help-screen): Clear buffer-read-only. | |
14417 | |
14418 1997-06-24 Dan Nicolaescu <done@ece.arizona.edu> | |
14419 | |
14420 * bindings.el (debug-ignored-errors): Correct the error messages | |
14421 that are supposed to match imenu.el. | |
14422 | |
14423 1997-06-24 Inge Frick <inge@nada.kth.se> | |
14424 | |
14425 * view.el: Changed some documentation. | |
98317 | 14426 (view-exits-all-viewing-windows): New variable |
25866 | 14427 replaces view-exit-all-windows-at-exit. |
14428 (view-exit-all-windows-at-exit): Variable deleted. | |
14429 (view-mode-enter): Doesn't set view-exit-action if | |
14430 argument exit-action is nil. | |
14431 (view-mode-exit): Only restored windows are removed | |
14432 from view-return-to-alist. Follow chains of old-windows. | |
14433 Do not call replace-buffer-in-windows. | |
14434 Call exit-action also when a window displays buffer. | |
14435 (View-exit-and-edit): Now sets read-only by binding | |
14436 view-old-buffer-read-only. | |
14437 | |
14438 1997-06-25 Paul Eggert <eggert@twinsun.com> | |
14439 | |
14440 * replace.el (perform-replace): When matching lookahead, use | |
14441 markers rather than integers, since a replacement may invalidate | |
14442 integers. This fixes a bug introduced in the previous change to | |
14443 this file. | |
14444 | |
14445 1997-06-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14446 | |
14447 * facemenu.el (facemenu-add-new-face): Fix comma in backquote. | |
14448 | |
14449 * mail/rmail.el (rmail-get-new-mail): If conversion fails, | |
14450 delete the text that was inserted. | |
14451 | |
14452 1997-06-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14453 | |
14454 * isearch.el (isearch-search-and-update): When a reverse search | |
14455 need not actually search, update isearch-case-fold-search anyway. | |
14456 (isearch-mode-map): Define latin-iso8859-9 as self-searching. | |
14457 | |
14458 * thingatpt.el (buffer): Don't use beginning-of-buffer, end-of-buffer. | |
14459 | |
14460 * wid-edit.el (widget-menu-minibuffer-flag): New variable. | |
14461 (widget-choose): Alternative method to read one character | |
14462 from the keyboard. | |
14463 | |
14464 * cus-edit.el (custom-documentation-face): New face. | |
14465 (custom-mode): Use custom-documentation-face for doc strings. | |
14466 (custom-group-link): Fix the help string. | |
14467 (custom-magic-show): Doc fix. | |
14468 | |
14469 * wid-edit.el (widget-documentation-face): New variable. | |
14470 (widget-specify-doc): Use the variable. | |
14471 | |
14472 * cus-edit.el (custom-group-value-create): In links style, | |
14473 use Go to Group instead of Show. | |
14474 (Custom-goto-parent): New command. | |
14475 (custom-mode-map): Bind u to Custom-goto-parent. | |
14476 Bind SPC and DEL. | |
14477 (custom-buffer-create-internal): Improve help for buttons. | |
14478 (custom-button-face): New defface. | |
14479 (custom widget-type): Use custom-button-face for buttons. | |
14480 (custom-group-tag-faces): Initial value is nil. | |
14481 (custom-variable-tag-face): Renamed from custom-variable-sample-face. | |
14482 Initialize it like custom-group-tag-face. | |
14483 (custom-group-tag-faces): Initialize to nil. | |
14484 (custom-state-face): New defface. | |
14485 (custom-magic-value-create): | |
14486 Use custom-state-face for State descriptions. | |
14487 | |
14488 * wid-edit.el (widget-default-button-face-get): | |
14489 Try to get it from the parent. | |
14490 (widget-default-create): Use :tag-face for tags. | |
14491 | |
14492 * cus-edit.el (custom-state-buffer-message): Display the message | |
14493 only if the item is modified. Take widget as arg. | |
14494 (custom-mode): Use widget-edit-functions. | |
14495 | |
14496 * wid-edit.el (widget-edit-functions): Renamed from widget-edit-hook. | |
14497 (widget-field-action): Pass the widget as an arg when running hook. | |
14498 | |
14499 * cus-edit.el (Custom-set): Renamed from custom-set. | |
14500 (Custom-save): Renamed from custom-save. | |
14501 (custom-browse-sort-predicate): Defalias deleted. | |
14502 (custom-group-value-create): Don't sort, in tree mode. | |
14503 (Custom-mode-menu): Renamed from custom-mode-menu. | |
14504 (Custom-reset-current): Renamed from custom-reset-current. | |
14505 (Custom-reset-saved): Renamed from custom-reset-saved. | |
14506 (Custom-reset-standard): Renamed from custom-reset-standard. | |
14507 (Custom-menu-update): Renamed from custom-menu-update. | |
14508 (customize-set-value): Renamed from custom-set-value. | |
14509 (customize-set-variable): Renamed from custom-set-variable. | |
14510 (customize-save-customized): Renamed from custom-save-customized. | |
14511 | |
14512 * cus-start.el (double-click-time): Use restricted-sexp. | |
14513 (load-path): Make [Current dir?] itself the active button. | |
14514 | |
14515 * wid-edit.el (character): Doc fix. | |
14516 (restricted-sexp): New widget type. | |
14517 (integer, number): Use restricted-sexp. | |
14518 | |
14519 * cus-start.el (track-mouse): Don't customize it. | |
14520 | |
14521 1997-06-24 Paul Eggert <eggert@twinsun.com> | |
14522 | |
14523 * replace.el (perform-replace): When matching regexps, if the next | |
14524 match is adjacent to this one, record the next match before | |
14525 replacing this one. This fixes a bug where (replace-regexp | |
14526 "\\ba " "c") replaced "a a a " with "ca c" instead of "ccc". | |
14527 | |
14528 1997-06-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14529 | |
14530 * thingatpt.el (beginning-of-sexp): New function. | |
14531 (bounds-of-thing-at-point): Fix typo in computing real-beg. | |
14532 | |
14533 1997-06-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14534 | |
14535 * cus-edit.el (custom-group-visibility): Widget type | |
14536 moved from wid-edit.el and renamed from group-visibility. | |
14537 (custom-group-visibility-create): Function renamed | |
14538 and moved from wid-edit.el. | |
14539 (custom-state-buffer-message): New function. | |
14540 (custom-mode): Add custom-state-buffer-message to widget-edit-hook. | |
14541 | |
14542 * wid-edit.el (widget-edit-hook): New variable. | |
14543 (widget-field-action, widget-choice-action): Run that hook | |
14544 instead of displaying an echo area message. | |
14545 (widget-toggle-action): Likewise. | |
14546 (group-visibility, widget-group-visibility-create): | |
14547 Moved to cus-edit.el and renamed. | |
14548 | |
14549 1997-06-23 Dan Nicolaescu <done@ece.arizona.edu> | |
14550 | |
14551 * textmodes/outline.el (outline-discard-overlays): | |
14552 Don't use let inside a cycle. | |
14553 | |
14554 * progmodes/hideshow.el (hs-discard-overlays): Use overlays-in to | |
14555 get all the overlays in a range. Don't use let inside a cycle. | |
14556 | |
14557 1997-06-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14558 | |
14559 * textmodes/nroff-mode.el (nroff-electric-mode): New defvar. | |
14560 | |
14561 * emulation/vip.el (vip-mode-map): Add defvar; move earlier. | |
14562 (vip-c-string): Variable renamed and defvar added. | |
14563 (vip-save-minibuffer-local-map): Likewise. | |
14564 (vip-end-with-a-newline-p): Use STRING (the arg) instead of `text'. | |
14565 | |
14566 * emacs-lisp/profile.el (profile-million): Variable moved. | |
14567 | |
14568 * informat.el (Info-validate-allnodes): Variable renamed, defvar added. | |
14569 (Info-validate-thisnode, Info-validate-lossages): Likewise. | |
14570 Change all references. | |
14571 | |
14572 * dired-aux.el (dired-add-entry): New optional arg RELATIVE. | |
14573 (dired-update-file-line): Pass t for RELATIVE. | |
14574 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
14575 1997-06-22 Noah Friedman <friedman@splode.com> |
25866 | 14576 |
14577 * type-break.el: Do not use defsubst anywhere; use defuns. | |
14578 Don't require timer; use autoloaded functions. | |
14579 (type-break-warning-message-mode): Variable deleted. | |
14580 (type-break-query-mode): New variable and function. | |
14581 (type-break-mode): Mention in docstring. | |
14582 (type-break-run-at-time): New function. | |
14583 All callers of run-at-time changed. | |
14584 (type-break-cancel-function-timers): New function. | |
14585 All callers of cancel-function-timers changed. | |
14586 (type-break-check-post-command-hook): New function. | |
48129
9c67ae0ad84d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42986
diff
changeset
|
14587 (type-break-mode, type-break-schedule, type-break-alarm) |
9c67ae0ad84d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42986
diff
changeset
|
14588 (type-break-time-warning-alarm): Call it. |
25866 | 14589 (type-break-mode-line-countdown-or-break): New function. |
14590 (type-break): Call it. | |
14591 (type-break-time-warning-schedule): Put type-break-time-warning | |
14592 on type-break-post-command-hook. | |
14593 (type-break-check): Call type-break-mode-line-countdown-or-break. | |
14594 (type-break-noninteractive-query): New function. | |
14595 (type-break-force-mode-line-update): New function. | |
14596 | |
14597 1997-06-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14598 | |
14599 * language/japan-util.el (read-hiragana-string): | |
14600 Call read-multilingual-string correctly. | |
14601 | |
14602 1997-06-22 Howard Melman <melman@absolut.osf.org> | |
14603 | |
14604 * picture.el (picture-draw-rectangle): New command. | |
14605 (picture-mode-map): Add binding for picture-draw-rectangle. | |
14606 (picture-mode): Doc fix. | |
14607 (picture-rectangle-ctl): New variable. | |
14608 (picture-rectangle-ctr): New variable. | |
14609 (picture-rectangle-cbr): New variable. | |
14610 (picture-rectangle-cbl): New variable. | |
14611 (picture-rectangle-v): New variable. | |
14612 (picture-rectangle-h): New variable. | |
14613 (move-to-column-force): Function deleted; | |
14614 calls changed to use move-to-column. | |
14615 (picture-insert): New function. | |
14616 (picture-self-insert): Use picture-insert. | |
14617 (picture-current-line): New function. | |
14618 | |
14619 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14620 | |
14621 * decipher.el (decipher-copy-cons): | |
14622 Renamed from decipher-get-undo-copy. Calls changed. | |
14623 | |
14624 * emacs-lisp/lmenu.el (popup-menu): Redefine as macro. | |
14625 (popup-menu-popup, popup-menu-internal): New function. | |
14626 | |
14627 * mail/reporter.el (reporter-version): Change value. | |
14628 | |
14629 * vc-hooks.el (vc-menu-map): Add bindings for | |
14630 vc-retrieve-snapshot and vc-create-snapshot. | |
14631 | |
14632 * emacs-lisp/lisp-mnt.el (lm-version, lm-last-modified-date): | |
14633 Clean up strings that looked like RCS headers. | |
14634 | |
14635 * ielm.el (ielm-header): Delete version and RCS header. | |
14636 | |
14637 * forms.el (forms-version): Deactivate RCS headers. | |
14638 | |
14639 * emacs-lisp/edebug.el (edebug-version): Use the Emacs version. | |
14640 | |
14641 * compile.el (compilation-error-regexp-alist): | |
14642 New item, for Oracle pro*c compiler. | |
14643 | |
14644 * startup.el (command-line-1): Don't display startup message | |
14645 if the buffer-is nonempty. Don't make undo entries for it. | |
14646 | |
14647 * tex-mode.el (latex-imenu-create-index): Make it much smarter. | |
14648 (latex-imenu-indent-string): New variable. | |
14649 | |
14650 * bytecomp.el (byte-compile-file): Doc fix. | |
14651 (batch-byte-compile-file): Return what byte-compile-file returns. | |
14652 | |
14653 * files.el (set-auto-mode): Handle interpreter-mode-alist as regexps. | |
14654 | |
14655 * doctor.el (doctor-death): Give serious advice if suicide mentioned. | |
14656 | |
14657 * Move many files into new subdirs named play, mail, | |
14658 progmodes, textmodes, emulation, emacs-lisp, and international. | |
14659 | |
14660 * apropos.el, asm-mode.el, autoinsert.el: Add provide call. | |
93313 | 14661 * blackbox.el, cdl.el, copyright.el, cplus-md.el, debug.el, disass.el: |
25866 | 14662 * dissociate.el, doctor.el, dunnet.el, ebuff-menu.el, echistory.el: |
14663 * find-gc.el, ielm.el, informat.el, kermit.el, ledit.el, levents.el: | |
14664 * lselect.el, macros.el, mailpost.el, makesum.el, misc.el, modula2.el: | |
14665 * mpuz.el, novice.el, nroff-mode.el, options.el, pascal.el: | |
14666 * pc-mode.el, profile.el, prolog.el, reposition.el, rlogin.el: | |
14667 * rnewspost.el, scribe.el, soundex.el, spell.el, spook.el, studly.el: | |
14668 * talk.el, time.el, underline.el, undigest.el, unrmail.el, vi.el: | |
14669 * vip.el, vms-pmail.el, vt-control.el, ws-mode.el, x-apollo.el: | |
14670 Add provide calls. | |
14671 | |
14672 * icon.el: Fix provide call. | |
14673 | |
14674 * simple.el (current-word): Ignore text properties. | |
14675 | |
14676 * edebug.el (edebug-sit-for-seconds): New variable. | |
14677 (edebug-display): Use that variable to control amt of time. | |
14678 | |
14679 1997-06-22 Morten Welinder <terra@diku.dk> | |
14680 | |
14681 * tex-mode.el (latex-imenu-create-index): Make it much smarter. | |
14682 (latex-imenu-indent-string): New variable. | |
14683 | |
14684 1997-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14685 | |
14686 * uniquify.el (delay-uniquify-rationalize-file-buffer-names): | |
14687 Remove this hook here, | |
14688 if we won't call delayed-uniquify-rationalize-file-buffer-names. | |
14689 (uniquify-buffer-name-style): Default value is nil. | |
14690 | |
14691 * cus-edit.el (custom-buffer-create-internal): | |
14692 Insert an explanation of the [Set] [Save]... line. | |
14693 Rename Done to Bury Buffer. | |
14694 | |
14695 * wid-edit.el (widget-default-value-set): Preserve point here. | |
14696 (widget-choice-action, widget-toggle-action): Not here. | |
14697 (widget-choice-action, widget-toggle-action): | |
14698 Display a message about [State]. | |
14699 (widget-field-action): Improve message. | |
14700 | |
14701 * simple.el (paren-blinking group): Doc fix. | |
14702 | |
14703 * cus-edit.el (custom-tree-group-tag): Capitalize the tag. | |
14704 (custom-tree-variable-tag, custom-tree-face-tag): Likewise. | |
14705 (customize-browse): Corresponding changes. | |
14706 | |
14707 * wid-edit.el (widget-file-complete): New function. | |
14708 (file): Use widget-file-complete for :completion. Delete :action. | |
14709 (symbol): Use lisp-complete-symbol for :completion. | |
14710 (widget-file-action): Function deleted. | |
14711 (widget-field-action): Just move to next field. | |
14712 (widget-choice-action, widget-toggle-action): | |
14713 Preserve point usefully if it is within the widget. | |
14714 | |
14715 * wid-edit.el (group-visibility): Inherit from visibility. | |
14716 | |
14717 * cus-edit.el (custom-add-parent-links): New arg INITIAL-STRING. | |
14718 (custom-group-value-create): Pass that arg. | |
14719 (custom-buffer-create-internal): Clarify initial documentation. | |
14720 | |
14721 * cus-edit.el (custom-group-value-create): Use group-visibility widget. | |
14722 (custom-add-parent-links): Don't insert anything if no parents. | |
14723 Return non-nil iff do have parents. | |
14724 | |
14725 * wid-edit.el (group-visibility): New widget type. | |
14726 (widget-group-visibility-create): New function. | |
14727 | |
14728 * cus-edit.el (custom-magic-value-create): | |
14729 In `links' style, don't indent the member groups. | |
14730 (custom-group-value-create): Likewise. | |
14731 | |
14732 * wid-edit.el (widget-documentation-link-action): | |
14733 Use describe-function or describe-variable in simple cases. | |
14734 | |
14735 1997-06-21 Per Abrahamsen <abraham@dina.kvl.dk> | |
14736 | |
14737 * cus-edit.el (custom-buffer-indent): New option. | |
14738 (custom-magic-value-create): Use it. | |
14739 (custom-group-value-create): Ditto. | |
14740 (custom-buffer-create-internal): Don't create parent groups here. | |
14741 (custom-group-list): New variable. | |
14742 (custom-add-parent-links): New function. | |
14743 (custom-variable-value-create): Use it. | |
14744 (custom-face-value-create): Use it. | |
14745 (custom-group-value-create): Use it. | |
14746 (custom-buffer-groups-last): Changed default. | |
14747 | |
14748 * wid-edit.el (group-visibility): Deleted. | |
14749 (widget-group-visibility-create): Ditto. | |
14750 (group-link): Deleted. | |
14751 (widget-group-link-create): Ditto. | |
14752 (widget-group-link-action): Ditto. | |
14753 | |
14754 * cus-edit.el (custom-nest-groups): Delete option. | |
14755 (custom-buffer-style): Add `links' style instead. | |
14756 (custom-group-link): New widget. | |
14757 (custom-group-link-action): New function. | |
14758 (custom-group-value-create): Use `custom-group-link'. | |
14759 | |
14760 * wid-edit.el (widget-before-change): Fixed comment and debug string. | |
14761 | |
14762 * cus-edit.el (custom-mode-customize-menu): Deleted. | |
14763 (custom-mode-menu): Define here. | |
14764 (custom-mode): Don't add here. | |
14765 (custom-format-handler): Deleted. | |
14766 (custom): Don't add here. | |
14767 | |
14768 * cus-edit.el (custom-browse-sort-predicate): New alias. | |
14769 (custom-group-value-create): Use it. | |
14770 (:custom-last): Replace :custom-extra-prefix. | |
14771 (customize-browse): Use it. | |
14772 (custom-group): Ditto. | |
14773 (custom-group-value-create): Ditto. | |
14774 | |
14775 * cus-edit.el (face): Fixed format. | |
14776 (custom-face-value-create): Browse face, not option. | |
14777 | |
14778 * cus-edit.el (custom-group-value-create): Rewrote to replace | |
14779 entire format string. | |
14780 (custom-variable-value-create): Ditto. | |
14781 (custom-face-value-create): Ditto. | |
14782 (custom-group): Delete :format. | |
14783 (custom-variable): Ditto. | |
14784 (custom-face): Delete :format and :format-handler. | |
14785 (custom): Add :format. | |
14786 (custom-format-handler): Removed unnecessary code. | |
14787 (custom-face-format-handler): Deleted. | |
14788 (custom-add-see-also): New function. | |
14789 (custom-buffer-style): New option. | |
14790 (widget-face-value-create): Use it here instead of :format. | |
14791 (:custom-prefix, :custom-extra-prefix): New keywords. | |
14792 (custom): Initialize them. | |
14793 (custom-redraw-magic): Work with no magic button. | |
14794 (customize-browse): New command. | |
14795 (custom-tree-visibility): New widget. | |
14796 (custom-tree-visibility-action): New function. | |
14797 (custom-tree-group-tag): New widget. | |
14798 (custom-tree-group-tag-action): New function. | |
14799 (custom-tree-group-tag): New widget. | |
14800 (custom-tree-group-tag-action): New function. | |
14801 (custom-tree-variable-tag): New widget. | |
14802 (custom-tree-variable-tag-action): New function. | |
14803 (custom-tree-face-tag): New widget. | |
14804 (custom-tree-face-tag-action): New function. | |
14805 | |
14806 * cus-edit.el (custom-buffer-sort-alphabetically): New option. | |
14807 (custom-buffer-groups-last): New option. | |
14808 (custom-buffer-sort-predicate): Use them. | |
14809 (customize-apropos): Use it. | |
14810 (custom-group-value-create): Ditto. | |
14811 (custom-menu-sort-alphabetically): New option. | |
14812 (custom-menu-groups-first): New option. | |
14813 (custom-menu-sort-predicate): Use them. | |
14814 (custom-menu-create): Use it. | |
93313 | 14815 (custom-buffer-sort-predicate, custom-buffer-order-predicate) |
14816 (custom-menu-sort-predicate, custom-menu-order-predicate): Deleted. | |
25866 | 14817 |
14818 * wid-edit.el (widget-leave-text): Don't delete nil overlays. | |
14819 | |
14820 * wid-edit.el (widget-get-indirect): New function. | |
14821 (widget-default-create): Use it. | |
14822 (widget-button-insert-indirect): Deleted. | |
14823 | |
14824 * wid-edit.el (widget-inactive-face): Use dim gray instead of dark | |
14825 gray. | |
14826 | |
14827 1997-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14828 | |
14829 * cus-edit.el (custom-magic-alist) <hidden>: Don't refer to "dots". | |
14830 | |
14831 * cus-edit.el (customize-menu-create): Return nil if Emacs. | |
14832 (custom-mode): Handle custom-mode-customize-menu being nil. | |
14833 (custom-mode-customize-menu): Don't initialize if customize-menu-create | |
14834 returns nil. | |
14835 | |
14836 * wid-edit.el (boolean): Capitalize "toggle". | |
14837 (choice): Capitalize "value menu". | |
14838 (visibility): Capitalize "hide" and "show". | |
14839 (group-visibility): Likewise. | |
14840 (widget-documentation-string-value-create): Capitalize "more". | |
14841 | |
14842 * cus-edit.el (custom-nest-groups): New variable. | |
14843 (custom-group): Don't insert a space before the group name here. | |
14844 (customize-group): If buffer exists, use it unchanged. | |
14845 (custom-format-handler) <L>: Maybe make a group-link widget | |
14846 instead of a group-visibility widget. | |
14847 custom-nest-groups controls this. | |
14848 <l, i, e>: Indent differently if custom-nest-groups. | |
14849 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
14850 1997-06-20 Ryszard Kubiak <rysiek@ipipan.gda.pl> |
25866 | 14851 |
14852 * ogonek.el: Doc fixes. | |
14853 (ogonek-jak, ogonek-how): Examples of customization fixed. | |
14854 | |
14855 1997-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14856 | |
14857 * wid-edit.el (widget-specify-insert): Bind before-change-functions. | |
14858 (widget-insert, widget-setup): Likewise. | |
14859 (widget-editable-list-delete-at, widget-default-delete): Likewise. | |
14860 (widget-editable-list-insert-before): Likewise. | |
14861 (widget-setup): Set up before-change-functions. | |
14862 (widget-after-change): Don't apply :notify here. | |
14863 (widget-before-change): New function. Apply :notify here. | |
14864 (group-link): New widget type. | |
14865 (widget-group-link-action): New function. | |
14866 (widget-group-link-create): New function. | |
14867 | |
14868 * wid-edit.el (group-visibility): New widget type. | |
14869 | |
14870 * cus-edit.el (custom-format-handler) <L>: Use group-visibility. | |
14871 <L, i, - cases>: Triple the indentation, use just 2 dashes. | |
14872 | |
14873 1997-06-21 Kenichi Handa <handa@etl.go.jp> | |
14874 | |
14875 * quail.el (quail-help): Use with-output-to-temp-buffer. | |
14876 (quail-translation-help): Likewise. | |
14877 (quail-conversion-help): Likewise. | |
14878 | |
14879 * fontset.el (x-charset-registries): Name changed for consistency: | |
14880 lao.mule -> MuleLao, Mule.Tibetan-X -> MuleTibetan-X. | |
14881 (x-complement-fontset-spec): Optimization for latin-iso8859-1. | |
14882 | |
98317 | 14883 * mule-cmds.el: Define mouse-set-font in mule-menu-keymap again. |
25866 | 14884 |
14885 1997-06-20 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
14886 | |
14887 * tabify.el (untabify): Handle consecutive tabs all at once. | |
14888 (tabify-regexp): New var. | |
14889 (tabify): Use it. | |
14890 | |
14891 1997-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14892 | |
14893 * wid-edit.el (boolean): Display "(nil)" or "(non-nil)". | |
14894 Add extra space before the value. | |
14895 (widget-documentation-string-value-create): Use [more] to show rest. | |
14896 (widget-visibility-value-create): Don't include `...'. | |
14897 | |
14898 * cus-edit.el (customize-group): Ignore case in completion. | |
14899 (custom-buffer-create-internal): Put parent groups near the top. | |
14900 | |
14901 1997-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14902 | |
14903 * files.el (require-final-newline): Fix custom :type. | |
14904 | |
14905 1997-06-19 Per Abrahamsen <abraham@dina.kvl.dk> | |
14906 | |
14907 * wid-edit.el (widget-leave-text): Don't delete nil overlays. | |
14908 | |
14909 * wid-edit.el (widget-inactive-face): Change color. | |
14910 | |
14911 * cus-edit.el (custom-reset-saved): Call :custom-reset-saved. | |
14912 (custom-reset-standard): Call :custom-reset-standard. | |
14913 | |
14914 * cus-edit.el (custom-file): Autoload, and use ~/.xemacs-custom | |
14915 for XEmacs. | |
14916 | |
14917 * cus-edit.el (custom-buffer-create-internal): Change parent tag. | |
14918 | |
14919 * cus-edit.el (custom-buffer-create-internal): Add links to parent | |
14920 groups when there is only a single item in the buffer. | |
14921 | |
14922 * cus-edit.el (customize-apropos): Extend ALL arg to restrict | |
14923 apropos to options, groups and faces. Doc fix. | |
93313 | 14924 (customize-apropos-options) |
14925 (customize-apropos-faces) | |
25866 | 14926 (customize-apropos-groups): New commands. Call it. |
14927 (custom-help-menu): Add commands to menu. | |
14928 | |
14929 * wid-edit.el (widget-documentation-link-add): Only highlight text | |
14930 inside link. | |
14931 | |
14932 * wid-edit.el (widget-specify-field): Place unreadable | |
14933 text-property correctly when `widget-field-add-space' is non-nil. | |
14934 | |
14935 1997-06-19 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
14936 | |
14937 * view.el (view-mode): Add autoload cookie to this variable. | |
14938 (View-exit-and-edit): Add autoload cookie. | |
14939 | |
14940 1997-06-19 Simon Marshall <simon@gnu.ai.mit.edu> | |
14941 | |
14942 * simple.el: Create paren-blinking custom group (as a subgroup of | |
14943 paren-matching) and put all blink-matching-paren variables in the | |
14944 former (as opposed to the latter) group. | |
14945 | |
14946 * paren.el: Customise; paren-showing as a subgroup of paren-matching. | |
14947 (show-paren-style): New variable. | |
93313 | 14948 (show-paren-match-face) |
25866 | 14949 (show-paren-mismatch-face): New faces. |
14950 (show-paren-function): Use them. | |
14951 | |
14952 * font-lock.el: Rearrange custom options. | |
14953 (global-font-lock-mode): Change defvar to a defcustom, and move after | |
14954 global-font-lock-mode defun, so the mode can be enabled via customize. | |
14955 (tex-font-lock-keywords): Rewrite. | |
14956 | |
14957 * fast-lock.el: Rearrange custom options. | |
14958 | |
14959 * modula2.el (modula-2-mode): Set font-lock-defaults so that <* and *> | |
14960 have comment syntax during fontification. | |
14961 (m3-font-lock-keywords-1): Don't fontify <* and *> here. | |
14962 (m3-font-lock-keywords-2): Rearrange items and use regexp-opt. | |
14963 | |
14964 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
14965 | |
14966 * etags.el (esc-map): Delete M-TAB binding of complete-tag. | |
14967 | |
14968 * bindings.el (complete-symbol): New function. | |
14969 (complete-tag): Definition deleted. | |
98444 | 14970 (esc-map): Bind M-TAB to complete-symbol. |
25866 | 14971 |
14972 * info-look.el: Replaces libc.el. | |
14973 (info-complete-symbol): If MODE is nil, use the default value. | |
14974 | |
14975 * fill.el (fill-context-prefix): Fix previous change. | |
14976 | |
14977 * paren.el: Don't enable the mode just because file is loaded. | |
14978 | |
14979 * files.el (backup, find-file): Make `files' their parent. | |
14980 (ctl-x-map): Delete the C-x C-q binding for toggle-read-only. | |
14981 | |
14982 * cus-edit.el (files): New group `files'. | |
14983 (auto-save): Make `files' its parent. | |
14984 | |
14985 * mpuz.el (mpuz-congratulate): Don't say "1 errors". | |
14986 | |
14987 1997-06-18 Carsten Dominik <dominik@strw.LeidenUniv.nl> | |
14988 | |
14989 * reftex.el: Changed all doc strings to comply with conventions. | |
14990 (reftex-label-alist-builtin) New environment subfigure*. | |
14991 (reftex-toc) Introduced key g for revert-buffer. | |
14992 (reftex-extract-bib-entries) Allowed round parens as delimiter. | |
14993 (reftex-plug-into-AUCTeX) New variable and function. | |
14994 (reftex-make-master-buffer) Fixed bug with relative path names. | |
14995 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
14996 1997-06-18 Ryszard Kubiak <rysiek@ipipan.gda.pl> |
25866 | 14997 |
14998 * ogonek.el: Doc Fix. | |
14999 (prefix-code): Change the name to `ogonek-prefix-code'. | |
15000 | |
15001 1997-06-18 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
15002 | |
15003 * mule-util.el (coding-system-parent): Moved to mule.el. | |
15004 | |
15005 * mule.el (coding-system-parent): Moved from mule-util.el. | |
15006 | |
15007 1997-06-18 Kenichi Handa <handa@etl.go.jp> | |
15008 | |
15009 * startup.el (command-line): Load "leim-list.el". | |
15010 | |
15011 * subdirs.el: Add "language" in the argument of | |
15012 normal-top-level-add-to-load-path. | |
15013 | |
15014 * rmail.el (rmail-enable-decoding-message): Deleted. | |
15015 (rmail-revert): Bind enable-multibyte-characters to nil before | |
15016 calling rmail-convert-file. | |
15017 (rmail-convert-to-babyl-format): If enable-multibyte-characters is | |
15018 nil, don't convert code. | |
15019 | |
15020 * quail.el (quail-current-data): New variable. | |
15021 (quail-use-package): Do not reload a package already loaded. | |
15022 (quail-define-package): Update TITLE field of input-method-alist. | |
15023 (quail-map-p): TRANSLATION may be a cons. | |
15024 (quail-define-rules): Add autoload cookie. | |
15025 (quail-defrule): Add autoload cookie. Handle the case that TRANS | |
15026 is a cons. | |
93313 | 15027 (quail-get-translation, quail-lookup-key, quail-translate-key) |
15028 (quail-show-translations, quail-completion-list-translations) | |
15029 (quail-show-kbd-layout): Likewise. | |
25866 | 15030 (quail-hide-guidance-buf): Check if window WIN exists before |
15031 deleting it. | |
15032 (quail-directory-name): New variable. | |
15033 (quail-update-leim-list-file): New function. | |
15034 | |
15035 * mule.el (coding-system-type): Doc-string modified. | |
15036 (coding-system-category): New function. | |
15037 (make-subsidiary-coding-system): Argument BASE deleted. | |
15038 (make-coding-system): Put properties no-initial-designation and | |
15039 coding-category to a newly created coding system. | |
15040 (define-coding-system-alias): Put property 'parent-coding-system | |
15041 to a new alias, property 'alias-coding-systems to a parent. | |
15042 | |
15043 * mule-util.el (coding-system-parent): New function. | |
15044 (coding-system-lessp): New function. | |
15045 (coding-system-list): Sort coding systems by coding-system-lessp. | |
98317 | 15046 An element of returned list is always coding system, never be a |
25866 | 15047 cons. |
15048 (modify-coding-system-alist): Renamed from | |
15049 set-coding-system-alist. | |
15050 (prefer-coding-system): New function. | |
15051 (compose-chars-component): But fix for handling a composite | |
98317 | 15052 character of no composition rule. |
25866 | 15053 |
15054 * mule-diag.el (list-character-sets): Set major mode of *Help* | |
15055 buffer to help-mode. | |
15056 (describe-coding-system): If user input null for coding system, | |
15057 call describe-current-coding-system. | |
15058 (describe-current-coding-system-briefly): Doc-string modified. | |
98317 | 15059 (print-coding-system-briefly): Print parent and aliases of coding |
25866 | 15060 system. |
15061 (describe-current-coding-system): Show more information neatly. | |
98317 | 15062 (list-coding-systems): If called interactively, don't list up |
25866 | 15063 coding categories. |
15064 (list-input-methods): New function. | |
15065 (mule-diag): Call list-input-methods for listing input methods. | |
15066 | |
15067 * mule-cmds.el: Define describe-coding-system instead of | |
15068 describe-current-coding-system in help-map and mule-menu-keymap. | |
15069 In mule-menu-keymap, enable set-buffer-process-coding-system only | |
15070 when the current buffer has been associated with some subprocess. | |
15071 (set-language-info): Doc-string modified because `input-method' is | |
15072 not a valid KEY argument now. | |
15073 (leim-list-file-name, leim-list-header, leim-list-entry-regexp): | |
15074 New variables. | |
15075 (update-leim-list-file, update-all-leim-list-files): New | |
15076 functions. | |
15077 (current-input-method): Doc-string modified because the value is | |
15078 now input method name. | |
102657 | 15079 (default-input-method, previous-input-method): Likewise. |
25866 | 15080 (current-input-method-title): Doc-string modified because now each |
15081 input method doesn't have to set this variable. | |
15082 (input-method-alist): New variable. | |
15083 (register-input-method): Register input method in | |
15084 input-method-alist. | |
15085 (read-language-and-input-method-name): Deleted. | |
15086 (read-input-method-name): New function. | |
15087 (activate-input-method, select-input-method, toggle-input-method): | |
15088 Modified for the above change. | |
15089 (read-multilingual-string): Likewise. | |
15090 (describe-current-input-method): Renamed from | |
15091 describe-input-method. | |
15092 (describe-input-method): New function. | |
15093 (describe-language-environment): Don't put a vacant line at the | |
15094 top of *Help* buffer. Show a title string of each input method. | |
15095 | |
15096 * mule-conf.el: Change mnemonic letters for iso-2022-7bit-ss2 and | |
15097 iso-2022-7bit-lock. Set coding-category-iso-8-2 to | |
15098 'japanese-iso-8bit. | |
15099 | |
15100 * bindings.el (mode-line-mule-info): Change style for showing | |
15101 an activated input method. | |
15102 | |
15103 * characters.el: Set syntaxes of Ethiopic characters. | |
15104 | |
15105 * gnus/gnus-mule.el: Adjusted for the coding system name change. | |
15106 Set cyrillic-koi8 for newsgroup "relcom". | |
15107 | |
15108 * language/china-util.el, language/cyril-util.el, | |
93313 | 15109 * language/devan-util.el, language/ethio-util.el, |
15110 * language/japan-util.el, language/lao-util.el, | |
15111 * language/thai-util.el, language/tibet-util.el, | |
15112 * language/viet-util.el: Provide XXX-util instead of | |
98317 | 15113 * language/XXX-util. Delete local variable declaration. |
25866 | 15114 |
15115 * language/ethio-util.el (ethio-fidel-to-tex-map): Correct several | |
15116 elements. | |
15117 | |
93313 | 15118 * language/cyril-util.el (setup-cyrillic-iso-environment) |
15119 (setup-cyrillic-koi8-environment) | |
15120 (setup-cyrillic-alternativnyj-environment): Deleted. | |
25866 | 15121 (setup-cyrillic-environment): New function. |
15122 | |
15123 * language/cyrillic.el: Don't make the keymap | |
15124 describe-cyrillic-environment-map and | |
15125 setup-cyrillic-environment-map. Names of coding systems changed. | |
93313 | 15126 Give them more informative doc-string. Make iso-8859-5 alias of |
25866 | 15127 cyrillic-iso-8bit, alternativnyj alias of |
95257
c20af13dd9f0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95132
diff
changeset
|
15128 cyrillic-alternativnyj. For Cyrillic, provide single language |
25866 | 15129 environment "Cyrillic". |
15130 | |
15131 * language: Delete the code of calling register-input-method form | |
15132 all files under this directory. | |
15133 | |
15134 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
15135 | |
15136 * startup.el: Customize. | |
15137 (command-line): Translate iso-8859-9 into latin-5. | |
15138 (command-line-1): Recognize setting inhibit-startup-echo-area-message | |
15139 with customization buffer. | |
15140 | |
15141 1997-06-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
15142 | |
15143 * scheme.el (scheme): Add defgroup. | |
15144 Put defcustom's into this group. | |
15145 | |
15146 * finder.el (finder-list-keywords): Create *Finder* buffer if nec. | |
15147 | |
15148 * fill.el (fill-context-prefix): Fix criteria for first line, | |
15149 and for second line; always fetch prefixes from both lines. | |
15150 | |
15151 * buff-menu.el (Buffer-menu-mode): Doc fix. | |
15152 (Buffer-menu-bury): Move the line to the end. | |
15153 | |
15154 1997-06-17 Dave Love <d.love@dl.ac.uk> | |
15155 | |
15156 * scheme.el (scheme-mode-commands): Remove keybinding of \t to old | |
15157 `scheme-indent-line'. Bind \e\C-q to `indent-sexp', not | |
15158 `scheme-indent-sexp'. | |
15159 (scheme-mit-dialect): Use defcustom. | |
93313 | 15160 (dsssl-sgml-declaration): Likewise. Fix doc string. |
25866 | 15161 |
15162 1997-06-17 Inge Frick <inge@nada.kth.se> | |
15163 | |
15164 * arc-mode.el (archive-extract): Use second argument of | |
15165 view-buffer instead of setting view-exit-action. | |
15166 | |
15167 * tar-mode.el (tar-extract): Use second argument of | |
15168 view-buffer instead of setting view-exit-action. | |
15169 | |
15170 * files.el (view-read-only): New option variable. If | |
15171 non-nil then buffers visiting files read-only, do it in view mode. | |
15172 (find-file-read-only, find-file-read-only-other-window) | |
15173 (find-file-read-only-other-frame): Call toggle-read-only | |
15174 instead of setting buffer-read-only explicitly. | |
15175 (toggle-read-only, after-find-file): Changed to be aware | |
15176 of view-read-only. | |
15177 (save-some-buffers): Use second argument of view-buffer | |
15178 instead of setting view-exit-action. | |
15179 | |
15180 * window.el (split-window-save-restore-data): New function that | |
15181 for view mode buffers saves information in view-return-to-alist. | |
15182 (split-window-vertically, split-window-horizontally): | |
15183 Call split-window-save-restore-data. | |
15184 | |
15185 1997-06-16 Dan Nicolaescu <done@ece.arizona.edu> | |
15186 | |
15187 * icon.el (icon-indent-line): A comment ends at the end of the | |
15188 line, delete call to inexistent function. | |
15189 | |
15190 * icon.el (icon-font-lock-keywords-1): Improved regexp. | |
15191 (icon-font-lock-keywords-2): Likewise. | |
15192 | |
15193 1997-06-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
15194 | |
15195 * buff-menu.el (Buffer-menu-bury): New command. | |
15196 (Buffer-menu-mode-map): Put Buffer-menu-bury on `b'. | |
15197 | |
15198 * sendmail.el (mail-mode): mail-header-separator affects paragraphs | |
15199 only when there is nothing after it on the line. | |
15200 (mail-mode-auto-fill, mail-mode-fill-paragraph): | |
15201 Look for mail-header-separator only on a line by itself. | |
15202 | |
15203 * compile.el (grep-program): Comment out the use of zgrep. | |
15204 | |
15205 * help.el (help-map): Make C-i run info-lookup-symbol. | |
15206 | |
15207 1997-06-16 Simon Marshall <simon@gnu.ai.mit.edu> | |
15208 | |
15209 * icon.el (icon-imenu-generic-expression): Improved regexp. | |
15210 (icon-font-lock-keywords-1): Improved regexps. | |
15211 (icon-font-lock-keywords-2): Likewise. | |
15212 (icon-mode): Don't set font-lock-comment-start-regexp via | |
15213 font-lock-defaults; it is not needed anymore. | |
15214 | |
15215 1996-06-16 Dan Nicolaescu <done@ece.arizona.edu> | |
15216 | |
15217 * icon.el (icon-imenu-generic-expression): Improved regexp. | |
15218 (icon-mode): Don't use pushnew. | |
15219 | |
15220 1997-06-16 Michelangelo Grigni <mic@mathcs.emory.edu> | |
15221 | |
15222 * ffap.el (ffap-soft-value): Make this a function again; the macro | |
15223 version does intern-soft too early. Deleted XEmacs-specific code. | |
15224 | |
93313 | 15225 (ffap-string-at-point-mode-alist): Added "=" and |
25866 | 15226 "&" to the url syntax, as suggested by SJE. |
93313 | 15227 (ffap-read-file-or-url): Fixed the HIST argument to |
25866 | 15228 completing-read (only visible in XEmacs?), as reported by |
15229 Christoph Wedler <wedler@fmi.uni-passau.de>. | |
93313 | 15230 (ffap-kpathsea-expand-path): New func, replaces ffap-add-subdirs, |
25866 | 15231 a first attempt at kpathsea emulation. Also convert "" to "." in |
93313 | 15232 path lists, for XEmacs. Suggestions from SJE. |
25866 | 15233 Added mouse-track support (but no binding), as |
93313 | 15234 suggested by MDB. Moved Emacs mouse bindings from |
25866 | 15235 "down-mouse" events to ordinary mouse events. |
93313 | 15236 (ffap-alist): Added ffap-fortran-mode, as requested by MDB. |
25866 | 15237 Rewrote and merged XEmacs support, eliminating file |
15238 ffap-xe.el. Modified ffap-other-frame to work in dedicated | |
15239 frames, fixing a bug reported by JENS. | |
93313 | 15240 (ffap-menu-rescan): Avoid modifying the buffer. |
25866 | 15241 Two bugs reported by Christoph Wedler <wedler@fmi.uni-passau.de>: |
93313 | 15242 (ffap-fixup-url): Avoid autoloading through url-normalize-url. |
15243 (ffap-read-file-or-url): For XEmacs, give extra HACK-HOMEDIR arg | |
25866 | 15244 to `abbreviate-file-name'. |
93313 | 15245 (ffap-file-at-point): Suppress errors from `ffap-alist'. |
15246 (ffap-url-at-point): Modified regexp to accept | |
25866 | 15247 mail hostnames ending with a digit. Fixes bug report of SJE. |
93313 | 15248 (ffap-url-at-point): Use higher level function |
25866 | 15249 (w3-view-this-url t) suggested by wmperry, instead of |
15250 w3-zone-at/w3-zone-data or widget-at/widget-get. | |
93313 | 15251 (ffap-url-at-point): Modified to work with |
25866 | 15252 w3-version "WWW 2.3.64 1996/06/02 06:20:23" alpha, which |
15253 uses the 'widget package rather than the old w3-zone-at. | |
15254 Bug was reported by JENS. | |
98317 | 15255 Adapted comments and doc strings to Emacs coding |
25866 | 15256 conventions. Reorganized. Retired v18 support. |
15257 (ffap-bindings): Offers a default installation. | |
15258 (ffap-string-at-point): Modified arguments. | |
15259 (ffap-gnus-hook): Updated for Gnus 5. | |
15260 (ffap-tex-init): Delayed initialization of `ffap-tex-path'. | |
15261 (ffap-dired): New entry in `ffap-alist'. | |
15262 (ffap-menu-rescan): May fontify the choices in buffer. | |
15263 (ffap-read-file-or-url): `PC-completion-as-file-name-predicate' | |
15264 used if available, to work with complete.el. | |
15265 | |
15266 1997-06-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
15267 | |
15268 * view.el: Don't globally add to change-major-mode-hook. | |
15269 (view-mode-enable): Add to change-major-mode-hook locally here. | |
15270 (view-mode-disable): Remove from it locally here. | |
15271 | |
15272 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
15273 | |
15274 * vc.el (vc-steal-lock): Use yes-or-no-p for confirmation. | |
15275 | |
15276 * ogonek.el: New file. | |
15277 | |
15278 * texnfo-upd.el: Many doc fixes. | |
15279 (texinfo-all-menus-update): Check for @detailmenu. | |
15280 (texinfo-master-menu): Likewise. | |
15281 (texinfo-multiple-files-update): Likewise. | |
15282 (texinfo-insert-master-menu-list): Put in @detailmenu if appropriate. | |
15283 | |
15284 1997-06-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
15285 | |
15286 * cus-face.el (custom-face-attributes): Use booleans. | |
15287 | |
15288 * cus-edit.el (custom-variable-menu): Rearranged lisp support. | |
15289 (custom-face-menu): Ditto. | |
15290 | |
15291 * wid-edit.el (boolean): Add explicit toggle button. | |
15292 (choice): Add explicit value menu button. | |
15293 * cus-face.el (custom-face-attributes): Use booleans. | |
15294 | |
15295 * cus-edit.el (custom-format-handler): Handle %i escape. | |
15296 (custom-face): Use it. | |
15297 (custom-magic-value-create): Add spaces for groups. | |
15298 (custom-format-handler): Add spaces for groups. | |
15299 | |
15300 * widget.el (:documentation-indent): New keyword. | |
15301 * wid-edit.el (widget-default-format-handler): Obey it. | |
15302 (widget-documentation-link-add): Add indentation. | |
15303 (widget-documentation-string-value-create): Ditto. | |
15304 | |
15305 * cus-edit.el (widget-glyph-insert-glyph): Make the invisible | |
15306 extent open ended. | |
15307 | |
15308 * cus-edit.el (custom-format-handler): Added :echo-help to | |
15309 visibility widget. | |
15310 (custom-variable-value-create): Ditto, also for tag. | |
15311 * wid-edit.el (widget-documentation-string-value-create): Ditto. | |
15312 (widget-documentation-link-help-echo): New function. | |
15313 (documentation-link): Use it. Make untabable. | |
15314 | |
15315 * wid-edit.el (widget-apply-action): Don't bind | |
15316 `after-change-functions' here. | |
15317 | |
15318 * cus-edit.el (custom-toggle-hide): Call `widget-setup'. | |
15319 | |
15320 * wid-edit.el (widget-setup): Cleanup. | |
15321 | |
15322 * wid-edit.el (widget-tabable-at): New function. | |
15323 (widget-move): Use it. | |
15324 * wid-edit.el (widget-after-change): Reimplemented :secret. | |
15325 | |
15326 * wid-edit.el (widget-field-add-space): New option. | |
15327 (widget-specify-field): Use it. | |
15328 (widget-field-end): Ditto. | |
15329 | |
15330 * wid-edit.el (widget-leave-text): New function. | |
15331 (widget-convert-text): Use it. | |
15332 (documentation-link): New widget. | |
15333 (widget-documentation-link-action): New function. | |
15334 (widget-documentation-links): New option. | |
15335 (widget-documentation-link-regexp): New option. | |
15336 (widget-documentation-link-p): New option. | |
15337 (widget-documentation-link-type): New option. | |
15338 (widget-documentation-link-add): New function. | |
15339 (widget-documentation-string-value-create): Use it. | |
15340 | |
15341 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
15342 | |
15343 * sendmail.el (mail-mode): Let all-white lines separate paragraphs. | |
15344 | |
15345 * text-mode.el (text-mode): Let all-white lines separate paragraphs. | |
15346 | |
15347 * generic.el: New file. | |
15348 | |
15349 1997-06-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
15350 | |
15351 * icomplete.el: Don't call icomplete-mode; let the user do that. | |
15352 (icomplete-show-key-bindings): Doc fix. | |
15353 (icomplete-mode): Doc fix. | |
15354 (icomplete-get-keys): Make it actually work. | |
15355 (icomplete-mode): Doc fix. | |
15356 (icomplete-completions): Doc fix. | |
15357 | |
15358 * view.el: Many doc fixes. | |
15359 (view-mode-enable): New function, split from view-mode-enter. | |
15360 (view-mode-enter): Use view-mode-enable. | |
15361 (view-mode-disable): New function, split from view-mode-exit. | |
15362 (view-mode-exit): Use view-mode-disable. | |
15363 (view-mode): Use view-mode-enable and view-mode-disable; | |
15364 don't do all of what view-mode-enter and view-mode-exit do. | |
15365 (change-major-mode-hook): Use view-mode-disable, not view-mode-exit. | |
15366 | |
15367 1997-06-14 Inge Frick <inge@nada.kth.se> | |
15368 | |
15369 * view.el: Make view mode more similar to `less'. | |
15370 Changed documentation for most commands. | |
15371 (view-scroll-auto-exit): New variable, replaces view-mode-auto-exit. | |
15372 (view-mode-auto-exit): Variable deleted. | |
15373 (view-mode): Doesn't only toggle `view-mode', it also calls | |
15374 view-mode-enter or view-mode-exit. | |
15375 (view-buffer, view-buffer-other-window): New argument exit-action. | |
15376 (view-file, view-file-other-window, view-buffer-other-window) | |
15377 (view-buffer, view-mode-enter): Changed method used to restore | |
15378 windows when leaving view mode. | |
15379 (view-mode-exit): New function. | |
15380 (view-return-to-alist): New variable. | |
15381 (view-return-here, view-exit-position): Variables deleted. | |
15382 (view-remove-frame-by-deleting, view-exit-all-windows-at-exit): | |
15383 New option variables. | |
15384 (view-page-size, view-half-page-size): New variables. | |
15385 (view-scroll-size): Var deleted; replaced by the previous two. | |
15386 (view-mode-map): Make the bindings inside defvar. | |
15387 Added new commands and new key bindings. | |
15388 Added view-mode-exit to `change-major-mode-hook' to always leave | |
15389 view mode when changing major mode. | |
15390 (view-file-other-frame, view-buffer-other-frame): New commands. | |
15391 (View-leave, View-kill-and-leave, View-exit, View-exit-and-edit) | |
93313 | 15392 (View-quit, View-quit-all): New commands for leaving view mode. |
25866 | 15393 (view-exit): Function deleted. |
15394 (View-goto-percent, View-scroll-to-buffer-end): New commands. | |
15395 (view-try-extend-at-buffer-end): New option variable. | |
15396 | |
15397 (View-scroll-page-forward, View-scroll-page-backward) | |
15398 (View-scroll-page-forward-set-page-size) | |
15399 (View-scroll-page-backward-set-page-size, View-scroll-line-forward) | |
15400 (View-scroll-line-backward, View-scroll-half-page-forward) | |
15401 (View-scroll-half-page-backward) | |
15402 (View-revert-buffer-scroll-page-forward): New commands. | |
15403 | |
15404 (View-scroll-lines-forward, View-scroll-lines-backward) | |
15405 (View-scroll-lines-forward-set-scroll-size) | |
15406 (View-scroll-one-more-line): Commands deleted. | |
15407 | |
15408 (view-scroll-lines, view-end-message, view-page-size-default) | |
15409 (view-set-half-page-size-default, view-really-at-end) | |
15410 (view-recenter): New functions. | |
15411 (view-scroll-size): Function deleted. | |
15412 | |
15413 (View-search-regexp-forward, View-search-regexp-backward) | |
15414 (View-search-last-regexp-forward, View-search-last-regexp-backward) | |
15415 (view-search): ! and @ are special at beginning of regexp. | |
15416 (view-search-no-match-lines): New function. | |
15417 | |
15418 1997-06-14 Per Abrahamsen <abraham@dina.kvl.dk> | |
15419 | |
15420 * wid-edit.el: Add widget `coding-system' for mule. | |
15421 | |
15422 * wid-edit.el (widget-convert-text): New function. | |
15423 (widget-convert-button): Ditto. | |
15424 | |
15425 * wid-edit.el (widget-field-buffer): Don't assume an overlay | |
15426 exists. | |
15427 (widget-field-start): Ditto. | |
15428 (widget-field-end): Ditto. | |
15429 | |
15430 * cus-face.el (custom-face-attributes-get): Protect against | |
15431 missing w3 font functions. | |
15432 | |
15433 * cus-edit.el (custom-magic-faces): New group. | |
15434 Added magic faces. | |
15435 | |
15436 * cus-edit.el (custom-buffer): New group. | |
15437 (custom-menu): New group | |
15438 Updated options. | |
15439 * wid-edit.el (widget-faces): New group. | |
15440 Updated all faces. | |
15441 | |
15442 * wid-edit.el (widget-map-buttons): New function. | |
15443 | |
93313 | 15444 * cus-edit.el (custom-buffer-sort-predicate) |
25866 | 15445 (custom-menu-sort-predicate): Default to ignore. Rewrite :type form. |
93313 | 15446 (custom-buffer-order-predicate) |
25866 | 15447 (custom-menu-order-predicate): New variables. |
93313 | 15448 (custom-buffer-sort-alphabetically) |
25866 | 15449 (custom-menu-sort-alphabetically): Functions deleted. |
15450 (custom-sort-items-alphabetically): New function. Like deleted | |
15451 functions, except that A and B must be the same custom type. | |
93313 | 15452 (custom-sort-groups-first) |
25866 | 15453 (custom-sort-groups-last): New functions. Like deleted functions, |
15454 except that only A and B custom types are compared. | |
93313 | 15455 (custom-group-value-create) |
25866 | 15456 (custom-menu-create): Also sort members using custom-*-order-predicate. |
15457 But sort the copy of the stored sequence to prevent changing the stored | |
15458 value, and don't store the sorted copy. | |
15459 | |
15460 * wid-edit.el (widget-specify-inactive): Don't set `mouse-face'. | |
15461 (widget-setup): Don't use markers. | |
15462 | |
15463 * wid-edit.el (widget-default-format-handler): Cleanup. | |
15464 (widget-documentation-string-value-create): Also use documentation | |
15465 properties on single line documentation strings. | |
15466 | |
15467 * wid-browse.el (widget-minor-mode): Fixed mistake in | |
15468 widget-minor-mode - it had semantics of non-interactive calling | |
98317 | 15469 reversed. |
25866 | 15470 |
15471 1997-06-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
15472 | |
15473 * language/european.el (Latin-2): | |
15474 List Croatian as alternative name for Serbo-Croatian. | |
15475 | |
15476 1997-06-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
15477 | |
15478 * add-log.el (add-log-time-format): New variable. | |
15479 (add-log-iso8601-time-string): New function. | |
15480 (add-change-log-entry): Use add-log-time-format. | |
15481 (add-log-iso8601-time-zone): Renamed from iso8601-time-zone. | |
15482 | |
15483 1997-06-13 Dan Nicolaescu <done@ece.arizona.edu> | |
15484 | |
15485 * isearch.el (isearch-hide-immediately): New variable. | |
15486 (isearch-close-unecessary-overlays): New function. | |
15487 (isearch-range-invisible): Use them. | |
15488 | |
15489 * isearch.el (search-invisible): Changed the semantics, | |
15490 the default value and updated the doc string. | |
15491 (isearch-opened-overlays): New variable. | |
15492 (isearch-mode): Initialize it. | |
15493 (isearch-switch-frame-handler): Call isearch-clean-overlays. | |
15494 (isearch-exit, isearch-cancel, isearch-abort): Likewise. | |
15495 (isearch-other-meta-char, isearch-search): | |
15496 Support the new meaning for search-invisible. | |
15497 (isearch-open-necessary-overlays, isearch-open-overlay-temporary) | |
15498 (isearch-clean-overlays): New functions. | |
15499 (isearch-range-invisible): If we are inside overlays that can be | |
15500 opened, open them, add them to isearch-opened-overlays and say | |
15501 that the range is visible. | |
15502 | |
15503 * hideshow.el (hideshow): Added a :prefix. | |
15504 (hs-isearch-open): New variable. | |
15505 (hs-flag-region): Use that variable. | |
15506 Changed the semantics of the FLAG parameter and updated the docs. | |
15507 (hs-isearch-open-invisible): New function to be set as a | |
33798
ce028b6645fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
33112
diff
changeset
|
15508 `isearch-open-invisible' property for hidden overlays, so that |
25866 | 15509 isearch can use it. |
15510 (hs-hide-block-at-point): Tell if we are hiding a comment or a block. | |
15511 | |
15512 1997-06-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
15513 | |
15514 * latin-5.el: Latin-5 is ISO-8859-9, not ISO-8859-5. | |
15515 | |
15516 * fill.el (fill-context-prefix): Don't crash if RESULT is nil | |
15517 when AT-SECOND is t. | |
15518 | |
15519 * bytecomp.el (byte-save-current-buffer): Change to code 114 (0162). | |
15520 | |
15521 * sendmail.el (mail-mode): Change paragraph-start and | |
15522 paragraph-separate not to match leading spaces. | |
15523 | |
15524 * vc.el (vc-annotate-mode-variables): Init vc-annotate-mode-menu | |
15525 and put it into vc-annotate-mode-map. | |
15526 (vc-annotate-add-menu): Don't init vc-annotate-mode-menu, | |
15527 just add the bindings to it. Display progress messages. | |
15528 (vc-annotate-mode-menu): New defvar. | |
15529 (vc-annotate-ratio): Move defvar, add initial value. | |
15530 (vc-annotate-display-default): Display progress messages. | |
15531 (vc-annotate-display): Use vc-annotate-color-map. | |
15532 | |
15533 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
15534 | |
15535 * finder.el (finder-mode): Don't switch buffers or change text here. | |
15536 (finder-by-keyword): Don't call finder-mode here. | |
15537 (finder-list-matches): Call finder-mode here. | |
15538 Switch to a buffer called *Finder Category*. | |
15539 (finder-list-keywords): Call finder-mode here. | |
15540 Switch to the buffer *Finder*. | |
15541 If the buffer already exists, don't reinitialize it or move point. | |
15542 | |
15543 * bindings.el (esc-map): Delete spurious wrong binding for M-TAB. | |
15544 | |
15545 * forms.el (forms-mode, forms--process-format-list) | |
15546 (forms--make-parser-elt, forms-search-forward, forms-search-backward): | |
15547 Fix error messages. | |
15548 | |
15549 * text-mode.el (paragraph-indent-text-mode): | |
15550 Renamed from spaced-text-mode. | |
15551 (text-mode-map): Bind TAB to indent-relative. | |
15552 (indented-text-mode-map): Variable deleted. | |
15553 (indented-text-mode): Now an alias for text-mode. | |
15554 | |
15555 1997-06-11 Johan Vromans <jvromans@squirrel.nl> | |
15556 | |
15557 * forms.el (forms-save-buffer): | |
15558 Do not run the `write-file-filter' hooks | |
15559 explicitly since they are run via `local-write-file-hooks'. | |
15560 (forms-search-forward, forms-search-backward): | |
15561 Wrap the search. Use `error' to signal failure. | |
15562 | |
15563 1997-06-11 Stefan Schoef <schoef@OFFIS.Uni-Oldenburg.DE> | |
15564 | |
15565 * bibtex.el (bibtex-delete-whitespace, bibtex-current-line) | |
15566 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry) | |
15567 (bibtex-map-entries): | |
15568 Renamed from delete-whitespace, current-line, assoc-of-regexp, | |
15569 skip-to-valid-bibtex-entry, and map-bibtex-entries, respectively. | |
15570 | |
15571 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
15572 | |
15573 * fill.el (fill-context-prefix): If we get a prefix from the | |
15574 second line of the paragraph, verify the first line has it too. | |
15575 | |
15576 * reftex.el (tex-main-file, outline-minor-mode): Add defvars. | |
15577 | |
15578 1997-06-10 Carsten Dominik <dominik@strw.LeidenUniv.nl> | |
15579 | |
15580 * reftex.el: Updated documentation at several points in the file. | |
15581 (reftex-label-alist-builtin): New default environment subfigure. | |
15582 (reftex-find-duplicate-labels): Temporary buffer is now | |
15583 "*Duplicate Labels*" instead of "*Help*". | |
15584 (reftex-bibtex-selection-callback): Renamed variable found-list. | |
15585 (reftex-found-list): Added defvar for this variable. | |
15586 (TeX-master): Added defvar for this variable. | |
15587 (reftex-reset-mode): Kill temporary buffers associated with RefTeX. | |
15588 | |
15589 1997-06-10 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
15590 | |
15591 * mule-cmds.el (view-hello-file): Adjusted for the changes of | |
15592 coding system names. | |
15593 | |
15594 1997-06-10 Terrence Brannon <brannon@sand.usc.edu> | |
15595 | |
15596 * landmark.el (lm-display-statistics): Display stats in mode line. | |
15597 (lm-number-of-trials, lm-sum-of-moves): New vars. | |
15598 Various doc fixes. | |
15599 | |
15600 1997-06-10 Michael Staats <michael@thp.Uni-Duisburg.DE> | |
15601 | |
15602 * pc-select.el (pc-select-selection-keys-only): New variable. | |
15603 (pc-select-meta-moves-sexps): New variable. | |
15604 (exchange-point-and-mark-nomark): New function. | |
15605 (forward-sexp-mark, forward-sexp-nomark): New functions. | |
15606 (backward-sexp-mark, backward-sexp-nomark): New functions. | |
15607 (pc-selection-mode): Doc fix. | |
15608 Bind exchange-point-and-mark-nomark, C-escape. | |
15609 Honor pc-select-meta-moves-sexps, pc-select-selection-keys-only. | |
15610 Unset highlight-nonselected-windows. | |
15611 | |
15612 1997-06-10 Johan Vromans <jvromans@squirrel.nl> | |
15613 | |
15614 * forms.el: Use `error' where possible to signal errors. | |
15615 Remove (beep)s for warnings. | |
15616 Change comment about the iif hook to reflect the actual reason. | |
15617 Correct error in field numbering. | |
15618 | |
15619 1997-06-10 Flemming Hoejstrup Hansen <hovpfl@unidhp.uni-c.dk> | |
15620 | |
15621 * forms.el (forms-mode): Make `forms--elements' local before calling | |
15622 `forms--process-format-list'. | |
15623 | |
15624 1997-06-10 Olivier Laurens <laurens@tcc.bc.ca> | |
15625 | |
15626 * forms.el (forms-save-buffer): `forms-write-file-filter' and | |
15627 `forms-read-file-filter' were not called correctly. | |
15628 | |
15629 1997-06-10 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
15630 | |
15631 * f90.el (f90-looking-at-where-or-forall): Recognize where/forall | |
15632 only if it's a block, not a one-line statement. | |
15633 | |
15634 1997-06-10 Stefan Schoef <schoef@OFFIS.Uni-Oldenburg.DE> | |
15635 | |
15636 * bibtex.el (bibtex-mode-map): Changed the binding of the C-TAB | |
15637 key, such that XEmacs will understand it, too. | |
15638 | |
15639 * bibtex.el (bibtex-format-entry, bibtex-end-of-entry): Give specific | |
15640 error message if not on valid BibTeX entry. | |
15641 | |
15642 * bibtex.el (bibtex-field-string-quoted): Small bug fix. Allow | |
15643 backslash followed by newline. | |
15644 | |
15645 * bibtex.el (bibtex-reposition-window, bibtex-mark-entry): Two new | |
15646 functions, bound to M-C-l and M-C-h, respectively. | |
15647 | |
15648 * bibtex.el | |
15649 (bibtex-reformat-previous-options, bibtex-reformat-previous-labels): | |
15650 New internal variables used by bibtex-reformat. | |
15651 | |
15652 * bibtex.el (bibtex-clean-entry-hook): New hook to be called after | |
15653 entry has been cleaned. | |
15654 (bibtex-clean-entry): Run the hook bibtex-clean-entry-hook. | |
15655 | |
15656 * bibtex.el (bibtex-entry-field-alist): Small bug fix. | |
15657 (bibtex-autokey-title-terminators): Made -- a terminator instead | |
15658 of ---. | |
15659 (bibtex-font-lock-keywords): Don't treat ALT prefixed entries as | |
15660 comments. | |
15661 (bibtex-entry): Fixed parameter list. This function is not | |
15662 intended to be called with required and optional fields as | |
15663 optional arguments anymore. | |
15664 | |
15665 * bibtex.el (bibtex-generate-autokey): Now split into various | |
15666 small functions. | |
15667 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names): | |
15668 New variables used by bibtex-generate-autokey. | |
15669 (bibtex-autokey-get-namefield, bibtex-autokey-get-names) | |
15670 (bibtex-autokey-demangle-name, bibtex-autokey-get-namelist) | |
15671 (bibtex-autokey-get-yearfield, bibtex-autokey-get-titlestring) | |
15672 (bibtex-autokey-get-titles, bibtex-autokey-get-titlelist): | |
15673 New helper functions for bibtex-generate-autokey. | |
15674 | |
15675 * bibtex.el (bibtex-submit-bug-report): Report all variables. | |
15676 | |
15677 * bibtex.el (bibtex-contline-indentation): New user option. | |
15678 (bibtex-entry-offset): Renamed from bibtex-entry-indentation. | |
15679 | |
15680 * bibtex.el (bibtex-entry-field-alist): Used different order for | |
15681 some fields (as documented in btxdoc.tex). Changed one of the | |
15682 comment strings. | |
15683 | |
15684 * bibtex.el (bibtex-mode-hook, bibtex-add-entry-hook): Add var doc. | |
15685 (bibtex-autokey-before-presentation-hook): New variable to be | |
15686 called before autokey presentation. | |
15687 (bibtex-generate-autokey): | |
15688 Call bibtex-autokey-before-presentation-hook. Doc fix. | |
15689 | |
15690 * bibtex.el (bibtex-reference-key): Reincluded parentheses. | |
15691 Parentheses should be disallowed only in field constants. | |
15692 | |
15693 * bibtex.el (bibtex-autokey-transcriptions): Fixed bug (two | |
15694 entries for `\o' while `\oe' entry was missing). | |
15695 | |
15696 * bibtex.el (bibtex-entry-indentation): New variable to determine | |
15697 the indentation of all entries. | |
15698 (bibtex-move-outside-of-entry): Use `skip-chars-forward' instead | |
15699 of `re-search-forward'. | |
15700 (bibtex-beginning-of-first-entry, bibtex-beginning-of-last-entry): | |
15701 Renamed from beginning-of-first-bibtex-entry and | |
15702 beginning-of-last-bibtex-entry. Go to beginning of line, return point. | |
15703 (bibtex-do-auto-fill, bibtex-make-field, bibtex-entry) | |
15704 (bibtex-String, bibtex-Preamble): Respect `bibtex-entry-indentation'. | |
15705 (bibtex-beginning-of-entry, bibtex-end-of-entry): Make it work | |
15706 with indented entries. | |
93313 | 15707 (bibtex-count-entries, bibtex-sort-buffer, bibtex-validate) |
15708 (bibtex-kill-entry, bibtex-reformat): Use return value from | |
25866 | 15709 bibtex-beginning-of-first-entry. |
15710 (bibtex-clean-entry): Use `bibtex-reference-maybe-empty-head' | |
15711 instead of a fixed string. | |
15712 | |
15713 * bibtex.el (bibtex-beginning-of-entry, bibtex-end-of-entry): Now | |
15714 return point if called from a program. | |
93313 | 15715 (bibtex-enclosing-field, bibtex-format-entry) |
15716 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-mode) | |
15717 (bibtex-ispell-entry, bibtex-narrow-to-entry, bibtex-sort-buffer) | |
15718 (bibtex-find-entry-location, bibtex-validate, bibtex-clean-entry) | |
15719 (bibtex-fill-entry): Use new return values of these functions. | |
25866 | 15720 (bibtex-ispell-abstract): Bug fix (inherently by the change to |
15721 bibtex-end-of-entry). | |
15722 | |
15723 * bibtex.el (bibtex-field-history): New variable for history | |
15724 buffer of field name reading. | |
15725 (bibtex-make-field): Use completion. Object to completion are all | |
15726 standard fields defined for the current entry. Bound to `C-c C-f'. | |
15727 (bibtex-mode): Set `comment-start' and `comment-start-skip' to | |
15728 "@Comment ", `comment-column' to 0. | |
15729 | |
15730 * bibtex.el (bibtex-autokey-transcriptions): New variable. | |
15731 (bibtex-autokey-name-change-strings) | |
15732 (bibtex-autokey-titleword-change-strings): | |
15733 Use bibtex-autokey-transcriptions as default value. | |
15734 | |
15735 * bibtex.el (bibtex-find-entry-location): Handle empty buffer. | |
15736 | |
15737 * bibtex.el (bibtex-entry-delimiters): New variable to determine | |
15738 if entries shall be delimited by braces or parentheses. | |
15739 (bibtex-entry-left-delimiter, bibtex-entry-right-delimiter): New | |
15740 helper functions. | |
15741 (bibtex-entry, bibtex-String, bibtex-Preamble): Respect | |
15742 `bibtex-entry-delimiters'. | |
15743 (bibtex-entry-format): Doc fix. | |
15744 (bibtex-reference-key, bibtex-field-const): Removed parentheses | |
15745 from allowed characters. | |
15746 (bibtex-end-of-entry): Better handling of incorrect preambles. | |
15747 | |
15748 * bibtex.el (bibtex-validate): Small change to avoid reparsing of | |
15749 errors, if you enter `compile-goto-error' in compilation buffer. | |
15750 | |
15751 * bibtex.el (bibtex-progress-message): New function to show | |
15752 progress of some long-lasting functions in BibTeX mode by | |
15753 indicating percentage of done work. | |
15754 (bibtex-progress-lastperc, bibtex-progress-lastmes) | |
15755 (bibtex-progress-interval): | |
15756 New internal variables for `bibtex-progress-message'. | |
15757 (bibtex-parse-keys, bibtex-reformat, bibtex-validate): Use new | |
15758 function `bibtex-progress-message'. | |
15759 (current-line): New helper function to calculate current | |
15760 linenumber. Something like this should really be defined somewhere | |
15761 else in Emacs. | |
15762 (bibtex-validate): Changed to show all errors in buffer in a | |
15763 `compilation mode' buffer. If there are syntax errors, it aborts | |
15764 after the syntax check, since higher-level check functions rely on | |
15765 the syntactical correctness of buffer. If called from another lisp | |
15766 function (as `bibtex-convert-alien') the return value shows | |
15767 whether validating has been successful. Fixed bug which made | |
15768 checking for absent required fields work incorrectly. | |
15769 (bibtex-parse-keys-timeout): Set to a value reasonable higher | |
15770 (twice as high) than `lazy-lock-stealth-time'. | |
15771 (bibtex-member-of-regexp, assoc-of-regexp): Small cosmetic changes. | |
15772 | |
15773 * bibtex.el (bibtex-buffer-last-parsed-tick): Renamed from | |
15774 bibtex-buffer-last-parsed-for-keys-tick and made it really | |
15775 buffer-local (bug fix). | |
15776 (bibtex-parse-keys): Make it use bibtex-buffer-last-parsed-tick. | |
15777 (bibtex-parse-buffers-stealthily): New function which parses all | |
93313 | 15778 BibTeX buffers if Emacs has been idle an efficient amount of time. |
25866 | 15779 (bibtex-parse-idle-timer): New variable which stores whether idle |
15780 timer for parsing already is installed. | |
15781 (bibtex-parse-keys): Make it callable verbosely. Returns now nil | |
15782 if it has been aborted. | |
15783 (bibtex-mode): Run the new function bibtex-parse-buffers-stealthily. | |
15784 | |
15785 * bibtex.el (bibtex-generate-autokey): Changed the name part | |
15786 generation (bugfix). This function handles now correctly all three | |
15787 forms of BibTeX names, "First von Last", "von Last, First", "von | |
15788 Last, Jr, First". In every case the "Last" part is correctly | |
15789 extracted. If the "Last" part consists of more than one token only | |
15790 the first is used. Name fields spread over more than one line are | |
15791 no problem anymore. | |
15792 | |
15793 * bibtex.el (bibtex-entry-format): Changed default value to | |
15794 exclude 'page-dashes. Modified documentation. | |
15795 (bibtex-autokey-name-change-strings) | |
15796 (bibtex-autokey-titleword-abbrevs) | |
15797 (bibtex-autokey-titleword-change-strings, bibtex-entry) | |
15798 (bibtex-validate): Doc fixes. | |
15799 (bibtex-mode-map): Bound `C-c $' to bibtex-ispell-abstract. | |
15800 (bibtex-generate-autokey): Changed documentation. Small | |
15801 modification in calculating title field. | |
15802 (bibtex-mode): Included bibtex-ispell-entry into the list of | |
15803 `interesting' functions. | |
15804 (bibtex-kill-field): Bug fix (killing of first field in entry | |
15805 yielded error). | |
15806 | |
15807 * bibtex.el (bibtex-string-file-path): New variable which defines | |
15808 the path to search for bibtex-string-files. It defaults to | |
15809 contents of environment variable BIBINPUTS. | |
15810 (bibtex-mode): Use this variable. | |
15811 | |
15812 * bibtex.el (bibtex-next-field, bibtex-find-text): Will now work | |
15813 with string entries as well. | |
15814 | |
15815 * bibtex.el (bibtex-mode-map): bibtex-complete-key wasn't bound | |
15816 correctly. | |
15817 (bibtex-complete): Fixed bug (used string entries defined in | |
15818 buffer as object to completion). | |
15819 | |
15820 * bibtex.el (Menu): Use easymenu. More menu items for | |
15821 `BibTeX-Edit' menu. Use nested menus. | |
15822 | |
15823 * bibtex.el (bibtex-field-kill-ring-max) | |
15824 (bibtex-entry-kill-ring-max): Two new variables substituting | |
15825 bibtex-kill-ring-max. | |
15826 (bibtex-field-kill-ring, bibtex-entry-kill-ring): Two new | |
15827 variables substituting bibtex-kill-ring. | |
15828 (bibtex-field-kill-ring-yank-pointer) | |
15829 (bibtex-entry-kill-ring-yank-pointer): Two new variables | |
15830 substituting bibtex-kill-ring-yank-pointer. | |
15831 (bibtex-last-kill-command): New variable keeping the type of the | |
15832 last kill command. | |
15833 (bibtex-insert-current-kill): Clean distinction between the two | |
15834 BibTeX kill rings. | |
15835 (bibtex-kill-field): Use new variable bibtex-field-kill-ring. | |
15836 (bibtex-kill-entry): Use new variable bibtex-entry-kill-ring. | |
15837 | |
15838 * bibtex.el (bibtex-kill-ring, bibtex-kill-ring-yank-pointer): New | |
15839 internal variables like kill-ring and kill-ring-yank-pointer, but | |
15840 bibtex-kill-ring holds fields or complete reference entries | |
15841 instead of raw strings. | |
15842 (bibtex-kill-ring-max): New user option similar to kill-ring-max. | |
15843 (bibtex-kill-field): Renamed from bibtex-delete-field again. It | |
15844 now supports the new variable bibtex-kill-ring. | |
15845 (bibtex-copy-field-as-kill, bibtex-kill-entry) | |
15846 (bibtex-copy-entry-as-kill, bibtex-yank, bibtex-yank-pop): New | |
15847 interactive functions, which work on the bibtex-kill-ring | |
15848 variable. | |
15849 (bibtex-insert-current-kill): New helper function to insert | |
15850 contents of bibtex-kill-ring in an appropriate way. | |
15851 (bibtex-make-field): New optional argument to tell the function if | |
15852 it was called by bibtex-yank. It operates slightly different then. | |
15853 (bibtex-find-text): New optional argument to tell the function if | |
15854 it was called by bibtex-make-field. It moves in this case to the | |
15855 end of the key if it was called on the reference head line. If it | |
15856 is called interactively on the head line, it works in an | |
15857 appropriate manner, too. | |
15858 (bibtex-enclosing-field): New optional argument to tell | |
15859 bibtex-enclosing-field not to print an error message if enclosing | |
15860 field isn't found, but to return nil in this case (t is returned | |
15861 otherwise). This is used by bibtex-find-text such that no error | |
15862 message is given if bibtex-find-text is called interactively in | |
15863 the key line of an entry. | |
15864 | |
15865 * bibtex.el (bibtex-autokey-year-use-crossref-entry): New variable | |
15866 to determine if crossreferenced entry should be used for autokey | |
15867 generation, if year field of current entry is absent. | |
15868 (bibtex-generate-autokey): Use this new variable. | |
15869 | |
15870 * bibtex.el (bibtex-include-OPTannote): Deleted (is set in | |
15871 bibtex-user-optional-fields). | |
15872 (bibtex-entry, bibtex-print-help-message): Removed support for | |
15873 bibtex-include-OPTannote. | |
15874 | |
15875 * bibtex.el (bibtex-entry-format): New constant | |
15876 `inherit-booktitle' allowed. | |
15877 | |
15878 * bibtex.el (bibtex-mode): Set value for | |
15879 font-lock-mark-block-function. | |
15880 | |
15881 * bibtex.el (bibtex-font-lock-keywords): Changed to distinguish | |
15882 optional from ordinary fields. | |
15883 (bibtex-format-entry, bibtex-print-help-message) | |
15884 (bibtex-remove-OPT-or-ALT, bibtex-pop): Used simpler regexps. | |
15885 | |
15886 * bibtex.el (bibtex-delete-field): Changed from | |
15887 bibtex-delete-optional-or-alternative-field. Deletes now mandatory | |
15888 fields as well. | |
15889 (bibtex-mode): Changed documentation. | |
15890 | |
15891 * bibtex.el (bibtex-entry-type-history, bibtex-key-history): New | |
15892 variables to use own histories in BibTeX buffers. | |
15893 (bibtex-entry, bibtex-clean-entry, bibtex-String): Use these new | |
15894 variables. | |
15895 | |
15896 * bibtex.el (bibtex-entry, bibtex-make-field): A function can now | |
15897 be used to generate a fields init string. | |
15898 (bibtex-include-OPTkey, bibtex-include-OPTannote) | |
15899 (bibtex-entry-field-alist): Changed documentation accordingly. | |
15900 | |
15901 * bibtex.el (bibtex-mode): bibtex-parse-keys on start of mode is | |
15902 now abortable, too. | |
15903 (bibtex-entry, bibtex-complete-key, bibtex-String): If bibtex-keys | |
15904 isn't set correctly due to abortion of bibtex-parse-keys, this | |
15905 function is called now non-abortable. | |
15906 | |
15907 * bibtex.el (bibtex-entry-field-alist): Small change in comments. | |
15908 | |
15909 * bibtex.el (bibtex-find-entry-location): Bug fix: Insertion into | |
15910 completely empty buffer didn't work. | |
15911 | |
15912 * bibtex.el (bibtex-user-optional-fields): Renamed from | |
15913 bibtex-mode-user-optional-fields. | |
15914 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message): | |
15915 Use bibtex-user-optional-fields. | |
15916 | |
15917 * bibtex.el (bibtex-remove-delimiters): Bug fix: Only remove | |
15918 delimiting braces and not those inside fields. | |
15919 | |
15920 * bibtex.el (skip-to-valid-bibtex-entry, bibtex-parse-keys) | |
15921 (bibtex-end-of-entry, bibtex-validate, bibtex-reformat): Calculate | |
15922 complex regexps outside of loops. | |
15923 (bibtex-mode): Changed documentation on how to convert third party | |
15924 buffers. | |
15925 | |
15926 * bibtex.el (bibtex-convert-alien): New function to convert a | |
98317 | 15927 buffer not created by BibTeX mode to a format, which enables all |
25866 | 15928 features of BibTeX mode. |
15929 (bibtex-mode): Small bug fix for call to bibtex-parse-keys. | |
15930 | |
15931 * bibtex.el (bibtex-mode): Bug fix for using bibtex-parse-keys. | |
15932 | |
15933 * bibtex.el (bibtex-mode): Used other policy to initiate the first | |
15934 call of bibtex-parse-keys. This avoids unnecessary double call if | |
15935 Font Lock mode is chosen for buffer at startup. | |
15936 | |
15937 * bibtex.el (bibtex-String, bibtex-Preamble): Renamed from | |
15938 bibtex-string and bibtex-preamble. | |
15939 (bibtex-String): If bibtex-maintain-sorted-entries and | |
15940 bibtex-sort-ignore-string-entries are both non-nil, read string | |
15941 key from minibuffer (with completion) and insert entry at correct | |
15942 location (as for normal entries). | |
15943 | |
15944 * bibtex.el (bibtex-autokey-titleword-first-ignore) | |
15945 (bibtex-autokey-titleword-abbrevs): Changed documentation: case of | |
15946 regexps doesn't matter anymore. | |
15947 (bibtex-field-const, bibtex-reference-key): Simplified to not | |
15948 contain uppercase letters. | |
15949 (member-of-regexp, assoc-of-regexp): Ignore case of regexp. | |
15950 (map-bibtex-entries): Call function not for every syntactical correct | |
15951 entry, but only for entries with known type. | |
15952 (map-bibtex-entries, skip-to-valid-bibtex-entry) | |
15953 (bibtex-flash-head, bibtex-enclosing-field) | |
15954 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry) | |
15955 (bibtex-autokey-change, bibtex-generate-autokey, bibtex-parse-keys) | |
15956 (bibtex-ispell-abstract, bibtex-sort-buffer) | |
15957 (bibtex-find-entry-location, bibtex-validate, bibtex-remove-delimiters) | |
15958 (bibtex-delete-optional-or-alternative-field, bibtex-pop) | |
15959 (bibtex-clean-entry, bibtex-print-help-message): Make them work | |
15960 regardless of user's value of case-fold-search. | |
15961 (bibtex-generate-autokey): Use bibtex-cfield for generating the | |
15962 year field regexp. | |
15963 (bibtex-parse-keys): Only gather keys of known (and not of | |
15964 syntactical correct) entries. | |
15965 (bibtex-end-of-entry): Only report an "unknown entry" message if | |
15966 called interactively. | |
15967 | |
15968 * bibtex.el (bibtex-sort-ignore-string-entries): Renamed back from | |
15969 bibtex-sort-ignore-string-and-preamble. Of course, preambles are | |
15970 always ignored, since they have no key at all. | |
15971 (bibtex-string): Slightly less complex regexp. | |
15972 (skip-to-valid-bibtex-entry): New helper function to skip forward | |
15973 (or backward) to beginning of next syntactical correct known | |
15974 BibTeX entry, if not already there. Respects | |
15975 bibtex-sort-ignore-string-entries. | |
15976 (map-bibtex-entries): Bug fix: It wasn't called for string entries | |
15977 even if bibtex-sort-ignore-string-entries was nil. | |
15978 (beginning-of-last-bibtex-entry): New helper function to go to | |
15979 last entry in buffer. | |
15980 (bibtex-end-of-entry): Bug fix: Now works with string and preamble | |
15981 entries as well. | |
15982 (bibtex-sort-buffer): Renamed from bibtex-sort-entries. Simplified | |
15983 by using new function skip-to-valid-bibtex-entry. Now only known | |
15984 entries are checked. | |
15985 (bibtex-find-entry-location): Simplified by using new functions | |
15986 skip-to-valid-bibtex-entry and beginning-of-last-bibtex-entry. | |
15987 Only known entries are used to determine location. | |
15988 (bibtex-validate): Now checks string entries, too. | |
15989 (bibtex-move-outside-of-entry): Don't use forward-paragraph, but | |
15990 bibtex-end-of-entry. | |
15991 | |
15992 * bibtex.el (bibtex-end-of-entry): Don't use forward-sexp anymore, | |
98444 | 15993 since this fails on entries with non-escaped double-quotes. Use |
25866 | 15994 search-bibtex-reference instead (though it is slower, it is more |
15995 reliable). | |
15996 (bibtex-ispell-abstract): Use normal regexps created by | |
15997 bibtex-cfield instead of special ones. | |
15998 | |
15999 * bibtex.el (beginning-of-first-bibtex-entry): No warning on | |
16000 empty buffer. | |
16001 | |
16002 * bibtex.el (bibtex-validate): Bug fix. Syntactical check didn't | |
16003 work, since due to a bug all entries were simply skipped. | |
16004 | |
16005 * bibtex.el (bibtex-mode): Doc fix. | |
16006 (bibtex-delete-optional-or-alternative-field): Renamed from | |
16007 bibtex-kill-optional-or-alternative-field. | |
16008 (bibtex-delete-optional-or-alternative-field, bibtex-empty-field): | |
16009 Use delete-region, not kill-region. | |
16010 (bibtex-clean-entry): New second argument called-by-reformat | |
16011 indicates if bibtex-clean-entry was called by reformat. Don't try | |
16012 to find correct buffer position for newly generated key and don't | |
16013 call bibtex-parse-keys in this case. | |
16014 | |
16015 * bibtex.el (map-bibtex-entries): Bugfix (missed first entry in | |
16016 buffer, died on entries with `@' in other than first column). | |
16017 (beginning-of-first-bibtex-entry, bibtex-format-entry) | |
16018 (bibtex-beginning-of-entry, bibtex-validate, bibtex-clean-entry): | |
16019 Changed to allow BibTeX entries to start in a column different | |
16020 from 1 (but still for speed reasons only whitespace is allowed | |
16021 prior to the `@' on the same line. | |
16022 | |
16023 * bibtex.el (map-bibtex-entries): Call it for known BibTeX entries | |
16024 only. This allows entries as @Comment{...} which follow no | |
16025 specific structure without breaking the validation functions. | |
16026 (bibtex-validate): Check syntactical structure for known entries | |
16027 only. | |
16028 | |
16029 * bibtex.el (bibtex-autokey-abbrev): Sped up and changed to allow | |
16030 a length of zero. | |
16031 | |
16032 * bibtex.el (bibtex-entry-format): Remove option `month-strings'. | |
16033 (bibtex-validate): If given a prefix argument, check for | |
16034 questionable month fields. | |
16035 | |
16036 * bibtex.el (bibtex-generate-autokey): Use normal regexps created | |
16037 by bibtex-cfield instead of special ones. | |
16038 (bibtex-hide-entry-bodies): Sped up by using subst-char-in-region | |
16039 instead of using replace-regexp or replace-match. | |
16040 (bibtex-find-entry-location): A bug had been introduced by using | |
16041 search-bibtex-reference instead of re-search-forward (fixed). | |
16042 | |
16043 * bibtex.el (bibtex-field-delimiters): Renamed from | |
16044 bibtex-field-delimiter. | |
16045 (bibtex-entry-format): Constant empty-opts renamed to | |
16046 empty-opts-or-alts. | |
16047 (bibtex-remove-delimiters): Renamed from | |
16048 bibtex-remove-double-quotes-or-braces. | |
16049 (bibtex-reformat): New function. | |
16050 | |
16051 * bibtex.el (bibtex-fill-entry): New function to refill entry. | |
16052 (bibtex-mode-map): Defined key for bibtex-fill-entry. | |
16053 | |
16054 * bibtex.el (bibtex-field-delimiter): Substitutes variables | |
16055 bibtex-field-left-delimiter and bibtex-field-right-delimiter. | |
16056 (bibtex-field-left-delimiter, bibtex-field-right-delimiter): New | |
16057 helper functions. | |
16058 (bibtex-make-field, bibtex-pop): Use new variable | |
16059 bibtex-field-delimiter. | |
16060 (bibtex-empty-field, bibtex-string): Use new functions | |
16061 bibtex-field-left-delimiter and bibtex-field-right-delimiter. | |
16062 (bibtex-predefined-month-strings): New variable. | |
16063 (bibtex-predefined-strings): Use bibtex-predefined-month-strings. | |
16064 (bibtex-submit-bug-report): Use new variables | |
16065 bibtex-field-delimiter and bibtex-predefined-month-strings. | |
16066 | |
16067 * bibtex.el (bibtex-entry-format): Substitutes variable | |
16068 bibtex-clean-entry-zap-empty-opts-or-alts. Various types of | |
16069 formatting options are available (see variable documentation). | |
16070 (bibtex-format-entry): New function doing the formatting of entries. | |
16071 Taken from bibtex-clean-entry and enhanced to support new variable | |
16072 bibtex-entry-format. | |
16073 (delete-whitespace): New helper function used by bibtex-format-entry. | |
16074 (bibtex-clean-entry): Call new function bibtex-format-entry. | |
16075 (bibtex-submit-bug-report): Use bibtex-entry-format instead of | |
16076 bibtex-clean-entry-zap-empty-opts-or-alts. | |
16077 (bibtex-do-auto-fill): New function to perform auto-filling in | |
16078 BibTeX mode. In fact, this is the old function | |
16079 bibtex-auto-fill-function. | |
16080 (bibtex-mode): Don't set fill-prefix anymore, but use new function | |
16081 bibtex-do-auto-fill. | |
16082 | |
16083 * bibtex.el (bibtex-find-entry-location): Fixed bug (when | |
16084 bibtex-maintain-sorted-entries was non-nil, an entry with a key | |
16085 greater than all other keys wasn't inserted in the correct place). | |
16086 | |
16087 * bibtex.el (bibtex-mode): Don't use bibtex-auto-fill-function | |
16088 anymore, but use directly variable fill-prefix. | |
16089 | |
16090 * bibtex.el (bibtex-find-entry-location): Fixed bug (on duplicate | |
16091 keys, point must move to beginning of entry, so that bibtex-entry | |
16092 works correctly). | |
16093 | |
16094 * bibtex.el (bibtex-complete): Fixed bug (parameter string-list | |
16095 was mistakenly altered by the function itself). | |
16096 | |
16097 * bibtex.el (bibtex-mode-map): Bind bibtex-complete-key to C-TAB. | |
16098 | |
16099 * bibtex.el (bibtex-validate): Renamed from bibtex-validate-buffer | |
16100 since it can acts on region if active. Use search-bibtex-reference. | |
16101 (search-bibtex-reference): New function to be used in places where | |
16102 prior a re-search-{forward|backward} for bibtex-reference or | |
16103 something alike was used. This function is necessary due to the | |
16104 new limit of failure stack size in 19.32 and above. | |
16105 (bibtex-enclosing-reference-maybe-empty-head) | |
16106 (bibtex-sort-entries, bibtex-find-entry-location, bibtex-validate): | |
16107 Use new function search-bibtex-reference. | |
16108 (bibtex-pop, bibtex-clean-entry): Small change due to change in | |
16109 bibtex-enclosing-reference-maybe-empty-head. | |
16110 (bibtex-reference-infix, bibtex-reference-postfix): New constants | |
16111 necessary due to splitting bibtex-reference. | |
16112 (bibtex-reference): Deleted. | |
16113 (bibtex-type-in-reference, skip-whitespace-and-comments): Deleted. | |
16114 | |
16115 * bibtex.el (bibtex-mode): Don't turn auto-fill-mode on. Use new | |
16116 variable normal-auto-fill-function. | |
16117 | |
16118 * bibtex.el (bibtex-field-string): Simplified. | |
16119 | |
16120 * bibtex.el (bibtex-mode-syntax-table): Changed syntax of | |
16121 double-quote back to quote syntax. | |
16122 | |
16123 * bibtex.el (bibtex-complete): New generic function for interface | |
16124 functions bibtex-complete-string and bibtex-complete-key. | |
16125 (bibtex-complete-key): New function. | |
16126 | |
16127 * bibtex.el (bibtex-sort-ignore-string-and-preamble): Renamed from | |
16128 bibtex-sort-ignore-string-entries. | |
16129 (map-bibtex-entries): Use bibtex-sort-ignore-string-and-preamble | |
16130 and ignore preamble entries as well. | |
16131 (bibtex-mode, bibtex-submit-bug-report, bibtex-sort-entries): | |
16132 Use bibtex-sort-ignore-string-and-preamble. | |
16133 (bibtex-count-entries): New function to count entries in buffer or | |
16134 region. | |
16135 | |
16136 * bibtex.el (bibtex-comma-after-last-field): New variable to | |
16137 decide if comma should be inserted at end of last field. | |
16138 (bibtex-entry): Support new variable bibtex-comma-after-last-field. | |
16139 | |
16140 * bibtex.el (bibtex-field-indentation, bibtex-text-indentation): | |
16141 Two new user options (replacing the former constants | |
16142 bibtex-field-alignment and bibtex-text-alignment). | |
16143 (bibtex-align-at-equal-sign): New user option. | |
16144 (bibtex-auto-fill-function, bibtex-make-field) | |
16145 (bibtex-remove-OPT-or-ALT, bibtex-clean-entry): Support new variables. | |
16146 | |
16147 * bibtex.el (bibtex-validate-buffer): Now only checks region if | |
16148 mark is active. With optional argument checks if required fields | |
16149 are missing, too. | |
16150 | |
16151 * bibtex.el (bibtex-mode): Added support for imenu. | |
16152 | |
16153 * bibtex.el (bibtex-entry-field-alist) | |
16154 (bibtex-mode-user-optional-fields): Modified syntax to allow | |
16155 preinitialization of fields. | |
16156 (bibtex-make-field, bibtex-make-optional-field): | |
16157 Support preinitialization of fields. | |
16158 | |
16159 * bibtex.el (bibtex-autokey-prefix-string) | |
16160 (bibtex-autokey-preserve-case): New variables to support | |
16161 bibtex-generate-autokey. | |
16162 (bibtex-generate-autokey): Use new variables. | |
16163 | |
16164 * bibtex.el (bibtex-field-const, bibtex-reference-type) | |
16165 (bibtex-reference-key): Changed to match the (according to Oren | |
16166 Patashnik) allowed characters. | |
16167 | |
16168 * bibtex.el (bibtex-clean-entry-zap-empty-opts-or-alts): Renamed | |
16169 from bibtex-clean-entry-zap-empty-opts. | |
16170 (bibtex-entry-field-alist): Slightly modified syntax to support | |
16171 alternative fields needed for Book and InBook references. | |
16172 (bibtex-font-lock-keywords, bibtex-print-help-message) | |
16173 (bibtex-make-field, bibtex-pop, bibtex-clean-entry): | |
16174 Support ALT prefixed entries. | |
16175 (bibtex-mode): Documented new ALT prefixed fields. | |
16176 (bibtex-make-optional-field): Modified to give only field name as | |
16177 arg to bibtex-make-field. | |
16178 (bibtex-remove-OPT-or-ALT, bibtex-kill-optional-or-alternative-field): | |
16179 Renamed from bibtex-remove-OPT and bibtex-kill-optional-field, | |
16180 respectively. Modified to support ALT prefixes. | |
16181 | |
16182 * bibtex.el (bibtex-enclosing-field, bibtex-print-help-message): | |
16183 Speed up things by not using bibtex-enclosing-regexp anymore. | |
16184 (bibtex-enclosing-regexp): Function deleted. | |
16185 | |
16186 1997-06-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16187 | |
16188 * loadup.el: Load latin-5.el. | |
16189 | |
16190 1997-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16191 | |
16192 * characters.el: Delete syntax stuff for Latin-1 and Latin-2. | |
16193 | |
16194 * mail-utils.el (mail-parse-comma-list): | |
16195 Use buffer-substring-no-properties. | |
16196 | |
16197 * debug.el (debug): Set overriding-terminal-local-map to nil, | |
16198 don't bind it, so it won't be restored on `q'. | |
16199 | |
37927 | 16200 1997-06-09 Thomas Wurgler <twurgler@goodyear.com> |
25866 | 16201 |
16202 * emacs-lock.el: Added the string "emacs-lock" to all function | |
16203 and variable names, to make them unique to emacs-lock. | |
16204 | |
16205 * emacs-lock.el (check-was-buffer-locked): New function, | |
16206 on shell-mode-hook and telnet-mode-hook. | |
16207 (save-buffer-lock-setting): New permanent local variable. | |
16208 | |
16209 * emacs-lock.el (check-buffer-lock): New function, on kill-buffer-hook. | |
16210 (set-shell-sentinel): New function, on shell-mode-hook | |
16211 and telnet-mode-hook. | |
16212 | |
16213 1997-06-09 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
16214 | |
16215 * simple.el (do-auto-fill): Typo in the previous change fixed. | |
16216 | |
16217 1997-06-09 Kenichi Handa <handa@etl.go.jp> | |
16218 | |
16219 * mule.el: Delete declaration for buffer-file-coding-system. It | |
16220 is done in buffer.c now. In the comment, change coding-system to | |
16221 coding system. The name coding-vector is changed to coding-spec. | |
93313 | 16222 (coding-vector-type, coding-vector-mnemonic) |
16223 (coding-vector-docstring, coding-vector-flags): Deleted. | |
25866 | 16224 (coding-system-spec-ref): New function. |
16225 (coding-system-type, coding-system-mnemonic, coding-system-flags): | |
16226 Use coding-system-spec-ref. | |
16227 (coding-system-doc-string): Renamed from coding-system-docstring. | |
16228 (coding-system-eol-type): Renamed from coding-system-eoltype. | |
16229 (coding-system-eol-type-mnemonic): Moved to mule-util.el. | |
16230 (coding-system-post-read-conversion): Likewise. | |
16231 (coding-system-pre-write-conversion): Likewise. | |
16232 (default-process-coding-system): Deleted. Now declared in | |
16233 buffer.c. | |
16234 (make-subsidiary-coding-system): New function. | |
16235 (make-coding-system): Check arguments more strictly. Do not make | |
16236 -unix, -dos, -mac variants for TYPE 4. | |
16237 (define-coding-system-alias): Call make-subsidiary-coding-system. | |
16238 (set-buffer-file-coding-system): Adjusted for the function name | |
16239 changes. | |
16240 (find-new-buffer-file-coding-system): Likewise. | |
16241 (default-process-coding-system): Deleted. Now defined in coding.c. | |
16242 | |
16243 * mule-conf.el: Coding system names changed. | |
16244 | |
16245 * language: Most of files under this directory are modified | |
16246 because of changes of coding system names. | |
16247 | |
16248 * characters.el: Comment changed (iso-2022-7 -> iso-2022-7bit). | |
16249 | |
16250 * kkc.el (kkc-save-init-file): Coding system name changed from | |
16251 iso-2022-7 to iso-2022-7bit. | |
16252 | |
16253 * skkdic-conv.el: Likewise. | |
16254 | |
16255 * titdic-conv.el: Likewise. | |
16256 | |
16257 * mule-cmds.el: Define mouse-set-font in mule-menu-keymap. | |
16258 Disable menu set-buffer-process-coding-system if there's no | |
16259 process for the current buffer. | |
16260 (command-execute-with-coding-system): New function. | |
16261 (universal-coding-system-argument): Make it handle | |
98444 | 16262 universal-argument correctly. |
25866 | 16263 (describe-language-support): Call coding-system-doc-string instead |
16264 of coding-system-docstring. | |
16265 | |
16266 * mule-diag.el (describe-coding-system): Change format of output. | |
16267 (describe-current-coding-system-briefly): Likewise. | |
16268 (describe-current-coding-system): Likewise. | |
16269 (print-coding-system-briefly): Likewise. | |
16270 (print-coding-system): Likewise. | |
16271 (list-coding-systems): Likewise. Make it interactive. | |
16272 | |
16273 * mule-util.el (set-coding-system-alist): Deleted. | |
16274 (string-to-sequence): Doc string modified. | |
16275 (coding-system-list): Add optional arg BASE-ONLY. | |
16276 (coding-system-base): New function. | |
16277 (coding-system-plist): New function. | |
16278 (coding-system-equal): New function. | |
16279 (coding-system-unification-table): New function. | |
16280 | |
16281 * quail.el (quail-prefix-arg): New variable. | |
16282 (quail-start-translation): Make it handle a prefix argument. | |
16283 (quail-terminate-translation): Like wise. | |
16284 | |
16285 * simple.el (do-auto-fill): Bug fix for kinsoku processing. | |
16286 | |
16287 1997-06-09 Erik Naggum <erik@naggum.no> | |
16288 | |
16289 * latin-1.el: Normalized character names. | |
16290 * latin-2.el: Normalized character names. | |
16291 * latin-3.el: Normalized character names. | |
16292 * latin-4.el: Normalized character names. | |
16293 * latin-5.el: New file. | |
16294 | |
16295 1997-06-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16296 | |
16297 * webjump.el (webjump-sample-sites): Change the hot list. | |
16298 (webjump): Doc change. | |
16299 | |
16300 * mailalias.el (mail-directory-parser): Fix previous change. | |
16301 | |
39229
bf5f26157d70
Update Stephen Gildea's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
16302 1997-06-08 Stephen Gildea <gildea@stop.mail-abuse.org> |
25866 | 16303 |
16304 * time-stamp.el (time-stamp-string-preprocess, time-stamp-do-number): | |
16305 Avoid compiler warnings: pass all arguments to time-stamp-do-number | |
16306 explicitly, not dynamically. | |
16307 | |
16308 1997-06-08 Dan Nicolaescu <done@ece.arizona.edu> | |
16309 | |
16310 * icon.el (icon-font-lock-keywords-2): Use regexp-opt for the regexps. | |
16311 | |
16312 1997-06-08 Dave Love <d.love@dl.ac.uk> | |
16313 | |
16314 * browse-url.el: Update keywords to show up in finder. | |
16315 (browse-url-gnudoit-args, browse-url-generic-program) | |
16316 (browse-url-gnudoit-program, browse-url-generic-args): New variables. | |
16317 (browse-url-w3-gnudoit): New procedure. | |
16318 (browse-url-mmm): New location of `remote' file for MMM 0.4. | |
16319 (browse-url-generic): New procedure. | |
16320 | |
16321 (browse-url-netscape): Test for w32. | |
16322 | |
16323 (browse-url-url-at-point): Assume mailto: if URL contains @. | |
16324 Don't use thingatpt; find the URL here to do it correctly. | |
16325 | |
16326 (browse-url-at-point, browse-url-of-file, browse-url-at-mouse): | |
16327 Call browse-url. | |
16328 (browse-url): Check for list browse-url-browser-function. | |
16329 (browse-url-choose-browser): New procedure. | |
16330 (browse-url-browser-function): Allow list value. | |
16331 | |
16332 (browse-url-process-environment): Call browse-url-emacs-display. | |
16333 (browse-url-emacs-display): New procedure. | |
16334 (browse-url-netscape-display): New variable. | |
16335 | |
16336 (browse-url-of-region): New procedure. | |
16337 (browse-url-of-buffer): Check for narrowed buffer. | |
16338 | |
16339 (browse-url-url-at-point): Rewrite to not use cl.el delete-if. | |
16340 Fix multi-line URL matching. | |
16341 | |
16342 (browse-url-markedup-regexp): New variable. | |
16343 (browse-url-xterm-program): New variable. | |
16344 (browse-url-xterm-args): New variable. | |
16345 (browse-url-lynx-xterm): Use the above two vars. | |
16346 (browse-url-url-at-point): Use buffer-substring-no-properties. | |
16347 (browse-url-grail): Add missing optional arg. | |
16348 (browse-url-mmm): New procedure. | |
16349 | |
16350 (browse-url-netscape-startup-arguments): New variable. | |
16351 | |
16352 1997-06-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16353 | |
16354 * debug.el (debug, debugger-eval-expression): | |
16355 Treat overriding-terminal-local-map like overriding-local-map. | |
16356 (debugger-outer-overriding-terminal-local-map): New variable. | |
16357 | |
37927 | 16358 1997-06-07 Thomas Wurgler <twurgler@goodyear.com> |
25866 | 16359 |
16360 * emacs-lock.el: Check for a lock when deleting a buffer. | |
16361 Turn off the lock on a shell or telnet buffer if its process | |
16362 is killed. Reset the lock if the process is restarted. | |
16363 | |
16364 1997-06-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16365 | |
16366 * files.el (file-name-non-special): Handle | |
16367 file-name-completion and file-name-all-completions. | |
16368 | |
16369 * mailalias.el: Customize. Doc fixes. | |
16370 Mark some risky local variables. | |
16371 | |
16372 * dired.el (dired-unmark-all-marks): | |
16373 Renamed from dired-unmark-all-files-no-query. | |
16374 | |
16375 * language/european.el (setup-8-bit-environment): | |
16376 Load the file with load, not require, so that we reload it if nec. | |
16377 | |
16378 * language/english.el ("English"): Improve doc string. | |
16379 | |
16380 * language/indian.el (describe-indian-environment-map): | |
16381 Renamed from describe-indian-support-map. | |
16382 * language/devanagari.el: Corresponding changes. | |
16383 | |
16384 * language/european.el (describe-european-environment-map): | |
16385 Renamed from describe-european-support-map. | |
16386 | |
16387 * language/cyrillic.el (describe-cyrillic-environment-map): | |
16388 Renamed from describe-cyrillic-support-map. | |
16389 | |
16390 * language/chinese.el (describe-chinese-environment-map): | |
16391 Renamed from describe-chinese-support-map. | |
16392 | |
16393 * mule-cmds.el (describe-language-environment): | |
16394 Renamed from describe-language-support. | |
16395 Do the real work here; don't call describe-specified-language-support. | |
16396 Print the mnemonics when mentioning coding systems. | |
16397 Improve style of output. | |
16398 (describe-specified-language-environment): | |
16399 Renamed from describe-specified-language-support. | |
16400 Don't do the work here; call describe-language-environment. | |
16401 (describe-language-environment-map): | |
16402 Renamed from describe-language-support-map. | |
16403 | |
16404 * language/european.el (setup-8-bit-environment): | |
16405 Do not set set-case-syntax-offset. | |
16406 Subtract 128 when setting nonascii-insert-offset. | |
16407 Require latin-N if appropriate. | |
16408 | |
16409 1997-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16410 | |
16411 * startup.el (command-line): Don't call face-initialize. | |
16412 | |
16413 * diff.el (diff-command): Fix previous change. | |
16414 | |
16415 * startup.el (command-line): If environment specifies ISO 8859, | |
98444 | 16416 always set up for both single-byte and multibyte operation. |
25866 | 16417 But set-language-environment does most of the job now. |
16418 | |
16419 1997-06-06 Simon Marshall <simon@diazepam.gnu.ai.mit.edu> | |
16420 | |
16421 * regexp-opt.el (regexp-opt): Doc fix. | |
16422 (regexp-opt-group): When extracting character sets, emit them after | |
16423 the remaining strings so the regexp will find the longest match. | |
16424 | |
16425 1997-06-05 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
16426 | |
16427 * follow.el (set-process-filter): Advice doc fix. | |
16428 | |
39229
bf5f26157d70
Update Stephen Gildea's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
16429 1997-06-04 Stephen Gildea <gildea@stop.mail-abuse.org> |
25866 | 16430 |
16431 * time-stamp.el (time-stamp-format): Doc fix. Use %:y. | |
16432 (time-stamp-string-preprocess): Don't just call format-time-string; | |
16433 handle compatibility for some old constructs. Handle padding | |
16434 the historical way, while giving a warning if people actually | |
16435 depend on it. | |
16436 (time-stamp-conv-warn, time-stamp-conversion-warn) | |
16437 (time-stamp-do-number): New functions. | |
16438 | |
16439 1997-06-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16440 | |
16441 * diff.el: Customize. | |
16442 (diff-switches, diff-command): Add autoload cookies. | |
16443 | |
16444 * vc.el (diff-switches): defvar deleted. | |
16445 | |
16446 * format.el (format-insert-file): Fix arg order to format-decode. | |
16447 | |
16448 1997-06-04 Per Abrahamsen <abraham@dina.kvl.dk> | |
16449 | |
16450 * wid-edit.el (widget-kill-line): Fixed for overlays. | |
16451 | |
16452 * cus-edit.el (custom-buffer-create-internal): Show full | |
16453 documentation string in buffers with only a single item. | |
16454 | |
16455 * cus-edit.el (custom-mode-map): Suppress keymap. | |
16456 | |
16457 * wid-edit.el (widget-beginning-of-line): Work with overlays. | |
16458 (widget-end-of-line): Ditto. | |
16459 (widget-specify-inactive): Use inactive for mouse-face as well. | |
16460 (widget-read-event): New alias. | |
16461 (widget-button-click): Use it. | |
16462 Don't execute up events twice. | |
16463 (widget-field-end): Workaround for local-map at | |
16464 end of overlay. | |
16465 (widget-specify-field): Ditto. | |
16466 (widget-move): Fixed but with single button buffers. | |
16467 | |
16468 * cus-edit.el (custom-buffer-create-internal): Improved help | |
16469 strings for reset buttons. | |
16470 | |
16471 * wid-edit.el (widget-move): Restored support for | |
16472 `widget-echo-help' and `widget-move-hook'. | |
16473 (widget-documentation-string-value-create): Restore support for | |
16474 `widget-documentation--face'. | |
16475 | |
16476 * cus-edit.el (customize-variable-other-window): Added defalias. | |
16477 | |
16478 * widget.el (:complete): New keyword. | |
16479 (:complete-function): New keyword. | |
16480 * wid-edit.el (widget-complete): New command. | |
16481 (widget-keymap): Bind it. | |
16482 (widget-complete-field): New option. | |
16483 (widget-default-complete): New function. | |
16484 (default): Bind :complete. | |
16485 (string): Bind :complete-function. | |
16486 (sexp): Ditto. | |
16487 | |
16488 * wid-edit.el (widget-glyph-find): Would infloop when file not found. | |
16489 | |
16490 * wid-edit.el (widget-glyph-find): Try to avoid pure text glyphs. | |
16491 (widget-glyph-insert): Update doc string. | |
16492 | |
16493 * wid-edit.el (widget-button-click): Didn't restore `mouse-face'. | |
16494 | |
16495 * widget.el: Removed :hide-front-space and :hide-rear-space. | |
16496 | |
75613 | 16497 1997-06-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
25866 | 16498 |
16499 * informat.el (Info-tagify): Don't set Info-tag-table-marker | |
16500 if not in Info mode. | |
16501 | |
16502 1997-06-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16503 | |
16504 * sendmail.el (mail-setup): Don't set buffer-file-coding-system to nil. | |
16505 Instead, kill the local binding of it. | |
16506 | |
16507 1997-06-03 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
16508 | |
16509 * mouse-drag.el (mouse-drag-safe-scroll): Doc fix. | |
16510 (mouse-drag-repeatedly-safe-scroll): Doc fix. | |
16511 (mouse-drag-events-are-point-events-p): Doc fix. | |
16512 (mouse-drag-should-do-col-scrolling): Doc fix. | |
16513 (mouse-throw-with-scroll-bar): Doc fix. | |
16514 | |
16515 * follow.el (follow-windows-aligned-p): Doc fix. | |
16516 (follow-post-command-hook, follow-recenter): Doc fix. | |
16517 (follow-end-of-buffer, follow-windows-aligned-p): Doc fix. | |
16518 (follow-post-command-hook, follow-maximize-region): Doc fix. | |
16519 (set-process-filter, process-filter, move-overlay): Advice doc fix. | |
16520 | |
16521 1997-06-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16522 | |
16523 * text-mode.el (spaced-text-mode): Renamed from text-mode. | |
16524 But change the mode name and hooks. | |
16525 (text-mode): Put the guts of indented-text-mode here. | |
16526 But don't define text-mode-abbrev-table, just use it. | |
16527 Don't set indent-line-function, and use text-mode-map. | |
16528 (indented-text-mode): Call text-mode. | |
16529 | |
16530 * cus-edit.el (custom-variable-prompt): Change prompt. | |
16531 | |
16532 * sendmail.el (mail-setup): Clear out buffer-file-coding-system. | |
16533 | |
95773 | 16534 1997-06-02 Martin Lorentzson <emwson@emw.ericsson.se> |
25866 | 16535 |
16536 * vc-hooks.el (vc-annotate): Entry "Annotate" added to menu and | |
16537 function `vc-annotate' to key-sequence `C-x v g'. | |
16538 | |
16539 * vc.el (vc-annotate-*): New functions and variables. | |
16540 | |
16541 1997-06-02 Michael Kifer <kifer@cs.sunysb.edu> | |
16542 | |
93313 | 16543 * ediff-util.el (ediff-toggle-multiframe): Improved. |
16544 (ediff-setup, ediff-inferior-compare-regions): Modified. | |
16545 (ediff-setup): Bug fixed. | |
16546 * ediff-init.el (ediff-file-attributes): Use ediff-file-remote-p. | |
16547 * ediff-wind.el (ediff-setup-windows-multiframe-merge) | |
16548 (ediff-setup-windows-multiframe-compare): Improved window placement. | |
25866 | 16549 * ediff-diff.el (ediff-make-fine-diffs): |
93313 | 16550 Fixed messages about whitespace regions. |
25866 | 16551 * ediff-wind.el, ediff-ptch.el, ediff-mult.el, ediff-merg.el: |
93313 | 16552 custom.el'ed. |
25866 | 16553 |
16554 1997-06-02 Michael Kifer <kifer@cs.sunysb.edu> | |
16555 | |
93313 | 16556 * viper-init.el (vip-parse-sexp-ignore-comments): New variable. |
16557 * viper-cmd.el (vip-paren-match): Parsing comments is now controlled | |
25866 | 16558 with vip-parse-sexp-ignore-comments. |
93313 | 16559 * viper-cmd.el (vip-goto-col): Fixed. |
16560 * viper-cmd.el (vip-autoindent): Now expands abbrevs. | |
16561 (vip-adjust-keys-for): Unbinds vip-autoindent, if vip-auto-indent | |
25866 | 16562 is nil. |
93313 | 16563 * viper-cmd.el (vip-prefix-arg-value): Fixed computation of integer |
25866 | 16564 prefix args. |
93313 | 16565 * viper-cmd.el, viper-init.el: New files. |
25866 | 16566 |
16567 1997-06-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16568 | |
16569 * easy-mmode.el: New file. | |
16570 | |
16571 * reftex.el: Many doc fixes. | |
16572 (reftex-mode-menu): Change menu items. | |
16573 | |
16574 * language/cyrillic.el (koi8-r): Use R for mode line. | |
16575 | |
16576 * language/european.el (iso-8859-1): Use `1' for mode line. | |
16577 (Latin-1...Latin-4 coding systems): Add lists of languages | |
16578 which use these coding systems. | |
16579 | |
16580 1997-06-01 Rolf Ebert <ebert@waporo.muc.de> | |
16581 | |
16582 * ada-mode.el (ada-mode): Set up support for find-file.el. | |
16583 (ada-other-file-alist): New variable moved from find-file.el. | |
16584 (ada-search-directories): Likewise. | |
16585 | |
93313 | 16586 * find-file.el |
25866 | 16587 (ada-other-file-alist): Variable definition moved to ada-mode.el. |
16588 (ada-search-directories, ada-procedure-start-regexp): Likewise. | |
16589 (ada-package-start-regexp): Likewise. | |
16590 | |
16591 * ada-mode.el: Customize. | |
16592 | |
16593 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16594 | |
16595 * smtpmail.el: Include time-stamp. | |
16596 (smtpmail-queue-dir, smtpmail-queue-index-file): New variables. | |
16597 (smtpmail-queue-mail): New variable. | |
16598 (smtpmail-send-it): Handle those variables. | |
16599 (smtpmail-send-queued-mail): New command. | |
16600 | |
16601 * filecache.el: New file. | |
16602 * meta-mode.el: New file. | |
16603 * battery.el: New file. | |
16604 * easy-mmode.el: New file. | |
16605 | |
16606 * rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): | |
16607 Variables renamed from mmdf-delim1 and mmdf-delim2. | |
16608 | |
16609 1997-06-01 Roderick Schertler <roderick@ibcinc.com> | |
16610 | |
16611 * gud.el (gud-dgux-p, gud-dguxdbx-marker-filter): New functions. | |
16612 (dbx): Use them. | |
16613 | |
16614 1997-06-01 Dan Nicolaescu <done@ece.arizona.edu> | |
16615 | |
16616 * hideshow.el (hs-show-hidden-short-form): Updated doc string. | |
16617 (hs-adjust-block-beginning): Likewise. | |
16618 (hs-special-modes-alist): C and C++ should also use | |
16619 hs-c-like-adjust-block-beginning. | |
16620 (hs-find-block-beginning): If hs-adjust-block-beginning is t and | |
16621 we apply hs-adjust-block-beginning and we reach the point means | |
16622 that we found the block beginning. | |
16623 (hs-c-like-adjust-block-beginning): Renamed from | |
16624 java-hs-adjust-block-beginning. | |
16625 | |
16626 1997-06-01 Simon Leinen <simon@switch.ch> | |
16627 | |
16628 * smtpmail.el (smtpmail-via-smtp): Recognize XVRB as a synonym for | |
16629 VERB and XONE as a synonym for ONEX. | |
16630 | |
16631 (smtpmail-read-response): Add "%s" to `message' calls to avoid | |
16632 problems with percent signs in strings. | |
16633 | |
16634 * smtpmail.el (smtpmail-read-response): Return all lines of the | |
16635 response text as a list of strings. Formerly only the first line | |
16636 was returned. This is insufficient when one wants to parse | |
16637 e.g. an EHLO response. | |
16638 | |
16639 Ignore responses starting with "0". This is necessary to support | |
16640 the VERB SMTP extension. | |
16641 | |
16642 (smtpmail-via-smtp): Try EHLO and find out which SMTP service | |
16643 extensions the receiving mailer supports. | |
16644 | |
16645 Issue the ONEX and XUSR commands if the corresponding extensions | |
16646 are supported. | |
16647 | |
16648 Issue VERB if supported and `smtpmail-debug-info' is non-nil. | |
16649 | |
16650 Add SIZE attribute to MAIL FROM: command if SIZE extension is | |
16651 supported. | |
16652 | |
16653 Add code that could set the BODY= attribute to MAIL FROM: if the | |
16654 receiving mailer supports 8BITMIME. This is currently disabled, | |
16655 since doing it right might involve adding MIME headers to, and in | |
16656 some cases reencoding, the message. | |
16657 | |
16658 1997-06-01 Per Abrahamsen <abraham@dina.kvl.dk> | |
16659 | |
16660 * wid-edit.el: Changed to overlays. | |
16661 * cus-edit.el (custom-buffer-create-internal): Remove kludge for | |
16662 getting read-only bob and eob in XEmacs. | |
16663 * wid-browse.el (widget-browse-at): Use `get-char-property' | |
16664 instead of `get-text-property'. | |
16665 * widget.el (:value-from :value-to): Deleted. | |
16666 * widget.el (:button-overlay, :field-overlay): New keywords. | |
16667 * wid-edit.el (widget-default-delete): Delete overlays. | |
16668 (widget-field-value-delete): Delete overlay. | |
16669 | |
16670 * wid-edit.el (widget-specify-field-update): Specify both | |
98444 | 16671 `balloon-help' and `help-echo'. |
25866 | 16672 |
16673 * wid-edit.el (visibility): Change "more" to "show". | |
16674 | |
16675 * cus-edit.el (:custom-category): New keyword. | |
16676 (custom-variable): Add it. | |
16677 (custom-face): Ditto. | |
16678 (custom-group): Ditto. | |
16679 (custom-magic-value-create): Replace %c with category in state | |
16680 text. | |
16681 (custom-magic-alist): Use it. | |
16682 (custom-magic-show-hidden): Allow control on each custom | |
16683 category. | |
16684 (custom-magic-value-create): Ditto. | |
16685 (custom-reset-current): Ignore extra arguments. | |
16686 (custom-reset-saved): Ditto. | |
16687 (custom-reset-standard): Ditto. | |
16688 (custom-reset-button-menu): New option. | |
16689 (custom-buffer-create-internal): Use it. | |
16690 | |
16691 * cus-edit.el (customize-variable): Uncomment alias. | |
16692 | |
16693 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16694 | |
16695 * sun-curs.el (sc::cursors): Add an eval-and-compile. | |
16696 | |
16697 1997-06-01 Per Abrahamsen <abraham@dina.kvl.dk> | |
16698 | |
16699 * cus-edit.el (custom-format-handler): Changed look of group | |
16700 indicators. | |
16701 | |
16702 * wid-edit.el (widget-kill-line): Use forward-line instead of | |
16703 search-forward. | |
16704 | |
16705 * cus-edit.el (custom-magic-value-create): Cleanup. | |
16706 | |
16707 * wid-edit.el (set-text-properties): Redefine for broken XEmacsen. | |
16708 (widget-field-value-get): Remove workaround. | |
98444 | 16709 (widget-specify-button): Specify both `balloon-help' and `help-echo'. |
25866 | 16710 |
16711 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16712 | |
16713 * cus-edit.el (custom-variable-prompt): | |
16714 Handle variable-at-point returning 0. | |
16715 (customize-option): Renamed from custom-variable. | |
16716 (customize-variable): Add it as an alias. | |
16717 (customize-option-other-window): | |
16718 Renamed from customize-variable-other-window. | |
16719 (custom-load-symbol): Search for both short and absolute | |
16720 names of the library, when avoiding duplicate loading. | |
16721 | |
16722 1997-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16723 | |
16724 * mail-utils.el (mail-strip-quoted-names): Don't delete angle brackets | |
16725 when there's a colon inside them. | |
16726 | |
16727 * iso-cvt.el: Require `format'. | |
16728 (iso-translate-conventions): Take bounds as args. | |
16729 (iso-spanish, iso-german): Take bounds as args. | |
16730 (iso-iso2tex, iso-tex2iso, iso-gtex2iso, iso-iso2gtex): Likewise. | |
16731 (iso-iso2duden-trans-tab): New variable. | |
16732 (iso-iso2duden): New command. | |
16733 (iso-cvt-read-only, iso-cvt-write-only): New commands. | |
16734 (is-german-tex-p): Function deleted. | |
16735 (iso-fix-iso2tex, iso-fix-tex2iso): Functions deleted. | |
16736 (iso-cvt-ffh, iso-cvt-wfh, iso-cvt-ash): Functions deleted. | |
16737 (iso-cvt-define-menu): New function. | |
16738 | |
16739 * format.el (format-encode-run-method): New function. | |
16740 (format-decode-run-method): New function. | |
16741 (format-alist): Add many new formats. | |
16742 (format-annotate-function): Use format-encode-run-method. | |
16743 (format-encode-region): Likewise. | |
16744 (format-decode): Use format-decode-run-method. | |
16745 | |
16746 * startup.el (command-line): Detect Latin-N character sets | |
16747 from envvars, both for multibyte mode and single-byte mode. | |
16748 | |
75613 | 16749 1997-05-31 Per Abrahamsen <abraham@dina.kvl.dk> |
25866 | 16750 |
16751 * cus-edit.el (custom-format-handler): Don't show links for hidden | |
16752 items. | |
16753 | |
16754 * wid-edit.el (widget-button-prefix): Move to `widget-button' group. | |
16755 (widget-button-suffix): Ditto. | |
16756 | |
16757 * cus-edit.el (custom-format-handler): New %e and %- escapes. | |
16758 (custom-group): Use them. | |
16759 | |
16760 * widget.el (:widget-doc): Removed keyword. | |
16761 * wid-edit.el (widget-help): Removed widget. | |
16762 (widget-help-action): Removed function. | |
16763 | |
16764 * widget.el (:documentation-shown): New keyword. | |
16765 * wid-edit.el (documentation-string): New widget. | |
16766 (widget-documentation-string-value-create): New function. | |
16767 (widget-documentation-string-action): New function. | |
16768 (widget-default-format-handler): Use them. | |
16769 * cus-edit.el (custom-toggle-hide): Hide documentation. | |
16770 | |
16771 * cus-edit.el (custom-buffer-sort-predicate): Fix :type. | |
16772 (custom-menu-sort-predicate): Ditto. | |
16773 | |
16774 * wid-edit.el (visibility): New widget. | |
16775 (widget-visibility-value-create): New function. | |
16776 (widget-glyph-find): New function. | |
16777 (widget-glyph-insert): Use it. | |
93313 | 16778 * cus-edit.el (custom-variable-menu, custom-face-menu) |
16779 (custom-group-menu): Remove `Hide' entry. | |
25866 | 16780 (custom-magic-show-hidden): New option. |
16781 (custom-magic-value-create): Use it. | |
16782 (custom-face): Show visibility. | |
16783 | |
16784 * wid-edit.el (widget-glyph-insert-glyph): Clean up. | |
16785 | |
16786 1997-05-31 Dan Nicolaescu <done@ece.arizona.edu> | |
16787 | |
16788 * cpp.el (cpp-highlight-buffer): Make sure | |
16789 buffer-invisibility-spec contains `cpp'. | |
16790 (cpp-make-overlay-hidden): Use `cpp' as an invisible property. | |
16791 | |
16792 * hideshow.el (hs-hide-comments-when-hiding-all) | |
16793 (hs-show-hidden-short-form, hs-minor-mode-hook): Move definitions up. | |
16794 Use defcustom. | |
16795 (hs-find-block-beginning): Bind buffer-size, don't call it in a cycle. | |
16796 (hs-hide-all): Likewise. | |
16797 | |
16798 1997-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16799 | |
16800 * language/european.el: Rename language environments from | |
16801 LatinN to Latin-N. | |
16802 | |
16803 * mule-cmds.el (set-language-environment): Add autoload cookie. | |
16804 Renamed from setup-language-environment. | |
16805 | |
16806 * startup.el (iso-8859-n-locale-regexp): Renamed from | |
16807 iso-8859-1-locale-regexp. | |
16808 | |
16809 * loadup.el: Always load faces.el. | |
16810 | |
16811 * faces.el (make-face): Call make-face-internal only if defined. | |
16812 (internal-set-face-1): Call set-face-attribute-internal | |
16813 only if it is defined. | |
16814 | |
16815 1997-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16816 | |
16817 * cus-edit.el (custom-load-symbol): Don't reload a file | |
16818 that is already loaded. | |
16819 (custom-load-symbol): Simplify previous change. | |
16820 | |
16821 * wid-edit.el (widget-sexp-value-to-internal): | |
16822 Don't bother with pp for a symbol. | |
16823 | |
16824 * wid-edit.el: Don't require cl. | |
16825 (widget-default-format-handler): Don't use push. | |
93313 | 16826 (widget-push-button-value-create) |
16827 (widget-group-value-create) | |
25866 | 16828 (widget-sublist): New function. |
16829 (widget-item-match-inline): Use widget-subllist. | |
16830 (widget-remove-if): New function. | |
16831 (widget-choose): Use widget-remove-if. | |
16832 | |
16833 * cus-edit.el (cus-start): Require cus-start. | |
16834 (mule): Make i18n the parent group. | |
16835 | |
16836 * cus-start.el: Arrange to load it once during dumping, | |
16837 and again if needed by cus-edit.el. | |
16838 (custom-start-quote): Don't define as separate function. | |
16839 (load-path): Improve the :type. | |
16840 (delete-exited-processes): Fix group to processes-basics. | |
16841 | |
16842 * subr.el (substitute-key-definition): Check vectorp, not arrayp. | |
16843 | |
16844 * files.el (file-name-non-special): Special handling for | |
16845 substitute-in-file-name operation. | |
16846 | |
16847 * hippie-exp.el (he-dabbrev-skip-space, he-dabbrev-as-symbol): | |
16848 Move definitions up. Use defcustom. | |
16849 | |
16850 1997-05-30 Ken Manheimer <klm@python.org> | |
16851 | |
33112 | 16852 * icomplete.el: Integrated Emacs 19.34 and XEmacs 19.15 corrections |
16853 (typos, style, command revisions, etc). | |
16854 | |
16855 * icomplete.el: Integrated immediate keybindings display. See | |
25866 | 16856 `icomplete-show-key-bindings', `icomplete-get-keys', and |
16857 `icomplete-completions'. | |
16858 | |
40965 | 16859 * icomplete.el (icomplete-get-keys): Return keys bound in prior |
33112 | 16860 buffer to func name. |
16861 | |
40965 | 16862 * icomplete.el: Added icomplete delay behavior, so completions |
16863 don't intrude as quickly for short input, with customization | |
33112 | 16864 variables: |
16865 (icomplete-max-delay-chars): Maximum number of initial chars to | |
25866 | 16866 apply icomplete compute delay. |
33112 | 16867 (icomplete-compute-delay): Completions-computation stall, used |
95773 | 16868 only with large-number completions. |
33112 | 16869 (icomplete-delay-completions-threshold): Pending-completions |
93313 | 16870 number over which to apply icomplete-compute-delay. |
25866 | 16871 |
16872 1997-05-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16873 | |
16874 * simple.el (line-move): If moving into intangible text, | |
16875 try to move to the end of the intangible segment if it's on that line. | |
16876 | |
16877 * simple.el (completion-setup-function): Do set completion-base-size. | |
16878 | |
16879 1997-05-29 Per Abrahamsen <abraham@dina.kvl.dk> | |
16880 | |
16881 * cus-start.el: Use `standard-value' instead of `factory-value'. | |
16882 | |
16883 * cus-edit.el (custom-variable-action): Clarified prompt. | |
16884 (custom-face-action): Ditto. | |
16885 (custom-group-action): Ditto. | |
16886 | |
16887 * cus-edit.el (custom-face-set): Call `face-spec-set' instead of | |
16888 `custom-face-display-set'. | |
16889 (custom-face-save): Ditto. | |
16890 (custom-face-reset-saved): Ditto. | |
16891 (custom-face-reset-standard): Ditto. | |
16892 | |
16893 * cus-edit.el (custom-buffer-sort-predicate): New option. | |
16894 (custom-buffer-sort-alphabetically): New function. | |
16895 (custom-group-value-create): Use them. | |
16896 (custom-menu-sort-predicate): New option. | |
16897 (custom-menu-sort-alphabetically): New function. | |
16898 (custom-menu-create): Use them. | |
16899 | |
16900 * cus-edit.el (custom-magic-alist): Shortened message. | |
16901 | |
93313 | 16902 * cus-edit.el (custom-help-menu): Updated names. |
25866 | 16903 |
16904 * cus-edit.el: Say `invoke' instead of `activate'. | |
16905 * wid-edit.el: Ditto. | |
16906 | |
16907 * wid-edit.el (widget-help): Fix format string. | |
16908 | |
16909 * cus-edit.el (custom-magic-value-create): Use push button | |
16910 brackets around state button. | |
16911 (custom-magic-value-create): Indent with three spaces. | |
16912 | |
16913 * cus-face.el (face-spec-set-match-display): Change error for | |
16914 unknown requirement to warning. | |
16915 | |
16916 * wid-edit.el (widget-link-prefix): Change to "[". | |
16917 (widget-link-suffix): Change to "]". | |
16918 | |
16919 * wid-edit.el (widget-color-item-button-face-get): Don't require | |
16920 facemenu for XEmacs. | |
16921 (widget-glyph-insert): Would bug out. | |
16922 | |
16923 * wid-edit.el (widget-glyph-directory): Fix doc. string. | |
16924 (widget-image-conversion): New option. | |
16925 (widget-glyph-insert): Use it. | |
16926 (widget-glyph-insert-glyph): No tag here. | |
16927 (widget-push-button-value-create): But here. | |
16928 | |
16929 * wid-edit.el (widget-field-face): Changed to dim gray. | |
16930 | |
16931 * wid-edit.el (widget-push-button-prefix): New option. | |
16932 (widget-push-button-suffix): New option. | |
16933 (widget-button): New group. | |
16934 | |
16935 * widget.el (:text-format): Removed. | |
16936 (:button-suffix): New keyword. | |
16937 (:button-prefix): New keyword. | |
16938 | |
16939 * wid-edit.el (widget-button-prefix): New variable. | |
16940 (widget-button-suffix): New variable. | |
16941 (widget-insert-indirect): New function. | |
16942 (widget-default-create): Use it. | |
16943 (default): Bind them. | |
16944 (widget-link-prefix): New option. | |
16945 (widget-link-suffix): New option. | |
16946 (link): Use them. | |
16947 (push-button): Don't use `:text-format'. | |
16948 (widget-push-button-value-create): Ditto. | |
16949 (widget-help): Update format. | |
16950 (checkbox): Ditto. | |
16951 (radio-button): Ditto. | |
16952 | |
16953 * cus-edit.el (custom-magic-alist): Use `invoke' instead of | |
16954 `push'. | |
16955 | |
16956 * cus-edit.el (custom-magic-alist): Changed rogue state message. | |
16957 | |
16958 * custom.el (defface): Doc fix. | |
16959 | |
16960 * cus-edit.el (mule): New group for MULE merged emacsen. | |
16961 (auto-save): Spelling fix. | |
16962 | |
16963 * cus-edit.el, custom.el: Renamed `factory' to `standard' | |
16964 everywhere. | |
16965 | |
16966 * cus-edit.el (custom-magic-show-button): Changed default to | |
16967 `nil'. | |
16968 (custom): Removed `:format'. | |
16969 (custom-variable): Removed level button. | |
16970 (custom-face): Ditto. | |
16971 (custom-level): Deleted. | |
16972 (custom-level-action): Deleted. | |
16973 (custom-format-handler): Update caller. | |
16974 (custom-group-magic-alist): Merged into `custom-magic-alist'. | |
16975 (custom-magic-value-create): Use merged `custom-magic-alist'. | |
16976 (custom-group-state-update): Ditto. | |
16977 | |
16978 1997-05-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
16979 | |
16980 * cus-edit.el (custom-face-display-set): Define if not defined. | |
16981 (custom-buffer-create-internal): Refer to the Emacs manual. | |
16982 | |
93313 | 16983 1997-05-29 Anders Holst <aho@nada.kth.se> |
25866 | 16984 |
16985 * hippie-exp.el (he-file-name-beg): Don't trigger on parts of | |
16986 words with non-file chars. | |
16987 (he-lisp-symbol-beg): Use symbol syntax classes. | |
16988 (he-dabbrev-as-symbol): New variable. | |
93313 | 16989 (he-dabbrev-beg, he-dabbrev-search, he-dabbrev-kill-search): Use it. |
25866 | 16990 |
16991 1997-05-29 Ken Manheimer <klm@python.org> | |
16992 | |
16993 * icomplete.el: Integrated Emacs 19.34 and XEmacs 19.15 | |
16994 corrections (typos, style, command revisions, etc). | |
16995 Integrated hacked up XEmacs immediate keybindings display. See | |
16996 `icomplete-show-key-bindings', `icomplete-get-keys', and | |
16997 `icomplete-completions'. Doesn't work with mainline GNU | |
16998 Emacs 19.34 (because the cmdloop doesn't set owindow, and the | |
16999 current-local-map doesn't take optional buffer arg), so feature | |
17000 is, by default, inhibited unless we're running in XEmacs. | |
17001 (icomplete-get-keys): Return keys bound to func name in buffer | |
17002 "owindow" - since "owindow" is calling-buffer history present | |
17003 only in XEmacs, this function is only useful in XEmacs. | |
17004 (icomplete-max-delay-chars, icomplete-compute-delay): New vars. | |
17005 (icomplete-delay-completions-threshold): New var. | |
17006 These customize the delay behavior, so that completions don't | |
17007 intrude as quickly for short input. | |
17008 | |
17009 1997-05-29 Anders Lindgren <andersl@csd.uu.se> | |
17010 | |
17011 * follow.el (follow-submit-feedback, follow-mode): Doc fix. | |
17012 (follow-generic-filter): Don't restore the original buffer if it's | |
17013 dead, or if the filter explicitly selected a new buffer. | |
17014 | |
17015 1997-05-29 John Heidemann <johnh@isi.edu> | |
17016 | |
17017 * mouse-drag.el (mouse-drag-electric-col-scrolling): New variable; | |
17018 auto-enables horizontal scrolling when clicks on wrapped | |
17019 lines occur. | |
17020 | |
17021 1997-05-29 Simon Marshall <simon@diazepam.gnu.ai.mit.edu> | |
17022 | |
17023 * font-lock.el (font-lock-syntactic-keywords): New variable. | |
17024 (font-lock-fontify-syntactic-keywords-region): New function. Use it. | |
17025 (font-lock-default-fontify-region): Call it first if variable non-nil. | |
17026 Wrap parse-sexp-lookup-properties to non-nil if called. | |
17027 (font-lock-default-unfontify-region): Remove syntax-table properties. | |
93313 | 17028 (font-lock-apply-syntactic-highlight) |
25866 | 17029 (font-lock-fontify-syntactic-anchored-keywords): New functions. |
17030 These syntactic keyword fontification functions place syntax-table text | |
17031 properties in the buffer, in much the same way that keyword | |
17032 fontification functions place face text properties. The syntax-table | |
17033 text properties are respected by syntactic and keyword fontification. | |
17034 (font-lock-eval-keywords): New function. | |
17035 (font-lock-set-defaults): Use it. | |
17036 (font-lock-keyword-depth): Function deleted. Use regexp-opt-depth. | |
17037 | |
17038 * fast-lock.el (fast-lock-get-syntactic-properties): New function. | |
17039 (fast-lock-save-cache-1): Call it and save value. | |
17040 Save font-lock-syntactic-keywords. Save 3 as version number. | |
17041 (fast-lock-cache-data): Take new args SYNTACTIC-KEYWORDS and | |
17042 SYNTACTIC-PROPERTIES. Eval font-lock-syntactic-keywords with | |
17043 font-lock-eval-keywords. Compile and compare all keywords. | |
17044 (fast-lock-get-syntactic-properties): New function. | |
17045 (fast-lock-add-properties): Renamed from fast-lock-set-face-properties. | |
17046 Take new arg SYNTACTIC-PROPERTIES and add syntax-table text properties. | |
17047 Now fast-lock.el saves a buffer's value of font-lock-syntactic-keywords | |
17048 and syntax-table text properties as added by font-lock.el. | |
17049 | |
17050 * sh-script.el (sh-font-lock-keywords*): Doc fixes. | |
17051 (sh-mode-syntax-table): Leave $ syntax alone. | |
17052 (sh-font-lock-syntactic-keywords): New variable. | |
17053 (sh-mode): Use it to set font-lock-defaults. | |
17054 | |
17055 1997-05-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17056 | |
17057 * edt.el (edt-emulation-on): Handle absence of TERM envvar. | |
17058 | |
17059 * iso-acc.el (iso-languages): For French and Portuguese, | |
17060 add comma as prefix. For Latin-3, add period. | |
17061 Remove unnecessary backslashes before chars that don't need them. | |
17062 | |
17063 * edebug.el (edebug-signal): Avoid infinite recursion. | |
17064 | |
17065 1997-05-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17066 | |
17067 * regexp-opt.el: New file. | |
17068 | |
17069 * server.el (server-kill-buffer): Prevent infinite recursion. | |
17070 (server-kill-buffer-running): New variable. | |
17071 | |
17072 1997-05-28 Hrvoje Niksic <hniksic@srce.hr> | |
17073 | |
17074 * dired-aux.el: Customize. | |
17075 | |
17076 1997-05-27 Dan Nicolaescu <done@ece.arizona.edu> | |
17077 | |
17078 * hideshow.el (hs-special-modes-alist): Include also the | |
93313 | 17079 comment regexp in the alist. This is needed for modes like C++ |
25866 | 17080 where the comment beginning regexp is not easy to determine |
17081 from the syntax table. | |
17082 Include ADJUST-BLOCK-BEGINNING in the alist. | |
17083 (hs-hide-comments-when-hiding-all): Add autoload cookie. | |
93313 | 17084 (hs-show-hidden-short-form) |
25866 | 17085 (hs-adjust-block-beginning): New variables. |
17086 | |
17087 Comment out `hs-menu-bar' as XEmacs support was removed. | |
17088 (hs-c-end-regexp): Remove variable, obsoleted by the rewrite of | |
17089 `hs-inside-comment-p'. | |
17090 | |
17091 (hs-discard-overlays): No need to test if we are inside the | |
17092 overlay, we surely are since we got the overlay using `overlays-at'. | |
17093 (hs-hide-block-at-point): Rewritten to use the new variables. | |
17094 Use only one parameter to specify the comment. | |
17095 (hs-show-block-at-point): No need for the COMMENT-REG parameter. | |
17096 (hs-safety-is-job-n): Correct typo. | |
17097 (hs-hide-initial-comment-block): Add ^L to the chars to skip. | |
17098 Take into account `hs-show-hidden-short-form' when testing. | |
17099 (hs-inside-single-line-comment-p): Function deleted, obsoleted by | |
17100 the rewrite of `hs-inside-comment-p'. | |
93313 | 17101 (hs-inside-comment-p): Rewritten from scratch. Semantics changed |
17102 when returning non-nil. We can be inside a comment, but that | |
25866 | 17103 comment might not be hidable (the car of the return value should |
17104 be non-nil to be hidable). | |
17105 (hs-grok-mode-type): Rewrite to be more understandable. | |
17106 `hs-c-end-regexp' does not exist any more. | |
17107 Initialize `hs-c-start-regexp' from the alist if specified there. | |
17108 Initialize `hs-adjust-block-beginning'. | |
17109 (hs-find-block-beginning): Rewritten to be able to deal with the | |
17110 situation when a block beginning spans multiple lines and the | |
17111 point is on one of those lines. | |
17112 (hs-already-hidden-p): Look first if we are inside a comment or a | |
17113 block, go to their end and look there for the overlays. | |
17114 (java-hs-adjust-block-beginning): New function. | |
17115 (hs-hide-all): Hide a comment block only if `hs-inside-comment-p' | |
17116 says is hidable. | |
17117 (hs-hide-block): Simplify. Handle properly the result of | |
17118 `hs-inside-comment-p'. | |
17119 (hs-show-block): Likewise. | |
17120 (hs-minor-mode): Doc string fixes. | |
17121 Make `hs-adjust-block-beginning' buffer local. | |
17122 Delete making `hs-c-end-regexp' buffer local as it was deleted. | |
17123 | |
17124 1997-05-27 Kenichi HANDA <handa@nora.(none)> | |
17125 | |
17126 * mule.el (set-terminal-coding-system): New function. | |
17127 (set-keyboard-coding-system): New function. | |
17128 (set-buffer-process-coding-system): Name changed from | |
17129 set-current-process-coding-system. | |
17130 | |
17131 * encoded-kb.el (encoded-kbd-mode): Fix typo in doc-string. | |
17132 (encoded-kbd-set-coding-system): Deleted. | |
17133 | |
17134 * case-table.el (describe-buffer-case-table): Use aref instead of | |
17135 set-char-table-range. | |
17136 | |
17137 * loadup.el: Add comment for the code loading | |
17138 "language/devanagari". | |
17139 | |
17140 * mule-cmds.el: Delete defining "i" in mule-keymap. | |
17141 (mule-menu-keymap): New variable. All menu items related to mule | |
17142 are defined in this keymap. | |
17143 (set-language-info): Change format of INFO for KEY documentation | |
17144 and setup-function. | |
17145 (setup-specified-language-environment): New function. | |
17146 (setup-language-environment): Call the above function. | |
17147 (describe-specified-language-support): New function. | |
17148 (describe-language-support): Call the above function. | |
17149 (universal-coding-system-argument): New function. | |
17150 (read-language-and-input-method-name): Doc-string fixed. If | |
17151 default-input-method is nil, use previous-input-method as the | |
17152 default value. | |
17153 (set-default-input-method): Deleted. | |
17154 | |
17155 * language/*.el: Most of setup-LANGUAGE-environment functions are | |
17156 moved form LANGUAGE.el to LANG-util.el. These functions now at | |
17157 first call setup-english-environment to reset various values to | |
17158 the defaults. | |
17159 | |
17160 * language/english.el (setup-english-environment): Set several | |
17161 default values more appropriately. | |
17162 | |
17163 * mule-conf.el: Set default value of coding-category-iso-else to | |
17164 iso-2022-lock. Set priority of coding-category-emacs-mule higher. | |
17165 | |
17166 * files.el (find-file): Delete the facility of handling a prefix | |
17167 argument. | |
17168 (find-file-other-window, find-file-read-only): Likewise. | |
17169 (find-file-read-only-other-window): Likewise. | |
17170 (find-file-read-only-other-frame): Likewise. | |
17171 (find-alternate-file-other-window, find-alternate-file): Likewise. | |
17172 (write-file, insert-file, append-to-file): Likewise. | |
17173 | |
17174 * dired.el (dired-find-file): Likewise. | |
17175 | |
17176 * fontset.el (x-complement-fontset-spec): Add font names which are | |
17177 ignoring sizes in alternative-fontname-alist. | |
17178 | |
17179 1997-05-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17180 | |
17181 * mouse.el (mouse-undouble-last-event): Return nil if the event | |
17182 is not double or triple to start with. | |
17183 (mouse-show-mark): Handle scroll-bar events here. | |
17184 | |
17185 1997-05-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17186 | |
17187 * batmode.el: File deleted from distribution. | |
17188 | |
17189 * vi.el (vi-join-lines): Locally bind count. | |
17190 (vi-search-forward, vi-search-backward): Use isearch-update-ring. | |
17191 (vi-repeat-last-search, vi-reverse-last-search): | |
17192 Get string from the ring. | |
17193 (vi-mode-old-major-mode, vi-mode-old-mode-name): New defvars. | |
17194 (vi-mode-old-local-map, vi-mode-old-case-fold): Likewise. | |
17195 (vi-tilde-map): Move the defvar and bindings to the front. | |
17196 | |
17197 * ielm.el (ielm-input): New defvar. | |
17198 | |
17199 * browse-url.el (browse-url-netscape, browse-url-netscape-sentinel) | |
17200 (browse-url-netscape-send): Use browse-url-netscape-program, | |
17201 renamed from browse-url-netscape-command. | |
17202 | |
17203 * icon.el (indent-icon-exp): Bind last-depth. | |
17204 Consistently use inner-loop-done, not innerloop-done. | |
17205 | |
17206 * webjump.el (webjump-adult-p): Function deleted. | |
17207 | |
17208 * gulp.el (gulp-send-requests): Sort maintainers alphabetically. | |
17209 (gulp-create-m-p-alist): Don't print message here. Bind fl-tm. | |
17210 (gulp-request-header, gulp-request-end): Update the default text. | |
17211 | |
17212 * info.el (Info-exit): Use bury-buffer simply. | |
17213 | |
17214 1997-05-27 Dan Nicolaescu <done@ece.arizona.edu> | |
17215 | |
17216 * icon.el (icon-mode): Adapt to new hideshow and improve regexps. | |
17217 (icon-forward-sexp-function): Use beginning-of-icon-defun and | |
17218 end-of-icon-defun. | |
17219 | |
17220 1997-05-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17221 | |
17222 * isearch.el (search-highlight): Make it t by default. | |
17223 (search-invisible): Doc fix. | |
17224 | |
17225 * simple.el (do-auto-fill): Don't give fill-context-prefix third arg. | |
17226 | |
17227 * fill.el (adaptive-fill-regexp): Allow - and |; | |
17228 allow spaces within the prefix. Allow numeric headings. | |
17229 (adaptive-fill-first-line-regexp): New variable. | |
17230 (fill-context-prefix): Use adaptive-fill-first-line-regexp. | |
17231 If prefix from first line seems unreasonable, use whitespace instead. | |
17232 Reject it entirely only if it is a paragraph-starter. | |
17233 | |
17234 1997-05-26 Simon Marshall <simon@diazepam.gnu.ai.mit.edu> | |
17235 | |
17236 * comint.el (comint-send-input): When calculating the history entry, | |
17237 use insert to restore the old input, and insert before deleting. | |
17238 | |
17239 * ispell.el (ispell-overlay-window): Use inhibit-frame-unsplittable, | |
17240 instead of its old name. | |
17241 | |
17242 1997-05-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17243 | |
17244 * faces.el: Unconditionally create the standard faces at load time. | |
17245 Move face setup here from cus-start.el, and add attribute info. | |
17246 (x-create-frame-with-faces): Don't call frame-set-background-mode | |
17247 until after handling the reverse-video parameter. | |
17248 | |
17249 * cus-start.el: Move face setup to faces.el. | |
17250 | |
17251 * faces.el (modify-face): Don't call make-face-unbold | |
17252 if face has no font; likewise for make-face-unitalic. | |
17253 (x-create-frame-with-faces): Use nil for SET-ANYWAY | |
17254 when calling make-face-x-resource-internal. | |
17255 (face-initialize): Don't initialize any face attributes here. | |
17256 (face-fill-in): Don't call set-face-underline-p if underlining off. | |
17257 | |
17258 * subr.el (substitute-key-definition): Fix previous change. | |
17259 | |
17260 * Makefile (dontcompilefiles): Add latin-1.el ... latin-4.el; | |
17261 remove iso-syntax.el and i3-syntax.el. | |
17262 | |
17263 1997-05-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17264 | |
17265 * info.el (Info-suffix-list): Accept -info as suffix; | |
17266 also accept a subdir with a file called `index'. | |
17267 | |
17268 * texinfmt.el (texinfo-extra-inter-column-width): | |
17269 Renamed from extra-inter-column-width. Doc fix. | |
17270 (texinfo-multitable-buffer-name): | |
17271 Variable renamed from multitable-temp-buffer-name. | |
17272 (texinfo-multitable-rectangle-name): | |
17273 Variable renamed from multitable-temp-rectangle-name. | |
17274 (texinfo-format-key): Don't insert angle-brackets. | |
17275 | |
100515
ce4ce31aa65a
Fix typos and author's names.
Juanma Barranquero <lekktu@gmail.com>
parents:
98444
diff
changeset
|
17276 1997-05-24 Robert J. Chassell <bob@gnu.ai.mit.edu> |
25866 | 17277 |
17278 * texinfo.el (texinfo-version): New function and variable. | |
17279 (texinfo-update-node): New autoload call. | |
17280 (texinfo-every-node-update): Likewise. | |
17281 (texinfo-sequential-node-update): Likewise. | |
17282 (texinfo-mode-map): New binding for C-c ]. | |
17283 (texinfo-environment-regexp): Use concat, for clarity. | |
17284 (texinfo-insert-@end): Fix paren error. | |
17285 | |
17286 * texinfmt.el (texinfmt-version): New function and variable. | |
17287 (texi2info): New function. | |
17288 (texinfo-accent-commands): New variable. | |
17289 (texinfo-no-refill-regexp): Use concat to make it clearer. | |
17290 Add some more elements. | |
17291 (texinfo-part-of-para-regexp): Likewise. | |
17292 (texinfo-append-refill): Extend criterion 3 for when not to refill. | |
17293 (texinfo-raisesections-alist): Add @centerchap. | |
17294 (texinfo-lowersections-alist): Add @centerchap. | |
17295 (texinfo-format-scan): Handle many more @-char commands. | |
93313 | 17296 (detailmenu): Add texinfo-format and texinfo-end properties. |
17297 (centerchap): Add texinfo-format property. | |
25866 | 17298 (texinfo-format-buffer): Doc fix. |
17299 (texinfo-parse-line-arg): Add doc string. | |
17300 (texinfo-parse-arg-discard): Likewise. | |
17301 (texinfo-multitable): New Texinfo cmd. | |
17302 (texinfo-end-multitable): New function. | |
17303 (texinfo-multitable-widths): New function. | |
17304 (texinfo-multitable-extract-row): New function. | |
17305 (texinfo-multitable-item): New function. | |
17306 (texinfo-format-timestamp): New Texinfo cmd. | |
17307 (texinfo-format-kbd-regexp): New variable. | |
17308 (texinfo-format-kbd-end-regexp): New variable. | |
17309 (texinfo-format-kbd): New function for @kbd. | |
17310 (texinfo-format-ifeq): New Texinfo cmd. | |
17311 (texinfo-format-pounds): Likewise. | |
17312 (texinfo-format-refill): Handle *'s specially at line start. | |
17313 * Add properties for new commands. | |
17314 * Move all the no-op commands to the end, and add some. | |
17315 * Add many commands for ligatures and for letters with diacritics | |
95257
c20af13dd9f0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95132
diff
changeset
|
17316 and other non-English special characters. |
25866 | 17317 |
17318 * latin-1.el, latin-2.el, latin-3.el, latin-4.el: | |
17319 If set-case-syntax-set-multibyte is non-nil, define syntax | |
17320 for multibyte characters, and don't do `provide'. | |
17321 * case-table.el (set-case-syntax-set-multibyte): New variable. | |
17322 | |
17323 1997-05-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17324 | |
17325 * case-table.el (set-case-syntax-1): New function. | |
17326 (set-case-syntax-delims): Use set-case-syntax-1. | |
17327 (set-case-syntax-pair, set-case-syntax): Likewise. | |
17328 | |
17329 1997-05-22 Ralph Schleicher <rs@purple.UL.BaWue.DE> | |
17330 | |
17331 * libc.el (libc-highlight-overlay): New variable. | |
17332 (libc-search-index): Use an overlay for highlighting. | |
17333 | |
17334 * libc.el: New file. | |
17335 | |
17336 1997-05-22 Hrvoje Niksic <hniksic@srce.hr> | |
17337 | |
17338 * terminal.el: Use defgroup and defcustom. | |
17339 * dired.el, dired-x.el: Likewise. | |
17340 | |
17341 1997-05-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17342 | |
17343 * faces.el (face-inverse-video-p): New function. | |
17344 (set-face-inverse-video-p): New function. | |
17345 (internal-set-face-1): Handle the inverse-video attribute. | |
17346 (face-spec-set): Handle :inverse-video. | |
17347 (make-face, x-create-frame-with-faces): Make vectors length 9. | |
17348 (internal-facep): Expect length 9. | |
17349 (face-try-color-list): Use set-face-inverse-video-p. | |
17350 | |
17351 * cus-face.el (custom-face-attributes): Add :inverse-video. | |
17352 | |
17353 1997-05-22 Erik Naggum <erik@naggum.no> | |
17354 | |
17355 * latin-4.el: New file. | |
17356 | |
17357 1997-05-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17358 | |
17359 * latin-1.el, latin-2.el, latin-3.el: | |
17360 Use punctuation syntax for section sign. | |
17361 | |
17362 * reftex.el: New file. | |
17363 | |
17364 1997-05-21 Steven L Baur <steve@altair.xemacs.org> | |
17365 | |
17366 * add-log.el (change-log-font-lock-keywords): Tweak font-lock-keywords. | |
17367 | |
17368 1997-05-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17369 | |
17370 * subr.el (substitute-key-definition): Handle chartables. | |
17371 | |
17372 * custom.el (defface): Doc fix. | |
17373 | |
17374 1997-05-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
17375 | |
17376 * custom.el (defface): Doc fix. | |
17377 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
17378 1997-05-21 Noah Friedman <friedman@splode.com> |
25866 | 17379 |
17380 * eldoc.el (eldoc-message-commands): Move docstring into comments, | |
17381 since this isn't a user variable. | |
93313 | 17382 (eldoc-message-commands-table-size, eldoc-use-idle-timer-p) |
17383 (eldoc-function-argstring-from-docstring-method-table): Use defvar, | |
25866 | 17384 not defconst. |
17385 (eldoc-last-data): Use cons explicitly; don't rely on dotted pair | |
17386 read syntax. I'm worried the latter might get compiled as | |
17387 read-only data someday. | |
17388 (eldoc-docstring-message): If truncating symbol name, show ending | |
17389 of name rather than beginning. The former is generally more unique. | |
17390 (eldoc-function-argstring-from-docstring-method-table): Handle | |
17391 pathological `save-restriction' case. | |
17392 [top level]: Add `indent-for-tab-command' to eldoc-message-commands. | |
17393 | |
17394 1997-05-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17395 | |
17396 * swedish.el: iso-syntax.el renamed to latin-1.el. | |
17397 | |
17398 * startup.el (command-line): iso-syntax.el renamed to latin-1.el. | |
17399 | |
17400 * loadup.el: Always load case-table and latin-1...latin-4. | |
17401 | |
17402 * latin-1.el: Renamed from iso-syntax.el. | |
17403 * latin-2.el: Renamed from iso02-syn.el. | |
17404 * latin-3.el: Renamed from i3-syntax.el. | |
17405 | |
17406 * cc-mode.el (c-C++-friend-key): Missing definition added back. | |
17407 | |
17408 * pc-select.el (pc-selection-mode): Swap meanings of f16 and f18; | |
17409 they were backwards. | |
17410 | |
17411 * awk-mode.el (awk-mode): Set parse-sexp-ignore-comments. | |
17412 | |
17413 1997-05-21 Rolf Ebert <re@waporo.muc.de> | |
17414 | |
17415 * ada-mode.el (ada-krunch-args): Use gnatkr instead of gnatk8. | |
17416 (ada-make-filename-from-adaname): Ditto. | |
17417 (ada-adjust-case-region): Use format functionality of message. | |
17418 (ada-indent-region): Ditto. | |
17419 (ada-check-matching-start): Ditto. | |
17420 (ada-check-defun-name): Ditto. | |
17421 | |
17422 * ada-mode.el (ada-font-lock-keywords): Default to subdued. Doc fix. | |
17423 (ada-font-lock-syntactic-keywords): New variable. | |
17424 (ada-mode): Use it to set font-lock-defaults. | |
17425 | |
17426 * ada-mode.el (ada-font-lock-keywords-2): Single "raise" will be | |
93313 | 17427 highlighted. "in out" parameters get type face (depends on order |
25866 | 17428 in regexp). |
17429 | |
17430 * ada-mode.el (ada-mode): Remove explicit setting of user option | |
17431 `blink-matching-paren', font-lock treats `.' as word char. | |
17432 (ada-in-string-or-comment-p): Call `parse-partial-sexp' only once. | |
17433 (ada-untabify-buffer): Force returning `nil'. | |
17434 (ada-font-lock-keywords-1): Move "task" before "task (body|type)" to | |
17435 correct highlighting (regexp depends on order). | |
17436 | |
17437 * ada-mode.el (ada-in-char-const-p): Renamed from `ada-after-char-p'. | |
17438 Also test following character. | |
93313 | 17439 (ada-adjust-case): Use better function `ada-in-char-const-p'. |
25866 | 17440 (ada-in-string-or-comment-p): Test for being in a char constant. |
17441 (ada-clean-buffer-before-saving): Changed default to t. | |
17442 (ada-mode): Set `font-lock-defaults' for Emacs only, use properties | |
17443 for XEmacs. | |
17444 | |
17445 * ada-mode.el (ada-indent-newline-indent): Simplified by just calling | |
17446 `ada-indent-current'. | |
17447 | |
17448 * ada-mode.el (ada-end-stmt-re): Added word delimiters in regexp. | |
17449 Removed `interactive' statements which were needed only for debugging. | |
17450 | |
17451 * ada-mode.el: | |
93313 | 17452 Put format commands back in for Emacs 19.30/19.29 compatibility. |
25866 | 17453 |
17454 * ada-mode.el (ada-get-indent-label): A named block can begin | |
17455 without a declare part. | |
17456 (ada-check-defun-name): First of all, check for correct name in a | |
17457 named block without `declare' part. | |
17458 (ada-goto-matching-start): Change regexp as there may be no | |
17459 semicolon between `end' and keyword. | |
17460 (ada-get-current-indent): Remove warning as `begin' can introduce | |
17461 a block without a `declare'. | |
17462 (ada-goto-matching-decl-start): When searching backward, skip | |
17463 generic default proc/func ("is <>"). | |
17464 | |
93313 | 17465 * ada-mode.el (ada-named-block-re): New regexp for the name of a |
17466 named block or loop. | |
25866 | 17467 (ada-get-current-indent): Handle loop names at the stmt start. |
17468 (ada-get-indent-end): Handle loop names at the stmt start. | |
17469 (ada-get-indent-noindent): Handle loop names at the stmt start. | |
17470 (ada-get-indent-loop): Handle loop names at the stmt start. | |
17471 (ada-search-prev-end-stmt): Generic instances are not `stmt-ends'. | |
17472 (ada-goto-previous-word): Use new function `ada-goto-next-word'. | |
17473 (ada-goto-next-word): Generalized old `ada-goto-previous-word' for | |
17474 both directions. | |
17475 | |
93313 | 17476 * ada-mode.el (ada-indent-function): Removed unnecessary `package' case. |
25866 | 17477 (ada-get-indent-case): Before testing for `=>', be sure there is |
17478 an `is'. | |
17479 (ada-search-prev-end-stmt): Test for `separate' keyword on the | |
17480 same line, which is not an `end-stmt'. | |
17481 | |
17482 * ada-mode.el (ada-font-lock-keywords-2): | |
17483 Correct regexp for hilit of unfollowed `end'. | |
17484 (ada-in-open-paren-p): Start parsing definitely outside of strings. | |
17485 (ada-gnat-style): New function. | |
17486 | |
17487 * ada-mode.el: Doc fixes. | |
17488 (ada-mode): Support new font-lock-mode. | |
17489 (ada-format-paramlist): Changed all `accept' to `access'. | |
17490 (ada-insert-paramlist): Changed all `accept' to `access'. | |
93313 | 17491 (ada-in-comment-p): Use standard Emacs way `parse-partial-sexp'. |
98317 | 17492 (ada-font-lock-keywords-1): Regexps in not byte-compiled code behave |
25866 | 17493 different than byte-compiled regexps. |
17494 Change order of some ored entries. | |
17495 | |
17496 1997-05-21 Erik Naggum <erik@naggum.no> | |
17497 | |
17498 * add-log.el (add-log-lisp-like-modes, add-log-c-like-modes) | |
17499 (add-log-tex-like-modes): New variables. | |
17500 (add-log-current-defun): Use them instead of constant lists. | |
17501 | |
17502 1997-05-21 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
17503 | |
17504 * vc.el (vc-backend-admin): If SCCS should be used, and there | |
17505 is no "SCCS" subdirectory, create it. | |
17506 | |
17507 1997-05-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17508 | |
17509 * webjump.el (webjump-to-javaapi): Function deleted. | |
17510 (webjump-sample-sites): Delete various pointers to non-free things. | |
17511 | |
17512 * bindings.el (mode-line-mule-info): Add a colon. | |
17513 (mode-line-modified): Delete the initial dash. | |
17514 | |
17515 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17516 | |
17517 * word-help.el (set-word-help-file): Renamed from set-help-file. | |
17518 | |
17519 * crisp.el (crisp-mode): Add autoload cookie. | |
17520 | |
17521 * Makefile (dontcompilefiles): Add list of files that should not | |
17522 be byte-compiled. | |
17523 | |
17524 * dos-w32.el (add-untranslated-filesystem) | |
17525 (remove-untranslated-filesystem): Add interactive spec. | |
17526 | |
17527 * crisp.el (crisp-last-last-command): Renamed from last-last-command | |
17528 and defvar added. | |
17529 | |
17530 * levents.el (event-closest-point): Fix paren error. | |
17531 | |
17532 1997-05-20 Per Abrahamsen <abraham@dina.kvl.dk> | |
17533 | |
17534 * cus-start.el (load-path): Change tag again. | |
17535 | |
17536 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17537 | |
17538 * mh-utils.el (mh-file-command-p): New function. | |
17539 (mh-path-search): Use that. | |
17540 (mh-find-progs): Don't check current directory | |
17541 unless explicitly requested. Don't set mh-progs or mh-lib | |
17542 if the programs are not found. Give an error message | |
17543 unless they are found. | |
17544 | |
17545 1997-05-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17546 | |
17547 * replace.el (perform-replace): Restore match data after read-event. | |
17548 | |
17549 1997-05-19 Edward M Reingold <emr@silver.wisdom.weizmann.ac.il> | |
17550 | |
17551 * holidays.el (holiday-float): Rewritten to fix bug when base date | |
17552 of holiday and holiday date are in different months. | |
17553 | |
17554 * diary-lib.el (diary-float): Rewritten to fix bug when base date | |
17555 of entry and entry date are in different months. Added optional | |
17556 parameter DAY. | |
17557 (list-sexp-diary-entries): Revise description of diary-float. | |
17558 | |
17559 1997-05-19 Drew Csillag <drew@staff.prodigy.com> | |
17560 | |
17561 * m4-mode.el (m4-program): Guess which m4 binary to use. | |
17562 (m4-start-m4): New function. | |
17563 (m4-end-m4): New function. | |
17564 (m4-m4-buffer, m4-m4-region): Now use m4-start-m4. | |
98317 | 17565 (m4-font-lock-keywords): Collapse 4 regex's into 1. |
25866 | 17566 |
17567 1997-05-19 Per Abrahamsen <abraham@dina.kvl.dk> | |
17568 | |
17569 * cus-start.el (load-path): Change a tag. | |
17570 | |
17571 1997-05-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17572 | |
17573 * files.el (path-separator, parse-colon-path): Doc fixes. | |
17574 | |
17575 1997-05-18 Erik Naggum <erik@naggum.no> | |
17576 | |
17577 * compile.el (compilation-parse-errors): Fix paren error. | |
17578 | |
17579 * dabbrev.el (dabbrev-expand, dabbrev--abbrev-at-point) | |
17580 (dabbrev--search): Use buffer-substring-no-properties. | |
17581 | |
17582 * lpr.el (lpr-page-header-switches): Remove extra paren. | |
17583 | |
17584 * rmailsum.el (rmail-summary-delete-forward): Force the | |
17585 argument to be a number, since we may be called with nil. | |
17586 | |
17587 * simple.el (set-fill-column): Make the C-u case work. | |
17588 | |
17589 * help.el (describe-key-briefly, where-is): Prefix arg means | |
17590 insert help text into current buffer. | |
17591 | |
17592 1997-05-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
17593 | |
17594 * fill.el (enable-kinsoku): Name changed from do-kinsoku. | |
17595 (fill-region-as-paragraph): Do `kinsoku' processing only if both | |
17596 enable-kinsoku and enable-multibyte-characters are non-nil. | |
17597 | |
17598 1997-05-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17599 | |
17600 * compile.el (compilation-arguments): New local variable. | |
17601 (compile-internal): Set the variable compilation-arguments. | |
17602 (compilation-revert-buffer): New function. | |
17603 (compilation-mode): Set revert-buffer-function. | |
17604 | |
17605 * files.el (revert-without-query): Renamed from | |
17606 find-file-revert-without-query. | |
17607 (find-file-noselect): Use new option. | |
17608 (revert-buffer): Check the option here too. | |
17609 | |
17610 * cus-face.el (custom-facep): Defined (once again). | |
17611 | |
17612 * simple.el (do-auto-fill): Check enable-kinsoku and | |
17613 enable-multibyte-characters. | |
17614 | |
17615 * bindings.el (mode-line-modified): Delete one of the leading dashes. | |
17616 | |
17617 1997-05-16 Dan Nicolaescu <done@ece.arizona.edu> | |
17618 | |
17619 * outline.el (outline-mode): Use `add-to-invisibility-spec' and | |
17620 set the invisible property to `outline'. | |
17621 (outline-minor-mode): Likewise. | |
17622 Also, use `remove-from-invisibility-spec'. | |
17623 (outline-flag-region): Set `outline' as the invisible property. | |
17624 | |
17625 1997-05-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17626 | |
17627 * autoload.el (update-autoloads-from-directories): Renamed from | |
17628 update-autoloads-from-directory. Take multiple directories as args. | |
17629 Use locate-library to find loaddefs.el and the top level Lisp dir. | |
17630 (batch-update-autoloads): Call update-autoloads-from-directories. | |
17631 | |
17632 * iso-acc.el (iso-accents-insert-offset): Use nonascii-insert-offset. | |
17633 | |
17634 * iso-transl.el (iso-transl-define-keys): Use nonascii-insert-offset. | |
17635 | |
17636 * simple.el (quoted-insert): Use nonascii-insert-offset. | |
17637 (quoted-insert-character-offset): Variable deleted. | |
17638 | |
17639 1997-05-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17640 | |
17641 * levents.el (event-closest-point): New function. | |
17642 (event-closest-point-1): New subroutine. | |
17643 | |
17644 1997-05-16 Kenichi Handa <handa@etl.go.jp> | |
17645 | |
17646 * mule.el (make-unification-table): Fix handling of a generic | |
17647 character. | |
17648 | |
17649 * term/x-win.el: Create bold, italic, bold-italic variants of | |
17650 startup fontset. | |
17651 | |
17652 1997-05-15 Kenichi Handa <handa@etl.go.jp> | |
17653 | |
17654 * mule-conf.el: Coding system names changed as follows: | |
17655 internal -> emacs-mule, automatic-conversion -> undecided. | |
17656 Coding category name changes as follows: | |
17657 coding-category-internal -> coding-category-emacs-mule. | |
17658 * mule.el: Likewise. | |
17659 * rmail.el: Likewise. | |
17660 * gnus/gnus-mule.el: Likewise. | |
17661 * language/chinese.el: Likewise | |
17662 * language/english.el: Likewise. | |
17663 * language/japanese.el: Likewise. | |
17664 | |
17665 * mule.el (charset-list): Bug fixed. | |
17666 | |
17667 * mule-cmds.el (set-language-info): Change the special treatment | |
17668 of key 'describe-function to 'documentation. | |
17669 (describe-specified-language-support): Renamed from | |
17670 describe-language-support-internal. Get language name from | |
17671 last-command-event. | |
17672 (describe-language-support): Call | |
17673 describe-specified-language-support. | |
17674 | |
17675 * language/chinese.el: Delete functions describe-LANGUAGE-support. | |
17676 Delete 'describe-function entries and change 'documentation | |
17677 entries in each language specific information. | |
17678 * language/cyrillic.el: Likewise. | |
17679 * language/devanagari.el: Likewise. | |
17680 * language/english.el: Likewise. | |
17681 * language/ethiopic.el: Likewise. | |
17682 * language/european.el: Likewise. | |
17683 * language/greek.el: Likewise. | |
17684 * language/hebrew.el: Likewise. | |
17685 * language/indian.el: Likewise. | |
17686 * language/japanese.el: Likewise. | |
17687 * language/korean.el: Likewise. | |
17688 * language/lao.el: Likewise. | |
17689 * language/thai.el: Likewise. | |
17690 * language/tibetan.el: Likewise. | |
17691 * language/vietnamese.el: Likewise. | |
17692 | |
17693 1997-05-15 Kenichi Handa <handa@etl.go.jp> | |
17694 | |
17695 * fontset.el (standard-fontset-spec): Name changed from | |
17696 default-fontset-spec. | |
17697 * term/x-win.el: Likewise. | |
17698 | |
17699 1997-05-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17700 | |
17701 * browse-url.el (browse-url): Make `applicatations' the parent. | |
17702 | |
17703 * rmail.el (rmail-retry-failure): | |
17704 Rename local to rmail-this-buffer. | |
17705 | |
17706 * term.el: Don't create faces if make-face isn't defined. | |
17707 Catch errors in setting face attributes. | |
17708 (ansi-term-inv-fg-faces-vector): Define with defvar. | |
17709 (ansi-term-inv-bg-faces-vector): Likewise. | |
17710 (ansi-term-bg-faces-vector, ansi-term-fg-faces-vector): Likewise. | |
98317 | 17711 (term-ignore-error): New macro. |
25866 | 17712 |
17713 * lpr.el (lpr-page-header-switches): Use -F, not -f. | |
17714 | |
17715 1997-05-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17716 | |
17717 * bindings.el (mode-line-mule-info): Delete the colon. | |
17718 (mode-line-buffer-identification): Delete %F:. | |
17719 (mode-line-frame-identification): New variable. | |
17720 (mode-line-format): Use mode-line-frame-identification. | |
17721 Start with a dash. | |
17722 (mode-line-modified): Delete the final dash. | |
17723 | |
17724 * info.el (Info-set-mode-line): Add some spaces at the beginning. | |
17725 | |
17726 * term/x-win.el (mode-line-frame-identification): | |
17727 Set this, not mode-line-buffer-identification. | |
17728 | |
17729 * dired.el (dired-mode): Don't include `Dired:' in mode line. | |
17730 | |
17731 * term/x-win.el (mode-line-buffer-identification): | |
17732 Use a different value which omits `Emacs: '. | |
17733 | |
17734 * rmail.el (rmail-primary-inbox-list): Don't use backquote. | |
17735 | |
17736 * case-table.el (set-case-syntax-offset): New variable. | |
17737 (set-case-syntax-delims): Obey set-case-syntax-offset. | |
17738 (set-case-syntax-pair, set-case-syntax): Likewise. | |
17739 | |
17740 * iso-syntax.el: Handle multibyte characters | |
17741 using set-case-syntax-offset. | |
17742 | |
17743 * browse-url.el (browse-url-event-buffer): | |
17744 Function renamed from event-buffer. Callers changed. | |
17745 (browse-url-event-point): Likewise. | |
17746 * browse-url.el: Don't include term.el. | |
17747 | |
17748 1997-05-14 Erik Naggum <erik@naggum.no> | |
17749 | |
17750 * server.el (server-kill-buffer): Only when there is a server process. | |
17751 | |
17752 1997-05-14 Per Abrahamsen <abraham@dina.kvl.dk> | |
17753 | |
17754 * Synched customize with version 1.97. | |
17755 | |
17756 * cus-edit.el (windows): Move to environment. | |
17757 | |
17758 * wid-edit.el (widget-field-value-get): Add workaround for XEmacs | |
17759 bug with `buffer-substring-no-properties'. | |
17760 | |
17761 * wid-edit.el (widget-value-convert-widget): Don't convert :value | |
17762 here. | |
17763 | |
17764 * cus-edit.el (custom-buffer-create-internal): New kludge for | |
17765 making bib and eob read-only in XEmacs. | |
17766 | |
17767 * wid-edit.el: Also allow prompt when field value is invalid. | |
17768 | |
17769 * cus-edit.el (custom-redraw): Fix repositioning for when column | |
17770 is zero. | |
17771 | |
17772 * cus-edit.el (x): New group. | |
17773 | |
17774 * cus-edit.el (custom-variable-value-create): Remove unreferenced | |
17775 variable. | |
17776 * wid-edit.el (widget-field-action): Ditto. | |
17777 (widget-regexp-match): Ditto. | |
17778 | |
17779 * cus-edit.el (custom-variable-action): Don't update state if it | |
17780 is modified. | |
17781 | |
17782 * widget.el (:mouse-down-action): New keyword. | |
17783 * wid-edit.el (button-release-event-p): New function. | |
17784 (widget-keymap): Don't bind mouse up events. | |
17785 (widget-button-pressed-face): New face. | |
17786 (widget-button-click): Wait for up event, give feedback. | |
17787 (default): Use `:mouse-down-action'. | |
17788 (menu-choice): Ditto. | |
17789 (widget-choice-mouse-down-action): New function. | |
17790 (widget-info-link-action): Removed kludge to steal up event. | |
17791 * cus-edit.el (widget-magic-mouse-down-action): New function. | |
17792 (custom-magic-value-create): Use it. | |
17793 (custom-buffer-create-internal): Removed kludge to steal up event. | |
17794 | |
17795 * widget.el (:glyph-up, :glyph-down, :glyph-inactive): New | |
17796 keywords. | |
17797 * wid-edit.el (widget-glyph-insert-glyph): Support optional `down' | |
17798 and `inactive' glyphs. | |
17799 (widget-push-button-value-create): Ditto. | |
17800 (widget-glyph-click): New function. | |
17801 (widget-button1-click): Use it. | |
17802 (widget-button-click): Use it. | |
17803 | |
17804 * cus-edit.el (custom-buffer-create): Accept optional buffer NAME. | |
93313 | 17805 (custom-buffer-create-other-window): Ditto. |
17806 (customize, customize-other-window, customize-variable) | |
17807 (customize-variable-other-window, customize-face) | |
17808 (customize-face-other-window, customize-customized) | |
17809 (customize-saved, customize-apropos, custom-face-menu-create) | |
17810 (custom-variable-menu-create, boolean, custom-menu-create): Updated | |
25866 | 17811 caller. |
17812 | |
17813 * cus-edit.el (custom-variable-action): Reset magic state. | |
17814 (custom-variable-menu): Allow `Reset to Current' on `changed' | |
17815 items. | |
17816 | |
17817 * wid-edit.el (widget-choice-toggle): New option. | |
17818 (widget-choice-action): Use it. | |
17819 | |
17820 * cus-edit.el (custom-group-menu): Only test state to see if the | |
17821 item is enabled. | |
17822 | |
17823 * cus-face.el (custom-background-mode): Use `const', not | |
17824 `choice-item'. | |
17825 (custom-face-attributes): Use tags for toggling booleans, not the | |
17826 value. | |
17827 | |
17828 * wid-edit.el (character): Use `characterp' when available. | |
17829 | |
17830 * widget.el (:prompt-match): New keyword. | |
17831 (:prompt-history): New keyword. | |
17832 (:prompt-internal): New keyword. | |
17833 * wid-edit.el (widget-field-prompt-internal): New function. | |
17834 (widget-field-prompt-value): New function. | |
17835 (editable-field): Use them. | |
17836 (widget-field-action): Ditto. | |
17837 (widget-symbol-prompt-value-history): New variable. | |
17838 (widget-symbol-prompt-internal): New function. | |
17839 (symbol): Use them. | |
17840 (widget-variable-prompt-value-history): New variable. | |
17841 (variable): Use them. | |
17842 (widget-function-prompt-value-history): New variable. | |
17843 (function): Use them. | |
17844 | |
17845 * wid-edit.el (boolean): Use tag to toggle. | |
17846 (character, sexp, symbol, file, string): Inactive tag. | |
17847 | |
17848 * wid-edit.el (widget-choice-prompt-value): New function. | |
17849 (choice, radio): Use it. | |
17850 (widget-prompt-value): Prepend widget type to prompt. | |
17851 | |
17852 * wid-edit.el (widget-parent-action): Renamed from | |
17853 `widget-choice-item-action'. | |
17854 (choice-item): Updated widget. | |
17855 * cus-edit.el (custom-magic): Ditto. | |
17856 | |
17857 * wid-edit.el (widget-children-validate): Renamed from | |
17858 `widget-editable-list-validate'. | |
17859 (editable-list, group): Updated widgets. | |
17860 * cus-edit.el (custom, face): Ditto. | |
17861 | |
17862 * wid-edit.el (widget-value-value-get): Renamed from | |
17863 `widget-item-value-get'. | |
17864 (item): Updated widget. | |
17865 * cus-edit.el (face, custom): Ditto. | |
17866 | |
17867 * wid-edit.el (widget-value-convert-widget): Renamed from | |
17868 `widget-item-convert-widget'. | |
17869 (item, editable-field): Updated widgets. | |
17870 * cus-edit.el (face): Ditto. | |
17871 | |
17872 1997-05-14 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
17873 | |
17874 * mailalias.el (expand-mail-aliases): Make interactive. Doc fix. | |
17875 If interactive, beg to end is the region before mail-header-separator. | |
17876 Wrap body with save-excursion. Add autoload cookie. | |
17877 | |
17878 * sendmail.el (mail-mode-map): Add separator to mail menu. | |
17879 Rearrange headers menu and add entry for expand-mail-aliases. | |
17880 | |
17881 1997-05-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17882 | |
17883 * levents.el (mouse-event-p, button-event-p): New functions. | |
17884 | |
17885 1997-05-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17886 | |
17887 * isearch.el (isearch-process-search-char): Use multibyte | |
17888 characters to represent themselves. | |
17889 | |
17890 * bindings.el: Make Latin-4 characters self-insert. | |
17891 Use aset to set up these char sets. | |
17892 | |
17893 * isearch.el (isearch-mode-map): Make Latin-4 characters | |
17894 something to search for. Use aset to set up these char sets. | |
17895 | |
17896 * iso-transl.el (iso-transl-define-keys): | |
17897 Obey quoted-insert-character-offset. | |
17898 | |
17899 1997-05-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17900 | |
17901 * bindings.el: Define Latin-1, Latin-2 and Latin-3 | |
17902 chars as self-inserting. | |
17903 | |
17904 * loadup.el: Move bindings.el after mule-conf.el. | |
17905 | |
17906 * isearch.el (isearch-mode-map): Treat Latin-1, Latin-2 and Latin-3 | |
17907 chars as printing characters. | |
17908 | |
17909 * iso-acc.el (iso-accents-compose): Return composed character | |
17910 directly for execution. | |
17911 | |
17912 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17913 | |
17914 * autoload.el (defcustom): Add doc-string-elt property. | |
17915 (make-autoload): Convert defcustom into defvar. | |
17916 | |
17917 * Makefile (update-subdirs): New target. | |
17918 (updates): Do update-subdirs's job too. | |
17919 | |
17920 * finder.el (finder-compile-keywords-make-dist): | |
17921 Use the dirs specified on the command line. | |
17922 | |
17923 * cus-dep.el (custom-make-dependencies): Don't find the subdirs here; | |
17924 instead, use the dirs specified on the command line. | |
17925 | |
17926 * Makefile (autoloads, custom-deps, finder-data): | |
17927 Pass all "real" subdirs of lisp/ as args when rebuilding autoloads. | |
17928 (updates): New target, does all three of those. | |
17929 | |
17930 1997-05-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
17931 | |
17932 * thingatpt.el (forward-whitespace, forward-symbol): | |
17933 Don't get error at end of buffer. | |
17934 (bounds-of-thing-at-point): Don't get confused when a motion | |
17935 function stops at end of buffer and there really isn't a thing. | |
17936 Avoid redundant repeated scans. | |
17937 | |
17938 * ange-ftp.el (ange-ftp-start-process): Create the buffer | |
17939 and set its mode, before starting the process. | |
93313 | 17940 Set point in that buffer, and the process mark. |
25866 | 17941 (ange-ftp-gwp-start): Don't set the mode here. |
17942 Move point to end of buffer. | |
17943 (internal-ange-ftp-mode): Don't move process-mark here. | |
17944 | |
17945 * loadup.el: Load mule and mule-conf before simple. | |
17946 | |
17947 * dired-aux.el (dired-collect-file-versions): | |
17948 Rename bv-length to backup-extract-version-start. | |
17949 | |
17950 * diff.el (diff-latest-backup-file): | |
17951 Rename bv-length to backup-extract-version-start. | |
17952 | |
17953 * files.el (backup-extract-version-start): New variable. | |
98444 | 17954 (find-backup-file-name, backup-extract-version): |
25866 | 17955 Rename bv-length to backup-extract-version-start. |
17956 | |
93313 | 17957 * files.el (auto-mode-alist): Shuffle a few elements. |
25866 | 17958 |
17959 * files.el (file-relative-name): Bind the variable fname. | |
17960 | |
17961 1997-05-10 Ken'ichi Handa <handa@etl.go.jp> | |
17962 | |
17963 * characters.el: Set syntax and category for Devanagari, Thai, and | |
17964 Tibetan characters. Add a category ?| to the category sets of | |
17965 characters of katakana-jisx0201 and japanese-jisx0212. | |
17966 | |
17967 * encoded-kb.el (encoded-kbd-mode): Doc-string modified. | |
17968 (encoded-kbd-select-terminal): The function deleted. | |
17969 (encoded-kbd-set-coding-system): New function. | |
17970 | |
17971 * faces.el (x-make-font-bold-italic): New function. | |
17972 | |
97072 | 17973 * fontset.el (x-decompose-font-name): While setting each field of |
25866 | 17974 XLFD, set "*" instead of nil to a field which is omitted in the |
17975 original font name. | |
17976 (generate-fontset-menu): Delete code for handling alias (or | |
93313 | 17977 nickname). It is now handled in fontset-plain-name. |
25866 | 17978 (fontset-plain-name): Handle alias of fontset name, show more |
17979 user-friendy names. | |
17980 (create-fontset-from-fontset-spec): Add an optional arg STYLE to | |
17981 create bold, italic, and bold-italic variants of a fontset. | |
17982 | |
17983 * gnus-mule.el: Moved to `gnus' subdirectory. | |
17984 | |
17985 * gnus/gnus-mule.el (gnus-mule-message-send-news-function): New | |
17986 function to encode text before sending by news. | |
17987 (gnus-mule-message-send-mail-function): New function to encode | |
17988 text before sending by mail. | |
17989 (gnus-mule-initialize): Add gnus-mule-message-send-news-function | |
17990 to the hook message-send-news-hook. Add | |
17991 gnus-mule-message-send-mail-function to the hook | |
17992 message-send-mail-hook. | |
17993 | |
17994 * help.el (help-with-tutorial): Fix a bug of handling non-English | |
17995 tutorial file. | |
17996 | |
17997 * kinsoku.el: Set category of kinsoku-bol and kinsoku-eol for | |
17998 latin-jisx0201 and katakana-jisx0201 characters. | |
17999 | |
18000 * language/chinese.el: Make functions setup-LANGUAGE-environment | |
18001 interactive and add new functions describe-LANGUAGE-support for | |
18002 all LANGUAGEs supported. Remove resisterations of input methods | |
18003 which use the function encoded-kbd-select-terminal. | |
18004 * language/cyrillic.el: Likewise. | |
18005 * language/devanagari.el: Likewise. | |
18006 * language/english.el: Likewise. | |
18007 * language/ethiopic.el: Likewise. | |
18008 * language/european.el: Likewise. | |
18009 * language/greek.el: Likewise. | |
18010 * language/hebrew.el: Likewise. | |
18011 * language/indian.el: Likewise. | |
18012 * language/japanese.el: Likewise. | |
18013 * language/korean.el: Likewise. | |
18014 * language/lao.el: Likewise. | |
18015 * language/thai.el: Likewise. | |
18016 * language/tibetan.el: Likewise. | |
18017 * language/vietnamese.el: Likewise. | |
18018 | |
18019 * language/chinese.el (pre-write-encode-hz): Make it work for the | |
18020 case the arg FROM is a string. | |
98444 | 18021 (setup-chinese-cns-environment): Set default-input-method to |
25866 | 18022 quail-quich-cns. |
18023 | |
18024 * language/devan-util.el (in-is13194-devanagari-post-read-conversion): | |
18025 New function. | |
18026 (in-is13194-devanagari-pre-write-conversion): New function. | |
18027 | |
18028 * language/devanagari.el: Change function of post-read-conversion | |
18029 and pre-write-conversion of coding system in-is13194-devanagari to | |
18030 in-is13194-devanagari-post-read-conversion and | |
18031 in-is13194-devanagari-pre-write-conversion respectively. | |
18032 Setting of syntax and category for Devanagari characters are moved | |
18033 to characters.el. | |
18034 | |
49505
1aba10ab73b4
Corrected misc. typos like missing : after file names,
Kim F. Storm <storm@cua.dk>
parents:
48129
diff
changeset
|
18035 * language/english.el (setup-english-environment): Set |
25866 | 18036 sendmail-coding-system and rmail-file-coding-system to nil. |
18037 | |
18038 * language/ethio-util.el (fidel-to-tex-map): Name changed to | |
18039 ethio-fidel-to-tex-map. | |
18040 | |
18041 * language/european.el: Typo in comment fixed. | |
18042 | |
98444 | 18043 * language/japanese.el (setup-japanese-environment): Set |
25866 | 18044 sendmail-coding-system and rmail-file-coding-system to |
18045 'iso-2022-jp. | |
18046 | |
18047 * language/korean.el: Bug fixed in making coding system | |
18048 'iso-2022-kr. | |
18049 | |
18050 * language/thai-util.el (thai-pre-write-conversion): Make it work | |
18051 for the case the arg FROM is a string. | |
18052 | |
18053 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
18054 | |
93314
87f50b0c168f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
93313
diff
changeset
|
18055 * language/viet-util.el (viqr-pre-write-conversion): Likewise. |
25866 | 18056 |
18057 * language/tibetan.el: Setting of syntax and category is moved to | |
18058 characters.el. | |
18059 | |
93313 | 18060 * mule-cmds.el (build-describe-language-support-function) |
18061 (build-set-language-environment-function): The functions deleted. | |
98317 | 18062 (set-language-info): Doc-string modified. Change handling of |
25866 | 18063 special keys describe-function and setup-function. |
18064 (read-language-name): Return nil if a language specified doesn't | |
18065 have KEY. | |
18066 (current-input-method-title): Doc-string modified. | |
18067 (select-input-method): Set current-input-method to nil even if | |
18068 inactivation of the current input method failed. | |
18069 (set-language-environment): Doc-string modified. | |
18070 (describe-language-support): Doc-string modified. Calls an | |
95257
c20af13dd9f0
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95132
diff
changeset
|
18071 appropriate function for each language. |
25866 | 18072 (describe-language-support-internal): New function. |
18073 | |
18074 * mule-conf.el: Delete code for alternate-charset-table. | |
18075 Initialize standard-character-unification-table-for-read and | |
18076 standard-character-unification-table-for-write. | |
18077 Set coding-category-iso-8-2 and coding-category-iso-else to the | |
18078 coding system 'iso-8859-1 by default. | |
18079 | |
18080 * mule.el (make-char): Doc-string modified. | |
18081 (make-coding-system): Describe about INIT-BOL and DESIGNATION-BOL | |
18082 in doc-string. | |
18083 (find-new-buffer-file-coding-system): Doc-string modified. | |
98444 | 18084 (make-unification-table): New function. |
25866 | 18085 |
18086 * quail.el (use-quail-package): Error message added. | |
18087 (quail-mode): Make sure to have quail-mode-map at the head of | |
18088 minor-mode-map-alist. | |
18089 | |
18090 * rmail.el (rmail-enable-decoding-message): New variable. | |
18091 (rmail-convert-file): Comment fixed. | |
18092 (rmail-revert): Don't decode RMAIL file again because the backup | |
18093 file is saved in Emacs' internal format. | |
18094 (rmail-convert-to-babyl-format): Check | |
18095 rmail-enable-decoding-message. | |
18096 | |
18097 * term/x-win.el: Create bold, italic, and bold-italic variants of | |
18098 default fontset. Name a fontset created from user-specified ASCII | |
18099 font as "fontset-startup". | |
18100 | |
18101 1997-05-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18102 | |
18103 * iso-acc.el (iso-languages): For Latin-2, add ^I and ^i. Fix ~a. | |
18104 | |
18105 * Makefile (custom-deps): Target renamed from cus-load.el. | |
93313 | 18106 (finder-data): Target renamed from finder-inf.el. |
25866 | 18107 (unlock, relock): Targets deleted. |
18108 | |
18109 * simple.el (quoted-insert-character-offset): Initialize more cleanly. | |
18110 (quoted-insert): Don't offset codes above 377. | |
18111 | |
18112 * hexl.el: Add a `provide' call. | |
18113 Delete periods from many error messages. | |
18114 | |
18115 * subr.el (read-quoted-char): Don't mask down to 8 bits. | |
18116 | |
18117 * iso-acc.el (iso-languages): Add charset spec to some elements. | |
18118 (iso-accents-compose): Add iso-accents-insert-offset to the code. | |
18119 (iso-accents-insert-offset): New variable. | |
18120 (iso-accents-customize): Set iso-accents-insert-offset | |
18121 according to data from iso-languages. | |
18122 | |
18123 1997-05-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18124 | |
18125 * Makefile (lisptagsfiles): Look in all subdirs. | |
18126 | |
18127 * bytecomp.el (byte-compile-file-form-custom-declare-variable): | |
18128 New function. Handle custom-declare-variables. | |
18129 * custom.el (defcustom): Get rid of eval-and-compile. | |
18130 The compiler should now handle custom-declare-variables on its own. | |
18131 | |
18132 * cus-edit.el (customize): Call customize-group. | |
18133 | |
18134 * simple.el (assoc-ignore-case): Downcase KEY as well as element cars. | |
18135 | |
18136 * bibtex.el (assoc-ignore-case): Function deleted. | |
18137 (bibtex-member-of-regexp): Renamed from member-of-regexp. | |
18138 Call changed. | |
18139 | |
18140 * timer.el (timer-event-handler): Take timer as arg directly. | |
18141 Don't bind a key in special-event-map. | |
18142 | |
18143 1997-05-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18144 | |
18145 * menu-bar.el (menu-bar-help-menu): Move "Customize" to the top. | |
18146 | |
18147 * lpr.el (printify-region): Doc fix. | |
18148 | |
18149 * dabbrev.el (dabbrev-case-replace, dabbrev-case-fold-search): | |
18150 Make these simple three-value choices. | |
18151 (dabbrev-completion): Handle dabbrev-case-fold-search | |
18152 and dabbrev-case-replace the new way. | |
18153 (dabbrev-expand, dabbrev--substitute-expansion): Likewise. | |
18154 | |
18155 * simple.el (forward-visible-line, end-of-visible-line): | |
18156 New functions. | |
18157 (kill-line): Use forward-visible-line and end-of-visible-line. | |
18158 | |
18159 1997-05-07 Edward M Reingold <emr@silver.wisdom.weizmann.ac.il> | |
18160 | |
18161 * cal-hebrew.el (holiday-passover-etc): Postpone date of Yom | |
98317 | 18162 HaShoah to Monday if it falls on Sunday (as per amendment passed |
25866 | 18163 by the Israeli Kenesset, May, 1997). |
18164 | |
18165 1997-05-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18166 | |
18167 * outline.el (outline-mode): Autoload cookie added. | |
18168 (outline-minor-mode): Likewise. | |
18169 | |
18170 * ooutline.el (outline-mode): Autoload cookie deleted. | |
18171 (outline-minor-mode): Likewise. | |
18172 | |
18173 * outline.el: Use defgroup and defcustom. | |
18174 | |
18175 * ooutline.el: Renamed from outline.el. | |
93313 | 18176 * outline.el: Renamed from noutline.el. |
25866 | 18177 |
18178 * server.el (server-buffer-done): New arg FOR-KILLING. | |
18179 (server-kill-buffer): New fn, to inform clients when buffer is killed. | |
18180 | |
18181 * cus-dep.el (custom-make-dependencies): | |
18182 Don't use NOSORT in directory-files. | |
18183 Don't actually visit the files. | |
18184 Use re-search to search contents fast. | |
18185 Search the subdirs of `lisp'. | |
18186 Bind kept-new-versions when saving. | |
18187 | |
18188 1997-05-06 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
18189 | |
18190 * lazy-lock.el: Use sexp custom widget for non-nil non-t values. | |
18191 | |
18192 * ps-print.el (ps-left-header, ps-right-header): Quote :group name. | |
18193 | |
18194 1997-05-05 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18195 | |
18196 * byte-opt.el (byte-optimize-approx-equal): Use <=, not <. | |
18197 (byte-optimize-minus, byte-optimize-plus): Optimize adding | |
18198 or subtracting 1. | |
18199 | |
18200 * imenu.el (imenu-auto-rescan): Fix typo. | |
18201 | |
18202 * ffap.el (ffap-alist): Delete `math-mode'. | |
18203 Move all defvars and defuns out of this, to top level. | |
18204 Use a constant list as the initial value. | |
18205 (ffap-soft-value): Rewrite as a macro. | |
18206 And now it is used only at run time, not at load time. | |
18207 (ffap-ftp-default-user): Use just "anonymous" as default value. | |
18208 (ffap-what-domain): Don't set mail-extr-all-top-level-domains here. | |
18209 (ffap-newsgroup-regexp, ffap-newsgroup-heads): Move up past first use. | |
18210 (ffap-string-at-point-region): Likewise. | |
18211 | |
18212 * dunnet.el (dungeon-nil): Explicitly return nil. | |
18213 | |
18214 * mouse-sel.el (mouse-sel-get-selection-function): | |
18215 Look in x-last-selected-text if necessary. | |
18216 | |
18217 * vc.el: Doc fixes. | |
18218 | |
18219 1997-05-05 Hrvoje Niksic <hniksic@srce.hr> | |
18220 | |
18221 * time.el, gud.el, metamail.el, simple.el: Customize. | |
18222 * window.el, frame.el, menu-bar.el, lisp.el, fill.el: Customize. | |
18223 * files.el, replace.el, vc.el: Customize. | |
18224 | |
18225 1997-05-05 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18226 | |
18227 * term.el (term-mode): Add a mode-class property. | |
18228 | |
18229 * gud.el (gud-mode): Add a mode-class property. | |
18230 | |
18231 * ws-mode.el (wordstar-mode): Add a mode-class property. | |
18232 | |
18233 * hexl.el (hexl-mode): Add a mode-class property. | |
18234 | |
18235 1997-05-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18236 | |
18237 * files.el (set-auto-mode): New arg JUST-FROM-FILE-NAME. | |
18238 (hack-local-variables): New arg MODE-ONLY. | |
18239 (set-visited-file-name): Alter the major mode based on new file name. | |
18240 (change-major-mode-with-file-name): New variable. | |
18241 | |
18242 * replace.el (occur-mode): Add a mode-class property. | |
18243 | |
18244 * inf-lisp.el (inferior-lisp-mode): Add a mode-class property. | |
18245 | |
18246 * compile.el (compilation-mode): Add a mode-class property. | |
18247 | |
18248 * comint.el (comint-mode): Add a mode-class property. | |
18249 | |
18250 * ange-ftp.el (internal-ange-ftp-mode): Add a mode-class property. | |
18251 | |
18252 * edebug.el (edebug-eval-mode): Add a mode-class property. | |
18253 | |
18254 * ielm.el (inferior-emacs-lisp-mode): Add a mode-class property. | |
18255 | |
18256 * telnet.el (telnet-mode): Add a mode-class property. | |
18257 | |
18258 * rlogin.el (rlogin-mode): Add a mode-class property. | |
18259 | |
18260 * shell.el (shell-mode): Add a mode-class property. | |
18261 | |
18262 * simple.el (minibuffer-text-before-history): New variable. | |
18263 (minibuffer-history-initialize): New fn, on minibuffer-setup-hook. | |
18264 (next-history-element, previous-matching-history-element): | |
18265 Initialize minibuffer-text-before-history. | |
18266 (next-history-element): Use minibuffer-text-before-history | |
18267 as "position 0" of the history list. | |
18268 Use minibuffer-default as position -1, if it is non-nil. | |
18269 Simplify error logic for beginning and end of history. | |
18270 | |
18271 * simple.el (set-variable): Delete old definition (duplicate). | |
18272 | |
18273 * rmail.el (rmail-ignored-headers): Add References, Mime-Version, | |
18274 Lines, Content-Transfer-Encoding. | |
18275 | |
18276 * time.el (display-time-string-forms): Test display-time-day-and-date | |
18277 and display-time-24hr-format here. | |
18278 (display-time-format): Default value is now nil. | |
18279 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95773
diff
changeset
|
18280 1997-05-04 Edward M Reingold <emr@silver.wisdom.weizmann.ac.il> |
25866 | 18281 |
18282 * list-holidays.el (list-holidays): Fix buffer title when list is | |
18283 nil. Do save-excursion to keep from messing up calendar variables. | |
18284 Handle CHOICE = "" like CHOICE = "Ask". | |
18285 | |
18286 * cal-menu.el (cal-menu-list-holidays-following-year) | |
18287 (cal-menu-list-holidays-previous-year) | |
18288 (cal-menu-list-holidays-year): New commands. | |
18289 (calendar-mode-map): Put them in the holidays menu. | |
18290 | |
18291 1997-05-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18292 | |
18293 * vc-hooks.el (vc-find-cvs-master): Accept ...+ in a normal entry. | |
18294 | |
18295 * replace.el (occur): Doc fix. | |
18296 | |
18297 1997-05-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18298 | |
18299 * rmail.el (rmail-count-new-messages): Fix previous change. | |
18300 | |
18301 * replace.el (occur): If regexp has uppercase in it, | |
18302 match it case-sensitively. | |
18303 | |
18304 * ffap.el: Many doc fixes. | |
18305 (ffap-next): Fix message. | |
18306 | |
18307 * timezone.el (timezone-parse-date): Match forms 1 and 2 first. | |
18308 | |
18309 1997-05-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18310 | |
18311 * gnus/gnus-mule.el: Renamed from ./gnus-mule.el. | |
18312 | |
18313 * ispell.el (ispell-dictionary-alist-2): Specify syntax of ' in Danish. | |
18314 | |
18315 1997-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
18316 | |
18317 * calendar.el: Customize. | |
18318 * appt.el, cal-china.el, cal-tex.el, diary-lib.el, solar.el: Likewise. | |
18319 * rmail.el, rmailout.el, rmailsum.el: Likewise. | |
18320 * compile.el, ffap.el, mouse.el, isearch.el: Likewise. | |
18321 * goto-addr.el, hippie-exp.el, icon.el, ielm.el, imenu.el: Likewise. | |
18322 | |
18323 1997-05-02 Inge Frick <inge@nada.kth.se> | |
18324 | |
18325 * compile.el: | |
18326 Support compilers that give a message each time the file being | |
18327 compiled changes but don't include a file name each error message. | |
18328 Speed up by searching for regexps one by one instead of combining. | |
18329 (compile-internal): Takes more optional arguments. All five regexp | |
18330 alists can be given as argument. | |
93313 | 18331 Change name of variable regexp-alist to error-regexp-alist. Change |
25866 | 18332 some local variables directly by setq instead of rebinding by let. |
18333 (compilation-shell-minor-mode): New minor mode. | |
18334 Similar to compilation-minor-mode, but key bindings don't | |
18335 collide with shell mode. | |
18336 (compilation-shell-minor-mode-map, compilation-shell-minor-mode): | |
18337 New variables. | |
18338 (compile-auto-highlight): Doc fix. | |
18339 (compilation-error-regexp-alist): Removed unnecessary line break | |
18340 in first regexp. Replaced \\(\\|.* on \\) by \\(.* on \\)? in | |
18341 regexp for Absoft FORTRAN 77 Compiler 3.1.3. Added regexp for | |
18342 SPARCcompiler Pascal. Divided long line in regexp for Cray C | |
18343 compiler error messages. Made comment fit in line at regexp for | |
18344 Sun Ada (VADS, Solaris). FILE-IDX may be nil, meaning an | |
18345 error message with no file name, so the file name must be taken | |
18346 from an earlier message. LINE-IDX may be a function which is | |
18347 called with two arguments the file name and column strings and | |
18348 returns an error position descriptor. | |
18349 (compilation-enter-directory-regexp-alist) | |
18350 (compilation-leave-directory-regexp-alist): New variables. | |
18351 (compilation-file-regexp-alist) | |
18352 (compilation-nomessage-regexp-alist): New variables. | |
18353 (grep-regexp-alist): Removed unnecessary ^ at beginning of regexp. | |
18354 (compilation-enter-directory-regexp) | |
18355 (compilation-leave-directory-regexp): Variables deleted. | |
18356 Replaced by compilation-enter-directory-regexp-alist and | |
18357 compilation-leave-directory-regexp-alist. | |
18358 (compilation-buffer-p): Return true also for buffer in | |
18359 compilation-shell-minor-mode. | |
18360 (compilation-next-error-locus): Split a long line. | |
18361 (count-regexp-groupings): Comment about this function not being | |
18362 needed any more. | |
93313 | 18363 (compilation-current-file, compilation-regexps): New variables. |
25866 | 18364 (compilation-parse-errors): Large parts rewritten. Don't put the |
18365 regexps together in one large regexp, instead match them one by one. | |
18366 Support the generalized subexpression indices. | |
18367 (compile-collect-regexps, compile-buffer-substring): New functions | |
18368 supporting compilation-parse-errors. | |
18369 | |
18370 1997-05-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18371 | |
18372 * iswitchb.el (iswitchb-entryfn-p): Use memq, not member. | |
18373 | |
18374 1997-05-01 Stephen Eglen <stephene@cogs.susx.ac.uk> | |
18375 | |
18376 * iswitchb.el (iswitchb-visit-buffer): Handle `display' alternative. | |
18377 (iswitchb-default-keybindings): Define C-x 4 C-o. | |
18378 (iswitchb-display-buffer): New function. | |
18379 (iswitchb-entryfn-p): Include iswitchb-display-buffer. | |
18380 (iswitchb-method, iswitchb-default-method): Doc fixes. | |
18381 | |
18382 1997-05-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18383 | |
18384 * menu-bar.el (menu-bar-custom-menu): | |
18385 New item `Browse All Customization'. | |
18386 Rename and shuffle other items. | |
18387 `Specify Group...' is now customize-group. | |
18388 | |
18389 * cus-edit.el: Say "standard settings" instead of "factory settings". | |
18390 | |
18391 * cus-edit.el (custom-group-magic-alist): New variable. | |
18392 (custom-group-state-update): Use custom-group-magic-alist. | |
18393 (customize-group): Renamed from `customize', | |
18394 and rename argument to GROUP. | |
18395 (customize): New function. | |
18396 | |
18397 * simple.el (set-variable): Simplify previous change. | |
18398 | |
18399 * subr.el (make-syntax-table): Doc fix. | |
18400 | |
18401 1997-04-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18402 | |
18403 * cc-mode.el (c-fill-paragraph): If fill-prefix is already non-nil, | |
18404 use it. | |
18405 | |
18406 * subr.el (shell-quote-argument): Quote null string usefully. | |
18407 | |
18408 * simple.el (set-variable): Check VALUE against type info if available. | |
18409 Don't evaluate VALUE. | |
18410 Use a separate history list for the values. | |
18411 | |
18412 1997-04-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18413 | |
18414 * time-stamp.el (time-stamp-old-format-warn): Fix a tag string. | |
18415 (time-stamp-format): Use %Y not %y in default value. | |
18416 | |
18417 * crisp.el (crisp-load-scroll-all): Renamed from ...-lock. | |
18418 (crisp-mode): Use scroll-all... not scroll-lock... | |
18419 | |
18420 * scroll-all.el: Renamed from scroll-lock.el. | |
18421 All functions renamed. | |
18422 (scroll-all-mode): Variable renamed from is-scroll-lock. | |
18423 | |
18424 1997-04-29 Geoff Voelker <voelker@cs.washington.edu> | |
18425 | |
18426 * edt.el (edt-emulation-on): Load edt-pc.el under Windows. | |
18427 | |
39229
bf5f26157d70
Update Stephen Gildea's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
18428 1997-04-29 Stephen Gildea <gildea@stop.mail-abuse.org> |
25866 | 18429 |
18430 * time-stamp.el (time-stamp): Verify time-stamp-line-limit is a number. | |
18431 (time-stamp-string-preprocess): Handle %F correctly. | |
18432 | |
18433 1997-04-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18434 | |
18435 * rmail.el (rmail-msgref-vector): New variable. | |
18436 Holds, for each message, a cons cell which contains the message number | |
18437 and which relocates if the message number changes. | |
18438 (rmail-forget-messages): Clear rmail-msgref-vector. | |
18439 (rmail-variables): Make rmail-msgref-vector buffer-local. | |
18440 (rmail-count-new-messages): Extend rmail-msgref-vector. | |
18441 (rmail-set-message-counters): Initialize rmail-msgref-vector. | |
18442 (rmail-only-expunge): Update rmail-msgref-vector. | |
18443 Don't look for mail-mode buffers specially. | |
18444 (rmail-reply): Use rmail-msgref-vector element as arg. | |
18445 (rmail-forward, rmail-retry-failure): Likewise. | |
18446 (rmail-mark-message): Accept an element of rmail-mark-message as arg. | |
18447 | |
98317 | 18448 * mh-comp.el (mh-smail-batch): Accept &rest arg `ignored'. |
25866 | 18449 |
18450 * bindings.el: Bind C-x m, C-x 4 m, C-x 5 m to compose-mail... | |
18451 | |
18452 * simple.el (compose-mail): Make prefix arg mean "continue". | |
18453 (compose-mail-other-window, compose-mail-other-frame): New commands. | |
18454 | |
18455 * sendmail.el: Don't bind C-x m, C-x 4 m, C-x 5 m. | |
18456 | |
18457 * autoload.el (generated-autoload-file): Change defconst to defvar. | |
18458 | |
18459 1997-04-28 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
18460 | |
18461 * font-lock.el: Respect font-lock-face-attributes if set. | |
18462 Define fast-lock and lazy-lock groups here to ensure group order. | |
18463 | |
18464 * fast-lock.el: Moved defgroup to font-lock.el. | |
18465 | |
18466 * lazy-lock.el: Moved defgroup to font-lock.el. | |
18467 | |
18468 * ps-print.el: Use buffer-substring-no-properties not buffer-substring. | |
18469 | |
18470 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18471 | |
18472 * ange-ftp.el (ange-ftp-file-entry-p): If ange-ftp-get-files returns | |
18473 nil, don't try ange-ftp-hash-entry-exists-p, just give up. | |
18474 | |
18475 * comint.el (comint-input-face): Deleted. | |
18476 | |
18477 * compile.el (compilation-error-regexp-alist): Add regexp for Perl -w. | |
18478 | |
18479 * vc-hooks.el (vc-master-templates): Doc fix. | |
18480 | |
18481 1997-04-27 Dave Love <d.love@dl.ac.uk> | |
18482 | |
18483 * scheme.el (dsssl-sgml-declaration): Doc fix. | |
18484 (dsssl-mode): Use stringp to check dsssl-sgml-declaration. | |
18485 (style, root): Put scheme-indent-function 1. | |
18486 (dsssl-font-lock-keywords): Use make-regexp version. | |
18487 | |
18488 1997-04-27 Ron Schnell <ronnie@twitch.mit.edu> | |
18489 | |
18490 * dunnet.el (dun-special-object): | |
18491 Floppy disk will melt in inventory or room, regardless | |
18492 of whether or not Stallman statuette is around. | |
18493 | |
18494 * dunnet.el (dun-examine): | |
18495 You can examine objects in the jar without taking them out. | |
18496 | |
18497 * dunnet.el (dun-take): | |
18498 You can take objects from the jar while you are on the bus. | |
18499 | |
18500 * dunnet.el (dun-dig): | |
18501 Message from digging on the bus is the same as when you dig and don't | |
18502 find anything. | |
18503 | |
18504 * dunnet.el (dun-climb): | |
18505 No longer errors out of the game when argument to "climb" is invalid. | |
18506 | |
18507 * dunnet.el (dun-put): | |
18508 You can now put things in the jar, even if you are on the bus. | |
18509 | |
18510 * dunnet.el (dun-special-move): | |
18511 "In" or "Out" command tells you if you are already on or off the bus. | |
18512 | |
18513 * dunnet.el (dun-sauna-heat): | |
18514 Changed "begin to sweat" to "are perspiring" | |
18515 so that it makes sense whether you are heating up or cooling down. | |
18516 | |
18517 * dunnet.el (dun-help): | |
18518 Changed author e-mail address, added web page. | |
18519 Added hint for batch mode. | |
18520 | |
18521 * dunnet.el (*global*): | |
18522 Fixed spelling of Presely in global object list. | |
18523 | |
18524 * dunnet.el (*global*): | |
18525 Added coconuts, tank, and lake as objects that are recognized. | |
18526 | |
18527 * dunnet.el (*global*): | |
18528 Added `slip' as another way of describing the paper, | |
18529 and `chip' as another way of describing the CPU. | |
18530 | |
18531 * dunnet.el (*global*): | |
18532 Upcase abbreviations of directions in room descriptions. | |
18533 | |
18534 * dunnet.el (dun-login): | |
18535 Fixed erroneous login message to better-describe ftp limitations. | |
18536 | |
18537 * dunnet.el (dun-rlogin): | |
18538 Added error message if user tries to rlogin back to pokey. | |
18539 | |
18540 * dunnet.el (dun-load-d): | |
18541 Fixed so that if restore file isn't found which in non-batch mode, | |
18542 window will switch back to game. | |
18543 | |
18544 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18545 | |
18546 * custom.el (custom-declare-variable): Don't use `push'. | |
18547 | |
18548 1997-04-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18549 | |
18550 * paragraphs.el (forward-paragraph): Fix editing error | |
18551 in the updating of paragraph-separate. | |
18552 | |
18553 1997-04-26 Per Abrahamsen <abraham@dina.kvl.dk> | |
18554 | |
18555 * cus-face.el (custom-face-attributes): Made the tag a button | |
18556 on booleans. | |
18557 Changed version number. | |
18558 | |
18559 1997-04-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18560 | |
18561 * simple.el (quoted-insert-character-offset): New variable. | |
18562 (quoted-insert): Convert characters 0200 - 0377 to 04200 - 04377, | |
18563 so that users get the same results they are used to. | |
18564 | |
18565 1997-04-26 Edward M Reingold <emr@silver.wisdom.weizmann.ac.il> | |
18566 | |
18567 * cal-french.el (calendar-print-french-date): Label | |
18568 French date in echo area. | |
18569 | |
18570 * cal-coptic.el (calendar-print-coptic-date): Label | |
18571 Coptic/Ethiopic date in echo area. | |
18572 | |
18573 1997-04-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18574 | |
18575 * rmail.el (rmail-reply): Pass Rmail buffer and msgnum | |
18576 as arguments within the mail-send action. | |
18577 (rmail-forward, rmail-retry-failure): Likewise. | |
18578 (rmail-mark-message): New function. | |
18579 (rmail-only-expunge): Update the new kind of action. | |
18580 (rmail-send-actions-rmail-msg-number) | |
18581 (rmail-send-actions-rmail-buffer): Variables no longer used. | |
18582 | |
18583 1997-04-25 Per Abrahamsen <abraham@dina.kvl.dk> | |
18584 | |
18585 * apropos.el (apropos): Add support for customization groups. | |
18586 (apropos-print): Ditto. | |
18587 | |
18588 * faces.el (describe-face): Add documentation. | |
18589 | |
18590 1997-04-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18591 | |
18592 * facemenu.el (facemenu-add-new-face): Rewrite to give each | |
18593 lambda expression a doc string. | |
18594 | |
18595 1997-04-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18596 | |
18597 * buff-menu.el (buffer-menu): Use pop-to-buffer. | |
18598 (same-window-buffer-names): Add "*Buffer List*". | |
18599 | |
18600 * cal-menu.el: Delete all menu-enable properties. | |
18601 They ran slowly and sometimes got errors. | |
18602 | |
93313 | 18603 1997-04-24 Francesco Potortì <F.Potorti@cnuce.cnr.it> |
25866 | 18604 |
18605 * skeleton.el (skeleton-read): Doc fix. | |
18606 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
18607 1997-04-24 Per Abrahamsen <abraham@dina.kvl.dk> |
25866 | 18608 |
18609 * widget.el (define-widget): Return name. | |
18610 | |
93313 | 18611 * cus-edit.el (custom-set-value): New command. |
25866 | 18612 (custom-set-variable): New command. |
18613 (customize-saved): Renamed from `customize-customized'. | |
18614 (customize-customized): New command. | |
18615 (custom-save-customized): New command. | |
18616 | |
18617 * widget.el (:prompt-value): New keyword. | |
18618 | |
18619 * wid-edit.el (widget-prompt-value): New function. | |
18620 (default): Use it. | |
18621 (widget-default-prompt-value): New function. | |
18622 (const): Use it. | |
18623 (widget-const-prompt-value): New function. | |
18624 (string): Use it. | |
18625 (widget-string-prompt-value-history): New variable. | |
18626 (widget-string-prompt-value): New function. | |
18627 (file): Use it. | |
18628 (widget-file-prompt-value): New function. | |
18629 (sexp): Use it. | |
18630 (widget-sexp-prompt-value-history): New variable. | |
18631 (widget-sexp-prompt-value): New function. | |
18632 (boolean): Use it. | |
18633 (widget-boolean-prompt-value): New function. | |
18634 | |
18635 * cus-edit.el (custom-variable-prompt): Limit completion to user | |
18636 options. Allow non-match input. | |
18637 | |
18638 * wid-edit.el (character): Give error if the length of the field | |
18639 isn't exactly 1. | |
18640 | |
18641 * wid-edit.el (widget-regexp-validate): New function. | |
18642 (regexp): Use it. | |
18643 (widget-regexp-match): New function. | |
18644 (regexp): Use it. | |
18645 | |
18646 * cus-edit.el (custom-variable-action): Use `custom-toggle-hide'. | |
18647 (custom-face-action): Ditto. | |
18648 (custom-group-action): Ditto. | |
18649 | |
18650 * cus-edit.el (custom-toggle-hide): New function. | |
18651 (custom-level-action): Use it. | |
18652 (custom-group-menu): Ditto. | |
18653 (custom-face-menu): Ditto. | |
18654 (custom-variable-menu): Ditto. | |
18655 | |
18656 * cus-edit.el (custom-redraw): Goto old line and column instead of | |
18657 old character position. This is more tolerant for changes. | |
18658 | |
18659 * wid-edit.el (widget-choice-action): Only notify parent if | |
18660 something was chosen. | |
18661 | |
18662 * custom.el (custom-declare-group): Make sure initial members | |
18663 aren't duplicated even if the `defgroup' is evaluated twice. | |
18664 | |
18665 * wid-browse.el (widget-minor-mode): New variable and command. | |
18666 (widget-minor-mode-map): New variable. | |
18667 Add to `'minor-mode-alist' and `minor-mode-map-alist'. | |
18668 | |
18669 * wid-edit.el (widget-specify-inactive): Set priority. | |
18670 | |
18671 * wid-edit.el (widget-move): Skip inactive widgets. | |
18672 | |
18673 * cus-edit.el (custom-display-unselected-match): Matched too many | |
18674 displays. | |
18675 | |
18676 * wid-edit.el (widget-field-face): Changed default background | |
18677 color. | |
18678 | |
18679 * custom.el (custom-declare-variable): Set `custom-get' the right | |
18680 place. | |
18681 | |
18682 * cus-edit.el (custom-magic): Don't notify the parent. | |
18683 | |
18684 * custom.el (custom-initialize-set): New function. | |
18685 (custom-initialize-reset): New function. | |
18686 (custom-initialize-changed): New function. | |
18687 (custom-declare-variable): Use `custom-initialize-set' as | |
18688 default for `:initialize'. | |
18689 | |
18690 * cus-edit.el (custom-save-variables): Save :require symbols. | |
18691 | |
18692 * custom.el (:initialize, :set, :get, :request): New keywords. | |
18693 (custom-declare-variable): Support them. | |
18694 (custom-set-variables): Ditto. | |
18695 (defcustom): Document them. | |
18696 (custom-initialize-default): New function. | |
18697 * cus-edit.el (custom-variable-value-create): Support them. | |
18698 (custom-variable-set): Ditto. | |
18699 (custom-variable-save): Ditto. | |
18700 (custom-variable-reset-saved): Ditto. | |
18701 (custom-variable-reset-factory): Ditto. | |
18702 (custom-variable-state-set): Ditto. | |
18703 | |
18704 * cus-edit.el (custom-menu-filter): New function. | |
18705 (custom-variable-menu): New format. | |
18706 (custom-variable-action): Use it. | |
18707 (custom-face-menu): New format. | |
18708 (custom-face-action): Use it. | |
18709 (custom-group-menu): New format. | |
18710 (custom-group-action): Use it. | |
18711 | |
18712 * wid-edit.el (widget-choose): Accept unselectable items. | |
18713 | |
18714 * wid-edit.el (widget-default-create): Clear undo buffer. | |
18715 (widget-default-delete): Ditto. | |
18716 | |
18717 * cus-edit.el (customize-other-window): New function. | |
18718 | |
18719 * wid-edit.el (widget-info-link-action): Steal mouse up event. | |
18720 | |
18721 * wid-edit.el (widget-specify-insert): Use old style backquote. | |
18722 | |
18723 1997-04-23 Geoff Voelker <voelker@cs.washington.edu> | |
18724 | |
93313 | 18725 * w32-fns.el (w32-using-nt, w32-shell-name, w32-using-system-shell-p) |
18726 (w32-startup): New functions. | |
25866 | 18727 (w32-system-shells): New variable. |
18728 | |
18729 1997-04-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18730 | |
18731 * find-file.el: Fix messages. | |
18732 | |
18733 * sgml-mode.el: Many doc fixes. | |
18734 | |
93313 | 18735 1997-04-23 Francesco Potortì <F.Potorti@cnuce.cnr.it> |
25866 | 18736 |
18737 * sgml-mode.el (sgml-value): Use 'identity as default value. | |
18738 (sgml-mode): Doc fix. | |
18739 (sgml-name-8bit-mode): Tell the user if set or reset. | |
18740 (sgml-tag): Doc fix. | |
18741 (sgml-tag): Protect "<" from skeleton-transformation. | |
18742 (sgml-attributes): Doc fix. | |
18743 (sgml-attributes): Square brackets removed from prompt. | |
18744 (sgml-attributes): Arg ALIST renamed to TAG. | |
18745 (sgml-attributes): Apply skeleton-transformation when necessary. | |
18746 (sgml-value): Doc added. | |
18747 (sgml-value): Square brackets removed from prompt. | |
18748 (html-tag-alist): New variable 1-7, variable `list' changed. | |
106682
598bffb4b64e
Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
105997
diff
changeset
|
18749 (html-tag-alist) <dir>, <menu>: Use new value of `list'. |
598bffb4b64e
Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
105997
diff
changeset
|
18750 (html-tag-alist) <font>: Fixed (doc of sgml-tag-alist needs fixing). |
598bffb4b64e
Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
105997
diff
changeset
|
18751 (html-tag-alist) <ol>, <ul>: Fixed. |
598bffb4b64e
Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
105997
diff
changeset
|
18752 (html-tag-alist) <fn>: Commented out. |
25866 | 18753 |
18754 * skeleton.el (define-skeleton): Doc fix. | |
18755 | |
18756 1997-04-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18757 | |
18758 * compare-w.el (compare-windows): Allow windows on different frames. | |
18759 | |
18760 1997-04-23 Ken'ichi Handa <handa@etl.go.jp> | |
18761 | |
18762 * mule-conf.el: Re-arrange priorities of coding categories. | |
18763 | |
18764 1997-04-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18765 | |
18766 * ispell.el (ispell-overlay-window): Bind frame-override-unsplittable. | |
18767 | |
18768 * rcompile.el (remote-compile): Make comint-file-name-prefix local | |
18769 in the compilation buffer. | |
18770 | |
18771 * bindings.el (debug-ignored-errors): Update the regexps for | |
93313 | 18772 the dabbrev error messages. |
25866 | 18773 |
18774 * fast-lock.el: Delete setting of byte-compile-dynamic, | |
18775 byte-compile-dynamic-docstrings and byte-optimize. | |
18776 (fast-lock-save-facep, save-buffer-state): Move defmacros to top level. | |
18777 | |
18778 * lazy-lock.el: Delete setting of byte-compile-dynamic, | |
18779 byte-compile-dynamic-docstrings and byte-optimize. | |
18780 (with-current-buffer): Duplicate definition deleted. | |
18781 (save-buffer-state, do-while): Move defmacros to top level. | |
18782 | |
18783 * wid-edit.el: Use copy-sequence, not copy-list. | |
18784 Use cl only at compile time. | |
18785 | |
18786 * cus-edit.el (custom-variable-type): Use copy-sequence, not copy-list. | |
18787 | |
18788 * octave-mod.el (inferior-octave-output-list): Declare here | |
18789 to avoid compiler warnings. | |
18790 (inferior-octave-output-string): Likewise. | |
18791 (inferior-octave-receive-in-progress): Likewise. | |
18792 | |
18793 * modula2.el (m2-end-comment-column): New defvar. | |
18794 (modula-2-mode, m2-end-comment): Use m2-end-comment-column | |
18795 instead of end-comment-column. | |
93313 | 18796 (m2-compile, m2-link): Don't set `modulename'. |
25866 | 18797 |
18798 * sh-script.el (sh-case): Make this a simple define-skeleton | |
18799 as it was originally. Don't add a menu-enable property. | |
18800 (sh-assignment-regexp): Renamed from sh-assignment-prefix | |
18801 undoing a renaming made by mistake. | |
18802 | |
18803 * sgml-mode.el (sgml-transformation): Fix previous change. | |
18804 | |
18805 1997-04-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18806 | |
18807 * custom.el (custom-declare-variable): | |
18808 Use copy-sequence, not copy-list. | |
18809 | |
18810 * vc-hooks.el (vc-find-cvs-master): Handle a "New file!" entry. | |
18811 (vc-fetch-master-properties): Match "New file!". | |
18812 | |
18813 * elp.el (elp-report-limit): Change prompt string. | |
18814 (elp-version): Incremented. | |
18815 | |
18816 * mule-cmds.el (mule-keymap): Add C-x RET C-\ for select-input-method. | |
18817 | |
18818 * files.el (recover-file): Fix error message. | |
18819 | |
18820 1997-04-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18821 | |
18822 * cus-edit.el (custom-face-set): Don't copy an empty face, | |
18823 just call custom-face-display-set. | |
18824 (custom-face-reset-saved, custom-face-save, custom-face-reset-factory): | |
18825 Likewise. | |
18826 (custom-face-display-set): Define this here. | |
18827 (custom-display-match-frame): Define here. | |
18828 | |
18829 * cus-face.el: Major simplification; most of file contents deleted. | |
18830 factory-face property renamed to face-defface-spec. | |
18831 | |
18832 * faces.el (frame-set-background-mode): New function. | |
18833 (frame-background-mode): New variable. | |
18834 (x-create-frame-with-faces): Rearrangement of order of font | |
18835 processing. Handle custom-faces here. | |
18836 (face-doc-string, set-face-doc-string): New functions. | |
18837 (set-face-bold-p, set-face-italic-p): New functions. | |
18838 (face-bold-p, face-italic-p): New function. | |
18839 (face-spec-set, face-spec-set-1, face-spec-set-match-display): | |
18840 New functions. | |
18841 | |
18842 * frame.el (make-frame): Don't call custom-initialize-frame. | |
18843 | |
18844 * texnfo-upd.el (texinfo-master-menu-header): Delete newline at start. | |
18845 (texinfo-insert-master-menu-list): Add @detailmenu and | |
18846 @end detailmenu commands. | |
18847 | |
18848 1997-04-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18849 | |
18850 * skeleton.el (skeleton-read): Fix previous change. | |
18851 | |
18852 * simple.el (transient-mark-mode): Print message if used interactively. | |
18853 | |
18854 * sendmail.el (mail-attach-file): New function. | |
18855 (mail-mode-map): Add mail-attach-file on C-c C-i. | |
18856 | |
18857 1997-04-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18858 | |
18859 * facemenu.el (facemenu-update): Don't make global bindings here. | |
18860 Make them at top level. | |
18861 (facemenu-key): Variable deleted. | |
18862 (facemenu-keybindings, facemenu-new-faces-at-end) | |
18863 (facemenu-unlisted-faces, facemenu-remove-face-function): Doc fixes. | |
18864 | |
18865 * sh-script.el: Remove all menu-enable properties | |
18866 except for sh-case. | |
18867 | |
93313 | 18868 1997-04-17 Francesco Potortì <F.Potorti@cnuce.cnr.it> |
25866 | 18869 |
18870 * sgml-mode.el (sgml-name-char): Ask user with a prompt. | |
18871 | |
18872 1997-04-16 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
18873 | |
18874 * font-lock.el: Customise. | |
18875 (font-lock-defaults-alist): Leave ~ syntax alone in C++. | |
18876 (font-lock-match-c++-style-declaration-item-and-skip-to-next): Match ~ | |
18877 characters here. | |
18878 (font-lock-fontify-syntactically-region): Clean code. | |
18879 (font-lock-defaults-alist): Don't set font-lock-comment-start-regexp, | |
18880 as font-lock-fontify-syntactically-region doesn't use it anymore. | |
18881 (font-lock-comment-start-regexp): Delete variable. | |
18882 (font-lock-set-defaults): Define variable if not bound. | |
18883 (font-lock-compile-keywords): Don't set font-lock-keywords. | |
18884 (font-lock-fontify-keywords-region): Set it here. | |
18885 | |
18886 * fast-lock.el: Customise. | |
18887 (fast-lock-cache-data): Simplify calls of font-lock-compile-keywords. | |
18888 | |
18889 * lazy-lock.el: Customise. | |
18890 (lazy-lock-fontify-conservatively): Fontify around WINDOW's point. | |
18891 | |
18892 * shell.el (shell-font-lock-keywords): Use EVAL form for prompt. | |
18893 | |
18894 * modula2.el (modula-2-mode): Set font-lock-defaults. | |
93313 | 18895 (m2-font-lock-keywords) |
18896 (m2-font-lock-keywords-1, m2-font-lock-keywords-2) | |
18897 (m3-font-lock-keywords) | |
25866 | 18898 (m3-font-lock-keywords-1, m3-font-lock-keywords-2): New variables. |
18899 | |
18900 1997-04-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18901 | |
18902 * skeleton.el (skeleton-insert): Rename the function's argument | |
18903 to `regions', and bind `skeleton-regions' with let. | |
18904 (skeleton-read): Rename arg STR to PROMPT. | |
18905 | |
18906 * sendmail.el (sendmail-send-it): Use quoted-printable encoding | |
18907 for the From field. | |
18908 | |
18909 * sgml-mode.el (sgml-value): Don't perform the skeleton-transformation | |
18910 on the value. | |
18911 | |
18912 1997-04-15 Andrew Innes <andrewi@harlequin.co.uk> | |
18913 | |
18914 * hilit19.el (hilit-rehighlight-message): Respect mail-mode | |
18915 header/body separation line. | |
18916 | |
18917 1997-04-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18918 | |
18919 * rmailsum.el (rmail-summary-delete-forward): Argument is now | |
18920 a repeat count. | |
18921 (rmail-summary-delete-backward): Corresponding changes. | |
18922 | |
18923 * sh-script.el (sh-while-getopts): Don't add menu-enable property. | |
18924 | |
18925 1997-04-15 Hrvoje Niksic <hniksic@srce.hr> | |
18926 | |
18927 * saveplace.el: Add defgroup; use defcustom for user vars. | |
18928 * pascal.el, supercite.el: Likewise. | |
18929 | |
18930 1997-04-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
18931 | |
18932 * cus-dep.el (custom-make-dependencies): Add `provide' to generated | |
18933 file. | |
18934 | |
18935 1997-04-15 Eli Zaretskii <eliz@wombat.gnu.ai.mit.edu> | |
18936 | |
18937 * term/pc-win.el (x-select-enable-clipboard): New variable. | |
18938 (x-select-text, x-get-selection-value): New functions, support for | |
18939 MS-Windows clipboard. | |
18940 | |
18941 1997-04-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
18942 | |
18943 * cus-start.el: Add support for face documentation. | |
18944 | |
18945 * cus-dep.el (custom-make-dependencies): Fixed generation of | |
18946 parens. | |
18947 Fixed message. | |
18948 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
18949 1997-04-15 Noah Friedman <friedman@splode.com> |
25866 | 18950 |
18951 * rlogin.el (rlogin-process-connection-type): Default to t | |
18952 for solaris 2.x. | |
18953 | |
18954 1997-04-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18955 | |
18956 * simple.el (overwrite-mode-binary, overwrite-mode-textual): | |
18957 Use defvar. | |
18958 | |
18959 * pascal.el (pascal-mode): Set comment-start. | |
18960 | |
18961 * winner.el: New file. | |
18962 | |
95891
11cd8097e8d0
Fix typos, convert to utf-8.
Juanma Barranquero <lekktu@gmail.com>
parents:
95780
diff
changeset
|
18963 1997-04-14 Francesco Potortì <F.Potorti@cnuce.cnr.it> |
25866 | 18964 |
18965 * sgml-mode.el (sgml-char-names): Change ensp to nbsp. | |
18966 | |
18967 1997-04-14 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
18968 | |
18969 * font-lock.el (font-lock-fontify-syntactically-region): Use new | |
18970 features of parse-partial-sexp instead of doing regexp search. | |
18971 | |
18972 1997-04-14 Steven L Baur <steve@altair.xemacs.org> | |
18973 | |
18974 * edebug.el (edebug-read-and-maybe-wrap-form): Protect | |
18975 against pathological recursive calls. | |
18976 | |
18977 1997-04-14 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
18978 | |
18979 * timer.el (timer-until): Fix syntax error. | |
18980 * browse-url.el (browse-url-browser-function): Fix syntax error. | |
18981 | |
18982 1997-04-14 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
18983 | |
18984 * frame.el (frame-parameter): Doc fix. | |
18985 | |
18986 1997-04-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
18987 | |
18988 * timer.el (timer-until): New function. | |
18989 (timer-max-repeats): New variable. | |
18990 (timer-event-handler): Avoid rerunning a timer many times | |
18991 if real time has "jumped" forward. | |
18992 | |
18993 * uce.el, vcursor.el: New files. | |
18994 | |
18995 * sgml-mode.el (sgml-tag): Use intangible here. | |
18996 (sgml-tags-invisible): Don't add intangible property | |
18997 separately here. Just the category property is enough. | |
18998 Eliminate local variable `point'. | |
18999 Bind inhibit-point-motion-hooks. | |
19000 | |
19001 1997-04-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19002 | |
19003 * custom.el: Doc fixes. | |
19004 | |
19005 * jka-compr.el (jka-compr-temp-name-template): Fix editing error. | |
19006 | |
19007 * ps-print.el (ps-print-color-p): Fix minor error. | |
19008 | |
19009 * dired.el (dired-internal-noselect): When setting default-directory, | |
19010 don't check file-name-directory. | |
19011 | |
19012 * subr.el (kbd): New macro. | |
19013 | |
19014 * sgml-mode.el (sgml-mode-facemenu-add-face-function): New function. | |
19015 (sgml-mode-common): Use that function for the hook value. | |
19016 | |
19017 * dired.el (dired-noselect): Avoid calling file-directory-p | |
19018 when the initial argument was syntactically a directory name. | |
19019 | |
19020 1997-04-13 Hrvoje Niksic <hniksic@srce.hr> | |
19021 | |
19022 * time-stamp.el: Add defgroup; use defcustom for user vars. | |
19023 * eldoc.el: Likewise. | |
19024 | |
19025 1997-04-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19026 | |
19027 * loadup.el: Load cus-start. | |
19028 Don't insist that bindings.el not be compiled. | |
19029 | |
19030 * mail-utils.el (mail-quote-printable, mail-unquote-printable) | |
19031 (mail-unquote-printable-hexdigit): New functions. | |
19032 | |
19033 * elp.el (elp-functionp): Definitions deleted; use functionp. | |
19034 | |
19035 * subr.el (functionp): New function. | |
19036 | |
19037 1997-04-12 Dave Love <d.love@dl.ac.uk> | |
19038 | |
19039 * files.el (auto-mode-alist): Add .dsl and .dsssl for dsssl-mode. | |
19040 | |
19041 1997-04-12 Barry A. Warsaw <bwarsaw@cnri.reston.va.us> | |
19042 | |
19043 * Public release 2.39 | |
19044 | |
19045 * elp.el (elp-functionp): New function. | |
19046 | |
19047 * elp.el (elp-instrument-package): Don't attempt to instrument autoload | |
19048 functions. | |
19049 | |
19050 (elp-elapsed-time): New function to calculate the different between | |
19051 two `current-time' lists. This no longer throws away the top 16 bits | |
19052 of information. | |
19053 | |
19054 (elp-wrapper): Use elp-elapsed-time instead of elp-get-time. Also, | |
19055 call `current-time' as close to the function entrance and exit as | |
19056 possible so more of the overhead is eliminated from the times. | |
19057 | |
19058 (elp-get-time): Obsolete, deleted. | |
19059 | |
19060 * elp.el (elp-restore-function): | |
19061 When restoring, do not check assq elp-wrapper | |
19062 if the symbol-function is a compiled lisp function (i.e. byte coded). | |
19063 If it is byte-coded, it could not have been instrumented. | |
19064 Don't do the symbol-function restoration if | |
19065 the symbol has no function definition. | |
19066 | |
19067 * elp.el (elp-instrument-function): Always `restore' the funsym before | |
19068 instrumenting. | |
19069 Fail if function is an autoload symbol. | |
19070 | |
19071 * elp.el (elp-instrument-list): Remove unnecessary condition-case. | |
19072 | |
19073 * elp.el (elp-results): | |
19074 Noninteractive as a function is non-portable, use the | |
19075 variable instead. buffer-substring with 3 arguments is non-portable. | |
19076 | |
19077 * elp.el (elp-instrument-function, elp-instrument-list): | |
19078 Handle function symbols that have already been instrumented. Do | |
19079 not instrument them twice. | |
19080 | |
19081 * elp.el (elp-recycle-buffers-p): New variable. | |
19082 | |
19083 * elp.el (elp-report-limit, elp-sort-by-function): New default values. | |
19084 | |
19085 * elp.el (elp-use-standard-output): New variable. | |
19086 | |
19087 (elp-results): Optionally dump results to standard-output. | |
19088 | |
19089 1997-04-12 Per Abrahamsen <abraham@dina.kvl.dk> | |
19090 | |
19091 * apropos.el (apropos): Add support for faces, widgets, and user | |
19092 options. | |
19093 (apropos-print): Ditto. | |
19094 | |
93313 | 19095 * cus-edit.el (abbrev-mode, alloc, undo, modeline, fill) |
19096 (editing-basics, display, execute, installation, dired, limits) | |
19097 (debug, minibuffer, keyboard, mouse, menu, auto-save) | |
19098 (processes-basics, windows): New customization groups. | |
25866 | 19099 |
19100 * cus-start.el: New file. | |
19101 | |
19102 * cus-face.el (custom-face-font-size): Don't assume integral | |
19103 number. | |
19104 | |
19105 * cus-edit.el (custom-menu-create): Don't allow optional `NAME'. | |
19106 (customize-menu-create): Do allow optional name. | |
19107 | |
19108 * custom.el (custom-set-variables): Add warning for old format. | |
19109 | |
19110 * cus-edit.el (custom-variable-set): Use `set-default' instead of | |
19111 `set'. | |
19112 (custom-variable-save): Ditto. | |
19113 (custom-variable-reset-saved): Ditto. | |
19114 (custom-variable-reset-factory): Ditto. | |
19115 | |
19116 * cus-edit.el (customize-face-other-window): New function. | |
19117 | |
19118 * wid-browse.el (widget-browse-mode-customize-menu): New menu. | |
19119 (widget-browse-mode): Add it. | |
19120 (widget-browse-mode-map): Bind `q'. | |
19121 | |
19122 * wid-browse.el (widget-browse-other-window): New function. | |
19123 | |
19124 * cus-edit.el (customize-menu-create): New function. | |
19125 (custom-mode-customize-menu): Use it. | |
19126 | |
19127 * cus-edit.el (custom-make-dependencies): Deleted function. | |
19128 | |
19129 * cus-edit.el (customize-face): Sort faces. | |
19130 | |
19131 * cus-edit.el (custom-faces): New group. | |
19132 (custom-magic-alist): Added. | |
19133 (custom-variable-sample-face): Added. | |
19134 (custom-variable-button-face): Added. | |
19135 (custom-face-tag-face): Added. | |
19136 (custom-group-tag-faces): Added. | |
19137 (custom-group-tag-face): Added. | |
19138 (customize): Removed from faces group. | |
19139 | |
19140 * cus-edit.el (custom-load-recursion): New variable. | |
19141 (custom-load-symbol): Use it. | |
19142 (custom-mode-customize-menu): New menu. | |
19143 (custom-mode): Use it. | |
98317 | 19144 Code moved to the end of the file. |
25866 | 19145 |
19146 * cus-edit.el (custom-buffer-create-internal): Split out from | |
19147 `custom-buffer-create'. | |
19148 (custom-buffer-create-other-window): New function. | |
19149 | |
19150 * cus-edit.el (custom-guess-name-alist): Renamed from | |
19151 `custom-guess-type-alist'. | |
19152 (custom-guess-doc-alist): New option. | |
19153 (custom-guess-type): Use them. | |
19154 | |
19155 * cus-face.el (set-face-stipple): Removed Kyle Jones code. | |
19156 | |
19157 * cus-face.el (face-doc-string): Changed property name to | |
19158 `face-documentation'. | |
19159 (set-face-doc-string): Ditto. | |
19160 | |
19161 * cus-edit.el (custom-unlispify-menu-entry): Strip terminating | |
19162 `-p' off booleans. | |
19163 | |
19164 * cus-edit.el (custom-save-faces): Make sure `default' is saved first. | |
19165 | |
19166 * wid-edit.el (widget-vector-match): Pass arguments to | |
19167 `widget-apply' in the correct order. | |
19168 | |
19169 * custom.el (custom-define-hook): Change to defvar. | |
19170 * cus-edit.el (custom-define-hook): Add customization support. | |
19171 | |
19172 * cus-edit.el (custom-menu-update): Don't autoload. | |
19173 (custom-menu-reset): Move here from `custom.el'. | |
19174 Remove XEmacs support. | |
19175 (custom-help-menu): Move here from `custom.el'. | |
19176 Remove XEmacs support. | |
19177 (custom-menu-create): Work even if `custom-menu-nesting' is | |
19178 unbound. | |
19179 (custom-menu-nesting): Don't define for XEmacs. | |
19180 | |
19181 * cus-face.el (after-make-frame-hook): Removed | |
19182 `custom-initialize-frame', as this is now in `frame.el'. | |
19183 | |
19184 * cus-edit.el (custom-guess-type-alist): New option. | |
19185 (custom-guess-type): New function. | |
19186 (custom-variable-type): New function. | |
19187 (custom-variable-value-create): Use it. | |
19188 | |
19189 * cus-face.el (custom-face-attributes): Moved :family to the | |
19190 beginning of the list. | |
19191 (custom-face-attributes): Added :strikethru attribute. | |
19192 | |
19193 * custom.el (custom-set-variables): If variable is already set, | |
19194 overwrite it here. | |
19195 (custom-declare-variable): Do not set saved variables, if they | |
19196 already are bound. | |
19197 (custom-declare-variable): Clear the `force-value' flag if set. | |
19198 | |
19199 * widget.el (:text-format): New keyword. | |
19200 * wid-edit.el (push-button): Define it. | |
19201 (widget-push-button-value-create): Use it. | |
19202 * widget.texi (push-button): Documented it. | |
19203 | |
19204 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19205 | |
19206 * bookmark.el (bookmark, bookmark-use-annotations) | |
19207 (bookmark-save-flag, bookmark-save-flag): Doc fixes. | |
19208 | |
19209 * scheme.el (make): Add scheme-indent-function property. | |
19210 | |
19211 * Makefile (finder-inf.el, autoloads): New targets. | |
19212 (cus-load.el): Minor simplification. | |
19213 | |
19214 1997-04-11 Hrvoje Niksic <hniksic@srce.hr> | |
19215 | |
19216 * add-log.el, avoid.el, bookmark.el, cl-indent.el, cmacexp.el: | |
19217 * comint.el, completion.el, dabbrev.el, desktop.el, edebug.el: | |
19218 * enriched.el, executable.el, f90.el, fast-lock.el, fortran.el: | |
19219 * hexl.el, jka-compr.el, lpr.el, makeinfo.el, man.el: | |
19220 * mh-comp.el, mh-e.el, mh-utils.el, outline.el, page-ext.el: | |
19221 * prolog.el, ps-print.el, rcompile.el, rlogin.el, rsz-mini.el: | |
19222 * sgml-mode.el, sh-script.el, shell.el, smtpmail.el: | |
19223 * term.el, tex-mode.el, texinfo.el, two-column.el, uniquify.el: | |
19224 Add defgroup's; use defcustom for user vars. | |
19225 | |
19226 1997-04-11 Dave Love <d.love@dl.ac.uk> | |
19227 | |
19228 * vc.el (vc-update-change-log): Run `rcs2log' in the correct | |
19229 directory when ChangeLog is found elsewhere. Display any error | |
19230 output from rcs2log. | |
19231 | |
19232 1997-04-11 Per Abrahamsen <abraham@dina.kvl.dk> | |
19233 | |
19234 * Makefile (cus-load.el): New target. | |
19235 | |
19236 * cus-dep.el: New file. | |
19237 | |
19238 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19239 | |
19240 * server.el (server-done): If buffer visits no file, don't offer save. | |
19241 | |
19242 * holidays.el (list-holidays): Add autoload cookie. | |
19243 | |
19244 * cus-face.el: Don't add custom-initialize-frame to | |
19245 after-make-frame-hook. | |
19246 | |
19247 * frame.el (make-frame): Call custom-initialize-frame | |
19248 only if cus-face is loaded. | |
19249 | |
19250 * sendmail.el (mail-do-fcc): After appending to a buffer, | |
19251 offer to save it. Or if the buffer matched the file, | |
19252 append to the file too. | |
19253 | |
19254 1997-04-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19255 | |
19256 * files.el (file-relative-name): Expand both args before | |
19257 checking for device mismatch. | |
19258 | |
19259 * scroll-lock.el: New file. | |
19260 | |
19261 * crisp.el: New file. | |
19262 | |
19263 * cus-face.el (custom-initialize-frame): Add autoload cookie. | |
19264 | |
19265 * faces.el (make-face): New arg no-resources. | |
19266 (make-empty-face): New function. | |
19267 | |
19268 * frame.el (frame-parameter): New function. | |
19269 | |
19270 * simple.el (keyboard-escape-quit): Exit recursive edits, | |
19271 and switch away from buffers whose names start with space. | |
19272 | |
19273 1997-04-10 Ed Reingold <emr@silver.wisdom.weizmann.ac.il> | |
19274 | |
19275 * holidays.el (list-holidays): New function. | |
19276 | |
19277 * cal-julian.el (diary-astro-day-number): Change format string. | |
19278 | |
19279 * cal-french.el (diary-french-date): Use `date'. | |
19280 Add some additional text at the end. | |
19281 | |
19282 * cal-persia.el (diary-persian-date): Use `date'. | |
19283 Add some additional text at the end. | |
19284 | |
19285 * cal-coptic.el (diary-coptic-date): Use `date'. | |
19286 If calendar-coptic-date-string gives nonempty string, | |
19287 add additional text to it. | |
19288 | |
19289 * cal-islam.el (diary-islamic-date): Use `date'. | |
19290 | |
19291 1997-04-10 Hrvoje Niksic <hniksic@srce.hr> | |
19292 | |
19293 * ispell.el: Use defcustom for user variables. | |
19294 | |
19295 1997-04-10 Dave Love <d.love@dl.ac.uk> | |
19296 | |
19297 * scheme.el: Add DSSSL mode and share code with newly required | |
19298 lisp-mode as much as possible. | |
19299 (scheme-mode-variables): Copy filling stuff from lisp-mode. | |
19300 Add an outline-regexp. | |
19301 (scheme-mode-map): Inherit shared-lisp-mode-map and provide a menu. | |
19302 (dsssl-sgml-declaration): New variable. | |
19303 (dsssl-mode): New command. | |
19304 (dsssl-font-lock-keywords): New variable. | |
19305 (scheme-indent-function): Near copy of lisp-indent-function. | |
93313 | 19306 (scheme-comment-indent, scheme-indent-offset) |
19307 (scheme-indent-function, scheme-indent-line) | |
19308 (calculate-scheme-indent, scheme-indent-specform) | |
19309 (scheme-indent-defform, scheme-indent-sexp): Removed; use lisp-mode | |
25866 | 19310 equivalents. |
19311 (scheme-imenu-generic-expression): New variable. | |
19312 (dsssl-imenu-generic-expression): New variable. | |
19313 (scheme-let-indent): Use lisp-indent-specform. | |
19314 | |
19315 1997-04-09 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
19316 | |
19317 * sh-script.el (sh-mode): Set font-lock-comment-start-regexp via | |
19318 font-lock-defaults. | |
19319 (sh-set-shell): Don't set font-lock-keywords or font-lock-syntax-table, | |
19320 and don't toggle Font Lock mode if it is already on. | |
19321 | |
19322 1997-04-09 Dave Love <d.love@dl.ac.uk> | |
19323 | |
19324 * cmuscheme.el (scheme-mode-map): Add some menu items. | |
19325 | |
19326 1997-04-09 Per Abrahamsen <abraham@dina.kvl.dk> | |
19327 | |
19328 * lisp-mode.el (eval-defun): For defcustom, always set the value. | |
19329 | |
19330 1997-04-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19331 | |
19332 * complete.el (PC-try-load-many-files): Set truename. | |
19333 | |
19334 1997-04-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19335 | |
19336 * custom.el: Delete the explicit autoload calls. | |
19337 (custom-help-menu): Don't use easymenu; make the keymap explicitly. | |
19338 (custom-menu-reset): Function deleted. Don't call it, either. | |
19339 (custom-help-menu): Variable deleted. | |
19340 | |
19341 * menu-bar.el (menu-bar-custom-menu): New variable; | |
19342 add it as a submenu of the Help menu. | |
19343 | |
19344 * loadup.el: Load widget and custom packages. | |
19345 | |
19346 * files.el (file-relative-name): Handle differing drive letters | |
19347 on Microsoft systems. | |
19348 | |
19349 1997-04-08 Per Abrahamsen <abraham@dina.kvl.dk> | |
19350 | |
19351 * frame.el (make-frame): Call `custom-initialize-frame'. | |
19352 | |
19353 1997-04-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19354 | |
19355 * fontset.el: When calling put-charset-property, ignore errors. | |
19356 (x-charset-registries): Turn Tibetan on again. | |
19357 | |
19358 * perl-mode.el (calculate-perl-indent): When indenting under a | |
19359 containing openparen, skip spaces after the openparen. | |
19360 | |
19361 * fontset.el (x-charset-registries): Turn off Tibetan. | |
19362 | |
19363 1997-04-07 Per Abrahamsen <abraham@dina.kvl.dk> | |
19364 | |
19365 * custom.el: Total rewrite. | |
19366 * cus-edit.el: New file. | |
19367 * cus-face.el: New file. | |
19368 * widget.el: New file. | |
19369 * wid-edit.el: New file. | |
19370 * wid-browse.el: New file. | |
19371 | |
19372 1997-04-04 Kenichi HANDA <handa@etl.jp.jp> | |
19373 | |
19374 * ccl.el: Comment fixed. | |
19375 | |
19376 * characters.el: Change a category of one Japanese character. | |
19377 | |
19378 * fontset.el (x-charset-registries): Add Tibetan entries. | |
19379 | |
98317 | 19380 * language/devanagari.el, language/devan-util.el, |
93313 | 19381 * language/indian.el: Handle more Devanagari characters correctly. |
25866 | 19382 |
19383 * language/english.el: New file. | |
19384 | |
19385 * language/ethiopic.el, language/ethio-util.el: Completely updated. | |
19386 | |
19387 * language/european.el: English related codes are moved to | |
19388 language/english.el. | |
19389 (setup-european-environment): Call setup-english-environment to | |
19390 reset to default setting at first. | |
19391 | |
19392 * language/tibetan.el, language/tibet-util.el: New files. | |
19393 | |
19394 * loadup.el: Load language/english and language/tibetan. | |
19395 | |
19396 * mule-cmds.el: Prefix for Mule related commands is changed. | |
19397 (view-hello-file): Allways does correct decoding of HELLO file. | |
19398 | |
19399 * mule-conf.el: Change descriptions for Arabic, Indian, and | |
19400 Vietnamese character sets. Define Tibetan character sets. | |
19401 | |
19402 * sun-fns.el: Require 'term/sun-mouse instead of 'sun-mouse. | |
19403 | |
19404 * term/sun-mouse.el: Provide 'term/sun-mouse instead of | |
19405 'sun-mouse. | |
19406 | |
19407 1997-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
19408 | |
19409 * case-table.el (set-case-syntax): Doc fix. | |
19410 | |
19411 1997-04-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19412 | |
19413 * compile.el (grep-null-device): Move before first use. | |
19414 | |
19415 * vc.el (vc-checkin-hook): Doc fix. | |
19416 | |
19417 1997-04-01 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
19418 | |
19419 * vc.el (vc-before-checkin-hook): New hook. | |
19420 (vc-start-entry): Use it. | |
19421 | |
19422 1997-04-01 Erik Naggum <erik@naggum.no> | |
19423 | |
19424 * simple.el (set-variable): Suggest only valid user variable. | |
19425 | |
19426 1997-03-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19427 | |
19428 * dired-aux.el (dired-copy-file): Handle file-date-error. | |
19429 | |
19430 * rmailout.el (rmail-output-body-to-file): Query if file exists. | |
19431 Renamed from rmail-output-body. | |
19432 * rmail.el (rmail-mode-map): Add menu item for | |
19433 rmail-output-body-to-file and put it on w. | |
19434 | |
19435 * imenu.el (imenu-default-goto-function): Simplify. | |
19436 | |
19437 1997-03-31 Yann Dirson <dirson@univ-mlv.fr> | |
19438 | |
19439 * imenu.el: Truncate imenu items. | |
19440 Make use of markers or integers an option. | |
19441 (imenu-use-markers, imenu-max-item-length): New variables. | |
19442 (imenu-max-items): Doc fix. | |
19443 (imenu-example--name-and-position): Handle imenu-use-markers. | |
19444 (imenu-default-create-index-function): Likewise. | |
19445 (imenu--generic-function): Likewise. | |
19446 (imenu--truncate-items): New function. | |
19447 (imenu--make-index-alist): Call imenu--truncate-items. | |
19448 | |
19449 1997-03-31 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
19450 | |
19451 * hideshow.el (hs-hide-block-at-point): Doc fix. | |
19452 | |
19453 * comint.el (comint-delchar-or-maybe-eof): Check for null proc. | |
19454 | |
19455 1997-03-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19456 | |
19457 * rmailout.el (rmail-output-to-rmail-file): | |
19458 Use find-buffer-visiting instead of get-file-buffer. | |
19459 | |
19460 * dabbrev.el (dabbrev--substitute-expansion): | |
19461 Change criterion for copying expansion's case pattern. | |
19462 Do this now if expansion case varies after the first char. | |
19463 | |
19464 * rmailout.el (rmail-output-body): New command. | |
19465 | |
19466 * debug.el (debug): Use save-excursion inside the binding of | |
19467 buffer-read-only. | |
19468 | |
19469 1997-03-30 Dan Nicolaescu <done@ece.arizona.edu> | |
19470 | |
19471 * icon.el (icon-mode-map): Added menus. | |
19472 (icon-imenu-generic-expression): New variable to be used for imenu. | |
19473 (icon-mode): Added font-lock, imenu and hideshow support. | |
19474 (icon-font-lock-keywords-1, icon-font-lock-keywords-2): | |
19475 New constants for different level of font-lock fontification. | |
19476 (icon-font-lock-keywords): New variable. Default expression to be | |
19477 assigned to font-lock-keywords in `icon-mode'. | |
19478 (icon-forward-sexp-function): New function used as `forward-sexp' | |
19479 by hideshow. | |
19480 | |
19481 1997-03-30 Masatake YAMATO <jet@airlab.cs.ritsumei.ac.jp> | |
19482 | |
19483 * bookmark.el: Added mouse-selection feature for bookmark list buffer. | |
19484 (bookmark-bmenu-other-window-with-mouse): New function. | |
19485 (bookmark-bmenu-mode-map): Bind mouse-2. | |
93313 | 19486 (bookmark-bmenu-list, bookmark-insert-location) |
19487 (bookmark-bmenu-hide-filenames): Put text property on bookmarks. | |
25866 | 19488 (bookmark-bmenu-show-filenames): Remove text property from |
19489 white spaces generated by `move-to-column'. | |
19490 (bookmark-bmenu-bookmark): Use `buffer-substring-no-properties' | |
19491 instead of `buffer-substring'. | |
19492 | |
19493 1997-03-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19494 | |
19495 * bruce.el: New file. | |
19496 | |
19497 * mspools.el: New file. | |
19498 | |
26919 | 19499 * sh-script.el (sh-mode): If file has no #! line, |
25866 | 19500 set the syntax table based on the default shell. |
19501 | |
19502 1997-03-29 Barry A. Warsaw <cc-mode-help@python.org> | |
19503 | |
19504 * Public Release 4.389. | |
19505 | |
19506 * cc-mode.el (c-guess-basic-syntax): | |
19507 CASE 5C: watch out for Java abstract method | |
19508 definitions. These are distinguished from normal throws clauses since | |
19509 they cross statement boundaries. | |
19510 (c-guess-basic-syntax): CASE 5A.3: use boi instead of bol. | |
19511 | |
19512 * cc-mode.el (c-Java-comment-start-regexp): | |
19513 Recognize the three Java styles of comments: 1) traditional | |
19514 C block; 2) javadoc style /** ...; 3) C++ style. | |
19515 (java-mode): Set buffer local variable c-comment-start-regexp to | |
19516 c-Java-comment-start-regexp. | |
19517 | |
19518 * cc-mode.el (c-fill-paragraph): | |
19519 Do not set fill-prefix to "*" when looking-at | |
19520 "*/", otherwise the following example does not fill properly (the last | |
19521 star gets deleted). | |
19522 | |
19523 /* this is a comment | |
19524 */ | |
19525 | |
19526 (c-fill-paragraph): Use c-comment-start-regexp derived regular | |
19527 expression when checking for c-hanging-comment-starter-p, so javadoc | |
19528 styles are handled correctly in Java mode. | |
19529 | |
19530 * cc-mode.el (c-lineup-C-comments): | |
19531 Handle more cases, especially when comment | |
19532 lines aren't prefixed with stars. | |
19533 Change the re-search-forward to a looking-at in | |
19534 the innermost test. This catches GNU-style comments. | |
19535 | |
19536 * cc-mode.el (c-add-syntax): | |
19537 Move macro definition to before it's first use. | |
19538 | |
19539 * cc-mode.el (c-submit-bug-report): | |
19540 Capture buffer local variable values which are | |
19541 printed in the post-hook, while the current buffer is the CC Mode | |
19542 buffer we're interested in. reporter-submit-bug-report leaves the | |
19543 current buffer as the mail buffer, so buffer local variables will not | |
19544 get the proper value. | |
19545 | |
19546 * cc-mode.el (c-inher-key): | |
19547 Require the regexp group that contains the `:'. | |
19548 Previously it was optional, but that broke other code. | |
19549 | |
19550 1997-03-29 Marco Melgazzi <marco@techie.com> | |
19551 | |
19552 * term.el: Added a lot of new faces, they all start with | |
19553 term- and follow a simple lexicographical convention. Note that | |
19554 each change is commented: just search for -mm in the source. | |
19555 (term-char-mode): Added all the "grey-keys" to term-raw-map. | |
93313 | 19556 (term-send-up): Similar, decided to go for the more xterm-like |
25866 | 19557 \eOA bindings in place of the previous \e[A. |
19558 (term-buffer-maximum-size): New variable. | |
19559 (term-mode): Added some make-local: now term-buffer-maximum-size, | |
19560 ange-ftp-default-user/password/an-pwd. | |
19561 (term-emulate-terminal): Quite some modifications to allow | |
19562 multiple outstanding ANSI style commands: notably all the | |
19563 -previous-parameter stuff. Call term-handle-ansi-terminal-messages. | |
19564 (term-emulate-terminal): Added simple trimming function: at the | |
19565 end we simply check if the buffer is > term-buffer-maximum-size | |
19566 and cut it accordingly. | |
19567 (term-handle-colors-array): New function. | |
19568 (term-handle-ansi-terminal-messages): New function. | |
93313 | 19569 (term-handle-ansi-escape): Modified to allow ANSI coloring. |
19570 (ansi-term): New function that creates multiple terminals. Put | |
25866 | 19571 in the standard C-x map too: I'm quite used to C-x C-f and C-c C-f |
19572 was too awkward. | |
19573 | |
19574 1997-03-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19575 | |
19576 * hideshow.el (hs-show-all, hs-safety-is-job-n): Fix messages. | |
19577 | |
19578 1997-03-28 Dan Nicolaescu <done@ece.arizona.edu> | |
19579 | |
19580 * hideshow.el: Use overlays for hiding instead of selective display. | |
19581 Commented out the support for XEmacs because it doesn't support | |
19582 overlays. | |
19583 (hs-special-modes-alist): Added support for java-mode. | |
19584 (hs-minor-mode-hook): New variable. | |
19585 (hs-c-start-regexp, hs-c-end-regexp, hs-forward-sexp-func) | |
19586 (hs-block-start-regexp, hs-block-end-regexp) | |
19587 (hs-find-block-beginning): Doc string fixes. | |
19588 (hs-hide-comments-when-hiding-all): New variable. | |
19589 (hs-safety-is-job-n, hs-minor-mode, hs-flag-region): | |
19590 Use overlays for hiding. | |
19591 (hs-inside-single-line-comment-p, hs-discard-overlays) | |
19592 (hs-already-hidden-p): New internal functions. | |
19593 (hs-hide-block-at-point, hs-hide-initial-comment-block) | |
19594 (java-hs-forward-sexp, hs-mouse-toggle-hiding): New functions. | |
19595 (hs-inside-comment-p, hs-hide-block) | |
19596 (hs-show-block): Added support for single line comments. | |
19597 (hs-hide-all): Added support for hiding comments. | |
19598 | |
19599 1997-03-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19600 | |
19601 * mail-utils.el (rmail-dont-reply-to): Let the regexp | |
19602 match after a <. | |
19603 | |
19604 * files.el (make-auto-save-file-name): Replace both / and \ | |
19605 with sequences starting with %. | |
19606 | |
19607 1997-03-28 Jeff Dwork <jeff.dwork@amd.com> | |
19608 | |
19609 * ehelp.el (with-electric-help): Remove hook on exit. | |
19610 (electric-help-exit): Add doc string. Remove hook before exit. | |
19611 | |
19612 1997-03-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19613 | |
19614 * sgml-mode.el (sgml-validate): Offer to save the buffer first. | |
19615 | |
19616 1997-03-28 Erik Naggum <erik@naggum.no> | |
19617 | |
19618 * simple.el (set-variable): Use user-variable-p. Clean up. | |
19619 | |
19620 1997-03-26 Michael Ernst <mernst@cs.washington.edu> | |
19621 | |
19622 * simple.el (set-variable): Take default from `variable-at-point'. | |
19623 | |
19624 1997-03-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19625 | |
19626 * iswitchb.el: New file. | |
19627 | |
19628 * uncompress.el (uncompress-while-visiting): Handle .tgz files. | |
19629 | |
19630 * noutline.el (outline-discard-overlays): Fix the case | |
19631 where an overlay extends on both sides of the region. | |
19632 (outline-mark-subtree): New function. | |
19633 (outline-mode-prefix-map): Put outline-mark-subtree on C-c @. | |
19634 | |
19635 1997-03-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19636 | |
19637 * vms-patch.el (auto-mode-alist): Add .com element. | |
19638 | |
19639 * term/x-win.el (function-key-map): Define iso-lefttab. | |
19640 | |
19641 1997-03-24 Vince Del Vecchio <vdelvecc@spd.analog.com> | |
19642 | |
19643 * mh-utils.el (mh-find-progs): When looking for mh-lib, construct | |
19644 likely paths based on mh-progs rather than using a static list. | |
19645 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
19646 1997-03-24 Kevin Rodgers <kevinr@ihs.com> |
25866 | 19647 |
19648 * compile.el (grep-program): New variable. | |
19649 (grep-command): Use it, and test whether it supports the -e | |
19650 option; fix doc string (last command is stored in history variable). | |
19651 (grep-null-device): Declare before grep-program and grep-command. | |
19652 (grep-find-use-xargs, grep-find-command, grep-find-history): | |
19653 New variables. | |
19654 (grep-find): New command. | |
19655 (grep): Only concatenate grep-null-device to COMMAND when it's | |
19656 not nil (to support grep-find). | |
19657 | |
19658 1997-03-24 Tom Tromey <tromey@cygnus.com> | |
19659 | |
19660 * make-mode.el (makefile-backslash-align): New variable. | |
19661 (makefile-backslash-region): Re-imported from cc-mode; modified to | |
19662 handle makefile-backslash-align. | |
19663 (makefile-append-backslash, makefile-delete-backslash): | |
19664 Re-imported from cc-mode. | |
19665 (makefile-backslashify-current-line): Function deleted. | |
19666 (makefile-fill-paragraph): New function. | |
19667 (makefile-mode-map): Bind C-c C-c to comment-region. | |
19668 (makefile-mode): Set fill-paragraph to makefile-fill-paragraph. | |
19669 | |
19670 1997-03-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19671 | |
19672 * frame.el (set-screen-height): Doc fix. | |
19673 | |
19674 1997-03-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19675 | |
19676 * dcl-mode.el: New file. | |
19677 | |
19678 * lisp-mode.el (indent-sexp): If calculate-lisp-indent returns nil, | |
19679 don't change the line's indentation. | |
19680 (lisp-indent-line): Likewise. | |
19681 (lisp-comment-indent): Likewise. | |
19682 (calculate-lisp-indent): Return nil if line starts inside a string. | |
19683 | |
19684 1997-03-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19685 | |
19686 * startup.el (command-line-1): Initialize *scratch* with | |
19687 text saying not to use it for creating a file. | |
19688 | |
19689 * mailalias.el (mail-complete-style): New variable. | |
19690 (mail-complete): Use that. | |
19691 (mail-get-names): Store full names in cdrs of mail-names elts. | |
19692 (mail-names): Doc fix. | |
19693 (mail-directory): Minor cleanup. | |
19694 | |
19695 1997-03-21 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
19696 | |
19697 * vc.el (vc-next-action-on-file): With implicit checkout, make | |
19698 sure not to lose unsaved changes. | |
19699 | |
19700 1997-03-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19701 | |
19702 * help.el (help-map): Use apropos-command, not command-apropos. | |
19703 | |
19704 1997-03-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19705 | |
19706 * rmail.el (rmail-forward): Don't do dash-quoting on the signature. | |
19707 | |
19708 1997-03-20 Dan Nicolaescu <done@ece.arizona.edu> | |
19709 | |
19710 * imenu.el (imenu-scanning-message): Support for bigger numbers. | |
19711 (imenu--generic-function): Fixed probably a typo: named appeared | |
93313 | 19712 twice in an item. Put function after name and beg in a special |
25866 | 19713 item because a normal item has name and beg (for orthogonality). |
19714 (imenu-add-to-menubar): First test to see if the mode supports | |
19715 imenu. | |
19716 (imenu--menubar-select): Use the defined variable | |
19717 imenu-rescan-item. | |
19718 | |
19719 * imenu.el (imenu-default-goto-function): New subroutine, | |
19720 broken out of `imenu'. | |
19721 (imenu-default-goto-function): New variable. | |
19722 (imenu): Made it use the above function, via that variable. | |
19723 | |
19724 1997-03-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19725 | |
19726 * rmail.el (rmail-retry-failure): Special handling for mime. | |
19727 (mail-mime-unsent-header): New variable. | |
19728 | |
19729 1997-03-20 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
19730 | |
19731 * dired.el (dired-no-confirm): Doc fix. | |
19732 (dired-mark-pop-up): If dired-no-confirm is t, don't confirm. | |
19733 | |
19734 * dired-aux.el (dired-mark-confirm): Likewise. | |
19735 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95773
diff
changeset
|
19736 1997-03-19 Edward M Reingold <emr@silver.wisdom.weizmann.ac.il> |
25866 | 19737 |
19738 * cal-tex.el (cal-tex-preamble): Set \lineskip to 0pt. | |
19739 | |
19740 1997-03-18 Kenichi Handa <handa@etl.go.jp> | |
19741 | |
19742 * fontset.el (x-complement-fontset-spec): Setup | |
19743 alternative-fontname-alist while complementing fontnames. | |
19744 | |
19745 1997-03-18 Naoto TAKAHASHI <ntakahas@etl.go.jp> | |
19746 | |
98317 | 19747 * mule-conf.el: Change short and long names for Ethiopic character set. |
25866 | 19748 |
19749 * fontset.el (x-charset-registries): Change entry for Ethiopic. | |
19750 | |
19751 * quail.el (quail-translation-keymap): Add entry for escape key. | |
19752 (quail-conversion-keymap): Likewise. | |
19753 (quail-keyboard-layout-standard): Add two lines for | |
19754 keyboard layout. | |
19755 (quail-keyboard-layout): Docstring changed to reflect the above | |
19756 change. | |
19757 (quail-keyboard-layout-len): Increased for the above change. | |
19758 (quail-keyboard-layout-alist): Modified for the above change. | |
19759 | |
19760 1997-03-18 Kenichi Handa <handa@etl.go.jp> | |
19761 | |
19762 * mule.el (make-char): Documented. | |
19763 (charset-plist): Return quoted list even if CHARSET is | |
19764 supplied by symbol. | |
19765 | |
19766 * fontset.el: Typo in comments fixed. | |
19767 (fontset-plain-name): Set correct size information. | |
19768 (x-reduce-font-name): New function. | |
19769 (x-compose-font-name): New optional argument REDUCE. | |
19770 (x-complement-fontset-spec): Call x-compose-font-name with t for | |
19771 the above argument. | |
19772 | |
98317 | 19773 * faces.el (set-face-font): Allow specifying fontset for the arg FONT. |
25866 | 19774 |
19775 * mule-conf.el (alternate-charset-table): Change each entry from | |
19776 list to dot pair. | |
19777 | |
19778 * language/viet-util.el (viet-decode-viqr-region): Supply correct | |
19779 argumnents to rassoc. | |
19780 (viqr-post-read-conversion, viqr-pre-write-conversion): New | |
19781 functions. | |
19782 | |
19783 * language/vietnamese.el: Set the above functions to the coding | |
19784 system viqr. | |
19785 | |
93313 | 19786 * language/thai-util.el (thai-post-read-conversion): Return the |
25866 | 19787 correct length. |
19788 | |
19789 1997-03-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
19790 | |
19791 * term/x-win.el: Conditionalize the fontset code on | |
19792 whether new-fontset is bound. | |
19793 | |
19794 1997-03-17 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
19795 | |
19796 * mailalias.el (mail-passwd-command): New variable. | |
19797 (mail-get-names): Implement that variable. | |
19798 | |
19799 1997-03-17 Erik Naggum <erik@naggum.no> | |
19800 | |
19801 * apropos.el (apropos): Print all property symbols. | |
19802 | |
19803 1997-03-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
19804 | |
19805 * simple.el (newline): Be more conservative about when to use | |
19806 the optimization. | |
19807 | |
19808 1997-03-15 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
19809 | |
19810 * ring.el: Many doc fixes. | |
19811 (ring-ref): Fix error message. | |
19812 | |
19813 1997-03-15 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
19814 | |
19815 * comint.el (comint-delchar-or-maybe-eof): Send EOF iff point is at eob | |
19816 and there is no process input. | |
19817 (send-invisible): Do nothing if comint-read-noecho returns nil. | |
19818 (comint-exec-1): Set TERMCAP to the empty string if TERM is dumb. | |
19819 | |
19820 * faces.el (face-differs-from-default-p): When testing FACE's non-nil | |
19821 face-font with the default face font, use the frame's font parameter | |
19822 if the default face's face-font is nil. | |
19823 | |
19824 * frame.el (make-frame): Run after-make-frame-functions with frame. | |
19825 (before-make-frame-hook, after-make-frame-functions): defvar them. | |
19826 | |
19827 * font-lock.el (font-lock-keyword-depth): New function. | |
19828 Use it wherever extra types are used to calculate parenthesis depth. | |
93313 | 19829 (c-font-lock-extra-types, c++-font-lock-extra-types) |
19830 (objc-font-lock-extra-types, java-font-lock-extra-types) | |
25866 | 19831 (font-lock-keywords): Doc fix. |
19832 (font-lock-defaults, font-lock-defaults-alist): Doc switch. | |
19833 (font-lock-maximum-decoration): Default to t. | |
19834 | |
19835 * sendmail.el (mail-font-lock-keywords): Tweak citation regexp. | |
19836 | |
19837 * rmail.el (rmail-font-lock-keywords): Tweak citation regexp. | |
19838 | |
19839 1997-03-14 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
19840 | |
19841 * cl.el (when, unless): Symbol props moved to subr.el. | |
19842 | |
19843 * subr.el (when, unless): Symbol props moved from cl.el. | |
19844 (add-to-invisibility-spec): Add to beginning, not end. | |
19845 | |
19846 1997-03-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
19847 | |
19848 * indent.el (indent-line-to): Fix off-by-one bug when deciding | |
19849 whether to delete the existing spaces. | |
19850 | |
19851 1997-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
19852 | |
19853 * mailalias.el (mail-passwd-files): New variable. | |
19854 (mail-get-names): Use mail-passwd-files instead of always /etc/passwd. | |
19855 | |
19856 1997-03-12 Barry A. Warsaw <cc-mode-help@python.org> | |
19857 | |
19858 * cc-mode.el (c-lineup-C-comments): Handle more cases, especially | |
19859 when comment lines aren't prefixed with stars. | |
19860 (c-Java-class-key): Optional space after protection key should be | |
19861 inside first paren group. | |
19862 (c-functionp, c-copy-tree): Better compatibility checks between | |
19863 XEmacs and Emacs. | |
19864 (c-guess-basic-syntax): CASE 5B.1: watch out for throw clauses | |
19865 which could follow a member init list in a constructor. | |
19866 (c-submit-bug-report): Display c-indentation-style, but not in the | |
19867 setq. | |
19868 (c-Java-special-key): New variable recognizes Java "implements", | |
19869 "extends", and "throws" keywords. | |
19870 (c-guess-basic-syntax): CASE 5C: recognize Java constructs | |
19871 "implements", "extends", and "throws"; CASE 5C.3: differentiate | |
19872 between "throws" == func-decl-cont, and "implements" or "extends" == | |
19873 inher-intro or inher-cont; CASE 5D.3: removed; CASE 5D.4 => 5D.3; | |
19874 CASE 5D.5 => CASE 5D.4; CASE 5D.6 => CASE 5D.5; CASE 5K: don't need to | |
19875 look for Java keywords. | |
19876 (c-lineup-java-inher): Better indentation calculation for Java | |
19877 inheritance constructs. | |
19878 (c-Java-special-key, c-guess-basic-syntax, c-lineup-java-inher): | |
19879 Recognize Java "extends", "implements", and "throws" clauses and | |
19880 map them into inher-intro, inher-cont, and func-decl-cont | |
19881 syntactic symbols. Do the indentation as of Java inheritance | |
19882 lines better. | |
19883 (c-offsets-alist): Changed the syntactic symbol ansi-funcdecl-cont | |
19884 to func-decl-cont. This symbol is useful in Java throws | |
19885 declarations. | |
19886 (c-lineup-java-inher): New function for lining up "implements" | |
19887 continuations (i.e. inheritance in Java). | |
19888 (c-style-alist): In "java" style, set inher-cont to | |
19889 c-lineup-java-inher. | |
19890 (c-Java-class-key): Optional c-protection-key can appear before the | |
19891 "class" keyword. | |
19892 (c-beginning-of-statement-1): First, check for bare semi-colon, | |
19893 which is a legal statement but not caught by the more intense loop | |
19894 later on. | |
19895 (c-style-alist): Fixes to "ellemtel" style given by Colin Rafferty | |
19896 <craffert@spspme.ml.com>. | |
19897 (c-beginning-of-statement): Don't use forward-sentence when | |
19898 looking at a C block comment start. c-beginning-of-statement-1 | |
19899 will do the right thing. | |
93313 | 19900 (c-guess-basic-syntax): CASE 5C: watch for scope operators. |
25866 | 19901 (c-lineup-C-comments): Watch out for no leading stars. |
19902 (c-set-style): Add initial contents (the value of | |
19903 c-indentation-style), and history on the style name. | |
93313 | 19904 (c-mode-map): Bind c-set-style on `C-c .'. |
25866 | 19905 (c-read-offset, c-read-offset-history): Use completing-read, with |
19906 REQUIRE-MATCH nil, so that offsets can be completed when they are | |
19907 function names. Also implement read history. | |
19908 (c-guess-basic-syntax): CASE 15D: fix infinite loop problem in | |
19909 while... clause looking for statement starting at boi, when using | |
19910 run-in statement styles. | |
19911 (cc-imenu-java-generic-expression): New variable for integration | |
19912 of java-mode with imenu. | |
19913 (java-mode): Use cc-imenu-java-generic-expression. | |
19914 (c-hanging-comment-starter-p): New variable, analogous to | |
19915 c-hanging-comment-ender-p. | |
19916 (c-fill-paragraph): Use c-hanging-comment-starter-p. | |
19917 (java-mode): Do not set defun-prompt-regexp to | |
19918 c-Java-defun-prompt-regexp. | |
19919 (c-guess-basic-syntax): CASE 2: relpos for c and c++ is now boi. | |
19920 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
19921 1997-03-11 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
25866 | 19922 |
19923 * octave-mod.el (octave-abbrev-table): Add abbrevs for switch, | |
19924 case, otherwise, and endswitch. | |
19925 (octave-begin-keywords): Add switch. | |
19926 (octave-else-keywords): Add case and otherwise. | |
19927 (octave-end-keywords): Add endswitch. | |
19928 (octave-block-match-alist): Add an entry for switch syntax. | |
19929 (calculate-octave-indent): Add support for switch syntax. | |
19930 (octave-block-end-offset): New function. | |
19931 (octave-comment-indent): Fix typo. | |
19932 | |
19933 * octave-hlp.el: Provide octave-hlp. | |
19934 | |
19935 * octave-inf.el: Provide octave-inf. | |
19936 | |
19937 * ielm.el (inferior-emacs-lisp-mode): Set comint-completion-addsuffix. | |
19938 | |
19939 * term.el (term-completion-addsuffix): Doc fix. | |
19940 (term-dynamic-complete-as-filename): Support the case where | |
19941 term-completion-addsuffix is a (DIRSUFFIX . FILESUFFIX) cons | |
19942 pair. | |
19943 | |
19944 1997-03-11 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
19945 | |
19946 * subr.el (combine-after-change-calls): Doc fix. | |
19947 | |
19948 * uniquify.el (uniquify-buffer-file-name): Don't call | |
19949 expand-file-name on nil. Check whether list-buffers-directory is | |
19950 bound. Ignore non-file non-dired buffers. | |
19951 | |
19952 * lisp-mode.el (lisp-imenu-generic-expression): Accept `*', `|', | |
19953 and `:' in symbol names. | |
19954 | |
19955 * make-mode.el (makefile-dependency-regex): Disallow "=" in name, | |
19956 so that "flags=-o:1" is treated as an assignment, not a dependency. | |
19957 (makefile-dependency-regex, makefile-macroassign-regex): Disallow | |
19958 spaces in symbol name. | |
19959 | |
49597
e88404e8f2cf
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49505
diff
changeset
|
19960 1997-03-11 Dan Nicolaescu <done@ece.arizona.edu> |
25866 | 19961 |
19962 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec): | |
19963 New functions. | |
19964 | |
19965 1997-03-12 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
19966 | |
19967 * dired-aux.el (dired-fun-in-all-buffers): New arg FILE. Don't | |
19968 operate on buffers whose wildcard pattern does not accept FILE. | |
19969 All callers changed. | |
19970 | |
19971 * dired.el (dired-glob-regexp): New function. | |
19972 (dired-buffers-for-dir): New arg FILE; if non-nil, | |
19973 check that it matches the wildcard pattern. | |
19974 | |
19975 1997-03-11 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
19976 | |
19977 * ispell.el (ispell-command-loop): Disable message logging. | |
19978 (ispell-region): Ditto. | |
19979 | |
19980 1997-03-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
19981 | |
19982 * files.el (recover-session): Add `t' to switches. | |
19983 | |
19984 1997-03-09 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
19985 | |
19986 * simple.el (universal-argument-more): If previous arg is `-', | |
19987 change that to -4. | |
19988 | |
19989 1997-03-08 Joel Ray Holveck <joelh@gnu.ai.mit.edu> | |
19990 | |
19991 * info.el (Info-read-node-name): Caused completing-read to force | |
93313 | 19992 the input read to match a valid entry. |
25866 | 19993 |
19994 1997-03-08 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
19995 | |
19996 * isearch.el (isearch-yank): Handle case when CHUNK is `x-sel'. | |
19997 | |
19998 1997-03-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
19999 | |
20000 * enriched.el (enriched-decode-foreground, enriched-decode-background): | |
20001 Make COLOR arg optional. Fix error messages. | |
20002 | |
20003 * subr.el (substitute-key-definition): | |
20004 Compare with equal if definition is a key sequence. | |
20005 | |
20006 * desktop.el (desktop-missing-file-warning): Make the default nil. | |
20007 | |
20008 1997-03-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
20009 | |
20010 * vc.el (vc-backend-diff): Handle RCS and SCCS separately. | |
20011 | |
20012 1997-03-01 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
20013 | |
20014 * simple.el (eval-expression): No longer disabled, since M-: isn't | |
20015 as likely to be typed by mistake as the old ESC ESC binding was. | |
20016 Arg `expression' renamed to `eval-expression-arg' to avoid | |
20017 potential collision if its value mentions `expression'. | |
20018 | |
20019 1997-03-01 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
20020 | |
20021 * man.el (man-mode-syntax-table): New variable. | |
20022 (Man-mode): Use it. | |
20023 (man-follow): New command and keystroke. | |
20024 (Man-default-man-entry): Ignore trailing dots and underscores. | |
20025 | |
20026 1997-02-28 Kenichi HANDA <handa@etl.go.jp> | |
20027 | |
20028 * characters.el, mule-conf.el, gnus-mule.el, kkc.el, rmail.el, | |
93313 | 20029 * sendmail.el, skkdic-conv.el, titdic-conv.el, language/thai.el, |
20030 * language/vietnamese.el, language/lao.el, language/korean.el, | |
20031 * language/japanese.el, language/hebrew.el, language/greek.el, | |
20032 * language/european.el, language/devanagari.el, language/chinese.el, | |
20033 * language/cyrillic.el, language/china-util.el: | |
25866 | 20034 Remove prefix "coding-system-" from coding system symbol names. |
20035 | |
20036 1997-02-28 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
20037 | |
20038 * copyright.el (copyright-regexp): Allow "Copyright" and the | |
20039 copyright symbol together. | |
20040 | |
20041 1997-02-27 Kenichi HANDA <handa@etl.go.jp> | |
20042 | |
20043 * mule.el: Initialize a global variable use-default-ascent. | |
93313 | 20044 (make-coding-system): Set charset (symbol) instead of charset-id. |
25866 | 20045 (integer) in FLAGS of ISO-2022 type coding systems. For ISO-2022 |
98317 | 20046 type coding systems, new flags INIT-BOL DESIGNATION-BOL are added. |
25866 | 20047 (define-coding-system-alias): Coding style changed. |
20048 (charset-list): Incorrect macro definition changed to correct | |
20049 defsubst. | |
20050 | |
20051 * sendmail.el (sendmail-coding-system): Add autoload cookie. | |
20052 Default value is nil. | |
20053 | |
93313 | 20054 * rmail.el (rmail-view-buffer, rmail-enable-mime) |
20055 (rmail-show-mime-function, rmail-mime-feature): New variables to | |
25866 | 20056 control MIME feature. |
20057 (rmail-file-coding-system): Default value is nil. | |
20058 (rmail, rmail-convert-file, rmail-insert-inbox-text): Check | |
20059 rmail-enable-mime. Read a file without any code conversion. | |
20060 (rmail-variables): Setup local variables rmail-buffer and | |
20061 rmail-view-buffer. | |
20062 (rmail-decode-babyl-format, rmail-convert-babyl-format): Perform | |
20063 code conversion of RMAIL file if rmail-enable-mime is nil. | |
20064 (rmail-show-message): Make sure to be in rmail-buffer. If | |
20065 rmail-enable-mime is t, call appropriate function to decode MIME | |
20066 format. | |
20067 (rmail-mail, rmail-reply): Call rmail-start-mail with argument | |
20068 rmail-view-buffer. | |
20069 | |
20070 * rmailsum.el (rmail-new-summary): Setup rmail-view-buffer. | |
20071 (rmail-summary-line-decoder): New variable. | |
20072 (rmail-make-summary-line-1): Use a function set in | |
20073 rmail-summary-line-decoder. | |
20074 (rmail-summary-next-msg): Display rmail-view-buffer. | |
20075 (rmail-summary-mode): Make rmail-view-buffer buffer local. | |
20076 (rmail-summary-rmail-update, rmail-summary-scroll-msg-up): Use | |
20077 rmail-view-buffer instead of rmail-buffer. | |
20078 | |
20079 * mule-cmds.el (mule-keymap): Re-arranged. | |
20080 (set-language-info): Typo fixed in docstring. | |
20081 (read-language-name): Use assoc-ignore-case to allow lose | |
20082 matching. | |
20083 (read-language-and-input-method-name): Likewise. | |
20084 | |
20085 * mule-util.el (truncate-string-to-width): Argument PADDING can be | |
20086 a padding character. | |
20087 | |
20088 * mule-conf.el: Change coding system names iso-2022-int to | |
20089 iso-2022-int-1, iso-2022-int-2 to iso-2022-cjk. Add INIT-BOL to | |
20090 coding system iso-2022-cjk. Define a character set for Lao. | |
20091 | |
20092 * quail.el: Add quail-mode to default value of | |
20093 minor-mode-map-alist if it is set to local variable. | |
20094 (quail-show-kbd-layout): Bug fixed for keys not translated. | |
20095 | |
20096 * encoded-kbd.el: Many changes to cope with the above change. | |
20097 (encoded-kbd-select-terminal): New function. | |
20098 | |
20099 * characters.el: Add a section for Lao. | |
20100 | |
20101 * loadup.el: Load "language/lao". | |
20102 | |
20103 * language/lao.el, language/lao-util.el: New files for Lao. | |
20104 | |
20105 * language/chinese.el: Add INIT-BOL to coding system iso-2022-cn. | |
20106 | |
20107 * language/cyrillic.el: Change coding system name koi8 to koi8-r. | |
20108 | |
20109 * language/japanese.el: Change coding system name shift-jis to | |
20110 shift_jis. | |
20111 | |
20112 * language/devanagari.el: Fix handling of several characters. | |
20113 | |
20114 * language/devan-util.el: Likewise. | |
20115 | |
20116 * bookmark.el (bookmark-jump-noselect): Use goto-char instead of | |
20117 forward-char/backward-char to pay attention to multibyte | |
20118 characters. | |
20119 | |
20120 1997-02-26 Chung Jae-youn <crisp@hugsvr.kaist.ac.kr> | |
20121 | |
20122 * gnus-mule.el (gnus-mule-decode-summary): The function | |
20123 implemented correctly. | |
20124 (gnus-mule-initialize): Setup gnus-summary-generate-hook. | |
20125 | |
20126 1997-02-26 enami tsugutomo <enami@ba2.so-net.or.jp> | |
20127 | |
20128 * bytecomp.el (byte-compile-file): Bind coding-system-for-write | |
20129 instead of coding-system-for-read to 'no-conversion to disable | |
20130 code conversion by write-region. | |
20131 | |
20132 1997-02-26 Yutaka NIIBE <gniibe@mri.co.jp> | |
20133 | |
20134 * dired.el (dired-find-file): Allow specifying coding system | |
20135 interactively. | |
20136 | |
20137 1997-02-26 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
20138 | |
20139 * vc.el (vc-log-mode): New optional arg FILE. Set vc-log-file here. | |
20140 (vc-start-entry): Not here. | |
20141 (vc-finish-logentry): Run vc-finish-logentry-hook. | |
20142 | |
20143 1997-02-26 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
20144 | |
20145 * menu-bar.el (menu-bar-tools-menu): Fix typo in Send Mail item. | |
20146 | |
20147 1997-02-25 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
20148 | |
20149 * sh-script.el (sh-case): Define with defun and defvar | |
20150 instead of define-skeleton. | |
20151 | |
20152 1997-02-24 Boris Goldowsky <boris@gnu.ai.mit.edu> | |
20153 | |
93313 | 20154 * facemenu.el (facemenu-set-invisible, facemenu-set-intangible) |
20155 (facemenu-set-read-only): Change put-text-property with constant | |
25866 | 20156 args to add-text-properties for efficiency. Suggested by Stavros |
20157 Macrakis <s.macrakis@opengroup.org>. | |
20158 | |
20159 1997-02-23 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
20160 | |
20161 * sh-script.el (sh-mode-hook, sh-set-shell-hook): Add defvars. | |
20162 | |
20163 * avoid.el: Don't put "Avoid" in the mode line. | |
20164 | |
20165 * lisp-mode.el (eval-last-sexp): Allow let-bindings to terminate | |
20166 before doing the eval. | |
20167 Handle (interactive ...) form specially. | |
20168 | |
20169 1997-02-23 Michael Ernst <mernst@cs.washington.edu> | |
20170 | |
20171 * rmail.el (rmail-next-same-subject, rmail-reply): Ignore case, to | |
20172 match "RE:" as well as "Re:". | |
20173 | |
20174 1997-02-22 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
20175 | |
20176 * tq.el (tq-process-buffer): Catch errors running tq-queue-head-fn. | |
20177 | |
20178 1997-02-21 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
20179 | |
20180 * font-lock.el (font-lock-default-unfontify-buffer): If we have called | |
20181 font-lock-set-defaults first, call font-lock-unset-defaults last. | |
20182 (font-lock-fontify-anchored-keywords): Use the value of PRE-MATCH-FORM | |
20183 as the value of LIMIT if appropriate, otherwise use EOL. Doc fix. | |
20184 (font-lock-keywords): Doc fix. | |
20185 (turn-on-font-lock): Test font-lock-mode. | |
20186 Added commented out menu code. | |
20187 | |
20188 * compile.el (compilation-mode-font-lock-keywords): Variable | |
20189 definition deleted. New function. | |
20190 (compilation-mode-map): Add `...' to Compile menu entry. | |
20191 | |
20192 1997-02-20 Yutaka NIIBE <gniibe@mri.co.jp> | |
20193 | |
20194 * fill.el (do-kinsoku): New variable. | |
20195 (fill-region-as-paragraph): Handle `kinsoku' processing. | |
20196 | |
20197 * simple.el (do-auto-fill): Handle `kinsoku' processing. | |
20198 | |
20199 1997-02-20 Tsugutomo ENAMI <enami@sys.ptg.sony.co.jp> | |
20200 | |
20201 * nnheader.el (nnheader-insert-head): Handle the case that the | |
20202 length of header is changed because of code conversion. | |
20203 | |
20204 1997-02-20 Kenichi HANDA <handa@etl.go.jp> | |
20205 | |
20206 * ccl.el, characters.el, encoded-kb.el, fontset.el: New files. | |
20207 * gnus-mule.el, isearch-x.el, kinsoku.el, kkc.el: New files. | |
20208 * mule-cmds.el, mule-diag.el, mule-util.el, mule.el: New files. | |
20209 * quail.el, skkdic-cnv.el, skkdic-utl.el, titdic-cnv.el: New files. | |
20210 | |
20211 * autoload.el (update-file-autoloads): Read loaddefs.el without | |
20212 any code conversion. | |
20213 | |
20214 * bindings.el (mode-line-mule-info): New variable. | |
20215 (mode-line-format): Include it. | |
20216 | |
20217 * bytecomp.el (byte-compile-file): Write a compiled file without | |
20218 any code conversion. | |
20219 | |
20220 * debug.el (debugger-mode): Disable multibyte character handling | |
20221 in Debugger mode. | |
20222 | |
20223 * files.el (find-file): With a prefix argument, enable users to | |
20224 specify a coding system interactively. | |
20225 (find-file-other-window, find-file-read-only): Likewise. | |
20226 (find-file-read-only-other-window): Likewise. | |
20227 (find-file-read-only-other-frame): Likewise. | |
20228 (find-alternate-file-other-window, find-alternate-file): Likewise. | |
20229 (find-file-noselect): Describe optional arguments NOWARN and | |
20230 RAWFILE in the doc-string. | |
20231 (write-file, insert-file, append-to-file): Accept a prefix | |
20232 argument to enable users to specify a coding system interactively. | |
20233 (revert-buffer): Read an auto-saved file without any code | |
20234 conversion. | |
20235 | |
20236 * help.el (help-with-tutorial): Prefix argument to specify a | |
20237 language interactively. | |
20238 | |
20239 * isearch.el (isearch-mode-map): Define | |
20240 isearch-toggle-input-method and | |
20241 isearch-toggle-specified-input-method in the map. | |
20242 (isearch-multibyte-characters-flag): New variable. | |
20243 (isearch-mode): Initialize it to nil. | |
20244 (isearch-printing-char): Handle multibyte characters. | |
20245 (isearch-message-prefix): Include title of input method if | |
20246 necessary in the prefix of message. | |
20247 | |
20248 * language/: New directory containing Emacs Lisp files to setup | |
20249 environment and provide utilities for each language. | |
20250 | |
20251 * loadup.el: Load mule specific files. | |
20252 | |
20253 * mouse.el (mouse-set-font): Handle fontset. | |
20254 | |
20255 * paren.el (show-paren-function): Handle multibyte characters. | |
20256 | |
20257 * replace.el (occur): Pay attention to multibyte characters. | |
20258 | |
20259 * rmail.el (rmail-file-coding-system): New variable. | |
20260 (rmail-insert-inbox-text): Perform character code conversion | |
20261 according to rmail-file-coding-system. | |
20262 (rmail-only-expunge): Pay attention to multibyte characters. | |
20263 | |
20264 * select.el (x-get-selection): Set default data-type of selection | |
20265 to COMPOUND_TEXT. | |
20266 (selection-converter-alist): Add an entry for COMPOUND_TEXT. | |
20267 | |
20268 * sendmail.el (sendmail-coding-system): New variable. | |
20269 (sendmail-send-it): Perform code conversion on sending mail | |
20270 according to sendmail-coding-system. | |
20271 | |
20272 * simple.el (kill-forward-chars, kill-backward-chars): Pay | |
20273 attention to multibyte characters. | |
20274 (what-cursor-position): With a prefix argument, print detailed | |
20275 info of a character on cursor position. | |
20276 (transpose-subr-1): Pay attention to multibyte characters. | |
20277 | |
20278 * term/x-win.el: Require fontset. Create fontsets from | |
20279 default-fontset-spec, X resources, and "-fn" command line | |
20280 argument. | |
20281 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
20282 1997-02-19 Noah Friedman <friedman@splode.com> |
25866 | 20283 |
20284 * eldoc.el (eldoc-message-commands): Doc fixes. | |
20285 (eldoc-message): Make function, not macro. | |
20286 | |
20287 * eldoc.el (eldoc-last-message): New internal variable. | |
20288 (eldoc-mode): Initialize it to nil. | |
20289 (eldoc-message): Use it. | |
20290 (eldoc-print-current-symbol-info): Use it. | |
20291 | |
20292 * eldoc.el (eldoc-pre-command-refresh-echo-area): New function. | |
20293 (eldoc-mode): Put it on pre-command-hook if in XEmacs or using | |
20294 idle timers in Emacs. | |
20295 | |
20296 * eldoc.el (eldoc-message-commands-table-size): New constant. | |
20297 (eldoc-add-command): Use it to initialize eldoc-message-commands. | |
20298 | |
20299 * eldoc.el (eldoc-display-message-no-interference-p): New function. | |
20300 (eldoc-display-message-p): Use it. | |
20301 | |
20302 * eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring): | |
20303 Arg sym no longer optional. | |
20304 Do not initialize arg if nil. | |
20305 | |
20306 * eldoc.el (eldoc-forward-sexp-safe): Function deleted. | |
20307 (eldoc-beginning-of-sexp): New function. | |
20308 (eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp. | |
20309 Use eldoc-current-symbol to get symbol at point. | |
20310 | |
20311 * eldoc.el (eldoc-function-argstring-from-docstring-method-table): | |
20312 Forge docstrings for `and', `or', `list', `+', and `-'. | |
20313 | |
20314 * eldoc.el (eldoc-add-command-completions): New function. | |
20315 (eldoc-add-command): Take list of args. | |
20316 No longer interactive. | |
20317 (eldoc-remove-command-completions): New function. | |
20318 (eldoc-remove-command): Take list of args. | |
20319 No longer interactive. | |
20320 | |
20321 * eldoc.el: Initialize eldoc-message-commands using | |
20322 eldoc-add-command-completions. | |
20323 | |
20324 * eldoc.el (eldoc-display-message-p): New function. | |
20325 Return nil if cursor-in-echo-area, or using idle timers and a | |
20326 command is still active. | |
20327 (eldoc-print-current-symbol-info): Use eldoc-display-message-p. | |
20328 | |
20329 1997-02-17 Roland McGrath <roland@galapas.ai.mit.edu> | |
20330 | |
20331 * autoload.el (update-autoloads-from-directory): Get absolute file | |
20332 names from directory-files, and expand generated-autoload-file. | |
20333 Subdirs happy now. | |
20334 | |
20335 1997-02-17 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
20336 | |
20337 * mail-utils.el (rmail-dont-reply-to): Delete debugging code. | |
20338 Don't insist on whitespace after commas. | |
20339 | |
20340 1997-02-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
20341 | |
20342 * replace.el (replace-string): Doc fix. | |
20343 | |
20344 1997-02-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20345 | |
20346 * vc.el (vc-do-command): If OKSTATUS is nil, ignore errors. | |
20347 (vc-backend-release): For RCS, pass nil for OKSTATUS. | |
20348 | |
20349 1997-02-09 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
20350 | |
20351 * compare-w.el (compare-windows): Make more efficient use of | |
20352 result from compare-buffer-substrings. | |
20353 | |
20354 1997-02-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20355 | |
20356 * isearch.el (isearch-search): Refuse to match invisible text. | |
20357 (isearch-range-invisible): New function. | |
20358 (search-invisible): New user option. | |
20359 | |
20360 1997-02-09 Eli Zaretskii <eliz@wombat.gnu.ai.mit.edu> | |
20361 | |
20362 * compile.el (compilation-process-setup-function): New variable. | |
20363 (compile-internal): Call compilation-process-setup-function if | |
20364 it is non-nil. | |
20365 | |
20366 * diff.el (diff-process-setup): New function, sets up the | |
20367 compilation-exit-message-function so that it works with both | |
20368 asynchronous and synchronous sub-processes. | |
20369 (diff): Bind compilation-exit-message-function. Run | |
20370 compilation-finish-function when compile-internal returns if async | |
20371 processes aren't supported. | |
20372 | |
20373 1997-02-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20374 | |
20375 * mouse.el (mouse-buffer-menu): Group buffers by major modes if that | |
20376 seems to be useful. | |
20377 (mouse-buffer-menu-mode-groups): New variable. | |
20378 (mouse-buffer-menu-alist, mouse-buffer-menu-split): New subroutines | |
20379 broken out of mouse-buffer-menu. | |
20380 | |
20381 * derived.el (define-derived-mode): Add derived-mode-parent | |
98317 | 20382 property to the derived mode command name. |
25866 | 20383 |
20384 1997-02-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20385 | |
20386 * rmailsort.el (rmail-sort-messages): Preserve point | |
42674 | 20387 with respect to the current message. |
25866 | 20388 |
20389 1997-02-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20390 | |
20391 * auto-show.el (auto-show-mode): Doc fix. | |
20392 | |
20393 1997-02-04 Erik Naggum <erik@naggum.no> | |
20394 | |
20395 * files.el (file-relative-name): Protect the match-data. | |
20396 | |
20397 * edmacro.el (edmacro-parse-keys): Remove redundant test for ?. | |
20398 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
20399 1997-02-04 Noah Friedman <friedman@splode.com> |
25866 | 20400 |
20401 * eldoc.el (eldoc-display-message-p): New function. | |
20402 Return nil if cursor-in-echo-area, or using idle timers and a | |
20403 command is still active. | |
20404 (eldoc-print-current-symbol-info): Use eldoc-display-message-p. | |
20405 | |
20406 1997-02-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20407 | |
20408 * man.el (Man-init-defvars): Fix case in a char set range. | |
20409 | |
20410 1997-02-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20411 | |
20412 * cc-mode.el (c-Java-defun-prompt-regexp): Default is now nil. | |
20413 | |
20414 * dired-aux.el (dired-rename-file): | |
20415 Pass new arg to set-visited-file-name. | |
20416 * files.el (set-visited-file-name): New arg ALONG-WITH-FILE. | |
20417 | |
20418 * cc-mode.el (c-ObjC-method-key, c-Java-defun-prompt-regexp): | |
20419 Fix patch screwup in last change. | |
20420 | |
20421 * rmail.el (rmail-ignored-headers): Add Delivered-to: header. | |
20422 | |
26162
1d265c438ced
Change mail address for Noah Friedman
Noah Friedman <friedman@splode.com>
parents:
25866
diff
changeset
|
20423 1997-02-02 Noah Friedman <friedman@splode.com> |
25866 | 20424 |
20425 * eldoc.el: New file. | |
20426 | |
20427 1997-02-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20428 | |
20429 * iso-acc.el (iso-accents-compose): | |
20430 Handle case where unread-command-events is already nonempty. | |
20431 | |
93313 | 20432 * frame.el (set-frame-font): Renamed from set-default-font. |
25866 | 20433 |
20434 1997-02-01 Tom Tromey <tromey@cygnus.com> | |
20435 | |
20436 * info.el: Handle multiple Info buffers. | |
20437 (Info-tag-table-marker): Initialize to nil. | |
20438 (Info-tag-table-buffer): New variable. | |
20439 (Info-find-node): Don't switch buffers if already in Info mode. | |
20440 Use Info-tag-table-buffer to support multiple Info buffers. | |
20441 (Info-read-subfile): Don't switch to *info* buffer. | |
20442 (Info-build-node-completions): Handle buffer local bindings for | |
20443 Info-tag-table-marker. | |
20444 (Info-search): Add a save-excursion. | |
20445 (Info-mode): Make Info-tag-table-buffer buffer-local. | |
20446 Make a different marker in Info-tag-table-marker for each buffer. | |
20447 (Info-kill-buffer): New function, on kill-buffer-hook. | |
20448 | |
20449 1997-02-01 Peter Breton <peter@CLONE.mindspring.com> | |
20450 | |
20451 * dirtrack.el (dirtrack-debug-message): Put output at end of buffer. | |
20452 (dirtrack): Check that directory exists before trying to cd to it. | |
20453 Go to point-max (not comint-last-output-start) before looking for | |
20454 the prompt. | |
20455 | |
20456 1997-02-01 Michael Ernst <mernst@cs.washington.edu> | |
20457 | |
20458 * dired-x.el (dired-guess-shell-alist-default): Make .eps | |
20459 extension act like .ps extension. | |
20460 | |
20461 1997-02-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20462 | |
20463 * rmail.el (rmail-reply): Concatenate all the References headers. | |
20464 | |
20465 1997-01-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20466 | |
20467 * simple.el (set-fill-column): Print the old value too. | |
20468 | |
20469 * cc-mode.el (java-mode): Fix typo installing previous change. | |
20470 | |
20471 * rmail.el (rmail-reply): Copy all the References: headers | |
20472 from the original message. | |
20473 | |
20474 * simple.el (sendmail-user-agent): Insert all the OTHER-HEADERS. | |
20475 | |
20476 * mail-utils.el (mail-fetch-field): New arg LIST. | |
20477 | |
20478 * edmacro.el (edmacro-parse-keys): Don't treat C-. or C-? | |
20479 as ASCII control char. | |
20480 | |
20481 * compile.el (compilation-enter-directory-regexp) | |
20482 (compilation-leave-directory-regexp): Add .* at beginning. | |
20483 | |
20484 1997-01-30 Barry A. Warsaw <cc-mode-help@python.org> | |
20485 | |
20486 * cc-mode.el: Public Release 4.353. | |
20487 | |
20488 * cc-mode.el (c-guess-basic-syntax): | |
20489 CASE 15D: do not assume that boi of previous | |
20490 statement is the beginning of a statement. | |
20491 | |
20492 * cc-mode.el: Removed the require of imenu. | |
20493 | |
20494 * cc-mode.el (c-cleanup-list, c-electric-brace): | |
20495 New clean-up option: brace-elseif-brace. | |
20496 | |
20497 * cc-mode.el (c-style-variables-are-local-p): New variable which | |
20498 controls whether indentation style variable are buffer local are | |
20499 not. By default, for backwards compatibility, this variable is t. | |
20500 | |
20501 * cc-mode.el (c-Java-access-key): Set to nil since Java doesn't | |
20502 have C++-like access labels. | |
20503 | |
20504 * cc-mode.el (c-style-alist): Added "python" style. | |
20505 | |
93313 | 20506 * cc-mode.el (c-mode-menu): New function. |
25866 | 20507 (c-popup-menu, c-common-init): Use c-mode-menu. |
20508 | |
20509 * cc-mode.el (c-lineup-C-comments): | |
20510 A much better implementation that handles all | |
20511 common star-prefixed block comment styles (see below). | |
20512 | |
20513 (c-block-comments-indent-p): Obsolete function removed. | |
20514 | |
20515 * cc-mode.el (c-indentation-style): | |
20516 Take default value from c-site-default-style. | |
20517 | |
20518 * cc-mode.el (adaptive-fill-regexp): | |
20519 For all but XEmacs 19.13, the default should | |
20520 be nil. | |
20521 | |
20522 * cc-mode.el (c-emacs-features): Detect Infodock. | |
20523 (c-common-init, c-mode-map): Don't install menus for Infodock. | |
20524 | |
20525 * cc-mode.el (c-indent-exp): Fixed infinite loop when multi-line C | |
20526 comment is last thing in buffer. | |
20527 (c-guess-basic-offset): Fixed error when K&R C-like macro is first | |
20528 non-syntactic whitespace in file. | |
20529 | |
20530 * cc-mode.el (c-C++-comment-start-regexp): | |
20531 Use a more efficient representation. | |
20532 | |
20533 * cc-mode.el (c-buffer-style): New variable. | |
20534 | |
20535 1997-01-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20536 | |
20537 * ps-print.el (ps-print-header): Doc fix. | |
20538 | |
20539 1997-01-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20540 | |
20541 * texnfo-upd.el (texinfo-make-menu): Accept args BEGINNING and END. | |
20542 (texinfo-update-node): Accept args BEGINNING and END. | |
20543 (texinfo-all-menus-update): Pass region explicitly. | |
20544 (texinfo-master-menu, texinfo-every-node-update): Likewise. | |
20545 | |
20546 1997-01-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20547 | |
20548 * saveplace.el (load-save-place-alist-from-file): | |
20549 Delete spurious t's. | |
20550 | |
20551 1997-01-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20552 | |
20553 * comint.el (comint-exec-1): Use file-accessible-directory-p. | |
20554 | |
20555 * timezone.el (timezone-parse-date): Treat unknown month name | |
20556 like any other unrecognized format. | |
20557 | |
20558 1997-01-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20559 | |
20560 * jka-compr.el (jka-compr-error): Use with-current-buffer. | |
20561 (jka-compr-call-process, jka-compr-file-local-copy) | |
20562 (jka-compr-write-region): Use with-current-buffer. | |
20563 | |
20564 * byte-opt.el (byte-compile-inline-expand): Recalculate fn | |
20565 after loading a file to define the function. | |
20566 | |
20567 * ange-ftp.el (ange-ftp-get-process): Call delete-process. | |
20568 | |
20569 1997-01-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
20570 | |
20571 * rmail.el (rmail-get-new-mail): Fix return value to match doc. | |
20572 | |
20573 1997-01-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20574 | |
20575 * simple.el (completion-no-auto-exit): New variable. | |
20576 (choose-completion-string): Obey compilation-error-regexp-alist. | |
20577 | |
20578 * compile.el (compilation-error-regexp-alist): Undo 1/21 change. | |
20579 In the GNU message with program name alternative, | |
20580 allow digits in the program name after the first character. | |
20581 | |
20582 * rnewspost.el (news-post-news): New arg NOQUERY. | |
20583 | |
20584 * compile.el (compilation-parse-errors): | |
20585 Use looking-at on each line. | |
20586 (compilation-error-regexp-alist): Change these regexps | |
20587 so that they assume matching only at start of line. | |
20588 Delete \n at beginning; otherwise add `.*'. | |
20589 | |
20590 * tmm.el (tmm-get-keymap): Recognize explicit lambda expressions | |
20591 as valid. | |
20592 | |
20593 1997-01-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20594 | |
20595 * compile.el (compilation-error-regexp-alist): | |
20596 In MIPS lint and Sun Ada regexps, reject newline in some | |
20597 [^...] constructs. Require newline at start in MIPS lint. | |
20598 | |
20599 1997-01-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20600 | |
20601 * simple.el (choose-completion-string): | |
20602 | |
20603 * ange-ftp.el (ange-ftp-load): If fail, return nil. | |
20604 | |
20605 * compile.el (compilation-error-regexp-alist): | |
20606 Recognize nsgmls error messages. | |
20607 | |
20608 1997-01-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20609 | |
20610 * smtpmail.el (smtpmail-read-response): | |
20611 Don't get confused by %'s in response-string. | |
20612 | |
20613 * octave-mod.el: Delete explicit autoload calls. | |
20614 Provide octave-mod. | |
20615 Move the variables formerly in octave.el | |
20616 to the top of the file. | |
20617 | |
20618 * octave-hlp.el: Require octave-mod, not octave. | |
20619 * octave-inf.el: Require octave-mod, not octave. | |
20620 | |
20621 * octave.el: File deleted (contents merged into octave-mod.el). | |
20622 | |
20623 * octave-mod.el: Merge in octave.el; don't require octave.el. | |
20624 Don't require octave-inf.el. | |
20625 (octave-mode): Delete the startup message. | |
20626 (octave-maintainer-address): Add bug-gnu-emacs. | |
20627 (octave-version): Variable deleted. | |
20628 (octave-submit-bug-report): Use emacs-version. | |
20629 | |
20630 * octave-mod.el, octave.el: New files. | |
20631 * octave-inf.el, octave-hlp.el: New files. | |
20632 | |
20633 1997-01-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20634 | |
20635 * timezone.el (timezone-parse-date): Handle 1-digit year. | |
20636 | |
20637 1997-01-19 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
20638 | |
20639 * rmail.el (rmail-preserve-inbox): New variable. | |
20640 (rmail-get-new-mail): If rmail-preserve-inbox is non-nil, then | |
20641 don't truncate the inboxes after retrieving mail from them. | |
20642 | |
20643 1997-01-19 Geoff Voelker <voelker@cs.washington.edu> | |
20644 | |
20645 * dos-w32.el, term/w32-win.el: Change uses of win32 to w32. | |
20646 | |
20647 1997-01-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20648 | |
20649 * mantemp.el (mantemp-insert-cxx-syntax): Recognize non-class templates. | |
20650 (mantemp-make-mantemps-buffer): Simplify message. | |
20651 (mantemp-make-mantemps-region): Simplify message. | |
20652 | |
20653 * ange-ftp.el (ange-ftp-waiting-flag): New variable. | |
20654 (ange-ftp-load): Bind that to t, and catch ftp-error. | |
20655 (ange-ftp-cf2, ange-ftp-cf1): If ange-ftp-waiting-flag is t, | |
20656 throw instead of signaling an error. | |
20657 | |
20658 * shell.el (shell-mode): Don't set list-buffers-directory. | |
20659 | |
20660 1997-01-15 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
20661 | |
20662 With Jacques Duthen. | |
20663 * ps-print.el (ps-print-version): Fix value. | |
20664 (cl lisp-float-type): Require them. | |
20665 (ps-number-of-columns ps-*-font-size): Try to select defaults | |
20666 better suited when `ps-landscape-mode' is non-nil. | |
20667 (ps-*-faces): Change default for Font Lock mode faces when | |
20668 `ps-print-color-p' is nil. | |
20669 (ps-right-header): Replace `time-stamp-yy/mm/dd' | |
20670 by `time-stamp-mon-dd-yyyy'. | |
20671 (ps-end-file ps-begin-page): Fix bug in page count for Ghostview. | |
20672 (ps-generate-postscript-with-faces): Replace `ps-sorter' by | |
20673 `car-less-than-car'. | |
20674 (ps-plot ps-generate): Replace `%d' by `%3d'. | |
20675 | |
20676 1997-01-14 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
20677 | |
20678 * compile.el (first-error): Doc fix. | |
20679 | |
20680 1997-01-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20681 | |
20682 * replace.el (occur-mode-map): Bind g to revert-buffer. | |
20683 (occur-mode): Locally bind revert-buffer-function. | |
20684 (occur-command-arguments): New variable. | |
20685 (occur-revert-function): New function. | |
20686 (occur): Set occur-command-arguments. | |
20687 | |
20688 1997-01-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20689 | |
20690 * mh-mime.el: Rename args PATHNAME to FILENAME in various functions. | |
20691 (mh-mhn-compose-insertion): New arg ATTRIBUTES | |
20692 and change the interactive spec to read it. | |
20693 | |
20694 1997-01-12 Geoff Voelker <voelker@cs.washington.edu> | |
20695 | |
20696 * w32-fns.el (make-auto-save-file-name): Replace occurrences of | |
20697 all invalid filename characters. | |
20698 | |
20699 1997-01-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
20700 | |
20701 * texnfo-upd.el (texinfo-incorporate-descriptions): Call regexp-quote. | |
20702 | |
20703 1997-01-09 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
20704 | |
20705 * font-lock.el (font-lock-unique): Deleted. | |
20706 (font-lock-prepend-text-property, font-lock-append-text-property): | |
20707 Don't call it; behave as to-be-written builtins. Declare as defuns. | |
20708 (font-lock-fillin-text-property): Declare as a defun. | |
20709 (font-lock-after-change-function): Undo 1996-10-23 change. | |
20710 | |
20711 1997-01-08 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20712 | |
20713 * telnet.el (telnet-initial-filter): Fix error message. | |
20714 Bind case-fold-search to t. | |
20715 | |
20716 * cl.el (when, unless): Definitions moved to subr.el. | |
20717 | |
20718 * subr.el (when, unless): Definitions moved from cl.el. | |
20719 | |
20720 1997-01-07 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20721 | |
20722 * faces.el (invert-face): Handle inverting the default face better. | |
20723 | |
20724 * expand.el: No longer a minor mode. | |
20725 (expand-submit-bug-report): Function deleted. | |
20726 (expand-mode-version, expand-mode-help-address): Variables deleted. | |
20727 (expand-mode): Variable and function deleted. | |
20728 (expand-mode-hook, expand-mode-name): Variables deleted. | |
20729 (expand-load-hook): Variable renamed from expand-mode-load-hook. | |
20730 (expand-map): Variable deleted. | |
20731 (expand-jump-to-next-slot): Renamed from expand-jump-to-next-mark. | |
20732 Add autoload. | |
20733 (expand-jump-to-previous-slot): Add autoload. | |
20734 Renamed from expand-jump-to-previous-mark. | |
20735 | |
20736 1997-01-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20737 | |
20738 * simple.el (delete-completion-window): Handle special display frames. | |
20739 | |
20740 * term/x-win.el (x-handle-args): Stop arg processing | |
20741 if we encounter "--", and preserve all remaining args. | |
20742 | |
20743 * startup.el (command-line-1): Don't run buffer-menu | |
20744 if in batch mode. | |
20745 | |
20746 1997-01-05 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20747 | |
20748 * gud.el (gud-gdb-marker-regexp): Use colon always, not path-separator. | |
20749 | |
20750 * sgml-mode.el (html-mode): Locally set sentence-end. | |
20751 | |
20752 * translate.el: New file. | |
20753 | |
20754 1997-01-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20755 | |
20756 * msb.el (frame-or-buffer-changed-p): Definition deleted. | |
20757 (the end): Use mapc, to force loading of cl-extra. | |
20758 | |
20759 * files.el (switch-to-buffer-other-frame) | |
20760 (switch-to-buffer-other-window): New arg NORECORD. | |
20761 | |
20762 1997-01-04 Geoff Voelker <voelker@cs.washington.edu> | |
20763 | |
20764 * sh-script.el (sh-shell-file): Downcase and remove extension | |
20765 on shells in NT. | |
20766 | |
20767 1997-01-03 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20768 | |
20769 * dired.el (dired-string-replace-match): | |
20770 Delete redundant autoload. | |
20771 (dired-garbage-files-regexp): New variable. | |
20772 (dired-flag-garbage-files): New command. | |
20773 (dired-mode-map): Put dired-flag-garbage-files on & and in menu. | |
20774 | |
20775 * find-dired.el (find-dired): Doc fix. | |
20776 | |
20777 1997-01-03 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
20778 | |
20779 * vc.el, vc-hooks.el: Changed my e-mail address in the header. | |
20780 | |
20781 1997-01-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20782 | |
20783 * replace.el (list-matching-lines-face): New variable. | |
20784 (occur): Highlight the actual matching characters. | |
20785 | |
20786 * dirtrack.el: New file. | |
20787 | |
20788 1997-01-02 Inge Frick <inge@nada.kth.se> | |
20789 | |
20790 * easymenu.el (easy-menu-create-keymaps): Menu item STYLE toggle | |
20791 (checkbox) and radio (radio button) are prefixed by "[X] " or | |
20792 "(*) " respectively, when selected and "[ ] " or "( ) ", when not | |
93313 | 20793 selected. In a menu that contain these prefixes, " " is used |
25866 | 20794 as prefix for items that have no other prefix. |
20795 (easy-menu-update-button): New function used as `menu-enable' | |
20796 property for checkboxes and radio buttons to update the prefixes. | |
20797 (easy-menu-define): Change documentation string to describe the | |
20798 new prefixes. | |
20799 | |
20800 1997-01-02 Jens Toivo Berger Thielemann <jensthi@ifi.uio.no> | |
20801 | |
20802 * word-help.el (word-help-mode-alist, reset-word-help) | |
20803 (word-help-switch-help-file): Added support for completion. | |
20804 (word-help-complete, word-help-complete-list) | |
20805 (word-help-complete-index, word-help-extract-matches) | |
20806 (word-help-make-complete): New functions/variables for completion. | |
20807 (word-help-mode-alist): Enhanced search regexps. | |
20808 (word-help-index-mapper): Defaults now to extracting the first word. | |
20809 (word-help-mode-alist, word-help-index-mapper) | |
20810 (word-help-main-index, word-help-main-obarray) | |
20811 (reset-word-help, set-help-file, word-help-process-indexes) | |
20812 (word-help-goto-index-node): Doc fixes. | |
20813 (word-help-goto-index-node): Requires passing the keyword. | |
20814 Uses this in the a new and enhanced magic indexing routine. | |
20815 (set-help-file, word-help): Handle `completion-ignore-case' better. | |
20816 (word-help-extract-index): `case-fold-search' better handled. | |
20817 (word-help): Magic guessing of relevant help file put in new | |
20818 function word-help-find-help-file. | |
20819 (word-help-guess-all): New subroutine. | |
20820 (word-help-guess): Use word-help-guess-all. | |
20821 May optionally copy only upto the cursor, | |
20822 instead of the entire keyword. | |
20823 | |
20824 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20825 | |
20826 * sh-script.el (sh-mode): Always pass nil as 3rd arg to sh-set-shell. | |
20827 | |
20828 * dired-aux.el (dired-do-chxxx): Use -- only on GNU systems. | |
20829 | |
20830 * tex-mode.el (tex-region): Correctly handle possible | |
20831 overlap between first line, header, and region. | |
20832 New local var ALREADY-OUTPUT makes this general. | |
20833 Write tex-trailer directly as a string; get rid of temp-buffer. | |
20834 Make tex-out-file include the .tex suffix. | |
20835 | |
20836 * texinfo.el (texinfo-mode): Locally set tex-first-line-header-regexp. | |
20837 Locally set tex-trailer. | |
20838 | |
20839 * server.el (server-process-filter): Let-bind `pos'. | |
20840 | |
20841 1997-01-01 Eli Zaretskii <eliz@is.elta.co.il> | |
20842 | |
20843 * sh-script.el (sh-shell-file): On MSDOS, collapse $SHELL to lower | |
20844 case and remove the executable extension, if any. | |
20845 (sh-other-keywords): Define an entry for `sh' and make `bourne' | |
20846 inherit from that. | |
20847 | |
20848 1996-12-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20849 | |
20850 * simple.el (repeat-complex-command): Bind | |
20851 minibuffer-history-position and minibuffer-history-sexp-flag | |
20852 only for the read-from-minibuffer call. | |
20853 | |
20854 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20855 | |
20856 * files.el (insert-directory): Use -- as arg | |
20857 so that a file name or pattern is never taken as an option. | |
20858 | |
20859 * dired-aux.el (dired-do-chxxx): Use -- as arg | |
20860 so that the file name is never taken as an option. | |
20861 | |
20862 * dired.el (dired-make-relative): Ignore the third argument; | |
20863 never signal an error just because FILE is not in DIR's tree. | |
20864 | |
20865 * info.el (Info-find-node): Don't clear Info-index-alternatives. | |
20866 (Info-index-next): Fix error message. | |
20867 | |
20868 * server.el (server-start): Don't delete ~/.emacs-server. | |
20869 Instead, delete the names emacsserver really uses | |
20870 if compiled with SERVER_HOME_DIR. | |
20871 | |
20872 * bytecomp.el (byte-compile-file): Set default-directory in | |
20873 compiler input buffer. | |
20874 | |
20875 1996-12-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20876 | |
20877 * dired.el (dired-permission-flags-regexp): New variable. | |
20878 (dired-move-to-end-of-filename): Use it instead of a constant. | |
20879 | |
20880 * locate.el (locate-mode): Locally set dired-move-to-filename-regexp, | |
20881 dired-permission-flags-regexp, and dired-actual-switches. | |
20882 (locate-set-indentation): Function deleted. | |
20883 (locate-insert-header): Don't indent the header line. | |
20884 (locate-indentation-string): Variable deleted. | |
20885 (locate-do-setup): Rewrite the loop that adds indentation. | |
20886 | |
20887 * locate.el: New file. | |
20888 | |
20889 * tex-mode.el (tex-first-line-header-regexp): New variable. | |
20890 (tex-region): Sometimes include the file's first line. | |
20891 | |
20892 * texinfo.el (texinfo-mode): Use regexps for | |
20893 tex-start-of-header and tex-end-of-header. | |
20894 (texinfo-tex-region, texinfo-tex-buffer): | |
20895 Use tex-region and tex-buffer. | |
20896 (texinfo-tex-print): Use tex-print. | |
20897 (texinfo-tex-view): New command, on C-x C-t C-v. | |
20898 | |
20899 * bindings.el (completion-ignored-extensions): | |
20900 Separate out the system-independent elements. | |
20901 Add Texinfo index files. | |
20902 | |
20903 * emacsbug.el (report-emacs-bug): Use compose-mail. | |
20904 | |
20905 * hideshow.el (hs-emacs-type): Doc fix. | |
20906 | |
20907 * dired.el (dired-insert-directory): Don't override the user's locale. | |
20908 (dired-standard-move-to-filename-regexp): Var deleted. | |
20909 | |
20910 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20911 | |
20912 * iso-acc.el (iso-languages): For Catalan, delete 'C and 'c; | |
20913 delete `i, `I, `u, `U. Add "i, "I. Delete ~t. | |
20914 For Spanish, delete ~t, 'c and 'C. | |
20915 | |
20916 * help.el (help-map): Define C-h C-i to run word-help. | |
20917 | |
20918 * word-help.el: New file. | |
20919 | |
20920 * expand.el (expand-map): Don't define SPC. | |
20921 (expand-template-abbreviation): Function deleted. | |
20922 (expand-try-to-expand): Function deleted. | |
20923 (expand-abbrev-hook): Add a no-self-insert property. | |
20924 (expand-skeleton-end-hook): Use skeleton-position. | |
20925 (expand-add-abbrevs): Doc fix. | |
20926 | |
20927 * expand.el: New file. | |
20928 | |
20929 * skeleton.el (skeleton-positions): Renamed from skeleton-marks. | |
20930 | |
20931 * skeleton.el (skeleton-marks): New variable. | |
20932 (skeleton-insert, skeleton-internal-1): Set skeleton-marks. | |
20933 | |
20934 1996-12-28 Jonathan I. Kamens <jik@cam.ov.com> | |
20935 | |
20936 * rmail.el (rmail-msg-is-pruned): New function. | |
20937 (rmail-toggle-header): Add an optional argument to specify explicitly | |
20938 whether the header should be pruned or displayed in full. | |
20939 | |
20940 1996-12-27 Michael Kifer <kifer@cs.sunysb.edu> | |
20941 | |
93313 | 20942 * viper.el (vip-adjust-window-after-search): New variable. |
20943 (vip-adjust-window): New function. | |
20944 (vip-insert-state-cursor-color, vip-saved-cursor-color): New variables. | |
20945 (vip-set-vi-search-style-macros, vip-set-emacs-search-style-macros): | |
20946 New functions. | |
20947 (vip-autoindent): No longer moves insert point. | |
20948 (vip-paren-match): Now pays no attention to comments, leaves | |
25866 | 20949 region active. |
93313 | 20950 * viper-util.el (vip-restore-cursor-color-after-replace) |
20951 (vip-restore-cursor-color-after-insert): New functions. | |
20952 (vip-window-display-p): Treat PC as a non-window display. | |
20953 (vip-convert-standard-file-name): New function. | |
20954 | |
20955 * ediff-util.el (ediff-file-under-version-control): New function. | |
20956 (ediff-inferior-compare-regions): Improved interface. | |
20957 (ediff-maybe-checkout): New function. | |
20958 (ediff-maybe-save-and-delete-merge): New function. | |
20959 (ediff-setup): Now uses convert-standard-filename. | |
20960 (ediff-make-temp-file): Now returns expanded file name. | |
20961 * ediff-init.el (ediff-in-control-buffer-p): New function. | |
20962 (ediff-quit-merge-hook, ediff-autostore-merges): New variables. | |
20963 (ediff-convert-standard-file-name): New function. | |
20964 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook): New variable. | |
20965 (ediff-quit-session-group-hook): New hook. | |
20966 (ediff-filegroup-action): Now passes ediff-merge-store-file to | |
25866 | 20967 subordinate Ediff sessions. |
20968 * ediff-ptch.el (ediff-patch-file-internal): | |
93313 | 20969 Now calls ediff-maybe-checkout. |
20970 (ediff-context-diff-label-regexp): Fixed regexp. | |
20971 (ediff-map-patch-buffer): Fixed beg/end patch boundaries. | |
25866 | 20972 * ediff.el: Now supports autostore for merge jobs. |
20973 | |
20974 1996-12-27 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20975 | |
20976 * sort.el: Many doc fixes. | |
20977 (sort-regexp-fields): Don't test for buffer-substring-lessp; | |
20978 always return a pair of bounds. | |
20979 | |
20980 1996-12-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
20981 | |
20982 * ispell.el (ispell-message-text-end): Handle `- ' before | |
20983 the "cut here" or "start of..." line. Handle `Forward message' | |
20984 without `Start of'. | |
20985 | |
20986 * sendmail.el (mail-indentation-spaces): Doc fix. | |
20987 (mail-yank-clear-headers): Handle case of end < start. | |
20988 (mail-indent-citation): Handle case of end < start. | |
20989 (mail-yank-region): New command (on C-c C-r). | |
20990 | |
20991 * menu-bar.el (menu-bar-tools-menu): Add a "send mail" entry. | |
20992 | |
20993 * replace.el (perform-replace): Request integers from match-data, | |
20994 instead of asking for markers and converting them. | |
20995 | |
20996 * paragraphs.el (forward-paragraph, backward-paragraph): Doc fixes. | |
20997 | |
20998 1996-12-25 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
20999 | |
21000 * mouse.el (mouse-start-end): Put values in proper order, | |
21001 in the doublequote case. | |
21002 | |
21003 1996-12-22 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
21004 | |
21005 * startup.el (command-line-1): Handle --visit and --find. | |
21006 Handle -- as an option; treat what follows as a file name. | |
21007 | |
21008 1996-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
21009 | |
21010 * edebug.el (edebug-read-symbol, edebug-read-string): | |
21011 Don't back up after reading. | |
21012 (edebug-read-sexp): Likewise. | |
21013 | |
21014 1996-12-26 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de> | |
21015 | |
21016 * vc-hooks.el (vc-user-login-name): New function. | |
93313 | 21017 (vc-fetch-master-properties, vc-lock-from-permissions, vc-file-owner) |
21018 (vc-fetch-properties, vc-after-save, vc-mode-line, vc-status): Use | |
25866 | 21019 `vc-user-login-name' instead of `user-login-name'. |
21020 | |
93313 | 21021 * vc.el (vc-next-action-on-file, vc-update-change-log) |
21022 (vc-backend-checkout, vc-backend-steal): Use `vc-user-login-name' | |
25866 | 21023 instead of `user-login-name'. |
21024 (vc-update-change-log): If `user-full-name' is nil, try | |
21025 `user-login-name'. Failing that, use uid as a string. | |
21026 (vc-make-buffer-writable-hook): Removed (was unused). | |
21027 | |
21028 1996-12-20 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21029 | |
21030 * isearch.el (isearch-edit-string): When we try the search | |
21031 at the end, do that outside of the let which binds all the | |
21032 search state. | |
21033 | |
21034 1996-12-18 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21035 | |
21036 * mail-extr.el (mail-extract-address-components): Clear text props | |
21037 after inserting ADDRESS. | |
21038 | |
21039 1996-12-18 Paul Eggert <eggert@twinsun.com> | |
21040 | |
21041 * cal-dst.el (calendar-time-zone-daylight-rules): | |
21042 Add support for daylight saving rules in Iran. | |
21043 (require 'cal-persia) now needed. | |
21044 | |
21045 1996-12-18 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21046 | |
21047 * simple.el (sendmail-user-agent): Avoid error for CONTINUE non-nil. | |
21048 | |
21049 * replace.el (perform-replace): Undo previous change. | |
21050 Instead, use the new match-data features to avoid consing. | |
21051 | |
21052 * iso-acc.el (iso-languages): Add "german" entry. | |
21053 | |
21054 1996-12-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21055 | |
21056 * time.el (display-time-event-handler): Use let*. | |
21057 | |
21058 * time-stamp.el (time-stamp-mail-host-name): Get rid of | |
21059 time-stamp-mail-host. | |
21060 | |
21061 * replace.el (perform-replace): Delete the code that checked | |
21062 whether the regexp could match again right after this match. | |
21063 It made the loop too slow. | |
21064 | |
21065 * isearch.el (isearch-ring-adjust): Don't pop the state at the start. | |
21066 Push the state at the end, not in the middle. | |
21067 | |
21068 * ange-ftp.el (ange-ftp-date-regexp): Recognize various languages. | |
21069 | |
21070 * dired.el (dired-move-to-filename-regexp): | |
21071 Recognize various languages. | |
21072 | |
21073 1996-12-17 Jonathan I. Kamens <jik@cam.ov.com> | |
21074 | |
21075 * rnewspost.el (news-mail-reply, news-reply): Include the message | |
21076 ID in the In-reply-to line. | |
21077 | |
21078 1996-12-16 Erik Naggum <erik@naggum.no> | |
21079 | |
21080 * sendmail.el (sendmail-send-it): Explicitly pass interactive | |
21081 delivery options to sendmail. | |
21082 | |
21083 1996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21084 | |
21085 * time-stamp.el (time-stamp-month-dd-yyyy): Use format-time-string. | |
21086 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy) | |
21087 (time-stamp-yy/mm/dd, time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd) | |
21088 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Likewise. | |
21089 (time-stamp-month-numbers, time-stamp-month-full-names): Vars deleted. | |
21090 | |
21091 * landmark.el: New file. | |
21092 | |
21093 * time.el (display-time-event-handler): Fix previous change. | |
21094 | |
21095 * simple.el (compose-mail): Doc fix. | |
21096 | |
21097 * sendmail.el (sendmail-send-it): If no recipients, don't run | |
21098 the mailer program. If there was also no fcc file, signal error. | |
21099 | |
75613 | 21100 1996-12-15 Ake Stenhoff <etxaksf@aom.ericsson.se> |
25866 | 21101 |
21102 * imenu.el (imenu-generic-expression): Doc fix. | |
21103 (imenu--make-index-alist): Do `widen' and save-restriction here. | |
21104 (imenu): Not here. | |
21105 | |
21106 1996-12-15 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
21107 | |
21108 * mail-extr.el (mail-extract-address-components): Don't downcase | |
21109 the domain part of the address. | |
21110 | |
21111 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21112 | |
21113 * dos-fns.el (register-name-alist): Use defvar. | |
21114 | |
21115 * abbrev.el (only-global-abbrevs): Use defvar. | |
21116 | |
21117 * replace.el: Change some defconsts to defvars. | |
21118 | |
21119 * fill.el: Change defconsts to defvars. | |
21120 | |
21121 * lisp-mode.el: Change defconsts to defvars. | |
21122 | |
21123 * paragraphs.el: Change defconsts to defvars. | |
21124 | |
21125 * startup.el: Change some defconsts to defvars. | |
21126 | |
21127 * faces.el: Change some defconsts to defvars. | |
21128 | |
21129 * isearch.el: Change defconsts to defvars. | |
21130 | |
21131 * format.el (format-alist): Change defconst to defvar. | |
21132 | |
21133 * files.el: Change defconsts to defvars. | |
21134 | |
21135 * simple.el: Change most defconsts to defvars. | |
21136 | |
21137 * bindings.el: Change defconsts to defvars. | |
21138 | |
21139 * files.el (find-file-revert-without-query): New variable. | |
21140 (find-file-noselect): Revert certain files without query | |
21141 if the file has changed and the buffer has not. | |
21142 | |
21143 * cpp.el (cpp-edit-load): Don't load anything if | |
21144 init-file-user is nil. | |
21145 (cpp-edit-save): Doc fix. | |
21146 | |
21147 * startup.el (init-file-user): Doc fix. | |
21148 | |
21149 1996-12-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21150 | |
21151 * noutline.el (outline-discard-overlays): | |
21152 Use overlays-in, to ensure we get rid of empty overlays. | |
21153 | |
21154 1996-12-13 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21155 | |
21156 * rmailsum.el (rmail-summary-beginning-of-message): | |
21157 Obey rmail-summary-size, and make sure summary is on top | |
21158 if we split a single large window. | |
21159 | |
21160 * rmailsum.el (rmail-summary-scroll-msg-down): If message is | |
21161 not visible at all, use rmail-summary-beginning-of-message. | |
21162 (rmail-summary-scroll-msg-up): Likewise. | |
21163 | |
21164 * time-stamp.el (time-stamp-no-file): Reintroduced. | |
21165 (time-stamp-string-preprocess): New function. | |
21166 (time-stamp-string): Use time-stamp-string-preprocess. | |
21167 (time-stamp-format): Doc fix. | |
21168 | |
21169 1996-12-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21170 | |
21171 * help.el (describe-mode): Include minor modes that aren't | |
21172 buffer local. | |
21173 | |
21174 1996-12-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21175 | |
21176 * time-stamp.el (time-stamp-am-pm): Variable deleted. | |
21177 (time-stamp-weekday-full-names): Likewise. | |
21178 (time-stamp-weekday-numbers): Likewise. | |
21179 (time-stamp-old-format-warn): Doc fix. | |
21180 | |
21181 1996-12-12 Karl Eichwalder <ke@ke.Central.DE> | |
21182 | |
21183 * info.el (Info-mode): Default for `tab-width'. | |
21184 | |
21185 1996-12-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21186 | |
21187 * menu-bar.el (menu-bar-tools-menu): Add items | |
21188 Debugger, Compile and Search Files. | |
21189 | |
21190 * time-stamp.el (time-stamp-strftime): Function deleted. | |
21191 (time-stamp-string): Use format-time-string. | |
21192 (time-stamp-format): Change default value | |
21193 to work with format-time-string. | |
21194 | |
21195 * browse-url.el (browse-url-url-at-point): Use thing-at-point. | |
21196 (browse-url-looking-at): Function deleted. | |
21197 | |
21198 * thingatpt.el (bounds-of-thing-at-point): Allow the end | |
21199 to be at the same place as ORIG. | |
21200 Try harder to find a thing that ends at ORIG. | |
21201 | |
21202 * novice.el (disabled-command-hook): Correctly keep the first | |
21203 paragraph of the command's documentation. | |
21204 | |
21205 1996-12-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21206 | |
21207 * cc-mode.el (c-mode-fsf-menu): Add one dashed separator. | |
21208 | |
21209 * thingatpt.el (url): Move forward over colons. | |
21210 Move back over colons at the end. | |
21211 (thing-at-point-file-name-chars): Include @. | |
21212 | |
21213 * sort.el (sort-columns): Don't use `sort' utility | |
21214 if the text has text properties. | |
21215 | |
21216 * time.el (display-time-event-handler): Don't run the timer | |
21217 for successive times that are already in the past. | |
21218 | |
21219 * thingatpt.el (thing-at-point-url-chars): Allow comma, = and &. | |
21220 (url): Move back over commas at the end. | |
21221 | |
21222 * timer.el (timer-next-integral-multiple-of-time): Doc fix. | |
21223 | |
21224 1996-12-10 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
21225 | |
21226 * bytecomp.el (byte-compile-insert-header): Fix previous change. | |
21227 | |
21228 1996-12-09 Erik Naggum <erik@naggum.no> | |
21229 | |
21230 * novice.el (disabled-command-hook): Use `defvar' and add | |
21231 documentation string. | |
21232 (disabled-command-hook): New option ! turns off disabled commands. | |
21233 | |
21234 1996-12-08 Dave Love <d.love@dl.ac.uk> | |
21235 | |
21236 * gnus-vis.el (gnus-button-alist): Allow whitespace in `<URL:...' | |
21237 markup (rfc1738), done last, after possible partial matches. | |
21238 (gnus-button-url): Zap any whitespace from a <URL:...> match. | |
21239 | |
21240 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21241 | |
21242 * custom.el: Don't load .custom if -q was used. | |
21243 | |
21244 * gnus.el (gnus-read-init-file): Don't load anything | |
21245 if init-file-user is nil. | |
21246 | |
21247 1996-12-06 Dave Love <d.love@dl.ac.uk> | |
21248 | |
21249 * texinfo.el (texinfo-font-lock-keywords): Add `url', `email'. | |
21250 | |
21251 1996-12-06 Eli Zaretskii <eliz@is.elta.co.il> | |
21252 | |
21253 * term/pc-win.el (iconify-or-deiconify-frame): Define to be a | |
21254 no-op, so commands that call it (like viper.el) work. | |
21255 | |
21256 1996-12-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21257 | |
21258 * hscroll.el (hscroll-global-mode): Save and set | |
21259 truncate-lines globally, not locally. | |
21260 | |
21261 1996-12-06 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
21262 | |
21263 * files.el (backup-buffer): Doc fix. | |
21264 | |
75613 | 21265 1996-12-06 Ake Stenhoff <etxaksf@aom.ericsson.se> |
25866 | 21266 |
21267 * imenu.el (imenu): Support integers used as positions. | |
21268 | |
21269 1996-12-05 Michael Ernst <mernst@cs.washington.edu> | |
21270 | |
21271 * complete.el (PC-do-completion): Remove text properties from | |
21272 completions; also use string-equal instead of equal. | |
21273 | |
21274 * info.el (Info-follow-reference): Add each cross-reference to | |
21275 completions list just once, case-insensitively. | |
21276 | |
21277 1996-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
21278 | |
21279 * thingatpt.el (thing-at-point-url-chars): Allow period. | |
21280 (url): Move back over periods at the end. | |
21281 | |
21282 1996-12-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
21283 | |
21284 * jka-compr.el (jka-compr-temp-name-template): Initialize using TMPDIR. | |
21285 | |
21286 1996-11-30 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
21287 | |
21288 * replace.el (perform-replace): Obey minibuffer-auto-raise. | |
21289 | |
21290 1996-11-28 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
21291 | |
21292 * thingatpt.el: Downcase arguments as Lisp symbols. | |
21293 Fix many doc strings. | |
21294 (thing-at-point-file-name-chars): Renamed from file-name-chars. | |
21295 Allow a colon. | |
21296 (thing-at-point-url-chars): New variable. | |
21297 (url): Define new kind of "thing". | |
21298 | |
21299 * simple.el (compose-mail): Handle several more args: | |
21300 other-headers continue switch-function yank-action send-action. | |
21301 (sendmail-user-agent): Rewrite to handle new args. | |
21302 (assoc-ignore-case): New function. | |
21303 (define-mail-user-agent): Doc fix. | |
21304 | |
21305 * rmail.el (rmail-start-mail): Rewrite to use compose-mail. | |
21306 Two new arguments. | |
21307 (rmail-forward): Always call rmail-start-mail, never `mail'. | |
21308 | |
21309 * sendmail.el (mail-reply-action): Renamed from mail-reply-buffer. | |
21310 (mail-yank-original): Handle either an action or a buffer | |
21311 in mail-reply-action. | |
21312 (mail): Doc fix. | |
21313 | |
21314 1996-11-27 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
21315 | |
21316 * mouse.el (mouse-drag-mode-line): Don't get error | |
21317 about sole window, if we don't actually try to change the size. | |
21318 | |
21319 1996-11-26 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
21320 | |
21321 * isearch.el (isearch-no-upper-case-p): Use downcase | |
21322 so that we handle arbitrary kinds of casification. | |
21323 | |
21324 * sendmail.el (mail-mode-fill-paragraph): New function. | |
21325 (mail-mode): Set fill-paragraph-function. | |
21326 | |
21327 * info.el (Info-get-token): Find tokens where START matches | |
21328 around POS. | |
21329 | |
21330 1996-11-25 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
21331 | |
21332 * ange-ftp.el (ange-ftp-normal-login): If using a smart gateway, | |
21333 but ange-ftp-gateway-host is nil, generate the login name | |
21334 in the usual simple way. | |
21335 | |
21336 1996-11-23 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
21337 | |
21338 * menu-bar.el: In enable predicates for Files menu, | |
21339 use menu-updating-frame. | |
21340 | |
21341 * mouse.el (mouse-major-mode-menu): Propagate prefix arg | |
21342 to the command that is run. | |
21343 | |
21344 * pascal.el (pascal-mode): Make comment-indent-function buffer local. | |
21345 | |
21346 * bytecomp.el (byte-compile-insert-header): If emacs-version | |
21347 ends with a letter, don't check the version number. | |
21348 | |
21349 * simple.el (sendmail-user-agent): Support 2 optional args. | |
21350 (define-mail-user-agent): Doc fix. | |
21351 | |
21352 * isearch.el (isearch-mode): | |
21353 Maybe make minibuffer frame visible and/or raise it. | |
21354 | |
21355 * etags.el (etags-file-of-tag): Expand the file name | |
21356 using the truename of default-directory. | |
21357 | |
21358 1996-11-22 Drew Csillag <drew@staff.prodigy.com> | |
21359 | |
93313 | 21360 * m4-mode.el: Fixed syntax table for quotes since they messed up |
25866 | 21361 highlighting in comments and other constructions. |
21362 | |
21363 1996-11-22 Peter S Galbraith <rhogee@mixing.qc.dfo.ca> | |
21364 | |
21365 * goto-addr.el (goto-address-fontify): Use overlay, not text props. | |
21366 | |
21367 1996-11-22 Michael Ernst <mernst@cs.washington.edu> | |
21368 | |
21369 * dired-x.el (dired-omit-size-limit): New variable. | |
21370 (dired-omit-toggle, dired-omit-expunge): Respect it. | |
21371 | |
21372 1996-11-21 Geoff Voelker <voelker@cs.washington.edu> | |
21373 | |
21374 * startup.el (normal-top-level, command-line, command-line-1): | |
21375 User w32 instead of ms-windows for window-system symbol. | |
21376 | |
21377 1996-11-19 Geoff Voelker <voelker@cs.washington.edu> | |
21378 | |
21379 * term/w32-win.el (x-defined-colors): Use color names from | |
21380 w32-color-map. | |
21381 | |
21382 * facemenu.el, faces.el, hippie-exp.el, info.el, mouse.el, vc.el: | |
21383 Use w32 instead of ms-windows for window-system symbol. | |
21384 | |
21385 * loadup.el: Use new names for w32 files. | |
21386 | |
21387 * dos-w32.el: Renamed from dos-nt.el. | |
21388 * w32-fns.el: Renamed from winnt.el. | |
21389 * term/w32-win.el: Renamed from term/win32-win.el. | |
21390 | |
21391 1996-11-18 Geoff Voelker <voelker@cs.washington.edu> | |
21392 | |
21393 * term/win32-win.el: Change identifiers of the form win32* to w32*. | |
21394 | |
21395 1996-11-17 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
21396 | |
21397 * files.el (write-contents-hooks): Doc fix. | |
21398 | |
21399 * comint.el (comint-password-prompt-regexp): Recognize AIX format. | |
21400 | |
21401 1996-11-16 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
21402 | |
21403 * font-lock.el (font-lock-keywords-alist): New variable. | |
21404 (font-lock-add-keywords): New function. Set it. | |
21405 (font-lock-set-defaults): Use it. | |
21406 (font-lock-mode): Doc fix. | |
21407 (font-lock-compile-keyword): Cope with (MATCHER . 'FACE) forms. | |
21408 (font-lock-make-faces): Add attributes to font-lock-face-attributes if | |
21409 there are none for that face. | |
21410 (font-lock-face-attributes): Doc fix. | |
21411 (font-lock-match-c-style-declaration-item-and-skip-to-next): New | |
21412 function. Match just identifiers. Use it for C, Objective-C and Java. | |
21413 (font-lock-match-c++-style-declaration-item-and-skip-to-next): Match | |
21414 templates too. | |
93313 | 21415 (c-font-lock-extra-types, c++-font-lock-extra-types) |
25866 | 21416 (objc-font-lock-extra-types, java-font-lock-extra-types): Use these |
21417 variables in EVAL forms, i.e., do not eval when font-lock.el is loaded. | |
21418 | |
21419 * fortran.el (fortran-font-lock-keywords-3): Use simpler | |
21420 font-lock-match-c-style-declaration-item-and-skip-to-next. | |
21421 | |
21422 * simula.el (simula-font-lock-keywords-3): Use simpler | |
21423 font-lock-match-c-style-declaration-item-and-skip-to-next. | |
21424 | |
21425 * fast-lock.el (fast-lock-submit-bug-report): Function deleted. | |
21426 (fast-lock-verbose): New variable. | |
21427 (fast-lock-save-cache-1, fast-lock-cache-data): Use it. | |
21428 (fast-lock-save-facep): New macro when compiling. | |
21429 (fast-lock-get-face-properties): Rewrite for face lists. Use it. | |
21430 | |
21431 * lazy-lock.el (lazy-lock-submit-bug-report): Function deleted. | |
21432 (lazy-lock-defer-on-scrolling): Renamed from lazy-lock-defer-driven. | |
21433 (lazy-lock-defer-on-the-fly): New variable from lazy-lock-defer-time. | |
21434 (lazy-lock-install): Use it. | |
21435 (lazy-lock-defer-time): Doc fix. Add top-level code to detect use of | |
21436 old forms of lazy-lock-defer-time and lazy-lock-defer-driven, and popup | |
21437 temp buffer describing new forms. | |
21438 (lazy-lock-stealth-load): New variable. | |
21439 (lazy-lock-fontify-after-idle): Use it. | |
21440 (lazy-lock-mode): Doc fix. | |
21441 (lazy-lock-defer-line-after-change): Renamed from | |
21442 lazy-lock-defer-after-change. | |
93313 | 21443 (lazy-lock-defer-rest-after-change) |
21444 (lazy-lock-fontify-line-after-change) | |
25866 | 21445 (lazy-lock-fontify-rest-after-change): New functions. |
21446 (lazy-lock-install-hooks): Add one depending on deferral variables. | |
21447 (lazy-lock-unstall): Remove them. Fontify if Font Lock mode still on. | |
21448 (lazy-lock-fontify-window, lazy-lock-fontify-conservatively): Use | |
21449 with-current-buffer rather than save-excursion. | |
21450 (lazy-lock-percent-fontified): Cast size to float before multiplying. | |
21451 | |
21452 1996-11-14 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
21453 | |
21454 * rsz-mini.el (resize-minibuffer-frame-restore): Don't assume | |
21455 minibuffer frame is selected. | |
21456 (resize-minibuffer-frame): Likewise. | |
21457 | |
21458 1996-11-13 Erik Naggum <erik@naggum.no> | |
21459 | |
21460 * message.el (message-mode): Doc fix. | |
21461 | |
21462 * emacsbug.el (report-emacs-bug): New argument recent-keys read | |
21463 before bug subject to capture more relevant recent input. | |
21464 | |
21465 1996-11-11 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21466 | |
21467 * isearch.el (isearch-complete1): If no completion, | |
21468 don't clobber isearch-string, and return nil. | |
21469 | |
21470 1996-11-11 Erik Naggum <erik@naggum.no> | |
21471 | |
21472 * lisp-mode.el (combine-after-change-calls): The first form is not | |
21473 special. | |
21474 | |
21475 1996-11-10 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21476 | |
21477 * dired-x.el (dired-jump): Never turn omitting *on*. | |
21478 Refresh the line *before* turning omitting off. | |
21479 | |
21480 * help.el (describe-variable): Pretty-print the values. | |
21481 Put doc string first, if the value is long. | |
21482 | |
21483 * subr.el (define-key-after): If AFTER is t, always put new binding | |
21484 at the end. | |
21485 | |
21486 1996-11-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21487 | |
21488 * find-dired.el (find-grep-options): Treat solaris, irix like BSD. | |
21489 | |
21490 * edebug.el (combine-after-change-calls): New def-edebug-spec. | |
21491 * lisp-mode.el (combine-after-change-calls): | |
21492 Add lisp-indent-function property. | |
21493 | |
21494 * diary-lib.el (list-diary-entries): Reread the diary file | |
21495 if it has changed. | |
21496 | |
21497 * files.el (revert-buffer): Doc fix. | |
21498 | |
21499 * map-ynp.el (map-y-or-n-p): Handle minibuffer-auto-raise here. | |
21500 | |
21501 * sh-script.el (sh-mode): Parse the interpreter from the file text. | |
21502 | |
21503 1996-11-08 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21504 | |
21505 * files.el (wildcard-to-regexp): Don't treat [] as special. | |
21506 | |
21507 1996-11-07 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21508 | |
21509 * subr.el (combine-after-change-calls): New macro. | |
21510 | |
21511 * sh-script.el (sh-set-shell): Pass args no-query-flag | |
21512 and insert-flag to executable-set-magic. | |
21513 Don't call executable-set-magic if insert-flag is nil. | |
21514 (sh-mode): Always call sh-set-shell, but use insert-flag arg | |
21515 to control whether to call executable-set-magic. | |
21516 No need to set comment-start-skip directly here. | |
21517 | |
21518 * sh-script.el (sh-mode-syntax-table): Turn on comment syntax for #, | |
98317 | 21519 comment-end for newline, string for `, and escape for $. |
25866 | 21520 rc can use the same as sh. Move csh after sh. |
21521 (sh-comment-prefix, sh-font-lock-keywords-only): Variables deleted. | |
21522 (sh-mode): Adjust setting of font-lock-defaults. | |
21523 (sh-font-lock-keywords): No need for anything special for comments. | |
21524 (sh-set-shell, sh-mode): Set comment-start-skip to a simple constant. | |
21525 | |
21526 1996-11-06 Dave Love <d.love@dl.ac.uk> | |
21527 | |
21528 * sh-script.el (sh-mode): Set `comment-start-skip'; otherwise | |
21529 only set if `sh-set-shell' gets called. | |
21530 | |
21531 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21532 | |
21533 * time.el (display-time-format): New variable. | |
21534 (display-time-string-forms): Use display-time-format. | |
21535 | |
21536 1996-11-06 Jim Blandy <jimb@totoro.cyclic.com> | |
21537 | |
21538 * vc.el (vc-backend-print-log): Use "cvs log" to get log entries, | |
21539 not "cvs rlog". | |
21540 | |
21541 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21542 | |
21543 * page.el (narrow-to-page): With negative arg, move back one extra | |
21544 page unless we start right after a page delimiter. | |
21545 | |
21546 * bindings.el (minor-mode-alist): Don't use purecopy. | |
21547 | |
21548 1996-11-05 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21549 | |
21550 * comint.el (comint-output-filter): Run comint-output-filter-functions | |
21551 directly, not via comint-output-filter. | |
21552 | |
21553 * compile.el (compile-auto-highlight): Renamed from | |
21554 compile-highlight-display-limit. | |
21555 | |
21556 * time-stamp.el (time-stamp-dd/mm/yyyy): New function. | |
21557 | |
76317 | 21558 1996-11-04 Kevin Rodgers <kevinr@ihs.com> |
25866 | 21559 |
21560 * compile.el (compile-highlight-display-limit): New variable. | |
21561 (compilation-handle-exit): Parse error messages here | |
21562 as specified by compile-highlight-display-limit. | |
21563 (compile-reinitialize-errors): Add highlighting to error messages | |
21564 once they are parsed. | |
21565 (compilation-forget-errors): Remove highlighting properties here. | |
21566 | |
21567 1996-11-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21568 | |
21569 * frame.el (initial-frame-alist): Make default value nil-- | |
21570 don't specify `minibuffer' parameter. | |
21571 | |
21572 * dired.el (dired-mode-map): Put dired-mark-subdir-files on *s. | |
21573 | |
21574 1996-11-03 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21575 | |
21576 * man.el (Man-bgproc-sentinel): Move the buffer creation | |
21577 outside of the binding of case-fold-search. | |
21578 | |
21579 1996-11-03 Paul D. Smith <psmith@BayNetworks.com> | |
21580 | |
21581 * make-mode.el (makefile-font-lock-keywords): Handle dependencies | |
21582 first and variable references after. | |
21583 (makefile-dependency-regex, makefile-macroassign-regex): | |
21584 Accept spaces at the beginning of the line. | |
21585 | |
21586 1996-11-02 Henry Guillaume <henry@qbd.com.au> | |
21587 | |
93313 | 21588 * find-file.el (general): Enabled commentary for Finder. |
21589 (ff-search-directories): Changed /usr/include/* to /usr/include. | |
96376
c3309dba6542
American English spelling fix.
Glenn Morris <rgm@gnu.org>
parents:
95891
diff
changeset
|
21590 (ff-get-file-name): Improve behavior when file is found in a buffer. |
25866 | 21591 |
21592 1996-11-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21593 | |
21594 * handwrite.el: New file. | |
21595 (handwrite-version): Variable deleted. | |
21596 (handwrite): Use emacs-version instead of handwrite-version. | |
21597 | |
21598 * dired-x.el (dired-mode-map): Put dired-mark-extension on *. | |
21599 Add *( as new binding for dired-mark-sexp, *t for dired-do-toggle. | |
21600 | |
21601 * dired.el (dired-mode-map): Make * a prefix for mark commands. | |
21602 Delete the old *, / and @ keybindings. | |
21603 | |
21604 * info.el (Info-scroll-up): Doc fix. | |
21605 | |
21606 * batmode.el: New file. | |
21607 | |
21608 1996-11-02 Erik Naggum <erik@naggum.no> | |
21609 | |
21610 * add-log.el (change-log-fill-paragraph): Return non-nil so | |
21611 fill-paragraph doesn't continue filling. Don't skip backwards | |
21612 over a paragraph if we at a paragraph start. | |
21613 | |
21614 1996-11-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21615 | |
21616 * isearch.el (isearch-forward): Doc fix. | |
21617 | |
21618 1996-11-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21619 | |
21620 * lisp.el (lisp-complete-symbol): Sort the list. | |
21621 | |
21622 1996-10-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21623 | |
21624 * simple.el (comment-region): With just C-u as arg, | |
21625 delete any number of comment-end delimiters from end of line. | |
21626 | |
21627 * tex-mode.el (tex-file): Fix paren error in last change. | |
21628 (tex-recenter-output-buffer): Switch windows in a more controlled | |
21629 fashion, using save-selected-window. | |
21630 | |
21631 * dired.el (dired-find-file): Error if line's file does not exist. | |
21632 | |
21633 1996-10-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
21634 | |
21635 * m4-mode.el: New file. | |
21636 | |
21637 1996-10-28 Simon Marshall <simon@duality.gnu.ai.mit.edu> | |
21638 | |
21639 * sh-script.el (sh-font-lock-keywords-1): Use font-lock-builtin-face. | |
21640 | |
21641 * files.el (auto-mode-alist): Objective-C is `.m' and SIMULA is `.sim'. | |
21642 | |
21643 1996-10-27 Paul Eggert <eggert@twinsun.com> | |
21644 | |
21645 * timezone.el (timezone-time-from-absolute): Fix off-by-one | |
21646 error in current-time-origin. | |
21647 | |
21648 1996-10-25 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
21649 | |
21650 * window.el (kill-buffer-and-window): New command. | |
21651 Bind it to C-x 4 0. | |
21652 | |
21653 1996-10-24 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | |
21654 | |
21655 * sh-script.el (sh-mode): Don't make font-lock-keywords buffer-local. | |
21656 | |
21657 * rmail.el (rmail-reply): Merge resent-to and resent-cc into to and cc. | |
21658 Ignore the resent- fields aside from that. | |
21659 | |
21660 * pascal.el (pascal-indent-declaration): Avoid infinite loop | |
21661 if edpos is at end of buffer. | |
21662 | |
21663 1996-10-24 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
21664 | |
21665 * info.el (Info-insert-dir): Ensure directory ends with slash. | |
21666 | |
21667 * make-mode.el (makefile-font-lock-keywords): Accept - and . in | |
21668 variable names. | |
21669 | |
21670 * imenu.el (imenu-scanning-message): Use ellipsis. | |
21671 | |
75613 | 21672 * iso-acc.el (iso-languages): Alphabetize list. |
25866 | 21673 Add Catalan, Spanish, and Esperanto. |
21674 | |
21675 * dired.el (dired-insert-directory): Check for non-US LANG. | |
21676 | |
75613 | 21677 1996-10-24 Dave Gillespie <daveg@synaptics.com> |
25866 | 21678 |
21679 * cl-macs.el (lexical-let): Fixed a bug involving nested | |
21680 lexical contexts and macros. | |
21681 | |
21682 1996-10-23 Simon Marshall <simon@wombat.gnu.ai.mit.edu> | |
21683 | |
21684 * font-lock.el (save-buffer-state): New macro when compiling. | |
21685 (font-lock-default-fontify-region, font-lock-default-unfontify-region): | |
21686 Use it rather than doing everything by hand. | |
21687 (font-lock-default-fontify-region): Always unfontify first. | |
21688 (font-lock-fontify-syntactically-region): Never unfontify here. | |
21689 Loop back to find comment start, if forward-comment fails to advance. | |
21690 Use scan-sexps to skip a string when found, not re-search-forward loop. | |
21691 Use marker-position of font-lock-cache-position, not buffer position. | |
21692 (font-lock-set-defaults): Make font-lock-cache-state and | |
21693 font-lock-cache-position buffer-local here, not at top-level. | |
21694 Make font-lock-cache-position be a marker pointing nowhere. | |
21695 Test and set font-lock-set-defaults, not font-lock-keywords. | |
21696 (font-lock-unset-defaults): Unset font-lock-set-defaults here. | |
21697 (font-lock-set-defaults): New variable. | |
21698 (font-lock-after-change-function): Rescan to end plus old-len. | |
21699 (font-lock-match-c++-style-declaration-item-and-skip-to-next): Doc it. | |
21700 (font-lock-mode): Undo Jul 27 change. | |
21701 (font-lock-builtin-face, font-lock-warning-face): New variables. | |
21702 (font-lock-make-faces): Specify defaults for these faces. | |
93313 | 21703 (java-font-lock-keywords, java-font-lock-keywords-1) |
21704 (java-font-lock-keywords-2, java-font-lock-keywords-3) | |
21705 (objc-font-lock-keywords, objc-font-lock-keywords-1) | |
25866 | 21706 (objc-font-lock-keywords-2, objc-font-lock-keywords-3): New variables. |
21707 (font-lock-defaults-alist): New entry for Java and Objective-C modes. | |
93313 | 21708 (c++-font-lock-extra-types, objc-font-lock-extra-types) |
25866 | 21709 (c-font-lock-extra-types, java-font-lock-extra-types): New variables. |
21710 Use them when building the respective relevant regexps. | |
21711 | |
21712 * add-log.el (change-log-font-lock-keywords): Rewrite. | |
21713 | |
21714 * awk-mode.el (awk-font-lock-keywords): New variable. | |
21715 (awk-mode): Set font-lock-defaults to support Font Lock mode. | |
21716 Provide when loaded. | |
21717 | |
21718 * dired.el (dired-font-lock-keywords): Rewrite. Use dired.el regexps. | |
21719 | |
21720 * sendmail.el (mail-font-lock-keywords): Tweak. | |
21721 | |
21722 * rmail.el (rmail-font-lock-keywords): Tweak. | |
21723 | |
21724 * simula-font-lock-keywords.el (simula-mode-syntax-table): Give `_' | |
21725 symbol syntax; see Table of Syntax Classes in the Emacs Lisp manual. | |
93313 | 21726 (simula-font-lock-keywords, simula-font-lock-keywords-1) |
25866 | 21727 (simula-font-lock-keywords-2, simula-font-lock-keywords-3): |
21728 New variables for Font Lock support. | |
21729 (simula-match-string-or-comment): New function for likewise. | |
21730 (simula-find-next-comment-region): Function deleted. | |
21731 (simula-mode): Set font-lock-defaults. Add autoload cookie. | |
21732 | |
75613 | 21733 1996-10-20 Ake Stenhoff <etxaksf@aom.ericsson.se> |
25866 | 21734 |
21735 * cc-mode.el (cc-imenu-java-generic-expression): New variable. | |
21736 (java-mode): Set imenu-generic-expression. | |
21737 | |
21738 1996-10-20 Kevin Rodgers <kevinr@ihs.com> | |
21739 | |
21740 * compile.el (compilation-skip-to-next-location): Defined. | |
21741 (compilation-next-error-locus, compilation-parse-errors): Respect it. | |
21742 | |
21743 1996-10-17 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de> | |
21744 | |
21745 * vc-hooks.el (vc-file-owner): Always return user name, using the | |
21746 optional argument of user-login-name. | |
21747 (vc-locking-user, vc-status): Discard checks for numerical value of | |
21748 vc-locking-user. | |
21749 | |
21750 * vc.el (vc-dired-reformat-line): Discard check for numerical value | |
21751 of vc-locking-user. | |
21752 | |
21753 1996-10-14 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21754 | |
21755 * mouse-sel.el (mouse-sel-set-selection-function): Doc fix. | |
21756 Use x-select-text, for the primary selection. | |
21757 (mouse-sel-get-selection-function): | |
21758 Use x-cut-buffer-or-selection-value, for the primary selection. | |
21759 | |
21760 * simple.el (universal-argument): Doc fix. | |
21761 | |
21762 * files.el (set-visited-file-name): Doc fix. | |
21763 (write-file): Use CONFIRM when calling set-visited-file-name. | |
21764 | |
21765 1996-10-14 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
21766 | |
21767 * f90.el (f90-no-block-limit): Fixed bug for indentation of | |
21768 elsewhere and elseif. | |
21769 (f90-looking-at-where-or-forall): Now allows for labelled forall | |
21770 and where statements. | |
21771 (f90-font-lock-keywords-2): New highlighting for labelled where | |
93313 | 21772 and forall. Fixed small bug with else highlighting. |
25866 | 21773 (f90-fill-region): Moved indentation to f90-break-line. |
21774 (f90-break-line): Will now always indent the second line. | |
21775 (f90-indent-line): Simpler test for auto-fill. | |
21776 (f90-auto-fill-mode): Removed. | |
21777 (f90-electric-insert): Added for possibility of auto-filling of | |
21778 lines without spaces, as well as early updating of line. | |
21779 (f90-mode-map): Added bindings of operators to f90-electric-insert. | |
21780 (f90-do-auto-fill): Now also updates line (changes case). | |
21781 | |
21782 1996-10-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21783 | |
21784 * files.el (enable-local-variables): Doc fix. | |
21785 | |
21786 1996-10-12 Simon Marshall <simon@duality.gnu.ai.mit.edu> | |
21787 | |
21788 * subr.el (define-function): Define as alias for defalias. | |
21789 | |
21790 * simple.el: Use defalias not define-function. | |
21791 | |
21792 * bytecomp.el (define-function): Mark it as obsolete. | |
21793 | |
21794 1996-10-12 Gernot Heiser <gernot@jungfrau.disy.cse.unsw.EDU.AU> | |
21795 | |
21796 * refer.el (refer-bib-directory): New variable, list of | |
21797 directories where to look for bib files. Special values `texinputs' | |
21798 and `bibinputs' mean take directory list from corresponding | |
21799 environment variable. | |
21800 | |
21801 (refer-bib-files): New special value `auto', for looking up all | |
21802 files in directories pointed to by refer-bib-directory. | |
21803 I have the feeling that this isn't really my code but came from | |
93313 | 21804 the net (copylefted). However, I cannot trace this down any |
21805 more. If it isn't mine, it's probably Ashwin's. | |
25866 | 21806 (refer-get-bib-files): Support `auto' value of refer-bib-files. |
21807 Support `texinputs', `bibinputs' value of refer-bib-directory. | |
21808 | |
93313 | 21809 (refer-saved-state, refer-previous-keywords, refer-saved-pos) |
21810 (refer-same-file): Properly declared (defvar) these variables. | |
25866 | 21811 |
21812 (refer-yank-key): New function. | |
21813 | |
21814 (refer-find-entry-internal): Find bibliography entries in other | |
21815 window, with minimal reconfiguration of windows. | |
21816 | |
21817 (refer-expand-files): New function. | |
21818 | |
21819 1996-10-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21820 | |
21821 * files.el (file-name-extension): New function. | |
21822 | |
21823 1996-10-11 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21824 | |
21825 * msb.el (msb--toggle-menu-type): Call menu-bar-update-buffers with t. | |
21826 | |
21827 * edt.el (edt-load-xkeys): Doc fix. | |
21828 | |
21829 * follow.el (set-process-filter): Doc fix. | |
21830 | |
21831 * vip.el: Doc fixes on most variables. | |
21832 | |
21833 * tpu-edt.el (tpu-load-xkeys): Doc fix. | |
21834 | |
21835 * nnfolder.el (nnfolder-ignore-active-file): Doc fix. | |
21836 | |
21837 * two-column.el (2C-two-columns): Doc fix. | |
21838 | |
21839 * refbib.el (r2b-proceedings-list, r2b-help-message): Doc fixes. | |
21840 | |
21841 * solitaire.el (solitaire): Doc fix. | |
21842 | |
21843 1996-10-10 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21844 | |
21845 * simple.el (newline): Use buffer-has-markers-at. | |
21846 | |
21847 * browse-url.el (browse-url-at-point): Add autoload cookie. | |
21848 (browse-url-at-mouse, browse-url-of-buffer, browse-url-of-file) | |
21849 (browse-url-of-dired-file): Likewise. | |
21850 | |
21851 * files.el (hack-local-variables-prop-line): | |
21852 Ignore case when checking for `mode'. | |
21853 | |
21854 * help.el (describe-function): If no fn specified, say so. | |
21855 (variable-at-point): Return 0 if no variable there. | |
21856 (describe-variable): If no variable specified, say so. | |
21857 Don't use nil as the variable. | |
21858 | |
21859 * files.el (auto-mode-alist): .hpp files get C++ mode. | |
21860 | |
21861 1996-10-10 Denis Howe <dbh@doc.ic.ac.uk> | |
21862 | |
21863 * browse-url.el (browse-url): New function. | |
21864 (browse-url-CCI-host): New variable. | |
21865 (browse-url-at-mouse): Added event-buffer and event-point | |
21866 functions for XEmacs compatibility. | |
21867 (browse-url-file-url): Check for EFS after alist, URL-encode | |
21868 special chars. | |
21869 (browse-url-grail): New function. | |
21870 (browse-url-interactive-arg): Add new-window logic. | |
21871 (browse-url-looking-at): Fixed. | |
21872 (browse-url-lynx-xterm): New function. | |
21873 (browse-url-lynx-emacs): Use term.el instead of terminal.el. | |
21874 (browse-url-netscape): Contact/start Netscape in the | |
21875 background. Multi-display support. Renamed | |
21876 browse-url-netscape-send. URL-encode comma. | |
21877 (browse-url-netscape-command): New variable. | |
21878 (browse-url-netscape-startup-arguments): New variable. | |
21879 (browse-url-url-at-point): Improved matching to supply missing | |
21880 "http://". | |
21881 Other fixes for byte-compilation. | |
21882 | |
21883 1996-10-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21884 | |
21885 * rmail.el (rmail): Run rmail-mail-hook last. | |
21886 | |
21887 1996-10-08 Erik Naggum <erik@naggum.no> | |
21888 | |
21889 * lisp.el (narrow-to-defun): Narrow to the same defun that | |
21890 `mark-defun' would make the region. | |
21891 (insert-parentheses): Let a negative argument enclose preceding | |
21892 sexps. | |
21893 | |
21894 1996-10-08 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
21895 | |
21896 * comint.el (comint-read-noecho): Clear out the intermediate strings. | |
21897 | |
21898 * timer.el (cancel-function-timers): Add autoload. | |
21899 | |
21900 * rmail.el (rmail-mode-2): Don't run rmail-mode-hook here. | |
21901 (rmail-mode, rmail): Run it here. | |
21902 | |
21903 1996-10-08 Barry A. Warsaw <cc-mode-help@python.org> | |
21904 | |
21905 * cc-mode.el (c-mode-map): | |
21906 Install FSF mode menu into menubar using the name | |
21907 "CC-Mode" for all supported modes. | |
21908 (c++-mode-map, objc-mode-map, java-mode-map): Don't install an | |
21909 additional FSF menu. | |
21910 | |
21911 * cc-mode.el: | |
21912 Removed the following variables from the built-in "cc-mode" style: | |
21913 c-echo-syntactic-information-p | |
21914 c-string-syntax-p | |
21915 c-tab-always-indent | |
21916 c-inhibit-startup-warnings-p | |
21917 These control how the mode acts, not how code looks. | |
21918 | |
21919 * cc-mode.el (c-indent-command): Doc fix. | |
21920 | |
21921 * cc-mode.el (c-style-alist): Added "linux" style. | |
21922 | |
21923 * cc-mode.el (c-lineup-comment): Preserve comment-column. | |
21924 | |
21925 * cc-mode.el (c-gnu-impose-minimum): | |
21926 Don't impose minimum on comment-only lines. | |
21927 (c-show-syntactic-information): Optional universal argument inserts | |
21928 analysis as a comment on the line. | |
21929 | |
21930 * cc-mode.el (c-insert-tab-function): | |
21931 New variable allowing tab-to-tab-stop to be | |
21932 used instead of insert-tab. | |
21933 (c-indent-command): Use c-insert-tab-function variable. | |
21934 | |
21935 * cc-mode.el (java-mode): Use (c-set-style "java"); i.e. lowercase. | |
21936 | |
21937 * cc-mode.el (c-functionp): New function. | |
21938 (c-electric-brace, c-read-offset, c-set-offset, c-get-offset): | |
21939 Use it. | |
21940 | |
21941 * cc-mode.el (c-offsets-alist): New syntactic symbols: | |
93313 | 21942 extern-lang-open, extern-lang-close, inextern-lang. |
25866 | 21943 |
21944 (c-hanging-braces-alist): Hang extern-lang-open by default. | |
21945 | |
21946 (c-electric-brace): Add extern-lang-open and extern-lang-close to | |
21947 list of symbols that can hang. | |
21948 | |
21949 (c-guess-basic-syntax): CASE 5A.4 => 5A.5; New CASE 5A.4 added to | |
21950 recognize extern-lang-open; CASE 14C => 14D; New CASE 14C added to | |
93313 | 21951 recognize extern-lang-close. |
25866 | 21952 |
21953 (c-search-uplist-for-classkey): When searching for c-class-key, | |
21954 concat "\\|extern[^_]". The logic for determining whether we are | |
21955 inclass-p and inextern-p is essentially the same so this seems to | |
21956 work very well in all test cases. | |
21957 | |
21958 (c-guess-basic-syntax): If inclass-p, do an additional check to | |
21959 see whether this is really inside an external language definition | |
21960 block or a class definition and set inextern-p accordingly (a | |
21961 boolean only). | |
21962 | |
21963 (c-guess-basic-syntax): CASE 5A.4 => 5A.1; 5A.1-5A.3 => 5A.2-5A.4; | |
21964 New CASE 5F to check for extern-lang-close; CASE 5F-5J => 5G-5K; | |
21965 CASE 5I: modifier could either be 'inclass or inextern-lang; CASE | |
21966 14A: closing brace isn't an inline-close if we're inside an extern | |
21967 language block; CASE 14B: watch out for same. | |
21968 | |
21969 (c-guess-basic-syntax): CASE 5A.3: an inline-open | |
21970 brace should also be given inclass syntax. The problem is that | |
21971 this breaks indentation for brace that start inline-inclass | |
21972 functions inside a nested class since they will twice add the | |
21973 indentation of the inner class to the running total. | |
21974 | |
21975 The solution is to not give one of the two symbols a relpos. The | |
21976 decision was made to omit the relpos of the 'inline-open symbol. | |
21977 | |
21978 (c-mode-help-address): Added cc-mode-help@python.org. | |
21979 | |
21980 (c-recognize-knr-p): No longer a user variable. | |
21981 (c++-mode, java-mode): Set c-recognize-knr-p to nil. | |
21982 | |
21983 (c-guess-basic-syntax): CASE 5G: Although we still test on | |
21984 c-recognize-knr-p, this is no longer user configurable, and no | |
98317 | 21985 longer imposes potentially disastrous impact on performance. |
25866 | 21986 Adopt c-mode.el assumption that argdecls are indented at least one |
21987 space and that function headers are not indented. This prevents | |
21988 us from potentially searching back to the top of the file when | |
98317 | 21989 looking at a large number of top-level declarations. |
25866 | 21990 |
93313 | 21991 (c-gnu-impose-minimum): New function. |
25866 | 21992 |
21993 (c-label-minimum-indentation): New buffer-local variable. | |
21994 | |
21995 (c-style-alist): In "gnu" style, add c-gnu-impose-minimum to | |
21996 c-special-indent-hook so case-label and label syntaxes will have a | |
21997 minimum indentation. | |
21998 | |
93313 | 21999 (c-submit-bug-report): Report on c-label-minimum-indentation. |
22000 | |
22001 (c-set-style-1): Special case c-special-indent-hook. | |
25866 | 22002 |
22003 (c-special-indent-hook): Make it buffer local. | |
22004 | |
22005 * cc-mode.el (c-skip-conditional): `try' clauses in C++ skip only | |
22006 1 sexp. Also take care of finally and synchronized statements. | |
22007 | |
22008 * cc-mode.el (c-lineup-arglist-close-under-parent): New function. | |
22009 | |
22010 * cc-mode.el (c-C-conditionals): New constant. | |
22011 (c-C-conditional-key, c-C++-conditional-key, c-Java-conditional-key): | |
22012 Use c-C-conditionals. | |
22013 | |
22014 * cc-mode.el (c-Java-conditional-key): New variable. | |
22015 (java-mode): Use c-Java-conditional-key. | |
22016 | |
22017 * cc-mode.el (c-C++-access-key): Allow for whitespace between the | |
22018 protection key and the colon. | |
22019 | |
93313 | 22020 * cc-mode.el (c-set-style): As a last resort, match exact case for |
25866 | 22021 stylename. |
22022 | |
22023 1996-10-08 Erik Naggum <erik@naggum.no> | |
22024 | |
22025 * simple.el (line-move): Ignore invisibility in `move-to-column'. | |
22026 | |
22027 * lisp-mode.el (with-current-buffer): Correct indentation | |
22028 property. | |
22029 | |
22030 1996-10-08 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22031 | |
22032 * gud.el: Move two function definitions. | |
22033 | |
22034 1996-10-07 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22035 | |
93313 | 22036 * perl-mode.el (electric-perl-terminator, perl-indent-command) |
25866 | 22037 (perl-backward-to-noncomment, indent-perl-exp): Avoid error if |
22038 comment-start-skip is nil. | |
22039 | |
22040 * timer.el (cancel-timer): Add autoload cookie. | |
22041 | |
22042 1996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22043 | |
22044 * simple.el (universal-argument): Doc fix. | |
22045 | |
22046 1996-10-06 Erik Naggum <erik@naggum.no> | |
22047 | |
22048 * help.el (print-help-return-message): Use new functions | |
22049 `special-display-p' and `same-window-p' to determine which help | |
22050 message to print. | |
22051 | |
22052 1996-10-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22053 | |
22054 * sgml-mode.el (sgml-specials): Delete `-' from the list. | |
22055 (sgml-font-lock-keywords): Add an element for comments. | |
22056 | |
22057 * rmailsum.el (rmail-summary-line-count-flag): | |
22058 Renamed from rmail-summary-line-count-p. | |
22059 | |
22060 * rmailsum.el (rmail-summary-line-count-p): New variable. | |
22061 (rmail-make-basic-summary-line): Optionally exclude the line count. | |
22062 | |
22063 * buff-menu.el (Buffer-menu-revert): New function. | |
22064 (Buffer-menu-mode-map): Use Buffer-menu-revert for g. | |
22065 (Buffer-menu-mode): Doc fix. | |
22066 | |
22067 1996-10-03 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22068 | |
22069 * imenu.el (imenu-default-create-index-function): Fix error message. | |
22070 | |
22071 * info.el (Info-read-subfile): Allow a file name as arg. | |
22072 (Info-search): Restore previous subfile correctly. | |
22073 | |
22074 * lisp-mode.el (eval-after-load): Add lisp-indent-function for it. | |
22075 | |
22076 1996-10-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
22077 | |
22078 * files.el (file-name-non-special): New function. | |
22079 Add it to file-name-handler-alist. | |
22080 | |
22081 1996-10-03 Erik Naggum <erik@naggum.no> | |
22082 | |
22083 * lisp-mode.el (with-temp-buffer): Add indentation property. | |
22084 | |
22085 * subr.el (with-current-buffer): Minor cleanup. | |
22086 (with-temp-file): Support for arguments nil and t removed. | |
22087 (with-temp-buffer): Use this new macro instead. | |
22088 (with-output-to-string): Rewrite. | |
22089 | |
22090 1996-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
22091 | |
22092 * files.el (recover-session): Error if session files turned off. | |
22093 | |
22094 1996-09-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22095 | |
22096 * imenu.el (imenu--make-index-alist): Add doc string. | |
22097 | |
22098 1996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22099 | |
22100 * edebug.el (save-selected-window, save-current-buffer) | |
22101 (save-match-data, with-output-to-string, with-current-buffer) | |
22102 (with-temp-file, with-temp-buffer): Add def-edebug-spec calls. | |
22103 | |
22104 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22105 | |
22106 * profile.el: Delete several \n\'s. | |
22107 (profile-fix-fun): Delete an if whose test is never true. | |
22108 Handle doc strings that are also the function value. | |
22109 | |
22110 1996-09-27 Jacques Duthen <duthen@cegelec-red.fr> | |
22111 | |
93313 | 22112 * ps-print.el |
25866 | 22113 (ps-print-prologue-1): Fix bug in postscript comment lines. |
22114 (ps-nb-pages): Call ps-setup _before_ switching to the other | |
22115 buffer, because of buffer variables. | |
22116 | |
22117 * ps-print.el: Major rewrite. | |
22118 (ps-page-dimensions-database, ps-paper-type): Replace the | |
22119 following global variables: | |
93313 | 22120 (ps-a4-page-height, ps-a4-page-width, ps-legal-page-height) |
22121 (ps-legal-page-width, ps-letter-page-height, ps-letter-page-width) | |
22122 (ps-pages-alist, ps-page-dimensions): Variables deleted. | |
25866 | 22123 (ps-page-height-i, ps-page-width-i): Variables deleted. |
22124 (ps-print-prologue): Variable deleted. | |
22125 (ps-print-prologue-1, ps-print-prologue-2): New variables. | |
22126 Major rewrite of the postscript code to handle landscape mode, | |
22127 multiple columns and new font management. | |
22128 (ps-landscape-mode, ps-number-of-columns, ps-inter-column): New | |
22129 variables. | |
22130 Add landscape mode and multiple columns with interspacing. | |
93313 | 22131 (ps-font-info-database, ps-font-family, ps-font-size) |
22132 (ps-header-font-family, ps-header-font-size, ps-header-title-font) | |
22133 (ps-header-title-font-size): New variables. | |
25866 | 22134 New font management interface. |
22135 (ps-header-line-pad, ps-header-offset): New variables. | |
22136 (ps-header-font, ps-landscape-page-height): New internal variables. | |
22137 (ps-top-margin): Change its semantics. It is now really the top | |
22138 margin, not anymore twice the top margin. | |
93313 | 22139 (/ReportAllFontInfo): New postscript function to get all the font |
25866 | 22140 families of the printer. |
22141 (ps-setup): New function. | |
22142 (ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region): New | |
22143 utility functions. | |
22144 (ps-page-dimensions-get-width, ps-page-dimensions-get-height): New | |
22145 macros. | |
22146 (/HeaderOffset): Fix bug with /PrintStartY. | |
22147 (/SetHeaderLines): Fix bug. | |
22148 | |
22149 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22150 | |
22151 * lisp-mode.el (with-temp-file): Add lisp-indent-function property. | |
22152 | |
22153 * subr.el (with-temp-file): New macro. | |
22154 | |
22155 1996-09-27 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22156 | |
22157 * perl-mode.el: Add `provide' call. | |
22158 | |
22159 * ange-ftp.el (ange-ftp-skip-msgs): Recognize `passive'. | |
22160 | |
22161 1996-09-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22162 | |
22163 * etags.el (etags-file-of-tag): Fix looking-at regexp. | |
22164 | |
22165 * rmail.el: Delete all the autoload calls. | |
22166 | |
22167 * undigest.el, rmailsort.el: Add many autoload cookies. | |
22168 | |
22169 * rmailedit.el (rmail-edit-current-message): Add autoload. | |
22170 | |
22171 * rmailmsc.el (set-rmail-inbox-list): Add autoload cookie. | |
22172 | |
22173 * rmailkwd.el (rmail-read-label, rmail-add-label, rmail-kill-label) | |
22174 (rmail-previous-labeled-message, rmail-next-labeled-message): | |
22175 Add autoloads. | |
22176 | |
22177 * rmailsum.el (rmail-summary-by-senders, rmail-summary): Add autoload. | |
22178 (rmail-summary-by-topic, rmail-summary-by-regexp): Likewise. | |
22179 (rmail-summary-by-recipients, rmail-summary-by-labels): Likewise. | |
22180 | |
22181 * rmailout.el (rmail-fields-not-to-output): Add autoload cookie. | |
22182 (rmail-output-to-rmail-file, rmail-output): Likewise. | |
22183 | |
22184 * lucid.el (exec-to-string): New alias. | |
22185 | |
22186 * gud.el (perldb): Supply visited file name, or -e 0, as default args. | |
22187 | |
22188 1996-09-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22189 | |
22190 * subr.el (split-string): Fix minor bug. | |
22191 | |
22192 * gud.el (gud-perldb-massage-args): Handle -e in ARGS. | |
22193 (gud-perldb-marker-filter): Handle drive letters in file name. | |
22194 (perldb): Update comint-prompt-regexp for latest Perl. | |
22195 | |
22196 * gud.el (gud-mode): Locally set comint-input-ignoredups to t. | |
22197 | |
22198 * paragraphs.el (forward-paragraph): Don't ever move forward | |
22199 again across a line if we stopped there because it doesn't start | |
22200 with the fill prefix. | |
22201 | |
22202 1996-09-25 Eli Zaretskii <eliz@is.elta.co.il> | |
22203 | |
22204 * files.el (auto-mode-alist): Add lower-case varieties of | |
22205 ChangeLog filenames, for case-insensitive MSDOS and MS-Windows. | |
22206 | |
22207 * viper-util.el (vip-window-display-p): Don't treat MS-DOS as a | |
22208 windowed display. | |
22209 | |
22210 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22211 | |
22212 * mouse-copy.el: New file. | |
22213 | |
22214 * mouse-drag.el: New file. | |
22215 (mouse-drag-throw): Bind adjusted-mouse-delta. | |
22216 | |
22217 * mouse.el (mouse-drag-secondary): Make sure to return nil | |
22218 if we don't make a selection. | |
22219 | |
22220 * simple.el (shell-command-to-string): Make the buffer current | |
22221 since output goes in current buffer. Use shell-command-switch. | |
22222 | |
22223 * lisp-mode.el (save-current-buffer, with-current-buffer) | |
22224 (with-output-to-string): Specify how to indent. | |
22225 | |
22226 * imenu.el (imenu--cleanup): Handle shared structure in alist. | |
22227 | |
22228 * subr.el (split-string): New function. | |
22229 | |
22230 * simple.el (shell-command-to-string): New function. | |
22231 | |
22232 * subr.el (with-output-to-string): New macro. | |
22233 | |
22234 * tex-mode.el (tex-main-file): Add missing initial value. | |
22235 (tex-file): Set tex-print-file to source-file always. | |
22236 (tex-last-file-texed): Renamed from tex-last-buffer-texed | |
22237 and now holds a file name. | |
22238 (tex-region): Test and set tex-last-file-texed. | |
22239 | |
22240 * edebug.el (edebug-original-signal): Don't define it. | |
22241 (edebug-signal): Call signal, not edebug-original-signal. | |
22242 (edebug-enter): Bind signal-hook-function instead of fsetting signal. | |
22243 (edebug-recursive-edit): Clear or clear signal-hook-function. | |
22244 | |
22245 1996-09-23 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22246 | |
22247 * files.el (insert-file-contents-literally): Doc fix. | |
22248 | |
22249 * iso-acc.el (iso-languages): Add element for latin-3. | |
22250 | |
22251 1996-09-22 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22252 | |
22253 * subr.el (run-hooks): defconst deleted. | |
22254 The initialization is now in eval.c. | |
22255 | |
22256 * arc-mode.el: Doc fixes. | |
22257 (archive-mode, archive-extract, archive-check-dos) | |
22258 (archive-write-file-member): Set buffer-file-type only if | |
22259 default-buffer-file-type is bound. | |
22260 (buffer-file-type): Don't make this buffer-local or permanent. | |
22261 Just don't mess with it. | |
22262 | |
22263 * rmailkwd.el (rmail-keywords): Don't initialize. | |
22264 | |
39229
bf5f26157d70
Update Stephen Gildea's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
38004
diff
changeset
|
22265 1996-09-22 Stephen Gildea <gildea@stop.mail-abuse.org> |
25866 | 22266 |
22267 * time-stamp.el (time-stamp-old-format-warn): New variable. | |
22268 (time-stamp-format): Use ISO 8601 format for date. | |
22269 | |
22270 1996-09-22 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22271 | |
22272 * isearch.el (unread-command-event, unread-command-events) | |
22273 (last-command-event): defvars deleted. | |
22274 | |
22275 * edebug.el (pre-command-hook, post-command-hook): Defvars deleted. | |
22276 (post-command-idle-hook): Defvar deleted. | |
22277 (edebug-outside-post-command-idle-hook): Defvar deleted. | |
22278 (edebug-enter): Don't look at or set post-command-idle-hook. | |
22279 (edebug-outside-excursion): Likewise. | |
22280 (edebug-emacs-19-specific): Don't define read-expression-history | |
22281 and read-expression-map. | |
22282 | |
22283 * ffap.el (path-separator): Duplicate definition deleted. | |
22284 (ffap-what-domain): Don't define mail-extr-all-top-level-domains here. | |
22285 | |
22286 * refbib.el (r2b-capitalize-title-stop-words): Renamed from capit... | |
22287 (r2b-capitalize-title-stop-regexp): Renamed from capit... | |
22288 (r2b-capitalize-title-region): Renamed from capitalize... | |
22289 (r2b-capitalize-title): Renamed from capitalize... | |
22290 | |
22291 * bib-mode.el (bib-capitalize-title-stop-words): Renamed from capit... | |
22292 (bib-capitalize-title-stop-regexp): Renamed from capit... | |
22293 (bib-capitalize-title-region): Renamed from capitalize... | |
22294 (bib-capitalize-title): Renamed from capitalize... | |
22295 | |
22296 * edmacro.el (insert-kbd-macro): Duplicate definition deleted. | |
22297 | |
22298 * subr.el (eql): Incorrect definition deleted. | |
22299 Now it is only in cl.el. | |
22300 | |
22301 * lucid.el (add-timeout): Duplicate definition deleted. | |
22302 (screenw-width, screen-height): Likewise. | |
22303 (disable-timeout, keymap-parent, set-keymap-parent): Likewise. | |
22304 | |
22305 * frame.el (ctl-x-5-map, ctl-x-5-prefix): Duplicate defs deleted. | |
22306 | |
22307 * register.el: New kind of register value is a file name and position. | |
22308 (jump-to-register): Handle file-query. | |
22309 (register-swap-out): New function. Add it to kill-buffer-hook. | |
22310 (register-alist): Doc fix. | |
22311 | |
22312 * subr.el (with-current-buffer): New macro. | |
22313 | |
22314 * byte-opt.el (byte-optimize-form-code-walker): | |
22315 Treat save-current-buffer like save-excursion. | |
22316 | |
22317 1996-09-21 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22318 | |
22319 * bytecomp.el (save-current-buffer): Compile it like save-excursion. | |
22320 (byte-compile-save-current-buffer): New function. | |
22321 | |
22322 * help.el (locate-library): Print no messages if called from Lisp. | |
22323 | |
22324 * imenu.el (imenu--split-menu): Keep the rescan item at top level. | |
22325 Keep subalists at top level too. | |
22326 Name the split-off submenus from the first item in them. | |
22327 (imenu--generic-function): Avoid adding nil as elt of the result. | |
22328 | |
22329 * imenu.el (imenu--generic-function): Create a special entry | |
22330 if the element of imenu-generic-function asks for it. | |
22331 (imenu): Handle special entries. | |
22332 (imenu--subalist-p): New function. Use in various places. | |
22333 | |
22334 1996-09-20 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22335 | |
22336 * frame.el (scroll-bar-side): New variable. | |
22337 (toggle-scroll-bar): Use scroll-bar-side. | |
22338 | |
22339 1996-09-19 Michael Kifer <kifer@cs.sunysb.edu> | |
22340 | |
93313 | 22341 * ediff-mult.el (ediff-quit-session-group-hook): New hook. |
22342 (ediff-filegroup-action): Now passes ediff-merge-store-file to | |
25866 | 22343 subordinate Ediff sessions. |
22344 * ediff.el: Now supports autostore for merge jobs. | |
93313 | 22345 * ediff-util.el (ediff-maybe-save-and-delete-merge): New function. |
22346 (ediff-setup): Now uses convert-standard-filename. | |
22347 (ediff-make-temp-file): Now returns expanded file name. | |
22348 (ediff-really-quit): Now warps pointer into a working frame | |
22349 * ediff-init.el (ediff-quit-merge-hook, ediff-autostore-merges): | |
22350 New variables. | |
22351 (ediff-convert-standard-file-name): New function. | |
22352 Added on-line help, moved some functions to and from ediff-util.el. | |
22353 (ediff-file-remote-p): Modified. | |
22354 (ediff-set-face-pixmap): New function. | |
22355 (ediff-odd-diff-pixmap, ediff-even-diff-pixmap, ediff-fine-diff-pixmap): | |
22356 New variables. | |
22357 * ediff-ptch.el (ediff-context-diff-label-regexp): Fixed regexp. | |
22358 (ediff-map-patch-buffer): Fixed beg/end patch boundaries. | |
25866 | 22359 Now checks for the return code from the patch program. |
93313 | 22360 Fixed ediff-patch-options, ediff-backup-extension, ediff-backup-specs. |
25866 | 22361 * ediff-merg.el, ediff-diff.el, ediff-init.el: |
22362 * ediff-hook.el: Changed ediff-meta to ediff-mult. | |
93313 | 22363 * ediff-ptch.el (ediff-backup-specs): New variable. |
22364 * ediff.el (ediff-documentation): Modified. | |
25866 | 22365 * ediff-help.el: New file. |
93313 | 22366 * ediff-mult.el (ediff-intersect-directories) |
22367 (ediff-meta-insert-file-info): Functions modified. | |
25866 | 22368 * ediff-vers.el, ediff.el: |
22369 Changed vc/rcs/etc-ediff-internal to ediff-vc/rcs/etc-internal | |
22370 * ediff-diff.el (ediff-setup-fine-diff-regions): | |
93313 | 22371 Allow diff options to be passed to the diff program. |
25866 | 22372 |
22373 1996-09-19 Michael Kifer <kifer@cs.sunysb.edu> | |
22374 | |
98317 | 22375 * viper.el (vip-autoindent): No longer moves insert point. |
93313 | 22376 (vip-paren-match): Now pays no attention to comments and |
25866 | 22377 leaves region active. |
93313 | 22378 * viper-util.el (vip-convert-standard-file-name): New function. |
25866 | 22379 |
22380 1996-09-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22381 | |
22382 * mouse.el (mouse-drag-region): Ignore event end-point if it | |
22383 is not a number. | |
22384 | |
22385 * imenu.el (imenu--generic-function): Use markers for positions. | |
22386 | |
22387 1996-09-18 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22388 | |
22389 * imenu.el (imenu--mouse-menu): Add special handling for | |
22390 rescan item. | |
22391 | |
22392 * tq.el (tq-filter): No need for save-match-data. | |
22393 | |
22394 * gud.el (gud-display-line): Don't call display-buffer | |
22395 if buffer already has a window. | |
22396 | |
22397 1996-09-17 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
22398 | |
22399 * rmailsum.el (rmail-summary-next-same-subject): Don't set | |
22400 search-regexp until after adjusting subject string. | |
22401 | |
22402 1996-09-16 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22403 | |
22404 * ispell.el (ispell-dictionary-alist-1): Add `american' to list. | |
22405 | |
22406 1996-09-16 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de> | |
22407 | |
22408 * vc.el (vc-print-log): Set the display window so that it shows | |
22409 the current log entry completely. | |
22410 | |
22411 * vc-hooks.el (vc-find-cvs-master): Fixed handling of "locally | |
22412 added" files. | |
22413 | |
22414 1996-09-16 Erik Naggum <erik@naggum.no> | |
22415 | |
22416 * files.el (file-locked-p): Alias to `ignore' if no file locking. | |
22417 | |
22418 1996-09-15 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22419 | |
22420 * rmail.el (rmail-insert-inbox-text): Detect locked | |
22421 RMAIL files at the outset, before copying any files. | |
22422 | |
22423 1996-09-15 Lennart Staflin <lenst@lysator.liu.se> | |
22424 | |
22425 * tq.el (tq-filter): Add unwind-protect and save-match-data. | |
22426 | |
22427 1996-09-14 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22428 | |
22429 * info.el (Info-mode): Do fontify, if ms-windows. | |
22430 | |
22431 * startup.el (normal-top-level, command-line-1, command-line): | |
22432 Test for ms-windows instead of win32, and use memq. | |
22433 | |
22434 * mouse.el (mouse-set-region): | |
22435 Test for ms-windows instead of win32, and use memq. | |
22436 | |
22437 * faces.el (make-face, make-face-x-resource-internal): | |
22438 Test for ms-windows instead of win32. Use memq. | |
22439 (initialization at end of file): Likewise. | |
22440 | |
22441 * facemenu.el (facemenu-color-equal): Change win32 to ms-windows. | |
22442 | |
22443 * bytecomp.el (byte-compile-lambda): If the doc string is also the | |
22444 return value, use it for both. | |
22445 | |
22446 * rmailout.el (rmail-output-file-alist): Add autoload cookie. | |
22447 (rmail-delete-after-output): Duplicate defvar deleted. | |
22448 | |
22449 * files.el (find-file-existing-other-name): Default value now t. | |
22450 | |
22451 * ps-print.el (ps-print-prologue): Get rid of backslash-digits | |
22452 control characters in comments. | |
22453 | |
22454 1996-09-13 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22455 | |
22456 * files.el (inhibit-first-line-modes-regexps): Add .tgz. | |
22457 | |
22458 1996-09-13 Lars Magne Ingebrigtsen <larsi@hrym.ifi.uio.no> | |
22459 | |
22460 * mail-extr.el (mail-extr-safe-move-sexp): Make sure this doesn't | |
22461 signal errors even for pathological From headers. | |
22462 | |
22463 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22464 | |
22465 * iso-transl.el (iso-transl-char-map): Add ACCENT SPACE sequences. | |
22466 | |
22467 * hideif.el (hif-token-regexp): Move ! after !=. | |
22468 | |
22469 * loadup.el: Load frame.elc unconditionally. | |
22470 | |
75613 | 22471 1996-09-12 Kevin Rodgers <kevinr@ihs.com> |
25866 | 22472 |
22473 * loadhist.el (read-feature): New function. | |
22474 (unload-feature): Read FEATURE interactively with read-feature. | |
22475 | |
22476 1996-09-11 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22477 | |
22478 * ediff-init.el (ediff-eval-in-buffer): Add properties | |
22479 such lisp-indent-function, lisp-indent-hook, edebug-form-spec. | |
22480 | |
22481 * ediff-ptch.el (ediff-context-diff-label-regexp): | |
22482 Recognize -u format better. | |
22483 (ediff-map-patch-buffer): Recognize -u format better. | |
22484 | |
22485 * bindings.el: New file, split out from loaddefs.el. | |
22486 * loadup.el: Load bindings.el. | |
22487 | |
22488 * gud.el (gud-find-c-expr): Renamed from find-c-expr. | |
22489 Don't get fooled by if and while statements. | |
22490 (gud-expr-compound): Renamed from expr-compound. | |
22491 (gud-expr-compound-sep): Renamed from expr-compound-sep. | |
22492 (gud-next-expr): Renamed from expr-next. | |
22493 (gud-prev-expr): Renamed from expr-prev. | |
22494 (gud-forward-sexp): Renamed from expr-forward-sexp. | |
22495 (gud-backward-sexp): Renamed from expr-backward-sexp. | |
22496 (gud-innermost-expr): Renamed from expr-cur. | |
22497 | |
22498 1996-09-10 Per Abrahamsen <abraham@dina.kvl.dk> | |
22499 | |
22500 * easymenu.el (easy-menu-do-define): Use `x-popup-menu' instead of | |
22501 non-existing `easy-popup-menu'. | |
22502 | |
22503 1996-09-10 Erik Naggum <erik@psilocin.gnu.ai.mit.edu> | |
22504 | |
22505 * bytecomp.el (byte-compile-output-file-form): Bind print-quoted | |
22506 and print-gensym to t when writing compiled byte-code objects. | |
22507 (byte-compile-output-docform): Likewise. | |
22508 | |
22509 1996-09-10 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22510 | |
22511 * autoload.el (update-file-autoloads): Don't barf if autoloads | |
22512 file file is completely empty. | |
22513 | |
22514 * bytecomp.el (byte-compile-out-toplevel): Undo previous change. | |
22515 (byte-compile-byte-code-maker): Undo previous change. | |
22516 | |
22517 * rmail.el (rmail-find-all-files): Rely on directory-files | |
22518 to do the filtering. | |
22519 | |
22520 * imenu.el (imenu): Tests for when to widen were backwards. | |
22521 (imenu--split-menu): Handle imenu-sort-function here. | |
22522 (imenu--mouse-menu, imenu-update-menubar): Not here. | |
22523 (imenu--mouse-menu): Rewrite second half--handle | |
22524 nested menus reliably. | |
22525 (imenu--create-keymap-2): Include ITEM in the leaf menu-item. | |
22526 | |
22527 1996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22528 | |
22529 * outline.el (outline-font-lock-keywords): | |
22530 Treat carriage return like newline. | |
22531 | |
22532 * pp.el (pp-eval-expression): Set font-lock-default locally to nil. | |
22533 | |
22534 1996-09-08 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de> | |
22535 | |
22536 * vc-hooks.el (vc-file-owner): If the file is owned by somebody | |
22537 else, return the UID as a string, so that the rest of VC can use | |
22538 it like a username. | |
22539 | |
22540 * vc.el (vc-print-log): Move point to the log entry of the current | |
22541 version. | |
22542 | |
22543 1996-09-05 Michael Kifer <kifer@cs.sunysb.edu> | |
22544 | |
22545 * viper-keym.el, viper.el (vip-scroll): | |
93313 | 22546 Changed to vip-scroll-screen, other modifications. |
22547 (vip-alternate-ESC): Changed to vip-alternate-Meta-key. | |
22548 * viper.el (vip-escape-to-vi, vip-prefix-arg-value) | |
22549 (vip-prefix-arg-value): Now work with prefix arguments and also | |
22550 will work with 2dw and d2d style commands. | |
22551 (vip-prefix-arg-value, vip-prefix-arg-com): Now work in any Vi state. | |
22552 (vip-message-folder-hook, vip-dired-hook): New hooks. | |
22553 (vip-paren-match): Go to closing paren first. | |
22554 (vip-find-char-forward, vip-find-char-backward, vip-goto-char-forward) | |
22555 (vip-goto-char-backward): Functions modified. | |
22556 (vip-set-hooks): Added viper to fortran-mode. | |
22557 (viper-mode): Don't delete the startup message. | |
25866 | 22558 * viper-keym.el: C-\ is now the meta key. |
22559 C-z in insert mode now escapes to Vi. | |
93313 | 22560 (vip-slash-and-colon-map, vip-comint-mode-modifier-map) |
22561 (vip-dired-modifier-map): New modifying keymaps. | |
25866 | 22562 * viper-util.el, viper.el: Added pixmaps to replace-region and |
22563 search faces. | |
93313 | 22564 (vip-get-filenames-from-buffer): The argument is now optional. |
22565 (vip-ex-nontrivial-find-file-unix): Added the -d option to ls command. | |
22566 (vip-read-key): Inhibit quit added. | |
22567 (vip-get-cursor-color): Fixed to work with XEmacs. | |
22568 * viper-ex.el (ex-edit): Don't change to vi in dired mode. | |
25866 | 22569 |
22570 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22571 | |
22572 * apropos.el (apropos-print): Don't say `Type ' before M-x cmd. | |
22573 | |
22574 * replace.el (perform-replace): Increment replace-count | |
22575 in the places where we do the replacement. | |
22576 | |
22577 * executable.el (executable-insert): Doc fix. | |
22578 (executable-query): Doc fix. | |
22579 | |
22580 1996-09-03 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22581 | |
22582 * startup.el (command-line, command-line-1): | |
22583 Stop processing options if we encounter "--". | |
22584 | |
22585 * dired.el (dired-mode-map): Add revert-buffer to Immediate menu. | |
22586 | |
22587 * frame.el (other-frame): Don't call unfocus-frame. | |
22588 | |
22589 * mouse.el (mouse-select-window): Don't call unfocus-frame. | |
22590 | |
22591 * rmail.el (rmail-convert-to-babyl-format): | |
22592 Increase sit-for timeout to 3 seconds. | |
22593 | |
22594 1996-09-03 Paul Eggert <eggert@twinsun.com> | |
22595 | |
22596 * calendar.el (calendar-current-date): | |
22597 Simplify by using decode-time instead | |
22598 of parsing current-time-string. | |
22599 | |
22600 * ls-lisp.el (insert-directory): Use same value of `now' for all files. | |
22601 (ls-lisp-format): New argument NOW. Arguments are no longer optional. | |
22602 (ls-lisp-format-time): New argument NOW. Use same method as `ls' | |
22603 to decide whether to show time-of-day or year. | |
22604 | |
22605 * timer.el (timer-next-integral-multiple-of-time): New function. | |
22606 (run-at-time): If TIME is t, do the action at the next | |
22607 integral multiple of REPEAT. | |
22608 * time.el (display-time): Use new run-at-time functionality to | |
22609 fix display glitches when display-time-interval != 60. | |
22610 | |
22611 1996-09-03 Eli Zaretskii <eliz@is.elta.co.il> | |
22612 | |
22613 * paren.el (show-paren-function): Handle unbalanced parens as | |
22614 mismatched. When the unbalanced paren is an opening paren, | |
22615 highlight it as mismatched. | |
22616 | |
22617 1996-09-03 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22618 | |
22619 * iso-transl.el (iso-transl-dead-key-alist): Add dead-... | |
22620 and S-dead-... key names to this list. | |
22621 (key-translation-map): Don't define dead-... and S-dead... here. | |
22622 (iso-transl-define-keys): Handle multiple matches | |
22623 in iso-transl-dead-key-alist for one accent character. | |
22624 | |
22625 1996-09-02 Paul Eggert <eggert@twinsun.com> | |
22626 | |
22627 * timer.el (run-at-time): Doc fix. | |
22628 | |
22629 1996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22630 | |
22631 * rmail.el (rmail-find-all-files): Eliminate recursive scan. | |
22632 | |
22633 * server.el (server-process-filter): Quote with &, not \. | |
22634 | |
22635 * simula.el (save-match-data): Definition deleted. | |
22636 | |
22637 1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22638 | |
22639 * ffap.el (ffap-locate-file): Function deleted. | |
22640 (ffap-locate-jka-suffixes): Variable deleted. | |
22641 (ffap-alist): Use locate-library. | |
22642 | |
22643 * help.el (locate-library): Doc fix. | |
22644 (locate-library): New arg PATH. Handle autocompression mode. | |
22645 | |
22646 * mail-utils.el (rmail-dont-reply-to): Recognize the names to delete | |
22647 when they appear within <...>. | |
22648 | |
22649 * server.el (server-process-filter): Undo the quoting with | |
22650 backslashes that emacsclient now does for special characters. | |
22651 Delete some debugging code accidentally left in. | |
22652 | |
22653 * cl-seq.el, cl-extra.el, cl.el, cl-macs.el: | |
22654 Turn on byte-compile-dynamic. | |
22655 | |
22656 * files.el (insert-directory): If ls fails, get an error. | |
22657 | |
22658 1996-09-01 Per Abrahamsen <abraham@dina.kvl.dk> | |
22659 | |
22660 * info.el: Add menu items and xrefs to the menu bar menu. | |
22661 (Info-check-pointer): New function. | |
22662 (Info-mode-menu): New menu. | |
22663 (Info-menu-last-node): New variable. | |
22664 (Info-menu-update): New function. | |
22665 (Info-mode): Add `Info-menu-update' to `activate-menubar-hook'. | |
22666 | |
22667 1996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22668 | |
22669 * compile.el (compilation-finish-functions): New variable. | |
22670 (compilation-handle-exit): Run compilation-finish-functions. | |
22671 | |
22672 * viper.el (vip-custom-file-name): Use convert-standard-filename. | |
22673 | |
22674 * desktop.el (desktop-basefilename): Use convert-standard-filename. | |
22675 | |
22676 * bookmark.el (bookmark-default-file): Use convert-standard-filename. | |
22677 | |
22678 * add-log.el (change-log-name): Don't treat MSDOS, NT specially. | |
22679 | |
22680 * vc.el (vc-register-switches): New variable. | |
22681 (vc-backend-admin): Use vc-register-switches. | |
22682 | |
75613 | 22683 1996-09-01 Vladimir Alexiev <vladimir@cs.ualberta.ca> |
25866 | 22684 |
22685 * tmm.el (tmm-add-one-shortcut): New subroutine. | |
22686 (tmm-add-shortcuts): Code moved to tmm-add-one-shortcut. | |
22687 Handle tmm-shortcut-style and tmm-shortcut-words. | |
22688 (tmm-define-keys): Use suppress-keymap. | |
22689 Moved use-local-map from the caller here. | |
22690 tmm-short-cuts is now a list of chars, not of one-char strings. | |
22691 (tmm-completion-delete-prompt): New function, used in | |
22692 completion-setup-hook. | |
22693 (tmm-shortcut-style): New variable. | |
22694 (tmm-shortcut-words): New variable. | |
22695 (tmm-shortcut): Handle tmm-shortcut-style. | |
22696 The shortcut searched in tmm-short-cuts is now a char, not a string. | |
22697 | |
22698 1996-08-31 Geoff Voelker <voelker@cs.washington.edu> | |
22699 | |
22700 * dos-nt.el: New file. | |
22701 | |
93313 | 22702 * dos-fns.el, winnt.el (path-separator, grep-null-device) |
22703 (grep-regexp-alist, file-name-buffer-file-type-alist) | |
22704 (find-buffer-file-type, find-file-not-found-set-buffer-file-type) | |
22705 (find-file-binary, find-file-text, mode-line-format): | |
25866 | 22706 Moved to dos-nt.el. |
22707 | |
93313 | 22708 * winnt.el (save-to-unix-hook, revert-from-unix-hook) |
22709 (using-unix-filesystems): Functions removed. | |
25866 | 22710 |
22711 * loadup.el [windows-nt, ms-dos]: Load dos-nt. | |
22712 | |
22713 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22714 | |
22715 * cc-mode.el (c-backslash-region): If a line ends at the end of | |
22716 the region, always delete backslash from it. | |
22717 | |
22718 1996-08-31 Paul Eggert <eggert@twinsun.com> | |
22719 | |
22720 * gnus.el, paths.el (gnus-local-domain): Remove. | |
22721 | |
22722 1996-08-31 Boris Goldowsky <boris@gnu.ai.mit.edu> | |
22723 | |
22724 * simple.el (set-hard-newline-properties): New fn. | |
22725 (newline): Use it. | |
22726 | |
22727 * paragraphs.el (use-hard-newlines): New minor mode function. | |
22728 Existing variable gets doc fix. | |
22729 | |
22730 * format.el (format-alist): Doc fix. | |
22731 (format-annotate-function): New argument ORIG-BUF, passed on to TO-FN. | |
22732 (format-encode-region): Let TO-FN know that our current buffer is | |
22733 its ORIG-BUF. | |
22734 | |
22735 * enriched.el: Don't fill based on window width. | |
22736 Don't require facemenu; it's preloaded if applicable. | |
22737 (enriched-default-right-margin, enriched-fill-after-visiting) | |
22738 (enriched-text-width): Variables deleted. | |
22739 (enriched-text-width): Function deleted. | |
22740 (enriched-initial-annotation): Use `fill-column' rather than | |
22741 enriched-text-width. | |
22742 (enriched-mode): Use `add-to-list'. Turn use-hard-newlines on by | |
22743 calling function, not setting variable. | |
22744 (enriched-encode): New argument ORIG-BUF; evaluate | |
22745 enriched-initial-annotation in that buffer. | |
48129
9c67ae0ad84d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42986
diff
changeset
|
22746 (enriched-decode): Turn on use-hard-newlines with function. |
9c67ae0ad84d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42986
diff
changeset
|
22747 Use new `set-hard-newline-properties' function. Set fill-column from |
25866 | 22748 File-Width header; re-fill paragraphs only if there is no |
22749 File-Width header. | |
22750 | |
22751 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22752 | |
22753 * mouse.el (mouse-show-mark): Detect loss of selection | |
22754 while we are showing it highlighted. | |
22755 | |
22756 * isearch.el (isearch-*-char): Use the isearch-other-end as new | |
22757 starting point in both directions. | |
22758 | |
22759 * files.el (make-auto-save-file-name): Try a few directories | |
22760 to get one we can write in. | |
22761 | |
22762 * doctor.el (make-doctor-variables): Eliminate unused variables `elist' | |
22763 and `monosyllables'. `observation-list' also. | |
22764 | |
22765 * frame.el: Doc fixes. | |
22766 | |
22767 * faces.el (internal-set-face-1): When calling x-list-fonts, | |
22768 ask for just one match. | |
22769 | |
22770 * startup.el (command-line-1): Rearrange initial screen. | |
22771 | |
22772 * rmail.el (rmail-get-new-mail): Handle files in multiple batches, | |
22773 in case two inboxes have the same last name component. | |
22774 | |
22775 1996-08-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22776 | |
22777 * webjump.el (webjump-sample-sites): Define with defvar. | |
22778 (webjump-state-to-postal-alist): Likewise. | |
22779 | |
22780 * vc.el (vc-update-change-log): Doc fix. | |
22781 | |
22782 * simple.el (do-auto-fill): Do break after one word as last resort | |
22783 even if there is a fill prefix. | |
22784 | |
22785 * webjump.el: New file. | |
22786 (webjump-submit-bug-report): Function deleted. | |
22787 (webjump-maintainer-address, webjump-author): Variable deleted. | |
22788 (webjump-vc-id, webjump-version): Variables deleted. | |
22789 | |
22790 1996-08-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22791 | |
22792 * texinfmt.el (texinfo-format-printindex): | |
22793 Treat windows-nt and ms-dos like vax-vms. | |
22794 | |
22795 * foldout.el (foldout-hide-flag, foldout-show-flag): | |
22796 New variables. | |
22797 (foldout-exit-fold): Use those variables. | |
22798 | |
22799 * subr.el (save-match-data): Fix typo in previous change. | |
22800 | |
22801 1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
22802 | |
22803 * nndoc.el (nndoc-mbox-article-begin): New function. | |
22804 (nndoc-type-alist): Enter it into definition. | |
22805 (nndoc-dissect-buffer): Use new definition. | |
22806 | |
22807 1996-08-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22808 | |
22809 * reporter.el (reporter-compose-outgoing): Fix error syntax. | |
22810 (reporter-bug-hook): Fix error message. | |
22811 | |
22812 * simple.el (mail-user-agent, define-mail-user-agent): | |
22813 Definitions moved here from reporter.el. | |
93313 | 22814 (sendmail-user-agent, mh-e-user-agent): Definitions moved here. |
25866 | 22815 |
22816 * reporter.el (mail-user-agent): Variable moved to simple.el. | |
22817 (define-mail-user-agent): Function moved to simple.el. | |
22818 (sendmail-user-agent, mh-e-user-agent): Defs moved to simple.el. | |
22819 (reporter-mail): Function deleted. | |
22820 | |
22821 1996-08-29 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
22822 | |
22823 * message.el (message-do-fcc): Supply the FROM-GNUS parameter to | |
22824 `rmail-output'. | |
22825 | |
22826 1996-08-29 Dave Love <d.love@dl.ac.uk> | |
22827 | |
22828 * vc.el (vc-update-change-log): Remove code which found RCS files | |
22829 only in RCS directory; leave this to rcs2log, which will find | |
22830 entries for CVS or RCS/*,v and *,v. Lose sub-process' stderr | |
22831 output. Doc fix. | |
22832 | |
22833 1996-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
22834 | |
22835 * bytecomp.el (byte-compile-associative): | |
22836 Treat one arg case like (+ x 0). | |
22837 | |
22838 * lisp.el (narrow-to-defun): New function. | |
22839 * loaddefs.el (ctl-x-map): Put narrow-to-defun on C-x n d. | |
22840 | |
22841 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
22842 | |
22843 * subr.el (save-match-data): Fix previous change. | |
22844 | |
22845 * time.el (display-time): Call display-time-mode. | |
22846 (display-time-mode): Take arg or toggle, as a minor mode. | |
22847 | |
22848 * files.el (kill-some-buffers): New arg LIST says buffs to maybe kill. | |
22849 | |
22850 * sendmail.el (mail-mode-auto-fill): New function. | |
22851 (mail-mode): Put it into normal-auto-fill-function. | |
22852 | |
22853 * menu-bar.el (menu-bar-update-buffers): Make the Frames menu | |
22854 a submenu of the Buffers menu. | |
22855 | |
22856 1996-08-28 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
22857 | |
22858 * gnus.el (gnus-group-read-group): Use range functions instead of | |
22859 list functions for the tick and marks ranges. | |
22860 | |
22861 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
22862 | |
22863 * ange-ftp.el (ange-ftp-ls): Run ange-ftp-before-parse-ls-hook. | |
22864 (ange-ftp-before-parse-ls-hook): Add defvar. | |
22865 | |
22866 * server.el (server-visit-files): New argument NOWAIT. | |
98444 | 22867 Don't record on server-buffer-clients if NOWAIT. |
25866 | 22868 (server-process-filter): Pass NOWAIT arg based on data from server. |
22869 Don't record in server-clients if NOWAIT. | |
22870 | |
22871 * subr.el (save-match-data): Use save-match-data-internal | |
22872 as the local variable, instead of an uninterned symbol. | |
22873 | |
93313 | 22874 * bytecomp.el (byte-compile-funarg-2): New function. |
25866 | 22875 (sort): Use byte-compile-funarg-2. |
22876 (byte-compile-out-toplevel): Always compile to byte code | |
22877 if an uninterned symbol appears. | |
22878 (byte-compile-byte-code-maker): Handle uninterned symbols | |
22879 in the constant vector. | |
22880 | |
22881 * sendmail.el (mail-self-blind, mail-interactive) | |
22882 (mail-yank-ignored-headers): Make them user options. | |
22883 | |
22884 * sh-script.el (sh-alias-alist): Use gnu/linux, not lignux. | |
22885 | |
22886 1996-08-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
22887 | |
22888 * gnus.el (gnus-decode-rfc1522): Didn't put point at point-min | |
22889 before starting to decode. | |
22890 | |
22891 1996-08-27 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22892 | |
22893 * dired.el (dired-chown-program): Replace lignux with gnu/linux. | |
22894 | |
22895 * ediff-ptch.el: Require ediff-init. | |
22896 | |
22897 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22898 | |
22899 * mouse.el (mouse-region-delete-keys): New variable. | |
22900 (mouse-show-mark): If one of those keys is next, delete the region. | |
22901 | |
22902 * apropos.el (apropos-mode-map): Don't use view-mode; | |
22903 instead, bind SPC and DEL directly. | |
22904 | |
22905 * shell.el (shell-mode): Don't assume /dev/null is its own truename. | |
22906 | |
22907 1996-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
22908 | |
22909 * diff.el (diff): Don't pop to *diff* buffer. Change bogus | |
22910 unwind-protect to save-excursion. | |
22911 | |
22912 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22913 | |
22914 * pc-select.el (ensure-mark): Minor rewrite. | |
93313 | 22915 (scroll-down-mark): Handle pc-select-override-scroll-error. |
25866 | 22916 (scroll-down-nomark): Likewise. |
22917 (scroll-up-mark, scroll-up-nomark): Likewise. | |
22918 (pc-selection-mode): Get rid of the advice on scroll-up, scroll-down. | |
22919 | |
22920 * bytecomp.el (byte-compile-insert-header): Fix previous change. | |
22921 | |
22922 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22923 | |
22924 * imenu.el (imenu--in-alist): Accept only bottom-level matches. | |
22925 | |
22926 * bytecomp.el (byte-compile-insert-header): Clean up syntax | |
22927 of messages. Mention setting of byte-compile-dynamic. | |
22928 Edit byte-compile-version to extract just the version number. | |
22929 (byte-compile-version): Use the RCS version number. | |
22930 | |
22931 * tar-mode.el (tar-mode-write-file): Clear buffer's own modified flag | |
22932 after clearing the ones listed within it. | |
22933 | |
22934 1996-08-25 Erik Naggum <erik@naggum.no> | |
22935 | |
22936 * rmail.el (rmail-show-message): Bind `end' after clearing the | |
22937 "unseen" attribute. | |
22938 | |
22939 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22940 | |
22941 * rmailsum.el (rmail-summary-rmail-update): Bind rmail-not-really-seen | |
22942 non-nil if in isearch mode. | |
22943 | |
22944 * rmail.el (rmail-show-message): Clear `unseen' even if header | |
22945 is already reformatted--but don't do it if rmail-not-really-seen. | |
22946 (rmail-not-really-seen): New variable. | |
22947 | |
22948 * iso-acc.el (minibuffer-setup-hook): Fix misspelling of hook name. | |
22949 | |
22950 * tex-mode.el (tex-main-file): New variable. | |
22951 (tex-file): Use that. Rename local var to source-file | |
22952 so it is obviously local. | |
22953 | |
22954 1996-08-24 Lars Magne Ingebrigtsen <larsi@ylfing.ifi.uio.no> | |
22955 | |
22956 * gnus.el (gnus-group-enter-directory): Would temporarily bind | |
22957 `nneething-read-only', shadowing the proper `defvar'. | |
22958 | |
22959 1996-08-24 Paul Eggert <eggert@twinsun.com> | |
22960 | |
22961 * add-log.el (change-log-time-zone-rule): New variable. | |
22962 (iso8601-time-zone): New function. | |
22963 (add-change-log-entry): If change-log-time-zone-rule is non-nil, | |
22964 calculate date according to that rule, and indicate resulting | |
22965 time zone. | |
22966 | |
22967 1996-08-24 Erik Naggum <erik@naggum.no> | |
22968 | |
22969 * add-log.el: Change to ISO 8601 date formats, without time of day. | |
22970 (change-log-font-lock-keywords): Adjust accordingly. | |
22971 (add-change-log-entry): Compare and insert with new date format. | |
22972 (change-log-mode): Make `paragraph-start' and `paragraph-separate' | |
22973 use \< like `page-delimiter' for consistency. | |
22974 | |
22975 1996-08-23 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
22976 | |
22977 * cc-mode.el (c-mode-base-map): New variable. | |
22978 (c-mode-map, c++-mode-map, objc-mode-map, java-mode-map): | |
22979 Inherit from c-mode-base-map, not c-mode-map. | |
22980 | |
22981 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
22982 | |
22983 * apropos.el (apropos-mode): Turn on View mode. | |
22984 | |
22985 * isearch.el (isearch-edit-string): When starting nonincremental | |
22986 search, after peeking ahead one char, call cancel-kbd-macro-events. | |
22987 | |
22988 1996-08-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
22989 | |
22990 * subr.el (keyboard-translate): Use a char-table. | |
22991 (keyboard-translate-table): Add char-table-extra-slots property. | |
22992 | |
22993 * pc-select.el: Replace \n in doc strings. | |
22994 (pc-selection-mode): Big doc fix. Don't bind f1. | |
22995 | |
75613 | 22996 1996-08-21 Michael Staats <michael@thp.Uni-Duisburg.DE> |
25866 | 22997 |
22998 * pc-select.el (forward-line-mark): New function. | |
22999 (forward-line-nomark): New function. | |
23000 (backward-line-mark): New function. | |
23001 (backward-line-nomark): New function. | |
23002 (pc-selection-mode): Add keybindings for those functions. | |
23003 (pc-select-override-scroll-error): New variable. | |
23004 (pc-selection-mode): Get rid of the advice on scroll-up, scroll-down. | |
23005 | |
23006 1996-08-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
23007 | |
23008 * simple.el (kill-region): inhibit-read-only overrides text props too. | |
23009 | |
23010 1996-08-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
23011 | |
23012 * files.el (revert-buffer): Doc fix. | |
23013 | |
23014 1996-08-20 Mike Long <mike.long@analog.com> | |
23015 | |
23016 * make-mode.el (makefile-font-lock-keywords): Catch variable | |
23017 references that use substitutions. | |
23018 | |
23019 1996-08-20 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
23020 | |
23021 * ielm.el (ielm-map): Don't bind M-q. | |
23022 (inferior-emacs-lisp-mode): Set fill-paragraph-function instead. | |
23023 * add-log.el (change-log-mode-map): Don't bind M-q. | |
23024 (change-log-mode): Set fill-paragraph-function instead. | |
23025 | |
23026 1996-08-17 Paul Eggert <eggert@twinsun.com> | |
23027 | |
23028 * rfc822.el (rfc822-bad-address): Don't put a newline into the | |
23029 error message; this confuses rmail. | |
23030 | |
23031 1996-08-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
23032 | |
23033 * rmail.el (rmail-ignored-headers): Hide X-char* and X-face, | |
23034 but not Sender. | |
23035 | |
23036 1996-08-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
23037 | |
23038 * decipher.el (decipher-get-undo-copy): New function. | |
23039 (decipher-get-undo): Use it. | |
23040 | |
23041 * simple.el (shell-command): Really use output-buffer in synchronous | |
23042 case, when it is a buffer. | |
23043 | |
23044 * faces.el (modify-face): Handle nil as stipple value. | |
23045 (internal-face-interactive-stipple): New function. | |
23046 (set-face-stipple): Use internal-face-interactive-stipple. | |
23047 | |
23048 * rmail.el (rmail-ignored-headers): Ignore Path:, Sender:, X-mailer:. | |
23049 | |
23050 * faces.el (modify-face): Handle stipple values | |
23051 of the form (WIDTH HEIGHT DATA). | |
23052 | |
23053 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
23054 | |
23055 * mouse.el (mouse-drag-region): Don't call mouse-set-region-1 | |
23056 if mark is gone or no longer active or if we changed buffers. | |
23057 | |
23058 1996-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
23059 | |
23060 * paths.el (news-inews-program): Look for /usr/contrib/lib/news/inews. | |
23061 | |
23062 * sgml-mode.el (html-tag-alist): Fix the entry for "font". | |
23063 | |
23064 * ange-ftp.el (ange-ftp-process-filter): Discard nulls. | |
23065 | |
23066 1996-08-13 Erik Naggum <erik@naggum.no> | |
23067 | |
23068 * message.el (message-mode): Delete abbrev mode initialization. | |
23069 (message-mode-hook): Move it here, instead, so the user can | |
23070 override it. | |
58157
e7d4bbf3bb53
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
52401
diff
changeset
|
23071 (message-y-or-n-p, message-talkative-question) |
e7d4bbf3bb53
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
52401
diff
changeset
|
23072 (message-flatten-list, message-flatten-list-1): Move utility |
25866 | 23073 functions up so macro is defined before first invocation. |
23074 | |
23075 * f90.el (f90-auto-fill-mode): Function deleted, all references | |
23076 replaced with `auto-fill-mode'. | |
23077 (f90-mode): Make `normal-auto-fill-function' local to this buffer | |
23078 and bind to `f90-do-auto-fill'. | |
23079 | |
23080 1996-08-13 Torbjorn Einarsson <etxeina@etxdn.ericsson.se> | |
23081 | |
93313 | 23082 * f90.el (f90-do-auto-fill): Fix bug which made program hang for |
25866 | 23083 space in fill-column. |
23084 (f90-font-lock-keywords-1): Now we have common font-lock | |
93313 | 23085 exps for Emacs and XEmacs. |
58157
e7d4bbf3bb53
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
52401
diff
changeset
|
23086 (f90-font-lock-keywords-2): Change reg-exp for line number. |
e7d4bbf3bb53
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
52401
diff
changeset
|
23087 A number must be followed by a letter to be highlighted. |
e7d4bbf3bb53
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
52401
diff
changeset
|
23088 Fix highlighting of declarations with trailing comments. |
e7d4bbf3bb53
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
52401
diff
changeset
|
23089 (f90-match-end): Fix bug due to new message syntax. |
e7d4bbf3bb53
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
52401
diff
changeset
|
23090 (f90-mode): Fix setup of variable font-lock-defaults. |
25866 | 23091 (f90-looking-at-program-block-start): Small error in detecting of |
93313 | 23092 function start. Made the detection of subroutine start more flexible. |
25866 | 23093 (f90-mode-map): Much nicer menu with sections and added submenus |
23094 for highlighting and keyword case change. | |
23095 Also added 'menu-enable' properties for region-based commands. | |
58157
e7d4bbf3bb53
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
52401
diff
changeset
|
23096 (f90-imenu-generic-expression): Fix expression to find |
25866 | 23097 procedures, modules and types. |
58157
e7d4bbf3bb53
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
52401
diff
changeset
|
23098 (f90-add-imenu-menu): New function for adding imenu menu to the menubar. |
25866 | 23099 |
23100 1996-08-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
23101 | |
23102 * ange-ftp.el (ange-ftp-kill-ftp-process): Handle buffer name as arg. | |
23103 | |
23104 See ChangeLog.6 for earlier changes. | |
39627 | 23105 |
93313 | 23106 ;; Local Variables: |
23107 ;; coding: utf-8 | |
23108 ;; End: | |
23109 | |
23110 Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, | |
106815 | 23111 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75613
diff
changeset
|
23112 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75613
diff
changeset
|
23113 This file is part of GNU Emacs. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75613
diff
changeset
|
23114 |
94678
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93314
diff
changeset
|
23115 GNU Emacs is free software: you can redistribute it and/or modify |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75613
diff
changeset
|
23116 it under the terms of the GNU General Public License as published by |
94678
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93314
diff
changeset
|
23117 the Free Software Foundation, either version 3 of the License, or |
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93314
diff
changeset
|
23118 (at your option) any later version. |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75613
diff
changeset
|
23119 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75613
diff
changeset
|
23120 GNU Emacs is distributed in the hope that it will be useful, |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75613
diff
changeset
|
23121 but WITHOUT ANY WARRANTY; without even the implied warranty of |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75613
diff
changeset
|
23122 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75613
diff
changeset
|
23123 GNU General Public License for more details. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75613
diff
changeset
|
23124 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75613
diff
changeset
|
23125 You should have received a copy of the GNU General Public License |
94678
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93314
diff
changeset
|
23126 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
52401 | 23127 |
23128 ;;; arch-tag: 0995d517-13da-45ab-9c2d-7911aa25512b |