1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

74 Commits

Author SHA1 Message Date
Miles Bader
fdc9061358 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 131-137)

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

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
2007-10-27 09:07:17 +00:00
Richard M. Stallman
caadec436d (indent-to-left-margin): If point's in the indentation,
move to the end of the indentation.
2007-10-24 08:10:57 +00:00
Juri Linkov
bc3214eda6 (indent-for-tab-command): Change interactive spec from "P" to "p".
(indent-for-tab-command): Add check for interactive arg before
indenting the active region.
2007-10-18 00:08:08 +00:00
Dan Nicolaescu
17ee46255f * progmodes/cc-mode.el (c-mode-base-map): Use
c-indent-line-or-region instead of c-indent-line.

* indent.el (indent-for-tab-command): First check if the region is
active.
2007-09-24 17:48:50 +00:00
Dan Nicolaescu
6dd697d9a5 (indent-for-tab-command): Indent the region if
transient-mark-mode and the region is active.
2007-09-22 00:57:00 +00:00
Miles Bader
9aecacd08a Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Stefan Monnier
9450aaa02b (tab-always-indent): Docstring fix. 2007-06-12 16:33:39 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Eli Zaretskii
f321348b56 (tab-always-indent): Doc fix. 2006-12-22 22:46:22 +00:00
Juanma Barranquero
b379356ae1 (tab-to-tab-stop, move-to-tab-stop): "?\ " -> "?\s". 2006-11-27 13:53:11 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Juanma Barranquero
2175199557 (indent): Finish `defgroup' description with period. 2005-07-04 02:08:37 +00:00
Luc Teirlinck
6faab05fa2 (set-left-margin, set-right-margin): Delete redundant code.
(increase-right-margin): Remove erroneous call to `interactive-p'.
2004-10-24 21:01:20 +00:00
Luc Teirlinck
a5b3d1b8ab (set-left-margin, set-right-margin): Rename lm' arg to width' for
consistency with docstring.  Doc fix.
2004-10-02 00:18:38 +00:00
Richard M. Stallman
1d1c5af904 (move-to-left-margin): Special case for minibuffer. 2004-09-20 16:09:32 +00:00
Luc Teirlinck
bc57b73586 (edit-tab-stops-buffer): Doc fix. 2004-08-28 16:13:32 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Stefan Monnier
f202a7a25f (indent-for-tab-command): If tab-always-indent is non-nil
and the user hits TAB a second time, just insert a tab.
2003-03-14 23:11:20 +00:00
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00
Richard M. Stallman
1a2f8b7353 (indent-according-to-mode, indent-region): Doc fix. 2002-11-29 15:06:59 +00:00
Eli Zaretskii
5a0f9388a1 (indent-rigidly): Mention how to remove all indentation. 2002-05-21 16:28:08 +00:00
Richard M. Stallman
1d9cc34573 (indent-region): Make COLUMN arg optional. 2002-05-19 16:09:28 +00:00
Stefan Monnier
e30ce0986a (indent-for-tab-command): Remove spurious code. 2002-02-01 21:44:26 +00:00
Stefan Monnier
f059f7032f (indent-line-function): Default is indent-relative again. 2001-12-06 16:17:08 +00:00
Richard M. Stallman
2ed848b01f (indent-line-function): Default is indent-to-left-margin again. 2001-12-02 04:47:16 +00:00
Stefan Monnier
19b7046099 (tab-to-tab-stop): Use delete-horizontal-space. 2001-12-02 03:55:16 +00:00
Stefan Monnier
fe552b4c0d (tab-always-indent, indent-for-tab-command):
Remove redundant `never' setting.
2001-11-02 04:57:54 +00:00
Stefan Monnier
a17b712b4d (indent-line-function): Change default to indent-relative.
(tab-always-indent): Add an `always' setting.
(indent-according-to-mode): Handle `indent-relative' and
`indent-relative-maybe' specially.
(indent-for-tab-command): Rename `prefix-arg' to `arg'.
Handle the `always; case for `tab-always-indent'.
Don't call indent-according-to-mode for indent-relative' and
`indent-relative-maybe'.
(insert-tab): Rename `prefix-arg' to `arg'.
(indent-region): Indent the first line as well.
(indent-relative): Don't mark the buffer modified if the indentation
is unchanged.
2001-10-30 05:37:08 +00:00
Eli Zaretskii
1fd63d9b9b (indent-relative-maybe, indent-relative): Doc fix. 2001-06-22 11:49:18 +00:00
Gerd Moellmann
61294601ff (indent-for-tab-command): Call indent-line-function
with no argument if PREFIX-ARG is non-nil.
2001-04-17 16:33:10 +00:00
Stefan Monnier
20b1d07968 (tab-always-indent): New var.
(indent-for-tab-command): Use it.
2000-10-07 04:13:09 +00:00
Gerd Moellmann
b9ce5694b3 (indent-for-tab-command): Doc fix. 2000-09-14 12:19:16 +00:00
Gerd Moellmann
eca1e29e88 (indent-for-tab-command): Doc fix. 2000-08-08 18:32:20 +00:00
Gerd Moellmann
6528f1ca13 (indent-region): Doc fix. 1999-10-25 12:51:38 +00:00
Richard M. Stallman
f6f53207b9 (indent-relative): Doc fix. 1999-09-03 01:00:15 +00:00
Richard M. Stallman
0f6ca6cf10 (tab-stop-list): Doc fix. 1997-09-12 22:34:30 +00:00
Richard M. Stallman
5e9f80a8d5 (indent-relative, insert-tab):
Don't call expand-abbrev unless preceding character is a word char.
1997-08-24 16:26:31 +00:00
Richard M. Stallman
ddb3136ef7 Customized. 1997-08-19 00:03:01 +00:00
Karl Heuer
cd6d305e53 (indent-line-to): Fix off-by-one bug when deciding
whether to delete the existing spaces.
1997-03-14 16:35:03 +00:00
Erik Naggum
4424ce6f12 (insert-tab): fix previous change 1996-04-29 18:12:08 +00:00
Richard M. Stallman
10992b014c (indent-for-tab-command): Pass prefix arg to indent-tab.
(insert-tab): Handle prefix arg.
1996-04-28 23:41:52 +00:00
Richard M. Stallman
7d43e2ad65 (beginning-of-line-text): Check adaptive-fill-regexp is non-nil. 1996-03-06 19:12:58 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
54505d728c (move-to-left-margin): Removed left-over code that
made it fail on right-justified and centered text.
1995-11-17 22:43:35 +00:00
Richard M. Stallman
a80a30b333 (indent-line-to): Delete spaces before inserting a tab. 1995-11-14 21:05:54 +00:00
Richard M. Stallman
34a71c1e6d (indent-for-tab-command): Get the prefix arg
and pass it along to indent-line-function if it isn't nil.
1995-09-14 14:45:02 +00:00
Richard M. Stallman
a296405357 (tab-to-tab-stop): Expand abbrevs only after a word-char. 1995-08-05 20:21:06 +00:00