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

62763 Commits

Author SHA1 Message Date
David Ponce
f35262f952 Update Commentary header.
(tree-widget-theme-name): Ignore parent themes.
(tree-widget-set-parent-theme): New function.
(tree-widget-set-theme): Use it.
(tree-widget-set-image-properties): Move definition.  Does nothing
if image properties have already been set.
(tree-widget-image-properties): Move definition.  Receive an image
name.  Set the :pointer property.
(tree-widget-lookup-image): Doc fix.  Search in parent themes.
Don't set the :pointer image property.
(tree-widget-convert-widget): New function.  Handle :dynargs
compatibility here.
(tree-widget): Use it to :convert-widget.  Add the :expander-p
predicate to control when the :expander function is entered.
Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
(tree-widget-value-create): Handle :expander-p.  widget-apply
:expander.
(tree-widget-expander-p): New function.  Default value of the
:expander-p property.
2006-03-07 06:41:45 +00:00
David Ponce
3070196c58 *** empty log message *** 2006-03-07 06:40:19 +00:00
Miles Bader
d01ea5f409 Add arch tagline 2006-03-07 01:23:11 +00:00
Bill Wohler
535aa2e5ed Move from SourceForge repository to Savannah. This is version 7.93,
which is a total rewrite from the previous edition 1.3 for MH-E
version 5.0.2, and corresponds to MH-E version 7.93.
2006-03-07 00:34:25 +00:00
Chong Yidong
4dfb267845 * help.el (describe-key): Handle string and vector `follow-link' values. 2006-03-06 22:31:36 +00:00
Chong Yidong
977c9661d3 Typo. 2006-03-06 20:27:28 +00:00
Chong Yidong
aa38f98ed3 * help.el (describe-key): Properly handle the return value of
read-key-sequence when grabbing an up-event.  Cleanup mouse-1
	remaps.
2006-03-06 20:27:06 +00:00
Stefan Monnier
95983b950a (PC-expand-many-files): Try be more careful when parsing the shell's output. 2006-03-06 20:09:17 +00:00
Chong Yidong
45a9517bae Two bugs removed. 2006-03-06 18:41:53 +00:00
Chong Yidong
45b5f35d59 * xdisp.c (handle_invisible_prop): Don't update it->position with
a buffer position if we're in a display string.
2006-03-06 18:41:05 +00:00
Reiner Steib
881909b0e9 Remove TODO. No longer needed. 2006-03-06 16:31:46 +00:00
Bill Wohler
971a25abc7 (Version, mh-version): Add +cvs to version. 2006-03-06 16:00:19 +00:00
Miles Bader
fe62aaccd6 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-139
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 49-51)

   - Merge from emacs--devo--0
   - Update from CVS
2006-03-06 10:27:26 +00:00
YAMAMOTO Mitsuharu
48b60fa17c (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
(MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
2006-03-06 07:57:01 +00:00
YAMAMOTO Mitsuharu
a3510ffafb (get_control_part_bounds): Fix type of return value.
(x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
(XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
scroll bar if it is not tall enough to display scroll bar thumb.
[USE_CARBON_EVENTS] (mac_convert_event_ref)
(mac_handle_command_event, mac_handle_window_event)
(mac_handle_mouse_event): Check error code of GetEventParameter.
(convert_fn_keycode) [MAC_OSX]: Likewise.
2006-03-06 07:56:29 +00:00
YAMAMOTO Mitsuharu
8950bc7363 (x_default_scroll_bar_color_parameter)
(x_set_scroll_bar_foreground, x_set_scroll_bar_background): Remove
unnecessary prototypes.
(x_set_scroll_bar_default_width): Use
MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
(mac_set_scroll_bar_width): New function.
(mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
2006-03-06 07:55:53 +00:00
Luc Teirlinck
a79fbdcb7f *** empty log message *** 2006-03-06 05:34:24 +00:00
Satyaki Das
1af028e6bd (mh-index-update-single-msg): Fix a bug in the
handling of duplicate messages.  The test in cond was too strong
and wasn't catching the case where origin-map was nil.
2006-03-06 05:21:41 +00:00
Stefan Monnier
1e0e9b382c (hide-sublevels): Provide better interactive default. 2006-03-06 04:49:42 +00:00
Stefan Monnier
8dff56def5 (url-http-find-free-connection): Don't kill the process
when killing the temp buffer.
(url-http-symbol-value-in-buffer): Massage to make it clear to the
byte-compiler that the function is defined.
2006-03-06 03:17:00 +00:00
Kenichi Handa
50e3e56454 (create-fontset-from-fontset-spec): Fix
regexp for paring FONTSET-SPEC (allow spaces after `:').
2006-03-06 02:22:35 +00:00
Luc Teirlinck
bfc5033751 (gud-tooltip-dereference): Add missing optional argument. 2006-03-06 01:46:41 +00:00
Luc Teirlinck
65416c68b7 *** empty log message *** 2006-03-06 01:44:06 +00:00
Luc Teirlinck
40813c0814 (gud-jdb-marker-filter): Double quote `[' in regexp for Lisp syntax. 2006-03-06 01:28:54 +00:00
Luc Teirlinck
d594e8962a *** empty log message *** 2006-03-06 01:23:32 +00:00
Luc Teirlinck
af6a60c347 *** empty log message *** 2006-03-06 01:15:24 +00:00
Bill Wohler
dec817ba91 Update for MH-E release 7.93. 2006-03-05 20:32:54 +00:00
Bill Wohler
b1d9cef430 (Version, mh-version): Update for release 7.93. 2006-03-05 20:28:10 +00:00
Bill Wohler
fd5536d8e2 * mh-folder.el (mh-folder-mode): Drop 'load-path argument when calling
mh-image-load-path-for-library since this is the default.

* mh-letter.el (mh-letter-mode): Ditto.

* mh-utils.el (mh-logo-display): Ditto.
2006-03-05 20:11:53 +00:00
Mathias Dahl
60b4812c58 *** empty log message *** 2006-03-05 13:12:42 +00:00
Mathias Dahl
95e7034f8c Changes in whitespace. 2006-03-05 13:09:26 +00:00
Andreas Schwab
6f10509cf6 (x_catch_errors_unwind): Fix missing return value. 2006-03-05 10:46:41 +00:00
Kim F. Storm
c601a68b38 *** empty log message *** 2006-03-04 22:40:15 +00:00
John Paul Wallington
681979fa11 (toplevel): Require `cl' at compile-time. 2006-03-04 21:41:10 +00:00
Bill Wohler
c80658b74f * mh-compat.el (mh-image-load-path-for-library): Move here from
mh-utils.el and wrap with mh-defun-compat since this function will be
soon added to image.el.

* mh-utils.el (mh-image-load-path-for-library): Move to mh-compat.el.
(mh-normalize-folder-name): Add return-nil-if-folder-empty argument
which is useful when calling mh-normalize-folder-name to process the
folder argument for the folders command.
(mh-sub-folders): Use new flag to mh-normalize-folder-name to make
this function more robust. It could too easily list the folders in /.
(mh-folder-list): Fix a couple of problems pointed out by Thomas
Baumann. Set folder to nil if empty. Don't append "/" if folder nil.
2006-03-04 21:23:21 +00:00
Andreas Schwab
c6ce06a6d8 (server-process-filter): Handle errors during
evaluation of the argument.
2006-03-04 16:07:12 +00:00
John Paul Wallington
da92726901 (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix; escape
parentheses at beginning of line.
(t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
(t-mouse-mode): Remove period from end of error message.
2006-03-03 23:55:18 +00:00
Bill Wohler
5e9edb94b7 * mh-folder.el (mh-folder-mode): Rename mh-image-load-path to
mh-image-load-path-for-library.

* mh-letter.el (mh-letter-mode): Rename mh-image-load-path to
mh-image-load-path-for-library.

* mh-utils.el (mh-image-load-path): Rename to
mh-image-load-path-for-library. Add example to docstring. Rename local
variable mh-image-directory to image-directory. Move error checks to
default case in cond and simplify.
2006-03-03 20:50:50 +00:00
Bill Wohler
3fbc098da9 (mh-send-letter, mh-insert-auto-fields): Sync docstrings with manual. 2006-03-03 20:02:10 +00:00
Eli Zaretskii
4a2c445928 (flyspell-process-localwords): Be case-sensitive. 2006-03-03 12:28:24 +00:00
Eli Zaretskii
33709261ef (custom-quote): Remove function since it has been moved to custom.el. 2006-03-03 12:23:29 +00:00
Eli Zaretskii
a6966c1ce7 (rx-check-any, rx-check-not): Quote "]"s in regexps when they have no
special meaning.
2006-03-03 12:20:26 +00:00
Eli Zaretskii
ddb72af931 (reg-generic-mode): Quote "]"s in regexps when they have no special meaning. 2006-03-03 12:18:47 +00:00
Eli Zaretskii
b50f58d55f (lisp-font-lock-keywords-2): Quote "]"s in regexps when they have no
special meaning.
2006-03-03 12:18:17 +00:00
Eli Zaretskii
c60168d2e1 (clean-buffer-list): Handle case where base-buffer of indirect buffer gets
killed before indirect buffer.  Use dolist.
2006-03-03 12:12:06 +00:00
Eli Zaretskii
9e2bcc8631 Fix last entry. 2006-03-03 12:07:45 +00:00
Eli Zaretskii
a6a2b5d482 *** empty log message *** 2006-03-03 12:05:39 +00:00
Eli Zaretskii
62ebf7d758 Add DESTDIR variable to install target to support staged installations. 2006-03-03 12:04:45 +00:00
Eli Zaretskii
83fe2c212b Fix date on last change. 2006-03-03 12:03:11 +00:00
Eli Zaretskii
81af906074 Add DESTDIR variable to install and uninstall targets to support staged
installations.
2006-03-03 12:02:31 +00:00