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

16907 Commits

Author SHA1 Message Date
Richard M. Stallman
1e3b420bcb (edmacro-parse-keys): Don't treat C-. or C-? as ASCII control char. 1997-01-31 07:48:16 +00:00
Richard M. Stallman
e1ebe229b9 (compilation-enter-directory-regexp)
(compilation-leave-directory-regexp): Add .* at beginning.
1997-01-31 06:17:06 +00:00
Richard M. Stallman
ae7f67617a (ps-print-header): Doc fix. 1997-01-30 22:17:33 +00:00
Richard M. Stallman
91eac6dae8 (load-save-place-alist-from-file): Delete spurious t's. 1997-01-28 22:22:10 +00:00
Noah Friedman
3b1e30d33e Spelling corrections.
Removed a couple of redundant entries.
1997-01-28 18:38:51 +00:00
Richard M. Stallman
e82654b771 (compilation-error-regexp-alist): Undo 1/21 change.
In the GNU message with program name alternative,
allow digits in the program name after the first character.
1997-01-28 05:04:25 +00:00
Paul Eggert
bc1c9d7e6b (isnan): Define even if LISP_FLOAT_TYPE is not defined, since fmod
might need it.
(fmod): Ensure that the magnitude of the result does not exceed that
of the divisor, and that the sign of the result does not disagree with
that of the dividend.  This does not yield a
particularly accurate result, but at least it will be in the
range promised by fmod.
1997-01-28 04:51:45 +00:00
Richard M. Stallman
e1d409fed5 (comint-exec-1): Use file-accessible-directory-p. 1997-01-27 22:55:04 +00:00
Paul Eggert
be65c2f46a Include <float.h> if STDC_HEADERS.
(DBL_MAX_10_EXP): Define if not defined; default is IEEE double.
(doprnt1): Allocate enough buffer space to handle very large floating
point numbers, or very large field widths or precisions.
Detect overflow in field widths or precisions.
1997-01-27 20:12:52 +00:00
Richard M. Stallman
dd713b759c (timezone-parse-date): Treat unknown month name
like any other unrecognized format.
1997-01-27 05:23:31 +00:00
Richard M. Stallman
7aec540f0c (byte-compile-inline-expand): Recalculate fn
after loading a file to define the function.
1997-01-27 02:40:13 +00:00
Richard M. Stallman
75e9c107ee (jka-compr-error): Use with-current-buffer.
(jka-compr-call-process, jka-compr-file-local-copy)
(jka-compr-write-region): Use with-current-buffer.
1997-01-27 02:40:00 +00:00
Karl Heuer
fd4bc67196 Check for rint and cbrt. 1997-01-27 01:48:25 +00:00
Karl Heuer
f8e004fecb (HAVE_RINT, HAVE_CBRT): Add undefs. 1997-01-27 01:47:08 +00:00
Richard M. Stallman
74549846a6 (openp): Handle remote file names in path.
Don't use the path for an absolute name.
(Fload): Handle openp finding a remote file name.

(Qinhibit_file_name_operation): New variable.
(syms_of_lread): Initialize and staticpro.
(Fload): Bind inhibit-file-name-operation to nil.
1997-01-27 00:48:16 +00:00
Joel N. Weber II
b3da9d80a7 use tasks.version 1997-01-27 00:04:28 +00:00
Richard M. Stallman
b6a061a8b5 Minor changes. 1997-01-26 07:58:57 +00:00
Richard M. Stallman
4ba35d1660 Document how insert-before-markers affects overlays. 1997-01-26 06:57:00 +00:00
Richard M. Stallman
b77c56e6a8 (ange-ftp-get-process): Call delete-process. 1997-01-26 05:14:27 +00:00
Richard M. Stallman
ffb8c7cb58 (news-post-news): New arg NOQUERY. 1997-01-25 20:21:03 +00:00
Richard M. Stallman
05ef7169a0 (set_internal): New subroutine. New arg BINDFLAG.
Don't make a new buffer-local binding if BINDFLAG is 0.
(Fset): Use set_internal.
1997-01-25 20:19:30 +00:00
Richard M. Stallman
ab07bca08a (unbind_to, specbind): Use set_internal. 1997-01-25 20:19:07 +00:00
Karl Heuer
4b5878a8c6 [!HAVE_RINT] (rint): Convert macro to an actual
function, so we can take its address.
1997-01-25 09:50:25 +00:00
Karl Heuer
9a10bd0dc2 (rmail-get-new-mail): Fix return value to match doc. 1997-01-25 06:47:28 +00:00
Richard M. Stallman
fd2d7b3dd4 (try_window): Remove frobnication of tab_offset in a minibuffer window.
(display_text_line): Likewise, for the taboffset parameter.
1997-01-24 09:31:32 +00:00
Richard M. Stallman
2dd4e608e1 (pos_tab_offset): Take the width of the minibuffer prompt into account.
(vmotion): In calls to compute_motion use a value for tab_offset
that is corrected by the minibuffer prompt width.
1997-01-24 09:31:18 +00:00
Richard M. Stallman
90ed3ec5e7 (read1): Round size of bool-vector properly. 1997-01-24 05:47:12 +00:00
Richard M. Stallman
83434bdaa2 (completion-no-auto-exit): New variable.
(choose-completion-string): Obey compilation-error-regexp-alist.
1997-01-24 03:51:57 +00:00
Richard M. Stallman
2fa55e202f (compilation-parse-errors): Use looking-at on each line.
(compilation-error-regexp-alist): Change these regexps
so that they assume matching only at start of line.
Delete \n at beginning; otherwise add `.*'.
1997-01-23 21:49:59 +00:00
Richard M. Stallman
1146fab338 (tmm-get-keymap): Recognize explicit lambda expressions as valid. 1997-01-23 06:25:22 +00:00
Paul Eggert
8896e42c9c automatically generated from GPLed version 1997-01-23 04:23:12 +00:00
Richard M. Stallman
7a38448799 (compilation-error-regexp-alist):
In MIPS lint and Sun Ada regexps, reject newline in some
[^...] constructs.  Require newline at start in MIPS lint.
1997-01-22 08:02:25 +00:00
Paul Eggert
bae473ad6c automatically generated from GPLed version 1997-01-22 05:25:31 +00:00
Paul Eggert
e0bf9fafdb (set_time_zone_rule_tz1, set_time_zone_rule_tz2):
Put "+" in value; needed if we are a Solaris 1 executable
running under Solaris 2.
Define these variables only if LOCALTIME_CACHE is defined.
1997-01-22 02:56:37 +00:00
Richard M. Stallman
1ba46f7d63 (enriched-translations): Add top' and choice' everywhere so that *
can be entered.
(custom-face-attributes): Don't use top-line'.
(mode-line-format): Replace (:eval mode-line-mode-name)'.
(mode-line-mode-name): New.
(make-mode-line-mouse-sensitive): Don't change default value
of x' are found before files starting with down_p'.
1997-01-22 02:04:17 +00:00
Richard M. Stallman
d773375565 (ange-ftp-load): If fail, return nil. 1997-01-21 23:17:12 +00:00
Eli Zaretskii
a7cf915174 (run_msdos_command): Remove unused variables.
(crlf_to_lf): Remove unused variables.
(Fmsdos_downcase_filename): Remove unused variable.
(IT_set_frame_parameters): Declare prototypes for external functions.
(IT_set_frame_parameters): Correct format specifier.
(IT_set_terminal_modes): Remove unused variable.
(top level): Add header files which declare used functions.
1997-01-21 17:41:30 +00:00
Richard M. Stallman
da84bdc4d5 (html-mode): Locally set sentence-end. 1997-01-21 09:27:59 +00:00
Richard M. Stallman
f084eb91d5 (FAST_MAKE_GLYPH): Rename args to CHAR and FACE.
Cast CHAR to unsigned char before using it.
1997-01-21 05:38:46 +00:00
Richard M. Stallman
084f76ff7f (stamp-oldxmenu): New target.
(temacs): Depend on stamp-oldxmenu, not on ${OLDXMENU}.
1997-01-21 05:26:30 +00:00
Richard M. Stallman
e7017ef969 Delete explicit autoload calls.
Provide octave-mod.
Move the variables formerly in octave.el
to the top of the file.
1997-01-21 04:43:45 +00:00
Richard M. Stallman
7c1b57782a (movemail)): Link with getopt. 1997-01-21 01:55:08 +00:00
Richard M. Stallman
fea4325c82 (main): Do not display "[POP-password]" in the usage
message when movemail is compiled without POP support.
(main, popmail): Add the optional "-p" argument, which causes
movemail to leave mail in the inbox after copying it into the
output file.
1997-01-21 01:54:39 +00:00
Richard M. Stallman
4144e5cba0 (rmail-preserve-inbox): New variable.
(rmail-get-new-mail): If rmail-preserve-inbox is non-nil, then
don't truncate the inboxes after retrieving mail from them.
1997-01-21 01:51:46 +00:00
Richard M. Stallman
e4377f536f (smtpmail-read-response): Don't get confused by %'s in response-string. 1997-01-21 01:16:10 +00:00
Richard M. Stallman
e96a83c806 Whitespace change. 1997-01-21 00:40:35 +00:00
Richard M. Stallman
d1e49742c5 Merge in octave.el; don't require octave.el.
Don't require octave-inf.el.
(octave-mode): Delete the startup message.
(octave-maintainer-address): Add bug-gnu-emacs.
(octave-version): Variable deleted.
(octave-submit-bug-report): Use emacs-version.
1997-01-21 00:40:19 +00:00
Richard M. Stallman
f7bbab75ea Require octave-mod, not octave. 1997-01-21 00:37:59 +00:00
Richard M. Stallman
081bf30e0f Initial revision 1997-01-21 00:35:48 +00:00
Richard M. Stallman
777874d029 (octave-mode): Delete the startup message. 1997-01-21 00:30:23 +00:00