Commit graph

6838 commits

Author SHA1 Message Date
Edward M. Reingold
b5295cea23 Add \hfuzz=1000pt to get rid of overfull box messages. 1996-01-24 15:58:39 +00:00
Edward M. Reingold
556b41d2af Fixed doc strings and references to calendar-latitude and calendar-longitude. 1996-01-24 15:55:55 +00:00
Richard M. Stallman
2346238d0a (turn-on-font-lock): Test window-system. 1996-01-24 05:40:21 +00:00
Karl Heuer
52f8462227 (compilation-handle-exit): Undo previous change.
Don't reference `proc' object.
Pass current buffer to `compilation-finish-function'.
1996-01-23 17:51:09 +00:00
Roland McGrath
d5aa62ec56 (update-file-autoloads): Only give "up to date" msg if (interactive-p).
(update-autoloads-from-directory): Call expand-file-name on arg.
1996-01-21 20:20:46 +00:00
Karl Heuer
d91cddc27a (compilation-handle-exit): If process-status doesn't
exist (e.g. on MSDOS), use an empty string.
1996-01-21 03:55:57 +00:00
Paul Eggert
c18381d187 (vc-utc-string): Remove; it wasn't reliable near DST or leap-second
transitions.
(vc-find-cvs-master): Convert UTC string to encoded time and compare
the results to the file attributes, rather than attempting to convert
file attributes to UTC string (which wasn't reliable).
1996-01-20 20:42:06 +00:00
Karl Heuer
7999547d03 (rmail): Add (require 'rmail). 1996-01-20 07:41:37 +00:00
Michael Kifer
8122a6da20 Initial revision 1996-01-20 05:32:51 +00:00
Michael Kifer
d3e1167fd1 *** empty log message *** 1996-01-20 03:19:26 +00:00
Michael Kifer
151496c02b Sat Jan 20 01:41:56 1996 Michael Kifer <kifer@sbkifer>
* viper.el (vip-auto-indent,vip-electric-mode): are now local
	variables.
	(vip-open-line,vip-Open-line,vip-autoindent):
	are now electrified functions.
	(vip-set-hooks): viperized awk, ksh, makefile, and html-helper modes.
	(vip-custom-file-name): adapted to non-Unix systems.
	(vip-move-minibuffer-overlay): removed.
	(vip-read-string-with-history):
	now accepts correct defaults when called to
	read a shell command.
1996-01-20 03:10:57 +00:00
Erik Naggum
717e06e505 Fix Change Log comment line. 1996-01-20 02:50:09 +00:00
Karl Heuer
e1ec01c2f1 (auto-mode-alist): Recognize ".exp" suffix. 1996-01-19 22:50:21 +00:00
Karl Heuer
e803d7673b Use `convert-standard-filename' to set the name
of the key mapping file.
1996-01-19 22:44:37 +00:00
Karl Heuer
a96c462fce (tpu-load-xkeys): Use `convert-standard-filename' to
set the name of the key mapping file.
1996-01-19 22:43:41 +00:00
Erik Naggum
06115f9d41 (pp-eval-expression): Use frame-width' instead of screen-width'. 1996-01-19 11:24:34 +00:00
Erik Naggum
df07294210 Comment change. 1996-01-19 11:10:56 +00:00
Erik Naggum
fc8318f6c8 (sh-mode): Add autoload cookie. 1996-01-19 00:10:34 +00:00
Richard M. Stallman
03075c19ea (mouse-buffer-menu): Delete debugging code. 1996-01-18 07:00:50 +00:00
Richard M. Stallman
bf686e5fcd (ls-lisp-support-shell-wildcards): Add autoload cookie. 1996-01-18 04:47:45 +00:00
Richard M. Stallman
b46c06dea5 (sh-indent-line): Cope if no previous noncomment line. 1996-01-17 22:41:21 +00:00
Richard M. Stallman
c183f0dad4 (makefile-mode): Fix criterion for calling makefile-define-space-face. 1996-01-17 22:26:18 +00:00
Richard M. Stallman
e384ec6ed5 (goto-address-at-point, goto-address-at-mouse): Add autoload cookies. 1996-01-17 22:24:38 +00:00
Karl Heuer
628b603552 (auto-mode-alist): Use "\\`" instead of "^". 1996-01-17 19:14:20 +00:00
Richard M. Stallman
c208c8cd68 (gnus-group-make-help-group): Check whether
`installation-directory' is nil before using it.
1996-01-17 00:24:29 +00:00
Richard M. Stallman
7e8fa774dd (nnkiboze-close-group): Should only be run from summary buffers. 1996-01-17 00:22:11 +00:00
Richard M. Stallman
e9bd11e57a (nntp-accept-response): Add a timeout parameter to `accept-process-output'. 1996-01-17 00:20:56 +00:00
Richard M. Stallman
5a989d6ec0 (sh-shell-variables): New variable.
(sh-set-shell, sh-remember-variable):
Set sh-shell-variable, not process-environment.
(sh-mode): Don't make process-environment local.
Add a mode-class property.
(sh-add): Use sh-shell-variable in completion.
Compute alist properly from process-environment.
1996-01-17 00:19:44 +00:00
Richard M. Stallman
27abea5aa8 (bibtex-font-lock-keywords, bibtex-mode):
Use word-syntax in patterns.

(bibtex-font-lock-keywords): Allow a more relaxed format
of the buffer and use more appropriate faces.
1996-01-16 16:37:54 +00:00
Erik Naggum
7563295303 (update-file-autoloads): Fix message. 1996-01-16 13:14:12 +00:00
Richard M. Stallman
62901aeed8 (ps-do-despool): On MS-DOS, allow both the usual and
the alternative printing methods.
1996-01-15 22:50:35 +00:00
Richard M. Stallman
868c7abd7c (ps-lpr-switches, ps-lpr-command): Just setq them;
duplicate defvar is a bad idea.

(dos-printer): New variable, the local printer device.
(dos-print-region-function): New function, used for `print-region-function'.
(dos-ps-printer): New variable; if a string, it's the name of the
local printer device.
(ps-lpr-command, ps-lpr-switches): Set them properly for Ghostscript.
(lpr-headers-switches): Set to non-nil, to disable page headers'
support under MS-DOS.
1996-01-15 22:50:00 +00:00
Richard M. Stallman
7d93ae3cc3 (print-region): Make pipes use binary mode if file is binary. 1996-01-15 22:42:33 +00:00
Erik Naggum
e451cded20 Update comment preamble. 1996-01-15 05:56:38 +00:00
Erik Naggum
50aaf9facd Update comment preamble 1996-01-15 05:51:40 +00:00
Erik Naggum
01bb7524dd (auto-insert-alist): Use FSF's new address. 1996-01-15 05:49:47 +00:00
Richard M. Stallman
4c9afcbe57 (mouse-drag-region, mouse-drag-secondary): Bind echo-keystrokes to 0. 1996-01-15 05:12:49 +00:00
Richard M. Stallman
693f800dd6 (auto-mode-alist): Add sgml-mode and html-mode.
(write-contents-hooks): Doc fix.
1996-01-15 05:08:57 +00:00
Richard M. Stallman
a728aa9029 (tar-summarize-buffer): Speed-up for large files. 1996-01-15 01:35:45 +00:00
Richard M. Stallman
253406b97a (desktop-read): Do nothing in batch mode.
Clear desktop-delay-hook after use.  Simplify.
1996-01-14 23:24:40 +00:00
Karl Heuer
71bccd7fa2 Comment fixes. 1996-01-14 14:30:11 +00:00
Erik Naggum
2fe590dcee Update FSF's office address. 1996-01-14 09:58:28 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Erik Naggum
8f65287798 Removed auto-mode-alist hacking for html-mode to files.el. 1996-01-13 00:38:41 +00:00
Erik Naggum
68e0771bdd Remove redundant auto-mode-alist hacking. 1996-01-13 00:30:34 +00:00
Richard M. Stallman
1982da71ac (convert-standard-filename): Make sure firstdot is not nil. 1996-01-12 21:47:32 +00:00
Richard M. Stallman
b69863f29d (forward-page): Simplify how we avoid getting stuck when moving backwards. 1996-01-12 21:23:05 +00:00
Richard M. Stallman
1caf38ebbc Also load for .sgm and .dtd files.
(sgml-specials, sgml-name-8bit-mode, sgml-char-names)
(sgml-font-lock-keywords, sgml-face-tag-alist, sgml-tag-face-alist)
(sgml-display-text, sgml-tag-alist, sgml-tag-help)
(sgml-auto-attributes): New variables.
(sgml-mode-common): New function.
(sgml-mode): Most code moved to it.
(sgml-name-char, sgml-name-self, sgml-maybe-name-self)
(sgml-name-8bit-mode, sgml-tag, sgml-attributes, sgml-auto-attributes)
(sgml-tag-help, sgml-maybe-end-tag, sgml-skip-tag-backward)
(sgml-skip-tag-forward, sgml-tags-invisible): New commands.
(sgml-beginning-of-tag, sgml-value): New functions.
1996-01-12 21:14:51 +00:00
Richard M. Stallman
682e437e05 (facemenu-add-face): Adding default to no region
once again sets it for following typed in text.
1996-01-12 06:12:08 +00:00
Richard M. Stallman
d60ae75ce8 (auto-insert-alist): For html-mode, use `sgml-tag'. 1996-01-12 05:54:33 +00:00