Merge from emacs-24 branch
authorChong Yidong <cyd@gnu.org>
Sun, 15 Apr 2012 07:28:01 +0000 (15:28 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 15 Apr 2012 07:28:01 +0000 (15:28 +0800)
1  2 
doc/emacs/ChangeLog
doc/emacs/ack.texi
doc/lispref/ChangeLog
doc/lispref/processes.texi
lisp/ChangeLog
lisp/international/mule-cmds.el
lisp/simple.el

@@@ -1,4 -1,38 +1,38 @@@
 -2012-04-14  Glenn Morris  <rgm@gnu.org>
+ 2012-04-15  Chong Yidong  <cyd@gnu.org>
+       * misc.texi (emacsclient Options): More clarifications.
 -2012-04-14  Chong Yidong  <cyd@gnu.org>
++2012-04-15  Glenn Morris  <rgm@gnu.org>
+       * msdog.texi (Windows Printing): It doesn't set printer-name.
+       * mule.texi (Language Environments): Move font info to "Fontsets".
+       (Fontsets): Move intlfonts etc here from "Language Environments".
+       Copyedits.
+       (Defining Fontsets, Modifying Fontsets, Undisplayable Characters)
+       (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits.
 -2012-04-14  Glenn Morris  <rgm@gnu.org>
++2012-04-15  Chong Yidong  <cyd@gnu.org>
+       * glossary.texi (Glossary): Standardize on "text terminal"
+       terminology.  All callers changed.
+       * misc.texi (emacsclient Options): Document "client frame" concept
+       and its effect on C-x C-c more carefully.
 -2012-04-13  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".
+       * mule.texi (Select Input Method, Coding Systems):
+       State command names in kbd tables.
+       (Recognize Coding): Add cross-ref.
+       (Output Coding): Don't mention message mode in particular.
+       (Text Coding, Communication Coding, File Name Coding, Terminal Coding):
+       Copyedits.
 +2012-04-14  Glenn Morris  <rgm@gnu.org>
  
        * mule.texi (Select Input Method, Coding Systems, Recognize Coding):
        Copyedits.
Simple merge
@@@ -1,4 -1,24 +1,24 @@@
 -2012-04-14  Glenn Morris  <rgm@gnu.org>
+ 2012-04-15  Glenn Morris  <rgm@gnu.org>
+       * processes.texi (Processes, Subprocess Creation, Shell Arguments):
+       (Synchronous Processes, Asynchronous Processes, Deleting Processes):
+       Copyedits.
+       (Subprocess Creation): Discourage modifying exec-path directly.
+       (Synchronous Processes, Asynchronous Processes):
+       Update some example output.
+       (Process Information): Fix typo.
+       (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
 -2012-04-13  Chong Yidong  <cyd@gnu.org>
++2012-04-15  Glenn Morris  <rgm@gnu.org>
+       * anti.texi (Antinews): Copyedits.  Don't @dfn anything here.
+       open-network-stream does exist in Emacs 23, but is simpler.
 -2012-04-12  Chong Yidong  <cyd@gnu.org>
++2012-04-15  Chong Yidong  <cyd@gnu.org>
+       * customize.texi (Custom Themes): Also document load-theme etc.
 +2012-04-14  Chong Yidong  <cyd@gnu.org>
  
        * customize.texi (Applying Customizations):
        (Custom Themes): New nodes.
Simple merge
diff --cc lisp/ChangeLog
@@@ -1,43 -1,17 +1,56 @@@
 -2012-04-14  Glenn Morris  <rgm@gnu.org>
++2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
++
++      Avoid the use of ((lambda ...) ...) in lexical-binding code.
++      * emacs-lisp/easy-mmode.el (define-minor-mode):Use funcall (bug#11241).
++
+ 2012-04-15  Glenn Morris  <rgm@gnu.org>
+       * simple.el (process-file-side-effects): Doc fix.
++2012-04-15  Glenn Morris  <rgm@gnu.org>
+       * international/mule-cmds.el (set-language-environment): Doc fix.
 +2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * server.el (server-auth-key, server-generate-key): Doc fixes.
 +      (server-get-auth-key): Doc fix.  Use `string-match-p'.
 +      (server-start): Reflow docstring.
 +
 +2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
 +
 +      * server.el (server-generate-key): `called-interactively-p'
 +      requires a parameter.
 +
 +2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
 +
 +      * server.el (server-auth-key): New variable.
 +      (server-generate-key, server-get-auth-key): New function.
 +      (server-start): Use the new variable and functions to allow
 +      setting a permanent server key (bug#9423).
 +
 +2012-04-14  Leo Liu  <sdl.web@gmail.com>
 +
 +      * vc/diff-mode.el (diff-file-prev/next): Fix typo.
 +
 +2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Spelling fixes.
 +      * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
 +      Emacs uses American spelling.
 +
 +2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
 +      (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
 +      (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
 +      (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
 +
  2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
  
 -      Avoid the use of ((lambda ...) ...) in lexical-binding code.
 -      * emacs-lisp/easy-mmode.el (define-minor-mode):Use funcall (bug#11241).
 +      * progmodes/which-func.el (which-func-modes): Change default.
  
 -2012-04-13  Kim F. Storm  <storm@cua.dk>
 +2012-04-14  Kim F. Storm  <storm@cua.dk>
  
        * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
        exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
Simple merge
diff --cc lisp/simple.el
Simple merge