Richard M. Stallman
8ee9ba64c1
(Frandom): Fix previous change.
1994-07-28 12:46:16 +00:00
Richard M. Stallman
9f7a8b5dbe
(Fdisplay_buffer): Add MULTI_FRAME cond in last change.
1994-07-28 12:43:01 +00:00
Richard M. Stallman
70e808bd5e
(buffer-menu): Undo previous change.
...
Instead, save the point value that list-buffers set up
and go back there after switching windows.
1994-07-28 06:23:17 +00:00
Richard M. Stallman
9d00084253
entered into RCS
1994-07-27 22:44:21 +00:00
Richard M. Stallman
43203a1d75
(justify-current-line): Delete space at end of line.
1994-07-27 20:09:22 +00:00
Richard M. Stallman
f4a0f59b01
(set-auto-mode): Shorten scope of case-fold-search binding.
...
(cd-absolute): Call file-name-as-directory first thing.
(basic-save-buffer-1): Ignore file-precious-flag
if the file's dir is not writable.
1994-07-27 18:55:38 +00:00
Richard M. Stallman
9c063f29fa
[POSIX_SIGNALS] (signal): New definition.
1994-07-27 18:10:51 +00:00
Richard M. Stallman
defb80d7ad
(main): New local var progname saves argv[0].
1994-07-27 17:59:03 +00:00
Richard M. Stallman
d86bdede4d
(compilation-error-regexp-alist): Fix bug in Borland
...
C++ change. Make first regexp reject cases that give column
numbers. Add new regexp for GNU format with column numbers.
1994-07-27 17:52:02 +00:00
Richard M. Stallman
2e46c7c6b3
(random, srandom): Obey HAVE_RAND48 flag.
...
Test that random is not a macro. Don't test USG or BSD4_1.
1994-07-27 17:40:29 +00:00
Richard M. Stallman
251745a3a7
(rand48): Check for it.
1994-07-27 17:34:52 +00:00
Richard M. Stallman
e1cd65fd53
(what-domain): Doc fix.
1994-07-27 00:35:18 +00:00
Richard M. Stallman
0d55704c3b
(x_get_foreign_selection): Use the new feature
...
to queue up SelectionRequest events.
1994-07-27 00:13:42 +00:00
Richard M. Stallman
e86bf40805
(wait_reading_process_input): If wait_for_cell,
...
do check for keyboard input and handle it.
1994-07-27 00:12:59 +00:00
Richard M. Stallman
09756a8501
(x_queue_event, x_unqueue_events): New functions.
...
(x_start_queuing_selection_requests): New function.
(x_stop_queuing_selection_requests): New function.
(XTread_socket): Queue up SelectionRequest events sometimes.
1994-07-27 00:12:34 +00:00
Richard M. Stallman
11c05cd6a8
(forms--update): Undo change made mistakenly.
1994-07-26 21:31:13 +00:00
Richard M. Stallman
7fb63acd84
Finish installing previous change.
1994-07-26 21:23:38 +00:00
Richard M. Stallman
dbf87856a1
Comment change.
1994-07-26 20:37:32 +00:00
Richard M. Stallman
cdaf7a1a56
(vc-next-action): Even in 1-file case, get its name from FILES.
...
(vc-finish-logentry): Don't do vc-buffer-sync on the parent buffer
when that parent buffer is a dired buffer.
1994-07-26 20:34:16 +00:00
Richard M. Stallman
f9ae53246c
Made menu bar's autoloaded stuff conditional on
...
purify-flag, to avoid error message when loading ediff in a frame
that has no menu bar.
(ediff-setup): Improved mode-line-buffer-identification.
Now accommodates buffer identifications generated by
mode-line.el and uniquify.el.
(ediff-current-diff-face-A/B,
ediff-fine-diff-face-A/B,ediff-odd/even-diff-face-A/B):
Variables changed to contain face names
instead of face internal representation.
1994-07-26 20:16:05 +00:00
Richard M. Stallman
4d587a6ce1
(menu-bar-update-buffers): Use (current-global-map), not global-map.
1994-07-26 19:57:59 +00:00
Richard M. Stallman
cd33a5a086
(main): Don't actually modify argv[0]. Modify a copy instead.
1994-07-26 19:56:03 +00:00
Richard M. Stallman
980ab937d9
Update the info files.
1994-07-26 19:53:49 +00:00
Richard M. Stallman
9c308ed258
(forms-read-file-filter): new hook function to
...
preprocess file contents before being passed to forms mode.
(forms-write-file-filter): new hook function to preprocess file
contents before it is being saved to disk. Can be used to undo the
effects of `forms-read-file-filter'.
(forms-mode): Supply a default format if no `forms-format-list' was
specified.
Preprocess file contents using `forms-read-file-filter' and attach
`forms-write-file-filter' to the `local-write-file-hooks' of the file
buffer.
Present a friendly message if the visited file is empty or new.
(forms--intuit-from-file): New subroutine to get the number of fields
from the data file; constructs a default format list.
(forms-save-buffer): Forms mode wrapper for `save-buffer'.
(forms--change-commands, forms--exit): Use it.
(forms--update): Check for the presence of the field separator in any
of the fields. Refuse update if found.
(forms-delete-record): Allow the last record of the file to be
deleted, even if not terminated by a newline.
(forms--local-write-file-function): Remove. Didn't do any good.
Replaced by `forms-save-buffer'.
1994-07-26 19:47:39 +00:00
Richard M. Stallman
26d270ab48
(Frandom): Use just the low 30 bits of random's value.
1994-07-26 19:25:42 +00:00
Richard M. Stallman
b4300a1a6c
(compilation-next-error-locus): New arg SILENT.
1994-07-26 19:18:06 +00:00
Richard M. Stallman
8bce086749
(dissociated-press): Error at start if buffer is empty.
1994-07-26 15:51:56 +00:00
Richard M. Stallman
bd37f91150
(tek4300): Don't define if already defined.
1994-07-26 15:26:13 +00:00
Tom Tromey
597c7ed598
Emacs 18 changes from Carl Witty.
1994-07-26 00:46:07 +00:00
Richard M. Stallman
bd7caa546c
(BSD_PGRPS): Defined.
1994-07-25 23:44:19 +00:00
Richard M. Stallman
89b3f89419
Add #undef alloca.
1994-07-25 23:26:23 +00:00
Richard M. Stallman
72ddb82c49
(reset_watch, get_time): Use EMACS_GET_TIME.
...
(tzp): Var deleted.
1994-07-25 23:21:24 +00:00
Richard M. Stallman
860befc8a2
(command-line-args-left): Add defvar.
1994-07-25 21:45:36 +00:00
Richard M. Stallman
e307a7b225
(PURESIZE): Increase non-MULTI_FRAME value.
1994-07-25 21:25:02 +00:00
Richard M. Stallman
316506b2f1
(get_system_name): Add a cast.
1994-07-25 21:20:28 +00:00
Richard M. Stallman
2b5a5ed300
(comint-dynamic-list-completions): Listify the key
...
sequence to be put back.
1994-07-25 21:10:10 +00:00
Richard M. Stallman
5f0929a7f9
[!HAVE_H_ERRNO]: Declare h_errno.
...
(Fopen_network_stream): Set h_errno to 0 initially.
1994-07-25 20:47:57 +00:00
Richard M. Stallman
e24f1d5575
[!HAVE_H_ERRNO]: Declare h_errno.
...
(init_system_name): Set h_errno to 0 initially.
1994-07-25 20:47:20 +00:00
Richard M. Stallman
0f0ed96e06
Add #undef HAVE_H_ERRNO.
1994-07-25 20:46:46 +00:00
Richard M. Stallman
e9ba01ff3f
Make "checking..." messages' style consistent.
...
(HAVE_H_ERRNO): New test.
1994-07-25 20:45:55 +00:00
Richard M. Stallman
4622fe48fc
Add #undef alloca.
1994-07-25 18:39:55 +00:00
Richard M. Stallman
a17c29e05e
(c++-mode-syntax-table): Give RET the same syntax as newline.
1994-07-25 00:34:55 +00:00
Richard M. Stallman
910762b4b7
(emacs-lisp-mode-syntax-table): Give RET the same syntax as newline.
1994-07-25 00:32:46 +00:00
Richard M. Stallman
abf1ee7556
(i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
1994-07-24 20:18:35 +00:00
Richard M. Stallman
1bb80f722b
(Fnext_window, Fprevious_window): Don't get stuck in a loop
...
in the minibuffer frame.
1994-07-24 20:02:37 +00:00
Richard M. Stallman
13118fc3d8
(dbx): Use system-configuration, not system-type.
1994-07-24 20:01:13 +00:00
Richard M. Stallman
e9ce5adec1
(dired-internal-noselect): a zero modtime means directory is unchanged.
1994-07-24 19:55:26 +00:00
Richard M. Stallman
4f8992bd70
Add to global key map for cut, paste & copy keys.
1994-07-24 19:19:17 +00:00
Richard M. Stallman
0a6ef8a768
(system-key-alist): Add Sun-specific X11R6 keysyms.
1994-07-24 19:18:19 +00:00
Richard M. Stallman
44a1338aa4
(mail-extr-all-top-level-domains): Update a few long names.
1994-07-24 06:14:32 +00:00