25900
|
1 1999-10-07 Dave Love <fx@gnu.org>
|
|
2
|
|
3 * bindings.el (bound-and-true-p): New macro.
|
|
4 (make-mode-line-mouse-sensitive): Don't require easymenu.
|
|
5
|
25886
|
6 1999-10-07 Gerd Moellmann <gerd@gnu.org>
|
|
7
|
|
8 * custom.el (defface): Extend documentation for new values of
|
|
9 `type'.
|
|
10
|
|
11 * faces.el (face-spec-set-match-display): Recognize `type' of
|
|
12 `motif', `lucid', `x-toolkit'.
|
|
13 (menu): New face.
|
|
14
|
25870
|
15 1999-10-05 Dave Love <fx@gnu.org>
|
|
16
|
|
17 * files.el: Recognize temporary crontab files.
|
|
18
|
25873
|
19 * info.el: Require jka-compr when compiling.
|
|
20 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
|
|
21
|
25866
|
22 1999-10-04 Dave Love <fx@gnu.org>
|
|
23
|
|
24 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
|
|
25 scroll-up-aggressively, scroll-down-aggressively.
|
|
26
|
|
27 * time.el (display-time-mode): Add autoload cookie.
|
|
28
|
25867
|
29 * rect.el (delete-extract-rectangle): Doc fix from verna.
|
25866
|
30
|
|
31 * help-macro.el (three-step-help): Customize.
|
|
32
|
25865
|
33 1999-10-03 Dave Love <fx@gnu.org>
|
|
34
|
|
35 * image.el (defimage): Remove redundant code. Substitute file in
|
|
36 image plist.
|
|
37
|
|
38 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
|
|
39
|
|
40 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
|
|
41 when doing with-temp-file.
|
|
42
|
|
43 1999-10-01 Dave Love <fx@gnu.org>
|
|
44
|
|
45 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
|
|
46
|
|
47 * help.el: Require view when compiling.
|
|
48 (view-emacs-FAQ): Use Info version.
|
|
49
|
25837
|
50 1999-09-29 Ken'ichi Handa <handa@gnu.org>
|
|
51
|
|
52 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
|
|
53 (normat->normal). Use correct font names for Korean
|
|
54 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
|
|
55
|
|
56 1999-09-29 Kenichi Handa <handa@etl.go.jp>
|
|
57
|
|
58 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
|
|
59 code not used by KOI8 to the same 8-bit code instead of mapping to
|
|
60 SPC.
|
|
61 (cyrillic-alternativnyj-decode-table): Likewise.
|
|
62
|
|
63 1999-09-29 Alex Schroeder <alex@gnu.org>
|
|
64
|
|
65 * sql.el (sql-imenu-generic-expression): new, used to set
|
|
66 imenu-generic-expression.
|
|
67 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
|
|
68 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
|
|
69 imenu-case-fold-search, and imenu-syntax-alist.
|
|
70 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
|
|
71 setting font-lock-defaults' SYNTAX-ALIST.
|
|
72
|
|
73 1999-09-28 Dave Love <fx@gnu.org>
|
|
74
|
|
75 * cus-edit.el (custom-comment): Change widget definition.
|
|
76 (custom-comment-create, custom-comment-show)
|
|
77 (custom-comment-invisible-p): Don't use :comment-overlay.
|
|
78 (custom-comment-hide): New function.
|
|
79 (custom-variable-set, custom-variable-save)
|
|
80 (custom-variable-reset-standard, custom-face-set)
|
|
81 (custom-face-save): Use it.
|
|
82
|
|
83 1999-09-27 Dave Love <fx@gnu.org>
|
|
84
|
|
85 * isearch.el (isearch): Add :links in defgroup.
|
|
86 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
|
|
87 (isearch-switch-frame-handler): Comment out (unused).
|
|
88 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
|
|
89 (isearch-ring-retreat-edit): Doc fix.
|
|
90 (isearch-mouse-yank): New command.
|
|
91 (isearch-last-command-char): Removed. Callers changed to use
|
|
92 last-command-char.
|
|
93 (isearch-char-to-string): Removed. Callers changed to use
|
|
94 char-to-string.
|
|
95
|
|
96 1999-09-25 Gerd Moellmann <gerd@gnu.org>
|
|
97
|
|
98 * faces.el (face-differs-from-default-p): Compare face
|
|
99 attributes individually.
|
|
100
|
|
101 * image.el (put-image, insert-image): Add string argument.
|
|
102
|
|
103 1999-09-24 Gerd Moellmann <gerd@gnu.org>
|
|
104
|
|
105 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
|
|
106 LANG=de_DE.iso88591 on HPUX 11.0.
|
|
107
|
|
108 * dired.el (dired-move-to-filename-regexp): Make it work
|
|
109 for LANG=de_DE.iso88591 on HPUX 11.0.
|
|
110
|
|
111 1999-09-24 Carsten Dominik <cd@gnu.org>
|
|
112
|
|
113 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
|
|
114 multiple thebibliography environments.
|
|
115
|
|
116 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
|
|
117 with recentering window.
|
|
118 (reftex-extract-bib-entries-from-thebibliography,
|
|
119 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
|
|
120 with multiple thebibliography environments.
|
|
121
|
|
122 * textmodes/reftex-vars.el
|
|
123 (reftex-section-levels): Function allowed as cdr.
|
|
124 (reftex-max-section-depth) New option.
|
|
125
|
|
126 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
|
|
127 with multiple thebibliography environments.
|
|
128
|
|
129 1999-09-23 Gerd Moellmann <gerd@gnu.org>
|
|
130
|
|
131 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
|
|
132 instead of point-min in call to delete-region.
|
|
133
|
|
134 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
|
|
135
|
|
136 * vc.el (vc-backend-checkout): Use with-temp-file when checking
|
|
137 out into arbitrary file names.
|
|
138
|
|
139 1999-09-19 Ken'ichi Handa <handa@gnu.org>
|
|
140
|
|
141 * language/european.el ("Turkish"): New language environment.
|
|
142
|
|
143 1999-09-19 Dave Love <fx@gnu.org>
|
|
144
|
|
145 * delim-col.el: New file.
|
|
146
|
|
147 1999-09-17 Richard Stallman <rms@gnu.org>
|
|
148
|
|
149 * files.el (after-find-file): When visiting a backup file,
|
|
150 make it read-only.
|
|
151
|
|
152 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
|
|
153 (apropos-keybinding-face, apropos-label-face): Likewise.
|
|
154 (apropos-property-face, apropos-match-face): Likewise.
|
|
155 (apropos-label-properties): New variable.
|
|
156 (apropos-print-doc): Use apropos-label-properties.
|
|
157 (apropos-print): Set apropos-label-properties.
|
|
158
|
|
159 1999-09-15 Richard Stallman <rms@gnu.org>
|
|
160
|
|
161 * winner.el: Use aref instead of sref.
|
|
162
|
|
163 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
|
|
164
|
|
165 1999-09-14 Gerd Moellmann <gerd@gnu.org>
|
|
166
|
|
167 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
|
|
168
|
|
169 1999-09-14 Richard Stallman <rms@gnu.org>
|
|
170
|
|
171 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
|
|
172 cookie, even if followed by a letter.
|
|
173
|
|
174 1999-09-14 Stephen Eglen <stephen@gnu.org>
|
|
175
|
|
176 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
|
|
177 --no-line-editing are passed to Octave by including them here
|
|
178 rather than storing them in inferior-octave-startup-args.
|
|
179
|
|
180 1999-09-14 Eli Zaretskii <eliz@gnu.org>
|
|
181
|
|
182 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
|
|
183 command, option, env and sc.
|
|
184
|
|
185 * subr.el (shell-quote-argument): Quote argument with double
|
|
186 quotes for ms-dos.
|
|
187
|
|
188 1999-09-14 Richard Stallman <rms@gnu.org>
|
|
189
|
|
190 * simple.el (eval-expression-print-level): New variable.
|
|
191 (eval-expression-print-length): New variable.
|
|
192 (eval-expression-debug-on-error): New variable.
|
|
193 (eval-expression): Bind print-level, print-length and
|
|
194 debug-on-error from those vars.
|
|
195
|
|
196 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
|
|
197 Bind print-level, print-length and debug-on-error.
|
|
198
|
|
199 1999-09-14 Inge Frick <inge@nada.kth.se>
|
|
200
|
|
201 * dired.el (dired-recursive-deletes): New custom variable.
|
|
202 (dired-re-no-dot): New variable.
|
|
203 (dired-delete-file): New function deletes files and directories
|
|
204 recursively.
|
|
205 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
|
|
206
|
|
207 * dired-aux.el (dired-recursive-copies): New custom variable.
|
|
208 (dired-handle-overwrite): Broke a long line.
|
|
209 (dired-copy-file): Call `dired-copy-file-recursive' instead of
|
|
210 `copy-file'.
|
|
211 (dired-copy-file-recursive): New function. Copy directories
|
|
212 recursively.
|
|
213 (dired-do-create-files): Added support for generalized directory
|
|
214 target. How-to function may now return a function. New fluid
|
|
215 variable `dired-one-file'.
|
|
216 (dired-copy-how-to-fn): New variable.
|
|
217 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
|
|
218 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
|
|
219 (dired-do-copy-regexp): No recursive copies.
|
|
220
|
|
221 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
|
|
222
|
|
223 * whitespace.el (whitespace-version): Update version to 2.4
|
|
224
|
|
225 * whitespace.el: Add customization variables to conditionally test
|
|
226 any of the five whitespaces, per request from Rune Kleveland
|
|
227 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
|
|
228
|
|
229 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
|
|
230
|
|
231 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
|
|
232 list of modes to be checked for bogus whitespaces.
|
|
233
|
|
234 * whitespace.el (whitespace-rescan-timer-time): Update
|
|
235 documentation.
|
|
236
|
|
237 * whitespace.el (whitespace-display-unchecked-whitespaces):
|
|
238 new function to update modeline with untested whitespaces.
|
|
239
|
|
240 * whitespace.el (whitespace-buffer): Test only whitespaces whose
|
|
241 checking is turned on, and update modeline using the newly created
|
|
242 `whitespace-display-unchecked-whitespaces'.
|
|
243
|
|
244 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
|
|
245 whose checking is turned on, and update modeline using the newly
|
|
246 created `whitespace-display-unchecked-whitespaces'.
|
|
247
|
|
248 * whitespace.el (whitespace-describe): Update documentation.
|
|
249
|
|
250 * whitespace.el (whitespace-tickle-timer): Test if
|
|
251 `whitespace-rescan-timer-time' is non-zero before tickling timer.
|
|
252
|
|
253 1999-09-13 Dave Love <fx@gnu.org>
|
|
254
|
|
255 * hideif.el (hide-ifdef-mode): Add autoload cookie.
|
|
256
|
|
257 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
|
|
258 for temp buffer.
|
|
259 (checkdoc-this-string-valid): Don't assume default comment-start.
|
|
260
|
|
261 1999-09-13 Gerd Moellmann <gerd@gnu.org>
|
|
262
|
|
263 * rsz-mini.el: Remove code, keep the interface.
|
|
264
|
|
265 1999-09-13 Dave Love <fx@gnu.org>
|
|
266
|
|
267 * help.el (help-highlight-p): Doc fix.
|
|
268
|
|
269 * faces.el (mode-line, header-line, tool-bar): Add :version.
|
|
270 (highlight, secondary-selection): Add :group.
|
|
271 (trailing-whitespace): Add :group, :version.
|
|
272
|
|
273 * wid-edit.el: Remove some compatibility code and checks.
|
|
274 (widget-specify-field, widget-specify-button): Don't use XEmacs
|
|
275 properties.
|
|
276 (widget-overlay-inactive): Change error message.
|
|
277 (widget-button-pressed-face): New variable.
|
|
278 (widget-button-click): Use it.
|
|
279 (widget-documentation-link-add): Specify mouse and button faces.
|
|
280 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
|
|
281 removed now the functionality is built in.
|
|
282
|
|
283 * cus-edit.el: Don't define-widget-keywords.
|
|
284 (multimedia): New group.
|
|
285 (custom-last): Function removed.
|
|
286 (custom-quote): Add vectorp case, comment out characterp case.
|
|
287 (custom-buffer-done-function, custom-raised-buttons): New option.
|
|
288 (Custom-buffer-done): New function.
|
|
289 (custom-buffer-create-internal): Obey custom-raised-buttons,
|
|
290 Custom-buffer-done.
|
|
291 (custom-button-face): Make it `released-button'.
|
|
292 (custom-button-pressed-face): Make it `pressed-button'
|
|
293 (custom-mode-map): Bind "q" to Custom-buffer-done.
|
|
294 (custom-mode): Deal with raised/pressed buttons.
|
|
295
|
|
296 Changes from Didier Verna:
|
|
297 (custom-prompt-variable): Optional third arg makes prompt for a
|
|
298 comment string.
|
|
299 (customize-set-value, customize-set-variable,
|
|
300 customize-save-variable): Optional prefix makes function handle
|
|
301 variable comments.
|
|
302 (customize-customized, customize-saved, custom-variable-state-set)
|
|
303 (custom-variable-set, custom-variable-save, custom-face-state-set)
|
|
304 (custom-variable-reset-saved, custom-variable-reset-standard)
|
|
305 (custom-face-set, custom-face-save, custom-face-reset-saved)
|
|
306 (custom-face-reset-standard, customize-save-customized): Handle
|
|
307 custom comments.
|
|
308 (custom-comment-face, custom-comment-tag-face): New face.
|
|
309 (custom-comment): New widget.
|
|
310 (custom-comment-create, custom-comment-delete)
|
|
311 (custom-comment-value-set, custom-comment-show)
|
|
312 ()custom-comment-invisible-p): New functions.
|
|
313 (custom-variable-value-create, custom-face-value-create): Create a
|
|
314 comment field widget.
|
|
315 (custom-variable-menu, custom-face-menu): New entry for custom
|
|
316 comment.
|
|
317 (custom-face-value-create): Remove compatibility code.
|
|
318 (custom-save-variables, custom-save-faces): Possibly save custom
|
|
319 comments.
|
|
320
|
|
321 * cus-face.el (custom-face-attributes): Simplify :underline,
|
|
322 :overline, :inverse-video cases. Fix up :box case (probably needs
|
|
323 more work).
|
|
324
|
|
325 Change from Didier Verna:
|
|
326 (custom-set-faces): The arguments can now have a custom comment as
|
|
327 fourth argument.
|
|
328
|
|
329 * custom.el: Don't define-widget-keywords.
|
|
330 Change from Didier Verna:
|
|
331 (custom-set-variables): the arguments can now have a
|
|
332 custom comment as fifth element.
|
|
333
|
|
334 1999-09-13 Richard Stallman <rms@gnu.org>
|
|
335
|
|
336 * info.el (Info-find-node): Cope better if guesspos is too large.
|
|
337
|
|
338 1999-09-12 Gerd Moellmann <gerd@gnu.org>
|
|
339
|
|
340 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
|
|
341 of buffer-substring because buffer-string doesn't copy the
|
|
342 prompt.
|
|
343
|
|
344 * faces.el (mode-line): Replaces `modeline'.
|
|
345 (toplevel): Make `modeline' an alias for `mode-line'.
|
|
346
|
|
347 1999-09-12 Gerd Moellmann <gerd@gnu.org>
|
|
348
|
|
349 * gs.el: Change `ghostscript' to `postscript' in comment.
|
|
350
|
|
351 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
|
|
352
|
|
353 * emulation/tpu-edt.el (tpu-version): New version.
|
|
354 (tpu-search-overlay, tpu-replace-overlay): New variables.
|
|
355 (tpu-search-highlight, tpu-toggle-direction): New functions.
|
|
356 (tpu-lm-replace): Set tpu-replace-overlay.
|
|
357 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
|
|
358 command hook.
|
|
359
|
|
360 1999-09-11 Richard Stallman <rms@gnu.org>
|
|
361
|
|
362 * isearch.el (isearch-mode-map): Undo previous change.
|
|
363
|
|
364 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
|
|
365 use all of that as the sexp.
|
|
366
|
|
367 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
|
|
368 and use the initial argument as file name directly.
|
|
369 Likewise if nothing matches.
|
|
370
|
|
371 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
|
|
372
|
|
373 * winner.el: Major changes. Avoid changing point and mark.
|
|
374 Save configurations after they change, not before.
|
|
375
|
|
376 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
|
|
377
|
|
378 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
|
|
379 Bind print-continuous-numbering and print-number-table.
|
|
380
|
|
381 1999-09-10 Dave Love <fx@gnu.org>
|
|
382
|
|
383 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
|
|
384
|
|
385 1999-09-09 Richard Stallman <rms@gnu.org>
|
|
386
|
|
387 * whitespace.el: Finish making it fit Emacs conventions.
|
|
388 Add autoloads.
|
|
389
|
|
390 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
|
|
391
|
|
392 * generic-x.el (bat-generic-mode): "::"-style comments don't
|
|
393 need to begin with "-". Fix the font-lock definitions of ON/OFF
|
|
394 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
|
|
395 from the list of keywords. Add DO to the list of keywords.
|
|
396
|
|
397 1999-09-09 Dave Love <fx@gnu.org>
|
|
398
|
|
399 * byte-opt.el (byte-optimize-backward-char):
|
|
400 (byte-optimize-backward-word): New optimizations.
|
|
401 (side-effect-free-fns, side-effect-and-error-free-fns): Add
|
|
402 entries.
|
|
403
|
|
404 1999-09-09 Gerd Moellmann <gerd@gnu.org>
|
|
405
|
|
406 * image.el (put-image): Remove optional buffer parameter.
|
|
407
|
|
408 * faces.el (face-italic-p): Return t only for values `italic'
|
|
409 and `oblique'.
|
|
410
|
|
411 * mouse.el (mouse-drag-mode-line-1): Extension of former
|
|
412 mouse-drag-mode-line that also drags the header line.
|
|
413 (mouse-drag-mode-line): Call it.
|
|
414 (mouse-drag-header-line): New.
|
|
415 (toplevel): Bind down-mouse-1 on header lines to
|
|
416 mouse-drage-header-line.
|
|
417
|
|
418 1999-09-08 Gerd Moellmann <gerd@gnu.org>
|
|
419
|
|
420 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
|
|
421 (make-mode-line-mouse-sensitive): Replace `top-line' by
|
|
422 `header-line'.
|
|
423
|
|
424 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
|
|
425
|
|
426 * help.el (describe-function-1): Don't return empty string for keymaps.
|
|
427
|
|
428 * fill.el (fill-region-as-paragraph, canonically-space-region):
|
|
429 Respect colon-double-space at end of line.
|
|
430
|
|
431 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
|
|
432
|
|
433 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
|
|
434 (backup-buffer): Use it.
|
|
435
|
|
436 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
|
|
437
|
|
438 * generic-x.el (generic-define-unix-modes): Added new modes:
|
|
439 inetd-conf-generic-mode, etc-services-generic-mode,
|
|
440 etc-passwd-generic-mode. These are all defined for Unix by default.
|
|
441 (apache-generic-mode): Use an imenu-generic-expression to list
|
|
442 Configuration keywords.
|
|
443 (samba-generic-mode): Use both ; and # as comment characters.
|
|
444 (samba-generic-mode): Font-lock expressions now highlight name
|
|
445 value pairs.
|
|
446 (bat-generic-mode): Keywords are now case-insensitive through
|
|
447 font-lock-defaults setting.
|
|
448 (java-properties-generic-mode): Supports both ! and # as comment
|
|
449 characters.
|
|
450 (java-properties-generic-mode): Added an imenu-generic-expression
|
|
451 (java-properties-generic-mode): Reworked to support the various
|
|
452 different ways to separate name and value (viz, '=', ':' and
|
|
453 whitespace).
|
|
454 (show-tabs-generic-mode): Added this new generic-mode.
|
|
455
|
|
456 1999-09-08 Richard Stallman <rms@gnu.org>
|
|
457
|
|
458 * progmodes/inf-lisp.el: Moved from top directory.
|
|
459
|
|
460 * tar-mode.el (tar-header-block-tokenize):
|
|
461 Use `when' instead of `and'. Fix some clobbered text.
|
|
462
|
|
463 * gud.el (gud-make-debug-menu): Make a child for the
|
|
464 local menu, for its menu bar, and the debug menu.
|
|
465 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
|
|
466 Use the history in the simple way.
|
|
467
|
|
468 1999-09-07 Kenichi Handa <handa@etl.go.jp>
|
|
469
|
|
470 * language/korea-util.el (default-korean-keyboard): Initialize it
|
|
471 according to the environment variable HANGUL_KEYBOARD_TYPE.
|
|
472
|
|
473 1999-09-07 Richard Stallman <rms@gnu.org>
|
|
474
|
|
475 * subr.el (make-temp-file): New function.
|
|
476
|
|
477 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
|
|
478
|
|
479 * font-lock.el (font-lock-multiline): New text property contains
|
|
480 a boolean to indicate if the char is part of a multiline match.
|
|
481 (font-lock-default-fontify-region): Extend the region appropriately
|
|
482 for multiline keywords.
|
|
483 (font-lock-default-unfontify-region): Also remove the new
|
|
484 font-lock-multiline text property.
|
|
485 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
|
|
486 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
|
|
487
|
|
488 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
489
|
|
490 * diary-lib.el (list-diary-entries): Make sure two-digit years
|
|
491 have leading zeros.
|
|
492
|
|
493 1999-09-07 Gerd Moellmann <gerd@gnu.org>
|
|
494
|
|
495 * faces.el (face-set-after-frame-default): Initialize some
|
|
496 attributes of some faces from frame parameters.
|
|
497
|
|
498 * faces.el (scroll-bar, border, cursor, mouse): New faces.
|
|
499
|
|
500 1999-09-07 Gerd Moellmann <gerd@gnu.org>
|
|
501
|
|
502 * faces.el (fringe): Replaces face `margin'.
|
|
503
|
|
504 1999-09-07 Dave Love <fx@gnu.org>
|
|
505
|
|
506 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
|
|
507
|
|
508 1999-09-07 Richard Stallman <rms@gnu.org>
|
|
509
|
|
510 * subr.el (push): Doc fix.
|
|
511
|
|
512 1999-09-06 Richard Stallman <rms@gnu.org>
|
|
513
|
|
514 * vc.el (vc-annotate-display): Use < 69 not < 70
|
|
515 to distinguish 20YY from 19YY.
|
|
516
|
|
517 * timezone.el (timezone-parse-date): Use < 69 not < 70
|
|
518 to distinguish 20YY from 19YY.
|
|
519
|
|
520 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
|
|
521
|
|
522 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
|
|
523
|
|
524 * quickurl.el: (quickurl-list-focused-line): Removed.
|
|
525 (quickurl-list-insert): Now works out the focused line using
|
|
526 `count-lines' instead of using `quickurl-list-focused-line'.
|
|
527
|
|
528 1999-09-06 Richard Stallman <rms@gnu.org>
|
|
529
|
|
530 * mail/rmail.el (rmail-retry-failure): Unconditionally move
|
|
531 to beginning of message.
|
|
532
|
|
533 1999-09-06 Dave Love <fx@gnu.org>
|
|
534
|
|
535 * isearch.el (isearch-mode-map): Add mouse-2.
|
|
536
|
|
537 * rmail.el (rmail-read-password): Deleted.
|
|
538 (rmail-get-pop-password): Use read-password.
|
|
539
|
|
540 * quickurl.el: Don't conditionally define caddr.
|
|
541 (quickurl-url-comment): Use nth, not caddr in function and
|
|
542 defsetf.
|
|
543
|
|
544 1999-09-06 Richard Stallman <rms@gnu.org>
|
|
545
|
|
546 * auto-show.el: Doc fixes.
|
|
547
|
|
548 1999-09-06 Stephen Eglen <stephen@gnu.org>
|
|
549
|
|
550 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
|
|
551 --no-line-editing so that TABs in source files are not interpreted
|
|
552 as completion requests.
|
|
553
|
|
554 1999-09-06 Gerd Moellmann <gerd@gnu.org>
|
|
555
|
|
556 * hscroll.el, auto-show.el: Remove all code, keep the public
|
|
557 interface as no-ops.
|
|
558
|
|
559 * faces.el (face-bold-p): Don't return t if face has lighter
|
|
560 weight than normal.
|
|
561
|
|
562 1999-09-06 Eli Zaretskii <eliz@gnu.org>
|
|
563
|
|
564 * startup.el (command-line): Make small-temporary-file-directory
|
|
565 be nil except on ms-dos.
|
|
566
|
|
567 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
|
|
568
|
|
569 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
|
|
570 is defined.
|
|
571
|
|
572 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
|
|
573 letters with a colon after d or l.
|
|
574
|
|
575 1999-09-06 Dave Love <fx@gnu.org>
|
|
576
|
|
577 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.)
|
|
578
|
|
579 1999-09-05 Richard Stallman <rms@gnu.org>
|
|
580
|
|
581 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
|
|
582
|
|
583 * textmodes/paragraphs.el (backward-kill-sentence):
|
|
584 Don't test minibuffer-prompt-end here.
|
|
585 (forward-sentence): Do handle it here.
|
|
586 (backward-kill-paragraph): Don't test it here.
|
|
587 (forward-paragraph): Handle it here.
|
|
588
|
|
589 * mouse.el (font-menu-add-default): Simplify code.
|
|
590
|
|
591 1999-09-05 Gerd Moellmann <gerd@gnu.org>
|
|
592
|
|
593 * faces.el (header-line): Renamed from `top-line'.
|
|
594
|
|
595 1999-09-05 Gerd Moellmann <gerd@gnu.org>
|
|
596
|
|
597 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
|
|
598
|
|
599 1999-09-04 Richard Stallman <rms@gnu.org>
|
|
600
|
|
601 * whitespace.el: New file.
|
|
602
|
|
603 1999-09-04 Dave Love <fx@gnu.org>
|
|
604
|
|
605 * paths.el: Make some doc strings obey the make-docfile convention.
|
|
606
|
|
607 * bindings.el: Likewise.
|
|
608 (debug-ignored-errors): Remove BBDB ones.
|
|
609
|
|
610 1999-09-03 Richard Stallman <rms@gnu.org>
|
|
611
|
|
612 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
|
|
613 not from the draft to forward.
|
|
614
|
|
615 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
|
|
616
|
|
617 1999-09-03 Dave Love <fx@gnu.org>
|
|
618
|
|
619 * double.el (double-mode): Customize the variable.
|
|
620
|
|
621 1999-09-03 Kenichi Handa <handa@etl.go.jp>
|
|
622
|
|
623 * international/characters.el: Delete duplicated code.
|
|
624
|
|
625 1999-09-02 Richard Stallman <rms@gnu.org>
|
|
626
|
|
627 * indent.el (indent-relative): Doc fix.
|
|
628
|
|
629 * quickurl.el (quickurl): Doc fix.
|
|
630
|
|
631 1999-09-02 Gerd Moellmann <gerd@gnu.org>
|
|
632
|
|
633 * faces.el (margin): Change background to "gray" for mono (this is
|
|
634 drawn with a stipple pattern).
|
|
635
|
|
636 1999-09-02 Gerd Moellmann <gerd@gnu.org>
|
|
637
|
|
638 * simple.el (next-history-element): Use minibuffer-prompt-end once
|
|
639 again. Remove test for minibuffer-prompt-in-buffer.
|
|
640
|
|
641 1999-09-02 Eli Zaretskii <eliz@gnu.org>
|
|
642
|
|
643 * files.el (small-temporary-file-directory): New variable.
|
|
644
|
|
645 * startup.el (command-line): Compute the value of
|
|
646 small-temporary-file-directory.
|
|
647
|
|
648 * ediff-init.el (ediff-temp-file-prefix): Use
|
|
649 small-temporary-file-directory if non-nil.
|
|
650
|
|
651 * vc.el (vc-update-change-log): Likewise.
|
|
652
|
|
653 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
|
|
654
|
|
655 * simple.el (shell-command, shell-command-on-region): Use
|
|
656 make-temp-name properly. Use small-temporary-file-directory if
|
|
657 non-nil, otherwise temporary-file-directory, to generate temporary
|
|
658 files.
|
|
659
|
|
660 * dos-w32.el (direct-print-region-helper): Use
|
|
661 temporary-file-directory. (From Stefan Monnier.)
|
|
662
|
|
663 1999-09-02 Richard Stallman <rms@gnu.org>
|
|
664
|
|
665 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
|
|
666 from asm-comment-char.
|
|
667 (asm-font-lock-keywords): Recognize instruction width suffixes.
|
|
668
|
|
669 1999-09-01 Richard Stallman <rms@gnu.org>
|
|
670
|
|
671 * play/fortune.el: New file.
|
|
672
|
|
673 1999-08-31 Dave Love <fx@gnu.org>
|
|
674
|
|
675 * help.el (help-make-xrefs): Don't lose on non-empty blank line
|
|
676 after key table.
|
|
677
|
|
678 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay
|
|
679 variables.
|
|
680
|
|
681 * subr.el (push): Fix typo.
|
|
682
|
|
683 1999-08-30 Kevin Blake <kblake@ticnet.com>
|
|
684
|
|
685 * emacs-lisp/ring.el: Many doc fixes.
|
|
686 (ring-size, ring-copy): New functions.
|
|
687
|
|
688 1999-08-29 Richard Stallman <rms@gnu.org>
|
|
689
|
|
690 * progmodes/etags.el (tags-loop-continue):
|
|
691 After tags-loop-operate returns, force skip to next file.
|
|
692
|
|
693 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
|
|
694 (mail-extr-first-letters, mail-extr-last-letters):
|
|
695 Use character classes [:alpha:] and [:alnum:].
|
|
696
|
|
697 * subr.el (push, pop): New macros.
|
|
698
|
|
699 * progmodes/compile.el (compilation-error-regexp-alist):
|
|
700 New item for SGI IRIX MipsPro compilers.
|
|
701
|
|
702 * speedbar.el (speedbar-directory-buttons): Recognize
|
|
703 device names when checking for file names.
|
|
704
|
|
705 * array.el (array-reconfigure-rows): Use generate-new-buffer.
|
|
706
|
|
707 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
|
|
708 and specially handle defvar inside their expansions.
|
|
709 (eval-defun-1): New subroutine.
|
|
710
|
|
711 * progmodes/compile.el (compilation-error-regexp-alist):
|
|
712 Fix the Perl -w entry to allow period after line number.
|
|
713 Don't allow newlines in file name, but allow them after line number
|
|
714 for Perl debugging traces.
|
|
715
|
|
716 * which-func.el (which-func-cleanup-function): New variable.
|
|
717 (which-function): Call that function.
|
|
718
|
|
719 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
|
|
720 to end a function name.
|
|
721
|
|
722 * informat.el (Info-tagify): Don't insert more than one newline
|
|
723 before the tag table.
|
|
724
|
|
725 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
|
|
726
|
|
727 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
|
|
728 than make-temp-name, use match-string-no-properties, and eliminate
|
|
729 a quadratic behavior when building bibtex-strings.
|
|
730
|
|
731 1999-08-29 Alex Schroeder <alex@gnu.org>
|
|
732
|
|
733 * comint.el (comint-input-ring-separator): New variable.
|
|
734 (comint-read-input-ring): Doc change; use
|
|
735 comint-input-ring-separator when reading file.
|
|
736 (comint-write-input-ring): Use
|
|
737 comint-input-ring-separator when writing file.
|
|
738
|
|
739 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
|
|
740
|
|
741 * informat.el (Info-tagify): Start by widening.
|
|
742 Match node headers that don't list the file name,
|
|
743 and more kinds of page separations.
|
|
744 Strip properties during tagification.
|
|
745 Use start of node header line as tag's position.
|
|
746 Fix the "done" message.
|
|
747
|
|
748 (Info-validate): Save and restore match data around narrowing down.
|
|
749
|
|
750 1999-08-28 Richard M. Stallman <rms@gnu.org>
|
|
751
|
|
752 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
|
|
753 On repeated call, override previous values put into
|
|
754 minor-mode-map-alist and minor-mode-alist.
|
|
755
|
|
756 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
|
|
757
|
|
758 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
|
|
759
|
|
760 1999-08-27 Andreas Schwab <schwab@gnu.org>
|
|
761
|
|
762 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
|
|
763 from cvs update.
|
|
764
|
|
765 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
766
|
|
767 * calendar/calendar.el (calendar-move-hook): New hook.
|
|
768
|
|
769 * calendar/cal-move.el: Call the new hook in every movement function.
|
|
770
|
|
771 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
|
|
772 the right function name.
|
|
773
|
|
774 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
|
|
775
|
|
776 * time-stamp.el: Put quote-backquote around all symbol names
|
|
777 in doc strings, for mousing.
|
|
778 (time-stamp): support multi-line patterns.
|
|
779 (time-stamp-inserts-lines): new variable.
|
|
780 (time-stamp-count): new variable.
|
|
781 (time-stamp-string-preprocess): fixed bug where "%%a" becomes
|
|
782 "Thu" instead of "%a".
|
|
783
|
|
784 1999-08-25 Gerd Moellmann <gerd@gnu.org>
|
|
785
|
|
786 * simple.el (kill-word): Undo previous change.
|
|
787
|
|
788 1999-08-25 Gerd Moellmann <gerd@gnu.org>
|
|
789
|
|
790 * jit-lock.el (jit-lock-function): Extend the fontified range
|
|
791 to the beginning of the line containing the range start and
|
|
792 the beginning of the line following the range end.
|
|
793
|
|
794 1999-08-24 Dave Love <fx@gnu.org>
|
|
795
|
|
796 * timezone.el: Move provide to end.
|
|
797 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
|
|
798 <70 are 2000+.
|
|
799 (timezone-parse-time): Simplify somewhat.
|
|
800
|
|
801 1999-08-24 Gerd Moellmann <gerd@gnu.org>
|
|
802
|
|
803 * faces.el (margin): Renamed from bitmap-area.
|
|
804
|
|
805 1999-08-24 Alex Schroeder <alex@gnu.org>
|
|
806
|
|
807 * sql.el: Doc changes.
|
|
808 (sql-sybase): use sql-server instead of sql-database.
|
|
809
|
|
810 1999-08-23 Dave Love <fx@gnu.org>
|
|
811
|
|
812 * rect.el: Add/fix various doc strings. Add `*' to all the
|
|
813 interactive specs.
|
|
814
|
|
815 1999-08-21 Gerd Moellmann <gerd@gnu.org>
|
|
816
|
|
817 * jit-lock.el (jit-lock-function): Use line-beginning-position.
|
|
818 Don't unwind-protect font-lock-fontify-region.
|
|
819
|
|
820 * paragraphs.el (backward-kill-paragraph): Don't move
|
|
821 point into mini-buffer prompt.
|
|
822 (backward-kill-sentence): Ditto.
|
|
823
|
|
824 * simple.el (next-history-element): Use minibuffer-prompt-end.
|
|
825 Remove test for minibuffer-prompt-in-buffer.
|
|
826 (kill-word): Don't move point into mini-buffer prompt.
|
|
827
|
|
828 1999-08-21 Dave Love <fx@gnu.org>
|
|
829
|
|
830 * Makefile: Exclude CVS dirs like RCS.
|
|
831
|
|
832 1999-08-19 Dave Love <fx@gnu.org>
|
|
833
|
|
834 * tooltip.el (tooltip-mode): Customize this, per convention.
|
|
835 (tooltip-active): Option deleted.
|
|
836
|
|
837 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
|
|
838
|
|
839 * hanoi.el, page-ext.el: Declare dynamic vars.
|
|
840
|
|
841 * term.el: Avoid ange-ftp related compilation warnings.
|
|
842
|
|
843 1999-08-18 Gerd Moellmann <gerd@gnu.org>
|
|
844
|
|
845 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
|
|
846 the default so that beginners can benefit from it without
|
|
847 searching in manuals.
|
|
848
|
|
849 1999-08-18 Ray Blaak <blaak@gnu.org>
|
|
850
|
|
851 * progmodes/delphi.el: Consider assembly sections as blocks, to
|
|
852 indent them better. Make auto-indent on newline optional.
|
|
853
|
|
854 1999-08-17 Gerd Moellmann <gerd@gnu.org>
|
|
855
|
|
856 * bindings.el (mode-line-modified): Look up key binding for C-x
|
|
857 C-q. If it's bound call that binding, otherwise call
|
|
858 toggle-read-only.
|
|
859
|
|
860 1999-08-17 Dave Love <fx@gnu.org>
|
|
861
|
|
862 * info.el (info): Doc fix.
|
|
863
|
|
864 * finder.el (finder-known-keywords): Add `multimedia'.
|
|
865
|
|
866 * apropos.el: Don't capitalize custom group name.
|
|
867
|
|
868 * info-look.el: Remove compatibility code.
|
|
869 (info-lookup-guess-default*): DTRT for point at start of symbol.
|
|
870 (info-complete): Don't lose with point not at end of symbol.
|
|
871
|
|
872 1999-08-16 Gerd Moellmann <gerd@gnu.org>
|
|
873
|
|
874 * term.el (toplevel): Make face `term-default' an empty face.
|
|
875 The code relied on the fact that Emacs ignored invalid faces in
|
|
876 face text properties in 20.4.
|
|
877
|
|
878 1999-08-16 Richard M. Stallman <rms@gnu.org>
|
|
879
|
|
880 * subr.el (point-at-eol, point-at-bol): New aliases.
|
|
881
|
|
882 * simple.el: Functions reordered.
|
|
883
|
|
884 * rect.el (delete-rectangle-line): Use line-end-position.
|
|
885
|
|
886 1999-08-16 Karl Heuer <kwzh@gnu.org>
|
|
887
|
|
888 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
|
|
889 here from simple.el.
|
|
890
|
|
891 1999-08-16 Dave Love <fx@gnu.org>
|
|
892
|
|
893 * mouse.el: Provide `mldrag' for compatibility.
|
|
894 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
|
|
895 marked obsolete.
|
|
896
|
|
897 * mldrag.el: Removed since the features are in mouse.el.
|
|
898
|
|
899 * jka-compr.el (auto-compression-mode): New variable for
|
|
900 customization.
|
|
901
|
|
902 * bindings.el (mode-line-mule-info): Doc fix.
|
|
903
|
|
904 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
|
|
905 name comparisons.
|
|
906
|
|
907 * files.el (interpreter-mode-alist): Add make, guile, clisp.
|
|
908 (find-file): Doc fix.
|
|
909
|
|
910 1999-08-16 Carsten Dominik <cd@gnu.org>
|
|
911
|
|
912 * textmodes/reftex.el: Most of the code moved to other files.
|
|
913 * textmodes/reftex-auc.el: New file, split out from reftex.el
|
|
914 * textmodes/reftex-cite.el: New file, split out from reftex.el
|
|
915 * textmodes/reftex-global.el: New file, split out from reftex.el
|
|
916 * textmodes/reftex-index.el: New file, split out from reftex.el
|
|
917 * textmodes/reftex-parse.el: New file, split out from reftex.el
|
|
918 * textmodes/reftex-ref.el: New file, split out from reftex.el
|
|
919 * textmodes/reftex-sel.el: New file, split out from reftex.el
|
|
920 * textmodes/reftex-toc.el: New file, split out from reftex.el
|
|
921 * textmodes/reftex-vars.el: New file, split out from reftex.el
|
|
922 * textmodes/reftex-vcr.el: New file, split out from reftex.el
|
|
923
|
|
924 1999-08-16 Carsten Dominik <cd@gnu.org>
|
|
925
|
|
926 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
|
|
927 conflict with pop-up-frames.
|
|
928 (reftex-special-environment-parsers): New constant.
|
|
929 (reftex-label-alist): car of an entry can also be a function.
|
|
930 (reftex-what-special-env): new function.
|
|
931 (reftex-label-location): Call `reftex-what-special-env'.
|
|
932 (reftex-compile-variables): Check for symbol in
|
|
933 `reftex-label-alist'.
|
|
934 (reftex-what-environment): fixed bug with stacked environments of
|
|
935 same kind (e.g. enumerate).
|
|
936 (reftex-process-string): Preserve default directory.
|
|
937 (reftex-label-alist-builtin): changed prefixes of endnote and
|
|
938 footnote. Also the magic words.
|
|
939 (reftex-reference): Interprete new option
|
|
940 `reftex-fref-is-default'.
|
|
941 (reftex-replace-prefix-escapes): Interprete new `%S' format.
|
|
942 (reftex-toc-mouse-view-line): Command removed (had no binding).
|
|
943 (reftex-everything-regexp): New function.
|
|
944 (reftex-nearest-match): Made better.
|
|
945 (reftex-toc-find-section): Use new version of
|
|
946 `reftex-nearest-match'.
|
|
947 (reftex-insert-docstruct): adapted to work with the index stuff.
|
|
948 (reftex-parse-from-file): Find index entries as well.
|
|
949 (reftex-toc-toggle-index): New function
|
|
950 (reftex-toc-map): `i' is now used to togle the index, File
|
|
951 boundaries has been moved to `F'.
|
|
952 (reftex-select-label-map): Toggling display of file boundaries is
|
|
953 now on the `F' key, for consistency with `reftex-toc-map'.
|
|
954 (reftex-erase-all-selection-and-index-buffers): Renamed from
|
|
955 `reftex-erase-all-selection-buffer'. Now also kills the index
|
|
956 buffers.
|
|
957 (reftex-viewing-cross-references): Customization group renamed
|
|
958 from reftex-viewing-cross-references-and-citations.
|
|
959 (reftex-index-macro-regexp,
|
|
960 reftex-find-index-entry-regexp-format): New variables
|
|
961 (reftex-macros-with-index): New variable
|
|
962 (reftex-add-index-macros): New function
|
|
963 (reftex-renumber-simple-labels, reftex-translate): Allow for
|
|
964 multiple labels in a single ref command.
|
|
965 (reftex-index-support): New customization group
|
|
966 (reftex-support-index, reftex-index-special-chars,
|
|
967 reftex-index-macros, reftex-index-default-macro,
|
|
968 reftex-index-default-tag, reftex-index-math-format,
|
|
969 reftex-index-section-letters, reftex-index-include-context,
|
|
970 reftex-index-follow-mode, reftex-index-header-face,
|
|
971 reftex-index-section-face, reftex-index-tag-face,
|
|
972 reftex-index-face): New options
|
|
973 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
|
|
974 reftex-index-tag, reftex-index-return-marker,
|
|
975 reftex-index-restriction-indicator, reftex-index-restriction-data,
|
|
976 reftex-index-macro-regexp, reftex-index-level-re,
|
|
977 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
|
|
978 reftex-everything-regexp-no-index, reftex-index-re,
|
|
979 reftex-macros-with-index, reftex-index-macro-alist): New variables
|
|
980 (reftex-index-help, reftex-index-macros-builtin,
|
|
981 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
|
|
982 reftex-query-index-macro-help): New constants
|
|
983 (reftex-index-selection-or-word, reftex-index,
|
|
984 reftex-default-index, reftex-update-default-index,
|
|
985 reftex-index-complete-tag, reftex-index-select-tag,
|
|
986 reftex-index-complete-key, reftex-index-update-taglist,
|
|
987 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
|
|
988 reftex-display-index, reftex-insert-index,
|
|
989 reftex-index-insert-new-letter, reftex-get-restriction,
|
|
990 reftex-index-pre-command-hook, reftex-index-post-command-hook,
|
|
991 reftex-index-show-help, reftex-index-next, reftex-index-previous,
|
|
992 reftex-index-toggle-follow, reftex-index-toggle-context,
|
|
993 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
|
|
994 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
|
|
995 reftex-index-quit, reftex-index-quit-and-kill,
|
|
996 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
|
|
997 reftex-index-revert, reftex-index-switch-index-tag,
|
|
998 reftex-index-restrict-to-section, reftex-index-widen,
|
|
999 reftex-index-restriction-forward,
|
|
1000 reftex-index-restriction-backward, reftex-index-visit-location,
|
|
1001 reftex-index-analyze-entry, reftex-index-globalize,
|
|
1002 reftex-index-edit, reftex-index-toggle-range-beginning,
|
|
1003 reftex-index-toggle-range-end, reftex-index-edit-key,
|
|
1004 reftex-index-edit-attribute, reftex-index-edit-visual,
|
|
1005 reftex-index-edit-part, reftex-index-level-down,
|
|
1006 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
|
|
1007 reftex-index-change-entry, reftex-index-goto-letter,
|
|
1008 reftex-add-index-macros, reftex-ensure-index-support,
|
|
1009 reftex-index-info-safe, reftex-index-info): New functions.
|
|
1010
|
|
1011
|
|
1012 1999-08-15 Richard M. Stallman <rms@gnu.org>
|
|
1013
|
|
1014 * paren.el (show-paren-mode): Support making show-paren-mode
|
|
1015 a buffer-local variable. Don't check for a window system.
|
|
1016 (show-paren-function): Check whether show-paren-function is
|
|
1017 enabled in current buffer; do the right thing if not.
|
|
1018 Don't check for a window system.
|
|
1019 (show-paren-mode): Make it a user variable.
|
|
1020
|
|
1021 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
|
|
1022 Handle `enum' like `struct'.
|
|
1023
|
|
1024 * server.el (server-process-filter): If a client visits no buffers,
|
|
1025 close it immediately before recording it.
|
|
1026
|
|
1027 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
|
|
1028 Optimize by calling concat just once. Handle =\n sequence.
|
|
1029 (mail-unquote-printable-region): New command.
|
|
1030 (mail-quote-printable): Make it autoload.
|
|
1031
|
|
1032 1999-08-15 Karl Heuer <kwzh@gnu.org>
|
|
1033
|
|
1034 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
|
|
1035
|
|
1036 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
1037
|
|
1038 * lisp/texinfmt.el: Handle @ifnottex.
|
|
1039
|
|
1040 1999-08-15 Eli Zaretskii <eliz@gnu.org>
|
|
1041
|
|
1042 * frame.el (blink-cursor): Don't turn on cursor blinking for
|
|
1043 ms-dos.
|
|
1044
|
|
1045 * faces.el (face-valid-attribute-values): Look in
|
|
1046 x-bitmap-file-path only for x and w32 window systems.
|
|
1047
|
|
1048 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
|
|
1049 Do that if width is nil as well.
|
|
1050 (x-display-mm-height, x-display-mm-width): Update values.
|
|
1051 (x-colors): Compute the list from msdos-color-values.
|
|
1052 (x-select-enable-clipboard): Doc fix.
|
|
1053 (x-frob-font-weight, x-font-family-list): New functions.
|
|
1054
|
|
1055 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
|
|
1056
|
|
1057 * window.el (shrink-window-if-larger-than-buffer): Don't try to
|
|
1058 back up from beginning of buffer.
|
|
1059
|
|
1060 1999-08-13 Karl Heuer <kwzh@gnu.org>
|
|
1061
|
|
1062 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
|
|
1063
|
|
1064 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
|
|
1065
|
|
1066 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
|
|
1067 doomsday clock, speed control is added and changes are made to
|
|
1068 allow large numbers of rings: rings now show the whole ring
|
|
1069 number, not just the last digit; consecutive rings are allowed to
|
|
1070 be the same size when necessary to fit all the rings in the
|
|
1071 window; and poles can be oriented horizontally. Face support is
|
|
1072 thrown in gratuitously.
|
|
1073 (hanoi): Changed default number of rings back to 3.
|
|
1074 (hanoi-unix, hanoi-unix-64): New commands
|
|
1075 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
|
|
1076 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
|
|
1077 hanoi-odd-ring-face): New variables.
|
|
1078 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
|
|
1079 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
|
|
1080 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
|
|
1081 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
|
|
1082 (hanoi-topos, hanoi-draw-ring): Removed.
|
|
1083
|
|
1084 1999-08-12 Gerd Moellmann <gerd@gnu.org>
|
|
1085
|
|
1086 * faces.el (face-valid-attribute-values): Return an alist for
|
|
1087 families on ttys.
|
|
1088 (face-read-integer): Handle unspecified face attributes. Add
|
|
1089 completion for `unspecified'.
|
|
1090 (read-face-attribute): Handle unspecified font attributes.
|
|
1091 (face-valid-attribute-values): Add `unspecified' to lists so that
|
|
1092 it can be chosen via completion.
|
|
1093 (face-read-string): Don't recognize "none" as input.
|
|
1094
|
|
1095 1999-08-10 Dave Love <fx@gnu.org>
|
|
1096
|
|
1097 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
|
|
1098 string.
|
|
1099
|
|
1100 * sun-curs.el: Require sun-fns.
|
|
1101
|
|
1102 1999-08-10 Dave Love <fx@gnu.org>
|
|
1103
|
|
1104 * autorevert.el (auto-revert-mode): Add autoload cookie.
|
|
1105
|
|
1106 * hscroll.el, auto-show.el: Files deleted -- we have built-in
|
|
1107 hscroll.
|
|
1108
|
|
1109 * simple.el (hscroll-step, hscroll-point-visible)
|
|
1110 (hscroll-window-column): Remove now we have the mentioned real
|
|
1111 horizontal autoscrolling.
|
|
1112
|
|
1113 1999-08-10 Richard M. Stallman <rms@gnu.org>
|
|
1114
|
|
1115 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
|
|
1116 control use of -f option.
|
|
1117 (mail-specify-envelope-from): New variable.
|
|
1118 (mail-from-style): Doc fix.
|
|
1119
|
|
1120 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
|
|
1121 (easy-menu-get-map): New arg TO-MODIFY helps choose
|
|
1122 between local and global maps.
|
|
1123 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
|
|
1124 (easy-menu-change): Doc fix.
|
|
1125
|
|
1126 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
|
|
1127 (info-lookup-guess-default): Simplified and cleaned up.
|
|
1128 (info-lookup-guess-default*): Preserve point.
|
|
1129
|
|
1130 * view.el (view-mode-disable): If buffer-read-only is nil,
|
|
1131 don't change it.
|
|
1132
|
|
1133 * files.el (after-find-file): Disable View mode if buffer is no
|
|
1134 longer read-only.
|
|
1135
|
|
1136 * view.el (view-mode-enable, view-mode-disable):
|
|
1137 Call force-mode-line-update.
|
|
1138
|
|
1139 1999-08-10 Karl Heuer <kwzh@gnu.org>
|
|
1140
|
|
1141 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
|
|
1142 * array.el, play/landmark.el, international/latin-3.el: Likewise.
|
|
1143 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
|
|
1144
|
|
1145 1999-08-10 Alex Schroeder <asc@bsiag.com>
|
|
1146
|
|
1147 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
|
|
1148 to prevent m-eating-bug.
|
|
1149
|
|
1150 1999-08-10 Eli Zaretskii <eliz@gnu.org>
|
|
1151
|
|
1152 * term/pc-win.el (msdos-bg-mode): Remove. Call
|
|
1153 frame-set-background-mode instead. All callers changed.
|
|
1154 (msdos-face-setup): Don't force color display parameter, it is set
|
|
1155 by frame-set-background-mode.
|
|
1156 (make-msdos-frame): Call x-handle-reverse-video and
|
|
1157 face-set-after-frame-default. Delete frame if creation failed.
|
|
1158
|
|
1159 * faces.el (face-set-after-frame-default): Don't call
|
|
1160 make-face-x-resource-internal for the pc window-system.
|
|
1161
|
|
1162 1999-08-10 Dave Love <fx@melange.gnu.org>
|
|
1163
|
|
1164 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
|
|
1165 case with no docstring specially.
|
|
1166
|
|
1167 1999-08-09 Eli Zaretskii <eliz@gnu.org>
|
|
1168
|
|
1169 * complete.el (PC-do-completion): If completing on file name,
|
|
1170 reproduce str by concatenating its directory and basename parts.
|
|
1171
|
|
1172 1999-08-07 Dave Love <fx@gnu.org>
|
|
1173
|
|
1174 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
|
|
1175 unibyte to multibyte conversion of search-forward (from Handa),
|
|
1176 but avoid the replacement if the language is Latin-N.
|
|
1177
|
|
1178 1999-08-06 Richard Stallman <rms@gnu.org>
|
|
1179
|
|
1180 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
|
|
1181 of eval-buffer.
|
|
1182
|
|
1183 * international/mule.el (load-with-code-conversion):
|
|
1184 Pass t to eval-buffer for DO-ALLOW-PRINT.
|
|
1185
|
|
1186 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
|
|
1187
|
|
1188 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
|
|
1189 of filenames and attributes.
|
|
1190 (ls-lisp-insert-directory): Use directory-files-and-attributes
|
|
1191 for speed.
|
|
1192
|
|
1193 1999-08-05 Dave Love <fx@gnu.org>
|
|
1194
|
|
1195 * auto-show.el (auto-show-mode): Fix :set.
|
|
1196
|
|
1197 * widget.el (define-widget-keywords): Make dummy definition and
|
|
1198 comment-out its use.
|
|
1199
|
|
1200 1999-08-04 Richard Stallman <rms@gnu.org>
|
|
1201
|
|
1202 * progmodes/tcl.el: Customized.
|
|
1203
|
|
1204 * sql.el (sql-accumulate-and-indent): Instead of testing
|
|
1205 whether this is Emacs 20 before calling comint-accumulate,
|
|
1206 test whether comint-accumulate is defined.
|
|
1207
|
|
1208 1999-08-04 Dave Love <fx@gnu.org>
|
|
1209
|
|
1210 * sgml-mode.el: Require outline when compiling.
|
|
1211 (sgml-mode-hook, html-mode-hook): Customize.
|
|
1212 (sgml-validate-command): Fix :version.
|
|
1213 (html-autoview-mode): Doc fix.
|
|
1214
|
|
1215 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
|
|
1216 nothing in Latin-N environment.
|
|
1217
|
|
1218 * info.el (Info-find-node): Call info-initialize here.
|
|
1219 (info): Not here.
|
|
1220 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
|
|
1221
|
|
1222 1999-08-04 Richard Stallman <rms@gnu.org>
|
|
1223
|
|
1224 * ansi-color.el: New file.
|
|
1225
|
|
1226 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
|
|
1227
|
|
1228 * dired.el (dired-string-replace-match): Return `nil' when no match
|
|
1229 found with global search.
|
|
1230
|
|
1231 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
|
|
1232 * terminal.el (te-terminfo-directory):
|
|
1233 * mail/mailpost.el (post-mail-send-it):
|
|
1234 * mail/metamail.el (metamail-region):
|
|
1235 * progmodes/ada-mode.el (ada-tmp-directory):
|
|
1236 Use temporary-file-directory.
|
|
1237
|
|
1238 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
|
|
1239 (compilation-filter, compilation-forget-errors)
|
|
1240 (compilation-parse-errors): Use a marker instead of an integer for
|
|
1241 `compilation-parsing-end'.
|
|
1242
|
|
1243 * progmodes/diff.el (diff-parse-differences):
|
|
1244 Use a marker instead of an integer for `compilation-parsing-end'.
|
|
1245 * textmodes/tex-mode.el (tex-compilation-parse-errors):
|
|
1246 Use a marker instead of an integer for `compilation-parsing-end'.
|
|
1247
|
|
1248 1999-08-03 Richard Stallman <rms@gnu.org>
|
|
1249
|
|
1250 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
|
|
1251 (Buffer-menu-mode): Doc fix.
|
|
1252 (Buffer-menu-view): New command.
|
|
1253 (Buffer-menu-view-other-window): New command.
|
|
1254
|
|
1255 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
|
|
1256
|
|
1257 * replace.el (query-replace-regexp-eval)
|
|
1258 (replace-eval-replacement, replace-loop-through-replacements)
|
|
1259 (replace-match-string-symbols): New functions.
|
|
1260 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
|
|
1261 Use replace-loop-through-replacements.
|
|
1262
|
|
1263 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
|
|
1264
|
|
1265 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
|
|
1266 (5x5): Doc fix.
|
|
1267
|
|
1268 1999-08-03 Dave Love <fx@gnu.org>
|
|
1269
|
|
1270 * fortran.el (fortran-indent-new-line): Make it an alias
|
|
1271 for reindent-then-newline-and-indent.
|
|
1272
|
|
1273 1999-08-03 Didier Verna <verna@inf.enst.fr>
|
|
1274
|
|
1275 * rect.el: All functions rewritten, except when noted above
|
|
1276 their declaration. Below is a list of interface changes.
|
|
1277 (apply-on-rectangle): New function, mostly replaces
|
|
1278 `operate-on-rectangle'. All callers changed.
|
|
1279 (move-to-column-force): Pass new second argument to `move-to-column'.
|
|
1280 (kill-rectangle): Added optional prefix arg to fill lines.
|
|
1281 (delete-rectangle): Ditto.
|
|
1282 (delete-whitespace-rectangle): Ditto.
|
|
1283 (delete-extract-rectangle): Ditto.
|
|
1284 (open-rectangle): Ditto.
|
|
1285 (clear-rectangle): Ditto.
|
|
1286 (delete-whitespace-rectangle-line): New function.
|
|
1287 (delete-rectangle-line): Added third arg FILL.
|
|
1288 (delete-extract-rectangle-line): Ditto.
|
|
1289 (open-rectangle-line): Ditto.
|
|
1290 (clear-rectangle-line): Ditto.
|
|
1291
|
|
1292 1999-08-03 Ray Blaak <blaak@gnu.org>
|
|
1293
|
|
1294 * progmodes/delphi.el: New file.
|
|
1295
|
|
1296 1999-08-02 Richard Stallman <rms@gnu.org>
|
|
1297
|
|
1298 * textmodes/outline.el (outline-previous-heading): New function.
|
|
1299 (outline-up-heading-all): Use outline-previous-heading.
|
|
1300 (outline-next-heading): Delete definition inserted yesterday.
|
|
1301
|
|
1302 1999-08-01 Richard Stallman <rms@gnu.org>
|
|
1303
|
|
1304 * textmodes/outline.el (outline-next-heading): New function.
|
|
1305 (outline-up-heading-all): New function.
|
|
1306 (outline-font-lock-level): Using outline-up-heading-all.
|
|
1307 Tell outline-back-to-heading to accept invisible headings.
|
|
1308
|
|
1309 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
|
|
1310
|
|
1311 * mail/mh-utils.el (mh-find-path-run): New variable.
|
|
1312 (mh-find-path): Test and set that.
|
|
1313 Set mail-user-agent only the first time this function is run.
|
|
1314 (mail-user-agent): Defvar deleted.
|
|
1315
|
|
1316 * info.el (info-initialize): New function.
|
|
1317 (info): Call info-initialize.
|
|
1318 (Info-directory-list): Initialize to nil,
|
|
1319 so info-initialize will set it up for real.
|
|
1320
|
|
1321 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
1322
|
|
1323 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
|
|
1324 does not interpret a time as the year in a day-month entry.
|
|
1325
|
|
1326 * calendar/diary-lib.el: Change syntax table entry for colon in
|
|
1327 the diary as part of the european-date-diary-pattern fix.
|
|
1328
|
|
1329 1999-08-01 Eli Zaretskii <eliz@gnu.org>
|
|
1330
|
|
1331 * international/mule.el (set-auto-coding): Allow whitespace before
|
|
1332 and after the "variable: value" pair.
|
|
1333
|
|
1334 1999-07-30 Ken'ichi Handa <handa@gnu.org>
|
|
1335
|
|
1336 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
|
|
1337 (default-sendmail-coding-system): Doc-string fixed.
|
|
1338
|
|
1339 1999-07-30 Dave Love <fx@gnu.org>
|
|
1340
|
|
1341 * subr.el (assoc-delete-all): New function, renamed from
|
|
1342 frame-delete-all.
|
|
1343
|
|
1344 * frame.el: Change comments to doc strings and other doc fixes.
|
|
1345 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
|
|
1346 Callers changed.
|
|
1347 (set-background-color, set-foreground-color, set-cursor-color)
|
|
1348 (set-mouse-color, set-border-color): Offer completion of colours.
|
|
1349 (cursor): Add :version to defgroup.
|
|
1350
|
|
1351 * facemenu.el (list-colors-display): Make it work on ttys.
|
|
1352 (facemenu-read-color): Likewise.
|
|
1353
|
|
1354 1999-07-30 Richard M. Stallman <rms@gnu.org>
|
|
1355
|
|
1356 * frame.el (frame-notice-user-settings): If background
|
|
1357 color has been changed, update background-mode from it,
|
|
1358 then update faces.
|
|
1359
|
|
1360 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
|
|
1361
|
|
1362 * net-utils.el (finger): Don't do indirect fingering.
|
|
1363
|
|
1364 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
1365
|
|
1366 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
|
|
1367 rules. Add separator at end of holidays.
|
|
1368 (cal-tex-rules): New customizable variable.
|
|
1369 (cal-tex-latexify-list): Add optional parameter to put separator
|
|
1370 at end.
|
|
1371
|
|
1372 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
|
|
1373
|
|
1374 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
|
|
1375 fill prefix on each line while looping to the end of paragraph.
|
|
1376 End paragraph if it's longer than the existing fill prefix.
|
|
1377
|
|
1378 * textmodes/fill.el (fill-context-prefix): Doc fix.
|
|
1379
|
|
1380 1999-07-30 Dave Love <fx@gnu.org>
|
|
1381
|
|
1382 * font-lock.el (jit-lock): Fix :load, add :version.
|
|
1383
|
|
1384 1999-07-30 Eli Zaretskii <eliz@gnu.org>
|
|
1385
|
|
1386 * term/pc-win.el (msdos-face-setup): Register standard colors in
|
|
1387 Vface_tty_color_alist.
|
|
1388 (face-color-supported-p, face_color_gray_p): New functions.
|
|
1389
|
|
1390 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
|
|
1391 is bound.
|
|
1392
|
|
1393 * startup.el (command-line): Don't register default colors for
|
|
1394 MSDOS window-system.
|
|
1395
|
|
1396 1999-07-29 Dave Love <fx@gnu.org>
|
|
1397
|
|
1398 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
|
|
1399 charquote.
|
|
1400
|
|
1401 * lisp-mode.el (eval-defun): Re-written to avoid
|
|
1402 capturing variables.
|
|
1403
|
|
1404 * picture.el (picture-beginning-of-line): Don't call
|
|
1405 hscroll-point-visible now we have real autoscrolling.
|
|
1406 (picture-end-of-line, picture-newline, picture-open-line):
|
|
1407 Likewise.
|
|
1408
|
|
1409 * international/latin-8.el: New file.
|
|
1410 * international/latin-9.el: New file.
|
|
1411
|
|
1412 1999-07-28 Dave Love <fx@gnu.org>
|
|
1413
|
|
1414 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
|
|
1415
|
|
1416 * msb.el: Require cl only when compiling.
|
|
1417 (msb--home-dir): Deleted.
|
|
1418 (msb--format-title): Use abbreviate-file-name.
|
|
1419 (msb--choose-file-menu): Simplify string comparison.
|
|
1420
|
|
1421 1999-07-28 Gerd Moellmann <gerd@gnu.org>
|
|
1422
|
|
1423 * faces.el (toolbar): Add face definition for mono displays.
|
|
1424
|
|
1425 1999-07-27 Richard M. Stallman <rms@gnu.org>
|
|
1426
|
|
1427 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
|
|
1428
|
|
1429 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
|
|
1430 force copying of default-frame-alist.
|
|
1431
|
|
1432 1999-07-26 Ken'ichi Handa <handa@gnu.org>
|
|
1433
|
|
1434 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
|
|
1435
|
|
1436 1999-07-26 Richard M. Stallman <rms@gnu.org>
|
|
1437
|
|
1438 * frame.el (set-mouse-color): If new color is nil,
|
|
1439 really respecify the current color.
|
|
1440
|
|
1441 1999-07-26 Gerd Moellmann <gerd@gnu.org>
|
|
1442
|
|
1443 * faces.el (bitmap-area): Change background of face `bitmap-area'
|
|
1444 to white for mono displays.
|
|
1445
|
|
1446 1999-07-26 Kenichi Handa <handa@etl.go.jp>
|
|
1447
|
|
1448 * international/ccl.el (ccl-embed-symbol): New function.
|
|
1449 (ccl-program-p): Deleted. Now it's implemented in C code.
|
|
1450 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
|
|
1451 (ccl-compile-translate-character): Likewise.
|
|
1452 (ccl-compile-map-single): Likewise.
|
|
1453 (ccl-compile-multiple-map-function): Likewise.
|
|
1454 (declare-ccl-program): Doc-string modified.
|
|
1455 (check-ccl-program): Check compiled CCL code by ccl-program-p.
|
|
1456
|
|
1457 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
|
|
1458
|
|
1459 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
|
|
1460
|
|
1461 1999-07-25 Markus Rost <rost@gnu.org>
|
|
1462
|
|
1463 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
|
|
1464 the entries to make custom-file more readable.
|
|
1465
|
|
1466 1999-07-25 Richard M. Stallman <rms@gnu.org>
|
|
1467
|
|
1468 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
|
|
1469
|
|
1470 * emacs-lisp/edebug.el: Delete compatibility code.
|
|
1471 (edebug-next-token-class): If . is followed by a digit,
|
|
1472 return `symbol' for the token class.
|
|
1473
|
|
1474 * startup.el (command-line): If we don't find the user's init file,
|
|
1475 set user-init-file to nil.
|
|
1476
|
|
1477 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
1478
|
|
1479 * info-look.el (info-lookup-interactive-arguments): Add optional
|
|
1480 argument query for new choice of help mode.
|
|
1481 (info-lookup-symbol): Use it.
|
|
1482 (info-lookup-file): Ditto.
|
|
1483 (info-lookup): Don't switch to other window, if already in Info
|
|
1484 buffer.
|
|
1485
|
|
1486 1999-07-23 Dave Love <fx@gnu.org>
|
|
1487
|
|
1488 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
|
|
1489 syntax.
|
|
1490 (fortran-fontify-string, fortran-match-!-commen): Deleted.
|
|
1491 (fortran-font-lock-syntactic-keywords): New variable.
|
|
1492 (fortran-mode): Use it.
|
|
1493 (fortran-font-lock-keywords-1): Don't do comments.
|
|
1494 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
|
|
1495 match data.
|
|
1496
|
|
1497 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
|
|
1498
|
|
1499 * msb.el (msb-menu-bar-update-buffers): Renamed from
|
|
1500 menu-bar-update-buffers.
|
|
1501 (msb-custom-set, msb--toggle-menu-type): Call
|
|
1502 msb-menu-bar-update-buffers.
|
|
1503 (msb-mode): Revise the hook setting.
|
|
1504
|
|
1505 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
|
|
1506
|
|
1507 1999-07-23 Gerd Moellmann <gerd@gnu.org>
|
|
1508
|
|
1509 * font-lock.el, help.el, simple.el: Re-integrate changes.
|
|
1510
|
|
1511 1999-07-23 Kevin Blake <kblake@ticnet.com>
|
|
1512
|
|
1513 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
|
|
1514
|
|
1515 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
|
|
1516
|
|
1517 * international/encoded-kb.el
|
|
1518 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
|
|
1519 but push it to unread-command-events.
|
|
1520 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
|
|
1521 (encoded-kbd-self-insert-sjis): Likewise.
|
|
1522 (encoded-kbd-self-insert-big5): Likewise.
|
|
1523
|
|
1524 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
|
|
1525 before left margin and fill-prefix by fill-find-break-point.
|
|
1526
|
|
1527 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
1528
|
|
1529 * info-look.el (info-lookup-setup-mode): Don't give up, if
|
|
1530 info-lookup-make-completions returns an error.
|
|
1531 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
|
|
1532 name latex, not latex2e.
|
|
1533
|
|
1534 1999-07-21 Richard M. Stallman <rms@gnu.org>
|
|
1535
|
|
1536 * replace.el (perform-replace): Turn off case-fold-search
|
|
1537 if FROM-STRING argument has uppercase in it.
|
|
1538
|
|
1539 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1540
|
|
1541 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
|
|
1542 mode is on. Don't use end of changed text.
|
|
1543
|
|
1544 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1545
|
|
1546 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
|
|
1547 (cl-hash-table-p): Renamed from hash-table-p.
|
|
1548 (cl-hash-table-count): Renamed from hash-table-count.
|
|
1549 (maphash): Alias to cl-maphash removed.
|
|
1550 (gethash): Likewise.
|
|
1551 (puthash): Likewise.
|
|
1552 (remhash): Likewise.
|
|
1553 (clrhash): Likewise.
|
|
1554
|
|
1555 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1556
|
|
1557 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
|
|
1558 third arg non-nil. See comment there why this isn't a good idea.
|
|
1559
|
|
1560 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1561
|
|
1562 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
|
|
1563
|
|
1564 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
|
|
1565 sit-for with 3rd arg non-nil to prevent redisplay.
|
|
1566
|
|
1567 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1568
|
|
1569 * image.el (image-type-from-file-header): If file doesn't
|
|
1570 have a directory part, add data-directory.
|
|
1571
|
|
1572 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1573
|
|
1574 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
|
|
1575 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
|
|
1576 motion handling when tooltip-gud-tips-p is nil.
|
|
1577
|
|
1578 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1579
|
|
1580 * tooltip.el (tooltip-mode): Don't use `plusp'.
|
|
1581 (tooltip-active): Use initial value of nil.
|
|
1582
|
|
1583 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
|
|
1584
|
|
1585 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1586
|
|
1587 * bindings.el (make-mode-line-mouse-sensitive): Add key
|
|
1588 definitions for `top-line'.
|
|
1589
|
|
1590 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1591
|
|
1592 * faces.el (top-line): New face.
|
|
1593
|
|
1594 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1595
|
|
1596 * image.el (image-type-regexps): Add regexp for PS files.
|
|
1597
|
|
1598 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1599
|
|
1600 * faces.el (set-face-attribute): Fix wrong handling of frame
|
|
1601 begin equal to t.
|
|
1602
|
|
1603 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1604
|
|
1605 * image.el (image-type-regexps): Add PNG format.
|
|
1606
|
|
1607 1999-07-21 Dave Love <fx@gnu.org>
|
|
1608
|
|
1609 * bindings.el (mode-line-modified): New variable.
|
|
1610 (mode-line-mode-menu-1): Switch to appropriate window before
|
|
1611 showing menu.
|
|
1612
|
|
1613 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1614
|
|
1615 * faces.el (face-underline): Removed.
|
|
1616 (face-underline-color): Ditto.
|
|
1617
|
|
1618 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1619
|
|
1620 * faces.el (face-x-resources): Fix typo.
|
|
1621
|
|
1622 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1623
|
|
1624 * faces.el: Remove handling of `:relief', extend handling of
|
|
1625 `:box'.
|
|
1626 (frame-set-background-mode): Choose new defface specs after
|
|
1627 frame parameters have changed.
|
|
1628
|
|
1629 * cus-face.el: Ditto.
|
|
1630
|
|
1631 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1632
|
|
1633 * custom.el (defface): Extend documentation to include new
|
|
1634 face attributes.
|
|
1635
|
|
1636 * cus-face.el (custom-face-attributes): Add overline,
|
|
1637 strike-through, box.
|
|
1638
|
|
1639 * faces.el (face-valid-attribute-values): Handle overline,
|
|
1640 strike-through, box.
|
|
1641 (face-attribute-name-alist): Add pairs for new face attributes.
|
|
1642 (describe-face): Handle new face attributes.
|
|
1643
|
|
1644 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1645
|
|
1646 * faces.el (face-x-resources): Add overline, strike-through, box.
|
|
1647
|
|
1648 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1649
|
|
1650 * enriched.el (enriched-translations): Add `display' and
|
|
1651 "x-display".
|
|
1652 (enriched-handle-display-prop): New.
|
|
1653 (enriched-decode-display-prop): New.
|
|
1654
|
|
1655 * format.el (top-level): Give `display' property
|
|
1656 `format-list-atomic-p.
|
|
1657 (format-annotate-single-property-change): Test that property.
|
|
1658 If present, treat list property values like atoms.
|
|
1659
|
|
1660 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1661
|
|
1662 * cus-face.el (custom-face-attributes): Use `choice' everywhere
|
|
1663 so that "*" can be entered.
|
|
1664
|
|
1665 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1666
|
|
1667 * cus-face.el (custom-face-attributes): Don't use `#''.
|
|
1668
|
|
1669 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
|
|
1670
|
|
1671 * cus-face.el (custom-face-attributes): Return underline
|
|
1672 face attribute directly from the second lambda of underline.
|
|
1673
|
|
1674 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1675
|
|
1676 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
|
|
1677
|
|
1678 * frame.el (after-setting-font-hooks): New variable.
|
|
1679 (set-frame-font): Run those hooks.
|
|
1680
|
|
1681 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
|
|
1682
|
|
1683 * faces.el (set-face-attribute): Fix doc string.
|
|
1684
|
|
1685 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1686
|
|
1687 * cus-face.el (custom-face-attributes): Accept color name.
|
|
1688
|
|
1689 * faces.el (face-underline-p): Accept unspecified underlining.
|
|
1690 (face-underline): Ditto. Fix doc string.
|
|
1691
|
|
1692 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
|
|
1693
|
|
1694 * faces.el (face-underline-color): New function.
|
|
1695
|
|
1696 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
|
|
1697
|
|
1698 * cus-face.el (custom-face-attributes): Support underline coloring.
|
|
1699 Added slot to choose a color.
|
|
1700
|
|
1701 * faces.el (face-underline): New function.
|
|
1702 (face-underline-p): Support underline coloring.
|
|
1703 Return nil only if the underline attribute is 'normal.
|
|
1704 (set-face-underline): New function.
|
|
1705 (face-valid-attribute-values): Support underline coloring.
|
|
1706
|
|
1707 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1708
|
|
1709 * image.el (insert-image): Use `display' instead of `glyph'
|
|
1710 as text property name.
|
|
1711 (put-image): Ditto.
|
|
1712 (image-type-from-file-header): Use insert-file-contents-literally.
|
|
1713
|
|
1714 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1715
|
|
1716 * easymenu.el (easy-menu-do-add-item): Don't use the empty
|
|
1717 string to indicate separators.
|
|
1718
|
|
1719 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1720
|
|
1721 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
|
|
1722 instead of message-log.
|
|
1723
|
|
1724 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1725
|
|
1726 * faces.el (bitmap-area): New face.
|
|
1727
|
|
1728 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1729
|
|
1730 * image.el (insert-image): New.
|
|
1731
|
|
1732 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1733
|
|
1734 * frame.el (blink-cursor): Set the symbol's value.
|
|
1735 (show-trailing-whitespace): Change group to font-lock.
|
|
1736
|
|
1737 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1738
|
|
1739 * jit-lock.el: New.
|
|
1740 * font-lock.el: Add jit-mode as new support mode.
|
|
1741
|
|
1742 * font-lock.el (font-lock-fontify-keywords-region): Stop when
|
|
1743 reaching end instead of letting re-search-forward signal an error.
|
|
1744 (demand-lock-mode): New.
|
|
1745 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
|
|
1746 (font-lock-turn-off-thing-lock): Ditto.
|
|
1747 (font-lock-after-fontify-buffer): Ditto.
|
|
1748 (font-lock-after-unfontify-buffer): Ditto.
|
|
1749
|
|
1750 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1751
|
|
1752 * gs.el: New file.
|
|
1753
|
|
1754 * startup.el (command-line-1): Activate tooltip mode if
|
|
1755 interactive.
|
|
1756
|
|
1757 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1758
|
|
1759 * faces.el (toolbar): Grey default background.
|
|
1760 (modeline): Ditto.
|
|
1761
|
|
1762 * image.el (image-type-regexps): New.
|
|
1763 (image-type-from-file-header): New.
|
|
1764 (create-image): Call it.
|
|
1765
|
|
1766 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1767
|
|
1768 * image.el: New file.
|
|
1769
|
|
1770 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1771
|
|
1772 * bindings.el (mode-line-format): Replace `mode-name' with
|
|
1773 `(:eval mode-line-mode-name)'.
|
|
1774 (mode-line-mode-name): New.
|
|
1775 (make-mode-line-mouse-sensitive): Don't change default value
|
|
1776 of `mode-name'.
|
|
1777
|
|
1778 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1779
|
|
1780 * tooltip.el: New file.
|
|
1781
|
|
1782 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1783
|
|
1784 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
|
|
1785 instead of mouse-3 to pop up menus.
|
|
1786 (mode-line-kill-buffer): Removed.
|
|
1787 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
|
|
1788 buffer name.
|
|
1789 (mode-line-buffer-menu-1): Removed.
|
|
1790
|
|
1791 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
|
|
1792
|
|
1793 * bindings.el (mode-line-buffer-identification-keymap): New.
|
|
1794 (mode-line-buffer-menu-keymap): New.
|
|
1795 (mode-line-mode-menu-keymap): New.
|
|
1796 (mode-line-unbury-buffer): New.
|
|
1797 (mode-line-other-buffer): New.
|
|
1798 (mode-line-kill-buffer): New.
|
|
1799 (mode-line-buffer-menu-1): New.
|
|
1800 (mode-line-mode-menu-1): New.
|
|
1801 (make-mode-line-mouse-sensitive): New.
|
|
1802
|
|
1803 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1804
|
|
1805 * help.el (describe-key-briefly): Handle mode line strings
|
|
1806 with local-map properties.
|
|
1807 (describe-key): Ditto.
|
|
1808 (mode-line-key-binding): New.
|
|
1809
|
|
1810 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1811
|
|
1812 * scroll-bar.el (scroll-bar-timer): New.
|
|
1813 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
|
|
1814
|
|
1815 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1816
|
|
1817 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
|
|
1818 and `bottom'.
|
|
1819
|
|
1820 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1821
|
|
1822 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
|
|
1823 (global): Use different key bindings if using tookit scroll bars.
|
|
1824
|
|
1825 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1826
|
|
1827 * faces.el (modeline): Define mode line face with relief for
|
|
1828 class color, only.
|
|
1829 (toolbar): New face.
|
|
1830
|
|
1831 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1832
|
|
1833 * frame.el (frame-initialize): Set frame-creation-function to
|
|
1834 tty-create-frame-with-faces.
|
|
1835
|
|
1836 * faces.el (frame-set-background-mode): Make it work for
|
|
1837 window-system nil.
|
|
1838
|
|
1839 * faces.el (tty-create-frame-with-faces): New.
|
|
1840 (face-set-after-frame-default): Make it work for TTY frames.
|
|
1841
|
|
1842 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1843
|
|
1844 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
|
|
1845 Return a list of one font family for TTYs. Don't return bitmap
|
|
1846 file paths for TTY frames.
|
|
1847
|
|
1848 * faces.el: Add face specs for tty displays to basic faces.
|
|
1849
|
|
1850 * font-lock.el (font-lock-comment-face): Add spec for color tty.
|
|
1851 (font-lock-string-face): Ditto.
|
|
1852 (font-lock-keyword-face): Ditto.
|
|
1853 (font-lock-builtin-face): Ditto.
|
|
1854 (font-lock-function-name-face): Ditto.
|
|
1855 (font-lock-variable-name-face): Ditto.
|
|
1856 (font-lock-type-face): Ditto.
|
|
1857 (font-lock-constant-face): Ditto.
|
|
1858 (font-lock-warning-face): Ditto.
|
|
1859
|
|
1860 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1861
|
|
1862 * startup.el (command-line): Register default tty colors.
|
|
1863
|
|
1864 * faces.el (face-spec-set-match-display): Recognize `type tty'.
|
|
1865
|
|
1866 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1867
|
|
1868 * faces.el (modeline): For X frames, use a modeline with relief.
|
|
1869
|
|
1870 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1871
|
|
1872 * faces.el (frame-update-faces): Copied from 20.2.
|
|
1873 (frame-update-face-colors): Ditto. Code removed that isn't
|
|
1874 applicable in the new face implementation.
|
|
1875
|
|
1876 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1877
|
|
1878 * frame.el (show-trailing-whitespace): New.
|
|
1879
|
|
1880 * faces.el (trailing-whitespace): New basic face.
|
|
1881
|
|
1882 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1883
|
|
1884 * cus-face.el (custom-facep): Always define as alias for facep.
|
|
1885
|
|
1886 * cus-face.el (custom-face-attributes): Use choice widgets.
|
|
1887 Remove :bold and :italic.
|
|
1888
|
|
1889 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1890
|
|
1891 * faces.el (face-charset-registries): Removed since fontset.el
|
|
1892 is no always loaded.
|
|
1893
|
|
1894 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1895
|
|
1896 * faces.el (internal-get-face): Added as obsolete function for
|
|
1897 compatibility.
|
|
1898
|
|
1899 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1900
|
|
1901 * frame.el (blink-cursor-end): Call show-cursor.
|
|
1902 (blink-cursor-mode): Ditto.
|
|
1903
|
|
1904 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1905
|
|
1906 * faces.el (face-spec-reset-face): Reset all attributes to
|
|
1907 `unspecified'.
|
|
1908 (face-spec-set): Use it.
|
|
1909
|
|
1910 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1911
|
|
1912 * faces.el (read-all-face-attributes): Bug fix.
|
|
1913 (face-read-integer): Allow nil default value.
|
|
1914 (face-valid-attribute-values): Use symbol names of attribute
|
|
1915 values for completion list.
|
|
1916
|
|
1917 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1918
|
|
1919 * faces.el (internal-find-face): Define for compatibility with
|
|
1920 20.2.
|
|
1921 (face-id): Likewise.
|
|
1922
|
|
1923 * faces.el (face-id): Return the ID of a realized face for ASCII.
|
|
1924
|
|
1925 * fontset.el (x-charset-registries): Removed. Now in faces.el.
|
|
1926 (x-complement-fontset-spec): Use face-charset-registries.
|
|
1927
|
|
1928 * faces.el (face-font-selection-order): Set font selection order
|
|
1929 from Lisp.
|
|
1930 (face-alternative-font-family-alist): Set alternative font
|
|
1931 families from Lisp.
|
|
1932
|
|
1933 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1934
|
|
1935 * faces.el (set-face-charset-registries): Set symbol value.
|
|
1936
|
|
1937 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1938
|
|
1939 * faces.el (face-set-after-frame-default): Call function
|
|
1940 internal-merge-in-global-face.
|
|
1941
|
|
1942 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1943
|
|
1944 * faces.el (face-list): Return symbols from face-global-alist.
|
|
1945
|
|
1946 * faces.el (face-list): Return a copy of the face name list so
|
|
1947 that it cannot be modified from outside (facemenu.el uses
|
|
1948 nreverse, for example).
|
|
1949
|
|
1950 * cus-face.el (custom-face-attributes): Add :bold and :italic
|
|
1951 for compatibility with old code.
|
|
1952
|
|
1953 * faces.el (set-face-attributes-from-resources): Additional
|
|
1954 frame parameter.
|
|
1955 (make-face-x-resource-internal): Set attributes from resources
|
|
1956 for a given frame or all frames.
|
|
1957
|
|
1958 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1959
|
|
1960 * faces.el (all-faces): Removed.
|
|
1961
|
|
1962 * custom.el (defface): Add new face attributes to function
|
|
1963 comment.
|
|
1964
|
|
1965 * font-lock.el (font-lock-comment-face): Use new face attribute
|
|
1966 names.
|
|
1967 (font-lock-string-face): Ditto.
|
|
1968 (font-lock-keyword-face): Ditto.
|
|
1969 (font-lock-builtin-face): Ditto.
|
|
1970 (font-lock-function-name-face): Ditto.
|
|
1971 (font-lock-variable-name-face): Ditto.
|
|
1972 (font-lock-type-face): Ditto.
|
|
1973 (font-lock-reference-face): Ditto.
|
|
1974 (font-lock-warning-face): Ditto.
|
|
1975 ((boundp 'font-lock-face-attributes)): Ditto.
|
|
1976
|
|
1977 * cus-face.el (custom-face-attributes): Use new face attributes.
|
|
1978
|
|
1979 * faces.el (set-face-attribute-from-resource): Initialize
|
|
1980 from resources only for X and W32.
|
|
1981
|
|
1982 * cus-face.el (custom-declare-face): Don't make frame-local
|
|
1983 faces.
|
|
1984
|
|
1985 * faces.el (describe-face): Use princ instead of insert.
|
|
1986
|
|
1987 * faces.el: Add XLFD manipulation functions from 20.2 again
|
|
1988 because fontset.el uses them.
|
|
1989 (face-set-after-frame-default): Add empty definition.
|
|
1990
|
|
1991 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
1992
|
|
1993 * faces.el (make-face): Correct typo.
|
|
1994 (set-face-attribute-from-resource): Use let*.
|
|
1995 (face-underline-p): Correct typo.
|
|
1996 (face-inverse-video-p): Ditto.
|
|
1997 (set-face-stipple): Ditto.
|
|
1998 (face-read-string): Make completion-list optional parameter.
|
|
1999
|
|
2000 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
2001
|
|
2002 * faces.el (face-charset-registries): Alist mapping charset
|
|
2003 symbols to registries and encoding.
|
|
2004
|
|
2005 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
2006
|
|
2007 * frame.el (blink-cursor-mode): Use interactive spec "P".
|
|
2008
|
|
2009 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
2010
|
|
2011 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
|
|
2012 mode. The cursor of selected_window blinks if the mode is enabled.
|
|
2013
|
|
2014 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
2015
|
|
2016 * simple.el (next-history-element): Set point to the end of the
|
|
2017 prompt if minibuffer-prompt-in-buffer.
|
|
2018
|
|
2019 1999-07-21 Gerd Moellmann <gerd@gnu.org>
|
|
2020
|
|
2021 * faces.el (x-font-regexp): Add sub-expression parentheses for
|
|
2022 several font name components.
|
|
2023
|
|
2024 1999-07-21 Gerd Moellmann <gerd@acm.org>
|
|
2025
|
|
2026 * faces.el (set-face-relief): Use index 12 for relief.
|
|
2027 (face-fill-in): Set relief from data.
|
|
2028 (internal-make-face): Init relief to zero.
|
|
2029
|
|
2030 * faces.el (face-spec-set): call modify-face with additional
|
|
2031 parameters for relief and fixed-p.
|
|
2032
|
|
2033 1999-07-21 Gerd Moellmann <gerd@acm.org>
|
|
2034
|
|
2035 * cus-face.el: ':fixed and ':relief added.
|
|
2036
|
|
2037 * faces.el (describe-face): Add fixed font attribute and relief.
|
|
2038 (face-attr-match-p): Ditto.
|
|
2039 (face-attr-construct): Ditto.
|
|
2040 (face-spec-set): Ditto.
|
|
2041
|
|
2042 1999-07-21 Gerd Moellmann <gerd@acm.org>
|
|
2043
|
|
2044 * faces.el (internal-make-face): Function to create a Lisp vector
|
|
2045 suitable for representing a face.
|
|
2046 (make-face): Use it instead of make-vector.
|
|
2047 (x-create-frame-with-faces): Use it instead of vector.
|
|
2048 (internal-facep): Increase vector size to 14.
|
|
2049 (internal-make-face): Ditto.
|
|
2050 (face-relief): Access relief thickness.
|
|
2051 (face-fixed-p): Access fixed font attribute.
|
|
2052 (set-face-fixed-p): Set fixed font attribute.
|
|
2053 (set-face-relief): Set relief attribute.
|
|
2054 (internal-face-interactive-int): Read int attribute of face.
|
|
2055 (modify-face): Add fixed-p and relief parameters.
|
|
2056 (copy-face): Handle fixed-p and relief.
|
|
2057 (face-equal): Compare fixed-p and relief.
|
|
2058 (face-differs-from-default-p): Ditto.
|
|
2059 (face-nontrivial-p): Add fixed-p and relief.
|
|
2060
|
|
2061 1999-07-21 Gerd Moellmann <gerd@acm.org>
|
|
2062
|
|
2063 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
|
|
2064 (internal-facep): Increase vector size.
|
|
2065 (make-face): Ditto.
|
|
2066 (face-shadow-thickness): Added.
|
|
2067 (set-face-shadow-thickness): Added.
|
|
2068 (modify-face): Add optional shadow-thickness parameter.
|
|
2069 (make-face-x-resource-internal): Add shadows.
|
|
2070 (copy-face): Ditto.
|
|
2071 (face-equal): Ditto.
|
|
2072 (face-differs-from-default-p): Ditto.
|
|
2073 (face-nontrivial-p): Ditto.
|
|
2074 (face-attr-match-p): Ditto.
|
|
2075 (face-attr-construct): Ditto.
|
|
2076 (face-spec-set): Ditto.
|
|
2077 (face-fill-in): Ditto.
|
|
2078
|
|
2079 1999-07-21 Gerd Moellmann <gerd@acm.org>
|
|
2080
|
|
2081 * bench.el (bench-mark-split-window): New bench mark.
|
|
2082
|
|
2083 1999-07-21 Gerd Moellmann <gerd@acm.org>
|
|
2084
|
|
2085 * faces.el (set-face-font): Don't pass default font to
|
|
2086 x-resolve-font so that font will not have to be of the same
|
|
2087 size.
|
|
2088
|
|
2089 1999-07-20 Dave Love <fx@gnu.org>
|
|
2090
|
|
2091 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
|
|
2092 unconditionally t.
|
|
2093
|
|
2094 1999-07-20 Karl Heuer <kwzh@gnu.org>
|
|
2095
|
|
2096 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
|
|
2097
|
|
2098 1999-07-20 Dave Love <fx@gnu.org>
|
|
2099
|
|
2100 * help.el (describe-variable): Fix test for customizability.
|
|
2101
|
|
2102 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
|
|
2103 Check for readonly buffer in interactive spec.
|
|
2104 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
|
|
2105 (backward-kill-word): Add * to interactive spec.
|
|
2106
|
|
2107 * underline.el (underline-region, ununderline-region): Add * to
|
|
2108 interactive spec.
|
|
2109
|
|
2110 * fill.el (canonically-space-region, justify-current-line): Add *
|
|
2111 to interactive spec.
|
|
2112 (fill-region-as-paragraph, fill-paragraph, fill-region)
|
|
2113 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
|
|
2114 readonly buffer in interactive spec.
|
|
2115
|
|
2116 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
|
|
2117 (backward-kill-sentence, kill-sentence): Add * to interactive
|
|
2118 spec.
|
|
2119
|
|
2120 1999-07-19 Richard M. Stallman <rms@gnu.org>
|
|
2121
|
|
2122 * dired-aux.el (dired-do-shell-command): Doc fix.
|
|
2123
|
|
2124 * shell.el (shell-unquote-argument): New function.
|
|
2125 (shell-directory-tracker): Use shell-unquote-argument.
|
|
2126 * comint.el (comint-arguments): Handle \ followed by space or tab.
|
|
2127
|
|
2128 1999-07-19 John Wiegley <jwiegley@borland.com>
|
|
2129
|
|
2130 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
|
|
2131 color codes 39 and 49, which by the way lynx uses them seem to
|
|
2132 mean "foreground reset" and "background reset".
|
|
2133
|
|
2134 1999-07-19 Karl Heuer <kwzh@gnu.org>
|
|
2135
|
|
2136 * font-lock.el (c++-keywords): Add "typeid".
|
|
2137
|
|
2138 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
|
|
2139 selects no font, treat that as zero selections, not one.
|
|
2140
|
|
2141 1999-07-19 Dave Love <fx@gnu.org>
|
|
2142
|
|
2143 * info.el (Info-search): Don't lose with empty regexp.
|
|
2144
|
|
2145 * version.el: Cater for (free) `ident' program, not `which'.
|
|
2146
|
|
2147 * hl-line.el: New file.
|
|
2148
|
|
2149 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
|
|
2150 for modes which don't define menus.
|
|
2151
|
|
2152 1999-07-16 Richard M. Stallman <rms@gnu.org>
|
|
2153
|
|
2154 * webjump.el (webjump-sample-sites): Update some URLs.
|
|
2155
|
|
2156 1999-07-14 Richard Stallman <rms@gnu.org>
|
|
2157
|
|
2158 * Version 20.4 released.
|
|
2159
|
|
2160 1999-07-14 Andreas Schwab <schwab@gnu.org>
|
|
2161
|
|
2162 * compare-w.el (compare-windows): Try to find the next window in
|
|
2163 the current frame before looking at the other frames.
|
|
2164
|
|
2165 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
|
|
2166
|
|
2167 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
|
|
2168 Use cyrillic-jcuken as default input method.
|
|
2169
|
|
2170 1999-07-12 Richard Stallman <rms@gnu.org>
|
|
2171
|
|
2172 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
|
|
2173 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
|
|
2174
|
|
2175 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
|
|
2176 (ispell-local-dictionary-alist): Add koi8-r for character set.
|
|
2177
|
|
2178 * textmodes/flyspell.el (flyspell-get-word):
|
|
2179 Add special handling for when ispell-otherchars is empty.
|
|
2180
|
|
2181 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
|
|
2182
|
|
2183 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
|
|
2184 when having nested functons.
|
|
2185 (pascal-indent-nested-functions) (pascal-indent-line)
|
|
2186 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
|
|
2187 indenting nested functions.
|
|
2188
|
|
2189 1999-07-09 Richard Stallman <rms@gnu.org>
|
|
2190
|
|
2191 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
|
|
2192
|
|
2193 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
|
|
2194
|
|
2195 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
|
|
2196 the `end' keyword was in the very beginning of the buffer.
|
|
2197
|
|
2198 1999-07-08 Richard Stallman <rms@gnu.org>
|
|
2199
|
|
2200 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
|
|
2201
|
|
2202 * term.el (term-emulate-terminal): Avoid infinite loop
|
|
2203 in strange case where minibuffer window is selected but not active.
|
|
2204
|
|
2205 1999-07-07 Stephen Eglen <stephen@gnu.org>
|
|
2206
|
|
2207 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
|
|
2208 Change regexp so that it doesn't match commands beginning with `cd'.
|
|
2209
|
|
2210 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
|
|
2211
|
|
2212 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
|
|
2213
|
|
2214 1999-07-06 Richard Stallman <rms@gnu.org>
|
|
2215
|
|
2216 * hscroll.el (hscroll-minibuffer-hook): New function.
|
|
2217 (hscroll-global-mode): Add and remove that hook.
|
|
2218 Set hscroll-old-truncate-was-global's default value.
|
|
2219
|
|
2220 1999-07-05 Richard Stallman <rms@gnu.org>
|
|
2221
|
|
2222 * files.el (revert-buffer): Don't preserve point here.
|
|
2223 (revert-buffer-insert-file-contents-function): Doc fix.
|
|
2224
|
|
2225 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
|
|
2226
|
|
2227 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
|
|
2228 doing a `stat' when it isn't necessary because that can cause
|
|
2229 trouble when an NFS server is down.
|
|
2230
|
|
2231 1999-07-04 Richard Stallman <rms@gnu.org>
|
|
2232
|
|
2233 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
|
|
2234
|
|
2235 1999-07-03 Richard Stallman <rms@gnu.org>
|
|
2236
|
|
2237 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
|
|
2238 for \200...\240 also.
|
|
2239 (isearch-printing-char): Use unibyte-char-to-multibyte.
|
|
2240
|
|
2241 1999-07-02 Richard Stallman <rms@gnu.org>
|
|
2242
|
|
2243 * frame.el (minibuffer-frame-alist): Use defcustom.
|
|
2244 (pop-up-frame-alist): Likewise.
|
|
2245 (initial-frame-alist): Specify * in the doc string.
|
|
2246
|
|
2247 * hscroll.el (hscroll-mode): Make it a permanent local.
|
|
2248 (hscroll-mode): Don't cancel the timer
|
|
2249 if HScroll mode is enabled in some other buffer.
|
|
2250
|
|
2251 * isearch.el (isearch-done): If search ends in middle of intangible
|
|
2252 text (due to text property), move on to the limit of that text.
|
|
2253
|
|
2254 1999-07-01 Andrew Innes <andrewi@gnu.org>
|
|
2255
|
|
2256 * man.el (Man-build-man-command): Use value of null-device,
|
|
2257 instead of hard-coding "/dev/null".
|
|
2258
|
|
2259 * dos-w32.el (untranslated-canonical-name): Avoid expanding
|
|
2260 ange-ftp file names, which might force ange-ftp to prompt for a
|
|
2261 password.
|
|
2262
|
|
2263 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
|
|
2264 to prevent references to temp files.
|
|
2265
|
|
2266 1999-06-30 Richard Stallman <rms@gnu.org>
|
|
2267
|
|
2268 * progmodes/sh-script.el (sh-feature): If nothing is known
|
|
2269 about the given shell, use the values for `sh'.
|
|
2270
|
|
2271 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
|
|
2272
|
|
2273 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
|
|
2274 to make it non-recursive.
|
|
2275
|
|
2276 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
|
|
2277
|
|
2278 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
2279
|
|
2280 * auto-show.el (auto-show-mode): Fix Typo in :set.
|
|
2281
|
|
2282 1999-06-29 Richard M. Stallman <rms@gnu.org>
|
|
2283
|
|
2284 * progmodes/sh-script.el (sh-mode): When setting syntax
|
|
2285 table, default to the standard one.
|
|
2286
|
|
2287 1999-06-27 Richard M. Stallman <rms@gnu.org>
|
|
2288
|
|
2289 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
|
|
2290
|
|
2291 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu>
|
|
2292
|
|
2293 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up
|
|
2294 a frame when `return' is requested (even if pop-up-frames = t)
|
|
2295 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
|
|
2296 should only be set for the bibtex buffer.
|
|
2297
|
|
2298 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
|
|
2299
|
|
2300 * progmodes/compile.el: Deal with compilation-error-screen-columns
|
|
2301 being buffer-local.
|
|
2302
|
|
2303 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
|
|
2304
|
|
2305 * comint.el (comint-password-prompt-regexp): Allow "(again)".
|
|
2306
|
|
2307 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
2308
|
|
2309 * cal-x.el (calendar-only-one-frame-setup): New function.
|
|
2310 * calendar.el (calendar): Call it if requested.
|
|
2311
|
|
2312 1999-06-24 Karl Heuer <kwzh@gnu.org>
|
|
2313
|
|
2314 * startup.el (iso-8859-n-locale-regexp): Doc fix.
|
|
2315
|
|
2316 1999-06-22 Richard M. Stallman <rms@gnu.org>
|
|
2317
|
|
2318 * mail/supercite.el (sc-emacs-features): Doc fix.
|
|
2319
|
|
2320 1999-06-22 Karl Heuer <kwzh@gnu.org>
|
|
2321
|
|
2322 * files.el (auto-mode-alist): Add pike-mode.
|
|
2323
|
|
2324 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
|
|
2325
|
|
2326 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
|
|
2327 last byte of a numeric field is a space or a NUL. Parse it as
|
|
2328 potentially part of the number. This is used by GNU tar
|
|
2329 1.12.64012 to handle larger values.
|
|
2330
|
|
2331 1999-06-20 Karl Heuer <kwzh@gnu.org>
|
|
2332
|
|
2333 * custom.el (custom-handle-keyword): Fix error message.
|
|
2334
|
|
2335 1999-06-18 Andrew Innes <andrewi@gnu.org>
|
|
2336
|
|
2337 * mail/smtpmail.el (smtpmail-send-it): Use
|
|
2338 convert-standard-filename to make file names for queued mail safe
|
|
2339 on Windows (`:' is invalid in file names on Windows).
|
|
2340
|
|
2341 1999-06-17 Kenichi Handa <handa@etl.go.jp>
|
|
2342
|
|
2343 * international/mule-cmds.el (describe-current-input-method):
|
|
2344 Current-input-method is string.
|
|
2345 (toggle-input-method): Docstring fixed.
|
|
2346
|
|
2347 * international/mule-diag.el
|
|
2348 (describe-current-coding-system-briefly): Fix format string.
|
|
2349
|
|
2350 * international/mule-util.el (coding-system-eol-type-mnemonic):
|
|
2351 Docstring modified. Return a string.
|
|
2352
|
|
2353 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
|
|
2354
|
|
2355 * sql.el (sql-input-ring-file-name): Doc fix.
|
|
2356
|
|
2357 1999-06-17 Richard M. Stallman <rms@gnu.org>
|
|
2358
|
|
2359 * calendar/cal-x.el (special-display-buffer-names):
|
|
2360 Don't put (get-file-buffer diary-file) on this list.
|
|
2361
|
|
2362 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
|
|
2363
|
|
2364 * play/mpuz.el (mpuz-try-proposal): Fix message call.
|
|
2365 Don't penalize player for certain impossible guesses.
|
|
2366
|
|
2367 1999-06-16 Andrew Innes <andrewi@gnu.org>
|
|
2368
|
|
2369 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
|
|
2370 return the string "Unk 0 0000" so at least it appears to be a
|
|
2371 valid timestamp to `dired-move-to-filename-regexp'.
|
|
2372
|
|
2373 1999-06-15 Ken'ichi Handa <handa@gnu.org>
|
|
2374
|
|
2375 * ps-print.el (ps-control-character): Fix previous change.
|
|
2376
|
|
2377 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
2378
|
|
2379 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
|
|
2380 multiple output of the last message.
|
|
2381
|
|
2382 1999-06-14 Eli Zaretskii <eliz@gnu.org>
|
|
2383
|
|
2384 * term/internal.el (IT-display-table-setup): Do not remap \222 to
|
|
2385 the ASCII apostrophe, as most DOS codepages have some other glyph
|
|
2386 there.
|
|
2387
|
|
2388 1999-06-14 Ken'ichi Handa <handa@gnu.org>
|
|
2389
|
|
2390 * language/ethio-util.el (setup-ethiopic-environment-internal):
|
|
2391 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
|
|
2392 (exit-ethiopic-environment): Likewize.
|
|
2393
|
|
2394 1999-06-12 Richard M. Stallman <rms@gnu.org>
|
|
2395
|
|
2396 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
|
|
2397
|
|
2398 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
2399
|
|
2400 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
|
|
2401 custom-initialize-default to avoid infinite loop.
|
|
2402 (crisp-mode): (defun) Call transient-mark-mode here, not when
|
|
2403 loading the file. Run crisp-mode-hook here, and run
|
|
2404 crisp-load-hook when loading the file.
|
|
2405
|
|
2406 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
|
|
2407 rmail-summary buffer, search for pattern in rmail-file.
|
|
2408
|
|
2409 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
|
|
2410
|
|
2411 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
|
|
2412
|
|
2413 * ps-print.el (ps-printer-name): Fix custom type.
|
|
2414
|
|
2415 1999-06-12 Reto Zimmermann <reto@synopsys.com>
|
|
2416
|
|
2417 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
|
|
2418 (vhdl-port-paste-generic-map): Fix indentation bug.
|
|
2419 (vhdl-port-paste-port-map): Fix indentation bug.
|
|
2420 (vhdl-scan-file-contents): Make scanning case insensitive.
|
|
2421
|
|
2422 1999-06-11 Richard M. Stallman <rms@gnu.org>
|
|
2423
|
|
2424 * files.el (write-file): When buffer is not already visiting a file,
|
|
2425 don't put buffer name in the minibuffer, just make it the default.
|
|
2426 Also handle just directory as arg usefully in that case.
|
|
2427
|
|
2428 * simple.el (sendmail-user-agent-compose):
|
|
2429 Ignore case when inserting the rest of the "other" headers.
|
|
2430
|
|
2431 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
|
|
2432
|
|
2433 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
|
|
2434 (info-lookup-interactive-arguments): Never insert the default
|
|
2435 into the minibuffer automatically.
|
|
2436
|
|
2437 * emacs-lisp/cl-extra.el (getf): Don't call get*.
|
|
2438
|
|
2439 1999-06-09 Richard M. Stallman <rms@gnu.org>
|
|
2440
|
|
2441 * simple.el (shell-command): Avoid printing "mark set" message.
|
|
2442
|
|
2443 1999-06-09 Dave Love <fx@gnu.org>
|
|
2444
|
|
2445 * progmodes/compile.el (compilation-error-regexp-alist): Allow
|
|
2446 digits in program name in first pattern.
|
|
2447
|
|
2448 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
|
|
2449
|
|
2450 * vc.el (vc-dired-mode): Don't match anything before the date in
|
|
2451 dired-move-to-filename-regexp.
|
|
2452
|
|
2453 1999-06-07 Ken'ichi Handa <handa@gnu.org>
|
|
2454
|
|
2455 * international/quail.el (quail-define-rules): Fix typo in
|
|
2456 docstring.
|
|
2457
|
|
2458 1999-06-05 Stephen Eglen <stephen@gnu.org>
|
|
2459
|
|
2460 * iswitchb.el (iswitchb-default-keybindings): Add
|
|
2461 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
|
|
2462 than when package is loaded.
|
|
2463
|
|
2464 1999-06-04 Richard M. Stallman <rms@gnu.org>
|
|
2465
|
|
2466 * startup.el (command-line): Don't set user-init-file directly;
|
|
2467 tell `load' to set it.
|
|
2468
|
|
2469 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
|
|
2470
|
|
2471 * simple.el (next-history-element):
|
|
2472 Handle minibuffer-text-before-history properly when reading sexps.
|
|
2473
|
|
2474 * disp-table.el (standard-display-european):
|
|
2475 For an interactive call by the user,
|
|
2476 don't set enable-multibyte-characters,
|
|
2477 and don't set the terminal coding system.
|
|
2478
|
|
2479 * textmodes/refbib.el: Don't print any messages or display
|
|
2480 a buffer when loading the library.
|
|
2481 (r2b-help): Doc fix.
|
|
2482 (r2b-help-message): Update the documentation.
|
|
2483 (r2b-load-quietly): Variable deleted.
|
|
2484 (r2b-convert-buffer): Doc fix.
|
|
2485
|
|
2486 1999-06-04 Dave Love <fx@gnu.org>
|
|
2487
|
|
2488 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
|
|
2489
|
|
2490 * auto-show.el: Don't change hooks on loading.
|
|
2491 (auto-show-mode): Autoload. Default to nil. Add :set &c.
|
|
2492 (auto-show-mode): Add to hooks here.
|
|
2493
|
|
2494 1999-06-04 Richard Sharman <rsharman@pobox.com>
|
|
2495
|
|
2496 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
|
|
2497 recursion on bogus input.
|
|
2498
|
|
2499 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
|
|
2500
|
|
2501 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
|
|
2502 does not select a buffer from the buffers menu, then the attached
|
|
2503 frame is not switched to anything.
|
|
2504
|
|
2505 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
2506
|
|
2507 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
2508 (viet-viscii-...->viet-vscii...).
|
|
2509
|
|
2510 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
|
|
2511
|
|
2512 1999-06-01 Dave Love <fx@gnu.org>
|
|
2513
|
|
2514 * progmodes/fortran.el: Add :link to defgroup.
|
|
2515 (fortran-blink-matching-if): Match ELSE statements too.
|
|
2516 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
|
|
2517 that filling is always done.
|
|
2518
|
|
2519 1999-05-31 Richard M. Stallman <rms@gnu.org>
|
|
2520
|
|
2521 * simple.el (append-next-kill): Use an arg to distinguish
|
|
2522 interactive calls from Lisp calls, rather than (interactive-p).
|
|
2523
|
|
2524 * international/iso-transl.el (iso-transl-language-alist):
|
|
2525 Interchange n and N.
|
|
2526
|
|
2527 1999-05-31 Dave Love <fx@gnu.org>
|
|
2528
|
|
2529 * msb.el Add to minor-mode-map-alist. Remove hook installation
|
|
2530 and keymap munging on load.
|
|
2531 (msb-mode): New option.
|
|
2532 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
|
|
2533 Doc fix.
|
|
2534 (msb-mode-map): New variable.
|
|
2535 (msb-mode): New command.
|
|
2536
|
|
2537 1999-05-31 Dave Love <fx@gnu.org>
|
|
2538
|
|
2539 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
|
|
2540 (ispell-complete-word-dict): Likewise.
|
|
2541
|
|
2542 1999-05-31 Eli Zaretskii <eliz@gnu.org>
|
|
2543
|
|
2544 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
|
|
2545 force the data buffer to be saved, even if the data didn't
|
|
2546 change, in case the write filter was modified. Restore the
|
|
2547 current record after read-file-filter finishes.
|
|
2548
|
|
2549 1999-05-29 Karl Heuer <kwzh@gnu.org>
|
|
2550
|
|
2551 * ispell4.el: Obsolete; file deleted.
|
|
2552
|
|
2553 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
|
|
2554
|
|
2555 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
|
|
2556 VALUE is a syntax table.
|
|
2557
|
|
2558 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
|
|
2559
|
|
2560 * simple.el (zap-to-char): Doc fix.
|
|
2561
|
|
2562 1999-05-27 Ken'ichi Handa <handa@gnu.org>
|
|
2563
|
|
2564 * isearch.el (isearch-quote-char): Don't assume character codes
|
|
2565 0200 - 0237 stand for characters in some single-byte character
|
|
2566 charset.
|
|
2567
|
|
2568 1999-05-27 Dave Love <fx@gnu.org>
|
|
2569
|
|
2570 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
|
|
2571
|
|
2572 1999-05-27 Andreas Schwab <schwab@gnu.org>
|
|
2573
|
|
2574 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
|
|
2575 headerline does not exist already.
|
|
2576
|
|
2577 1999-05-26 Richard Stallman <rms@gnu.org>
|
|
2578
|
|
2579 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
|
|
2580 Avoid nested null-loops.
|
|
2581
|
|
2582 1999-05-26 Ken'ichi Handa <handa@gnu.org>
|
|
2583
|
|
2584 * international/characters.el: Typo fixed; prefered->preferred.
|
|
2585
|
|
2586 * international/mule-cmds.el (find-coding-systems-for-charsets):
|
|
2587 Typo fixed; prefered->preferred.
|
|
2588
|
|
2589 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
|
|
2590 method in read-event.
|
|
2591
|
|
2592 * international/mule.el (charset-info): Doc-string fixed.
|
|
2593
|
|
2594 1999-05-25 Ken'ichi Handa <handa@gnu.org>
|
|
2595
|
|
2596 * mail/smtpmail.el (smtpmail-send-it): Bind
|
|
2597 smtpmail-code-conv-from properly.
|
|
2598 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
|
|
2599 by smtpmail-code-conv-from.
|
|
2600
|
|
2601 1999-05-24 Richard Stallman <rms@gnu.org>
|
|
2602
|
|
2603 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
|
|
2604 Binding deleted also.
|
|
2605
|
|
2606 1999-05-24 Karl Heuer <kwzh@gnu.org>
|
|
2607
|
|
2608 * comint.el (comint-bol-or-process-mark): Doc fix.
|
|
2609
|
|
2610 1999-05-23 Dave Love <fx@gnu.org>
|
|
2611
|
|
2612 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
|
|
2613 Enter it on minor-mode-map-alist.
|
|
2614 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
|
|
2615 Autoload. Add custom setter.
|
|
2616 (crisp-mark-line): Doc fix.
|
|
2617 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
|
|
2618 (crisp-mode-hook): Define.
|
|
2619
|
|
2620 1999-05-23 Ken'ichi Handa <handa@gnu.org>
|
|
2621
|
|
2622 * files.el (recover-file): Recover buffer-file-coding-system.
|
|
2623
|
|
2624 1999-05-22 Richard Stallman <rms@gnu.org>
|
|
2625
|
|
2626 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
|
|
2627 regexp match the date, to avoid treating date as file size.
|
|
2628 Add YYYY S option to WESTERN/
|
|
2629
|
|
2630 * bookmark.el: Delete some XEmacs compatibility code.
|
|
2631 (bookmark-jump-noselect): Check vc-backend.
|
|
2632
|
|
2633 * subr.el (add-to-list): Doc fix.
|
|
2634
|
|
2635 1999-05-21 Stephen Eglen <stephen@gnu.org>
|
|
2636
|
|
2637 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
|
|
2638
|
|
2639 1999-05-18 Richard Stallman <rms@gnu.org>
|
|
2640
|
|
2641 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
|
|
2642 non-space after the @anchor command.
|
|
2643 (texinfo-format-var): Handle other nested constructs, using
|
|
2644 texinfo-parse-expanded-arg and texinfo-discard-command, not
|
|
2645 texinfo-parse-arg-discard.
|
|
2646
|
|
2647 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
|
|
2648 (debug): Bind and use debugger-outer-inhibit-redisplay.
|
|
2649 Bind inhibit-redisplay to nil.
|
|
2650 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
|
|
2651
|
|
2652 1999-05-17 Dave Love <fx@gnu.org>
|
|
2653
|
|
2654 * help.el (describe-function-1): Extra arg, interactive-p.
|
|
2655 (describe-key, describe-function): Use it.
|
|
2656
|
|
2657 1999-05-17 Karl Heuer <kwzh@gnu.org>
|
|
2658
|
|
2659 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
|
|
2660
|
|
2661 1999-05-16 Dave Love <fx@gnu.org>
|
|
2662
|
|
2663 * cus-start.el (all): Delete selective-display. Add scroll-margin,
|
|
2664 scroll-preserve-screen-position, scroll-conservatively.
|
|
2665
|
|
2666 1999-05-16 Dave Love <fx@gnu.org>
|
|
2667
|
|
2668 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
|
|
2669
|
|
2670 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
|
|
2671
|
|
2672 * progmodes/vhdl-mode.el: Completely revised and massively extended.
|
|
2673
|
|
2674 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
|
|
2675
|
|
2676 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
|
|
2677 magic number and is not associated with a file.
|
|
2678
|
|
2679 1999-05-14 Richard M. Stallman <rms@gnu.org>
|
|
2680
|
|
2681 * files.el (find-file-noselect-1): Fix previous change.
|
|
2682
|
|
2683 1999-05-14 Simon Marshall <simon@gnu.org>
|
|
2684
|
|
2685 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
|
|
2686
|
|
2687 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
2688
|
|
2689 * international/mule-diag.el (mule-diag): Change MULE to Mule in
|
|
2690 docstring.
|
|
2691
|
|
2692 * international/mule-cmds.el: Change MULE to Mule in docstrings
|
|
2693 and menus.
|
|
2694
|
|
2695 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
|
|
2696
|
|
2697 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
|
|
2698 to correctly reflect the value of BaseLineOffset in
|
|
2699 RelativeCompose. Now the value of RelativeCompose is an array of
|
|
2700 low and high positions.
|
|
2701 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
|
|
2702 RLC for the above change.
|
|
2703
|
|
2704 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
|
|
2705
|
|
2706 * comint.el (comint-password-prompt-regexp): Modified to match the
|
|
2707 output of ksu and ssh-add.
|
|
2708
|
|
2709 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
|
|
2710
|
|
2711 * language/korea-util.el (isearch-toggle-korean-input-method):
|
|
2712 Adjusted for the change of input method handling in isearch.el.
|
|
2713 (isearch-hangul-switch-symbol-ksc): Likewise.
|
|
2714 (isearch-hangul-switch-hanja): Likewise.
|
|
2715
|
|
2716 1999-05-10 Dave Love <fx@gnu.org>
|
|
2717
|
|
2718 * help.el (help-make-xrefs): Fix typo.
|
|
2719
|
|
2720 1999-05-10 Andreas Schwab <schwab@gnu.org>
|
|
2721
|
|
2722 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
|
|
2723 unibyte-display-via-language-environment.
|
|
2724
|
|
2725 * help.el (help-make-xrefs): Handle more cases when looking for
|
|
2726 commands in a keymap description.
|
|
2727
|
|
2728 1999-05-10 Eli Zaretskii <eliz@gnu.org>
|
|
2729
|
|
2730 * loadup.el: For ms-dos systems, load ccl and codepage.
|
|
2731
|
|
2732 1999-05-09 Ken'ichi Handa <handa@gnu.org>
|
|
2733
|
|
2734 * ps-print.el (ps-control-character): Call
|
|
2735 ps-mule-prepare-ascii-font to setup ASCII fonts.
|
|
2736
|
|
2737 * ps-mule.el (ps-mule-begin-job): Redo this change "if
|
|
2738 ps-multibyte-buffer is nil, use
|
|
2739 ps-mule-font-info-database-default."
|
|
2740
|
|
2741 1999-05-08 Ken Stevens <k.stevens@ieee.org>
|
|
2742
|
|
2743 * ispell.el (ispell-local-dictionary-alist): New variable for
|
|
2744 customizing local dictionaries not accessable by everyone.
|
|
2745 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
|
|
2746 (ispell-required-version): Changed format `(major minor
|
|
2747 revision)' to support general pattern matching.
|
|
2748 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
|
|
2749 skip region commented out due to incorrect skip potential in std latex.
|
|
2750 (ispell-word): Removed `when' macro. Fixed bug of not restoring
|
|
2751 cursor point on small words for calls from `ispell-minor-mode'.
|
|
2752 (check-ispell-version): Tests and accepts versions major.minor
|
|
2753 and above, with adjustments for interactions in 3.1.0-3.1.11.
|
|
2754 (ispell-get-line): No longer skips ispell process special characters.
|
|
2755 (ispell-comments-and-strings): Removed `when' macro call.
|
|
2756 (ispell-minor-check): Requires ispell-word to restore cursor point.
|
|
2757 (ispell-buffer-local-parsing): Supports checking comments only.
|
|
2758
|
|
2759 1999-05-08 Karl Heuer <kwzh@gnu.org>
|
|
2760
|
|
2761 * comint.el (comint-password-prompt-regexp): Fix last change to be
|
|
2762 more specific.
|
|
2763
|
|
2764 1999-05-07 Richard M. Stallman <rms@gnu.org>
|
|
2765
|
|
2766 * subr.el (with-temp-message): Fix the other call to message
|
|
2767 to use %s.
|
|
2768
|
|
2769 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
|
|
2770
|
|
2771 * gud.el (gud-format-command): "%F" means file sans extension.
|
|
2772 (jdb): use %F, not %f, for gud-break.
|
|
2773
|
|
2774 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
|
|
2775
|
|
2776 * comint.el (comint-password-prompt-regexp): Modified so that it
|
|
2777 matches the output of kinit.
|
|
2778
|
|
2779 1999-05-06 Greg Stark <gsstark@mit.edu>
|
|
2780
|
|
2781 * timezone.el (timezone-parse-date): Recognize new format used in
|
|
2782 internet cookies.
|
|
2783
|
|
2784 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
|
|
2785
|
|
2786 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
|
|
2787
|
|
2788 1999-05-04 Andrew Innes <andrewi@gnu.org>
|
|
2789
|
|
2790 * time.el (display-time-update): Allow for wrap-around when
|
|
2791 checking against display-time-server-down-time.
|
|
2792
|
|
2793 1999-05-04 Ken'ichi Handa <handa@gnu.org>
|
|
2794
|
|
2795 * international/mule-diag.el (describe-coding-system): Fix English
|
|
2796 message.
|
|
2797
|
|
2798 1999-05-03 Jason Rumney <jasonr@altavista.net>
|
|
2799
|
|
2800 * term/w32-win.el: Change the x-charset-registry property for the
|
|
2801 Japanese charsets that are supported by Japanese Windows fonts.
|
|
2802
|
|
2803 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
2804
|
|
2805 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
|
|
2806 diary-block diary entries for which the reminders and the diary
|
|
2807 entries can overlap.
|
|
2808
|
|
2809 1999-05-02 Jason Rumney <jasonr@altavista.net>
|
|
2810
|
|
2811 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
|
|
2812 matches the font selected in the dialog.
|
|
2813
|
|
2814 1999-05-02 Dave Love <fx@gnu.org>
|
|
2815
|
|
2816 * browse-url.el (browse-url-browser-function): Add :version.
|
|
2817
|
|
2818 * international/mule.el (auto-coding-alist): Add .tgz.
|
|
2819
|
|
2820 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
|
|
2821
|
|
2822 * international/codepage.el (cp-coding-system-for-codepage-1):
|
|
2823 Make the magnification parameter for the -dos encoder be 2.
|
|
2824
|
|
2825 1999-05-2 Andrew Innes <andrewi@gnu.org>
|
|
2826
|
|
2827 * term/w32-win.el (w32-drag-n-drop): Select file in window where
|
|
2828 it is dropped, rather than current window.
|
|
2829
|
|
2830 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
|
|
2831 after switching buffer, as case-fold-search is a buffer local
|
|
2832 variable.
|
|
2833
|
|
2834 * w32-fns.el (convert-standard-filename): Only convert directory
|
|
2835 separators to backslash if the interactive shell is one of the
|
|
2836 standard Windows shells that has DOS semantics.
|
|
2837
|
|
2838 * ls-lisp.el (ls-lisp-format-time): Trap errors from
|
|
2839 format-time-string, and return a suitable string to indicate the
|
|
2840 timestamp was invalid.
|
|
2841
|
|
2842 * hexl.el (hexlify-command): Apply shell-quote-argument after
|
|
2843 expanding hexl-program in case exec-directory contains a space.
|
|
2844 (dehexlify-command): Ditto.
|
|
2845
|
|
2846 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
|
|
2847 file extension regexps which aren't necessarily binary files.
|
|
2848 (direct-print-region-helper): Use subst-char-in-string instead of
|
|
2849 binding directory-sep-char to convert filenames to DOS syntax.
|
|
2850 (direct-print-region-use-command-dot-com): New variable.
|
|
2851 (direct-print-region-helper): Use it to control whether to invoked
|
|
2852 command.com to print on Windows 9x.
|
|
2853
|
|
2854 * browse-url.el (browse-url-browser-function): Default to
|
|
2855 browse-url-default-windows-browser on windows-nt.
|
|
2856 (browse-url-default-windows-browser): New function.
|
|
2857
|
|
2858 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
|
|
2859
|
|
2860 * forms.el (forms-mode): Don't call forms-first-record or
|
|
2861 forms-last-record if the data file has zero records.
|
|
2862
|
|
2863 1999-04-29 Richard M. Stallman <rms@gnu.org>
|
|
2864
|
|
2865 * files.el (find-file-noselect-1): If buffer-file-name has changed
|
|
2866 after find-file-not-found-hooks runs, recompute the truename.
|
|
2867 And don't use FILENAME after that point.
|
|
2868
|
|
2869 1999-04-27 Dave Love <fx@gnu.org>
|
|
2870
|
|
2871 * paren.el (show-paren-mode)
|
|
2872 * which-func.el (which-func-mode-global)
|
|
2873 * type-break.el (type-break-mode)
|
|
2874 * time.el (display-time-mode)
|
|
2875 * rsz-mini.el (resize-minibuffer-mode)
|
|
2876 * mouse-sel.el (mouse-sel-mode)
|
|
2877 * icomplete.el (icomplete-mode)
|
|
2878 * hscroll.el (hscroll-global-mode)
|
|
2879 * help.el (temp-buffer-resize-mode)
|
|
2880 * font-lock.el (global-font-lock-mode)
|
|
2881 * delsel.el (delete-selection-mode)
|
|
2882 * avoid.el (mouse-avoidance-mode)
|
|
2883 * autoinsert.el (auto-insert-mode)
|
|
2884 * winner.el (winner-mode): Doc fix.
|
|
2885
|
|
2886 1999-04-26 Karl Heuer <kwzh@gnu.org>
|
|
2887
|
|
2888 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
|
|
2889 the same whitespace that was ignored in choosing the subject string.
|
|
2890
|
|
2891 1999-04-26 Richard M. Stallman <rms@gnu.org>
|
|
2892
|
|
2893 * info.el (Info-find-node): Position properly after finding anchor.
|
|
2894
|
|
2895 * cus-start.el (all): Handle unibyte-display-via-language-environment.
|
|
2896
|
|
2897 * simple.el (indent-new-comment-line): Fix previous change.
|
|
2898
|
|
2899 * complete.el: Delete the wildcard expansion feature
|
|
2900 since that is now standard in find-file.
|
|
2901 (PC-try-load-many-files): Function deleted.
|
|
2902 (PC-after-load-many-files): Function deleted.
|
|
2903 (PC-many-files-list): Variable deleted.
|
|
2904 (PC-disable-wildcards): Variable deleted.
|
|
2905 (partial-completion-mode): Don't enable the wildcard feature.
|
|
2906
|
|
2907 * complete.el (PC-look-for-include-file): Don't set global variables
|
|
2908 `error', `buf' and `filename' here.
|
|
2909
|
|
2910 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
|
|
2911
|
|
2912 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
|
|
2913
|
|
2914 * textmodes/outline.el (outline-regexp): Doc fix.
|
|
2915
|
|
2916 1999-04-26 John Wiegley <johnw@borland.com>
|
|
2917
|
|
2918 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
|
|
2919 C++Builder 4.0 error message syntax.
|
|
2920
|
|
2921 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
|
|
2922
|
|
2923 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
|
|
2924 supported, use find -exec.
|
|
2925
|
|
2926 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
2927
|
|
2928 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
|
|
2929 coding-system-for-write, to avoid hanging when non-interactive.
|
|
2930
|
|
2931 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
|
2932
|
|
2933 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
|
|
2934 start with a newline.
|
|
2935
|
|
2936 1999-04-13 Ken'ichi Handa <handa@gnu.org>
|
|
2937
|
|
2938 * international/mule-conf.el (x-ctext): New coding system.
|
|
2939
|
|
2940 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
2941
|
|
2942 * international/mule-cmds.el (input-method-function):
|
|
2943 Add permanent-local property.
|
|
2944
|
|
2945 1999-04-12 Dave Love <fx@gnu.org>
|
|
2946
|
|
2947 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
|
|
2948 change to use jka-compr-byte-compiler-base-file-name.
|
|
2949
|
|
2950 * supercite.el (sc-scan-info-alist): Revert last change.
|
|
2951 (sc-attrib-selection-list): Fix :type here instead.
|
|
2952
|
|
2953 1999-04-11 Eli Zaretskii <eliz@gnu.org>
|
|
2954
|
|
2955 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
|
|
2956 in the list of case-insensitive filesystems.
|
|
2957
|
|
2958 1999-04-09 Kenichi Handa <handa@etl.go.jp>
|
|
2959
|
|
2960 * international/fontset.el (create-fontset-from-fontset-spec):
|
|
2961 Don't register duplicated alias fontset names.
|
|
2962
|
|
2963 1999-04-08 Richard Stallman <rms@gnu.org>
|
|
2964
|
|
2965 * international/mule.el (auto-coding-alist-lookup): New function.
|
|
2966 (set-auto-coding): Use auto-coding-alist-lookup.
|
|
2967
|
|
2968 * jka-compr.el (jka-compr-insert-file-contents):
|
|
2969 Use auto-coding-alist-lookup to check for files that
|
|
2970 should not have eol conversion, in the unibyte case.
|
|
2971
|
|
2972 1999-04-07 Dave Love <fx@gnu.org>
|
|
2973
|
|
2974 * help.el (describe-variable): Check custom-loads property as well
|
|
2975 as custom-type.
|
|
2976
|
|
2977 * abbrev.el (abbrev-mode): Customizing sets the default value.
|
|
2978
|
|
2979 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
|
|
2980
|
|
2981 * vc.el (vc-backend-revert): For CVS files that were made
|
|
2982 writeable with "cvs edit", call "cvs unedit" to undo that.
|
|
2983
|
|
2984 1999-04-08 Dave Love <fx@gnu.org>
|
|
2985
|
|
2986 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
|
|
2987 more.
|
|
2988 (sc-emacs-features): Recognize Emacs 20.
|
|
2989 (sc-read-string): Use history arg.
|
|
2990 (sc-scan-info-alist): Check for rtnvalue a cons.
|
|
2991
|
|
2992 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
|
|
2993
|
|
2994 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
|
|
2995 coding system to encode the message by
|
|
2996 select-message-coding-system.
|
|
2997
|
|
2998 1999-04-07 Richard Stallman <rms@gnu.org>
|
|
2999
|
|
3000 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
|
|
3001
|
|
3002 * winner.el: Reorder definitions.
|
|
3003
|
|
3004 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
|
|
3005
|
|
3006 * mail/rmail.el (rmail-decode-babyl-format):
|
|
3007 Undo previous change.
|
|
3008
|
|
3009 1999-04-06 Richard Stallman <rms@gnu.org>
|
|
3010
|
|
3011 * info.el (Info-find-node): Check for an anchor at the
|
|
3012 proper place, before reading an indirect file.
|
|
3013
|
|
3014 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
|
|
3015
|
|
3016 * jka-compr.el (jka-compr-insert-file-contents):
|
|
3017 Use raw-text-unix when we want no conversion.
|
|
3018
|
|
3019 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
|
|
3020
|
|
3021 * timezone.el (timezone-parse-date): Corrected regexp for
|
|
3022 style (5) date format so that tenths of seconds are optional.
|
|
3023
|
|
3024 1999-04-05 Eli Zaretskii <eliz@gnu.org>
|
|
3025
|
|
3026 * term/internal.el (dos-cpNNN-setup): New function, with the guts
|
|
3027 of dos-codepage-setup.
|
|
3028 (cjk-codepages-alist): New variable, an alist of Far-Eastern
|
|
3029 codepages for which there's no need to set up cpNNN coding
|
|
3030 systems.
|
|
3031 (dos-codepage-setup): Support Far-Eastern DOS terminals.
|
|
3032
|
|
3033 1999-04-05 Richard Stallman <rms@gnu.org>
|
|
3034
|
|
3035 * mail/rmail.el (rmail-ignored-headers): Doc fix.
|
|
3036
|
|
3037 1999-04-02 Richard Stallman <rms@gnu.org>
|
|
3038
|
|
3039 * progmodes/compile.el (compilation-handle-exit): Do right thing
|
|
3040 if (car status) doesn't end in a newline.
|
|
3041
|
|
3042 1999-04-01 Dave Love <fx@gnu.org>
|
|
3043
|
|
3044 * progmodes/sql.el (SQL): Add defgroup :version.
|
|
3045
|
|
3046 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
|
|
3047
|
|
3048 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
|
|
3049 buffer-file-coding-system. If the coding system used is raw-text,
|
|
3050 etc., make the *Compiler Input* buffer unibyte.
|
|
3051
|
|
3052 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
|
|
3053
|
|
3054 * loadup.el: Don't write the fns-...el file if not dumping.
|
|
3055
|
|
3056 1999-03-31 Dave Love <fx@gnu.org>
|
|
3057
|
|
3058 * snmp-mode.el (snmp): Fix defgroup :version.
|
|
3059
|
|
3060 * hilit-chg.el (highlight-changes): Add defgroup :version.
|
|
3061
|
|
3062 1999-03-31 Andreas Schwab <schwab@gnu.org>
|
|
3063
|
|
3064 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
|
|
3065 the gnus-save-hidden-threads macro.
|
|
3066
|
|
3067 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3068
|
|
3069 * faces.el (face-set-after-frame-default): Obey the
|
|
3070 `customized-face' for new faces.
|
|
3071
|
|
3072 1999-03-30 Dave Love <fx@gnu.org>
|
|
3073
|
|
3074 * international/mule-cmds.el (current-language-environment): Doc fix.
|
|
3075 * abbrev.el (abbrev-mode): Doc fix.
|
|
3076 * autoinsert.el (auto-insert-mode): Doc fix.
|
|
3077 * complete.el (partial-completion-mode): Doc fix.
|
|
3078 * avoid.el (mouse-avoidance-mode): Doc fix.
|
|
3079 * delsel.el (delete-selection-mode): Doc fix.
|
|
3080 * font-lock.el (global-font-lock-mode): Doc fix.
|
|
3081 * help.el (temp-buffer-resize-mode): Doc fix.
|
|
3082 * hscroll.el (hscroll-global-mode): Doc fix.
|
|
3083 * icomplete.el (icomplete-mode): Doc fix.
|
|
3084 * mouse-sel.el (mouse-sel-mode): Doc fix.
|
|
3085 * paren.el (show-paren-mode): Doc fix.
|
|
3086 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
|
|
3087 * time.el (display-time-mode): Doc fix.
|
|
3088 * type-break.el (type-break-mode): Doc fix.
|
|
3089 * which-func.el (which-func-mode-global): Doc fix.
|
|
3090 * winner.el (winner-mode): Doc fix.
|
|
3091
|
|
3092 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
|
|
3093
|
|
3094 * wid-edit.el (widget-before-change): Signal text-read-only rather
|
|
3095 than an ordinary error.
|
|
3096
|
|
3097 1999-03-30 Richard M. Stallman <rms@gnu.org>
|
|
3098
|
|
3099 * repeat.el: Don't require advice.
|
|
3100 (repeat): Do function-indirection in check for kbd macro.
|
|
3101 In self-insert case, use the *last* char in INSERTION.
|
|
3102
|
|
3103 1999-03-30 Karl Heuer <kwzh@gnu.org>
|
|
3104
|
|
3105 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
|
|
3106
|
|
3107 1999-03-29 Andreas Schwab <schwab@gnu.org>
|
|
3108
|
|
3109 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
|
|
3110 comint-input-filter-functions. Make variables related to shell
|
|
3111 directory tracking local.
|
|
3112
|
|
3113 1999-03-26 Andreas Schwab <schwab@gnu.org>
|
|
3114
|
|
3115 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
|
|
3116
|
|
3117 * simple.el (shell-command-on-region): Cope with exit-status being
|
|
3118 nil, which happens if call-process-region was interrupted.
|
|
3119
|
|
3120 1999-03-26 Richard M. Stallman <rms@gnu.org>
|
|
3121
|
|
3122 * simple.el (indent-new-comment-line): Handle use at a point
|
|
3123 after a comment-end. Handle multiple comments.
|
|
3124
|
|
3125 * mail/rmail.el (rmail-decode-babyl-format):
|
|
3126 To prevent locking, bind buffer-file-name to nil.
|
|
3127
|
|
3128 1999-03-26 Karl Fogel <kfogel@red-bean.com>
|
|
3129
|
|
3130 * mail-hist.el (mail-hist-current-header-name): Don't make
|
|
3131 off-by-one-error when determining if in message body.
|
|
3132
|
|
3133 1999-03-25 Andrew Innes <andrewi@gnu.org>
|
|
3134
|
|
3135 * w32-fns.el (set-default-process-coding-system): Copied from
|
|
3136 dos-w32.el, but modified to use Unix line endings for process
|
|
3137 input, and to add a suitable entry to process-coding-system-alist
|
|
3138 for DOS shells.
|
|
3139
|
|
3140 * dos-fns.el (set-default-process-coding-system): Copied from
|
|
3141 dos-w32.el.
|
|
3142
|
|
3143 * dos-w32.el (set-default-process-coding-system): Move function to
|
|
3144 dos-fns.el; a different version is used in w32-fns.el.
|
|
3145
|
|
3146 1999-03-24 Dave Love <fx@gnu.org>
|
|
3147
|
|
3148 * info.el (Info-directory-list): Revert change to re-writing
|
|
3149 Info-default-directory-list, but put `alternative' first.
|
|
3150 (Info-insert-dir): Modify selecting the top dir file as a consequence.
|
|
3151
|
|
3152 1999-03-23 Simon Marshall <simon@gnu.org>
|
|
3153
|
|
3154 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
|
|
3155 on the line by itself.
|
|
3156 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
|
|
3157 it is not in a declarative context.
|
|
3158
|
|
3159 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3160
|
|
3161 * cus-edit.el (custom-variable-prompt): Allow customization of
|
|
3162 autoloaded symbols.
|
|
3163
|
|
3164 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
|
|
3165
|
|
3166 * simple.el (what-cursor-position): Don't cause error when point
|
|
3167 is at invalid multibyte sequence.
|
|
3168
|
|
3169 1999-03-21 Karl Heuer <kwzh@gnu.org>
|
|
3170
|
|
3171 * complete.el (partial-completion-mode): Doc fix.
|
|
3172
|
|
3173 1999-03-19 Richard M. Stallman <rms@gnu.org>
|
|
3174
|
|
3175 * progmodes/cplus-md.el (old-c++): Remove :group.
|
|
3176
|
|
3177 * progmodes/c-mode.el (old-c): Remove :group.
|
|
3178
|
|
3179 1999-03-18 Simon Marshall <simon@gnu.org>
|
|
3180
|
|
3181 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
|
|
3182 (java-font-lock-keywords-2): Added "strictfp" keyword.
|
|
3183
|
|
3184 1999-03-17 Jason Rumney <jasonr@altavista.net>
|
|
3185
|
|
3186 * w32-fns.el (set-w32-system-coding-system) New function.
|
|
3187 (w32-system-coding-system) Initialize to 'iso-latin-1.
|
|
3188
|
|
3189 1999-03-17 Eli Zaretskii <eliz@gnu.org>
|
|
3190
|
|
3191 * international/mule-cmds.el (set-language-environment): Fix
|
|
3192 previous change: don't use dos-codepage when unbound.
|
|
3193
|
|
3194 1999-03-17 Karl Heuer <kwzh@gnu.org>
|
|
3195
|
|
3196 * calendar/appt.el (appt-make-list): Fix previous change.
|
|
3197
|
|
3198 1999-03-16 Richard M. Stallman <rms@gnu.org>
|
|
3199
|
|
3200 * window.el (shrink-window-if-larger-than-buffer):
|
|
3201 Don't try to redisplay with the cursor at the end
|
|
3202 on its own line--that would force a scroll and spoil things.
|
|
3203
|
|
3204 1999-03-16 Eli Zaretskii <eliz@gnu.org>
|
|
3205
|
|
3206 * international/mule-cmds.el (set-language-environment): Don't use
|
|
3207 cpNNN-nonascii-translation-table if it is unbound.
|
|
3208
|
|
3209 * term/internal.el (dos-codepage-setup): Compute the unibyte
|
|
3210 syntax table and bind unibyte-display-via-language-environment
|
|
3211 here, rather than at top level, so that resetting to unibyte in
|
|
3212 .emacs works as expected.
|
|
3213
|
|
3214 1999-03-15 Simon Marshall <simon@gnu.org>
|
|
3215
|
|
3216 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
|
|
3217
|
|
3218 1999-03-14 Milan Zamazal <pdm@pvt.net>
|
|
3219
|
|
3220 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
|
|
3221
|
|
3222 1999-03-14 Kenichi Handa <handa@etl.go.jp>
|
|
3223
|
|
3224 * international/mule-util.el (detect-coding-with-priority):
|
|
3225 Restore the internal database.
|
|
3226
|
|
3227 1999-03-14 Stephen Eglen <stephen@gnu.org>
|
|
3228
|
|
3229 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
|
|
3230 if mail-from-style has invalid value.
|
|
3231
|
|
3232 1999-03-12 Karl Heuer <kwzh@gnu.org>
|
|
3233
|
|
3234 * vc.el (vc-delete-logbuf-window): New var.
|
|
3235 (vc-finish-logentry): Use it.
|
|
3236
|
|
3237 1999-03-12 Richard M. Stallman <rms@gnu.org>
|
|
3238
|
|
3239 * startup.el (command-line-1): Improve startup msg.
|
|
3240
|
|
3241 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
|
|
3242
|
|
3243 * speedbar.el: Added commentary about stealthy functions.
|
|
3244 (speedbar-message) new function.
|
|
3245 (speedbar-y-or-n-p): New function
|
|
3246 (speedbar-with-attached-buffer) Moved macro before reference.
|
|
3247 Now uses `save-selected-window'.
|
|
3248 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
|
|
3249 speedbar-generic-item-info, speedbar-item-info-file-helper,
|
|
3250 speedbar-item-delete, speedbar-insert-generic-list,
|
|
3251 speedbar-timer-fn, speedbar-check-vc-this-line,
|
|
3252 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
|
|
3253 speedbar-buffers-item-info) Use speedbar-message.
|
|
3254 (speedbar-item-info) Limit `message-log-max'.
|
|
3255 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
|
|
3256 speedbar-item-delete, speedbar-item-object-delete,
|
|
3257 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
|
|
3258
|
|
3259 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
|
|
3260
|
|
3261 * server.el (server-start): Set coding system for the server
|
|
3262 process to raw-text.
|
|
3263 (server-process-filter): Decode file names if necessary.
|
|
3264
|
|
3265 1999-03-12 Dave Love <fx@gnu.org>
|
|
3266
|
|
3267 * textmodes/fill.el (sentence-end-double-space): Doc fix.
|
|
3268
|
|
3269 * textmodes/paragraphs.el (sentence-end): Doc fix.
|
|
3270
|
|
3271 1999-03-11 Karl Heuer <kwzh@gnu.org>
|
|
3272
|
|
3273 * comint.el (comint-password-prompt-regexp): Accept "login password:"
|
|
3274
|
|
3275 1999-03-09 Karl Heuer <kwzh@gnu.org>
|
|
3276
|
|
3277 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
|
|
3278 (ispell-dictionary-alist-2): Likewise.
|
|
3279 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
|
|
3280 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
|
|
3281 (ispell-dictionary-alist): Build from six pieces, not just two.
|
|
3282
|
|
3283 * ps-bdf.el (bdf-directory-list): Doc fix.
|
|
3284
|
|
3285 * enriched.el (enriched-mode): Make var permanent-local.
|
|
3286
|
|
3287 1999-03-09 Dave Love <fx@gnu.org>
|
|
3288
|
|
3289 * textmodes/sgml-mode.el (html-mode): Use
|
|
3290 sentence-end-double-space when setting sentence-end.
|
|
3291
|
|
3292 1999-03-09 Ken'ichi Handa <handa@gnu.org>
|
|
3293
|
|
3294 * language/thai.el (tis-620): New alias coding system for thai-tis620.
|
|
3295
|
|
3296 1999-03-08 Felix Lee <flee@cygnus.com>
|
|
3297
|
|
3298 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
|
|
3299
|
|
3300 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
|
|
3301
|
|
3302 1999-03-08 Karl Heuer <kwzh@gnu.org>
|
|
3303
|
|
3304 * dired-aux.el (dired-do-copy-regexp): Doc fix.
|
|
3305 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
|
|
3306
|
|
3307 * dired.el (dired-do-copy-regexp): Doc fix.
|
|
3308 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
|
|
3309
|
|
3310 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
|
|
3311
|
|
3312 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
|
|
3313
|
|
3314 1999-03-08 Jason Rumney <jasonr@altavista.net>
|
|
3315
|
|
3316 * international/codepage.el (cp1250-decode-table)
|
|
3317 (cp1251-decode-table, cp1253-decode-table)
|
|
3318 (cp1257-decode-table): New translation tables for MS Windows codepages.
|
|
3319 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
|
|
3320
|
|
3321 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
3322
|
|
3323 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
|
|
3324
|
|
3325 1999-03-07 Eli Zaretskii <eliz@gnu.org>
|
|
3326
|
|
3327 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
|
|
3328
|
|
3329 * term/internal.el (top level): Display character 255 as 8bit as well.
|
|
3330
|
|
3331 1999-03-06 Dave Love <fx@gnu.org>
|
|
3332
|
|
3333 * progmodes/cc-cmds.el (c-outline-level): Bind
|
|
3334 buffer-invisibility-spec.
|
|
3335
|
|
3336 * progmodes/c-mode.el (c-outline-level): Likewise.
|
|
3337
|
|
3338 * progmodes/ada-mode.el (ada-outline-level): Likewise.
|
|
3339
|
|
3340 1999-03-05 Felix Lee <flee@cygnus.com>
|
|
3341
|
|
3342 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
|
|
3343
|
|
3344 1999-03-05 Richard M. Stallman <rms@gnu.org>
|
|
3345
|
|
3346 * bindings.el (complete-symbol): Invert meaning of prefix arg.
|
|
3347
|
|
3348 1999-03-05 Andrew Innes <andrewi@gnu.org>
|
|
3349
|
|
3350 * w32-fns.el (convert-standard-filename): Convert directory
|
|
3351 separators to Windows format.
|
|
3352
|
|
3353 1999-03-05 Andreas Schwab <schwab@gnu.org>
|
|
3354
|
|
3355 * international/skkdic-cnv.el: Provide skkdic-cnv.
|
|
3356 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
|
|
3357 (batch-skkdic-convert): Doc fix.
|
|
3358
|
|
3359 1999-03-04 Dave Love <fx@gnu.org>
|
|
3360
|
|
3361 * custom.el (custom-set-variables): Protect against setter errors.
|
|
3362
|
|
3363 1999-03-04 Eli Zaretskii <eliz@gnu.org>
|
|
3364
|
|
3365 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
|
|
3366 the file sizes from overflowing.
|
|
3367 (ls-lisp-format): If file size is a float, use %8.0f to print it.
|
|
3368 Under -s, print the size in blocks with %4.0f, in case they have
|
|
3369 a *really* huge file.
|
|
3370
|
|
3371 1999-03-03 Dave Love <fx@gnu.org>
|
|
3372
|
|
3373 * options.el (edit-options): Doc fix.
|
|
3374 (list-options): Don't lose with unbound symbols. Maintain
|
|
3375 Edit-options-mode.
|
|
3376
|
|
3377 1999-03-01 Dave Love <fx@gnu.org>
|
|
3378
|
|
3379 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
|
|
3380
|
|
3381 1999-02-28 Richard M. Stallman <rms@gnu.org>
|
|
3382
|
|
3383 * ispell.el (ispell-dictionary-alist-override): New variable.
|
|
3384 (ispell-dictionary-alist): Don't setq it,
|
|
3385 if ispell-dictionary-alist-override is set.
|
|
3386
|
|
3387 * simple.el (shell-command-default-error-buffer): Renamed from
|
|
3388 shell-command-on-region-default-error-buffer.
|
|
3389 (shell-command-on-region): Mention in echo area when there
|
|
3390 is some error output. Mention success or failure, too.
|
|
3391 Accumulate multiple error outputs
|
|
3392 going forward, with formfeed in between. Display the error buffer
|
|
3393 when we have put something in it.
|
|
3394 (shell-command): Add the ERROR-BUFFER argument feature.
|
|
3395
|
|
3396 1999-02-28 Karl Heuer <kwzh@gnu.org>
|
|
3397
|
|
3398 * mail/mh-utils.el (mh-lib): Doc fix.
|
|
3399 (mh-lib-progs, mh-nmh-p): New vars.
|
|
3400 (mh-find-progs): Set mh-lib-progs along with other vars.
|
|
3401 (mh-path-search): New arg FUNC-P; if specified, use that instead
|
|
3402 of mh-file-command-p.
|
|
3403 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
|
|
3404
|
|
3405 * mail/mh-comp.el (mh-repl-formfile): New var.
|
|
3406 (mh-smail-batch): Don't ignore all arguments.
|
|
3407 (mh-reply): Do the right thing when using nmh.
|
|
3408
|
|
3409 1999-02-27 Kenichi Handa <handa@etl.go.jp>
|
|
3410
|
|
3411 * international/mule-cmds.el (select-safe-coding-system): Be sure
|
|
3412 to show a buffer being decoded.
|
|
3413
|
|
3414 1999-02-26 Ken'ichi Handa <handa@gnu.org>
|
|
3415
|
|
3416 * ps-bdf.el (bdf-directory-list): Initialize it to
|
|
3417 '("/usr/local/share/emacs/fonts/bdf").
|
|
3418
|
|
3419 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
|
3420
|
|
3421 * ps-print.el: PostScript programming fix.
|
|
3422 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
|
|
3423 setpagedevice operator).
|
|
3424
|
|
3425 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
|
3426
|
|
3427 * ps-print.el: Doc fix, font size specifies landscape and portrait
|
|
3428 sizes.
|
|
3429 (ps-print-version): New version number (4.1.4).
|
|
3430 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
|
|
3431 Specifies landscape and portrait sizes.
|
|
3432 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
|
|
3433 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
|
|
3434 fix.
|
|
3435 (ps-get-font-size): New fun.
|
|
3436 (ps-font-size-internal, ps-header-font-size-internal)
|
|
3437 (ps-header-title-font-size-internal): New vars.
|
|
3438
|
|
3439 * ps-mule.el: Change of ps-print font size variable name.
|
|
3440 (ps-mule-generate-font): Fun fix.
|
|
3441 (ps-mule-begin-job): Programming uniformization.
|
|
3442
|
|
3443 1999-02-25 Dave Love <fx@gnu.org>
|
|
3444
|
|
3445 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
|
|
3446 (help-make-xrefs): Do Info case first.
|
|
3447
|
|
3448 * repeat.el: Don't require advice.
|
|
3449 (repeat-last-kill-command): Variable deleted.
|
|
3450
|
|
3451 1999-02-25 Richard Stallman <rms@gnu.org>
|
|
3452
|
|
3453 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
|
|
3454 case just because the current buffer is the output buffer.
|
|
3455
|
|
3456 1999-02-25 Kenichi Handa <handa@etl.go.jp>
|
|
3457
|
|
3458 * simple.el (what-cursor-position): To show the character's
|
|
3459 encoding, use encoded-string-description instead of information
|
|
3460 of chaset-origin-alist.
|
|
3461
|
|
3462 * international/mule-cmds.el (iso-2022-control-alist): New variable.
|
|
3463 (encoded-code-description): New function.
|
|
3464 (encoded-string-description): New function.
|
|
3465 (encode-coding-char): New function.
|
|
3466
|
|
3467 1999-02-25 Andrew Innes <andrewi@gnu.org>
|
|
3468
|
|
3469 * startup.el (command-line) [windows-nt]: Fix typo in regexp
|
|
3470 checking for .emacs[.el[c]].
|
|
3471
|
|
3472 1999-02-24 Richard Stallman <rms@gnu.org>
|
|
3473
|
|
3474 * help.el (describe-function-1): Don't print a whole lambda-function.
|
|
3475
|
|
3476 1999-02-23 Ken'ichi Handa <handa@gnu.org>
|
|
3477
|
|
3478 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
|
|
3479 inputting ?\240.
|
|
3480
|
|
3481 1999-02-23 Karl Heuer <kwzh@gnu.org>
|
|
3482
|
|
3483 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
|
|
3484
|
|
3485 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
|
|
3486 (clean-buffer-list-kill-buffer-names): Doc fix.
|
|
3487
|
|
3488 * gud.el (gud-jdb-massage-args): Spelling fix.
|
|
3489
|
|
3490 1999-02-23 Richard M. Stallman <rms@gnu.org>
|
|
3491
|
|
3492 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
|
|
3493
|
|
3494 1999-02-22 Eli Zaretskii <eliz@gnu.org>
|
|
3495
|
|
3496 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
|
|
3497 excursion while calling set-auto-coding-function.
|
|
3498
|
|
3499 * play/handwrite.el (handwrite): Require ps-print, and use
|
|
3500 ps-printer-name and ps-lpr-command. Call ps-print-region-function
|
|
3501 if it's defined, instead of forking ps-lpr-command unconditionally.
|
|
3502
|
|
3503 1999-02-22 Kenichi Handa <handa@etl.go.jp>
|
|
3504
|
|
3505 * international/codepage.el (cp-coding-system-for-codepage-1): Put
|
|
3506 charset-origin-alist property to a coding system for the codepage.
|
|
3507
|
|
3508 * international/mule.el: Modify comment for charset-origin-alist
|
|
3509 property of a coding system.
|
|
3510
|
|
3511 * simple.el (what-cursor-position): charset-origin-alist property
|
|
3512 of a coding system may be a translation table or a symbol of which
|
|
3513 `translation-table' property is a translation table.
|
|
3514
|
|
3515 1999-02-21 Richard Stallman <rms@gnu.org>
|
|
3516
|
|
3517 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
|
|
3518 to the "html" template.
|
|
3519
|
|
3520 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
|
|
3521
|
|
3522 * dirtrack.el (dirtrack): Added docstring. Now returns input.
|
|
3523
|
|
3524 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
|
|
3525
|
|
3526 * dirtrack.el (dirtrack): Check for the prompt in the input string
|
|
3527 instead of the buffer.
|
|
3528
|
|
3529 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
|
|
3530
|
|
3531 * sql.el: Set version to 1.4.1. Changed mail address to
|
|
3532 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
|
|
3533 (sql-input-ring-separator): Doc fix.
|
|
3534 (sql-mode-syntax-table): double-dash starts comments is defined as
|
|
3535 ". 56" instead of ". 12b" for XEmacs.
|
|
3536 (sql-stop, sql-interactive-mode): Doc fixes.
|
|
3537 (sql-postgres): Queries for database and server, not just one.
|
|
3538 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
|
|
3539
|
|
3540 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
|
|
3541 changed. This is needed for master.el to work.
|
|
3542 (sql-set-sqli-buffer): Use the new hook.
|
|
3543
|
|
3544 * sql.el (sql-make-alternate-buffer-name): Function that sets
|
|
3545 sql-alternate-buffer-name.
|
|
3546 (sql-alternate-buffer-name): Possible name of SQLi buffers.
|
|
3547 (sql-interactive-mode): Set sql-alternate-buffer-name.
|
|
3548 (sql-rename-buffer): New command.
|
|
3549 (sql-interactive-mode-menu): Menu for SQLi buffers.
|
|
3550
|
|
3551 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
|
|
3552 and sql-input-ring-file-name are used to temporarily set
|
|
3553 comint-input-ring-file-name and comint-input-ring-separator when
|
|
3554 reading and writing input history files.
|
|
3555
|
|
3556 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
|
|
3557 (sql-input-ring-file-name): New variable with customization.
|
|
3558 (sql-input-ring-separator): New variable with customization.
|
|
3559 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
|
|
3560 Callers changed.
|
|
3561 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
|
|
3562 now includes the name of the current buffer.
|
|
3563
|
|
3564 (sql-mode): Set paragraph-separate and paragraph-start so that
|
|
3565 sql-send-paragraph sends the entire SQL statements, even if it
|
|
3566 contains indented lines.
|
|
3567
|
|
3568 1999-02-18 Dave Love <fx@gnu.org>
|
|
3569
|
|
3570 * format.el (format-encode-run-method, format-decode-run-method):
|
|
3571 Fix previous change.
|
|
3572
|
|
3573 1999-02-18 Ken'ichi Handa <handa@gnu.org>
|
|
3574
|
|
3575 * international/mule.el (coding-system-list): Moved here from
|
|
3576 mule-util.el to avoid autoloading mule-util by the call of
|
|
3577 select-safe-coding-system.
|
|
3578
|
|
3579 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3580
|
|
3581 * simple.el (turn-on-auto-fill): Mark it as an option for
|
|
3582 `text-mode-hook'.
|
|
3583
|
|
3584 1999-02-17 Richard Stallman <rms@gnu.org>
|
|
3585
|
|
3586 * emacs-lisp/easymenu.el (easy-menu-get-map):
|
|
3587 Don't crash if (current-local-map) is nil.
|
|
3588
|
|
3589 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
|
|
3590
|
|
3591 * filecache.el (file-cache-filter-regexps): Added .class.
|
|
3592
|
|
3593 1999-02-17 Ken'ichi Handa <handa@gnu.org>
|
|
3594
|
|
3595 * international/mule-util.el (decompose-region): Use
|
|
3596 insert-buffer-substring instead of insert-buffer to avoid putting
|
|
3597 mark.
|
|
3598
|
|
3599 1999-02-17 Andreas Schwab <schwab@gnu.org>
|
|
3600
|
|
3601 * calendar/cal-move.el (scroll-calendar-left): Don't set
|
|
3602 displayed-month and displayed-year here, let generate-calendar do
|
|
3603 it, after range checking.
|
|
3604
|
|
3605 1999-02-17 Simon Marshall <simon@gnu.org>
|
|
3606
|
|
3607 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
|
|
3608
|
|
3609 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
|
|
3610 correctly between an object declared via a constructor and a method.
|
|
3611 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
|
|
3612 (java-font-lock-keywords-1): Fontify package names individually.
|
|
3613 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
|
|
3614 (java-font-lock-keywords-2): Simplify type fontification.
|
|
3615 (java-font-lock-keywords-3): Likewise.
|
|
3616
|
|
3617 1999-02-17 Kenichi Handa <handa@etl.go.jp>
|
|
3618
|
|
3619 * language/japanese.el (iso-2022-jp-2): New coding system.
|
|
3620 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
|
|
3621
|
|
3622 1999-02-16 Dave Love <fx@gnu.org>
|
|
3623
|
|
3624 * help.el (describe-function-1): Accept non-symbols.
|
|
3625
|
|
3626 1999-02-16 Paul Eggert <eggert@twinsun.com>
|
|
3627
|
|
3628 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
|
|
3629 find the last match if there are multiple matches.
|
|
3630
|
|
3631 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
3632
|
|
3633 * tex-mode.el (tex-run-command, latex-run-command)
|
|
3634 (slitex-run-command, tex-command): Doc changes.
|
|
3635 (tex-start-options-string): Autoload it. Doc change. Provide
|
|
3636 a menu for customization. Allow nil. Quote backslashes only once.
|
|
3637 (tex-start-tex): Handle nil value of tex-start-options-string
|
|
3638 and apply shell-quote-argument to it.
|
|
3639
|
|
3640 1999-02-16 Eli Zaretskii <eliz@gnu.org>
|
|
3641
|
|
3642 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
|
|
3643 the size in blocks, since it can be a float.
|
|
3644 (ls-lisp-format): Likewise
|
|
3645
|
|
3646 1999-02-16 Ken'ichi Handa <handa@gnu.org>
|
|
3647
|
|
3648 * language/japanese.el (japanese-shift-jis): Add
|
|
3649 charset-origin-alist property.
|
|
3650
|
|
3651 1999-02-15 Richard Stallman <rms@gnu.org>
|
|
3652
|
|
3653 * progmodes/compile.el (compile-internal): Use save-selected-window.
|
|
3654
|
|
3655 * subr.el (momentary-string-display): Bind inhibit-read-only.
|
|
3656
|
|
3657 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
|
|
3658
|
|
3659 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
|
|
3660
|
|
3661 * mail/rmail.el (rmail-show-message): If an unseen message has a
|
|
3662 Summary-line in its header, get past one more line before looking
|
|
3663 for the X-Coding-System header.
|
|
3664
|
|
3665 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
|
|
3666
|
|
3667 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
|
|
3668 explicitly to accomodate Windows 9X lack of a useful copy program.
|
|
3669
|
|
3670 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3671
|
|
3672 * wid-edit.el (widget-choice-value-create): Use `equal'
|
|
3673 instead of `eq'.
|
|
3674
|
|
3675 1999-02-14 Richard Stallman <rms@gnu.org>
|
|
3676
|
|
3677 * international/iso-transl.el:
|
|
3678 (iso-transl-ae): Renamed from iso-transl-e-slash.
|
|
3679 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
|
|
3680 (iso-transl-AE): Renamed from iso-transl-E-slash.
|
|
3681 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
|
|
3682 (iso-transl-char-map): Related changes.
|
|
3683
|
|
3684 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
|
|
3685
|
|
3686 1999-02-13 Richard Stallman <rms@gnu.org>
|
|
3687
|
|
3688 * textmodes/texinfmt.el (texinfo-alias): New function.
|
|
3689 (texinfo-fold-nodename-case): Add defvar.
|
|
3690 (texinfo-format-node): Do case folding if specified.
|
|
3691
|
|
3692 * ffap.el (ffap-file-at-point): Test local file names
|
|
3693 immediately. Strip off line numbers.
|
|
3694
|
|
3695 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
|
|
3696
|
|
3697 * sql.el: Set version to 1.3.2
|
|
3698 (sql-solid-program): Added support for solid.
|
|
3699 (sql-help): Doc mentions sql-solid.
|
|
3700 (sql-solid): Entry function for Solid.
|
|
3701 (sql-buffer): Doc explains the use of the variable and how to
|
|
3702 change it.
|
|
3703 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
|
|
3704 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
|
|
3705 disabled if sql-buffer doesn't have a process; sql-send-paragraph
|
|
3706 is new.
|
|
3707 (sql-show-sqli-buffer): New function to display the value of
|
|
3708 sql-buffer.
|
|
3709 (sql-change-sqli-buffer): New function to change sql-buffer.
|
|
3710 (sql-mode): Doc explains how to change sql-buffer.
|
|
3711 (sql-send-paragraph): New function to send a paragraph.
|
|
3712 (sql-mode-map): Added keybinding for sql-send-paragraph.
|
|
3713 (sql-mysql): Doc corrected.
|
|
3714 (sql-ms): Doc corrected.
|
|
3715
|
|
3716 * sql.el (sql-server): Doc fix.
|
|
3717 (sql-mysql): Added the use of sql-server to specify the host,
|
|
3718 sql-database now specifies database instead of host.
|
|
3719 (sql-mode-menu): Send... menu items are only active if sql-buffer
|
|
3720 is non-nil.
|
|
3721 (sql-help): Changed tag of entry functions a bit.
|
|
3722
|
|
3723 * sql.el: Added keywords from `finder-by-keyword'.
|
|
3724 (sql-mode): Made sql-buffer a local variable, changed the
|
|
3725 documentation: removed instructions to add *.sql files to
|
|
3726 auto-mode-alist, added documentation for having mutliple SQL
|
|
3727 buffers sending their stuff to different SQLi buffers, each
|
|
3728 running a different process.
|
|
3729 (sql-postgres): Quoted *SQL* in doc string.
|
|
3730 (sql-ms): Likewise.
|
|
3731 (sql-ingres): Likewise.
|
|
3732 (sql-ingres): Quoted *SQL* in doc string, added references to
|
|
3733 sql-user and sql-password used during login.
|
|
3734 (sql-sybase): Quoted *SQL* in doc string, added comma.
|
|
3735 (sql-oracle): Likewise.
|
|
3736 (sql-interactive-mode): Added extensive documentation for having
|
|
3737 mutliple SQL buffers sending their stuff to different SQLi
|
|
3738 buffers, each running a different process.
|
|
3739 (sql-buffer): Changed doc from *SQL* to SQLi.
|
|
3740 (sql-get-login): Doc fix.
|
|
3741
|
|
3742 1999-02-12 Ken'ichi Handa <handa@gnu.org>
|
|
3743
|
|
3744 * international/mule-conf.el (undecided): Set ascii in
|
|
3745 safe-charsets property.
|
|
3746
|
|
3747 1999-02-12 Richard Stallman <rms@gnu.org>
|
|
3748
|
|
3749 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
|
|
3750
|
|
3751 1999-02-12 Ken'ichi Handa <handa@gnu.org>
|
|
3752
|
|
3753 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
|
|
3754 value to ps-mule-font-info-database-latin.
|
|
3755
|
|
3756 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
|
|
3757
|
|
3758 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
|
|
3759 (ps-mule-font-info-database-default): New variable.
|
|
3760 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
|
|
3761 ps-mule-font-info-database-default.
|
|
3762
|
|
3763 1999-02-12 Dave Love <fx@gnu.org>
|
|
3764
|
|
3765 * timezone.el (timezone-make-date-sortable)
|
|
3766 (timezone-make-date-arpa-standard): Doc fix.
|
|
3767
|
|
3768 1999-02-12 Ken'ichi Handa <handa@gnu.org>
|
|
3769
|
|
3770 * international/quail.el (quail-show-kbd-layout): Bind
|
|
3771 blink-matching-paren to nil.
|
|
3772
|
|
3773 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
|
|
3774 for ASCII and Latin-1.
|
|
3775
|
|
3776 1999-02-12 Andreas Schwab <schwab@gnu.org>
|
|
3777
|
|
3778 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
|
|
3779
|
|
3780 1999-02-12 Kenichi Handa <handa@etl.go.jp>
|
|
3781
|
|
3782 * international/mule-cmds.el (language-info-alist): Remove
|
|
3783 description about charset-origin-alist.
|
|
3784
|
|
3785 * international/mule.el: Comment added for a new coding system
|
|
3786 property `charset-origin-alit'.
|
|
3787 (make-translation-table): This variable deleted.
|
|
3788
|
|
3789 * language/chinese.el (chinese-big5): Add charset-origin-alist
|
|
3790 property.
|
|
3791 ("Chinese-CNS"): Remove charset-origin-alist property.
|
|
3792
|
|
3793 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
|
|
3794 property.
|
|
3795 (cyrillic-alternativnyj): Likewise.
|
|
3796 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
|
|
3797 ("Cyrillic-ALT"): Likewise.
|
|
3798
|
|
3799 * language/vietnamese.el (vietnamese-viqr): Add
|
|
3800 charset-origin-alist property.
|
|
3801 ("Vietnamese"): Remove charset-origin-alist property.
|
|
3802
|
|
3803 * simple.el (what-cursor-position): Don't use the varialbe
|
|
3804 charset-origin-alist, but use charset-origin-alist property of
|
|
3805 buffer-file-coding-system to decide external character set code.
|
|
3806
|
|
3807 1999-02-10 Richard Stallman <rms@gnu.org>
|
|
3808
|
|
3809 * shadowfile.el: Don't turn on the mode when the file is loaded.
|
|
3810
|
|
3811 1999-02-09 Richard Stallman <rms@gnu.org>
|
|
3812
|
|
3813 * progmodes/compile.el (compile-auto-highlight): Customize.
|
|
3814
|
|
3815 * add-log.el (add-log-file-name-function): New variable.
|
|
3816 (add-change-log-entry): Call that function, if non-nil.
|
|
3817
|
|
3818 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
|
|
3819
|
|
3820 * rmail.el (rmail-search): Track match with a marker, not an integer.
|
|
3821
|
|
3822 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
3823
|
|
3824 * progmodes/compile.el (compilation-setup): Set value of
|
|
3825 compilation-directory-stack as in compilation-forget-errors.
|
|
3826 (compile-reinitialize-errors): Bind buffer-undo-list and
|
|
3827 deactivate-mark.
|
|
3828 (compilation-forget-errors): Likewise.
|
|
3829
|
|
3830 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
|
|
3831
|
|
3832 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
|
|
3833 def... constructs.
|
|
3834
|
|
3835 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
|
|
3836 Remove calls to sleep-for.
|
|
3837
|
|
3838 1999-02-08 Eli Zaretskii <eliz@gnu.org>
|
|
3839
|
|
3840 * international/codepage.el (cp-coding-system-for-codepage-1): On
|
|
3841 MS-DOS, use dos-unsupported-char-glyph for characters not
|
|
3842 supported by the codepage.
|
|
3843 (cp-make-coding-systems-for-codepage): Likewise.
|
|
3844
|
|
3845 1999-02-08 Andreas Schwab <schwab@gnu.org>
|
|
3846
|
|
3847 * international/mule-util.el (coding-system-list): Don't sort
|
|
3848 coding-system-list here.
|
|
3849
|
|
3850 * international/mule.el (coding-system-lessp): Moved here from
|
|
3851 mule-util.el
|
|
3852 (add-to-coding-system-list): New function.
|
|
3853 (make-subsidiary-coding-system, make-coding-system,
|
|
3854 define-coding-system-alias): Use it instead of setting
|
|
3855 coding-system-list directly.
|
|
3856
|
|
3857 1999-02-07 Dave Love <fx@gnu.org>
|
|
3858
|
|
3859 * calendar/appt.el (appt-make-list): Don't splice quotes and date
|
|
3860 onto message.
|
|
3861
|
|
3862 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
3863
|
|
3864 * imenu.el (imenu--last-menubar-index-alist): Add doc.
|
|
3865 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
|
|
3866
|
|
3867 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
3868
|
|
3869 * language/european.el (setup-slovenian-environment): New function.
|
|
3870 ("Slovenian"): New language environment.
|
|
3871
|
|
3872 * progmodes/sql.el (sql-help): Doc fix.
|
|
3873 (sql-mysql): Doc fix.
|
|
3874
|
|
3875 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
3876
|
|
3877 * tex-mode.el: When compiling, require compare-w and skeleton
|
|
3878 to pacify the byte-compiler. Move the def's of the tex-commands
|
|
3879 together. Add a comment on kill-process vs. quit-process.
|
|
3880
|
|
3881 1999-02-05 Dave Love <fx@gnu.org>
|
|
3882
|
|
3883 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
|
|
3884 null markers.
|
|
3885 (compile-goto-error): Likewise.
|
|
3886
|
|
3887 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
|
|
3888
|
|
3889 * time-stamp.el (time-stamp-format): Format doc tighter.
|
|
3890 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
|
|
3891 (time-stamp): don't re-write the time stamp if it didn't change.
|
|
3892
|
|
3893 1999-02-05 Alex Schroeder <asc@bsiag.com>
|
|
3894
|
|
3895 * progmodes/sql.el: Changed version to 1.2.1.
|
|
3896 (sql-pop-to-buffer-after-send-region): Improved documentation.
|
|
3897 (sql-mysql-program): Added MySQL support.
|
|
3898 (sql-prompt-length): Made prompt-length configurable.
|
|
3899 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
|
|
3900 (sql-help): Added MySQL support, changed documentation.
|
|
3901 (sql-send-region): A message is displayed if something is sent.
|
|
3902 (sql-mode): Added buffer-local comment-start.
|
|
3903 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
|
|
3904 (sql-interactive-mode): Added buffer-local comment-start.
|
|
3905 (sql-oracle): Set sql-prompt-length.
|
|
3906 (sql-sybase): Set sql-prompt-length.
|
|
3907 (sql-mysql): Added MySQL support.
|
|
3908 (sql-ingres): Set sql-prompt-length.
|
|
3909 (sql-ms): Set sql-prompt-length.
|
|
3910 (sql-postgres): Set sql-prompt-length.
|
|
3911
|
|
3912 1999-02-04 Eli Zaretskii <eliz@gnu.org>
|
|
3913
|
|
3914 * term/internal.el (dos-codepage-setup): Set selection coding
|
|
3915 system to cpNNN-dos.
|
|
3916
|
|
3917 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
|
3918
|
|
3919 * international/characters.el: Let ethiopic use iso-2022-7bit.
|
|
3920
|
|
3921 1999-02-02 Dave Love <fx@gnu.org>
|
|
3922
|
|
3923 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
|
|
3924 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
|
|
3925
|
|
3926 1999-02-02 Karl Heuer <kwzh@gnu.org>
|
|
3927
|
|
3928 * terminal.el (terminal-emulator): Doc fix.
|
|
3929
|
|
3930 1999-02-02 Ken'ichi Handa <handa@gnu.org>
|
|
3931
|
|
3932 * international/mule-util.el (compose-chars): Doc-string
|
|
3933 modified. Correctly handle a composition character in ARGS.
|
|
3934
|
|
3935 1999-02-01 Richard Stallman <rms@gnu.org>
|
|
3936
|
|
3937 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
|
|
3938 (makefile-menu-index-function): Function deleted.
|
|
3939 (makefile-mode): Use makefile-imenu-generic-expression.
|
|
3940
|
|
3941 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
|
|
3942
|
|
3943 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
|
|
3944 change, invoke from before-init-hook.
|
|
3945
|
|
3946 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
|
|
3947
|
|
3948 * subr.el (remove-from-invisibility-spec): Cope with the case when
|
|
3949 buffer-invisibility-spec is t.
|
|
3950
|
|
3951 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
|
|
3952
|
|
3953 * calendar/calendar.el (calendar-mode-map): Fix bindings for
|
|
3954 appt-add and appt-delete.
|
|
3955
|
|
3956 1999-02-01 Eli Zaretskii <eliz@gnu.org>
|
|
3957
|
|
3958 * term/pc-win.el (msdos-approximate-color): New function.
|
|
3959 (msdos-color-translate): Call it to find a DOS color that best
|
|
3960 approximates an X-style "#NNNNNN" color specification.
|
|
3961
|
|
3962 1999-02-01 Ken'ichi Handa <handa@gnu.org>
|
|
3963
|
|
3964 * international/mule-util.el (compose-chars-component): Add
|
|
3965 autoload cookie.
|
|
3966
|
|
3967 1999-01-31 Ken'ichi Handa <handa@gnu.org>
|
|
3968
|
|
3969 * international/quail.el (quail-lookup-key): If cdr of MAP is a
|
|
3970 function, replace cdr of MAP by the return value of the function
|
|
3971 unconditionally.
|
|
3972
|
|
3973 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
3974
|
|
3975 * progmodes/compile.el (compilation-next-error-locus): Don't
|
|
3976 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
|
|
3977
|
|
3978 1999-01-31 Eli Zaretskii <eliz@gnu.org>
|
|
3979
|
|
3980 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
|
|
3981 and NLs before "charset", and allow the charset name be in double
|
|
3982 quotes.
|
|
3983
|
|
3984 1999-01-31 Richard Stallman <rms@gnu.org>
|
|
3985
|
|
3986 * imenu.el (imenu-sort-function): Fix custom type.
|
|
3987
|
|
3988 1999-01-30 Richard Stallman <rms@gnu.org>
|
|
3989
|
|
3990 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
|
|
3991 (speedbar-line-token): Likewise.
|
|
3992
|
|
3993 * play/gametree.el (gametree-default-score): Use defcustom.
|
|
3994 (gametree-score-regexp, gametree-score-closer): Likewise.
|
|
3995 (gametree-score-manual-flag, gametree-score-opener): Likewise.
|
|
3996
|
|
3997 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
3998
|
|
3999 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
|
|
4000 decoding.
|
|
4001
|
|
4002 1999-01-29 Markus Rost <rost@gnu.org>
|
|
4003
|
|
4004 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
|
|
4005 tex-validate-buffer.
|
|
4006 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
|
|
4007 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
|
|
4008 now with recent occur-mode.
|
|
4009 (tex-validate-region): Really walk through all Sexps.
|
|
4010 (tex-region): Bind shell-dirtrack-verbose.
|
|
4011 (tex-file, tex-bibtex-file): Likewise.
|
|
4012
|
|
4013 1999-01-29 Dave Love <fx@gnu.org>
|
|
4014
|
|
4015 * finder.el: (finder-commentary): Fix interactive spec. Try
|
|
4016 appending .el to file name.
|
|
4017 (finder-find-library, finder-commentary): Doc fixes.
|
|
4018
|
|
4019 1999-01-29 Andrew Innes <andrewi@gnu.org>
|
|
4020
|
|
4021 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
|
|
4022 where the userid contains directory separators.
|
|
4023
|
|
4024 1999-01-29 Dave Love <fx@gnu.org>
|
|
4025
|
|
4026 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
|
|
4027 (lm-commentary): Doc fix.
|
|
4028
|
|
4029 1999-01-29 Andreas Schwab <schwab@gnu.org>
|
|
4030
|
|
4031 * files.el (file-expand-wildcards): Never consider `.' and `..' a
|
|
4032 wildcard match. Fix regexp that tests if dirpart contains
|
|
4033 wildcard characters.
|
|
4034
|
|
4035 1999-01-28 Richard Stallman <rms@gnu.org>
|
|
4036
|
|
4037 * font-lock.el (font-lock-default-unfontify-region):
|
|
4038 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
|
|
4039
|
|
4040 1999-01-27 Jason Rumney <jasonr@altavista.net>
|
|
4041
|
|
4042 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
|
|
4043 from FAMILY field.
|
|
4044 (w32-create-initial-fontsets): Do not use before-init-hook.
|
|
4045 (mouse-set-font): Document. Automatically create and use fontsets.
|
|
4046
|
|
4047 * dos-w32.el (direct-print-region-helper): Check for printer
|
|
4048 being t as well as a string.
|
|
4049
|
|
4050 1999-01-27 Kenichi Handa <handa@etl.go.jp>
|
|
4051
|
|
4052 * mail/rmail.el (rmail-decode-mime-charset): New variable.
|
|
4053 (rmail-mime-charset-pattern): New variable.
|
|
4054 (rmail-convert-to-babyl-format): Decode by MIME-charset if
|
|
4055 rmail-decode-mime-charset is non-nil.
|
|
4056
|
|
4057 1999-01-27 Ken'ichi Handa <handa@gnu.org>
|
|
4058
|
|
4059 * international/characters.el: Set category `q' for all characters
|
|
4060 in tibetan and tibetan-1-column.
|
|
4061
|
|
4062 1999-01-27 Andrew Innes <andrewi@gnu.org>
|
|
4063
|
|
4064 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
|
|
4065 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
|
|
4066
|
|
4067 1999-01-27 Dave Love <fx@gnu.org>
|
|
4068
|
|
4069 * international/mule-cmds.el (current-language-environment):
|
|
4070 Provide :link, :type (choices) and appropriate :get.
|
|
4071
|
|
4072 1999-01-27 Eli Zaretskii <eliz@gnu.org>
|
|
4073
|
|
4074 * startup.el (command-line): Set default eol-mnemonic-* strings to
|
|
4075 display end-of-line format in mode line.
|
|
4076
|
|
4077 * cus-start.el (all): Add eol-mnemonic-* variables.
|
|
4078
|
|
4079 1999-01-26 Dave Love <fx@gnu.org>
|
|
4080
|
|
4081 * startup.el (command-line-1): Up-date copyright.
|
|
4082
|
|
4083 * paths.el (Info-default-directory-list): Use configdir twice.
|
|
4084
|
|
4085 * info.el (Info-directory-list): Don't set path-separator now
|
|
4086 we're not shipped with Texinfo. Simplify path definition.
|
|
4087 Substitute all occurrences of instdir in Info-default-directory-list.
|
|
4088
|
|
4089 1999-01-25 Richard Stallman <rms@gnu.org>
|
|
4090
|
|
4091 * startup.el (normal-top-level-add-subdirs-to-load-path):
|
|
4092 Record the inode numbers of the dirs processed, to avoid loop.
|
|
4093
|
|
4094 * textmodes/tex-mode.el (tex-run-command): Doc fix.
|
|
4095
|
|
4096 1999-01-25 Dave Love <fx@gnu.org>
|
|
4097
|
|
4098 * browse-url.el (browse-url-netscape-program): Doc addition.
|
|
4099
|
|
4100 * help.el (help-make-xrefs): Default info references to an `(emacs)'
|
|
4101 prefix.
|
|
4102
|
|
4103 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
|
|
4104 auto-mode-alist.
|
|
4105
|
|
4106 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
4107
|
|
4108 * calendar/diary-lib.el (mark-diary-entries): Use
|
|
4109 assoc-ignore-case and do not capitalize when matching month and
|
|
4110 day names.
|
|
4111
|
|
4112 * calendar/calendar.el (calendar-read-date): Ditto.
|
|
4113
|
|
4114 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
|
|
4115 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
|
|
4116
|
|
4117 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
|
|
4118
|
|
4119 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
|
|
4120
|
|
4121 * calendar/cal-islam.el (calendar-goto-islamic-date)
|
|
4122 (mark-islamic-diary-entries): Ditto.
|
|
4123
|
|
4124 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
|
|
4125
|
|
4126 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
|
|
4127 (calendar-read-mayan-tzolkin-date): Ditto.
|
|
4128
|
|
4129 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
|
|
4130
|
|
4131 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
|
|
4132
|
|
4133 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
|
|
4134
|
|
4135 1999-01-25 Karl Heuer <kwzh@gnu.org>
|
|
4136
|
|
4137 * faces.el (list-faces-display): Multiline case of previous fix.
|
|
4138
|
|
4139 1999-01-25 Andreas Schwab <schwab@gnu.org>
|
|
4140
|
|
4141 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
|
|
4142
|
|
4143 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
|
|
4144
|
|
4145 * files.el (find-file): If find-file-noselect returns a list,
|
|
4146 do switch-to-buffer on each element.
|
|
4147 (find-file-other-window): Likewise for all but the first element.
|
|
4148 (find-file-other-frame): Same.
|
|
4149 (find-file-noselect): When we expand a wildcard, return a list
|
|
4150 of buffers.
|
|
4151
|
|
4152 1999-01-24 Eli Zaretskii <eliz@gnu.org>
|
|
4153
|
|
4154 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
|
|
4155 to set the appropriate cpNNN-dos coding system as the
|
|
4156 highest-priority coding system.
|
|
4157
|
|
4158 1999-01-23 Ken'ichi Handa <handa@gnu.org>
|
|
4159
|
|
4160 * international/fontset.el (generate-fontset-menu): Return a
|
|
4161 sorted list by plain names of fontsets.
|
|
4162
|
|
4163 * international/mule-diag.el (list-fontsets): Sort fontsets by
|
|
4164 plain names.
|
|
4165
|
|
4166 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
|
|
4167 FIRST is a composite character, decompose it at first.
|
|
4168
|
|
4169 1999-01-23 Dave Love <fx@gnu.org>
|
|
4170
|
|
4171 * format.el: Doc fixes.
|
|
4172 (format-encode-run-method): Have things happen in the right buffer.
|
|
4173 Deal with errors from method. Set coding-system-for-write.
|
|
4174 (format-decode-run-method): Have things happen in the right buffer.
|
|
4175 Deal with errors from method. Set coding-system-for-read.
|
|
4176 (format-alist): Use nil instead of unmatchable regexps.
|
|
4177
|
|
4178 * simple.el (shell-command-on-region): Return command's exit status.
|
|
4179
|
|
4180 1999-01-23 Eric Ludlam <zappo@gnu.org>
|
|
4181
|
|
4182 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
|
|
4183 of the file whose info we want to display.
|
|
4184 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
|
|
4185 (speedbar-add-mode-functions-list) Improve doc.
|
|
4186 (speedbar-line-token) New function.
|
|
4187 (speedbar-dired) Fix order of directories in -shown-directories.
|
|
4188 (speedbar-line-path): Default return is default-directory
|
|
4189 (speedbar-buffers-line-path): Return is dir name only.
|
|
4190 (speedbar-mode-functions-list): New variable.
|
|
4191 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
|
|
4192 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
|
|
4193 speedbar-files-item-info speedbar-buffers-item-info): New functions.
|
|
4194 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
|
|
4195 New functions.
|
|
4196 (speedbar-line-file): Broke out part that fetches file from a line.
|
|
4197 (speedbar-line-text): New function extracted from speedbar-line-file.
|
|
4198 (speedbar-line-path): Converted into a replaceable function.
|
|
4199 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
|
|
4200
|
|
4201 1999-01-23 Ken'ichi Handa <handa@gnu.org>
|
|
4202
|
|
4203 * international/fontset.el (create-fontset-from-x-resource): Make
|
|
4204 style variants.
|
|
4205
|
|
4206 1999-01-22 Dave Love <fx@gnu.org>
|
|
4207
|
|
4208 * paths.el (Info-default-directory-list): Put sysdir after start.
|
|
4209
|
|
4210 1999-01-22 Sam Steingold <sds@goems.com>
|
|
4211
|
|
4212 * midnight.el (clean-buffer-list): do not kill a buffer if it has
|
|
4213 a process associated with it.
|
|
4214
|
|
4215 1999-01-22 Jason Rumney <jasonr@altavista.net>
|
|
4216
|
|
4217 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
|
|
4218
|
|
4219 1999-01-22 Felix Lee <flee@cygnus.com>
|
|
4220
|
|
4221 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
|
|
4222 major-mode.
|
|
4223 (vc-annotate-mode): Delete variable.
|
|
4224
|
|
4225 1999-01-22 Andrew Innes <andrewi@gnu.org>
|
|
4226
|
|
4227 * startup.el (command-line): [windows-nt]: Check for existence of
|
|
4228 .emacs file so as to notice .emacs.el or .emacs.elc and use them
|
|
4229 in preference to _emacs.
|
|
4230
|
|
4231 1999-01-22 Dave Love <fx@gnu.org>
|
|
4232
|
|
4233 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
|
|
4234
|
|
4235 1999-01-20 Richard Stallman <rms@gnu.org>
|
|
4236
|
|
4237 * files.el (find-file-noselect): Do wildcard processing only
|
|
4238 if new arg WILDCARDS is non-nil.
|
|
4239 (find-file, find-file-other-window): New arg WILDCARDS.
|
|
4240 Default it to non-nil if interactive.
|
|
4241 (find-file-other-frame): Likewise.
|
|
4242 (find-file-read-only): Likewise.
|
|
4243 (find-file-read-only-other-window): Likewise.
|
|
4244 (find-file-read-only-other-frame): Likewise.
|
|
4245
|
|
4246 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
|
|
4247 (widget-plist-convert-option): Delete spurious comma.
|
|
4248
|
|
4249 1999-01-19 Jason Rumney <jasonr@altavista.net>
|
|
4250
|
|
4251 * term/w32-win.el (w32-standard-fontspec-spec): Change
|
|
4252 iso8859-5 to koi8-r. Add iso8859-9.
|
|
4253
|
|
4254 1999-01-19 Dave Love <fx@gnu.org>
|
|
4255
|
|
4256 * browse-url.el (browse-url-maybe-new-window): Delete macro and
|
|
4257 its uses.
|
|
4258
|
|
4259 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
|
|
4260 is active.
|
|
4261 (fortran-indent-subprogram): Likewise.
|
|
4262
|
|
4263 1999-01-19 Dave Love <d.love@dl.ac.uk>
|
|
4264
|
|
4265 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
|
|
4266
|
|
4267 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4268
|
|
4269 * wid-edit.el (alist): Use sexp as default key-type.
|
|
4270
|
|
4271 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
4272
|
|
4273 * textmodes/tex-mode.el (tex-define-common-keys):
|
|
4274 Remove key binding of tex-feed-input.
|
|
4275 (tex-mode-map): Bind tex-feed-input here.
|
|
4276 (tex-start-shell): Use compilation-shell-minor-mode. Set
|
|
4277 comint-input-filter-functions before running tex-shell-hook.
|
|
4278 (tex-start-tex): Forget compilation errors.
|
|
4279 (tex-compilation-parse-errors): Rewritten to work also with
|
|
4280 compile-mouse-goto-error and compile-goto-error. Adjusted to
|
|
4281 change in tex-region.
|
|
4282 (tex-region): For the temp file use file-name without directory.
|
|
4283 (tex-file): Expand file name of tex-print-file.
|
|
4284
|
|
4285 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
4286
|
|
4287 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
|
|
4288
|
|
4289 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
|
|
4290
|
|
4291 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
|
|
4292 beginning could cause Emacs to hang. Fixed.
|
|
4293
|
|
4294 1999-01-18 Ken'ichi Handa <handa@gnu.org>
|
|
4295
|
|
4296 * international/ccl.el (ccl-compile-translate-character): Handle
|
|
4297 the case that a tranlation table is CCL register correctly.
|
|
4298
|
|
4299 * international/mule-cmds.el (select-safe-coding-system):
|
|
4300 Hightlight at most 256 characters.
|
|
4301
|
|
4302 1999-01-18 Dave Love <fx@gnu.org>
|
|
4303
|
|
4304 * startup.el (command-line): If the init file changes operation to
|
|
4305 unibyte, make all buffers unibyte and re-set language environment.
|
|
4306
|
|
4307 * disp-table.el (standard-display-european): Make all existing
|
|
4308 buffers unibyte. Fix doc.
|
|
4309
|
|
4310 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4311
|
|
4312 * wid-edit.el (coding-system): Define this unconditionally.
|
|
4313
|
|
4314 * simple.el (shell-command-on-region-default-error-buffer): New var.
|
|
4315 (shell-command-on-region): Use that variable as interactive
|
|
4316 value of ERROR-BUFFER argument.
|
|
4317
|
|
4318 1999-01-17 Sam Steingold <sds@goems.com>
|
|
4319
|
|
4320 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'.
|
|
4321
|
|
4322 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
4323
|
|
4324 * progmodes/compile.el (compilation-goto-locus): If already in the
|
|
4325 compilation buffer's window, keep it in that window.
|
|
4326 (compile-mouse-goto-error): Add Doc. Don't play with windows.
|
|
4327 (compile-goto-error): Don't play with windows.
|
|
4328
|
|
4329 * textmodes/tex-mode.el (latex-run-command): Doc fix.
|
|
4330 (tex-command): Doc fix.
|
|
4331 (tex-compilation-parse-errors): Doc fix.
|
|
4332 (tex-generate-zap-file-name): Don't start the name with -.
|
|
4333 (tex-expand-files): Works now also with strings ending with ":".
|
|
4334
|
|
4335 1999-01-17 Ian T Zimmerman <itz@transbay.net>
|
|
4336
|
|
4337 Patch failed to install:
|
|
4338 * gametree.el: Document scoring functionality.
|
|
4339 (gametree-score-regexp): Add optional plus sign.
|
|
4340 (gametree-score-opener): Replace `:' with `=' as the former
|
|
4341 conflicts with gametree-half-ply-regexp.
|
|
4342 (gametree-transpose-following-leaves): Add.
|
|
4343 (gametree-insert-new-leaf): Make modifying commands barf in read
|
|
4344 only buffers.
|
|
4345 (gametree-break-line-here): Add a call to
|
|
4346 `gametree-transpose-following-leaves'. This maintains the
|
|
4347 necessary invariant that on each level all leaf children precede
|
|
4348 all nonleaf children. This has always been implied, but left to
|
|
4349 the user, and, unfortunately, undocumented.
|
|
4350
|
|
4351 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
4352
|
|
4353 * wid-edit.el (plist, alist): New widget types.
|
|
4354
|
|
4355 1999-01-17 Dave Love <fx@gnu.org>
|
|
4356
|
|
4357 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
|
|
4358 fix scope of condition-case therein.
|
|
4359
|
|
4360 1999-01-17 Andrew Innes <andrewi@gnu.org>
|
|
4361
|
|
4362 * dos-w32.el: (find-buffer-file-type-coding-system): Use
|
|
4363 default-buffer-file-coding-system when file doesn't exist (and
|
|
4364 isn't covered by a special case) instead of forcing undecided-dos
|
|
4365 against the user's wishes.
|
|
4366
|
|
4367 * dos-w32.el (direct-print-region-helper): New function based on
|
|
4368 direct-print-region-function; sends data to specified printer port
|
|
4369 without further translation. Recognize and handle specially the
|
|
4370 standard `print' and `nprint' programs, as well as `lpr' and
|
|
4371 similar programs. Only write directly to the printer port if no
|
|
4372 print program is specified. Work around a bug in Windows 9x
|
|
4373 affecting Win32 version of Emacs by invoking command.com to write
|
|
4374 to the printer port instead of writing directly.
|
|
4375 (direct-print-region-function): Use direct-print-region-helper to
|
|
4376 do most of the work.
|
|
4377 (direct-ps-print-region-function): New function; analogue of
|
|
4378 direct-print-region-function for ps-print.
|
|
4379 (ps-lpr-command): Comment out setq; leave as example usage.
|
|
4380 (ps-lpr-switches): Ditto.
|
|
4381
|
|
4382 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
|
|
4383 and MS-Windows.
|
|
4384 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
|
|
4385 DOS and Windows platforms, to indicate direct printing. Update
|
|
4386 the docstring accordingly.
|
|
4387
|
|
4388 * ps-print.el: (ps-printer-name): Update docstring about usage on
|
|
4389 MS-DOS and MS-Windows.
|
|
4390 (ps-lpr-command): Update docstring as for lpr-command.
|
|
4391 (ps-print-region-function): New variable.
|
|
4392 (ps-do-despool): Use it.
|
|
4393 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
|
|
4394 DOS/Windows.
|
|
4395
|
|
4396 * subr.el (subst-char-in-string): New function.
|
|
4397
|
|
4398 1999-01-17 Eli Zaretskii <eliz@gnu.org>
|
|
4399
|
|
4400 * international/codepage.el (cp852-decode-table): Fill a nil entry.
|
|
4401
|
|
4402 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
|
|
4403 (bdf-find-font-info): New function, looks for the first readable
|
|
4404 file from a list of alternatives.
|
|
4405 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
|
|
4406 instead of bdf-get-font-info.
|
|
4407 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
|
|
4408 to ps-mule-generate-bitmap-glyph.
|
|
4409
|
|
4410 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
|
|
4411 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
|
|
4412 now be a list of alternative names.
|
|
4413 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
|
|
4414 (ps-mule-prepare-font): Likewise.
|
|
4415
|
|
4416 * international/codepage.el (cp855-decode-table,
|
|
4417 cp850-decode-table): Fill some nil entries.
|
|
4418
|
|
4419 1999-01-16 Dave Love <fx@gnu.org>
|
|
4420
|
|
4421 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
|
|
4422 last change.
|
|
4423
|
|
4424 1999-01-15 Dave Love <fx@gnu.org>
|
|
4425
|
|
4426 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
|
|
4427 and change regexp for command names.
|
|
4428 (help-xref-go-back, function-called-at-point, symbol-file)
|
|
4429 (where-is): Doc fixes.
|
|
4430 (help-xref-go-back): Remove interactive spec.
|
|
4431 (describe-function-1): Fix message for alias. Buttomize alias
|
|
4432 name.
|
|
4433
|
|
4434 * simple.el (join-line): New alias.
|
|
4435
|
|
4436 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
|
|
4437
|
|
4438 * forms.el: (forms--show-record): Convert integers to string
|
|
4439 expicitly since concat will no longer accept integers.
|
|
4440 (forms-print): Use local `total-nb-records' since
|
|
4441 `forms--total-records' will be inaccessible after buffer switching.
|
|
4442
|
|
4443 1998-01-14 Felix Lee <flee@cygnus.com>
|
|
4444
|
|
4445 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness.
|
|
4446
|
|
4447 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4448
|
|
4449 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
|
|
4450
|
|
4451 1999-01-14 Eli Zaretskii <eliz@gnu.org>
|
|
4452
|
|
4453 * international/codepage.el (cp850-decode-table): Fix previous change.
|
|
4454
|
|
4455 1999-01-14 Simon Marshall <simon@gnu.org>
|
|
4456
|
|
4457 * shell.el (shell-dirtrack-verbose): New custom variable.
|
|
4458 (shell-dirstack-message): Use it.
|
|
4459
|
|
4460 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
4461
|
|
4462 * international/mule-conf.el: Coding system alias `dos' for
|
|
4463 `undecided-dos', `mac' for `undecided-mac'.
|
|
4464
|
|
4465 * international/mule-cmds.el (describe-language-environment):
|
|
4466 Don't alter input-method-alist.
|
|
4467
|
|
4468 1999-01-13 Eli Zaretskii <eliz@gnu.org>
|
|
4469
|
|
4470 * international/codepage.el (cp850-decode-table): Replace nil
|
|
4471 entries with codes of similary looking glyphs. (Suggested by
|
|
4472 Jason Rumney <jasonr@altavista.net>.)
|
|
4473
|
|
4474 1999-01-13 Dave Love <fx@gnu.org>
|
|
4475
|
|
4476 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
|
|
4477
|
|
4478 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
|
|
4479
|
|
4480 1999-01-12 Karl Heuer <kwzh@gnu.org>
|
|
4481
|
|
4482 * files.el (auto-save-hook): Defvar this.
|
|
4483
|
|
4484 1999-01-12 Alex Schroeder <asc@bsiag.com>
|
|
4485
|
|
4486 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
|
|
4487 faces, eliminating the need to load font-lock before loading sql.
|
|
4488 (sql-mode-oracle-font-lock-keywords): Likewise.
|
|
4489 (sql-mode-postgres-font-lock-keywords): Likewise.
|
|
4490
|
|
4491 1999-01-11 Dave Love <fx@gnu.org>
|
|
4492
|
|
4493 * cus-start.el: Add inhibit-eol-conversion.
|
|
4494
|
|
4495 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
|
|
4496 the values round.
|
|
4497
|
|
4498 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4499
|
|
4500 * help.el (help-mode-finish): Renamed from help-mode-maybe.
|
|
4501 Don't switch to Help mode here.
|
|
4502 (temp-buffer-setup-hook): Use help-mode-finish.
|
|
4503 (help-mode-setup): New function.
|
|
4504 (temp-buffer-setup-hook): Use help-mode-setup.
|
|
4505
|
|
4506 * progmodes/sql.el: New file.
|
|
4507
|
|
4508 * files.el (auto-mode-alist): Add sql-mode.
|
|
4509
|
|
4510 * faces.el (list-faces-display): Improve the formatting
|
|
4511 by computing the maximum length required for any face-name.
|
|
4512
|
|
4513 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
4514
|
|
4515 * progmodes/compile.el (compilation-shell-minor-mode): New function.
|
|
4516
|
|
4517 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
|
|
4518
|
|
4519 * term.el (term_send_home): Change the string to
|
|
4520 be the same as the one emitted by xterm and consistent with the
|
|
4521 ones emitted by prior and next.
|
|
4522 (term_send_end): Likewise.
|
|
4523
|
|
4524 1999-01-10 Dave Love <fx@gnu.org>
|
|
4525
|
|
4526 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
|
|
4527 bindings.
|
|
4528
|
|
4529 1999-01-10 Eli Zaretskii <eliz@gnu.org>
|
|
4530
|
|
4531 * international/codepage.el (codepage-setup): Doc fix.
|
|
4532 (cp-decoding-vector-for-codepage): Likewise.
|
|
4533
|
|
4534 1999-01-10 Markus Rost <rost@gnu.org>
|
|
4535
|
|
4536 * cus-edit.el (custom-save-delete): First scan the custom-file.
|
|
4537
|
|
4538 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4539
|
|
4540 * international/iso-transl.el: Define a "function name" for
|
|
4541 each translation that isn't ASCII. Use these function names
|
|
4542 in iso-transl-char-map.
|
|
4543
|
|
4544 1999-01-08 Kenichi Handa <handa@etl.go.jp>
|
|
4545
|
|
4546 * international/mule-util.el (decompose-region): Do decomposition
|
|
4547 on temporary unibyte buffer.
|
|
4548
|
|
4549 * international/mule.el (make-char): Doc-string modified.
|
|
4550
|
|
4551 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4552
|
|
4553 * simple.el (comment-region): Delete spaces only if we
|
|
4554 deleted a comment starter.
|
|
4555
|
|
4556 1999-01-07 Dave Love <fx@gnu.org>
|
|
4557
|
|
4558 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
|
|
4559
|
|
4560 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
|
|
4561 like eval-defun does.
|
|
4562
|
|
4563 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
|
|
4564
|
|
4565 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
|
|
4566 constructions. Doc fixes.
|
|
4567 (generic-create-generic-function): Use defalias, not fset.
|
|
4568
|
|
4569 * find-func.el: More doc fixes.
|
|
4570
|
|
4571 1999-01-06 Stephen Eglen <stephen@gnu.org>
|
|
4572
|
|
4573 * files.el (save-buffers-kill-emacs): Show the list of current
|
|
4574 processes before prompting to kill them and exit.
|
|
4575
|
|
4576 1999-01-06 Dave Love <fx@gnu.org>
|
|
4577
|
|
4578 * emacs-lisp/find-func.el: Doc fixes.
|
|
4579 (find-function-regexp): Extend for define-generic-mode,
|
|
4580 define-derived-mode, easy-mmode-define-minor-mode.
|
|
4581
|
|
4582 1999-01-06 Dave Love <fx@gnu.org>
|
|
4583
|
|
4584 * progmodes/fortran.el (fortran-window-create): Account for scroll
|
|
4585 bar width.
|
|
4586
|
|
4587 * browse-url.el: Require (noerror) w3-auto when compiling.
|
|
4588 (browse-url-maybe-new-window): Make it a macro and revert last
|
|
4589 change to callers.
|
|
4590 (browse-url-w3): Require w3 for w3-fetch-other-window.
|
|
4591
|
|
4592 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
4593
|
|
4594 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
|
|
4595 argument.
|
|
4596
|
|
4597 1999-01-06 Simon Marshall <simon@gnu.org>
|
|
4598
|
|
4599 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
|
|
4600
|
|
4601 * font-lock.el (font-lock-default-fontify-buffer): When using
|
|
4602 with-temp-message, use nil rather than current-message.
|
|
4603
|
|
4604 * lazy-lock.el (lazy-lock-unstall):
|
|
4605 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
|
|
4606 rather than current-message.
|
|
4607
|
|
4608 * fast-lock.el (fast-lock-save-cache-1):
|
|
4609 (fast-lock-cache-data): When using with-temp-message, use nil rather
|
|
4610 than current-message.
|
|
4611
|
|
4612 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
4613
|
|
4614 * international/codepage.el (cp-coding-system-for-codepage-1): Add
|
|
4615 the valid-codes property.
|
|
4616
|
|
4617 * international/mule-cmds.el (prefer-coding-system): Call
|
|
4618 set-coding-priority, so that the internal array of priorities is
|
|
4619 also updated.
|
|
4620
|
|
4621 * international/mule-util.el:
|
|
4622 (coding-system-change-eol-conversion,
|
|
4623 coding-system-change-text-conversion): Don't define here.
|
|
4624
|
|
4625 * international/mule-cmds.el: Define them here. Remove the
|
|
4626 autoload cookies.
|
|
4627
|
|
4628 1999-01-06 Andreas Schwab <schwab@gnu.org>
|
|
4629
|
|
4630 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
|
|
4631 if it was enabled before.
|
|
4632
|
|
4633 * view.el (View-revert-buffer-scroll-page-forward): Bind
|
|
4634 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
|
|
4635
|
|
4636 * files.el (recover-session): Preserve point when inserting
|
|
4637 explanation.
|
|
4638
|
|
4639 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4640
|
|
4641 * cus-edit.el (custom-save-delete): Don't delete whitespace
|
|
4642 and comments before the sexp that is replaced.
|
|
4643
|
|
4644 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
4645
|
|
4646 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
|
|
4647
|
|
4648 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
|
|
4649
|
|
4650 * vc.el (vc-dired-hook): Use the original value of
|
|
4651 dired-move-to-filename-regexp on lines that have not been
|
|
4652 reformatted yet.
|
|
4653 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
|
|
4654 file lines have already been reformatted.
|
|
4655
|
|
4656 1999-01-05 Dave Love <fx@gnu.org>
|
|
4657
|
|
4658 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
|
|
4659 buffer-local.
|
|
4660
|
|
4661 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
|
|
4662
|
|
4663 * progmodes/f90.el: Change of regular expressions for type to
|
|
4664 correct highlighting and identation. Some small fixes for
|
|
4665 compatibility with XEmacs.
|
|
4666
|
|
4667 1999-01-05 Stephen Eglen <stephen@gnu.org>
|
|
4668
|
|
4669 * mspools.el (mspools-vm-system-mail): Provide an alternative
|
|
4670 value based on rmail-spool-directory if $MAIL is not defined.
|
|
4671
|
|
4672 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
|
|
4673
|
|
4674 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
|
|
4675 (reftex-section-info): Handle negative section levels.
|
|
4676 (reftex-view-crossref-extra): New option.
|
|
4677 (reftex-view-crossref): Generalized to work in more places.
|
|
4678 (reftex-find-citation-regexp-format, reftex-find-reference-format,
|
|
4679 reftex-macros-with-labels, reftex-global-search-marker): New variables.
|
|
4680 (reftex-view-cite-locations-from-bibtex): New command.
|
|
4681 (reftex-view-regexp-match, reftex-global-search,
|
|
4682 reftex-global-search-continue): New functions.
|
|
4683 (reftex-extract-bib-entries): No error for non-existing BibTeX
|
|
4684 file, just a message.
|
|
4685 (reftex-extract-bib-entries): Better error handling.
|
|
4686 (reftex-select-with-char): Use `*RefTeX Select*' for selection
|
|
4687 help and force it on current frame.
|
|
4688 (reftex-default-bibliography): New function.
|
|
4689 (reftex-access-parse-file): Check consistency after loading a
|
|
4690 parse file. When inconsistent, enfore rescan.
|
|
4691 (reftex-check-parse-consistency): New function.
|
|
4692 (easy-menu-define): Options section drastically shortened.
|
|
4693
|
|
4694 1999-01-05 Kenichi Handa <handa@etl.go.jp>
|
|
4695
|
|
4696 * language/thai-util.el (thai-compose-string): New function.
|
|
4697
|
|
4698 1999-01-04 Inge Frick <inge@nada.kth.se>
|
|
4699
|
|
4700 * easymenu.el (easy-menu-define): Doc fix.
|
|
4701 (easy-menu-create-menu): New keyword :included.
|
|
4702 (easy-menu-do-add-item): New keyword :included. SUFFIX may
|
|
4703 be an expression, not only a string. Simulate style `button'.
|
|
4704 Use easy-menu-define-key-intern instead of easy-menu-define-key.
|
|
4705 (easy-menu-define-key-intern): New function.
|
|
4706 (easy-menu-add-item): Understand value returned from
|
|
4707 easy-menu-item-present-p and easy-menu-remove-item.
|
|
4708 (easy-menu-return-item): New function.
|
|
4709 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
|
|
4710
|
|
4711 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4712
|
|
4713 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
|
|
4714 Use rmail-output-read-rmail-file-name to read the file name.
|
|
4715 Always call rmail-output-to-rmail-file noninteractively.
|
|
4716 When count > 1, do the loop here.
|
|
4717 Handle rmail-delete-after-output here.
|
|
4718 (rmail-summary-output): Similar changes.
|
|
4719
|
|
4720 * mail/rmailout.el: Provide `rmailout'.
|
|
4721 (rmail-output-read-rmail-file-name): New function.
|
|
4722 (rmail-output-to-rmail-file): Use that.
|
|
4723 (rmail-output-read-file-name): New function.
|
|
4724 (rmail-output): Use that.
|
|
4725
|
|
4726 * files.el (find-file-noselect): Let /: suppress wildcard matching.
|
|
4727 Error if wildcard matches no files.
|
|
4728
|
|
4729 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4730
|
|
4731 * menu-bar.el (clipboard-yank): Doc fix.
|
|
4732
|
|
4733 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
|
|
4734
|
|
4735 1998-12-31 Markus Rost <rost@delysid.gnu.org>
|
|
4736
|
|
4737 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
|
|
4738
|
|
4739 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
|
|
4740
|
|
4741 * rmail.el (rmail-encode-string): Make sure mask value is
|
|
4742 positive; (emacs-pid) returns a negative number on Windows 9x
|
|
4743 which causes odd behaviour.
|
|
4744
|
|
4745 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4746
|
|
4747 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
|
|
4748 and about w32-* variables unless on Windows/NT.
|
|
4749
|
|
4750 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
|
|
4751
|
|
4752 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
|
|
4753 if buffer is modified; ask about all modified buffers.
|
|
4754
|
|
4755 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4756
|
|
4757 * simple.el (what-cursor-position): Fix previous change.
|
|
4758
|
|
4759 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
|
|
4760
|
|
4761 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
|
|
4762 from paragraph-start.
|
|
4763
|
|
4764 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4765
|
|
4766 * international/mule-cmds.el (prefer-coding-system): If the
|
|
4767 argument requires specific EOL conversion type, make the default
|
|
4768 coding systems use that.
|
|
4769
|
|
4770 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
|
|
4771
|
|
4772 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
|
|
4773 Use shell-command-on-region.
|
|
4774 (m4-start-m4, m4-end-m4): Functions deleted.
|
|
4775
|
|
4776 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
|
|
4777
|
|
4778 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
|
|
4779
|
|
4780 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
4781
|
|
4782 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
|
|
4783 to compose-mail in the correct places and as a list.
|
|
4784
|
|
4785 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
|
|
4786
|
|
4787 * page-ext.el: Added mouse-selection feature for pages directory buffer.
|
|
4788 (pages-directory-map): Bind mouse-2
|
|
4789 (pages-copy-header-and-position): Put text property.
|
|
4790 (pages-directory-goto-with-mouse): New function.
|
|
4791
|
|
4792 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
4793
|
|
4794 * international/codepage.el (cp-make-coding-systems-for-codepage):
|
|
4795 Doc fix.
|
|
4796 (cp-coding-system-for-codepage-1): Likewise.
|
|
4797
|
|
4798 1998-12-29 Kenichi Handa <handa@etl.go.jp>
|
|
4799
|
|
4800 * language/thai-util.el (thai-post-read-conversion): Handle Thai
|
|
4801 composition sequence correctly here instead of calling
|
|
4802 thai-compose-region.
|
|
4803
|
|
4804 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
|
|
4805 newline in multibyte buffer, if previous or next character is a
|
|
4806 composite char, check the first component of the composite char.
|
|
4807
|
|
4808 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
|
|
4809
|
|
4810 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
|
|
4811 and track-mouse.
|
|
4812
|
|
4813 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
4814
|
|
4815 * mail/sendmail.el (mail-yank-original): Remove text properties
|
|
4816 after insertion.
|
|
4817 (mail-yank-region): Barf if no mark is set in the message
|
|
4818 being replied to.
|
|
4819
|
|
4820 * help.el (function-called-at-point): First look for function at point.
|
|
4821
|
|
4822 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4823
|
|
4824 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
|
|
4825
|
|
4826 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4827
|
|
4828 * simple.el (what-cursor-position): Print character encoding also.
|
|
4829
|
|
4830 1998-12-26 Dave Love <fx@gnu.org>
|
|
4831
|
|
4832 * textmodes/flyspell.el: If local-maps work, don't put
|
|
4833 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
|
|
4834 in flyspell-mouse-map (only).
|
|
4835 (flyspell-use-local-map): New variable.
|
|
4836 Use a different mouse-2 binding in that case,
|
|
4837 and don't add to minor-mode-map-alist.
|
|
4838 (make-flyspell-overlay, flyspell-correct-word):
|
|
4839 Test flyspell-use-local-map.
|
|
4840
|
|
4841 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4842
|
|
4843 * files.el (file-expand-wildcards): Handle wildcards in directory name.
|
|
4844 Be careful about whether to return a relative file name,
|
|
4845 and if so, relative to what directory.
|
|
4846
|
|
4847 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
4848
|
|
4849 * emacs-lisp/easymenu.el (easy-menu-get-map):
|
|
4850 Change global map only if this menu exists in the global map already,
|
|
4851 and not in the local map.
|
|
4852 (easy-menu-do-add-item): Fix error message.
|
|
4853
|
|
4854 * foldout.el (foldout-inhibit-key-bindings):
|
|
4855 Avoid concatenating onto outline-minor-mode-prefix.
|
|
4856 Make a new keymap for that prefix, if it does not already have one.
|
|
4857
|
|
4858 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
|
|
4859
|
|
4860 * cperl-mode.el:
|
|
4861 Can use linear algorithm for indentation if Emacs supports it.
|
|
4862 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
|
|
4863 (cperl-after-block-p): Likewise.
|
|
4864 (cperl-after-block-and-statement-beg): Likewise.
|
|
4865 (cperl-after-block-p): After END/BEGIN we are a block.
|
|
4866 (cperl-after-expr-p): Skip labels when checking
|
|
4867 (cperl-indent-region): Make a marker for END - text added/removed.
|
|
4868 Disable hooks during the call (how to call them later?).
|
|
4869 Now indents 820-line-long function in 6.5 sec (including
|
|
4870 syntaxification) the first time (when buffer has few
|
|
4871 properties), 7.1 sec the second time.
|
|
4872 (cperl-indent-region): Do not indent whitespace lines
|
|
4873 (cperl-style-alist)
|
|
4874 Include `cperl-merge-trailing-else' where the value is clear.
|
|
4875 (cperl-styles-entries): Likewise.
|
|
4876 (cperl-problems): Improvements to docs.
|
|
4877 (cperl-tips): Likewise.
|
|
4878 (cperl-non-problems): Likewise.
|
|
4879 (cperl-mode): Make lazy syntaxification possible.
|
|
4880 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
|
|
4881 `font-lock-unfontify-region-function' was set to a wrong function.
|
|
4882
|
|
4883 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
|
|
4884 restart syntaxification. Changed so that -d ?foo? is a RE. Do
|
|
4885 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
|
|
4886 but 1<<6 was considered as HERE-doc.
|
|
4887 <file/glob> made into a string.
|
|
4888 Postpone addition of faces after syntactic step.
|
|
4889 Recognition of <FH> was wrong.
|
|
4890 Highlight `gem' in s///gem as a keyword. `qr' recognized.
|
|
4891 Knows that split// is null-RE.
|
|
4892 Highlights separators in 3-parts expressions as labels.
|
|
4893 <> was considered as a glob.
|
|
4894 Would err if the last line is `=head1'.
|
|
4895 $a-1 ? foo : bar; was a considered a regexp.
|
|
4896 `<< (' was considered a start of HERE-doc.
|
|
4897 mark qq[]-etc sections as syntax-type=string
|
|
4898 Was not processing sub protos after a comment ine.
|
|
4899 Was treating $a++ <= 5 as a glob.
|
|
4900 Tolerate unfinished REx at end-of-buffer.
|
|
4901 `unwind-protect' was left commented.
|
|
4902 / and ? after : start a REx.
|
|
4903
|
|
4904 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
|
|
4905 Better default, customizes to `message' too, off in text-mode.
|
|
4906
|
|
4907 (cperl-array-face): Renamed from `font-lock-emphasized-face',
|
|
4908 `defface'd.
|
|
4909 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
|
|
4910 `defface'd.
|
|
4911 (cperl-emacs-can-parse): New state variable.
|
|
4912 (cperl-indent-line): Corrected to use global state.
|
|
4913 (cperl-calculate-indent): Likewise.
|
|
4914 (cperl-fix-line-spacing): Likewise (not used yet).
|
|
4915 (cperl-calculate-indent): Did not consider `,' as
|
|
4916 continuation mark for statements.
|
|
4917 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
|
|
4918 Remove another parse-data optimization at toplevel: would
|
|
4919 indent correctly.
|
|
4920 Correct for labels when calculating indentation of continuations.
|
|
4921 Docstring updated.
|
|
4922 (cperl-choose-color): Converted to a function (to be
|
|
4923 compilable in text-mode).
|
|
4924 (cperl-dark-background): Disable without window-system.
|
|
4925 Do `defface' only if window-system.
|
|
4926 (cperl-fix-line-spacing): sped up to bail out early.
|
|
4927 (x-color-defined-p): was not compiling on XEmacs
|
|
4928 Was defmacro'ed with a tick. Remove another def.
|
|
4929 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones
|
|
4930 (cperl-unwind-to-safe): New function.
|
|
4931 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
|
|
4932 (cperl-fontify-syntaxically): Unwinds start and end to go out of
|
|
4933 long strings (not very successful).
|
|
4934 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
|
|
4935 Highlight the starting // in s//foo/ as function-name.
|
|
4936 Emit a meaningful error instead of a cryptic one for an
|
|
4937 uncomplete REx near end-of-buffer.
|
|
4938
|
|
4939 (cperl-electric-keyword): `qr' recognized.
|
|
4940 (cperl-electric-else): Likewise
|
|
4941 (cperl-to-comment-or-eol): Likewise
|
|
4942 (cperl-make-regexp-x): Likewise
|
|
4943 (cperl-init-faces): Likewise, and `lock' (as overridable?).
|
|
4944 Corrected to use new macros;
|
|
4945 `if' for copying `reference-face' to `constant-face' was backward.
|
|
4946 remove init `font-lock-other-emphasized-face',
|
|
4947 `font-lock-emphasized-face', `font-lock-keyword-face'.
|
|
4948 Interpolate `cperl-invalid-face'.
|
|
4949 (cperl-make-regexp-x): Misprint in a message.
|
|
4950 (cperl-syntaxify-unwind): New configuration variable
|
|
4951 (cperl-fontify-m-as-s): New configuration variable
|
|
4952 (cperl-electric-pod): check for after-expr was performed
|
|
4953 inside of POD too.
|
|
4954 (cperl-backward-to-noncomment): better treatment of PODs and HEREs.
|
|
4955 (cperl-clobber-mode-lists): New configuration variable.
|
|
4956 (cperl-not-bad-style-regexp): Updated.
|
|
4957 Init: `cperl-is-face' was busted.
|
|
4958 (cperl-make-face): New macros.
|
|
4959 (cperl-force-face): New macros.
|
|
4960 (font-lock-other-type-face): Done via `defface' too.
|
|
4961 (cperl-nonoverridable-face): New face. Renamed from
|
|
4962 `font-lock-other-type-face'.
|
|
4963 (cperl-init-faces-weak): use `cperl-force-face'.
|
|
4964 (cperl-comment-indent): Commenting __END__ was not working.
|
|
4965 (cperl-indent-for-comment): Likewise.
|
|
4966 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
|
|
4967 When removing old TAGS info was not relativizing filename.
|
|
4968 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
|
|
4969 Another try to work around XEmacs problems. Better progress messages.
|
|
4970 (toplevel): require custom unprotected => failure on 19.28.
|
|
4971 (cperl-xemacs-p): defined when compile too
|
|
4972 (cperl-find-tags): Was writing line/pos in a wrong order,
|
|
4973 pos off by 1 and not at beg-of-line.
|
|
4974 (cperl-etags-snarf-tag): New macro
|
|
4975 (cperl-etags-goto-tag-location): New macro
|
|
4976 (cperl-version): New variable. New menu entry
|
|
4977 random docstrings: References to "future" 20.3 removed.
|
|
4978 Menu was described as `CPerl' instead of `Perl'
|
|
4979 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
|
|
4980 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
|
|
4981 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
|
|
4982 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
|
|
4983 `font-lock-reference-face', `font-lock-keyword-face'.
|
|
4984 Use `eval-after-load'.
|
|
4985 Remove not-CPerl-related faces.
|
|
4986 (cperl-tips-faces): New variable and an entry into Mini-docs.
|
|
4987 (cperl-indent-exp): Was not processing else-blocks.
|
|
4988 (cperl-get-state): NOP line removed.
|
|
4989 (cperl-ps-print): New function and menu entry.
|
|
4990 (cperl-ps-print-face-properties): New configuration variable.
|
|
4991 (cperl-invalid-face): New configuration variable.
|
|
4992 (perl-font-lock-keywords): Highlight trailing whitespace
|
|
4993 (cperl-contract-levels): Documentation corrected.
|
|
4994 (cperl-contract-level): Likewise.
|
|
4995 (cperl-ps-extend-face-list): New macro.
|
|
4996 (cperl-invalid-face): Change to ''underline.
|
|
4997
|
|
4998 1998-12-25 Markus Rost <rost@delysid.gnu.org>
|
|
4999
|
|
5000 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
|
|
5001 for read-file-name.
|
|
5002 (rmail-output-to-rmail-file): Likewise.
|
|
5003
|
|
5004 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5005
|
|
5006 * emacs-lisp/easymenu.el (easy-menu-get-map):
|
|
5007 If MENU is nil, use global menu-bar map.
|
|
5008 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
|
|
5009 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
|
|
5010
|
|
5011 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
|
5012
|
|
5013 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
|
|
5014
|
|
5015 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
|
5016
|
|
5017 * ps-print.el (ps-print-version): New version number (4.1.3).
|
|
5018
|
|
5019 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
5020
|
|
5021 * international/mule-cmds.el: Use make-sparse-keymap instead of
|
|
5022 define-prefix-key when defining MULE menu items.
|
|
5023
|
|
5024 * info.el (Info-node-at-bob-matching): New function.
|
|
5025 (Info-find-node, Info-build-node-completions): Call it.
|
|
5026
|
|
5027 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
|
|
5028
|
|
5029 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
|
|
5030 when this is an autoloaded keymap.
|
|
5031
|
|
5032 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
5033
|
|
5034 * international/codepage.el (cp-coding-system-for-codepage-1):
|
|
5035 Create separate encoders and decoders, for DOS and Unix. Make the
|
|
5036 usual family of 3 coding systems, so that automatic detection of
|
|
5037 EOL type works.
|
|
5038 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
|
|
5039 Unix-specific symbols here, and don't call
|
|
5040 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
|
|
5041 Handa <handa@etl.go.jp>.)
|
|
5042
|
|
5043 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
|
|
5044
|
|
5045 * term/internal.el (IT-character-translations): New variable, an
|
|
5046 alist used to display characters for which there's no glyphs in
|
|
5047 the current codepage.
|
|
5048 (IT-display-table-setup): New function, sets up the DOS terminal
|
|
5049 for a given codepage.
|
|
5050 (dos-codepage-setup): New function, sets up the MULE environment
|
|
5051 for the current value of dos-codepage.
|
|
5052 (top-level if): In the multibyte mode, turn on
|
|
5053 unibyte-display-via-language-environment. In the unibyte mode,
|
|
5054 set up the special syntax tables to map lower- to upper case and
|
|
5055 back.
|
|
5056
|
|
5057 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
|
|
5058
|
|
5059 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
|
|
5060 (speedbar-frame-plist) Remove useless comments.
|
|
5061 (speedbar-frame-mode) Do not specify height if it is in the param list.
|
|
5062 Use default y position w/out changing it.
|
|
5063 If default x position is a list, keep, calculate the non-list X
|
|
5064 value when devining an initial position.
|
|
5065 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
|
|
5066 (speedbar-tag-group-name-minimum-length): New variable.
|
|
5067 (speedbar-frame-parameter): New compatibility function.
|
|
5068 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
|
|
5069 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
|
|
5070 groups to keep things in the right order, and to help with some
|
|
5071 naming conventions.
|
|
5072 (speedbar-create-tag-hierarchy): Enable buffer local version of
|
|
5073 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
|
|
5074 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
|
|
5075 the case, derive it from the cursor location in speedbar.
|
|
5076
|
|
5077 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
5078
|
|
5079 * international/mule-cmds.el (set-language-environment): On MS-DOS
|
|
5080 terminals, install DOS-specific nonascii-translation-table if the
|
|
5081 language info doesn't specify one. Pass the default eol-type to
|
|
5082 set-language-environment-coding-systems.
|
|
5083 (set-default-coding-systems): Copy the eol-type property for the
|
|
5084 new default values of {buffer-file,process}-coding-system from the
|
|
5085 old defaults.
|
|
5086 (set-language-environment-coding-systems): Accept an optional
|
|
5087 argument EOL-TYPE, and set the eol-type property of the default
|
|
5088 coding systems accordingly.
|
|
5089 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
|
|
5090 (set-keyboard-coding-system): Likewise.
|
|
5091 (set-default-coding-systems): Don't set
|
|
5092 default-terminal-coding-system on MS-DOS to anything but nil.
|
|
5093 (prefer-coding-system): Describe in the doc string that
|
|
5094 default-terminal-coding-system is not changed on MS-DOS.
|
|
5095 (set-language-environment): For MS-DOS, set standard syntax table
|
|
5096 and display table for all characters with code above 127.
|
|
5097 (standard-display-european-internal): For MS-DOS, pass all
|
|
5098 characters with code above 127 directly to the terminal, and don't
|
|
5099 remap characters 160 and 146 in the unibyte case.
|
|
5100
|
|
5101 * international/codepage.el: New file.
|
|
5102
|
|
5103 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
5104
|
|
5105 * diary-lib.el (diary-float): Fix end-of-year error and typos in
|
|
5106 comments.
|
|
5107
|
|
5108 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
|
|
5109
|
|
5110 * map-ynp.el (map-y-or-n-p): Ignore input methods.
|
|
5111
|
|
5112 * subr.el (read-passwd): Likewise.
|
|
5113
|
|
5114 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
5115
|
|
5116 * info.el (Info-find-node): Add 1 to the position read from the
|
|
5117 tag table. Don't fail if the node delimiter ^_ is the first
|
|
5118 character in the file.
|
|
5119 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
|
|
5120 first character in the file.
|
|
5121 (Info-read-subfile): Likewise.
|
|
5122 (Info-select-node): Likewise.
|
|
5123 (Info-build-node-completions): Likewise.
|
|
5124
|
|
5125 1998-12-16 Richard Stallman <rms@gnu.org>
|
|
5126
|
|
5127 * term/x-win.el (x-cut-buffer-or-selection-value):
|
|
5128 If clipboard is enabled, try it before PRIMARY selection.
|
|
5129
|
|
5130 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
|
|
5131
|
|
5132 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
|
|
5133 insert c-cedilla and C-cedilla respectively, like in latin-1.
|
|
5134
|
|
5135 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
|
|
5136
|
|
5137 * language/hebrew.el: Don't use sublists in the flags argument
|
|
5138 passed to make-coding-system.
|
|
5139
|
|
5140 1998-12-15 Kenichi Handa <handa@etl.go.jp>
|
|
5141
|
|
5142 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
|
|
5143 list of character sets found by find-charset-region.
|
|
5144
|
|
5145 * ps-mule.el: Always require ps-print. Move some function
|
|
5146 definitions for Emacs 20.2 and the earlier to ps-print.el.
|
|
5147 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
|
|
5148
|
|
5149 * ps-print.el: Define several functions for Emacs 20.2 and the
|
|
5150 earlier version.
|
|
5151 (ps-printer-name): Check if printer-name is bound.
|
|
5152
|
|
5153 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
|
5154
|
|
5155 * ps-mule.el: Programming uniformization and little code improvement.
|
|
5156 (ps-mule-prepare-font): Programming uniformization.
|
|
5157 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
|
|
5158 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
|
|
5159
|
|
5160 * ps-bdf.el: Programming uniformization and little code improvement.
|
|
5161 (bdf-search-and-read): New fun.
|
|
5162 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
|
|
5163 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
|
|
5164 (bdf-info-relative-compose, bdf-info-baseline-offset)
|
|
5165 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
|
|
5166 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
|
|
5167 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
|
|
5168 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
|
|
5169 improvement.
|
|
5170
|
|
5171 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
|
5172
|
|
5173 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
|
|
5174 and mule related code extraction. Autoload ps-mule funs.
|
|
5175
|
|
5176 * ps-mule.el: Doc fix. Require ps-print only when compiled.
|
|
5177 (ps-mule-prologue-generated): New fun.
|
|
5178 (ps-mule-plot-string): Add autoload cookie.
|
|
5179 (ps-mule-begin-job): Call ps-mule-prologue-generated.
|
|
5180
|
|
5181 1998-12-15 Kenichi Handa <handa@etl.go.jp>
|
|
5182
|
|
5183 * ps-bdf.el: Require ps-mule instead of ps-print.
|
|
5184 (bdf-directory-list): Add autoload cookie.
|
|
5185
|
|
5186 * ps-mule.el: New file. Mule related code extracted from
|
|
5187 ps-print.el. Require ps-print, provide ps-mule.
|
|
5188 (ps-multibyte-buffer): Add autoload cookie.
|
|
5189 (ps-mule-prepare-ascii-font): New fun.
|
|
5190 (ps-mule-set-ascii-font): New fun.
|
|
5191 (ps-mule-skip-same-charset): Fun deleted.
|
|
5192 (ps-mule-plot-string): Set ps-mule-current-charset.
|
|
5193 (ps-mule-initialize): Add autload cookie. Don't set
|
|
5194 ps-mule-font-info-database here.
|
|
5195 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
|
|
5196 ps-mule-font-info-database and ps-control-or-escape-regexp.
|
|
5197 (ps-mule-begin-page): New fun.
|
|
5198
|
|
5199 * ps-print.el: Mule related code moved to ps-mule.el.
|
|
5200 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
|
|
5201 check ps-mule-charset-list.
|
|
5202 (ps-begin-page): Don't set ps-mule-current-charset, instead call
|
|
5203 ps-mule-begin-page.
|
|
5204 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
|
|
5205 (ps-plot-region): Don't set ps-mule-current-charset, instead call
|
|
5206 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
|
|
5207 instead skip same charsets by itself.
|
|
5208 (ps-generate): Call ps-mule-initialize of needs-begin-file is
|
|
5209 non-nil. Call ps-mule-begin-job.
|
|
5210
|
|
5211 1998-12-15 Kenichi Handa <handa@etl.go.jp>
|
|
5212
|
|
5213 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
|
|
5214 instead of bdf.
|
|
5215
|
|
5216 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
|
|
5217 (ps-mule-external-libraries): New element FEATURE.
|
|
5218 (ps-mule-init-external-library): Ajusted for the above change.
|
|
5219 (ps-mule-generate-font): Likewise.
|
|
5220 (ps-mule-generate-glyphs): Likewise.
|
|
5221 (ps-mule-prepare-font): Likewise.
|
|
5222 (ps-mule-initialize): Likewise.
|
|
5223 (ps-begin-file): Superfluous tailing parenthesis deleted.
|
|
5224
|
|
5225 1998-12-15 Kenichi Handa <handa@etl.go.jp>
|
|
5226
|
|
5227 * international/fontset.el (x-decompose-font-name): If PATTERN
|
|
5228 doesn't have any wild cards, return a vector made from a name that
|
|
5229 is found by x-resolve-font-name found. Comments added.
|
|
5230
|
|
5231 * international/mule-cmds.el (find-coding-systems-for-charsets):
|
|
5232 Handle the case of unknown charset.
|
|
5233 (find-multibyte-characters): If invalid multibyte characters are
|
|
5234 found, return the corresponding strings instead of character
|
|
5235 codes.
|
|
5236 (find-multibyte-characters): Adjusted for the above change.
|
|
5237 (select-safe-coding-system): For a unibyte buffer, always returns
|
|
5238 DEFAULT-CODING-SYSTEM.
|
|
5239 (get-charset-property): Fix previous change. Make it a function.
|
|
5240 (put-charset-property): Make it a function.
|
|
5241
|
|
5242 * international/mule.el (make-coding-system): Set mime-charset
|
|
5243 property of *-with-esc coding system to nil.
|
|
5244
|
|
5245 * international/quail.el (quail-point-in-conversion-region): New
|
|
5246 function.
|
|
5247 (quail-conversion-backward-delete-char): When a key sequence is
|
|
5248 being translated, call quail-delete-last-char.
|
|
5249
|
|
5250 * language/devan-util.el
|
|
5251 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
|
|
5252 handle devanagari-decomposition-rules.
|
|
5253
|
|
5254 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
|
|
5255
|
|
5256 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
|
|
5257 tex-start-options-string to empty string.
|
|
5258 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
|
|
5259
|
|
5260 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
|
|
5261
|
|
5262 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
|
|
5263 5xx responses are already handled properly).
|
|
5264
|
|
5265 1998-12-13 Richard Stallman <rms@gnu.org>
|
|
5266
|
|
5267 * progmodes/compile.el (compilation-error-regexp-alist): Insist
|
|
5268 on a non-digit in the file name.
|
|
5269
|
|
5270 * simple.el (comment-region): Handle comment-padding
|
|
5271 separately for insertion and for deletion, in the right way for each.
|
|
5272
|
|
5273 1998-12-13 Felix Lee <flee@cygnus.com>
|
|
5274
|
|
5275 * progmodes/compile.el (compilation-error-regexp-alist): Fix
|
|
5276 regexp to match "ChangeLog:1:1998-12-09 ..."
|
|
5277
|
|
5278 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
|
|
5279
|
|
5280 * cus-start.el (dos-unsupported-char-glyph): Add.
|
|
5281
|
|
5282 1998-12-11 Dave Love <fx@gnu.org>
|
|
5283
|
|
5284 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
|
|
5285 forward-sexp in condition-case.
|
|
5286
|
|
5287 * emacs-lisp/find-func.el (find-function-search-for-symbol):
|
|
5288 Remove unnecessary test on `library' for explicit file name.
|
|
5289 Widen scope of save-match-data.
|
|
5290
|
|
5291 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
|
|
5292
|
|
5293 * international/mule.el (load-with-code-conversion): If the loaded
|
|
5294 file was inserted with no-conversion or raw-text coding system,
|
|
5295 make the buffer unibyte.
|
|
5296
|
|
5297 1998-12-09 Richard Stallman <rms@gnu.org>
|
|
5298
|
|
5299 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
|
|
5300 Get rid of nested loops.
|
|
5301
|
|
5302 * mouse.el (mouse-drag-vertical-line):
|
|
5303 If WHICH-SIDE is not `right', then scroll bars are on the left.
|
|
5304
|
|
5305 * loadhist.el (load-history-loaded): defvar moved to help.el.
|
|
5306
|
|
5307 * help.el (symbol-file-load-history-loaded): Variable renamed,
|
|
5308 and defvar moved from loadhist.el.
|
|
5309 (symbol-file): Renamed from describe-function-find-file.
|
|
5310 Load fns-VERSION.el here.
|
|
5311 (describe-variable, describe-function-1): Use symbol-file.
|
|
5312
|
|
5313 * textmodes/tex-mode.el (tex-generate-zap-file-name):
|
|
5314 Don't start the name with #.
|
|
5315
|
|
5316 * ispell.el: Take out the eval-when's.
|
|
5317
|
|
5318 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
|
|
5319
|
|
5320 * dirtrack.el (dirtrack-directory-change-hook): New hook.
|
|
5321 (dirtrack): Run it. Make debug message more verbose.
|
|
5322
|
|
5323 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
|
|
5324
|
|
5325 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
|
|
5326 name of the abbrev table, and provide support for XEmacs.
|
|
5327 (octave-xemacs-p): New variable.
|
|
5328
|
|
5329 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
|
|
5330
|
|
5331 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
|
|
5332 exit, when mail-interactive is nil.
|
|
5333
|
|
5334 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
|
|
5335
|
|
5336 * files.el (after-find-file): Message fix.
|
|
5337
|
|
5338 1998-12-09 Ken Stevens <stevens@kdstevens.com>
|
|
5339
|
|
5340 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
|
|
5341
|
|
5342 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
|
|
5343
|
|
5344 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
|
|
5345 filenames using backslashes.
|
|
5346
|
|
5347 1998-12-09 Dave Love <fx@gnu.org>
|
|
5348
|
|
5349 * browse-url.el (browse-url-mail): Call compose-mail-other-window
|
|
5350 with correct number of args.
|
|
5351 (browse-url-maybe-new-window): New arg. Callers changed.
|
|
5352
|
|
5353 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
|
|
5354 comment.
|
|
5355
|
|
5356 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
|
|
5357
|
|
5358 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
|
|
5359
|
|
5360 1998-12-08 Markus Rost <rost@delysid.gnu.org>
|
|
5361
|
|
5362 * vc.el (vc-rcs-release): Fix Type.
|
|
5363 (vc-sccs-release): Fix Type.
|
|
5364 (vc-cvs-release): Fix Type.
|
|
5365
|
|
5366 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
|
|
5367 arg work right.
|
|
5368
|
|
5369 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
|
|
5370 output of last undeleted message.
|
|
5371
|
|
5372 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
|
|
5373
|
|
5374 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
|
|
5375 (buffer-undo-list) [windows-nt]: Use different relative path.
|
|
5376
|
|
5377 1998-12-07 Simon Marshall <simon@gnu.org>
|
|
5378
|
|
5379 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
|
|
5380
|
|
5381 1998-12-05 Markus Rost <rost@delysid.gnu.org>
|
|
5382
|
|
5383 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
|
|
5384
|
|
5385 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
|
|
5386
|
|
5387 1998-12-04 Markus Rost <rost@delysid.gnu.org>
|
|
5388
|
|
5389 * info.el (Info-menu): Don't return error if point is between menu
|
|
5390 header and first menu item.
|
|
5391
|
|
5392 1998-12-04 Dave Love <fx@gnu.org>
|
|
5393
|
|
5394 * help.el (describe-function-1): Fix description for alias.
|
|
5395
|
|
5396 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
|
|
5397
|
|
5398 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
|
|
5399 specifications from summary line.
|
|
5400
|
|
5401 * rect.el (delete-whitespace-rectangle): Mark for autoload.
|
|
5402 (close-rectangle): Define alias only once in loaddefs.el.
|
|
5403
|
|
5404 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
5405
|
|
5406 * term/internal.el: Remove code which sets up a special syntax
|
|
5407 table for non-ASCII characters.
|
|
5408
|
|
5409 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
|
|
5410
|
|
5411 * dos-w32.el (direct-print-region-function): Try to ensure that
|
|
5412 printer-name is expanded to a file name on a local drive;
|
|
5413 sometimes printing a file loaded from a network volume fails.
|
|
5414 (direct-print-region-function): Add a function to
|
|
5415 write-region-annotate-functions to append a formfeed character to
|
|
5416 the region being printed, if the region doesn't end with a
|
|
5417 formfeed already. This avoids creating a second print job
|
|
5418 containing a blank page when print spooling is enabled on Windows.
|
|
5419
|
|
5420 1998-12-02 Dave Love <fx@gnu.org>
|
|
5421
|
|
5422 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
|
|
5423 `Info-goto-node'.
|
|
5424
|
|
5425 1998-12-02 Richard Stallman <rms@gnu.org>
|
|
5426
|
|
5427 * help.el (temp-buffer-resize-mode): Doc fix.
|
|
5428
|
|
5429 * cus-edit.el (custom-save-delete): Save point before
|
|
5430 reading a sexp, rather than backing up.
|
|
5431
|
|
5432 * international/iso-transl.el: Fix previous change.
|
|
5433
|
|
5434 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
|
|
5435
|
|
5436 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
|
|
5437 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
|
|
5438 Added defvars to suppress compilation warnings.
|
|
5439
|
|
5440 1998-11-30 Ken Stevens <k.stevens@ieee.org>
|
|
5441
|
|
5442 * ispell.el: Improved and fixed customize for variables:
|
|
5443 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
|
|
5444 ispell-dictionary-alist, ispell-skip-sgml.
|
|
5445 Improved and fixed comments in variables and messages for
|
|
5446 functions: ispell-help-in-bufferp, ispell-local-dictionary,
|
|
5447 ispell-menu-map, ispell-checking-message, ispell-parser,
|
|
5448 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
|
|
5449 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
|
|
5450 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
|
|
5451 ispell-message-text-end, ispell-add-per-file-word-list.
|
|
5452 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
|
|
5453 system is now required for all languages. Casechars improved for
|
|
5454 castellano, castellano8, and norsk dictionaries. Dictionary
|
|
5455 norsk7-tex added. Dictionary polish added.
|
|
5456 (ispell-dictionary-alist): Redefined at load-time to support
|
|
5457 dictionary changes.
|
|
5458 (ispell-menu-map): Redefined at load-time to support menu changes.
|
|
5459 (ispell-check-version): New alias for `check-ispell-version'.
|
|
5460 (ispell-parse-output): Fixed matching for ispell error messages.
|
|
5461 Correctly returns spelling suggestions in order generated by ispell
|
|
5462 process.
|
|
5463 (check-ispell-version): Ensure `case-fold-search' doesn't get
|
|
5464 redefined.
|
|
5465 (ispell-complete-word): Ensure `case-fold-search' doesn't get
|
|
5466 redefined. Fix bug that didn't respect case of word being completed.
|
|
5467 (ispell-init-process): Set process coding system to be compatible
|
|
5468 with emacs processes and the ispell process.
|
|
5469 (ispell-kill-ispell): Ensures ispell process has terminated before
|
|
5470 starting new process. This can otherwise confuse process filters
|
|
5471 and hang the ispell process.
|
|
5472 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
|
|
5473 skipping support for sgml.
|
|
5474 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
|
|
5475 which could cause `ispell-complete-word' to hang.
|
|
5476 (ispell-message): Improved message reference matching. Ensure
|
|
5477 `case-fold-search' doesn't get redefined.
|
|
5478 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
|
|
5479 get redefined. Fixed bug in returning to nroff mode from tex mode.
|
|
5480 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
|
|
5481 get redefined.
|
|
5482
|
|
5483 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5484
|
|
5485 * textmodes/flyspell.el (flyspell-check-word-p):
|
|
5486 Don't delay inside a kbd macro.
|
|
5487
|
|
5488 * subr.el (make-local-hook): Return the hook variable.
|
|
5489
|
|
5490 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
|
|
5491
|
|
5492 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
|
|
5493 Use a timer instead of post-command-hook.
|
|
5494 (hscroll-timer): New variable.
|
|
5495
|
|
5496 1998-11-30 Dave Love <fx@gnu.org>
|
|
5497
|
|
5498 * help.el (help-xref-button): Do nothing if text already has the
|
|
5499 help-xref property.
|
|
5500 (describe-variable): Revert previous change to hyperlink to source.
|
|
5501
|
|
5502 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5503
|
|
5504 * bindings.el (features): Add `base64' to this list.
|
|
5505
|
|
5506 * loadhist.el (symbol-file): Doc fix.
|
|
5507
|
|
5508 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
|
|
5509
|
|
5510 * files.el (hack-one-local-variable): Cope with non-file buffers.
|
|
5511
|
|
5512 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5513
|
|
5514 * help.el (describe-mode): Put major mode first.
|
|
5515
|
|
5516 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
|
|
5517 to support special-display and same-window features.
|
|
5518
|
|
5519 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5520
|
|
5521 * simple.el (transpose-subr, transpose-subr-1): Rename variables
|
|
5522 bound in one function and used in the other.
|
|
5523 (transpose-subr-start1, transpose-subr-start2): Add defvars.
|
|
5524 (transpose-subr-end1, transpose-subr-end2): Add defvars.
|
|
5525
|
|
5526 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5527
|
|
5528 * autoinsert.el (auto-insert-alist): Use user-mail-address.
|
|
5529
|
|
5530 1998-11-26 Kenichi Handa <handa@etl.go.jp>
|
|
5531
|
|
5532 * international/ccl.el (ccl-dump-translate-character-const-tbl):
|
|
5533 Give format correct control string.
|
|
5534
|
|
5535 * international/mule.el (define-translation-table): Fix bug of
|
|
5536 setting incorrect translation-table-id. If the first element of
|
|
5537 ARGS is a translation table, just register it.
|
|
5538
|
|
5539 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
|
|
5540 property.
|
|
5541
|
|
5542 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
|
|
5543
|
|
5544 * thingatpt.el (thing-at-point-url-at-point): Don't use current
|
|
5545 syntax table to determine what is whitespace.
|
|
5546
|
|
5547 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5548
|
|
5549 * frame.el (frame-parameter): Doc fix.
|
|
5550
|
|
5551 * textmodes/tex-mode.el (tex-feed-input): New function.
|
|
5552 (tex-define-common-keys): Add binding for C-c C-m.
|
|
5553
|
|
5554 1998-11-23 Dave Love <fx@gnu.org>
|
|
5555
|
|
5556 * progmodes/fortran.el: Various minor doc fixes.
|
|
5557 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
|
|
5558 (fortran-with-subprogram-narrowing): New macro.
|
|
5559 (fortran-check-for-matching-do): Use it.
|
|
5560 (fortran-end-do): Use fortran-check-end-prog-re.
|
|
5561 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
|
|
5562 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
|
|
5563
|
|
5564 1998-11-23 Simon Marshall <simon@gnu.org>
|
|
5565
|
|
5566 * font-lock.el (font-lock-defaults): Doc fix.
|
|
5567 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
|
|
5568 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
|
|
5569
|
|
5570 * lazy-lock.el (lazy-lock-unstall):
|
|
5571 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
|
|
5572
|
|
5573 * fast-lock.el (fast-lock-save-cache-1):
|
|
5574 (fast-lock-cache-data): Rewritten to use with-temp-message.
|
|
5575
|
|
5576 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
|
|
5577
|
|
5578 * mail/rmail.el (rmail-set-message-counters-counter): Detect
|
|
5579 messages that have been added with DOS line endings and convert
|
|
5580 the line endings for such messages.
|
|
5581
|
|
5582 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
|
|
5583
|
|
5584 * help.el: Add resizing of temporary buffers.
|
|
5585 (temp-buffer-resize-mode): New command and variable.
|
|
5586 (temp-buffer-max-height): New variable.
|
|
5587 (resize-temp-buffer-window): New function.
|
|
5588
|
|
5589 * window.el (window-buffer-height): New function, split from
|
|
5590 shrink-window-if-larger-than-buffer.
|
|
5591 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
|
|
5592
|
|
5593 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5594
|
|
5595 * frame.el (initial-frame-alist): Add defcustom.
|
|
5596
|
|
5597 * shell.el (shell-prompt-pattern): Add defcustom.
|
|
5598
|
|
5599 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
|
5600
|
|
5601 * message.el (message-ignored-supersedes-headers): Remove
|
|
5602 NNTP-Posting-Date.
|
|
5603
|
|
5604 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5605
|
|
5606 * help.el (describe-mode): Don't avoid loop indirecting thru
|
|
5607 value of INDICATOR.
|
|
5608
|
|
5609 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5610
|
|
5611 * help.el (describe-variable): Allow any variable with a defcustom,
|
|
5612 even if it is not a user variable.
|
|
5613
|
|
5614 * mail/rmail.el (mail-unsent-separator): Additional alternative.
|
|
5615
|
|
5616 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
|
|
5617
|
|
5618 * gnus/nntp.el (nntp-request-group): Allow for failures when
|
|
5619 requesting a new group.
|
|
5620
|
|
5621 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5622
|
|
5623 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
|
|
5624
|
|
5625 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
5626
|
|
5627 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
|
|
5628
|
|
5629 1998-11-19 Simon Marshall <simon@gnu.org>
|
|
5630
|
|
5631 * subr.el (with-temp-message): New macro.
|
|
5632
|
|
5633 * emacs-lisp/lisp-mode.el (with-temp-message):
|
|
5634 Add lisp-indent-function property.
|
|
5635
|
|
5636 1998-11-18 Dave Love <fx@gnu.org>
|
|
5637
|
|
5638 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
|
|
5639
|
|
5640 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5641
|
|
5642 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
|
|
5643 This is not obsolete.
|
|
5644
|
|
5645 1998-11-18 Kenichi Handa <handa@etl.go.jp>
|
|
5646
|
|
5647 * textmodes/picture.el: Make a new map by make-keymap.
|
|
5648 (picture-desired-column): New variable.
|
|
5649 (picture-update-desired-column): New function.
|
|
5650 (picture-beginning-of-line): Set picture-desired-column to 0.
|
|
5651 (picture-end-of-line): Set picture-desired-column to the current
|
|
5652 column.
|
|
5653 (picture-forward-column): Pay attention to multi-column character.
|
|
5654 (picture-backward-column): Likewise.
|
|
5655 (picture-move-down): Likewise.
|
|
5656 (picture-move-up): Likewise.
|
|
5657 (picture-movement-nw): With prefix arg, move twice columns.
|
|
5658 (picture-movement-ne): Likewise.
|
|
5659 (picture-movement-sw): Likewise.
|
|
5660 (picture-movement-se): Likewise.
|
|
5661 (picture-set-motion): Handle two-column movements.
|
|
5662 (picture-move): Call picture-move-down or picture-forward-column
|
|
5663 only when necessary.
|
|
5664 (picture-insert): Pay attention to picture-desired-column.
|
|
5665 (picture-self-insert): Likewise.
|
|
5666 (picture-clear-column): Pay attention to multi-column character.
|
|
5667 (picture-mode): Modify doc-string for two-column movement.
|
|
5668
|
|
5669 * rect.el (move-to-column-force): New function.
|
|
5670 (operate-on-rectangle): If coerce-tabs is non-nil, call
|
|
5671 move-to-column-force instead of move-to-column.
|
|
5672 (insert-rectangle): Call move-to-column-force instead of
|
|
5673 move-to-column.
|
|
5674 (open-rectangle-line): If begextra is not zero, call
|
|
5675 move-to-column-force.
|
|
5676
|
|
5677
|
|
5678 1998-11-16 Dave Love <fx@gnu.org>
|
|
5679
|
|
5680 * textmodes/sgml-mode.el Require skeleton when compiling.
|
|
5681 (sgml-font-lock-keywords-1): Accept single-letter tags.
|
|
5682 (v2): Defvar free variable.
|
|
5683
|
|
5684 1998-11-16 Sam Steingold <sds@goems.com>
|
|
5685
|
|
5686 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL
|
|
5687 macro, not ELisp one.
|
|
5688
|
|
5689 1998-11-16 Kenichi Handa <handa@etl.go.jp>
|
|
5690
|
|
5691 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
|
|
5692 characters to symbol.
|
|
5693
|
|
5694 * language/japan-util.el (japanese-zenkaku-region): New optional
|
|
5695 arg KATAKANA-ONLY.
|
|
5696
|
|
5697 1998-11-16 Kenichi Handa <handa@etl.go.jp>
|
|
5698
|
|
5699 * international/mule.el
|
|
5700 (after-insert-file-set-buffer-file-coding-system): If the buffer
|
|
5701 is changed to unibyte, return inserted bytes.
|
|
5702
|
|
5703 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
|
|
5704 and link names if necessary.
|
|
5705 (tar-header-block-summarize): Handle the case that file or link
|
|
5706 names are multibyte.
|
|
5707 (tar-summarize-buffer): At first set the current buffer unibyte,
|
|
5708 then if there are multibyte file names, change it to multibyte.
|
|
5709 (tar-mode): Get char position from tar-header-offset.
|
|
5710 (tar-extract): Avoid multibyte<->unibyte conversion in
|
|
5711 insert-buffer-subsring by setting both buffers unibyte
|
|
5712 temporarily.
|
|
5713 (tar-copy): Set the buffer unibyte while doing a work. Write
|
|
5714 without code conversion.
|
|
5715 (tar-expunge): Set the buffer unibyte while doing a work.
|
|
5716 (tar-alter-one-field): Likewise.
|
|
5717 (tar-clear-modification-flags): Compare byte position with
|
|
5718 tar-header-offset.
|
|
5719 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
|
|
5720 insert-buffer-subsring by setting both buffers unibyte
|
|
5721 temporarily. Pay attention to multibyteness while updating the
|
|
5722 descriptor-line.
|
|
5723 (tar-mode-write-file): Write without code conversion.
|
|
5724
|
|
5725 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
|
5726
|
|
5727 * nngateway.el: Require cl.
|
|
5728
|
|
5729 1998-11-15 Dave Love <fx@gnu.org>
|
|
5730
|
|
5731 * progmodes/fortran.el: Fix previous change:
|
|
5732 (fortran-end-prog-re1): Changed.
|
|
5733 (fortran-check-end-prog-re): New function.
|
|
5734 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
|
|
5735
|
|
5736 1998-11-13 Tom Breton <tob@world.std.com>
|
|
5737
|
|
5738 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
|
|
5739 GNU Emacs.
|
|
5740
|
|
5741 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
|
|
5742
|
|
5743 * textmodes/reftex.el: (reftex-finding-files): Group documentation
|
|
5744 fixed.
|
|
5745 (reftex-toc-toggle-file-boundary,
|
|
5746 reftex-toc-toggle-labels,
|
|
5747 reftex-toc-toggle-context,reftex-find-start-point): New functions.
|
|
5748 (reftex-toc-include-labels, reftex-toc-include-context,
|
|
5749 reftex-toc-include-file-boundaries,
|
|
5750 reftex-toc-keep-other-windows): New options.
|
|
5751 (reftex-use-text-after-label-as-context): Option removed.
|
|
5752 (reftex-extract-bib-entries): Protect use in non-latex
|
|
5753 buffers.
|
|
5754 (reftex-toc-visit-location): Renamed from
|
|
5755 `reftex-toc-visit-line'.
|
|
5756 (reftex-latin1-to-ascii): Works now with and without Mule.
|
|
5757 (reftex-truncate): Removed special stuff for Emacs 20.2.
|
|
5758 (reftex-get-offset): Made more general.
|
|
5759 (reftex-show-label-location): Renamed from
|
|
5760 `reftex-select-label-callback'.
|
|
5761 (reftex-pop-to-label): Function removed (using
|
|
5762 `reftex-show-label-location' instead.
|
|
5763 (reftex-insert-docstruct): Renamed from
|
|
5764 `reftex-make-and-insert-label-list'. Function args changed.
|
|
5765 (reftex-toc): Now uses `reftex-insert-docstruct' and
|
|
5766 `reftex-find-start-point'.
|
|
5767 (reftex-select-item): Use `reftex-find-start-point'.
|
|
5768 (reftex-toc-visit-line): Can display labels and file
|
|
5769 boundaries.
|
|
5770 (reftex-TeX-master-file): `(TeX-master-file)' protected.
|
|
5771
|
|
5772 1998-11-12 Sam Steingold <sds@goems.com>
|
|
5773
|
|
5774 * browse-url.el (browse-url): Handle the case when
|
|
5775 `browse-url-browser-function' is a lambda list.
|
|
5776
|
|
5777 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
5778
|
|
5779 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
|
|
5780 version string.
|
|
5781 * loadhist.el (symbol-file): Likewise
|
|
5782
|
|
5783 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
|
|
5784
|
|
5785 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
|
|
5786
|
|
5787 1998-11-11 Sam Steingold <sds@goems.com>
|
|
5788
|
|
5789 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
|
|
5790 `run-lisp' instead of signalling an error.
|
|
5791
|
|
5792 1998-11-11 Karl Heuer <kwzh@gnu.org>
|
|
5793
|
|
5794 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
|
|
5795
|
|
5796 1998-11-11 Richard Stallman <rms@gnu.org>
|
|
5797
|
|
5798 * vc-hooks.el (vc-toggle-read-only): Doc fix.
|
|
5799
|
|
5800 1998-11-11 Per Starback <starback@update.uu.se>
|
|
5801
|
|
5802 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
|
|
5803 renamed svenska8 to svenska, and fixed and extended CASECHARS
|
|
5804 for it.
|
|
5805
|
|
5806 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
|
|
5807
|
|
5808 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
|
|
5809 handling if setpagedevice is not available.
|
|
5810 (ps-begin-file): Fix typo.
|
|
5811
|
|
5812 1998-11-11 Kenichi Handa <handa@etl.go.jp>
|
|
5813
|
|
5814 * international/mule-util.el (compose-chars-component): Signal
|
|
5815 error if CH is a rule-based composition character.
|
|
5816 (compose-chars): Signal error if an already compsed character is
|
|
5817 going to be composed by rule-base.
|
|
5818
|
|
5819 * term/x-win.el: If a resolved ASCII font name doesn't conform to
|
|
5820 full XLFD, don't try to get information of WEIGHT and SLANT from
|
|
5821 that font name.
|
|
5822
|
|
5823 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
|
|
5824
|
|
5825 * dos-w32.el (set-default-process-coding-system): Use function on
|
|
5826 before-init-hook to set default-process-coding-system based on
|
|
5827 enable-multibyte-characters.
|
|
5828
|
|
5829 * term/w32-win.el ([language-change]): For now ignore
|
|
5830 keyboard language-change events.
|
|
5831
|
|
5832 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
|
|
5833
|
|
5834 * ediff-util.el (ediff-make-temp-file): Run the prefix through
|
|
5835 convert-standard-file-name, but leave the results of
|
|
5836 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
|
|
5837 characters if the original name already exists, or has a special
|
|
5838 handler.
|
|
5839
|
|
5840 1998-11-10 Karl Heuer <kwzh@gnu.org>
|
|
5841
|
|
5842 * international/iso-insert.el: Delete autoload cookies.
|
|
5843
|
|
5844 * international/iso-transl.el: Add autoload cookies.
|
|
5845
|
|
5846 1998-11-10 Richard Stallman <rms@gnu.org>
|
|
5847
|
|
5848 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
|
|
5849 (ispell-process-line): Don't treat multibyte
|
|
5850
|
|
5851 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
|
|
5852
|
|
5853 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
|
|
5854 setpagedevice to specify the page size if setpagedevice is
|
|
5855 available. This is necessary to select the correct paper tray on
|
|
5856 Level 2 printers with multiple paper sizes available.
|
|
5857
|
|
5858 (ps-begin-file): Cope with font names that contain spaces, and
|
|
5859 call BeginDoc in a BeginSetup/EndSetup block.
|
|
5860
|
|
5861 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
5862
|
|
5863 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
|
|
5864 convert-standard-filename.
|
|
5865
|
|
5866 * loadhist.el (symbol-file): Run fns-VERSION.el through
|
|
5867 convert-standard-filename.
|
|
5868
|
|
5869 1998-11-06 Richard Stallman <rms@gnu.org>
|
|
5870
|
|
5871 * textmodes/texinfmt.el (texinfo-format-scan):
|
|
5872 Detect the case of two @-commands in a row; process just the first.
|
|
5873 (texinfo-append-refill): If line has a @c, insert the @refill
|
|
5874 before it.
|
|
5875 (texinfo-format-refill): Return with point where the @refill was.
|
|
5876
|
|
5877 * files.el (hack-local-variables): Test local-enable-local-variables.
|
|
5878 (hack-local-variables-prop-line): Likewise.
|
|
5879 (set-auto-mode): Don't test local-enable-local-variables here.
|
|
5880 (enable-local-variables): Doc fix.
|
|
5881 (local-enable-local-variables): Doc fix.
|
|
5882 (normal-mode): Doc fix.
|
|
5883
|
|
5884 1998-11-06 Karl Heuer <kwzh@gnu.org>
|
|
5885
|
|
5886 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
|
|
5887
|
|
5888 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
|
|
5889
|
|
5890 * simple.el (line-number-mode): Doc fix.
|
|
5891
|
|
5892 1998-11-06 Kenichi Handa <handa@etl.go.jp>
|
|
5893
|
|
5894 * international/fontset.el (create-fontset-from-fontset-spec):
|
|
5895 Give correct arg to `error'.
|
|
5896
|
|
5897 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
|
|
5898
|
|
5899 * textmodes/sgml-mode.el (html-mode): Doc fix.
|
|
5900 (sgml-name-8bit-mode): Fix missing format character in message string.
|
|
5901
|
|
5902 1998-11-05 Karl Heuer <kwzh@gnu.org>
|
|
5903
|
|
5904 * mail/sendmail.el (sendmail-send-it): Check for failure.
|
|
5905
|
|
5906 1998-11-05 Richard Stallman <rms@gnu.org>
|
|
5907
|
|
5908 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
|
|
5909
|
|
5910 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
|
|
5911 (close-rectangle): Define as alias.
|
|
5912
|
|
5913 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
|
|
5914
|
|
5915 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
|
|
5916
|
|
5917 1998-11-05 Dave Love <fx@gnu.org>
|
|
5918
|
|
5919 * help.el (describe-variable): Don't quote link to source.
|
|
5920
|
|
5921 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
|
|
5922
|
|
5923 * gud.el (gud-common-init): Use pop-to-buffer.
|
|
5924 (same-window-regexps): Add an element that matches all gud buffers.
|
|
5925
|
|
5926 1998-11-04 Jason Rumney <jasonr@altavista.net>
|
|
5927
|
|
5928 * term/w32-win.el (x-get-selection-value): Alias to
|
|
5929 x-cut-buffer-or-selection-value.
|
|
5930 (w32-standard-fontset-spec): New variable.
|
|
5931 (w32-create-initial-fontsets, mouse-set-font): Check whether
|
|
5932 new-fontset is available.
|
|
5933 (w32-use-w32-font-dialog): Enable use of set-variable.
|
|
5934
|
|
5935 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
|
|
5936
|
|
5937 * vc.el (with-vc-file, edit-vc-file): New macros.
|
|
5938
|
|
5939 1998-11-04 Kenichi Handa <handa@etl.go.jp>
|
|
5940
|
|
5941 * international/quail.el (quail-show-guidance-buf): Call
|
|
5942 set-minibuffer-window to set minibuffer window of the current
|
|
5943 frame correctly.
|
|
5944
|
|
5945 1998-11-03 Theodore Jump <tjump@tertius.com>
|
|
5946
|
|
5947 * term/w32-win.el: Require fontset.
|
|
5948
|
|
5949 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
|
|
5950
|
|
5951 * faces.el (set-face-font): Call resolve-fontset-name on w32.
|
|
5952 (set-face-font-auto): Ditto.
|
|
5953
|
|
5954 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
|
|
5955
|
|
5956 * mouse.el (mouse-drag-region): Fix typo.
|
|
5957
|
|
5958 1998-11-02 Dave Love <fx@gnu.org>
|
|
5959
|
|
5960 * progmodes/fortran.el Fix for fontification of strings lost somehow:
|
|
5961 (fortran-fontify-string): New function.
|
|
5962 (fortran-font-lock-keywords-1): Use it.
|
|
5963
|
|
5964 1998-11-02 Markus Rost <rost@delysid.gnu.org>
|
|
5965
|
|
5966 * comint.el (comint-file-name-quote-list): Doc fix.
|
|
5967
|
|
5968 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5969
|
|
5970 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
|
|
5971 build directory, not source directory.
|
|
5972
|
|
5973 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
|
|
5974 if we did not get one for the final move.
|
|
5975
|
|
5976 1998-11-01 Dave Love <fx@gnu.org>
|
|
5977
|
|
5978 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
|
|
5979 Don't funcall browse-url-browser-function.
|
|
5980
|
|
5981 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
|
|
5982 Don't funcall browse-url-browser-function.
|
|
5983
|
|
5984 * fortran.el (fortran-end-prog-re1): Fix the regexp.
|
|
5985
|
|
5986 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5987
|
|
5988 * files.el (revert-buffer): Doc fix.
|
|
5989
|
|
5990 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
5991
|
|
5992 * textmodes/tex-mode.el (tex-start-options-string):
|
|
5993 Quote the backslashes with more backslashes.
|
|
5994
|
|
5995 1998-10-31 Dave Love <fx@gnu.org>
|
|
5996
|
|
5997 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
|
|
5998 (webjump): Don't funcall browse-url-browser-function.
|
|
5999
|
|
6000 1998-10-30 Kenichi Handa <handa@etl.go.jp>
|
|
6001
|
|
6002 * international/quail.el (quail-start-translation): Handle
|
|
6003 switching of the frame in read-key-sequence.
|
|
6004 (quail-start-conversion): Likewise.
|
|
6005 (quail-show-guidance-buf): Detach quail-guidance-buf from any
|
|
6006 windows before setting an appropriate window for it.
|
|
6007 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
|
|
6008 quail-guidance-win to nil.
|
|
6009 (quail-update-guidance): If quail-guidance-buf is not in the
|
|
6010 selected frame, call quail-show-guidance-buf again.
|
|
6011
|
|
6012 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
|
|
6013
|
|
6014 * progmodes/pascal.el (pascal-mode):
|
|
6015 `blink-matching-paren-dont-ignore-comments' set to t.
|
|
6016
|
|
6017 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
6018
|
|
6019 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
|
|
6020
|
|
6021 1998-10-30 Dave Love <fx@gnu.org>
|
|
6022
|
|
6023 * vc.el (vc-backend-merge-news): Check for "P" output.
|
|
6024
|
|
6025 * help.el (describe-variable): Hyperlink the definition.
|
|
6026
|
|
6027 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
|
|
6028
|
|
6029 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
|
|
6030 (sh-set-shell): Likewise.
|
|
6031
|
|
6032 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
|
|
6033
|
|
6034 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
|
|
6035 (edebug-on-error): Fix customize type to match that of
|
|
6036 debug-on-error.
|
|
6037
|
|
6038 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
|
|
6039
|
|
6040 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
|
|
6041 report-emacs-bug-address instead of undefined bug-gnu-emacs.
|
|
6042
|
|
6043 * international/mule-cmds.el (select-message-coding-system): Doc
|
|
6044 fix.
|
|
6045
|
|
6046 * international/mule-diag.el (describe-coding-system): Describe
|
|
6047 all flags.
|
|
6048
|
|
6049 * mail/sendmail.el (sendmail-coding-system,
|
|
6050 default-sendmail-coding-system): Doc fix.
|
|
6051
|
|
6052 * simple.el (shell-command-on-region): Doc fix.
|
|
6053
|
|
6054 * loadup.el: Write fns-*.el in current directory instead of
|
|
6055 data-directory since no installation directory exists yet. Mark
|
|
6056 buffer unmodified afterwards.
|
|
6057
|
|
6058 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
|
|
6059 instead of data-directory since it is architecture dependent.
|
|
6060 (load-history-loaded): Update doc string.
|
|
6061
|
|
6062 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
|
|
6063
|
|
6064 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
|
|
6065 path as a default directory when canonicalizing names.
|
|
6066
|
|
6067 * w32-fns.el: Remove a dangling reference to a directory on the
|
|
6068 build machine.
|
|
6069
|
|
6070 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6071
|
|
6072 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
|
|
6073 namespace related keywords such as `class', `body', `private',
|
|
6074 `variable', `namespace eval', etc.
|
|
6075 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
|
|
6076 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
|
|
6077 imenu and font-lock so that searches for \sw would find words
|
|
6078 containing colons.
|
|
6079
|
|
6080 * progmodes/etags.el (initialize-new-tags-table):
|
|
6081 Do not alter find-tag-marker-ring and tags-location-ring.
|
|
6082
|
|
6083 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
|
|
6084
|
|
6085 * term/w32-win.el: Require fontset.
|
|
6086 (w32-init-fontsets): New function (code from x-win.el).
|
|
6087
|
|
6088 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
6089
|
|
6090 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
|
|
6091 calendar-and-diary-frame-parameters): Add title parameter.
|
|
6092
|
|
6093 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6094
|
|
6095 * completion.el (dynamic-completion-mode): New function to enable
|
|
6096 the mode. (Just loading the file now does not change anything.)
|
|
6097
|
|
6098 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
|
6099
|
|
6100 * ps-print.el: User option for multibyte buffer handling and doc fix.
|
|
6101 (ps-multibyte-buffer): New user option.
|
|
6102 (ps-setup): Print new user option.
|
|
6103 (ps-print-quote): New fun.
|
|
6104 (ps-color-p, ps-mule-font-info-database-latin): New var.
|
|
6105 (ps-default-color, ps-mule-font-info-database)
|
|
6106 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
|
|
6107 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
|
|
6108 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
|
|
6109 Little code improvement.
|
|
6110 (ps-mule-initialize): Initialize ps-mule-font-info-database.
|
|
6111 (ps-print-prologue-header, ps-font-family, ps-font-size)
|
|
6112 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
|
|
6113 (ps-build-face-reference, ps-mule-font-info-database-bdf)
|
|
6114 (ps-mule-external-libraries, ps-mule-init-external-library)
|
|
6115 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
|
|
6116 Doc fix.
|
|
6117 (ps-print-version): New version number (4.1.1) and doc fix.
|
|
6118 (ps-print-prologue-header): New user option.
|
|
6119 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
|
|
6120 Conditional compilation for GNU Emacs and emacsens.
|
|
6121 (ps-generate-postscript-with-faces): Skip invisible text better.
|
|
6122 (ps-setup): Print new user option.
|
|
6123 (ps-print-preprint): Check if input file name exists and is unwritable.
|
|
6124 (ps-begin-file): Adjust PostScript prologue header for duplex printers
|
|
6125 and insert user PostScript prologue header comments.
|
|
6126 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
|
|
6127 New funs.
|
|
6128 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
|
|
6129 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
|
|
6130 PostScript programming normalization.
|
|
6131 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
|
|
6132 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
|
|
6133 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
|
|
6134 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
|
|
6135 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
|
|
6136 Programming style normalization.
|
|
6137
|
|
6138 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
6139
|
|
6140 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
|
|
6141 version, check the value of mule-version.
|
|
6142
|
|
6143 * international/mule-util.el (compose-region): Insert then delete
|
|
6144 to preserve markers.
|
|
6145 (decompose-region): Use search-forward for efficiency.
|
|
6146
|
|
6147 * language/chinese.el (pre-write-encode-hz): Cancel previous
|
|
6148 change, use generate-new-buffer instead of get-buffer-create.
|
|
6149 * language/devan-util.el
|
|
6150 (in-is13194-devanagari-pre-write-conversion): Likewise.
|
|
6151 * language/thai-util.el (thai-pre-write-conversion): Likewise.
|
|
6152 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
|
|
6153 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
|
|
6154
|
|
6155 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6156
|
|
6157 * mail/rmailsum.el (rmail-message-subject-p):
|
|
6158 Handle message whose header has not been reformatted.
|
|
6159
|
|
6160 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
|
|
6161
|
|
6162 1998-10-25 Jason Rumney <jasonr@altavista.net>
|
|
6163
|
|
6164 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
|
|
6165 New variables.
|
|
6166 (mouse-set-font): Use font menus instead of dialog according to
|
|
6167 w32-use-w32-font-dialog.
|
|
6168
|
|
6169 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
6170
|
|
6171 * calendar/calendar.el (calendar-day-name-array): Add doc string
|
|
6172 correctly!
|
|
6173 (calendar-month-name-array): Add doc string correctly!
|
|
6174
|
|
6175 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6176
|
|
6177 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
|
|
6178
|
|
6179 1998-10-21 Markus Rost <rost@delysid.gnu.org>
|
|
6180
|
|
6181 * lisp/info.el (Info-next-menu-item): Stay on top of node.
|
|
6182
|
|
6183 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
|
|
6184
|
|
6185 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
|
|
6186
|
|
6187 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
|
|
6188
|
|
6189 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
|
|
6190
|
|
6191 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
|
|
6192
|
|
6193 1998-10-21 Karl Heuer <kwzh@gnu.org>
|
|
6194
|
|
6195 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
|
|
6196 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
|
|
6197 (profile-filter, profile-reset-timer): Functions deleted.
|
|
6198 (profile-check-zero-init-times, profile-get-time): Likewise.
|
|
6199 (profile-find-function, profile-quit): Likewise.
|
|
6200 (profile-distinct, profile-call-stack, profile-last-time): New vars.
|
|
6201 (profile-time-list, profile-init-list): Doc fix.
|
|
6202 (profile-functions): Simplify.
|
|
6203 (profile-print): Use float. Make output include space separators.
|
|
6204 (profile-add-time): New helper function.
|
|
6205 (profile-function-prolog): Renamed from profile-start-function.
|
|
6206 Handle profile-distinct.
|
|
6207 (profile-function-epilog): Renamed from profile-update-function.
|
|
6208 Handle profile-distinct.
|
|
6209 (profile-a-function): If the function to be profiled is an
|
|
6210 autoload form, load it. If it's lazy-loaded, fetch it.
|
|
6211 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
|
|
6212 (profile-restore-fun): Arg FUN is now a function symbol, as was
|
|
6213 documented, rather than a one-element list.
|
|
6214 (profile-finish): Call profile-restore-fun properly.
|
|
6215
|
|
6216 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
6217
|
|
6218 * international/characters.el: Setup charset property
|
|
6219 nospace-between-words.
|
|
6220
|
|
6221 * international/mule-cmds.el (get-charset-property): If CHARSET is
|
|
6222 composition, return nil.
|
|
6223 (put-charset-property): If CHARSET is composition, do nothing.
|
|
6224
|
|
6225 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
6226 * language/devan-util.el
|
|
6227 (in-is13194-devanagari-pre-write-conversion): Likewise.
|
|
6228 * language/thai-util.el (thai-pre-write-conversion): Likewise.
|
|
6229 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
|
|
6230 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
|
|
6231
|
|
6232 * textmodes/fill.el (sentence-end-without-period): New variable.
|
|
6233 (canonically-space-region): Pay attention to
|
|
6234 sentence-end-without-period.
|
|
6235 (fill-find-break-point): The first argument CHARSET deleted.
|
|
6236 Caller changed.
|
|
6237 (fill-region-as-paragraph): Pay attention to charset property
|
|
6238 nospace-between-words and text property nospace-between-words.
|
|
6239
|
|
6240 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6241
|
|
6242 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
|
|
6243 an unrecognized shell.
|
|
6244
|
|
6245 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
|
|
6246
|
|
6247 * desktop.el (desktop-save): Include minor modes symbolically.
|
|
6248 (desktop-create-buffer): Turn on all minor modes in `mim'.
|
|
6249
|
|
6250 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6251
|
|
6252 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
|
|
6253 (sh-font-lock-keywords): Handle rpm and rpm2.
|
|
6254 (sh-ancestor-alist): Handle rpm.
|
|
6255
|
|
6256 * files.el (auto-mode-alist): Recognize .rpm files.
|
|
6257 Also .spec and .mspec files.
|
|
6258
|
|
6259 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
6260
|
|
6261 * faces.el (frame-set-background-mode): Enable the function for
|
|
6262 MSDOS frames.
|
|
6263
|
|
6264 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
6265
|
|
6266 * calendar/calendar.el (calendar-day-name-array): Add doc string.
|
|
6267 (calendar-month-name-array): Add doc string.
|
|
6268
|
|
6269 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6270
|
|
6271 * simple.el (kill-ring-max): Increased to 60.
|
|
6272
|
|
6273 1998-10-17 Kenichi Handa <handa@etl.go.jp>
|
|
6274
|
|
6275 * international/characters.el: Setup auto-fill-chars.
|
|
6276
|
|
6277 * international/kinsoku.el (kinsoku): Check the variable
|
|
6278 enable-kinsoku.
|
|
6279
|
|
6280 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
|
|
6281 Don't call kinsoku directly, intead call fill-find-break-point.
|
|
6282
|
|
6283 * textmodes/fill.el: Setup `fill-find-break-point-function'
|
|
6284 property to character sets which require `kinsoku' processing for
|
|
6285 filling.
|
|
6286 (fill-find-break-point): New function.
|
|
6287 (fill-region-as-paragraph): Don't check kinsoku-enable here.
|
|
6288 Don't call kinsoku directly, intead call fill-find-break-point.
|
|
6289
|
|
6290 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6291
|
|
6292 * faces.el (modify-face-read-string): Return (nil) for "none".
|
|
6293 (modify-face): Don't get error if (nil) is the argument.
|
|
6294 (face-try-color-list): Don't check whether nil is a valid color.
|
|
6295
|
|
6296 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6297
|
|
6298 * emacs-lisp/bytecomp.el (byte-recompile-directory):
|
|
6299 Print message about each directory, even in batch mode.
|
|
6300
|
|
6301 * gnus/nntp.el: Require `cl' before using nnoo-declare.
|
|
6302
|
|
6303 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
|
|
6304 (ps-mule-string-char): No need to use sref.
|
|
6305 (ps-mule-next-index): No need to use sref.
|
|
6306
|
|
6307 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
|
|
6308
|
|
6309 * files.el (revert-buffer-internal-hook): Add defvar.
|
|
6310
|
|
6311 * arc-mode.el (archive-mode): Locally set file-precious-flag.
|
|
6312
|
|
6313 * tar-mode.el (tar-mode): Locally set file-precious-flag.
|
|
6314
|
|
6315 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
6316
|
|
6317 * international/mule-cmds.el (default-input-method): Fix custom type.
|
|
6318
|
|
6319 * net-utils.el (whois-server-list): Fix customization type.
|
|
6320
|
|
6321 * shell.el (shell-input-autoexpand): Fix customization group.
|
|
6322
|
|
6323 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6324
|
|
6325 * repeat.el (repeat): Handle keyboard macros properly.
|
|
6326 Handle new prefix arg after self-insert command.
|
|
6327
|
|
6328 * repeat.el: Don't include cl even at compile time.
|
|
6329 (repeat): Avoid using `loop'.
|
|
6330
|
|
6331 * simple.el (shell-command-on-region): Doc fix.
|
|
6332 (next-history-element): Special error message if no default.
|
|
6333
|
|
6334 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6335
|
|
6336 * ps-print.el (ps-print-buffer): Doc fix.
|
|
6337 (ps-despool): Likewise.
|
|
6338
|
|
6339 * arc-mode.el (arc-mode): Provide arc-mode.
|
|
6340
|
|
6341 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6342
|
|
6343 * ps-print.el (ps-print-buffer): Doc fix.
|
|
6344
|
|
6345 1998-10-14 Dave Love <fx@gnu.org>
|
|
6346
|
|
6347 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
|
|
6348 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
|
|
6349 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
|
|
6350
|
|
6351 * progmodes/fortran.el (fortran-mode-map): Change "Join
|
|
6352 Continuation Line" to "Join Line".
|
|
6353 (fortran-font-lock-keywords-1): Add "cycle", "exit".
|
|
6354
|
|
6355 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
|
|
6356
|
|
6357 * progmodes/fortran.el (fortran-join-line): Use
|
|
6358 `delete-indentation' instead of issuing an error message if not on
|
|
6359 a continuation line. Provide for joining several lines using
|
|
6360 prefix arg.
|
|
6361
|
|
6362 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
6363
|
|
6364 * term/pc-win.el (msdos-color-values): New variable.
|
|
6365 (x-color-values): New function, emulates its namesake from
|
|
6366 src/xfns.c.
|
|
6367 (msdos-bg-mode): Add all dark colors to those which return
|
|
6368 "dark".
|
|
6369
|
|
6370 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6371
|
|
6372 * replace.el (keep-lines, flush-lines, how-many):
|
|
6373 Don't ignore case if arg has upper case letters.
|
|
6374
|
|
6375 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
|
|
6376
|
|
6377 * progmodes/vhdl-mode.el
|
|
6378 (vhdl-add-index-menu): reverse order in imenu-generic-expression.
|
|
6379 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
|
|
6380 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
|
|
6381 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
|
|
6382 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
|
|
6383 (vhdl-when): Fix indentation problem.
|
|
6384 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
|
|
6385 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
|
|
6386 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
|
|
6387
|
|
6388 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
|
|
6389
|
|
6390 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
|
|
6391 (ls-lisp-insert-directory): Renamed from insert-directory.
|
|
6392 (insert-directory): New function.
|
|
6393
|
|
6394 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6395
|
|
6396 * simple.el (completion-fixup-function): Variable deleted.
|
|
6397 (completion-setup-function): Delete code for completion-fixup-function.
|
|
6398 * emacs-lisp/lisp.el (lisp-complete-symbol):
|
|
6399 Don't bind completion-fixup-function.
|
|
6400
|
|
6401 * files.el (find-file-wildcards): New option.
|
|
6402 (find-file-noselect): Handle wild cards, if enabled.
|
|
6403 (file-expand-wildcards): New function.
|
|
6404
|
|
6405 * simple.el (set-fill-column): Doc fix.
|
|
6406
|
|
6407 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
6408
|
|
6409 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
|
|
6410
|
|
6411 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
6412
|
|
6413 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
|
|
6414 Move declaration before first use.
|
|
6415 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
|
|
6416 hif-math, hif-factor): Rename token to hif-token and token-list to
|
|
6417 hif-token-list.
|
|
6418 (hif-token, hif-token-list): Declare them.
|
|
6419 (hif-find-ifdef-block): Return cons of top and bottom point
|
|
6420 instead of setting dynamically bound variables.
|
|
6421 (hide-ifdef-block, show-ifdef-block): Use return value of
|
|
6422 hif-find-ifdef-block.
|
|
6423
|
|
6424 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6425
|
|
6426 * subr.el (read-passwd): Use clear-this-command-keys.
|
|
6427
|
|
6428 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
|
|
6429
|
|
6430 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
|
|
6431 and ...-for-write.
|
|
6432
|
|
6433 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
|
|
6434
|
|
6435 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
|
|
6436 responses to GROUP command, since this may be called from a timer
|
|
6437 with quit inhibited.
|
|
6438
|
|
6439 1998-10-12 Kenichi Handa <handa@etl.go.jp>
|
|
6440
|
|
6441 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
|
|
6442 set unconditional-jump to nil.
|
|
6443 (ccl-compile-read-multibyte-character): Return nil.
|
|
6444 (ccl-compile-write-multibyte-character): Likewise.
|
|
6445 (ccl-compile-translate-character): Likewise
|
|
6446 (ccl-compile-map-multiple): Likewise.
|
|
6447 (ccl-compile-map-single): Likewise.
|
|
6448
|
|
6449 * international/kinsoku.el: Add coding tag.
|
|
6450 (kinsoku-bol): Remove superfluous TAB in a string.
|
|
6451
|
|
6452 * international/mule-cmds.el (find-coding-systems-for-charsets):
|
|
6453 Delete `composition' (if any) from CHARSETS.
|
|
6454
|
|
6455 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6456
|
|
6457 * international/mule-cmds.el (setup-specified-language-environment):
|
|
6458 Add apropos-inhibit property.
|
|
6459 (describe-specified-language-support): Likewise.
|
|
6460
|
|
6461 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
|
|
6462
|
|
6463 * international/mule.el (make-coding-system): Create -with-esc
|
|
6464 variant coding system.
|
|
6465
|
|
6466 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
|
|
6467
|
|
6468 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
|
|
6469 (next-file): Optionally offer to revert a file's buffer,
|
|
6470 if it has an existing buffer but the file has changed.
|
|
6471
|
|
6472 * info.el (Info-insert-dir): Detect and report problems
|
|
6473 in input files, such as "No Top node". Return with point
|
|
6474 at the beginning of the text.
|
|
6475 (Info-find-node): Reinsert the code to handle files
|
|
6476 with no tags table; it was deleted by mistake.
|
|
6477
|
|
6478 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
|
|
6479
|
|
6480 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
|
|
6481 texinfo-find-higher-level-node repeatedly find the same node.
|
|
6482 (texinfo-find-higher-level-node): Doc fix.
|
|
6483
|
|
6484 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6485
|
|
6486 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
|
|
6487 (smtpmail-address-buffer): Add defvar.
|
|
6488 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
|
|
6489
|
|
6490 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
|
|
6491
|
|
6492 * ffap.el (ffap-machine-p-local): Fix editing error.
|
|
6493
|
|
6494 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6495
|
|
6496 * faces.el (frame-set-background-mode):
|
|
6497 Don't do anythung for text-only or MSDOS frame.
|
|
6498
|
|
6499 1998-10-08 Kenichi Handa <handa@etl.go.jp>
|
|
6500
|
|
6501 * international/quail.el (quail-defrule): New optional arg APPEND.
|
|
6502 (quail-defrule-internal): Fix bug of handling the argument APPEND.
|
|
6503
|
|
6504 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6505
|
|
6506 * gnus/pop3.el (pop3-open-server):
|
|
6507 Set process-coding-system-alist around open-network-stream.
|
|
6508
|
|
6509 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6510
|
|
6511 * files.el (save-buffer): Doc fix.
|
|
6512
|
|
6513 1998-10-07 Karl Heuer <kwzh@gnu.org>
|
|
6514
|
|
6515 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
|
|
6516 return DEF unchanged, not nil. Simplify.
|
|
6517
|
|
6518 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
|
|
6519
|
|
6520 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
|
|
6521
|
|
6522 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
|
|
6523
|
|
6524 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
|
|
6525
|
|
6526 * net-utils.el (ftp, nslookup): Require comint.
|
|
6527 (network-service-connection): Likewise.
|
|
6528 (whois-server-name): Defaults to whois.arin.net
|
|
6529 (whois-server-list, whois-server-tld, whois-guess-server): New var.
|
|
6530 (whois): Tries to guess the appropriate top-level domain server.
|
|
6531 (whois-get-tld): New function.
|
|
6532
|
|
6533 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
|
|
6534 (dirtrack-debug-toggle): Added this function.
|
|
6535
|
|
6536 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
|
6537
|
|
6538 * files.el (find-file-noselect): Switch to the correct buffer
|
|
6539 before checking find-file-literally, and allow non-nil non-t
|
|
6540 rawfile params.
|
|
6541
|
|
6542 1998-10-06 Karl Heuer <kwzh@gnu.org>
|
|
6543
|
|
6544 * midnight.el (clean-buffer-list): Add autoload cookie.
|
|
6545
|
|
6546 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
|
|
6547 no-autosave.
|
|
6548 * tar-mode.el (tar-mode-revert): Likewise.
|
|
6549 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
|
|
6550 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
|
|
6551 * gnus/message.el (message-auto-save-directory): Renamed from
|
|
6552 message-autosave-directory. All references changed.
|
|
6553
|
|
6554 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
|
|
6555
|
|
6556 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
|
|
6557 string. Expose mime stuff while searching.
|
|
6558
|
|
6559 1998-10-06 Richard Stallman <rms@gnu.org>
|
|
6560
|
|
6561 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
|
|
6562
|
|
6563 * replace.el (perform-replace): Position point properly
|
|
6564 before and after the recursive edit of C-r.
|
|
6565
|
|
6566 * progmodes/etags.el (tags-reset-tags-tables): Properly
|
|
6567 find the markers in the old rings that are being discarded.
|
|
6568
|
|
6569 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
6570
|
|
6571 * apropos.el (apropos-print): control invalid characters.
|
|
6572
|
|
6573 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
|
|
6574 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
|
|
6575 confusing customize.
|
|
6576
|
|
6577 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
6578
|
|
6579 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
|
|
6580 built-in commands. Add more built-in commands and fix face names.
|
|
6581
|
|
6582 1998-10-05 Simon Marshall <simon@gnu.org>
|
|
6583
|
|
6584 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
|
|
6585
|
|
6586 1998-10-04 Eric Ludlam <zappo@gnu.org>
|
|
6587
|
|
6588 * speedbar.el (speedbar-initial-expansion-list-name): Remove
|
|
6589 customization since it is not useful in this case.
|
|
6590 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
|
|
6591 sure it gets evalled to a number. Also verify that set-frame-name
|
|
6592 fn exists before calling it.
|
|
6593
|
|
6594 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
|
|
6595 Protect a `forward-sexp' call which could fail, and improved regex
|
|
6596 for ie, and eg abbreviations.
|
|
6597
|
|
6598 1998-10-02 Noah Friedman <friedman@splode.com>
|
|
6599
|
|
6600 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
|
|
6601 send-string.
|
|
6602 (rlogin-send-Ctrl-D): Here also.
|
|
6603 (rlogin-send-Ctrl-Z): Here also.
|
|
6604 (rlogin-send-Ctrl-backslash): Here also.
|
|
6605
|
|
6606 1998-10-02 Dave Love <fx@gnu.org>
|
|
6607
|
|
6608 * outline.el (hide-region-body): Bind
|
|
6609 outline-view-change-hook to nil while making repeated calls to
|
|
6610 outline-flag-region. Run it once at the end.
|
|
6611 (hide-other, hide-sublevels, show-children): Likewise.
|
|
6612
|
|
6613 * info-look.el: Remove duplicate scheme-mode entry.
|
|
6614 (info-lookup-make-completions): When looking for entries, check
|
|
6615 that `item' isn't null or "Menu".
|
|
6616
|
|
6617 1998-10-01 Karl Heuer <kwzh@gnu.org>
|
|
6618
|
|
6619 * net-utils.el: Don't require ffap.
|
|
6620 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
|
|
6621 (ping, nslookup-host, finger, network-connection-to-service): Use them.
|
|
6622
|
|
6623 1998-09-30 Richard Stallman <rms@gnu.org>
|
|
6624
|
|
6625 * ispell.el (check-ispell-version): No need to bind default-major-mode.
|
|
6626
|
|
6627 * imenu.el (imenu--generic-function): Sort each submenu by position.
|
|
6628 (imenu--sort-by-position): New function.
|
|
6629
|
|
6630 * cus-edit.el (Custom-mode-menu): Fix info node name.
|
|
6631 (customize group): Fix info node name.
|
|
6632
|
|
6633 * mail/mailalias.el (build-mail-aliases): Don't allow
|
|
6634 a newline in the alias name. Don't define an alias
|
|
6635 if the definition would be empty.
|
|
6636
|
|
6637 * which-func.el (which-func-mode-global): Make :set function
|
|
6638 more reliable.
|
|
6639
|
|
6640 * custom.el (custom-set-variables): Load the requests first,
|
|
6641 then check the symbol's `set' function.
|
|
6642
|
|
6643 * ffap.el: Doc fixes.
|
|
6644
|
|
6645 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
6646
|
|
6647 * gnus.el: (gnus-valid-select-methods): Fix type.
|
|
6648 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
|
|
6649 * gnus-score.el (gnus-orphan-score): Fix type.
|
|
6650 (gnus-score-default-header, gnus-score-default-type): Fix type.
|
|
6651 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
|
|
6652 (gnus-saved-headers): Fix type.
|
|
6653
|
|
6654 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
|
|
6655 Avoid nil value of `two-lines-citation-part'.
|
|
6656
|
|
6657 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
|
|
6658
|
|
6659 * which-func.el (which-function): Handle case when
|
|
6660 (car imenu--index-alist) is nil.
|
|
6661
|
|
6662 1998-09-29 Dave Love <fx@gnu.org>
|
|
6663
|
|
6664 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
|
|
6665 bzip2 args.
|
|
6666
|
|
6667 1998-09-29 Simon Marshall <simon@gnu.org>
|
|
6668
|
|
6669 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
|
|
6670 comint-exec-hook.
|
|
6671
|
|
6672 1998-09-29 Stephen Eglen <stephen@gnu.org>
|
|
6673
|
|
6674 * info-look.el: Add support for Octave.
|
|
6675
|
|
6676 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
|
|
6677
|
|
6678 * textmodes/reftex.el (reftex-finding-files): New customize group.
|
|
6679 (reftex-texpath-environment-variables,
|
|
6680 reftex-use-external-file-finders, reftex-external-file-finders,
|
|
6681 reftex-search-unrecursed-path-first): New options.
|
|
6682 (reftex-process-string, reftex-find-file-externally): New
|
|
6683 functions.
|
|
6684 (reftex-access-search-path): Execute shell commands to find the
|
|
6685 search path.
|
|
6686 (reftex-toggle-auto-view-crossref): When turning on, make sure
|
|
6687 `reftex-auto-view-crossref' becomes non-nil.
|
|
6688 (reftex-abbrev-regexp): Constant removed.
|
|
6689 (reftex-convert-string): Abbrev regexp calculated locally.
|
|
6690
|
|
6691 1998-09-28 Dave Love <fx@gnu.org>
|
|
6692
|
|
6693 * progmodes/fortran.el: Don't call regexp-opt when deriving
|
|
6694 font-lock patterns with keywords that aren't all literal.
|
|
6695
|
|
6696 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
|
|
6697
|
|
6698 * octave-inf.el (inferior-octave-prompt): Also match prompts of
|
|
6699 the form `octave.bin:1>' which come from using precopiled binary
|
|
6700 versions.
|
|
6701
|
|
6702 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6703
|
|
6704 * help.el (help-for-help): Use %THIS-KEY%.
|
|
6705 (help-quit): Add doc.
|
|
6706
|
|
6707 * help-macro.el (make-help-screen): Keep HELP-TEXT
|
|
6708 in a separate function definition, not in the help command FNAME.
|
|
6709 Replace %THIS-KEY% with the key sequence that ran FNAME.
|
|
6710
|
|
6711 1998-09-25 Richard Stallman <rms@gnu.org>
|
|
6712
|
|
6713 * textmodes/texinfo.el (texinfo-show-structure):
|
|
6714 Bind inhibit-read-only.
|
|
6715
|
|
6716 * isearch.el (isearch-search-and-update): Properly
|
|
6717 handle upper case letters in the reverse-search special case.
|
|
6718
|
|
6719 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
6720
|
|
6721 * gnus.el: Extend the list of autoloaded functions.
|
|
6722
|
|
6723 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
|
|
6724 buffer before creating help group. (from Gnus v5.6.43, fix by
|
|
6725 1998-08-20 Per Starback <starback@update.uu.se>)
|
|
6726
|
|
6727 * gnus-util.el (gnus-output-to-rmail): Adjust to
|
|
6728 `rmail-output-to-rmail-file'.
|
|
6729
|
|
6730 1998-09-25 Karl Heuer <kwzh@gnu.org>
|
|
6731
|
|
6732 * hexl.el (hexl-mode-map): More of previous change.
|
|
6733
|
|
6734 * textmodes/tex-mode.el (tex-run-command): Doc fix.
|
|
6735 (tex-start-tex): Don't use tex-start-options-string in star case.
|
|
6736 Quote file name in star case as well as in non-star.
|
|
6737 Add blank and quoting of option string here.
|
|
6738 (tex-start-options-string): Not here.
|
|
6739
|
|
6740 1998-09-23 Karl Heuer <kwzh@gnu.org>
|
|
6741
|
|
6742 * term.el (term-delimiter-argument-list): Doc fix.
|
|
6743 (term-emulate-terminal): Escape literal semicolon.
|
|
6744 * progmodes/asm-mode.el (asm-mode): Doc fix.
|
|
6745 (asm-comment-char): Escape literal semicolon.
|
|
6746 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
|
|
6747
|
|
6748 1998-09-23 Richard Stallman <rms@gnu.org>
|
|
6749
|
|
6750 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
|
|
6751 only those that normally modify the buffer.
|
|
6752
|
|
6753 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
|
|
6754 over again.
|
|
6755
|
|
6756 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
|
|
6757
|
|
6758 * ispell.el (check-ispell-version): Ensure same buffer is current
|
|
6759 when let-binding of case-fold-search ends.
|
|
6760
|
|
6761 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
|
6762
|
|
6763 * ps-print.el: Skip invisible overlay.
|
|
6764 Test for set-buffer-multibyte rather than using mule-version.
|
|
6765 (ps-print-version): New version number (4.1) and doc fix.
|
|
6766 (ps-generate-postscript-with-faces): Skip invisible overlay.
|
|
6767
|
|
6768 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
|
|
6769
|
|
6770 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
|
|
6771
|
|
6772 1998-09-22 Kenichi Handa <handa@etl.go.jp>
|
|
6773
|
|
6774 * international/quail.el (quail-update-guidance): Check for the
|
|
6775 return value of (quail-guidance) fixed.
|
|
6776 (quail-update-translation): Bind quail-current-str locally when it
|
|
6777 calls quail-update-guidance.
|
|
6778 (quail-update-translation): If input-method-exit-on-first-char is
|
|
6779 non-nil, terminate translation only when the current input method
|
|
6780 is simple.
|
|
6781
|
|
6782 1998-09-22 Paul Eggert <eggert@twinsun.com>
|
|
6783
|
|
6784 * startup.el (locale-translation-file-name): Prefer X-related names
|
|
6785 to the name used by GNU/Linux sans X. Set to nil if no file found.
|
|
6786 (command-line): Use locale-translation-file-name if it is not nil,
|
|
6787 instead of testing for its existence again.
|
|
6788 regexp-quote the ctype before using it in a regexp.
|
|
6789 Allow a colon to appear after the ctype in the aliases file,
|
|
6790 as is done in X11R6.4.
|
|
6791
|
|
6792 1998-09-21 Richard Stallman <rms@gnu.org>
|
|
6793
|
|
6794 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
|
|
6795
|
|
6796 * calendar/appt.el (appt-interval): Variable deleted.
|
|
6797 (appt-check): For minutes in between appt-display-interval times,
|
|
6798 do check, but don't display anything except an updated mode line.
|
|
6799 Count against appt-display-interval based on minutes since
|
|
6800 first display of this appointment, not based on time of day.
|
|
6801 If appt-display-mode-line, force mode line redisplay
|
|
6802 whenever appt-mode-string has changed.
|
|
6803 (appt-add, appt-delete): Add autoload cookies.
|
|
6804 (appt-check): Catch errors from calling `diary'.
|
|
6805 (appt-max-time): Renamed from max-time.
|
|
6806 (appt-now-displayed, appt-display-count): New variables.
|
|
6807 (appt-timer): Don't create one if we already have one.
|
|
6808
|
|
6809 * textmodes/tex-mode.el (tex-compilation-parse-errors):
|
|
6810 More general code to use the source buffer instead of the zap file.
|
|
6811
|
|
6812 * hilit-chg.el (highlight-compare-with-file): Renamed from
|
|
6813 compare-with-file.
|
|
6814
|
|
6815 * loadhist.el (load-history-loaded): New variable.
|
|
6816 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
|
|
6817
|
|
6818 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
|
|
6819
|
|
6820 * emacs-lisp/find-func.el (find-function-search-for-symbol):
|
|
6821 Fix error messages.
|
|
6822
|
|
6823 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
|
|
6824
|
|
6825 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
|
|
6826 Emacs frame.
|
|
6827
|
|
6828 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
6829
|
|
6830 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
|
|
6831 `undecided' and `undecided-unix'.
|
|
6832
|
|
6833 1998-09-21 Dave Love <fx@gnu.org>
|
|
6834
|
|
6835 * help.el (help-make-xrefs): Fix typo affecting Info references.
|
|
6836
|
|
6837 * subr.el (remove-hook): Check list values to avoid errors.
|
|
6838
|
|
6839 1998-09-18 Noah Friedman <friedman@splode.com>
|
|
6840
|
|
6841 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
|
|
6842 store string in eldoc-last-message without consing a new string.
|
|
6843 Rearrange logic from nested if's into cond's.
|
|
6844 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
|
|
6845 Do not print message; just return string.
|
|
6846 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
|
|
6847 Do not print message; just return string.
|
|
6848 Cache that string in eldoc-last-data.
|
|
6849 (eldoc-last-data): Make into a vector.
|
|
6850 (eldoc-get-fnsym-args-string): Use new data form of structure.
|
|
6851 (eldoc-get-var-docstring): Here also.
|
|
6852 (eldoc-last-data-store): New function.
|
|
6853 (eldoc-get-fnsym-args-string): Use it.
|
|
6854 (eldoc-get-var-docstring): Here also.
|
|
6855 (eldoc-docstring-first-line): Minimize interim string consing.
|
|
6856 Call substitute-command-keys on the result.
|
|
6857 (eldoc-print-var-docstrings, eldoc-print-docstring,
|
|
6858 eldoc-docstring-message): Functions removed.
|
|
6859 (eldoc-docstring-format-sym-doc): New function, functionality
|
|
6860 ripped out of eldoc-docstring-message.
|
|
6861 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
|
|
6862
|
|
6863 1998-09-18 Kenichi Handa <handa@etl.go.jp>
|
|
6864
|
|
6865 * international/mule.el (make-coding-system): Doc-string modified.
|
|
6866
|
|
6867 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
|
|
6868
|
|
6869 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
|
|
6870
|
|
6871 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
|
|
6872 customize type.
|
|
6873
|
|
6874 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
|
|
6875 type.
|
|
6876
|
|
6877 * progmodes/compile.el (compilation-error-screen-columns): New
|
|
6878 variable.
|
|
6879 (compilation-next-error-locus): Use it to decide whether to use
|
|
6880 forward-char or move-to-column.
|
|
6881
|
|
6882 * mail/rmail.el (rmail-movemail-program): Fix customize type.
|
|
6883
|
|
6884 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
|
|
6885 feedmail-fiddle-plex-user-list,
|
|
6886 feedmail-spray-address-fiddle-plex-list,
|
|
6887 feedmail-prompt-before-queue-user-alist,
|
|
6888 feedmail-prompt-before-queue-help-supplement,
|
|
6889 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
|
|
6890 feedmail-queue-alternative-mail-header-separator): Fix customize
|
|
6891 type.
|
|
6892
|
|
6893 * startup.el (site-run-file): Fix customize type.
|
|
6894
|
|
6895 * speedbar.el (speedbar-initial-expansion-list-name): Fix
|
|
6896 customize type.
|
|
6897
|
|
6898 * shell.el (shell-input-autoexpand): Fix customize type.
|
|
6899
|
|
6900 * ps-print.el (ps-font-info-database): Add missing dots in value.
|
|
6901 Improve layout of customize type.
|
|
6902
|
|
6903 * net-utils.el (traceroute-program-options, ping-program-options,
|
|
6904 ipconfig-program-options, netstat-program-options,
|
|
6905 arp-program-options, route-program-options,
|
|
6906 nslookup-program-options, ftp-program-options): Fix customize
|
|
6907 type.
|
|
6908
|
|
6909 * midnight.el (clean-buffer-list-kill-regexps,
|
|
6910 clean-buffer-list-kill-buffer-names,
|
|
6911 clean-buffer-list-kill-never-buffer-names,
|
|
6912 clean-buffer-list-kill-never-regexps): Fix customize type.
|
|
6913
|
|
6914 * man.el (Man-init-defvars): Avoid trailing nil on
|
|
6915 Man-filter-list.
|
|
6916
|
|
6917 * lpr.el (printer-name): Fix customize type.
|
|
6918
|
|
6919 1998-09-16 Kenichi Handa <handa@etl.go.jp>
|
|
6920
|
|
6921 * international/mule-cmds.el (reset-language-environment): Call
|
|
6922 update-coding-systems-internal.
|
|
6923
|
|
6924 * international/mule-conf.el: Call update-coding-systems-internal
|
|
6925 at the tail.
|
|
6926
|
|
6927 1998-09-14 Dave Love <fx@gnu.org>
|
|
6928
|
|
6929 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
|
|
6930 use the menu-enable properties, pending doing it correctly and
|
|
6931 acceptably fast.
|
|
6932
|
|
6933 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
|
|
6934
|
|
6935 1998-09-13 Dave Love <d.love@dl.ac.uk>
|
|
6936
|
|
6937 * progmodes/hideshow.el (hs-grok-mode-type): Check
|
|
6938 comment-{start,end} non-nil as well as bound. Report an error if
|
|
6939 we can't grok the mode.
|
|
6940
|
|
6941 1998-09-13 Richard Stallman <rms@gnu.org>
|
|
6942
|
|
6943 * simple.el (blink-matching-open): Don't log paren matching
|
|
6944 messages in *Messages*.
|
|
6945
|
|
6946 1998-09-12 Richard Stallman <rms@gnu.org>
|
|
6947
|
|
6948 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
|
|
6949 Set point-before-scroll at end even if there was an error.
|
|
6950
|
|
6951 * ange-ftp.el (ange-ftp-insert-file-contents):
|
|
6952 Use binary mode for dumb-unix hosts as for unix hosts.
|
|
6953 (ange-ftp-copy-file-internal): Likewise.
|
|
6954
|
|
6955 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
|
|
6956
|
|
6957 * emacs-lisp/pp.el: Doc fixes.
|
|
6958
|
|
6959 * wid-edit.el (widget-menu-max-shortcuts): New variable.
|
|
6960 (widget-choose): Don't use single-char shortcuts if # items
|
|
6961 exceeds that many. Use minibuffer instead.
|
|
6962
|
|
6963 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
6964
|
|
6965 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
|
|
6966
|
|
6967 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
|
|
6968
|
|
6969 * speedbar.el (speedbar-frame-mode): Do not set frame position if
|
|
6970 in terminal mode.
|
|
6971
|
|
6972 1998-09-10 Noah Friedman <friedman@splode.com>
|
|
6973
|
|
6974 * rsz-mini.el (resize-minibuffer-mode): remove :version field from
|
|
6975 defcustom declaration. It's wreaking too much havoc with XEmacs
|
|
6976 and older versions of Emacs, which share this code.
|
|
6977
|
|
6978 * type-break.el (type-break-mode): Here also.
|
|
6979
|
|
6980 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
|
|
6981 `t' to add-hook also to modify the new local value.
|
|
6982
|
|
6983 1998-09-10 Dave Love <fx@gnu.org>
|
|
6984
|
|
6985 * vc.el (vc-insert-headers): Doc fix.
|
|
6986
|
|
6987 1998-09-10 Richard Stallman <rms@gnu.org>
|
|
6988
|
|
6989 * textmodes/flyspell.el (flyspell-mode-on): Make the
|
|
6990 ispell-... variables permanent locals.
|
|
6991 (flyspell-mode-off): Add autoload cookie.
|
|
6992
|
|
6993 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
|
|
6994 do use binary mode, just as for `unix'.
|
|
6995 (ange-ftp-host-type): If HOST is nil, return `unix'.
|
|
6996
|
|
6997 * dired.el (dired-mark-files-containing-regexp):
|
|
6998 Don't scan directories. Ignore non-readable files.
|
|
6999
|
|
7000 * progmodes/compile.el (compilation-error-regexp-alist):
|
|
7001 Fix previous change: allow . and _ in command name.
|
|
7002
|
|
7003 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
|
|
7004
|
|
7005 * uncompress.el (uncompress-while-visiting):
|
|
7006 Use just the car of what find-operation-coding-system returns.
|
|
7007
|
|
7008 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
|
|
7009
|
|
7010 * shell.el (shell-file-name-quote-list): Add # to the value.
|
|
7011
|
|
7012 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
|
|
7013
|
|
7014 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook
|
|
7015 to make killing of ispell process work even if
|
|
7016 kill-all-local-variables has been run.
|
|
7017
|
|
7018 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
7019
|
|
7020 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
|
|
7021 loop when sexp entry ends at end of file with no newline.
|
|
7022
|
|
7023 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
|
|
7024
|
|
7025 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
|
|
7026 (Custom-reset-standard): Fix menu inconsistency.
|
|
7027
|
|
7028 * mail/feedmail.el (feedmail-from-line): Allow t.
|
|
7029 (feedmail-message-id-suffix): Allow nil.
|
|
7030
|
|
7031 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
|
|
7032 Simplify. Make prefix arg work right.
|
|
7033
|
|
7034 1998-09-09 Dave Love <fx@gnu.org>
|
|
7035
|
|
7036 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
|
|
7037
|
|
7038 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
|
|
7039
|
|
7040 1998-09-08 Dave Love <fx@gnu.org>
|
|
7041
|
|
7042 * add-log.el (change-log-font-lock-keywords): Do parenthesized
|
|
7043 stuff only after file names or at start of line. Allow parens
|
|
7044 around e-mail, as well as angles.
|
|
7045
|
|
7046 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
|
|
7047 ignore-errors too, eval'd when compile. Require w3 stuff at load
|
|
7048 time for nicer failure if it's not available.
|
|
7049
|
|
7050 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
|
|
7051
|
|
7052 * comint.el (comint-arguments): Ignore backslashes when using
|
|
7053 w32 shells that expect backslashes as the directory separator.
|
|
7054
|
|
7055 1998-09-04 Kenichi Handa <handa@etl.go.jp>
|
|
7056
|
|
7057 * international/fontset.el (resolved-ascii-font): New variable.
|
|
7058 (x-complement-fontset-spec): By side effect, set
|
|
7059 `resolved-ascii-font' to the resolved name of ASCII font."
|
|
7060 (create-fontset-from-fontset-spec): Don't get a value for
|
|
7061 resolved-ascii-font from the list full-fontlist. It is set by
|
|
7062 x-complement-fontset-spec now.
|
|
7063
|
|
7064 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
|
|
7065 version, check the value of mule-version.
|
|
7066
|
|
7067 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
|
|
7068
|
|
7069 * textmodes/reftex.el (reftex-view-crossref): Split up into
|
|
7070 several functions. No longer moves to find a macro.
|
|
7071 (reftex-view-cr-cite, reftex-view-cr-ref,
|
|
7072 reftex-end-of-bib-entry): New functions.
|
|
7073 (reftex-auto-view-crossref): New value `window' allowed.
|
|
7074 (reftex-view-crossref-when-idle): Process new `window' option in
|
|
7075 (reftex-translate-to-ascii-function): New default.
|
|
7076 (reftex-label-illegal-re): Default changed, removed Latin1.
|
|
7077 (reftex-latin1-to-ascii): New function.
|
|
7078 (reftex-what-environment): Check for section regexp before use.
|
|
7079 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
|
|
7080 absolute path names.
|
|
7081 (reftex-TeX-master-file): Changed sequence of file checks.
|
|
7082 (reftex-do-citation): bibview cache only with RefTeX mode on.
|
|
7083
|
|
7084 1998-09-06 Richard Stallman <rms@gnu.org>
|
|
7085
|
|
7086 * progmodes/compile.el (compilation-error-regexp-alist):
|
|
7087 In first pattern (GNU utilities and other things),
|
|
7088 allow a space after the optional program name at the beginning.
|
|
7089
|
|
7090 * mail/mail-hist.el (mail-hist-current-header-contents):
|
|
7091 Fix previous change: use mail-header-end.
|
|
7092
|
|
7093 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
7094
|
|
7095 * international/ccl.el: Doc fixes.
|
|
7096 * international/encoded-kb.el: Doc fixes.
|
|
7097 * international/fontset.el: Doc fixes.
|
|
7098 * international/kinsoku.el: Doc fixes.
|
|
7099 * international/kkc.el: Doc fixes.
|
|
7100 * international/mule-cmds.el: Doc fixes.
|
|
7101 * international/mule-conf.el: Doc fixes.
|
|
7102 * international/mule-util.el: Doc fixes.
|
|
7103 * international/mule.el: Doc fixes.
|
|
7104
|
|
7105 1998-09-05 Eric Ludlam <zappo@gnu.org>
|
|
7106
|
|
7107 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
|
|
7108 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
|
|
7109 (checkdoc-this-string-valid-engine): Permit ? as terminating
|
|
7110 punctuation for first line sentence breaking.
|
|
7111 (checkdoc-this-string-valid): When converting a comment into a doc
|
|
7112 string, make sure " chars are \".
|
|
7113 (checkdoc-sentencespace-region-engine): Only do double space check
|
|
7114 if based on the variable `sentence-end-double-space'
|
|
7115 (checkdoc-this-string-valid-engine): ? ends valid sentence.
|
|
7116 (checkdoc-proper-noun-region-engine): Exclude items in URLs
|
|
7117
|
|
7118 1998-09-04 Richard Stallman <rms@gnu.org>
|
|
7119
|
|
7120 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
|
|
7121 Recognize define-skeleton as a function definer.
|
|
7122
|
|
7123 * cus-edit.el (customize-option): Refuse to customize
|
|
7124 a variable that has no defcustom. But if variable is autoloaded,
|
|
7125 first try to load the library that defines it.
|
|
7126
|
|
7127 * international/iso-insert.el: Use `string' before calling `insert'
|
|
7128 so that in multibyte buffers we insert multibyte chars.
|
|
7129
|
|
7130 * dired.el (dired-mark-files-containing-regexp):
|
|
7131 Don't use find-file; instead, insert the file in a temp buffer.
|
|
7132
|
|
7133 * textmodes/tex-mode.el (tex-start-options-string): New option.
|
|
7134 (tex-start-tex): Use that variable.
|
|
7135
|
|
7136 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
|
|
7137 value in the `repeat' alternative a list.
|
|
7138
|
|
7139 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
|
|
7140 the inserted newline, verify that one was really inserted.
|
|
7141
|
|
7142 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
|
|
7143 remains on or remains off.
|
|
7144 (flyspell-multi-language-p): Default changed to nil.
|
|
7145
|
|
7146 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
|
|
7147 In "found in comment" case, don't beginning-of-line after forward-line.
|
|
7148
|
|
7149 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
|
|
7150 If the function definition is not a lambda, return original FORM
|
|
7151 with no error.
|
|
7152
|
|
7153 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
|
|
7154
|
|
7155 * net-utils.el (netstat-program-options): Changed from nil to "-a"
|
|
7156 so that by default netstat shows all network connections.
|
|
7157
|
|
7158 1998-09-04 Bob Weiner <weiner@altrasoft.com>
|
|
7159
|
|
7160 * international/quail.el: Doc fixes.
|
|
7161
|
|
7162 * info.el (info): Don't add parens if FILE already has them.
|
|
7163
|
|
7164 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
|
|
7165
|
|
7166 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
|
|
7167 on extension lines.
|
|
7168
|
|
7169 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
|
|
7170
|
|
7171 * w32-fns.el (w32-shell-dos-semantics): New function.
|
|
7172
|
|
7173 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
|
|
7174
|
|
7175 * international/quail.el (quail-choose-completion-string): Store
|
|
7176 completion `choice' in `quail-current-str'; don't insert it.
|
|
7177
|
|
7178 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
7179
|
|
7180 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
|
|
7181 argument to ps-mule-generate-bitmap-font.
|
|
7182
|
|
7183 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
|
|
7184 entry and change Latin-1 entry in the default value.
|
|
7185 (ps-mule-font-info-database-ps-bdf): New variable.
|
|
7186 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
|
|
7187 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
|
|
7188 registerd in FONT-SPEC.
|
|
7189 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
|
|
7190 charcter width of bitmap fonts.
|
|
7191 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
|
|
7192 procedure NF.
|
|
7193 (ps-begin-file): Output PostScript code for setting
|
|
7194 SpaceWidthRatio.
|
|
7195 (ps-plot-region): Use line-beginning-position to get a position of
|
|
7196 the beginning of the current line.
|
|
7197
|
|
7198 * international/mule-cmds.el (register-input-method): Doc-string
|
|
7199 modified.
|
|
7200
|
|
7201 1998-09-01 Dave Love <fx@gnu.org>
|
|
7202
|
|
7203 * international/mule-cmds.el (current-language-environment): Fix
|
|
7204 setter function.
|
|
7205
|
|
7206 1998-09-01 Simon Marshall <simon@gnu.org>
|
|
7207
|
|
7208 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
|
|
7209 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
|
|
7210 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
|
|
7211 names with font-lock-type-face. Fontify type specs, etc., with
|
|
7212 font-lock-keyword-face.
|
|
7213
|
|
7214 1998-08-31 Kenichi Handa <handa@etl.go.jp>
|
|
7215
|
|
7216 * international/fontset.el (x-complement-fontset-spec): If ASCII
|
|
7217 font is specified in FONTLIST, don't substitute it for the
|
|
7218 resolved name.
|
|
7219
|
|
7220 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
7221
|
|
7222 * international/mule.el (charset-description): Doc fix.
|
|
7223
|
|
7224 * language/chinese.el, language/cyrillic.el, language/czech.el,
|
|
7225 language/devanagari.el, language/ethiopic.el,
|
|
7226 language/european.el, language/hebrew.el, language/indian.el,
|
|
7227 language/japanese.el, language/korean.el, language/lao.el,
|
|
7228 language/slovak.el, language/thai.el, language/tibetan.el,
|
|
7229 language/vietnamese.el:
|
|
7230 Add coding: local variable, to avoid bootstrapping problem
|
|
7231 if you need to recompile all the Lisp files using interpreted code.
|
|
7232
|
|
7233 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
7234
|
|
7235 * cal-china.el (chinese-year-cache): Change range of years from
|
|
7236 1989-2000 to 1990-2010.
|
|
7237
|
|
7238 1998-08-29 Dave Love <d.love@dl.ac.uk>
|
|
7239
|
|
7240 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
|
|
7241 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
|
|
7242
|
|
7243 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
|
7244
|
|
7245 * ps-print.el (ps-print-control-characters): Doc-string modified.
|
|
7246 (ps-output-string-prim): Comment format changed.
|
|
7247 (ps-do-despool): Indentation of source code changed.
|
|
7248
|
|
7249 1998-08-28 Kenichi Handa <handa@etl.go.jp>
|
|
7250
|
|
7251 * subr.el (sref): Make it an alias of aref. Make the
|
|
7252 byte-compiler warn that it is obsolete.
|
|
7253 (char-bytes): Make the byte-compiler warn that it is obsolete.
|
|
7254
|
|
7255 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
|
|
7256 Calculate the total bytes using position-bytes instead of
|
|
7257 char-bytes.
|
|
7258
|
|
7259 1998-08-27 Karl Heuer <kwzh@gnu.org>
|
|
7260
|
|
7261 * snmp-mode.el: New file.
|
|
7262 * files.el (auto-mode-alist): Add snmp-mode patterns.
|
|
7263
|
|
7264 1998-08-27 Karl Eichwalder <ke@suse.de>
|
|
7265
|
|
7266 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
|
|
7267
|
|
7268 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
|
|
7269
|
|
7270 * calendar/diary-lib.el (diary-block): Doc fix..
|
|
7271 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
|
|
7272
|
|
7273 1998-08-27 Richard Stallman <rms@gnu.org>
|
|
7274
|
|
7275 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
|
|
7276 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
|
|
7277 Clear appt-mode-string if we don't put something in it.
|
|
7278
|
|
7279 1998-08-27 Dave Love <fx@gnu.org>
|
|
7280
|
|
7281 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
|
|
7282 dired-local-variables-file for dired-x.
|
|
7283
|
|
7284 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
|
|
7285 for compressed library files too.
|
|
7286
|
|
7287 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
7288
|
|
7289 * language/european.el ("Latin-1"): Modify `documentation' key value.
|
|
7290 ("Latin-2"): Likewise.
|
|
7291
|
|
7292 1998-08-26 Karl Heuer <kwzh@gnu.org>
|
|
7293
|
|
7294 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
|
|
7295
|
|
7296 1998-08-26 Albert L. Ting <alt@artisan.com>
|
|
7297
|
|
7298 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
|
|
7299 (mail-hist-current-header-contents): Use mail-text-start.
|
|
7300
|
|
7301 1998-08-26 Richard Stallman <rms@gnu.org>
|
|
7302
|
|
7303 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
|
|
7304 (customize-changed-options-previous-release): New variable.
|
|
7305 (customize-changed-options): Use that variable as default arg.
|
|
7306
|
|
7307 1998-08-26 Karl Eichwalder <ke@suse.de>
|
|
7308
|
|
7309 * midnight.el: Require `timer' not only when compiling.
|
|
7310
|
|
7311 1998-08-26 Per Starback <starback@update.uu.se>
|
|
7312
|
|
7313 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
|
|
7314 buffer before creating help group.
|
|
7315
|
|
7316 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
|
7317
|
|
7318 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
|
|
7319 coding-system-for-write before saving.
|
|
7320
|
|
7321 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
|
|
7322
|
|
7323 * isearch.el (isearch-forward): Doc fix.
|
|
7324
|
|
7325 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
|
|
7326
|
|
7327 * emacs-lisp/find-func.el: Fix :version tags to have a string
|
|
7328 value, not a float.
|
|
7329
|
|
7330 * cus-dep.el: Fix typo in output.
|
|
7331
|
|
7332 1998-08-25 Dave Love <fx@gnu.org>
|
|
7333
|
|
7334 * repeat.el (repeat): Doc fix.
|
|
7335 [From rms:]
|
|
7336 (repeat-previous-repeated-command): New variable.
|
|
7337 (repeat): Check for real-last-command being null or repeat. Set
|
|
7338 repeat-previous-repeated-command.
|
|
7339
|
|
7340 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
|
|
7341
|
|
7342 1998-08-25 Kenichi Handa <handa@etl.go.jp>
|
|
7343
|
|
7344 * gnus/message.el (message-send-mail-with-sendmail): Bind
|
|
7345 coding-system-for-write by the return value of
|
|
7346 select-message-coding-system.
|
|
7347 (message-send-mail-with-qmail): Likewise.
|
|
7348
|
|
7349 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
|
|
7350
|
|
7351 * emacs-lisp/autoload.el: Fix doc-string-elt property on
|
|
7352 define-derived-mode.
|
|
7353
|
|
7354 * files.el (file-name-invalid-regexp):
|
|
7355 Fix regex for ms-dos without long file names.
|
|
7356
|
|
7357 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
|
7358
|
|
7359 * ps-print.el: Multi-byte buffer handling.
|
|
7360 (ps-print-version): New version number (4.0) and doc fix.
|
|
7361 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
|
|
7362 compilation for GNU Emacs and emacsens.
|
|
7363 (ps-generate-postscript-with-faces): Force invisible text to be
|
|
7364 visible.
|
|
7365 (dos-ps-printer): New var to avoid compilation gripes.
|
|
7366
|
|
7367 1998-08-24 Kenichi Handa <handa@etl.go.jp>
|
|
7368
|
|
7369 * ps-print.el (ps-mule-plot-string): Pay attention to the case
|
|
7370 that no more characters can't be printed in the current line.
|
|
7371
|
|
7372 1998-08-24 Kenichi Handa <handa@etl.go.jp>
|
|
7373
|
|
7374 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
|
|
7375 greater than TO.
|
|
7376
|
|
7377 1998-08-24 Kenichi Handa <handa@etl.go.jp>
|
|
7378
|
|
7379 * ps-print.el: Add codes to make ps-print.el work also on Emacs
|
|
7380 20.2 and the earlier version.
|
|
7381 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
|
|
7382 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
|
|
7383 (ps-mule-find-wrappoint): Likewise.
|
|
7384 (ps-mule-generate-font): Change `X' to `x' in format
|
|
7385 control-string.
|
|
7386 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
|
|
7387 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
|
|
7388 `restore' form procedures `BC' and `EC'.
|
|
7389
|
|
7390 1998-08-24 Kenichi Handa <handa@etl.go.jp>
|
|
7391
|
|
7392 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
|
|
7393 is an executable procedure. Make LineThickness, Xshadow, and
|
|
7394 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
|
|
7395 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
|
|
7396 ps-mule-font-info-database-bdf): New vars.
|
|
7397 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
|
|
7398 (ccl-encode-ethio-unicode): New CCL program.
|
|
7399 (ps-mule-encode-ethiopic): New fun.
|
|
7400 (ps-mule-current-charset): New var.
|
|
7401 (ps-mule-get-font-spec, ps-mule-font-spec-src,
|
|
7402 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
|
|
7403 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
|
|
7404 (ps-mule-external-libraries): New var.
|
|
7405 (ps-mule-init-external-library): New fun.
|
|
7406 (ps-mule-font-cache): New var.
|
|
7407 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
|
|
7408 (ps-last-font): New var.
|
|
7409 (ps-mule-prepare-font): New fun.
|
|
7410 (ps-mule-charset-list): New var.
|
|
7411 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
|
|
7412 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
|
|
7413 ps-mule-plot-string): New funs.
|
|
7414 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
|
|
7415 New vars.
|
|
7416 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
|
|
7417 ps-mule-prepare-cmpchar-font): New funs.
|
|
7418 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
|
|
7419 vars.
|
|
7420 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
|
|
7421 ps-mule-generate-bitmap-glyph): New funs.
|
|
7422 (ps-mule-initialize, ps-mule-begin): New funs.
|
|
7423 (ps-output-string-prim): Insert string as unibyte.
|
|
7424 (ps-output-prologue): New fun.
|
|
7425 (ps-flush-output): Handle the case of 'prologue.
|
|
7426 (ps-begin-file): Call ps-mule-initialize.
|
|
7427 (ps-begin-job): Set ps-control-or-escape-regexp differently if
|
|
7428 printing multibyte characters.
|
|
7429 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
|
|
7430 (ps-basic-plot-string): Handle the case of printing ASCII
|
|
7431 characters by external libraries (e.g. BDF).
|
|
7432 (ps-set-font): Set ps-last-font.
|
|
7433 (ps-plot-region): Handle multibyte characters, use
|
|
7434 ps-mule-plot-string for them.
|
|
7435 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
|
|
7436
|
|
7437 * bdf.el: New file.
|
|
7438
|
|
7439 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
|
|
7440
|
|
7441 * international/mule-cmds.el (select-message-coding-system): New
|
|
7442 function.
|
|
7443 (set-language-environment-coding-systems): Set
|
|
7444 default-sendmail-coding-system.
|
|
7445
|
|
7446 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
|
|
7447 (default-sendmail-coding-system): New variable.
|
|
7448 (sendmail-send-it): Encode the message by a coding system
|
|
7449 select-message-coding-system returns.
|
|
7450
|
|
7451 1998-08-23 Eric Ludlam <zappo@gnu.org>
|
|
7452
|
|
7453 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'.
|
|
7454 (speedbar-mode): Set buffer to read only.
|
|
7455 (speedbar-temp-buffer-show-function): For emacs don't call hook
|
|
7456 with arguments.
|
|
7457 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
|
|
7458
|
|
7459 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
|
|
7460
|
|
7461 * speedbar.el (speedbar-key-map): Fix typo.
|
|
7462
|
|
7463 See ChangeLog.7 for earlier changes.
|