1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

84 Commits

Author SHA1 Message Date
Lute Kamstra
9201cc281b * align.el:
* allout.el:
* apropos.el:
* arc-mode.el:
* autoinsert.el:
* avoid.el:
* battery.el:
* bookmark.el:
* buff-menu.el:
* calculator.el:
* chistory.el:
* cmuscheme.el:
* comint.el:
* compare-w.el:
* dabbrev.el:
* delim-col.el:
* desktop.el:
* diff-mode.el:
* diff.el:
* dired-aux.el:
* dired-x.el:
* dired.el:
* dos-vars.el:
* ediff-diff.el:
* ediff-help.el:
* ediff-init.el:
* ediff-merg.el:
* ediff-mult.el:
* ediff-ptch.el:
* ediff-vers.el:
* ediff-wind.el:
* ediff.el:
* emerge.el:
* facemenu.el:
* faces.el:
* ffap.el:
* filecache.el:
* find-dired.el:
* font-core.el:
* font-lock.el:
* forms.el:
* fringe.el:
* help-at-pt.el:
* hippie-exp.el:
* ido.el:
* image-file.el:
* imenu.el:
* indent.el:
* info.el:
* isearchb.el:
* iswitchb.el:
* jit-lock.el:
* jka-compr.el:
* log-edit.el:
* lpr.el:
* ls-lisp.el:
* man.el:
* menu-bar.el:
* midnight.el:
* mouse-sel.el:
* mouse.el:
* msb.el:
* outline.el:
* paren.el:
* pcmpl-cvs.el:
* pcmpl-gnu.el:
* pcomplete.el:
* pcvs-info.el:
* pcvs-parse.el:
* printing.el:
* ps-mule.el:
* ps-print.el:
* replace.el:
* ruler-mode.el:
* saveplace.el:
* sb-image.el:
* scroll-bar.el:
* sha1.el:
* shadowfile.el:
* shell.el:
* sort.el:
* speedbar.el:
* strokes.el:
* tempo.el:
* term.el:
* terminal.el:
* time-stamp.el:
* time.el:
* tree-widget.el:
* type-break.el:
* vc-cvs.el:
* vc-hg.el:
* vc-mcvs.el:
* vc-rcs.el:
* vc-sccs.el:
* vc.el:
* view.el:
* w32-vars.el:
* whitespace.el:
* wid-edit.el: Remove leading * from docstrings of defcustoms,
deffaces, defconsts and defuns.
2008-12-03 05:48:14 +00:00
Chong Yidong
361a81d9bc (indent-for-tab-command): Use use-region-p. 2008-10-30 23:52:39 +00:00
Glenn Morris
59b5f3a80d (indent-line-function): Doc fix. 2008-09-12 03:07:25 +00:00
Glenn Morris
eb3fa2cfcf Switch to recommended form of GPLv3 permissions notice. 2008-05-06 08:06:51 +00:00
Stefan Monnier
cbee283dd7 Fix up comment convention on the arch-tag lines. 2008-04-10 14:10:46 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
409cc4a3ea Add 2008 to copyright years. 2008-01-07 02:45:14 +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
Martin Rudalics
d6a4ad7475 (indent-for-tab-command): Fix doc-string typo. 2007-12-19 09:24:31 +00:00
Reiner Steib
44b275c456 (tab-stop-list): Mark as safe-local-variable. 2007-12-08 14:33:53 +00:00
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