1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

36973 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
2cf0c0db33 (Info-fontify-node): Match https also. 2007-05-22 08:23:36 +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
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
Chong Yidong
dc255b24e3 (image-toggle-display): Don't clear image cache. Only use filename in
image spec if the file is readable.  Call image-refresh.
2007-05-21 23:05:20 +00:00
Chong Yidong
9ca9e00d3d * 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.
2007-05-21 23:05:09 +00:00
Chong Yidong
896556d3f0 (show-paren-function): Undo 2007-04-19 and 2007-04-20 changes. 2007-05-21 20:09:57 +00:00
Richard M. Stallman
d51f146b48 (rcirc-fill-column): Allow `window-width'.
(rcirc-print): Handle `window-width'.
(rcirc-buffer-maximum-lines): Doc fix.
2007-05-21 19:39:10 +00:00
Chong Yidong
1a5bfb0ed7 (magic-mode-alist): Remove image-type-auto-detected-p.
(magic-fallback-mode-alist): Add image-type-auto-detected-p.
2007-05-21 16:43:27 +00:00
Chong Yidong
7d88e015c4 (image-type-from-file-name, image-type): Simplify.
(image-type-auto-detected-p): Don't scan auto-mode-alist.
2007-05-21 16:43:13 +00:00
Chong Yidong
b447c934c4 * 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.
2007-05-21 16:42:52 +00:00
Richard M. Stallman
c3aa7d165e *** empty log message *** 2007-05-20 17:09:41 +00:00
Nick Roberts
4a364c5ef2 (terminal-init-linux): Don't signal an error
if gpm isn't running.
2007-05-20 08:32:16 +00:00
Nick Roberts
43180aff2d (t-mouse-mode): Reset t-mouse-mode to nil if there
is an error.
2007-05-20 08:30:57 +00:00
Nick Roberts
dea2cbad9c *** empty log message *** 2007-05-20 08:29:25 +00:00
Nick Roberts
9086c6b141 Reduce to a minor-mode macro call.
(t-mouse-mode) Remove the lighter.
2007-05-20 05:48:36 +00:00
Nick Roberts
07fedf1e81 (terminal-init-linux): Enable t-mouse by default. 2007-05-20 05:46:31 +00:00
Nick Roberts
e23f11f7f6 *** empty log message *** 2007-05-20 05:44:20 +00:00
Miles Bader
7d5f6be179 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 20-21)

   - Update from CVS

2007-05-18  Richard M. Stallman  <rms@gnu.org>

   * lisp/simple.el (push-mark): Doc fix.

2007-05-18  Rob Riepel  <riepel@Stanford.EDU>

   * lisp/emulation/tpu-edt.el (CSI-map, SS3-map) Moved from global-map to
   tpu-global-map.
   (tpu-original-global-map) Variable deleted.
   (tpu-control-keys-map) New keymap variable.
   (tpu-set-control-keys) Use tpu-reset-control-keys rather than
   setting keymapping directly.
   (tpu-reset-control-keys) Use tpu-control-keys-map instead of
   tpu-global-map.
   (tpu-edt-on): Activate the tpu-global-map.
   (tpu-edt-off): Deactivate the tpu-global-map.

2007-05-18  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/textmodes/ispell.el (ispell-get-word): Return markers
   for start and end positions.
   (ispell-word): Assume END is a marker.

2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>

   * src/syntax.c (skip_chars): Update syntax-table only after we checked that
   the new location is valid.

2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

   * src/macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
   mac_get_window_bounds.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-759
2007-05-20 03:12:22 +00:00
Nick Roberts
20d385d66b Reduce to a minor-mode macro call. 2007-05-20 02:52:46 +00:00
Nick Roberts
60889ffab9 *** empty log message *** 2007-05-20 02:26:33 +00:00
Dan Nicolaescu
8a1389c7ef (auto-mode-alist): Change the regexp so that
ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
2007-05-19 23:44:44 +00:00
Chong Yidong
ae9d843644 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
changes.
2007-05-19 18:39:44 +00:00
Stefan Monnier
5073ad8e15 (t-mouse-mode): Improve docstring. 2007-05-19 14:00:15 +00:00
Glenn Morris
68b77b6489 Kevin Ryde <user42 at zip.com.au>
(Info-fontify-node): Fontify https as well as http and ftp.
2007-05-19 04:46:32 +00:00