bpt/emacs.git
18 years ago(gud-jdb-marker-filter): Double quote `[' in regexp for Lisp syntax.
Luc Teirlinck [Mon, 6 Mar 2006 01:28:54 +0000 (01:28 +0000)]
(gud-jdb-marker-filter): Double quote `[' in regexp for Lisp syntax.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 6 Mar 2006 01:23:32 +0000 (01:23 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 6 Mar 2006 01:15:24 +0000 (01:15 +0000)]
*** empty log message ***

18 years agoUpdate for MH-E release 7.93.
Bill Wohler [Sun, 5 Mar 2006 20:32:54 +0000 (20:32 +0000)]
Update for MH-E release 7.93.

18 years ago(Version, mh-version): Update for release 7.93.
Bill Wohler [Sun, 5 Mar 2006 20:28:10 +0000 (20:28 +0000)]
(Version, mh-version): Update for release 7.93.

18 years ago* mh-folder.el (mh-folder-mode): Drop 'load-path argument when calling
Bill Wohler [Sun, 5 Mar 2006 20:11:53 +0000 (20:11 +0000)]
* mh-folder.el (mh-folder-mode): Drop 'load-path argument when calling
mh-image-load-path-for-library since this is the default.

* mh-letter.el (mh-letter-mode): Ditto.

* mh-utils.el (mh-logo-display): Ditto.

18 years ago*** empty log message ***
Mathias Dahl [Sun, 5 Mar 2006 13:12:42 +0000 (13:12 +0000)]
*** empty log message ***

18 years agoChanges in whitespace.
Mathias Dahl [Sun, 5 Mar 2006 13:09:26 +0000 (13:09 +0000)]
Changes in whitespace.

18 years ago(x_catch_errors_unwind): Fix missing return value.
Andreas Schwab [Sun, 5 Mar 2006 10:46:41 +0000 (10:46 +0000)]
(x_catch_errors_unwind): Fix missing return value.

18 years ago*** empty log message ***
Kim F. Storm [Sat, 4 Mar 2006 22:40:15 +0000 (22:40 +0000)]
*** empty log message ***

18 years ago(toplevel): Require `cl' at compile-time.
John Paul Wallington [Sat, 4 Mar 2006 21:41:10 +0000 (21:41 +0000)]
(toplevel): Require `cl' at compile-time.

18 years ago* mh-compat.el (mh-image-load-path-for-library): Move here from
Bill Wohler [Sat, 4 Mar 2006 21:23:21 +0000 (21:23 +0000)]
* mh-compat.el (mh-image-load-path-for-library): Move here from
mh-utils.el and wrap with mh-defun-compat since this function will be
soon added to image.el.

* mh-utils.el (mh-image-load-path-for-library): Move to mh-compat.el.
(mh-normalize-folder-name): Add return-nil-if-folder-empty argument
which is useful when calling mh-normalize-folder-name to process the
folder argument for the folders command.
(mh-sub-folders): Use new flag to mh-normalize-folder-name to make
this function more robust. It could too easily list the folders in /.
(mh-folder-list): Fix a couple of problems pointed out by Thomas
Baumann. Set folder to nil if empty. Don't append "/" if folder nil.

18 years ago(server-process-filter): Handle errors during
Andreas Schwab [Sat, 4 Mar 2006 16:07:12 +0000 (16:07 +0000)]
(server-process-filter): Handle errors during
evaluation of the argument.

18 years ago(t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix; escape
John Paul Wallington [Fri, 3 Mar 2006 23:55:18 +0000 (23:55 +0000)]
(t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix; escape
parentheses at beginning of line.
(t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
(t-mouse-mode): Remove period from end of error message.

18 years ago* mh-folder.el (mh-folder-mode): Rename mh-image-load-path to
Bill Wohler [Fri, 3 Mar 2006 20:50:50 +0000 (20:50 +0000)]
* mh-folder.el (mh-folder-mode): Rename mh-image-load-path to
mh-image-load-path-for-library.

* mh-letter.el (mh-letter-mode): Rename mh-image-load-path to
mh-image-load-path-for-library.

* mh-utils.el (mh-image-load-path): Rename to
mh-image-load-path-for-library. Add example to docstring. Rename local
variable mh-image-directory to image-directory. Move error checks to
default case in cond and simplify.

18 years ago(mh-send-letter, mh-insert-auto-fields): Sync docstrings with manual.
Bill Wohler [Fri, 3 Mar 2006 20:02:10 +0000 (20:02 +0000)]
(mh-send-letter, mh-insert-auto-fields): Sync docstrings with manual.

18 years ago(flyspell-process-localwords): Be case-sensitive.
Eli Zaretskii [Fri, 3 Mar 2006 12:28:24 +0000 (12:28 +0000)]
(flyspell-process-localwords): Be case-sensitive.

18 years ago(custom-quote): Remove function since it has been moved to custom.el.
Eli Zaretskii [Fri, 3 Mar 2006 12:23:29 +0000 (12:23 +0000)]
(custom-quote): Remove function since it has been moved to custom.el.

18 years ago(rx-check-any, rx-check-not): Quote "]"s in regexps when they have no
Eli Zaretskii [Fri, 3 Mar 2006 12:20:26 +0000 (12:20 +0000)]
(rx-check-any, rx-check-not): Quote "]"s in regexps when they have no
special meaning.

18 years ago(reg-generic-mode): Quote "]"s in regexps when they have no special meaning.
Eli Zaretskii [Fri, 3 Mar 2006 12:18:47 +0000 (12:18 +0000)]
(reg-generic-mode): Quote "]"s in regexps when they have no special meaning.

18 years ago(lisp-font-lock-keywords-2): Quote "]"s in regexps when they have no
Eli Zaretskii [Fri, 3 Mar 2006 12:18:17 +0000 (12:18 +0000)]
(lisp-font-lock-keywords-2): Quote "]"s in regexps when they have no
special meaning.

18 years ago(clean-buffer-list): Handle case where base-buffer of indirect buffer gets
Eli Zaretskii [Fri, 3 Mar 2006 12:12:06 +0000 (12:12 +0000)]
(clean-buffer-list): Handle case where base-buffer of indirect buffer gets
killed before indirect buffer.  Use dolist.

18 years agoFix last entry.
Eli Zaretskii [Fri, 3 Mar 2006 12:07:45 +0000 (12:07 +0000)]
Fix last entry.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 3 Mar 2006 12:05:39 +0000 (12:05 +0000)]
*** empty log message ***

18 years agoAdd DESTDIR variable to install target to support staged installations.
Eli Zaretskii [Fri, 3 Mar 2006 12:04:45 +0000 (12:04 +0000)]
Add DESTDIR variable to install target to support staged installations.

18 years agoFix date on last change.
Eli Zaretskii [Fri, 3 Mar 2006 12:03:11 +0000 (12:03 +0000)]
Fix date on last change.

18 years agoAdd DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii [Fri, 3 Mar 2006 12:02:31 +0000 (12:02 +0000)]
Add DESTDIR variable to install and uninstall targets to support staged
installations.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 3 Mar 2006 12:01:19 +0000 (12:01 +0000)]
*** empty log message ***

18 years ago(edebug-display): Use `edebug-sit-for-seconds' value instead of a literal
Eli Zaretskii [Fri, 3 Mar 2006 11:55:43 +0000 (11:55 +0000)]
(edebug-display): Use `edebug-sit-for-seconds' value instead of a literal
constant (1) on more pauses.

18 years ago(flyspell-external-point-words): Be case-sensitive.
Eli Zaretskii [Fri, 3 Mar 2006 11:49:22 +0000 (11:49 +0000)]
(flyspell-external-point-words): Be case-sensitive.

18 years ago(rcirc-url-regexp): Match entire url when it starts with "www".
Eli Zaretskii [Fri, 3 Mar 2006 11:44:11 +0000 (11:44 +0000)]
(rcirc-url-regexp): Match entire url when it starts with "www".

18 years agoRestablished intermediate missing comment header to preserve outline structure.
Eli Zaretskii [Fri, 3 Mar 2006 11:38:43 +0000 (11:38 +0000)]
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.

18 years agoChangeLog
Eli Zaretskii [Fri, 3 Mar 2006 11:33:34 +0000 (11:33 +0000)]
ChangeLog

18 years agoRegenerated.
Eli Zaretskii [Fri, 3 Mar 2006 11:32:03 +0000 (11:32 +0000)]
Regenerated.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-134
Miles Bader [Fri, 3 Mar 2006 07:45:27 +0000 (07:45 +0000)]
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

18 years agoGNU Emacs folks prefer present tense in ChangeLog entries.
Bill Wohler [Fri, 3 Mar 2006 00:29:23 +0000 (00:29 +0000)]
GNU Emacs folks prefer present tense in ChangeLog entries.

18 years ago* mh-folder.el (mh-tool-bar-init): Autoload.
Bill Wohler [Fri, 3 Mar 2006 00:27:49 +0000 (00:27 +0000)]
* 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.

18 years ago(Tool Bar): Add tool-bar-border.
Kim F. Storm [Thu, 2 Mar 2006 22:34:58 +0000 (22:34 +0000)]
(Tool Bar): Add tool-bar-border.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 2 Mar 2006 22:34:39 +0000 (22:34 +0000)]
*** empty log message ***

18 years agoMinimize the unpleasent visual impact of the requirement
Kim F. Storm [Thu, 2 Mar 2006 21:55:26 +0000 (21:55 +0000)]
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.

18 years ago(struct frame): New member n_tool_bar_rows.
Kim F. Storm [Thu, 2 Mar 2006 21:55:16 +0000 (21:55 +0000)]
(struct frame): New member n_tool_bar_rows.

18 years ago(org-paste-subtree): Removed forgotten (debug)
Carsten Dominik [Thu, 2 Mar 2006 15:44:23 +0000 (15:44 +0000)]
(org-paste-subtree): Removed forgotten (debug)
form.

18 years ago*** empty log message ***
Carsten Dominik [Thu, 2 Mar 2006 15:44:08 +0000 (15:44 +0000)]
*** empty log message ***

18 years ago(Fregexp_quote): Do not precede a literal `]' with two backslashes to
Luc Teirlinck [Wed, 1 Mar 2006 23:52:22 +0000 (23:52 +0000)]
(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.)

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 1 Mar 2006 23:48:14 +0000 (23:48 +0000)]
*** empty log message ***

18 years ago(dframe-frame-mode): Don't burp when menu-bar-lines is nil.
Nick Roberts [Wed, 1 Mar 2006 22:59:06 +0000 (22:59 +0000)]
(dframe-frame-mode): Don't burp when menu-bar-lines is nil.

18 years ago*** empty log message ***
Nick Roberts [Wed, 1 Mar 2006 22:57:05 +0000 (22:57 +0000)]
*** empty log message ***

18 years ago(gdb-speedbar-refresh): Quieten speedbar-refresh.
Nick Roberts [Wed, 1 Mar 2006 22:44:19 +0000 (22:44 +0000)]
(gdb-speedbar-refresh): Quieten speedbar-refresh.

18 years ago(gud-speedbar-menu-items): Use
Nick Roberts [Wed, 1 Mar 2006 22:43:29 +0000 (22:43 +0000)]
(gud-speedbar-menu-items): Use
buffer-local-value and add missing :visible keyword.

18 years ago*** empty log message ***
Nick Roberts [Wed, 1 Mar 2006 22:42:17 +0000 (22:42 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 1 Mar 2006 10:59:33 +0000 (10:59 +0000)]
*** empty log message ***

18 years ago(reftex-index-map): Fixed typo,
Carsten Dominik [Wed, 1 Mar 2006 07:16:16 +0000 (07:16 +0000)]
(reftex-index-map): Fixed typo,
follow-mouse must be follow-link.

18 years ago(reftex-toc-map): Fixed typo,
Carsten Dominik [Wed, 1 Mar 2006 07:12:40 +0000 (07:12 +0000)]
(reftex-toc-map): Fixed typo,
follow-mouse must be follow-link.

18 years agoVersion number change only
Carsten Dominik [Wed, 1 Mar 2006 07:09:42 +0000 (07:09 +0000)]
Version number change only

18 years ago(Interaction): Added item about `org-mouse.el' by Piotr
Carsten Dominik [Wed, 1 Mar 2006 07:08:45 +0000 (07:08 +0000)]
(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.

18 years ago(org-export-as-html): Fixed bugs in HTML
Carsten Dominik [Wed, 1 Mar 2006 07:07:01 +0000 (07:07 +0000)]
(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.

18 years ago*** empty log message ***
Carsten Dominik [Wed, 1 Mar 2006 07:06:47 +0000 (07:06 +0000)]
*** empty log message ***

18 years ago(mh-narrow-to-subject): Remove Re: string from subject so that pick
Bill Wohler [Wed, 1 Mar 2006 06:19:59 +0000 (06:19 +0000)]
(mh-narrow-to-subject): Remove Re: string from subject so that pick
can find originating message (closes SF #1438369).

18 years ago* mh-limit.el (mh-narrow-to-cc, mh-narrow-to-from)
Bill Wohler [Wed, 1 Mar 2006 05:33:18 +0000 (05:33 +0000)]
* 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).

18 years ago(Named Features): Fix typo.
Luc Teirlinck [Wed, 1 Mar 2006 02:45:05 +0000 (02:45 +0000)]
(Named Features): Fix typo.

18 years ago(Load Suffixes): Fix typos.
Luc Teirlinck [Wed, 1 Mar 2006 01:58:12 +0000 (01:58 +0000)]
(Load Suffixes): Fix typos.

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 1 Mar 2006 01:56:31 +0000 (01:56 +0000)]
*** empty log message ***

18 years ago(Load Suffixes): Rephrase last paragraph.
Luc Teirlinck [Wed, 1 Mar 2006 01:19:52 +0000 (01:19 +0000)]
(Load Suffixes): Rephrase last paragraph.

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 1 Mar 2006 01:18:53 +0000 (01:18 +0000)]
*** empty log message ***

18 years ago(mh-folder-list): Fix problem with passing in a folder and getting
Bill Wohler [Tue, 28 Feb 2006 23:54:53 +0000 (23:54 +0000)]
(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).

18 years ago(gdb-speedbar-refresh): Rename from
Nick Roberts [Tue, 28 Feb 2006 21:52:30 +0000 (21:52 +0000)]
(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):

18 years ago(speedbar-update-localized-contents): Try to
Nick Roberts [Tue, 28 Feb 2006 21:51:39 +0000 (21:51 +0000)]
(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.

18 years ago(mh-image-load-path): Rename variable to mh-image-directory.
Bill Wohler [Tue, 28 Feb 2006 21:47:19 +0000 (21:47 +0000)]
(mh-image-load-path): Rename variable to mh-image-directory.
(mh-image-load-path): Access mh-image-directory instead of
mh-image-load-path.

18 years ago*** empty log message ***
Nick Roberts [Tue, 28 Feb 2006 21:46:30 +0000 (21:46 +0000)]
*** empty log message ***

18 years agofixed: Angeli's 4 Jul 2005 bug report about scroll-preserve-screen-position.
Chong Yidong [Tue, 28 Feb 2006 14:57:03 +0000 (14:57 +0000)]
fixed: Angeli's 4 Jul 2005 bug report about scroll-preserve-screen-position.

18 years ago* xselect.c (x_catch_errors_unwind): New function.
Chong Yidong [Tue, 28 Feb 2006 14:52:46 +0000 (14:52 +0000)]
* 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.

18 years ago(math-compose-tex-matrix): Add a latex option.
Jay Belanger [Tue, 28 Feb 2006 14:28:42 +0000 (14:28 +0000)]
(math-compose-tex-matrix):  Add a latex option.
(math-compose-expr):  Use latex option when calling
math-compose-tex-matrix for latex mode.

18 years ago#
André Spiegel [Tue, 28 Feb 2006 08:14:44 +0000 (08:14 +0000)]
#

18 years ago(Old Versions): Clarify operation of C-x v =.
André Spiegel [Tue, 28 Feb 2006 08:13:50 +0000 (08:13 +0000)]
(Old Versions): Clarify operation of C-x v =.

18 years agoRalf Angeli's 19 Feb 2006 bug report fixed
Chong Yidong [Tue, 28 Feb 2006 04:32:40 +0000 (04:32 +0000)]
Ralf Angeli's 19 Feb 2006 bug report fixed

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 28 Feb 2006 03:19:00 +0000 (03:19 +0000)]
*** empty log message ***

18 years ago(Top): Include "Load Suffixes" in the detailed menu.
Luc Teirlinck [Tue, 28 Feb 2006 03:07:28 +0000 (03:07 +0000)]
(Top): Include "Load Suffixes" in the detailed menu.

18 years ago(Locating Files): Suggest additional values for the
Luc Teirlinck [Tue, 28 Feb 2006 03:04:50 +0000 (03:04 +0000)]
(Locating Files): Suggest additional values for the
SUFFIXES arg of `locate-file'.  Update pxref.

18 years ago(Loading): Include new node "Load Suffixes" in menu.
Luc Teirlinck [Tue, 28 Feb 2006 03:01:57 +0000 (03:01 +0000)]
(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'.

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 28 Feb 2006 03:00:18 +0000 (03:00 +0000)]
*** empty log message ***

18 years agoRe-instate comments about developing for speedbar
Nick Roberts [Tue, 28 Feb 2006 02:52:56 +0000 (02:52 +0000)]
Re-instate comments about developing for speedbar
[this is what info and gdb-ui use even if better methods exist now].

18 years ago(mh-variant, mh-default-folder-for-message-function): Sync docstring
Bill Wohler [Tue, 28 Feb 2006 01:33:28 +0000 (01:33 +0000)]
(mh-variant, mh-default-folder-for-message-function): Sync docstring
with manual.
(cus-face): Require as it is needed by mh-inherit-face-flag.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-126
Miles Bader [Tue, 28 Feb 2006 00:38:35 +0000 (00:38 +0000)]
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

18 years agoAdd arch tagline
Miles Bader [Mon, 27 Feb 2006 23:40:51 +0000 (23:40 +0000)]
Add arch tagline

18 years ago*** empty log message ***
Nick Roberts [Mon, 27 Feb 2006 22:53:26 +0000 (22:53 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 27 Feb 2006 22:52:42 +0000 (22:52 +0000)]
*** empty log message ***

18 years ago(t-mouse-tty): Use with-temp-buffer. Add more
Nick Roberts [Mon, 27 Feb 2006 22:46:06 +0000 (22:46 +0000)]
(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.

18 years ago(mh-minibuffer-read-type): Deleted comment in docstring about obsolete
Bill Wohler [Mon, 27 Feb 2006 22:30:58 +0000 (22:30 +0000)]
(mh-minibuffer-read-type): Deleted comment in docstring about obsolete
variable mh-mime-content-types.

18 years ago(mh-variant): Sync docstring with manual.
Bill Wohler [Mon, 27 Feb 2006 22:29:54 +0000 (22:29 +0000)]
(mh-variant): Sync docstring with manual.
(cus-face): Require as it is needed by mh-inherit-face-flag.

18 years ago* mh-compat.el (mh-display-color-cells): Return 2 if
Bill Wohler [Mon, 27 Feb 2006 22:25:07 +0000 (22:25 +0000)]
* 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.

18 years agoThis version does *not* work with Emacs 22.
Nick Roberts [Mon, 27 Feb 2006 22:10:43 +0000 (22:10 +0000)]
This version does *not* work with Emacs 22.
It is just the initial import from gpm-1.20.1.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 27 Feb 2006 13:48:44 +0000 (13:48 +0000)]
*** empty log message ***

18 years ago(calendar-holidays): Doc fix.
Glenn Morris [Mon, 27 Feb 2006 09:19:11 +0000 (09:19 +0000)]
(calendar-holidays): Doc fix.

18 years ago*** empty log message ***
Glenn Morris [Mon, 27 Feb 2006 09:18:52 +0000 (09:18 +0000)]
*** empty log message ***

18 years ago(gud-display-line): Use gdb-display-source-buffer
Nick Roberts [Mon, 27 Feb 2006 09:15:58 +0000 (09:15 +0000)]
(gud-display-line): Use gdb-display-source-buffer
for gdb-ui/gdb-mi (old concept).

18 years ago(gdb-source-window): New variable.
Nick Roberts [Mon, 27 Feb 2006 09:14:59 +0000 (09:14 +0000)]
(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.

18 years ago*** empty log message ***
Nick Roberts [Mon, 27 Feb 2006 09:12:51 +0000 (09:12 +0000)]
*** empty log message ***

18 years ago(reftex-toc-map): Add `follow-mouse'
Carsten Dominik [Mon, 27 Feb 2006 07:41:32 +0000 (07:41 +0000)]
(reftex-toc-map): Add `follow-mouse'
binding.

18 years ago(reftex-select-label-map,
Carsten Dominik [Mon, 27 Feb 2006 07:41:18 +0000 (07:41 +0000)]
(reftex-select-label-map,
reftex-select-bib-map): Add `follow-mouse' binding.

18 years ago(reftex-index-map): Add `follow-mouse'
Carsten Dominik [Mon, 27 Feb 2006 07:40:59 +0000 (07:40 +0000)]
(reftex-index-map): Add `follow-mouse'
binding.