1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

15213 Commits

Author SHA1 Message Date
Richard M. Stallman
0254679b3a (auto-mode-alist): .F gets fortran mode. 1996-04-21 02:01:31 +00:00
Richard M. Stallman
56cda6f5c1 (Info-next-reference, Info-prev-reference): Add optional
argument RECUR to avoid infinite recursion on malformed nodes.
1996-04-21 01:47:02 +00:00
Richard M. Stallman
8b09046c08 (simula-submit-bug-report): Use emacs-version.
(simula-version): Function and variable deleted.
1996-04-21 01:40:33 +00:00
Richard M. Stallman
8ca3cd4462 (simula-tab-always-indent, simula-indent-level)
(simula-substatement-offset, simula-continued-statement-offset)
(simula-label-offset, simula-if-indent, simula-inspect-indent)
(simula-electric-indent, simula-abbrev-keyword, simula-abbrev-stdproc):
Added default constants.
(simula-emacs-features): new constant to hold information
on which flavor if emacs is running (from cc-mode.el).
(simula-mode-menu): Menu definition for Lucid Emacs
(simula-mode-map): Bound new command simula-indent-exp to C-M-q
and added lots of commands to [menu-bar].
(simula-popup-menu): New function for Lucid menus.
(simula-keep-region-active): New function for Lucid menus.
(simula-indent-exp): New command that indents a whole expression.
(simula-indent-line): New strategies for finding the right amount to indent.
(simula-skip-comment-backward): Added optional parameter stop-at-end
to stop at the first END statement.
(simula-expand-stdproc): Added abbrev expansion to verbatim copy
of abbrev table, same for function simula-expand-keyword.
(simula-search-backward): Added Doc string, and lots of error checking.
(simula-search-forward): Added Doc string, and lots of error checking.
Added hilit19 config code.
(simula-version): New variable and function to report value.
(simula-submit-bug-report): New function to submit bug report.
1996-04-21 01:39:51 +00:00
Karl Heuer
c80718ccb9 (f90-keywords-re): Added operator and result.
(f90-keywords-level-3-re): Added operator and result.
(f90-match-end, f90-looking-at-program-block-start): Fixed bug
with false matching in comments/strings.
(f90-looking-at-program-block-start, f90-imenu-generic-expression):
Added knowledge of pure and extrinsic subroutines.
(f90-abbrev-start): Fixed bug using next-command-event.
(f90-keywords-level-3-re): Added keyword "nullify".
(f90-else-like-re): Fixed indentation of case() statements.
(f90-font-lock-keywords-2): Changed highlighting of case() statements.
1996-04-19 20:07:47 +00:00
Richard M. Stallman
55be131413 (metamail-mailer-name): New variable.
(metamail-environment): Add MM_QUIET.
(metamail-switches): Delete -m emacs.
(metamail-interpret-header, metamail-interpret-body): New functions.
(metamail-region, metamail-buffer): New arg VIEWMODE.
1996-04-19 18:05:38 +00:00
Richard M. Stallman
6a6a0b8bf3 (after-find-file): Mention file name in "auto save is newer" message. 1996-04-19 09:32:55 +00:00
Richard M. Stallman
831f35a200 (read_key_sequence): Fix confusion between key and new_key. 1996-04-19 09:21:55 +00:00
Richard M. Stallman
b2b9ff5e6d (x-select-text): Remember selected text.
(x-get-selection-value): Return nil if the clipboard data is
is the same as the remembered selected text.
1996-04-19 02:40:44 +00:00
Lars Magne Ingebrigtsen
bf8aeaf981 * gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration,
gnus-window-to-buffer): Pop up the shell buffer after piping
articles through a filter.
1996-04-18 19:36:33 +00:00
Lars Magne Ingebrigtsen
b5e8e90792 Make invisible text intangible as well. 1996-04-18 12:09:23 +00:00
Richard M. Stallman
d4d62e8d02 (syms_of_keyboard): Doc fix. 1996-04-18 06:04:32 +00:00
Richard M. Stallman
1976080b3b (EmacsFrameRealize): Use STANDARD_EVENT_SET. 1996-04-18 04:13:19 +00:00
Richard M. Stallman
d2f764d0cc (STANDARD_EVENT_SET): Remove PointerNotifyHintMask.
(CHECK_X_FRAME): Macro deleted.
1996-04-18 04:12:43 +00:00
Richard M. Stallman
f5bb65ecab (note_mouse_movement): Don't call XQueryPointer.
(x_scroll_bar_note_movement): Don't call XQueryPointer.

(x_new_font): Intern FONT just once for finding full name.
1996-04-18 04:03:16 +00:00
Richard M. Stallman
092191c69d Replace make-docfile' with make-doc.exe'. In case
src/Makefile needs to rebuild `make-doc.exe', use one command per line.
Undo the previous change.
1996-04-17 18:37:18 +00:00
Richard M. Stallman
a5dfed3e36 (occur): Fix up interactive code.
Strip text properties from regexp.
1996-04-17 17:30:51 +00:00
Richard M. Stallman
db50afc09f Clarify MSDOS installing and unpacking. 1996-04-17 16:43:16 +00:00
Richard M. Stallman
95184b48ec (decode_mode_spec): Use frame F, not selected frame.
On termcap frames, implicit names are ok.
1996-04-16 23:07:52 +00:00
Richard M. Stallman
9c6da96f00 (decode_mode_spec): For %F, use explicit name or `Emacs'. 1996-04-16 22:52:34 +00:00
Richard M. Stallman
c9b35eceec (vc-comment-ring): Initialise using make-ring.
(vc-clear-context): Initialise vc-comment-ring using make-ring.
(vc-finish-logentry): Don't initialise vc-comment-ring here.
1996-04-16 22:33:07 +00:00
Richard M. Stallman
a92989c399 (w32_read_socket): Initialize frame_or_window field.
(x_make_frame_visible): Don't call SetForegroundWindow after x_set_offset.
(win32_initialize): Call AttachThreadInput at the end.
1996-04-16 21:54:34 +00:00
Richard M. Stallman
8847d8908b (defined_color): Map color to nearest in default palette.
(win32_wnd_proc): Special handling for WM_CLOSE.
1996-04-16 21:49:18 +00:00
Richard M. Stallman
2636719334 (check_timer): Removed; use gettime instead.
(sys_select): Call __dpmi_yield while waiting for input to
improve multitasking behaviour.
Do not check timer when no timeout.
1996-04-16 20:41:24 +00:00
Richard M. Stallman
079242944a (syms_of_buffer): Doc fix. 1996-04-16 16:10:19 +00:00
Richard M. Stallman
1aa323ac15 Provide `completion'.
(cmpl-make-standard-completion-syntax-table): Initialize
all chars (to whitespace if nothing else).
(c-mode-map, fortran-mode-map): Add defvars to avoid warnings.
1996-04-16 16:04:01 +00:00
Richard M. Stallman
36f0f2b12a (defstruct): Treat multi-nested :include properly.
(flet): Warn when flet rebinds a macro name.
(labels): Rewrite to be fully CL-compliant.
1996-04-16 04:36:21 +00:00
Richard M. Stallman
bd9c5e7949 (isqrt): Support expanded range of Lisp integers.
(cl-expt): Bug fix for (expt -1 -N).
(cl-macroexpand-all): Change to support `labels'.
1996-04-16 04:35:38 +00:00
Richard M. Stallman
eba8dcd060 (goto-address-send-using-mh-e):
Renamed from goto-address-send-using-mhe.  Require `mh-comp'.
1996-04-16 03:57:23 +00:00
Richard M. Stallman
c898fb2821 (sh-while-getopts): Punctuate help message better. 1996-04-15 21:17:59 +00:00
Richard M. Stallman
bbcbfd687a Change make-docfile to make-doc.exe in a second place. 1996-04-15 21:02:54 +00:00
Richard M. Stallman
1861b21427 (wait_reading_process_input) [!subprocesses]:
Get rid of the loop around the detect_input_pending call.
1996-04-15 19:12:01 +00:00
Richard M. Stallman
d04127d3a8 (src): Create a file with sed commands instead of using
a long sed command line (some versions of Sed don't handle that).
(gdb): Merged back into src, undoing April 13 change.
(install): Do use if statements, but not a loop.
1996-04-15 18:51:37 +00:00
Richard M. Stallman
809e1789ed Make sure the GDB init file is called src/_gdbinit;
if not, tell the user to rename it and abort.
1996-04-15 18:48:06 +00:00
Richard M. Stallman
093dd95bf5 (x_set_frame_parameters): Get height and width from
FRAME_NEW_WIDTH and FRAME_NEW_HEIGHT if nonzero.
1996-04-15 15:48:51 +00:00
Richard M. Stallman
0a65b03282 (wait_reading_process_input) [!subprocesses]: Handle
the case of READ_KBD being a cons cell.  Retry the timer check
after a timer fired.  (All of these make this definition
consistent with the one that supports async subprocesses.)

(wait_reading_process_input, both definitions):
Use plain detect_input_pending just before the select call.
1996-04-14 17:45:31 +00:00
Richard M. Stallman
8cdaacaf13 With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE test program. 1996-04-14 17:28:05 +00:00
Richard M. Stallman
3f5b4e35cc (main) [DJGPP v2]: Don't change to binary for a tty. 1996-04-14 17:11:47 +00:00
Richard M. Stallman
fa78ef7af3 Describe djtar. 1996-04-13 19:14:07 +00:00
Richard M. Stallman
7771680500 Don't sey djgpp must be version 1. 1996-04-13 16:29:47 +00:00
Richard M. Stallman
3b1fdd8517 (Fcompare_buffer_substrings): Fix dumb bug handling buffer name as second arg. 1996-04-13 10:56:40 +00:00
Richard M. Stallman
4a7c8265b5 entered into RCS 1996-04-13 04:43:53 +00:00
Per Bothner
8380f562c8 * config.guess: Combine two OSF1 rules.
Also recognize field test versions.  From mjr@zk3.dec.com.
* config.guess (dgux):  Use /usr/bin/uname rather than uname,
because GNU uname does not support -p.  From pmr@pajato.com.
1996-04-13 00:06:54 +00:00
Richard M. Stallman
d1fc67525e (main) [MSDOS]: Always call tzset, not init__gettimeofday. 1996-04-12 22:59:58 +00:00
Richard M. Stallman
ffd76827b0 (MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs. 1996-04-12 22:57:28 +00:00
Richard M. Stallman
e049945bc0 (interpreter-mode-alist): Recognize perl5. 1996-04-12 18:42:22 +00:00
Richard M. Stallman
4f14f060c7 *** empty log message *** 1996-04-12 16:03:01 +00:00
Richard M. Stallman
659d3b439c [DJGPP v2]: Include io.h.
(main) [DJGPP v2]: Switch standard streams to binary with setmode.
1996-04-12 16:02:38 +00:00
Richard M. Stallman
b696f8606b (djgpp_ver): Variable renamed from djgpp-ver. 1996-04-12 15:44:42 +00:00
Richard M. Stallman
ae57f69dbd (msdos): Put mainmake.v2 into the dist. 1996-04-12 15:43:42 +00:00