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

5845 Commits

Author SHA1 Message Date
Richard M. Stallman
fee7a5a2e3 (lisp-font-lock-keywords-2): Quote the * in let*. 1994-02-10 04:43:50 +00:00
Richard M. Stallman
3d9f5ce2fa Use new name vmsdir.h. 1994-02-10 04:38:58 +00:00
Karl Heuer
9ea9bca3e3 (outline-mode): Fix spelling of add-hook. 1994-02-10 00:48:59 +00:00
Karl Heuer
f05b275b4a (Fdo_auto_save): Save echo_area_glyphs_length. 1994-02-10 00:39:28 +00:00
Karl Heuer
51056d11c5 (Fgarbage_collect): Save echo_area_glyphs_length. 1994-02-10 00:35:15 +00:00
Karl Heuer
7410477aee (Fkill_all_local_variables): Run change-major-mode-hook. 1994-02-09 23:47:09 +00:00
Karl Heuer
f94397b551 (x_display_cursor, process_expose_from_menu): Block input. 1994-02-09 23:31:54 +00:00
Karl Heuer
412082915f (vc-comment-to-change-log): Load add-log before binding
add-log-current-defun-function.
1994-02-09 23:02:28 +00:00
Karl Heuer
f47ed8df08 (CRT0_DUMMIES): Definition deleted. 1994-02-09 22:32:39 +00:00
Karl Heuer
1ec715837b (mouse-start-end): Check START rather than point for being at eob. 1994-02-09 22:21:47 +00:00
Karl Heuer
9149e74322 (mark_object): Fetch obj from *objptr at loop, not at the gotos. 1994-02-09 22:04:55 +00:00
Richard M. Stallman
98f5cfc333 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000. 1994-02-09 21:08:01 +00:00
Richard M. Stallman
1e39d86ddb Get, use, and substitute C_SWITCH_MACHINE like C_SWITCH_SYSTEM. 1994-02-09 21:03:13 +00:00
Fred Pierresteguy
47e8f9a322 (xmenu_show ) [USE_X_TOOLKIT]: Implement a Motif behavior for the menubar. Now,
if you move the pointer on another menubar item while displaying the contents
of a selected menubar item, the current pulldown menu is closed and the new
one corresponding to the new pointed item is displayed.
Clean up code.
Handle the MotionNotify events in the XEvent loop.
1994-02-09 13:51:25 +00:00
Richard M. Stallman
07ff9ea94b (C_SWITCH_MACHINE): Get this from autoconf.
(ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
1994-02-09 09:13:05 +00:00
Richard M. Stallman
d07482afc1 (display-time): Use expand-file-name to make file name of wakeup. 1994-02-09 05:48:11 +00:00
Richard M. Stallman
c7d7ed2771 (disabled-command-hook): Use eq to compare elts of this-command-keys. 1994-02-09 05:36:48 +00:00
Karl Heuer
ccc341de40 (rmail-summary-expunge-and-save): Mark summary buffer as unmodified. 1994-02-09 04:26:28 +00:00
Karl Heuer
c70658194a (rmail-expunge-and-save): Mark summary buffer as unmodified. 1994-02-09 04:25:48 +00:00
Karl Heuer
e507447418 Add (require 'rmail) so the macro will be byte-compiled properly. 1994-02-09 04:08:17 +00:00
Karl Heuer
4d6ebff804 (compute_char_face): Extract overlay-sorting code as a separate function,
which is now in buffer.c.
1994-02-09 03:25:25 +00:00
Karl Heuer
5985d248db (sort-overlays): New function, extracted from xfaces.c. 1994-02-09 03:23:48 +00:00
Richard M. Stallman
9e3891de7c (main) [HAVE_SYSVIPC]: Reverse test of fork value. 1994-02-08 23:57:30 +00:00
Richard M. Stallman
3fa26c5001 (show-children): Don't narrow to (1+ (point-max)) when
exposing the last level-n header in the buffer.
1994-02-08 23:50:09 +00:00
Roland McGrath
9ed4d64fd3 (generate-file-autoloads): Don't frob literal formfeeds into \f; just bind
print-escape-newlines to t around printing (now has same effect).
1994-02-08 23:03:09 +00:00
Roland McGrath
ed9c147319 *** empty log message *** 1994-02-08 22:46:59 +00:00
Roland McGrath
c6f7982f43 (print): If print_escapes_newlines, print '\f' as "\\f".
(syms_of_print): Update docstring.
1994-02-08 22:42:28 +00:00
Karl Heuer
f045694583 (rmail-edit-current-message): Make local variables permanent, so
the user can safely change major modes during an edit.
1994-02-08 22:26:30 +00:00
Karl Heuer
a4b340c510 (rmail-variables): Make local variables permanent, so the user can safely
change major modes during an edit.
1994-02-08 22:25:35 +00:00
Richard M. Stallman
2f2ddd1e4a (copy-face): Doc fix. 1994-02-08 18:22:09 +00:00
Richard M. Stallman
a7a0dbf52b (finder-mode): Doc fix. 1994-02-08 18:00:41 +00:00
Richard M. Stallman
de3a72f68f (mail-signature): Insert a `-- ' line. 1994-02-08 17:51:57 +00:00
Richard M. Stallman
f2d2dbfe1c (Fprocess_kill_without_query): Doc fix. 1994-02-08 07:26:28 +00:00
Karl Heuer
525a87de9a (compute_motion): Source code was improperly indented. 1994-02-08 06:19:09 +00:00
Karl Heuer
297d863be5 (make-syntax-table): Behave like copy-syntax-table if an argument is given,
for backward compatibility.
1994-02-08 05:06:07 +00:00
Karl Heuer
e15068c4db (batch-update-autoloads): Add missing close paren. 1994-02-08 04:53:09 +00:00
Jim Meyering
b391d2bfd0 *** empty log message *** 1994-02-08 04:01:10 +00:00
Karl Heuer
63268f7602 *** empty log message *** 1994-02-08 03:47:10 +00:00
Karl Heuer
1a7ffe17b7 (ange-ftp-load): Honor the NOERROR and NOSUFFIX flags. 1994-02-07 23:38:22 +00:00
Karl Heuer
e4f794ed3a (mail-signature): Doc mod. 1994-02-07 23:05:56 +00:00
Karl Heuer
d5bfe0767b (insert-parentheses): Doc mod. 1994-02-07 22:57:35 +00:00
Roland McGrath
72c19d97c1 (autoload-trim-file-name): New function.
(generate-file-autoloads): Bind print-readably to t for Lucid.
Use autoload-trim-file-name on FILE when inserting the name.
Scan written text and fix up ^L to \f and ( at bol to \(.
(update-file-autoloads): When we find a later file's section, set FOUND to
'new.  If FOUND is 'new after loop, check file for autoload cookies and
don't call generate-file-autoloads if none.
(update-directory-autoloads): Get absolute file names from directory-files.
(batch-update-autoloads): Rewrite from jwz to process later files in a
directory after one file errs.
1994-02-07 22:19:05 +00:00
Richard M. Stallman
014b167871 (desktop-bug-report): Command deleted. 1994-02-07 21:04:46 +00:00
Richard M. Stallman
6a6e6405ef (calendar-sunrise-sunset): Use new error arg to calendar-cursor-to-date.
(sunrise-sunset): Allow it to be called without an argument (as advertized).
1994-02-07 20:56:46 +00:00
Richard M. Stallman
d33b395845 (calendar-print-mayan-date): Use new error arg to calendar-cursor-to-date. 1994-02-07 20:55:00 +00:00
Richard M. Stallman
ea5ccb55d3 (calendar-print-french-date,diary-french-date):
Use new error arg to calendar-cursor-to-date.
1994-02-07 20:53:04 +00:00
Richard M. Stallman
25ed02fd9e (view-diary-entries,diary-islamic-date): Use new error arg
to calendar-cursor-to-date.
1994-02-07 20:51:18 +00:00
Richard M. Stallman
56e7830d68 (calendar-cursor-holidays): Use new error arg
to calendar-cursor-to-date.
1994-02-07 20:49:35 +00:00
Richard M. Stallman
c33579cba6 (insert-diary-entry,insert-weekly-diary-entry,
insert-monthly-diary-entry,insert-yearly-diary-entry,
insert-anniversary-diary-entry,insert-block-diary-entry,
insert-cyclic-diary-entry,insert-hebrew-diary-entry,
insert-monthly-hebrew-diary-entry,insert-yearly-hebrew-diary-entry,
insert-islamic-diary-entry,insert-monthly-islamic-diary-entry,
insert-yearly-islamic-diary-entry):
Use new error arg to calendar-cursor-to-date.
1994-02-07 20:47:23 +00:00
Richard M. Stallman
ffd82264f0 (calendar-mode-line-format): Change "current" to "today".
(calendar-cursor-to-date): Add optional parameter to cause error
signal when cursor is not on a date---this allows lots of
simplifications throughout the code.
(calendar-forward-month,calendar-set-mark,
calendar-exchange-point-and-mark,calendar-count-days-region,
calendar-print-day-of-year,calendar-print-iso-date,
calendar-print-julian-date,calendar-print-islamic-date,
calendar-print-hebrew-date,calendar-print-astro-day-number): Use simplification.
1994-02-07 20:42:44 +00:00