1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 08:43:52 -08:00
Commit graph

71400 commits

Author SHA1 Message Date
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
cc213f24d7 * NEWS: Add Tramp and comint-mode changes. 2007-07-10 19:52:37 +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
5045e68e70 (mark_maybe_pointer): Enforce mult-of-8 alignment when using
USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
2007-07-10 18:00:44 +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
8071c00f47 (map_char_table): Use an array of int for `indices' rather than
an array of Lisp_Objects (which are only ever integers anyway).
2007-07-10 15:40:06 +00:00
Stefan Monnier
d47ecf8be4 (Ftranspose_regions): Use EMACS_INT for positions. 2007-07-10 15:23:36 +00:00
Stefan Monnier
fab84e3cfb (struct accessible_keymaps_data, struct where_is_internal_data): New structs.
(accessible_keymaps_1, where_is_internal_1): Use them to change
interface to adhere to the one used by map_keymap.
(Faccessible_keymaps, where_is_internal): Use map_keymap.
(accessible_keymaps_char_table, where_is_internal_2): Remove.
2007-07-10 15:20:15 +00:00
Stefan Monnier
a1be1ce88b (map_keymap_function_t): More informative prototype. 2007-07-10 15:13:33 +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
4d1daf5961 * org.texi (Properties and columns): Chapter rewritten. 2007-07-10 07:24:19 +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
Richard M. Stallman
ef8878109c (Vinhibit_changing_match_data, search_regs_1): New vars.
(looking_at_1): Don't change search_regs and last_thing_searched
if `inhibit-changing-match-data' is non-nil.
(string_match_1, search_buffer, set_search_regs): Likewise.
(syms_of_search): Add Lisp level definition for
`inhibit-changing-match-data' and set it to nil.
(boyer_moore): If `inhibit-changing-match-data' is non-nil,
compute start and end of the match, instead of using values in search_regs.
2007-07-10 03:49:44 +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
Richard M. Stallman
2b6b226cf6 (Defining Faces): Explain C-M-x feature for defface. 2007-07-10 01:05:49 +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
Richard M. Stallman
ebcf866ed8 (Magic File Names): Rewrite previous change. 2007-07-09 14:13:02 +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
Katsumi Yamaoka
f2a6c14abd (file-coding-system-alist): Fix custom type. 2007-07-08 23:41:36 +00:00
Katsumi Yamaoka
6bd7e3b415 (file-coding-system-alist): Fix custom type. 2007-07-08 23:41:26 +00:00
Stefan Monnier
337a64d116 (run-mode-hooks): Docstring improvement. 2007-07-08 19:35:50 +00:00
Stefan Monnier
f4b43eb362 (vc-cvs-revert): Use vc-default-revert.
(vc-cvs-checkout): Remove last arg now unused; simplify.
2007-07-08 19:34:19 +00:00
Michael Albinus
64639e26dd * NEWS: `file-remote-p' has a new optional parameter CONNECTED. 2007-07-08 18:10:09 +00:00
Michael Albinus
62256aa78b * files.texi (Magic File Names): Introduce optional parameter
CONNECTED for `file-remote-p'.
2007-07-08 18:08:36 +00:00
Chong Yidong
85a0b36859 (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-08 18:07:46 +00:00
Chong Yidong
78862c5e94 * 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-08 18:07:19 +00:00
Chong Yidong
7aa8eec2fb (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-08 18:05:53 +00:00
Chong Yidong
a3721ebddc * 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-08 18:05:41 +00:00
Michael Albinus
8238a14007 * tramp.texi:
* trampver.texi: Migrate to Tramp 2.1.
2007-07-08 18:05:03 +00:00
Michael Albinus
00d6fd04d8 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
* net/tramp.el:
* net/tramp-ftp.el:
* net/tramp-smb.el:
* net/tramp-uu.el:
* net/trampver.el: Migrate to Tramp 2.1.

* net/tramp-cache.el:
* net/tramp-fish.el:
* net/tramp-gw.el: New Tramp packages.

* net/tramp-util.el:
* net/tramp-vc.el: Removed.

* net/ange-ftp.el: Add ange-ftp property to 'start-file-process
(ange-ftp-file-remote-p): Handle optional parameter CONNECTED.

* net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.

* progmodes/compile.el (compilation-start): Redefine
`start-process' temporarily when `default-directory' is remote.
Remove case of synchronous compilation, this won't happen ever.
(compilation-setup): Make local variable `comint-file-name-prefix'
for remote compilation.
2007-07-08 18:03:20 +00:00
Miles Bader
300e5e2274 Add arch tagline 2007-07-08 11:32:07 +00:00