-2007-05-25 Chong Yidong <cyd@stupidchicken.com>
-
- * mkinstalldirs: Sync to version in automake CVS.
-
+ 2007-05-22 Andreas Schwab <schwab@suse.de>
+
+ * configure.in: Prefer build_alias over host when host_alias is
+ not set.
+ * configure: Regenerate.
+
+ 2007-05-20 Andreas Schwab <schwab@suse.de>
+
+ * configure.in: Remove empty AC_SUBST.
+ * configure: Regenerate.
+
2007-05-20 Nick Roberts <nickrob@snap.net.nz>
* configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
-2007-05-24 Chong Yidong <cyd@stupidchicken.com>
-
- * image-mode.el (image-forward-hscroll, image-backward-hscroll)
- (image-next-line, image-previous-line, image-scroll-up)
- (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
- New functions.
- (image-mode-map): Remap motion commands.
- (image-mode-text-map): New keymap for viewing images as text.
- (image-mode): Use image-mode-map.
- (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
-
+ 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * textmodes/fill.el (canonically-space-region): Make the second arg
+ a marker if it's not already the case.
+
+ 2007-05-23 Eli Zaretskii <eliz@gnu.org>
+
+ * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
+ (tar-get-descriptor): Handle type 55, an extended pax header.
+
+ 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
+ to confuse outline-minor-mode.
+
+ 2007-05-23 Eli Zaretskii <eliz@gnu.org>
+
+ * tar-mode.el (tar-file-name-handler): New function.
+ (tar-extract): Bind file-name-handler-alist to it to force
+ find-buffer-file-type-coding-system behave as if the file being
+ extracted existed. Use last-coding-system-used to force
+ buffer-file-coding-system to what decode-coding-region actually
+ used to decode the file.
+
+ 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
+
+ * 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.
+
+ 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
+
+ * emacs-lisp/easy-mmode.el (define-minor-mode)
+ (easy-mmode-define-navigation): Fix typos in docstrings.
+
+ 2007-05-22 Glenn Morris <rgm@gnu.org>
+
+ * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
+
2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
* mail/mail-extr.el (mail-extract-address-components): Recognize
-2007-05-25 Chong Yidong <cyd@stupidchicken.com>
-
- * image.c (uncache_image): Fix typo.
-
+ 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
+
+ * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
+ Call mac_wakeup_from_rne on window size change.
+
+ 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.