1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

5921 Commits

Author SHA1 Message Date
Richard M. Stallman
7ca1d90327 (auto-mode-alist): Add elt for .tcl files.
Move texinfo elts up.
1994-02-06 19:33:18 +00:00
Richard M. Stallman
b36b40aefd (dired-listing-switches): Doc fix. 1994-02-06 18:11:59 +00:00
Richard M. Stallman
09da735bad (rmail-output): Handle rmail-output-file-alist. 1994-02-06 16:32:46 +00:00
Richard M. Stallman
fffc2367a5 (init_frame_faces): Clear FRAME_N_COMPUTED_FACES
and FRAME_SIZE_COMPUTED_FACES.

(compute_glyph_face): New arg CURRENT_FACE specifies face to merge with.
1994-02-06 08:05:58 +00:00
Richard M. Stallman
278feba9ce (fix_glyph): New function.
(display_text_line, display_string): Use fix_glyph.

(copy_rope): Function deleted.
(copy_part_of_rope): Merge the glyph's face using compute_glyph_face.
Take frame as additional arg.
(display_text_line): Use copy_part_of_rope always, not copy_rope.
Pass the frame as arg.
(display_string): Likewise.

(display_count_lines): Pass new arg to scan_buffer.

(display_menu_bar): Pass explicit max arg to display_string.
(display_string): New arg OBEY_WINDOW_WIDTH.  All callers changed.
1994-02-06 08:04:54 +00:00
Richard M. Stallman
50f580011d (mouse-yank-secondary): Do move point.
(mouse-yank-at-point): New var.
(mouse-yank-at-click, mouse-yank-secondary): Obey tha.
1994-02-06 02:53:16 +00:00
Richard M. Stallman
125ed9df69 (menu-bar-emerge-menu): New map. 1994-02-06 02:33:28 +00:00
Richard M. Stallman
f7f1920167 Use > as convention for another menu follows.
(menu-bar-edit-menu): Add entry for Emerge.
1994-02-06 02:33:02 +00:00
Richard M. Stallman
ff5f6ddda1 Add defvars for many vars already being used.
(emerge-options-menu, emerge-merge-menu, emerge-move-menu): New vars.
(emerge-setup-fixed-keymaps): Set up emerge-move-menu,
emerge-merge-menu and emerge-options-menu.  Put them into
emerge-fast-keymap.
(emerge-set-keys): Put them into the emerge-edit-keymap.
(emerge-minor-modes-list): Add defvar.
(emerge-before-flag, emerge-after-flag): Move defvars up.
(emerge-files-remote, emerge-files-with-ancestor-remote):
(emerge-remote-exit): Var exit-func renamed to emerge-exit-func.
1994-02-06 02:07:44 +00:00
Richard M. Stallman
410e491707 Comment change. 1994-02-06 01:39:23 +00:00
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