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

6112 Commits

Author SHA1 Message Date
Richard M. Stallman
b8ca7cc378 (makefile-mode): Set local-write-file-hooks, not write-file-hooks.
Version 1.16.
(makefile-mode): Correct `make-variable-buffer-local' to
`make-local-variable'.  Set indent-tabs-mode to t.

(makefile-insert-macro-ref): Do not append a space
to the inserted macro reference.
(makefile-insert-macro-ref): Likewise if the reference is to
one of makefile-runtime-macros-list.
(makefile-format-macro-ref): If the name of the macro ref
starts with a '(' or '{' then the enclosing parentheses are not added.

(makefile-warn-suspicious-lines): New function.

Changed mode name to "Makefile" instead of "makefile".
1994-03-02 07:57:04 +00:00
Karl Heuer
da41135a67 (copy-face): Don't change old-face and new-face before the frame loop. 1994-03-02 06:45:38 +00:00
Karl Heuer
d2ebfa8cfc (with_x_toolkit): Fix typo in previous change. 1994-03-02 05:59:09 +00:00
Karl Heuer
74712156d6 (Fx_list_fonts): Avoid confused increment of info. 1994-03-02 05:48:00 +00:00
Karl Heuer
048822963e (Fforward_comment): Do the right thing at eob. 1994-03-02 05:31:15 +00:00
Karl Heuer
19479ae2d6 (iconify-or-deiconify-frame): Don't make invisible before making visible. 1994-03-02 05:29:01 +00:00
Roland McGrath
33633b2810 (tags-add-tables): Change default value to 'ask-user; update doc.
(visit-tags-table-buffer): If tags-add-tables is nil, never add to current
list; if t, always; if non-nil, non-t, ask user.
1994-03-02 05:24:33 +00:00
Richard M. Stallman
7492978d40 (ispell-message-text-end): New variable.
(ispell-message): Use ispell-message-text-end.
Spell check all of a multi-line subject.
Correct bug whereby internally generated messages were not recognized.
1994-03-02 04:57:23 +00:00
Richard M. Stallman
007852e00d Initial revision 1994-03-02 04:56:25 +00:00
Karl Heuer
2bd866cdc6 (iconify-or-deiconify-frame): Force temporary invisibility even if this is the
only frame.
1994-03-02 04:42:38 +00:00
Richard M. Stallman
fdc1827fdb (mail-do-fcc): Don't write a newline before the text. 1994-03-02 04:23:49 +00:00
Richard M. Stallman
b7c49376aa (menu_bar_items): Accept old vector as arg. Return a vector.
(menu_bar_one_keymap, menu_bar_item): Associated changes.
(make_lispy_event): Use FRAME_MENU_BAR_LINES as vector.
1994-03-02 04:11:11 +00:00
Richard M. Stallman
8351baf2f9 (update_menu_bar): Change call to menu_bar_items.
(display_menu_bar): Use FRAME_MENU_BAR_LINES as vector.
1994-03-02 04:04:54 +00:00
Richard M. Stallman
cf3540e492 (memory_signal_data): No longer static.
(syms_of_alloc): Stick Qerror onto memory_signal_data.
1994-03-02 03:47:51 +00:00
Richard M. Stallman
9d58218c82 (Fsignal): If DATA is memory_signal_data, don't add to it.
(Fsignal): Record the clause in chosen_clause.
(Fcondition_case, internal_condition_case): Look there.
(internal_condition_case_1): Look there.
1994-03-02 03:46:54 +00:00
Richard M. Stallman
22bbbd42aa (struct handler): New field chosen_clause.
(memory_signal_data): Declare it.
1994-03-02 03:44:58 +00:00
Richard M. Stallman
9dd935ee61 (make_frame): Init menu_bar_items field to 0. 1994-03-02 03:43:07 +00:00
Karl Heuer
a69c774b84 New s-file for rs60000-ibm-aix3.2.5. 1994-03-02 03:23:30 +00:00
Karl Heuer
74d7aee80f Initial revision 1994-03-02 03:19:26 +00:00
Karl Heuer
f2ac12d570 Use -g with the native compiler. 1994-03-02 03:19:12 +00:00
Richard M. Stallman
47c64747da (del_range_1): New function.
(del_range): Use it.
1994-03-02 00:55:05 +00:00
Richard M. Stallman
41d1fb49f5 (insert-kbd-macro): Handle C-@, C-[, etc. properly and their meta variants too. 1994-03-02 00:53:48 +00:00
Edward M. Reingold
b5e8c6b79d * calendar.el (calendar-current-date): Use fixed assoc list for
month names so that changing the array of names doesn't screw up
	the determination of the current date.
1994-03-01 22:42:53 +00:00
Richard M. Stallman
7e0dd87e24 (pascal-sub-block-re): Recognize for and with. 1994-03-01 22:28:47 +00:00
Doug Evans
f87105427f Move comment to proper place. 1994-03-01 15:59:45 +00:00
Karl Heuer
d96504df58 (Info-restore-point): Don't wipe out hl before using it. 1994-03-01 09:02:19 +00:00
Karl Heuer
ad8fb8aec7 (picture-forward-column, picture-backward-column): Allow backward motion
across multi-column characters.
1994-03-01 06:19:22 +00:00
Karl Heuer
54a003f758 (inhibit-startup-echo-area-message): Doc fix. 1994-03-01 04:54:43 +00:00
Karl Heuer
a2fa350a88 Fix typo in comment. 1994-03-01 04:42:37 +00:00
Karl Heuer
3027438bd0 (tc-mode-map): Fix binding of tc-dissociate. 1994-03-01 04:39:45 +00:00
Karl Heuer
bcb61d60fc (memory_full): Use new variable memory_signal_data with precomputed value
instead of trying to build it after memory is already exhausted.
1994-02-28 20:20:22 +00:00
Fred Pierresteguy
0f7159e3b0 (xmenu_show): Test XtWindowToWidget before inserting into the event_queue. 1994-02-28 13:03:13 +00:00
Fred Pierresteguy
82aebaf480 (XTread_socket): For case ClientMessage and Xatom_wm_delete_window, use
x_any_window_to_frame.
1994-02-28 12:57:12 +00:00
David J. MacKenzie
aceb65a6b9 Use GPL. 1994-02-27 03:53:03 +00:00
David J. MacKenzie
3b48c1f4b7 *** empty log message *** 1994-02-27 03:51:02 +00:00
David J. MacKenzie
91264a4aa5 Use GPL. 1994-02-27 03:49:57 +00:00
David J. MacKenzie
2b24132f97 Initial revision 1994-02-27 03:45:52 +00:00
David J. MacKenzie
530715fea1 Update GPL. 1994-02-27 03:39:25 +00:00
David J. MacKenzie
566c662e1c * make-path.c (main): Return 1 on error, not -1. Update GPL. 1994-02-27 03:38:56 +00:00
David J. MacKenzie
0034580904 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc.
(xmalloc, xrealloc): Return char *, not int.
	(error): Write to stderr, not stdout.
1994-02-27 03:35:26 +00:00
David J. MacKenzie
978625b7e0 Fix comment typos. 1994-02-27 03:25:08 +00:00
Richard M. Stallman
0de5246d1d (with_x_toolkit): Don't allow motif or open-look. 1994-02-26 22:05:19 +00:00
Richard M. Stallman
b1d07009bf (LD_SWITCH_SYSTEM): New definitions, with #undef. 1994-02-26 20:49:21 +00:00
Richard M. Stallman
7ea5afd257 Comment change. 1994-02-26 20:47:37 +00:00
Karl Heuer
a0932daa92 (sys_subshell): New function, split from sys_suspend. 1994-02-26 05:55:03 +00:00
Karl Heuer
8026024c1b (Fsuspend_emacs): New variable cannot-suspend forces a subshell even if the
system seems to support job control.
1994-02-26 05:54:26 +00:00
Karl Heuer
e48f95c966 (menu-bar-mode): Make menu-bar-mode without an argument toggle display of a
menu bar.
1994-02-26 04:32:57 +00:00
Karl Heuer
8f6ea2e9b7 (Fset_window_configuration): Allow for menu-bar-lines to have changed since
the configuration was created.
1994-02-26 04:24:37 +00:00
Karl Heuer
d00c875cf6 (OVERLAY_POSITION): Don't check which buffer it points to. 1994-02-26 04:05:17 +00:00
Richard M. Stallman
52f04d46fe (system-key-alist): Renamed from vendor-key-syms. 1994-02-26 03:43:32 +00:00