1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00
Commit graph

33204 commits

Author SHA1 Message Date
Eli Zaretskii
a6a2b5d482 *** empty log message *** 2006-03-03 12:05:39 +00:00
Eli Zaretskii
6e1fbe44cd *** empty log message *** 2006-03-03 12:01:19 +00:00
Eli Zaretskii
309411cbe7 (edebug-display): Use `edebug-sit-for-seconds' value instead of a literal
constant (1) on more pauses.
2006-03-03 11:55:43 +00:00
Eli Zaretskii
ee65a1327b (flyspell-external-point-words): Be case-sensitive. 2006-03-03 11:49:22 +00:00
Eli Zaretskii
019ed9c702 (rcirc-url-regexp): Match entire url when it starts with "www". 2006-03-03 11:44:11 +00:00
Eli Zaretskii
46771bb390 Restablished intermediate missing comment header to preserve outline structure.
(allout-beginning-of-current-entry): Wasn't skipping invisible text - fixed.
(allout-open-topic): Was failing when opening a topic at end-of-buffer - fixed.
(allout-minor-mode): Moved nearer to allout-mode function.
2006-03-03 11:38:43 +00:00
Miles Bader
719120eff4 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-134
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 43-48)

   - Munge arch explicit ids in etc/images to match Emacs
   - Update from CVS
2006-03-03 07:45:27 +00:00
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
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
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
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
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
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
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
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
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
Luc Teirlinck
f352b9d773 (find-library-suffixes): Use get-load-suffixes' instead of load-suffixes'.
(find-library-name): Use `load-file-rep-suffixes' instead of '("").
2006-02-27 02:03:00 +00:00