]>
git.eshelyaron.com Git - emacs.git/log
Stefan Monnier [Fri, 25 May 2007 14:34:35 +0000 (14:34 +0000)]
(xterm-mouse-truncate-wrap): New function.
(xterm-mouse-event): Use it.
Juanma Barranquero [Fri, 25 May 2007 10:14:51 +0000 (10:14 +0000)]
(bs-cycle-previous): Don't modify the cycle list until `switch-to-buffer' has
returned succesfully.
(bs-cycle-next): Ditto. Also, don't bury the buffer when the window is
dedicated (it could iconify the frame).
Miles Bader [Fri, 25 May 2007 04:55:49 +0000 (04:55 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 26-27)
- Update from CVS
- lisp/vc-hooks.el (vc-find-root): Fix file attribute test
2007-05-25 Miles Bader <miles@fencepost.gnu.org>
* lisp/vc-hooks.el (vc-find-root): Fix file attribute test.
2007-05-24 Richard M. Stallman <rms@gnu.org>
* lisp/textmodes/flyspell.el (flyspell-correct-word-before-point):
Don't let opoint be nil.
(flyspell-emacs-popup): Explicit error if no dialogs.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-772
Miles Bader [Fri, 25 May 2007 04:41:42 +0000 (04:41 +0000)]
lisp/vc-hooks.el (vc-find-root): Fix file attribute test
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-27
Miles Bader [Fri, 25 May 2007 02:38:05 +0000 (02:38 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 25)
- Update from CVS
2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* mac/INSTALL: Add note about moving self-contained application bundle
to non-ASCII directory.
2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* src/macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
Call mac_wakeup_from_rne on window size change.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-770
Chong Yidong [Fri, 25 May 2007 02:24:11 +0000 (02:24 +0000)]
* mkinstalldirs: Sync to version in automake CVS.
Chong Yidong [Fri, 25 May 2007 02:11:41 +0000 (02:11 +0000)]
Sync to latest version from automake.
Chong Yidong [Fri, 25 May 2007 02:02:25 +0000 (02:02 +0000)]
(uncache_image): Fix typo.
Chong Yidong [Fri, 25 May 2007 02:02:18 +0000 (02:02 +0000)]
* image.c (uncache_image): Fix typo.
Chong Yidong [Thu, 24 May 2007 23:21:32 +0000 (23:21 +0000)]
(redisplay_window): If first window line is a continuation line,
recompute the new window start instead of recentering.
Chong Yidong [Thu, 24 May 2007 23:21:23 +0000 (23:21 +0000)]
* xdisp.c (redisplay_window): If first window line is a continuation
line, recompute the new window start instead of recentering.
Chong Yidong [Thu, 24 May 2007 23:12:53 +0000 (23:12 +0000)]
(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.
Chong Yidong [Thu, 24 May 2007 23:12:40 +0000 (23:12 +0000)]
* 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.
Richard M. Stallman [Thu, 24 May 2007 22:12:25 +0000 (22:12 +0000)]
(flyspell-correct-word-before-point): Don't let opoint be nil.
(flyspell-emacs-popup): Explicit error if no dialogs.
Miles Bader [Thu, 24 May 2007 20:18:14 +0000 (20:18 +0000)]
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 222-223)
- Update from CVS
2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/message.el (message-narrow-to-headers-or-head): Ignore
mail-header-separator in the body.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-768
Stefan Monnier [Thu, 24 May 2007 16:13:18 +0000 (16:13 +0000)]
(canonically-space-region): Make the second arg
a marker if it's not already the case.
Jason Rumney [Thu, 24 May 2007 15:42:36 +0000 (15:42 +0000)]
Include dump.bat in the binary release.
Filter out .arch-inventory files.
Jason Rumney [Thu, 24 May 2007 15:24:58 +0000 (15:24 +0000)]
fns-*.el removed.
Jason Rumney [Thu, 24 May 2007 14:53:50 +0000 (14:53 +0000)]
Add recursion flag to excluded patterns on 7-zip command line.
Jason Rumney [Thu, 24 May 2007 14:35:33 +0000 (14:35 +0000)]
Use 7-zip for compression, as Info-zip's zip is not working as expected.
Miles Bader [Thu, 24 May 2007 06:25:50 +0000 (06:25 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 24)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-767
YAMAMOTO Mitsuharu [Thu, 24 May 2007 03:17:22 +0000 (03:17 +0000)]
*** empty log message ***
YAMAMOTO Mitsuharu [Thu, 24 May 2007 03:17:02 +0000 (03:17 +0000)]
[USE_CARBON_EVENTS] (mac_handle_window_event):
Call mac_wakeup_from_rne on window size change.
YAMAMOTO Mitsuharu [Thu, 24 May 2007 03:16:42 +0000 (03:16 +0000)]
Add note about moving self-contained application bundle
to non-ASCII directory.
Miles Bader [Thu, 24 May 2007 02:09:52 +0000 (02:09 +0000)]
Add arch tagline
Nick Roberts [Wed, 23 May 2007 21:42:10 +0000 (21:42 +0000)]
(make_lispy_movement): Condition on HAVE_GPM too.
Nick Roberts [Wed, 23 May 2007 21:40:20 +0000 (21:40 +0000)]
*** empty log message ***
Chong Yidong [Wed, 23 May 2007 20:15:17 +0000 (20:15 +0000)]
Add "Compiling on GNU/Linux fails due to a missing left operand in gnu-linux.h."
Chong Yidong [Wed, 23 May 2007 20:10:04 +0000 (20:10 +0000)]
Add "Installing to a directory with non-ASCII characters in the name fails".
Chong Yidong [Wed, 23 May 2007 19:04:30 +0000 (19:04 +0000)]
** eliz@gnu.org, May 20: EOL conversion of files in .tar archives
http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01006.html
Fixed.
Eli Zaretskii [Wed, 23 May 2007 18:36:16 +0000 (18:36 +0000)]
(tar-header-block-summarize, tar-summarize-buffer, tar-get-descriptor): Handle
type 55, an extended pax header.
Eli Zaretskii [Wed, 23 May 2007 17:32:46 +0000 (17:32 +0000)]
(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.
Stefan Monnier [Wed, 23 May 2007 17:29:28 +0000 (17:29 +0000)]
(auto-insert-alist): Quote elisp sample code so as not
to confuse outline-minor-mode.
Stefan Monnier [Wed, 23 May 2007 17:28:25 +0000 (17:28 +0000)]
*** empty log message ***
Eli Zaretskii [Wed, 23 May 2007 12:38:59 +0000 (12:38 +0000)]
(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.
Glenn Morris [Wed, 23 May 2007 08:54:24 +0000 (08:54 +0000)]
Hard-to-reproduce Solaris issue: rms says "I will give up on fixing
this now".
http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01198.html
Glenn Morris [Wed, 23 May 2007 08:12:59 +0000 (08:12 +0000)]
Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
(compilation-handle-exit): `compilation-finish-function' may change
the current buffer.
Glenn Morris [Wed, 23 May 2007 08:09:37 +0000 (08:09 +0000)]
Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
(compilation-handle-exit): `compilation-finish-function' may change
the current buffer.
Glenn Morris [Wed, 23 May 2007 08:09:05 +0000 (08:09 +0000)]
Fix whitespace in previous change.
Glenn Morris [Wed, 23 May 2007 08:08:34 +0000 (08:08 +0000)]
*** empty log message ***
Glenn Morris [Wed, 23 May 2007 04:43:42 +0000 (04:43 +0000)]
Split ChangeLog entries from before branching for Emacs 22 into
separate file. Also move arch-tag.
Glenn Morris [Wed, 23 May 2007 04:30:29 +0000 (04:30 +0000)]
Don't use "Suggested by", says rms.
Andreas Schwab [Tue, 22 May 2007 15:55:02 +0000 (15:55 +0000)]
Regenerate.
Andreas Schwab [Tue, 22 May 2007 15:54:32 +0000 (15:54 +0000)]
Prefer build_alias over host when host_alias is not set.
Jason Rumney [Tue, 22 May 2007 15:35:29 +0000 (15:35 +0000)]
Reduce the number of variants produced. Use zip.
Jason Rumney [Tue, 22 May 2007 15:14:56 +0000 (15:14 +0000)]
Transfer changes to branch
Jan Djärv [Tue, 22 May 2007 13:45:59 +0000 (13:45 +0000)]
(find-source-lisp-file): New function.
(describe-function-1): Use find-source-lisp-file to find source
file in compile tree.
Eli Zaretskii [Tue, 22 May 2007 12:58:01 +0000 (12:58 +0000)]
Add information about where to find GDB, and warn against --no-debug option
to configure.bat.
Eli Zaretskii [Tue, 22 May 2007 12:51:42 +0000 (12:51 +0000)]
Add information about where to find GDB, and warn against --no-debug option
to configure.bat.
Kenichi Handa [Tue, 22 May 2007 12:04:59 +0000 (12:04 +0000)]
(scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
Richard M. Stallman [Tue, 22 May 2007 12:01:46 +0000 (12:01 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 22 May 2007 11:42:31 +0000 (11:42 +0000)]
(set-auto-mode): Doc fix.
Eli Zaretskii [Tue, 22 May 2007 11:24:50 +0000 (11:24 +0000)]
(find-buffer-file-type-coding-system): Doc fix.
Eli Zaretskii [Tue, 22 May 2007 11:21:13 +0000 (11:21 +0000)]
(find-buffer-file-type-coding-system): Doc fix.
Juanma Barranquero [Tue, 22 May 2007 10:02:17 +0000 (10:02 +0000)]
*** empty log message ***
Miles Bader [Tue, 22 May 2007 09:56:31 +0000 (09:56 +0000)]
Add arch tagline
Juanma Barranquero [Tue, 22 May 2007 09:49:49 +0000 (09:49 +0000)]
(define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings.
Richard M. Stallman [Tue, 22 May 2007 08:29:09 +0000 (08:29 +0000)]
(x_connection_closed): Remove NO_RETURN.
Richard M. Stallman [Tue, 22 May 2007 08:28:46 +0000 (08:28 +0000)]
(x_connection_closed): Remove NO_RETURN.
Richard M. Stallman [Tue, 22 May 2007 08:23:36 +0000 (08:23 +0000)]
(Info-fontify-node): Match https also.
Richard M. Stallman [Tue, 22 May 2007 08:22:57 +0000 (08:22 +0000)]
*** empty log message ***
Glenn Morris [Tue, 22 May 2007 06:24:53 +0000 (06:24 +0000)]
(auto-mode-alist): Open `.asd' files in lisp-mode.
Suggested by twb@cyber.com.au.
Glenn Morris [Tue, 22 May 2007 06:24:39 +0000 (06:24 +0000)]
*** empty log message ***
Glenn Morris [Tue, 22 May 2007 06:17:37 +0000 (06:17 +0000)]
Move Emacs 22 entries and arch tag to new file NEWS.22, leave empty
template for next Emacs version.
Glenn Morris [Tue, 22 May 2007 06:16:37 +0000 (06:16 +0000)]
Move NEWS for Emacs 22 into a new file.
Miles Bader [Tue, 22 May 2007 05:55:08 +0000 (05:55 +0000)]
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 22-23)
- Update from CVS
2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
* lisp/net/rcirc.el (rcirc-fill-column): Allow `window-width'.
(rcirc-print): Handle `window-width'.
(rcirc-buffer-maximum-lines): Doc fix.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-764
Kenichi Handa [Tue, 22 May 2007 02:46:34 +0000 (02:46 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 22 May 2007 02:24:05 +0000 (02:24 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 22 May 2007 02:13:27 +0000 (02:13 +0000)]
(mail-extract-address-components): Recognize
non-ASCII characters except for NBSP as words.
Chong Yidong [Mon, 21 May 2007 23:05:20 +0000 (23:05 +0000)]
(image-toggle-display): Don't clear image cache. Only use filename in
image spec if the file is readable. Call image-refresh.
Chong Yidong [Mon, 21 May 2007 23:05:09 +0000 (23:05 +0000)]
* image-mode.el (image-toggle-display): Don't clear image cache.
Only use filename in image spec if the file is readable. Call
image-refresh.
Chong Yidong [Mon, 21 May 2007 23:03:49 +0000 (23:03 +0000)]
(uncache_image): New function.
(Fimage_refresh): New function.
Chong Yidong [Mon, 21 May 2007 23:03:40 +0000 (23:03 +0000)]
* image.c (uncache_image): New function.
(Fimage_refresh): New function.
Chong Yidong [Mon, 21 May 2007 20:09:57 +0000 (20:09 +0000)]
(show-paren-function): Undo 2007-04-19 and 2007-04-20 changes.
Richard M. Stallman [Mon, 21 May 2007 19:39:10 +0000 (19:39 +0000)]
(rcirc-fill-column): Allow `window-width'.
(rcirc-print): Handle `window-width'.
(rcirc-buffer-maximum-lines): Doc fix.
Chong Yidong [Mon, 21 May 2007 16:43:27 +0000 (16:43 +0000)]
(magic-mode-alist): Remove image-type-auto-detected-p.
(magic-fallback-mode-alist): Add image-type-auto-detected-p.
Chong Yidong [Mon, 21 May 2007 16:43:13 +0000 (16:43 +0000)]
(image-type-from-file-name, image-type): Simplify.
(image-type-auto-detected-p): Don't scan auto-mode-alist.
Chong Yidong [Mon, 21 May 2007 16:42:52 +0000 (16:42 +0000)]
* image.el (image-type-from-file-name, image-type): Simplify.
(image-type-auto-detected-p): Don't scan auto-mode-alist.
* files.el (magic-mode-alist): Remove image-type-auto-detected-p.
(magic-fallback-mode-alist): Add image-type-auto-detected-p.
Chong Yidong [Mon, 21 May 2007 15:39:45 +0000 (15:39 +0000)]
** eliz@gnu.org, May 20: EOL conversion of files in .tar archives
This is a Windows bug.
Chong Yidong [Mon, 21 May 2007 15:30:57 +0000 (15:30 +0000)]
** coldwell@redhat.com, May 18: 22.0.99 emacs dumper (?) problem
Added to PROBLEMS.
Chong Yidong [Mon, 21 May 2007 15:26:04 +0000 (15:26 +0000)]
Fix typo.
Chong Yidong [Mon, 21 May 2007 15:23:43 +0000 (15:23 +0000)]
Add "Emacs crashes on startup after a glibc upgrade."
Richard M. Stallman [Mon, 21 May 2007 09:40:15 +0000 (09:40 +0000)]
*** empty log message ***
Nick Roberts [Sun, 20 May 2007 20:40:34 +0000 (20:40 +0000)]
Replace text inadvertantly removed by unpatched autoconf.
Glenn Morris [Sun, 20 May 2007 20:29:43 +0000 (20:29 +0000)]
Move bugs to release branch, again.
Glenn Morris [Sun, 20 May 2007 20:25:13 +0000 (20:25 +0000)]
Sync change from trunk.
Add new section "Fixes for Emacs 22.2".
Dan Nicolaescu [Sun, 20 May 2007 19:19:53 +0000 (19:19 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 20 May 2007 18:05:49 +0000 (18:05 +0000)]
Restore the bug-autoconf patch.
Richard M. Stallman [Sun, 20 May 2007 17:09:41 +0000 (17:09 +0000)]
*** empty log message ***
Jan Djärv [Sun, 20 May 2007 13:20:25 +0000 (13:20 +0000)]
Move GPM check outside HAVE_X_WINDOWS.
Nick Roberts [Sun, 20 May 2007 08:32:16 +0000 (08:32 +0000)]
(terminal-init-linux): Don't signal an error
if gpm isn't running.
Nick Roberts [Sun, 20 May 2007 08:30:57 +0000 (08:30 +0000)]
(t-mouse-mode): Reset t-mouse-mode to nil if there
is an error.
Nick Roberts [Sun, 20 May 2007 08:29:25 +0000 (08:29 +0000)]
*** empty log message ***
Andreas Schwab [Sun, 20 May 2007 07:47:03 +0000 (07:47 +0000)]
Regenerate.
Andreas Schwab [Sun, 20 May 2007 07:46:23 +0000 (07:46 +0000)]
Remove empty AC_SUBST.
Andreas Schwab [Sun, 20 May 2007 07:41:01 +0000 (07:41 +0000)]
Regenerate.
Andreas Schwab [Sun, 20 May 2007 07:40:35 +0000 (07:40 +0000)]
Remove empty AC_SUBST.
Nick Roberts [Sun, 20 May 2007 05:48:36 +0000 (05:48 +0000)]
Reduce to a minor-mode macro call.
(t-mouse-mode) Remove the lighter.
Nick Roberts [Sun, 20 May 2007 05:46:31 +0000 (05:46 +0000)]
(terminal-init-linux): Enable t-mouse by default.
Nick Roberts [Sun, 20 May 2007 05:44:20 +0000 (05:44 +0000)]
*** empty log message ***