]> code.delx.au - gnu-emacs/log
gnu-emacs
17 years ago(term_mouse_moveto): New extern.
Nick Roberts [Wed, 30 May 2007 05:22:46 +0000 (05:22 +0000)]
(term_mouse_moveto): New extern.

17 years ago(Fset_mouse_pixel_position): Add call to
Nick Roberts [Wed, 30 May 2007 05:21:19 +0000 (05:21 +0000)]
(Fset_mouse_pixel_position): Add call to
term_mouse_moveto.

17 years ago(mouse_face_window): Rename...
Nick Roberts [Wed, 30 May 2007 05:19:55 +0000 (05:19 +0000)]
(mouse_face_window): Rename...
(Qmouse_face_window): ...to this.
(term_show_mouse_face, term_clear_mouse_face)
(term_mouse_highlight): Use Qmouse_face_window.
(term_mouse_moveto): New function.
(term_mouse_position): Make it work.
(syms_of_term): Uncomment assignment to mouse_position_hook.
Staticpro Qmouse_face_window.

17 years ago(Click Events): Layout more logically. Describe
Nick Roberts [Wed, 30 May 2007 05:18:22 +0000 (05:18 +0000)]
(Click Events): Layout more logically.  Describe
width and height.
(Drag Events, Motion Events): Update to new format for position.

17 years ago*** empty log message ***
Nick Roberts [Wed, 30 May 2007 05:16:46 +0000 (05:16 +0000)]
*** empty log message ***

17 years agoUlrich Mueller <ulm at gentoo.org> (tiny change)
Glenn Morris [Wed, 30 May 2007 04:58:38 +0000 (04:58 +0000)]
Ulrich Mueller  <ulm at gentoo.org>  (tiny change)

(XMakeAssoc): Use malloc rather than xmalloc.

17 years agoMerge from emacs--rel--22
Miles Bader [Tue, 29 May 2007 23:19:43 +0000 (23:19 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 29-32)

   - Update from CVS

2007-05-29  Martin Rudalics  <rudalics@gmx.at>

   * lisp/textmodes/table.el (table--point-entered-cell-function)
   (table--point-left-cell-function): Bind
   `inhibit-point-motion-hooks' to t.

2007-05-28  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.

2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)

   * lisp/log-edit.el (log-edit-changelog-paragraph): Return point-max
   as the end of the ChangeLog paragraph when it ends without a line
   termination.

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

   * src/xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
   around current_column call.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-778

17 years agoMerge from emacs--rel--22, gnus--rel--5.10
Miles Bader [Tue, 29 May 2007 23:19:17 +0000 (23:19 +0000)]
Merge from emacs--rel--22, gnus--rel--5.10

Patches applied:

 * emacs--rel--22  (patch 28)

   - Update from CVS

 * gnus--rel--5.10  (patch 224-225)

   - Merge from emacs--devo--0, emacs--rel--22
   - Update from CVS

2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-pop-to-buffer): Add switch-function argument.
   (message-mail): Pass switch-function argument to it.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-777

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 29 May 2007 19:43:27 +0000 (19:43 +0000)]
*** empty log message ***

17 years agoFix typo.
Chong Yidong [Tue, 29 May 2007 16:24:25 +0000 (16:24 +0000)]
Fix typo.

17 years agoFix typo.
Chong Yidong [Tue, 29 May 2007 16:23:22 +0000 (16:23 +0000)]
Fix typo.

17 years ago(url-mailto): Insert body after mail-header-separator if present, so
Chong Yidong [Tue, 29 May 2007 15:31:08 +0000 (15:31 +0000)]
(url-mailto): Insert body after mail-header-separator if present, so
that is is before signature.  Suggested by Leo Liu <sdl.web@gmail.com>.

17 years ago* url-mailto.el (url-mailto): Insert body after
Chong Yidong [Tue, 29 May 2007 15:31:01 +0000 (15:31 +0000)]
* url-mailto.el (url-mailto): Insert body after
mail-header-separator if present, so that is is before signature.
Suggested by Leo Liu <sdl.web@gmail.com>.

17 years ago(url-mailto): Insert body after mail-header-separator if present, so
Chong Yidong [Tue, 29 May 2007 15:30:06 +0000 (15:30 +0000)]
(url-mailto): Insert body after mail-header-separator if present, so
that is is before signature.  Suggested by Leo Liu <sdl.web@gmail.com>.

17 years ago* url-mailto.el (url-mailto): Insert body after
Chong Yidong [Tue, 29 May 2007 15:29:58 +0000 (15:29 +0000)]
* url-mailto.el (url-mailto): Insert body after
mail-header-separator if present, so that is is before signature.
Suggested by Leo Liu <sdl.web@gmail.com>.

17 years ago(table--point-entered-cell-function)
Martin Rudalics [Tue, 29 May 2007 06:14:19 +0000 (06:14 +0000)]
(table--point-entered-cell-function)
(table--point-left-cell-function): Bind
`inhibit-point-motion-hooks' to t.

17 years agoMinor cleanup.
Richard M. Stallman [Tue, 29 May 2007 02:16:17 +0000 (02:16 +0000)]
Minor cleanup.

17 years agoNikolaj Schumacher <n_schumacher at web.de> (tiny change)
Glenn Morris [Tue, 29 May 2007 00:53:54 +0000 (00:53 +0000)]
Nikolaj Schumacher  <n_schumacher at web.de>  (tiny change)

(rx): Doc fix.

17 years agoNikolaj Schumacher <n_schumacher at web.de> (tiny change)
Glenn Morris [Tue, 29 May 2007 00:52:08 +0000 (00:52 +0000)]
Nikolaj Schumacher  <n_schumacher at web.de>  (tiny change)

(rx): Doc fix.

17 years ago*** empty log message ***
Glenn Morris [Tue, 29 May 2007 00:51:41 +0000 (00:51 +0000)]
*** empty log message ***

17 years agoRobert J. Chassell <bob at rattlesnake.com>
Glenn Morris [Tue, 29 May 2007 00:47:12 +0000 (00:47 +0000)]
Robert J. Chassell  <bob at rattlesnake.com>

Fix instances of `allow' without object.

17 years agoRobert J. Chassell <bob at rattlesnake.com>
Glenn Morris [Tue, 29 May 2007 00:44:34 +0000 (00:44 +0000)]
Robert J. Chassell  <bob at rattlesnake.com>

Fix instances of `allow' without object.

17 years ago(idlwave-routines): Fix typo in docstring.
Juanma Barranquero [Mon, 28 May 2007 23:03:37 +0000 (23:03 +0000)]
(idlwave-routines): Fix typo in docstring.

17 years ago(sgml-point-entered): Use condition-case.
Chong Yidong [Mon, 28 May 2007 14:10:50 +0000 (14:10 +0000)]
(sgml-point-entered): Use condition-case.

17 years ago* textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
Chong Yidong [Mon, 28 May 2007 14:10:24 +0000 (14:10 +0000)]
* textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.

17 years ago*** empty log message ***
Michael Albinus [Mon, 28 May 2007 10:32:54 +0000 (10:32 +0000)]
*** empty log message ***

17 years ago(webjump-sample-sites): Add simple Wikipedia query.
Juanma Barranquero [Mon, 28 May 2007 07:42:10 +0000 (07:42 +0000)]
(webjump-sample-sites): Add simple Wikipedia query.

17 years ago(message-narrow-to-headers-or-head): Ignore mail-header-separator in
Chong Yidong [Mon, 28 May 2007 04:11:30 +0000 (04:11 +0000)]
(message-narrow-to-headers-or-head): Ignore mail-header-separator in
the body.

17 years ago* message.el (message-narrow-to-headers-or-head): Ignore
Chong Yidong [Mon, 28 May 2007 04:11:07 +0000 (04:11 +0000)]
* message.el (message-narrow-to-headers-or-head): Ignore
mail-header-separator in the body.

17 years ago(redisplay_internal): Bind inhibit-point-motion-hooks to t
YAMAMOTO Mitsuharu [Mon, 28 May 2007 03:01:26 +0000 (03:01 +0000)]
(redisplay_internal): Bind inhibit-point-motion-hooks to t
around current_column call.

17 years ago(message-pop-to-buffer): Add switch-function argument.
Chong Yidong [Mon, 28 May 2007 02:44:17 +0000 (02:44 +0000)]
(message-pop-to-buffer): Add switch-function argument.
(message-mail): Pass switch-function argument to it.

17 years ago* message.el (message-pop-to-buffer): Add switch-function argument.
Chong Yidong [Mon, 28 May 2007 02:43:14 +0000 (02:43 +0000)]
* message.el (message-pop-to-buffer): Add switch-function argument.
(message-mail): Pass switch-function argument to it.

17 years ago(log-edit-changelog-paragraph): Return point-max as the end of the
Richard M. Stallman [Sun, 27 May 2007 23:18:08 +0000 (23:18 +0000)]
(log-edit-changelog-paragraph): Return point-max as the end of the
ChangeLog paragraph when it ends without a line termination.

17 years agoUndo last change because Debian fixed their bug.
Richard M. Stallman [Sun, 27 May 2007 02:23:53 +0000 (02:23 +0000)]
Undo last change because Debian fixed their bug.

17 years ago* xfaces.c (syms_of_xfaces): Delete stray semicolon.
Dan Nicolaescu [Sat, 26 May 2007 17:21:14 +0000 (17:21 +0000)]
* xfaces.c (syms_of_xfaces): Delete stray semicolon.
* xdisp.c (next_element_from_buffer):
* window.c (delete_window):
* term.c (term_mouse_highlight):
* msdos.c (getdefdir):
* macterm.c (mac_create_bitmap_from_bitmap_data)
(init_font_name_table):
* fns.c (Fsxhash):
* data.c (Fmake_local_variable):
* ccl.c (ccl_driver): Likewise.

17 years agoMichael Olson <mwolson at gnu.org>
Glenn Morris [Sat, 26 May 2007 04:17:36 +0000 (04:17 +0000)]
Michael Olson  <mwolson at gnu.org>

(Modules): Fix references to completion modules.

17 years agoMichael Olson <mwolson at gnu.org>
Glenn Morris [Sat, 26 May 2007 04:16:16 +0000 (04:16 +0000)]
Michael Olson  <mwolson at gnu.org>

(Modules): Fix references to completion modules.

17 years ago*** empty log message ***
Glenn Morris [Sat, 26 May 2007 04:15:36 +0000 (04:15 +0000)]
*** empty log message ***

17 years ago** xterm-mouse-event truncation bug: install Stefan's patch.
Chong Yidong [Sat, 26 May 2007 02:32:07 +0000 (02:32 +0000)]
** xterm-mouse-event truncation bug: install Stefan's patch.
Installed.

17 years ago** canonically-space-region: install Stefan's patch.
Chong Yidong [Sat, 26 May 2007 02:31:39 +0000 (02:31 +0000)]
** canonically-space-region: install Stefan's patch.
Installed.

17 years ago(define-derived-mode): Remove bogus compatibiity code.
Stefan Monnier [Fri, 25 May 2007 17:00:54 +0000 (17:00 +0000)]
(define-derived-mode): Remove bogus compatibiity code.

17 years ago(copyright-names-regexp): New var.
Stefan Monnier [Fri, 25 May 2007 16:58:18 +0000 (16:58 +0000)]
(copyright-names-regexp): New var.
(copyright-update-year): Use it.

17 years ago(edmacro-format-keys): Use current-active-maps.
Stefan Monnier [Fri, 25 May 2007 16:43:24 +0000 (16:43 +0000)]
(edmacro-format-keys): Use current-active-maps.

17 years agoFix up comment convention.
Stefan Monnier [Fri, 25 May 2007 16:42:10 +0000 (16:42 +0000)]
Fix up comment convention.

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 15:05:39 +0000 (15:05 +0000)]
(xterm-mouse-truncate-wrap): New function.
(xterm-mouse-event): Use it.

17 years ago(canonically-space-region): Make the second arg
Stefan Monnier [Fri, 25 May 2007 15:00:22 +0000 (15:00 +0000)]
(canonically-space-region): Make the second arg
a marker if it's not already the case.

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 ago*** empty log message ***
Richard M. Stallman [Fri, 25 May 2007 07:18:28 +0000 (07:18 +0000)]
*** empty log message ***

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.