1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

62685 commits

Author SHA1 Message Date
Carsten Dominik
79c4be8e2e (org-export-as-html): Fixed bugs in HTML
formatting: No nested anchors.
	(org-all-targets): Fixed bug with XEmacs compatibility.
	(org-read-date): Add (require 'parse-time).
	(org-set-tags): Fixed bug with extra inserted space.
	(org-export-html-style): Define a style class for targets.
	(org-agenda-keymap, org-mouse-map): Added a binding for
	`follow-link'.
	(org-hide-leading-stars): New option.
	(org-hide): New face.
	(org-set-font-lock-defaults): Allow to hide leading stars.
	(org-get-legal-level, org-tr-level): New functions.
	(org-odd-levels-only): New option.
	(org-level-faces, org-paste-subtree, org-convert-to-odd-levels,
	org-demote, org-promote): Deal with double-star levels.
	(org-convert-to-odd-levels): New command.
2006-03-01 07:07:01 +00:00
Carsten Dominik
d464ce2789 *** empty log message *** 2006-03-01 07:06:47 +00:00
Bill Wohler
66b265f5df (mh-narrow-to-subject): Remove Re: string from subject so that pick
can find originating message (closes SF #1438369).
2006-03-01 06:19:59 +00:00
Bill Wohler
052df3346e * mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from)
(mh-narrow-to-subject, mh-narrow-to-to): Fix inability to narrow to
subjects with special characters by quoting regular expression
characters in pick expression derived from existing subjects and other
fields (closes SF #1432548).

* mh-utils.el (mh-pick-regexp-chars, mh-quote-pick-expr): New variable
and function for quoting pick regular expression characters (closes SF
#1432548).
2006-03-01 05:33:18 +00:00
Luc Teirlinck
adc881cc69 (Named Features): Fix typo. 2006-03-01 02:45:05 +00:00
Luc Teirlinck
a88c86f718 (Load Suffixes): Fix typos. 2006-03-01 01:58:12 +00:00
Luc Teirlinck
a86b01fa40 *** empty log message *** 2006-03-01 01:56:31 +00:00
Luc Teirlinck
0b2c9850ae (Load Suffixes): Rephrase last paragraph. 2006-03-01 01:19:52 +00:00
Luc Teirlinck
1d9a523711 *** empty log message *** 2006-03-01 01:18:53 +00:00
Bill Wohler
898dda9251 (mh-folder-list): Fix problem with passing in a folder and getting
nothing back. Fix problem with passing in empty string and getting the
entire filesystem (or infinite loop). Don't append slash to folder.
These fixes fix problems observed with the pick search. Thanks to
Thomas Baumann for the help (closes SF #1435381).
2006-02-28 23:54:53 +00:00
Nick Roberts
7dda19092f (gdb-speedbar-refresh): Rename from
gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
speedbar-timer-fn
(gdb-var-update-handler, gdb-var-update-handler-1): Use it.
(gdb-speedbar-expand-node): Use speedbar-delete-subblock
instead of gdb-speedbar-timer-fn.
(gdb-edit-value):
2006-02-28 21:52:30 +00:00
Nick Roberts
40e9b5d0aa (speedbar-update-localized-contents): Try to
preserve window-start.
(speedbar-update-directory-contents): Try to preserve window-start
and window-point.
(speedbar-update-special-contents): Don't move back to start of
window.
2006-02-28 21:51:39 +00:00
Bill Wohler
a9e22173e4 (mh-image-load-path): Rename variable to mh-image-directory.
(mh-image-load-path): Access mh-image-directory instead of
mh-image-load-path.
2006-02-28 21:47:19 +00:00
Nick Roberts
e9cee67e3e *** empty log message *** 2006-02-28 21:46:30 +00:00
Chong Yidong
69e1703f14 fixed: Angeli's 4 Jul 2005 bug report about scroll-preserve-screen-position. 2006-02-28 14:57:03 +00:00
Chong Yidong
c525d842f8 * xselect.c (x_catch_errors_unwind): New function.
(x_reply_selection_request): Put x_uncatch_errors in an unwind.
	(Fx_get_atom_name): Call x_uncatch_errors earlier.

	* window.c (Qscroll_up, Qscroll_down): New syms.
	(window_scroll_pixel_based): Make preserve_y static to avoid
	getting point stuck when scrolling 1 line.
2006-02-28 14:52:46 +00:00
Jay Belanger
29ecdb2212 (math-compose-tex-matrix): Add a latex option.
(math-compose-expr):  Use latex option when calling
math-compose-tex-matrix for latex mode.
2006-02-28 14:28:42 +00:00
André Spiegel
3ea32d7481 # 2006-02-28 08:14:44 +00:00
André Spiegel
97f5d067ea (Old Versions): Clarify operation of C-x v =. 2006-02-28 08:13:50 +00:00
Chong Yidong
cf121a2727 Ralf Angeli's 19 Feb 2006 bug report fixed 2006-02-28 04:32:40 +00:00
Luc Teirlinck
394e96d597 *** empty log message *** 2006-02-28 03:19:00 +00:00
Luc Teirlinck
ca4f55bfa6 (Top): Include "Load Suffixes" in the detailed menu. 2006-02-28 03:07:28 +00:00
Luc Teirlinck
6d488c9c79 (Locating Files): Suggest additional values for the
SUFFIXES arg of `locate-file'.  Update pxref.
2006-02-28 03:04:50 +00:00
Luc Teirlinck
fcaedd23eb (Loading): Include new node "Load Suffixes" in menu.
(How Programs Do Loading): Discuss the effects of Auto Compression
mode on `load'.
(Load Suffixes): New node.
(Library Search): Delete description of `load-suffixes': it was
moved to "Load Suffixes".
(Autoload, Named Features): Mention `load-suffixes'.
2006-02-28 03:01:57 +00:00
Luc Teirlinck
2534ef9442 *** empty log message *** 2006-02-28 03:00:18 +00:00
Nick Roberts
5ef215741b Re-instate comments about developing for speedbar
[this is what info and gdb-ui use even if better methods exist now].
2006-02-28 02:52:56 +00:00
Bill Wohler
bc4c8031d3 (mh-variant, mh-default-folder-for-message-function): Sync docstring
with manual.
(cus-face): Require as it is needed by mh-inherit-face-flag.
2006-02-28 01:33:28 +00:00
Miles Bader
ba0226ddfa Revision: emacs@sv.gnu.org/emacs--devo--0--patch-126
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 40-42)

   - Merge from emacs--devo--0
   - Update from CVS
2006-02-28 00:38:35 +00:00
Miles Bader
e1b267c178 Add arch tagline 2006-02-27 23:40:51 +00:00
Nick Roberts
766bcec11e *** empty log message *** 2006-02-27 22:53:26 +00:00
Richard M. Stallman
4185151ee3 *** empty log message *** 2006-02-27 22:52:42 +00:00
Nick Roberts
eff05ea122 (t-mouse-tty): Use with-temp-buffer. Add more
terminal types.
(t-mouse-lispy-buffer-posn-from-coords): Remove.  Use C
primitive...
(t-mouse-make-event-element): ...posn-at-x-y instead.
(t-mouse-make-event): Deal with Fedora Core 3.
(t-mouse-make-event): Don't sink the `stupid text mode menubar'.
(t-mouse-mouse-position-function): New function.  Use it instead
of advising mouse-position.
(t-mouse-mode): New minor mode.
(t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
2006-02-27 22:46:06 +00:00
Bill Wohler
0659521f75 (mh-minibuffer-read-type): Deleted comment in docstring about obsolete
variable mh-mime-content-types.
2006-02-27 22:30:58 +00:00
Bill Wohler
abc46e909b (mh-variant): Sync docstring with manual.
(cus-face): Require as it is needed by mh-inherit-face-flag.
2006-02-27 22:29:54 +00:00
Bill Wohler
a425dc3d19 * mh-compat.el (mh-display-color-cells): Return 2 if
device-color-cells returns nil (closes SF #1436924).

* mh-e.el (mh-compiling-flag): Delete. No longer needed by
mh-display-color-cells.
2006-02-27 22:25:07 +00:00
Nick Roberts
9efe4a2df9 This version does *not* work with Emacs 22.
It is just the initial import from gpm-1.20.1.
2006-02-27 22:10:43 +00:00
Kim F. Storm
732ab7377d *** empty log message *** 2006-02-27 13:48:44 +00:00
Glenn Morris
edcb7f6b1a (calendar-holidays): Doc fix. 2006-02-27 09:19:11 +00:00
Glenn Morris
c61633baf2 *** empty log message *** 2006-02-27 09:18:52 +00:00
Nick Roberts
5674718576 (gud-display-line): Use gdb-display-source-buffer
for gdb-ui/gdb-mi (old concept).
2006-02-27 09:15:58 +00:00
Nick Roberts
f27d4d6cdb (gdb-source-window): New variable.
Re-introduce the concept of a source window.
(gdb-get-buffer-create): Rename from gdb-get-create-buffer for
consistency with get-buffer-create.
(def-gdb-auto-update-handler, gdb-info-locals-handler)
(gdb-data-list-register-values-handler)
(gdb-stack-list-locals-handler): Try to preserve window-start as
well as window-point.
(gdb-display-source-buffer): New function (old concept).
(gdb-goto-breakpoint): Use it.
2006-02-27 09:14:59 +00:00
Nick Roberts
661f54cb94 *** empty log message *** 2006-02-27 09:12:51 +00:00
Carsten Dominik
d9628d6ebc (reftex-toc-map): Add `follow-mouse'
binding.
2006-02-27 07:41:32 +00:00
Carsten Dominik
1607e1bbfe (reftex-select-label-map,
reftex-select-bib-map): Add `follow-mouse' binding.
2006-02-27 07:41:18 +00:00
Carsten Dominik
ece1a6d7d8 (reftex-index-map): Add `follow-mouse'
binding.
2006-02-27 07:40:59 +00:00
Carsten Dominik
753656f3b9 *** empty log message *** 2006-02-27 07:40:38 +00:00
Carsten Dominik
0738d819b2 *** empty log message *** 2006-02-27 07:30:18 +00:00
Chong Yidong
4545fa2085 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary
argument.

	* xterm.c: (x_load_font, x_term_init, XTmouse_position)
	(handle_one_xevent, x_connection_closed, x_list_fonts): No arg for
	x_uncatch_errors.

	* xselect.c (x_own_selection, x_decline_selection_request)
	(x_reply_selection_request, x_get_foreign_selection)
	(Fx_get_atom_name, Fx_send_client_event): Likewise.

	* xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
	Likewise.
2006-02-27 03:35:31 +00:00
Luc Teirlinck
c50a2aa682 (check_windows_init_file): Use Fget_load_suffixes instead of Vload_suffixes. 2006-02-27 02:07:37 +00:00
Luc Teirlinck
3ceb69d976 EXFUN Fget_load_suffixes. Extern Vload_file_rep_suffixes. 2006-02-27 02:06:01 +00:00