From: Miles Bader Date: Fri, 25 May 2007 02:47:22 +0000 (+0000) Subject: Merge from emacs--devo--0 X-Git-Tag: emacs-pretest-23.0.90~11236^2~82 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98db66cac2e07862a43014b57ebcc2f0fbfc07e6;p=emacs.git Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 765-770) - Update from CVS - Merge from emacs--rel--22 - Merge from gnus--rel--5.10 * emacs--rel--22 (patch 24-25) * gnus--rel--5.10 (patch 222-223) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-16 --- 98db66cac2e07862a43014b57ebcc2f0fbfc07e6 diff --cc ChangeLog index 082604cb743,4cb809efc12..6794c49b47f --- a/ChangeLog +++ b/ChangeLog @@@ -1,3 -1,18 +1,14 @@@ -2007-05-25 Chong Yidong - - * mkinstalldirs: Sync to version in automake CVS. - + 2007-05-22 Andreas Schwab + + * configure.in: Prefer build_alias over host when host_alias is + not set. + * configure: Regenerate. + + 2007-05-20 Andreas Schwab + + * configure.in: Remove empty AC_SUBST. + * configure: Regenerate. + 2007-05-20 Nick Roberts * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement diff --cc lisp/ChangeLog index e7d15008676,3ecb03ad1a4..98adf1a4da4 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,3 -1,66 +1,55 @@@ -2007-05-24 Chong Yidong - - * 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 + + * textmodes/fill.el (canonically-space-region): Make the second arg + a marker if it's not already the case. + + 2007-05-23 Eli Zaretskii + + * 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 + + * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not + to confuse outline-minor-mode. + + 2007-05-23 Eli Zaretskii + + * 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 (tiny change) + + * progmodes/compile.el (compilation-handle-exit): + `compilation-finish-function' may change the current buffer. + + 2007-05-22 Richard Stallman + + * files.el (set-auto-mode): Doc fix. + + 2007-05-22 Jan Dj,Ad(Brv + + * 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 + + * dos-w32.el (find-buffer-file-type-coding-system): Doc fix. + + 2007-05-22 Juanma Barranquero + + * emacs-lisp/easy-mmode.el (define-minor-mode) + (easy-mmode-define-navigation): Fix typos in docstrings. + + 2007-05-22 Glenn Morris + + * files.el (auto-mode-alist): Open `.asd' files in lisp-mode. + 2007-05-22 Katsumi Yamaoka (tiny change) * mail/mail-extr.el (mail-extract-address-components): Recognize diff --cc src/ChangeLog index 5cadef9490b,9782c83c2e5..f83f6bafd03 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,3 -1,24 +1,20 @@@ + 2007-05-24 YAMAMOTO Mitsuharu + + * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event): + Call mac_wakeup_from_rne on window size change. + -2007-05-25 Chong Yidong - - * image.c (uncache_image): Fix typo. - + 2007-05-23 Johannes Weiner (tiny change) + + * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too. + + 2007-05-22 Richard Stallman + + * xterm.c (x_connection_closed): Remove NO_RETURN. + + 2007-05-22 Martin Rudalics + + * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD. + 2007-05-21 Chong Yidong * image.c (uncache_image): New function.