bpt/emacs.git
19 years ago(define-obsolete-variable-alias): New macro.
Nick Roberts [Fri, 22 Apr 2005 04:08:08 +0000 (04:08 +0000)]
(define-obsolete-variable-alias): New macro.

19 years ago(Variable Aliases): Describe make-obsolete-variable
Nick Roberts [Fri, 22 Apr 2005 04:07:29 +0000 (04:07 +0000)]
(Variable Aliases): Describe make-obsolete-variable
and define-obsolete-variable-alias.

19 years ago(Symbol Plists): Remove safe-get, as get is now safe.
Kim F. Storm [Thu, 21 Apr 2005 23:46:49 +0000 (23:46 +0000)]
(Symbol Plists): Remove safe-get, as get is now safe.
(Other Plists): Remove safe-plist-get, as plist-get is now safe.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 21 Apr 2005 23:46:33 +0000 (23:46 +0000)]
*** empty log message ***

19 years ago(resolve_face_name): Use Fget instead of Fsafe_get.
Kim F. Storm [Thu, 21 Apr 2005 23:45:40 +0000 (23:45 +0000)]
(resolve_face_name): Use Fget instead of Fsafe_get.

19 years ago(store_mode_line_string, produce_stretch_glyph)
Kim F. Storm [Thu, 21 Apr 2005 23:45:28 +0000 (23:45 +0000)]
(store_mode_line_string, produce_stretch_glyph)
(note_mode_line_or_margin_highlight, note_mouse_highlight):
Use Fplist_get instead of Fsafe_plist_get.

19 years ago(Fsafe_plist_get, Fsafe_get): Remove EXFUN.
Kim F. Storm [Thu, 21 Apr 2005 23:45:10 +0000 (23:45 +0000)]
(Fsafe_plist_get, Fsafe_get): Remove EXFUN.

19 years ago(Fplist_get): Replace by Fsafe_plist_get.
Kim F. Storm [Thu, 21 Apr 2005 23:44:59 +0000 (23:44 +0000)]
(Fplist_get): Replace by Fsafe_plist_get.
(Fsafe_plist_get): Rename to Fplist_get.
(Fsafe_get): Remove, as Fget now uses safe Fplist_get.
(defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.

19 years agoTypo in comment.
Kim F. Storm [Thu, 21 Apr 2005 23:36:16 +0000 (23:36 +0000)]
Typo in comment.

19 years ago*** empty log message ***
Lute Kamstra [Thu, 21 Apr 2005 21:38:33 +0000 (21:38 +0000)]
*** empty log message ***

19 years ago(unload-feature): Don't remove a function from hooks if it is about to
Lute Kamstra [Thu, 21 Apr 2005 21:36:24 +0000 (21:36 +0000)]
(unload-feature): Don't remove a function from hooks if it is about to
be restored to an autoload .  Remove functions that will become
unbound from auto-mode-alist.  Simplify the code.

19 years agoMention new function rassq-delete-all.
Lute Kamstra [Thu, 21 Apr 2005 21:29:34 +0000 (21:29 +0000)]
Mention new function rassq-delete-all.

19 years ago(Association Lists): Document rassq-delete-all.
Lute Kamstra [Thu, 21 Apr 2005 21:22:58 +0000 (21:22 +0000)]
(Association Lists): Document rassq-delete-all.

19 years ago(assq-delete-all): New implementation that is linear, not quadratic.
Lute Kamstra [Thu, 21 Apr 2005 21:18:29 +0000 (21:18 +0000)]
(assq-delete-all): New implementation that is linear, not quadratic.
Suggested by David Kastrup <dak@gnu.org>.
(rassq-delete-all): New function.

19 years ago(menu-bar-options-save, menu-bar-showhide-menu): Add size-indication-mode.
Lute Kamstra [Thu, 21 Apr 2005 10:31:01 +0000 (10:31 +0000)]
(menu-bar-options-save, menu-bar-showhide-menu): Add size-indication-mode.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-272
Miles Bader [Thu, 21 Apr 2005 07:23:50 +0000 (07:23 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-272

src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.

19 years agoAdd autoload for widget-value in
Kenichi Handa [Thu, 21 Apr 2005 05:02:18 +0000 (05:02 +0000)]
Add autoload for widget-value in
eval-when-compile

19 years ago(menu-bar-options-save, menu-bar-showhide-menu):
Nick Roberts [Thu, 21 Apr 2005 00:07:38 +0000 (00:07 +0000)]
(menu-bar-options-save, menu-bar-showhide-menu):
Add tooltip-mode.

19 years ago(mode-line-mode-menu): Remove tooltip-mode.
Nick Roberts [Thu, 21 Apr 2005 00:06:54 +0000 (00:06 +0000)]
(mode-line-mode-menu): Remove tooltip-mode.

19 years ago*** empty log message ***
Nick Roberts [Thu, 21 Apr 2005 00:06:13 +0000 (00:06 +0000)]
*** empty log message ***

19 years ago(inferior-lisp): New defgroup.
Luc Teirlinck [Wed, 20 Apr 2005 23:08:12 +0000 (23:08 +0000)]
(inferior-lisp): New defgroup.
(inferior-lisp-filter-regexp, inferior-lisp-program)
(inferior-lisp-load-command, inferior-lisp-prompt)
(inferior-lisp-mode-hook, lisp-source-modes)
(inferior-lisp-load-hook): defvar->defcustom.
(inferior-lisp-program, inferior-lisp-prompt)
(inferior-lisp-load-hook): Doc fixes.
(inferior-lisp-install-letter-bindings): Small change in introductory comment.

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 20 Apr 2005 23:05:23 +0000 (23:05 +0000)]
*** empty log message ***

19 years ago(vc-annotate-color-map): Change some colors so that text
Dan Nicolaescu [Wed, 20 Apr 2005 16:51:39 +0000 (16:51 +0000)]
(vc-annotate-color-map): Change some colors so that text
using them as foreground is readable on both white and black
backgrounds.

19 years ago*** empty log message ***
Stefan Monnier [Wed, 20 Apr 2005 16:08:47 +0000 (16:08 +0000)]
*** empty log message ***

19 years agoTry to add some structure by adding a "new functions" topic.
Stefan Monnier [Wed, 20 Apr 2005 16:06:39 +0000 (16:06 +0000)]
Try to add some structure by adding a "new functions" topic.
Mention the new `syntax-class' function.

19 years agoRemove reference to defunct vms-pwd.h.
Thien-Thi Nguyen [Wed, 20 Apr 2005 15:11:02 +0000 (15:11 +0000)]
Remove reference to defunct vms-pwd.h.

19 years agoRemove reference to defunct vms-pwd.h.
Thien-Thi Nguyen [Wed, 20 Apr 2005 15:07:03 +0000 (15:07 +0000)]
Remove reference to defunct vms-pwd.h.
For pwd.h, use HAVE_PWD_H, not !VMS.

19 years ago(translation-table-for-input): Remove redundant declaration.
Stefan Monnier [Wed, 20 Apr 2005 14:32:05 +0000 (14:32 +0000)]
(translation-table-for-input): Remove redundant declaration.

19 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 20 Apr 2005 13:04:49 +0000 (13:04 +0000)]
*** empty log message ***

19 years agoRegenerate.
Thien-Thi Nguyen [Wed, 20 Apr 2005 13:03:26 +0000 (13:03 +0000)]
Regenerate.

19 years agoRegenerate.
Thien-Thi Nguyen [Wed, 20 Apr 2005 10:59:21 +0000 (10:59 +0000)]
Regenerate.

19 years agoCheck for <pwd.h>.
Thien-Thi Nguyen [Wed, 20 Apr 2005 10:56:08 +0000 (10:56 +0000)]
Check for <pwd.h>.

19 years agoRemove eol whitespace; nfc.
Thien-Thi Nguyen [Wed, 20 Apr 2005 10:54:46 +0000 (10:54 +0000)]
Remove eol whitespace; nfc.

19 years ago*** empty log message ***
Kenichi Handa [Wed, 20 Apr 2005 10:47:03 +0000 (10:47 +0000)]
*** empty log message ***

19 years ago(tooltip-gud-tips-p): Expand documentation.
Nick Roberts [Wed, 20 Apr 2005 10:08:50 +0000 (10:08 +0000)]
(tooltip-gud-tips-p): Expand documentation.
(tooltip-toggle-gud-tips): New function.

19 years ago(gud-menu-map): Add tooltip-toggle-gud-tips.
Nick Roberts [Wed, 20 Apr 2005 10:08:21 +0000 (10:08 +0000)]
(gud-menu-map): Add tooltip-toggle-gud-tips.

19 years ago*** empty log message ***
Nick Roberts [Wed, 20 Apr 2005 10:07:28 +0000 (10:07 +0000)]
*** empty log message ***

19 years ago(Fset_char_table_range): Don't set slots used as default
Kenichi Handa [Wed, 20 Apr 2005 07:50:59 +0000 (07:50 +0000)]
(Fset_char_table_range): Don't set slots used as default
values for ascii, eight-bit-control, eight-bit-graphic.  Don't
call Faref with charset-id.
(Fset_char_table_default): Document how to treat normal character
argument.  Handle special slots used as default values of ascii,
eight-bit-control, eight-bit-control.  Make a sub chartable if
necessary.

19 years ago(Faref): Handle special slots used as default values of
Kenichi Handa [Wed, 20 Apr 2005 07:50:30 +0000 (07:50 +0000)]
(Faref): Handle special slots used as default values of
ascii, eight-bit-control, eight-bit-control.  Don't ignore a
default value set for a group of characters.
(Faset): Signal an error if IDXVAL is not a valid character code.
Make a sub-chartable with correct initial value.

19 years ago(make_sub_char_table): Argument changed to initial
Kenichi Handa [Wed, 20 Apr 2005 07:50:08 +0000 (07:50 +0000)]
(make_sub_char_table): Argument changed to initial
value of the slots.

19 years ago(CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
Kenichi Handa [Wed, 20 Apr 2005 07:49:35 +0000 (07:49 +0000)]
(CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
(CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
(CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.

19 years ago*** empty log message ***
Kenichi Handa [Wed, 20 Apr 2005 07:37:03 +0000 (07:37 +0000)]
*** empty log message ***

19 years ago(boyer_moore): Fix previous change.
Kenichi Handa [Wed, 20 Apr 2005 07:21:47 +0000 (07:21 +0000)]
(boyer_moore): Fix previous change.

19 years ago(mac-symbol-encoder): Fix mappings of left and right angle brackets.
YAMAMOTO Mitsuharu [Wed, 20 Apr 2005 02:06:48 +0000 (02:06 +0000)]
(mac-symbol-encoder): Fix mappings of left and right angle brackets.

19 years ago(Search-based Fontification): Explain that
Richard M. Stallman [Tue, 19 Apr 2005 21:06:19 +0000 (21:06 +0000)]
(Search-based Fontification): Explain that
facespec is an expression to be evaluated.

19 years ago(tooltip-use-echo-area): Replace as alias and deprecate.
Nick Roberts [Tue, 19 Apr 2005 20:33:27 +0000 (20:33 +0000)]
(tooltip-use-echo-area): Replace as alias and deprecate.

19 years ago*** empty log message ***
Nick Roberts [Tue, 19 Apr 2005 20:31:51 +0000 (20:31 +0000)]
*** empty log message ***

19 years ago(flymake-get-absolute-file-name-basedir): Remove. Update callers to use
Stefan Monnier [Tue, 19 Apr 2005 18:19:43 +0000 (18:19 +0000)]
(flymake-get-absolute-file-name-basedir): Remove.  Update callers to use
expand-file-name instead.

19 years ago(show-paren-function): Use it to recognize parens that are
Stefan Monnier [Tue, 19 Apr 2005 18:16:15 +0000 (18:16 +0000)]
(show-paren-function): Use it to recognize parens that are
also used in 2-char comment markers.

19 years ago(blink-matching-open): Fix botched commit.
Stefan Monnier [Tue, 19 Apr 2005 18:13:25 +0000 (18:13 +0000)]
(blink-matching-open): Fix botched commit.

19 years ago(blink-matching-open): Use it.
Stefan Monnier [Tue, 19 Apr 2005 18:12:23 +0000 (18:12 +0000)]
(blink-matching-open): Use it.

19 years ago(syntax-class): New function.
Stefan Monnier [Tue, 19 Apr 2005 18:11:26 +0000 (18:11 +0000)]
(syntax-class): New function.

19 years ago(String Conversion): Fix xref.
Richard M. Stallman [Tue, 19 Apr 2005 15:19:31 +0000 (15:19 +0000)]
(String Conversion): Fix xref.

19 years ago(Output Functions): Fix xref.
Richard M. Stallman [Tue, 19 Apr 2005 15:18:39 +0000 (15:18 +0000)]
(Output Functions): Fix xref.

19 years ago(unload-feature): Update for new format of load-history. Simplify the code.
Lute Kamstra [Tue, 19 Apr 2005 15:09:05 +0000 (15:09 +0000)]
(unload-feature): Update for new format of load-history.  Simplify the code.

19 years ago(setup_for_ellipsis): Reset saved_face_id to use default
Kim F. Storm [Tue, 19 Apr 2005 12:52:02 +0000 (12:52 +0000)]
(setup_for_ellipsis): Reset saved_face_id to use default
face unless last visible char and first invisible char have the
same face.  Also use default face if saved_face_id is undefined.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 19 Apr 2005 12:51:37 +0000 (12:51 +0000)]
*** empty log message ***

19 years ago(mac-symbol-encoder, mac-dingbats-encoder): Minor update.
YAMAMOTO Mitsuharu [Tue, 19 Apr 2005 12:47:46 +0000 (12:47 +0000)]
(mac-symbol-encoder, mac-dingbats-encoder): Minor update.

19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Tue, 19 Apr 2005 12:05:04 +0000 (12:05 +0000)]
*** empty log message ***

19 years agoAdd coding: tag and set it to iso-2022-7bit.
YAMAMOTO Mitsuharu [Tue, 19 Apr 2005 12:04:51 +0000 (12:04 +0000)]
Add coding: tag and set it to iso-2022-7bit.
(mac-add-charset-info): New function.  Initialize variable
mac-charset-info-alist using it.
(mac-centraleurroman, mac-cyrillic): Do not use UCS in table data for
translation.
(mac-symbol-encoder, mac-dingbats-encoder): New translation table.
(mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
(ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font): New CCL
programs.

19 years ago(Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
YAMAMOTO Mitsuharu [Tue, 19 Apr 2005 12:04:09 +0000 (12:04 +0000)]
(Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
(syms_of_mac): Don't initialize them.
(Vmac_charset_info_alist): New variable.
(syms_of_mac): Defvar it.
(create_text_encoding_info_alist): New function.
(decode_mac_font_name, mac_to_x_fontname)
(x_font_name_to_mac_font_name, init_font_name_table): Don't hard
code the correspondence among XLFD charsets, Mac script codes, and
Emacs coding systems.  Use Vmac_charset_info_alist and result of
create_text_encoding_info_alist instead.
(init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
routines also on Mac OS Classic.
(init_font_name_table) [!TARGET_API_MAC_CARBON]: Use
add_font_name_table_entry.
(mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
specified.  Derive unspecified scalable fields from specified one.
(x_list_fonts): Consider Valternate_fontname_alist.
(kDefaultFontSize): Change value from 9 to 12.
(XLoadQueryFont): Get decoded font family, font face, and charset
from x_font_name_to_mac_font_name.  Set full name of loaded font.
(mac_unload_font): Free `full_name' member.
(x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
NULL.  Copy full_name member of struct MacFontStruct to that of
struct font_info.

19 years ago(MacFontStruct): Remove member `fontname'. Add member `full_name'.
YAMAMOTO Mitsuharu [Tue, 19 Apr 2005 12:03:38 +0000 (12:03 +0000)]
(MacFontStruct): Remove member `fontname'.  Add member `full_name'.
[TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
mac_scriptcode member.

19 years ago(handle_stop): Set saved_face_id to current face if
Kim F. Storm [Tue, 19 Apr 2005 10:11:41 +0000 (10:11 +0000)]
(handle_stop): Set saved_face_id to current face if
selective_display_ellipsis_p so ellipsis will be shown in same
face as preceding text.
(setup_for_ellipsis): Don't set saved_face_id here.
(next_element_from_display_vector): Default to saved_face_id.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 19 Apr 2005 10:11:26 +0000 (10:11 +0000)]
*** empty log message ***

19 years agoDon't commit lisp/loaddefs.el.
Lute Kamstra [Tue, 19 Apr 2005 09:59:29 +0000 (09:59 +0000)]
Don't commit lisp/loaddefs.el.

19 years ago(Compilation Mode): Add M-g M-n and M-g M-p bindings.
Kim F. Storm [Tue, 19 Apr 2005 09:45:11 +0000 (09:45 +0000)]
(Compilation Mode): Add M-g M-n and M-g M-p bindings.

19 years ago(next-buffer, prev-buffer, next-error)
Kim F. Storm [Tue, 19 Apr 2005 09:25:52 +0000 (09:25 +0000)]
(next-buffer, prev-buffer, next-error)
(scroll-other-window, keyboard-quit, keyboard-escape-quit)
(clone-indirect-buffer-other-window): Move bindings to bindings.el.

19 years ago(next-buffer, prev-buffer, next-error)
Kim F. Storm [Tue, 19 Apr 2005 09:25:32 +0000 (09:25 +0000)]
(next-buffer, prev-buffer, next-error)
(scroll-other-window, keyboard-quit, keyboard-escape-quit)
(clone-indirect-buffer-other-window): Move bindings from simple.el.
(next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
(next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 19 Apr 2005 09:13:36 +0000 (09:13 +0000)]
*** empty log message ***

19 years ago(Symbol Plists): Add safe-get.
Kim F. Storm [Tue, 19 Apr 2005 09:11:51 +0000 (09:11 +0000)]
(Symbol Plists): Add safe-get.
Mention that `get' may signal an error.

19 years ago(resolve_face_name): Use Fsafe_get to avoid redisplay
Kim F. Storm [Tue, 19 Apr 2005 08:34:50 +0000 (08:34 +0000)]
(resolve_face_name): Use Fsafe_get to avoid redisplay
loops in case of bad face property lists.  Limit number of face
alias lookups to 10 (in case of face alias loops).

19 years ago(Fsafe_get): EXFUN it.
Kim F. Storm [Tue, 19 Apr 2005 08:34:33 +0000 (08:34 +0000)]
(Fsafe_get): EXFUN it.

19 years ago(Fsafe_get): New function.
Kim F. Storm [Tue, 19 Apr 2005 08:34:19 +0000 (08:34 +0000)]
(Fsafe_get): New function.
(syms_of_fns): Defsubr it.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268
Miles Bader [Tue, 19 Apr 2005 06:53:24 +0000 (06:53 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 66)

   - Update from CVS

2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/qp.el (quoted-printable-encode-region): Save excursion.

19 years ago(isearch-edit-string): Make the search-ring available for
Stefan Monnier [Mon, 18 Apr 2005 22:32:37 +0000 (22:32 +0000)]
(isearch-edit-string): Make the search-ring available for
minibuffer history commands.
(minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
the default history commands now work just as well.
(isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.

19 years ago(cua--pre-command-handler): Add more
Kim F. Storm [Mon, 18 Apr 2005 19:50:07 +0000 (19:50 +0000)]
(cua--pre-command-handler): Add more
elaborate check for shift modifier on non-window systems.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 18 Apr 2005 19:49:40 +0000 (19:49 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Lars Hansen [Mon, 18 Apr 2005 18:30:05 +0000 (18:30 +0000)]
*** empty log message ***

19 years ago(Saving Emacs Sessions): Add that "--no-desktop" turns off desktop-save-mode.
Lars Hansen [Mon, 18 Apr 2005 18:29:26 +0000 (18:29 +0000)]
(Saving Emacs Sessions): Add that "--no-desktop" turns off desktop-save-mode.

19 years agoMake "--no-desktop" turn off `desktop-save-mode'.
Lars Hansen [Mon, 18 Apr 2005 18:27:39 +0000 (18:27 +0000)]
Make "--no-desktop" turn off `desktop-save-mode'.

19 years ago(overlay_arrow_string_or_property): Remove PBITMAP arg.
Kim F. Storm [Mon, 18 Apr 2005 14:10:09 +0000 (14:10 +0000)]
(overlay_arrow_string_or_property): Remove PBITMAP arg.
Calls changed.  Don't check for overlay-arrow-bitmap property here.
(overlay_arrow_at_row): Remove PBITMAP arg.  Instead, if left
fringe is present, return Lisp integer for bitmap (or -1 for default).
Fix value of overlay-arrow-bitmap property to be a symbol, use
lookup_fringe_bitmap to parse it.
(display_line): Change call to overlay_arrow_at_row.  Store integer
return value as overlay bitmap in row rather than window.
Only show overlay arrow if row displays text, or if no other overlay
arrow is seen in window (if overlay marker is at point-max).

19 years ago(struct window): Remove member overlay_arrow_bitmap.
Kim F. Storm [Mon, 18 Apr 2005 14:09:56 +0000 (14:09 +0000)]
(struct window): Remove member overlay_arrow_bitmap.

19 years ago(make_window): Don't initialize overlay_arrow_bitmap.
Kim F. Storm [Mon, 18 Apr 2005 14:09:47 +0000 (14:09 +0000)]
(make_window): Don't initialize overlay_arrow_bitmap.

19 years ago(draw_fringe_bitmap): Use overlay_arrow_bitmap from row
Kim F. Storm [Mon, 18 Apr 2005 14:09:32 +0000 (14:09 +0000)]
(draw_fringe_bitmap): Use overlay_arrow_bitmap from row
rather than from window.
(update_window_fringes): Compare overlay_arrow_bitmap rather than
overlay_arrow_p members.
(Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
if not default.

19 years ago(row_equal_p, update_window_line, scrolling_window):
Kim F. Storm [Mon, 18 Apr 2005 14:09:10 +0000 (14:09 +0000)]
(row_equal_p, update_window_line, scrolling_window):
Compare overlay_arrow_bitmap than overlay_arrow_p members.

19 years ago(struct glyph_row): New member overlay_arrow_bitmap.
Kim F. Storm [Mon, 18 Apr 2005 14:09:00 +0000 (14:09 +0000)]
(struct glyph_row): New member overlay_arrow_bitmap.
It replaces the corresponding member from struct window, as a
window may now show multiple overlay arrows.
Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 18 Apr 2005 14:08:43 +0000 (14:08 +0000)]
*** empty log message ***

19 years ago(url-retrieve-synchronously): Work around the fact that
Stefan Monnier [Mon, 18 Apr 2005 13:19:43 +0000 (13:19 +0000)]
(url-retrieve-synchronously): Work around the fact that
url-http sometimes doesn't call the callback.

19 years ago(realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
Thien-Thi Nguyen [Mon, 18 Apr 2005 11:34:46 +0000 (11:34 +0000)]
(realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.

19 years ago(tooltip-show): Change second arg to USE-ECHO-AREA
Kim F. Storm [Mon, 18 Apr 2005 10:23:41 +0000 (10:23 +0000)]
(tooltip-show): Change second arg to USE-ECHO-AREA
and make it optional.  Don't test tooltip-gud-echo-area here.
(tooltip-gud-process-output, gdb-tooltip-print): Pass
tooltip-gud-echo-area to tooltip-show.
(tooltip-help-tips): Remove second optional arg.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 18 Apr 2005 10:22:38 +0000 (10:22 +0000)]
*** empty log message ***

19 years ago(Vloads_in_progress): Static.
Lute Kamstra [Mon, 18 Apr 2005 10:22:20 +0000 (10:22 +0000)]
(Vloads_in_progress): Static.

19 years ago(Vloads_in_progress): Remove extern.
Lute Kamstra [Mon, 18 Apr 2005 10:20:46 +0000 (10:20 +0000)]
(Vloads_in_progress): Remove extern.
(load_in_progress): Add extern.
(Frequire): Use load_in_progress instead of Vloads_in_progress.

19 years ago(Fx_popup_menu): Initialize error_name to NULL.
Thien-Thi Nguyen [Mon, 18 Apr 2005 09:41:15 +0000 (09:41 +0000)]
(Fx_popup_menu): Initialize error_name to NULL.

19 years agoRemove eol whitespace; nfc.
Thien-Thi Nguyen [Mon, 18 Apr 2005 09:36:06 +0000 (09:36 +0000)]
Remove eol whitespace; nfc.

19 years ago(Variable Definitions): Replace tooltip-mode
Nick Roberts [Mon, 18 Apr 2005 08:21:21 +0000 (08:21 +0000)]
(Variable Definitions): Replace tooltip-mode
example with save-place.

19 years ago*** empty log message ***
Nick Roberts [Mon, 18 Apr 2005 08:20:39 +0000 (08:20 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Mon, 18 Apr 2005 07:45:19 +0000 (07:45 +0000)]
*** empty log message ***

19 years ago(XTread_socket): Don't beep on keyboard input even if no frame is
YAMAMOTO Mitsuharu [Mon, 18 Apr 2005 07:44:54 +0000 (07:44 +0000)]
(XTread_socket): Don't beep on keyboard input even if no frame is
visible.

19 years ago(tooltip-mode): `emacs-quick-startup' and `display-graphic-p' may not
YAMAMOTO Mitsuharu [Mon, 18 Apr 2005 07:43:59 +0000 (07:43 +0000)]
(tooltip-mode): `emacs-quick-startup' and `display-graphic-p' may not
be bound yet.