1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

62585 Commits

Author SHA1 Message Date
Kenichi Handa
92fb551662 *** empty log message *** 2006-02-23 10:13:23 +00:00
YAMAMOTO Mitsuharu
7889775856 (update_text_area): Avoid needless redraw of rightmost
glyph whose face is extended to the text area end.
2006-02-23 09:07:23 +00:00
Nick Roberts
7efc64d4be (gud-speedbar-buttons): Use shadow face properly. 2006-02-23 07:40:25 +00:00
Nick Roberts
a5de75080d (gdb-debug-ring-max): Rename from gdb-debug-log-length.
(gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
it a real ring but...
(gud-gdba-marker-filter): ...make it work like mark-ring.
(gdb-enable-debug): Rename from gdb-enable-debug-log.
(gdb-mouse-jump): New function.  Add bindings.
2006-02-23 07:38:57 +00:00
Nick Roberts
e490594672 *** empty log message *** 2006-02-23 07:38:01 +00:00
Nick Roberts
e75116edb6 (gdb-signalled): New variable and function.
(gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
(gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
(gdb-debug-log-length): Customize it's length.
(gud-watch, gdb-var-create-handler): Display function::var format
but don't use to create variable object.
(gdb-var-create-handler): Use message-box in place of message.
(gdb-stopped): Call gdb-exited if signalled.
2006-02-22 22:01:35 +00:00
Nick Roberts
039374381c *** empty log message *** 2006-02-22 22:00:47 +00:00
Stefan Monnier
acc6289a44 (Fwindow_list): Check `window' before doing XWINDOW.
The default `window' should not be "on a different frame".
2006-02-22 21:01:34 +00:00
Kim F. Storm
78744fc370 (Fvertical_motion): Only try to move back if we can. 2006-02-22 20:29:41 +00:00
Kim F. Storm
c4336e88cc *** empty log message *** 2006-02-22 20:29:24 +00:00
Carsten Dominik
c7cf105d97 *** empty log message *** 2006-02-22 08:56:27 +00:00
YAMAMOTO Mitsuharu
b6e3efe044 (GC_CLIP_REGION): Remove macro.
(mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
All uses changed.  Don't do clipping if n_clip_rects is zero.
(mac_set_clip_rectangles): Use xassert instead of abort.  Set
n_clip_rects.  Don't make clip_region empty when number of
clipping rectangles is zero.
(mac_reset_clip_rectangles): Set n_clip_rects directly instead of
calling mac_set_clip_rectangles.
(x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
avoid multiple redraws.
2006-02-22 08:00:12 +00:00
YAMAMOTO Mitsuharu
e188aa29a9 (digest_single_submenu): Apply 2006-02-19 change for xmenu.c. 2006-02-22 07:59:34 +00:00
YAMAMOTO Mitsuharu
c6c4517778 (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member n_clip_rects. 2006-02-22 07:59:26 +00:00
Carsten Dominik
3bfb811235 *** empty log message *** 2006-02-22 07:23:52 +00:00
Carsten Dominik
66090252ae Version number and date change only. 2006-02-22 07:23:35 +00:00
Carsten Dominik
5d2a58e007 Version number change only 2006-02-22 07:21:49 +00:00
Carsten Dominik
4af5848098 (reftex-locate-file): Search all extensions if
`reftex-try-all-extensions' is set.
2006-02-22 07:21:09 +00:00
Carsten Dominik
ea2a0e35d9 (reftex-try-all-extensions): New option. 2006-02-22 07:20:54 +00:00
Carsten Dominik
616ae0b93a (section{Links}): Rewritten to cover the modified
link system.
2006-02-22 07:15:38 +00:00
Carsten Dominik
6bae0337cc * org.texi (Internal Links): Rewritten to cover the modified
linking system.
2006-02-22 07:14:18 +00:00
Carsten Dominik
2e2055128f *** empty log message *** 2006-02-22 07:13:30 +00:00
Carsten Dominik
a96ee7dff6 (org-mark-ring-previous, org-mark-ring-set): New
commands.
	(org-mark-ring): New variable.
	(org-mark-ring-length): New option.
	(org-open-at-point, org-goto, org-open-file): Push old position
	onto the mark ring.
	(org-add-hook): New function.
	(org-export-table-remove-special-lines): New option.
	(org-skip-comments, org-format-org-table-html): Respect new option
	`org-export-table-remove-special-lines'.
	(org-open-file): Allow special command configuration for
	directory link.
	(org-file-apps): Fixed bugs in customize type, added setting for
	directories.
	(org-activate-tags, org-format-agenda-item, org-complete)
	(org-get-tags-at, org-scan-tags, org-make-tags-matcher)
	(org-get-tags, org-get-buffer-tags, org-open-at-point)
	(org-link-search, org-make-org-heading-search-string)
	(org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
	(org-radio-targets, org-file-link-context-use-camel-case)
	(org-activate-camels): New options.
	(org-update-radio-target-regexp, org-all-targets)
	(org-make-target-link-regexp, org-activate-target-links): New
	functions.
	(org-make-org-heading-search-string): New function.
	(org-store-link, org-insert-link): Use new option
	`org-file-link-context-use-camel-case'.
	(org-activate-camels): Use new option `org-activate-camels'.
	(org-link-regexp): Added mhe prefix.
	(org-open-at-point,org-store-link): Support for mhe links.
	(org-mhe-get-message-id, org-mhe-get-message-folder)
	(org-mhe-get-header,org-follow-mhe-link): New functions.
	(org-remove-angle-brackets, org-add-angle-brackets): New
	functions.
	(org-bracked-link-regexp): New constant.
	(org-read-date): Fixed bug that was rejecting all typed dates.
	(org-link-search): Make hierarchy above visible after a match.
	(org-follow-bbdb-link): Inhibit electric mode for BBDB.
	(org-store-link): Fixed bug with link creation when cursor is in
	an empty line.
	(org-open-at-point): Fixed bug with matching a link.  Fixed buggy
	argument sequence in call to `org-view-tags'.
	(org-compile-prefix-format): Set `org-prefix-has-tag'.
	(org-prefix-has-tag): New variable.
	(org-format-agenda-item): Remove tags from headline if
	appropriate.
	(org-agenda-remove-tags-when-in-prefix): New option.
2006-02-22 07:10:21 +00:00
Michael Kifer
608c89a921 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
	fix the regular expressions.
2006-02-22 06:50:17 +00:00
Kim F. Storm
a1b24e137f (draw_fringe_bitmap): Fix overlay-arrow display. 2006-02-21 23:19:40 +00:00
Kim F. Storm
6f62a45eec *** empty log message *** 2006-02-21 23:19:31 +00:00
Richard M. Stallman
f623a9d2e6 (sh-mode): Set shell type based on file name if no other specific basis. 2006-02-21 19:55:46 +00:00
Richard M. Stallman
fe541a2743 (unsafep): Don't treat &rest or &optional as variables at all.
(unsafep-variable): Rename arg; doc fix.
2006-02-21 19:54:36 +00:00
Richard M. Stallman
7e5f578875 (list-one-abbrev-table): Add autoload. 2006-02-21 19:53:15 +00:00
Richard M. Stallman
3083298a33 (diary-selective-display): Add defvar. 2006-02-21 19:52:51 +00:00
Richard M. Stallman
12549864fd (sort-columns): Use Posix arg syntax for `sort'. 2006-02-21 19:52:28 +00:00
Richard M. Stallman
51a77cba21 (search-whitespace-regexp): Fix custom type. 2006-02-21 19:52:07 +00:00
Richard M. Stallman
774a814f60 (describe-key-briefly): Compute interactive args
in same was as before previous change.
2006-02-21 19:51:37 +00:00
Richard M. Stallman
a251756ea6 (enable-local-variables): Doc fix. 2006-02-21 19:49:55 +00:00
Eric Ding
f669a69df8 mh-e.el (mh-invisible-header-fields-internal): Added entry
"X-Sasl-enc:"
2006-02-21 14:43:56 +00:00
Eric Ding
f12d6a4acc * mh-e.el (mh-invisible-header-fields-internal): Added entry
"X-Sasl-enc:"
2006-02-21 14:43:13 +00:00
Andreas Schwab
8ea094cffa Fix indentation. 2006-02-21 12:58:58 +00:00
Kim F. Storm
2870bad90e Fix last change. 2006-02-21 11:39:46 +00:00
Kim F. Storm
a4b7b036d2 (syms_of_fringe) <fringe-bitmaps>: Doc fix. 2006-02-21 09:42:16 +00:00
Kim F. Storm
dd9959dab8 *** empty log message *** 2006-02-21 09:41:20 +00:00
Juanma Barranquero
2bb56fbfb0 *** empty log message *** 2006-02-21 08:43:27 +00:00
Juanma Barranquero
d040665ade (Window Tree): Fix typo. 2006-02-21 08:42:33 +00:00
Juanma Barranquero
17c27b5521 (Fringe Indicators, Fringe Cursors): Fix typos. 2006-02-21 08:42:07 +00:00
Juanma Barranquero
2f32c77e99 (fringe-bitmaps): Rename horisontal-bar' to horizontal-bar'.
(fringe-cursor-alist): Use `horizontal-bar'.
2006-02-21 08:38:15 +00:00
Jan Djärv
a8f4bdc694 * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
returning it.
2006-02-21 08:37:33 +00:00
Juanma Barranquero
9866a438cc *** empty log message *** 2006-02-21 08:34:23 +00:00
Juanma Barranquero
68a33afa3c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
(standard_bitmaps): Use it.
2006-02-21 08:11:07 +00:00
YAMAMOTO Mitsuharu
9fb446e3f1 (mac_draw_string_common): Remove arg MODE. New arg
BG_WIDTH.  All uses changed.  Draw background if BG_WIDTH is not zero.
(mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
[USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
mac_draw_string_cg.  New arg BG_WIDTH.  All uses changed.  Draw
background if BG_WIDTH is not zero.  Use float constants as
divisors instead of double.  Use alloca instead of xmalloc/xfree.
(x_draw_glyph_string_background, x_draw_glyph_string_foreground)
[!MAC_OS8 || USE_ATSUI]: Background may be drawn using
mac_draw_image_string* functions.
(XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
some fonts when srcCopy text transfer mode might be used.
(mac_begin_clip, mac_end_clip): Check if region is empty.
(mac_set_clip_rectangles): When resetting clip region, make it
empty instead of disposing of it.
2006-02-21 08:10:04 +00:00
Nick Roberts
3fc64795f4 (Watch Expressions): Update and describe gdb-speedbar-auto-raise. 2006-02-21 03:57:43 +00:00
Nick Roberts
bc11841efe *** empty log message *** 2006-02-21 03:56:38 +00:00