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
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