1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-01 03:33:28 -07:00
Commit graph

151382 commits

Author SHA1 Message Date
Karl Heuer
4d4826ab5c (rmail-forward): Delete trailing blank lines. 1995-12-13 04:59:53 +00:00
Karl Heuer
c08076084e (Fsplit_window): Account for scroll bar width. 1995-12-13 03:29:28 +00:00
Karl Heuer
9121ca4020 (AT_WORD_BOUNDARY): Disable macro.
(re_match_2_internal): Work around compiler bug.
1995-12-13 02:52:23 +00:00
Karl Heuer
813f79d532 (main): Fix args to handle `--display DISPLAY'. 1995-12-13 02:33:20 +00:00
Karl Heuer
15d759001c (choose_minibuf_frame): Test HAVE_X_WINDOWS. 1995-12-13 02:30:33 +00:00
Karl Heuer
2610078a77 (Fcall_process) [MSDOS]: Support redirection of
stderr.  Assign process exit code to `synch_process_retcode' and
error description to `synch_process_death'.  Reset
`synch_process_alive' to zero when the sub-process exits.
1995-12-13 02:26:40 +00:00
Karl Heuer
67d98d33af (run_msdos_command): Support redirection of stderr. 1995-12-13 02:26:07 +00:00
Karl Heuer
c9adab2527 (IT_set_terminal_modes): Save screen color attribute
byte at startup, write saved screen dimensions to termscript
file.
(IT_reset_terminal_modes): When restoring startup screen contents,
only restore as much as was saved, and only as much as the screen
dimensions on exit can hold.  Blank the rest with the background
color saved at startup.  Write restored screen dimensions to
termscript file.
1995-12-13 02:22:47 +00:00
Karl Heuer
7e34da22f0 (sendmail-send-it): Added support for Resent-CC and
Resent-BCC headers.
1995-12-13 02:19:05 +00:00
Karl Heuer
fc67d5be86 (Ftype_of): Return char-table' and bool-vector' for
char tables and bool vectors, resp.
(Qchar_table, Qbool_vector): New variables.
(syms_of_data): Initialize and staticpro them.
1995-12-13 02:17:09 +00:00
Karl Heuer
976bef0e02 (XMenuActivate): Display the menu pane title.
(XMenuLocate): Do not ignore pane title length when deciding on
menu location.
1995-12-13 02:13:59 +00:00
Karl Heuer
dea10df4d4 (fill-context-prefix): Doc fix. 1995-12-13 02:09:24 +00:00
Karl Heuer
cfbeebb056 (PTY_OPEN): Block SIGCHLD during openpty. 1995-12-13 02:02:17 +00:00
Karl Heuer
470d004ea5 (LIBXMU): Use dynamic linking. 1995-12-13 01:58:41 +00:00
Karl Heuer
6664b4f963 Change pointer to nt/INSTALL, not nt/install. 1995-12-13 01:54:12 +00:00
Karl Heuer
0dc70c33a0 (create_process): Use Posix signal handling to
block signals, if available.  If HAVE_VFORK, save and restore
signal handlers that the child might change, since in many
systems (e.g. Solaris 2.4) if the child changes the signal
handlers this munges the parent's handler.
1995-12-13 01:52:07 +00:00
Karl Heuer
3ec89604c4 (HAVE_VFORK): Remove #undef, since we now
know how to use Solaris vfork.
(VFORK_RETURN_TYPE): Remove definition.
1995-12-13 01:51:37 +00:00
Karl Heuer
f7c7053ea6 Provide sh-script. 1995-12-13 01:37:58 +00:00
Karl Heuer
4f675a8c50 (change-log-mode): Defaults for `indent-tabs-mode'
and `tab-width'.
1995-12-13 01:36:02 +00:00
Karl Heuer
bfc8e97b47 (sh-mode-map): Make the code more legible.
(sh-font-lock-keywords-1): Allow keyword `in' at eol too.
(sh-font-lock-keywords-only): New variable to prevent an apostrophe
in comment from misfontifying buffer, but to allow users who don't
have such to get strings fontified.
(sh-mode): Use it.
1995-12-13 01:22:05 +00:00
Simon Marshall
b7ffee5fb7 Wrap case-fold-search for x-frob-font-weight and x-frob-font-slant. 1995-12-12 08:20:37 +00:00
Per Bothner
7d826aa9d2 (powerpc-harris-powerunix): Add guess for port to new target. 1995-12-12 00:47:21 +00:00
Simon Marshall
6152f5f070 Use comint-input-sender to send text (Peter Gabriel <gabriel@or.iabg.de>). 1995-12-11 13:52:09 +00:00
Simon Marshall
7d7d915a20 Don't turn on in any buffer with a leading space in its name.
When (un)fontifying, make sure we're doing it in the whole buffer.
Make a command to refontify the window.
1995-12-09 16:35:57 +00:00
Lars Magne Ingebrigtsen
a828a776d8 (gnus-simplify-mode-line): New function to simplify the
mode line in a safer manner.
(gnus-group-mode, gnus-browse-mode, gnus-summary-mode,
gnus-article-mode, gnus-server-mode): Use the function.
1995-12-09 08:52:17 +00:00
Lars Magne Ingebrigtsen
8bb6fec9b4 (gnus-group-set-mode-line): Allow user defined specs in the group
format mode line.
1995-12-08 05:11:19 +00:00
Tom Tromey
150269d560 (add-log-tcl-defun): Don't use tcl-beginning-of-defun; just go to end
of line before searching.
1995-12-07 18:27:47 +00:00
Tom Tromey
5191b75daa (add-log-tcl-defun): Now uses tcl-beginning-of-defun. 1995-12-07 18:18:21 +00:00
Francesco Potortì
d8913c1c1c * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
(gperf): Added keywords for Objective C and GNU macros.
	(sym_type): Added values to account for Objective C and GNU macros.
	(begtk): The '@' character can start a token.
	(objdef, methodlen, objtag): New variables for Objective C.
	(consider_token, C_entries): Added code for Objective C.
	(plain_C_suffixes): Add .m and .lm for Objective C.
	(Yacc_suffixes): Add .ym for Objective yacc.
	(GROW_LINEBUFFER): New macro.
	(consider_token, C_entries, Pascal_functions): Use the new macro.
	(consider_token): Take one more argument.  Caller changed.
	(consider_token): Use the hashing function to spot GNU macros.
	(C_entries): Consider // as a comment start even in plain C for
	the sake of Objective C parsing.
	(pfnote): Don't make a tag for ctags if there is no name.
	(getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
	get_scheme, prolog_getit): Name the tag in ctags mode.
	(pfnote): Truncate ctags lines to 50 chars, like it worked once.
	(Perl_interpreters): Accept "@PERL@" as an interpreter.
	(suggest_asking_for_help): New function.
	(main, get_language_from_name): Use suggest_asking_for_help.
	(main): Let get_language_from_name make language existence check.
	(streq, strneq): Check the arguments #if DEBUG.
1995-12-07 09:10:54 +00:00
Francesco Potortì
1ff164dd43 * Makefile.in (ctags): depend on etags only for simplicity;
compile with regexp support enabled.
1995-12-07 08:41:11 +00:00
Lars Magne Ingebrigtsen
7e988fb615 * gnus.el (gnus-parse-headers-hook): New hook.
(gnus-get-newsgroup-headers): Call it.
(gnus-get-newsgroup-headers-xover): Call it.
(gnus-group-mode-map): Moved `gnus-group-fetch-faq' from `M-f' to
`H f'.
(gnus-summary-copy-article): Allow respooling to any backend.
(gnus-summary-set-process-mark): Make sure each article can only
be process marked once.
(gnus-summary-remove-lines-marked-with): Put point on a valid
article after removing lines.
(gnus-summary-sort-by-author): Didn't allow sorting when
pseudo-articles were present.
(gnus-summary-sort-by-subject): Ditto.
1995-12-06 21:19:47 +00:00
Erik Naggum
e1dadc172e (recover-file): Also recover new, unsaved files. 1995-12-06 11:59:55 +00:00
Erich Stefan Boleyn
a167ed910b Recognize aof in the OS field. 1995-12-06 11:57:46 +00:00
Paul Eggert
168c8aec07 Fix misspelled comment. 1995-12-06 10:17:57 +00:00
Edward M. Reingold
610d096695 More repairs of wrong function names in menus! 1995-12-05 23:38:20 +00:00
Edward M. Reingold
bc83970dd2 Repair function names from rms error in modifying! 1995-12-05 23:13:33 +00:00
Edward M. Reingold
c36baedbce Autoload diary-iso-date. 1995-12-05 23:05:25 +00:00
Edward M. Reingold
e6c3bfbc7c Chnaged all occurrences of buffer-substring to buffer-substring-no-properties. 1995-12-05 23:01:36 +00:00
Edward M. Reingold
021edd45dc Fixed dst-in-effect for southern hemisphere. Also made doc string clearer. 1995-12-05 22:55:22 +00:00
Jeff Law
d613bdc034 * config.guess: Recognize HP model 816 machines as having
a PA1.1 processor.
1995-12-04 18:22:22 +00:00
Karl Heuer
a3296f5a10 (copyright-regexp): Recognize ISO copyright symbol.
(copyright-update): Pattern is now match #2, not #1.
1995-12-03 20:43:00 +00:00
Erik Naggum
12c9fbcc14 (display-table-slot,set-display-table-slot): Document the slot names. 1995-12-03 01:51:01 +00:00
Richard M. Stallman
f3acf6f52a (isearch-edit-string): Consider the case when
iserch-string is empty and so are the search rings.
1995-12-01 20:18:18 +00:00
Richard M. Stallman
80e0c45c38 (gud-sdb-marker-filter): start may be nil, so check it
with numberp before using it.
1995-12-01 18:19:34 +00:00
Richard M. Stallman
1997da89a5 (mips-sgi-irix6*): Set NON_GNU_CPP. 1995-12-01 18:08:22 +00:00
Richard M. Stallman
b747e8eb2d (gnus-post-news): Add autoload. 1995-12-01 04:46:28 +00:00
Per Bothner
017e0c85b1 * config.guess: Recognize Pentium under SCO. 1995-11-30 21:59:48 +00:00
David J. MacKenzie
c7c5360fe5 (tputs): Don't let ospeed overrun the speeds array. 1995-11-30 20:05:01 +00:00
Erik Naggum
6e2f2e9215 Add missing backslash. 1995-11-30 03:43:50 +00:00
Paul Eggert
ba2a1fb0f2 (calendar-chinese-sexagesimal-name): Renamed from
calendar-chinese-sexagisimal-name to fix misspelling.
1995-11-30 03:25:04 +00:00