- 11 Mar, 1993 3 commits
-
-
Jim Blandy authored
`${dest}', so that the shell will expand it, instead of Make.
-
Jim Blandy authored
-
Jim Blandy authored
tables are now vectors of vectors, not vectors of strings.
-
- 10 Mar, 1993 7 commits
-
-
Richard M. Stallman authored
Likewise their Meta versions. Also add `ascii-character' properties.
-
Richard M. Stallman authored
(struct emacs_tty): Separate the struct decl from the EMACS_..._TTY... macro definitions. Use HAVE_TCATTR to decide whether to use `struct termios'.
-
Richard M. Stallman authored
Changes from Lucid: (HAVE_MATHERR, FLOAT_CHECK_ERRNO, FLOAT_CATCH_SIGILL): New parm macros. (FLOAT_CHECK_DOMAIN, HAVE_RINT): New parm macros. (HAVE_INVERSE_HYPERBOLIC, HAVE_CBRT): New parm macros. [!HAVE_RINT]: Define rint as macro. (IN_FLOAT): Major rewrite; several alternate versions. (IN_FLOAT2): New macro. (arith_error, range_error, domain_error, domain_error2): New macros. (Facos, Fasin, Fatan, Fcos, Fsin, Ftan, Fexp, Fexpt, Flog): Changed. (Flog10, Fsqrt, Fabs, Ffloat, Flogb): Changed. (Ffloor, Fceiling, Fround, Ftruncate): Changed. (Fcube_root): Renamed from Fcbrt. (matherr): New function. (float_error): Only if FLOAT_CATCH_SIGILL.
-
Richard M. Stallman authored
(access_keymap): Handle ints beyond the ASCII range. (store_in_keymap): Likewise. (Faccessible_keymaps): Use meta_modifier. Use vectors for the key sequences. (Fwhere_is_internal): Use meta_modifier. (append_key): Always return a vector.
-
Richard M. Stallman authored
Qarith_error, Qrange_error, Qdomain_error, Qsingularity_error, Qoverflow_error, Qunderflow_error.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(textget): Handle categories. (get_local_map): New function. (verify_interval_modification): Call textget correctly.
-
- 09 Mar, 1993 17 commits
-
-
Jim Blandy authored
-
Jim Blandy authored
-
Eric S. Raymond authored
-
Richard M. Stallman authored
(cancel-timer): New function.
-
Eric S. Raymond authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(perform-replace): Use query-replace-map. (query-replace, query-replace-regexp, map-query-replace-regexp): (replace-string, replace-regexp): Don't print `done' if unread chars.
-
Richard M. Stallman authored
-
Jim Blandy authored
-
Richard M. Stallman authored
(rmail-new-summary): New arg redo-form. Considerable rewrite of how and when buffers are selected. (rmail-summary-mode): New local vars rmail-summary-redo, revert-buffer-function, post-command-hook, rmail-current-message. (rmail-summary-expunge): Use rmail-update-summary. (rmail-summary-get-new-mail): Likewise. (rmail-summary-expunge-and-save): Likewise. (rmail-summary-input): Don't update summary at all. (rmail-summary-reply): Do the work inside save-window-excursion, then switch to the mail buffer. (rmail-summary-retry-failure): Likewise. (rmail-summary-edit-current-message): Delete spurious autoload. (rmail-summary-summary): Function deleted. Use plain rmail-summary on h and C-M-h. (rmail-summary-rmail-update): New function. Big rewrite from weiner@pts.mot.com.
-
Richard M. Stallman authored
Always do the motion in the rmail buffer; let that handle summary. (rmail-undelete-previous-message): Likewise. (rmail-select-summary): New macro. (rmail-show-message): Use rmail-select-summary. (rmail-get-new-mail): Likewise. (rmail-expunge): Likewise. (rmail-bury): Record Rmail buffer to bury it later. Major changes from Bob Weiner <weiner@pts.mot.com> Handle some Emacs 18 function names to run in 18. This is to facilitate working with Weiner. (rmail-reply-prefix): New variable. (rmail-reply): Use that variable to add to subject. (rmail-retry-failure): Change binding to M-m. (rmail-forward): Look for >From as well as for From. Handle case where neither is found. (rmail-last-regexp): New variable. (rmail-mode): Make rmail-last-regexp local. (rmail): Don't update rmail-mode data for old buffer if it's not in rmail mode. Error if in Rmail Edit mode. (rmail-bury): New command, plus key binding. (rmail-summary-by-topic): New key binding. (rmail-insert-inbox-text): Check for pop case earlier. (rmail-convert-to-babyl-format): Handle Content-Length field. (rmail-maybe-display-summary): New function. (rmail-redisplay-summary): New user option. (rmail-undelete-previous-message, rmail-delete-forward): (rmail-get-new-mail, rmail-show-message): Update summary buffer if any. Call rmail-maybe-display-summary to put it back on screen. (rmail-only-expunge): Renamed from rmail-expunge. (rmail-expunge): New function. (rmail-message-recipients-p, rmail-message-regexp-p): New functions. (rmail-summary-exists, rmail-summary-displayed): New functions.
-
Richard M. Stallman authored
(mark): Handle region-active. New optional arg FORCE. (exchange-point-and-mark, push_mark): Pass FORCE. (set-mark-command): Likewise.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 08 Mar, 1993 10 commits
-
-
Richard M. Stallman authored
(rope-to-vector): Deleted. (describe-display-table): Don't use rope-to-vector.
-
Richard M. Stallman authored
(event-end, event-start, mouse-movement-p): Moved from mouse.el.
-
Richard M. Stallman authored
(event-end, event-start, mouse-movement-p): Moved to subr.el.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Fframe_pixel_height, Fframe_pixel_width): New functions, two versions of each. [MULTI_FRAME] (syms_of_frame): Make them Lisp functions. [!MULTI_FRAME] (syms_of_frame): Likewise. Also Fselected_frame.
-
Richard M. Stallman authored
(syms_of_xfns): Don't install them. (x_user_set_name): Function deleted. (x_char_height, x_char_width): New functions.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(copy_part_of_rope): New function. (display_string): Expect display table elts to be vectors.
-
Richard M. Stallman authored
Don't reverse the chars that XLookupString returns. Use all of them. Save last 100 chars and keysyms in temp_buffer.
-
Richard M. Stallman authored
-
- 07 Mar, 1993 3 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(read_key_sequence): Use get_local_map.
-
Roland McGrath authored
-