diff options
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/ChangeLog | 24 | ||||
-rw-r--r-- | doc/emacs/ack.texi | 4 | ||||
-rw-r--r-- | doc/emacs/emacsver.texi | 2 |
3 files changed, 14 insertions, 16 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 18428c0ba48..63ccb880d40 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -2,7 +2,7 @@ * misc.texi (emacsclient Options): More clarifications. -2012-04-14 Glenn Morris <rgm@gnu.org> +2012-04-15 Glenn Morris <rgm@gnu.org> * msdog.texi (Windows Printing): It doesn't set printer-name. @@ -12,7 +12,7 @@ (Defining Fontsets, Modifying Fontsets, Undisplayable Characters) (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits. -2012-04-14 Chong Yidong <cyd@gnu.org> +2012-04-15 Chong Yidong <cyd@gnu.org> * glossary.texi (Glossary): Standardize on "text terminal" terminology. All callers changed. @@ -20,7 +20,7 @@ * misc.texi (emacsclient Options): Document "client frame" concept and its effect on C-x C-c more carefully. -2012-04-14 Glenn Morris <rgm@gnu.org> +2012-04-15 Glenn Morris <rgm@gnu.org> * frames.texi (Scroll Bars): * glossary.texi (Glossary): Use consistent case for "X Window System". @@ -32,7 +32,7 @@ (Text Coding, Communication Coding, File Name Coding, Terminal Coding): Copyedits. -2012-04-13 Glenn Morris <rgm@gnu.org> +2012-04-14 Glenn Morris <rgm@gnu.org> * mule.texi (Select Input Method, Coding Systems, Recognize Coding): Copyedits. @@ -41,12 +41,12 @@ auto-coding-functions does not override coding: tags. Remove rmail-decode-mime-charset; it no longer has any effect. -2012-04-12 Chong Yidong <cyd@gnu.org> +2012-04-14 Chong Yidong <cyd@gnu.org> * custom.texi (Creating Custom Themes): Add reference to Custom Themes node in Lisp manual. -2012-04-12 Glenn Morris <rgm@gnu.org> +2012-04-14 Glenn Morris <rgm@gnu.org> * mule.texi (International): Copyedits. (International Chars): Update C-x = example output. @@ -62,8 +62,6 @@ Update for "Disabling Multibyte" node name change. * emacs.texi: Update for "Disabling Multibyte" node name change. -2012-04-10 Glenn Morris <rgm@gnu.org> - * abbrevs.texi, arevert-xtra.texi, buffers.texi, building.texi: * cmdargs.texi, custom.texi, entering.texi, files.texi, frames.texi: * glossary.texi, help.texi, macos.texi, maintaining.texi, mini.texi: @@ -74,13 +72,17 @@ * entering.texi (Entering Emacs): Do not mention initial-buffer-choice = t. -2012-04-08 Glenn Morris <rgm@gnu.org> - * misc.texi (Gnus Startup): Use @env for environment variables. + * Makefile.in: Replace non-portable use of $< in ordinary rules. + +2012-04-12 Glenn Morris <rgm@gnu.org> + + * ack.texi (Acknowledgments): Don't mention obsolete mailpost.el. + 2012-04-07 Glenn Morris <rgm@gnu.org> - * Makefile.in: Replace non-portable use of $< in ordinary rules. + * emacsver.texi (EMACSVER): Bump version to 24.1.50. 2012-04-05 Glenn Morris <rgm@gnu.org> diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi index 40e8cdfdbd0..51f6d70bd90 100644 --- a/doc/emacs/ack.texi +++ b/doc/emacs/ack.texi @@ -252,10 +252,6 @@ Vivek Dasmohapatra wrote @file{htmlfontify.el}, to convert a buffer or source tree to HTML. @item -Gary Delp wrote @file{mailpost.el}, an interface between RMAIL and the -@file{/usr/uci/post} mailer. - -@item Matthieu Devin wrote @file{delsel.el}, a package to make newly-typed text replace the current selection. diff --git a/doc/emacs/emacsver.texi b/doc/emacs/emacsver.texi index 809fbcb6442..88c6f2c6045 100644 --- a/doc/emacs/emacsver.texi +++ b/doc/emacs/emacsver.texi @@ -1,4 +1,4 @@ @c It would be nicer to generate this using configure and @version@. @c However, that would mean emacsver.texi would always be newer @c then the info files in release tarfiles. -@set EMACSVER 24.0.95 +@set EMACSVER 24.1.50 |