]> git.eshelyaron.com Git - emacs.git/log
emacs.git
24 years agoadd-hook change
Dave Love [Wed, 29 Nov 2000 19:13:46 +0000 (19:13 +0000)]
add-hook change

24 years agodelete-frame-hook
Dave Love [Wed, 29 Nov 2000 19:13:21 +0000 (19:13 +0000)]
delete-frame-hook

24 years agoplist-member
Dave Love [Wed, 29 Nov 2000 19:12:51 +0000 (19:12 +0000)]
plist-member

24 years ago*** empty log message ***
Stefan Monnier [Wed, 29 Nov 2000 18:47:42 +0000 (18:47 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 29 Nov 2000 16:56:15 +0000 (16:56 +0000)]
*** empty log message ***

24 years agoNew commands to run ANTLR from within Emacs and
Gerd Moellmann [Wed, 29 Nov 2000 16:55:47 +0000 (16:55 +0000)]
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.

24 years ago(auto-mode-alist): Add an entry for antlr-mode.
Gerd Moellmann [Wed, 29 Nov 2000 16:49:08 +0000 (16:49 +0000)]
(auto-mode-alist): Add an entry for antlr-mode.

24 years ago(XTmouse_position) [USE_X_TOOLKIT]: When the mouse
Gerd Moellmann [Wed, 29 Nov 2000 16:42:40 +0000 (16:42 +0000)]
(XTmouse_position) [USE_X_TOOLKIT]: When the mouse
is over the menu bar widget, say it's not on the frame.

24 years agoRemove version info.
Gerd Moellmann [Wed, 29 Nov 2000 15:42:47 +0000 (15:42 +0000)]
Remove version info.

24 years ago(tool-bar-mode): Doc fix.
Gerd Moellmann [Wed, 29 Nov 2000 15:29:45 +0000 (15:29 +0000)]
(tool-bar-mode): Doc fix.

24 years ago(blink-cursor-mode): Doc fix.
Gerd Moellmann [Wed, 29 Nov 2000 15:28:17 +0000 (15:28 +0000)]
(blink-cursor-mode): Doc fix.

24 years ago*** empty log message ***
Dave Love [Wed, 29 Nov 2000 15:02:30 +0000 (15:02 +0000)]
*** empty log message ***

24 years agokeymap property
Dave Love [Wed, 29 Nov 2000 14:55:51 +0000 (14:55 +0000)]
keymap property

24 years agosubr-arity
Dave Love [Wed, 29 Nov 2000 14:55:23 +0000 (14:55 +0000)]
subr-arity

24 years ago(combine-run-hooks): Only run-hooks if there's a hook to run.
Stefan Monnier [Wed, 29 Nov 2000 14:53:45 +0000 (14:53 +0000)]
(combine-run-hooks): Only run-hooks if there's a hook to run.

24 years agoimage-mask-p
Dave Love [Wed, 29 Nov 2000 14:53:29 +0000 (14:53 +0000)]
image-mask-p
keymap property
image property changes

24 years ago(Fx_create_frame): Reintroduce the call to
Gerd Moellmann [Wed, 29 Nov 2000 13:57:41 +0000 (13:57 +0000)]
(Fx_create_frame): Reintroduce the call to
face-set-after-frame-defaults.

24 years ago(sort-columns): Don't concat strings with numbers.
Stefan Monnier [Wed, 29 Nov 2000 13:14:06 +0000 (13:14 +0000)]
(sort-columns): Don't concat strings with numbers.

24 years agopos-visible-in-window-p change
Dave Love [Wed, 29 Nov 2000 12:53:06 +0000 (12:53 +0000)]
pos-visible-in-window-p change

24 years ago*** empty log message ***
Dave Love [Wed, 29 Nov 2000 12:36:55 +0000 (12:36 +0000)]
*** empty log message ***

24 years ago(Fsignal): Reset handling_signal.
Gerd Moellmann [Wed, 29 Nov 2000 12:21:15 +0000 (12:21 +0000)]
(Fsignal): Reset handling_signal.

24 years ago(face): Fix :format.
Dave Love [Wed, 29 Nov 2000 11:17:47 +0000 (11:17 +0000)]
(face): Fix :format.

24 years agoFix goto-... keybindings.
Dave Love [Wed, 29 Nov 2000 10:52:42 +0000 (10:52 +0000)]
Fix goto-... keybindings.

24 years agoRequire smtpmail when compiling.
Dave Love [Wed, 29 Nov 2000 10:34:51 +0000 (10:34 +0000)]
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.

24 years ago(message-header-lines): Fontify tag.
Miles Bader [Wed, 29 Nov 2000 08:21:11 +0000 (08:21 +0000)]
(message-header-lines): Fontify tag.

24 years ago(comment-indent): Save excursion around call to comment-indent-function.
Stefan Monnier [Wed, 29 Nov 2000 05:11:09 +0000 (05:11 +0000)]
(comment-indent): Save excursion around call to comment-indent-function.

24 years ago(member-ignore-case): Return the tail of the list who's car matches,
Miles Bader [Wed, 29 Nov 2000 04:36:30 +0000 (04:36 +0000)]
(member-ignore-case): Return the tail of the list who's car matches,
like `member', not the matching element itself.

24 years ago(xml-parse-tag): Fix finding opening tag. A tag name
Kenichi Handa [Wed, 29 Nov 2000 00:38:36 +0000 (00:38 +0000)]
(xml-parse-tag): Fix finding opening tag.  A tag name
should not contain `\n'.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 29 Nov 2000 00:38:16 +0000 (00:38 +0000)]
*** empty log message ***

24 years agoUpdate from author.
Gerd Moellmann [Tue, 28 Nov 2000 22:32:46 +0000 (22:32 +0000)]
Update from author.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 28 Nov 2000 20:35:32 +0000 (20:35 +0000)]
*** empty log message ***

24 years agoSet version to 21.0.93.
Gerd Moellmann [Tue, 28 Nov 2000 20:34:25 +0000 (20:34 +0000)]
Set version to 21.0.93.

24 years ago(add_menu_item): Reset menu item text when changing type to radio button.
Jason Rumney [Tue, 28 Nov 2000 20:28:02 +0000 (20:28 +0000)]
(add_menu_item): Reset menu item text when changing type to radio button.

24 years ago*** empty log message *** emacs-pretest-21.0.92
Dave Love [Tue, 28 Nov 2000 18:02:05 +0000 (18:02 +0000)]
*** empty log message ***

24 years agoAdd hints to `automatic-hscrolling' to doc strings.
Gerd Moellmann [Tue, 28 Nov 2000 16:50:40 +0000 (16:50 +0000)]
Add hints to `automatic-hscrolling' to doc strings.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 28 Nov 2000 16:50:25 +0000 (16:50 +0000)]
*** empty log message ***

24 years ago(dired-do-create-files): Construct default file
Gerd Moellmann [Tue, 28 Nov 2000 16:43:45 +0000 (16:43 +0000)]
(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.

24 years ago(ps-mode): Set comment-start and
Dave Love [Tue, 28 Nov 2000 16:39:56 +0000 (16:39 +0000)]
(ps-mode): Set comment-start and
comment-start-skip locally.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 28 Nov 2000 15:36:30 +0000 (15:36 +0000)]
*** empty log message ***

24 years ago(wait_for_property_change): Update copyright.
Gerd Moellmann [Tue, 28 Nov 2000 15:36:08 +0000 (15:36 +0000)]
(wait_for_property_change): Update copyright.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 28 Nov 2000 13:59:18 +0000 (13:59 +0000)]
*** empty log message ***

24 years ago(prepare-abbrev-list-buffer): Get the value of
Gerd Moellmann [Tue, 28 Nov 2000 13:57:29 +0000 (13:57 +0000)]
(prepare-abbrev-list-buffer): Get the value of
local-abbrev-table before changing buffers because it might
have a buffer-local binding.

24 years ago(Vx_window_horizontal_drag_shape): New variable.
Gerd Moellmann [Tue, 28 Nov 2000 13:47:03 +0000 (13:47 +0000)]
(Vx_window_horizontal_drag_shape): New variable.
(syms_of_xfns): DEFVAR_LISP it.
(x_set_mouse_color): Create frame's horizontal_drag_cursor.

24 years ago(struct x_output): Add member horizontal_drag_cursor.
Gerd Moellmann [Tue, 28 Nov 2000 13:46:17 +0000 (13:46 +0000)]
(struct x_output): Add member horizontal_drag_cursor.

24 years ago(note_mouse_highlight): Change the cursor shape
Gerd Moellmann [Tue, 28 Nov 2000 13:45:56 +0000 (13:45 +0000)]
(note_mouse_highlight): Change the cursor shape
on the vertical border between windows.

24 years ago(coordinates_in_window): If on a mode or header line,
Gerd Moellmann [Tue, 28 Nov 2000 13:45:21 +0000 (13:45 +0000)]
(coordinates_in_window): If on a mode or header line,
but sufficiently close to its start, return ``on vertical
border''.  This gives us a way to drag windows horizontally when
using toolkit scroll bars.

24 years ago(delete-horizontal-space): Handle fields more generally.
Miles Bader [Tue, 28 Nov 2000 13:07:12 +0000 (13:07 +0000)]
(delete-horizontal-space): Handle fields more generally.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 28 Nov 2000 11:55:48 +0000 (11:55 +0000)]
*** empty log message ***

24 years ago(delete-horizontal-space): Handle minibuffer prompt.
Gerd Moellmann [Tue, 28 Nov 2000 11:54:12 +0000 (11:54 +0000)]
(delete-horizontal-space): Handle minibuffer prompt.

24 years ago(text_read_only): New function.
Gerd Moellmann [Tue, 28 Nov 2000 11:49:05 +0000 (11:49 +0000)]
(text_read_only): New function.
(verify_interval_modification): Use it instead of signaling
`text-read-only'.  This makes it easier to catch this error
with a breakpoint.:

24 years agoDoc play-sound-file and sound :device.
Dave Love [Tue, 28 Nov 2000 11:38:55 +0000 (11:38 +0000)]
Doc play-sound-file and sound :device.

24 years ago(forward_to_next_line_start): Check for newlines,
Gerd Moellmann [Tue, 28 Nov 2000 11:38:10 +0000 (11:38 +0000)]
(forward_to_next_line_start): Check for newlines,
not end of line, which includes CR.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 28 Nov 2000 11:37:40 +0000 (11:37 +0000)]
*** empty log message ***

24 years ago(fortran-mode): Don't set
Dave Love [Tue, 28 Nov 2000 10:55:35 +0000 (10:55 +0000)]
(fortran-mode): Don't set
fortran-comment-line-start-skip.  Set comment-start to
fortran-comment-line-start.
(fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
(fortran-comment-line-start-skip): Simplify slightly.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 28 Nov 2000 10:39:53 +0000 (10:39 +0000)]
*** empty log message ***

24 years agoRemove RCS keyword.
Gerd Moellmann [Tue, 28 Nov 2000 10:26:33 +0000 (10:26 +0000)]
Remove RCS keyword.

24 years agoUpdate from author.
Gerd Moellmann [Tue, 28 Nov 2000 10:08:36 +0000 (10:08 +0000)]
Update from author.

24 years ago(Command-history-setup): Remove extraneous `keymap'
Gerd Moellmann [Tue, 28 Nov 2000 09:36:33 +0000 (09:36 +0000)]
(Command-history-setup): Remove extraneous `keymap'
reference.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 28 Nov 2000 09:35:46 +0000 (09:35 +0000)]
*** empty log message ***

24 years ago(custom-face-attributes): Handle mapping `nil' and `unspecified' to
Miles Bader [Tue, 28 Nov 2000 07:48:39 +0000 (07:48 +0000)]
(custom-face-attributes): Handle mapping `nil' and `unspecified' to
`off' and `nil' in the :box pre-/post-filters.

24 years ago(custom-face-attributes): Typo.
Miles Bader [Tue, 28 Nov 2000 06:52:10 +0000 (06:52 +0000)]
(custom-face-attributes): Typo.

24 years ago(custom-face-attributes): Add post-filter function for :box.
Miles Bader [Tue, 28 Nov 2000 06:41:19 +0000 (06:41 +0000)]
(custom-face-attributes): Add post-filter function for :box.
Make pre-filter function for :box handle all cases.

24 years ago(widget-choose): Make sure pop-up window is large enough to display all
Miles Bader [Tue, 28 Nov 2000 05:11:20 +0000 (05:11 +0000)]
(widget-choose): Make sure pop-up window is large enough to display all
the choices, as there's no way to scroll it.

24 years agoMake the coding system no-conversion safe for all characters.
Kenichi Handa [Tue, 28 Nov 2000 00:01:52 +0000 (00:01 +0000)]
Make the coding system no-conversion safe for all characters.

24 years ago*** empty log message ***
Kenichi Handa [Tue, 28 Nov 2000 00:00:54 +0000 (00:00 +0000)]
*** empty log message ***

24 years ago(Ffind_coding_systems_region_internal): Be sure to
Kenichi Handa [Tue, 28 Nov 2000 00:00:00 +0000 (00:00 +0000)]
(Ffind_coding_systems_region_internal): Be sure to
include no-conversion.

24 years ago(ldap) <defgroup>: Add :version.
Dave Love [Mon, 27 Nov 2000 23:22:31 +0000 (23:22 +0000)]
(ldap) <defgroup>: Add :version.

24 years ago(w32_load_system_font): Always mark font as double byte if codepage is unicode.
Jason Rumney [Mon, 27 Nov 2000 20:09:44 +0000 (20:09 +0000)]
(w32_load_system_font): Always mark font as double byte if codepage is unicode.

24 years ago*** empty log message ***
Jason Rumney [Mon, 27 Nov 2000 20:06:42 +0000 (20:06 +0000)]
*** empty log message ***

24 years agoAdd Keywords header.
Dave Love [Mon, 27 Nov 2000 19:27:33 +0000 (19:27 +0000)]
Add Keywords header.

24 years ago*** empty log message ***
Dave Love [Mon, 27 Nov 2000 19:22:16 +0000 (19:22 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Dave Love [Mon, 27 Nov 2000 18:01:19 +0000 (18:01 +0000)]
*** empty log message ***

24 years agoIgnore errors when requiring nnweb and avoid a
Dave Love [Mon, 27 Nov 2000 18:01:03 +0000 (18:01 +0000)]
Ignore errors when requiring nnweb and avoid a
compiler warning.

24 years ago(tooltip-use-echo-area): Doc fix.
Dave Love [Mon, 27 Nov 2000 17:50:38 +0000 (17:50 +0000)]
(tooltip-use-echo-area): Doc fix.

24 years agoAdd version.
Dave Love [Mon, 27 Nov 2000 17:46:24 +0000 (17:46 +0000)]
Add version.
<read-buffer-function>: Add.

24 years ago(apropos-print): Add help-echo to active text.
Dave Love [Mon, 27 Nov 2000 17:41:06 +0000 (17:41 +0000)]
(apropos-print): Add help-echo to active text.

24 years ago(Clipboard): New.
Dave Love [Mon, 27 Nov 2000 17:24:54 +0000 (17:24 +0000)]
(Clipboard): New.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 27 Nov 2000 17:16:51 +0000 (17:16 +0000)]
*** empty log message ***

24 years ago(rmail-automatic-folder-directives): Add a custom
Gerd Moellmann [Mon, 27 Nov 2000 17:14:53 +0000 (17:14 +0000)]
(rmail-automatic-folder-directives): Add a custom
type, group and version.

24 years ago(x-select-enable-clipboard): Customize (per lispref).
Dave Love [Mon, 27 Nov 2000 17:10:15 +0000 (17:10 +0000)]
(x-select-enable-clipboard): Customize (per lispref).

24 years ago(forward_to_next_line_start): If already on a newline,
Gerd Moellmann [Mon, 27 Nov 2000 16:18:37 +0000 (16:18 +0000)]
(forward_to_next_line_start): If already on a newline,
just consume it to avoid unintended skipping over invisible text
below.

24 years ago(x-get-selection): Docstring dix.
Eli Zaretskii [Mon, 27 Nov 2000 15:35:32 +0000 (15:35 +0000)]
(x-get-selection): Docstring dix.

24 years agoNew font-lock-doc-face.
Stefan Monnier [Mon, 27 Nov 2000 15:34:39 +0000 (15:34 +0000)]
New font-lock-doc-face.
`comment-region' doesn't comment only whole lines.
Bad backrefs signal an error rather than turning into digits.

24 years ago8-bit tweaks
Dave Love [Mon, 27 Nov 2000 15:32:38 +0000 (15:32 +0000)]
8-bit tweaks

24 years agobase64 tweaks
Dave Love [Mon, 27 Nov 2000 15:24:43 +0000 (15:24 +0000)]
base64 tweaks

24 years ago(lucid_event_type_list_p): Handle `help-echo',
Gerd Moellmann [Mon, 27 Nov 2000 14:43:30 +0000 (14:43 +0000)]
(lucid_event_type_list_p): Handle `help-echo',
`vertical-line', `mode-line' and `header-line' events.

24 years agoUpdate from author.
Gerd Moellmann [Mon, 27 Nov 2000 13:36:57 +0000 (13:36 +0000)]
Update from author.

24 years ago(.SUFFIXES): Add .SUFFIXES.
Andrew Innes [Mon, 27 Nov 2000 13:01:27 +0000 (13:01 +0000)]
(.SUFFIXES): Add .SUFFIXES.

24 years agoChangeLog
Miles Bader [Mon, 27 Nov 2000 12:30:50 +0000 (12:30 +0000)]
ChangeLog

24 years agoSpecify cases and syntaxes for mule-unicode-0100-24ff.
Kenichi Handa [Mon, 27 Nov 2000 12:22:29 +0000 (12:22 +0000)]
Specify cases and syntaxes for mule-unicode-0100-24ff.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 27 Nov 2000 12:21:59 +0000 (12:21 +0000)]
*** empty log message ***

24 years ago(try_window_id): Avoid starting to display in the moddle
Gerd Moellmann [Mon, 27 Nov 2000 12:13:06 +0000 (12:13 +0000)]
(try_window_id): Avoid starting to display in the moddle
of a character, a TAB for instance.  This is easier than to set
up the iterator exactly, and it's not a frequent case, so the
additional effort wouldn't really pay off.

24 years ago(dired-add-entry): Call `dired-get-filename' with `verbatim' so that we
Miles Bader [Mon, 27 Nov 2000 12:11:33 +0000 (12:11 +0000)]
(dired-add-entry): Call `dired-get-filename' with `verbatim' so that we
don't inadvertently delete a non-existant directory name.

24 years ago(dired-get-filename): Return filename verbatim if LOCALP is `verbatim'.
Miles Bader [Mon, 27 Nov 2000 12:11:00 +0000 (12:11 +0000)]
(dired-get-filename): Return filename verbatim if LOCALP is `verbatim'.

24 years ago(tool-bar-add-item-from-menu): Handle case
Gerd Moellmann [Mon, 27 Nov 2000 11:28:24 +0000 (11:28 +0000)]
(tool-bar-add-item-from-menu): Handle case
that foreground and/or background colors of the face `tool-bar'
are unspecified.

24 years ago(widget-field-buffer, widget-field-start)
Miles Bader [Mon, 27 Nov 2000 09:49:29 +0000 (09:49 +0000)]
(widget-field-buffer, widget-field-start)
(widget-field-end): Handle widget field `pseudo-overlays'.
(widget-field-value-delete): Delete WIDGET from `widget-field-new'
if it's there instead of in `widget-field-list'.

24 years ago(help-make-xrefs): Delete extraneous newlines at the end of the docstring.
Miles Bader [Mon, 27 Nov 2000 02:31:34 +0000 (02:31 +0000)]
(help-make-xrefs): Delete extraneous newlines at the end of the docstring.

24 years ago(help-manyarg-func-alist): Correct entry for `vconcat'.
Miles Bader [Mon, 27 Nov 2000 02:08:39 +0000 (02:08 +0000)]
(help-manyarg-func-alist): Correct entry for `vconcat'.

24 years ago(mm-uu-configure-list): Fix typo in :type.
Dave Love [Sun, 26 Nov 2000 20:28:54 +0000 (20:28 +0000)]
(mm-uu-configure-list): Fix typo in :type.

24 years ago* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Andrew Choi [Sun, 26 Nov 2000 06:37:13 +0000 (06:37 +0000)]
* src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
change references to members deleted from struct frame as in xterm.c.