]> git.eshelyaron.com Git - emacs.git/commitdiff
Merged from emacs@sv.gnu.org
authorKaroly Lorentey <lorentey@elte.hu>
Sat, 13 Jan 2007 22:59:28 +0000 (22:59 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Sat, 13 Jan 2007 22:59:28 +0000 (22:59 +0000)
Patches applied:

 * emacs@sv.gnu.org/emacs--devo--0--patch-592
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-593
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-594
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-595
   Merge from gnus--rel--5.10

 * emacs@sv.gnu.org/emacs--devo--0--patch-596
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-597
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-598
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-186
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-187
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-188
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-189
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-190
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-191
   Update from CVS

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-593

17 files changed:
1  2 
lisp/bindings.el
lisp/faces.el
lisp/files.el
lisp/international/mule-cmds.el
lisp/ldefs-boot.el
lisp/server.el
lisp/subr.el
lisp/term/mac-win.el
lisp/x-dnd.el
src/callproc.c
src/emacs.c
src/image.c
src/keyboard.c
src/macterm.c
src/macterm.h
src/xterm.c
src/xterm.h

Simple merge
diff --cc lisp/faces.el
Simple merge
diff --cc lisp/files.el
Simple merge
Simple merge
index 18248771da0e1c58e5923a4c76188aca6012fe8c,7c573905fc5657c237bbac264c12aa1cf7ef2376..80e2f978f581328dcda99b844c83427d6e9e9d71
@@@ -7973,6 -7956,6 +7971,10 @@@ If MAP is specified, it should normall
  menu-bar keymap.  It can also be a symbol, which has earlier been used as the
  first argument in a call to `easy-menu-define', or the value of such a symbol.
  
++If MAP is specified, it should normally be a keymap; nil stands for the local
++menu-bar keymap.  It can also be a symbol, which has earlier been used as the
++first argument in a call to `easy-menu-define', or the value of such a symbol.
++
  If the menu located by PATH has no submenu named NAME, add one.
  If the optional argument BEFORE is present, add it just before
  the submenu named BEFORE, otherwise add it at the end of the menu.
@@@ -15009,6 -14939,6 +15010,15 @@@ This function is intended to be used fr
  
  \(fn)" nil nil)
  
++(autoload (quote image-type-auto-detected-p) "image" "\
++Return t iff the current buffer contains an auto-detectable image.
++Whether image types are auto-detectable or not depends on the setting
++of the variable `image-type-auto-detectable'.
++
++This function is intended to be used from `magic-mode-alist' (which see).
++
++\(fn)" nil nil)
++
  (autoload (quote create-image) "image" "\
  Create an image.
  FILE-OR-DATA is an image file name or image data.
@@@ -28017,7 -27722,7 +28026,7 @@@ Not documente
  (autoload (quote tramp-completion-handle-file-name-all-completions) "tramp" "\
  Like `file-name-all-completions' for partial tramp files.
  
--\(fn FILENAME DIRECTORY)" nil nil)
++\(fn FILENAME DIRECTORY &optional PREDICATE)" nil nil)
  
  (autoload (quote tramp-completion-handle-file-name-completion) "tramp" "\
  Like `file-name-completion' for tramp files.
diff --cc lisp/server.el
Simple merge
diff --cc lisp/subr.el
Simple merge
Simple merge
diff --cc lisp/x-dnd.el
Simple merge
diff --cc src/callproc.c
Simple merge
diff --cc src/emacs.c
Simple merge
diff --cc src/image.c
Simple merge
diff --cc src/keyboard.c
Simple merge
diff --cc src/macterm.c
Simple merge
diff --cc src/macterm.h
Simple merge
diff --cc src/xterm.c
Simple merge
diff --cc src/xterm.h
Simple merge