]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge changes from emacs-23 branch
authorChong Yidong <cyd@stupidchicken.com>
Sun, 13 Feb 2011 00:16:28 +0000 (19:16 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 13 Feb 2011 00:16:28 +0000 (19:16 -0500)
1  2 
lisp/dired.el
lisp/emacs-lisp/cl-loaddefs.el
src/ChangeLog

diff --cc lisp/dired.el
index 3a76398e956b5fbac30cc4fa3bbe0be5c2d528b3,3a76398e956b5fbac30cc4fa3bbe0be5c2d528b3..debf539ddb935076c4534b2be2ed279f284bb02f
@@@ -3570,7 -3570,7 +3570,7 @@@ Ask means pop up a menu for the user t
  ;;;;;;  dired-run-shell-command dired-do-shell-command dired-do-async-shell-command
  ;;;;;;  dired-clean-directory dired-do-print dired-do-touch dired-do-chown
  ;;;;;;  dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff
--;;;;;;  dired-diff) "dired-aux" "dired-aux.el" "9f5fc434fa6c2607b6e66060862c9caf")
++;;;;;;  dired-diff) "dired-aux" "dired-aux.el" "e66465bcd1687d66cfb1202c9963d567")
  ;;; Generated autoloads from dired-aux.el
  
  (autoload 'dired-diff "dired-aux" "\
index e10dc10447c2a07e6db54f845266aefd4958f7fb,4ce8e9eec65f649234bfdeb6a420b95923872e89..8e192a18459f1fb4d88d87b7350c812b604d9742
@@@ -754,7 -754,7 +754,7 @@@ surrounded by (block NAME ...)
  ;;;;;;  find nsubstitute-if-not nsubstitute-if nsubstitute substitute-if-not
  ;;;;;;  substitute-if substitute delete-duplicates remove-duplicates
  ;;;;;;  delete-if-not delete-if delete* remove-if-not remove-if remove*
--;;;;;;  replace fill reduce) "cl-seq" "cl-seq.el" "43e0c1183e738e1e1038cdd84fde8366")
++;;;;;;  replace fill reduce) "cl-seq" "cl-seq.el" "df375ddc313f0c1c262cacab5cffd3e4")
  ;;; Generated autoloads from cl-seq.el
  
  (autoload 'reduce "cl-seq" "\
diff --cc src/ChangeLog
index 4469297e32f2bce874994f76b29701bc9a3fe4af,4e6dd9e1de133d328f6e81ea000507275cc3f34e..c677288ad3ed32fad11974536585bc4246daf300
@@@ -1,3 -1,26 +1,20 @@@
 -2011-02-12  Eli Zaretskii  <eliz@gnu.org>
 -
 -      * terminal.c (create_terminal): Use default-keyboard-coding-system
 -      and default-terminal-coding-system to initialize coding systems of
 -      the new terminal.  (Bug#7840)
 -
+ 2011-02-12  Martin Rudalics  <rudalics@gmx.at>
+       * window.c (select_window): Check inhibit_point_swap argument when
+       deciding whether to return immediately.
+ 2011-02-12  Jan Djärv  <jan.h.d@swipnet.se>
+       * nsterm.m (setFrame, initFrame): Make sure pixel_height doesn't become
+       zero (Bug#7348).
+ 2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
+       * config.in (TERMINFO): New definition.
+       * s/netbsd.h: Use it to choose between terminfo and termcap
+       (Bug#7642).
  2011-02-12  Paul Eggert  <eggert@cs.ucla.edu>
  
        * md5.c (md5_process_bytes): Use sizeof, not __alignof__.