1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

8221 Commits

Author SHA1 Message Date
Richard M. Stallman
31faef474e Comment fix. 1994-07-15 22:07:41 +00:00
Richard M. Stallman
3ad0e7cefd (mouse-drag-region): Delete redundant switch-frame clause.
(mouse-drag-secondary): Likewise.
1994-07-15 21:32:01 +00:00
Richard M. Stallman
5330e99c71 (re_match_2_internal): Add casts to shut up some compilers.
(FREE_STACK_RETURN): Nest the free inside the return.
1994-07-15 07:48:35 +00:00
Richard M. Stallman
47c5e807f2 (mail-mailer-swallows-blank-line): Verify sendmail.cf
exists before reading it.
1994-07-15 04:31:14 +00:00
Tom Tromey
cd754bf547 Added ";;;###autoload" comments where appropriate. 1994-07-14 22:49:21 +00:00
Richard M. Stallman
d98b741dea (rmail-output-file-alist): Mark it risky. 1994-07-14 22:48:40 +00:00
Richard M. Stallman
17b9d003e9 (HAVE_VOLATILE): Define. 1994-07-14 19:41:08 +00:00
Richard M. Stallman
72b0c01036 (HAVE_STRERROR): Define. 1994-07-14 19:39:09 +00:00
Noah Friedman
458401b6ed Real initial revision. (rewrite from hanoi-break.) 1994-07-14 12:10:27 +00:00
Richard M. Stallman
6855329253 (safe_run_hooks): Use local var to restore hook's value.
(kbd_buffer_get_event) [HAVE_MOUSE]: Include code
to check for mouse dragging.
(make_lispy_movement) [HAVE_MOUSE]: Define also in this case,
but only include the non-multiframe stuff.
1994-07-14 05:00:21 +00:00
Richard M. Stallman
e118d5efd5 (mouse_init1): Use alternate mouse detection for old mouse drivers.
(mouse_get_pos): Downscale coordinates by 8.
1994-07-14 04:58:02 +00:00
Richard M. Stallman
a9c95e08a1 (Fselect_window): Fix bug checking new_point is in range. 1994-07-14 03:46:11 +00:00
Richard M. Stallman
b6dd20ed5a [MULTI_FRAME] (Fframe_parameters): For non-X frames,
fill in menu-bar-lines value.
1994-07-14 03:44:29 +00:00
Richard M. Stallman
c34b559de0 (syms_of_fileio): Finish previous change. 1994-07-14 03:39:04 +00:00
Richard M. Stallman
aaa99cbe2a (make-help-screen): Bind overriding-local-map
just for short sections of code.
1994-07-14 02:50:06 +00:00
Richard M. Stallman
20e15dfd12 (xmalloc): New function. 1994-07-13 19:10:27 +00:00
Noah Friedman
bab863c394 (resize-minibuffer-setup): Copy post-command-hook when handling minibuffer
windows in other frames, not just minibuffer-exclusive frames.
Resize the minibuffer window/frame now, in case it has already been
initialized with text.
1994-07-13 17:19:23 +00:00
Edward M. Reingold
14fd63950c Correct file name on last line of file. 1994-07-13 15:14:02 +00:00
Richard M. Stallman
9a5540dbda (command_loop_1): Do direct output for cursor motion
over text chars when disp tab exists but says nothing for them.
1994-07-13 09:43:02 +00:00
Richard M. Stallman
e2bef5c3a2 (vc-finish-logentry): Use the value of vc-log-after-operation-hook of
*VC-log* buffer instead of vc-parent-buffer.
1994-07-13 09:34:01 +00:00
Richard M. Stallman
123ec94d83 (dired-byte-compile): Use byte-compile-dest-file
to get the output file name.
1994-07-13 05:10:06 +00:00
Richard M. Stallman
02366d6b2d (CFLAGS): If the envvar was specified, use that.
And set REAL_CFLAGS from it too.
1994-07-13 05:08:26 +00:00
Richard M. Stallman
7456205363 (rmail-movemail-program): New variable.
(rmail-insert-inbox-text): Use it.
1994-07-13 05:04:46 +00:00
Richard M. Stallman
4c8888a0c8 (FRAME_EXTERNAL_MENU_BAR) [!USE_X_TOOLKIT]: Give zero. 1994-07-13 04:15:52 +00:00
Richard M. Stallman
eb51e66563 (insert-directory): Fix previous change. 1994-07-13 04:03:09 +00:00
Richard M. Stallman
6545aadab7 (Qlast_nonmenu_event): New variable.
(syms_of_process): Set it up.
(read_process_output, exec_sentinel): Bind it to t around filter.
1994-07-13 03:52:05 +00:00
Richard M. Stallman
6ae1efb419 (rmail-mode-map): Fix previous change. 1994-07-13 03:40:48 +00:00
Richard M. Stallman
df4d8e0161 (menu-bar-file-menu): Add insert-file menu item. 1994-07-12 23:17:16 +00:00
Richard M. Stallman
997a3b04bc Delete debugging lines from previous change. 1994-07-12 22:32:58 +00:00
Richard M. Stallman
a6e6e718a2 (Fmake_directory_internal): Use Qmake_directory_internal.
(syms_of_fileio): Set up Qmake_directory_internal, not Qmake_directory.
1994-07-12 21:03:03 +00:00
Richard M. Stallman
f509158c26 (resize-minibuffer-setup):
Copy the value of post-command-hook.
1994-07-12 19:51:30 +00:00
Richard M. Stallman
72e2e0c393 Many doc fixes.
(mouse-extend): Don't use existing region if EVENT is nil.
1994-07-12 17:37:32 +00:00
Richard M. Stallman
0136e1e36c (mouse-drag-secondary): Don't start making an overlay
when the range is empty.
(mouse-secondary-save-then-kill):
The first time, make a new kill ring entry.
1994-07-12 17:03:13 +00:00
Richard M. Stallman
95b9ce23a1 (buffer-menu): Call pop-to-buffer before
list-buffers.  Don't move point afterwards.
1994-07-12 07:31:35 +00:00
Richard M. Stallman
8eeac2cebd (hexl-maybe-dehexlify-buffer): New function.
(hexl-mode): Add it to change-major-mode-hook.
(hexl-mode-exit): Remove kludge for mode-line update.
(hexlify-buffer): Doc fix.
1994-07-12 07:25:31 +00:00
Richard M. Stallman
4638b80645 (ispell-word): Call ispell-dehighlight. 1994-07-12 07:15:24 +00:00
Richard M. Stallman
9700caaf43 (insert-directory): Fix prev change. 1994-07-12 07:08:31 +00:00
Richard M. Stallman
12dd87fc56 (rmail-mode-map): Add "Get New Mail" menu item under Mail. 1994-07-12 06:46:52 +00:00
Richard M. Stallman
8eb2676516 (compilation-next-error-locus): Don't call
compilation-forget-errors if compilation is still runing.
1994-07-12 04:09:07 +00:00
Richard M. Stallman
673f4fc6c4 (prolog-mode-syntax-table): Make newline end comments. 1994-07-12 03:10:30 +00:00
Richard M. Stallman
a5282b8fe2 (mail-setup): Insert -- line before .signature file. 1994-07-12 02:47:27 +00:00
Richard M. Stallman
8eb6c7da6b (define-mail-abbrev): Don't try to parse empty aliases. 1994-07-12 02:16:57 +00:00
Richard M. Stallman
e85051798a entered into RCS 1994-07-12 02:10:57 +00:00
Richard M. Stallman
575b5b9a19 (xmenu_show): Don't call XtUngrabPointer here. 1994-07-12 01:39:30 +00:00
Richard M. Stallman
20cda85bbe (ALLOCA_CFLAGS): New variable.
(alloca.o): New target.
1994-07-12 01:18:53 +00:00
Richard M. Stallman
f9269e194c (ignore): Put doc string in right place. 1994-07-12 01:06:27 +00:00
Richard M. Stallman
a35ee4c367 (ctagsfiles): Rewrite to avoid compiler bug. 1994-07-12 00:47:17 +00:00
Richard M. Stallman
44c48a834a (backquote-splice-symbol): Doc typo fix. 1994-07-12 00:43:42 +00:00
Richard M. Stallman
dcb8f03d8d (move-to-tab-stop): Delete spurious multiple definition. 1994-07-12 00:41:10 +00:00
Richard M. Stallman
727d277d52 (insert-directory): Allow list for SWITCHES.
Also split up a string containing separate options.
1994-07-12 00:35:27 +00:00