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
Richard M. Stallman
a01e985127
(xterm.o): Depend on keyboard.h.
1994-08-26 21:25:43 +00:00
David J. MacKenzie
9ec10b2fbd
Initial revision
1994-08-26 14:57:46 +00:00
Richard M. Stallman
dca460725c
(rmail-summary-output-menu): New command.
...
(rmail-summary-mode-map): Add Output and Input with menu of files.
(rmail-summary-rmail-update): Check whether rmail-buffer is dead.
1994-08-26 06:55:43 +00:00
Karl Heuer
23cf7c602a
(x_make_frame_visible): Call signal handler directly.
1994-08-26 05:18:31 +00:00
Richard M. Stallman
8427dec96b
Add LINUX_QMAGIC conditional.
1994-08-26 01:44:01 +00:00
Richard M. Stallman
1e2d9c6d1a
(USE_NONANSI_DEFUN): Defined.
1994-08-26 00:45:03 +00:00
Richard M. Stallman
5125ca9320
(DEFUN): Check USE_NONANSI_DEFUN.
1994-08-26 00:44:42 +00:00
Richard M. Stallman
1d6ce4b047
entered into RCS
1994-08-26 00:40:24 +00:00
Richard M. Stallman
6e9495ec16
*** empty log message ***
1994-08-26 00:30:33 +00:00
Richard M. Stallman
c9ce5e2c7a
(vc-backend-checkout): Don't use -G for SCCS.
1994-08-26 00:05:30 +00:00
Richard M. Stallman
dcd12c89db
(toggle-rot13-mode): New function.
1994-08-25 23:23:09 +00:00