Chong Yidong
bb0cb41752
(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 23:12:53 +00:00
Chong Yidong
6db526f0bd
* 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 23:12:40 +00:00
Miles Bader
a02a3c235e
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
2007-05-24 20:18:14 +00:00
Stefan Monnier
dff1336c12
(canonically-space-region): Make the second arg
...
a marker if it's not already the case.
2007-05-24 16:13:18 +00:00
Miles Bader
274cb4e46d
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
2007-05-24 06:25:50 +00:00
Miles Bader
05587383a5
Add arch tagline
2007-05-24 02:09:52 +00:00
Nick Roberts
bdb1e01d98
(make_lispy_movement): Condition on HAVE_GPM too.
2007-05-23 21:42:10 +00:00
Nick Roberts
ff7cd3aa8f
*** empty log message ***
2007-05-23 21:40:20 +00:00
Chong Yidong
8a0b01bce9
Add "Compiling on GNU/Linux fails due to a missing left operand in gnu-linux.h."
2007-05-23 20:15:17 +00:00
Chong Yidong
6c06422c15
Add "Installing to a directory with non-ASCII characters in the name fails".
2007-05-23 20:10:04 +00:00
Chong Yidong
3a25d6b30b
** 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.
2007-05-23 19:04:30 +00:00
Eli Zaretskii
133ecc548e
(tar-header-block-summarize, tar-summarize-buffer, tar-get-descriptor): Handle
...
type 55, an extended pax header.
2007-05-23 18:36:16 +00:00
Eli Zaretskii
db2ccbc2a8
(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 17:32:46 +00:00
Stefan Monnier
31b6b8cde6
(auto-insert-alist): Quote elisp sample code so as not
...
to confuse outline-minor-mode.
2007-05-23 17:29:28 +00:00
Stefan Monnier
12cdb1c15a
*** empty log message ***
2007-05-23 17:28:25 +00:00
Eli Zaretskii
07e7a05a7f
(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 12:38:59 +00:00
Glenn Morris
3c71f17a1c
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
2007-05-23 08:54:24 +00:00
Glenn Morris
c96e025abb
Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
...
(compilation-handle-exit): `compilation-finish-function' may change
the current buffer.
2007-05-23 08:12:59 +00:00
Glenn Morris
bd40f902ad
Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
...
(compilation-handle-exit): `compilation-finish-function' may change
the current buffer.
2007-05-23 08:09:37 +00:00
Glenn Morris
1083cfb10e
Fix whitespace in previous change.
2007-05-23 08:09:05 +00:00
Glenn Morris
75ec28b481
*** empty log message ***
2007-05-23 08:08:34 +00:00
Glenn Morris
dc3818ece9
Split ChangeLog entries from before branching for Emacs 22 into
...
separate file. Also move arch-tag.
2007-05-23 04:43:42 +00:00
Glenn Morris
98bbae191f
Don't use "Suggested by", says rms.
2007-05-23 04:30:29 +00:00
Andreas Schwab
1770dcdc96
Regenerate.
2007-05-22 15:55:02 +00:00
Andreas Schwab
0b7543cedb
Prefer build_alias over host when host_alias is not set.
2007-05-22 15:54:32 +00:00
Jason Rumney
de71c3babf
Reduce the number of variants produced. Use zip.
2007-05-22 15:35:29 +00:00
Jason Rumney
e6896642c5
Transfer changes to branch
2007-05-22 15:14:56 +00:00
Jan Djärv
2f041d6249
(find-source-lisp-file): New function.
...
(describe-function-1): Use find-source-lisp-file to find source
file in compile tree.
2007-05-22 13:45:59 +00:00
Eli Zaretskii
23636b09aa
Add information about where to find GDB, and warn against --no-debug option
...
to configure.bat.
2007-05-22 12:58:01 +00:00
Eli Zaretskii
c297055514
Add information about where to find GDB, and warn against --no-debug option
...
to configure.bat.
2007-05-22 12:51:42 +00:00
Kenichi Handa
662b4cfce3
(scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
2007-05-22 12:04:59 +00:00
Richard M. Stallman
b39bd0defa
*** empty log message ***
2007-05-22 12:01:46 +00:00
Richard M. Stallman
c022c4c47e
(set-auto-mode): Doc fix.
2007-05-22 11:42:31 +00:00
Eli Zaretskii
4d55e513d9
(find-buffer-file-type-coding-system): Doc fix.
2007-05-22 11:24:50 +00:00
Eli Zaretskii
6903229ca9
(find-buffer-file-type-coding-system): Doc fix.
2007-05-22 11:21:13 +00:00
Juanma Barranquero
784b0db628
*** empty log message ***
2007-05-22 10:02:17 +00:00
Miles Bader
a533413cb1
Add arch tagline
2007-05-22 09:56:31 +00:00
Juanma Barranquero
c3536086f5
(define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings.
2007-05-22 09:49:49 +00:00
Richard M. Stallman
f7fa495019
(x_connection_closed): Remove NO_RETURN.
2007-05-22 08:29:09 +00:00
Richard M. Stallman
c81036c677
(x_connection_closed): Remove NO_RETURN.
2007-05-22 08:28:46 +00:00
Richard M. Stallman
2cf0c0db33
(Info-fontify-node): Match https also.
2007-05-22 08:23:36 +00:00
Richard M. Stallman
0daf086a96
*** empty log message ***
2007-05-22 08:22:57 +00:00
Glenn Morris
ebbcece31c
(auto-mode-alist): Open `.asd' files in lisp-mode.
...
Suggested by twb@cyber.com.au .
2007-05-22 06:24:53 +00:00
Glenn Morris
b340aecb25
*** empty log message ***
2007-05-22 06:24:39 +00:00
Glenn Morris
0bfd685e56
Move Emacs 22 entries and arch tag to new file NEWS.22, leave empty
...
template for next Emacs version.
2007-05-22 06:17:37 +00:00
Glenn Morris
782f8379b9
Move NEWS for Emacs 22 into a new file.
2007-05-22 06:16:37 +00:00
Miles Bader
698c8370d9
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
2007-05-22 05:55:08 +00:00
Kenichi Handa
e6377969ed
*** empty log message ***
2007-05-22 02:46:34 +00:00
Kenichi Handa
38405f154c
*** empty log message ***
2007-05-22 02:24:05 +00:00
Kenichi Handa
b907b62954
(mail-extract-address-components): Recognize
...
non-ASCII characters except for NBSP as words.
2007-05-22 02:13:27 +00:00