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