Richard M. Stallman
b985297a9e
(NO_EDITRES): Defined.
...
(LIBXMU): Define once again.
1995-11-11 07:14:26 +00:00
Richard M. Stallman
3b882b1dab
(HACK_EDITRES): Don't define if NO_EDITRES is defined.
1995-11-11 07:13:56 +00:00
Richard M. Stallman
0fdff6bbc2
(HACK_EDITRES): Define here as in xfns.c.
...
(XTread_socket): Test HACK_EDITRES.
1995-11-11 07:13:06 +00:00
Richard M. Stallman
a4e4b91601
(delete-frame): Don't use delete-frame as event name.
1995-11-11 07:06:05 +00:00
Richard M. Stallman
14ee195323
(change-log-mode): Remove incorrect "^" anchors from
...
paragraph-start and -separate.
(change-log-fill-paragraph): Use regular value of paragraph-start
to bound paragraph to be filled, modified values only to do the
filling. Make lines beginning with parentheses
paragraph-starters, but not paragraph-separators.
1995-11-11 05:33:37 +00:00
Richard M. Stallman
763d157993
(lisp-mode-variables, lisp-fill-paragraph): Remove
...
"^" from paragraph-start and paragraph-separate. Moved
page-delimiter first in case it has a "^" also.
1995-11-11 05:32:13 +00:00
Richard M. Stallman
a91f616d88
(sh-mode): as above. Use page-delimiter rather than literal "^L".
1995-11-11 05:31:11 +00:00
Richard M. Stallman
16cf6ab20b
(fill-region-as-paragraph): Since adaptive-fill-regexp
...
is supposed to match text STARTING at the left margin, use
`looking-at' rather than `re-search-forward'.
(fill-individual-paragraphs): Match fill-prefixes starting at left-margin.
1995-11-11 05:30:49 +00:00
Richard M. Stallman
83f8045840
(dabbrev-case-replace): Doc fix.
1995-11-11 05:24:34 +00:00
Richard M. Stallman
cec01ccbd1
(global-map): Removed bindings of down events to ignore.
...
(xterm-mouse-translate): Only generate down event when bound.
Cleanup. Support for mode line and vertical bar dragging, and
menu-bar events.
(xterm-mouse-x): New variable.
(xterm-mouse-y): New variable.
(mouse-position): Advice to use above variables.
(xterm-mouse-event): Support menu-bar. Set xterm-mouse-x and xterm-mouse-y.
1995-11-11 04:07:39 +00:00
Richard M. Stallman
6d0150f9a7
Define menu-bar mouse-1 as tmm-menubar.
1995-11-11 04:06:54 +00:00
Richard M. Stallman
57aeea1e47
(set_menu_bar_lines): Record the fact that the window configuration changes.
...
(set_menu_bar_lines_1): Mark the window as modified.
1995-11-11 00:49:45 +00:00
Karl Heuer
4147a3ccb5
(find-file-noselect): Respect the value of
...
find-file-visit-truename when FILENAME is a directory and
find-file-run-dired is non-nil.
1995-11-10 19:12:42 +00:00
Richard M. Stallman
d0fc03efcf
(set-auto-mode): If mode cmds move point, obey them.
1995-11-10 19:08:56 +00:00
Karl Heuer
5a79ed267f
(facemenu-active-faces): Replaces function
...
`facemenu-discard-redundant-faces'. This version, written by
Simon Marshall, is faster and does not require optional
argument for recursive re-entry. New argument FRAME allows
check to be done relative to face definitions in any frame.
(facemenu-unlisted-faces): Remove font-lock faces from
the default list. The list of face names was out of sync; to
prevent this from happenning again I made font-lock.el, and other
packages that create "private" faces, put them on the list
themselves. This should give them a better chance of being
updated when the packages are changed.
1995-11-10 18:59:43 +00:00
Karl Heuer
2ff24a23f4
All faces added to facemenu-unlisted-faces list.
1995-11-10 18:58:59 +00:00
Karl Heuer
f36e4a5ea9
(makefile-space-face): Don't list in facemenu.
1995-11-10 18:58:37 +00:00
Karl Heuer
fee7c89dc1
(show-paren-command-hook): Don't list `paren-mismatch'
...
face in menu.
1995-11-10 18:58:14 +00:00
Karl Heuer
c968bd1308
Don't list any faces in menu.
1995-11-10 18:57:42 +00:00
Karl Heuer
1e25257666
(holiday-face, calendar-today-face, diary-face): Add
...
faces to facemenu-unlisted-faces before creating so that facemenu
won't list them as faces to be added interactively.
1995-11-10 18:56:58 +00:00
Richard M. Stallman
5ee80bd3d0
Don't include Xaw/Paned.h unless USE_LUCID is defined.
...
(set_frame_menubar): Conditionalized some code on USE_LUCID that
depends on the fact that the parent widget of the menu bar is an Xaw
"Paned" widget.
1995-11-10 18:55:48 +00:00
Richard M. Stallman
09291989dd
(enriched-next-annotation): Doc fix.
1995-11-10 18:04:18 +00:00
Richard M. Stallman
dde25849fd
Fix previous change.
1995-11-10 17:58:55 +00:00
Richard M. Stallman
52c7612248
(LIBS): Add libsrc_libs and keep the old LIBS.
1995-11-10 17:47:48 +00:00
Richard M. Stallman
c142163a18
(display_menu_item): Don't treat buttons specially.
1995-11-10 17:43:52 +00:00
Richard M. Stallman
beb4ba6875
(x-display-color-p): Accept optional arg.
1995-11-10 17:40:47 +00:00
Richard M. Stallman
0b574c357f
Rewrite for new case tables.
1995-11-10 17:39:54 +00:00
Richard M. Stallman
2b03c5067c
(do-auto-fill): Use fill-context-prefix.
...
(shell-command-on-region): Use region-beginning
and region-end, to put them in the command history.
(do-auto-fill): When choosing fill-prefix,
don't include the left-margin indentation.
1995-11-10 17:33:26 +00:00
Richard M. Stallman
c7e878709b
(view-mode-map): Use ordinary Help command.
1995-11-10 17:31:23 +00:00
Richard M. Stallman
b46324e6b3
(tmm-define-keys): New subroutine.
...
(tmm-add-prompt): Use that to define keys in both maps separately.
Use f10 as well as M-`.
1995-11-10 17:29:36 +00:00
Richard M. Stallman
452e90900a
(command-line): Complain about unknown options.
...
(command-line): Handle = in option only if starts with --.
(user-mail-address): Doc fix.
1995-11-10 17:27:52 +00:00
Richard M. Stallman
2b3a206d69
(mail-yank-clear-headers): Do nothing if
...
mail-yank-ignored-headers is nil.
1995-11-10 17:23:49 +00:00
Richard M. Stallman
6c714afe4f
(rmail-delete-message-hook): New hook.
...
(rmail-delete-message, rmail-delete-forward): Run the hook.
(rmail-mode-hook, rmail-get-new-mail-hook): Add defvars.
(rmail-show-message-hook): Likewise.
1995-11-10 17:21:30 +00:00
Richard M. Stallman
4bba4654c6
(pc-selection-mode): Don't mess with c-mode-map.
1995-11-10 17:19:47 +00:00
Richard M. Stallman
96a699d05c
(menu-bar-tools-menu): Always define GNUS entry.
1995-11-10 17:18:23 +00:00
Richard M. Stallman
c0f43df5ae
(byte-compile-associative): Do operations left to right.
...
(byte-force-recompile): Improve the prompt.
1995-11-10 17:16:57 +00:00
Richard M. Stallman
d09d7ba961
(fill-region-as-paragraph): Use fill-context-prefix.
...
(fill-context-prefix): New function.
(fill-region-as-paragraph): Don't insert extra space
at end of filled region.
(fill-individual-paragraphs): Insist on nonempty header name,
in the special mailp case.
1995-11-10 17:13:56 +00:00
Richard M. Stallman
64852bcde8
(mode-line-format): Modify it, don't override it entirely.
1995-11-10 17:10:58 +00:00
Richard M. Stallman
80c1bbc61f
(awk-mode): Require cc-mode.
1995-11-10 17:09:45 +00:00
Richard M. Stallman
09e32aaf27
(apropos-print): Use buffer *Apropos*, not *Help*.
...
(apropos-follow): Don't print a "how to get back" message.
(apropos-follow): Fix error message.
1995-11-10 17:08:38 +00:00
Richard M. Stallman
fd4ea9a214
(sh-mode-map): Put sh-execute-region on C-M-x.
...
Put executable-interpret on C-c C-x.
1995-11-10 17:06:28 +00:00
Richard M. Stallman
74c20cd37b
(server-log): Record the current time.
...
End with newline whenever STRING doesn't end with one.
1995-11-10 17:01:59 +00:00
Richard M. Stallman
b883991acc
Don't test THIS_IS_YMAKEFILE.
1995-11-10 16:46:41 +00:00
Richard M. Stallman
f0ce95e7d2
Always include sys/wait.h unless NOT_C_CODE;
...
don't test #ifdef emacs for that.
1995-11-10 16:42:06 +00:00
Richard M. Stallman
e0e94b6c6f
(SYMS_SYSTEM): Add syms_of_msdos.
1995-11-10 16:40:35 +00:00
Richard M. Stallman
e3bebca706
(LIB_STANDARD_1): New macro.
...
(LIB_STANDARD): Use LIB_STANDARD_1.
(LIBS_SYSTEM): Use it here too.
1995-11-10 16:38:55 +00:00
Richard M. Stallman
643cf215b2
(LIBXMU): Never define this.
1995-11-10 16:35:33 +00:00
Richard M. Stallman
24916110d2
Test NOT_C_CODE instead of THIS_IS_YMAKEFILE.
...
Get fatal error if not using GCC.
1995-11-10 16:33:38 +00:00
Richard M. Stallman
7ee4884a7d
(lisp): Add loadup.el.
...
(USE_@X_TOOLKIT_TYPE@): Define here, if appropriate.
(THIS_IS_YMAKEFILE): Definition deleted.
1995-11-10 16:27:28 +00:00
Richard M. Stallman
195f798edb
(unload_font): Invalidate computed faces.
...
(unload_color): Likewise.
(new_computed_face): Reuse invalidated computed faces.
1995-11-10 16:19:51 +00:00