Nick Roberts
37c7ef1762
(gdb-var-list): Change order of first two elements.
...
(gdb-find-watch-expression): Make it work for arrays too. Follow
change to gdb-var-list.
(gud-watch): Allow the user to enter variable name with a prexix
arg. Create keybindings.
(gdb-var-create-handler, gdb-var-evaluate-expression-handler)
(gdb-var-list-children-handler, gdb-var-update-handler)
(gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
(gdb-var-list-children-handler-1, gdb-var-update-handler-1):
Follow change to gdb-var-list.
(gdb-starting): Don't show the overlay arrows when program is
running.
2006-03-14 20:26:57 +00:00
Nick Roberts
3470ef3731
*** empty log message ***
2006-03-14 20:25:42 +00:00
Bill Wohler
70949f309a
(Defining Images): In image-load-path-for-library, always return list
...
of directories. Update example.
2006-03-14 19:35:08 +00:00
Bill Wohler
44e3f44013
* mh-compat.el (mh-image-load-path-for-library): Incorporate changes
...
from image-load-path-for-library, which are:
(image-load-path-for-library): Pass value of path rather than symbol.
Always return list of directories. Guarantee that image directory
comes first.
* mh-e.el (image-load-path): Define on those Emacsen that lack it to
avoid compile and run-time errors.
* mh-folder.el (mh-folder-mode): Use new idiom for setting
image-load-path.
* mh-letter.el (mh-letter-mode): Ditto.
* mh-utils.el (mh-logo-display): Ditto.
2006-03-14 19:21:48 +00:00
Bill Wohler
5248a565ca
(image-load-path-for-library): Pass value of path rather than symbol.
...
Always return list of directories. Guarantee that image directory
comes first.
2006-03-14 19:16:24 +00:00
Alan Mackenzie
c852c516e0
*** empty log message ***
2006-03-14 18:32:13 +00:00
Alan Mackenzie
2fb936912f
* modes.texi: New node, "Region to Fontify" (for Font Lock).
...
This describes font-lock-extend-region-function.
("Other Font Lock Variables"): move "font-lock-lines-before" to
the new node "Region to Fontify".
2006-03-14 18:30:48 +00:00
Alan Mackenzie
ef0083218d
* font-core.el: New function/variable
...
font-lock-extend-region\(-function\)?.
* font-lock.el (font-lock-after-change-function): Call
font-lock-extend-region. Obey font-lock-lines-before.
(font-lock-default-fontify-region): Remove reference to
font-lock-lines-before.
* jit-lock.el (jit-lock-after-change): Call
font-lock-extend-region. Obey font-lock-lines-before.
2006-03-14 18:23:47 +00:00
Chong Yidong
8a34117e23
* xterm.c (x_uncatch_errors): Block input for entire function.
2006-03-14 15:38:43 +00:00
David Ponce
37d2ef66f7
(tree-widget-themes-load-path)
...
(tree-widget-themes-directory, tree-widget-theme): Doc fix.
2006-03-14 10:20:51 +00:00
David Ponce
d469548791
*** empty log message ***
2006-03-14 10:20:02 +00:00
Richard M. Stallman
2e556b3ffb
(Defining Images): Clean up last change.
2006-03-13 12:41:59 +00:00
Richard M. Stallman
7cd3712bda
(Invisible Text): The impossible position is
...
now before the invisible text, not after.
(Defining Images): Clean up last change.
2006-03-13 11:47:26 +00:00
Miles Bader
e8f10ddbda
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-156
...
rcirc.el update from Ryan Yeske
2006-03-13 Ryan Yeske <rcyeske@gmail.com>
* lisp/net/rcirc.el (rcirc) <defgroup>: Add link to manual.
(rcirc-print): Mark the start of text at the end of the prompt.
(rcirc-track-minor-mode): Add autoload cookie.
(rcirc-update-activity-string): Add space to front of mode-line
indicator.
2006-03-13 10:10:09 +00:00
Miles Bader
54aba1eec0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-155
...
Remove nick-abbrevs stuff from rcirc.el
2006-03-13 Miles Bader <miles@gnu.org>
* lisp/net/rcirc.el (rcirc-nick-abbrevs): Variable removed.
(rcirc-abbrev-nick): Function removed.
(rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
2006-03-13 10:01:06 +00:00
David Ponce
a32703cbe0
Handle themes across all occurrences of the main
...
themes sub-directory found in tree-widget-themes-load-path.
(tree-widget-themes-directory, tree-widget-theme): Doc fix.
(tree-widget--locate-sub-directory): Return all occurrences.
(tree-widget-themes-path): New function. Replace
tree-widget-themes-directory, and return a list of directories.
(tree-widget-set-parent-theme)
(tree-widget-lookup-image): Use it.
2006-03-13 07:49:31 +00:00
David Ponce
4f8f072e2e
*** empty log message ***
2006-03-13 07:48:29 +00:00
Carsten Dominik
0d1233f611
Version number update only
2006-03-13 07:10:48 +00:00
Carsten Dominik
f029a017a5
(Clean view): Document new startup options.
2006-03-13 07:10:02 +00:00
Carsten Dominik
586392ba04
*** empty log message ***
2006-03-13 07:09:52 +00:00
Carsten Dominik
4ed3184285
(org-link-search): Avoid self-matching of links, allow
...
target text to be distributed over several lines.
(org-search-not-link): New function.
(org-set-regexps-and-options, org-get-current-options): New
startup options.
(org-export-as-html): Take odd-level setting from local variable.
(org-fontify-emphasized-text): New option.
(org-set-font-lock-defaults): Include emphasized text.
(org-follow-mhe-link): Allow folder-only links, fix folder name.
(org-font-lock): Customize group renamed from `org-faces'.
2006-03-13 07:08:15 +00:00
John Paul Wallington
da63ece473
(ibuffer-never-show-predicates): Add `require' keyword; require
...
`ibuf-ext' feature. Thanks to Zhang Wei.
2006-03-13 01:45:16 +00:00
Bill Wohler
2044e8f184
(mh-folder-list): Fix docstring (closes SF #1448498 ).
2006-03-13 01:05:27 +00:00
Jason Rumney
ebe98f49a5
(add_registry): Don't change the registry unless keys
...
already exist from a previous version.
2006-03-12 18:10:29 +00:00
Jason Rumney
92cc46af58
*** empty log message ***
2006-03-12 17:20:35 +00:00
Jason Rumney
f898506184
(install): Use -q when invoking addpm. Avoids problem with MSYS trying
...
to interpret it as a fake path and messing with it.
2006-03-12 17:20:13 +00:00
Jason Rumney
f4c6fac4e8
(main): Accept -q as alternative for /q.
2006-03-12 17:16:54 +00:00
Jason Rumney
335be36b8a
*** empty log message ***
2006-03-12 17:16:34 +00:00
Jason Rumney
b1bfcb3db7
(Fx_create_frame): Remove call to
...
Qface_set_after_frame_default. (from xfns.c 2003-05-26)
2006-03-12 17:08:48 +00:00
Jason Rumney
e7b14860d5
(Fx_popup_menu): Call w32_free_menu_strings when
...
finished with the menu.
2006-03-12 16:29:25 +00:00
Jason Rumney
ab68b375c7
*** empty log message ***
2006-03-12 15:13:38 +00:00
Jason Rumney
d3499758a9
Sync 2005-10-24 xterm.c changes.
...
(last_mouse_glyph_frame): New var.
(note_mouse_movement): Say mouse moved if current frame differs
from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
(w32_mouse_position): Set last_mouse_glyph_frame.
Remove OLD_REDISPLAY_CODE block.
2006-03-12 14:56:54 +00:00
Luc Teirlinck
516b77a3b2
(all): Delete :version keyword for members of the fringe group, since
...
the entire group is new in 22.1.
2006-03-12 14:35:31 +00:00
Luc Teirlinck
2a1eac6389
*** empty log message ***
2006-03-12 14:34:42 +00:00
Nick Roberts
374f0c9131
(gdb-stack-list-locals-handler): Add local
...
map if value is hexadecimal (an address).
(gud-watch): Only search roots for existing watch expressions.
(gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
prevent caching problems with speedbar-update-directory-contents.
2006-03-12 14:19:13 +00:00
Nick Roberts
81d4dba330
*** empty log message ***
2006-03-12 14:18:06 +00:00
Richard M. Stallman
c49f972f97
Various cleanups.
2006-03-12 13:10:02 +00:00
YAMAMOTO Mitsuharu
204b78de1b
(struct mac_output) [USE_CG_DRAWING]: New member cg_context.
...
(mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
2006-03-12 08:21:06 +00:00
YAMAMOTO Mitsuharu
4ea08bbf4c
(mac_draw_rectangle, x_draw_glyph_string_foreground)
...
(x_draw_composite_glyph_string_foreground)
(x_draw_image_foreground): Undo previous changes.
(x_draw_hollow_cursor): Likewise. Subtract 1 from the last
argument of mac_draw_rectangle.
(CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
(mac_draw_string_common, mac_draw_image_string_cg): Use them.
(FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
(mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
[USE_CG_DRAWING]: New functions.
(mac_draw_line, mac_erase_rectangle, mac_clear_window)
(mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
(mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
(mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
(mac_copy_area, mac_scroll_area, x_scroll_bar_create)
(x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
(XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
2006-03-12 08:20:37 +00:00
YAMAMOTO Mitsuharu
58826ef713
[USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
2006-03-12 08:20:24 +00:00
YAMAMOTO Mitsuharu
1599821a5c
(x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
2006-03-12 08:19:50 +00:00
YAMAMOTO Mitsuharu
5093b9dc1d
(sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
2006-03-12 08:19:42 +00:00
Bill Wohler
e2a3e27a3c
(Scan Line Formats): Replace @samp with @kbd.
2006-03-12 03:57:54 +00:00
Károly Lőrentey
a9d54793ea
(x_icon): Disable redundant call to `x_wm_set_window_state'.
2006-03-12 01:37:34 +00:00
Bill Wohler
83c7a27bc0
(Preface, More About MH-E, Options, HTML, Folders)
...
(Composing, Scan Line Formats): Fix @refs.
(Getting Started): Define MH profile and MH profile components.
(Incorporating Mail, Reading Mail, Viewing, Printing)
(Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
(Signature, Aliases, Scan Line Formats): Use @code instead of @samp
for string constants.
(Tool Bar): Remove spurious quote.
(Junk): Use ``...'' instead of "...".
2006-03-12 01:06:59 +00:00
Jason Rumney
f0c947b5a0
(signal_user_input): New function.
...
(post_character_message): Use it for keyboard input.
(w32_msg_pump): Use it for mouse input.
2006-03-11 23:46:27 +00:00
Jason Rumney
b452fd7aaa
*** empty log message ***
2006-03-11 23:45:44 +00:00
Miles Bader
8cf1c5a442
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
...
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 57)
- Copy/update icons from Gnus trunk
2006-03-11 23:42:49 +00:00
Bill Wohler
5996fb0934
Add period to last sentence added.
2006-03-11 22:50:06 +00:00
Bill Wohler
d5b0837674
Document `image-load-path-for-library'. Note that all images have been
...
moved from lisp into etc/images in `find-image' item. Fix typo in
`copy-tree'
2006-03-11 22:49:40 +00:00