Richard M. Stallman
9939d191eb
(BROKEN_O_NONBLOCK): Define only if Ultrix.
...
(LIBS_MACHINE, KERNEL_FILE): Don't define if __NetBSD__.
(C_SWITCH_X_MACHINE): Define only if Ultrix.
[__NetBSD__] (START_FILES, CANNOT_DUMP): New definitions.
[__NetBSD__] (RUN_TIME_REMAP, UNEXEC): Undef them.
1996-10-30 05:11:12 +00:00
Richard M. Stallman
1cf4a0d1a2
(XTread_socket, KeyPress case): Clear compose_status
...
if the key has the meta modifier.
1996-10-30 05:09:38 +00:00
Richard M. Stallman
0e8ab97410
Initial revision
1996-10-30 04:48:09 +00:00
Richard M. Stallman
eb7d6097a8
Recognize hppa-next as a valid CPU-COMPANY combination.
1996-10-29 02:56:12 +00:00
Richard M. Stallman
da945421cc
(hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1.
1996-10-29 02:53:06 +00:00
Erik Naggum
d7cd5d4f61
(Fmake_char_table): Doc fix.
1996-10-28 11:55:29 +00:00
Simon Marshall
f802bd0253
Use new face.
1996-10-28 10:08:07 +00:00
Simon Marshall
1fbd6d0fa0
more auto-mode-alist modes.
1996-10-28 10:01:55 +00:00
Paul Eggert
db853edc0b
(timezone-time-from-absolute): Fix off-by-one
...
error in current-time-origin.
1996-10-28 03:55:59 +00:00
Richard M. Stallman
914860c262
(read_minibuf_unwind): Don't restore minibuf_window;
...
instead call choose_minibuf_frame.
(choose_minibuf_frame): Don't let any other frame keep its minibuf
window selected.
1996-10-26 18:16:50 +00:00
Richard M. Stallman
f88a6649b8
(Fexpand_file_name): No longer discard .../ before another / or ~.
...
That is now only in Fsubstitute_in_file_name.
1996-10-26 18:16:11 +00:00
Richard M. Stallman
b8a3aefac9
(refer-bib-directory): New variable, list of
...
directories where to look for bib files. Special values `texinputs'
and `bibinputs' mean take directory list from corresponding
environment variable.
(refer-bib-files): New special value `auto', for looking up all
files in directories pointed to by refer-bib-directory.
I have the feeling that this isn't really my code but came from
the net (copylefted). However, I cannot trace this down any
more. If it isn't mine, it's probably Ashwin's.
(refer-get-bib-files): Support `auto' value of refer-bib-files.
Support `texinputs', `bibinputs' value of refer-bib-directory.
(refer-saved-state, refer-previous-keywords, refer-saved-pos,
refer-same-file): Properly declared (defvar) these variables.
(refer-yank-key): New function.
(refer-find-entry-internal): Find bibliography entries in other
window, with minimal reconfiguration of windows.
(refer-expand-files): New function.
1996-10-26 18:15:32 +00:00
Richard M. Stallman
5b1bdb5f74
(electric-perl-terminator, perl-indent-command):
...
(perl-backward-to-noncomment, indent-perl-exp): Avoid error if
comment-start-skip is nil.
1996-10-26 18:14:31 +00:00
Richard M. Stallman
0a6231f5fc
(mouse-sel-set-selection-function): Doc fix.
...
Use x-select-text, for the primary selection.
(mouse-sel-get-selection-function):
Use x-cut-buffer-or-selection-value, for the primary selection.
1996-10-26 18:13:52 +00:00
Richard M. Stallman
5f65549e3f
(set-visited-file-name): Doc fix.
...
(write-file): Use CONFIRM when calling set-visited-file-name.
1996-10-26 18:12:01 +00:00
Richard M. Stallman
b691df0c08
(kill-buffer-and-window): New command.
...
Bind it to C-x 4 0.
1996-10-26 16:06:37 +00:00
Richard M. Stallman
44d7776b5b
(sh-mode): Don't make font-lock-keywords buffer-local.
1996-10-26 16:06:24 +00:00
Richard M. Stallman
037fa8ca99
(rmail-reply): Merge resent-to and resent-cc into to and cc.
...
Ignore the resent- fields aside from that.
1996-10-26 16:06:11 +00:00
Richard M. Stallman
7c9097d02f
(pascal-indent-declaration): Avoid infinite loop
...
if edpos is at end of buffer.
1996-10-26 16:05:58 +00:00
Richard M. Stallman
91f64ec29e
(describe_buffer_bindings): Pass 1 for PARTIAL
...
in some calls to describe_map_tree.
1996-10-26 16:01:22 +00:00
Richard M. Stallman
0ad61fe7d7
(status_notify): Update p->tick again
...
just before running the sentinel, in case it dies.
1996-10-26 16:01:03 +00:00
Richard M. Stallman
5300fd39c3
(decode_mode_spec): In the `L' case,
...
remove a buffer from base_line_pos if window has switched buffers.
1996-10-26 16:00:39 +00:00
Karl Heuer
3296453b8b
(Info-insert-dir): Ensure directory ends with slash.
1996-10-25 04:43:06 +00:00
Karl Heuer
bf370e8cd5
(makefile-font-lock-keywords): Accept - and . in
...
variable names.
1996-10-25 04:34:53 +00:00
Karl Heuer
2892dc82b8
(imenu-scanning-message): Use ellipsis.
1996-10-25 04:31:26 +00:00
Karl Heuer
c84ae1396f
(iso-langauges): Alphabetize list.
...
Add Catalan, Spanish, and Esperanto.
1996-10-25 04:26:36 +00:00
Karl Heuer
70a036cfe6
(lexical-let): Fixed a bug involving nested
...
lexical contexts and macros.
1996-10-24 22:45:24 +00:00
Karl Heuer
8c605b4bb1
(dired-insert-directory): Check for non-US LANG.
1996-10-24 22:42:29 +00:00
Simon Marshall
2e6a15fce5
Changes to font-lock-fontify-syntactically-region: (a) the cache position must be a marker, (b) use a loop to look for comment start, some speedups.
...
Two new faces, two new modes.
1996-10-23 11:21:05 +00:00
Simon Marshall
2ff2cda889
Add Font Lock support. Add mode command autoload cookie.
1996-10-23 09:45:11 +00:00
Simon Marshall
2439570dc3
Tweak dired-font-lock-keywords.
1996-10-23 09:26:39 +00:00
Simon Marshall
f1052d2e63
Tweak mail-font-lock-keywords.
1996-10-23 09:26:35 +00:00
Simon Marshall
34c3c889a0
Tweak rmail-font-lock-keywords.
1996-10-23 09:26:33 +00:00
Simon Marshall
4e59dfb557
Add Font Lock support. Provide when loaded.
1996-10-23 09:21:10 +00:00
Simon Marshall
5572c1d1e9
Tweak change-log-font-lock-keywords
1996-10-23 09:16:54 +00:00
Karl Heuer
3bd8b59d60
Fix 1996-09-02 change.
1996-10-22 17:34:26 +00:00
Karl Heuer
c41fe44640
(compilation-skip-to-next-location): Defined.
...
(compilation-next-error-locus, compilation-parse-errors): Respect it.
1996-10-20 05:37:38 +00:00
André Spiegel
010d626940
(vc-dired-reformat-line): Discard check for numerical value of
...
vc-locking-user.
1996-10-17 20:35:46 +00:00
André Spiegel
1525b5169d
(vc-file-owner): Always return user name, using the optional argument
...
of user-login-name.
(vc-locking-user, vc-status): Discard checks for numerical value of
vc-locking-user.
1996-10-17 20:34:46 +00:00
Richard M. Stallman
a697fc6296
(universal-argument): Doc fix.
1996-10-15 03:19:56 +00:00
Richard M. Stallman
7cae52cffc
(f90-no-block-limit): Fixed bug for indentation of
...
elsewhere and elseif.
(f90-looking-at-where-or-forall): Now allows for labelled forall
and where statements.
(f90-font-lock-keywords-2): New highlighting for labelled where
and forall. Fixed small bug with else highlighting.
(f90-fill-region): Moved indentation to f90-break-line.
(f90-break-line): Will now always indent the second line.
(f90-indent-line): Simpler test for auto-fill.
(f90-auto-fill-mode): Removed.
(f90-electric-insert): Added for possibility of auto-filling of
lines without spaces, as well as early updating of line.
(f90-mode-map): Added bindings of operators to f90-electric-insert.
(f90-do-auto-fill): Now also updates line (changes case).
1996-10-15 02:58:27 +00:00
Richard M. Stallman
57a6e758e2
(Vdebug_on_signal): Renamed from Vdebug_force.
1996-10-14 23:39:54 +00:00
Karl Heuer
2d2972d83c
Fix typo in comment.
1996-10-14 07:54:04 +00:00
Richard M. Stallman
57fdbf402a
(UNEXEC): Undef before defining.
1996-10-13 15:34:06 +00:00
Richard M. Stallman
93a2702d0e
(hack-local-variables-prop-line):
...
Ignore case when checking for `mode'.
1996-10-13 14:00:48 +00:00
Richard M. Stallman
00d3de8eae
(describe-function): If no fn specified, say so.
...
(variable-at-point): Return 0 if no variable there.
(describe-variable): If no variable specified, say so.
Don't use nil as the variable.
1996-10-13 13:59:51 +00:00
Paul Eggert
6fbe22d865
(datearg): Use the empty string, not '-d>1970-01-01', to extract all
...
revisions, since some hosts reject 1970-01-01 when east of UTC.
(date): Remove.
1996-10-13 05:59:42 +00:00
Richard M. Stallman
ae1cc0311c
(define-function): Define as alias for defalias.
1996-10-12 23:54:53 +00:00
Richard M. Stallman
e462e42fc2
Use defalias not define-function.
1996-10-12 23:54:33 +00:00
Richard M. Stallman
1814e5a971
(define-function): Mark it as obsolete.
1996-10-12 23:54:12 +00:00