1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

32857 Commits

Author SHA1 Message Date
Gerd Moellmann
1bb45f861c (tpu-forward-line): Use
forward-visible-line.
2000-11-30 12:16:38 +00:00
Andrew Innes
88257bc85f ($(BLD)/ebrowse.exe): Use tabs not spaces.
(install): Ditto.
2000-11-30 11:57:36 +00:00
Gerd Moellmann
43281ee3f4 (x_estimate_mode_line_height): If `mode-line' face
hasn't a font, use that of the frame, as drawing glyphs
does.
2000-11-30 11:56:35 +00:00
Dave Love
4dd4cc1464 *** empty log message *** 2000-11-30 11:23:55 +00:00
Stefan Monnier
b7a903441d (third...tenth): Really undo change of 2000-08-05. 2000-11-30 06:49:03 +00:00
Dave Love
372edc63d4 (quoted-printable-decode-region): Use error, not message
to report malformed text (like base64).  Amend message.
2000-11-29 22:22:28 +00:00
Eli Zaretskii
c6e007a60c Fix a bug: "C-h i m emacs" instead of "C-h i emacs". 2000-11-29 20:39:28 +00:00
Gerd Moellmann
0383ed602c (describe-function-1): Regexp-quote function name
when used as part of a regexp.
2000-11-29 20:05:46 +00:00
Gerd Moellmann
c795794783 (enriched-face-ans): Use face-attribute instead
of face-foreground and face-background.
2000-11-29 19:22:47 +00:00
Gerd Moellmann
3fae165ccb (tool-bar-add-item-from-menu): Use
face-attribute instead of face-foreground and face-background.
(tool-bar-add-item): Likewise, and handle unspecified colors.
2000-11-29 19:21:47 +00:00
Gerd Moellmann
e3fa42c299 (face-foreground, face-background, face-stipple):
Return nil if attribute is unspecified, for backward
compatibility.
2000-11-29 19:21:17 +00:00
Dave Love
1c14ba451b *** empty log message *** 2000-11-29 19:14:47 +00:00
Dave Love
ad5101a652 add-hook change 2000-11-29 19:13:46 +00:00
Dave Love
82d10c89a9 delete-frame-hook 2000-11-29 19:13:21 +00:00
Dave Love
4e5d744e9b plist-member 2000-11-29 19:12:51 +00:00
Stefan Monnier
8b5176cda8 *** empty log message *** 2000-11-29 18:47:42 +00:00
Gerd Moellmann
f9396e03de *** empty log message *** 2000-11-29 16:56:15 +00:00
Gerd Moellmann
7c66d04999 New commands to run ANTLR from within Emacs and
to create Makefile rules.
(antlr-tool-command): New user option.
(antlr-ask-about-save): New user option.
(antlr-makefile-specification): New user option.
(antlr-file-formats-alist): New variable.
(antlr-special-file-formats): New variable.
(antlr-unknown-file-formats): New user option.
(antlr-help-unknown-file-text): New variable.
(antlr-help-rules-intro): New variable.
(antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
(antlr-mode-menu): Add entries.
(antlr-file-dependencies): New function.
(antlr-directory-dependencies): New function.
(antlr-superclasses-glibs): New function.
(antlr-run-tool): New command.
(antlr-makefile-insert-variable): New function.
(antlr-insert-makefile-rules): New function.
(antlr-show-makefile-rules): New command.

More Emacs/XEmacs stuff.
(antlr-no-action-keywords): New constant with value nil.
(antlr-font-lock-keywords-alist): Use it.  Old value would break
syntax highlighting in Emacs-21.0.
(antlr-default-directory): Emacs/XEmacs dependend function.
(antlr-read-shell-command): Ditto.
(antlr-with-displaying-help-buffer): Ditto.


imenu, parsing and highlighting changes.
(antlr-imenu-create-index-function): Don't create extra submenus
for definitions in different grammar classes.  It is not necessary
for the menu and would make command `imenu' awkward to use.
(antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
header actions and more than one.
(antlr-font-lock-tokendef-face): Changed color.
(antlr-font-lock-tokenref-face): Changed color.
(antlr-font-lock-additional-keywords): Also highlight lowercase.
(antlr-mode-syntax-table): New variable.
(antlr-mode): Populate and use it instead `java-mode-syntax-table'.
(antlr-with-syntax-table): Don't copy syntax table.


Minor changes: language setting.
(antlr-language-alist): The value for file option "language" can
be both an identifier and a string.
Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
(antlr-language-limit-n-regexp): Change accordingly.


Minor changes: tabs, hiding.
(antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
(antlr-action-visibility): Also allow value nil to also hide the
braces.  Renamed from `antlr-tiny-action-length'.
Suggested by Jay@aol.com.
(antlr-hide-actions): Change accordingly.  Hide line if completely
hidden action is on a line of its own.
2000-11-29 16:55:47 +00:00
Gerd Moellmann
7423978df5 (auto-mode-alist): Add an entry for antlr-mode. 2000-11-29 16:49:08 +00:00
Gerd Moellmann
aad0f6ab75 (XTmouse_position) [USE_X_TOOLKIT]: When the mouse
is over the menu bar widget, say it's not on the frame.
2000-11-29 16:42:40 +00:00
Gerd Moellmann
ef128c7831 Remove version info. 2000-11-29 15:42:47 +00:00
Gerd Moellmann
a81fc5106e (tool-bar-mode): Doc fix. 2000-11-29 15:29:45 +00:00
Gerd Moellmann
be6bbb55ab (blink-cursor-mode): Doc fix. 2000-11-29 15:28:17 +00:00
Dave Love
9b2999d0b4 *** empty log message *** 2000-11-29 15:02:30 +00:00
Dave Love
0b3da4ec41 keymap property 2000-11-29 14:55:51 +00:00
Dave Love
aad529410b subr-arity 2000-11-29 14:55:23 +00:00
Stefan Monnier
6ad948eb50 (combine-run-hooks): Only run-hooks if there's a hook to run. 2000-11-29 14:53:45 +00:00
Dave Love
62fb5c6645 image-mask-p
keymap property
image property changes
2000-11-29 14:53:29 +00:00
Gerd Moellmann
4a967a9b43 (Fx_create_frame): Reintroduce the call to
face-set-after-frame-defaults.
2000-11-29 13:57:41 +00:00
Stefan Monnier
02ebb2ea6c (sort-columns): Don't concat strings with numbers. 2000-11-29 13:14:06 +00:00
Dave Love
601bda2ec9 pos-visible-in-window-p change 2000-11-29 12:53:06 +00:00
Dave Love
0124277903 *** empty log message *** 2000-11-29 12:36:55 +00:00
Gerd Moellmann
346598f1e5 (Fsignal): Reset handling_signal. 2000-11-29 12:21:15 +00:00
Dave Love
9c6a4107e4 (face): Fix :format. 2000-11-29 11:17:47 +00:00
Dave Love
c9f46705cf Fix goto-... keybindings. 2000-11-29 10:52:42 +00:00
Dave Love
4926711621 Require smtpmail when compiling.
(mail-do-fcc): Autoload.
(feedmail) <defgroup>: Fix :link.
(feedmail-nuke-body-in-fcc): Fix :type.
(feedmail-send-it): Add autoload cookie.
2000-11-29 10:34:51 +00:00
Miles Bader
3536d0c122 (message-header-lines): Fontify tag. 2000-11-29 08:21:11 +00:00
Stefan Monnier
053b8d3589 (comment-indent): Save excursion around call to comment-indent-function. 2000-11-29 05:11:09 +00:00
Miles Bader
242c13e8b2 (member-ignore-case): Return the tail of the list who's car matches,
like `member', not the matching element itself.
2000-11-29 04:36:30 +00:00
Kenichi Handa
af9bd5396c (xml-parse-tag): Fix finding opening tag. A tag name
should not contain `\n'.
2000-11-29 00:38:36 +00:00
Kenichi Handa
8f4b5f287a *** empty log message *** 2000-11-29 00:38:16 +00:00
Gerd Moellmann
99879a40e5 Update from author. 2000-11-28 22:32:46 +00:00
Gerd Moellmann
e0b2312878 *** empty log message *** 2000-11-28 20:35:32 +00:00
Gerd Moellmann
57f40f54f9 Set version to 21.0.93. 2000-11-28 20:34:25 +00:00
Jason Rumney
222456a1f0 (add_menu_item): Reset menu item text when changing type to radio button. 2000-11-28 20:28:02 +00:00
Dave Love
3cbd02d289 *** empty log message *** 2000-11-28 18:02:05 +00:00
Gerd Moellmann
e43ece729d Add hints to `automatic-hscrolling' to doc strings. 2000-11-28 16:50:40 +00:00
Gerd Moellmann
ba7e40eb1d *** empty log message *** 2000-11-28 16:50:25 +00:00
Gerd Moellmann
75ab0c79df (dired-do-create-files): Construct default file
name for dired-mark-read-file-name so that when the user enters
just RET, the target file will end up in the target directory.
2000-11-28 16:43:45 +00:00
Dave Love
0ad0386ebb (ps-mode): Set comment-start and
comment-start-skip locally.
2000-11-28 16:39:56 +00:00