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

5921 Commits

Author SHA1 Message Date
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
Richard M. Stallman
eeb1e03e1e (shell-font-lock-keywords): Doc fix. 1994-02-02 20:00:15 +00:00
Eric S. Raymond
d4353b2055 (vc-mode-line): use force-mode-line-update instead of the Emacs 18
kluge.
1994-02-02 18:56:02 +00:00
Richard M. Stallman
5b817cf26e (disable-command): Reject invalid commands. 1994-02-02 18:46:29 +00:00
Karl Heuer
1ca576b5b6 (make-help-screen): Remove debugging code. 1994-02-02 07:44:43 +00:00
Karl Heuer
8c002a25f4 (x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT. 1994-02-02 07:34:08 +00:00
Karl Heuer
6a1dc7ac28 (try_window_id): Don't pass value beyond ZV to compute_motion. 1994-02-02 07:25:37 +00:00
Karl Heuer
33eb4ede43 (Fpos_visible_in_window_p): Return nil if POS > ZV. 1994-02-02 07:16:51 +00:00
Karl Heuer
8c86eccda4 (x_term_init): Use get_system_name instead of gethostname. 1994-02-02 06:32:28 +00:00
Karl Heuer
352b6a9e76 (get_system_name): Declared. 1994-02-02 06:31:26 +00:00
Karl Heuer
e29ad34213 (x_get_customization_string): Use get_system_name instead of gethostname. 1994-02-02 06:26:21 +00:00
Karl Heuer
67004ffb7a (get_system_name): Remove restriction on hostname size. 1994-02-02 06:20:58 +00:00
Karl Heuer
b1fa544fda Fix file-relative-name to allow for ancestors as well as descendants. 1994-02-02 04:39:22 +00:00
Eric S. Raymond
1892807a4d vc-parse-buffer: arrange for old properties to get cleared when their
match string is not found in the master file.
1994-02-02 03:27:26 +00:00
Richard M. Stallman
01b5c04d06 (mail-mailer-swallows-blank-line): New variable.
(sendmail-send-it): Add extra newline if appropriate.
1994-02-02 00:06:43 +00:00
Richard M. Stallman
f28039bb00 (comment-region): Handle comment-end deletion for C-u.
Don't let short lines confuse the comment-end deletion.

(comment-region): Just C-u prefix means uncomment lines.
1994-02-02 00:05:42 +00:00
Karl Heuer
d9f082ecca (Fmod): Use HAVE_FMOD. 1994-02-01 23:21:22 +00:00
Karl Heuer
8fdeec3721 (HAVE_FMOD): Add another #undef. 1994-02-01 23:18:34 +00:00
Karl Heuer
37cdb177b8 Check whether fmod exists. 1994-02-01 23:17:03 +00:00
Richard M. Stallman
03244f89b5 (font-lock-set-defaults): Handle shell mode.
(shell-font-lock-keywords): New variable.
1994-02-01 23:10:41 +00:00
Richard M. Stallman
4feadcc08e (SYNTAX_MATCH, SYNTAX): Fix non-GNUC definitions. 1994-02-01 18:24:12 +00:00
Richard M. Stallman
5f61736f65 *** empty log message *** 1994-02-01 18:21:00 +00:00
Richard M. Stallman
da4ce263a3 Many doc fixes.
(pascal-get-beg-of-line, pascal-get-end-of-line):
Use defsubst.  Renamed from get-...
(pascal-within-string): Use defsubst.
(delete-whitespaces): Function deleted;
callers use delete-horizontal-space instead.
(pascal-string-diff): Renamed from string-diff.

Complete rewrite.  Added an outline- minor-mode and completion.
1994-02-01 18:14:56 +00:00
Richard M. Stallman
e70991d420 (auto-mode-alist): Add .p and .pas for pascal-mode. 1994-02-01 17:46:53 +00:00
Fred Pierresteguy
e021605ff3 (x_set_menu_bar_lines): Test also menubar_widget before calling
XtDestroyWidget.
1994-02-01 17:33:14 +00:00
Richard M. Stallman
5a8d870ba9 (calculate-fortran-indent): Handle
Fortran 90 INTERFACE and SELECT/CASE blocks.
1994-02-01 17:25:41 +00:00
Richard M. Stallman
a07d4bc524 (dumpglyphs): Don't crash for invalid face code. 1994-02-01 06:49:18 +00:00
Richard M. Stallman
fc51b25190 (revert-buffer): Doc fix. 1994-02-01 03:46:09 +00:00
Karl Heuer
7daa8d6b1c (font-lock-mode): Use the new hooks to get proper behavior on a revert. 1994-02-01 01:32:48 +00:00
Karl Heuer
4fbf62eea8 (revert-buffer): reposition after-revert-hook, and add before-revert-hook. 1994-02-01 01:31:37 +00:00
Richard M. Stallman
2d8e81a591 (tabify): Don't delete back before initial START. 1994-02-01 00:16:31 +00:00
Richard M. Stallman
85a9e6fe4a (appt-display-interval, appt-display-duration)
(appt-message-warning-time): Use larger defaults.
1994-02-01 00:00:36 +00:00
Roland McGrath
8cce125769 Distribute {src,lisp}/ChangeLog.? instead of {src,lisp}/OChangeLog. 1994-01-31 23:57:52 +00:00
Roland McGrath
20783a2b0d (visit-tags-table-buffer): Don't change VISIT-TAGS-TABLE-BUFFER-CONT when
it is 'same.  Do list verification frobbing for it being either 'same or
nil; but only set tags-table-list-started-at and tags-table-list-pointer
when it's nil.
1994-01-31 23:05:32 +00:00
Richard M. Stallman
babf687a8b (show-children): Don't call outline-level at eob. 1994-01-31 16:41:12 +00:00
Richard M. Stallman
d5c61e945e (calendar-print-hebrew-date): Change to use calendar-hebrew-date-string. 1994-01-31 16:16:05 +00:00
Karl Heuer
db1d3cf711 Fix rmail summary commands to work with rmail-mail-new-frame. 1994-01-31 07:05:45 +00:00
Richard M. Stallman
345a94f994 *** empty log message *** 1994-01-31 05:35:36 +00:00
Richard M. Stallman
ab9d3e3c85 entered into RCS 1994-01-31 04:34:11 +00:00
Richard M. Stallman
01492d1b7c *** empty log message *** 1994-01-30 03:17:32 +00:00
Richard M. Stallman
cdee26965a entered into RCS 1994-01-30 03:04:13 +00:00