bpt/emacs.git
23 years ago(decode_coding_emacs_mule): Fix the case of
Eli Zaretskii [Thu, 23 Nov 2000 20:37:45 +0000 (20:37 +0000)]
(decode_coding_emacs_mule): Fix the case of
CODING_EOL_LF, which used an uninitialized value of c.

23 years ago*** empty log message ***
Dave Love [Thu, 23 Nov 2000 19:03:07 +0000 (19:03 +0000)]
*** empty log message ***

23 years agoFix markup.
Dave Love [Thu, 23 Nov 2000 18:54:35 +0000 (18:54 +0000)]
Fix markup.

23 years ago*** empty log message ***
Stefan Monnier [Thu, 23 Nov 2000 18:43:20 +0000 (18:43 +0000)]
*** empty log message ***

23 years ago(syms_of_xdisp): Make fontification-functions buffer-local.
Stefan Monnier [Thu, 23 Nov 2000 18:43:12 +0000 (18:43 +0000)]
(syms_of_xdisp): Make fontification-functions buffer-local.

23 years ago(ada-template-map): Initialize and bind it to C-c t in ada-mode-map.
Stefan Monnier [Thu, 23 Nov 2000 17:56:10 +0000 (17:56 +0000)]
(ada-template-map): Initialize and bind it to C-c t in ada-mode-map.
(ada-stmt-mode-hook): New function extracted from old code.
Only change the buffer-local side of skeleton-*.
(ada-mode-hook): Use it.

23 years agoDoc fixes.
Dave Love [Thu, 23 Nov 2000 17:07:18 +0000 (17:07 +0000)]
Doc fixes.
(mailcap-mime-data): Various adjustments.
(mailcap): New group.
(mailcap-download-directory): Customize.
(mailcap-generate-unique-filename, mailcap-binary-suffixes)
(mailcap-temporary-directory): Deleted (unused).
(mailcap-unescape-mime-test): Simplify slightly.
(mailcap-viewer-passes-test): Use functionp.
(mailcap-command-p): Aliased to executable-find.

23 years ago(uudecode): Require.
Dave Love [Thu, 23 Nov 2000 17:04:22 +0000 (17:04 +0000)]
(uudecode): Require.
(uudecode-decode-region, uudecode-decode-region-external): Don't
autoload.
(mm-uu-copy-to-buffer): Doc fix.
(mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
type fix.

23 years ago*** empty log message ***
Eli Zaretskii [Thu, 23 Nov 2000 16:24:48 +0000 (16:24 +0000)]
*** empty log message ***

23 years ago(iswitchb-minibuf-depth): New variable.
Eli Zaretskii [Thu, 23 Nov 2000 16:23:42 +0000 (16:23 +0000)]
(iswitchb-minibuf-depth): New variable.
(iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
we expect to be returned by minibuffer-depth once we prompt the
user in the minibuffer.
(iswitchb-entryfn-p): If minibuffer-depth returns the same value
as recorded in iswitchb-minibuf-depth, return non-nil.

23 years ago(turn-on-hscroll, hscroll-mode, hscroll-global-mode)
Eli Zaretskii [Thu, 23 Nov 2000 16:13:21 +0000 (16:13 +0000)]
(turn-on-hscroll, hscroll-mode, hscroll-global-mode)
(hscroll-window-maybe): Docstring fix.

23 years ago(rfc2047-encode-message-header): Don't encode if
Dave Love [Thu, 23 Nov 2000 16:09:21 +0000 (16:09 +0000)]
(rfc2047-encode-message-header): Don't encode if
default-enable-multibyte-characters is nil.

23 years agoRequire ring when compiling.
Dave Love [Thu, 23 Nov 2000 16:08:38 +0000 (16:08 +0000)]
Require ring when compiling.

23 years agocomment
Dave Love [Thu, 23 Nov 2000 16:05:05 +0000 (16:05 +0000)]
comment

23 years agoDescribe a possible problem with djecho.exe in old
Eli Zaretskii [Thu, 23 Nov 2000 15:39:27 +0000 (15:39 +0000)]
Describe a possible problem with djecho.exe in old
versions of DJGPP v2.x.

23 years agoCheck for existence of djecho.exe, and print an
Eli Zaretskii [Thu, 23 Nov 2000 15:37:17 +0000 (15:37 +0000)]
Check for existence of djecho.exe, and print an
error message if it is not available.

23 years ago(mouse-avoidance-too-close-p): Return nil if mouse
Gerd Moellmann [Thu, 23 Nov 2000 14:23:28 +0000 (14:23 +0000)]
(mouse-avoidance-too-close-p): Return nil if mouse
is in the tool bar.

23 years ago(string-rectangle): Don't test delete-selection-mode.
Dave Love [Thu, 23 Nov 2000 14:03:22 +0000 (14:03 +0000)]
(string-rectangle): Don't test delete-selection-mode.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 23 Nov 2000 13:54:48 +0000 (13:54 +0000)]
*** empty log message ***

23 years agoFix string-rectangle doc.
Dave Love [Thu, 23 Nov 2000 13:53:41 +0000 (13:53 +0000)]
Fix string-rectangle doc.

23 years ago(dired-add-entry): Don't call dired-get-filename
Gerd Moellmann [Thu, 23 Nov 2000 13:53:12 +0000 (13:53 +0000)]
(dired-add-entry): Don't call dired-get-filename
with `no-dir'; we want the directory part to be able to remove
it.

23 years agoInitialize HAVE_LIBXP to no.
Gerd Moellmann [Thu, 23 Nov 2000 12:36:52 +0000 (12:36 +0000)]
Initialize HAVE_LIBXP to no.

23 years ago*** empty log message ***
Dave Love [Thu, 23 Nov 2000 10:26:35 +0000 (10:26 +0000)]
*** empty log message ***

23 years ago(Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of hard coded `4'.
Kenichi Handa [Thu, 23 Nov 2000 04:48:08 +0000 (04:48 +0000)]
(Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of hard coded `4'.

23 years ago(outline-discard-overlays): Missing paren.
Stefan Monnier [Thu, 23 Nov 2000 00:41:42 +0000 (00:41 +0000)]
(outline-discard-overlays): Missing paren.

23 years ago*** empty log message ***
Stefan Monnier [Thu, 23 Nov 2000 00:04:52 +0000 (00:04 +0000)]
*** empty log message ***

23 years ago(outline-flag-region):
Stefan Monnier [Thu, 23 Nov 2000 00:04:36 +0000 (00:04 +0000)]
(outline-flag-region):
Don't bind inhibit-read-only since we don't modify the buffer.
(outline-isearch-open-invisible): Don't jump to overlay-start
since we're trying to unhide text around point.
(outline-discard-overlays): Use dolist.

23 years agomention `delete-trailing-whitespace'
Sam Steingold [Wed, 22 Nov 2000 23:00:41 +0000 (23:00 +0000)]
mention `delete-trailing-whitespace'

23 years ago(todo-top-priorities): Use
Dave Love [Wed, 22 Nov 2000 22:51:33 +0000 (22:51 +0000)]
(todo-top-priorities): Use
todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.

23 years ago(auto-insert-alist): Add `provide' to elisp skeleton.
Stefan Monnier [Wed, 22 Nov 2000 22:50:22 +0000 (22:50 +0000)]
(auto-insert-alist): Add `provide' to elisp skeleton.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 22 Nov 2000 22:42:51 +0000 (22:42 +0000)]
*** empty log message ***

23 years ago(rmail-confirm-expunge): Default to
Gerd Moellmann [Wed, 22 Nov 2000 22:37:39 +0000 (22:37 +0000)]
(rmail-confirm-expunge): Default to
y-or-n-p.

23 years ago(Fmake_indirect_buffer): Don't treat nil as a
Gerd Moellmann [Wed, 22 Nov 2000 22:33:55 +0000 (22:33 +0000)]
(Fmake_indirect_buffer): Don't treat nil as a
buffer object.

23 years ago(tex-font-lock-keywords-1): Fix ARG regexp to skip quoted braces.
Stefan Monnier [Wed, 22 Nov 2000 21:38:04 +0000 (21:38 +0000)]
(tex-font-lock-keywords-1): Fix ARG regexp to skip quoted braces.
(tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
Remove `bf' and `it' from `bold' and `italic' (they were wrong and
are (correctly) handled separately).
Remove `caption' and `footnote' from `citations': they contain text.
Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
(latex-skeleton-end-hook): New function.
(latex-mode): Use it.
(tex-start-tex-marker): Remove.
(tex-send-tex-command): Don't set tex-start-tex-marker.
(tex-error-parse-syntax-table): New var.
(tex-compilation-parse-errors): Use it.
Ignore tex-start-tex-marker.  Don't bother with marker-position.
(tex-validate-buffer): Don't bother with marker-position.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 22 Nov 2000 21:21:17 +0000 (21:21 +0000)]
*** empty log message ***

23 years ago(flyspell-prog-text-faces): New var.
Stefan Monnier [Wed, 22 Nov 2000 21:05:36 +0000 (21:05 +0000)]
(flyspell-prog-text-faces): New var.
(flyspell-generic-progmode-verify): Use it.

23 years ago* simple.el (delete-trailing-whitespace): New interactive function.
Sam Steingold [Wed, 22 Nov 2000 20:59:39 +0000 (20:59 +0000)]
* simple.el (delete-trailing-whitespace): New interactive function.
* progmodes/ada-mode.el (ada-mode): Use it instead of
`ada-remove-trailing-spaces'
(ada-remove-trailing-spaces): Removed.
* textmodes/two-column.el (2C-merge): Recommend it in the doc.
* textmodes/picture.el (picture-mode-exit): Call it instead of
`picture-clean'.
(picture-clean): Removed.

23 years ago(show-cursor-in-non-selected-windows): Doc fix.
Gerd Moellmann [Wed, 22 Nov 2000 19:54:36 +0000 (19:54 +0000)]
(show-cursor-in-non-selected-windows): Doc fix.

23 years ago*** empty log message ***
Stefan Monnier [Wed, 22 Nov 2000 19:49:59 +0000 (19:49 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 22 Nov 2000 19:47:33 +0000 (19:47 +0000)]
*** empty log message ***

23 years ago(comment-line-break-function): Use the new name
Stefan Monnier [Wed, 22 Nov 2000 19:47:30 +0000 (19:47 +0000)]
(comment-line-break-function): Use the new name
indent-new-comment-line -> comment-indent-new-line.
(clone-indirect-buffer): Don't ignore NORECORD.
(next-completion): Properly handle the case where items are adjacent.

23 years ago(hi-lock-refontify): Don't call non-existent
Gerd Moellmann [Wed, 22 Nov 2000 19:44:43 +0000 (19:44 +0000)]
(hi-lock-refontify): Don't call non-existent
jit-lock-fontify-buffer; it should anyway be unneccessary to
dp anything special when jit-lock is active.
(hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.

23 years ago*** empty log message ***
Dave Love [Wed, 22 Nov 2000 19:38:25 +0000 (19:38 +0000)]
*** empty log message ***

23 years agoUse provide.
Dave Love [Wed, 22 Nov 2000 19:28:28 +0000 (19:28 +0000)]
Use provide.

23 years ago(NSIG) [__DJGPP__ == 2 && __DJGPP_MINOR__ == 1]:
Eli Zaretskii [Wed, 22 Nov 2000 18:10:10 +0000 (18:10 +0000)]
(NSIG) [__DJGPP__ == 2 && __DJGPP_MINOR__ == 1]:
Define; it is undefined in DJGPP v2.01.

23 years ago*** empty log message ***
Dave Love [Wed, 22 Nov 2000 17:59:32 +0000 (17:59 +0000)]
*** empty log message ***

23 years ago(custom-buffer-create-internal): Save some consing.
Dave Love [Wed, 22 Nov 2000 17:52:24 +0000 (17:52 +0000)]
(custom-buffer-create-internal): Save some consing.
(custom-variable-set): Improve validation error mesage.

23 years ago(string-rectangle): Revert last change.
Dave Love [Wed, 22 Nov 2000 17:33:21 +0000 (17:33 +0000)]
(string-rectangle): Revert last change.
(string-rectangle-line): New arg DELETE.
(string-rectangle): Check delete-selection-mode.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 22 Nov 2000 17:05:38 +0000 (17:05 +0000)]
*** empty log message ***

23 years ago(recentf-menu-items-for-commands)
Gerd Moellmann [Wed, 22 Nov 2000 17:05:02 +0000 (17:05 +0000)]
(recentf-menu-items-for-commands)
(recentf-make-menu-items, recentf-make-menu-item)
(recentf-filter-changer): Added :help and :active menu-item
properties.
(recentf-build-dir-rules, recentf-dump-variable)
(recentf-edit-list, recentf-open-files-item)
(recentf-open-files): Replaced unnecessary `mapcar' with new
built-in `mapc'.

23 years ago(popup-menu): Stupid typo.
Stefan Monnier [Wed, 22 Nov 2000 16:46:52 +0000 (16:46 +0000)]
(popup-menu): Stupid typo.

23 years ago(message-send-news): Use buffer-substring-no-properties.
ShengHuo ZHU [Wed, 22 Nov 2000 16:37:04 +0000 (16:37 +0000)]
(message-send-news):  Use buffer-substring-no-properties.

23 years ago*** empty log message ***
Miles Bader [Wed, 22 Nov 2000 16:34:53 +0000 (16:34 +0000)]
*** empty log message ***

23 years ago(x_tool_bar_item, w32_handle_tool_bar_click)
Gerd Moellmann [Wed, 22 Nov 2000 16:33:16 +0000 (16:33 +0000)]
(x_tool_bar_item, w32_handle_tool_bar_click)
(note_tool_bar_highlight): Change references to mambers deleted
from struct frame to use the new ones.

23 years ago2000-11-22 Simon Josefsson <simon@josefsson.org>
Dave Love [Wed, 22 Nov 2000 16:33:13 +0000 (16:33 +0000)]
2000-11-22  Simon Josefsson  <simon@josefsson.org>

* gnus-uu.el (gnus-uu-digest-mail-forward): Search for "from:"
instead of "from: " for rfc822 compliance.  Insert SPC.

23 years ago(mark_object) <frame>: Mark tool bar items differently.
Gerd Moellmann [Wed, 22 Nov 2000 16:32:36 +0000 (16:32 +0000)]
(mark_object) <frame>: Mark tool bar items differently.

23 years ago(update_frame): Do nothing with frame's tool bar
Gerd Moellmann [Wed, 22 Nov 2000 16:32:00 +0000 (16:32 +0000)]
(update_frame): Do nothing with frame's tool bar
items.

23 years ago(update_tool_bar, build_desired_tool_bar_string): Change
Gerd Moellmann [Wed, 22 Nov 2000 16:31:28 +0000 (16:31 +0000)]
(update_tool_bar, build_desired_tool_bar_string): Change
references to mambers deleted from struct frame to use the new
ones.

23 years ago(x_handle_tool_bar_click, note_tool_bar_highlight):
Gerd Moellmann [Wed, 22 Nov 2000 16:29:33 +0000 (16:29 +0000)]
(x_handle_tool_bar_click, note_tool_bar_highlight):
Change references to mambers deleted from struct frame to use the
new ones.

23 years ago(make_frame): Change initialization of tool bar
Gerd Moellmann [Wed, 22 Nov 2000 16:28:38 +0000 (16:28 +0000)]
(make_frame): Change initialization of tool bar
items accordingly.

23 years ago(struct frame): Members desired_tool_bar_items,
Gerd Moellmann [Wed, 22 Nov 2000 16:28:11 +0000 (16:28 +0000)]
(struct frame): Members desired_tool_bar_items,
current_tool_bar_items, n_desired_tool_bar_items,
n_current_tool_bar_items removed.  Add tool_bar_items and
n_tool_bar_items.

23 years ago(edebug-version)
Dave Love [Wed, 22 Nov 2000 16:24:34 +0000 (16:24 +0000)]
(edebug-version)
(edebug-maintainer-address): Deleted.
(edebug-submit-bug-report): Just alias to report-emacs-bug.
(edebug-read-function): Account for other `'#' read forms.
(edebug-mode-menus): Make some items toggles.
(edebug-outside-unread-command-event, unread-command-event):
Remove these to avoid warnings.

23 years ago(display_menu_bar): Or `mode-line-inverse-video' with the face's
Miles Bader [Wed, 22 Nov 2000 15:34:56 +0000 (15:34 +0000)]
(display_menu_bar): Or `mode-line-inverse-video' with the face's
inverse-video attribute, rather than overriding it.

23 years ago(menu): Make inverse-video on ttys too.
Miles Bader [Wed, 22 Nov 2000 15:32:13 +0000 (15:32 +0000)]
(menu): Make inverse-video on ttys too.

23 years agoRemove autoload cookied, add author,
Gerd Moellmann [Wed, 22 Nov 2000 15:11:36 +0000 (15:11 +0000)]
Remove autoload cookied, add author,
maintainer, keywords tags.

23 years ago(replace-rectangle): Don't call string-rectangle-line
Gerd Moellmann [Wed, 22 Nov 2000 15:06:10 +0000 (15:06 +0000)]
(replace-rectangle): Don't call string-rectangle-line
with too many arguments.

23 years ago(gnus-group-make-tool-bar): Fix a paren typo.
Gerd Moellmann [Wed, 22 Nov 2000 14:53:54 +0000 (14:53 +0000)]
(gnus-group-make-tool-bar): Fix a paren typo.

23 years ago* message.el (message-send-mail): Use buffer-substring-no-properties.
ShengHuo ZHU [Wed, 22 Nov 2000 14:27:40 +0000 (14:27 +0000)]
* message.el (message-send-mail): Use buffer-substring-no-properties.

23 years ago(x_set_tool_bar_lines): Clear internal border when
Gerd Moellmann [Wed, 22 Nov 2000 14:27:38 +0000 (14:27 +0000)]
(x_set_tool_bar_lines): Clear internal border when
tool bar gets smaller.

23 years ago*** empty log message ***
Dave Love [Wed, 22 Nov 2000 14:07:59 +0000 (14:07 +0000)]
*** empty log message ***

23 years ago(Undisplayable Characters): New node.
Dave Love [Wed, 22 Nov 2000 14:04:22 +0000 (14:04 +0000)]
(Undisplayable Characters): New node.

Tweaks elsewhere.

23 years agoTweak non-ASCII display.
Dave Love [Wed, 22 Nov 2000 13:55:24 +0000 (13:55 +0000)]
Tweak non-ASCII display.

23 years ago#
André Spiegel [Wed, 22 Nov 2000 12:59:03 +0000 (12:59 +0000)]
#

23 years ago(viper-file-checked-in-p): Call vc-state instead of vc-locking-user,
André Spiegel [Wed, 22 Nov 2000 12:55:31 +0000 (12:55 +0000)]
(viper-file-checked-in-p): Call vc-state instead of vc-locking-user,
which no longer exists.

23 years ago(ediff-file-checked-out-p, ediff-file-checked-in-p): Call vc-state
André Spiegel [Wed, 22 Nov 2000 12:54:21 +0000 (12:54 +0000)]
(ediff-file-checked-out-p, ediff-file-checked-in-p): Call vc-state
instead of vc-locking-user, which no longer exists.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 22 Nov 2000 12:50:52 +0000 (12:50 +0000)]
*** empty log message ***

23 years agoUse m/macppc.h instead of the non-existent
Gerd Moellmann [Wed, 22 Nov 2000 12:50:24 +0000 (12:50 +0000)]
Use m/macppc.h instead of the non-existent
m/powerpc.h.

23 years ago*** empty log message ***
Dave Love [Wed, 22 Nov 2000 12:35:51 +0000 (12:35 +0000)]
*** empty log message ***

23 years ago(refill-adjust-ignorable-overlay, refill-fill-paragraph-at):
Miles Bader [Wed, 22 Nov 2000 11:34:05 +0000 (11:34 +0000)]
(refill-adjust-ignorable-overlay, refill-fill-paragraph-at):
  Remove debugging code.

23 years ago(md5): Fix error call.
Dave Love [Wed, 22 Nov 2000 11:17:23 +0000 (11:17 +0000)]
(md5): Fix error call.

23 years ago(md5): Provide.
Dave Love [Wed, 22 Nov 2000 11:14:50 +0000 (11:14 +0000)]
(md5): Provide.

23 years ago(_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
Dave Love [Wed, 22 Nov 2000 10:41:06 +0000 (10:41 +0000)]
(_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.

23 years ago*** empty log message ***
Miles Bader [Wed, 22 Nov 2000 09:25:17 +0000 (09:25 +0000)]
*** empty log message ***

23 years ago(Display Vars): Note that `mode-line-inverse-video' is deprecated.
Miles Bader [Wed, 22 Nov 2000 09:24:55 +0000 (09:24 +0000)]
(Display Vars): Note that `mode-line-inverse-video' is deprecated.

23 years ago(generate-calendar-window): When we don't call `fit-window-to-buffer',
Miles Bader [Wed, 22 Nov 2000 09:06:14 +0000 (09:06 +0000)]
(generate-calendar-window): When we don't call `fit-window-to-buffer',
make sure the top line is fully visible.

23 years ago*** empty log message ***
Miles Bader [Wed, 22 Nov 2000 02:01:14 +0000 (02:01 +0000)]
*** empty log message ***

23 years ago(insert-image-file): Don't make `read-only' property rear-nonsticky.
Miles Bader [Wed, 22 Nov 2000 02:00:42 +0000 (02:00 +0000)]
(insert-image-file): Don't make `read-only' property rear-nonsticky.

23 years ago(isearch-original-minibuffer-message-timeout): New var.
Miles Bader [Wed, 22 Nov 2000 01:36:08 +0000 (01:36 +0000)]
(isearch-original-minibuffer-message-timeout): New var.
(isearch-mode): Set `minibuffer-message-timeout' to nil, after
stashing away its original value.
(isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
in the recursive edit.
Bind `isearch-original-minibuffer-message-timeout' to protect it.
(isearch-done): Restore `minibuffer-message-timeout'.

23 years ago(Vminibuffer_message_timeout): New variable.
Miles Bader [Wed, 22 Nov 2000 01:34:53 +0000 (01:34 +0000)]
(Vminibuffer_message_timeout): New variable.
(command_loop_1): Use it to determine message timeout.
(syms_of_keyboard): Initialize it.

23 years ago*** empty log message ***
Miles Bader [Wed, 22 Nov 2000 01:20:31 +0000 (01:20 +0000)]
*** empty log message ***

23 years agoRemove entry for `mode-line-inverse-video'.
Miles Bader [Wed, 22 Nov 2000 01:19:53 +0000 (01:19 +0000)]
Remove entry for `mode-line-inverse-video'.

23 years ago(syms_of_xdisp): `mode-line-inverse-video' defualts to nil.
Miles Bader [Wed, 22 Nov 2000 00:22:28 +0000 (00:22 +0000)]
(syms_of_xdisp): `mode-line-inverse-video' defualts to nil.

23 years agoCorrect spelling of `mode-line'.
Miles Bader [Wed, 22 Nov 2000 00:18:43 +0000 (00:18 +0000)]
Correct spelling of `mode-line'.
`mode-line-inverse-video' is deprecated.

23 years ago*** empty log message ***
Stefan Monnier [Wed, 22 Nov 2000 00:14:10 +0000 (00:14 +0000)]
*** empty log message ***

23 years agoMove the code for declaring h_errno after #include <netdb.h>.
Kenichi Handa [Tue, 21 Nov 2000 23:56:56 +0000 (23:56 +0000)]
Move the code for declaring h_errno after #include <netdb.h>.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 21 Nov 2000 23:56:29 +0000 (23:56 +0000)]
*** empty log message ***

23 years ago(ada-mode): `set '' -> `setq'.
Stefan Monnier [Tue, 21 Nov 2000 22:41:20 +0000 (22:41 +0000)]
(ada-mode): `set '' -> `setq'.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 21 Nov 2000 22:27:22 +0000 (22:27 +0000)]
*** empty log message ***

23 years ago(xlwmenu_redisplay): New function.
Gerd Moellmann [Tue, 21 Nov 2000 22:27:08 +0000 (22:27 +0000)]
(xlwmenu_redisplay): New function.

23 years ago(Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay
Gerd Moellmann [Tue, 21 Nov 2000 22:26:20 +0000 (22:26 +0000)]
(Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay
the menu bar when the tooltip is unmapped.