1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-05 07:01:11 -08:00
Commit graph

37511 commits

Author SHA1 Message Date
Eli Zaretskii
564a3032f9 (install-lisp-SH, install-lisp-CMD): New targets.
(install): Use them to copy all *.el files before *.elc.
2007-07-13 20:23:12 +00:00
Karl Fogel
241ab2b5f9 * bookmark.el (bookmark-jump-other-window): New function.
(bookmark-map): Bind it to "o".

Patch by Drew Adams <drew.adams{_AT_}oracle.com>.  See
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
2007-07-13 18:20:55 +00:00
Karl Fogel
d14c45f7aa * bookmark.el: Shorten some comments to fit within 80 lines. 2007-07-13 18:18:04 +00:00
Karl Fogel
e4f6f302a5 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
  Adams <drew.adams{_AT_}oracle.com>, mildly tweaked by me.  See
  http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
2007-07-13 18:16:17 +00:00
Carsten Dominik
8ca3a1ea84 Move to end of line if in headline without
tags.
2007-07-13 16:08:46 +00:00
Carsten Dominik
1bedaec120 *** empty log message *** 2007-07-13 16:08:21 +00:00
Carsten Dominik
1e8fbb6d6d Bug fixes. 2007-07-13 13:14:11 +00:00
Carsten Dominik
d72dd6bc46 *** empty log message *** 2007-07-13 13:13:55 +00:00
Stefan Monnier
e5162bc170 Remove spurious * in docstrings.
(vc-handled-backends): Add BZR.
2007-07-13 04:49:30 +00:00
Stefan Monnier
fc8b8d0fb5 (vc-find-file-hook): Use with-demoted-errors. 2007-07-13 04:46:37 +00:00
Juanma Barranquero
9e29c91ca3 (desktop-buffer-info, desktop-save): Use desktop-dirname' instead of dirname'. 2007-07-12 22:40:00 +00:00
Stefan Monnier
d1947d4c8f (which-func-modes): Add `python-mode'. 2007-07-12 04:37:06 +00:00
Stefan Monnier
4f7a582baa (python-which-func-length-limit): New var.
(python-which-func): New function.
(python-current-defun): Add optional `length-limit' and try to fit
computed function name to that length.
(python-mode): Hook `python-which-func' up.
2007-07-12 04:36:48 +00:00
Stefan Monnier
8b95713993 (pcomplete-entries): Obey pcomplete-ignore-case. 2007-07-12 04:15:55 +00:00
Stefan Monnier
c788d36681 (comint-dynamic-complete-as-filename,comint-dynamic-list-filename-completions):
Use read-file-name-completion-ignore-case.
2007-07-12 04:14:48 +00:00
Stefan Monnier
2346acf6ba Require CL.
(vc-cvs-revision-table, vc-cvs-revision-completion-table):
New functions to provide completion of revision names.
2007-07-12 03:13:37 +00:00
Stefan Monnier
98ad325cb3 (vc-functions): Clear up the cache when reloading the file.
(vc-cvs-annotate-first-line-re): New const.
(vc-cvs-annotate-process-filter): New fun.
(vc-cvs-annotate-command): Use them and run the command asynchronously.
2007-07-12 03:10:45 +00:00
Stefan Monnier
1bed504abe (eldoc-last-data): Revise documentation.
(eldoc-print-current-symbol-info): Adjust for changed helper
function signatures.
(eldoc-get-fnsym-args-string): Add `args' argument.  Use new
`eldoc-highlight-function-argument'.
(eldoc-highlight-function-argument): New function.
(eldoc-get-var-docstring): Format documentation with
`font-lock-variable-name-face'.
(eldoc-docstring-format-sym-doc): Add `face' argument and apply it
where suited.
(eldoc-fnsym-in-current-sexp): Return a list with argument index.
(eldoc-beginning-of-sexp): Return number of skipped sexps.
2007-07-12 01:51:52 +00:00
Michael Albinus
db8af97395 * progmodes/compile.el (compilation-start): `start-process' must
still be redefined when calling `start-process-shell-command'.

* progmodes/gud.el (gud-file-name): When `default-directory' is a
remote file name, prepend its remote part to the filename.
(gud-common-init): When `default-directory' is a remote file name,
make the filename relative to it.
Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
2007-07-11 19:38:21 +00:00
Dan Nicolaescu
82c4728d3b * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
mouse binding and a tooltip.
* menu-bar.el (vc-menu-map): New defalias.
2007-07-11 18:37:38 +00:00
Bill Wohler
1a98ebdffb (mh-display-color-cells): Fix on XEmacs 21.5b28. Thanks to Henrique
Martins for the help (closes SF #1749774).
2007-07-11 05:58:45 +00:00
Nick Roberts
948d9b97fc (copyright-current-gpl-version): Set to 3. 2007-07-10 23:30:18 +00:00
Nick Roberts
c636ecc62c *** empty log message *** 2007-07-10 23:28:04 +00:00
Stefan Monnier
1cd643e793 Load cl-loaddefs.el quietly. 2007-07-10 21:01:20 +00:00
Stefan Monnier
ebaba1bd73 (vc-arch-complete): Remove.
(vc-arch-revision-completion-table): Use complete-with-action.
2007-07-10 19:55:12 +00:00
Stefan Monnier
47ccb99329 *** empty log message *** 2007-07-10 19:54:43 +00:00
Michael Albinus
4b29e550e6 * comint.el (make-comint, make-comint-in-buffer)
(comint-exec-1): Replace `start-process' by `start-file-process'.

* progmodes/compile.el (compilation-start): Revert redefining
`start-process'.
2007-07-10 19:52:11 +00:00
Stefan Monnier
563cfbf7a7 (autoload-generate-file-autoloads): Be careful
with EOLs when generating MD5 checksums.
2007-07-10 18:05:36 +00:00
Stefan Monnier
b1b1e473bb *** empty log message *** 2007-07-10 18:03:43 +00:00
Stefan Monnier
7dcef48dd2 Don't change the global map from the follow-mode-map defvar, but from the
toplevel.  Use easy-menu to unify the Emacs and XEmacs code.
(turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
since `follow-mode' should be used instead for that.
2007-07-10 17:47:32 +00:00
Stefan Monnier
d388336001 (easy-menu-binding): New function.
(easy-menu-do-define): Use it.
(easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
2007-07-10 16:35:24 +00:00
Stefan Monnier
813fb3fe82 (compilation-auto-jump-to-first-error,compilation-auto-jump-to-next): New vars.
(compilation-auto-jump): New function.
(compilation-error-properties): Use them to jump to first error.
(compilation-start): Set the var if requested.
2007-07-10 16:01:25 +00:00
Stefan Monnier
48df920c87 (update-directory-autoloads): Remove duplicates without also removing
entries from other directories.
2007-07-10 14:13:16 +00:00
Carsten Dominik
7d58338ef2 * org.el (org-agenda-day-view, org-agenda-week-view): Remember
span as default.

	(org-columns-edit-value): Renamed from `org-column-edit'.
	(org-columns-display-here-title): Renamed from
	`org-overlay-columns-title'.
	(org-columns-remove-overlays): ` Renamed from
	org-remove-column-overlays'.
	(org-columns-get-autowidth-alist): ` Renamed from
	org-get-columns-autowidth-alist'.
	(org-columns-display-here): Renamed from `org-overlay-columns'.
	(org-columns-new-overlay): Renamed from `org-new-column-overlay'.
	(org-columns-quit): Renamed from `org-column-quit'.
	(org-columns-show-value): Renamed from `org-column-show-value'.
	(org-columns-content, org-columns-widen)
	(org-columns-next-allowed-value)
	(org-columns-edit-allowed, org-columns-store-format)
	(org-columns-uncompile-format, org-columns-redo)
	(org-columns-edit-attributes, org-delete-property)
	(org-set-property, org-columns-update)
	(org-columns-compute, org-columns-eval)
	(org-columns-not-in-agenda, org-columns-compute-all)
	(org-property-next-allowed-value)
	(org-columns-compile-format)
	(org-fill-paragraph-experimental)
	(org-string-to-number, org-property-action)
	(org-columns-move-left, org-columns-new )
	(org-column-number-to-string)
	(org-property-previous-allowed-value)
	(org-at-property-p, org-columns-delete)
	(org-columns-previous-allowed-value)
	(org-columns-move-right, org-columns-narrow)
	(org-property-get-allowed-values)
	(org-verify-version, org-column-string-to-number)
	(org-delete-property-globally): New functions.
	(org-columns-current-fmt): Renamed from `org-current-columns-fmt'.
	(org-columns-overlays): Renamed from `org-column-overlays'.
	(org-columns-map): Renamed from `org-column-map'.
	(org-columns-current-maxwidths): Renamed from
	`org-current-columns-maxwidths'.
	(org-columns-begin-marker, org-columns-current-fmt-compiled)
	(org-previous-header-line-format)
	(org-columns-inhibit-recalculation)
	(org-columns-top-level-marker): New variables.
	(org-columns-default-format): Renamed from
	`org-default-columns-format'.
	(org-property-re): New constant.
2007-07-10 07:24:08 +00:00
Carsten Dominik
f3850a5f26 *** empty log message *** 2007-07-10 07:22:39 +00:00
Richard M. Stallman
45595a4fae (looking-at-p, string-match-p): New functions. 2007-07-10 03:54:30 +00:00
Miles Bader
5d27646d21 Changes from arch/CVS synchronization 2007-07-10 02:03:14 +00:00
Miles Bader
c89d0fd415 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 51-54)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 233-234)

   - Merge from emacs--devo--0
   - Update from CVS

2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/cus-start.el (file-coding-system-alist): Fix custom type.

2007-07-08  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/longlines.el (longlines-wrap-region): Avoid marking buffer as
   modified.
   (longlines-auto-wrap, longlines-window-change-function): Remove
   unnecessary calls to set-buffer-modified-p.

2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/progmodes/gud.el (auto-mode-alist): Match more valid gdb init
   file names.

2007-07-01  Richard M. Stallman  <rms@gnu.org>

   * lisp/files.el (find-file-visit-truename): Fix safe-local-variable value.

2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached
   articles as unfetched articles.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string.

2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
   (gnus-article-read-summary-keys): Don't set the 3rd arg of
   pop-to-buffer for XEmacs.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the
   Control Panel.

   * man/gnus.texi (Misc Article): Add index entry for
   gnus-single-article-buffer.

2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>

   * man/gnus.texi (Starting Up): Fix typo.

2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Asynchronous Fetching): Fix typo.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-806
2007-07-10 02:02:35 +00:00
Miles Bader
60b0b6685e Merge from gnus--rel--5.10
Patches applied:

 * emacs--devo--0  (patch 797, 800, 802)

   - Merge from emacs--rel--22

 * gnus--rel--5.10  (patch 233-234)

   - Merge from emacs--devo--0
   - Update from CVS

2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
   as unfetched articles.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string.

2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
   (gnus-article-read-summary-keys): Don't set the 3rd arg of
   pop-to-buffer for XEmacs.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the
   Control Panel.

   * man/gnus.texi (Misc Article): Add index entry for
   gnus-single-article-buffer.

2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>

   * man/gnus.texi (Starting Up): Fix typo.

2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Asynchronous Fetching): Fix typo.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-54
2007-07-10 01:54:34 +00:00
Richard M. Stallman
c40e86ef0a (eval-defun): Explain special handling of `defface'. 2007-07-10 01:07:09 +00:00
Juanma Barranquero
3912763611 *** empty log message *** 2007-07-09 20:49:25 +00:00
Reiner Steib
2b1567a532 (tex-fontify-script)
(tex-font-script-display): New variables to make display of
superscripts and subscripts customizable.
(tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
2007-07-09 19:14:48 +00:00
Richard M. Stallman
25c185dfe3 (isearch-edit-string): Call to isearch-push-state after the search. 2007-07-09 14:46:56 +00:00
Richard M. Stallman
ccbbae2c43 (isearch-edit-string): Call to isearch-push-state after the search. 2007-07-09 14:45:13 +00:00
Jan Djärv
825906b8af (fit-window-to-buffer): Remove setting of window-min-height
to 1 as enlarge-window uses the value to resize/shrink windows other than
WINDOW if needed.
2007-07-09 12:00:56 +00:00
Miles Bader
69e4c7c4ba Add arch tagline 2007-07-09 06:48:40 +00:00
Katsumi Yamaoka
7d79b956dc (file-coding-system-alist): Fix previous commit. 2007-07-09 01:27:20 +00:00
Katsumi Yamaoka
70c2811c5d (file-coding-system-alist): Fix previous commit. 2007-07-09 01:27:15 +00:00
Katsumi Yamaoka
338f7c364d Remove `tiny change' flags from my log entries. 2007-07-08 23:44:03 +00:00
Katsumi Yamaoka
06071e6826 Remove `tiny change' flags from my log entries. 2007-07-08 23:43:42 +00:00