]> git.eshelyaron.com Git - emacs.git/log
emacs.git
17 years ago(ediff-defvar-local, ediff-with-current-buffer):
Stefan Monnier [Fri, 25 May 2007 16:41:25 +0000 (16:41 +0000)]
(ediff-defvar-local, ediff-with-current-buffer):
Add indentation and debugging info.  Fix up comment convention.

17 years ago(standard-display-european): Docstring fix.
Stefan Monnier [Fri, 25 May 2007 16:37:01 +0000 (16:37 +0000)]
(standard-display-european): Docstring fix.

17 years ago(custom-make-dependencies): Simplify.
Stefan Monnier [Fri, 25 May 2007 16:16:17 +0000 (16:16 +0000)]
(custom-make-dependencies): Simplify.

17 years ago(compose-region, decompose-region):
Stefan Monnier [Fri, 25 May 2007 16:14:21 +0000 (16:14 +0000)]
(compose-region, decompose-region):
Use inhibit-read-only and restore-buffer-modified-p.

17 years ago(xterm-mouse-truncate-wrap): New function.
Stefan Monnier [Fri, 25 May 2007 14:34:35 +0000 (14:34 +0000)]
(xterm-mouse-truncate-wrap): New function.
(xterm-mouse-event): Use it.

17 years ago(bs-cycle-previous): Don't modify the cycle list until `switch-to-buffer' has
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).

17 years agoMerge from emacs--rel--22
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

17 years agolisp/vc-hooks.el (vc-find-root): Fix file attribute test
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

17 years agoMerge from emacs--rel--22
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

17 years ago* mkinstalldirs: Sync to version in automake CVS.
Chong Yidong [Fri, 25 May 2007 02:24:11 +0000 (02:24 +0000)]
* mkinstalldirs: Sync to version in automake CVS.

17 years agoSync to latest version from automake.
Chong Yidong [Fri, 25 May 2007 02:11:41 +0000 (02:11 +0000)]
Sync to latest version from automake.

17 years ago(uncache_image): Fix typo.
Chong Yidong [Fri, 25 May 2007 02:02:25 +0000 (02:02 +0000)]
(uncache_image): Fix typo.

17 years ago* image.c (uncache_image): Fix typo.
Chong Yidong [Fri, 25 May 2007 02:02:18 +0000 (02:02 +0000)]
* image.c (uncache_image): Fix typo.

17 years ago(redisplay_window): If first window line is a continuation line,
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.

17 years ago* xdisp.c (redisplay_window): If first window line is a continuation
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.

17 years ago(image-forward-hscroll, image-backward-hscroll)
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.

17 years ago* image-mode.el (image-forward-hscroll, image-backward-hscroll)
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.

17 years ago(flyspell-correct-word-before-point): Don't let opoint be nil.
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.

17 years agoMerge from gnus--rel--5.10
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

17 years ago(canonically-space-region): Make the second arg
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.

17 years agoInclude dump.bat in the binary release.
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.

17 years agofns-*.el removed.
Jason Rumney [Thu, 24 May 2007 15:24:58 +0000 (15:24 +0000)]
fns-*.el removed.

17 years agoAdd recursion flag to excluded patterns on 7-zip command line.
Jason Rumney [Thu, 24 May 2007 14:53:50 +0000 (14:53 +0000)]
Add recursion flag to excluded patterns on 7-zip command line.

17 years agoUse 7-zip for compression, as Info-zip's zip is not working as expected.
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.

17 years agoMerge from emacs--rel--22
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

17 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Thu, 24 May 2007 03:17:22 +0000 (03:17 +0000)]
*** empty log message ***

17 years ago[USE_CARBON_EVENTS] (mac_handle_window_event):
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.

17 years agoAdd note about moving self-contained application bundle
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.

17 years agoAdd arch tagline
Miles Bader [Thu, 24 May 2007 02:09:52 +0000 (02:09 +0000)]
Add arch tagline

17 years ago(make_lispy_movement): Condition on HAVE_GPM too.
Nick Roberts [Wed, 23 May 2007 21:42:10 +0000 (21:42 +0000)]
(make_lispy_movement): Condition on HAVE_GPM too.

17 years ago*** empty log message ***
Nick Roberts [Wed, 23 May 2007 21:40:20 +0000 (21:40 +0000)]
*** empty log message ***

17 years agoAdd "Compiling on GNU/Linux fails due to a missing left operand in gnu-linux.h."
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."

17 years agoAdd "Installing to a directory with non-ASCII characters in the name fails".
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".

17 years ago** eliz@gnu.org, May 20: EOL conversion of files in .tar archives
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.

17 years ago(tar-header-block-summarize, tar-summarize-buffer, tar-get-descriptor): Handle
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.

17 years ago(tar-file-name-handler): New function.
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.

17 years ago(auto-insert-alist): Quote elisp sample code so as not
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.

17 years ago*** empty log message ***
Stefan Monnier [Wed, 23 May 2007 17:28:25 +0000 (17:28 +0000)]
*** empty log message ***

17 years ago(tar-file-name-handler): New function.
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.

17 years agoHard-to-reproduce Solaris issue: rms says "I will give up on fixing
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

17 years agoNikolaj Schumacher <n_schumacher at web.de> (tiny change)
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.

17 years agoNikolaj Schumacher <n_schumacher at web.de> (tiny change)
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.

17 years agoFix whitespace in previous change.
Glenn Morris [Wed, 23 May 2007 08:09:05 +0000 (08:09 +0000)]
Fix whitespace in previous change.

17 years ago*** empty log message ***
Glenn Morris [Wed, 23 May 2007 08:08:34 +0000 (08:08 +0000)]
*** empty log message ***

17 years agoSplit ChangeLog entries from before branching for Emacs 22 into
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.

17 years agoDon't use "Suggested by", says rms.
Glenn Morris [Wed, 23 May 2007 04:30:29 +0000 (04:30 +0000)]
Don't use "Suggested by", says rms.

17 years agoRegenerate.
Andreas Schwab [Tue, 22 May 2007 15:55:02 +0000 (15:55 +0000)]
Regenerate.

17 years agoPrefer build_alias over host when host_alias is not set.
Andreas Schwab [Tue, 22 May 2007 15:54:32 +0000 (15:54 +0000)]
Prefer build_alias over host when host_alias is not set.

17 years agoReduce the number of variants produced. Use zip.
Jason Rumney [Tue, 22 May 2007 15:35:29 +0000 (15:35 +0000)]
Reduce the number of variants produced. Use zip.

17 years agoTransfer changes to branch
Jason Rumney [Tue, 22 May 2007 15:14:56 +0000 (15:14 +0000)]
Transfer changes to branch

17 years ago(find-source-lisp-file): New function.
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.

17 years agoAdd information about where to find GDB, and warn against --no-debug option
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.

17 years agoAdd information about where to find GDB, and warn against --no-debug option
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.

17 years ago(scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
Kenichi Handa [Tue, 22 May 2007 12:04:59 +0000 (12:04 +0000)]
(scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 22 May 2007 12:01:46 +0000 (12:01 +0000)]
*** empty log message ***

17 years ago(set-auto-mode): Doc fix.
Richard M. Stallman [Tue, 22 May 2007 11:42:31 +0000 (11:42 +0000)]
(set-auto-mode): Doc fix.

17 years ago(find-buffer-file-type-coding-system): Doc fix.
Eli Zaretskii [Tue, 22 May 2007 11:24:50 +0000 (11:24 +0000)]
(find-buffer-file-type-coding-system): Doc fix.

17 years ago(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.

17 years ago*** empty log message ***
Juanma Barranquero [Tue, 22 May 2007 10:02:17 +0000 (10:02 +0000)]
*** empty log message ***

17 years agoAdd arch tagline
Miles Bader [Tue, 22 May 2007 09:56:31 +0000 (09:56 +0000)]
Add arch tagline

17 years ago(define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings.
Juanma Barranquero [Tue, 22 May 2007 09:49:49 +0000 (09:49 +0000)]
(define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings.

17 years ago(x_connection_closed): Remove NO_RETURN.
Richard M. Stallman [Tue, 22 May 2007 08:29:09 +0000 (08:29 +0000)]
(x_connection_closed): Remove NO_RETURN.

17 years ago(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.

17 years ago(Info-fontify-node): Match https also.
Richard M. Stallman [Tue, 22 May 2007 08:23:36 +0000 (08:23 +0000)]
(Info-fontify-node): Match https also.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 22 May 2007 08:22:57 +0000 (08:22 +0000)]
*** empty log message ***

17 years ago(auto-mode-alist): Open `.asd' files in lisp-mode.
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.

17 years ago*** empty log message ***
Glenn Morris [Tue, 22 May 2007 06:24:39 +0000 (06:24 +0000)]
*** empty log message ***

17 years agoMove Emacs 22 entries and arch tag to new file NEWS.22, leave empty
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.

17 years agoMove NEWS for Emacs 22 into a new file.
Glenn Morris [Tue, 22 May 2007 06:16:37 +0000 (06:16 +0000)]
Move NEWS for Emacs 22 into a new file.

17 years agoMerge from emacs--rel--22
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

17 years ago*** empty log message ***
Kenichi Handa [Tue, 22 May 2007 02:46:34 +0000 (02:46 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Kenichi Handa [Tue, 22 May 2007 02:24:05 +0000 (02:24 +0000)]
*** empty log message ***

17 years ago(mail-extract-address-components): Recognize
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.

17 years ago(image-toggle-display): Don't clear image cache. Only use filename in
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.

17 years ago* image-mode.el (image-toggle-display): Don't clear image cache.
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.

17 years ago(uncache_image): New function.
Chong Yidong [Mon, 21 May 2007 23:03:49 +0000 (23:03 +0000)]
(uncache_image): New function.
(Fimage_refresh): New function.

17 years ago* image.c (uncache_image): 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.

17 years ago(show-paren-function): Undo 2007-04-19 and 2007-04-20 changes.
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.

17 years ago(rcirc-fill-column): Allow `window-width'.
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.

17 years ago(magic-mode-alist): Remove image-type-auto-detected-p.
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.

17 years ago(image-type-from-file-name, image-type): Simplify.
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.

17 years ago* image.el (image-type-from-file-name, image-type): Simplify.
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.

17 years ago** eliz@gnu.org, May 20: EOL conversion of files in .tar archives
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.

17 years ago** coldwell@redhat.com, May 18: 22.0.99 emacs dumper (?) problem
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.

17 years agoFix typo.
Chong Yidong [Mon, 21 May 2007 15:26:04 +0000 (15:26 +0000)]
Fix typo.

17 years agoAdd "Emacs crashes on startup after a glibc upgrade."
Chong Yidong [Mon, 21 May 2007 15:23:43 +0000 (15:23 +0000)]
Add "Emacs crashes on startup after a glibc upgrade."

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 May 2007 09:40:15 +0000 (09:40 +0000)]
*** empty log message ***

17 years agoReplace text inadvertantly removed by unpatched autoconf.
Nick Roberts [Sun, 20 May 2007 20:40:34 +0000 (20:40 +0000)]
Replace text inadvertantly removed by unpatched autoconf.

17 years agoMove bugs to release branch, again.
Glenn Morris [Sun, 20 May 2007 20:29:43 +0000 (20:29 +0000)]
Move bugs to release branch, again.

17 years agoSync change from trunk.
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".

17 years ago*** empty log message ***
Dan Nicolaescu [Sun, 20 May 2007 19:19:53 +0000 (19:19 +0000)]
*** empty log message ***

17 years agoRestore the bug-autoconf patch.
Richard M. Stallman [Sun, 20 May 2007 18:05:49 +0000 (18:05 +0000)]
Restore the bug-autoconf patch.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 May 2007 17:09:41 +0000 (17:09 +0000)]
*** empty log message ***

17 years agoMove GPM check outside HAVE_X_WINDOWS.
Jan Djärv [Sun, 20 May 2007 13:20:25 +0000 (13:20 +0000)]
Move GPM check outside HAVE_X_WINDOWS.

17 years ago(terminal-init-linux): Don't signal an error
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.

17 years ago(t-mouse-mode): Reset t-mouse-mode to nil if there
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.

17 years ago*** empty log message ***
Nick Roberts [Sun, 20 May 2007 08:29:25 +0000 (08:29 +0000)]
*** empty log message ***

17 years agoRegenerate.
Andreas Schwab [Sun, 20 May 2007 07:47:03 +0000 (07:47 +0000)]
Regenerate.

17 years agoRemove empty AC_SUBST.
Andreas Schwab [Sun, 20 May 2007 07:46:23 +0000 (07:46 +0000)]
Remove empty AC_SUBST.

17 years agoRegenerate.
Andreas Schwab [Sun, 20 May 2007 07:41:01 +0000 (07:41 +0000)]
Regenerate.