aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2007-05-13 01:31:05 +0000
committerMiles Bader2007-05-13 01:31:05 +0000
commitbaa157cd2301a9ee934f79a31ba04f5352e82254 (patch)
treeab1bf53a392cb83eda21b6e64f60d3991f3e130d
parentfb0b0862c648515df5c81ea973cb8a118f85e6ed (diff)
parent85ffff84ec1cb5d1a202136d3275bcf031ce6e73 (diff)
downloademacs-baa157cd2301a9ee934f79a31ba04f5352e82254.tar.gz
emacs-baa157cd2301a9ee934f79a31ba04f5352e82254.zip
Merge from emacs--rel--22
Patches applied: * emacs--rel--22 (patch 14-15) - Update from CVS 2007-05-12 Richard M. Stallman <rms@gnu.org> * etc/refcard.tex (section{Incremental Search}): Minor corrections. 2007-05-12 Richard M. Stallman <rms@gnu.org> * lispref/text.texi (Margins): indent-to-left-margin is not the default. (Mode-Specific Indent): For indent-line-function, the default is indent-relative. * lispref/modes.texi (Example Major Modes): Explain last line of text-mode is redundant. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-746
-rw-r--r--admin/FOR-RELEASE4
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
-rw-r--r--etc/refcard.tex6
-rw-r--r--lispref/ChangeLog9
-rw-r--r--lispref/modes.texi6
-rw-r--r--lispref/text.texi13
-rw-r--r--src/ChangeLog3
8 files changed, 31 insertions, 18 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 7f73b904a63..d6584f61a9e 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -56,10 +56,10 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01113.html
56** Takaaki.Ota@am.sony.com, May 2: table cell menu does not appear at the menubar 56** Takaaki.Ota@am.sony.com, May 2: table cell menu does not appear at the menubar
57 Bug is intermittent. 57 Bug is intermittent.
58 58
59** Install python.el `with' patch from trunk.
60
61** Install vc-hooks.el patch from trunk. 59** Install vc-hooks.el patch from trunk.
62 60
61** Move some items from magic-mode-alist to file-start-mode-alist.
62
63* DOCUMENTATION 63* DOCUMENTATION
64 64
65** Check the Emacs Tutorial. 65** Check the Emacs Tutorial.
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 4ca7b612e75..c0f49d31429 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-05-12 Richard Stallman <rms@gnu.org>
2
3 * refcard.tex (section{Incremental Search}): Minor corrections.
4
12007-05-12 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> 52007-05-12 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
2 6
3 * Makefile (viperCard.ps, calccard.ps refcard.ps) 7 * Makefile (viperCard.ps, calccard.ps refcard.ps)
diff --git a/etc/NEWS b/etc/NEWS
index 87c42c01067..412f5bc928c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -357,7 +357,7 @@ in the value, use `$$'.
357 357
358** The default values of paragraph-start and indent-line-function have 358** The default values of paragraph-start and indent-line-function have
359been changed to reflect those used in Text mode rather than those used 359been changed to reflect those used in Text mode rather than those used
360in Indented-Text mode. 360in Paragraph-Indent Text mode.
361 361
362** The default for the paper size (variable ps-paper-type) is taken 362** The default for the paper size (variable ps-paper-type) is taken
363from the locale. 363from the locale.
@@ -5015,7 +5015,7 @@ looking at the file contents. It takes precedence over `auto-mode-alist'.
5015 5015
5016*** New variable `file-start-mode-alist' determines major mode for a file by 5016*** New variable `file-start-mode-alist' determines major mode for a file by
5017looking at the file contents. It is handled after `auto-mode-alist', 5017looking at the file contents. It is handled after `auto-mode-alist',
5018only if `auto-mode-alist' says nothing about the file. 5018only if `auto-mode-alist' (and `magic-mode-alist') says nothing about the file.
5019 5019
5020*** XML or SGML major mode is selected when file starts with an `<?xml' 5020*** XML or SGML major mode is selected when file starts with an `<?xml'
5021or `<!DOCTYPE' declaration. 5021or `<!DOCTYPE' declaration.
diff --git a/etc/refcard.tex b/etc/refcard.tex
index 8c8d3288841..7f7784bc957 100644
--- a/etc/refcard.tex
+++ b/etc/refcard.tex
@@ -330,7 +330,7 @@ the directions. If you are a first-time user, type \kbd{C-h t} for a
330\key{abort current search}{C-g} 330\key{abort current search}{C-g}
331 331
332Use \kbd{C-s} or \kbd{C-r} again to repeat the search in either direction. 332Use \kbd{C-s} or \kbd{C-r} again to repeat the search in either direction.
333If Emacs is still searching, \kbd{C-g} cancels only the part not done. 333If Emacs is still searching, \kbd{C-g} cancels only the part not matched.
334 334
335\shortcopyrightnotice 335\shortcopyrightnotice
336 336
@@ -478,7 +478,7 @@ The following keys are defined in the minibuffer.
478\key{abort command}{C-g} 478\key{abort command}{C-g}
479 479
480Type \kbd{C-x ESC ESC} to edit and repeat the last command that used the 480Type \kbd{C-x ESC ESC} to edit and repeat the last command that used the
481minibuffer. Type \kbd{F10} to activate the menu bar using the minibuffer. 481minibuffer. Type \kbd{F10} to activate menu bar items on text terminals.
482 482
483\newcolumn 483\newcolumn
484\title{GNU Emacs Reference Card} 484\title{GNU Emacs Reference Card}
@@ -657,7 +657,7 @@ An example:
657 657
658\beginexample% 658\beginexample%
659(defun this-line-to-top-of-window (line) 659(defun this-line-to-top-of-window (line)
660 "Reposition line point is on to top of window. 660 "Reposition current line to top of window.
661With ARG, put point on line ARG." 661With ARG, put point on line ARG."
662 (interactive "P") 662 (interactive "P")
663 (recenter (if (null line) 663 (recenter (if (null line)
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index cb824323286..1092346448e 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,12 @@
12007-05-12 Richard Stallman <rms@gnu.org>
2
3 * text.texi (Margins): indent-to-left-margin is not the default.
4 (Mode-Specific Indent): For indent-line-function, the default
5 is indent-relative.
6
7 * modes.texi (Example Major Modes): Explain last line of text-mode
8 is redundant.
9
12007-05-10 Richard Stallman <rms@gnu.org> 102007-05-10 Richard Stallman <rms@gnu.org>
2 11
3 * keymaps.texi (Scanning Keymaps): Update where-is-internal example. 12 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
diff --git a/lispref/modes.texi b/lispref/modes.texi
index 56fb43a0c3b..6d9aabefbe8 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -956,7 +956,11 @@ Turning on Text mode runs the normal hook `text-mode-hook'."
956@end group 956@end group
957@end smallexample 957@end smallexample
958 958
959 But here is how it was defined formerly, before 959@noindent
960(The last line is redundant nowadays, since @code{indent-relative} is
961the default value, and we'll delete it in a future version.)
962
963 Here is how it was defined formerly, before
960@code{define-derived-mode} existed: 964@code{define-derived-mode} existed:
961 965
962@smallexample 966@smallexample
diff --git a/lispref/text.texi b/lispref/text.texi
index e5a7e73a528..8fb155d2109 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -1655,11 +1655,10 @@ they default to the whole buffer.
1655@end defun 1655@end defun
1656 1656
1657@defun indent-to-left-margin 1657@defun indent-to-left-margin
1658This is the default @code{indent-line-function}, used in Fundamental 1658This function adjusts the indentation at the beginning of the current
1659mode, Text mode, etc. Its effect is to adjust the indentation at the 1659line to the value specified by the variable @code{left-margin}. (That
1660beginning of the current line to the value specified by the variable 1660may involve either inserting or deleting whitespace.) This function
1661@code{left-margin}. This may involve either inserting or deleting 1661is value of @code{indent-line-function} in Paragraph-Indent Text mode.
1662whitespace.
1663@end defun 1662@end defun
1664 1663
1665@defvar left-margin 1664@defvar left-margin
@@ -2199,9 +2198,7 @@ various commands) to indent the current line. The command
2199 2198
2200In Lisp mode, the value is the symbol @code{lisp-indent-line}; in C 2199In Lisp mode, the value is the symbol @code{lisp-indent-line}; in C
2201mode, @code{c-indent-line}; in Fortran mode, @code{fortran-indent-line}. 2200mode, @code{c-indent-line}; in Fortran mode, @code{fortran-indent-line}.
2202In Fundamental mode, Text mode, and many other modes with no standard 2201The default value is @code{indent-relative}.
2203for indentation, the value is @code{indent-to-left-margin} (which is the
2204default value).
2205@end defvar 2202@end defvar
2206 2203
2207@deffn Command indent-according-to-mode 2204@deffn Command indent-according-to-mode
diff --git a/src/ChangeLog b/src/ChangeLog
index b2e3338e98d..1fd66a4836b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,8 +2,7 @@
2 2
3 * image.c (pbm_load): Correctly check image size for greyscale pbm. 3 * image.c (pbm_load): Correctly check image size for greyscale pbm.
4 4
5 * xterm.c (XTread_socket): Yet another uncaught X error 5 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
6 crash (YAUXEC).
7 6
82007-05-07 Stefan Monnier <monnier@iro.umontreal.ca> 72007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9 8