1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
Commit graph

5761 commits

Author SHA1 Message Date
Richard M. Stallman
56e034fa7d (main) [AIX]: Don't handle signal 20, 21 or 22.
Call signal 24 by name (SIGXCPU).
1994-02-05 22:42:49 +00:00
Roland McGrath
057795ba2b (rlogin-delchar-or-send-Ctrl-D): Call rlogin-send-Ctrl-D. Doc fix. 1994-02-05 21:13:43 +00:00
Roland McGrath
099dcd39f3 Removed many extra autoload cookies.
(rlogin-send-Ctrl-D): New function, on C-c C-d.
1994-02-05 21:00:13 +00:00
Richard M. Stallman
a965608992 (internal_condition_case_1): Declared. 1994-02-05 07:19:04 +00:00
Richard M. Stallman
184c749355 Comment changes and doc fixes.
The C program in the comments was moved into ../lib-src/profile.c.
1994-02-05 05:05:39 +00:00
Richard M. Stallman
379fb9c8bb (profile): New target.
(UTILITIES): Mention profile.
1994-02-05 04:58:38 +00:00
Richard M. Stallman
de9e28289a (desktop-internal-v2s): Allow saving of markers and subrs.
(desktop-delay-hook): New variable.
(desktop-read): Run desktop-delay-hook.
(desktop-globals-to-save): Save register-alist.
Always make desktop-locals-to-save local.
(desktop-value-to-string): Make sure floating point numbers are
output with maximum accuracy.
(desktop-bug-report): New function.

(desktop-internal-v2s): New function.
(desktop-value-to-string): Use above function.

(desktop-buffers-not-to-save): Add regexp for "nn" temporary files.
(desktop-save, <top-level>): Remove support for Emacs 18, because
it's not worth the effort and didn't work anymore, anyway.
(desktop-save): Needn't bind `print-escape-newlines' anymore.
1994-02-05 02:23:44 +00:00
Richard M. Stallman
bc8ea5430e (string-rectangle): Make operate-on-rectangle convert tabs.
(string-rectangle-line): After inserting string, insert the same
width of whitespace that we deleted earlier.
(operate-on-rectangle): Operate even if width is 0.
(open-rectangle-line): Clean up.
1994-02-05 02:19:28 +00:00
Richard M. Stallman
9d721a9e79 (outline-end-of-subtree): If loop leaves us at eob,
don't move back from there.
1994-02-05 01:33:12 +00:00
Richard M. Stallman
f0148b5e8a (Fwhere_is_internal): Take just one keymap arg.
(where_is_string): Pass Voverriding_local_map for that arg.
1994-02-04 23:11:34 +00:00
Richard M. Stallman
9a425dcb39 (Fsubstitute_command_keys): Pass keymap as that arg
to Fwhere_is_internal.  Init keymap from Voverriding_local_map.
1994-02-04 23:09:25 +00:00
Richard M. Stallman
9228cfacd5 (vc-make-backup-files): Doc fix. 1994-02-04 23:01:27 +00:00
Richard M. Stallman
1f780b790f (rmail-reply): If no resent-date, use ordinary date.
If no resent-to, use empty string for to.
1994-02-04 22:59:05 +00:00
Richard M. Stallman
384fc6ca30 (outline-mode-map): Move C-c C-h to C-c C-d. 1994-02-04 21:24:31 +00:00
Karl Heuer
3e76261f9b (verify_interval_modification): When checking read-only, allow for the case
that stickiness might be t instead of a list.
1994-02-04 20:51:16 +00:00
Richard M. Stallman
bedae5a588 (kbd_buffer_get_event): Pass 1 to read_avail_input. 1994-02-04 20:41:54 +00:00
Karl Heuer
bbfe5099dd (drem): Check for this function. 1994-02-04 20:21:21 +00:00
Richard M. Stallman
63041661ee (Using NON_GNU_CPP): Don't lose if it has spaces.
If CPP was inherited from environment, don't use NON_GNU_CPP.
(NON_GNU_CC): Likewise.
(handling with_gcc): Use explicit if in the `no' case.
(cc_specified): New variable; if set, don't use NON_GNU_CC.
1994-02-04 20:20:00 +00:00
Karl Heuer
1d66a5fabb (fmod): Implement it on systems where it's missing, using drem if available. 1994-02-04 20:18:59 +00:00
Fred Pierresteguy
399703f129 (xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directives and reverse one to
avoid the flickering of the menubar.
1994-02-04 17:13:26 +00:00
Richard M. Stallman
bc69c9c292 (te-escape-help, te-more-break-help, terminal-emulator):
Pass just one KEYMAP arg to where-is-internal.
1994-02-04 06:46:02 +00:00
Richard M. Stallman
16f6355451 (insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal. 1994-02-04 06:45:41 +00:00
Richard M. Stallman
3f5e6d796b (edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro):
Pass (keymap) as KEYMAP arg to where-is-internal.
1994-02-04 06:45:26 +00:00
Richard M. Stallman
b7a321a4d4 (calendar-mode-map): Pass (keymap) as KEYMAP arg to where-is-internal. 1994-02-04 06:44:55 +00:00
Richard M. Stallman
8f985fe23c (sentence-end-double-space): New variable.
(fill-region-as-paragraph): Handle it.
1994-02-04 04:45:52 +00:00
Richard M. Stallman
756811fb0b (do-auto-fill): Don't break line at period-single-space. 1994-02-04 04:37:44 +00:00
Karl Heuer
45d82bdc5d Add comments describing the rules used by the merge algorithm. 1994-02-04 01:18:01 +00:00
Richard M. Stallman
ee095968e6 (comment-region): Fix previous change. 1994-02-04 01:13:05 +00:00
Richard M. Stallman
b72226e37e (define-mode-clone): Renamed from mode-clone.
Swap args PARENT and CHILD.
Don't use clone-run-setup-function.
(clone-run-setup-function): Function deleted.
1994-02-04 01:04:15 +00:00
Richard M. Stallman
76078cf0dd Initial revision 1994-02-04 00:30:33 +00:00
Michael I. Bushnell
9e50756b47 Rms (in his change to comment-region on Feb 1) decided to make
`interactive' in the function backward-word all upper case.  Needless
to say, this isn't such a good idea.
1994-02-03 23:48:59 +00:00
Richard M. Stallman
07f4d1231f (init_cmdargs): Set Vinstallation_directory.
(syms_of_emacs): staticpro it.
1994-02-03 19:51:07 +00:00
Richard M. Stallman
0736cafe0d (record_first_change): Check for buffer-undo-list = t.
Make an undo boundary if appropriate.  Set last_undo_buffer.
(record_property_change): Use BUFFER, not current_buffer,
when testing undo_list.
1994-02-03 19:39:21 +00:00
Karl Heuer
c9a73a9be7 (c-fill-paragraph): Delete extraneous close paren. 1994-02-03 19:18:21 +00:00
Karl Heuer
550bd63a2c (merge_properties_sticky): Preserve original order of properties. 1994-02-03 18:54:04 +00:00
Richard M. Stallman
03ef66853f (X_IO_BUG): Defined. 1994-02-03 06:07:47 +00:00
Richard M. Stallman
b56ad927c4 (Fwrite_region): If FILENAME has no handler, see if VISIT has one. 1994-02-03 05:56:36 +00:00
Richard M. Stallman
990a74216b (Using NON_GNU_CPP): Don't lose if it has spaces. 1994-02-03 05:55:12 +00:00
Richard M. Stallman
087a5f816b (scan_buffer): New arg ALLOW_QUIT.
(find_next_newline): Pass new arg.
1994-02-03 05:06:01 +00:00
Richard M. Stallman
45eb8d9d68 (find_defun_start): Pass new arg to scan_buffer. 1994-02-03 05:05:42 +00:00
Richard M. Stallman
0132c70c04 (Fforward_line): Pass new arg to scan_buffer. 1994-02-03 05:05:12 +00:00
Richard M. Stallman
502add23f1 (XTread_socket): Add X_IO_BUG conditional. 1994-02-02 23:47:57 +00:00
Richard M. Stallman
8023777cb1 (dired-font-lock-keywords): New variable.
(font-lock-set-defaults): Handle dired.el.
1994-02-02 23:45:08 +00:00
Richard M. Stallman
2eca79d6ae (thing@pt-version): Removed variable. 1994-02-02 23:19:42 +00:00
Richard M. Stallman
6a2e3631e3 (mouse-sel-version): Don't base version number on
RCS revision.  Updated to version 2.0.
(mouse-sel-set-selection-function, mouse-sel-get-selection-function,
 mouse-sel-check-selection-function):
Check whether X11 functions are bound when setting defaults.
(mouse-extend): Check whether modify-frame-parameters is bound before
calling it.  Add support to kill region with double-mouse-3.
1994-02-02 23:19:11 +00:00
Richard M. Stallman
f0e7011766 (server-program): Add exec-directory to value. 1994-02-02 22:53:39 +00:00
Richard M. Stallman
781ce8e8d3 (mips-mips-riscos4*): Set NON_GNU_CPP. 1994-02-02 22:35:44 +00:00
Karl Heuer
ee5a34086f (sort-paragraphs): Use proper paragraph definition instead of just checking
for whitespace.
1994-02-02 21:57:02 +00:00
Karl Heuer
835cd48e6a (ad-execute-defadvices): Don't allocate advice-infos in pure space, in case we
want to preload this file.
1994-02-02 21:35:07 +00:00
Richard M. Stallman
d9f132a8ac Doc fix. 1994-02-02 20:43:50 +00:00