1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-19 04:21:45 -07:00
Commit graph

12820 commits

Author SHA1 Message Date
Jay Belanger
13eb7df084 (calc-arithmetic-menu, calc-scientific-function-menu)
(calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
(calc-units-menu, calc-variables-menu, calc-stack-menu):
Add :active keywords.

(calc-modes-menu): Add complex formats, remaining languages.
2007-12-29 05:33:52 +00:00
Jay Belanger
f2ce8fb9e0 (calc-init-extensions): Autoload commands to change languages. 2007-12-29 01:11:03 +00:00
Jay Belanger
06f02c7df8 *** empty log message *** 2007-12-29 01:06:40 +00:00
Dan Nicolaescu
6c47d8195e (vc-hg-registered): Return the false when vc-hg-state
returns 'ignored or 'unregistered.
(vc-hg-state): Pass "-A" to the status command and deal with the
output.
(vc-hg-dir-state): Pass "-A" to the status command.
2007-12-28 22:50:18 +00:00
Miles Bader
b17f53abc2 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
2007-12-28 22:26:14 +00:00
Juanma Barranquero
2e5093251c *** empty log message *** 2007-12-28 19:46:56 +00:00
Eric S. Raymond
ca252c862a Improve a Changelog comment. 2007-12-28 18:19:53 +00:00
Eric S. Raymond
722f037fc8 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
states. and the new return-value convention.  These are not
	actually used yet, just set.

	* vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
	states when appropriate.

	* vc-hg.el (vc-hg-state,vc-hg-dir-state): Set 'ignored and
	'unregistered' when appropriate.

	* vc-git.el: Document that we don't set the new states yet.

	* vc.el (vc-dired-state-info): Display 'unregistered and
	'ignored states.

	* vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
	appropriate.

	* vc-bzr.el (vc-bzr-dir-state): Set 'ignored and
	'unregistered' when appropriate.
2007-12-28 18:16:55 +00:00
Eric S. Raymond
0f67cc71b4 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info
functions so they don't do work that the default one can do instead
2007-12-28 16:24:31 +00:00
Eric S. Raymond
1198eead9e Changelog typo fixes. 2007-12-28 13:30:34 +00:00
Eric S. Raymond
9c4b89d5a4 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
to vc-hooks.el so it will be available to other modes, such as
speedbar.el.  Also, teach it to recognize monotine state directories.

* speedbar.el: Remove this mode's fragile assumptions about
version-control systems.  Instead, make it use logic from
vc-hooks.el so it will become smarter whenever VC mode does.

* vc-hooks.el: 'added is a real state, not a future hypothetical
one. Fix the documentation.
2007-12-28 13:29:41 +00:00
YAMAMOTO Mitsuharu
ea7ac2eb95 (rgrep): Fix last change. 2007-12-28 10:48:05 +00:00
Nick Roberts
23dab1c354 *** empty log message *** 2007-12-28 09:48:35 +00:00
Eric S. Raymond
18e1f24981 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
Modify all instances of the dir-state back-end method to suppress
keeping undo lists on the buffers holding astatus output, which
csn get extremely large.
2007-12-28 08:59:50 +00:00
Nick Roberts
dacc50beea *** empty log message *** 2007-12-28 08:08:34 +00:00
Jay Belanger
c0db575568 (math-remove-percentsigns): Change placeholder for percent signs. 2007-12-27 17:35:59 +00:00
Eric S. Raymond
9580f1fd71 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
non-terse mode.
(vc-dired-ignorable-p): Ignore Makefile when it has a peer named
Makefile.in or Makefile.am
2007-12-27 16:17:17 +00:00
Eric S. Raymond
ba0f59050f Refactoring step. 2007-12-27 15:26:02 +00:00
Eric S. Raymond
35d33ce769 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
use completion-ignored-extensions to detect files that should be
ignorted in VC-Dired listings, heading off lots of expensive calls
to (vc-state).
2007-12-27 14:41:44 +00:00
Vinicius Jose Latorre
1be05f120f Fix ps-print-preprint-region code 2007-12-27 14:00:42 +00:00
Eric S. Raymond
9b64a7f0cf * (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put
machinery in place to support editing of change comments
with 'e' in a log-view buffer.  Not documented yet as this
only works for SCCS, RCS, and maybe CVS if you have admin
privileges.  When we have backend support for Subversion and
more modern systems it will ve time to write this up.
2007-12-27 11:26:27 +00:00
Kenichi Handa
86c3a9fbd9 (select-safe-coding-system): When a
buffer is modfied, cancel the writing.
2007-12-27 10:28:28 +00:00
Nick Roberts
8cc196146b *** empty log message *** 2007-12-27 05:50:36 +00:00
Richard M. Stallman
2d0a22f826 (compilation-start): Set initial visible point properly even when
compilation buffer already current.
2007-12-27 03:31:20 +00:00
Eric S. Raymond
be01714b8f *** empty log message *** 2007-12-27 03:17:24 +00:00
Eric S. Raymond
13b5602562 *** empty log message *** 2007-12-27 03:10:52 +00:00
Dan Nicolaescu
c43b7df62c Show the functions changed. 2007-12-27 02:22:59 +00:00
Eric S. Raymond
cdce374aed *** empty log message *** 2007-12-26 23:24:08 +00:00
Eric S. Raymond
f24830d2b7 Oops...describe the file... 2007-12-26 21:06:35 +00:00
Eric S. Raymond
813e89399c Add log format samples for Subversion and Mercurial. 2007-12-26 21:02:59 +00:00
Andreas Schwab
e97fd4fb02 (save-buffer-state): Make sure the state of the
buffer is always restored.
2007-12-26 19:05:28 +00:00
Jay Belanger
28d8820188 (math-to-percentsigns): New function.
(math-compose-var): Handle variables with percent signs.
(math-compose-expr): Handle function names with percent signs.
2007-12-26 17:38:24 +00:00
Richard M. Stallman
73936494a3 (conf-mode-maybe): New function.
(auto-mode-alist): Use conf-mode-maybe for .conf etc.
2007-12-26 17:29:34 +00:00
Vinicius Jose Latorre
53a124003e Fix ps-print-preprint-region code 2007-12-26 16:28:30 +00:00
Tassilo Horn
137187c884 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
* image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
	New functions.
	(image-mode): Set bookmark-make-cell-function appropriately.

	* doc-view.el (doc-view-bookmark-jump): Correct misspelled arg
	name.
2007-12-26 11:48:37 +00:00
Martin Rudalics
a5af675edc (fill-find-break-point): Fix doc-string typo. 2007-12-26 09:08:59 +00:00
Tassilo Horn
1666a6b3e8 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
* bookmark.el (bookmark-make-cell-function): New variable.
	(bookmark-make): Call bookmark-make-cell-function's function
	instead of bookmark-make-cell.
	(bookmark-get-handler, bookmark-jump-internal): New functions.
	(bookmark-jump, bookmark-jump-other-window, bookmark-insert)
	(bookmark-bmenu-2-window, bookmark-bmenu-other-window): Use
	bookmark-jump-internal.
	(bookmark-make-cell-for-text-file): Renamed from
	bookmark-make-cell.

	* doc-view.el (doc-view-bookmark-make-cell)
	(doc-view-bookmark-jump): New functions.
	(doc-view-mode): Set bookmark-make-cell-function buffer-locally.
2007-12-26 08:53:06 +00:00
Richard M. Stallman
c60d543d8b (allout-region-active-p): Renamed from my-region-active-p. Use `use-region-p'.
(allout-write-file-hook-handler): Simplify code.
2007-12-25 23:00:07 +00:00
Miles Bader
1225a933f0 Add prefix arg handling to indent-for-tab-command
(indent-for-tab-command): Rigidly indent the following sexp along
with the current line when a prefix arg is given in the
non-active-region case.  Specify raw prefix in interactive spec.
Simplify main indentation logic to get rid of the conditional call
to `indent-according-to-mode' (it just ended up calling
`indent-line-function' in all cases anyway, which can be done more
simply here).  Remove unnecessary test of ARG in active region case.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-964
2007-12-25 21:07:12 +00:00
Richard M. Stallman
4496b02bed (yank-pop-change-selection): New option.
(current-kill): Obey it.
2007-12-25 20:19:13 +00:00
Richard M. Stallman
63571b5a84 (mouse-yank-primary): New function (almost same as mouse-yank-secondary). 2007-12-25 20:09:05 +00:00
Dan Nicolaescu
187e9721c7 (asm-mode-map): Add a major mode menu. 2007-12-25 20:00:12 +00:00
Dan Nicolaescu
d31e8e871c * calculator.el:
* dframe.el:
* iswitchb.el:
* whitespace.el:
* winner.el:
* emacs-lisp/checkdoc.el:
* mail/feedmail.el:
* net/quickurl.el:
* obsolete/fast-lock.el:
* play/5x5.el:
* progmodes/delphi.el:
* progmodes/idlw-shell.el:
* progmodes/idlwave.el:
* textmodes/artist.el:
* textmodes/ispell.el:
* textmodes/texinfmt.el:
* textmodes/texinfo.el: Remove obsolete definitions of backward
compatibility macros for defcustom, defgroup, defface, when,
unless, with-current-buffer and with-temp-message.
2007-12-25 19:21:38 +00:00
Richard M. Stallman
6143495cd6 (comint-mode-map): Explicitly bind delete' and kp-delete'
so they never do EOF.
2007-12-25 16:56:28 +00:00
Nick Roberts
d72cf2fa89 *** empty log message *** 2007-12-24 07:59:03 +00:00
Stefan Monnier
c61a444841 (server-save-buffers-kill-terminal): Check the `proc' is indeed a process. 2007-12-23 22:46:07 +00:00
Richard M. Stallman
d03b9b3108 (region-active-p): New function.
(use-empty-active-region): New variable.
2007-12-23 21:46:25 +00:00
Richard M. Stallman
55d77548e7 (dired): Load dired.el at run time too. 2007-12-23 19:14:55 +00:00
Richard M. Stallman
86f795fdc8 Load dired.el at run time too. 2007-12-23 19:13:48 +00:00
Richard M. Stallman
341a1bfb33 (copy-face): Create the new face explicitly if it does not exist already. 2007-12-23 18:09:10 +00:00