*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-02-04 Dave Love <fx@gnu.org>
2
3 * completion.el: Replace completion-dolist with dolist.
4
5 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
6 dotimes.
7
8 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
9
10 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11 environment names before they go into the section regexp.
12
13 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14 char class in regexp.
15
16 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
17 `case-fold-search' to nil.
18
19 * progmodes/idlwave.el (idlwave-template): Respect
20 `idlwave-abbrev-change-case'.
21 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
22 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
23 idlwave-while): respect `idlwave-reserved-word-upcase'.
24 (idlwave-rw-case): New function.
25 (idlwave-statement-match): Fixed problem with assignment regexp.
26 (idlwave-font-lock-keywords): Improved regexp for keyword
27 parameters.
28 (idlwave-surround): New argument LENGTH to support padding of
29 operators longer than 1 char.
30
31 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
32 idlwave-shell-expression-overlay. Implemented printing of
33 expressions on higher levels of the calling stack.
34 (idlwave-shell-display-level-in-calling-stack): Restore stack
35 level.
36 (idlwave-retrieve-expression-from-level): New function.
37 (idlwave-shell-last-calling-stack): Variable removed.
38 (idlwave-shell-reset): Argument action reversed (`visible' to
39 `hidden'). Also remove stop-line overlay.
40 (idlwave-shell-calling-stack-routine): New variable.
41 (idlwave-shell-parse-stack-and-display): Messages now display
42 negative level numbers.
43 (idlwave-shell-mode): Set `modeline-format'.
44 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
45 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
46 21.
47 (idlwave-shell-print-expression-function): New option.
48
49 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
50 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
51 `tool-bar' instead of `toolbar'.
52
53 2000-02-02 Dave Love <fx@gnu.org>
54
55 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
56 emacs-lisp-mode-hook. Don't check for defalias being defined.
57
58 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
59 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
60 the new builtins directly.
61
62 * whitespace.el (whitespace): Add :version to defgroup.
63
64 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
65 Doc fix.
66
67 * thingatpt.el (sexp-at-point, symbol-at-point)
68 (number-at-point, list-at-point): Add autoload cookie.
69
70 * recentf.el (recentf): Add :version to defgroup.
71
72 * quickurl.el (quickurl): Add :version to defgroup.
73
74 * elide-head.el (elide-head): Use point-marker more.
75
76 * bs.el (bs): Add :version to defgroup.
77
78 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
79
80 * progmodes/delphi.el (delphi): Add :version to defgroup.
81
82 2000-02-02 Gerd Moellmann <gerd@gnu.org>
83
84 * ange-ftp.el (ange-ftp-write-region): Handle case that
85 succeeding process operation sets a different coding system.
86
87 * calculator.el: New file.
88
89 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
90
91 * frame.el (frames-on-display-list, framep-on-display): New
92 functions.
93 (display-mouse-p, display-popup-menus-p, display-graphic-p)
94 (display-selections-p, display-screens, display-pixel-width)
95 (display-pixel-height, display-mm-width, display-mm-height)
96 (display-backing-store, display-save-under, display-planes)
97 (display-color-cells, display-visual-class): New functions.
98
99 * term/tty-colors.el (tty-color-gray-shades): New function.
100
101 * faces.el (display-color-p): Use framep-on-display.
102 (display-grayscale-p): New function.
103
104 2000-01-31 Dave Love <fx@gnu.org>
105
106 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
107 (create-fontset-from-x-resource): Don't concat integers.
108
109 2000-01-31 Inge Frick <inge@nada.kth.se>
110
111 * view.el: Some changes in documentation. Removed some trailing
112 whitespace. Changed some parameter names to agree with
113 documentation.
114 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
115 window is not deleted. Modifies change 1998-04-26.
116
117 2000-01-31 Gerd Moellmann <gerd@gnu.org>
118
119 * windmove.el: New file.
120
121 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
122 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
123 progmodes/ebnf-yac.el: Update copyright and license info.
124
125 * jit-lock.el (jit-lock-function): Widen before calculating end
126 position.
127 (jit-lock-stealth-chunk-start): Rewritten.
128
129 * info.el (Info-title-face-alist): Removed.
130 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
131 faces.
132 (Info-fontify-node): Use these faces.
133
134 2000-01-30 Gerd Moellmann <gerd@gnu.org>
135
136 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
137 (cl-macro-list1): Recognize `&allow-other-keys' instead of
138 `&allow-other-keywords'.
139
140 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
141 the list of directories scanned heuristically.
142
143 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
144 exist.
145
146 2000-01-30 Jason Rumney <jasonr@gnu.org>
147
148 * w32-fns.el: Define w32-tty-standard-colors.
149
150 * startup.el (command-line): Use w32-tty-standard-colors when in
151 w32 console mode.
152
153 2000-01-30 Dave Love <fx@gnu.org>
154
155 * jka-compr.el (jka-compr-load): Fix up load-history.
156
157 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
158
159 * emacs-lisp/cl-macs.el: Revert previous change.
160
161 2000-01-29 Dave Love <fx@gnu.org>
162
163 * facemenu.el: Purecopy various strings.
164
165 * timezone.el (timezone-fix-time): Window against 69 for two-digit
166 years. Deal with three-digit years.
167
168 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
169 defconst, purecopy.
170 (help-back-label): Purecopy it.
171
172 2000-01-18 Gerd Moellmann <gerd@gnu.org>
173
174 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
175 variable. If non-nil, order the buffer list according to the
176 currently selected frame.
177 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
178 non-nil, pass the selected frame to function buffer-list.
179
180 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
181
182 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
183
184 2000-01-28 Dave Love <fx@gnu.org>
185
186 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
187
188 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
189 Don't use lisp-indent-hook property.
190 (cl-abs): Remove.
191
192 * subr.el: Move out indent and edebug specs for when and unless.
193
194 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
195 when, unless.
196
197 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
198 unless, when.
199
200 2000-01-28 Gerd Moellmann <gerd@gnu.org>
201
202 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
203 `collecting' as synonym for `collect'.
204
205 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
206 for the case it contains spaces.
207
208 * simple.el (what-cursor-position): Change formatting of
209 messages.
210
211 * frame.el (delete-other-frames): New function.
212 (toplevel): Bind it to C-x 5 1.
213
214 * sort.el (sort-numeric-base): New option.
215 (sort-numeric-fields): If number starts with `0' or `0[xX[',
216 interpret it as octal or hexadecimal. Use sort-numeric-base
217 as default base.
218
219 * progmodes/glasses.el: New file.
220
221 2000-01-27 Gerd Moellmann <gerd@gnu.org>
222
223 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
224 userids differently.
225
226 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
227 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
228 progmodes/ebnf-yac.el: New files.
229
230 2000-01-26 Dave Love <fx@gnu.org>
231
232 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
233 on a function with an empty body. [From Eric Ludlam.]
234
235 2000-01-25 Andre Spiegel <spiegel@gnu.org>
236
237 * vc.el (vc-version-diff): Make sure file name is expanded.
238
239 2000-01-25 Gerd Moellmann <gerd@gnu.org>
240
241 * scroll-bar.el (scroll-bar-timer): Variable removed.
242 (scroll-bar-toolkit-scroll): Don't use a timer.
243
244 2000-01-25 Kenichi Handa <handa@etl.go.jp>
245
246 * language/thai-util.el (thai-composition-function): Delete
247 superfluous `a'.
248
249 2000-01-24 Dave Love <fx@gnu.org>
250
251 * fortran.el (fortran-mode): Use beginning-of-defun-function,
252 end-of-defun-function.
253
254 * font-lock.el (turn-on-font-lock): Don't depend on window-system
255 &c.
256
257 2000-01-22 Jason Rumney <jasonr@gnu.org>
258
259 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
260 conflicts with new face support.
261
262 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
263
264 * replace.el (query-replace): Rename last arg to DELIMITED.
265 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
266 (query-replace-regexp): Likewise.
267
268 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
269
270 * subr.el (with-syntax-table): Use make-symbol, not gensym.
271
272 * emacs-lisp/lisp.el (beginning-of-defun-function):
273 Variable renamed from beginning-of-defun.
274 Do not call make-variable-buffer-local.
275 (beginning-of-defun-raw): Use new variable name; doc fix.
276 (beginning-of-defun): Doc fix.
277 (end-of-defun-function): Variable renamed from end-of-defun.
278 Do not call make-variable-buffer-local.
279 (end-of-defun): Use new variable name; doc fix.
280
281 * subr.el (dolist, dotimes): Copied from cl-macs.el
282 and made to work.
283
284 * mail/undigest.el (rmail-digest-end-regexps):
285 Variable replaces rmail-digest-end-regexp.
286 Allows multiple regexps for detecting the end line.
287 (undigestify-rmail-message): Corresponding changes.
288
289 2000-01-19 Dave Love <fx@gnu.org>
290
291 * files.el (user-init-file): Don't declare here -- is primitive.
292
293 * startup.el (command-line): Check for compiled user-init-file and
294 set to uncompiled version if necessary.
295
296 2000-01-18 Gerd Moellmann <gerd@gnu.org>
297
298 * mail/undigest.el (rmail-digest-end-regexp): New user option.
299 (undigestify-rmail-message): Use it.
300
301 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
302
303 2000-01-17 Gerd Moellmann <gerd@gnu.org>
304
305 * tmm.el (tmm-goto-completions): Adapt to prompt being part
306 of mini-buffer.
307
308 2000-01-14 Gerd Moellmann <gerd@gnu.org>
309
310 * emacs-lisp/copyright.el (copyright-update): Removed the
311 requirement for a trailing space from `copyright-regexp', to
312 support copyrights with owner specified on a separate line..
313
314 * align.el: New file.
315
316 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
317
318 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
319
320 2000-01-13 Dave Love <fx@gnu.org>
321
322 * ph.el: Removed. (Obsoleted by EUDC.)
323
324 2000-01-13 Gerd Moellmann <gerd@gnu.org>
325
326 * net/eudc.el (toplevel): Remove autoloaded code installing
327 menu with easymenu, because that causes build problems.
328
329 * frame.el (frame-notice-user-settings): New variable.
330 (frame-notice-user-settings): Don't modify frame parameters
331 if called a second time.
332
333 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
334
335 * frame.el (frame-notice-user-settings):
336 Notice default-frame-parameters even for non-window frames.
337
338 2000-01-13 Gerd Moellmann <gerd@gnu.org>
339
340 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
341 for Emacs.
342 (eudc-bob-can-display-inline-images): Extend for Emacs.
343 (eudc-bob-toggle-inline-display): Ditto.
344 (eudc-bob-display-jpeg): Ditto.
345
346 2000-01-12 Gerd Moellmann <gerd@gnu.org>
347
348 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
349 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
350 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
351
352 * add-log.el (add-change-log-entry): Fix error trying an `(insert
353 nil)'.
354
355 * subdirs.el: Add `net' directory.
356
357 * net: New directory.
358
359 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
360 eval-last-sexp. Don't bind debug-on-error here.
361 (eval-last-sexp): New function. Bind debug-on-error if
362 eval-expression-debug-on-error is non-nil.
363 (eval-defun-2, eval-defun): Likewise.
364
365 * simple.el (eval-expression): Don't bind debug-on-error if
366 eval-expression-debug-on-error is nil. Detect changed
367 debug-on-error, and propagate new value to global binding, if
368 eval-expression-debug-on-error is non-nil,
369 (eval-expression-debug-on-error): Change doc string.
370
371 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
372
373 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
374
375 * emacs-lisp/lisp-mode.el (with-syntax-table):
376 Set up lisp-indent-function property.
377
378 * subr.el (with-syntax-table): Moved from simple.el.
379
380 * simple.el (with-syntax-table): Moved to subr.el.
381
382 2000-01-11 Gerd Moellmann <gerd@gnu.org>
383
384 * tmm.el (tmm-shortcut): Delete region after prompt instead
385 of erasing buffer.
386
387 * textmodes/fill.el (fill-common-string-prefix): New function.
388 (fill-context-prefix): Use the longest common prefix of first
389 and second line fill prefix, if there is one.
390
391 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
392
393 * array.el (array-mode): Don't use make-variable-buffer-local.
394 Use make-local-variable for `truncate-lines'.
395
396 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
397
398 * add-log.el (add-log-current-defun): Handle user-defined
399 add-log-current-function returning nil,
400
401 * add-log.el (add-change-log-entry): Insert version number
402 if having found a current function
403
404 * add-log.el (add-log-current-defun): Call
405 `add-log-current-defun-function'. Try matches at level 0 and
406 level 1. Strip whitespace from defun found.
407
408 2000-01-10 John Wiegley <johnw@gnu.org>
409
410 * allout.el (isearch-done/outline-provisions): Added `edit'
411 argument to correspond with the current definition of
412 `isearch-done'.
413
414 2000-01-10 Dave Love <fx@gnu.org>
415
416 * elide-head.el (elide-head): Use point-marker, not point.
417
418 2000-01-10 Gerd Moellmann <gerd@gnu.org>
419
420 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
421 before and after the year 2000.
422
423 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
424 Add ispell- prefix.
425
426 2000-01-10 Ken Stevens <k.stevens@ieee.org>
427
428 * ispell.el: Only define dictionaries in menus when they exist.
429 (version18p): New variable.
430 (version20p): New variable.
431 (xemacsp): New variable.
432 (ispell-choices-win-default-height): Fix for XEmacs visibility.
433 (ispell-dictionary-alist1): Added Brasileiro dictionary.
434 (ispell-dictionary-alist6): Russian command lines no longer accept
435 run-together words.
436 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
437 (ispell-dictionary-alist): Add koi8-r to customize definition.
438 (check-ispell-version): Added documentation string. Returns
439 library path when called non-interactively.
440 (ispell-menu-map-needed): Uses new variables.
441 (ispell-library-path): New variable.
442 (ispell-decode-string): XEmacs fix for bogus variable bindings.
443 (ispell-word): Improved documentation string. Test for valid
444 character mappings. Correctly check typed in word changes that can
445 result in single words split into multiple words. Returns
446 replacement word.
447 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
448 replace in recursive query replace mode. Help message for
449 recursive edit mode.
450 (ispell-show-choices): Protect against bad framepop bindings.
451 (ispell-help): Fix to work with XEmacs.
452 (ispell-highlight-spelling-error): Use new variables.
453 (ispell-overlay-window): Fix to work with XEmacs.
454 (ispell-parse-output): Passed and returns location information
455 tracking spelling corrections. Doesn't recheck same word on
456 current line.
457 (ispell-init-process): Protect against bogus XEmacs variable binding.
458 Fix call to single argument in sleep-for. Use new variables.
459 (ispell-region): Passed and returns location information tracking
460 spelling corrections. Doesn't check same word on current line.
461 Improved documentation string. Doesn't resend a line already
462 checked to the ispell process - fixes bug in LaTeX parsing.
463 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
464 (ispell-skip-region): No longer skips <TT> in SGML.
465 (ispell-process-line): Tracks location information with spelling
466 corrections. Added documentation string. Accounts for words
467 already accepted on this line. Don't allow query-replace on line
468 starting with math characters. Doesn't resend a line already sent
469 to ispell process. Fixes alignment error bug.
470
471 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
472
473 * dired-x.el (dired-guess-shell-alist-default):
474 Suggest xloadimage, which is free, not xv, which isn't.
475
476 * ange-ftp.el (ange-ftp-file-name-nondirectory):
477 Don't ever include the host name or user name in the value.
478
479 2000-01-09 Gerd Moellmann <gerd@gnu.org>
480
481 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
482 of a real newline.
483
484 2000-01-09 Stephen Eglen <stephen@gnu.org>
485
486 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
487 for .png files.
488
489 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
490
491 * cus-edit.el (custom-hook-convert-widget): Fix comment.
492
493 2000-01-09 Gerd Moellmann <gerd@gnu.org>
494
495 * progmodes/cperl-mode.el: Replace ^F with ^L.
496
497 * sendmail.el (toplevel): Provide `sendmail' when compiling
498 before `require'ing rmail and mailalias to prevent infinite
499 recursion.
500
501 2000-01-08 Dave Love <fx@gnu.org>
502
503 * emacs-lisp/backquote.el: Remove inappropriate customization
504 (allowing custom.el to use backquote).
505
506 2000-01-07 Dave Love <fx@gnu.org>
507
508 * add-log.el (add-log-debugging): Deleted.
509 (add-change-log-entry): Treat a backup FILE-NAME as its parent
510 file. Remove debugging code.
511 (change-log-get-method-definition, change-log-name): Add doc.
512 (change-log-sortable-date-at): New function.
513 (change-log-merge): New command.
514
515 * time.el (display-time-string-forms): Make the Mail string active.
516 (display-time-update): Provide help-echo for load average.
517
518 * bindings.el (make-mode-line-mouse2-map): New function.
519 (mode-line-modified): Use it and simplify.
520 (mode-line-mule-info): Provide help-echo info.
521 (minor-mode-alist): Activate the strings.
522 (make-mode-line-mouse-sensitive): Simplify for
523 mode-line-buffer-identification.
524
525 2000-01-07 Gerd Moellmann <gerd@gnu.org>
526
527 * play/pong.el: New file.
528
529 2000-01-06 Dave Love <fx@gnu.org>
530
531 * array.el: Assorted cleanups for compiler warnings, doc strings,
532 `array-' prefix for symbols.
533
534 2000-01-05 Dave Love <fx@gnu.org>
535
536 * textmodes/outline.el (outline-mode-menu-bar-map): Add
537 outline-headers-as-kill.
538 (outline-mode): Define imenu-generic-expression.
539 (outline-headers-as-kill): New command.
540
541 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
542 from paragraph-start.
543 (paragraph-indent-minor-mode): New command.
544
545 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
546 M-C-e, M-C-h, C-j, C-xnd, TAB.
547 (fortran-mode): Set beginning-of-defun, end-of-defun.
548 (fortran-column-ruler): Simplify.
549 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
550 (fortran-with-subprogram-narrowing): Likewise.
551 (fortran-indent-subprogram): Call mark-defun.
552 (fortran-check-for-matching-do): Change narrowing.
553
554 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
555 (cl-lucid-hash-tag): Delete.
556 (cl-hash-table-p): Correct test for native table.
557 (cl-hash-table-count): Use hash-table-count.
558
559 * browse-url.el (browse-url): Fix case of
560 browse-url-browser-function being an alist.
561
562 2000-01-05 Carsten Dominik <cd@gnu.org>
563
564 * textmodes/reftex-vars.el (reftex-parse-file-extension)
565 (reftex-index-phrase-file-extension): New options.
566
567 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
568 Use new option `reftex-index-phrase-file-extension'.
569
570 * textmodes/reftex.el (reftex-access-parse-file): Use new option
571 `reftex-parse-file-extension'.
572
573 2000-01-05 Dave Love <fx@gnu.org>
574
575 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
576 (beginning-of-defun-raw): Use it.
577 (end-of-defun): New variable.
578 (end-of-defun): Use it.
579 (check-parens): New command.
580
581 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
582
583 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
584 (hs-show-block): Don't use `mapcar' when not accumulating.
585
586 Fix buglet in local variables initialization.
587
588 2000-01-05 Andreas Schwab <schwab@suse.de>
589
590 * hscroll.el (hscroll): Doc fix.
591
592 2000-01-05 Carsten Dominik <cd@gnu.org>
593
594 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
595 idlw-toolbar.
596
597 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
598 file idlw-rinfo.el.
599 (idlwave-customize): load must read file idlw-shell.el.
600 (idlwave-create-customize-menu): load must read file idlw-shell.el.
601
602 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
603
604 * progmodes/idlw-shell.el: Also provide idlwave-shell
605 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
606 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
607
608 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
609 both reftex-dcr and reftex-vcr.
610
611 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
612
613 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
614
615 * ps-print.el: PostScript code now is in separate files, doc fix.
616 (ps-print-version): New version number (5.0.3).
617 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
618 local.
619 (ps-spool-config): Initialization fix.
620 (ps-print-prologue-1, ps-print-prologue-2)
621 (ps-print-duplex-feature): PostScript code moved to separated file.
622 (ps-background-image): Little code reformating.
623 (ps-begin-file, ps-begin-job): Fix code.
624 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
625 (ps-prologue-file): New fun.
626
627 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
628
629 * ps-vars.el: Eliminated.
630
631 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
632 `;;;###autoload'.
633
634 * ps-print.el: ps-vars eliminated, doc fix.
635 (ps-print-version): New version number (5.0.2).
636 (ps-spool-config): Initialization fix.
637 (ps-print-customize): New fun.
638
639 2000-01-04 Gerd Moellmann <gerd@gnu.org>
640
641 * autorevert.el (auto-revert-mode): Return value of
642 auto-revert-mode.
643
644 2000-01-04 Dave Love <fx@gnu.org>
645
646 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
647 menu items.
648
649 2000-01-03 Dave Love <fx@gnu.org>
650
651 * elide-head.el (elide-head) [defgroup]: Add :version.
652
653 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
654 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
655 `cl-hash-table-p', not `hash-table-p'.
656 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
657
658 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
659
660 * faces.el (face-read-integer, read-face-attribute)
661 (color-defined-p, color-values): unspecified-{f,b}g are now
662 strings.
663
664 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
665
666 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
667 at comment end, and re-insert them after filling.
668
669 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
670
671 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
672 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
673 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
674
675 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
676
677 * term/x-win.el (xw-defined-colors): Call color-supported-p,
678 the new name of face-color-supported-p.
679
680 * term/w32-win.el (xw-defined-colors): Likewise.
681
682 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
683
684 * simple.el (completion-setup-function): Count completion-size
685 from minibuffer-prompt-end, not from point-min.
686
687 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
688
689 * faces.el (read-face-attribute, defined-colors, color-defined-p):
690 Pass the frame to tty-color-* functions.
691 (display-color-p, frame-set-background-mode): Pass the frame to
692 tty-display-color-p.
693
694 * term/tty-colors.el (tty-defined-color-alist): Renamed from
695 tty-color-alist.
696 (tty-color-alist, tty-modify-color-alist): New functions.
697 (tty-color-define, tty-color-clear, tty-color-approximate)
698 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
699 an optional parameter FRAME.
700
701 2000-01-01 Gerd Moellmann <gerd@gnu.org>
702
703 * image.el (create-image, defimage): Don't assume image data is a
704 string.
705
706 * image.el (defimage): Handle specifications containing :data
707 instead of :file.
708 (image-type-from-data): New function.
709 (image-type-from-file-header): Use it.
710 (create-image): Add parameter DATA-P.
711
712 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
713
714 * echistory.el (electric-command-history): Call Command-history-setup
715 and command-history-mode using their new conventions.
716
717 * chistory.el (Command-history-setup): Don't switch buffers. Take
718 no args, and do not set major-mode, mode-name or the local map.
719 (command-history-mode): New function, does some of those things
720 Command-history-setup used to do.
721 (list-command-history): Call command-history-mode, not
722 Command-history-setup.
723 (command-history): Renamed from command-history-mode.
724
725 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
726
727 * arc-mode.el (archive-mode-map): Bind q to quit-window.
728
729 1999-12-31 William M. Perry <wmperry@aventail.com>
730
731 * image.el (defimage): Images with the `:data' keyword should be
732 considered valid as well.
733
734 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
735
736 * dired.el (dired-get-filename): Don't call file-name-absolute-p
737 with FILE if FILE is nil.
738
739 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
740
741 * simple.el (choose-completion-string): In minibuffer,
742 do not delete the prompt string.
743
744 1999-12-30 Gerd Moellmann <gerd@gnu.org>
745
746 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
747 assigned to mode-line-mode-menu because bindings.el is dumped with
748 Emacs, and thus the lists used for menu-item definition will be
749 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
750 like pure menu item definitions.
751
752 * expand.el (expand-abbrev-hook): Return t if expansion was
753 done, nil otherwise.
754
755 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
756
757 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
758 (tar-quit): Function deleted.
759
760 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
761
762 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
763 was used but not declared.
764
765 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
766 hs-find-block-beginning): Add or modify docstrings.
767
768 (hs-isearch-show): Rewrite.
769
770 1999-12-28 Gerd Moellmann <gerd@gnu.org>
771
772 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
773
774 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
775 space in front of a C-style comment end.
776
777 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
778
779 * startup.el (command-line-1): Make mode line mouse-sensitive for
780 the MS-DOS version as well.
781
782 1999-12-28 Gerd Moellmann <gerd@gnu.org>
783
784 * bs.el: New file.
785
786 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
787
788 * textmodes/ispell.el (ispell-process-line):
789 Add local var line-offset to adjust for the change
790 in positions within the line, due to previous replacements.
791
792 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
793
794 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
795 Doc fixes.
796
797 1999-12-27 Gerd Moellmann <gerd@gnu.org>
798
799 * add-log.el (change-log-version-number-regexp-list)
800 (change-log-version-info-enabled): Change :version to 21.1.
801 (toplevel): Require CL when compiling.
802
803 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
804
805 * add-log.el (change-log-version-number-regexp-list): Added tag
806 :version 20.6
807 (change-log-version-info-enabled): Added tag :version 20.6
808
809 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
810
811 * add-log.el: More general version number search with
812 user-configurable regexp list.
813 (change-log-version-number-regexp-list): New user variable.
814 (change-log-find-version): Rewritten. Use user-configurable
815 version numbering regexp list
816 change-log-version-number-regexp-list.
817 (change-log-find-version): Renamed to
818 change-log-version-number-search
819 (add-log-file-name-function): New.
820 (change-log-search-vc-number): Added END paramaeter. Added doc
821 string to function.
822 (change-log-version-rcs): Renamed. Was
823 change-log-search-vc-number.
824
825 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
826
827 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
828 overlays if they interfere.
829 (compilation-find-file): Make intangible overlays tangible.
830
831 * progmodes/hideshow.el: Generally, synch w/ maintainer
832 version 5.9.
833
834 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
835
836 (hs-minor-mode-hook): Don't initialize.
837
838 (hs-special-modes-alist): Rewrite value and docstring.
839
840 (hs-minor-mode-prefix): Delete unused var.
841
842 (hs-block-start-mdata-select): New var, buffer local.
843
844 (hs-headline): New var.
845
846 (hs-match-data, hs-forward-sexp): New funcs.
847
848 (hs-hide-comment-region): New func.
849
850 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
851 hs-safety-is-job-n, hs-hide-initial-comment-block,
852 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
853 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
854 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
855 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
856 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
857
858 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
859 (hs-isearch-show-temporary): New funcs.
860
861 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
862
863 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
864
865 When constructing menu, use `[(shift button2)]' notation.
866
867 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
868
869 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
870 (jka-compr-compression-info-list): Add new elt to each vector.
871 (jka-compr-write-region): Don't compress the data if it is
872 already compressed.
873
874 * jka-compr.el (jka-compr-really-do-compress): New variable.
875 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
876 if visiting.
877 (jka-compr-write-region): Set jka-compr-really-do-compress
878 if visiting. Test it when deciding to compress.
879
880 1999-12-22 Gerd Moellmann <gerd@gnu.org>
881
882 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
883 with third argument t.
884
885 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
886
887 * antlr-mode.el: Version 1.2 is released.
888 (antlr): This package has a web page.
889
890 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
891
892 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
893 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
894 (antlr-mode-map): New binding [C-c C-c].
895 (antlr-mode-menu): New entries.
896
897 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
898
899 * antlr-mode.el: Respect Emacs conventions.
900 ((require 'cl)): Only use during compilation.
901 (antlr-language-for-option): New function to avoid using `find'.
902 (antlr-mode): Use it.
903 (antlr-with-syntax-table): Define new instead using XEmacs' one.
904 (antlr-imenu-create-index-function): Change accordingly.
905 (antlr-inside-rule-p): Ditto.
906 (antlr-end-of-rule): Ditto.
907 (antlr-end-of-body): Ditto.
908 (antlr-beginning-of-rule): Ditto.
909 (antlr-indent-line): Ditto.
910
911 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
912
913 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
914 (antlr-set-tabs): Don't use hard-coded values.
915
916 * antlr-mode.el: Minor navigation changes. Not perfect, but this
917 won't be possible without a huge time penalty.
918 (antlr-skip-exception-part): Be more specific.
919 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
920 Renamed from `antlr-skip-grammar-header'.
921 (antlr-next-rule): Change accordingly.
922 (antlr-end-of-body): Ditto. Better error message.
923 (antlr-beginning-of-body): Better error message.
924 (antlr-imenu-create-index-function): Skip rule action prelude.
925
926 * antlr-mode.el: Minor syntax highlighting changes.
927 (antlr-font-lock-default-face): Deletia.
928 (antlr-font-lock-tokendef-face): Changed color.
929 (antlr-font-lock-tokenref-face): Changed color.
930 (antlr-font-lock-literal-face): Changed color.
931 (antlr-font-lock-additional-keywords): Minor changes.
932
933 1999-12-20 Carsten Dominik <cd@gnu.org>
934
935 * progmodes/idlwave.el: New file.
936
937 * progmodes/idlwave-rinfo.el: New file.
938
939 * progmodes/idlwave-shell.el: New file.
940
941 * progmodes/idlwave-toolbar.el: New file.
942
943 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
944
945 1999-12-21 Gerd Moellmann <gerd@gnu.org>
946
947 * progmodes/cwarn.el: New file.
948
949 1999-12-19 Gerd Moellmann <gerd@gnu.org>
950
951 * bindings.el (completion-ignored-extensions): Add .pdf.
952
953 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
954
955 * version.el: Put the version info into binary on MS-DOS as well.
956
957 1999-12-19 Gerd Moellmann <gerd@gnu.org>
958
959 * emacs-lisp/debug.el (debugger-continue): Don't continue if
960 debugger-may-continue is nil.
961
962 1999-12-18 Dave Love <fx@gnu.org>
963
964 * emacs-lisp/cl-macs.el: Remove conditional definition of
965 eval-when-compile. Don't specify abs, expt, gethash,
966 hash-table-count, hash-table-p as side-effect-free here.
967 (cl-emacs-type): Don't declare.
968 (cl-compile-time-init): Remove Emacs 18 compiler patch.
969 (cl-parse-loop-clause): Remove compatibility code.
970
971 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
972 (side-effect-free-fns): Add gethash, hash-table-count.
973 (side-effect-and-error-free-fns): Add hash-table-p.
974
975 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
976 `cl-' to autoload names for some hash functions. Don't autoload
977 eval-when-compile. Don't provide mini-cl.
978 (cl-emacs-type): Remove.
979 (cl-map-extents): Remove compatibility code.
980
981 * emacs-lisp/float.el: Bind free variables.
982
983 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
984
985 1999-12-16 Gerd Moellmann <gerd@gnu.org>
986
987 * bindings.el (completion-ignored-extensions): Add .tfm.
988
989 1999-12-16 Dave Love <fx@gnu.org>
990
991 * faces.el (set-face-attribute): Purecopy the attributes set.
992
993 * custom.el (custom-declare-variable): Purecopy value.
994
995 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
996 (byte-extrude-byte-code-vectors): Use remprop.
997 (byte-compile-lambda): Check that arg is a lambda.
998
999 1999-11-16 Anders Lindgren <AndersL@andersl.com>
1000
1001 * font-lock.el: System for adding and removing keywords.
1002 Both local (previously added keyword) and global keywords
1003 can be removed.
1004 (font-lock-remove-keywords): New user-level function.
1005 (font-lock-update-removed-keyword-alist): New internal function.
1006 (font-lock-removed-keywords-alist): New variable.
1007 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
1008 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
1009 growing datastructures.
1010 (font-lock-set-defaults): Removes keywords stored in
1011 `font-lock-removed-keywords-alist' after local keywords added.
1012
1013 1999-12-16 Anders Lindgren <andersl@andersl.com>
1014
1015 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
1016 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
1017
1018 * font-lock.el (c-keywords): Only highlight preprocessor
1019 directives when spelled correctly.
1020
1021 * font-lock.el (font-lock-match-c++-structor-declaration,
1022 c++-keywords): Fontify constructors and destructors with function
1023 face inside C++ class declarations.
1024
1025 1999-12-16 Gerd Moellmann <gerd@gnu.org>
1026
1027 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
1028 the shell from sh-shell-file.
1029
1030 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
1031
1032 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1033
1034 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
1035 if one of the files specified cannot be accessed by
1036 file-attributes. Do not strip any leading directories from the
1037 file names, to behave more like `ls' does.
1038
1039 * dired.el (dired-get-filename): Handle absolute file names.
1040 (dired-readin-insert): If argument is a cons, don't print
1041 "wildcard" on the ``total'' line.
1042
1043 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1044
1045 * faces.el (face-read-integer, read-face-attribute)
1046 (color-defined-p, color-values): Allow color values unspecified-fg
1047 and unspecified-bg, handle them as unspecified.
1048
1049 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
1050
1051 * textmodes/reftex.el: (reftex-compile-variables): respect new
1052 structure of `reftex-index-macro'
1053 (reftex-compile-variables): Use the changed structure of
1054 `reftex-label-alist'.
1055
1056 * textmodes/reftex-vars.el (reftex-index-math-format,
1057 (reftex-toc-max-level): New option.
1058 reftex-index-phrases-search-whole-words,
1059 reftex-index-phrases-case-fold-search,
1060 reftex-index-phrases-skip-indexed-matches,
1061 reftex-index-phrases-wrap-long-lines,
1062 reftex-index-phrases-sort-prefers-entry,
1063 reftex-index-phrases-sort-in-blocks): New options.
1064 (reftex-index-macros): Option structure changed.
1065 (reftex-index-macros-builtin): Added `repeat' item to each entry.
1066 (reftex-label-alist): Additional item in each entry to specify if
1067 the environment should be listed in the TOC.
1068 (eval-when-compile (require 'cl)) added.
1069
1070 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
1071 longer deals with "repeat".
1072 (reftex-index): "repeat property in `reftex-index-macro-alist' is
1073 now used.
1074 (reftex-index-phrases-comment-regexp,
1075 reftex-index-phrases-macrodef-regexp,
1076 reftex-index-phrases-phrase-regexp1,
1077 reftex-index-phrases-phrase-regexp2,
1078 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
1079 New constants.
1080 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
1081 reftex-index-phrases-font-lock-keywords,
1082 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
1083 reftex-index-phrases-restrict-file): New variables.
1084 (reftex-index-phrase-selection-or-word,
1085 reftex-index-visit-phrases-buffer,
1086 reftex-index-initialize-phrases-buffer,
1087 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
1088 reftex-index-next-phrase, reftex-index-this-phrase,
1089 reftex-index-all-phrases, reftex-index-region-phrases,
1090 reftex-index-phrases-parse-header,
1091 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
1092 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
1093 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
1094 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
1095 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
1096 reftex-index-make-replace-string,
1097 reftex-query-index-phrase-globally, reftex-query-index-phrase,
1098 reftex-index-phrase-match-is-indexed,
1099 reftex-index-phrases-fixup-line,
1100 reftex-index-phrases-replace-space,
1101 reftex-index-select-phrases-macro): New functions.
1102 (reftex-index-globalize, reftex-index-globally): functions removed
1103 (eval-when-compile (require 'cl)) added.
1104
1105 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
1106 for max level.
1107 (reftex-toc-max-level-indicator): New variable.
1108 (reftex-toc-max-level): New command.
1109 (reftex-toc-map): New keybinding `t'.
1110 (reftex-toc-help): Constant updated.
1111 (eval-when-compile (require 'cl)) added.
1112
1113 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
1114 `t' command key can change `reftex-toc-max-level'
1115 (eval-when-compile (require 'cl)) added.
1116
1117 * textmode/reftex-sel (reftex-insert-docstruct): Respect
1118 `reftex-toc-max-level'
1119 (eval-when-compile (require 'cl)) added.
1120
1121 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
1122 added.
1123
1124 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
1125 added.
1126
1127 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
1128 commands.
1129 (reftex-citation, reftex-do-citation,
1130 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
1131 preselect a citation format.
1132 (eval-when-compile (require 'cl)) added.
1133
1134 * textmodes/reftex-parse.el (reftex-context-substring): Optional
1135 parameter to-end
1136 (reftex-section-info): Deal with environment matches.
1137 (eval-when-compile (require 'cl)) added.
1138
1139 * reftex-global.el (eval-when-compile (require 'cl)) added.
1140
1141 1999-12-15 Kenichi Handa <handa@etl.go.jp>
1142
1143 The following changes are for the new composition mechanism. We
1144 have deleted `composition' charset and composite characters,
1145 instead introduced a special text property `composition'.
1146
1147 * composite.el: New file.
1148
1149 * ps-mule.el: Define encode-composition-rule and find-composition
1150 for Emacs 20.4 and the earlier versions.
1151 (ps-mule-init-external-library): Just require a feature for
1152 external libraries.
1153 (ps-mule-prologue): Postscript code modified for new composition.
1154 (ps-mule-find-wrappoint): New arg COMPOSITION.
1155 (ps-mule-plot-string): Delete code for composite characaters.
1156 (ps-mule-plot-composition): New funcion.
1157 (ps-mule-prepare-font-for-components): New function.
1158 (ps-mule-plot-components): New function.
1159 (ps-mule-composition-prologue-generated): Renamed from
1160 ps-mule-cmpchar-prologue-generated.
1161 (ps-mule-composition-prologue): New named from
1162 ps-mule-cmpchar-prologue. Modified for new composition.
1163 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
1164 ps-mule-prepare-cmpchar-font): Deleted.
1165 (ps-mule-string-encoding): New arg NO-SETFONT.
1166 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
1167 check Composing, not Cmpchar
1168 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
1169 to nil.
1170 (ps-mule-begin-job): Check existence of new composition.
1171
1172 * ps-print.el (ps-plot-region): Handle new composition.
1173
1174 * simple.el (what-cursor-position): Show "(composed)" if the
1175 character is composed.
1176
1177 * international/characters.el: Fix cateogries of Lao symbols.
1178
1179 * international/fontset.el (vertical-centering-font-regexp): New
1180 variable.
1181
1182 * international/mule.el (mule-version): Updated to 5.0 (AOI).
1183 (mule-version-date): Updated to 1999.12.7.
1184 (with-category-table): New macro.
1185
1186 * international/mule-cmds.el (encode-coding-char): Don't check
1187 composite character.
1188
1189 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
1190 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
1191 x-ctext): Give `composition' property t.
1192
1193 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
1194 non-nil) at the tail of ALIST.
1195 (compose-region, decompose-region, decompse-string,
1196 reference-point-alist, compose-chars): Moved to composite.el.
1197 (compose-chars-component, compose-chars-rule,
1198 decompose-composite-char): Deleted.
1199
1200 * international/quail.el (quail-install-map): New optional arg
1201 NAME.
1202 (quail-get-translation): If DEF is a symbol but not a function,
1203 ignore it.
1204 (quail-start-translation): Put a key sequence undefined in the
1205 translation keymap in unread-command-events, not generated-events.
1206 Return parameterized event (compose-last-chars N) if the input
1207 characters should be composed.
1208 (quail-map-definition): If DEF is t, treat it as nil.
1209 (quail-delete-last-char): Delete the quail region.
1210 (quail-show-translations): Don't show list of translations if the
1211 quail package is deterministic.
1212 (quail-completion-max-depth): New variable.
1213 (quail-completion-1): Pay attention to the above variable. Fix
1214 for the case that a translation is a function.
1215 (quail-map-from-table, quail-map-from-table-1,
1216 quail-map-from-table-2): New functions.
1217 (quail-lookup-map-and-concat): New function
1218
1219 * language/devan-util.el: Mostly rewritten.
1220
1221 * language/lao.el: Register lao-composition-function in
1222 composition-function-table.
1223
1224 * language/lao-util.el: Mostly rewritten.
1225
1226 * language/thai.el: Register thai-composition-function in
1227 composition-function-table.
1228 (thai-tis620): Delete `pre-write-conversion' property.
1229
1230 * language/thai-util.el: (thai-category-table): Make it by
1231 make-category-table.
1232 (thai-composition-pattern): New variable.
1233 (thai-compose-region, thai-compose-string): Use
1234 with-category-table.
1235 (thai-post-read-conversion): Just call thai-compose-region.
1236 (thai-pre-write-conversion): Deleted.
1237 (thai-composition-function): New funciton.
1238
1239 * language/tibet-util.el: Most functions rewritten.
1240 (tibetan-char-p): Renamed from tibetan-char-examin.
1241 (tibetan-composable-examin) (tibetan-complete-char-examin)
1242 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
1243 (tibetan-add-components): New function.
1244 (tibetan-composition-function): New function.
1245
1246 * language/tibetan.el: Register tibetan-composition-function in
1247 composition-function-table.
1248 (tibetan-composable-pattern): New variable.
1249 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
1250 (tibetan-precomposition-rule-alist): Move punctuations to
1251 tibetan-punctuation-transcription-alist and
1252 tibetan-obsolete-glyphs.
1253 (tibetan-punctuation-transcription-alist): New variable.
1254 (tibetan-obsolete-glyphs): New variable.
1255 (tibetan-regexp): Improve the initialization code.
1256
1257 * textmodes/fill.el (fill-find-break-point): Delete codes for
1258 composite characters.
1259 (fill-region-as-paragraph): Likewise.
1260
1261 1999-12-14 Gerd Moellmann <gerd@gnu.org>
1262
1263 * international/mule-cmds.el (default-input-method): Specify
1264 that it should be set after current-language-environment.
1265
1266 * custom.el (custom-handle-keyword): Add :set-after.
1267 (custom-add-dependencies): New function.
1268 (custom-set-variables): Take dependencies between args into
1269 account.
1270
1271 * battery.el (battery): Doc fix.
1272
1273 1999-12-12 Gerd Moellmann <gerd@gnu.org>
1274
1275 * progmodes/cc-make.el: Removed.
1276
1277 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1278
1279 * Release of cc-mode 5.26
1280
1281 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1282
1283 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
1284 target depth. Optionally count #else lines as clause limits,
1285 as suggested by don provan <provan@lucent.com>. #elif
1286 handling fixed.
1287
1288 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
1289 (c-down-conditional-with-else): New commands that uses the
1290 added functionality in `c-forward-conditional'.
1291
1292 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1293
1294 * cc-align.el (c-lineup-comment): Preserve the alignment with
1295 a comment on the previous line instead of preserving the
1296 comment-column.
1297
1298 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1299
1300 * Fixes to IDL mode after input from Eric Eide
1301 <eeide@cs.utah.edu>:
1302 * cc-engine.el (c-beginning-of-statement-1): Allow
1303 `c-conditional-key' to be nil, for the benefit of IDL mode.
1304 * cc-engine.el (c-guess-basic-syntax): Ditto.
1305 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
1306 but do match CORBA 2.3 `valuetype'.
1307 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
1308 for IDL.
1309 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
1310 be nil for IDL.
1311 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
1312 Like C++.
1313 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
1314 set `c-method-key' and `c-baseclass-key' to nil.
1315
1316 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1317
1318 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
1319 with nonhanging open braces.
1320
1321 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1322
1323 * cc-align.el: Added docstrings to all lineup functions.
1324
1325 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
1326 keyword.
1327
1328 * cc-align.el (c-lineup-C-comments): Handle free form text
1329 comments. Use c-comment-prefix-regexp and comment-start-skip
1330 instead of hardcoded regexps.
1331
1332 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1333
1334 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
1335 behavior and return value as documented.
1336
1337 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1338
1339 * Changes for new style variable init system:
1340 * cc-langs.el (c-common-init): Dito.
1341 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
1342 now customizable.
1343 * cc-vars.el: Style variables may now take a value
1344 'set-from-style to make them take their value from the style
1345 system. This value is now the default on all these variables.
1346 * cc-vars.el (c-valid-offset): New function to verify a
1347 syntactic symbol offset setting.
1348 * cc-vars.el (c-offsets-alist): Variable moved from
1349 cc-styles.el since it's now customizable in a similar way to
1350 the other style variables.
1351 * cc-vars.el (c-old-style-variable-behavior): New variable to
1352 revert to the old style init behavior.
1353
1354 * cc-vars.el (c-file-style, c-file-offsets): Made always
1355 buffer local.
1356
1357 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
1358 the throws clause that might follow the function prototype in
1359 C++.
1360
1361 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1362
1363 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
1364 could move forward for macros that doesn't start in column 0.
1365
1366 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1367
1368 * cc-align.el (c-indent-multi-line-block,
1369 c-lineup-whitesmith-in-block): Two new lineup functions for
1370 use in whitesmith style.
1371
1372 * cc-styles.el (c-style-alist): More fixes to whitesmith
1373 style. It should now handle all different braces uniformly in
1374 both hanging and non-hanging cases.
1375
1376 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1377
1378 * cc-cmds.el (c-indent-exp): Use a marker to save point to
1379 make it stay in the same position relative to the surrounding
1380 text.
1381
1382 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
1383 when adaptive-fill-mode doesn't manage to get it correct.
1384
1385 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
1386 with dotted notation, e.g. foo.bar.Gnu.
1387
1388 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
1389 within unwind-protect (previously only some were wrapped so it
1390 would be possible to register mode initialization when full
1391 initialization did not finish).
1392
1393 * cc-styles.el (c-style-alist): Corrected the brace placement
1394 in the whitesmith style. Thanks to Sean Luke
1395 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
1396 styles with consistent brace placement for all constructs.
1397
1398 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1399
1400 * cc-cmds.el (c-context-line-break): Continue C++ comments too
1401 when point is in the middle of them.
1402
1403 * cc-cmds.el: Line breaking and paragraph filling code
1404 rewritten:
1405 (c-guess-fill-prefix): New function that uses various
1406 heuristics to guess the comment prefix.
1407 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
1408 It now assumes adaptive filling is active to preserve the line
1409 prefix inside comments.
1410 (c-indent-new-comment-line): Replacement for the now
1411 obsolete `c-comment-line-break-function' that uses
1412 `c-guess-fill-prefix' when appropriate. It now observes the
1413 setting of `comment-multi-line', which has effect in C-style
1414 block comments.
1415
1416 * cc-cmds.el (c-context-line-break): New function intended to
1417 be put on RET. It's essentially `newline-and-indent', but
1418 continues C block comments with the appropriate line prefix.
1419
1420 * cc-cmds.el (c-do-auto-fill): New function put on
1421 `normal-auto-fill-function' to implement the
1422 `c-ignore-auto-fill' variable.
1423
1424 * cc-cmds.el (c-beginning-of-statement): Use
1425 `c-comment-prefix-regexp' to avoid ending up inside the
1426 comment prefix. Better handling of comment starters and
1427 enders. Catch comments better when traversing code. Stop at
1428 preprocessor directives.
1429
1430 * cc-defs.el (c-forward-comment): New subst to hide platform
1431 dependent quirks in `forward-comment'.
1432
1433 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
1434 argument.
1435 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
1436 arguments. Activate this function by default when
1437 `parse-partial-sexp' supports it (currently Emacs 20.x).
1438
1439 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
1440 on the comment opener to make constants usable as lineup
1441 arguments.
1442
1443 * cc-align.el (c-lineup-C-comments): Fixes to handle the
1444 changed anchor position in the `c' syntactic symbol. Handle
1445 more than stars in the comment prefix; use the new variable
1446 `c-comment-prefix-regexp'. Don't indent text not preceded by
1447 a comment prefix to the right of the comment opener if it's
1448 long.
1449
1450 * cc-langs.el: Fixes to mode initialization for new line
1451 breaking and paragraph filling method. Adaptive fill mode is
1452 now activated at startup instead of deactivated. The
1453 variables used for adaptive filling and paragraph movement are
1454 also changed to incorporate the value of
1455 `c-comment-prefix-regexp'. `substitute-key-definition' is
1456 used to override some functions in the global map instead of
1457 overriding their default bindings.
1458
1459 * cc-mode.el (java-mode): Modify `paragraph-start' for the
1460 javadoc markup at mode init.
1461
1462 * cc-mode.el (c-setup-filladapt): A new convenience function
1463 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
1464 function is intended to be used explicitly by the end user
1465 only.
1466
1467 * cc-vars.el (c-comment-prefix-regexp): New variable used to
1468 recognize the comment fill prefix inside comments.
1469 (c-block-comment-prefix): New name for
1470 `c-comment-contiuation-stars', which is now obsolete. It's
1471 generalized to handle any character sequence.
1472 (c-ignore-auto-fill): New variable used to selectively disable
1473 Auto Fill mode in specific contexts.
1474
1475 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1476
1477 * cc-cmds.el (c-comment-indent): Leave at least one space
1478 between the comment and the last nonblank character in the
1479 case where we look at the indentation of the comment on the
1480 previous line (case 4).
1481
1482 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
1483 list of characters that may start a statement (it's a sort of
1484 prefix operator in Pike, and isn't used at all in any of the
1485 other languages).
1486
1487 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1488
1489 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
1490 inside continued statements as statement-cont instead of
1491 brace-list-open. The reason is that one normally adjusts
1492 brace-list-open for brace lists as top-level constructs, and
1493 brace lists inside statements is a completely different
1494 context. Case 10B.2 changed. Also changed (the somewhat
1495 esoteric) case 9A to cope with this.
1496
1497 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1498
1499 * cc-cmds.el (c-electric-brace): Added electric handling of
1500 the open brace for brace-elseif-brace.
1501
1502 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1503
1504 * cc-defs.el (c-with-syntax-table): New macro to easily switch
1505 syntax tables temporarily.
1506
1507 * cc-engine.el (c-guess-basic-syntax): Handle template and
1508 member init argument lists split over several lines. Case 5D
1509 changed.
1510
1511 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
1512 @throws introduced in Javadoc 1.2.
1513
1514 * cc-menus.el (cc-imenu-java-generic-expression): Applied
1515 patch from RMS to avoid infinite backtracking.
1516
1517 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1518
1519 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
1520 by [ ].
1521
1522 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1523
1524 * cc-align.el (c-lineup-dont-change): Compensate properly for
1525 the column in langelem.
1526
1527 * cc-engine.el (c-syntactic-information-on-region): New
1528 function to help debugging the syntactic analysis.
1529
1530 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1531
1532 * cc-align.el (c-lineup-template-args): Handle nested template
1533 arglists.
1534
1535 * cc-langs.el (c++-template-syntax-table): New syntax table
1536 that makes `<' and `>' parenthesis characters, which is useful
1537 to switch to temporarily when analyzing template arglists.
1538
1539 * cc-styles.el: Changed default alignment of labels in the
1540 java style to conform to the examples in the Java Language
1541 Specification.
1542
1543 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
1544 by default.
1545
1546 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1547
1548 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
1549 immediately before the closing paren in an arglist, so don't
1550 check that in Pike mode. Case 7A changed.
1551
1552 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1553
1554 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
1555 lines were ignored under certain conditions.
1556
1557 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1558
1559 * cc-align.el (c-lineup-template-args): New function for
1560 aligning continued template argument lists.
1561
1562 * cc-engine.el (c-guess-basic-syntax): Fix for member init
1563 lists containing function arglists split over several lines.
1564 Case 5D.1 changed.
1565
1566 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
1567 template-args-cont didn't get recognized when the first
1568 arglist opener line doesn't contain a template argument. New
1569 case 5K.
1570
1571 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1572
1573 * cc-defs.el (c-point): Changed from subst to macro for
1574 efficiency.
1575 (c-beginning-of-defun-1, c-end-of-defun-1): New
1576 beginning-of-defun/end-of-defun wrappers separated from
1577 c-point.
1578
1579 * cc-menus.el (imenu-generic-expression,
1580 imenu-case-fold-search, imenu-progress-message): Dummy
1581 definitions to avoid compiler warnings if imenu can't be
1582 loaded.
1583 * cc-menus.el (cc-imenu-init): New function called at mode
1584 init.
1585 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
1586 imenu initializations to cc-imenu-init.
1587
1588 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1589
1590 * cc-engine.el (c-guess-basic-syntax): Slightly better check
1591 for lambda-intro-cont in Pike mode. Case 6 changed.
1592
1593 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
1594 anything following "new Foo()" was considered an anonymous
1595 class body in Java mode.
1596
1597 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
1598
1599 * cc-cmds.el (c-comment-line-break-function): When breaking in
1600 a string, don't insert a new line.
1601
1602 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
1603
1604 * cc-engine.el (c-at-toplevel-p): New interface function which
1605 returns information useful to add-on authors. It tells you
1606 whether you're at a toplevel statement or not.
1607
1608 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
1609
1610 * cc-cmds.el (c-comment-line-break-function): It is possible
1611 that forward-line does not land us at the bol, say if we're on
1612 the last line in a file. In that case, do a
1613 back-to-indentation instead of a forward-comment -1.
1614
1615 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1616
1617 * cc-engine.el (c-beginning-of-statement-1): Don't catch
1618 "default:" as normal label in case 4.
1619
1620 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1621
1622 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
1623 recognize continued bitfield declarations. Case 5D.1 changed.
1624 * cc-langs.el: New variable c-bitfield-key.
1625 * cc-mode.el: New variable c-bitfield-key.
1626
1627 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
1628
1629 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
1630 anonymous array expressions (i.e. "new Foo[] {.. bracelist
1631 ..}").
1632
1633 1999-12-12 Dave Love <fx@gnu.org>
1634
1635 * mail/footnote.el: Require cl when compiling. Don't autoload
1636 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
1637 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
1638 Avoid `acons'.
1639 (footnote-mode-line-string, Footnote-add-footnote): Remove
1640 autoload cookie.
1641
1642 1999-12-12 Richard Sharman <rsharman@pobox.com>
1643
1644 * sh-script.el: Fix for when font-lock mode is active.
1645 (sh-font-lock-unfontify-region-function): New function.
1646
1647 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
1648
1649 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
1650 if start-process is not bound, since Ispell now supports such
1651 platforms as well.
1652
1653 1999-12-12 Gerd Moellmann <gerd@gnu.org>
1654
1655 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
1656 rmail-summary-goto-msg.
1657
1658 * files.el (after-find-file): Fix previous change.
1659
1660 1999-12-11 Dave Love <fx@gnu.org>
1661
1662 * help.el (where-is): Use `commandp' as predicate for
1663 `completing-read'
1664
1665 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1666
1667 * cus-edit.el (custom-save-delete): Delete all occurrences,
1668 leave point where the first occurrence was.
1669 (custom-save-faces): Insert a newline at the end of the comment.
1670 Avoid a double newline there.
1671 If final closeparen is at bol, put a space before it.
1672 (custom-save-variables): Likewise.
1673 (custom-file): Doc fix.
1674
1675 1999-12-10 Gerd Moellmann <gerd@gnu.org>
1676
1677 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
1678 regexp matching image and audio files.
1679
1680 1999-12-09 Dave Love <fx@gnu.org>
1681
1682 * mail/footnote.el: New file.
1683
1684 1999-12-09 Gerd Moellmann <gerd@gnu.org>
1685
1686 * files.el (after-find-file): Use auto-save-visited-file-name if
1687 set.
1688
1689 * mail/feedmail.el (feedmail-find-eoh): Take
1690 feedmail-queue-alternative-mail-header-separator into account.
1691
1692 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
1693
1694 * smerge-mode.el: New file.
1695
1696 * font-lock.el (font-lock-multiline): New variable.
1697 (font-lock-add-keywords): Rename `major-mode' into `mode'.
1698 (font-lock-remove-keywords): Added a dummy `mode' argument for
1699 potential future support.
1700 (font-lock-fontify-anchored-keywords,
1701 (font-lock-fontify-keywords-region): Only handle multiline strings
1702 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
1703
1704 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1705
1706 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
1707
1708 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
1709
1710 1999-12-07 Dave Love <fx@gnu.org>
1711
1712 * help.el (view-emacs-problems): New command, bound to C-h P.
1713
1714 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
1715
1716 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
1717
1718 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
1719 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
1720 New code to support the minor mode version.
1721 (diff-recenter): New function.
1722 (diff-next-hunk, diff-next-file): Use it.
1723 (diff-remembered-files-alist): New var.
1724 (diff-merge-strings): New function.
1725 (diff-find-file-name): Make it smarter and use the user's input more.
1726 (diff-mode): Cosmetic changes.
1727
1728 * files.el (save-some-buffers): Turn EXITING into the more general
1729 PRED argument to allow specifying a subset of buffers.
1730
1731 * simple.el (kill-region): Use the new `delete-and-extract-region'
1732 rather than the undo log (which is incorrect with *-change-functions).
1733
1734 * font-lock.el (font-lock-default-fontify-region): Fix subtle
1735 off-by-one problem that could force re-fontifying the whole buffer.
1736 (font-lock-remove-keywords): New function.
1737 (font-lock-add-keywords): Use the new function to ensure idempotence.
1738
1739 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
1740
1741 * viper-cmd.el (viper-minibuffer-standard-hook,
1742 viper-minibuffer-real-start): Mew functions.
1743 (viper-read-string-with-history,viper-file-add-suffix,
1744 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
1745 change in the status of the minibuffer prompt.
1746
1747 1999-12-06 Gerd Moellmann <gerd@gnu.org>
1748
1749 * comint.el (comint-redirect-results-list)
1750 (comint-redirect-results-list-from-process): Remove interactive
1751 spec.
1752
1753 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1754
1755 * info.el (info-node, info-menu-5, info-xref): Define colors for
1756 Info faces if the display supports them.
1757
1758 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1759
1760 Changes for automatic remapping of X colors on terminal frames:
1761
1762 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
1763 term-setup-hook. Call msdos-remember-default-colors and
1764 msdos-handle-reverse-video.
1765 (msdos-face-setup): Parts of code moved to
1766 msdos-setup-initial-frame.
1767 (msdos-handle-reverse-video): New function, modeled after
1768 x-handle-reverse-video.
1769 (make-msdos-frame): Don't use initial-frame-alist and
1770 default-frame-alist. Call msdos-handle-reverse-video.
1771 (msdos-color-aliases): Remove.
1772 (msdos-color-translate, msdos-approximate-color): Remove.
1773 (msdos-color-values): Use 16-bit RGB values. RGB values updated
1774 for better approximation of X colors.
1775 (msdos-face-setup): Call tty-color-clear. Remove code that sets
1776 up tty-color-alist (it is now on startup.el).
1777 (x-display-color-p, x-color-defined-p, x-color-values,
1778 x-defined-colors, face-color-supported-p, face-color-gray-p):
1779 Remove.
1780
1781 * facemenu.el (facemenu-read-color, list-colors-display): Use
1782 defined-colors for all frame types.
1783 (facemenu-color-equal): Use color-values for all frame types.
1784
1785 * faces.el (read-face-attribute): For :foreground and :background
1786 attributes and frames on character terminals, translate the color
1787 to the closest supported one before looking it up in the list of
1788 valid values.
1789 (face-valid-attribute-values): Call defined-colors for all types
1790 of frames.
1791 (defined-colors, color-defined-p, color-values, display-color-p):
1792 New finctions.
1793 (x-defined-colors, x-color-defined-p, x-color-values,
1794 x-display-color-p): Aliases for the above.
1795
1796 * startup.el (command-line): Register terminal colors for frame
1797 types other than x and w32, but only if the terminal supports
1798 colors. Call tty-color-define instead of face-register-tty-color.
1799
1800 * term/x-win.el (xw-defined-colors): Renamed from
1801 x-defined-colors.
1802 * term/w32-win.el (xw-defined-colors): Likewise.
1803
1804 * term/tty-colors.el: New file.
1805 * loadup.el: Load term/tty-colors.
1806
1807 1999-12-06 Dave Love <fx@gnu.org>
1808
1809 * ffap.el: Autoload the ffap alias directly.
1810
1811 1999-12-06 Inge Frick <inge@nada.kth.se>
1812
1813 * dired-aux.el (dired-do-shell-command): Changed documentation.
1814 (dired-shell-stuff-it): A `?' in COMMAND has now the same
1815 meaning as `*'.
1816
1817 1999-12-06 Gerd Moellmann <gerd@gnu.org>
1818
1819 * simple.el (insert-buffer): Doc fix.
1820
1821 * apropos.el (apropos-mode): Add autoload cookie.
1822
1823 1999-12-06 Sam Steingold <sds@goems.com>
1824
1825 * progmodes/etags.el (etags-tags-completion-table): Modified the
1826 regexp to allow for the CL symbols starting with `+*'.
1827 (tags-completion-table): Doc fix (it's an obarray, not an alist).
1828 (tags-completion-table, tags-recognize-empty-tags-table): Remove
1829 `function' quoting lambda.
1830 (tags-with-face): New macro.
1831 (list-tags, tags-apropos): Use it.
1832 (tags-apropos-additional-actions): New user option.
1833 (etags-tags-apropos-additional): Use it.
1834 (tags-apropos): Call etags-tags-apropos-additional.
1835 (tags-apropos-verbose): New user option.
1836 (etags-tags-apropos): Use it.
1837 (visit-tags-table-buffer, next-file): Use `unless'.
1838 (recognize-empty-tags-table): Renamed to
1839 tags-recognize-empty-tags-table.
1840 (complete-tag): Call tags-complete-tag bypassing try-completion.
1841
1842 1999-12-06 Kenichi Handa <handa@etl.go.jp>
1843
1844 * international/mule.el (set-buffer-file-coding-system): Docstring
1845 modified.
1846
1847 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1848
1849 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
1850 using the hideshow package.
1851 (hs-special-modes-alist): Added entry for bibtex to allow the use
1852 of the hideshow package.
1853 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
1854 not longer provided by bibtex.el directly. Instead the hideshow
1855 package should be used.
1856 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
1857 references to bibtex-hide-entry-bodies.
1858
1859 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1860
1861 * textmodes/bibtex.el: Copyright notice is up to date. Moved
1862 maintainer information closer to the beginning of the bibtex.el
1863 file.
1864 (bibtex-maintainer-salutation): New constant.
1865 (bibtex-version): New constant.
1866 (bibtex-submit-bug-report): Use bibtex-version and
1867 bibtex-maintainer-salutation.
1868 (bibtex-entry-field-alist): Made booktitle field optional for
1869 @inproceedings entries when crossreferenced.
1870 (bibtex-entry-field-alist): Added booktitle field to proceedings
1871 entry type (for cross referencing). Thanks to Wagner Toledo Correa
1872 for the suggestion.
1873 (bibtex-string-file-path): Fixed typo.
1874
1875 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
1876
1877 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
1878 for reftex.el.
1879 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
1880 to menu.
1881
1882 1999-12-04 Dave Love <fx@gnu.org>
1883
1884 * delsel.el: Revert previous change -- region is significant to
1885 skeleton.
1886
1887 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
1888
1889 * viper-cmd.el (viper-change-state): Use
1890 viper-ESC-moves-cursor-back to decide whether to move the cursor
1891 back.
1892
1893 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
1894
1895 * international/mule-util.el (truncate-string-to-width): Docsting
1896 fixed.
1897
1898 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
1899
1900 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
1901 use of `cond'.
1902 (lm-with-file): Move all the find-file...kill-buffer stuff into
1903 this macro. Make it use `find-file-noselect' and make it kill
1904 the buffer only if it wasn't already displayed somewhere.
1905 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
1906 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
1907 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
1908 (lm-commentary): Fix to handle the case when the change log is
1909 at the end of the file.
1910
1911 1999-12-02 Kenichi Handa <handa@etl.go.jp>
1912
1913 * international/mule.el (charsetp): Fix typo in docstring.
1914
1915 * international/mule-diag.el (list-coding-categories): Fix typo;
1916 automatic -> autoload.
1917
1918 1999-12-02 Gerd Moellmann <gerd@gnu.org>
1919
1920 * vc.el (vc-update-change-log): Look for rcs2log under
1921 exec-directory.
1922
1923 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
1924 outline-regexp, add outline-level.
1925 (lisp-outline-level): New.
1926
1927 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
1928 remove extraneous string-match.
1929
1930 * finder.el (finder-commentary): Activate Finder mode.
1931
1932 1999-12-01 Anders Lindgren <andersl@andersl.com>
1933
1934 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
1935 off when reverting buffers that contained mode specifiers.
1936 `revert-buffer' is now called with non-nil PRESERVE-MODES
1937 argument.
1938
1939 1999-12-01 Dave Love <fx@gnu.org>
1940
1941 * delsel.el: Grok skeleton-pair-insert-maybe.
1942
1943 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1944
1945 * progmodes/cperl-mode.el (cperl-under-as-char):
1946 Use nil as default.
1947
1948 1999-11-30 Gerd Moellmann <gerd@gnu.org>
1949
1950 * speedbar.el (toplevel): Remove compatibility code for Emacs
1951 versions without custom.el.
1952
1953 1999-11-30 Dave Love <fx@gnu.org>
1954
1955 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
1956
1957 * autoinsert.el: Minor doc fixes.
1958 (auto-insert): Return nil.
1959
1960 * faces.el (set-face-documentation): Purecopy STRING.
1961
1962 1999-11-29 Dave Love <fx@gnu.org>
1963
1964 * derived.el: Doc fixes, remove old backquote syntax.
1965
1966 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
1967 comment warning about editing.
1968
1969 * help.el (help-mode-hook): Define.
1970
1971 1999-11-29 Gerd Moellmann <gerd@gnu.org>
1972
1973 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
1974 invalid translation of old-style backquote syntax to new syntax.
1975
1976 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
1977
1978 * Makefile (DONTCOMPILE): Add term/internal.el.
1979
1980 1999-11-26 Dave Love <fx@gnu.org>
1981
1982 * comint.el: Fix last change.
1983
1984 * emacs-lisp/advice.el: Fix last change.
1985
1986 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1987
1988 * cus-edit.el (Custom-reset-standard): Doc fix.
1989 (custom-variable-reset-standard): Doc fix.
1990 (custom-face-reset-standard): Doc fix.
1991 (custom-face-menu): "Reset to Standard" => "Erase Customization".
1992 (custom-variable-menu): Likewise.
1993 (custom-reset-menu): Likewise.
1994 (custom-buffer-create-internal): Likewise.
1995
1996 1999-11-26 Dave Love <fx@gnu.org>
1997
1998 * progmodes/make-mode.el (makefile-mode-hook): Customize.
1999
2000 * font-lock.el: Doc fixes.
2001
2002 * menu-bar.el (menu-bar-mode): Customize.
2003
2004 * cus-start.el: Add use-dialog-box.
2005
2006 * add-log.el (change-log-mode-hook): Customize.
2007 (add-log-current-defun): Use
2008 fortran-{beginning,end}-of-subprogram.
2009
2010 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2011
2012 * emacs-lisp/advice.el: Many doc fixes.
2013
2014 * comint.el (comint-preoutput-filter-functions): Doc fix.
2015
2016 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2017
2018 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2019 Improve messages for capitalization of arg names,
2020 for flag variables, for t and nil, for imperatives.
2021 Call them imperatives rather than infinitives sans "to".
2022 (checkdoc-common-verbs-wrong-voice): Add "moves".
2023 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
2024
2025 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2026 Don't convert comments from 3-semicolon to 2-semicolon.
2027 That is a matter of style.
2028 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
2029 (checkdoc-comments): Don't bind that variable.
2030
2031 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2032
2033 * files.el (write-file-hooks): Doc fix.
2034
2035 1999-11-26 Gerd Moellmann <gerd@gnu.org>
2036
2037 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
2038
2039 1999-11-25 Dave Love <fx@gnu.org>
2040
2041 * hippie-exp.el: Require comint when compiling.
2042 (hippie-expand): Add :links.
2043 (hippie-expand-try-functions-list): Customize.
2044
2045 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
2046
2047 * viper*el: Replaced old-style backquotes.
2048
2049 * ediff*el: Replaced old-style backquotes.
2050
2051 * ediff-merge
2052 (ediff-looks-like-combined-merge,ediff-get-combined-region):
2053 Changed to support the new format for ediff-combination-pattern.
2054
2055 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
2056 Changed to support the new format for ediff-combination-pattern.
2057
2058 1999-11-24 Dave Love <fx@gnu.org>
2059
2060 * custom.el (custom-declare-group): Purecopy DOC.
2061 (custom-handle-keyword): Purecopy VALUE.
2062 (custom-add-link): Purecopy WIDGET.
2063 (custom-add-version): Purecopy VERSION.
2064 (custom-add-load): Purecopy LOAD.
2065
2066 * cus-face.el (custom-declare-face): Purecopy DOC.
2067
2068 * info.el:
2069 (Info-build-node-completions, Info-search, Info-follow-reference)
2070 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
2071 (Info-find-emacs-command-nodes): Avoid properties on matched text
2072 which may appear in minibuffer.
2073
2074 1999-11-24 Gerd Moellmann <gerd@gnu.org>
2075
2076 * locate.el (locate-with-filter): Doc fix.
2077
2078 1999-11-24 Alex Schroeder <alex@gnu.org>
2079
2080 * sql.el (sql-find-sqli-buffer): New function.
2081 (sql-set-sqli-buffer-generally): New function.
2082 (sql-set-sqli-buffer): Better checking of new-buffer.
2083 (sql-copy-column): Add comma after INTO clause, too.
2084
2085 1999-11-24 Alex Schroeder <alex@gnu.org>
2086
2087 * sql.el (sql-imenu-generic-expression): New, used to set
2088 imenu-generic-expression.
2089
2090 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
2091 setting font-lock-defaults' SYNTAX-ALIST. Set
2092 imenu-generic-expression, imenu-case-fold-search, and
2093 imenu-syntax-alist.
2094
2095 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
2096 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
2097
2098 1999-11-23 Andrew Innes <andrewi@gnu.org>
2099
2100 * w32-win.el (w32-drag-n-drop): Load files in current window, if
2101 drop coords aren't over a specific window.
2102
2103 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2104
2105 * ps-print.el: Define mule funs without checking if mule package is
2106 loaded.
2107 (ps-print-version): New version number (5.0.1).
2108 (ps-header-dirpart): Now uses abbreviate-file-name.
2109
2110 1999-11-23 Dave Love <fx@gnu.org>
2111
2112 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
2113 comment-line-start.
2114 (fortran-comment-line-start-skip): Renamed from
2115 comment-line-start-skip.
2116 (fortran-mode-map): Use renamed functions. Add manual and custom
2117 entries to menu.
2118 (fortran-mode-hook): Customize.
2119 (fortran-comment-indent-function): Renamed from
2120 fortran-comment-hook.
2121 (delete-horizontal-regexp): Function deleted.
2122 (fortran-electric-line-number): Simplified.
2123 (fortran-beginning-of-subprogram): Renamed from
2124 beginning-of-fortran-subprogram.
2125 (fortran-end-of-subprogram): Renamed from
2126 end-of-fortran-subprogram.
2127 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
2128 (fortran-previous-statement, fortran-next-statement): Simplified.
2129 (fortran-blink-match): New function.
2130 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
2131 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
2132 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
2133 line-end-position.
2134 (fortran-fill): No longer interactive. Simplified.
2135 (fortran-break-line): Simplified.
2136 (fortran-analyze-file-format): Use char-after, not looking-at.
2137
2138 * emacs-lisp/find-func.el (find-function-regexp): Use
2139 `define-minor-mode' after easy-menu change.
2140
2141 1999-11-23 Gerd Moellmann <gerd@gnu.org>
2142
2143 * comint.el: Add redirection.from active comint buffers into
2144 another buffer. Written by Peter Breton.
2145
2146 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
2147
2148 * emacs-lisp/autoload.el (make-autoload): Recognize the new
2149 `define-minor-mode'.
2150 (define-minor-mode): Specify `doc-string-elt'.
2151
2152 * emacs-lisp/easy-mmode.el: Changed maintainer.
2153 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
2154 Use defcustom for the hooks; Improve the auto-generated docstrings.
2155 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
2156 (define-minor-mode): Add BODY arg; Only declare the keymap if
2157 provided; Improve the auto-generated docstrings.
2158
2159 1999-11-22 Gerd Moellmann <gerd@gnu.org>
2160
2161 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
2162 that the leading `^' is at the start. This is necessary because
2163 paragraphs.el tries to remove anchors, but can find them only if
2164 they are the first character.
2165
2166 * progmodes/antlr-mode.el: New file.
2167
2168 * calendar/calendar.el: Fix autoload for
2169 calendar-absolute-from-astro. Add autoload for
2170 calendar-print-astro-day-number.
2171
2172 1999-11-21 Anders Lindgren <andersl@andersl.com>
2173
2174 * follow.el: Use modern backquote syntax. Minor comment update.
2175
2176 1999-11-21 Gerd Moellmann <gerd@gnu.org>
2177
2178 * simple.el (with-syntax-table): Don't switch buffers.
2179
2180 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
2181 progmodes/hideif.el: Use new backquote syntax.
2182
2183 1999-11-21 Ken Manheimer <klm@python.org>
2184
2185 * icomplete.el (icomplete-completions): Use an explicit variable
2186 `icomplete-prospects-length', obviating the need to use an
2187 apparently faulty throw/catch arrangement.
2188
2189 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
2190
2191 * term/internal.el (IT-display-table-setup): Don't overstep
2192 character code 255.
2193
2194 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
2195
2196 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
2197 for the charset chinese-sisheng is 7bit encoding, not 8bit.
2198
2199 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
2200
2201 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
2202 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
2203
2204 * files.el (auto-mode-alist): Add patterns for diff-mode.
2205
2206 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
2207 to detect an empty prompt.
2208
2209 1999-11-18 Dave Love <fx@gnu.org>
2210
2211 * simple.el (input-mode-8-bit): Fix the customization.
2212
2213 1999-11-18 Gerd Moellmann <gerd@gnu.org>
2214
2215 * international/iso-acc.el (iso-languages): Add more
2216 characters for Portuguese.
2217
2218 * speedbar.el: Clean up comment at the start of the file.
2219 Remove RCS id.
2220
2221 * progmodes/compile.el (compilation-parse-errors): Use
2222 compilation-buffer-p instead of testing major-mode.
2223
2224 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
2225
2226 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
2227 (quickurl-ask): completion-ignore-case is set to the value of
2228 quickurl-completion-ignore-case for the duration of the call to
2229 completing-read.
2230
2231 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2232
2233 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
2234
2235 1999-11-18 Kenichi Handa <handa@etl.go.jp>
2236
2237 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
2238 instead of ps-print-def.
2239
2240 * ps-print.el: Require ps-vars instead of ps-print-def.
2241
2242 * ps-mule.el: Require ps-vars instead of ps-print-def.
2243
2244 1999-11-17 Gerd Moellmann <gerd@gnu.org>
2245
2246 * simple.el (with-syntax-table): Save buffer explicitly instead of
2247 using save-excursion.
2248
2249 1999-11-16 Gerd Moellmann <gerd@gnu.org>
2250
2251 * mail/supercite.el: New maintainer.
2252
2253 1999-11-16 Reto Zimmermann <reto@synopsys.com>
2254
2255 * progmodes/vhdl-mode.el: Use new backquote syntax.
2256
2257 1999-11-16 Gerd Moellmann <gerd@gnu.org>
2258
2259 * simple.el (with-syntax-table): New.
2260
2261 1999-11-15 Sam Steingold <sds@ksp.com>
2262
2263 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
2264
2265 1999-02-22 Sam Steingold <sds@goems.com>
2266
2267 * goto-addr.el (goto-address-at-mouse,
2268 goto-address-find-address-at-point): Use compose-mail.
2269 (goto-address-mail-method): Removed variable.
2270 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
2271 goto-address-send-using-mail): Removed functions.
2272
2273 1998-11-03 Sam Steingold <sds@goems.com>
2274
2275 * simple.el (backward-delete-char-untabify):
2276 backward-delete-char-untabify-method can be `all' now - to delete
2277 hungrily including newlines.
2278
2279 1999-11-15 Sam Steingold <sds@ksp.com>
2280
2281 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
2282
2283 1999-11-15 Dave Love <fx@gnu.org>
2284
2285 * cus-edit.el (customize-face, customize-face-other-window):
2286 Require match from completing-read.
2287 (custom-buffer-done-function): Default to custom-bury-buffer, not
2288 bury-buffer.
2289
2290 1999-11-15 Gerd Moellmann <gerd@gnu.org>
2291
2292 * mail/rmail.el, iswitchb.el, hippie-exp.el,
2293 progmodes/cperl-mode.el: Use new backquote syntax.
2294
2295 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
2296
2297 * uniquify.el: Use new backquote syntax.
2298
2299 1999-11-14 Markus Rost <rost@ias.edu>
2300
2301 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
2302 as in ispell-local-dictionary-alist.
2303
2304 1999-11-14 Alex Schroeder <alex@gnu.org>
2305
2306 * ansi-color.el (ansi-color-apply): Updated regexps to include
2307 highlighted face.
2308
2309 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
2310
2311 * forms.el (forms--make-format-elt-using-text-properties):
2312 Treat `intangible' differently.
2313
2314 * forms.el: Use new backquote syntax.
2315
2316 1999-11-13 Gerd Moellmann <gerd@gnu.org>
2317
2318 * textmodes/scribe.el (scribe-mode): Doc-fix.
2319
2320 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
2321
2322 * net-utils.el (run-network-program, net-utils-run-program): Use
2323 the new backquote syntax.
2324 (smbclient-program, smbclient-program-options)
2325 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
2326 variables
2327 (smbclient, smbclient-list-shares): New functions
2328
2329 1999-11-12 Sam Steingold <sds@ksp.com>
2330
2331 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
2332 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
2333 (viper-kbd-buf-definition, viper-kbd-mode-alist)
2334 (viper-kbd-mode-pair, viper-kbd-mode-definition)
2335 (viper-kbd-global-pair, viper-kbd-global-definition):
2336 Use the new backquote syntax.
2337
2338 * emulation/viper-cmd.el (viper-test-com-defun)
2339 (viper-prefix-arg-value, viper-prefix-arg-com):
2340 Use the new backquote syntax.
2341
2342 * emacs-lisp/debug.el (debugger-env-macro):
2343 Use the new backquote syntax.
2344
2345 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
2346 Use the new backquote syntax.
2347
2348 * calendar/calendar.el (calendar-remove-frame-by-deleting):
2349 New user variable.
2350 (calendar-hide-window): Use it.
2351 (increment-calendar-month, calendar-for-loop, calendar-sum):
2352 Use the new backquote syntax.
2353
2354 1999-11-12 Andrew Innes <andrewi@gnu.org>
2355
2356 * select.el (x-set-selection): Call buffer-substring, not
2357 substring. Also fix docstring
2358
2359 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
2360
2361 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
2362 of customizable variables to bug report message. Added
2363 system-type to package name in bug report.
2364
2365 1999-11-12 Gerd Moellmann <gerd@gnu.org>
2366
2367 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
2368 to display file names.
2369
2370 1999-11-11 Gerd Moellmann <gerd@gnu.org>
2371
2372 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
2373
2374 * isearch.el: Add lazy-highlighting feature.
2375
2376 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
2377
2378 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
2379 constant.
2380 (ps-mode-submit-bug-report): New function. Entry added to menu.
2381
2382 1999-11-10 William M. Perry <wmperry@aventail.com>
2383
2384 * mwheel.el: New file to support the new style wheeled mice.
2385
2386 1999-11-10 Gerd Moellmann <gerd@gnu.org>
2387
2388 * startup.el (initial-scratch-message): Add ";;" to the front of
2389 lines in the message.
2390
2391 * files.el (file-local-copy): Remove optional BUFFER argument
2392 because that's not used by anything.
2393
2394 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
2395 to-address.
2396
2397 1999-11-08 Markus Rost <rost@ias.edu>
2398
2399 * wid-edit.el (widget-button-click): Wrap with save-excursion
2400 to restore track-mouse in the correct buffer.
2401
2402 1999-11-08 Gerd Moellmann <gerd@gnu.org>
2403
2404 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
2405
2406 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
2407
2408 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
2409 lpr-command to "lp" for some system-types. (copied from lpr.el
2410 Emacs version 20.2.1).
2411
2412 1999-11-04 Markus Rost <rost@ias.edu>
2413
2414 * simple.el (comment-region): Strip off white space at end of
2415 comment-start.
2416
2417 1999-11-04 Gerd Moellmann <gerd@gnu.org>
2418
2419 * faces.el (secondary-selection): Fix wrong color name.
2420
2421 1999-11-04 John Tobey <jtobey@epsilondev.com>
2422
2423 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
2424 the default when invoking perldb in a non-Perl buffer, and other
2425 cases involving -e or --.
2426
2427 1999-11-04 Gerd Moellmann <gerd@gnu.org>
2428
2429 * simple.el (previous-matching-history-element)
2430 (next-history-element): Use delete-field instead of erase-field.
2431
2432 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
2433 Use delete-field instead of erase-field.
2434
2435 * faces.el (secondary-selection): Change background to yellow.
2436
2437 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
2438 find the start of the text. Use field-string to read the user
2439 input.
2440
2441 1999-11-03 Gerd Moellmann <gerd@gnu.org>
2442
2443 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
2444 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
2445 for compatibility with old face implementation.
2446
2447 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
2448 Use erase-field instead of erase-buffer.
2449
2450 * frame.el (blink-cursor-mode, blink-cursor-end): Use
2451 internal-show-cursor with new interface.
2452 (blink-cursor-timer-function): New.
2453 (blink-cursor-start): Use blink-cursor-timer-function.
2454
2455 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2456
2457 * calendar.el (redraw-calendar): Move to nearest date before
2458 redrawing.
2459
2460 * diary-lib.el (simple-diary-display): Reset modeline even if
2461 there are no diary entries since the diary buffer may be displayed.
2462
2463 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2464
2465 * emacs-lisp/debug.el (debug): If noninteractive, display the
2466 backtrace using `message', then exit Emacs.
2467 (debugger-batch-max-lines): New variable.
2468 (debugger-setup-buffer): New subroutine, broken out of `debug'.
2469 Change the messages put at the start, to say that the debugger
2470 was entered.
2471
2472 1999-11-02 Sam Steingold <sds@ksp.com>
2473
2474 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
2475
2476 1999-11-01 John Tobey <jtobey@epsilondev.com>
2477
2478 * gud.el: (gud-perldb-massage-args): Massage correctly in the
2479 presence of perl switches other than "-e".
2480
2481 1999-11-01 Markus Rost <rost@ias.edu>
2482
2483 * dired-x.el (dired-smart-shell-command): Use
2484 shell-command-history as in shell-command.
2485
2486 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2487
2488 * userlock.el (ask-user-about-lock): Doc fix.
2489
2490 * frame.el: Doc fixes.
2491
2492 1999-11-01 Gerd Moellmann <gerd@gnu.org>
2493
2494 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
2495 of show-cursor.
2496 (blink-cursor-start, blink-cursor-end): Ditto.
2497
2498 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
2499
2500 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2501
2502 * window.el (walk-windows): If ALL-FRAMES is a frame,
2503 start on that frame. Use save-selected-window.
2504
2505 1999-11-01 Gerd Moellmann <gerd@gnu.org>
2506
2507 * simple.el (end-of-buffer): Use window-end to find the window end
2508 instead of vertical-motion because this handles variable-height
2509 lines correctly.
2510
2511 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
2512
2513 * ediff.el: Version change.
2514
2515 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
2516 make sure you are in a good frame before deleting other
2517 windows.
2518 (ediff-file-checked-in-p): Don't consider CVS
2519 files checked in.
2520 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
2521 are writing to a newly created empty file.
2522
2523 * ediff-mult.el (ediff-show-session-group-hook): New default.
2524
2525 * ediff-vers.el (ediff-pcl-cvs-view-revision):
2526 First cd to the file directory. reportedly works
2527 better with remote files.
2528
2529 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
2530 Use file-name-nondirectory when passing files to CVS.
2531
2532 * ediff-diff.el (ediff-cmp-options): New variable.
2533 (ediff-same-file-contents): Use ediff-cmp-options.
2534
2535 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
2536 ediff-get-patch-buffer): Use current buffer if it appears to be a
2537 patch.
2538
2539 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
2540 C-g
2541
2542 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
2543 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
2544 (viper-save-cursor-color,viper-restore-cursor-color):
2545 Improved cursor color handling.
2546 (viper-get-saved-cursor-color-in-replace-mode,
2547 viper-get-saved-cursor-color-in-insert-mode): New functions for
2548 better cursor color handling.
2549
2550 * viper-ex.el (ex-read,ex-edit):
2551 Fixes for correct interpretation of #,%.
2552 (viper-ex): Now works correctly when called from other functions.
2553 (viper-glob-function): New variable.
2554 (viper-ex): Save excursion before doing :global.
2555
2556 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
2557
2558 * viper-cmd.el (viper-post-command-sentinel,
2559 viper-insert-state-post-command-sentinel,
2560 viper-insert-state-pre-command-sentinel): Takes better care of
2561 cursor colors.
2562
2563 * viper.el: Version change.
2564
2565 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
2566
2567 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
2568 that the modeline display was updated *only* when
2569 `whitespace-display-in-modeline' was set, not otherwise.
2570
2571 1999-10-30 Gerd Moellmann <gerd@gnu.org>
2572
2573 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
2574 "frac12".
2575
2576 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
2577 ad-activate.
2578
2579 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
2580
2581 * whitespace.el: Test for existence of `defcustom' and `defgroup'
2582 using fboundp instead of assuming that these are not present in
2583 particular flavors of emacs.
2584 (whitespace-version): Update to 2.8
2585 (whitespace-display-in-modeline): Add custom variable to control
2586 displaying the whitespace errors on the modeline based on
2587 suggestion from <klaus.berndl@sdm.de>
2588 (whitespace-buffer): Now returns `t' if unclean and `nil' if
2589 clean, to enable using as a hook function, as suggested by Puneet
2590 Goel <puneet@computer.org>
2591 (whitespace-buffer): Fix a subtle bug that cleaned up only if
2592 quiet was not set, even with whitespace-auto-cleanup set.
2593 (whitespace-mode-line): Now uses less modeline real estate and
2594 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
2595 which is present in the file, and <y> is any type of whitespace
2596 whose check has been suppressed by setting
2597 `whitespace-check-<whitespace-type>' to nil.
2598 (whitespace-unchecked-whitespaces): New function to return the
2599 list of whitespaces for whom checks have been suppressed.
2600 (whitespace-display-unchecked-whitespaces): Renamed to
2601 `whitespace-update-modeline' to reflect its functionality.
2602
2603 1999-10-30 Gerd Moellmann <gerd@gnu.org>
2604
2605 * progmodes/compile.el (compilation-error-regexp-alist):
2606 Undo previous change.
2607
2608 1999-10-28 Dave Love <fx@gnu.org>
2609
2610 * help.el (help-follow): Make arg optional again and really
2611 default to point.
2612
2613 1999-10-28 Gerd Moellmann <gerd@gnu.org>
2614
2615 * paths.el (rmail-file-name): Make it an option.
2616
2617 * progmodes/ada-mode.el, progmodes/ada-prj.el,
2618 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
2619 comment fixes.
2620
2621 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
2622 MIPS Pro 7.3 compiler error message syntax.
2623
2624 1999-10-27 Dave Love <fx@gnu.org>
2625
2626 * progmodes/compile.el: Checkdoc-inspired fixes.
2627
2628 1999-10-27 Gerd Moellmann <gerd@gnu.org>
2629
2630 * lpr.el (print-buffer): Doc-string fix.
2631
2632 1999-10-27 Dave Love <fx@gnu.org>
2633
2634 * emacs-lisp/advice.el: Doc fixes.
2635 (ad-lemacs-p): Removed.
2636 (advice): Add :link to defgroup.
2637
2638 1999-10-27 Kenichi Handa <handa@etl.go.jp>
2639
2640 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
2641 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
2642
2643 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2644
2645 * window.el (walk-windows): If ALL-FRAMES is a frame,
2646 start on that frame. Use save-selected-window.
2647
2648 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2649
2650 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
2651 ad-activate. All callers changed, including those in data.c.
2652 (ad-activate-internal-off): Renamed from ad-activate-off.
2653 All uses changed.
2654 (ad-activate): Renamed from ad-activate-on. All uses changed.
2655 (ad-start-advice, ad-stop-advice, ad-recover-normality):
2656 Alter the definition of ad-activate-internal, not ad-activate.
2657
2658 1999-10-26 Gerd Moellmann <gerd@gnu.org>
2659
2660 * startup.el (command-line-1): Add support for command line
2661 arguments `file' and `execute'. Fix handling of `visit'.
2662
2663 1999-10-26 Kenichi Handa <handa@etl.go.jp>
2664
2665 * international/mule-cmds.el (read-input-method-name): Handle the
2666 case that the arg DEFAULT is symbol.
2667
2668 * international/mule-diag.el (mule-diag): Handle the case that
2669 default-input-method is symbol.
2670
2671 1999-10-26 Gerd Moellmann <gerd@gnu.org>
2672
2673 * textmodes/tildify.el: New file.
2674
2675 1999-10-25 Sam Steingold <sds@ksp.com>
2676
2677 * Makefile (compile-files): Fixed the "tr" strings.
2678 (EMACS): Set to ../src/emacs.
2679
2680 1999-10-25 Gerd Moellmann <gerd@gnu.org>
2681
2682 * info.el (Info-build-node-completions): Add '("*") to the
2683 completion list.
2684
2685 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2686
2687 * frame.el (auto-raise-mode): When enabling the mode,
2688 immediately raise the selected frame.
2689
2690 * indent.el (indent-region): Doc fix.
2691
2692 * comint.el (comint-output-filter): Make the Comint buffer current
2693 for the comint-preoutput-filter-functions.
2694
2695 * mail/reporter.el: Doc fix.
2696
2697 1999-10-24 Stephen Eglen <stephen@gnu.org>
2698
2699 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
2700 that Octave lisp files can also run under XEmacs 20.
2701 (require 'custom) added so that files can run under Emacs 19.34.
2702
2703 * iswitchb.el (iswitchb-default-keybindings): No need to use
2704 read-kbd-macro in keybindings.
2705
2706 1999-10-23 Dave Love <fx@gnu.org>
2707
2708 * elide-head.el: New file.
2709
2710 1999-10-23 Gerd Moellmann <gerd@gnu.org>
2711
2712 * Makefile (compile-files, backup-compiled-files): New targets.
2713 (bootstrap, bootstrap-clean): Ditto.
2714
2715 1999-10-22 Paul Eggert <eggert@twinsun.com>
2716
2717 * international/mule-cmds.c (locale-language-names):
2718 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
2719 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
2720 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
2721 Use Latin-8 for Welsh.
2722 Use Latin-1 for English if "en" is explicitly specified.
2723 Use Latin-1 for Scots Gaelic, Tagalog.
2724 Use Latin-1 (not Latin-4) for Greenlandic.
2725 Use Latin-1 (not Latin-2) for Albanian.
2726 (locale-preferred-coding-systems, locale-language-names):
2727 Remove generic ISO 8859 locales; locale-charset-language-names now
2728 does this.
2729 (locale-charset-language-names): New variable.
2730 (set-locale-environment): Use language name specified by
2731 locale-charset-language-names if its charsets disagree with the
2732 language name specified by locale-language-names.
2733
2734 1999-10-22 Dave Love <fx@gnu.org>
2735
2736 * make-mode.el: Minor doc fixes.
2737
2738 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
2739
2740 1999-10-21 Dave Love <fx@gnu.org>
2741
2742 * loadup.el: Add latin-8, latin-9.
2743
2744 1999-10-20 Paul Eggert <eggert@twinsun.com>
2745
2746 * disp-table.el (standard-display-european): Remove undocumented
2747 arg AUTO; no longer used by startup.el. Do not attempt to treat
2748 all non-English language environments as coding system names.
2749 Instead, use the downcased language environment name as a coding
2750 system name if it is one; otherwise, use latin-1.
2751
2752 1999-10-20 Gerd Moellmann <gerd@gnu.org>
2753
2754 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
2755 that were split so that part of the comment appeared as Lisp code.
2756
2757 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2758
2759 * ps-bdf.el: Doc fix.
2760
2761 * ps-print-def.el: New file: common definitions for all parts of
2762 ps-print.
2763 (ps-multibyte-buffer): Moved from ps-mule.
2764
2765 * ps-mule.el: File dependence fix.
2766 (ps-multibyte-buffer): Moved to ps-print-def.
2767
2768 * ps-print.el: Doc fix, better customization.
2769 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
2770 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
2771 (ps-end-file): Doc fix.
2772 (ps-setup, ps-begin-file): Fun fix.
2773 (postscript): New group.
2774 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
2775 (ps-print-prologue-1): Adjust PostScript programming.
2776 (ps-print): Adjust group hierarchy.
2777 (ps-print-n-up, ps-print-zebra, ps-print-background,
2778 ps-print-printer)
2779 (ps-print-page): New subgroups.
2780 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
2781 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
2782 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
2783 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
2784 (ps-zebra-stripe-height, ps-print-background-image)
2785 (ps-print-background-text, ps-spool-config): Adjust customization.
2786 (dos-ps-printer): Definition eliminated.
2787
2788 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2789
2790 * ps-mule.el: Doc fix, define functions properly if mule package is
2791 loaded or not.
2792 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
2793 mule package is loaded or not.
2794
2795 * ps-print.el: Doc fix, n-up printing.
2796 (ps-print-version): New version number (5.0).
2797 (ps-page-dimensions-database): Added document media.
2798 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
2799 (ps-page-order, ps-printing-region-p): New vars.
2800 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
2801 funs.
2802 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
2803 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
2804 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
2805 (ps-n-up-xstart, ps-n-up-ystart): New macros.
2806 (ps-print-begin-sheet-hook): New hook.
2807 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
2808 const.
2809 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
2810 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
2811 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
2812 (ps-count-lines): Changed to defun.
2813 (ps-header-page): Changed to defsubst, fix fun.
2814 (ps-printing-region): Doc fix, adjust programming code.
2815 (ps-output-boolean, ps-background-pages, ps-background-text)
2816 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
2817 programming code.
2818
2819 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2820
2821 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
2822 (ps-print-version): New version number (4.2).
2823 (ps-spool-config, ps-spool-tumble): New vars.
2824 (ps-print-prologue-1): Changed to defconst, adjust PostScript
2825 programming, new PostScript procedure to handle errors.
2826 (ps-print-prologue-2): Changed to defconst.
2827 (ps-print-duplex-feature): New const: duplex and tumble setting.
2828 (ps-setup, ps-begin-file): Fix funs.
2829 (ps-boolean-capitalized): New fun.
2830
2831 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
2832
2833 * Makefile (dontcompilefiles): Obsoleted.
2834 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
2835 (EL): Unused.
2836 (temacs): Removed (unused).
2837 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
2838 version of the file (necessary for the update to work properly).
2839 (autoloads): Force the use of `pwd`/loaddefs.el.
2840 (updates); Redefined in terms of other targets to reduce redundancy.
2841 (.el.elc): New default rule, just in case you want it.
2842 (compile): Use a single invocation of Emacs.
2843 (bootstrap-compile); Unneeded.
2844 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
2845
2846 1999-10-19 Dave Love <fx@gnu.org>
2847
2848 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
2849
2850 1999-10-19 Sam Steingold <sds@ksp.com>
2851
2852 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
2853 comply with the comment.
2854
2855 1999-10-19 Gerd Moellmann <gerd@gnu.org>
2856
2857 * autorevert.el (auto-revert-mode): Make auto-revert-mode
2858 permanent-local.
2859
2860 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
2861
2862 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
2863 value: \"lpr\" changed to "lpr"
2864 (ps-mode-version): New constant
2865 (ps-mode-show-version): New function, added key in ps-mode-map
2866 (ps-run-messages): Removed
2867 (ps-run-font-lock-keywords-2): New defcustom variable replacing
2868 ps-run-messages. These keywords now include the value of
2869 ps-run-prompt, making its fontification customizable.
2870 (ps-run-init): Removed \\n from docstring, it is now added when
2871 the value is used
2872 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
2873 ps-run-prompt
2874 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
2875 customizable variables in doc-string (its equivalent
2876 ps-run-messages was missing in previous version of the doc-string)
2877 (ps-run-mode): Simplified assignment to font-lock-defaults, using
2878 symbols only
2879
2880 1999-10-19 Alex Schroeder <alex@gnu.org>
2881
2882 * ansi-color.el: Complete rewrite.
2883
2884 1999-10-19 Paul Eggert <eggert@twinsun.com>
2885
2886 Fix bootstrapping problems.
2887 Use the system locale to specify Emacs locale defaults.
2888
2889 * international/mule-cmds.el (global-map):
2890 Do not use backquote, because that makes a bootstrapping
2891 problem if you need to recompile all Lisp files using interpreted code.
2892 * international/mule.el (charset-id, charset-bytes,
2893 charset-dimension, charset-chars, charset-width,
2894 charset-direction, charset-iso-final-char,
2895 charset-iso-graphic-plane, charset-reverse-charset,
2896 charset-short-name, charset-long-name, charset-description,
2897 charset-plist): Likewise.
2898 * subr.el (save-match-data): Likewise.
2899
2900 * international/mule-cmds.el
2901 (set-display-table-and-terminal-coding-system): New function,
2902 containing code migrated out of set-language-environment.
2903 (set-language-environment, set-locale-environment): Use it.
2904 (locale-translation-file-name): Moved here from startup.el.
2905 (locale-language-names, locale-preferred-coding-systems):
2906 New vars.
2907 (locale-name-match, set-locale-environment): New functions.
2908
2909 * language/japan-util.el (setup-japanese-environment-internal):
2910 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
2911
2912 * startup.el (iso-8859-n-locale-regexp): Remove.
2913 (locale-translation-file-name): Move to mule-cmds.el.
2914 (command-line): Move locale-stuff into set-locale-environment.
2915
2916 1999-10-18 Dave Love <fx@gnu.org>
2917
2918 * abbrev.el (add-abbrev, inverse-add-abbrev)
2919 (expand-region-abbrevs): Remove properties from buffer text.
2920
2921 1999-10-17 Gerd Moellmann <gerd@gnu.org>
2922
2923 * iswitchb.el (iswitchb-exhibit): Extract user-input only
2924 from the mini-buffer, without the prompt.
2925
2926 * simple.el (minibuffer-prompt-end): Return the position
2927 after the prompt, not the position of that last character
2928 of the prompt.
2929
2930 1999-10-17 Miles Bader <miles@gnu.org>
2931
2932 * simple.el: Doc fixes.
2933
2934 1999-10-17 Miles Bader <miles@gnu.org>
2935
2936 * simple.el (previous-matching-history-element, next-history-element):
2937 Change to work correctly even if the point is in the prompt.
2938 (choose-completion-string): Likewise.
2939 (minibuffer-prompt-width): New function (compatibility with old subr).
2940
2941 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
2942 When constraining the final position to the current field,
2943 don't use the ONLY-IN-LINE mode of constrain-to-field.
2944
2945 1999-10-17 Miles Bader <miles@gnu.org>
2946
2947 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
2948 constrain-to-field.
2949 * textmodes/paragraphs.el (forward-sentence): Likewise.
2950
2951 1999-10-17 Miles Bader <miles@gnu.org>
2952
2953 * simple.el (line-move): Use constrain-to-field to avoid
2954 moving into a prompt.
2955 (previous-complete-history-element): Clarify doc string.
2956 (next-complete-history-element): Likewise.
2957 Use field-beginning instead of point-min.
2958 (next-matching-history-element): Use field-beginning and
2959 erase-field instead of point-min and erase-buffer.
2960 * textmodes/paragraphs.el
2961 (forward-paragraph, forward-sentence): Likewise.
2962 (backward-kill-paragraph, backward-kill-sentence): Remove code to
2963 constrain the kill to an field, as the movement commands now
2964 do this.
2965
2966 1999-10-17 Miles Bader <miles@gnu.org>
2967
2968 * simple.el (previous-matching-history-element): Get the
2969 minibuffer input with field-string instead of buffer-string.
2970 (choose-completion-string): Likewise.
2971 (next-history-element): Likewise.
2972 Erase the minibuffer input with erase-field, not erase-buffer.
2973 Use field-beginning to find the beginning of the input.
2974 * textmodes/paragraphs.el (backward-kill-sentence):
2975 Remove minibuffer-prompt hack.
2976 Constrain to any input field.
2977
2978 1999-10-17 Sam Steingold <sds@ksp.com>
2979
2980 * bindings.el (completion-ignored-extensions): Added ".sparcf"
2981 for CMUCL on sparc and ".ufsl" for LispWorks.
2982 (bound-and-true-p): Bugfix: free variable `v'.
2983
2984 1999-10-16 Dave Love <d.love@dl.ac.uk>
2985
2986 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
2987 (edebug-uninstall-read-eval-functions): Use load-read-function,
2988 avoiding elisp-eval.
2989
2990 1999-10-16 Sam Steingold <sds@ksp.com>
2991
2992 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
2993 instead of `eql'.
2994
2995 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
2996
2997 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
2998 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
2999 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
3000 * ediff-util.el (ediff-make-temp-file):
3001 * ediff-vers.el (ediff-pcl-cvs-view-revision):
3002 * emerge.el (emerge-make-temp-file):
3003 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
3004 * vc.el (vc-update-change-log):
3005 * mail/mailpost.el (post-mail-send-it):
3006 * mail/metamail.el (metamail-region):
3007 * progmodes/cmacexp.el (c-macro-expansion):
3008 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
3009
3010 1999-10-15 Gerd Moellmann <gerd@gnu.org>
3011
3012 * smtpmail.el (smtpmail-via-smtp): Add support for
3013 automatically appending a domain to RCPT TO: addresses.
3014
3015 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3016
3017 * dired.el (dired-insert-directory): Insert the amount of
3018 free space after the total size.
3019 (dired-free-space-program, dired-free-space-args): New variables.
3020
3021 1999-10-14 Karl Heuer <kwzh@gnu.org>
3022
3023 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
3024
3025 1999-10-14 Dave Love <fx@gnu.org>
3026
3027 * international/characters.el:
3028 * international/fontset.el:
3029 * international/mule-conf.el: Add latin-iso8859-1[45].
3030
3031 * language/european.el: Add Latin-8, Latin-9. Modify some doc
3032 strings.
3033
3034 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
3035 (command-line): Detect Latin-[89] locales.
3036
3037 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
3038
3039 * international/mule-cmds.el (select-safe-coding-system)
3040 (leim-list-header): Avoid the use of strings that start with backslash
3041 newline since lread.c:read1 has a hack to turn those strings into
3042 integer 0 during the loadup.el process.
3043
3044 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
3045
3046 1999-10-13 Dave Love <fx@gnu.org>
3047
3048 * image.el (insert-image): Copy the image spec and add an
3049 intangible property.
3050
3051 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
3052
3053 * help.el (help-xref-interned): Make it also work on variable-only
3054 and function-only symbols.
3055 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
3056 (help-follow): If the point under mouse is not highlighted, try
3057 `help-xref-interned' on the pointed-to symbol anyway.
3058
3059 * info.el (Info-on-current-buffer): New entry point.
3060 (Info-find-node): Split into two for Info-on-current-buffer to
3061 hook into it.
3062 (Info-current-file, Info-set-mode-line, Info-up):
3063 Info-current-file can now be t.
3064 (Info-clone-buffer-hook): Function for `clone-buffer'.
3065 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
3066 Make `clone-buffer' available in various ways to the user.
3067
3068 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
3069
3070 * simple.el (shell-command, shell-command-on-region): Use
3071 make-temp-file.
3072 (clone-buffer, clone-process, clone-buffer-hook): New functions.
3073
3074 * subr.el (with-current-buffer): Don't use backquotes to avoid
3075 bootstrapping problems.
3076
3077 * loadup.el (load-path): Add subdirs for bootstrapping.
3078 (docstrings): Ignore errors during bootstrapping.
3079 (args): New `bootstrap' argument (for use in place of `dump').
3080
3081 1999-10-12 Emmanuel Briot <briot@gnat.com>
3082
3083 * ada-stmt.el: Doc-string fixes.
3084
3085 1999-10-12 Gerd Moellmann <gerd@gnu.org>
3086
3087 * recentf.el: New file.
3088
3089 * ps-mode.el: New file.
3090
3091 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
3092 case insensitive.
3093
3094 1999-10-12 Richard Sharman <rsharman@pobox.com>
3095
3096 * sh-script.el: Added support for indenting existing scripts.
3097 (sh-mode-map): Added new bindings.
3098 (sh-mode): Updated mode doc-string for new commands, added
3099 make-local-variable calls, initialize mode-specific variables.
3100 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
3101 is now a different function.
3102 (sh-header-marker): Changed docstring.
3103 (sh-set-shell): Initialize mode-specific variables.
3104 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
3105 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
3106 Changed these define-skeleton calls to work with user-specified
3107 indentation settings.
3108 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
3109 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
3110 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
3111 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
3112 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
3113 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
3114 (sh-guess-basic-offset, sh-handle-after-case-label)
3115 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
3116 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
3117 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
3118 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
3119 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
3120 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
3121 (sh-handle-this-then, sh-help-string-for-variable)
3122 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
3123 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
3124 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
3125 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
3126 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
3127 (sh-remove-our-text-properties, sh-rescan-buffer)
3128 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
3129 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
3130 (sh-scan-case, sh-search-word, sh-set-char-syntax)
3131 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
3132 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
3133 functions.
3134 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
3135 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
3136 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
3137 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
3138 (sh-var-list): New variables.
3139
3140 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
3141
3142 * quickurl.el (quickurl-list-insert): `count-lines' was returning
3143 a value one line to high if the cursor wasn't at the start of a
3144 line. A `beginning-of-line' is now performed before making the
3145 call to `count-lines'.
3146
3147 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
3148
3149 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
3150
3151 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
3152
3153 * Makefile (setwins): Abstract out the command to find subdirectories
3154 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
3155 (custom-deps, finder-data, autoloads, update-subdirs, updates)
3156 (autoloads-with-other-emacs): Use it.
3157
3158 * diff-mode.el: New file. A mode for viewing/editing context diffs.
3159
3160 1999-10-09 Gerd Moellmann <gerd@gnu.org>
3161
3162 * Makefile (bootstrap-compile): New target. Compile Lisp
3163 files with ../src/temacs.
3164
3165 1999-10-08 Simon Marshall <simon@gnu.org>
3166
3167 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
3168 (regexp-opt-group): Use it to get common suffixes in STRINGS.
3169 If STRINGS is nil, return "" rather than nil.
3170
3171 1999-10-08 Gerd Moellmann <gerd@gnu.org>
3172
3173 * Makefile (compile): Compile files one by one. Set load-path to
3174 current directory and subdirectories when compiling.
3175
3176 1999-10-08 Gerd Moellmann <gerd@gnu.org>
3177
3178 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
3179 (emacs): Use it everywhere instead of EMACS.
3180 (compile): New target. Compile all Lisp files from scratch.
3181 (recompile): New target. Recompile lisp directory.
3182 (autoloads-with-other-emacs): New target. Build loaddefs.el with
3183 an Emacs executable not built in the current directory tree.
3184
3185 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
3186
3187 * filecache.el (file-cache-completion-ignore-case): New variable,
3188 defaulting to the value of completion-ignore-case.
3189 (file-cache-minibuffer-complete): Use it.
3190 (file-cache-files-matching, file-cache-files-matching-internal):
3191 New functions.
3192
3193 1999-10-07 Emmanuel Briot <briot@gnat.com>
3194
3195 * ada-xref.el: New file
3196
3197 * ada-prj.el: New file
3198
3199 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
3200
3201 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
3202 subprogram being created.
3203
3204 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
3205 ada-indent-newline-indent): Rewritten to support the new indentation
3206 scheme
3207
3208 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
3209 New functions
3210
3211 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
3212 justification parameter
3213
3214 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
3215 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
3216 external program
3217
3218 1999-10-07 Dave Love <fx@gnu.org>
3219
3220 * bindings.el (bound-and-true-p): New macro.
3221 (make-mode-line-mouse-sensitive): Don't require easymenu.
3222
3223 1999-10-07 Gerd Moellmann <gerd@gnu.org>
3224
3225 * custom.el (defface): Extend documentation for new values of
3226 `type'.
3227
3228 * faces.el (face-spec-set-match-display): Recognize `type' of
3229 `motif', `lucid', `x-toolkit'.
3230 (menu): New face.
3231
3232 1999-10-05 Dave Love <fx@gnu.org>
3233
3234 * files.el: Recognize temporary crontab files.
3235
3236 * info.el: Require jka-compr when compiling.
3237 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
3238
3239 1999-10-04 Dave Love <fx@gnu.org>
3240
3241 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
3242 scroll-up-aggressively, scroll-down-aggressively.
3243
3244 * time.el (display-time-mode): Add autoload cookie.
3245
3246 * rect.el (delete-extract-rectangle): Doc fix from verna.
3247
3248 * help-macro.el (three-step-help): Customize.
3249
3250 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3251
3252 * hexl.el (hexlify-buffer): Move point in proper range
3253 if it is too large.
3254 (hexl-after-revert-hook): Update hexl-max-address.
3255 (hexl-address-to-marker): Doc fix.
3256
3257 1999-10-03 Dave Love <fx@gnu.org>
3258
3259 * image.el (defimage): Remove redundant code. Substitute file in
3260 image plist.
3261
3262 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
3263
3264 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
3265 when doing with-temp-file.
3266
3267 1999-10-01 Dave Love <fx@gnu.org>
3268
3269 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
3270
3271 * help.el: Require view when compiling.
3272 (view-emacs-FAQ): Use Info version.
3273
3274 1999-09-29 Ken'ichi Handa <handa@gnu.org>
3275
3276 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
3277 (normat->normal). Use correct font names for Korean
3278 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
3279
3280 1999-09-29 Kenichi Handa <handa@etl.go.jp>
3281
3282 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
3283 code not used by KOI8 to the same 8-bit code instead of mapping to
3284 SPC.
3285 (cyrillic-alternativnyj-decode-table): Likewise.
3286
3287 1999-09-29 Alex Schroeder <alex@gnu.org>
3288
3289 * sql.el (sql-imenu-generic-expression): Aew, used to set
3290 imenu-generic-expression.
3291 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
3292 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
3293 imenu-case-fold-search, and imenu-syntax-alist.
3294 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
3295 setting font-lock-defaults' SYNTAX-ALIST.
3296
3297 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3298
3299 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
3300 macro, try again.
3301
3302 1999-09-28 Dave Love <fx@gnu.org>
3303
3304 * cus-edit.el (custom-comment): Change widget definition.
3305 (custom-comment-create, custom-comment-show)
3306 (custom-comment-invisible-p): Don't use :comment-overlay.
3307 (custom-comment-hide): New function.
3308 (custom-variable-set, custom-variable-save)
3309 (custom-variable-reset-standard, custom-face-set)
3310 (custom-face-save): Use it.
3311
3312 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3313
3314 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
3315
3316 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3317
3318 * faces.el (region): Doc fix.
3319
3320 1999-09-27 Dave Love <fx@gnu.org>
3321
3322 * isearch.el (isearch): Add :links in defgroup.
3323 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
3324 (isearch-switch-frame-handler): Comment out (unused).
3325 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
3326 (isearch-ring-retreat-edit): Doc fix.
3327 (isearch-mouse-yank): New command.
3328 (isearch-last-command-char): Removed. Callers changed to use
3329 last-command-char.
3330 (isearch-char-to-string): Removed. Callers changed to use
3331 char-to-string.
3332
3333 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
3334
3335 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
3336 option for Russian.
3337
3338 1999-09-25 Gerd Moellmann <gerd@gnu.org>
3339
3340 * faces.el (face-differs-from-default-p): Compare face
3341 attributes individually.
3342
3343 * image.el (put-image, insert-image): Add string argument.
3344
3345 1999-09-24 Gerd Moellmann <gerd@gnu.org>
3346
3347 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
3348 LANG=de_DE.iso88591 on HPUX 11.0.
3349
3350 * dired.el (dired-move-to-filename-regexp): Make it work
3351 for LANG=de_DE.iso88591 on HPUX 11.0.
3352
3353 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3354
3355 * info.el (info-initialize): Don't test existence of ALTERNATIVE
3356 if we know for some other reason it should not be used.
3357
3358 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
3359 New variable.
3360 (edebug-recursive-edit): Save current-prefix-arg there,
3361 bind it, and set it back at the end.
3362 (edebug-outside-excursion): Restore and update the outside
3363 value of current-prefix-arg.
3364 (edebug-emacs-version-specific): Delete support for Epoch.
3365
3366 1999-09-24 Howard Melman <howard@silverstream.com>
3367
3368 * imenu.el (imenu-after-jump-hook): New variable.
3369 (imenu): Run menu-after-jump-hook.
3370 (imenu-name-lookup-function): New variable.
3371 * imenu.el (imenu--in-alist): Use those variables.
3372
3373 1999-09-24 Carsten Dominik <cd@gnu.org>
3374
3375 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
3376 multiple thebibliography environments.
3377
3378 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
3379 with recentering window.
3380 (reftex-extract-bib-entries-from-thebibliography,
3381 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
3382 with multiple thebibliography environments.
3383
3384 * textmodes/reftex-vars.el
3385 (reftex-section-levels): Function allowed as cdr.
3386 (reftex-max-section-depth) New option.
3387
3388 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
3389 with multiple thebibliography environments.
3390
3391 1999-09-23 Gerd Moellmann <gerd@gnu.org>
3392
3393 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
3394 instead of point-min in call to delete-region.
3395
3396 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
3397
3398 * vc.el (vc-backend-checkout): Use with-temp-file when checking
3399 out into arbitrary file names.
3400
3401 1999-09-19 Ken'ichi Handa <handa@gnu.org>
3402
3403 * language/european.el ("Turkish"): New language environment.
3404
3405 1999-09-19 Dave Love <fx@gnu.org>
3406
3407 * delim-col.el: New file.
3408
3409 1999-09-17 Richard Stallman <rms@gnu.org>
3410
3411 * files.el (after-find-file): When visiting a backup file,
3412 make it read-only.
3413
3414 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
3415 (apropos-keybinding-face, apropos-label-face): Likewise.
3416 (apropos-property-face, apropos-match-face): Likewise.
3417 (apropos-label-properties): New variable.
3418 (apropos-print-doc): Use apropos-label-properties.
3419 (apropos-print): Set apropos-label-properties.
3420
3421 1999-09-15 Richard Stallman <rms@gnu.org>
3422
3423 * winner.el: Use aref instead of sref.
3424
3425 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
3426
3427 1999-09-14 Gerd Moellmann <gerd@gnu.org>
3428
3429 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
3430
3431 1999-09-14 Richard Stallman <rms@gnu.org>
3432
3433 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
3434 cookie, even if followed by a letter.
3435
3436 1999-09-14 Stephen Eglen <stephen@gnu.org>
3437
3438 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
3439 --no-line-editing are passed to Octave by including them here
3440 rather than storing them in inferior-octave-startup-args.
3441
3442 1999-09-14 Eli Zaretskii <eliz@gnu.org>
3443
3444 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
3445 command, option, env and sc.
3446
3447 * subr.el (shell-quote-argument): Quote argument with double
3448 quotes for ms-dos.
3449
3450 1999-09-14 Richard Stallman <rms@gnu.org>
3451
3452 * simple.el (eval-expression-print-level): New variable.
3453 (eval-expression-print-length): New variable.
3454 (eval-expression-debug-on-error): New variable.
3455 (eval-expression): Bind print-level, print-length and
3456 debug-on-error from those vars.
3457
3458 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
3459 Bind print-level, print-length and debug-on-error.
3460
3461 1999-09-14 Inge Frick <inge@nada.kth.se>
3462
3463 * dired.el (dired-recursive-deletes): New custom variable.
3464 (dired-re-no-dot): New variable.
3465 (dired-delete-file): New function deletes files and directories
3466 recursively.
3467 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
3468
3469 * dired-aux.el (dired-recursive-copies): New custom variable.
3470 (dired-handle-overwrite): Broke a long line.
3471 (dired-copy-file): Call `dired-copy-file-recursive' instead of
3472 `copy-file'.
3473 (dired-copy-file-recursive): New function. Copy directories
3474 recursively.
3475 (dired-do-create-files): Added support for generalized directory
3476 target. How-to function may now return a function. New fluid
3477 variable `dired-one-file'.
3478 (dired-copy-how-to-fn): New variable.
3479 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
3480 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
3481 (dired-do-copy-regexp): No recursive copies.
3482
3483 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
3484
3485 * whitespace.el (whitespace-version): Update version to 2.4
3486
3487 * whitespace.el: Add customization variables to conditionally test
3488 any of the five whitespaces, per request from Rune Kleveland
3489 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
3490
3491 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
3492
3493 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
3494 list of modes to be checked for bogus whitespaces.
3495
3496 * whitespace.el (whitespace-rescan-timer-time): Update
3497 documentation.
3498
3499 * whitespace.el (whitespace-display-unchecked-whitespaces):
3500 New function to update modeline with untested whitespaces.
3501
3502 * whitespace.el (whitespace-buffer): Test only whitespaces whose
3503 checking is turned on, and update modeline using the newly created
3504 `whitespace-display-unchecked-whitespaces'.
3505
3506 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
3507 whose checking is turned on, and update modeline using the newly
3508 created `whitespace-display-unchecked-whitespaces'.
3509
3510 * whitespace.el (whitespace-describe): Update documentation.
3511
3512 * whitespace.el (whitespace-tickle-timer): Test if
3513 `whitespace-rescan-timer-time' is non-zero before tickling timer.
3514
3515 1999-09-13 Dave Love <fx@gnu.org>
3516
3517 * hideif.el (hide-ifdef-mode): Add autoload cookie.
3518
3519 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
3520 for temp buffer.
3521 (checkdoc-this-string-valid): Don't assume default comment-start.
3522
3523 1999-09-13 Gerd Moellmann <gerd@gnu.org>
3524
3525 * rsz-mini.el: Remove code, keep the interface.
3526
3527 1999-09-13 Dave Love <fx@gnu.org>
3528
3529 * help.el (help-highlight-p): Doc fix.
3530
3531 * faces.el (mode-line, header-line, tool-bar): Add :version.
3532 (highlight, secondary-selection): Add :group.
3533 (trailing-whitespace): Add :group, :version.
3534
3535 * wid-edit.el: Remove some compatibility code and checks.
3536 (widget-specify-field, widget-specify-button): Don't use XEmacs
3537 properties.
3538 (widget-overlay-inactive): Change error message.
3539 (widget-button-pressed-face): New variable.
3540 (widget-button-click): Use it.
3541 (widget-documentation-link-add): Specify mouse and button faces.
3542 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
3543 removed now the functionality is built in.
3544
3545 * cus-edit.el: Don't define-widget-keywords.
3546 (multimedia): New group.
3547 (custom-last): Function removed.
3548 (custom-quote): Add vectorp case, comment out characterp case.
3549 (custom-buffer-done-function, custom-raised-buttons): New option.
3550 (Custom-buffer-done): New function.
3551 (custom-buffer-create-internal): Obey custom-raised-buttons,
3552 Custom-buffer-done.
3553 (custom-button-face): Make it `released-button'.
3554 (custom-button-pressed-face): Make it `pressed-button'
3555 (custom-mode-map): Bind "q" to Custom-buffer-done.
3556 (custom-mode): Deal with raised/pressed buttons.
3557
3558 Changes from Didier Verna:
3559 (custom-prompt-variable): Optional third arg makes prompt for a
3560 comment string.
3561 (customize-set-value, customize-set-variable,
3562 customize-save-variable): Optional prefix makes function handle
3563 variable comments.
3564 (customize-customized, customize-saved, custom-variable-state-set)
3565 (custom-variable-set, custom-variable-save, custom-face-state-set)
3566 (custom-variable-reset-saved, custom-variable-reset-standard)
3567 (custom-face-set, custom-face-save, custom-face-reset-saved)
3568 (custom-face-reset-standard, customize-save-customized): Handle
3569 custom comments.
3570 (custom-comment-face, custom-comment-tag-face): New face.
3571 (custom-comment): New widget.
3572 (custom-comment-create, custom-comment-delete)
3573 (custom-comment-value-set, custom-comment-show)
3574 ()custom-comment-invisible-p): New functions.
3575 (custom-variable-value-create, custom-face-value-create): Create a
3576 comment field widget.
3577 (custom-variable-menu, custom-face-menu): New entry for custom
3578 comment.
3579 (custom-face-value-create): Remove compatibility code.
3580 (custom-save-variables, custom-save-faces): Possibly save custom
3581 comments.
3582
3583 * cus-face.el (custom-face-attributes): Simplify :underline,
3584 :overline, :inverse-video cases. Fix up :box case (probably needs
3585 more work).
3586
3587 Change from Didier Verna:
3588 (custom-set-faces): The arguments can now have a custom comment as
3589 fourth argument.
3590
3591 * custom.el: Don't define-widget-keywords.
3592 Change from Didier Verna:
3593 (custom-set-variables): The arguments can now have a
3594 custom comment as fifth element.
3595
3596 1999-09-13 Richard Stallman <rms@gnu.org>
3597
3598 * info.el (Info-find-node): Cope better if guesspos is too large.
3599
3600 1999-09-12 Gerd Moellmann <gerd@gnu.org>
3601
3602 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
3603 of buffer-substring because buffer-string doesn't copy the
3604 prompt.
3605
3606 * faces.el (mode-line): Replaces `modeline'.
3607 (toplevel): Make `modeline' an alias for `mode-line'.
3608
3609 1999-09-12 Gerd Moellmann <gerd@gnu.org>
3610
3611 * gs.el: Change `ghostscript' to `postscript' in comment.
3612
3613 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
3614
3615 * emulation/tpu-edt.el (tpu-version): New version.
3616 (tpu-search-overlay, tpu-replace-overlay): New variables.
3617 (tpu-search-highlight, tpu-toggle-direction): New functions.
3618 (tpu-lm-replace): Set tpu-replace-overlay.
3619 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
3620 command hook.
3621
3622 1999-09-11 Richard Stallman <rms@gnu.org>
3623
3624 * isearch.el (isearch-mode-map): Undo previous change.
3625
3626 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
3627 use all of that as the sexp.
3628
3629 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
3630 and use the initial argument as file name directly.
3631 Likewise if nothing matches.
3632
3633 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
3634
3635 * winner.el: Major changes. Avoid changing point and mark.
3636 Save configurations after they change, not before.
3637
3638 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
3639
3640 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
3641 Bind print-continuous-numbering and print-number-table.
3642
3643 1999-09-10 Dave Love <fx@gnu.org>
3644
3645 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
3646
3647 1999-09-09 Richard Stallman <rms@gnu.org>
3648
3649 * whitespace.el: Finish making it fit Emacs conventions.
3650 Add autoloads.
3651
3652 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3653
3654 * generic-x.el (bat-generic-mode): "::"-style comments don't
3655 need to begin with "-". Fix the font-lock definitions of ON/OFF
3656 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
3657 from the list of keywords. Add DO to the list of keywords.
3658
3659 1999-09-09 Dave Love <fx@gnu.org>
3660
3661 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
3662 (byte-optimize-backward-word): New optimizations.
3663 (side-effect-free-fns, side-effect-and-error-free-fns): Add
3664 entries.
3665
3666 1999-09-09 Gerd Moellmann <gerd@gnu.org>
3667
3668 * image.el (put-image): Remove optional buffer parameter.
3669
3670 * faces.el (face-italic-p): Return t only for values `italic'
3671 and `oblique'.
3672
3673 * mouse.el (mouse-drag-mode-line-1): Extension of former
3674 mouse-drag-mode-line that also drags the header line.
3675 (mouse-drag-mode-line): Call it.
3676 (mouse-drag-header-line): New.
3677 (toplevel): Bind down-mouse-1 on header lines to
3678 mouse-drage-header-line.
3679
3680 1999-09-08 Gerd Moellmann <gerd@gnu.org>
3681
3682 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
3683 (make-mode-line-mouse-sensitive): Replace `top-line' by
3684 `header-line'.
3685
3686 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
3687
3688 * help.el (describe-function-1): Don't return empty string for keymaps.
3689
3690 * fill.el (fill-region-as-paragraph, canonically-space-region):
3691 Respect colon-double-space at end of line.
3692
3693 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
3694
3695 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
3696 (backup-buffer): Use it.
3697
3698 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
3699
3700 * generic-x.el (generic-define-unix-modes): Added new modes:
3701 inetd-conf-generic-mode, etc-services-generic-mode,
3702 etc-passwd-generic-mode. These are all defined for Unix by default.
3703 (apache-generic-mode): Use an imenu-generic-expression to list
3704 Configuration keywords.
3705 (samba-generic-mode): Use both ; and # as comment characters.
3706 (samba-generic-mode): Font-lock expressions now highlight name
3707 value pairs.
3708 (bat-generic-mode): Keywords are now case-insensitive through
3709 font-lock-defaults setting.
3710 (java-properties-generic-mode): Supports both ! and # as comment
3711 characters.
3712 (java-properties-generic-mode): Added an imenu-generic-expression
3713 (java-properties-generic-mode): Reworked to support the various
3714 different ways to separate name and value (viz, '=', ':' and
3715 whitespace).
3716 (show-tabs-generic-mode): Added this new generic-mode.
3717
3718 1999-09-08 Richard Stallman <rms@gnu.org>
3719
3720 * progmodes/inf-lisp.el: Moved from top directory.
3721
3722 * tar-mode.el (tar-header-block-tokenize):
3723 Use `when' instead of `and'. Fix some clobbered text.
3724
3725 * gud.el (gud-make-debug-menu): Make a child for the
3726 local menu, for its menu bar, and the debug menu.
3727 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
3728 Use the history in the simple way.
3729
3730 1999-09-07 Kenichi Handa <handa@etl.go.jp>
3731
3732 * language/korea-util.el (default-korean-keyboard): Initialize it
3733 according to the environment variable HANGUL_KEYBOARD_TYPE.
3734
3735 1999-09-07 Richard Stallman <rms@gnu.org>
3736
3737 * subr.el (make-temp-file): New function.
3738
3739 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
3740
3741 * font-lock.el (font-lock-multiline): New text property contains
3742 a boolean to indicate if the char is part of a multiline match.
3743 (font-lock-default-fontify-region): Extend the region appropriately
3744 for multiline keywords.
3745 (font-lock-default-unfontify-region): Also remove the new
3746 font-lock-multiline text property.
3747 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
3748 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
3749
3750 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3751
3752 * diary-lib.el (list-diary-entries): Make sure two-digit years
3753 have leading zeros.
3754
3755 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3756
3757 * faces.el (face-set-after-frame-default): Initialize some
3758 attributes of some faces from frame parameters.
3759
3760 * faces.el (scroll-bar, border, cursor, mouse): New faces.
3761
3762 1999-09-07 Gerd Moellmann <gerd@gnu.org>
3763
3764 * faces.el (fringe): Replaces face `margin'.
3765
3766 1999-09-07 Dave Love <fx@gnu.org>
3767
3768 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
3769
3770 1999-09-07 Richard Stallman <rms@gnu.org>
3771
3772 * subr.el (push): Doc fix.
3773
3774 1999-09-06 Richard Stallman <rms@gnu.org>
3775
3776 * vc.el (vc-annotate-display): Use < 69 not < 70
3777 to distinguish 20YY from 19YY.
3778
3779 * timezone.el (timezone-parse-date): Use < 69 not < 70
3780 to distinguish 20YY from 19YY.
3781
3782 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
3783
3784 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
3785
3786 * quickurl.el: (quickurl-list-focused-line): Removed.
3787 (quickurl-list-insert): Now works out the focused line using
3788 `count-lines' instead of using `quickurl-list-focused-line'.
3789
3790 1999-09-06 Richard Stallman <rms@gnu.org>
3791
3792 * mail/rmail.el (rmail-retry-failure): Unconditionally move
3793 to beginning of message.
3794
3795 1999-09-06 Dave Love <fx@gnu.org>
3796
3797 * isearch.el (isearch-mode-map): Add mouse-2.
3798
3799 * mail/rmail.el (rmail-read-password): Deleted.
3800 (rmail-get-pop-password): Use read-password.
3801
3802 * quickurl.el: Don't conditionally define caddr.
3803 (quickurl-url-comment): Use nth, not caddr in function and
3804 defsetf.
3805
3806 1999-09-06 Richard Stallman <rms@gnu.org>
3807
3808 * auto-show.el: Doc fixes.
3809
3810 1999-09-06 Stephen Eglen <stephen@gnu.org>
3811
3812 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
3813 --no-line-editing so that TABs in source files are not interpreted
3814 as completion requests.
3815
3816 1999-09-06 Gerd Moellmann <gerd@gnu.org>
3817
3818 * hscroll.el, auto-show.el: Remove all code, keep the public
3819 interface as no-ops.
3820
3821 * faces.el (face-bold-p): Don't return t if face has lighter
3822 weight than normal.
3823
3824 1999-09-06 Eli Zaretskii <eliz@gnu.org>
3825
3826 * startup.el (command-line): Make small-temporary-file-directory
3827 be nil except on ms-dos.
3828
3829 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
3830
3831 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
3832 is defined.
3833
3834 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
3835 letters with a colon after d or l.
3836
3837 1999-09-06 Dave Love <fx@gnu.org>
3838
3839 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
3840 primitive.)
3841
3842 1999-09-05 Richard Stallman <rms@gnu.org>
3843
3844 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
3845
3846 * textmodes/paragraphs.el (backward-kill-sentence):
3847 Don't test minibuffer-prompt-end here.
3848 (forward-sentence): Do handle it here.
3849 (backward-kill-paragraph): Don't test it here.
3850 (forward-paragraph): Handle it here.
3851
3852 * mouse.el (font-menu-add-default): Simplify code.
3853
3854 1999-09-05 Gerd Moellmann <gerd@gnu.org>
3855
3856 * faces.el (header-line): Renamed from `top-line'.
3857
3858 1999-09-05 Gerd Moellmann <gerd@gnu.org>
3859
3860 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
3861
3862 1999-09-04 Richard Stallman <rms@gnu.org>
3863
3864 * whitespace.el: New file.
3865
3866 1999-09-04 Dave Love <fx@gnu.org>
3867
3868 * paths.el: Make some doc strings obey the make-docfile convention.
3869
3870 * bindings.el: Likewise.
3871 (debug-ignored-errors): Remove BBDB ones.
3872
3873 1999-09-03 Richard Stallman <rms@gnu.org>
3874
3875 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
3876 not from the draft to forward.
3877
3878 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
3879
3880 1999-09-03 Dave Love <fx@gnu.org>
3881
3882 * double.el (double-mode): Customize the variable.
3883
3884 1999-09-03 Kenichi Handa <handa@etl.go.jp>
3885
3886 * international/characters.el: Delete duplicated code.
3887
3888 1999-09-02 Richard Stallman <rms@gnu.org>
3889
3890 * indent.el (indent-relative): Doc fix.
3891
3892 * quickurl.el (quickurl): Doc fix.
3893
3894 1999-09-02 Gerd Moellmann <gerd@gnu.org>
3895
3896 * faces.el (margin): Change background to "gray" for mono (this is
3897 drawn with a stipple pattern).
3898
3899 1999-09-02 Gerd Moellmann <gerd@gnu.org>
3900
3901 * simple.el (next-history-element): Use minibuffer-prompt-end once
3902 again. Remove test for minibuffer-prompt-in-buffer.
3903
3904 1999-09-02 Eli Zaretskii <eliz@gnu.org>
3905
3906 * files.el (small-temporary-file-directory): New variable.
3907
3908 * startup.el (command-line): Compute the value of
3909 small-temporary-file-directory.
3910
3911 * ediff-init.el (ediff-temp-file-prefix): Use
3912 small-temporary-file-directory if non-nil.
3913
3914 * vc.el (vc-update-change-log): Likewise.
3915
3916 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
3917
3918 * simple.el (shell-command, shell-command-on-region): Use
3919 make-temp-name properly. Use small-temporary-file-directory if
3920 non-nil, otherwise temporary-file-directory, to generate temporary
3921 files.
3922
3923 * dos-w32.el (direct-print-region-helper): Use
3924 temporary-file-directory. (From Stefan Monnier.)
3925
3926 1999-09-02 Richard Stallman <rms@gnu.org>
3927
3928 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
3929 from asm-comment-char.
3930 (asm-font-lock-keywords): Recognize instruction width suffixes.
3931
3932 1999-09-01 Richard Stallman <rms@gnu.org>
3933
3934 * play/fortune.el: New file.
3935
3936 1999-08-31 Dave Love <fx@gnu.org>
3937
3938 * help.el (help-make-xrefs): Don't lose on non-empty blank line
3939 after key table.
3940
3941 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
3942 redisplay variables.
3943
3944 * subr.el (push): Fix typo.
3945
3946 1999-08-30 Kevin Blake <kblake@ticnet.com>
3947
3948 * emacs-lisp/ring.el: Many doc fixes.
3949 (ring-size, ring-copy): New functions.
3950
3951 1999-08-29 Richard Stallman <rms@gnu.org>
3952
3953 * progmodes/etags.el (tags-loop-continue):
3954 After tags-loop-operate returns, force skip to next file.
3955
3956 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
3957 (mail-extr-first-letters, mail-extr-last-letters):
3958 Use character classes [:alpha:] and [:alnum:].
3959
3960 * subr.el (push, pop): New macros.
3961
3962 * progmodes/compile.el (compilation-error-regexp-alist):
3963 New item for SGI IRIX MipsPro compilers.
3964
3965 * speedbar.el (speedbar-directory-buttons): Recognize
3966 device names when checking for file names.
3967
3968 * array.el (array-reconfigure-rows): Use generate-new-buffer.
3969
3970 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
3971 and specially handle defvar inside their expansions.
3972 (eval-defun-1): New subroutine.
3973
3974 * progmodes/compile.el (compilation-error-regexp-alist):
3975 Fix the Perl -w entry to allow period after line number.
3976 Don't allow newlines in file name, but allow them after line number
3977 for Perl debugging traces.
3978
3979 * which-func.el (which-func-cleanup-function): New variable.
3980 (which-function): Call that function.
3981
3982 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
3983 to end a function name.
3984
3985 * informat.el (Info-tagify): Don't insert more than one newline
3986 before the tag table.
3987
3988 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
3989
3990 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
3991 than make-temp-name, use match-string-no-properties, and eliminate
3992 a quadratic behavior when building bibtex-strings.
3993
3994 1999-08-29 Alex Schroeder <alex@gnu.org>
3995
3996 * comint.el (comint-input-ring-separator): New variable.
3997 (comint-read-input-ring): Doc change; use
3998 comint-input-ring-separator when reading file.
3999 (comint-write-input-ring): Use
4000 comint-input-ring-separator when writing file.
4001
4002 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
4003
4004 * informat.el (Info-tagify): Start by widening.
4005 Match node headers that don't list the file name,
4006 and more kinds of page separations.
4007 Strip properties during tagification.
4008 Use start of node header line as tag's position.
4009 Fix the "done" message.
4010
4011 (Info-validate): Save and restore match data around narrowing down.
4012
4013 1999-08-28 Richard M. Stallman <rms@gnu.org>
4014
4015 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
4016 On repeated call, override previous values put into
4017 minor-mode-map-alist and minor-mode-alist.
4018
4019 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
4020
4021 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
4022
4023 1999-08-27 Andreas Schwab <schwab@gnu.org>
4024
4025 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
4026 from cvs update.
4027
4028 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4029
4030 * calendar/calendar.el (calendar-move-hook): New hook.
4031
4032 * calendar/cal-move.el: Call the new hook in every movement function.
4033
4034 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
4035 the right function name.
4036
4037 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
4038
4039 * time-stamp.el: Put quote-backquote around all symbol names
4040 in doc strings, for mousing.
4041 (time-stamp): Support multi-line patterns.
4042 (time-stamp-inserts-lines): New variable.
4043 (time-stamp-count): New variable.
4044 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
4045 "Thu" instead of "%a".
4046
4047 1999-08-25 Gerd Moellmann <gerd@gnu.org>
4048
4049 * simple.el (kill-word): Undo previous change.
4050
4051 1999-08-25 Gerd Moellmann <gerd@gnu.org>
4052
4053 * jit-lock.el (jit-lock-function): Extend the fontified range
4054 to the beginning of the line containing the range start and
4055 the beginning of the line following the range end.
4056
4057 1999-08-24 Dave Love <fx@gnu.org>
4058
4059 * timezone.el: Move provide to end.
4060 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
4061 <70 are 2000+.
4062 (timezone-parse-time): Simplify somewhat.
4063
4064 1999-08-24 Gerd Moellmann <gerd@gnu.org>
4065
4066 * faces.el (margin): Renamed from bitmap-area.
4067
4068 1999-08-24 Alex Schroeder <alex@gnu.org>
4069
4070 * sql.el: Doc changes.
4071 (sql-sybase): Use sql-server instead of sql-database.
4072
4073 1999-08-23 Dave Love <fx@gnu.org>
4074
4075 * rect.el: Add/fix various doc strings. Add `*' to all the
4076 interactive specs.
4077
4078 1999-08-21 Gerd Moellmann <gerd@gnu.org>
4079
4080 * jit-lock.el (jit-lock-function): Use line-beginning-position.
4081 Don't unwind-protect font-lock-fontify-region.
4082
4083 * paragraphs.el (backward-kill-paragraph): Don't move
4084 point into mini-buffer prompt.
4085 (backward-kill-sentence): Ditto.
4086
4087 * simple.el (next-history-element): Use minibuffer-prompt-end.
4088 Remove test for minibuffer-prompt-in-buffer.
4089 (kill-word): Don't move point into mini-buffer prompt.
4090
4091 1999-08-21 Dave Love <fx@gnu.org>
4092
4093 * Makefile: Exclude CVS dirs like RCS.
4094
4095 1999-08-19 Dave Love <fx@gnu.org>
4096
4097 * tooltip.el (tooltip-mode): Customize this, per convention.
4098 (tooltip-active): Option deleted.
4099
4100 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
4101
4102 * hanoi.el, page-ext.el: Declare dynamic vars.
4103
4104 * term.el: Avoid ange-ftp related compilation warnings.
4105
4106 1999-08-18 Gerd Moellmann <gerd@gnu.org>
4107
4108 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
4109 the default so that beginners can benefit from it without
4110 searching in manuals.
4111
4112 1999-08-18 Ray Blaak <blaak@gnu.org>
4113
4114 * progmodes/delphi.el: Consider assembly sections as blocks, to
4115 indent them better. Make auto-indent on newline optional.
4116
4117 1999-08-17 Gerd Moellmann <gerd@gnu.org>
4118
4119 * bindings.el (mode-line-modified): Look up key binding for C-x
4120 C-q. If it's bound call that binding, otherwise call
4121 toggle-read-only.
4122
4123 1999-08-17 Dave Love <fx@gnu.org>
4124
4125 * info.el (info): Doc fix.
4126
4127 * finder.el (finder-known-keywords): Add `multimedia'.
4128
4129 * apropos.el: Don't capitalize custom group name.
4130
4131 * info-look.el: Remove compatibility code.
4132 (info-lookup-guess-default*): DTRT for point at start of symbol.
4133 (info-complete): Don't lose with point not at end of symbol.
4134
4135 1999-08-16 Gerd Moellmann <gerd@gnu.org>
4136
4137 * term.el (toplevel): Make face `term-default' an empty face.
4138 The code relied on the fact that Emacs ignored invalid faces in
4139 face text properties in 20.4.
4140
4141 1999-08-16 Richard M. Stallman <rms@gnu.org>
4142
4143 * subr.el (point-at-eol, point-at-bol): New aliases.
4144
4145 * simple.el: Functions reordered.
4146
4147 * rect.el (delete-rectangle-line): Use line-end-position.
4148
4149 1999-08-16 Karl Heuer <kwzh@gnu.org>
4150
4151 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
4152 here from simple.el.
4153
4154 1999-08-16 Dave Love <fx@gnu.org>
4155
4156 * mouse.el: Provide `mldrag' for compatibility.
4157 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
4158 marked obsolete.
4159
4160 * mldrag.el: Removed since the features are in mouse.el.
4161
4162 * jka-compr.el (auto-compression-mode): New variable for
4163 customization.
4164
4165 * bindings.el (mode-line-mule-info): Doc fix.
4166
4167 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
4168 name comparisons.
4169
4170 * files.el (interpreter-mode-alist): Add make, guile, clisp.
4171 (find-file): Doc fix.
4172
4173 1999-08-16 Carsten Dominik <cd@gnu.org>
4174
4175 * textmodes/reftex.el: Most of the code moved to other files.
4176 * textmodes/reftex-auc.el: New file, split out from reftex.el
4177 * textmodes/reftex-cite.el: New file, split out from reftex.el
4178 * textmodes/reftex-global.el: New file, split out from reftex.el
4179 * textmodes/reftex-index.el: New file, split out from reftex.el
4180 * textmodes/reftex-parse.el: New file, split out from reftex.el
4181 * textmodes/reftex-ref.el: New file, split out from reftex.el
4182 * textmodes/reftex-sel.el: New file, split out from reftex.el
4183 * textmodes/reftex-toc.el: New file, split out from reftex.el
4184 * textmodes/reftex-vars.el: New file, split out from reftex.el
4185 * textmodes/reftex-vcr.el: New file, split out from reftex.el
4186
4187 1999-08-16 Carsten Dominik <cd@gnu.org>
4188
4189 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
4190 conflict with pop-up-frames.
4191 (reftex-special-environment-parsers): New constant.
4192 (reftex-label-alist): car of an entry can also be a function.
4193 (reftex-what-special-env): Cew function.
4194 (reftex-label-location): Call `reftex-what-special-env'.
4195 (reftex-compile-variables): Check for symbol in
4196 `reftex-label-alist'.
4197 (reftex-what-environment): Fixed bug with stacked environments of
4198 same kind (e.g. enumerate).
4199 (reftex-process-string): Preserve default directory.
4200 (reftex-label-alist-builtin): Changed prefixes of endnote and
4201 footnote. Also the magic words.
4202 (reftex-reference): Interprete new option
4203 `reftex-fref-is-default'.
4204 (reftex-replace-prefix-escapes): Interprete new `%S' format.
4205 (reftex-toc-mouse-view-line): Command removed (had no binding).
4206 (reftex-everything-regexp): New function.
4207 (reftex-nearest-match): Made better.
4208 (reftex-toc-find-section): Use new version of
4209 `reftex-nearest-match'.
4210 (reftex-insert-docstruct): Adapted to work with the index stuff.
4211 (reftex-parse-from-file): Find index entries as well.
4212 (reftex-toc-toggle-index): New function
4213 (reftex-toc-map): `i' is now used to togle the index, File
4214 boundaries has been moved to `F'.
4215 (reftex-select-label-map): Toggling display of file boundaries is
4216 now on the `F' key, for consistency with `reftex-toc-map'.
4217 (reftex-erase-all-selection-and-index-buffers): Renamed from
4218 `reftex-erase-all-selection-buffer'. Now also kills the index
4219 buffers.
4220 (reftex-viewing-cross-references): Customization group renamed
4221 from reftex-viewing-cross-references-and-citations.
4222 (reftex-index-macro-regexp,
4223 reftex-find-index-entry-regexp-format): New variables
4224 (reftex-macros-with-index): New variable
4225 (reftex-add-index-macros): New function
4226 (reftex-renumber-simple-labels, reftex-translate): Allow for
4227 multiple labels in a single ref command.
4228 (reftex-index-support): New customization group
4229 (reftex-support-index, reftex-index-special-chars,
4230 reftex-index-macros, reftex-index-default-macro,
4231 reftex-index-default-tag, reftex-index-math-format,
4232 reftex-index-section-letters, reftex-index-include-context,
4233 reftex-index-follow-mode, reftex-index-header-face,
4234 reftex-index-section-face, reftex-index-tag-face,
4235 reftex-index-face): New options
4236 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
4237 reftex-index-tag, reftex-index-return-marker,
4238 reftex-index-restriction-indicator, reftex-index-restriction-data,
4239 reftex-index-macro-regexp, reftex-index-level-re,
4240 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
4241 reftex-everything-regexp-no-index, reftex-index-re,
4242 reftex-macros-with-index, reftex-index-macro-alist): New variables
4243 (reftex-index-help, reftex-index-macros-builtin,
4244 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
4245 reftex-query-index-macro-help): New constants
4246 (reftex-index-selection-or-word, reftex-index,
4247 reftex-default-index, reftex-update-default-index,
4248 reftex-index-complete-tag, reftex-index-select-tag,
4249 reftex-index-complete-key, reftex-index-update-taglist,
4250 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
4251 reftex-display-index, reftex-insert-index,
4252 reftex-index-insert-new-letter, reftex-get-restriction,
4253 reftex-index-pre-command-hook, reftex-index-post-command-hook,
4254 reftex-index-show-help, reftex-index-next, reftex-index-previous,
4255 reftex-index-toggle-follow, reftex-index-toggle-context,
4256 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
4257 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
4258 reftex-index-quit, reftex-index-quit-and-kill,
4259 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
4260 reftex-index-revert, reftex-index-switch-index-tag,
4261 reftex-index-restrict-to-section, reftex-index-widen,
4262 reftex-index-restriction-forward,
4263 reftex-index-restriction-backward, reftex-index-visit-location,
4264 reftex-index-analyze-entry, reftex-index-globalize,
4265 reftex-index-edit, reftex-index-toggle-range-beginning,
4266 reftex-index-toggle-range-end, reftex-index-edit-key,
4267 reftex-index-edit-attribute, reftex-index-edit-visual,
4268 reftex-index-edit-part, reftex-index-level-down,
4269 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
4270 reftex-index-change-entry, reftex-index-goto-letter,
4271 reftex-add-index-macros, reftex-ensure-index-support,
4272 reftex-index-info-safe, reftex-index-info): New functions.
4273
4274
4275 1999-08-15 Richard M. Stallman <rms@gnu.org>
4276
4277 * paren.el (show-paren-mode): Support making show-paren-mode
4278 a buffer-local variable. Don't check for a window system.
4279 (show-paren-function): Check whether show-paren-function is
4280 enabled in current buffer; do the right thing if not.
4281 Don't check for a window system.
4282 (show-paren-mode): Make it a user variable.
4283
4284 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
4285 Handle `enum' like `struct'.
4286
4287 * server.el (server-process-filter): If a client visits no buffers,
4288 close it immediately before recording it.
4289
4290 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
4291 Optimize by calling concat just once. Handle =\n sequence.
4292 (mail-unquote-printable-region): New command.
4293 (mail-quote-printable): Make it autoload.
4294
4295 1999-08-15 Karl Heuer <kwzh@gnu.org>
4296
4297 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
4298
4299 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
4300
4301 * lisp/texinfmt.el: Handle @ifnottex.
4302
4303 1999-08-15 Eli Zaretskii <eliz@gnu.org>
4304
4305 * frame.el (blink-cursor): Don't turn on cursor blinking for
4306 ms-dos.
4307
4308 * faces.el (face-valid-attribute-values): Look in
4309 x-bitmap-file-path only for x and w32 window systems.
4310
4311 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
4312 Do that if width is nil as well.
4313 (x-display-mm-height, x-display-mm-width): Update values.
4314 (x-colors): Compute the list from msdos-color-values.
4315 (x-select-enable-clipboard): Doc fix.
4316 (x-frob-font-weight, x-font-family-list): New functions.
4317
4318 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
4319
4320 * window.el (shrink-window-if-larger-than-buffer): Don't try to
4321 back up from beginning of buffer.
4322
4323 1999-08-13 Karl Heuer <kwzh@gnu.org>
4324
4325 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
4326
4327 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
4328
4329 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
4330 doomsday clock, speed control is added and changes are made to
4331 allow large numbers of rings: rings now show the whole ring
4332 number, not just the last digit; consecutive rings are allowed to
4333 be the same size when necessary to fit all the rings in the
4334 window; and poles can be oriented horizontally. Face support is
4335 thrown in gratuitously.
4336 (hanoi): Changed default number of rings back to 3.
4337 (hanoi-unix, hanoi-unix-64): New commands
4338 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
4339 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
4340 hanoi-odd-ring-face): New variables.
4341 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
4342 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
4343 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
4344 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
4345 (hanoi-topos, hanoi-draw-ring): Removed.
4346
4347 1999-08-12 Gerd Moellmann <gerd@gnu.org>
4348
4349 * faces.el (face-valid-attribute-values): Return an alist for
4350 families on ttys.
4351 (face-read-integer): Handle unspecified face attributes. Add
4352 completion for `unspecified'.
4353 (read-face-attribute): Handle unspecified font attributes.
4354 (face-valid-attribute-values): Add `unspecified' to lists so that
4355 it can be chosen via completion.
4356 (face-read-string): Don't recognize "none" as input.
4357
4358 1999-08-10 Dave Love <fx@gnu.org>
4359
4360 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
4361 string.
4362
4363 * sun-curs.el: Require sun-fns.
4364
4365 1999-08-10 Dave Love <fx@gnu.org>
4366
4367 * autorevert.el (auto-revert-mode): Add autoload cookie.
4368
4369 * hscroll.el, auto-show.el: Files deleted -- we have built-in
4370 hscroll.
4371
4372 * simple.el (hscroll-step, hscroll-point-visible)
4373 (hscroll-window-column): Remove now we have the mentioned real
4374 horizontal autoscrolling.
4375
4376 1999-08-10 Richard M. Stallman <rms@gnu.org>
4377
4378 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
4379 control use of -f option.
4380 (mail-specify-envelope-from): New variable.
4381 (mail-from-style): Doc fix.
4382
4383 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
4384 (easy-menu-get-map): New arg TO-MODIFY helps choose
4385 between local and global maps.
4386 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
4387 (easy-menu-change): Doc fix.
4388
4389 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
4390 (info-lookup-guess-default): Simplified and cleaned up.
4391 (info-lookup-guess-default*): Preserve point.
4392
4393 * view.el (view-mode-disable): If buffer-read-only is nil,
4394 don't change it.
4395
4396 * files.el (after-find-file): Disable View mode if buffer is no
4397 longer read-only.
4398
4399 * view.el (view-mode-enable, view-mode-disable):
4400 Call force-mode-line-update.
4401
4402 1999-08-10 Karl Heuer <kwzh@gnu.org>
4403
4404 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
4405 * array.el, play/landmark.el, international/latin-3.el: Likewise.
4406 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
4407
4408 1999-08-10 Alex Schroeder <asc@bsiag.com>
4409
4410 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
4411 to prevent m-eating-bug.
4412
4413 1999-08-10 Eli Zaretskii <eliz@gnu.org>
4414
4415 * term/pc-win.el (msdos-bg-mode): Remove. Call
4416 frame-set-background-mode instead. All callers changed.
4417 (msdos-face-setup): Don't force color display parameter, it is set
4418 by frame-set-background-mode.
4419 (make-msdos-frame): Call x-handle-reverse-video and
4420 face-set-after-frame-default. Delete frame if creation failed.
4421
4422 * faces.el (face-set-after-frame-default): Don't call
4423 make-face-x-resource-internal for the pc window-system.
4424
4425 1999-08-10 Dave Love <fx@melange.gnu.org>
4426
4427 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
4428 case with no docstring specially.
4429
4430 1999-08-09 Eli Zaretskii <eliz@gnu.org>
4431
4432 * complete.el (PC-do-completion): If completing on file name,
4433 reproduce str by concatenating its directory and basename parts.
4434
4435 1999-08-07 Dave Love <fx@gnu.org>
4436
4437 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
4438 unibyte to multibyte conversion of search-forward (from Handa),
4439 but avoid the replacement if the language is Latin-N.
4440
4441 1999-08-06 Richard Stallman <rms@gnu.org>
4442
4443 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
4444 of eval-buffer.
4445
4446 * international/mule.el (load-with-code-conversion):
4447 Pass t to eval-buffer for DO-ALLOW-PRINT.
4448
4449 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
4450
4451 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
4452 of filenames and attributes.
4453 (ls-lisp-insert-directory): Use directory-files-and-attributes
4454 for speed.
4455
4456 1999-08-05 Dave Love <fx@gnu.org>
4457
4458 * auto-show.el (auto-show-mode): Fix :set.
4459
4460 * widget.el (define-widget-keywords): Make dummy definition and
4461 comment-out its use.
4462
4463 1999-08-04 Richard Stallman <rms@gnu.org>
4464
4465 * progmodes/tcl.el: Customized.
4466
4467 * sql.el (sql-accumulate-and-indent): Instead of testing
4468 whether this is Emacs 20 before calling comint-accumulate,
4469 test whether comint-accumulate is defined.
4470
4471 1999-08-04 Dave Love <fx@gnu.org>
4472
4473 * sgml-mode.el: Require outline when compiling.
4474 (sgml-mode-hook, html-mode-hook): Customize.
4475 (sgml-validate-command): Fix :version.
4476 (html-autoview-mode): Doc fix.
4477
4478 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
4479 nothing in Latin-N environment.
4480
4481 * info.el (Info-find-node): Call info-initialize here.
4482 (info): Not here.
4483 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
4484
4485 1999-08-04 Richard Stallman <rms@gnu.org>
4486
4487 * ansi-color.el: New file.
4488
4489 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
4490
4491 * dired.el (dired-string-replace-match): Return `nil' when no match
4492 found with global search.
4493
4494 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
4495 * terminal.el (te-terminfo-directory):
4496 * mail/mailpost.el (post-mail-send-it):
4497 * mail/metamail.el (metamail-region):
4498 * progmodes/ada-mode.el (ada-tmp-directory):
4499 Use temporary-file-directory.
4500
4501 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
4502 (compilation-filter, compilation-forget-errors)
4503 (compilation-parse-errors): Use a marker instead of an integer for
4504 `compilation-parsing-end'.
4505
4506 * progmodes/diff.el (diff-parse-differences):
4507 Use a marker instead of an integer for `compilation-parsing-end'.
4508 * textmodes/tex-mode.el (tex-compilation-parse-errors):
4509 Use a marker instead of an integer for `compilation-parsing-end'.
4510
4511 1999-08-03 Richard Stallman <rms@gnu.org>
4512
4513 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
4514 (Buffer-menu-mode): Doc fix.
4515 (Buffer-menu-view): New command.
4516 (Buffer-menu-view-other-window): New command.
4517
4518 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
4519
4520 * replace.el (query-replace-regexp-eval)
4521 (replace-eval-replacement, replace-loop-through-replacements)
4522 (replace-match-string-symbols): New functions.
4523 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
4524 Use replace-loop-through-replacements.
4525
4526 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
4527
4528 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
4529 (5x5): Doc fix.
4530
4531 1999-08-03 Dave Love <fx@gnu.org>
4532
4533 * fortran.el (fortran-indent-new-line): Make it an alias
4534 for reindent-then-newline-and-indent.
4535
4536 1999-08-03 Didier Verna <verna@inf.enst.fr>
4537
4538 * rect.el: All functions rewritten, except when noted above
4539 their declaration. Below is a list of interface changes.
4540 (apply-on-rectangle): New function, mostly replaces
4541 `operate-on-rectangle'. All callers changed.
4542 (move-to-column-force): Pass new second argument to `move-to-column'.
4543 (kill-rectangle): Added optional prefix arg to fill lines.
4544 (delete-rectangle): Ditto.
4545 (delete-whitespace-rectangle): Ditto.
4546 (delete-extract-rectangle): Ditto.
4547 (open-rectangle): Ditto.
4548 (clear-rectangle): Ditto.
4549 (delete-whitespace-rectangle-line): New function.
4550 (delete-rectangle-line): Added third arg FILL.
4551 (delete-extract-rectangle-line): Ditto.
4552 (open-rectangle-line): Ditto.
4553 (clear-rectangle-line): Ditto.
4554
4555 1999-08-03 Ray Blaak <blaak@gnu.org>
4556
4557 * progmodes/delphi.el: New file.
4558
4559 1999-08-02 Richard Stallman <rms@gnu.org>
4560
4561 * textmodes/outline.el (outline-previous-heading): New function.
4562 (outline-up-heading-all): Use outline-previous-heading.
4563 (outline-next-heading): Delete definition inserted yesterday.
4564
4565 1999-08-01 Richard Stallman <rms@gnu.org>
4566
4567 * textmodes/outline.el (outline-next-heading): New function.
4568 (outline-up-heading-all): New function.
4569 (outline-font-lock-level): Using outline-up-heading-all.
4570 Tell outline-back-to-heading to accept invisible headings.
4571
4572 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
4573
4574 * mail/mh-utils.el (mh-find-path-run): New variable.
4575 (mh-find-path): Test and set that.
4576 Set mail-user-agent only the first time this function is run.
4577 (mail-user-agent): Defvar deleted.
4578
4579 * info.el (info-initialize): New function.
4580 (info): Call info-initialize.
4581 (Info-directory-list): Initialize to nil,
4582 so info-initialize will set it up for real.
4583
4584 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4585
4586 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
4587 does not interpret a time as the year in a day-month entry.
4588
4589 * calendar/diary-lib.el: Change syntax table entry for colon in
4590 the diary as part of the european-date-diary-pattern fix.
4591
4592 1999-08-01 Eli Zaretskii <eliz@gnu.org>
4593
4594 * international/mule.el (set-auto-coding): Allow whitespace before
4595 and after the "variable: value" pair.
4596
4597 1999-07-30 Ken'ichi Handa <handa@gnu.org>
4598
4599 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
4600 (default-sendmail-coding-system): Doc-string fixed.
4601
4602 1999-07-30 Dave Love <fx@gnu.org>
4603
4604 * subr.el (assoc-delete-all): New function, renamed from
4605 frame-delete-all.
4606
4607 * frame.el: Change comments to doc strings and other doc fixes.
4608 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
4609 Callers changed.
4610 (set-background-color, set-foreground-color, set-cursor-color)
4611 (set-mouse-color, set-border-color): Offer completion of colours.
4612 (cursor): Add :version to defgroup.
4613
4614 * facemenu.el (list-colors-display): Make it work on ttys.
4615 (facemenu-read-color): Likewise.
4616
4617 1999-07-30 Richard M. Stallman <rms@gnu.org>
4618
4619 * frame.el (frame-notice-user-settings): If background
4620 color has been changed, update background-mode from it,
4621 then update faces.
4622
4623 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
4624
4625 * net-utils.el (finger): Don't do indirect fingering.
4626
4627 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4628
4629 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
4630 rules. Add separator at end of holidays.
4631 (cal-tex-rules): New customizable variable.
4632 (cal-tex-latexify-list): Add optional parameter to put separator
4633 at end.
4634
4635 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
4636
4637 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
4638 fill prefix on each line while looping to the end of paragraph.
4639 End paragraph if it's longer than the existing fill prefix.
4640
4641 * textmodes/fill.el (fill-context-prefix): Doc fix.
4642
4643 1999-07-30 Dave Love <fx@gnu.org>
4644
4645 * font-lock.el (jit-lock): Fix :load, add :version.
4646
4647 1999-07-30 Eli Zaretskii <eliz@gnu.org>
4648
4649 * term/pc-win.el (msdos-face-setup): Register standard colors in
4650 Vface_tty_color_alist.
4651 (face-color-supported-p, face_color_gray_p): New functions.
4652
4653 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
4654 is bound.
4655
4656 * startup.el (command-line): Don't register default colors for
4657 MSDOS window-system.
4658
4659 1999-07-29 Dave Love <fx@gnu.org>
4660
4661 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
4662 charquote.
4663
4664 * lisp-mode.el (eval-defun): Re-written to avoid
4665 capturing variables.
4666
4667 * picture.el (picture-beginning-of-line): Don't call
4668 hscroll-point-visible now we have real autoscrolling.
4669 (picture-end-of-line, picture-newline, picture-open-line):
4670 Likewise.
4671
4672 * international/latin-8.el: New file.
4673 * international/latin-9.el: New file.
4674
4675 1999-07-28 Dave Love <fx@gnu.org>
4676
4677 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
4678
4679 * msb.el: Require cl only when compiling.
4680 (msb--home-dir): Deleted.
4681 (msb--format-title): Use abbreviate-file-name.
4682 (msb--choose-file-menu): Simplify string comparison.
4683
4684 1999-07-28 Gerd Moellmann <gerd@gnu.org>
4685
4686 * faces.el (toolbar): Add face definition for mono displays.
4687
4688 1999-07-27 Richard M. Stallman <rms@gnu.org>
4689
4690 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4691
4692 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
4693 force copying of default-frame-alist.
4694
4695 1999-07-26 Ken'ichi Handa <handa@gnu.org>
4696
4697 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
4698
4699 1999-07-26 Richard M. Stallman <rms@gnu.org>
4700
4701 * frame.el (set-mouse-color): If new color is nil,
4702 really respecify the current color.
4703
4704 1999-07-26 Gerd Moellmann <gerd@gnu.org>
4705
4706 * faces.el (bitmap-area): Change background of face `bitmap-area'
4707 to white for mono displays.
4708
4709 1999-07-26 Kenichi Handa <handa@etl.go.jp>
4710
4711 * international/ccl.el (ccl-embed-symbol): New function.
4712 (ccl-program-p): Deleted. Now it's implemented in C code.
4713 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
4714 (ccl-compile-translate-character): Likewise.
4715 (ccl-compile-map-single): Likewise.
4716 (ccl-compile-multiple-map-function): Likewise.
4717 (declare-ccl-program): Doc-string modified.
4718 (check-ccl-program): Check compiled CCL code by ccl-program-p.
4719
4720 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
4721
4722 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
4723
4724 1999-07-25 Markus Rost <rost@gnu.org>
4725
4726 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
4727 the entries to make custom-file more readable.
4728
4729 1999-07-25 Richard M. Stallman <rms@gnu.org>
4730
4731 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
4732
4733 * emacs-lisp/edebug.el: Delete compatibility code.
4734 (edebug-next-token-class): If . is followed by a digit,
4735 return `symbol' for the token class.
4736
4737 * startup.el (command-line): If we don't find the user's init file,
4738 set user-init-file to nil.
4739
4740 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4741
4742 * info-look.el (info-lookup-interactive-arguments): Add optional
4743 argument query for new choice of help mode.
4744 (info-lookup-symbol): Use it.
4745 (info-lookup-file): Ditto.
4746 (info-lookup): Don't switch to other window, if already in Info
4747 buffer.
4748
4749 1999-07-23 Dave Love <fx@gnu.org>
4750
4751 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
4752 syntax.
4753 (fortran-fontify-string, fortran-match-!-comment): Deleted.
4754 (fortran-font-lock-syntactic-keywords): New variable.
4755 (fortran-mode): Use it.
4756 (fortran-font-lock-keywords-1): Don't do comments.
4757 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
4758 match data.
4759
4760 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
4761
4762 * msb.el (msb-menu-bar-update-buffers): Renamed from
4763 menu-bar-update-buffers.
4764 (msb-custom-set, msb--toggle-menu-type): Call
4765 msb-menu-bar-update-buffers.
4766 (msb-mode): Revise the hook setting.
4767
4768 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
4769
4770 1999-07-23 Gerd Moellmann <gerd@gnu.org>
4771
4772 * font-lock.el, help.el, simple.el: Re-integrate previously
4773 described changes that were lost due to errors while checking them
4774 in.
4775
4776 1999-07-23 Kevin Blake <kblake@ticnet.com>
4777
4778 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
4779
4780 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
4781
4782 * international/encoded-kb.el
4783 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
4784 but push it to unread-command-events.
4785 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
4786 (encoded-kbd-self-insert-sjis): Likewise.
4787 (encoded-kbd-self-insert-big5): Likewise.
4788
4789 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
4790 before left margin and fill-prefix by fill-find-break-point.
4791
4792 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4793
4794 * info-look.el (info-lookup-setup-mode): Don't give up, if
4795 info-lookup-make-completions returns an error.
4796 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
4797 name latex, not latex2e.
4798
4799 1999-07-21 Richard M. Stallman <rms@gnu.org>
4800
4801 * replace.el (perform-replace): Turn off case-fold-search
4802 if FROM-STRING argument has uppercase in it.
4803
4804 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4805
4806 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
4807 mode is on. Don't use end of changed text.
4808
4809 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4810
4811 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
4812 (cl-hash-table-p): Renamed from hash-table-p.
4813 (cl-hash-table-count): Renamed from hash-table-count.
4814 (maphash): Alias to cl-maphash removed.
4815 (gethash): Likewise.
4816 (puthash): Likewise.
4817 (remhash): Likewise.
4818 (clrhash): Likewise.
4819
4820 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4821
4822 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
4823 third arg non-nil. See comment there why this isn't a good idea.
4824
4825 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4826
4827 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
4828
4829 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
4830 sit-for with 3rd arg non-nil to prevent redisplay.
4831
4832 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4833
4834 * image.el (image-type-from-file-header): If file doesn't
4835 have a directory part, add data-directory.
4836
4837 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4838
4839 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
4840 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
4841 motion handling when tooltip-gud-tips-p is nil.
4842
4843 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4844
4845 * tooltip.el (tooltip-mode): Don't use `plusp'.
4846 (tooltip-active): Use initial value of nil.
4847
4848 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
4849
4850 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4851
4852 * bindings.el (make-mode-line-mouse-sensitive): Add key
4853 definitions for `top-line'.
4854
4855 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4856
4857 * faces.el (top-line): New face.
4858
4859 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4860
4861 * image.el (image-type-regexps): Add regexp for PS files.
4862
4863 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4864
4865 * faces.el (set-face-attribute): Fix wrong handling of frame
4866 begin equal to t.
4867
4868 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4869
4870 * image.el (image-type-regexps): Add PNG format.
4871
4872 1999-07-21 Dave Love <fx@gnu.org>
4873
4874 * bindings.el (mode-line-modified): New variable.
4875 (mode-line-mode-menu-1): Switch to appropriate window before
4876 showing menu.
4877
4878 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4879
4880 * faces.el (face-underline): Removed.
4881 (face-underline-color): Ditto.
4882
4883 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4884
4885 * faces.el (face-x-resources): Fix typo.
4886
4887 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4888
4889 * faces.el: Remove handling of `:relief', extend handling of
4890 `:box'.
4891 (frame-set-background-mode): Choose new defface specs after
4892 frame parameters have changed.
4893
4894 * cus-face.el: Ditto.
4895
4896 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4897
4898 * custom.el (defface): Extend documentation to include new
4899 face attributes.
4900
4901 * cus-face.el (custom-face-attributes): Add overline,
4902 strike-through, box.
4903
4904 * faces.el (face-valid-attribute-values): Handle overline,
4905 strike-through, box.
4906 (face-attribute-name-alist): Add pairs for new face attributes.
4907 (describe-face): Handle new face attributes.
4908
4909 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4910
4911 * faces.el (face-x-resources): Add overline, strike-through, box.
4912
4913 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4914
4915 * enriched.el (enriched-translations): Add `display' and
4916 "x-display".
4917 (enriched-handle-display-prop): New.
4918 (enriched-decode-display-prop): New.
4919
4920 * format.el (top-level): Give `display' property
4921 `format-list-atomic-p.
4922 (format-annotate-single-property-change): Test that property.
4923 If present, treat list property values like atoms.
4924
4925 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4926
4927 * cus-face.el (custom-face-attributes): Use `choice' everywhere
4928 so that "*" can be entered.
4929
4930 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4931
4932 * cus-face.el (custom-face-attributes): Don't use `#''.
4933
4934 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4935
4936 * cus-face.el (custom-face-attributes): Return underline
4937 face attribute directly from the second lambda of underline.
4938
4939 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4940
4941 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
4942
4943 * frame.el (after-setting-font-hooks): New variable.
4944 (set-frame-font): Run those hooks.
4945
4946 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
4947
4948 * faces.el (set-face-attribute): Fix doc string.
4949
4950 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4951
4952 * cus-face.el (custom-face-attributes): Accept color name.
4953
4954 * faces.el (face-underline-p): Accept unspecified underlining.
4955 (face-underline): Ditto. Fix doc string.
4956
4957 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4958
4959 * faces.el (face-underline-color): New function.
4960
4961 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
4962
4963 * cus-face.el (custom-face-attributes): Support underline coloring.
4964 Added slot to choose a color.
4965
4966 * faces.el (face-underline): New function.
4967 (face-underline-p): Support underline coloring.
4968 Return nil only if the underline attribute is 'normal.
4969 (set-face-underline): New function.
4970 (face-valid-attribute-values): Support underline coloring.
4971
4972 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4973
4974 * image.el (insert-image): Use `display' instead of `glyph'
4975 as text property name.
4976 (put-image): Ditto.
4977 (image-type-from-file-header): Use insert-file-contents-literally.
4978
4979 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4980
4981 * easymenu.el (easy-menu-do-add-item): Don't use the empty
4982 string to indicate separators.
4983
4984 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4985
4986 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
4987 instead of message-log.
4988
4989 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4990
4991 * faces.el (bitmap-area): New face.
4992
4993 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4994
4995 * image.el (insert-image): New.
4996
4997 1999-07-21 Gerd Moellmann <gerd@gnu.org>
4998
4999 * frame.el (blink-cursor): Set the symbol's value.
5000 (show-trailing-whitespace): Change group to font-lock.
5001
5002 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5003
5004 * jit-lock.el: New.
5005 * font-lock.el: Add jit-mode as new support mode.
5006
5007 * font-lock.el (font-lock-fontify-keywords-region): Stop when
5008 reaching end instead of letting re-search-forward signal an error.
5009 (demand-lock-mode): New.
5010 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
5011 (font-lock-turn-off-thing-lock): Ditto.
5012 (font-lock-after-fontify-buffer): Ditto.
5013 (font-lock-after-unfontify-buffer): Ditto.
5014
5015 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5016
5017 * gs.el: New file.
5018
5019 * startup.el (command-line-1): Activate tooltip mode if
5020 interactive.
5021
5022 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5023
5024 * faces.el (toolbar): Grey default background.
5025 (modeline): Ditto.
5026
5027 * image.el (image-type-regexps): New.
5028 (image-type-from-file-header): New.
5029 (create-image): Call it.
5030
5031 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5032
5033 * image.el: New file.
5034
5035 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5036
5037 * bindings.el (mode-line-format): Replace `mode-name' with
5038 `(:eval mode-line-mode-name)'.
5039 (mode-line-mode-name): New.
5040 (make-mode-line-mouse-sensitive): Don't change default value
5041 of `mode-name'.
5042
5043 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5044
5045 * tooltip.el: New file.
5046
5047 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5048
5049 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
5050 instead of mouse-3 to pop up menus.
5051 (mode-line-kill-buffer): Removed.
5052 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
5053 buffer name.
5054 (mode-line-buffer-menu-1): Removed.
5055
5056 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
5057
5058 * bindings.el (mode-line-buffer-identification-keymap): New.
5059 (mode-line-buffer-menu-keymap): New.
5060 (mode-line-mode-menu-keymap): New.
5061 (mode-line-unbury-buffer): New.
5062 (mode-line-other-buffer): New.
5063 (mode-line-kill-buffer): New.
5064 (mode-line-buffer-menu-1): New.
5065 (mode-line-mode-menu-1): New.
5066 (make-mode-line-mouse-sensitive): New.
5067
5068 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5069
5070 * help.el (describe-key-briefly): Handle mode line strings
5071 with local-map properties.
5072 (describe-key): Ditto.
5073 (mode-line-key-binding): New.
5074
5075 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5076
5077 * scroll-bar.el (scroll-bar-timer): New.
5078 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
5079
5080 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5081
5082 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
5083 and `bottom'.
5084
5085 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5086
5087 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
5088 (global): Use different key bindings if using tookit scroll bars.
5089
5090 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5091
5092 * faces.el (modeline): Define mode line face with relief for
5093 class color, only.
5094 (toolbar): New face.
5095
5096 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5097
5098 * frame.el (frame-initialize): Set frame-creation-function to
5099 tty-create-frame-with-faces.
5100
5101 * faces.el (frame-set-background-mode): Make it work for
5102 window-system nil.
5103
5104 * faces.el (tty-create-frame-with-faces): New.
5105 (face-set-after-frame-default): Make it work for TTY frames.
5106
5107 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5108
5109 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
5110 Return a list of one font family for TTYs. Don't return bitmap
5111 file paths for TTY frames.
5112
5113 * faces.el: Add face specs for tty displays to basic faces.
5114
5115 * font-lock.el (font-lock-comment-face): Add spec for color tty.
5116 (font-lock-string-face): Ditto.
5117 (font-lock-keyword-face): Ditto.
5118 (font-lock-builtin-face): Ditto.
5119 (font-lock-function-name-face): Ditto.
5120 (font-lock-variable-name-face): Ditto.
5121 (font-lock-type-face): Ditto.
5122 (font-lock-constant-face): Ditto.
5123 (font-lock-warning-face): Ditto.
5124
5125 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5126
5127 * startup.el (command-line): Register default tty colors.
5128
5129 * faces.el (face-spec-set-match-display): Recognize `type tty'.
5130
5131 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5132
5133 * faces.el (modeline): For X frames, use a modeline with relief.
5134
5135 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5136
5137 * faces.el (frame-update-faces): Copied from 20.2.
5138 (frame-update-face-colors): Ditto. Code removed that isn't
5139 applicable in the new face implementation.
5140
5141 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5142
5143 * frame.el (show-trailing-whitespace): New.
5144
5145 * faces.el (trailing-whitespace): New basic face.
5146
5147 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5148
5149 * cus-face.el (custom-facep): Always define as alias for facep.
5150
5151 * cus-face.el (custom-face-attributes): Use choice widgets.
5152 Remove :bold and :italic.
5153
5154 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5155
5156 * faces.el (face-charset-registries): Removed since fontset.el
5157 is no always loaded.
5158
5159 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5160
5161 * faces.el (internal-get-face): Added as obsolete function for
5162 compatibility.
5163
5164 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5165
5166 * frame.el (blink-cursor-end): Call show-cursor.
5167 (blink-cursor-mode): Ditto.
5168
5169 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5170
5171 * faces.el (face-spec-reset-face): Reset all attributes to
5172 `unspecified'.
5173 (face-spec-set): Use it.
5174
5175 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5176
5177 * faces.el (read-all-face-attributes): Bug fix.
5178 (face-read-integer): Allow nil default value.
5179 (face-valid-attribute-values): Use symbol names of attribute
5180 values for completion list.
5181
5182 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5183
5184 * faces.el (internal-find-face): Define for compatibility with
5185 20.2.
5186 (face-id): Likewise.
5187
5188 * faces.el (face-id): Return the ID of a realized face for ASCII.
5189
5190 * fontset.el (x-charset-registries): Removed. Now in faces.el.
5191 (x-complement-fontset-spec): Use face-charset-registries.
5192
5193 * faces.el (face-font-selection-order): Set font selection order
5194 from Lisp.
5195 (face-alternative-font-family-alist): Set alternative font
5196 families from Lisp.
5197
5198 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5199
5200 * faces.el (set-face-charset-registries): Set symbol value.
5201
5202 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5203
5204 * faces.el (face-set-after-frame-default): Call function
5205 internal-merge-in-global-face.
5206
5207 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5208
5209 * faces.el (face-list): Return symbols from face-global-alist.
5210
5211 * faces.el (face-list): Return a copy of the face name list so
5212 that it cannot be modified from outside (facemenu.el uses
5213 nreverse, for example).
5214
5215 * cus-face.el (custom-face-attributes): Add :bold and :italic
5216 for compatibility with old code.
5217
5218 * faces.el (set-face-attributes-from-resources): Additional
5219 frame parameter.
5220 (make-face-x-resource-internal): Set attributes from resources
5221 for a given frame or all frames.
5222
5223 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5224
5225 * faces.el (all-faces): Removed.
5226
5227 * custom.el (defface): Add new face attributes to function
5228 comment.
5229
5230 * font-lock.el (font-lock-comment-face): Use new face attribute
5231 names.
5232 (font-lock-string-face): Ditto.
5233 (font-lock-keyword-face): Ditto.
5234 (font-lock-builtin-face): Ditto.
5235 (font-lock-function-name-face): Ditto.
5236 (font-lock-variable-name-face): Ditto.
5237 (font-lock-type-face): Ditto.
5238 (font-lock-reference-face): Ditto.
5239 (font-lock-warning-face): Ditto.
5240 ((boundp 'font-lock-face-attributes)): Ditto.
5241
5242 * cus-face.el (custom-face-attributes): Use new face attributes.
5243
5244 * faces.el (set-face-attribute-from-resource): Initialize
5245 from resources only for X and W32.
5246
5247 * cus-face.el (custom-declare-face): Don't make frame-local
5248 faces.
5249
5250 * faces.el (describe-face): Use princ instead of insert.
5251
5252 * faces.el: Add XLFD manipulation functions from 20.2 again
5253 because fontset.el uses them.
5254 (face-set-after-frame-default): Add empty definition.
5255
5256 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5257
5258 * faces.el (make-face): Correct typo.
5259 (set-face-attribute-from-resource): Use let*.
5260 (face-underline-p): Correct typo.
5261 (face-inverse-video-p): Ditto.
5262 (set-face-stipple): Ditto.
5263 (face-read-string): Make completion-list optional parameter.
5264
5265 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5266
5267 * faces.el (face-charset-registries): Alist mapping charset
5268 symbols to registries and encoding.
5269
5270 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5271
5272 * frame.el (blink-cursor-mode): Use interactive spec "P".
5273
5274 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5275
5276 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
5277 mode. The cursor of selected_window blinks if the mode is enabled.
5278
5279 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5280
5281 * simple.el (next-history-element): Set point to the end of the
5282 prompt if minibuffer-prompt-in-buffer.
5283
5284 1999-07-21 Gerd Moellmann <gerd@gnu.org>
5285
5286 * faces.el (x-font-regexp): Add sub-expression parentheses for
5287 several font name components.
5288
5289 1999-07-21 Gerd Moellmann <gerd@acm.org>
5290
5291 * faces.el (set-face-relief): Use index 12 for relief.
5292 (face-fill-in): Set relief from data.
5293 (internal-make-face): Init relief to zero.
5294
5295 * faces.el (face-spec-set): Call modify-face with additional
5296 parameters for relief and fixed-p.
5297
5298 1999-07-21 Gerd Moellmann <gerd@acm.org>
5299
5300 * cus-face.el: ':fixed and ':relief added.
5301
5302 * faces.el (describe-face): Add fixed font attribute and relief.
5303 (face-attr-match-p): Ditto.
5304 (face-attr-construct): Ditto.
5305 (face-spec-set): Ditto.
5306
5307 1999-07-21 Gerd Moellmann <gerd@acm.org>
5308
5309 * faces.el (internal-make-face): Function to create a Lisp vector
5310 suitable for representing a face.
5311 (make-face): Use it instead of make-vector.
5312 (x-create-frame-with-faces): Use it instead of vector.
5313 (internal-facep): Increase vector size to 14.
5314 (internal-make-face): Ditto.
5315 (face-relief): Access relief thickness.
5316 (face-fixed-p): Access fixed font attribute.
5317 (set-face-fixed-p): Set fixed font attribute.
5318 (set-face-relief): Set relief attribute.
5319 (internal-face-interactive-int): Read int attribute of face.
5320 (modify-face): Add fixed-p and relief parameters.
5321 (copy-face): Handle fixed-p and relief.
5322 (face-equal): Compare fixed-p and relief.
5323 (face-differs-from-default-p): Ditto.
5324 (face-nontrivial-p): Add fixed-p and relief.
5325
5326 1999-07-21 Gerd Moellmann <gerd@acm.org>
5327
5328 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
5329 (internal-facep): Increase vector size.
5330 (make-face): Ditto.
5331 (face-shadow-thickness): Added.
5332 (set-face-shadow-thickness): Added.
5333 (modify-face): Add optional shadow-thickness parameter.
5334 (make-face-x-resource-internal): Add shadows.
5335 (copy-face): Ditto.
5336 (face-equal): Ditto.
5337 (face-differs-from-default-p): Ditto.
5338 (face-nontrivial-p): Ditto.
5339 (face-attr-match-p): Ditto.
5340 (face-attr-construct): Ditto.
5341 (face-spec-set): Ditto.
5342 (face-fill-in): Ditto.
5343
5344 1999-07-21 Gerd Moellmann <gerd@acm.org>
5345
5346 * bench.el (bench-mark-split-window): New bench mark.
5347
5348 1999-07-21 Gerd Moellmann <gerd@acm.org>
5349
5350 * faces.el (set-face-font): Don't pass default font to
5351 x-resolve-font so that font will not have to be of the same
5352 size.
5353
5354 1999-07-20 Dave Love <fx@gnu.org>
5355
5356 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
5357 unconditionally t.
5358
5359 1999-07-20 Karl Heuer <kwzh@gnu.org>
5360
5361 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
5362
5363 1999-07-20 Dave Love <fx@gnu.org>
5364
5365 * help.el (describe-variable): Fix test for customizability.
5366
5367 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
5368 Check for readonly buffer in interactive spec.
5369 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
5370 (backward-kill-word): Add * to interactive spec.
5371
5372 * underline.el (underline-region, ununderline-region): Add * to
5373 interactive spec.
5374
5375 * fill.el (canonically-space-region, justify-current-line): Add *
5376 to interactive spec.
5377 (fill-region-as-paragraph, fill-paragraph, fill-region)
5378 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
5379 readonly buffer in interactive spec.
5380
5381 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
5382 (backward-kill-sentence, kill-sentence): Add * to interactive
5383 spec.
5384
5385 1999-07-19 Richard M. Stallman <rms@gnu.org>
5386
5387 * dired-aux.el (dired-do-shell-command): Doc fix.
5388
5389 * shell.el (shell-unquote-argument): New function.
5390 (shell-directory-tracker): Use shell-unquote-argument.
5391 * comint.el (comint-arguments): Handle \ followed by space or tab.
5392
5393 1999-07-19 John Wiegley <jwiegley@borland.com>
5394
5395 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
5396 color codes 39 and 49, which by the way lynx uses them seem to
5397 mean "foreground reset" and "background reset".
5398
5399 1999-07-19 Karl Heuer <kwzh@gnu.org>
5400
5401 * font-lock.el (c++-keywords): Add "typeid".
5402
5403 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
5404 selects no font, treat that as zero selections, not one.
5405
5406 1999-07-19 Dave Love <fx@gnu.org>
5407
5408 * info.el (Info-search): Don't lose with empty regexp.
5409
5410 * version.el: Cater for (free) `ident' program, not `which'.
5411
5412 * hl-line.el: New file.
5413
5414 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
5415 for modes which don't define menus.
5416
5417 1999-07-16 Richard M. Stallman <rms@gnu.org>
5418
5419 * webjump.el (webjump-sample-sites): Update some URLs.
5420
5421 1999-07-14 Richard Stallman <rms@gnu.org>
5422
5423 * Version 20.4 released.
5424
5425 1999-07-14 Andreas Schwab <schwab@gnu.org>
5426
5427 * compare-w.el (compare-windows): Try to find the next window in
5428 the current frame before looking at the other frames.
5429
5430 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
5431
5432 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
5433 Use cyrillic-jcuken as default input method.
5434
5435 1999-07-12 Richard Stallman <rms@gnu.org>
5436
5437 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
5438 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
5439
5440 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
5441 (ispell-local-dictionary-alist): Add koi8-r for character set.
5442
5443 * textmodes/flyspell.el (flyspell-get-word):
5444 Add special handling for when ispell-otherchars is empty.
5445
5446 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
5447
5448 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
5449 when having nested functons.
5450 (pascal-indent-nested-functions) (pascal-indent-line)
5451 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
5452 indenting nested functions.
5453
5454 1999-07-09 Richard Stallman <rms@gnu.org>
5455
5456 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
5457
5458 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
5459
5460 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
5461 the `end' keyword was in the very beginning of the buffer.
5462
5463 1999-07-08 Richard Stallman <rms@gnu.org>
5464
5465 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
5466
5467 * term.el (term-emulate-terminal): Avoid infinite loop
5468 in strange case where minibuffer window is selected but not active.
5469
5470 1999-07-07 Stephen Eglen <stephen@gnu.org>
5471
5472 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
5473 Change regexp so that it doesn't match commands beginning with `cd'.
5474
5475 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5476
5477 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
5478
5479 1999-07-06 Richard Stallman <rms@gnu.org>
5480
5481 * hscroll.el (hscroll-minibuffer-hook): New function.
5482 (hscroll-global-mode): Add and remove that hook.
5483 Set hscroll-old-truncate-was-global's default value.
5484
5485 1999-07-05 Richard Stallman <rms@gnu.org>
5486
5487 * files.el (revert-buffer): Don't preserve point here.
5488 (revert-buffer-insert-file-contents-function): Doc fix.
5489
5490 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
5491
5492 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
5493 doing a `stat' when it isn't necessary because that can cause
5494 trouble when an NFS server is down.
5495
5496 1999-07-04 Richard Stallman <rms@gnu.org>
5497
5498 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
5499
5500 1999-07-03 Richard Stallman <rms@gnu.org>
5501
5502 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
5503 for \200...\240 also.
5504 (isearch-printing-char): Use unibyte-char-to-multibyte.
5505
5506 1999-07-02 Richard Stallman <rms@gnu.org>
5507
5508 * frame.el (minibuffer-frame-alist): Use defcustom.
5509 (pop-up-frame-alist): Likewise.
5510 (initial-frame-alist): Specify * in the doc string.
5511
5512 * hscroll.el (hscroll-mode): Make it a permanent local.
5513 (hscroll-mode): Don't cancel the timer
5514 if HScroll mode is enabled in some other buffer.
5515
5516 * isearch.el (isearch-done): If search ends in middle of intangible
5517 text (due to text property), move on to the limit of that text.
5518
5519 1999-07-01 Andrew Innes <andrewi@gnu.org>
5520
5521 * man.el (Man-build-man-command): Use value of null-device,
5522 instead of hard-coding "/dev/null".
5523
5524 * dos-w32.el (untranslated-canonical-name): Avoid expanding
5525 ange-ftp file names, which might force ange-ftp to prompt for a
5526 password.
5527
5528 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
5529 to prevent references to temp files.
5530
5531 1999-06-30 Richard Stallman <rms@gnu.org>
5532
5533 * progmodes/sh-script.el (sh-feature): If nothing is known
5534 about the given shell, use the values for `sh'.
5535
5536 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
5537
5538 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
5539 to make it non-recursive.
5540
5541 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
5542
5543 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5544
5545 * auto-show.el (auto-show-mode): Fix Typo in :set.
5546
5547 1999-06-29 Richard M. Stallman <rms@gnu.org>
5548
5549 * progmodes/sh-script.el (sh-mode): When setting syntax
5550 table, default to the standard one.
5551
5552 1999-06-27 Richard M. Stallman <rms@gnu.org>
5553
5554 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5555
5556 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
5557
5558 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
5559 a frame when `return' is requested (even if pop-up-frames = t)
5560 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
5561 should only be set for the bibtex buffer.
5562
5563 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
5564
5565 * progmodes/compile.el: Deal with compilation-error-screen-columns
5566 being buffer-local.
5567
5568 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5569
5570 * comint.el (comint-password-prompt-regexp): Allow "(again)".
5571
5572 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5573
5574 * cal-x.el (calendar-only-one-frame-setup): New function.
5575 * calendar.el (calendar): Call it if requested.
5576
5577 1999-06-24 Karl Heuer <kwzh@gnu.org>
5578
5579 * startup.el (iso-8859-n-locale-regexp): Doc fix.
5580
5581 1999-06-22 Richard M. Stallman <rms@gnu.org>
5582
5583 * mail/supercite.el (sc-emacs-features): Doc fix.
5584
5585 1999-06-22 Karl Heuer <kwzh@gnu.org>
5586
5587 * files.el (auto-mode-alist): Add pike-mode.
5588
5589 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
5590
5591 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
5592 last byte of a numeric field is a space or a NUL. Parse it as
5593 potentially part of the number. This is used by GNU tar
5594 1.12.64012 to handle larger values.
5595
5596 1999-06-20 Karl Heuer <kwzh@gnu.org>
5597
5598 * custom.el (custom-handle-keyword): Fix error message.
5599
5600 1999-06-18 Andrew Innes <andrewi@gnu.org>
5601
5602 * mail/smtpmail.el (smtpmail-send-it): Use
5603 convert-standard-filename to make file names for queued mail safe
5604 on Windows (`:' is invalid in file names on Windows).
5605
5606 1999-06-17 Kenichi Handa <handa@etl.go.jp>
5607
5608 * international/mule-cmds.el (describe-current-input-method):
5609 Current-input-method is string.
5610 (toggle-input-method): Docstring fixed.
5611
5612 * international/mule-diag.el
5613 (describe-current-coding-system-briefly): Fix format string.
5614
5615 * international/mule-util.el (coding-system-eol-type-mnemonic):
5616 Docstring modified. Return a string.
5617
5618 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
5619
5620 * sql.el (sql-input-ring-file-name): Doc fix.
5621
5622 1999-06-17 Richard M. Stallman <rms@gnu.org>
5623
5624 * calendar/cal-x.el (special-display-buffer-names):
5625 Don't put (get-file-buffer diary-file) on this list.
5626
5627 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
5628
5629 * play/mpuz.el (mpuz-try-proposal): Fix message call.
5630 Don't penalize player for certain impossible guesses.
5631
5632 1999-06-16 Andrew Innes <andrewi@gnu.org>
5633
5634 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
5635 return the string "Unk 0 0000" so at least it appears to be a
5636 valid timestamp to `dired-move-to-filename-regexp'.
5637
5638 1999-06-15 Ken'ichi Handa <handa@gnu.org>
5639
5640 * ps-print.el (ps-control-character): Fix previous change.
5641
5642 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5643
5644 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
5645 multiple output of the last message.
5646
5647 1999-06-14 Eli Zaretskii <eliz@gnu.org>
5648
5649 * term/internal.el (IT-display-table-setup): Do not remap \222 to
5650 the ASCII apostrophe, as most DOS codepages have some other glyph
5651 there.
5652
5653 1999-06-14 Ken'ichi Handa <handa@gnu.org>
5654
5655 * language/ethio-util.el (setup-ethiopic-environment-internal):
5656 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
5657 (exit-ethiopic-environment): Likewize.
5658
5659 1999-06-12 Richard M. Stallman <rms@gnu.org>
5660
5661 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
5662
5663 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5664
5665 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
5666 custom-initialize-default to avoid infinite loop.
5667 (crisp-mode): (defun) Call transient-mark-mode here, not when
5668 loading the file. Run crisp-mode-hook here, and run
5669 crisp-load-hook when loading the file.
5670
5671 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
5672 rmail-summary buffer, search for pattern in rmail-file.
5673
5674 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
5675
5676 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
5677
5678 * ps-print.el (ps-printer-name): Fix custom type.
5679
5680 1999-06-12 Reto Zimmermann <reto@synopsys.com>
5681
5682 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
5683 (vhdl-port-paste-generic-map): Fix indentation bug.
5684 (vhdl-port-paste-port-map): Fix indentation bug.
5685 (vhdl-scan-file-contents): Make scanning case insensitive.
5686
5687 1999-06-11 Richard M. Stallman <rms@gnu.org>
5688
5689 * files.el (write-file): When buffer is not already visiting a file,
5690 don't put buffer name in the minibuffer, just make it the default.
5691 Also handle just directory as arg usefully in that case.
5692
5693 * simple.el (sendmail-user-agent-compose):
5694 Ignore case when inserting the rest of the "other" headers.
5695
5696 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
5697
5698 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
5699 (info-lookup-interactive-arguments): Never insert the default
5700 into the minibuffer automatically.
5701
5702 * emacs-lisp/cl-extra.el (getf): Don't call get*.
5703
5704 1999-06-09 Richard M. Stallman <rms@gnu.org>
5705
5706 * simple.el (shell-command): Avoid printing "mark set" message.
5707
5708 1999-06-09 Dave Love <fx@gnu.org>
5709
5710 * progmodes/compile.el (compilation-error-regexp-alist): Allow
5711 digits in program name in first pattern.
5712
5713 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
5714
5715 * vc.el (vc-dired-mode): Don't match anything before the date in
5716 dired-move-to-filename-regexp.
5717
5718 1999-06-07 Ken'ichi Handa <handa@gnu.org>
5719
5720 * international/quail.el (quail-define-rules): Fix typo in
5721 docstring.
5722
5723 1999-06-05 Stephen Eglen <stephen@gnu.org>
5724
5725 * iswitchb.el (iswitchb-default-keybindings): Add
5726 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
5727 than when package is loaded.
5728
5729 1999-06-04 Richard M. Stallman <rms@gnu.org>
5730
5731 * startup.el (command-line): Don't set user-init-file directly;
5732 tell `load' to set it.
5733
5734 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
5735
5736 * simple.el (next-history-element):
5737 Handle minibuffer-text-before-history properly when reading sexps.
5738
5739 * disp-table.el (standard-display-european):
5740 For an interactive call by the user,
5741 don't set enable-multibyte-characters,
5742 and don't set the terminal coding system.
5743
5744 * textmodes/refbib.el: Don't print any messages or display
5745 a buffer when loading the library.
5746 (r2b-help): Doc fix.
5747 (r2b-help-message): Update the documentation.
5748 (r2b-load-quietly): Variable deleted.
5749 (r2b-convert-buffer): Doc fix.
5750
5751 1999-06-04 Dave Love <fx@gnu.org>
5752
5753 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
5754
5755 * auto-show.el: Don't change hooks on loading.
5756 (auto-show-mode): Autoload. Default to nil. Add :set &c.
5757 (auto-show-mode): Add to hooks here.
5758
5759 1999-06-04 Richard Sharman <rsharman@pobox.com>
5760
5761 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
5762 recursion on bogus input.
5763
5764 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
5765
5766 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
5767 does not select a buffer from the buffers menu, then the attached
5768 frame is not switched to anything.
5769
5770 1999-06-03 Ken'ichi Handa <handa@gnu.org>
5771
5772 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
5773 (viet-viscii-...->viet-vscii...).
5774
5775 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
5776
5777 1999-06-01 Dave Love <fx@gnu.org>
5778
5779 * progmodes/fortran.el: Add :link to defgroup.
5780 (fortran-blink-matching-if): Match ELSE statements too.
5781 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
5782 that filling is always done.
5783
5784 1999-05-31 Richard M. Stallman <rms@gnu.org>
5785
5786 * simple.el (append-next-kill): Use an arg to distinguish
5787 interactive calls from Lisp calls, rather than (interactive-p).
5788
5789 * international/iso-transl.el (iso-transl-language-alist):
5790 Interchange n and N.
5791
5792 1999-05-31 Dave Love <fx@gnu.org>
5793
5794 * msb.el Add to minor-mode-map-alist. Remove hook installation
5795 and keymap munging on load.
5796 (msb-mode): New option.
5797 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
5798 Doc fix.
5799 (msb-mode-map): New variable.
5800 (msb-mode): New command.
5801
5802 1999-05-31 Dave Love <fx@gnu.org>
5803
5804 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
5805 (ispell-complete-word-dict): Likewise.
5806
5807 1999-05-31 Eli Zaretskii <eliz@gnu.org>
5808
5809 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
5810 force the data buffer to be saved, even if the data didn't
5811 change, in case the write filter was modified. Restore the
5812 current record after read-file-filter finishes.
5813
5814 1999-05-29 Karl Heuer <kwzh@gnu.org>
5815
5816 * ispell4.el: Obsolete; file deleted.
5817
5818 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
5819
5820 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
5821 VALUE is a syntax table.
5822
5823 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
5824
5825 * simple.el (zap-to-char): Doc fix.
5826
5827 1999-05-27 Ken'ichi Handa <handa@gnu.org>
5828
5829 * isearch.el (isearch-quote-char): Don't assume character codes
5830 0200 - 0237 stand for characters in some single-byte character
5831 charset.
5832
5833 1999-05-27 Dave Love <fx@gnu.org>
5834
5835 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
5836
5837 1999-05-27 Andreas Schwab <schwab@gnu.org>
5838
5839 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
5840 headerline does not exist already.
5841
5842 1999-05-26 Richard Stallman <rms@gnu.org>
5843
5844 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5845 Avoid nested null-loops.
5846
5847 1999-05-26 Ken'ichi Handa <handa@gnu.org>
5848
5849 * international/characters.el: Typo fixed; prefered->preferred.
5850
5851 * international/mule-cmds.el (find-coding-systems-for-charsets):
5852 Typo fixed; prefered->preferred.
5853
5854 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
5855 method in read-event.
5856
5857 * international/mule.el (charset-info): Doc-string fixed.
5858
5859 1999-05-25 Ken'ichi Handa <handa@gnu.org>
5860
5861 * mail/smtpmail.el (smtpmail-send-it): Bind
5862 smtpmail-code-conv-from properly.
5863 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
5864 by smtpmail-code-conv-from.
5865
5866 1999-05-24 Richard Stallman <rms@gnu.org>
5867
5868 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
5869 Binding deleted also.
5870
5871 1999-05-24 Karl Heuer <kwzh@gnu.org>
5872
5873 * comint.el (comint-bol-or-process-mark): Doc fix.
5874
5875 1999-05-23 Dave Love <fx@gnu.org>
5876
5877 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
5878 Enter it on minor-mode-map-alist.
5879 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
5880 Autoload. Add custom setter.
5881 (crisp-mark-line): Doc fix.
5882 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
5883 (crisp-mode-hook): Define.
5884
5885 1999-05-23 Ken'ichi Handa <handa@gnu.org>
5886
5887 * files.el (recover-file): Recover buffer-file-coding-system.
5888
5889 1999-05-22 Richard Stallman <rms@gnu.org>
5890
5891 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
5892 regexp match the date, to avoid treating date as file size.
5893 Add YYYY S option to WESTERN/
5894
5895 * bookmark.el: Delete some XEmacs compatibility code.
5896 (bookmark-jump-noselect): Check vc-backend.
5897
5898 * subr.el (add-to-list): Doc fix.
5899
5900 1999-05-21 Stephen Eglen <stephen@gnu.org>
5901
5902 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
5903
5904 1999-05-18 Richard Stallman <rms@gnu.org>
5905
5906 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
5907 non-space after the @anchor command.
5908 (texinfo-format-var): Handle other nested constructs, using
5909 texinfo-parse-expanded-arg and texinfo-discard-command, not
5910 texinfo-parse-arg-discard.
5911
5912 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
5913 (debug): Bind and use debugger-outer-inhibit-redisplay.
5914 Bind inhibit-redisplay to nil.
5915 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
5916
5917 1999-05-17 Dave Love <fx@gnu.org>
5918
5919 * help.el (describe-function-1): Extra arg, interactive-p.
5920 (describe-key, describe-function): Use it.
5921
5922 1999-05-17 Karl Heuer <kwzh@gnu.org>
5923
5924 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
5925
5926 1999-05-16 Dave Love <fx@gnu.org>
5927
5928 * cus-start.el (all): Delete selective-display. Add scroll-margin,
5929 scroll-preserve-screen-position, scroll-conservatively.
5930
5931 1999-05-16 Dave Love <fx@gnu.org>
5932
5933 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
5934
5935 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
5936
5937 * progmodes/vhdl-mode.el: Completely revised and massively extended.
5938
5939 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
5940
5941 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
5942 magic number and is not associated with a file.
5943
5944 1999-05-14 Richard M. Stallman <rms@gnu.org>
5945
5946 * files.el (find-file-noselect-1): Fix previous change.
5947
5948 1999-05-14 Simon Marshall <simon@gnu.org>
5949
5950 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
5951
5952 1999-05-13 Ken'ichi Handa <handa@gnu.org>
5953
5954 * international/mule-diag.el (mule-diag): Change MULE to Mule in
5955 docstring.
5956
5957 * international/mule-cmds.el: Change MULE to Mule in docstrings
5958 and menus.
5959
5960 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
5961
5962 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
5963 to correctly reflect the value of BaseLineOffset in
5964 RelativeCompose. Now the value of RelativeCompose is an array of
5965 low and high positions.
5966 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
5967 RLC for the above change.
5968
5969 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
5970
5971 * comint.el (comint-password-prompt-regexp): Modified to match the
5972 output of ksu and ssh-add.
5973
5974 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
5975
5976 * language/korea-util.el (isearch-toggle-korean-input-method):
5977 Adjusted for the change of input method handling in isearch.el.
5978 (isearch-hangul-switch-symbol-ksc): Likewise.
5979 (isearch-hangul-switch-hanja): Likewise.
5980
5981 1999-05-10 Dave Love <fx@gnu.org>
5982
5983 * help.el (help-make-xrefs): Fix typo.
5984
5985 1999-05-10 Andreas Schwab <schwab@gnu.org>
5986
5987 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
5988 unibyte-display-via-language-environment.
5989
5990 * help.el (help-make-xrefs): Handle more cases when looking for
5991 commands in a keymap description.
5992
5993 1999-05-10 Eli Zaretskii <eliz@gnu.org>
5994
5995 * loadup.el: For ms-dos systems, load ccl and codepage.
5996
5997 1999-05-09 Ken'ichi Handa <handa@gnu.org>
5998
5999 * ps-print.el (ps-control-character): Call
6000 ps-mule-prepare-ascii-font to setup ASCII fonts.
6001
6002 * ps-mule.el (ps-mule-begin-job): Redo this change "if
6003 ps-multibyte-buffer is nil, use
6004 ps-mule-font-info-database-default."
6005
6006 1999-05-08 Ken Stevens <k.stevens@ieee.org>
6007
6008 * ispell.el (ispell-local-dictionary-alist): New variable for
6009 customizing local dictionaries not accessable by everyone.
6010 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
6011 (ispell-required-version): Changed format `(major minor
6012 revision)' to support general pattern matching.
6013 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
6014 skip region commented out due to incorrect skip potential in std latex.
6015 (ispell-word): Removed `when' macro. Fixed bug of not restoring
6016 cursor point on small words for calls from `ispell-minor-mode'.
6017 (check-ispell-version): Tests and accepts versions major.minor
6018 and above, with adjustments for interactions in 3.1.0-3.1.11.
6019 (ispell-get-line): No longer skips ispell process special characters.
6020 (ispell-comments-and-strings): Removed `when' macro call.
6021 (ispell-minor-check): Requires ispell-word to restore cursor point.
6022 (ispell-buffer-local-parsing): Supports checking comments only.
6023
6024 1999-05-08 Karl Heuer <kwzh@gnu.org>
6025
6026 * comint.el (comint-password-prompt-regexp): Fix last change to be
6027 more specific.
6028
6029 1999-05-07 Richard M. Stallman <rms@gnu.org>
6030
6031 * subr.el (with-temp-message): Fix the other call to message
6032 to use %s.
6033
6034 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
6035
6036 * gud.el (gud-format-command): "%F" means file sans extension.
6037 (jdb): Use %F, not %f, for gud-break.
6038
6039 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
6040
6041 * comint.el (comint-password-prompt-regexp): Modified so that it
6042 matches the output of kinit.
6043
6044 1999-05-06 Greg Stark <gsstark@mit.edu>
6045
6046 * timezone.el (timezone-parse-date): Recognize new format used in
6047 internet cookies.
6048
6049 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
6050
6051 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
6052
6053 1999-05-04 Andrew Innes <andrewi@gnu.org>
6054
6055 * time.el (display-time-update): Allow for wrap-around when
6056 checking against display-time-server-down-time.
6057
6058 1999-05-04 Ken'ichi Handa <handa@gnu.org>
6059
6060 * international/mule-diag.el (describe-coding-system): Fix English
6061 message.
6062
6063 1999-05-03 Jason Rumney <jasonr@altavista.net>
6064
6065 * term/w32-win.el: Change the x-charset-registry property for the
6066 Japanese charsets that are supported by Japanese Windows fonts.
6067
6068 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6069
6070 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
6071 diary-block diary entries for which the reminders and the diary
6072 entries can overlap.
6073
6074 1999-05-02 Jason Rumney <jasonr@altavista.net>
6075
6076 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
6077 matches the font selected in the dialog.
6078
6079 1999-05-02 Dave Love <fx@gnu.org>
6080
6081 * browse-url.el (browse-url-browser-function): Add :version.
6082
6083 * international/mule.el (auto-coding-alist): Add .tgz.
6084
6085 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
6086
6087 * international/codepage.el (cp-coding-system-for-codepage-1):
6088 Make the magnification parameter for the -dos encoder be 2.
6089
6090 1999-05-2 Andrew Innes <andrewi@gnu.org>
6091
6092 * term/w32-win.el (w32-drag-n-drop): Select file in window where
6093 it is dropped, rather than current window.
6094
6095 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
6096 after switching buffer, as case-fold-search is a buffer local
6097 variable.
6098
6099 * w32-fns.el (convert-standard-filename): Only convert directory
6100 separators to backslash if the interactive shell is one of the
6101 standard Windows shells that has DOS semantics.
6102
6103 * ls-lisp.el (ls-lisp-format-time): Trap errors from
6104 format-time-string, and return a suitable string to indicate the
6105 timestamp was invalid.
6106
6107 * hexl.el (hexlify-command): Apply shell-quote-argument after
6108 expanding hexl-program in case exec-directory contains a space.
6109 (dehexlify-command): Ditto.
6110
6111 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
6112 file extension regexps which aren't necessarily binary files.
6113 (direct-print-region-helper): Use subst-char-in-string instead of
6114 binding directory-sep-char to convert filenames to DOS syntax.
6115 (direct-print-region-use-command-dot-com): New variable.
6116 (direct-print-region-helper): Use it to control whether to invoked
6117 command.com to print on Windows 9x.
6118
6119 * browse-url.el (browse-url-browser-function): Default to
6120 browse-url-default-windows-browser on windows-nt.
6121 (browse-url-default-windows-browser): New function.
6122
6123 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
6124
6125 * forms.el (forms-mode): Don't call forms-first-record or
6126 forms-last-record if the data file has zero records.
6127
6128 1999-04-29 Richard M. Stallman <rms@gnu.org>
6129
6130 * files.el (find-file-noselect-1): If buffer-file-name has changed
6131 after find-file-not-found-hooks runs, recompute the truename.
6132 And don't use FILENAME after that point.
6133
6134 1999-04-27 Dave Love <fx@gnu.org>
6135
6136 * paren.el (show-paren-mode)
6137 * which-func.el (which-func-mode-global)
6138 * type-break.el (type-break-mode)
6139 * time.el (display-time-mode)
6140 * rsz-mini.el (resize-minibuffer-mode)
6141 * mouse-sel.el (mouse-sel-mode)
6142 * icomplete.el (icomplete-mode)
6143 * hscroll.el (hscroll-global-mode)
6144 * help.el (temp-buffer-resize-mode)
6145 * font-lock.el (global-font-lock-mode)
6146 * delsel.el (delete-selection-mode)
6147 * avoid.el (mouse-avoidance-mode)
6148 * autoinsert.el (auto-insert-mode)
6149 * winner.el (winner-mode): Doc fix.
6150
6151 1999-04-26 Karl Heuer <kwzh@gnu.org>
6152
6153 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
6154 the same whitespace that was ignored in choosing the subject string.
6155
6156 1999-04-26 Richard M. Stallman <rms@gnu.org>
6157
6158 * info.el (Info-find-node): Position properly after finding anchor.
6159
6160 * cus-start.el (all): Handle unibyte-display-via-language-environment.
6161
6162 * simple.el (indent-new-comment-line): Fix previous change.
6163
6164 * complete.el: Delete the wildcard expansion feature
6165 since that is now standard in find-file.
6166 (PC-try-load-many-files): Function deleted.
6167 (PC-after-load-many-files): Function deleted.
6168 (PC-many-files-list): Variable deleted.
6169 (PC-disable-wildcards): Variable deleted.
6170 (partial-completion-mode): Don't enable the wildcard feature.
6171
6172 * complete.el (PC-look-for-include-file): Don't set global variables
6173 `error', `buf' and `filename' here.
6174
6175 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
6176
6177 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
6178
6179 * textmodes/outline.el (outline-regexp): Doc fix.
6180
6181 1999-04-26 John Wiegley <johnw@borland.com>
6182
6183 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6184 C++Builder 4.0 error message syntax.
6185
6186 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
6187
6188 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
6189 supported, use find -exec.
6190
6191 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
6192
6193 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
6194 coding-system-for-write, to avoid hanging when non-interactive.
6195
6196 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
6197
6198 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
6199 start with a newline.
6200
6201 1999-04-13 Ken'ichi Handa <handa@gnu.org>
6202
6203 * international/mule-conf.el (x-ctext): New coding system.
6204
6205 1999-04-12 Richard M. Stallman <rms@gnu.org>
6206
6207 * international/mule-cmds.el (input-method-function):
6208 Add permanent-local property.
6209
6210 1999-04-12 Dave Love <fx@gnu.org>
6211
6212 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
6213 change to use jka-compr-byte-compiler-base-file-name.
6214
6215 * supercite.el (sc-scan-info-alist): Revert last change.
6216 (sc-attrib-selection-list): Fix :type here instead.
6217
6218 1999-04-11 Eli Zaretskii <eliz@gnu.org>
6219
6220 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
6221 in the list of case-insensitive filesystems.
6222
6223 1999-04-09 Kenichi Handa <handa@etl.go.jp>
6224
6225 * international/fontset.el (create-fontset-from-fontset-spec):
6226 Don't register duplicated alias fontset names.
6227
6228 1999-04-08 Richard Stallman <rms@gnu.org>
6229
6230 * international/mule.el (auto-coding-alist-lookup): New function.
6231 (set-auto-coding): Use auto-coding-alist-lookup.
6232
6233 * jka-compr.el (jka-compr-insert-file-contents):
6234 Use auto-coding-alist-lookup to check for files that
6235 should not have eol conversion, in the unibyte case.
6236
6237 1999-04-07 Dave Love <fx@gnu.org>
6238
6239 * help.el (describe-variable): Check custom-loads property as well
6240 as custom-type.
6241
6242 * abbrev.el (abbrev-mode): Customizing sets the default value.
6243
6244 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
6245
6246 * vc.el (vc-backend-revert): For CVS files that were made
6247 writeable with "cvs edit", call "cvs unedit" to undo that.
6248
6249 1999-04-08 Dave Love <fx@gnu.org>
6250
6251 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
6252 more.
6253 (sc-emacs-features): Recognize Emacs 20.
6254 (sc-read-string): Use history arg.
6255 (sc-scan-info-alist): Check for rtnvalue a cons.
6256
6257 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
6258
6259 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
6260 coding system to encode the message by
6261 select-message-coding-system.
6262
6263 1999-04-07 Richard Stallman <rms@gnu.org>
6264
6265 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
6266
6267 * winner.el: Reorder definitions.
6268
6269 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
6270
6271 * mail/rmail.el (rmail-decode-babyl-format):
6272 Undo previous change.
6273
6274 1999-04-06 Richard Stallman <rms@gnu.org>
6275
6276 * info.el (Info-find-node): Check for an anchor at the
6277 proper place, before reading an indirect file.
6278
6279 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
6280
6281 * jka-compr.el (jka-compr-insert-file-contents):
6282 Use raw-text-unix when we want no conversion.
6283
6284 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
6285
6286 * timezone.el (timezone-parse-date): Corrected regexp for
6287 style (5) date format so that tenths of seconds are optional.
6288
6289 1999-04-05 Eli Zaretskii <eliz@gnu.org>
6290
6291 * term/internal.el (dos-cpNNN-setup): New function, with the guts
6292 of dos-codepage-setup.
6293 (cjk-codepages-alist): New variable, an alist of Far-Eastern
6294 codepages for which there's no need to set up cpNNN coding
6295 systems.
6296 (dos-codepage-setup): Support Far-Eastern DOS terminals.
6297
6298 1999-04-05 Richard Stallman <rms@gnu.org>
6299
6300 * mail/rmail.el (rmail-ignored-headers): Doc fix.
6301
6302 1999-04-02 Richard Stallman <rms@gnu.org>
6303
6304 * progmodes/compile.el (compilation-handle-exit): Do right thing
6305 if (car status) doesn't end in a newline.
6306
6307 1999-04-01 Dave Love <fx@gnu.org>
6308
6309 * progmodes/sql.el (SQL): Add defgroup :version.
6310
6311 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6312
6313 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
6314 buffer-file-coding-system. If the coding system used is raw-text,
6315 etc., make the *Compiler Input* buffer unibyte.
6316
6317 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
6318
6319 * loadup.el: Don't write the fns-...el file if not dumping.
6320
6321 1999-03-31 Dave Love <fx@gnu.org>
6322
6323 * snmp-mode.el (snmp): Fix defgroup :version.
6324
6325 * hilit-chg.el (highlight-changes): Add defgroup :version.
6326
6327 1999-03-31 Andreas Schwab <schwab@gnu.org>
6328
6329 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
6330 the gnus-save-hidden-threads macro.
6331
6332 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
6333
6334 * faces.el (face-set-after-frame-default): Obey the
6335 `customized-face' for new faces.
6336
6337 1999-03-30 Dave Love <fx@gnu.org>
6338
6339 * international/mule-cmds.el (current-language-environment): Doc fix.
6340 * abbrev.el (abbrev-mode): Doc fix.
6341 * autoinsert.el (auto-insert-mode): Doc fix.
6342 * complete.el (partial-completion-mode): Doc fix.
6343 * avoid.el (mouse-avoidance-mode): Doc fix.
6344 * delsel.el (delete-selection-mode): Doc fix.
6345 * font-lock.el (global-font-lock-mode): Doc fix.
6346 * help.el (temp-buffer-resize-mode): Doc fix.
6347 * hscroll.el (hscroll-global-mode): Doc fix.
6348 * icomplete.el (icomplete-mode): Doc fix.
6349 * mouse-sel.el (mouse-sel-mode): Doc fix.
6350 * paren.el (show-paren-mode): Doc fix.
6351 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
6352 * time.el (display-time-mode): Doc fix.
6353 * type-break.el (type-break-mode): Doc fix.
6354 * which-func.el (which-func-mode-global): Doc fix.
6355 * winner.el (winner-mode): Doc fix.
6356
6357 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
6358
6359 * wid-edit.el (widget-before-change): Signal text-read-only rather
6360 than an ordinary error.
6361
6362 1999-03-30 Richard M. Stallman <rms@gnu.org>
6363
6364 * repeat.el: Don't require advice.
6365 (repeat): Do function-indirection in check for kbd macro.
6366 In self-insert case, use the *last* char in INSERTION.
6367
6368 1999-03-30 Karl Heuer <kwzh@gnu.org>
6369
6370 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
6371
6372 1999-03-29 Andreas Schwab <schwab@gnu.org>
6373
6374 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
6375 comint-input-filter-functions. Make variables related to shell
6376 directory tracking local.
6377
6378 1999-03-26 Andreas Schwab <schwab@gnu.org>
6379
6380 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
6381
6382 * simple.el (shell-command-on-region): Cope with exit-status being
6383 nil, which happens if call-process-region was interrupted.
6384
6385 1999-03-26 Richard M. Stallman <rms@gnu.org>
6386
6387 * simple.el (indent-new-comment-line): Handle use at a point
6388 after a comment-end. Handle multiple comments.
6389
6390 * mail/rmail.el (rmail-decode-babyl-format):
6391 To prevent locking, bind buffer-file-name to nil.
6392
6393 1999-03-26 Karl Fogel <kfogel@red-bean.com>
6394
6395 * mail-hist.el (mail-hist-current-header-name): Don't make
6396 off-by-one-error when determining if in message body.
6397
6398 1999-03-25 Andrew Innes <andrewi@gnu.org>
6399
6400 * w32-fns.el (set-default-process-coding-system): Copied from
6401 dos-w32.el, but modified to use Unix line endings for process
6402 input, and to add a suitable entry to process-coding-system-alist
6403 for DOS shells.
6404
6405 * dos-fns.el (set-default-process-coding-system): Copied from
6406 dos-w32.el.
6407
6408 * dos-w32.el (set-default-process-coding-system): Move function to
6409 dos-fns.el; a different version is used in w32-fns.el.
6410
6411 1999-03-24 Dave Love <fx@gnu.org>
6412
6413 * info.el (Info-directory-list): Revert change to re-writing
6414 Info-default-directory-list, but put `alternative' first.
6415 (Info-insert-dir): Modify selecting the top dir file as a consequence.
6416
6417 1999-03-23 Simon Marshall <simon@gnu.org>
6418
6419 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
6420 on the line by itself.
6421 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
6422 it is not in a declarative context.
6423
6424 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
6425
6426 * cus-edit.el (custom-variable-prompt): Allow customization of
6427 autoloaded symbols.
6428
6429 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
6430
6431 * simple.el (what-cursor-position): Don't cause error when point
6432 is at invalid multibyte sequence.
6433
6434 1999-03-21 Karl Heuer <kwzh@gnu.org>
6435
6436 * complete.el (partial-completion-mode): Doc fix.
6437
6438 1999-03-19 Richard M. Stallman <rms@gnu.org>
6439
6440 * progmodes/cplus-md.el (old-c++): Remove :group.
6441
6442 * progmodes/c-mode.el (old-c): Remove :group.
6443
6444 1999-03-18 Simon Marshall <simon@gnu.org>
6445
6446 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
6447 (java-font-lock-keywords-2): Added "strictfp" keyword.
6448
6449 1999-03-17 Jason Rumney <jasonr@altavista.net>
6450
6451 * w32-fns.el (set-w32-system-coding-system) New function.
6452 (w32-system-coding-system) Initialize to 'iso-latin-1.
6453
6454 1999-03-17 Eli Zaretskii <eliz@gnu.org>
6455
6456 * international/mule-cmds.el (set-language-environment): Fix
6457 previous change: don't use dos-codepage when unbound.
6458
6459 1999-03-17 Karl Heuer <kwzh@gnu.org>
6460
6461 * calendar/appt.el (appt-make-list): Fix previous change.
6462
6463 1999-03-16 Richard M. Stallman <rms@gnu.org>
6464
6465 * window.el (shrink-window-if-larger-than-buffer):
6466 Don't try to redisplay with the cursor at the end
6467 on its own line--that would force a scroll and spoil things.
6468
6469 1999-03-16 Eli Zaretskii <eliz@gnu.org>
6470
6471 * international/mule-cmds.el (set-language-environment): Don't use
6472 cpNNN-nonascii-translation-table if it is unbound.
6473
6474 * term/internal.el (dos-codepage-setup): Compute the unibyte
6475 syntax table and bind unibyte-display-via-language-environment
6476 here, rather than at top level, so that resetting to unibyte in
6477 .emacs works as expected.
6478
6479 1999-03-15 Simon Marshall <simon@gnu.org>
6480
6481 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
6482
6483 1999-03-14 Milan Zamazal <pdm@pvt.net>
6484
6485 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
6486
6487 1999-03-14 Kenichi Handa <handa@etl.go.jp>
6488
6489 * international/mule-util.el (detect-coding-with-priority):
6490 Restore the internal database.
6491
6492 1999-03-14 Stephen Eglen <stephen@gnu.org>
6493
6494 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
6495 if mail-from-style has invalid value.
6496
6497 1999-03-12 Karl Heuer <kwzh@gnu.org>
6498
6499 * vc.el (vc-delete-logbuf-window): New var.
6500 (vc-finish-logentry): Use it.
6501
6502 1999-03-12 Richard M. Stallman <rms@gnu.org>
6503
6504 * startup.el (command-line-1): Improve startup msg.
6505
6506 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
6507
6508 * speedbar.el: Added commentary about stealthy functions.
6509 (speedbar-message) new function.
6510 (speedbar-y-or-n-p): New function
6511 (speedbar-with-attached-buffer) Moved macro before reference.
6512 Now uses `save-selected-window'.
6513 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
6514 speedbar-generic-item-info, speedbar-item-info-file-helper,
6515 speedbar-item-delete, speedbar-insert-generic-list,
6516 speedbar-timer-fn, speedbar-check-vc-this-line,
6517 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
6518 speedbar-buffers-item-info) Use speedbar-message.
6519 (speedbar-item-info) Limit `message-log-max'.
6520 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
6521 speedbar-item-delete, speedbar-item-object-delete,
6522 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
6523
6524 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
6525
6526 * server.el (server-start): Set coding system for the server
6527 process to raw-text.
6528 (server-process-filter): Decode file names if necessary.
6529
6530 1999-03-12 Dave Love <fx@gnu.org>
6531
6532 * textmodes/fill.el (sentence-end-double-space): Doc fix.
6533
6534 * textmodes/paragraphs.el (sentence-end): Doc fix.
6535
6536 1999-03-11 Karl Heuer <kwzh@gnu.org>
6537
6538 * comint.el (comint-password-prompt-regexp): Accept "login password:"
6539
6540 1999-03-09 Karl Heuer <kwzh@gnu.org>
6541
6542 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
6543 (ispell-dictionary-alist-2): Likewise.
6544 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
6545 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
6546 (ispell-dictionary-alist): Build from six pieces, not just two.
6547
6548 * ps-bdf.el (bdf-directory-list): Doc fix.
6549
6550 * enriched.el (enriched-mode): Make var permanent-local.
6551
6552 1999-03-09 Dave Love <fx@gnu.org>
6553
6554 * textmodes/sgml-mode.el (html-mode): Use
6555 sentence-end-double-space when setting sentence-end.
6556
6557 1999-03-09 Ken'ichi Handa <handa@gnu.org>
6558
6559 * language/thai.el (tis-620): New alias coding system for thai-tis620.
6560
6561 1999-03-08 Felix Lee <flee@cygnus.com>
6562
6563 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
6564
6565 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
6566
6567 1999-03-08 Karl Heuer <kwzh@gnu.org>
6568
6569 * dired-aux.el (dired-do-copy-regexp): Doc fix.
6570 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6571
6572 * dired.el (dired-do-copy-regexp): Doc fix.
6573 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
6574
6575 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
6576
6577 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
6578
6579 1999-03-08 Jason Rumney <jasonr@altavista.net>
6580
6581 * international/codepage.el (cp1250-decode-table)
6582 (cp1251-decode-table, cp1253-decode-table)
6583 (cp1257-decode-table): New translation tables for MS Windows codepages.
6584 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
6585
6586 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
6587
6588 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
6589
6590 1999-03-07 Eli Zaretskii <eliz@gnu.org>
6591
6592 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
6593
6594 * term/internal.el (top level): Display character 255 as 8bit as well.
6595
6596 1999-03-06 Dave Love <fx@gnu.org>
6597
6598 * progmodes/cc-cmds.el (c-outline-level): Bind
6599 buffer-invisibility-spec.
6600
6601 * progmodes/c-mode.el (c-outline-level): Likewise.
6602
6603 * progmodes/ada-mode.el (ada-outline-level): Likewise.
6604
6605 1999-03-05 Felix Lee <flee@cygnus.com>
6606
6607 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
6608
6609 1999-03-05 Richard M. Stallman <rms@gnu.org>
6610
6611 * bindings.el (complete-symbol): Invert meaning of prefix arg.
6612
6613 1999-03-05 Andrew Innes <andrewi@gnu.org>
6614
6615 * w32-fns.el (convert-standard-filename): Convert directory
6616 separators to Windows format.
6617
6618 1999-03-05 Andreas Schwab <schwab@gnu.org>
6619
6620 * international/skkdic-cnv.el: Provide skkdic-cnv.
6621 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
6622 (batch-skkdic-convert): Doc fix.
6623
6624 1999-03-04 Dave Love <fx@gnu.org>
6625
6626 * custom.el (custom-set-variables): Protect against setter errors.
6627
6628 1999-03-04 Eli Zaretskii <eliz@gnu.org>
6629
6630 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
6631 the file sizes from overflowing.
6632 (ls-lisp-format): If file size is a float, use %8.0f to print it.
6633 Under -s, print the size in blocks with %4.0f, in case they have
6634 a *really* huge file.
6635
6636 1999-03-03 Dave Love <fx@gnu.org>
6637
6638 * options.el (edit-options): Doc fix.
6639 (list-options): Don't lose with unbound symbols. Maintain
6640 Edit-options-mode.
6641
6642 1999-03-01 Dave Love <fx@gnu.org>
6643
6644 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
6645
6646 1999-02-28 Richard M. Stallman <rms@gnu.org>
6647
6648 * ispell.el (ispell-dictionary-alist-override): New variable.
6649 (ispell-dictionary-alist): Don't setq it,
6650 if ispell-dictionary-alist-override is set.
6651
6652 * simple.el (shell-command-default-error-buffer): Renamed from
6653 shell-command-on-region-default-error-buffer.
6654 (shell-command-on-region): Mention in echo area when there
6655 is some error output. Mention success or failure, too.
6656 Accumulate multiple error outputs
6657 going forward, with formfeed in between. Display the error buffer
6658 when we have put something in it.
6659 (shell-command): Add the ERROR-BUFFER argument feature.
6660
6661 1999-02-28 Karl Heuer <kwzh@gnu.org>
6662
6663 * mail/mh-utils.el (mh-lib): Doc fix.
6664 (mh-lib-progs, mh-nmh-p): New vars.
6665 (mh-find-progs): Set mh-lib-progs along with other vars.
6666 (mh-path-search): New arg FUNC-P; if specified, use that instead
6667 of mh-file-command-p.
6668 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
6669
6670 * mail/mh-comp.el (mh-repl-formfile): New var.
6671 (mh-smail-batch): Don't ignore all arguments.
6672 (mh-reply): Do the right thing when using nmh.
6673
6674 1999-02-27 Kenichi Handa <handa@etl.go.jp>
6675
6676 * international/mule-cmds.el (select-safe-coding-system): Be sure
6677 to show a buffer being decoded.
6678
6679 1999-02-26 Ken'ichi Handa <handa@gnu.org>
6680
6681 * ps-bdf.el (bdf-directory-list): Initialize it to
6682 '("/usr/local/share/emacs/fonts/bdf").
6683
6684 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6685
6686 * ps-print.el: PostScript programming fix.
6687 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
6688 setpagedevice operator).
6689
6690 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6691
6692 * ps-print.el: Doc fix, font size specifies landscape and portrait
6693 sizes.
6694 (ps-print-version): New version number (4.1.4).
6695 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
6696 Specifies landscape and portrait sizes.
6697 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
6698 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
6699 fix.
6700 (ps-get-font-size): New fun.
6701 (ps-font-size-internal, ps-header-font-size-internal)
6702 (ps-header-title-font-size-internal): New vars.
6703
6704 * ps-mule.el: Change of ps-print font size variable name.
6705 (ps-mule-generate-font): Fun fix.
6706 (ps-mule-begin-job): Programming uniformization.
6707
6708 1999-02-25 Dave Love <fx@gnu.org>
6709
6710 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
6711 (help-make-xrefs): Do Info case first.
6712
6713 * repeat.el: Don't require advice.
6714 (repeat-last-kill-command): Variable deleted.
6715
6716 1999-02-25 Richard Stallman <rms@gnu.org>
6717
6718 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
6719 case just because the current buffer is the output buffer.
6720
6721 1999-02-25 Kenichi Handa <handa@etl.go.jp>
6722
6723 * simple.el (what-cursor-position): To show the character's
6724 encoding, use encoded-string-description instead of information
6725 of chaset-origin-alist.
6726
6727 * international/mule-cmds.el (iso-2022-control-alist): New variable.
6728 (encoded-code-description): New function.
6729 (encoded-string-description): New function.
6730 (encode-coding-char): New function.
6731
6732 1999-02-25 Andrew Innes <andrewi@gnu.org>
6733
6734 * startup.el (command-line) [windows-nt]: Fix typo in regexp
6735 checking for .emacs[.el[c]].
6736
6737 1999-02-24 Richard Stallman <rms@gnu.org>
6738
6739 * help.el (describe-function-1): Don't print a whole lambda-function.
6740
6741 1999-02-23 Ken'ichi Handa <handa@gnu.org>
6742
6743 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
6744 inputting ?\240.
6745
6746 1999-02-23 Karl Heuer <kwzh@gnu.org>
6747
6748 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
6749
6750 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
6751 (clean-buffer-list-kill-buffer-names): Doc fix.
6752
6753 * gud.el (gud-jdb-massage-args): Spelling fix.
6754
6755 1999-02-23 Richard M. Stallman <rms@gnu.org>
6756
6757 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
6758
6759 1999-02-22 Eli Zaretskii <eliz@gnu.org>
6760
6761 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
6762 excursion while calling set-auto-coding-function.
6763
6764 * play/handwrite.el (handwrite): Require ps-print, and use
6765 ps-printer-name and ps-lpr-command. Call ps-print-region-function
6766 if it's defined, instead of forking ps-lpr-command unconditionally.
6767
6768 1999-02-22 Kenichi Handa <handa@etl.go.jp>
6769
6770 * international/codepage.el (cp-coding-system-for-codepage-1): Put
6771 charset-origin-alist property to a coding system for the codepage.
6772
6773 * international/mule.el: Modify comment for charset-origin-alist
6774 property of a coding system.
6775
6776 * simple.el (what-cursor-position): charset-origin-alist property
6777 of a coding system may be a translation table or a symbol of which
6778 `translation-table' property is a translation table.
6779
6780 1999-02-21 Richard Stallman <rms@gnu.org>
6781
6782 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
6783 to the "html" template.
6784
6785 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
6786
6787 * dirtrack.el (dirtrack): Added docstring. Now returns input.
6788
6789 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
6790
6791 * dirtrack.el (dirtrack): Check for the prompt in the input string
6792 instead of the buffer.
6793
6794 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
6795
6796 * sql.el: Set version to 1.4.1. Changed mail address to
6797 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
6798 (sql-input-ring-separator): Doc fix.
6799 (sql-mode-syntax-table): double-dash starts comments is defined as
6800 ". 56" instead of ". 12b" for XEmacs.
6801 (sql-stop, sql-interactive-mode): Doc fixes.
6802 (sql-postgres): Queries for database and server, not just one.
6803 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
6804
6805 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
6806 changed. This is needed for master.el to work.
6807 (sql-set-sqli-buffer): Use the new hook.
6808
6809 * sql.el (sql-make-alternate-buffer-name): Function that sets
6810 sql-alternate-buffer-name.
6811 (sql-alternate-buffer-name): Possible name of SQLi buffers.
6812 (sql-interactive-mode): Set sql-alternate-buffer-name.
6813 (sql-rename-buffer): New command.
6814 (sql-interactive-mode-menu): Menu for SQLi buffers.
6815
6816 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
6817 and sql-input-ring-file-name are used to temporarily set
6818 comint-input-ring-file-name and comint-input-ring-separator when
6819 reading and writing input history files.
6820
6821 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
6822 (sql-input-ring-file-name): New variable with customization.
6823 (sql-input-ring-separator): New variable with customization.
6824 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
6825 Callers changed.
6826 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
6827 now includes the name of the current buffer.
6828
6829 (sql-mode): Set paragraph-separate and paragraph-start so that
6830 sql-send-paragraph sends the entire SQL statements, even if it
6831 contains indented lines.
6832
6833 1999-02-18 Dave Love <fx@gnu.org>
6834
6835 * format.el (format-encode-run-method, format-decode-run-method):
6836 Fix previous change.
6837
6838 1999-02-18 Ken'ichi Handa <handa@gnu.org>
6839
6840 * international/mule.el (coding-system-list): Moved here from
6841 mule-util.el to avoid autoloading mule-util by the call of
6842 select-safe-coding-system.
6843
6844 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
6845
6846 * simple.el (turn-on-auto-fill): Mark it as an option for
6847 `text-mode-hook'.
6848
6849 1999-02-17 Richard Stallman <rms@gnu.org>
6850
6851 * emacs-lisp/easymenu.el (easy-menu-get-map):
6852 Don't crash if (current-local-map) is nil.
6853
6854 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
6855
6856 * filecache.el (file-cache-filter-regexps): Added .class.
6857
6858 1999-02-17 Ken'ichi Handa <handa@gnu.org>
6859
6860 * international/mule-util.el (decompose-region): Use
6861 insert-buffer-substring instead of insert-buffer to avoid putting
6862 mark.
6863
6864 1999-02-17 Andreas Schwab <schwab@gnu.org>
6865
6866 * calendar/cal-move.el (scroll-calendar-left): Don't set
6867 displayed-month and displayed-year here, let generate-calendar do
6868 it, after range checking.
6869
6870 1999-02-17 Simon Marshall <simon@gnu.org>
6871
6872 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
6873
6874 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
6875 correctly between an object declared via a constructor and a method.
6876 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
6877 (java-font-lock-keywords-1): Fontify package names individually.
6878 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
6879 (java-font-lock-keywords-2): Simplify type fontification.
6880 (java-font-lock-keywords-3): Likewise.
6881
6882 1999-02-17 Kenichi Handa <handa@etl.go.jp>
6883
6884 * language/japanese.el (iso-2022-jp-2): New coding system.
6885 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
6886
6887 1999-02-16 Dave Love <fx@gnu.org>
6888
6889 * help.el (describe-function-1): Accept non-symbols.
6890
6891 1999-02-16 Paul Eggert <eggert@twinsun.com>
6892
6893 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
6894 find the last match if there are multiple matches.
6895
6896 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6897
6898 * tex-mode.el (tex-run-command, latex-run-command)
6899 (slitex-run-command, tex-command): Doc changes.
6900 (tex-start-options-string): Autoload it. Doc change. Provide
6901 a menu for customization. Allow nil. Quote backslashes only once.
6902 (tex-start-tex): Handle nil value of tex-start-options-string
6903 and apply shell-quote-argument to it.
6904
6905 1999-02-16 Eli Zaretskii <eliz@gnu.org>
6906
6907 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
6908 the size in blocks, since it can be a float.
6909 (ls-lisp-format): Likewise
6910
6911 1999-02-16 Ken'ichi Handa <handa@gnu.org>
6912
6913 * language/japanese.el (japanese-shift-jis): Add
6914 charset-origin-alist property.
6915
6916 1999-02-15 Richard Stallman <rms@gnu.org>
6917
6918 * progmodes/compile.el (compile-internal): Use save-selected-window.
6919
6920 * subr.el (momentary-string-display): Bind inhibit-read-only.
6921
6922 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
6923
6924 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
6925
6926 * mail/rmail.el (rmail-show-message): If an unseen message has a
6927 Summary-line in its header, get past one more line before looking
6928 for the X-Coding-System header.
6929
6930 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
6931
6932 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
6933 explicitly to accomodate Windows 9X lack of a useful copy program.
6934
6935 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
6936
6937 * wid-edit.el (widget-choice-value-create): Use `equal'
6938 instead of `eq'.
6939
6940 1999-02-14 Richard Stallman <rms@gnu.org>
6941
6942 * international/iso-transl.el:
6943 (iso-transl-ae): Renamed from iso-transl-e-slash.
6944 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
6945 (iso-transl-AE): Renamed from iso-transl-E-slash.
6946 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
6947 (iso-transl-char-map): Related changes.
6948
6949 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
6950
6951 1999-02-13 Richard Stallman <rms@gnu.org>
6952
6953 * textmodes/texinfmt.el (texinfo-alias): New function.
6954 (texinfo-fold-nodename-case): Add defvar.
6955 (texinfo-format-node): Do case folding if specified.
6956
6957 * ffap.el (ffap-file-at-point): Test local file names
6958 immediately. Strip off line numbers.
6959
6960 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
6961
6962 * sql.el: Set version to 1.3.2
6963 (sql-solid-program): Added support for solid.
6964 (sql-help): Doc mentions sql-solid.
6965 (sql-solid): Entry function for Solid.
6966 (sql-buffer): Doc explains the use of the variable and how to
6967 change it.
6968 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
6969 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
6970 disabled if sql-buffer doesn't have a process; sql-send-paragraph
6971 is new.
6972 (sql-show-sqli-buffer): New function to display the value of
6973 sql-buffer.
6974 (sql-change-sqli-buffer): New function to change sql-buffer.
6975 (sql-mode): Doc explains how to change sql-buffer.
6976 (sql-send-paragraph): New function to send a paragraph.
6977 (sql-mode-map): Added keybinding for sql-send-paragraph.
6978 (sql-mysql): Doc corrected.
6979 (sql-ms): Doc corrected.
6980
6981 * sql.el (sql-server): Doc fix.
6982 (sql-mysql): Added the use of sql-server to specify the host,
6983 sql-database now specifies database instead of host.
6984 (sql-mode-menu): Send... menu items are only active if sql-buffer
6985 is non-nil.
6986 (sql-help): Changed tag of entry functions a bit.
6987
6988 * sql.el: Added keywords from `finder-by-keyword'.
6989 (sql-mode): Made sql-buffer a local variable, changed the
6990 documentation: removed instructions to add *.sql files to
6991 auto-mode-alist, added documentation for having mutliple SQL
6992 buffers sending their stuff to different SQLi buffers, each
6993 running a different process.
6994 (sql-postgres): Quoted *SQL* in doc string.
6995 (sql-ms): Likewise.
6996 (sql-ingres): Likewise.
6997 (sql-ingres): Quoted *SQL* in doc string, added references to
6998 sql-user and sql-password used during login.
6999 (sql-sybase): Quoted *SQL* in doc string, added comma.
7000 (sql-oracle): Likewise.
7001 (sql-interactive-mode): Added extensive documentation for having
7002 mutliple SQL buffers sending their stuff to different SQLi
7003 buffers, each running a different process.
7004 (sql-buffer): Changed doc from *SQL* to SQLi.
7005 (sql-get-login): Doc fix.
7006
7007 1999-02-12 Ken'ichi Handa <handa@gnu.org>
7008
7009 * international/mule-conf.el (undecided): Set ascii in
7010 safe-charsets property.
7011
7012 1999-02-12 Richard Stallman <rms@gnu.org>
7013
7014 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
7015
7016 1999-02-12 Ken'ichi Handa <handa@gnu.org>
7017
7018 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
7019 value to ps-mule-font-info-database-latin.
7020
7021 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
7022
7023 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
7024 (ps-mule-font-info-database-default): New variable.
7025 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
7026 ps-mule-font-info-database-default.
7027
7028 1999-02-12 Dave Love <fx@gnu.org>
7029
7030 * timezone.el (timezone-make-date-sortable)
7031 (timezone-make-date-arpa-standard): Doc fix.
7032
7033 1999-02-12 Ken'ichi Handa <handa@gnu.org>
7034
7035 * international/quail.el (quail-show-kbd-layout): Bind
7036 blink-matching-paren to nil.
7037
7038 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
7039 for ASCII and Latin-1.
7040
7041 1999-02-12 Andreas Schwab <schwab@gnu.org>
7042
7043 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
7044
7045 1999-02-12 Kenichi Handa <handa@etl.go.jp>
7046
7047 * international/mule-cmds.el (language-info-alist): Remove
7048 description about charset-origin-alist.
7049
7050 * international/mule.el: Comment added for a new coding system
7051 property `charset-origin-alit'.
7052 (make-translation-table): This variable deleted.
7053
7054 * language/chinese.el (chinese-big5): Add charset-origin-alist
7055 property.
7056 ("Chinese-CNS"): Remove charset-origin-alist property.
7057
7058 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
7059 property.
7060 (cyrillic-alternativnyj): Likewise.
7061 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
7062 ("Cyrillic-ALT"): Likewise.
7063
7064 * language/vietnamese.el (vietnamese-viqr): Add
7065 charset-origin-alist property.
7066 ("Vietnamese"): Remove charset-origin-alist property.
7067
7068 * simple.el (what-cursor-position): Don't use the varialbe
7069 charset-origin-alist, but use charset-origin-alist property of
7070 buffer-file-coding-system to decide external character set code.
7071
7072 1999-02-10 Richard Stallman <rms@gnu.org>
7073
7074 * shadowfile.el: Don't turn on the mode when the file is loaded.
7075
7076 1999-02-09 Richard Stallman <rms@gnu.org>
7077
7078 * progmodes/compile.el (compile-auto-highlight): Customize.
7079
7080 * add-log.el (add-log-file-name-function): New variable.
7081 (add-change-log-entry): Call that function, if non-nil.
7082
7083 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
7084
7085 * rmail.el (rmail-search): Track match with a marker, not an integer.
7086
7087 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7088
7089 * progmodes/compile.el (compilation-setup): Set value of
7090 compilation-directory-stack as in compilation-forget-errors.
7091 (compile-reinitialize-errors): Bind buffer-undo-list and
7092 deactivate-mark.
7093 (compilation-forget-errors): Likewise.
7094
7095 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
7096
7097 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
7098 def... constructs.
7099
7100 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
7101 Remove calls to sleep-for.
7102
7103 1999-02-08 Eli Zaretskii <eliz@gnu.org>
7104
7105 * international/codepage.el (cp-coding-system-for-codepage-1): On
7106 MS-DOS, use dos-unsupported-char-glyph for characters not
7107 supported by the codepage.
7108 (cp-make-coding-systems-for-codepage): Likewise.
7109
7110 1999-02-08 Andreas Schwab <schwab@gnu.org>
7111
7112 * international/mule-util.el (coding-system-list): Don't sort
7113 coding-system-list here.
7114
7115 * international/mule.el (coding-system-lessp): Moved here from
7116 mule-util.el
7117 (add-to-coding-system-list): New function.
7118 (make-subsidiary-coding-system, make-coding-system,
7119 define-coding-system-alias): Use it instead of setting
7120 coding-system-list directly.
7121
7122 1999-02-07 Dave Love <fx@gnu.org>
7123
7124 * calendar/appt.el (appt-make-list): Don't splice quotes and date
7125 onto message.
7126
7127 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7128
7129 * imenu.el (imenu--last-menubar-index-alist): Add doc.
7130 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
7131
7132 1999-02-06 Richard Stallman <rms@gnu.org>
7133
7134 * language/european.el (setup-slovenian-environment): New function.
7135 ("Slovenian"): New language environment.
7136
7137 * progmodes/sql.el (sql-help): Doc fix.
7138 (sql-mysql): Doc fix.
7139
7140 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7141
7142 * tex-mode.el: When compiling, require compare-w and skeleton
7143 to pacify the byte-compiler. Move the def's of the tex-commands
7144 together. Add a comment on kill-process vs. quit-process.
7145
7146 1999-02-05 Dave Love <fx@gnu.org>
7147
7148 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
7149 null markers.
7150 (compile-goto-error): Likewise.
7151
7152 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
7153
7154 * time-stamp.el (time-stamp-format): Format doc tighter.
7155 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
7156 (time-stamp): Don't re-write the time stamp if it didn't change.
7157
7158 1999-02-05 Alex Schroeder <asc@bsiag.com>
7159
7160 * progmodes/sql.el: Changed version to 1.2.1.
7161 (sql-pop-to-buffer-after-send-region): Improved documentation.
7162 (sql-mysql-program): Added MySQL support.
7163 (sql-prompt-length): Made prompt-length configurable.
7164 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
7165 (sql-help): Added MySQL support, changed documentation.
7166 (sql-send-region): A message is displayed if something is sent.
7167 (sql-mode): Added buffer-local comment-start.
7168 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
7169 (sql-interactive-mode): Added buffer-local comment-start.
7170 (sql-oracle): Set sql-prompt-length.
7171 (sql-sybase): Set sql-prompt-length.
7172 (sql-mysql): Added MySQL support.
7173 (sql-ingres): Set sql-prompt-length.
7174 (sql-ms): Set sql-prompt-length.
7175 (sql-postgres): Set sql-prompt-length.
7176
7177 1999-02-04 Eli Zaretskii <eliz@gnu.org>
7178
7179 * term/internal.el (dos-codepage-setup): Set selection coding
7180 system to cpNNN-dos.
7181
7182 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7183
7184 * international/characters.el: Let ethiopic use iso-2022-7bit.
7185
7186 1999-02-02 Dave Love <fx@gnu.org>
7187
7188 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
7189 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
7190
7191 1999-02-02 Karl Heuer <kwzh@gnu.org>
7192
7193 * terminal.el (terminal-emulator): Doc fix.
7194
7195 1999-02-02 Ken'ichi Handa <handa@gnu.org>
7196
7197 * international/mule-util.el (compose-chars): Doc-string
7198 modified. Correctly handle a composition character in ARGS.
7199
7200 1999-02-01 Richard Stallman <rms@gnu.org>
7201
7202 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
7203 (makefile-menu-index-function): Function deleted.
7204 (makefile-mode): Use makefile-imenu-generic-expression.
7205
7206 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
7207
7208 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
7209 change, invoke from before-init-hook.
7210
7211 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
7212
7213 * subr.el (remove-from-invisibility-spec): Cope with the case when
7214 buffer-invisibility-spec is t.
7215
7216 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
7217
7218 * calendar/calendar.el (calendar-mode-map): Fix bindings for
7219 appt-add and appt-delete.
7220
7221 1999-02-01 Eli Zaretskii <eliz@gnu.org>
7222
7223 * term/pc-win.el (msdos-approximate-color): New function.
7224 (msdos-color-translate): Call it to find a DOS color that best
7225 approximates an X-style "#NNNNNN" color specification.
7226
7227 1999-02-01 Ken'ichi Handa <handa@gnu.org>
7228
7229 * international/mule-util.el (compose-chars-component): Add
7230 autoload cookie.
7231
7232 1999-01-31 Ken'ichi Handa <handa@gnu.org>
7233
7234 * international/quail.el (quail-lookup-key): If cdr of MAP is a
7235 function, replace cdr of MAP by the return value of the function
7236 unconditionally.
7237
7238 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7239
7240 * progmodes/compile.el (compilation-next-error-locus): Don't
7241 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
7242
7243 1999-01-31 Eli Zaretskii <eliz@gnu.org>
7244
7245 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
7246 and NLs before "charset", and allow the charset name be in double
7247 quotes.
7248
7249 1999-01-31 Richard Stallman <rms@gnu.org>
7250
7251 * imenu.el (imenu-sort-function): Fix custom type.
7252
7253 1999-01-30 Richard Stallman <rms@gnu.org>
7254
7255 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
7256 (speedbar-line-token): Likewise.
7257
7258 * play/gametree.el (gametree-default-score): Use defcustom.
7259 (gametree-score-regexp, gametree-score-closer): Likewise.
7260 (gametree-score-manual-flag, gametree-score-opener): Likewise.
7261
7262 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7263
7264 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
7265 decoding.
7266
7267 1999-01-29 Markus Rost <rost@gnu.org>
7268
7269 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
7270 tex-validate-buffer.
7271 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
7272 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
7273 now with recent occur-mode.
7274 (tex-validate-region): Really walk through all Sexps.
7275 (tex-region): Bind shell-dirtrack-verbose.
7276 (tex-file, tex-bibtex-file): Likewise.
7277
7278 1999-01-29 Dave Love <fx@gnu.org>
7279
7280 * finder.el: (finder-commentary): Fix interactive spec. Try
7281 appending .el to file name.
7282 (finder-find-library, finder-commentary): Doc fixes.
7283
7284 1999-01-29 Andrew Innes <andrewi@gnu.org>
7285
7286 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
7287 where the userid contains directory separators.
7288
7289 1999-01-29 Dave Love <fx@gnu.org>
7290
7291 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
7292 (lm-commentary): Doc fix.
7293
7294 1999-01-29 Andreas Schwab <schwab@gnu.org>
7295
7296 * files.el (file-expand-wildcards): Never consider `.' and `..' a
7297 wildcard match. Fix regexp that tests if dirpart contains
7298 wildcard characters.
7299
7300 1999-01-28 Richard Stallman <rms@gnu.org>
7301
7302 * font-lock.el (font-lock-default-unfontify-region):
7303 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
7304
7305 1999-01-27 Jason Rumney <jasonr@altavista.net>
7306
7307 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
7308 from FAMILY field.
7309 (w32-create-initial-fontsets): Do not use before-init-hook.
7310 (mouse-set-font): Document. Automatically create and use fontsets.
7311
7312 * dos-w32.el (direct-print-region-helper): Check for printer
7313 being t as well as a string.
7314
7315 1999-01-27 Kenichi Handa <handa@etl.go.jp>
7316
7317 * mail/rmail.el (rmail-decode-mime-charset): New variable.
7318 (rmail-mime-charset-pattern): New variable.
7319 (rmail-convert-to-babyl-format): Decode by MIME-charset if
7320 rmail-decode-mime-charset is non-nil.
7321
7322 1999-01-27 Ken'ichi Handa <handa@gnu.org>
7323
7324 * international/characters.el: Set category `q' for all characters
7325 in tibetan and tibetan-1-column.
7326
7327 1999-01-27 Andrew Innes <andrewi@gnu.org>
7328
7329 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
7330 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
7331
7332 1999-01-27 Dave Love <fx@gnu.org>
7333
7334 * international/mule-cmds.el (current-language-environment):
7335 Provide :link, :type (choices) and appropriate :get.
7336
7337 1999-01-27 Eli Zaretskii <eliz@gnu.org>
7338
7339 * startup.el (command-line): Set default eol-mnemonic-* strings to
7340 display end-of-line format in mode line.
7341
7342 * cus-start.el (all): Add eol-mnemonic-* variables.
7343
7344 1999-01-26 Dave Love <fx@gnu.org>
7345
7346 * startup.el (command-line-1): Up-date copyright.
7347
7348 * paths.el (Info-default-directory-list): Use configdir twice.
7349
7350 * info.el (Info-directory-list): Don't set path-separator now
7351 we're not shipped with Texinfo. Simplify path definition.
7352 Substitute all occurrences of instdir in Info-default-directory-list.
7353
7354 1999-01-25 Richard Stallman <rms@gnu.org>
7355
7356 * startup.el (normal-top-level-add-subdirs-to-load-path):
7357 Record the inode numbers of the dirs processed, to avoid loop.
7358
7359 * textmodes/tex-mode.el (tex-run-command): Doc fix.
7360
7361 1999-01-25 Dave Love <fx@gnu.org>
7362
7363 * browse-url.el (browse-url-netscape-program): Doc addition.
7364
7365 * help.el (help-make-xrefs): Default info references to an `(emacs)'
7366 prefix.
7367
7368 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
7369 auto-mode-alist.
7370
7371 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7372
7373 * calendar/diary-lib.el (mark-diary-entries): Use
7374 assoc-ignore-case and do not capitalize when matching month and
7375 day names.
7376
7377 * calendar/calendar.el (calendar-read-date): Ditto.
7378
7379 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7380 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7381
7382 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
7383
7384 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7385
7386 * calendar/cal-islam.el (calendar-goto-islamic-date)
7387 (mark-islamic-diary-entries): Ditto.
7388
7389 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7390
7391 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7392 (calendar-read-mayan-tzolkin-date): Ditto.
7393
7394 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
7395
7396 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
7397
7398 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
7399
7400 1999-01-25 Karl Heuer <kwzh@gnu.org>
7401
7402 * faces.el (list-faces-display): Multiline case of previous fix.
7403
7404 1999-01-25 Andreas Schwab <schwab@gnu.org>
7405
7406 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
7407
7408 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
7409
7410 * files.el (find-file): If find-file-noselect returns a list,
7411 do switch-to-buffer on each element.
7412 (find-file-other-window): Likewise for all but the first element.
7413 (find-file-other-frame): Same.
7414 (find-file-noselect): When we expand a wildcard, return a list
7415 of buffers.
7416
7417 1999-01-24 Eli Zaretskii <eliz@gnu.org>
7418
7419 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
7420 to set the appropriate cpNNN-dos coding system as the
7421 highest-priority coding system.
7422
7423 1999-01-23 Ken'ichi Handa <handa@gnu.org>
7424
7425 * international/fontset.el (generate-fontset-menu): Return a
7426 sorted list by plain names of fontsets.
7427
7428 * international/mule-diag.el (list-fontsets): Sort fontsets by
7429 plain names.
7430
7431 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
7432 FIRST is a composite character, decompose it at first.
7433
7434 1999-01-23 Dave Love <fx@gnu.org>
7435
7436 * format.el: Doc fixes.
7437 (format-encode-run-method): Have things happen in the right buffer.
7438 Deal with errors from method. Set coding-system-for-write.
7439 (format-decode-run-method): Have things happen in the right buffer.
7440 Deal with errors from method. Set coding-system-for-read.
7441 (format-alist): Use nil instead of unmatchable regexps.
7442
7443 * simple.el (shell-command-on-region): Return command's exit status.
7444
7445 1999-01-23 Eric Ludlam <zappo@gnu.org>
7446
7447 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
7448 of the file whose info we want to display.
7449 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
7450 (speedbar-add-mode-functions-list) Improve doc.
7451 (speedbar-line-token) New function.
7452 (speedbar-dired) Fix order of directories in -shown-directories.
7453 (speedbar-line-path): Default return is default-directory
7454 (speedbar-buffers-line-path): Return is dir name only.
7455 (speedbar-mode-functions-list): New variable.
7456 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
7457 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
7458 speedbar-files-item-info speedbar-buffers-item-info): New functions.
7459 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
7460 New functions.
7461 (speedbar-line-file): Broke out part that fetches file from a line.
7462 (speedbar-line-text): New function extracted from speedbar-line-file.
7463 (speedbar-line-path): Converted into a replaceable function.
7464 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
7465
7466 1999-01-23 Ken'ichi Handa <handa@gnu.org>
7467
7468 * international/fontset.el (create-fontset-from-x-resource): Make
7469 style variants.
7470
7471 1999-01-22 Dave Love <fx@gnu.org>
7472
7473 * paths.el (Info-default-directory-list): Put sysdir after start.
7474
7475 1999-01-22 Sam Steingold <sds@goems.com>
7476
7477 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
7478 a process associated with it.
7479
7480 1999-01-22 Jason Rumney <jasonr@altavista.net>
7481
7482 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
7483
7484 1999-01-22 Felix Lee <flee@cygnus.com>
7485
7486 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
7487 major-mode.
7488 (vc-annotate-mode): Delete variable.
7489
7490 1999-01-22 Andrew Innes <andrewi@gnu.org>
7491
7492 * startup.el (command-line): [windows-nt]: Check for existence of
7493 .emacs file so as to notice .emacs.el or .emacs.elc and use them
7494 in preference to _emacs.
7495
7496 1999-01-22 Dave Love <fx@gnu.org>
7497
7498 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
7499
7500 1999-01-20 Richard Stallman <rms@gnu.org>
7501
7502 * files.el (find-file-noselect): Do wildcard processing only
7503 if new arg WILDCARDS is non-nil.
7504 (find-file, find-file-other-window): New arg WILDCARDS.
7505 Default it to non-nil if interactive.
7506 (find-file-other-frame): Likewise.
7507 (find-file-read-only): Likewise.
7508 (find-file-read-only-other-window): Likewise.
7509 (find-file-read-only-other-frame): Likewise.
7510
7511 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
7512 (widget-plist-convert-option): Delete spurious comma.
7513
7514 1999-01-19 Jason Rumney <jasonr@altavista.net>
7515
7516 * term/w32-win.el (w32-standard-fontspec-spec): Change
7517 iso8859-5 to koi8-r. Add iso8859-9.
7518
7519 1999-01-19 Dave Love <fx@gnu.org>
7520
7521 * browse-url.el (browse-url-maybe-new-window): Delete macro and
7522 its uses.
7523
7524 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
7525 is active.
7526 (fortran-indent-subprogram): Likewise.
7527
7528 1999-01-19 Dave Love <d.love@dl.ac.uk>
7529
7530 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
7531
7532 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7533
7534 * wid-edit.el (alist): Use sexp as default key-type.
7535
7536 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7537
7538 * textmodes/tex-mode.el (tex-define-common-keys):
7539 Remove key binding of tex-feed-input.
7540 (tex-mode-map): Bind tex-feed-input here.
7541 (tex-start-shell): Use compilation-shell-minor-mode. Set
7542 comint-input-filter-functions before running tex-shell-hook.
7543 (tex-start-tex): Forget compilation errors.
7544 (tex-compilation-parse-errors): Rewritten to work also with
7545 compile-mouse-goto-error and compile-goto-error. Adjusted to
7546 change in tex-region.
7547 (tex-region): For the temp file use file-name without directory.
7548 (tex-file): Expand file name of tex-print-file.
7549
7550 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7551
7552 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
7553
7554 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
7555
7556 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
7557 beginning could cause Emacs to hang. Fixed.
7558
7559 1999-01-18 Ken'ichi Handa <handa@gnu.org>
7560
7561 * international/ccl.el (ccl-compile-translate-character): Handle
7562 the case that a tranlation table is CCL register correctly.
7563
7564 * international/mule-cmds.el (select-safe-coding-system):
7565 Hightlight at most 256 characters.
7566
7567 1999-01-18 Dave Love <fx@gnu.org>
7568
7569 * startup.el (command-line): If the init file changes operation to
7570 unibyte, make all buffers unibyte and re-set language environment.
7571
7572 * disp-table.el (standard-display-european): Make all existing
7573 buffers unibyte. Fix doc.
7574
7575 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
7576
7577 * wid-edit.el (coding-system): Define this unconditionally.
7578
7579 * simple.el (shell-command-on-region-default-error-buffer): New var.
7580 (shell-command-on-region): Use that variable as interactive
7581 value of ERROR-BUFFER argument.
7582
7583 1999-01-17 Sam Steingold <sds@goems.com>
7584
7585 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
7586
7587 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7588
7589 * progmodes/compile.el (compilation-goto-locus): If already in the
7590 compilation buffer's window, keep it in that window.
7591 (compile-mouse-goto-error): Add Doc. Don't play with windows.
7592 (compile-goto-error): Don't play with windows.
7593
7594 * textmodes/tex-mode.el (latex-run-command): Doc fix.
7595 (tex-command): Doc fix.
7596 (tex-compilation-parse-errors): Doc fix.
7597 (tex-generate-zap-file-name): Don't start the name with -.
7598 (tex-expand-files): Works now also with strings ending with ":".
7599
7600 1999-01-17 Ian T Zimmerman <itz@transbay.net>
7601
7602 Patch failed to install:
7603 * gametree.el: Document scoring functionality.
7604 (gametree-score-regexp): Add optional plus sign.
7605 (gametree-score-opener): Replace `:' with `=' as the former
7606 conflicts with gametree-half-ply-regexp.
7607 (gametree-transpose-following-leaves): Add.
7608 (gametree-insert-new-leaf): Make modifying commands barf in read
7609 only buffers.
7610 (gametree-break-line-here): Add a call to
7611 `gametree-transpose-following-leaves'. This maintains the
7612 necessary invariant that on each level all leaf children precede
7613 all nonleaf children. This has always been implied, but left to
7614 the user, and, unfortunately, undocumented.
7615
7616 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
7617
7618 * wid-edit.el (plist, alist): New widget types.
7619
7620 1999-01-17 Dave Love <fx@gnu.org>
7621
7622 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
7623 fix scope of condition-case therein.
7624
7625 1999-01-17 Andrew Innes <andrewi@gnu.org>
7626
7627 * dos-w32.el: (find-buffer-file-type-coding-system): Use
7628 default-buffer-file-coding-system when file doesn't exist (and
7629 isn't covered by a special case) instead of forcing undecided-dos
7630 against the user's wishes.
7631
7632 * dos-w32.el (direct-print-region-helper): New function based on
7633 direct-print-region-function; sends data to specified printer port
7634 without further translation. Recognize and handle specially the
7635 standard `print' and `nprint' programs, as well as `lpr' and
7636 similar programs. Only write directly to the printer port if no
7637 print program is specified. Work around a bug in Windows 9x
7638 affecting Win32 version of Emacs by invoking command.com to write
7639 to the printer port instead of writing directly.
7640 (direct-print-region-function): Use direct-print-region-helper to
7641 do most of the work.
7642 (direct-ps-print-region-function): New function; analogue of
7643 direct-print-region-function for ps-print.
7644 (ps-lpr-command): Comment out setq; leave as example usage.
7645 (ps-lpr-switches): Ditto.
7646
7647 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
7648 and MS-Windows.
7649 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
7650 DOS and Windows platforms, to indicate direct printing. Update
7651 the docstring accordingly.
7652
7653 * ps-print.el: (ps-printer-name): Update docstring about usage on
7654 MS-DOS and MS-Windows.
7655 (ps-lpr-command): Update docstring as for lpr-command.
7656 (ps-print-region-function): New variable.
7657 (ps-do-despool): Use it.
7658 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
7659 DOS/Windows.
7660
7661 * subr.el (subst-char-in-string): New function.
7662
7663 1999-01-17 Eli Zaretskii <eliz@gnu.org>
7664
7665 * international/codepage.el (cp852-decode-table): Fill a nil entry.
7666
7667 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
7668 (bdf-find-font-info): New function, looks for the first readable
7669 file from a list of alternatives.
7670 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
7671 instead of bdf-get-font-info.
7672 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
7673 to ps-mule-generate-bitmap-glyph.
7674
7675 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
7676 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
7677 now be a list of alternative names.
7678 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
7679 (ps-mule-prepare-font): Likewise.
7680
7681 * international/codepage.el (cp855-decode-table,
7682 cp850-decode-table): Fill some nil entries.
7683
7684 1999-01-16 Dave Love <fx@gnu.org>
7685
7686 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
7687 last change.
7688
7689 1999-01-15 Dave Love <fx@gnu.org>
7690
7691 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
7692 and change regexp for command names.
7693 (help-xref-go-back, function-called-at-point, symbol-file)
7694 (where-is): Doc fixes.
7695 (help-xref-go-back): Remove interactive spec.
7696 (describe-function-1): Fix message for alias. Buttomize alias
7697 name.
7698
7699 * simple.el (join-line): New alias.
7700
7701 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
7702
7703 * forms.el: (forms--show-record): Convert integers to string
7704 expicitly since concat will no longer accept integers.
7705 (forms-print): Use local `total-nb-records' since
7706 `forms--total-records' will be inaccessible after buffer switching.
7707
7708 1998-01-14 Felix Lee <flee@cygnus.com>
7709
7710 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
7711
7712 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7713
7714 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
7715
7716 1999-01-14 Eli Zaretskii <eliz@gnu.org>
7717
7718 * international/codepage.el (cp850-decode-table): Fix previous change.
7719
7720 1999-01-14 Simon Marshall <simon@gnu.org>
7721
7722 * shell.el (shell-dirtrack-verbose): New custom variable.
7723 (shell-dirstack-message): Use it.
7724
7725 1999-01-14 Kenichi Handa <handa@etl.go.jp>
7726
7727 * international/mule-conf.el: Coding system alias `dos' for
7728 `undecided-dos', `mac' for `undecided-mac'.
7729
7730 * international/mule-cmds.el (describe-language-environment):
7731 Don't alter input-method-alist.
7732
7733 1999-01-13 Eli Zaretskii <eliz@gnu.org>
7734
7735 * international/codepage.el (cp850-decode-table): Replace nil
7736 entries with codes of similary looking glyphs. (Suggested by
7737 Jason Rumney <jasonr@altavista.net>.)
7738
7739 1999-01-13 Dave Love <fx@gnu.org>
7740
7741 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
7742
7743 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
7744
7745 1999-01-12 Karl Heuer <kwzh@gnu.org>
7746
7747 * files.el (auto-save-hook): Defvar this.
7748
7749 1999-01-12 Alex Schroeder <asc@bsiag.com>
7750
7751 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
7752 faces, eliminating the need to load font-lock before loading sql.
7753 (sql-mode-oracle-font-lock-keywords): Likewise.
7754 (sql-mode-postgres-font-lock-keywords): Likewise.
7755
7756 1999-01-11 Dave Love <fx@gnu.org>
7757
7758 * cus-start.el: Add inhibit-eol-conversion.
7759
7760 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
7761 the values round.
7762
7763 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
7764
7765 * help.el (help-mode-finish): Renamed from help-mode-maybe.
7766 Don't switch to Help mode here.
7767 (temp-buffer-setup-hook): Use help-mode-finish.
7768 (help-mode-setup): New function.
7769 (temp-buffer-setup-hook): Use help-mode-setup.
7770
7771 * progmodes/sql.el: New file.
7772
7773 * files.el (auto-mode-alist): Add sql-mode.
7774
7775 * faces.el (list-faces-display): Improve the formatting
7776 by computing the maximum length required for any face-name.
7777
7778 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7779
7780 * progmodes/compile.el (compilation-shell-minor-mode): New function.
7781
7782 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
7783
7784 * term.el (term_send_home): Change the string to
7785 be the same as the one emitted by xterm and consistent with the
7786 ones emitted by prior and next.
7787 (term_send_end): Likewise.
7788
7789 1999-01-10 Dave Love <fx@gnu.org>
7790
7791 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
7792 bindings.
7793
7794 1999-01-10 Eli Zaretskii <eliz@gnu.org>
7795
7796 * international/codepage.el (codepage-setup): Doc fix.
7797 (cp-decoding-vector-for-codepage): Likewise.
7798
7799 1999-01-10 Markus Rost <rost@gnu.org>
7800
7801 * cus-edit.el (custom-save-delete): First scan the custom-file.
7802
7803 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
7804
7805 * international/iso-transl.el: Define a "function name" for
7806 each translation that isn't ASCII. Use these function names
7807 in iso-transl-char-map.
7808
7809 1999-01-08 Kenichi Handa <handa@etl.go.jp>
7810
7811 * international/mule-util.el (decompose-region): Do decomposition
7812 on temporary unibyte buffer.
7813
7814 * international/mule.el (make-char): Doc-string modified.
7815
7816 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7817
7818 * simple.el (comment-region): Delete spaces only if we
7819 deleted a comment starter.
7820
7821 1999-01-07 Dave Love <fx@gnu.org>
7822
7823 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7824
7825 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
7826 like eval-defun does.
7827
7828 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
7829
7830 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
7831 constructions. Doc fixes.
7832 (generic-create-generic-function): Use defalias, not fset.
7833
7834 * find-func.el: More doc fixes.
7835
7836 1999-01-06 Stephen Eglen <stephen@gnu.org>
7837
7838 * files.el (save-buffers-kill-emacs): Show the list of current
7839 processes before prompting to kill them and exit.
7840
7841 1999-01-06 Dave Love <fx@gnu.org>
7842
7843 * emacs-lisp/find-func.el: Doc fixes.
7844 (find-function-regexp): Extend for define-generic-mode,
7845 define-derived-mode, easy-mmode-define-minor-mode.
7846
7847 1999-01-06 Dave Love <fx@gnu.org>
7848
7849 * progmodes/fortran.el (fortran-window-create): Account for scroll
7850 bar width.
7851
7852 * browse-url.el: Require (noerror) w3-auto when compiling.
7853 (browse-url-maybe-new-window): Make it a macro and revert last
7854 change to callers.
7855 (browse-url-w3): Require w3 for w3-fetch-other-window.
7856
7857 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7858
7859 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
7860 argument.
7861
7862 1999-01-06 Simon Marshall <simon@gnu.org>
7863
7864 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
7865
7866 * font-lock.el (font-lock-default-fontify-buffer): When using
7867 with-temp-message, use nil rather than current-message.
7868
7869 * lazy-lock.el (lazy-lock-unstall):
7870 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
7871 rather than current-message.
7872
7873 * fast-lock.el (fast-lock-save-cache-1):
7874 (fast-lock-cache-data): When using with-temp-message, use nil rather
7875 than current-message.
7876
7877 1999-01-06 Eli Zaretskii <eliz@gnu.org>
7878
7879 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7880 the valid-codes property.
7881
7882 * international/mule-cmds.el (prefer-coding-system): Call
7883 set-coding-priority, so that the internal array of priorities is
7884 also updated.
7885
7886 * international/mule-util.el:
7887 (coding-system-change-eol-conversion,
7888 coding-system-change-text-conversion): Don't define here.
7889
7890 * international/mule-cmds.el: Define them here. Remove the
7891 autoload cookies.
7892
7893 1999-01-06 Andreas Schwab <schwab@gnu.org>
7894
7895 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
7896 if it was enabled before.
7897
7898 * view.el (View-revert-buffer-scroll-page-forward): Bind
7899 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
7900
7901 * files.el (recover-session): Preserve point when inserting
7902 explanation.
7903
7904 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
7905
7906 * cus-edit.el (custom-save-delete): Don't delete whitespace
7907 and comments before the sexp that is replaced.
7908
7909 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7910
7911 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
7912
7913 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
7914
7915 * vc.el (vc-dired-hook): Use the original value of
7916 dired-move-to-filename-regexp on lines that have not been
7917 reformatted yet.
7918 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
7919 file lines have already been reformatted.
7920
7921 1999-01-05 Dave Love <fx@gnu.org>
7922
7923 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
7924 buffer-local.
7925
7926 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
7927
7928 * progmodes/f90.el: Change of regular expressions for type to
7929 correct highlighting and identation. Some small fixes for
7930 compatibility with XEmacs.
7931
7932 1999-01-05 Stephen Eglen <stephen@gnu.org>
7933
7934 * mspools.el (mspools-vm-system-mail): Provide an alternative
7935 value based on rmail-spool-directory if $MAIL is not defined.
7936
7937 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
7938
7939 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
7940 (reftex-section-info): Handle negative section levels.
7941 (reftex-view-crossref-extra): New option.
7942 (reftex-view-crossref): Generalized to work in more places.
7943 (reftex-find-citation-regexp-format, reftex-find-reference-format,
7944 reftex-macros-with-labels, reftex-global-search-marker): New variables.
7945 (reftex-view-cite-locations-from-bibtex): New command.
7946 (reftex-view-regexp-match, reftex-global-search,
7947 reftex-global-search-continue): New functions.
7948 (reftex-extract-bib-entries): No error for non-existing BibTeX
7949 file, just a message.
7950 (reftex-extract-bib-entries): Better error handling.
7951 (reftex-select-with-char): Use `*RefTeX Select*' for selection
7952 help and force it on current frame.
7953 (reftex-default-bibliography): New function.
7954 (reftex-access-parse-file): Check consistency after loading a
7955 parse file. When inconsistent, enfore rescan.
7956 (reftex-check-parse-consistency): New function.
7957 (easy-menu-define): Options section drastically shortened.
7958
7959 1999-01-05 Kenichi Handa <handa@etl.go.jp>
7960
7961 * language/thai-util.el (thai-compose-string): New function.
7962
7963 1999-01-04 Inge Frick <inge@nada.kth.se>
7964
7965 * easymenu.el (easy-menu-define): Doc fix.
7966 (easy-menu-create-menu): New keyword :included.
7967 (easy-menu-do-add-item): New keyword :included. SUFFIX may
7968 be an expression, not only a string. Simulate style `button'.
7969 Use easy-menu-define-key-intern instead of easy-menu-define-key.
7970 (easy-menu-define-key-intern): New function.
7971 (easy-menu-add-item): Understand value returned from
7972 easy-menu-item-present-p and easy-menu-remove-item.
7973 (easy-menu-return-item): New function.
7974 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
7975
7976 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
7977
7978 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
7979 Use rmail-output-read-rmail-file-name to read the file name.
7980 Always call rmail-output-to-rmail-file noninteractively.
7981 When count > 1, do the loop here.
7982 Handle rmail-delete-after-output here.
7983 (rmail-summary-output): Similar changes.
7984
7985 * mail/rmailout.el: Provide `rmailout'.
7986 (rmail-output-read-rmail-file-name): New function.
7987 (rmail-output-to-rmail-file): Use that.
7988 (rmail-output-read-file-name): New function.
7989 (rmail-output): Use that.
7990
7991 * files.el (find-file-noselect): Let /: suppress wildcard matching.
7992 Error if wildcard matches no files.
7993
7994 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7995
7996 * menu-bar.el (clipboard-yank): Doc fix.
7997
7998 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
7999
8000 1998-12-31 Markus Rost <rost@delysid.gnu.org>
8001
8002 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
8003
8004 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
8005
8006 * rmail.el (rmail-encode-string): Make sure mask value is
8007 positive; (emacs-pid) returns a negative number on Windows 9x
8008 which causes odd behaviour.
8009
8010 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
8011
8012 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
8013 and about w32-* variables unless on Windows/NT.
8014
8015 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
8016
8017 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
8018 if buffer is modified; ask about all modified buffers.
8019
8020 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8021
8022 * simple.el (what-cursor-position): Fix previous change.
8023
8024 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
8025
8026 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
8027 from paragraph-start.
8028
8029 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
8030
8031 * international/mule-cmds.el (prefer-coding-system): If the
8032 argument requires specific EOL conversion type, make the default
8033 coding systems use that.
8034
8035 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
8036
8037 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
8038 Use shell-command-on-region.
8039 (m4-start-m4, m4-end-m4): Functions deleted.
8040
8041 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
8042
8043 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
8044
8045 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8046
8047 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
8048 to compose-mail in the correct places and as a list.
8049
8050 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
8051
8052 * page-ext.el: Added mouse-selection feature for pages directory buffer.
8053 (pages-directory-map): Bind mouse-2
8054 (pages-copy-header-and-position): Put text property.
8055 (pages-directory-goto-with-mouse): New function.
8056
8057 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
8058
8059 * international/codepage.el (cp-make-coding-systems-for-codepage):
8060 Doc fix.
8061 (cp-coding-system-for-codepage-1): Likewise.
8062
8063 1998-12-29 Kenichi Handa <handa@etl.go.jp>
8064
8065 * language/thai-util.el (thai-post-read-conversion): Handle Thai
8066 composition sequence correctly here instead of calling
8067 thai-compose-region.
8068
8069 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
8070 newline in multibyte buffer, if previous or next character is a
8071 composite char, check the first component of the composite char.
8072
8073 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
8074
8075 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
8076 and track-mouse.
8077
8078 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8079
8080 * mail/sendmail.el (mail-yank-original): Remove text properties
8081 after insertion.
8082 (mail-yank-region): Barf if no mark is set in the message
8083 being replied to.
8084
8085 * help.el (function-called-at-point): First look for function at point.
8086
8087 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8088
8089 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
8090
8091 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8092
8093 * simple.el (what-cursor-position): Print character encoding also.
8094
8095 1998-12-26 Dave Love <fx@gnu.org>
8096
8097 * textmodes/flyspell.el: If local-maps work, don't put
8098 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
8099 in flyspell-mouse-map (only).
8100 (flyspell-use-local-map): New variable.
8101 Use a different mouse-2 binding in that case,
8102 and don't add to minor-mode-map-alist.
8103 (make-flyspell-overlay, flyspell-correct-word):
8104 Test flyspell-use-local-map.
8105
8106 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8107
8108 * files.el (file-expand-wildcards): Handle wildcards in directory name.
8109 Be careful about whether to return a relative file name,
8110 and if so, relative to what directory.
8111
8112 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
8113
8114 * emacs-lisp/easymenu.el (easy-menu-get-map):
8115 Change global map only if this menu exists in the global map already,
8116 and not in the local map.
8117 (easy-menu-do-add-item): Fix error message.
8118
8119 * foldout.el (foldout-inhibit-key-bindings):
8120 Avoid concatenating onto outline-minor-mode-prefix.
8121 Make a new keymap for that prefix, if it does not already have one.
8122
8123 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
8124
8125 * cperl-mode.el:
8126 Can use linear algorithm for indentation if Emacs supports it.
8127 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
8128 (cperl-after-block-p): Likewise.
8129 (cperl-after-block-and-statement-beg): Likewise.
8130 (cperl-after-block-p): After END/BEGIN we are a block.
8131 (cperl-after-expr-p): Skip labels when checking
8132 (cperl-indent-region): Make a marker for END - text added/removed.
8133 Disable hooks during the call (how to call them later?).
8134 Now indents 820-line-long function in 6.5 sec (including
8135 syntaxification) the first time (when buffer has few
8136 properties), 7.1 sec the second time.
8137 (cperl-indent-region): Do not indent whitespace lines
8138 (cperl-style-alist)
8139 Include `cperl-merge-trailing-else' where the value is clear.
8140 (cperl-styles-entries): Likewise.
8141 (cperl-problems): Improvements to docs.
8142 (cperl-tips): Likewise.
8143 (cperl-non-problems): Likewise.
8144 (cperl-mode): Make lazy syntaxification possible.
8145 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
8146 `font-lock-unfontify-region-function' was set to a wrong function.
8147
8148 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
8149 restart syntaxification. Changed so that -d ?foo? is a RE. Do
8150 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
8151 but 1<<6 was considered as HERE-doc.
8152 <file/glob> made into a string.
8153 Postpone addition of faces after syntactic step.
8154 Recognition of <FH> was wrong.
8155 Highlight `gem' in s///gem as a keyword. `qr' recognized.
8156 Knows that split// is null-RE.
8157 Highlights separators in 3-parts expressions as labels.
8158 <> was considered as a glob.
8159 Would err if the last line is `=head1'.
8160 $a-1 ? foo : bar; was a considered a regexp.
8161 `<< (' was considered a start of HERE-doc.
8162 mark qq[]-etc sections as syntax-type=string
8163 Was not processing sub protos after a comment ine.
8164 Was treating $a++ <= 5 as a glob.
8165 Tolerate unfinished REx at end-of-buffer.
8166 `unwind-protect' was left commented.
8167 / and ? after : start a REx.
8168
8169 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
8170 Better default, customizes to `message' too, off in text-mode.
8171
8172 (cperl-array-face): Renamed from `font-lock-emphasized-face',
8173 `defface'd.
8174 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
8175 `defface'd.
8176 (cperl-emacs-can-parse): New state variable.
8177 (cperl-indent-line): Corrected to use global state.
8178 (cperl-calculate-indent): Likewise.
8179 (cperl-fix-line-spacing): Likewise (not used yet).
8180 (cperl-calculate-indent): Did not consider `,' as
8181 continuation mark for statements.
8182 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
8183 Remove another parse-data optimization at toplevel: would
8184 indent correctly.
8185 Correct for labels when calculating indentation of continuations.
8186 Docstring updated.
8187 (cperl-choose-color): Converted to a function (to be
8188 compilable in text-mode).
8189 (cperl-dark-background): Disable without window-system.
8190 Do `defface' only if window-system.
8191 (cperl-fix-line-spacing): Sped up to bail out early.
8192 (x-color-defined-p): Was not compiling on XEmacs
8193 Was defmacro'ed with a tick. Remove another def.
8194 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
8195 (cperl-unwind-to-safe): New function.
8196 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
8197 (cperl-fontify-syntaxically): Unwinds start and end to go out of
8198 long strings (not very successful).
8199 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
8200 Highlight the starting // in s//foo/ as function-name.
8201 Emit a meaningful error instead of a cryptic one for an
8202 uncomplete REx near end-of-buffer.
8203
8204 (cperl-electric-keyword): `qr' recognized.
8205 (cperl-electric-else): Likewise
8206 (cperl-to-comment-or-eol): Likewise
8207 (cperl-make-regexp-x): Likewise
8208 (cperl-init-faces): Likewise, and `lock' (as overridable?).
8209 Corrected to use new macros;
8210 `if' for copying `reference-face' to `constant-face' was backward.
8211 remove init `font-lock-other-emphasized-face',
8212 `font-lock-emphasized-face', `font-lock-keyword-face'.
8213 Interpolate `cperl-invalid-face'.
8214 (cperl-make-regexp-x): Misprint in a message.
8215 (cperl-syntaxify-unwind): New configuration variable
8216 (cperl-fontify-m-as-s): New configuration variable
8217 (cperl-electric-pod): Check for after-expr was performed
8218 inside of POD too.
8219 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
8220 (cperl-clobber-mode-lists): New configuration variable.
8221 (cperl-not-bad-style-regexp): Updated.
8222 Init: `cperl-is-face' was busted.
8223 (cperl-make-face): New macros.
8224 (cperl-force-face): New macros.
8225 (font-lock-other-type-face): Done via `defface' too.
8226 (cperl-nonoverridable-face): New face. Renamed from
8227 `font-lock-other-type-face'.
8228 (cperl-init-faces-weak): Use `cperl-force-face'.
8229 (cperl-comment-indent): Commenting __END__ was not working.
8230 (cperl-indent-for-comment): Likewise.
8231 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
8232 When removing old TAGS info was not relativizing filename.
8233 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
8234 Another try to work around XEmacs problems. Better progress messages.
8235 (toplevel): Require custom unprotected => failure on 19.28.
8236 (cperl-xemacs-p): Defined when compile too
8237 (cperl-find-tags): Was writing line/pos in a wrong order,
8238 pos off by 1 and not at beg-of-line.
8239 (cperl-etags-snarf-tag): New macro
8240 (cperl-etags-goto-tag-location): New macro
8241 (cperl-version): New variable. New menu entry
8242 random docstrings: References to "future" 20.3 removed.
8243 Menu was described as `CPerl' instead of `Perl'
8244 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
8245 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
8246 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
8247 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
8248 `font-lock-reference-face', `font-lock-keyword-face'.
8249 Use `eval-after-load'.
8250 Remove not-CPerl-related faces.
8251 (cperl-tips-faces): New variable and an entry into Mini-docs.
8252 (cperl-indent-exp): Was not processing else-blocks.
8253 (cperl-get-state): NOP line removed.
8254 (cperl-ps-print): New function and menu entry.
8255 (cperl-ps-print-face-properties): New configuration variable.
8256 (cperl-invalid-face): New configuration variable.
8257 (perl-font-lock-keywords): Highlight trailing whitespace
8258 (cperl-contract-levels): Documentation corrected.
8259 (cperl-contract-level): Likewise.
8260 (cperl-ps-extend-face-list): New macro.
8261 (cperl-invalid-face): Change to ''underline.
8262
8263 1998-12-25 Markus Rost <rost@delysid.gnu.org>
8264
8265 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
8266 for read-file-name.
8267 (rmail-output-to-rmail-file): Likewise.
8268
8269 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
8270
8271 * emacs-lisp/easymenu.el (easy-menu-get-map):
8272 If MENU is nil, use global menu-bar map.
8273 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
8274 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
8275
8276 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8277
8278 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
8279
8280 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8281
8282 * ps-print.el (ps-print-version): New version number (4.1.3).
8283
8284 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
8285
8286 * international/mule-cmds.el: Use make-sparse-keymap instead of
8287 define-prefix-key when defining MULE menu items.
8288
8289 * info.el (Info-node-at-bob-matching): New function.
8290 (Info-find-node, Info-build-node-completions): Call it.
8291
8292 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
8293
8294 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
8295 when this is an autoloaded keymap.
8296
8297 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
8298
8299 * international/codepage.el (cp-coding-system-for-codepage-1):
8300 Create separate encoders and decoders, for DOS and Unix. Make the
8301 usual family of 3 coding systems, so that automatic detection of
8302 EOL type works.
8303 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
8304 Unix-specific symbols here, and don't call
8305 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
8306 Handa <handa@etl.go.jp>.)
8307
8308 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
8309
8310 * term/internal.el (IT-character-translations): New variable, an
8311 alist used to display characters for which there's no glyphs in
8312 the current codepage.
8313 (IT-display-table-setup): New function, sets up the DOS terminal
8314 for a given codepage.
8315 (dos-codepage-setup): New function, sets up the MULE environment
8316 for the current value of dos-codepage.
8317 (top-level if): In the multibyte mode, turn on
8318 unibyte-display-via-language-environment. In the unibyte mode,
8319 set up the special syntax tables to map lower- to upper case and
8320 back.
8321
8322 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
8323
8324 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
8325 (speedbar-frame-plist) Remove useless comments.
8326 (speedbar-frame-mode) Do not specify height if it is in the param list.
8327 Use default y position w/out changing it.
8328 If default x position is a list, keep, calculate the non-list X
8329 value when devining an initial position.
8330 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
8331 (speedbar-tag-group-name-minimum-length): New variable.
8332 (speedbar-frame-parameter): New compatibility function.
8333 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
8334 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
8335 groups to keep things in the right order, and to help with some
8336 naming conventions.
8337 (speedbar-create-tag-hierarchy): Enable buffer local version of
8338 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
8339 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
8340 the case, derive it from the cursor location in speedbar.
8341
8342 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
8343
8344 * international/mule-cmds.el (set-language-environment): On MS-DOS
8345 terminals, install DOS-specific nonascii-translation-table if the
8346 language info doesn't specify one. Pass the default eol-type to
8347 set-language-environment-coding-systems.
8348 (set-default-coding-systems): Copy the eol-type property for the
8349 new default values of {buffer-file,process}-coding-system from the
8350 old defaults.
8351 (set-language-environment-coding-systems): Accept an optional
8352 argument EOL-TYPE, and set the eol-type property of the default
8353 coding systems accordingly.
8354 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
8355 (set-keyboard-coding-system): Likewise.
8356 (set-default-coding-systems): Don't set
8357 default-terminal-coding-system on MS-DOS to anything but nil.
8358 (prefer-coding-system): Describe in the doc string that
8359 default-terminal-coding-system is not changed on MS-DOS.
8360 (set-language-environment): For MS-DOS, set standard syntax table
8361 and display table for all characters with code above 127.
8362 (standard-display-european-internal): For MS-DOS, pass all
8363 characters with code above 127 directly to the terminal, and don't
8364 remap characters 160 and 146 in the unibyte case.
8365
8366 * international/codepage.el: New file.
8367
8368 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8369
8370 * diary-lib.el (diary-float): Fix end-of-year error and typos in
8371 comments.
8372
8373 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
8374
8375 * map-ynp.el (map-y-or-n-p): Ignore input methods.
8376
8377 * subr.el (read-passwd): Likewise.
8378
8379 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
8380
8381 * info.el (Info-find-node): Add 1 to the position read from the
8382 tag table. Don't fail if the node delimiter ^_ is the first
8383 character in the file.
8384 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
8385 first character in the file.
8386 (Info-read-subfile): Likewise.
8387 (Info-select-node): Likewise.
8388 (Info-build-node-completions): Likewise.
8389
8390 1998-12-16 Richard Stallman <rms@gnu.org>
8391
8392 * term/x-win.el (x-cut-buffer-or-selection-value):
8393 If clipboard is enabled, try it before PRIMARY selection.
8394
8395 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8396
8397 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
8398 insert c-cedilla and C-cedilla respectively, like in latin-1.
8399
8400 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
8401
8402 * language/hebrew.el: Don't use sublists in the flags argument
8403 passed to make-coding-system.
8404
8405 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8406
8407 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
8408 list of character sets found by find-charset-region.
8409
8410 * ps-mule.el: Always require ps-print. Move some function
8411 definitions for Emacs 20.2 and the earlier to ps-print.el.
8412 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
8413
8414 * ps-print.el: Define several functions for Emacs 20.2 and the
8415 earlier version.
8416 (ps-printer-name): Check if printer-name is bound.
8417
8418 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8419
8420 * ps-mule.el: Programming uniformization and little code improvement.
8421 (ps-mule-prepare-font): Programming uniformization.
8422 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
8423 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
8424
8425 * ps-bdf.el: Programming uniformization and little code improvement.
8426 (bdf-search-and-read): New fun.
8427 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
8428 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
8429 (bdf-info-relative-compose, bdf-info-baseline-offset)
8430 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
8431 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
8432 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
8433 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
8434 improvement.
8435
8436 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8437
8438 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
8439 and mule related code extraction. Autoload ps-mule funs.
8440
8441 * ps-mule.el: Doc fix. Require ps-print only when compiled.
8442 (ps-mule-prologue-generated): New fun.
8443 (ps-mule-plot-string): Add autoload cookie.
8444 (ps-mule-begin-job): Call ps-mule-prologue-generated.
8445
8446 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8447
8448 * ps-bdf.el: Require ps-mule instead of ps-print.
8449 (bdf-directory-list): Add autoload cookie.
8450
8451 * ps-mule.el: New file. Mule related code extracted from
8452 ps-print.el. Require ps-print, provide ps-mule.
8453 (ps-multibyte-buffer): Add autoload cookie.
8454 (ps-mule-prepare-ascii-font): New fun.
8455 (ps-mule-set-ascii-font): New fun.
8456 (ps-mule-skip-same-charset): Fun deleted.
8457 (ps-mule-plot-string): Set ps-mule-current-charset.
8458 (ps-mule-initialize): Add autload cookie. Don't set
8459 ps-mule-font-info-database here.
8460 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
8461 ps-mule-font-info-database and ps-control-or-escape-regexp.
8462 (ps-mule-begin-page): New fun.
8463
8464 * ps-print.el: Mule related code moved to ps-mule.el.
8465 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
8466 check ps-mule-charset-list.
8467 (ps-begin-page): Don't set ps-mule-current-charset, instead call
8468 ps-mule-begin-page.
8469 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
8470 (ps-plot-region): Don't set ps-mule-current-charset, instead call
8471 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
8472 instead skip same charsets by itself.
8473 (ps-generate): Call ps-mule-initialize of needs-begin-file is
8474 non-nil. Call ps-mule-begin-job.
8475
8476 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8477
8478 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
8479 instead of bdf.
8480
8481 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
8482 (ps-mule-external-libraries): New element FEATURE.
8483 (ps-mule-init-external-library): Ajusted for the above change.
8484 (ps-mule-generate-font): Likewise.
8485 (ps-mule-generate-glyphs): Likewise.
8486 (ps-mule-prepare-font): Likewise.
8487 (ps-mule-initialize): Likewise.
8488 (ps-begin-file): Superfluous tailing parenthesis deleted.
8489
8490 1998-12-15 Kenichi Handa <handa@etl.go.jp>
8491
8492 * international/fontset.el (x-decompose-font-name): If PATTERN
8493 doesn't have any wild cards, return a vector made from a name that
8494 is found by x-resolve-font-name found. Comments added.
8495
8496 * international/mule-cmds.el (find-coding-systems-for-charsets):
8497 Handle the case of unknown charset.
8498 (find-multibyte-characters): If invalid multibyte characters are
8499 found, return the corresponding strings instead of character
8500 codes.
8501 (find-multibyte-characters): Adjusted for the above change.
8502 (select-safe-coding-system): For a unibyte buffer, always returns
8503 DEFAULT-CODING-SYSTEM.
8504 (get-charset-property): Fix previous change. Make it a function.
8505 (put-charset-property): Make it a function.
8506
8507 * international/mule.el (make-coding-system): Set mime-charset
8508 property of *-with-esc coding system to nil.
8509
8510 * international/quail.el (quail-point-in-conversion-region): New
8511 function.
8512 (quail-conversion-backward-delete-char): When a key sequence is
8513 being translated, call quail-delete-last-char.
8514
8515 * language/devan-util.el
8516 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
8517 handle devanagari-decomposition-rules.
8518
8519 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
8520
8521 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
8522 tex-start-options-string to empty string.
8523 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
8524
8525 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
8526
8527 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
8528 5xx responses are already handled properly).
8529
8530 1998-12-13 Richard Stallman <rms@gnu.org>
8531
8532 * progmodes/compile.el (compilation-error-regexp-alist): Insist
8533 on a non-digit in the file name.
8534
8535 * simple.el (comment-region): Handle comment-padding
8536 separately for insertion and for deletion, in the right way for each.
8537
8538 1998-12-13 Felix Lee <flee@cygnus.com>
8539
8540 * progmodes/compile.el (compilation-error-regexp-alist): Fix
8541 regexp to match "ChangeLog:1:1998-12-09 ..."
8542
8543 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
8544
8545 * cus-start.el (dos-unsupported-char-glyph): Add.
8546
8547 1998-12-11 Dave Love <fx@gnu.org>
8548
8549 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
8550 forward-sexp in condition-case.
8551
8552 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8553 Remove unnecessary test on `library' for explicit file name.
8554 Widen scope of save-match-data.
8555
8556 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
8557
8558 * international/mule.el (load-with-code-conversion): If the loaded
8559 file was inserted with no-conversion or raw-text coding system,
8560 make the buffer unibyte.
8561
8562 1998-12-09 Richard Stallman <rms@gnu.org>
8563
8564 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8565 Get rid of nested loops.
8566
8567 * mouse.el (mouse-drag-vertical-line):
8568 If WHICH-SIDE is not `right', then scroll bars are on the left.
8569
8570 * loadhist.el (load-history-loaded): defvar moved to help.el.
8571
8572 * help.el (symbol-file-load-history-loaded): Variable renamed,
8573 and defvar moved from loadhist.el.
8574 (symbol-file): Renamed from describe-function-find-file.
8575 Load fns-VERSION.el here.
8576 (describe-variable, describe-function-1): Use symbol-file.
8577
8578 * textmodes/tex-mode.el (tex-generate-zap-file-name):
8579 Don't start the name with #.
8580
8581 * ispell.el: Take out the eval-when's.
8582
8583 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
8584
8585 * dirtrack.el (dirtrack-directory-change-hook): New hook.
8586 (dirtrack): Run it. Make debug message more verbose.
8587
8588 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
8589
8590 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
8591 name of the abbrev table, and provide support for XEmacs.
8592 (octave-xemacs-p): New variable.
8593
8594 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8595
8596 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
8597 exit, when mail-interactive is nil.
8598
8599 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
8600
8601 * files.el (after-find-file): Message fix.
8602
8603 1998-12-09 Ken Stevens <stevens@kdstevens.com>
8604
8605 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
8606
8607 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
8608
8609 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
8610 filenames using backslashes.
8611
8612 1998-12-09 Dave Love <fx@gnu.org>
8613
8614 * browse-url.el (browse-url-mail): Call compose-mail-other-window
8615 with correct number of args.
8616 (browse-url-maybe-new-window): New arg. Callers changed.
8617
8618 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
8619 comment.
8620
8621 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
8622
8623 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
8624
8625 1998-12-08 Markus Rost <rost@delysid.gnu.org>
8626
8627 * vc.el (vc-rcs-release): Fix Type.
8628 (vc-sccs-release): Fix Type.
8629 (vc-cvs-release): Fix Type.
8630
8631 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
8632 arg work right.
8633
8634 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
8635 output of last undeleted message.
8636
8637 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
8638
8639 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8640 (buffer-undo-list) [windows-nt]: Use different relative path.
8641
8642 1998-12-07 Simon Marshall <simon@gnu.org>
8643
8644 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
8645
8646 1998-12-05 Markus Rost <rost@delysid.gnu.org>
8647
8648 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
8649
8650 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
8651
8652 1998-12-04 Markus Rost <rost@delysid.gnu.org>
8653
8654 * info.el (Info-menu): Don't return error if point is between menu
8655 header and first menu item.
8656
8657 1998-12-04 Dave Love <fx@gnu.org>
8658
8659 * help.el (describe-function-1): Fix description for alias.
8660
8661 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
8662
8663 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
8664 specifications from summary line.
8665
8666 * rect.el (delete-whitespace-rectangle): Mark for autoload.
8667 (close-rectangle): Define alias only once in loaddefs.el.
8668
8669 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
8670
8671 * term/internal.el: Remove code which sets up a special syntax
8672 table for non-ASCII characters.
8673
8674 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
8675
8676 * dos-w32.el (direct-print-region-function): Try to ensure that
8677 printer-name is expanded to a file name on a local drive;
8678 sometimes printing a file loaded from a network volume fails.
8679 (direct-print-region-function): Add a function to
8680 write-region-annotate-functions to append a formfeed character to
8681 the region being printed, if the region doesn't end with a
8682 formfeed already. This avoids creating a second print job
8683 containing a blank page when print spooling is enabled on Windows.
8684
8685 1998-12-02 Dave Love <fx@gnu.org>
8686
8687 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
8688 `Info-goto-node'.
8689
8690 1998-12-02 Richard Stallman <rms@gnu.org>
8691
8692 * help.el (temp-buffer-resize-mode): Doc fix.
8693
8694 * cus-edit.el (custom-save-delete): Save point before
8695 reading a sexp, rather than backing up.
8696
8697 * international/iso-transl.el: Fix previous change.
8698
8699 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
8700
8701 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
8702 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
8703 Added defvars to suppress compilation warnings.
8704
8705 1998-11-30 Ken Stevens <k.stevens@ieee.org>
8706
8707 * ispell.el: Improved and fixed customize for variables:
8708 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
8709 ispell-dictionary-alist, ispell-skip-sgml.
8710 Improved and fixed comments in variables and messages for
8711 functions: ispell-help-in-bufferp, ispell-local-dictionary,
8712 ispell-menu-map, ispell-checking-message, ispell-parser,
8713 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
8714 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
8715 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
8716 ispell-message-text-end, ispell-add-per-file-word-list.
8717 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
8718 system is now required for all languages. Casechars improved for
8719 castellano, castellano8, and norsk dictionaries. Dictionary
8720 norsk7-tex added. Dictionary polish added.
8721 (ispell-dictionary-alist): Redefined at load-time to support
8722 dictionary changes.
8723 (ispell-menu-map): Redefined at load-time to support menu changes.
8724 (ispell-check-version): New alias for `check-ispell-version'.
8725 (ispell-parse-output): Fixed matching for ispell error messages.
8726 Correctly returns spelling suggestions in order generated by ispell
8727 process.
8728 (check-ispell-version): Ensure `case-fold-search' doesn't get
8729 redefined.
8730 (ispell-complete-word): Ensure `case-fold-search' doesn't get
8731 redefined. Fix bug that didn't respect case of word being completed.
8732 (ispell-init-process): Set process coding system to be compatible
8733 with emacs processes and the ispell process.
8734 (ispell-kill-ispell): Ensures ispell process has terminated before
8735 starting new process. This can otherwise confuse process filters
8736 and hang the ispell process.
8737 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
8738 skipping support for sgml.
8739 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
8740 which could cause `ispell-complete-word' to hang.
8741 (ispell-message): Improved message reference matching. Ensure
8742 `case-fold-search' doesn't get redefined.
8743 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
8744 get redefined. Fixed bug in returning to nroff mode from tex mode.
8745 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
8746 get redefined.
8747
8748 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8749
8750 * textmodes/flyspell.el (flyspell-check-word-p):
8751 Don't delay inside a kbd macro.
8752
8753 * subr.el (make-local-hook): Return the hook variable.
8754
8755 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8756
8757 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
8758 Use a timer instead of post-command-hook.
8759 (hscroll-timer): New variable.
8760
8761 1998-11-30 Dave Love <fx@gnu.org>
8762
8763 * help.el (help-xref-button): Do nothing if text already has the
8764 help-xref property.
8765 (describe-variable): Revert previous change to hyperlink to source.
8766
8767 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8768
8769 * bindings.el (features): Add `base64' to this list.
8770
8771 * loadhist.el (symbol-file): Doc fix.
8772
8773 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
8774
8775 * files.el (hack-one-local-variable): Cope with non-file buffers.
8776
8777 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8778
8779 * help.el (describe-mode): Put major mode first.
8780
8781 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
8782 to support special-display and same-window features.
8783
8784 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8785
8786 * simple.el (transpose-subr, transpose-subr-1): Rename variables
8787 bound in one function and used in the other.
8788 (transpose-subr-start1, transpose-subr-start2): Add defvars.
8789 (transpose-subr-end1, transpose-subr-end2): Add defvars.
8790
8791 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
8792
8793 * autoinsert.el (auto-insert-alist): Use user-mail-address.
8794
8795 1998-11-26 Kenichi Handa <handa@etl.go.jp>
8796
8797 * international/ccl.el (ccl-dump-translate-character-const-tbl):
8798 Give format correct control string.
8799
8800 * international/mule.el (define-translation-table): Fix bug of
8801 setting incorrect translation-table-id. If the first element of
8802 ARGS is a translation table, just register it.
8803
8804 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
8805 property.
8806
8807 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
8808
8809 * thingatpt.el (thing-at-point-url-at-point): Don't use current
8810 syntax table to determine what is whitespace.
8811
8812 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
8813
8814 * frame.el (frame-parameter): Doc fix.
8815
8816 * textmodes/tex-mode.el (tex-feed-input): New function.
8817 (tex-define-common-keys): Add binding for C-c C-m.
8818
8819 1998-11-23 Dave Love <fx@gnu.org>
8820
8821 * progmodes/fortran.el: Various minor doc fixes.
8822 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
8823 (fortran-with-subprogram-narrowing): New macro.
8824 (fortran-check-for-matching-do): Use it.
8825 (fortran-end-do): Use fortran-check-end-prog-re.
8826 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
8827 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
8828
8829 1998-11-23 Simon Marshall <simon@gnu.org>
8830
8831 * font-lock.el (font-lock-defaults): Doc fix.
8832 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
8833 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
8834
8835 * lazy-lock.el (lazy-lock-unstall):
8836 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
8837
8838 * fast-lock.el (fast-lock-save-cache-1):
8839 (fast-lock-cache-data): Rewritten to use with-temp-message.
8840
8841 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
8842
8843 * mail/rmail.el (rmail-set-message-counters-counter): Detect
8844 messages that have been added with DOS line endings and convert
8845 the line endings for such messages.
8846
8847 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
8848
8849 * help.el: Add resizing of temporary buffers.
8850 (temp-buffer-resize-mode): New command and variable.
8851 (temp-buffer-max-height): New variable.
8852 (resize-temp-buffer-window): New function.
8853
8854 * window.el (window-buffer-height): New function, split from
8855 shrink-window-if-larger-than-buffer.
8856 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
8857
8858 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
8859
8860 * frame.el (initial-frame-alist): Add defcustom.
8861
8862 * shell.el (shell-prompt-pattern): Add defcustom.
8863
8864 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8865
8866 * message.el (message-ignored-supersedes-headers): Remove
8867 NNTP-Posting-Date.
8868
8869 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
8870
8871 * help.el (describe-mode): Don't avoid loop indirecting thru
8872 value of INDICATOR.
8873
8874 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
8875
8876 * help.el (describe-variable): Allow any variable with a defcustom,
8877 even if it is not a user variable.
8878
8879 * mail/rmail.el (mail-unsent-separator): Additional alternative.
8880
8881 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
8882
8883 * gnus/nntp.el (nntp-request-group): Allow for failures when
8884 requesting a new group.
8885
8886 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8887
8888 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
8889
8890 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8891
8892 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
8893
8894 1998-11-19 Simon Marshall <simon@gnu.org>
8895
8896 * subr.el (with-temp-message): New macro.
8897
8898 * emacs-lisp/lisp-mode.el (with-temp-message):
8899 Add lisp-indent-function property.
8900
8901 1998-11-18 Dave Love <fx@gnu.org>
8902
8903 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
8904
8905 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
8906
8907 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
8908 This is not obsolete.
8909
8910 1998-11-18 Kenichi Handa <handa@etl.go.jp>
8911
8912 * textmodes/picture.el: Make a new map by make-keymap.
8913 (picture-desired-column): New variable.
8914 (picture-update-desired-column): New function.
8915 (picture-beginning-of-line): Set picture-desired-column to 0.
8916 (picture-end-of-line): Set picture-desired-column to the current
8917 column.
8918 (picture-forward-column): Pay attention to multi-column character.
8919 (picture-backward-column): Likewise.
8920 (picture-move-down): Likewise.
8921 (picture-move-up): Likewise.
8922 (picture-movement-nw): With prefix arg, move twice columns.
8923 (picture-movement-ne): Likewise.
8924 (picture-movement-sw): Likewise.
8925 (picture-movement-se): Likewise.
8926 (picture-set-motion): Handle two-column movements.
8927 (picture-move): Call picture-move-down or picture-forward-column
8928 only when necessary.
8929 (picture-insert): Pay attention to picture-desired-column.
8930 (picture-self-insert): Likewise.
8931 (picture-clear-column): Pay attention to multi-column character.
8932 (picture-mode): Modify doc-string for two-column movement.
8933
8934 * rect.el (move-to-column-force): New function.
8935 (operate-on-rectangle): If coerce-tabs is non-nil, call
8936 move-to-column-force instead of move-to-column.
8937 (insert-rectangle): Call move-to-column-force instead of
8938 move-to-column.
8939 (open-rectangle-line): If begextra is not zero, call
8940 move-to-column-force.
8941
8942
8943 1998-11-16 Dave Love <fx@gnu.org>
8944
8945 * textmodes/sgml-mode.el Require skeleton when compiling.
8946 (sgml-font-lock-keywords-1): Accept single-letter tags.
8947 (v2): Defvar free variable.
8948
8949 1998-11-16 Sam Steingold <sds@goems.com>
8950
8951 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
8952 macro, not ELisp one.
8953
8954 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8955
8956 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
8957 characters to symbol.
8958
8959 * language/japan-util.el (japanese-zenkaku-region): New optional
8960 arg KATAKANA-ONLY.
8961
8962 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8963
8964 * international/mule.el
8965 (after-insert-file-set-buffer-file-coding-system): If the buffer
8966 is changed to unibyte, return inserted bytes.
8967
8968 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
8969 and link names if necessary.
8970 (tar-header-block-summarize): Handle the case that file or link
8971 names are multibyte.
8972 (tar-summarize-buffer): At first set the current buffer unibyte,
8973 then if there are multibyte file names, change it to multibyte.
8974 (tar-mode): Get char position from tar-header-offset.
8975 (tar-extract): Avoid multibyte<->unibyte conversion in
8976 insert-buffer-subsring by setting both buffers unibyte
8977 temporarily.
8978 (tar-copy): Set the buffer unibyte while doing a work. Write
8979 without code conversion.
8980 (tar-expunge): Set the buffer unibyte while doing a work.
8981 (tar-alter-one-field): Likewise.
8982 (tar-clear-modification-flags): Compare byte position with
8983 tar-header-offset.
8984 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
8985 insert-buffer-subsring by setting both buffers unibyte
8986 temporarily. Pay attention to multibyteness while updating the
8987 descriptor-line.
8988 (tar-mode-write-file): Write without code conversion.
8989
8990 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8991
8992 * nngateway.el: Require cl.
8993
8994 1998-11-15 Dave Love <fx@gnu.org>
8995
8996 * progmodes/fortran.el: Fix previous change:
8997 (fortran-end-prog-re1): Changed.
8998 (fortran-check-end-prog-re): New function.
8999 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
9000
9001 1998-11-13 Tom Breton <tob@world.std.com>
9002
9003 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
9004 GNU Emacs.
9005
9006 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
9007
9008 * textmodes/reftex.el: (reftex-finding-files): Group documentation
9009 fixed.
9010 (reftex-toc-toggle-file-boundary,
9011 reftex-toc-toggle-labels,
9012 reftex-toc-toggle-context,reftex-find-start-point): New functions.
9013 (reftex-toc-include-labels, reftex-toc-include-context,
9014 reftex-toc-include-file-boundaries,
9015 reftex-toc-keep-other-windows): New options.
9016 (reftex-use-text-after-label-as-context): Option removed.
9017 (reftex-extract-bib-entries): Protect use in non-latex
9018 buffers.
9019 (reftex-toc-visit-location): Renamed from
9020 `reftex-toc-visit-line'.
9021 (reftex-latin1-to-ascii): Works now with and without Mule.
9022 (reftex-truncate): Removed special stuff for Emacs 20.2.
9023 (reftex-get-offset): Made more general.
9024 (reftex-show-label-location): Renamed from
9025 `reftex-select-label-callback'.
9026 (reftex-pop-to-label): Function removed (using
9027 `reftex-show-label-location' instead.
9028 (reftex-insert-docstruct): Renamed from
9029 `reftex-make-and-insert-label-list'. Function args changed.
9030 (reftex-toc): Now uses `reftex-insert-docstruct' and
9031 `reftex-find-start-point'.
9032 (reftex-select-item): Use `reftex-find-start-point'.
9033 (reftex-toc-visit-line): Can display labels and file
9034 boundaries.
9035 (reftex-TeX-master-file): `(TeX-master-file)' protected.
9036
9037 1998-11-12 Sam Steingold <sds@goems.com>
9038
9039 * browse-url.el (browse-url): Handle the case when
9040 `browse-url-browser-function' is a lambda list.
9041
9042 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
9043
9044 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
9045 version string.
9046 * loadhist.el (symbol-file): Likewise
9047
9048 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
9049
9050 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
9051
9052 1998-11-11 Sam Steingold <sds@goems.com>
9053
9054 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
9055 `run-lisp' instead of signalling an error.
9056
9057 1998-11-11 Karl Heuer <kwzh@gnu.org>
9058
9059 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
9060
9061 1998-11-11 Richard Stallman <rms@gnu.org>
9062
9063 * vc-hooks.el (vc-toggle-read-only): Doc fix.
9064
9065 1998-11-11 Per Starback <starback@update.uu.se>
9066
9067 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
9068 renamed svenska8 to svenska, and fixed and extended CASECHARS
9069 for it.
9070
9071 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
9072
9073 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
9074 handling if setpagedevice is not available.
9075 (ps-begin-file): Fix typo.
9076
9077 1998-11-11 Kenichi Handa <handa@etl.go.jp>
9078
9079 * international/mule-util.el (compose-chars-component): Signal
9080 error if CH is a rule-based composition character.
9081 (compose-chars): Signal error if an already compsed character is
9082 going to be composed by rule-base.
9083
9084 * term/x-win.el: If a resolved ASCII font name doesn't conform to
9085 full XLFD, don't try to get information of WEIGHT and SLANT from
9086 that font name.
9087
9088 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
9089
9090 * dos-w32.el (set-default-process-coding-system): Use function on
9091 before-init-hook to set default-process-coding-system based on
9092 enable-multibyte-characters.
9093
9094 * term/w32-win.el ([language-change]): For now ignore
9095 keyboard language-change events.
9096
9097 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
9098
9099 * ediff-util.el (ediff-make-temp-file): Run the prefix through
9100 convert-standard-file-name, but leave the results of
9101 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
9102 characters if the original name already exists, or has a special
9103 handler.
9104
9105 1998-11-10 Karl Heuer <kwzh@gnu.org>
9106
9107 * international/iso-insert.el: Delete autoload cookies.
9108
9109 * international/iso-transl.el: Add autoload cookies.
9110
9111 1998-11-10 Richard Stallman <rms@gnu.org>
9112
9113 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
9114 (ispell-process-line): Don't treat multibyte
9115
9116 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
9117
9118 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
9119 setpagedevice to specify the page size if setpagedevice is
9120 available. This is necessary to select the correct paper tray on
9121 Level 2 printers with multiple paper sizes available.
9122
9123 (ps-begin-file): Cope with font names that contain spaces, and
9124 call BeginDoc in a BeginSetup/EndSetup block.
9125
9126 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
9127
9128 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
9129 convert-standard-filename.
9130
9131 * loadhist.el (symbol-file): Run fns-VERSION.el through
9132 convert-standard-filename.
9133
9134 1998-11-06 Richard Stallman <rms@gnu.org>
9135
9136 * textmodes/texinfmt.el (texinfo-format-scan):
9137 Detect the case of two @-commands in a row; process just the first.
9138 (texinfo-append-refill): If line has a @c, insert the @refill
9139 before it.
9140 (texinfo-format-refill): Return with point where the @refill was.
9141
9142 * files.el (hack-local-variables): Test local-enable-local-variables.
9143 (hack-local-variables-prop-line): Likewise.
9144 (set-auto-mode): Don't test local-enable-local-variables here.
9145 (enable-local-variables): Doc fix.
9146 (local-enable-local-variables): Doc fix.
9147 (normal-mode): Doc fix.
9148
9149 1998-11-06 Karl Heuer <kwzh@gnu.org>
9150
9151 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
9152
9153 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
9154
9155 * simple.el (line-number-mode): Doc fix.
9156
9157 1998-11-06 Kenichi Handa <handa@etl.go.jp>
9158
9159 * international/fontset.el (create-fontset-from-fontset-spec):
9160 Give correct arg to `error'.
9161
9162 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
9163
9164 * textmodes/sgml-mode.el (html-mode): Doc fix.
9165 (sgml-name-8bit-mode): Fix missing format character in message string.
9166
9167 1998-11-05 Karl Heuer <kwzh@gnu.org>
9168
9169 * mail/sendmail.el (sendmail-send-it): Check for failure.
9170
9171 1998-11-05 Richard Stallman <rms@gnu.org>
9172
9173 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
9174
9175 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
9176 (close-rectangle): Define as alias.
9177
9178 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
9179
9180 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
9181
9182 1998-11-05 Dave Love <fx@gnu.org>
9183
9184 * help.el (describe-variable): Don't quote link to source.
9185
9186 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
9187
9188 * gud.el (gud-common-init): Use pop-to-buffer.
9189 (same-window-regexps): Add an element that matches all gud buffers.
9190
9191 1998-11-04 Jason Rumney <jasonr@altavista.net>
9192
9193 * term/w32-win.el (x-get-selection-value): Alias to
9194 x-cut-buffer-or-selection-value.
9195 (w32-standard-fontset-spec): New variable.
9196 (w32-create-initial-fontsets, mouse-set-font): Check whether
9197 new-fontset is available.
9198 (w32-use-w32-font-dialog): Enable use of set-variable.
9199
9200 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9201
9202 * vc.el (with-vc-file, edit-vc-file): New macros.
9203
9204 1998-11-04 Kenichi Handa <handa@etl.go.jp>
9205
9206 * international/quail.el (quail-show-guidance-buf): Call
9207 set-minibuffer-window to set minibuffer window of the current
9208 frame correctly.
9209
9210 1998-11-03 Theodore Jump <tjump@tertius.com>
9211
9212 * term/w32-win.el: Require fontset.
9213
9214 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
9215
9216 * faces.el (set-face-font): Call resolve-fontset-name on w32.
9217 (set-face-font-auto): Ditto.
9218
9219 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
9220
9221 * mouse.el (mouse-drag-region): Fix typo.
9222
9223 1998-11-02 Dave Love <fx@gnu.org>
9224
9225 * progmodes/fortran.el Fix for fontification of strings lost somehow:
9226 (fortran-fontify-string): New function.
9227 (fortran-font-lock-keywords-1): Use it.
9228
9229 1998-11-02 Markus Rost <rost@delysid.gnu.org>
9230
9231 * comint.el (comint-file-name-quote-list): Doc fix.
9232
9233 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
9234
9235 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
9236 build directory, not source directory.
9237
9238 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
9239 if we did not get one for the final move.
9240
9241 1998-11-01 Dave Love <fx@gnu.org>
9242
9243 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
9244 Don't funcall browse-url-browser-function.
9245
9246 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
9247 Don't funcall browse-url-browser-function.
9248
9249 * fortran.el (fortran-end-prog-re1): Fix the regexp.
9250
9251 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
9252
9253 * files.el (revert-buffer): Doc fix.
9254
9255 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
9256
9257 * textmodes/tex-mode.el (tex-start-options-string):
9258 Quote the backslashes with more backslashes.
9259
9260 1998-10-31 Dave Love <fx@gnu.org>
9261
9262 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
9263 (webjump): Don't funcall browse-url-browser-function.
9264
9265 1998-10-30 Kenichi Handa <handa@etl.go.jp>
9266
9267 * international/quail.el (quail-start-translation): Handle
9268 switching of the frame in read-key-sequence.
9269 (quail-start-conversion): Likewise.
9270 (quail-show-guidance-buf): Detach quail-guidance-buf from any
9271 windows before setting an appropriate window for it.
9272 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
9273 quail-guidance-win to nil.
9274 (quail-update-guidance): If quail-guidance-buf is not in the
9275 selected frame, call quail-show-guidance-buf again.
9276
9277 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
9278
9279 * progmodes/pascal.el (pascal-mode):
9280 `blink-matching-paren-dont-ignore-comments' set to t.
9281
9282 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9283
9284 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
9285
9286 1998-10-30 Dave Love <fx@gnu.org>
9287
9288 * vc.el (vc-backend-merge-news): Check for "P" output.
9289
9290 * help.el (describe-variable): Hyperlink the definition.
9291
9292 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
9293
9294 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
9295 (sh-set-shell): Likewise.
9296
9297 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
9298
9299 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
9300 (edebug-on-error): Fix customize type to match that of
9301 debug-on-error.
9302
9303 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
9304
9305 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
9306 report-emacs-bug-address instead of undefined bug-gnu-emacs.
9307
9308 * international/mule-cmds.el (select-message-coding-system): Doc
9309 fix.
9310
9311 * international/mule-diag.el (describe-coding-system): Describe
9312 all flags.
9313
9314 * mail/sendmail.el (sendmail-coding-system,
9315 default-sendmail-coding-system): Doc fix.
9316
9317 * simple.el (shell-command-on-region): Doc fix.
9318
9319 * loadup.el: Write fns-*.el in current directory instead of
9320 data-directory since no installation directory exists yet. Mark
9321 buffer unmodified afterwards.
9322
9323 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
9324 instead of data-directory since it is architecture dependent.
9325 (load-history-loaded): Update doc string.
9326
9327 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
9328
9329 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
9330 path as a default directory when canonicalizing names.
9331
9332 * w32-fns.el: Remove a dangling reference to a directory on the
9333 build machine.
9334
9335 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9336
9337 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
9338 namespace related keywords such as `class', `body', `private',
9339 `variable', `namespace eval', etc.
9340 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
9341 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
9342 imenu and font-lock so that searches for \sw would find words
9343 containing colons.
9344
9345 * progmodes/etags.el (initialize-new-tags-table):
9346 Do not alter find-tag-marker-ring and tags-location-ring.
9347
9348 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
9349
9350 * term/w32-win.el: Require fontset.
9351 (w32-init-fontsets): New function (code from x-win.el).
9352
9353 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9354
9355 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
9356 calendar-and-diary-frame-parameters): Add title parameter.
9357
9358 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9359
9360 * completion.el (dynamic-completion-mode): New function to enable
9361 the mode. (Just loading the file now does not change anything.)
9362
9363 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9364
9365 * ps-print.el: User option for multibyte buffer handling and doc fix.
9366 (ps-multibyte-buffer): New user option.
9367 (ps-setup): Print new user option.
9368 (ps-print-quote): New fun.
9369 (ps-color-p, ps-mule-font-info-database-latin): New var.
9370 (ps-default-color, ps-mule-font-info-database)
9371 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
9372 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
9373 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
9374 Little code improvement.
9375 (ps-mule-initialize): Initialize ps-mule-font-info-database.
9376 (ps-print-prologue-header, ps-font-family, ps-font-size)
9377 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
9378 (ps-build-face-reference, ps-mule-font-info-database-bdf)
9379 (ps-mule-external-libraries, ps-mule-init-external-library)
9380 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
9381 Doc fix.
9382 (ps-print-version): New version number (4.1.1) and doc fix.
9383 (ps-print-prologue-header): New user option.
9384 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
9385 Conditional compilation for GNU Emacs and emacsens.
9386 (ps-generate-postscript-with-faces): Skip invisible text better.
9387 (ps-setup): Print new user option.
9388 (ps-print-preprint): Check if input file name exists and is unwritable.
9389 (ps-begin-file): Adjust PostScript prologue header for duplex printers
9390 and insert user PostScript prologue header comments.
9391 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
9392 New funs.
9393 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
9394 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
9395 PostScript programming normalization.
9396 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
9397 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
9398 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
9399 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
9400 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
9401 Programming style normalization.
9402
9403 1998-10-26 Kenichi Handa <handa@etl.go.jp>
9404
9405 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
9406 version, check the value of mule-version.
9407
9408 * international/mule-util.el (compose-region): Insert then delete
9409 to preserve markers.
9410 (decompose-region): Use search-forward for efficiency.
9411
9412 * language/chinese.el (pre-write-encode-hz): Cancel previous
9413 change, use generate-new-buffer instead of get-buffer-create.
9414 * language/devan-util.el
9415 (in-is13194-devanagari-pre-write-conversion): Likewise.
9416 * language/thai-util.el (thai-pre-write-conversion): Likewise.
9417 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
9418 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
9419
9420 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
9421
9422 * mail/rmailsum.el (rmail-message-subject-p):
9423 Handle message whose header has not been reformatted.
9424
9425 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
9426
9427 1998-10-25 Jason Rumney <jasonr@altavista.net>
9428
9429 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
9430 New variables.
9431 (mouse-set-font): Use font menus instead of dialog according to
9432 w32-use-w32-font-dialog.
9433
9434 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9435
9436 * calendar/calendar.el (calendar-day-name-array): Add doc string
9437 correctly!
9438 (calendar-month-name-array): Add doc string correctly!
9439
9440 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
9441
9442 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
9443
9444 1998-10-21 Markus Rost <rost@delysid.gnu.org>
9445
9446 * lisp/info.el (Info-next-menu-item): Stay on top of node.
9447
9448 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
9449
9450 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
9451
9452 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
9453
9454 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
9455
9456 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
9457
9458 1998-10-21 Karl Heuer <kwzh@gnu.org>
9459
9460 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
9461 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
9462 (profile-filter, profile-reset-timer): Functions deleted.
9463 (profile-check-zero-init-times, profile-get-time): Likewise.
9464 (profile-find-function, profile-quit): Likewise.
9465 (profile-distinct, profile-call-stack, profile-last-time): New vars.
9466 (profile-time-list, profile-init-list): Doc fix.
9467 (profile-functions): Simplify.
9468 (profile-print): Use float. Make output include space separators.
9469 (profile-add-time): New helper function.
9470 (profile-function-prolog): Renamed from profile-start-function.
9471 Handle profile-distinct.
9472 (profile-function-epilog): Renamed from profile-update-function.
9473 Handle profile-distinct.
9474 (profile-a-function): If the function to be profiled is an
9475 autoload form, load it. If it's lazy-loaded, fetch it.
9476 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
9477 (profile-restore-fun): Arg FUN is now a function symbol, as was
9478 documented, rather than a one-element list.
9479 (profile-finish): Call profile-restore-fun properly.
9480
9481 1998-10-21 Kenichi Handa <handa@etl.go.jp>
9482
9483 * international/characters.el: Setup charset property
9484 nospace-between-words.
9485
9486 * international/mule-cmds.el (get-charset-property): If CHARSET is
9487 composition, return nil.
9488 (put-charset-property): If CHARSET is composition, do nothing.
9489
9490 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
9491 * language/devan-util.el
9492 (in-is13194-devanagari-pre-write-conversion): Likewise.
9493 * language/thai-util.el (thai-pre-write-conversion): Likewise.
9494 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
9495 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
9496
9497 * textmodes/fill.el (sentence-end-without-period): New variable.
9498 (canonically-space-region): Pay attention to
9499 sentence-end-without-period.
9500 (fill-find-break-point): The first argument CHARSET deleted.
9501 Caller changed.
9502 (fill-region-as-paragraph): Pay attention to charset property
9503 nospace-between-words and text property nospace-between-words.
9504
9505 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9506
9507 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
9508 an unrecognized shell.
9509
9510 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
9511
9512 * desktop.el (desktop-save): Include minor modes symbolically.
9513 (desktop-create-buffer): Turn on all minor modes in `mim'.
9514
9515 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
9516
9517 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
9518 (sh-font-lock-keywords): Handle rpm and rpm2.
9519 (sh-ancestor-alist): Handle rpm.
9520
9521 * files.el (auto-mode-alist): Recognize .rpm files.
9522 Also .spec and .mspec files.
9523
9524 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
9525
9526 * faces.el (frame-set-background-mode): Enable the function for
9527 MSDOS frames.
9528
9529 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9530
9531 * calendar/calendar.el (calendar-day-name-array): Add doc string.
9532 (calendar-month-name-array): Add doc string.
9533
9534 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9535
9536 * simple.el (kill-ring-max): Increased to 60.
9537
9538 1998-10-17 Kenichi Handa <handa@etl.go.jp>
9539
9540 * international/characters.el: Setup auto-fill-chars.
9541
9542 * international/kinsoku.el (kinsoku): Check the variable
9543 enable-kinsoku.
9544
9545 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
9546 Don't call kinsoku directly, intead call fill-find-break-point.
9547
9548 * textmodes/fill.el: Setup `fill-find-break-point-function'
9549 property to character sets which require `kinsoku' processing for
9550 filling.
9551 (fill-find-break-point): New function.
9552 (fill-region-as-paragraph): Don't check kinsoku-enable here.
9553 Don't call kinsoku directly, intead call fill-find-break-point.
9554
9555 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
9556
9557 * faces.el (modify-face-read-string): Return (nil) for "none".
9558 (modify-face): Don't get error if (nil) is the argument.
9559 (face-try-color-list): Don't check whether nil is a valid color.
9560
9561 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
9562
9563 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9564 Print message about each directory, even in batch mode.
9565
9566 * gnus/nntp.el: Require `cl' before using nnoo-declare.
9567
9568 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
9569 (ps-mule-string-char): No need to use sref.
9570 (ps-mule-next-index): No need to use sref.
9571
9572 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
9573
9574 * files.el (revert-buffer-internal-hook): Add defvar.
9575
9576 * arc-mode.el (archive-mode): Locally set file-precious-flag.
9577
9578 * tar-mode.el (tar-mode): Locally set file-precious-flag.
9579
9580 1998-10-16 Markus Rost <rost@delysid.gnu.org>
9581
9582 * international/mule-cmds.el (default-input-method): Fix custom type.
9583
9584 * net-utils.el (whois-server-list): Fix customization type.
9585
9586 * shell.el (shell-input-autoexpand): Fix customization group.
9587
9588 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
9589
9590 * repeat.el (repeat): Handle keyboard macros properly.
9591 Handle new prefix arg after self-insert command.
9592
9593 * repeat.el: Don't include cl even at compile time.
9594 (repeat): Avoid using `loop'.
9595
9596 * simple.el (shell-command-on-region): Doc fix.
9597 (next-history-element): Special error message if no default.
9598
9599 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
9600
9601 * ps-print.el (ps-print-buffer): Doc fix.
9602 (ps-despool): Likewise.
9603
9604 * arc-mode.el (arc-mode): Provide arc-mode.
9605
9606 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9607
9608 * ps-print.el (ps-print-buffer): Doc fix.
9609
9610 1998-10-14 Dave Love <fx@gnu.org>
9611
9612 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
9613 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
9614 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
9615
9616 * progmodes/fortran.el (fortran-mode-map): Change "Join
9617 Continuation Line" to "Join Line".
9618 (fortran-font-lock-keywords-1): Add "cycle", "exit".
9619
9620 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
9621
9622 * progmodes/fortran.el (fortran-join-line): Use
9623 `delete-indentation' instead of issuing an error message if not on
9624 a continuation line. Provide for joining several lines using
9625 prefix arg.
9626
9627 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
9628
9629 * term/pc-win.el (msdos-color-values): New variable.
9630 (x-color-values): New function, emulates its namesake from
9631 src/xfns.c.
9632 (msdos-bg-mode): Add all dark colors to those which return
9633 "dark".
9634
9635 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9636
9637 * replace.el (keep-lines, flush-lines, how-many):
9638 Don't ignore case if arg has upper case letters.
9639
9640 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
9641
9642 * progmodes/vhdl-mode.el
9643 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
9644 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
9645 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
9646 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
9647 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
9648 (vhdl-when): Fix indentation problem.
9649 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
9650 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
9651 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
9652
9653 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
9654
9655 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
9656 (ls-lisp-insert-directory): Renamed from insert-directory.
9657 (insert-directory): New function.
9658
9659 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
9660
9661 * simple.el (completion-fixup-function): Variable deleted.
9662 (completion-setup-function): Delete code for completion-fixup-function.
9663 * emacs-lisp/lisp.el (lisp-complete-symbol):
9664 Don't bind completion-fixup-function.
9665
9666 * files.el (find-file-wildcards): New option.
9667 (find-file-noselect): Handle wild cards, if enabled.
9668 (file-expand-wildcards): New function.
9669
9670 * simple.el (set-fill-column): Doc fix.
9671
9672 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9673
9674 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
9675
9676 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
9677
9678 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
9679 Move declaration before first use.
9680 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
9681 hif-math, hif-factor): Rename token to hif-token and token-list to
9682 hif-token-list.
9683 (hif-token, hif-token-list): Declare them.
9684 (hif-find-ifdef-block): Return cons of top and bottom point
9685 instead of setting dynamically bound variables.
9686 (hide-ifdef-block, show-ifdef-block): Use return value of
9687 hif-find-ifdef-block.
9688
9689 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9690
9691 * subr.el (read-passwd): Use clear-this-command-keys.
9692
9693 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
9694
9695 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
9696 and ...-for-write.
9697
9698 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
9699
9700 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
9701 responses to GROUP command, since this may be called from a timer
9702 with quit inhibited.
9703
9704 1998-10-12 Kenichi Handa <handa@etl.go.jp>
9705
9706 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
9707 set unconditional-jump to nil.
9708 (ccl-compile-read-multibyte-character): Return nil.
9709 (ccl-compile-write-multibyte-character): Likewise.
9710 (ccl-compile-translate-character): Likewise
9711 (ccl-compile-map-multiple): Likewise.
9712 (ccl-compile-map-single): Likewise.
9713
9714 * international/kinsoku.el: Add coding tag.
9715 (kinsoku-bol): Remove superfluous TAB in a string.
9716
9717 * international/mule-cmds.el (find-coding-systems-for-charsets):
9718 Delete `composition' (if any) from CHARSETS.
9719
9720 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9721
9722 * international/mule-cmds.el (setup-specified-language-environment):
9723 Add apropos-inhibit property.
9724 (describe-specified-language-support): Likewise.
9725
9726 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
9727
9728 * international/mule.el (make-coding-system): Create -with-esc
9729 variant coding system.
9730
9731 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
9732
9733 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
9734 (next-file): Optionally offer to revert a file's buffer,
9735 if it has an existing buffer but the file has changed.
9736
9737 * info.el (Info-insert-dir): Detect and report problems
9738 in input files, such as "No Top node". Return with point
9739 at the beginning of the text.
9740 (Info-find-node): Reinsert the code to handle files
9741 with no tags table; it was deleted by mistake.
9742
9743 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
9744
9745 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
9746 texinfo-find-higher-level-node repeatedly find the same node.
9747 (texinfo-find-higher-level-node): Doc fix.
9748
9749 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
9750
9751 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
9752 (smtpmail-address-buffer): Add defvar.
9753 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
9754
9755 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
9756
9757 * ffap.el (ffap-machine-p-local): Fix editing error.
9758
9759 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9760
9761 * faces.el (frame-set-background-mode):
9762 Don't do anythung for text-only or MSDOS frame.
9763
9764 1998-10-08 Kenichi Handa <handa@etl.go.jp>
9765
9766 * international/quail.el (quail-defrule): New optional arg APPEND.
9767 (quail-defrule-internal): Fix bug of handling the argument APPEND.
9768
9769 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
9770
9771 * gnus/pop3.el (pop3-open-server):
9772 Set process-coding-system-alist around open-network-stream.
9773
9774 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9775
9776 * files.el (save-buffer): Doc fix.
9777
9778 1998-10-07 Karl Heuer <kwzh@gnu.org>
9779
9780 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
9781 return DEF unchanged, not nil. Simplify.
9782
9783 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
9784
9785 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
9786
9787 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
9788
9789 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
9790
9791 * net-utils.el (ftp, nslookup): Require comint.
9792 (network-service-connection): Likewise.
9793 (whois-server-name): Defaults to whois.arin.net
9794 (whois-server-list, whois-server-tld, whois-guess-server): New var.
9795 (whois): Tries to guess the appropriate top-level domain server.
9796 (whois-get-tld): New function.
9797
9798 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
9799 (dirtrack-debug-toggle): Added this function.
9800
9801 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9802
9803 * files.el (find-file-noselect): Switch to the correct buffer
9804 before checking find-file-literally, and allow non-nil non-t
9805 rawfile params.
9806
9807 1998-10-06 Karl Heuer <kwzh@gnu.org>
9808
9809 * midnight.el (clean-buffer-list): Add autoload cookie.
9810
9811 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
9812 no-autosave.
9813 * tar-mode.el (tar-mode-revert): Likewise.
9814 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
9815 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
9816 * gnus/message.el (message-auto-save-directory): Renamed from
9817 message-autosave-directory. All references changed.
9818
9819 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9820
9821 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
9822 string. Expose mime stuff while searching.
9823
9824 1998-10-06 Richard Stallman <rms@gnu.org>
9825
9826 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
9827
9828 * replace.el (perform-replace): Position point properly
9829 before and after the recursive edit of C-r.
9830
9831 * progmodes/etags.el (tags-reset-tags-tables): Properly
9832 find the markers in the old rings that are being discarded.
9833
9834 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9835
9836 * apropos.el (apropos-print): Control invalid characters.
9837
9838 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9839 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
9840 confusing customize.
9841
9842 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
9843
9844 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
9845 built-in commands. Add more built-in commands and fix face names.
9846
9847 1998-10-05 Simon Marshall <simon@gnu.org>
9848
9849 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
9850
9851 1998-10-04 Eric Ludlam <zappo@gnu.org>
9852
9853 * speedbar.el (speedbar-initial-expansion-list-name): Remove
9854 customization since it is not useful in this case.
9855 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
9856 sure it gets evalled to a number. Also verify that set-frame-name
9857 fn exists before calling it.
9858
9859 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9860 Protect a `forward-sexp' call which could fail, and improved regex
9861 for ie, and eg abbreviations.
9862
9863 1998-10-02 Noah Friedman <friedman@splode.com>
9864
9865 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
9866 send-string.
9867 (rlogin-send-Ctrl-D): Here also.
9868 (rlogin-send-Ctrl-Z): Here also.
9869 (rlogin-send-Ctrl-backslash): Here also.
9870
9871 1998-10-02 Dave Love <fx@gnu.org>
9872
9873 * outline.el (hide-region-body): Bind
9874 outline-view-change-hook to nil while making repeated calls to
9875 outline-flag-region. Run it once at the end.
9876 (hide-other, hide-sublevels, show-children): Likewise.
9877
9878 * info-look.el: Remove duplicate scheme-mode entry.
9879 (info-lookup-make-completions): When looking for entries, check
9880 that `item' isn't null or "Menu".
9881
9882 1998-10-01 Karl Heuer <kwzh@gnu.org>
9883
9884 * net-utils.el: Don't require ffap.
9885 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
9886 (ping, nslookup-host, finger, network-connection-to-service): Use them.
9887
9888 1998-09-30 Richard Stallman <rms@gnu.org>
9889
9890 * ispell.el (check-ispell-version): No need to bind default-major-mode.
9891
9892 * imenu.el (imenu--generic-function): Sort each submenu by position.
9893 (imenu--sort-by-position): New function.
9894
9895 * cus-edit.el (Custom-mode-menu): Fix info node name.
9896 (customize group): Fix info node name.
9897
9898 * mail/mailalias.el (build-mail-aliases): Don't allow
9899 a newline in the alias name. Don't define an alias
9900 if the definition would be empty.
9901
9902 * which-func.el (which-func-mode-global): Make :set function
9903 more reliable.
9904
9905 * custom.el (custom-set-variables): Load the requests first,
9906 then check the symbol's `set' function.
9907
9908 * ffap.el: Doc fixes.
9909
9910 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9911
9912 * gnus.el: (gnus-valid-select-methods): Fix type.
9913 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
9914 * gnus-score.el (gnus-orphan-score): Fix type.
9915 (gnus-score-default-header, gnus-score-default-type): Fix type.
9916 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
9917 (gnus-saved-headers): Fix type.
9918
9919 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
9920 Avoid nil value of `two-lines-citation-part'.
9921
9922 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
9923
9924 * which-func.el (which-function): Handle case when
9925 (car imenu--index-alist) is nil.
9926
9927 1998-09-29 Dave Love <fx@gnu.org>
9928
9929 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
9930 bzip2 args.
9931
9932 1998-09-29 Simon Marshall <simon@gnu.org>
9933
9934 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
9935 comint-exec-hook.
9936
9937 1998-09-29 Stephen Eglen <stephen@gnu.org>
9938
9939 * info-look.el: Add support for Octave.
9940
9941 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
9942
9943 * textmodes/reftex.el (reftex-finding-files): New customize group.
9944 (reftex-texpath-environment-variables,
9945 reftex-use-external-file-finders, reftex-external-file-finders,
9946 reftex-search-unrecursed-path-first): New options.
9947 (reftex-process-string, reftex-find-file-externally): New
9948 functions.
9949 (reftex-access-search-path): Execute shell commands to find the
9950 search path.
9951 (reftex-toggle-auto-view-crossref): When turning on, make sure
9952 `reftex-auto-view-crossref' becomes non-nil.
9953 (reftex-abbrev-regexp): Constant removed.
9954 (reftex-convert-string): Abbrev regexp calculated locally.
9955
9956 1998-09-28 Dave Love <fx@gnu.org>
9957
9958 * progmodes/fortran.el: Don't call regexp-opt when deriving
9959 font-lock patterns with keywords that aren't all literal.
9960
9961 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
9962
9963 * octave-inf.el (inferior-octave-prompt): Also match prompts of
9964 the form `octave.bin:1>' which come from using precopiled binary
9965 versions.
9966
9967 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
9968
9969 * help.el (help-for-help): Use %THIS-KEY%.
9970 (help-quit): Add doc.
9971
9972 * help-macro.el (make-help-screen): Keep HELP-TEXT
9973 in a separate function definition, not in the help command FNAME.
9974 Replace %THIS-KEY% with the key sequence that ran FNAME.
9975
9976 1998-09-25 Richard Stallman <rms@gnu.org>
9977
9978 * textmodes/texinfo.el (texinfo-show-structure):
9979 Bind inhibit-read-only.
9980
9981 * isearch.el (isearch-search-and-update): Properly
9982 handle upper case letters in the reverse-search special case.
9983
9984 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9985
9986 * gnus.el: Extend the list of autoloaded functions.
9987
9988 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
9989 buffer before creating help group. (from Gnus v5.6.43, fix by
9990 1998-08-20 Per Starback <starback@update.uu.se>)
9991
9992 * gnus-util.el (gnus-output-to-rmail): Adjust to
9993 `rmail-output-to-rmail-file'.
9994
9995 1998-09-25 Karl Heuer <kwzh@gnu.org>
9996
9997 * hexl.el (hexl-mode-map): More of previous change.
9998
9999 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10000 (tex-start-tex): Don't use tex-start-options-string in star case.
10001 Quote file name in star case as well as in non-star.
10002 Add blank and quoting of option string here.
10003 (tex-start-options-string): Not here.
10004
10005 1998-09-23 Karl Heuer <kwzh@gnu.org>
10006
10007 * term.el (term-delimiter-argument-list): Doc fix.
10008 (term-emulate-terminal): Escape literal semicolon.
10009 * progmodes/asm-mode.el (asm-mode): Doc fix.
10010 (asm-comment-char): Escape literal semicolon.
10011 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
10012
10013 1998-09-23 Richard Stallman <rms@gnu.org>
10014
10015 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
10016 only those that normally modify the buffer.
10017
10018 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
10019 over again.
10020
10021 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
10022
10023 * ispell.el (check-ispell-version): Ensure same buffer is current
10024 when let-binding of case-fold-search ends.
10025
10026 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10027
10028 * ps-print.el: Skip invisible overlay.
10029 Test for set-buffer-multibyte rather than using mule-version.
10030 (ps-print-version): New version number (4.1) and doc fix.
10031 (ps-generate-postscript-with-faces): Skip invisible overlay.
10032
10033 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
10034
10035 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
10036
10037 1998-09-22 Kenichi Handa <handa@etl.go.jp>
10038
10039 * international/quail.el (quail-update-guidance): Check for the
10040 return value of (quail-guidance) fixed.
10041 (quail-update-translation): Bind quail-current-str locally when it
10042 calls quail-update-guidance.
10043 (quail-update-translation): If input-method-exit-on-first-char is
10044 non-nil, terminate translation only when the current input method
10045 is simple.
10046
10047 1998-09-22 Paul Eggert <eggert@twinsun.com>
10048
10049 * startup.el (locale-translation-file-name): Prefer X-related names
10050 to the name used by GNU/Linux sans X. Set to nil if no file found.
10051 (command-line): Use locale-translation-file-name if it is not nil,
10052 instead of testing for its existence again.
10053 regexp-quote the ctype before using it in a regexp.
10054 Allow a colon to appear after the ctype in the aliases file,
10055 as is done in X11R6.4.
10056
10057 1998-09-21 Richard Stallman <rms@gnu.org>
10058
10059 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
10060
10061 * calendar/appt.el (appt-interval): Variable deleted.
10062 (appt-check): For minutes in between appt-display-interval times,
10063 do check, but don't display anything except an updated mode line.
10064 Count against appt-display-interval based on minutes since
10065 first display of this appointment, not based on time of day.
10066 If appt-display-mode-line, force mode line redisplay
10067 whenever appt-mode-string has changed.
10068 (appt-add, appt-delete): Add autoload cookies.
10069 (appt-check): Catch errors from calling `diary'.
10070 (appt-max-time): Renamed from max-time.
10071 (appt-now-displayed, appt-display-count): New variables.
10072 (appt-timer): Don't create one if we already have one.
10073
10074 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10075 More general code to use the source buffer instead of the zap file.
10076
10077 * hilit-chg.el (highlight-compare-with-file): Renamed from
10078 compare-with-file.
10079
10080 * loadhist.el (load-history-loaded): New variable.
10081 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
10082
10083 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
10084
10085 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10086 Fix error messages.
10087
10088 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
10089
10090 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
10091 Emacs frame.
10092
10093 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10094
10095 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
10096 `undecided' and `undecided-unix'.
10097
10098 1998-09-21 Dave Love <fx@gnu.org>
10099
10100 * help.el (help-make-xrefs): Fix typo affecting Info references.
10101
10102 * subr.el (remove-hook): Check list values to avoid errors.
10103
10104 1998-09-18 Noah Friedman <friedman@splode.com>
10105
10106 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
10107 store string in eldoc-last-message without consing a new string.
10108 Rearrange logic from nested if's into cond's.
10109 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
10110 Do not print message; just return string.
10111 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
10112 Do not print message; just return string.
10113 Cache that string in eldoc-last-data.
10114 (eldoc-last-data): Make into a vector.
10115 (eldoc-get-fnsym-args-string): Use new data form of structure.
10116 (eldoc-get-var-docstring): Here also.
10117 (eldoc-last-data-store): New function.
10118 (eldoc-get-fnsym-args-string): Use it.
10119 (eldoc-get-var-docstring): Here also.
10120 (eldoc-docstring-first-line): Minimize interim string consing.
10121 Call substitute-command-keys on the result.
10122 (eldoc-print-var-docstrings, eldoc-print-docstring,
10123 eldoc-docstring-message): Functions removed.
10124 (eldoc-docstring-format-sym-doc): New function, functionality
10125 ripped out of eldoc-docstring-message.
10126 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
10127
10128 1998-09-18 Kenichi Handa <handa@etl.go.jp>
10129
10130 * international/mule.el (make-coding-system): Doc-string modified.
10131
10132 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
10133
10134 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
10135
10136 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
10137 customize type.
10138
10139 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
10140 type.
10141
10142 * progmodes/compile.el (compilation-error-screen-columns): New
10143 variable.
10144 (compilation-next-error-locus): Use it to decide whether to use
10145 forward-char or move-to-column.
10146
10147 * mail/rmail.el (rmail-movemail-program): Fix customize type.
10148
10149 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
10150 feedmail-fiddle-plex-user-list,
10151 feedmail-spray-address-fiddle-plex-list,
10152 feedmail-prompt-before-queue-user-alist,
10153 feedmail-prompt-before-queue-help-supplement,
10154 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
10155 feedmail-queue-alternative-mail-header-separator): Fix customize
10156 type.
10157
10158 * startup.el (site-run-file): Fix customize type.
10159
10160 * speedbar.el (speedbar-initial-expansion-list-name): Fix
10161 customize type.
10162
10163 * shell.el (shell-input-autoexpand): Fix customize type.
10164
10165 * ps-print.el (ps-font-info-database): Add missing dots in value.
10166 Improve layout of customize type.
10167
10168 * net-utils.el (traceroute-program-options, ping-program-options,
10169 ipconfig-program-options, netstat-program-options,
10170 arp-program-options, route-program-options,
10171 nslookup-program-options, ftp-program-options): Fix customize
10172 type.
10173
10174 * midnight.el (clean-buffer-list-kill-regexps,
10175 clean-buffer-list-kill-buffer-names,
10176 clean-buffer-list-kill-never-buffer-names,
10177 clean-buffer-list-kill-never-regexps): Fix customize type.
10178
10179 * man.el (Man-init-defvars): Avoid trailing nil on
10180 Man-filter-list.
10181
10182 * lpr.el (printer-name): Fix customize type.
10183
10184 1998-09-16 Kenichi Handa <handa@etl.go.jp>
10185
10186 * international/mule-cmds.el (reset-language-environment): Call
10187 update-coding-systems-internal.
10188
10189 * international/mule-conf.el: Call update-coding-systems-internal
10190 at the tail.
10191
10192 1998-09-14 Dave Love <fx@gnu.org>
10193
10194 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
10195 use the menu-enable properties, pending doing it correctly and
10196 acceptably fast.
10197
10198 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
10199
10200 1998-09-13 Dave Love <d.love@dl.ac.uk>
10201
10202 * progmodes/hideshow.el (hs-grok-mode-type): Check
10203 comment-{start,end} non-nil as well as bound. Report an error if
10204 we can't grok the mode.
10205
10206 1998-09-13 Richard Stallman <rms@gnu.org>
10207
10208 * simple.el (blink-matching-open): Don't log paren matching
10209 messages in *Messages*.
10210
10211 1998-09-12 Richard Stallman <rms@gnu.org>
10212
10213 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
10214 Set point-before-scroll at end even if there was an error.
10215
10216 * ange-ftp.el (ange-ftp-insert-file-contents):
10217 Use binary mode for dumb-unix hosts as for unix hosts.
10218 (ange-ftp-copy-file-internal): Likewise.
10219
10220 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
10221
10222 * emacs-lisp/pp.el: Doc fixes.
10223
10224 * wid-edit.el (widget-menu-max-shortcuts): New variable.
10225 (widget-choose): Don't use single-char shortcuts if # items
10226 exceeds that many. Use minibuffer instead.
10227
10228 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10229
10230 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
10231
10232 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
10233
10234 * speedbar.el (speedbar-frame-mode): Do not set frame position if
10235 in terminal mode.
10236
10237 1998-09-10 Noah Friedman <friedman@splode.com>
10238
10239 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
10240 defcustom declaration. It's wreaking too much havoc with XEmacs
10241 and older versions of Emacs, which share this code.
10242
10243 * type-break.el (type-break-mode): Here also.
10244
10245 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
10246 `t' to add-hook also to modify the new local value.
10247
10248 1998-09-10 Dave Love <fx@gnu.org>
10249
10250 * vc.el (vc-insert-headers): Doc fix.
10251
10252 1998-09-10 Richard Stallman <rms@gnu.org>
10253
10254 * textmodes/flyspell.el (flyspell-mode-on): Make the
10255 ispell-... variables permanent locals.
10256 (flyspell-mode-off): Add autoload cookie.
10257
10258 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
10259 do use binary mode, just as for `unix'.
10260 (ange-ftp-host-type): If HOST is nil, return `unix'.
10261
10262 * dired.el (dired-mark-files-containing-regexp):
10263 Don't scan directories. Ignore non-readable files.
10264
10265 * progmodes/compile.el (compilation-error-regexp-alist):
10266 Fix previous change: allow . and _ in command name.
10267
10268 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
10269
10270 * uncompress.el (uncompress-while-visiting):
10271 Use just the car of what find-operation-coding-system returns.
10272
10273 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
10274
10275 * shell.el (shell-file-name-quote-list): Add # to the value.
10276
10277 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
10278
10279 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
10280 to make killing of ispell process work even if
10281 kill-all-local-variables has been run.
10282
10283 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10284
10285 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
10286 loop when sexp entry ends at end of file with no newline.
10287
10288 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10289
10290 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
10291 (Custom-reset-standard): Fix menu inconsistency.
10292
10293 * mail/feedmail.el (feedmail-from-line): Allow t.
10294 (feedmail-message-id-suffix): Allow nil.
10295
10296 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10297 Simplify. Make prefix arg work right.
10298
10299 1998-09-09 Dave Love <fx@gnu.org>
10300
10301 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
10302
10303 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
10304
10305 1998-09-08 Dave Love <fx@gnu.org>
10306
10307 * add-log.el (change-log-font-lock-keywords): Do parenthesized
10308 stuff only after file names or at start of line. Allow parens
10309 around e-mail, as well as angles.
10310
10311 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
10312 ignore-errors too, eval'd when compile. Require w3 stuff at load
10313 time for nicer failure if it's not available.
10314
10315 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
10316
10317 * comint.el (comint-arguments): Ignore backslashes when using
10318 w32 shells that expect backslashes as the directory separator.
10319
10320 1998-09-04 Kenichi Handa <handa@etl.go.jp>
10321
10322 * international/fontset.el (resolved-ascii-font): New variable.
10323 (x-complement-fontset-spec): By side effect, set
10324 `resolved-ascii-font' to the resolved name of ASCII font."
10325 (create-fontset-from-fontset-spec): Don't get a value for
10326 resolved-ascii-font from the list full-fontlist. It is set by
10327 x-complement-fontset-spec now.
10328
10329 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10330 version, check the value of mule-version.
10331
10332 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
10333
10334 * textmodes/reftex.el (reftex-view-crossref): Split up into
10335 several functions. No longer moves to find a macro.
10336 (reftex-view-cr-cite, reftex-view-cr-ref,
10337 reftex-end-of-bib-entry): New functions.
10338 (reftex-auto-view-crossref): New value `window' allowed.
10339 (reftex-view-crossref-when-idle): Process new `window' option in
10340 (reftex-translate-to-ascii-function): New default.
10341 (reftex-label-illegal-re): Default changed, removed Latin1.
10342 (reftex-latin1-to-ascii): New function.
10343 (reftex-what-environment): Check for section regexp before use.
10344 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
10345 absolute path names.
10346 (reftex-TeX-master-file): Changed sequence of file checks.
10347 (reftex-do-citation): bibview cache only with RefTeX mode on.
10348
10349 1998-09-06 Richard Stallman <rms@gnu.org>
10350
10351 * progmodes/compile.el (compilation-error-regexp-alist):
10352 In first pattern (GNU utilities and other things),
10353 allow a space after the optional program name at the beginning.
10354
10355 * mail/mail-hist.el (mail-hist-current-header-contents):
10356 Fix previous change: use mail-header-end.
10357
10358 1998-09-06 Bill Richter <richter@math.nwu.edu>
10359
10360 * international/ccl.el: Doc fixes.
10361 * international/encoded-kb.el: Doc fixes.
10362 * international/fontset.el: Doc fixes.
10363 * international/kinsoku.el: Doc fixes.
10364 * international/kkc.el: Doc fixes.
10365 * international/mule-cmds.el: Doc fixes.
10366 * international/mule-conf.el: Doc fixes.
10367 * international/mule-util.el: Doc fixes.
10368 * international/mule.el: Doc fixes.
10369
10370 1998-09-05 Eric Ludlam <zappo@gnu.org>
10371
10372 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
10373 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
10374 (checkdoc-this-string-valid-engine): Permit ? as terminating
10375 punctuation for first line sentence breaking.
10376 (checkdoc-this-string-valid): When converting a comment into a doc
10377 string, make sure " chars are \".
10378 (checkdoc-sentencespace-region-engine): Only do double space check
10379 if based on the variable `sentence-end-double-space'
10380 (checkdoc-this-string-valid-engine): ? ends valid sentence.
10381 (checkdoc-proper-noun-region-engine): Exclude items in URLs
10382
10383 1998-09-04 Richard Stallman <rms@gnu.org>
10384
10385 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10386 Recognize define-skeleton as a function definer.
10387
10388 * cus-edit.el (customize-option): Refuse to customize
10389 a variable that has no defcustom. But if variable is autoloaded,
10390 first try to load the library that defines it.
10391
10392 * international/iso-insert.el: Use `string' before calling `insert'
10393 so that in multibyte buffers we insert multibyte chars.
10394
10395 * dired.el (dired-mark-files-containing-regexp):
10396 Don't use find-file; instead, insert the file in a temp buffer.
10397
10398 * textmodes/tex-mode.el (tex-start-options-string): New option.
10399 (tex-start-tex): Use that variable.
10400
10401 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
10402 value in the `repeat' alternative a list.
10403
10404 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
10405 the inserted newline, verify that one was really inserted.
10406
10407 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
10408 remains on or remains off.
10409 (flyspell-multi-language-p): Default changed to nil.
10410
10411 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
10412 In "found in comment" case, don't beginning-of-line after forward-line.
10413
10414 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10415 If the function definition is not a lambda, return original FORM
10416 with no error.
10417
10418 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
10419
10420 * net-utils.el (netstat-program-options): Changed from nil to "-a"
10421 so that by default netstat shows all network connections.
10422
10423 1998-09-04 Bob Weiner <weiner@altrasoft.com>
10424
10425 * international/quail.el: Doc fixes.
10426
10427 * info.el (info): Don't add parens if FILE already has them.
10428
10429 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
10430
10431 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
10432 on extension lines.
10433
10434 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
10435
10436 * w32-fns.el (w32-shell-dos-semantics): New function.
10437
10438 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
10439
10440 * international/quail.el (quail-choose-completion-string): Store
10441 completion `choice' in `quail-current-str'; don't insert it.
10442
10443 1998-09-02 Kenichi Handa <handa@etl.go.jp>
10444
10445 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
10446 argument to ps-mule-generate-bitmap-font.
10447
10448 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
10449 entry and change Latin-1 entry in the default value.
10450 (ps-mule-font-info-database-ps-bdf): New variable.
10451 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
10452 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
10453 registerd in FONT-SPEC.
10454 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
10455 charcter width of bitmap fonts.
10456 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
10457 procedure NF.
10458 (ps-begin-file): Output PostScript code for setting
10459 SpaceWidthRatio.
10460 (ps-plot-region): Use line-beginning-position to get a position of
10461 the beginning of the current line.
10462
10463 * international/mule-cmds.el (register-input-method): Doc-string
10464 modified.
10465
10466 1998-09-01 Dave Love <fx@gnu.org>
10467
10468 * international/mule-cmds.el (current-language-environment): Fix
10469 setter function.
10470
10471 1998-09-01 Simon Marshall <simon@gnu.org>
10472
10473 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
10474 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
10475 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
10476 names with font-lock-type-face. Fontify type specs, etc., with
10477 font-lock-keyword-face.
10478
10479 1998-08-31 Kenichi Handa <handa@etl.go.jp>
10480
10481 * international/fontset.el (x-complement-fontset-spec): If ASCII
10482 font is specified in FONTLIST, don't substitute it for the
10483 resolved name.
10484
10485 1998-08-31 Paul Eggert <eggert@twinsun.com>
10486
10487 * international/mule.el (charset-description): Doc fix.
10488
10489 * language/chinese.el, language/cyrillic.el, language/czech.el,
10490 language/devanagari.el, language/ethiopic.el,
10491 language/european.el, language/hebrew.el, language/indian.el,
10492 language/japanese.el, language/korean.el, language/lao.el,
10493 language/slovak.el, language/thai.el, language/tibetan.el,
10494 language/vietnamese.el:
10495 Add coding: local variable, to avoid bootstrapping problem
10496 if you need to recompile all the Lisp files using interpreted code.
10497
10498 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10499
10500 * cal-china.el (chinese-year-cache): Change range of years from
10501 1989-2000 to 1990-2010.
10502
10503 1998-08-29 Dave Love <d.love@dl.ac.uk>
10504
10505 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
10506 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
10507
10508 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10509
10510 * ps-print.el (ps-print-control-characters): Doc-string modified.
10511 (ps-output-string-prim): Comment format changed.
10512 (ps-do-despool): Indentation of source code changed.
10513
10514 1998-08-28 Kenichi Handa <handa@etl.go.jp>
10515
10516 * subr.el (sref): Make it an alias of aref. Make the
10517 byte-compiler warn that it is obsolete.
10518 (char-bytes): Make the byte-compiler warn that it is obsolete.
10519
10520 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
10521 Calculate the total bytes using position-bytes instead of
10522 char-bytes.
10523
10524 1998-08-27 Karl Heuer <kwzh@gnu.org>
10525
10526 * snmp-mode.el: New file.
10527 * files.el (auto-mode-alist): Add snmp-mode patterns.
10528
10529 1998-08-27 Karl Eichwalder <ke@suse.de>
10530
10531 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
10532
10533 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10534
10535 * calendar/diary-lib.el (diary-block): Doc fix..
10536 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
10537
10538 1998-08-27 Richard Stallman <rms@gnu.org>
10539
10540 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
10541 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
10542 Clear appt-mode-string if we don't put something in it.
10543
10544 1998-08-27 Dave Love <fx@gnu.org>
10545
10546 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
10547 dired-local-variables-file for dired-x.
10548
10549 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
10550 for compressed library files too.
10551
10552 1998-08-26 Kenichi Handa <handa@etl.go.jp>
10553
10554 * language/european.el ("Latin-1"): Modify `documentation' key value.
10555 ("Latin-2"): Likewise.
10556
10557 1998-08-26 Karl Heuer <kwzh@gnu.org>
10558
10559 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
10560
10561 1998-08-26 Albert L. Ting <alt@artisan.com>
10562
10563 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
10564 (mail-hist-current-header-contents): Use mail-text-start.
10565
10566 1998-08-26 Richard Stallman <rms@gnu.org>
10567
10568 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
10569 (customize-changed-options-previous-release): New variable.
10570 (customize-changed-options): Use that variable as default arg.
10571
10572 1998-08-26 Karl Eichwalder <ke@suse.de>
10573
10574 * midnight.el: Require `timer' not only when compiling.
10575
10576 1998-08-26 Per Starback <starback@update.uu.se>
10577
10578 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10579 buffer before creating help group.
10580
10581 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10582
10583 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
10584 coding-system-for-write before saving.
10585
10586 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
10587
10588 * isearch.el (isearch-forward): Doc fix.
10589
10590 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
10591
10592 * emacs-lisp/find-func.el: Fix :version tags to have a string
10593 value, not a float.
10594
10595 * cus-dep.el: Fix typo in output.
10596
10597 1998-08-25 Dave Love <fx@gnu.org>
10598
10599 * repeat.el (repeat): Doc fix.
10600 [From rms:]
10601 (repeat-previous-repeated-command): New variable.
10602 (repeat): Check for real-last-command being null or repeat. Set
10603 repeat-previous-repeated-command.
10604
10605 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
10606
10607 1998-08-25 Kenichi Handa <handa@etl.go.jp>
10608
10609 * gnus/message.el (message-send-mail-with-sendmail): Bind
10610 coding-system-for-write by the return value of
10611 select-message-coding-system.
10612 (message-send-mail-with-qmail): Likewise.
10613
10614 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
10615
10616 * emacs-lisp/autoload.el: Fix doc-string-elt property on
10617 define-derived-mode.
10618
10619 * files.el (file-name-invalid-regexp):
10620 Fix regex for ms-dos without long file names.
10621
10622 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10623
10624 * ps-print.el: Multi-byte buffer handling.
10625 (ps-print-version): New version number (4.0) and doc fix.
10626 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
10627 compilation for GNU Emacs and emacsens.
10628 (ps-generate-postscript-with-faces): Force invisible text to be
10629 visible.
10630 (dos-ps-printer): New var to avoid compilation gripes.
10631
10632 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10633
10634 * ps-print.el (ps-mule-plot-string): Pay attention to the case
10635 that no more characters can't be printed in the current line.
10636
10637 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10638
10639 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
10640 greater than TO.
10641
10642 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10643
10644 * ps-print.el: Add codes to make ps-print.el work also on Emacs
10645 20.2 and the earlier version.
10646 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
10647 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
10648 (ps-mule-find-wrappoint): Likewise.
10649 (ps-mule-generate-font): Change `X' to `x' in format
10650 control-string.
10651 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
10652 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
10653 `restore' form procedures `BC' and `EC'.
10654
10655 1998-08-24 Kenichi Handa <handa@etl.go.jp>
10656
10657 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
10658 is an executable procedure. Make LineThickness, Xshadow, and
10659 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
10660 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
10661 ps-mule-font-info-database-bdf): New vars.
10662 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
10663 (ccl-encode-ethio-unicode): New CCL program.
10664 (ps-mule-encode-ethiopic): New fun.
10665 (ps-mule-current-charset): New var.
10666 (ps-mule-get-font-spec, ps-mule-font-spec-src,
10667 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
10668 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
10669 (ps-mule-external-libraries): New var.
10670 (ps-mule-init-external-library): New fun.
10671 (ps-mule-font-cache): New var.
10672 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
10673 (ps-last-font): New var.
10674 (ps-mule-prepare-font): New fun.
10675 (ps-mule-charset-list): New var.
10676 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
10677 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
10678 ps-mule-plot-string): New funs.
10679 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
10680 New vars.
10681 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
10682 ps-mule-prepare-cmpchar-font): New funs.
10683 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
10684 vars.
10685 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
10686 ps-mule-generate-bitmap-glyph): New funs.
10687 (ps-mule-initialize, ps-mule-begin): New funs.
10688 (ps-output-string-prim): Insert string as unibyte.
10689 (ps-output-prologue): New fun.
10690 (ps-flush-output): Handle the case of 'prologue.
10691 (ps-begin-file): Call ps-mule-initialize.
10692 (ps-begin-job): Set ps-control-or-escape-regexp differently if
10693 printing multibyte characters.
10694 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
10695 (ps-basic-plot-string): Handle the case of printing ASCII
10696 characters by external libraries (e.g. BDF).
10697 (ps-set-font): Set ps-last-font.
10698 (ps-plot-region): Handle multibyte characters, use
10699 ps-mule-plot-string for them.
10700 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
10701
10702 * bdf.el: New file.
10703
10704 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
10705
10706 * international/mule-cmds.el (select-message-coding-system): New
10707 function.
10708 (set-language-environment-coding-systems): Set
10709 default-sendmail-coding-system.
10710
10711 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
10712 (default-sendmail-coding-system): New variable.
10713 (sendmail-send-it): Encode the message by a coding system
10714 select-message-coding-system returns.
10715
10716 1998-08-23 Eric Ludlam <zappo@gnu.org>
10717
10718 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
10719 (speedbar-mode): Set buffer to read only.
10720 (speedbar-temp-buffer-show-function): For emacs don't call hook
10721 with arguments.
10722 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
10723
10724 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
10725
10726 * speedbar.el (speedbar-key-map): Fix typo.
10727
10728 See ChangeLog.7 for earlier changes.