1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

62705 Commits

Author SHA1 Message Date
Bill Wohler
c99f622718 GNU Emacs folks prefer present tense in ChangeLog entries. 2006-03-03 00:29:23 +00:00
Bill Wohler
efc27af6c4 * mh-folder.el (mh-tool-bar-init): Autoload.
(mh-folder-mode): Call mh-tool-bar-init conditionally in XEmacs. Set
scoped variables image-load-path and load-path with updated
mh-image-load-path before calling mh-tool-bar-folder-buttons-init.

* mh-letter.el (mh-tool-bar-init): Autoload.
(mh-letter-mode): Call mh-tool-bar-init conditionally in XEmacs. Set
scoped variables image-load-path and load-path with updated
mh-image-load-path before calling mh-tool-bar-letter-buttons-init.

* mh-show.el (mh-tool-bar-init): Autoload.
(mh-show-mode): Perform tool bar stuff conditionally in XEmacs and GNU
Emacs.

* mh-tool-bar.el (mh-tool-bar-define): Don't quote stuff in error
messages per conventions.
(mh-tool-bar-folder-buttons-init)
(mh-tool-bar-letter-buttons-init): Don't call mh-image-load-path.
(mh-tool-bar-define call): Format.

* mh-utils.el (mh-image-directory, mh-image-load-path-called-flag):
Delete.
(mh-image-load-path): Incorporate changes from Gnus team. Biggest
changes are that it no longer uses/sets mh-image-directory or
mh-image-load-path-called-flag, and returns the updated path rather
than change it.
(mh-logo-display): Change usage of mh-image-load-path.
2006-03-03 00:27:49 +00:00
Kim F. Storm
7e50c0333f (Tool Bar): Add tool-bar-border. 2006-03-02 22:34:58 +00:00
Kim F. Storm
f79bc642c1 *** empty log message *** 2006-03-02 22:34:39 +00:00
Kim F. Storm
c07b35ec17 Minimize the unpleasent visual impact of the requirement
that non-toolkit tool-bars must occupy an integral number of screen
lines, by distributing the rows evenly over the tool-bar screen	area.
(Vtool_bar_border): New variable.
(syms_of_xdisp): DEFVAR_LISP it.
(display_tool_bar_line): Add HEIGHT arg for desired row height.  Make
tool-bar row the desired height.  Use default face for border below
tool-bar.
(tool_bar_lines_needed): Add N_ROWS arg.  Use it to return number of
actual tool-bar rows.
(redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
Adjust the height of the tool-bar rows to fill tool-bar screen area.
(redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
is resized.
2006-03-02 21:55:26 +00:00
Kim F. Storm
045cff16b9 (struct frame): New member n_tool_bar_rows. 2006-03-02 21:55:16 +00:00
Carsten Dominik
72a80fb875 (org-paste-subtree): Removed forgotten (debug)
form.
2006-03-02 15:44:23 +00:00
Carsten Dominik
2276b5b179 *** empty log message *** 2006-03-02 15:44:08 +00:00
Luc Teirlinck
66bc608238 (Fregexp_quote): Do not precede a literal `]' with two backslashes to
try to make clear that it has a literal meaning; it does not do that.
(It could close a character alternative containing a backslash.)
2006-03-01 23:52:22 +00:00
Luc Teirlinck
0bbe0c9ca4 *** empty log message *** 2006-03-01 23:48:14 +00:00
Nick Roberts
d7dbc017b4 (dframe-frame-mode): Don't burp when menu-bar-lines is nil. 2006-03-01 22:59:06 +00:00
Nick Roberts
6aa79f63c9 *** empty log message *** 2006-03-01 22:57:05 +00:00
Nick Roberts
92219924c8 (gdb-speedbar-refresh): Quieten speedbar-refresh. 2006-03-01 22:44:19 +00:00
Nick Roberts
f4eb22689d (gud-speedbar-menu-items): Use
buffer-local-value and add missing :visible keyword.
2006-03-01 22:43:29 +00:00
Nick Roberts
115712f094 *** empty log message *** 2006-03-01 22:42:17 +00:00
Juanma Barranquero
a196ea6242 *** empty log message *** 2006-03-01 10:59:33 +00:00
Carsten Dominik
a85551d8c9 (reftex-index-map): Fixed typo,
follow-mouse must be follow-link.
2006-03-01 07:16:16 +00:00
Carsten Dominik
f620c6bd15 (reftex-toc-map): Fixed typo,
follow-mouse must be follow-link.
2006-03-01 07:12:40 +00:00
Carsten Dominik
ecfadb692c Version number change only 2006-03-01 07:09:42 +00:00
Carsten Dominik
5b10c9c417 (Interaction): Added item about `org-mouse.el' by Piotr
Zielinski.
	(Managing links, Managing links): Documented that also mouse-1 can
	be used to activate a link.
	(Headlines, FAQ): Added entry about hiding leading stars.
	(Miscellaneous): Resorted the sections in this chapter to a more
	logical sequence.
2006-03-01 07:08:45 +00:00
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