1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

13064 Commits

Author SHA1 Message Date
Richard M. Stallman
e05169e2ea (Qmouse_leave_buffer_hook): New variable.
(syms_of_frame_1): Initialize it.
(Fhandle_switch_frame): Run the hooks.
1995-10-03 09:14:54 +00:00
Richard M. Stallman
1c78509be7 (get_display_line): Don't abort if there's text
in the line to the right beyond HPOS.
(quit_error_check): Make this a no-op.
1995-10-03 09:13:55 +00:00
Richard M. Stallman
75c43375f4 (Qwindow_scroll_functions, Vwindow_scroll_functions): New variables.
(syms_of_xdisp): Initialize them.
(redisplay_window): Call the functions when appropriate.
1995-10-03 09:12:50 +00:00
Richard M. Stallman
7d48558fef (run_hook_with_args_2): New function. 1995-10-03 09:11:08 +00:00
Richard M. Stallman
0a1f771ac2 (window_scroll): Always set force_start. 1995-10-03 09:09:30 +00:00
Noah Friedman
cce2176a0a (te-escape): Remove spurious partial duplicate definition. 1995-10-01 21:31:09 +00:00
Richard M. Stallman
34597fa951 (re_search_2): Use 0, not -1, as the lower bound
for the match position when we adjust RANGE.
1995-10-01 20:17:02 +00:00
Richard M. Stallman
5cabce210e (print-help-return-message): Handle lists in
special-display-regexps and same-window-regexps.  Also in
special-display-buffer-names and same-window-buffer-names
1995-10-01 20:00:22 +00:00
Richard M. Stallman
3ed15d97b1 (barf_or_query_if_file_exists): New arg STATPTR. Callers changed.
(Fcopy_file): Error if input and output are the same file.
1995-10-01 07:14:42 +00:00
Richard M. Stallman
d7d7c1dd1b Add early support for Solaris 2.5 on PowerPCs.
[USG5_4] (CANNOT_DUMP): Define this if USG5_4.
(UNEXEC): Don't define if already defined.
[USG5_4] (DATA_SEG_BITS, LIBS_MACHINE): Alternate definitions.
(C_SWITCH_MACHINE, LD_SWITCH_MACHINE, NLIST_STRUCT, WORDS_BIG_ENDIAN)
(TEXT_START, DATA_START, TEXT_END, DATA_END):
Don't define, if USG5_4.
1995-10-01 03:43:42 +00:00
Richard M. Stallman
c42b176786 (powerpc-*-solaris2): New alternative.x 1995-10-01 03:43:11 +00:00
Roland McGrath
2121cd9c03 (cd): Fix interactive spec to require match if there is no CDPATH. 1995-09-30 16:35:12 +00:00
Richard M. Stallman
a6ed60f493 Fix previous change. 1995-09-29 03:50:47 +00:00
Richard M. Stallman
b2a4185181 (comint-password-prompt-regexp): Recognize
Old Password and New password.
1995-09-29 03:49:35 +00:00
Richard M. Stallman
f1f9f8d5aa (ispell-message-text-end): Match reporter.el bug reports. 1995-09-29 00:48:05 +00:00
Richard M. Stallman
d4f567a13b (interpreter-mode-alist): Handle nawk. 1995-09-28 19:19:08 +00:00
Richard M. Stallman
d6e000dfe4 (sendmail-send-it): Handle FCC after all text changes.
(mail-do-fcc): Don't add From field here.
1995-09-28 02:34:44 +00:00
Richard M. Stallman
252fb32bf4 (ange-ftp-dumb-unix-host): Avoid error if HOST is nil. 1995-09-27 17:39:32 +00:00
Richard M. Stallman
67977ece5b (undigestify-rmail-message): Better error messages. 1995-09-27 15:26:15 +00:00
Richard M. Stallman
0f87d8d925 Fix minor error. 1995-09-25 23:22:40 +00:00
Richard M. Stallman
a0151877d7 (add-log-current-defun): Ignore quotes before fcn name. 1995-09-25 22:15:11 +00:00
Karl Heuer
2e518b7db6 (Info-fontify-node): Fix previous change. 1995-09-25 19:50:22 +00:00
Karl Heuer
98d8273c2c (Info-title-face-alist): New var.
(Info-fontify-node): Check for headings that are `underlined' with
characters on the following line.
1995-09-25 18:58:51 +00:00
Richard M. Stallman
79873d5027 (Fx_create_frame): Set up buffer-predicate slot.
(x_decode_color): Get error if color not defined.
1995-09-25 18:46:19 +00:00
Richard M. Stallman
68f297c5d3 (safe_run_hooks): No longer static.
(read_char_x_menu_prompt):
When unreading events generated by a menu,
turn symbols and integers into lists,
for the sake of last_nonmenu_event and thus y-or-n-p.
1995-09-25 18:44:59 +00:00
Richard M. Stallman
060ffec189 (read_minibuf_unwind): Use safe_run_hooks. 1995-09-25 18:42:00 +00:00
Richard M. Stallman
5d2e6ef5ca (undigestify-rmail-message): Scan back as far as start
of message, to find end of digest.
1995-09-25 18:40:24 +00:00
Richard M. Stallman
42499979a3 (help-mode): Call view-mode. 1995-09-25 18:39:31 +00:00
Richard M. Stallman
c88daaeff5 (view-mode-enter): Renamed from view-mode. Callers changed.
Don't create local vars here.  Set view-mode-auto-exit.
Don't change local map--just set view-mode.
(view-mode): New function toggles minor mode in the usual way.
(view-mode-map): Put this on minor-mode-map-alist.
(view-mode-exit): Do the exit actions only if view-mode-auto-exit.
(View-scroll-lines-forward): Exit only if view-scroll-lines-forward.
(view-mode-auto-exit, view-old-buffer-read-only)
(view-old-Helper-return-blurb, view-scroll-size, view-last-regexp)
(view-exit-action, view-return-here, view-exit-position):
Defvar them and make them always-local.
1995-09-25 18:36:32 +00:00
Richard M. Stallman
b708f0ad5f (clipboard-yank): Add delete-selection property. 1995-09-25 18:21:48 +00:00
Richard M. Stallman
85cff943df (dun-climb): Handle unknown object name.
(dun-objnames): Add "palm" as alias for "tree".
1995-09-25 18:20:30 +00:00
Richard M. Stallman
dbabfd5558 (mark-sexp-diary-entries): Add \ for C-M-f's sake. 1995-09-25 14:55:02 +00:00
Richard M. Stallman
67f09a62a9 Fix typo. 1995-09-25 14:50:42 +00:00
Erik Naggum
2d2aae549e (command-line-1): --insert: Don't complain on --insert=file. 1995-09-25 11:04:07 +00:00
Erik Naggum
955093c9e8 (command-line-1): --eval: Don't print the value. 1995-09-25 10:56:15 +00:00
Richard M. Stallman
d31d42cc68 (popup_get_selection): Pop menu down if button is pressed
outside the menu.

(xmenu_show): Ignore `quote' when looking up the result.
1995-09-24 23:33:06 +00:00
Richard M. Stallman
77e5a3c7ce (server-process-filter): Ignore lines that don't start
with `Error:' or `Client:'.
1995-09-24 23:28:18 +00:00
Richard M. Stallman
91c6bdc0d1 (occur): Indent better for matches that contain newlines. 1995-09-24 23:25:06 +00:00
Richard M. Stallman
a3d6bb976d [These changes were actually in the previous version.
This version is a doc fix.]

(mouse-drag-vertical-line): New function.
(mouse-scroll-min-lines): New variable.
(mouse-scroll-subr): Use it.

(mouse-drag-region): Record where the mouse drag has reached
and use that to adjust the drag event before replaying it.

(mouse-drag-region): Store the right end position
in the drag-event before replaying it at the end.

(mouse-skip-word): Skip complete symbol when over a
character with symbol syntax.
1995-09-24 23:20:39 +00:00
Richard M. Stallman
61793fbf5d (auto-compression-mode): Add autoload cookie.
Renamed from toggle-auto-compression.
(toggle-auto-compression): Define as alias.
1995-09-24 03:59:02 +00:00
Erik Naggum
ac05d33c67 (get-setf-method): Protect caller's match-data from string-match. 1995-09-22 21:51:21 +00:00
Karl Heuer
90bfea27cb (edt-setup-default-bindings): Revert function is
revert-buffer, not revert-file.
1995-09-22 21:34:12 +00:00
Karl Heuer
ee30478d72 Major revision.
Much improved and quicker highlighting using font-lock.
Support for hilit19 removed.
Support for imenu added.
Changed indentation for continue statements.
Added treatment of preprocessor directives.
(f90-directive-comment-re) is now a regular expression.
Many bug fixes.
1995-09-22 21:31:45 +00:00
Edward M. Reingold
92da8c782b Fix display of Chinese date. 1995-09-22 19:36:26 +00:00
Richard M. Stallman
d119ea095e (mail-do-fcc): Clear read-only flag in ` mail-temp' buffer. 1995-09-22 02:48:04 +00:00
Richard M. Stallman
07f4a04d88 (mail-do-fcc): Erase the ` mail-temp' buffer. 1995-09-22 02:46:46 +00:00
Erik Naggum
151b6496e0 (byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in
the C code.
1995-09-21 22:03:57 +00:00
Karl Heuer
9574d70f1b (edt-set-term-width-80, edt-set-term-width-132):
Terminal-specific functions.
Don't redefine edt-set-screen-width-80 and edt-set-screen-width-132.
1995-09-21 21:06:26 +00:00
Karl Heuer
a0ac0c19c6 (edt-set-screen-width-80, edt-set-screen-width-132):
If a terminal-specific function exists, call it.
1995-09-21 21:06:09 +00:00
Karl Heuer
be934b539d (te-escape, te-escape-help): Handle non-ASCII events. 1995-09-21 20:54:35 +00:00