1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

4496 Commits

Author SHA1 Message Date
Richard M. Stallman
28d849dbb8 (Fexpt): Use IN_FLOAT2. 1993-08-10 05:47:49 +00:00
Richard M. Stallman
3530d53400 (Vinvocation_directory): Declared. 1993-08-10 04:36:30 +00:00
Richard M. Stallman
c273a8a3c8 Change revision number and comments. 1993-08-10 04:19:12 +00:00
Richard M. Stallman
82871877e2 Added section on local variables. 1993-08-10 04:18:52 +00:00
Richard M. Stallman
e4b052bfbe (tpu-gnu-map-key): Repaired the key name
generation code to work with the latest version of emacs.
1993-08-10 04:18:28 +00:00
Richard M. Stallman
b4196a9956 (tpu-search-internal): Changed variable
searching-forward to tpu-searching-forward.

Changed "edit-picture-hook" to "picture-mode-hook" for emacs version 19.
1993-08-10 04:18:07 +00:00
Richard M. Stallman
09ac6f3b57 (tpu-version): Print version number rather than the RCS revision number.
(tpu-next-file-buffer): Bind starting-buffer with let.
(tpu-load-xkeys): Check value of tpu-xkeys-file.
Make sure to use the "*scratch*" buffer.

(tpu-lm-replace): Changed variable searching-forward
to tpu-searching-forward.
(tpu-substitute): Likewise.
(tpu-toggle-search-direction): Likewise.
(tpu-search-forward, tpu-search-reverse, tpu-set-search): Likewise.
(tpu-search-internal, tpu-adjust-search): Likewise.
1993-08-10 04:17:38 +00:00
Paul Eggert
7fa8a8981f (gnus-caesar-region): Replace %' by mod' and simplify. 1993-08-10 04:14:17 +00:00
Paul Eggert
632f9a0ea0 (calendar-/, calendar-%): Remove, since floor and mod
now subsume them.  All callers changed.
1993-08-10 04:14:17 +00:00
Paul Eggert
e7bb3aebcc solar-mod -> mod 1993-08-10 04:14:17 +00:00
Paul Eggert
12e070d17a (siolar-mode): Remove, since mod now subsumes it. ALl callers changed. 1993-08-10 04:14:17 +00:00
Paul Eggert
46780baeeb mod' is no longer an alias for %'. 1993-08-10 04:14:17 +00:00
Paul Eggert
ebe6b81460 (floor*): Use `floor' instead of doing most the work ourselves. 1993-08-10 04:14:17 +00:00
Paul Eggert
2ec5af1103 (ring-mod): Remove, since floor and mod
now subsume them.  All callers changed.
1993-08-10 04:14:17 +00:00
Paul Eggert
adb4746230 Remove, since floor and mod
(caesar-region): Replace `%' by `mod' and simplify.
1993-08-10 04:14:17 +00:00
Paul Eggert
9cd77daade (abs, ceiling, floor): Remove, since they now redefine
builtin functions.  All `ceiling' callers rewritten to invoke `floor'.
1993-08-10 04:14:17 +00:00
Paul Eggert
0bf9031ad1 ring-mod -> mod 1993-08-10 04:14:17 +00:00
Paul Eggert
ffbc30b29a (isearch-ring-adjust1, isearch-ring-advance-edit): Replace %' by mod' and simplify. 1993-08-10 04:14:17 +00:00
Paul Eggert
47096a67ef (current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L),
which is simpler.
1993-08-10 04:14:17 +00:00
Paul Eggert
9b1868cc53 (timezone-fix-time, timezone-zone-to-minute): Simplify with `abs'
and `floor' functions instead of doing it ourselves.
1993-08-10 04:14:17 +00:00
Paul Eggert
c6bfcd1295 (vc-previous-comment): Use mod', not ring-mod'. 1993-08-10 04:14:17 +00:00
Paul Eggert
44fa9da5d7 (Fmod): New function; result is always same sign as divisor. 1993-08-10 04:14:17 +00:00
Paul Eggert
ce426daa32 (main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPE
isn't defined, since `(floor A B)' is now needed for integers.
1993-08-10 04:14:17 +00:00
Paul Eggert
fc2157cb0f (Ffloor): Optional second operand specifies divisor, as in Common Lisp.
(syms_of_floatfns): Invoke syms_of_floatfns even if LISP_FLOAT_TYPE
isn't defined, since `(floor A B)' is now needed for integers.
1993-08-10 04:14:17 +00:00
Richard M. Stallman
d7cb42c349 (unexec): Add casts for some comparisons.
(PATCH_INDEX): Likewise.
1993-08-10 01:32:23 +00:00
Paul Eggert
194bf419bb (awkscript): Some sites put comma-separated junk after the fullname.
Remove it, but leave "Bill Gates, Jr" alone.
Remove the junk from fullnames like "0000-Admin(0000)".
1993-08-09 22:06:00 +00:00
Richard M. Stallman
0db70aa270 (edit-picture-hook): Use add-hook to modify it. 1993-08-09 06:18:02 +00:00
Richard M. Stallman
2c5725d29c (enable-local-variables): setq deleted. 1993-08-09 06:17:30 +00:00
Jim Blandy
6d3c6adbdf * config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for the
configuration script to edit.
* floatfns.c (Flogb): Use HAVE_LOGB and HAVE_FREXP, instead of
assuming that all USG systems have FREXP.
1993-08-09 06:04:14 +00:00
Richard M. Stallman
3a0ce8496d (server-visit-files): Restore current-buffer by hand,
not using save-excursion.
1993-08-09 05:56:29 +00:00
Richard M. Stallman
c5a9c3e6a6 (term_init): Improve error messages (give sh commands). 1993-08-09 05:45:12 +00:00
Richard M. Stallman
98deaf97f5 (ange-ftp-send-cmd): Bind ange-ftp-this-...
in the outermost let, not an inner one.
1993-08-09 05:03:17 +00:00
Richard M. Stallman
107a16d199 (gud-dbx-marker-filter): Detect signals as well as bpts. 1993-08-09 04:36:47 +00:00
Richard M. Stallman
10e8630f04 (comint-mode-map): Delete C-c C-y binding. 1993-08-09 00:57:19 +00:00
Richard M. Stallman
faf0eb3112 (mh-read-msg-list): Undo previous change. 1993-08-09 00:08:55 +00:00
Richard M. Stallman
41f54422a4 (mark_object): Declare ptr volatile, or don't use it
after a recursive call.  Delete the aborts if ptr is clobbered.
1993-08-08 23:19:24 +00:00
Richard M. Stallman
2224a5fc74 (struct font_info): New structure.
(x_font_table): Use struct font_info as elements.
(x_new_font): Corresponding changes.
Use XListFonts, not XListFontsWithInfo.
Use XFreeFontNames, not XFreeFontInfo.
Compare fonts by name, not by fid.
If already_loaded is 0, that counts as "yes".
1993-08-08 22:38:31 +00:00
Richard M. Stallman
7a094f2448 (src, lisp): Include OChangeLog in dist. 1993-08-08 21:58:25 +00:00
Richard M. Stallman
79e0df73a8 (minibuffer-window-active-p): New function. 1993-08-08 19:18:26 +00:00
Richard M. Stallman
b80f19281d (mouse-set-point): Error if click in inactive minibuffer.
(mouse-drag-region): Use mouse-set-point.
Don't set a mark if final event wasn't suitable for setting point.
1993-08-08 19:16:42 +00:00
Richard M. Stallman
990ee05951 (src): Don't put gnu-hp300 in dist. 1993-08-08 17:43:28 +00:00
Richard M. Stallman
aa00b92d69 (shell-command, shell-command-on-region):
Fix bugs in previous change.
1993-08-08 07:47:33 +00:00
Richard M. Stallman
6f5d1a4f52 Don't put -q in args.
Don't unset TERM and TERMCAP--show them instead.
1993-08-08 07:41:41 +00:00
Richard M. Stallman
280a1a6548 (etags-goto-tag-location): If match started with Ctrl-m,
compensate when setting point.
1993-08-08 07:21:22 +00:00
Richard M. Stallman
651c847c8f (HAVE_VFORK): Defined. 1993-08-08 06:55:45 +00:00
Richard M. Stallman
ace40a6918 (Vinvocation_directory): New var.
(init_cmdargs): Set up its value.
(Finvocation_directory): New function.
(main): Call init_buffer, init_callproc and init_cmdargs
before init_lread.
(syms_of_emacs): Install the function, and protect the variable.
1993-08-08 06:23:21 +00:00
Richard M. Stallman
ddc61f4653 (expand_and_dir_to_file): Use Fdirectory_file_name. 1993-08-08 05:17:22 +00:00
Richard M. Stallman
80667d531d (init_lread): Normally put Vinvocation_directory
at end of Vload_path, if not present already.
1993-08-08 05:01:06 +00:00
Richard M. Stallman
53a051941f (dired-compress-file): For .z file, run gunzip.
When running gzip, see if it made .gz or .z.
(dired-compress): Delete old entry for new-file, if any.
1993-08-08 05:00:25 +00:00
Jim Blandy
064726ac89 * vc.el (vc-diff, vc-directory-18): Add missing paren to end of
vc-diff, and remove extra paren from vc-directory-18.
1993-08-08 00:44:26 +00:00