Richard M. Stallman
648c4c5504
(prepare_to_modify_buffer): Don't call verify_overlay_modification if
...
no overlays, or verify_interval_modification no intervals.
(insert_1): Don't call interval fns if buffer has none.
1994-09-02 23:30:24 +00:00
Richard M. Stallman
facc570e2b
(Fset_text_properties):
...
Return early if buffer has no intervals and PROPS is nil.
1994-09-02 23:27:04 +00:00
Richard M. Stallman
09d1d7e297
(Fdelete_frame): Fix previous change.
1994-09-02 22:45:09 +00:00
Richard M. Stallman
125138e224
(display_text_line): Don't overrun the charstart area.
1994-09-02 20:17:12 +00:00
Richard M. Stallman
203a571104
(grep-command): Doc fix.
1994-09-01 21:18:15 +00:00
Richard M. Stallman
8b2f8d4edb
(x_make_frame_visible): Call input_polling_used.
1994-09-01 20:32:44 +00:00
Tom Tromey
2707a9d13d
Added filename completion in inferior tcl mode
1994-09-01 18:06:24 +00:00
David J. MacKenzie
7bbbba3194
entered into RCS
1994-09-01 15:30:26 +00:00
Francesco Potortì
3332766c74
* cmacexp.el (c-macro-prompt-flag): set default to t.
...
(c-macro-expand): buffer-flush-undo is outdated.
(c-macro-expansion): make exit-status a local variable.
1994-09-01 11:05:40 +00:00
Richard M. Stallman
76e91049fa
(completion-before-command): Don't call get on a non-symbol.
1994-09-01 06:12:38 +00:00
David J. MacKenzie
ea50c23878
*** empty log message ***
1994-09-01 04:47:05 +00:00
Richard M. Stallman
99b11016b7
(ispell-dictionary-alist-1): For English, remove hyphen from the OTHERCHARS.
1994-08-31 22:20:32 +00:00
Richard M. Stallman
e12d55b237
(defined_color): New arg ALLOC--optionally don't allocate the color.
...
(x_decode_color, Fx_color_defined_p): Pass new arg.
(Fx_color_values): New function.
1994-08-31 20:45:41 +00:00
David J. MacKenzie
2e71ec1727
*** empty log message ***
1994-08-31 14:31:25 +00:00
Richard M. Stallman
1d3195db88
(input_polling_used): New function.
1994-08-31 04:14:02 +00:00
Richard M. Stallman
e90fc79285
(shrink-window-if-larger-than-buffer):
...
Don't make the window shorter than window-min-height.
1994-08-30 23:56:15 +00:00
Richard M. Stallman
58af3a0a81
(exit-calendar): Don't restore window config.
...
(calendar): Don't save one.
1994-08-30 22:45:10 +00:00
Richard M. Stallman
7e846b1092
(isearch-edit-string): Use isearch-text-char-description.
1994-08-30 21:20:09 +00:00
Richard M. Stallman
1c2b5877c7
entered into RCS
1994-08-30 19:32:53 +00:00
Richard M. Stallman
598fb6feed
(insert_before_markers_and_inherit): New function.
1994-08-30 07:20:23 +00:00
Richard M. Stallman
107740f53d
(Finsert_and_inherit_before_markers):
...
Use insert_before_markers_and_inherit for character args.
(Finsert_and_inherit): Use insert_and_inherit for character args.
1994-08-30 07:18:47 +00:00
Richard M. Stallman
d2bee99ea5
(Fdelete_frame): Free the frame's glyphs arrays.
...
Free the line insert/delete cost vectors.
1994-08-30 07:17:49 +00:00
Richard M. Stallman
05233a7d92
(free_frame_glyphs): No longer static.
1994-08-30 07:15:00 +00:00
Richard M. Stallman
301a9d1797
(perform-replace): Restore match data before highlighting.
1994-08-30 07:07:39 +00:00
Richard M. Stallman
0daa17f3fa
(isearch-edit-string): In the isearch-recursive-edit case,
...
don't end the recursive edit and don't start another one.
(isearch-done): New arg EDIT.
(isearch-mode): Return t if search succeeded.
1994-08-30 07:03:33 +00:00
Richard M. Stallman
98295b48d6
(Ffile_accessible_directory_p): No need for gcpro.
...
(Fwrite_region): unbind_to should take two args.
1994-08-30 04:30:33 +00:00
Richard M. Stallman
8fdae34aa3
(make-help-screen): Don't call window-frame in a non-multi-frame Emacs.
1994-08-30 00:47:36 +00:00
Richard M. Stallman
24c2285241
(set-mark): When POS is nil, always clear mark-active.
1994-08-30 00:36:48 +00:00
Richard M. Stallman
bb1e67a022
Provide diary-lib not diary.
1994-08-30 00:34:35 +00:00
Richard M. Stallman
2b98733373
Require diary-lib, not diary.
1994-08-30 00:33:34 +00:00
Per Bothner
e06403735b
Various fixes (freebsd, ncr, nextstep): See ChangeLog.
1994-08-29 01:19:13 +00:00
Richard M. Stallman
ef469729a7
(HAVE_MACH_MACH_H): Defined.
1994-08-28 21:07:42 +00:00
Richard M. Stallman
57c82a639b
(Fx_color_defined_p): Return list of RGB values, not just t.
1994-08-28 20:00:21 +00:00
Richard M. Stallman
3b0deae51f
(polling_for_input): Declared.
1994-08-28 19:59:18 +00:00
Richard M. Stallman
36922b182a
(polling_for_input): Define var unconditionally.
1994-08-28 19:58:40 +00:00
Richard M. Stallman
3b2fa4e69a
Include keyboard.h.
...
(x_make_frame_visible): Fix previous change: test polling_for_input
instead of whether SIGIO is defined.
1994-08-28 19:57:51 +00:00
Richard M. Stallman
03b78673fb
(xmenu_show): Don't queue events that are in the menu bar.
1994-08-28 07:39:12 +00:00
Richard M. Stallman
f7d786d0cb
(after-find-file-from-revert-buffer): Add defvar.
1994-08-28 07:37:42 +00:00
Richard M. Stallman
b9a7407ff9
(internal_self_insert): Use insert_and_inherit.
1994-08-28 06:48:56 +00:00
Richard M. Stallman
6d1bd1a581
(Findent_to): Pass new arg to Finsert_char.
1994-08-28 06:08:54 +00:00
Richard M. Stallman
cd11ef314d
(insert_1): New arg INHERIT.
...
(insert_and_inherit): New function.
1994-08-28 06:07:37 +00:00
Richard M. Stallman
e2eeabbbce
(Finsert_char): New arg INHERIT.
...
Use insert_and_inherit if requested.
1994-08-28 06:07:15 +00:00
Richard M. Stallman
2e252751cb
(dbx): Use newline, not semicolon, between file and stop cmds.
1994-08-28 04:14:59 +00:00
Richard M. Stallman
33acbad21f
entered into RCS
1994-08-27 23:03:05 +00:00
Richard M. Stallman
1644b1a55f
(outline-mode-prefix-map): New variable.
...
Define all the C-c commands here.
(outline-mode-menu-bar-map): New variable, holds local menu-bar keymap.
(outline-mode-map): Bind C-c and menu-bar to those maps.
(outline-minor-mode-map): Likewise use those submaps for the prefixes.
1994-08-27 21:02:12 +00:00
Richard M. Stallman
c1194ae809
(indent-rigidly): Insert new indent, then delete old.
1994-08-27 19:40:47 +00:00
Richard M. Stallman
5e778cd16a
(comint-arguments): Treat \n and \t like space.
1994-08-27 19:06:19 +00:00
Per Bothner
bc7c9d8c6f
(netbsd, freebsd, linux): Accept any machine, not just i[34]86.
1994-08-26 23:19:19 +00:00
Richard Kenner
627e759ca8
Recognize powerpc-ibm-aix3.2.5.
1994-08-26 22:45:20 +00:00
Per Bothner
cb94a3dae3
Merges from Cygnus version.
1994-08-26 22:21:31 +00:00