1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 07:30:59 -08:00
Commit graph

7183 commits

Author SHA1 Message Date
Richard M. Stallman
c567ac0177 major code speedups, bug fixes, behavior
refinements, doc-string clarification and elaboration, etc.
   Prominent new features include:
  - Exposure changes and navigation are greatly accelerated.
  - More elaborate and clear doc-string for outline-mode,
    giving better guidance on use of the mode.
  - A new exposure-layout syntax, which accomodates outlines
    with multiple top-level topics.  (See `outline-expose' and
    `outline-new-exposure'.)
  - Automatic exposure and verfication-prompting on attempts to
    change text within concealed regions, before they are
    applied.  (Undo affecting concealed regions is only
    exposed, not verified, to facilitate smooth undo sequences.)
 - 'hot-spot' navigation implemented.  When the cursor is on a
    topic's bullet, regular-character keystrokes will be
    interepreted as if they were preceded by ^C, when
    appropriate, so users can navigate and adjust exposure,
    etc, with single-stroke commands.
  - Lucid emacs accomodated.
1994-04-30 04:47:22 +00:00
Richard M. Stallman
d0bd3513be (hack-one-local-variable): Silently execute eval
if the form is a put of a harmless property with harmless args.
1994-04-30 04:29:23 +00:00
Richard M. Stallman
cac76c6929 (gnus-summary-mode-map): Bind C-c C-v to gnus-uu-ctl-map.
(gnus-uu-ctl-map): Autoload it from gnus-uu.
1994-04-30 04:22:22 +00:00
Karl Heuer
55fbbe8e34 (revert-buffer): widen before replacing text. 1994-04-30 02:41:03 +00:00
Richard M. Stallman
ae4a385754 *** empty log message *** 1994-04-30 02:19:25 +00:00
Richard M. Stallman
b5b911f995 (init_eval): Initialize when_entered_debugger to -1. 1994-04-30 02:16:15 +00:00
Richard M. Stallman
78c71a989d entered into RCS 1994-04-30 01:38:51 +00:00
Roland McGrath
f06df5635f (tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists.
(tags-next-table): Save tags-table-list in tags-table-parent-pointer-list
and then set it to tags-included-tables.
Restore tags-table-list from tags-table-parent-pointer-list.
(tags-find-table-in-list): Renamed from tags-table-list-member.
Search included tables.  Take new arg MOVE-TO; if t, frob list pointers.
(tags-table-including): Save tags-table-list in tags-table-parent-pointer-list.
Set tags-table-list to the passed TABLES value.
(visit-tags-table-buffer): When CONT is nil, pop all
tags-table-parent-pointer-list state before doing anything else.
Don't do list frobnication when CONT is 'same.
Call tags-find-table-in-list instead of tags-table-list-member; let it do
list frobnication when it succeeds.
1994-04-30 00:51:52 +00:00
Richard M. Stallman
af31d76fa0 (x_wm_set_size_hint): Always set PWinGravity.
Rename the args.  Compute x and y fields from negative positions.
Use XGetWMNormalHints if X11R4 or newer.
(x_make_frame_visible): Call x_set_offset only if not USE_X_TOOLKIT.
(x_make_frame_invisible): Call x_wm_set_size_hint.
(x_set_offset): Pass 0 as 3rd arg to x_wm_set_size_hint.
(x_set_window_size): Likewise.  Set win_gravity field here if nec.
1994-04-30 00:15:20 +00:00
Richard M. Stallman
7989f08466 (Fx_create_frame): Pass 0 as 3rd arg to x_wm_set_size_hint.
(x_figure_window_size): Fix typo setting XNegative.
1994-04-30 00:13:44 +00:00
Richard M. Stallman
a5285df359 (xdialog_show): Clear x_mouse_grabbed. 1994-04-29 23:45:17 +00:00
Richard M. Stallman
b229b8d187 (Ftranspose_regions): New function.
(transpose_markers): Helper func for above.
(syms_of_frame): Call defsubr for Stranspose_regions.
1994-04-29 23:22:51 +00:00
Karl Heuer
c15c5d408d (Ffset, Ffmakunbound): Signal an error if SYM is nil or t. 1994-04-29 23:21:37 +00:00
Karl Heuer
6ba93f9d7b [MSDOS]: Re-enable some #undef's. 1994-04-29 23:16:43 +00:00
Richard M. Stallman
ad9445b9c8 We have bcmp. Configuration is "msdos". Get rid of ^Ms. 1994-04-29 22:07:19 +00:00
Richard M. Stallman
8c9bc1f816 Set CFLAGS=-O2, not -g. Correct for
new configuration regarding utilities not to compile.
Fix version number.  Get rid of ^Ms.
1994-04-29 22:07:02 +00:00
Richard M. Stallman
32b0abf74b Set CFLAGS=-O2, not -g. Handle the new
M_FILE, S_FILE, and SET_MAKE defines.  Get rid of ^Ms.
1994-04-29 22:06:43 +00:00
Richard M. Stallman
1659e114ab (window_system): Restore accidentally deleted code that uses AC_FIND_X. 1994-04-29 21:29:49 +00:00
Richard M. Stallman
b4929f755e (desktop-internal-v2s): Default case fixed to return correct quote flag.
Fix cons cell handling to avoid recursion in the cdr part.
1994-04-29 20:13:16 +00:00
Richard M. Stallman
2c81f22ca7 (getppid): Definition deleted. 1994-04-29 20:02:48 +00:00
Richard M. Stallman
8768d63036 (Fminibuffer_complete): Add third arg to Fset_window_start. 1994-04-29 20:00:51 +00:00
Richard M. Stallman
6b4b52676a (decode_mode_spec): Fix handling of `%t'. 1994-04-29 19:38:03 +00:00
Richard M. Stallman
d1a880cd30 [MSDOS]: Don't define proto type for exit. 1994-04-29 19:35:46 +00:00
Richard M. Stallman
331fdf1eee *** empty log message *** 1994-04-29 19:29:03 +00:00
Richard M. Stallman
f57ddf6775 *** empty log message *** 1994-04-29 10:16:53 +00:00
Richard M. Stallman
f25df2ab1d entered into RCS 1994-04-29 10:07:31 +00:00
Richard M. Stallman
1d88854875 (vc-mode-line): Fix previous change. 1994-04-29 06:25:49 +00:00
Karl Heuer
c96dcc01cd (Fsingle_key_description): Undo previous change.
(describe_map): Skip string entries.
1994-04-29 06:05:19 +00:00
Karl Heuer
4f9b95e52c (do_completion): Initialize vars before gcpro. 1994-04-29 05:48:36 +00:00
Richard M. Stallman
de3b6439ed Comment change. 1994-04-29 04:59:22 +00:00
Richard M. Stallman
7098a0fa7c (update_frame): Move those assignments even farther down. 1994-04-29 04:54:39 +00:00
Richard M. Stallman
b72a58fd20 (x_wm_set_size_hint): Don't set PMaxSize.
Don't touch win_gravity field if no PWinGravity.
1994-04-29 04:04:51 +00:00
Karl Heuer
d7ab90a9b4 (describe_buffer_bindings): gcpro stuff. Delete some unused code. 1994-04-29 03:40:16 +00:00
Karl Heuer
57c9eb6894 Doc fixes. 1994-04-29 03:06:08 +00:00
Karl Heuer
e3dfcd4ea9 (describe_map_tree): gcpro some things. 1994-04-29 02:51:44 +00:00
Karl Heuer
f88480e30d (Fsingle_key_description): Accept strings as keys since the buffer menu uses
them.
1994-04-29 01:10:33 +00:00
Richard M. Stallman
e3e86241c2 (inhibit-file-name-handers): Correct documentation. 1994-04-28 22:27:06 +00:00
Richard M. Stallman
30a91516b8 Fix syntax in previous change. 1994-04-28 22:24:41 +00:00
Richard M. Stallman
edc866c370 Don't look for -lresolv. 1994-04-28 22:22:28 +00:00
Richard M. Stallman
54633da021 (update_frame): Move assignments to current_frame and desired_frame. 1994-04-28 22:05:54 +00:00
Richard M. Stallman
3920203046 entered into RCS 1994-04-28 20:01:12 +00:00
Richard M. Stallman
3c60251582 (logb): Test HPUX, not hpux. 1994-04-28 19:37:53 +00:00
Richard M. Stallman
a1300baaf8 (LIBS_SYSTEM): #if 0'd. 1994-04-28 19:27:47 +00:00
Richard M. Stallman
748a0e1f83 (Fx_popup_menu): Doc fix. 1994-04-28 18:55:14 +00:00
Richard M. Stallman
fb9b5ab767 *** empty log message *** 1994-04-28 18:52:49 +00:00
Richard M. Stallman
7435bd2582 (disabled-command-hook): Try to enable command in user
init file only if there is a user init file.
1994-04-28 18:51:35 +00:00
Richard M. Stallman
b8228bebad (x_window) [USE_X_TOOLKIT]: Call XSetWMHints. 1994-04-28 18:13:22 +00:00
Richard M. Stallman
1ad698afde (Vunread_command_events): Renamed. 1994-04-28 08:23:25 +00:00
Karl Heuer
c36e9c0608 (lisp-mode-variables): Undo previous change. 1994-04-28 08:09:01 +00:00
Karl Heuer
10c5e63d23 (XTread_socket): Only top window cares about LeaveNotify. 1994-04-28 07:59:17 +00:00