]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from emacs--rel--22
authorMiles Bader <miles@gnu.org>
Thu, 24 May 2007 06:25:50 +0000 (06:25 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 24 May 2007 06:25:50 +0000 (06:25 +0000)
Patches applied:

 * emacs--rel--22  (patch 24)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-767

1  2 
admin/FOR-RELEASE
lisp/ChangeLog
lisp/files.el
lisp/tar-mode.el
src/ChangeLog

index b3075723e313715c66711a077760dfedcce6afb1,1093e145833e911c8b7fe18afd9639589e3ae6ec..e64da81cc01f1ff23ba94840057dc1eb6b7eb578
@@@ -38,17 -34,8 +38,15 @@@ to the hack introduced on 2005-07-01 t
  ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
    (Did we decide that is unreproducible?)
  
- ** eliz@gnu.org, May 20: EOL conversion of files in .tar archives
  * BUGS
  
 +NB the definitive copy of this file for Emacs 22 is on the
 +EMACS_22_BASE branch.  Any entries below are automatically copied from
 +that branch.  Do not make manual changes to this file on the trunk.
 +
 +** michael.ewe@arcor.de, Apr 24: 22.0.98  not starting on Solaris 10/I386
 +http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg01113.html
 +
  * FIXES FOR EMACS 22.2
  
  Here we list small fixes that arrived too late for Emacs 22.1, but
diff --cc lisp/ChangeLog
index d575e417465f58928c52cf850d62368b14f114f7,b1763abd2ef1d8a89f56c7136958884f303abb9b..f7e254153c36de05652fb8624b2d8cdd28aa357a
        * progmodes/compile.el (compilation-handle-exit):
        `compilation-finish-function' may change the current buffer.
  
+ 2007-05-22  Richard Stallman  <rms@gnu.org>
+       * files.el (set-auto-mode): Doc fix.
 +2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +
 +      * help-fns.el (find-source-lisp-file): New function.
 +      (describe-function-1): Use find-source-lisp-file to find source
 +      file in compile tree.
 +
  2007-05-22  Eli Zaretskii  <eliz@gnu.org>
  
        * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
diff --cc lisp/files.el
Simple merge
index 5d5f13776a2c6d441e7e80f6a2caf3e6255b22f1,31854e604078f8aae4d7644e27a9c4bc25cab223..65e2b0f1c0be6e405ed54b074bec8bf2a5c86efb
@@@ -747,10 -745,12 +747,10 @@@ appear on disk when you save the tar-fi
                             ;; find-buffer-file-type-coding-system
                             ;; (defined on dos-w32.el) to act as if
                             ;; the file being extracted existed, so
-                            ;; that the file's contents' encoding is
-                            ;; auto-detected.
+                            ;; that the file's contents' encoding and
+                            ;; EOL format are auto-detected.
                             (let ((file-name-handler-alist
 -                                  (if (featurep 'dos-w32)
 -                                      '(("" . tar-file-name-handler))
 -                                    file-name-handler-alist)))
 +                                  '(("" . tar-file-name-handler))))
                               (car (find-operation-coding-system
                                     'insert-file-contents
                                     (cons name (current-buffer)) t)))))
diff --cc src/ChangeLog
index fd75cfe94a4d9d74c44a3ab6fd887e4056c654a7,3c837ccf2b5de2a32f860f19dba6540fd080f380..81b44ce2bb3c9eb791c33f6fb825f2cb130601ca
@@@ -1,30 -1,7 +1,34 @@@
 +2007-05-23  Johannes Weiner <hannes@saeurebad.de> (tiny change)
 +
 +      * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
 +
+ 2007-05-22  Richard Stallman  <rms@gnu.org>
+       * xterm.c (x_connection_closed): Remove NO_RETURN.
 +2007-05-22  Martin Rudalics  <rudalics@gmx.at>
 +
 +      * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
 +
 +2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
 +
 +      * image.c (uncache_image): New function.
 +      (Fimage_refresh): New function.
 +
 +2007-05-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 +
 +      * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
 +
 +2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
 +
 +      * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
 +      * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
 +
 +2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
 +
 +      * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
 +      conditional on [HAVE_GPM_H].
 +
  2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
  
        * syntax.c (skip_chars): Update syntax-table only after we checked that