1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

829 Commits

Author SHA1 Message Date
Glenn Morris
28c595fb5c "undigestify-rmail-message" is fixed.
"CVS build" totally unreproducible (I think someone would have noticed
if CVS did not build for 3 weeks...).
Add some urls.
2007-08-15 03:11:58 +00:00
Chong Yidong
e133b9f1a2 "modification hooks called only once" -- fix is on the trunk. 2007-08-14 18:33:25 +00:00
Miles Bader
37cc095b6a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
2007-08-13 13:41:28 +00:00
Richard M. Stallman
ba6f842234 *** empty log message *** 2007-08-12 17:57:34 +00:00
Glenn Morris
31dab3b61e *** empty log message *** 2007-08-11 02:59:26 +00:00
Jan Djärv
16cccc1bdb Add Gtk+ tool bar and GUD focus problem. 2007-08-10 05:47:45 +00:00
Glenn Morris
2b6cdf0a7f *** empty log message *** 2007-08-09 08:09:03 +00:00
Glenn Morris
cfbe273188 telnet, erc-server issues fixed. 2007-08-08 07:11:08 +00:00
Chong Yidong
cbaa22f40a ** sdl.web@gmail.com: problem with transparent PNG image display
Fixed.
2007-08-07 17:21:00 +00:00
Chong Yidong
a12eea51fe ** davby@ida.liu.se, 6 July: Bug in pos-visible-in-window-p
Fixed.
2007-08-07 15:56:21 +00:00
Richard M. Stallman
f6969b1e38 *** empty log message *** 2007-08-06 16:36:11 +00:00
Richard M. Stallman
ddbdaf2420 *** empty log message *** 2007-08-03 20:19:08 +00:00
Miles Bader
0896d93184 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 84-87)

   - Update from CVS
   - Change capitalization of VC backend names for new backends

2007-08-02  Richard M. Stallman  <rms@gnu.org>

   * lisp/mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
   to update deleted flag.

   * lisp/cus-edit.el (customize-apropos, customize-apropos-options)
   (customize-apropos-faces, customize-apropos-groups): Improve prompt.

   * lisp/menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.

   * lisp/startup.el (fancy-splash-head, startup-echo-area-message):
   Change message text.

   * lisp/emulation/tpu-edt.el (next-line-internal): Setting deleted.
   All callers use line-move.

   * lisp/progmodes/compile.el (compilation-find-buffer): Return current
   buffer immediately if suitable.
   (compile, compilation-buffer-name, compilation-start): Doc fixes.

2007-07-31  Daiki Ueno  <ueno@unixuser.org>

   * lisp/faces.el (face-normalize-spec): New function.
   (frame-set-background-mode): Normalize face-spec before calling
   face-spec-match-p.

2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/server.el (server-window): Add switch-to-buffer-other-frame option.

2007-08-03  Richard M. Stallman  <rms@gnu.org>

   * src/fileio.c (Fvisited_file_modtime): Use make_time.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-844
2007-08-03 05:49:59 +00:00
Richard M. Stallman
1a1c4e2ebf *** empty log message *** 2007-08-01 18:28:48 +00:00
Richard M. Stallman
1605972ed1 *** empty log message *** 2007-08-01 13:29:01 +00:00
Richard M. Stallman
6b8e7bc2cc *** empty log message *** 2007-07-31 18:26:24 +00:00
Miles Bader
2f12b71311 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 75-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)

   * lisp/emacs-lisp/copyright.el (copyright-update-year, copyright-update)
   (copyright-fix-years, copyright): Correctly handle the case where
   copyright-limit is nil.

2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)

   * lisp/progmodes/python.el (run-python): Fix path separator under w32.

2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-msg.el (gnus-summary-supersede-article)
   (gnus-summary-resend-message-edit): Add Gcc header.
   (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
   article's Message-ID; refer parent article in summary buffer.

   * lisp/gnus/message.el (message-bounce): Call mime-to-mml.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-838
2007-07-31 05:02:54 +00:00
Richard M. Stallman
183e368a05 *** empty log message *** 2007-07-31 04:14:07 +00:00
Richard M. Stallman
982240c54b *** empty log message *** 2007-07-30 20:10:53 +00:00
Richard M. Stallman
f8d25b6d2c *** empty log message *** 2007-07-30 19:48:16 +00:00
Stefan Monnier
72fa3278be (font-lock-add-keywords): In case font-lock was only
half-activated, forcefully activate it completely.
2007-06-11 21:57:11 +00:00
Stefan Monnier
3a07a00bbf Add a bug about hi-lock-mode and font-lock-mode.
Fix encoding of some nonascii chars.
2007-06-11 15:46:12 +00:00
Miles Bader
0114082988 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790
2007-06-09 03:19:04 +00:00
Michael Albinus
b0dc61e49b Tramp does not require cl anymore. 2007-06-07 20:19:32 +00:00
Michael Albinus
d3a9d7d644 Tramp does not require cl anymore. 2007-06-07 20:17:52 +00:00
Glenn Morris
f89df812d3 Sync etc/images change to six icons from trunk. 2007-06-07 07:45:09 +00:00
Chong Yidong
9d18e48451 ** xterm-mouse-event truncation bug: install Stefan's patch.
Installed.
2007-05-26 02:32:07 +00:00
Chong Yidong
1319901164 ** canonically-space-region: install Stefan's patch.
Installed.
2007-05-26 02:31:39 +00:00
Richard M. Stallman
949673743c *** empty log message *** 2007-05-25 07:18:28 +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
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
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
Richard M. Stallman
b39bd0defa *** empty log message *** 2007-05-22 12:01:46 +00:00
Richard M. Stallman
0daf086a96 *** empty log message *** 2007-05-22 08:22:57 +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
Chong Yidong
82113a92c5 ** eliz@gnu.org, May 20: EOL conversion of files in .tar archives
This is a Windows bug.
2007-05-21 15:39:45 +00:00
Chong Yidong
a88cc71ed8 ** coldwell@redhat.com, May 18: 22.0.99 emacs dumper (?) problem
Added to PROBLEMS.
2007-05-21 15:30:57 +00:00
Richard M. Stallman
a9175d2e9c *** empty log message *** 2007-05-21 09:40:15 +00:00
Glenn Morris
1ed633e80b Move bugs to release branch, again. 2007-05-20 20:29:43 +00:00
Glenn Morris
67bdacb339 Sync change from trunk.
Add new section "Fixes for Emacs 22.2".
2007-05-20 20:25:13 +00:00
Dan Nicolaescu
305fa3c4d0 *** empty log message *** 2007-05-20 19:19:53 +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
Richard M. Stallman
8d0b40c040 *** empty log message *** 2007-05-19 22:31:10 +00:00
Chong Yidong
371e7ccfd5 ** cloos@jhcloos.com, May 11: A redisplay bug in 22.0.99
This is fixed.
2007-05-19 18:59:16 +00:00
Miles Bader
8cb3e86868 Merge from emacs--rel--22
Patches applied:

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

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-755
2007-05-18 02:35:36 +00:00
Richard M. Stallman
c667e20d3c *** empty log message *** 2007-05-17 21:34:58 +00:00
Glenn Morris
2fddf4abaf vc-hooks patch installed from trunk.
table cell issue cannot be reproduced, even by the OP. rms:
"I think we should not delay the release to fix this"
http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00168.html

"A redisplay bug in 22.0.99" was fixed by this change:

2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
* image.c (pbm_load): Correctly check image size for greyscale pbm.

(see also http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00498.html).
2007-05-17 07:44:40 +00:00
Miles Bader
97b362e7ac Merge from emacs--rel--22
Patches applied:

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

   - Update from CVS

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

   * lisp/buff-menu.el (Buffer-menu-sort-column): Doc fix.

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

   * lisp/files.el (magic-mode-alist, magic-fallback-mode-alist):
   Move the *ml, Postscript, and XmCD entries to the fallback part.

   * lisp/files.el (magic-fallback-mode-alist):
   Rename from file-start-mode-alist.

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

   * src/macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
   dead key repeat and up events.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-753
2007-05-17 01:12:58 +00:00
Stefan Monnier
92228a10a2 (magic-fallback-mode-alist): Rename from file-start-mode-alist. 2007-05-16 16:07:15 +00:00
Richard M. Stallman
5a83f85cd7 *** empty log message *** 2007-05-16 01:51:11 +00:00
Miles Bader
baa157cd23 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 14-15)

   - Update from CVS

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

   * etc/refcard.tex (section{Incremental Search}): Minor corrections.

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

   * lispref/text.texi (Margins): indent-to-left-margin is not the default.
   (Mode-Specific Indent): For indent-line-function, the default
   is indent-relative.

   * lispref/modes.texi (Example Major Modes): Explain last line of text-mode
   is redundant.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-746
2007-05-13 01:31:05 +00:00
Chong Yidong
85ffff84ec ** cloos@jhcloos.com, May 11: A redisplay bug in 22.0.99
Fixed.
2007-05-12 23:56:41 +00:00
Richard M. Stallman
80012aeb1c *** empty log message *** 2007-05-12 16:59:34 +00:00
Richard M. Stallman
df29becbc0 *** empty log message *** 2007-05-11 19:03:51 +00:00
Richard M. Stallman
fc90e6a0eb *** empty log message *** 2007-05-11 14:34:48 +00:00
Miles Bader
68380acf41 Merge from emacs--rel--22
Patches applied:

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

   - Update from CVS

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

   * lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
   (iso-cvt-write-only): Likewise.

   * lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
   Fix generated doc string.

   * lisp/startup.el (fancy-splash-text): Add URL of guided tour.
   Adjust horizontal and vertical whitespace.

   * lisp/progmodes/compile.el (compilation-handle-exit):
   Use run-hook-with-args to run compilation-finish-functions.

   * lisp/files.el (file-start-mode-alist): New variable.
   (magic-mode-regexp-match-limit): Doc fix.
   (set-auto-mode): Handle file-start-mode-alist.
   A little cleanup of structure.

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

   * lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example.

   * lispref/help.texi (Keys in Documentation): Add reference to
   Documentation Tips.

   * lispref/files.texi (Format Conversion): TO-FN gets three arguments.

   * lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743
2007-05-11 04:44:30 +00:00
Richard M. Stallman
7d145fa308 *** empty log message *** 2007-05-10 14:53:13 +00:00
Glenn Morris
0fd352a510 Add notes about NEWS, as a reminder for the next release. 2007-05-05 22:47:02 +00:00
Miles Bader
ab23894e92 Merge from emacs--rel--22
Patches applied:

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

   - Update from CVS

2007-05-04  Karl Berry  <karl@tug.org>

   * lispref/elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.

2007-05-04  Karl Berry  <karl@gnu.org>

   * man/emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-731
2007-05-04 23:08:42 +00:00
Richard M. Stallman
2511170598 *** empty log message *** 2007-05-04 17:09:11 +00:00
Miles Bader
9e83b91a26 Merge from emacs--rel--22
Patches applied:

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

   - Update from CVS

2007-05-03  Karl Berry  <karl@gnu.org>

   * man/emacs.texi (EMACSVER) [smallbook]: 22 for printed version.

   * man/texinfo.tex: update from current version for better pdf generation.

   * man/emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
     for printing.

2007-05-03  Karl Berry  <karl@gnu.org>

   * lispref/emacs.texi (EMACSVER) [smallbook]: 22 for printed version.

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

   * man/cmdargs.texi (Initial Options): Under --batch, mention --eval.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-727
2007-05-04 01:05:55 +00:00
Richard M. Stallman
763d24ed1e *** empty log message *** 2007-05-03 22:56:49 +00:00
Richard M. Stallman
45e699c8f7 *** empty log message *** 2007-05-02 04:32:34 +00:00
Richard M. Stallman
3d698287bb *** empty log message *** 2007-05-02 02:33:04 +00:00
Richard M. Stallman
fa23618181 *** empty log message *** 2007-05-01 22:42:07 +00:00
Richard M. Stallman
531c0b149f *** empty log message *** 2007-05-01 20:48:06 +00:00
Miles Bader
04990d0389 Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.
Patches applied:

 * emacs--rel--22  (patch 4-5)

   - Update from CVS

2007-05-01  Romain Francoise  <romain@orebokech.com>

   * lisp/dired-x.el: Revert 2007-04-06 change.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-723
2007-05-01 09:55:06 +00:00
Richard M. Stallman
76181e0aac *** empty log message *** 2007-04-29 22:35:06 +00:00
Richard M. Stallman
eeadde0340 *** empty log message *** 2007-04-29 14:46:51 +00:00
Miles Bader
570d87805e Merge from emacs--rel--22
Patches applied:

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

   - Update from CVS

2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.

2007-04-28  Eli Zaretskii  <eliz@gnu.org>

   * lisp/makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
   instead of $(lisp)/mh-e.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-719
2007-04-29 01:04:39 +00:00
Glenn Morris
fc26a03e7b Add another url. 2007-04-28 22:27:58 +00:00
Glenn Morris
1877c3cb02 Add pointers to the relevant mailing lists threads. 2007-04-28 19:40:48 +00:00
Richard M. Stallman
fa58f4b581 *** empty log message *** 2007-04-28 18:06:15 +00:00
Richard M. Stallman
4c9a10e640 *** empty log message *** 2007-04-28 15:51:04 +00:00
Richard M. Stallman
97dbdc1265 *** empty log message *** 2007-04-28 14:28:22 +00:00
Glenn Morris
bf64294dde Import bugs from copy of this file on the trunk. 2007-04-28 04:17:12 +00:00
Glenn Morris
b9a4564351 Move bugs to EMACS_22_BASE branch. 2007-04-28 04:16:38 +00:00
Miles Bader
d095a90466 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (base, patch 1-2)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE

2007-04-25  Richard M. Stallman  <rms@gnu.org>

   * lisp/hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.

2007-04-24  Richard M. Stallman  <rms@gnu.org>

   * lispref/text.texi (Special Properties): Add xref to Overlay Properties.

   * lispref/display.texi (Overlay Properties): Add xref to Special Properties.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-716
2007-04-28 03:47:01 +00:00
Chong Yidong
1ae51869d6 ** mathias.dahl@gmail.com, Apr 24: Tumme fails with default custom settings
Fixed in 2007-04-25 checkin.
2007-04-27 19:03:48 +00:00
Chong Yidong
d8c0f1aed1 ** pj@heslin.eclipse.co.uk, Apr 24: Small bug in flyspell.el
Fixed.
2007-04-27 18:54:25 +00:00
Glenn Morris
c4de570f91 button face dealt with. 2007-04-26 03:21:16 +00:00
Richard M. Stallman
8a4d2dee84 *** empty log message *** 2007-04-25 19:53:12 +00:00
Richard M. Stallman
2d0f33df9c *** empty log message *** 2007-04-25 14:01:37 +00:00
Richard M. Stallman
f62a06bee4 *** empty log message *** 2007-04-25 02:12:02 +00:00
Richard M. Stallman
4b0feffbc3 *** empty log message *** 2007-04-24 21:43:13 +00:00
Richard M. Stallman
4719f27a1d *** empty log message *** 2007-04-24 14:20:53 +00:00
Richard M. Stallman
949a1f3404 *** empty log message *** 2007-04-24 13:56:17 +00:00
Chong Yidong
bb6370f196 ** rcyeske@gmail.com, April 22: Failure to build on OpenBSD macppc.
Update.
2007-04-23 22:06:02 +00:00
Chong Yidong
b82be08249 Alfred M. Szmidt, April 23: Build succeeds on OpenBSD 3.9. 2007-04-23 19:43:52 +00:00
Chong Yidong
2b7a395e5b ** Stephen.Berman@gmx.net, April 22: redisplay
This is unrelated to redisplay; X (or GTK) dialog boxes are not
managed by the redisplay engine, so there is no expectation that
redisplay must occur before or after the dialog box appears.  See
2007-04-23 messages on emacs-devel.
2007-04-23 19:28:59 +00:00
Chong Yidong
863477c112 ** nickrob@snap.net.nz, April 23: Info-scroll-up/down on mode-line
Fixed.
2007-04-23 15:21:57 +00:00
Chong Yidong
3f8c96b72a ** Finish fixing locate.el.
Fixed.
2007-04-23 14:54:36 +00:00
Richard M. Stallman
e34d114098 *** empty log message *** 2007-04-23 14:30:05 +00:00
Glenn Morris
42d7477b7f *** empty log message *** 2007-04-23 01:22:39 +00:00
Glenn Morris
3a5cc2b71e Multiline nick issue moved to TODO. 2007-04-22 01:55:37 +00:00
Chong Yidong
e7fdb6ebf1 ** pot@gnu.org, Apr 20: patch for locate.el when called with prefix arg
Fixed.
2007-04-21 03:29:50 +00:00
Richard M. Stallman
e58e12f16f *** empty log message *** 2007-04-20 21:59:12 +00:00
Chong Yidong
712d4d49b3 ** Send an email to the various distributions, including the GNOME
and KDE projects, to use the new Emacs icons in etc/images/icons.
Being done (see emacs-devel thread).
2007-04-20 21:40:10 +00:00
Chong Yidong
c5f9388fbe ** Cleanup temporary +++/--- lines in etc/NEWS.
Done.
2007-04-20 21:39:43 +00:00
Chong Yidong
1f2f18e321 ** schwab@suse.de, April 18: CC Mode 5.31.4 (C/l); c-end-of-defun broken
Fixed in Alan Mackenzie's 2007-04-19 checkin.
2007-04-19 18:13:09 +00:00
Chong Yidong
aecaf06a63 ** ulm@gentoo.org, April 17: Compile failure due to Xaw3d include file issues
Fixed.
2007-04-19 18:12:20 +00:00
Chong Yidong
41ee352d79 ** andrew.maguire@ge.com, Apr 18: show-paren-mode prevents page-down from displaying next 1/2 page.
Fixed.
2007-04-19 17:23:20 +00:00
Richard M. Stallman
53b35432b8 *** empty log message *** 2007-04-19 03:49:37 +00:00
Richard M. Stallman
e1be06df5c *** empty log message *** 2007-04-19 03:08:05 +00:00
Chong Yidong
7974b1efb5 ** seltenreich@gmx.de, April 18: regression in diary-lib
Glenn Morris fixed this.
2007-04-18 14:51:12 +00:00
Richard M. Stallman
20aaedcad9 *** empty log message *** 2007-04-18 14:28:52 +00:00
Chong Yidong
84a8a8b81d ** cyd@stupidchicken.com, Apr 12: display margin errors on a tty
http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00272.html
Fixed.
2007-04-16 16:27:12 +00:00
Chong Yidong
ed0b87122d ** lennart.borgman@gmail.com, Apr 11: before-string in overlay
http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00153.html
Fixed.
2007-04-16 15:14:47 +00:00
Chong Yidong
306a40dc8b ** spurious scrolling bug
RMS has seen this too, happening during idle time, but cannot reproduce it.
Fix checked in.
2007-04-15 21:50:46 +00:00
Chong Yidong
fcc43c5c56 ** A couple of manuals (flymake, newsticker) don't have an "@insertcopying"
line in the title page, so the copyright doesn't appear when they're
processed.  (I'd say the same about widget, but that doesn't have a
title page.)
Fixed.
2007-04-15 21:24:19 +00:00
Chong Yidong
cee137ac85 ** Several manuals have old dates on the cover page.
Fixed.
2007-04-15 21:12:35 +00:00
Chong Yidong
6973001bbe ** Every manual should be under the GFDL. dired-x isn't.
Fixed.

** Every manual should contain a copy of the GFDL.
Fixed.
2007-04-15 20:58:49 +00:00
Chong Yidong
903e50e435 ** ryanmcgeary@hotmail.com, Apr 9: x-display-pixel-width
http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00400.html
Not a bug, but doc must be updated.
Fixed.
2007-04-15 19:41:44 +00:00
Chong Yidong
844f9b7e64 ** cs-muelleimer-rubbish.bin@arcor.de, Apr 14:
Org-mode and calc manual problems.
Added a stronger note to the calc manual (it is already documented in
multiple places there, but less prominently).
2007-04-15 19:21:45 +00:00
Richard M. Stallman
55c6ed61ce *** empty log message *** 2007-04-15 18:50:02 +00:00
Chong Yidong
b9d88df0dc ** footnote.el doesn't really let people customize footnote-style.
http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00406.html
Fixed.
2007-04-15 17:21:32 +00:00
Chong Yidong
01373f5836 ** Parsing URL attributes - url-mailto, url-imap, url-ldap broken?
http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00455.html
Resolved.
2007-04-15 16:51:17 +00:00
Glenn Morris
808409d6d7 Fixed: BibTeX-mode: bibtex-user-optional-fields: INIT without {}. 2007-04-14 19:14:43 +00:00
Chong Yidong
a353a03d15 Move x-display-pixel-width to doc section. 2007-04-14 14:39:53 +00:00
Richard M. Stallman
6bc0c0553a *** empty log message *** 2007-04-14 12:41:31 +00:00
Richard M. Stallman
adcac4df1a *** empty log message *** 2007-04-13 19:35:55 +00:00
Richard M. Stallman
73391da8fe *** empty log message *** 2007-04-13 16:04:09 +00:00
Chong Yidong
658597c2eb ** compile.el change to use compilation-directory instead of
default-directory does not work right.
http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00342.html
Fixed.
2007-04-13 15:10:56 +00:00
Chong Yidong
c50b92723b ** disumu@x3y2z1.net, Apr 10: url-http endless loop
http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00379.html
Fixed.
2007-04-13 14:59:50 +00:00
Nick Roberts
6f2c280eb6 *** empty log message *** 2007-04-13 04:00:00 +00:00
Glenn Morris
fc6ee824d1 *** empty log message *** 2007-04-13 03:00:36 +00:00
Richard M. Stallman
257f1b1e1d *** empty log message *** 2007-04-13 01:40:24 +00:00
Chong Yidong
a02ddb9a97 ** sdl.web@gmail.com, Apr 12: misbehaviour of outline-backward-same-level
Fixed.
2007-04-13 01:18:51 +00:00
Richard M. Stallman
69e854ce51 *** empty log message *** 2007-04-12 21:47:29 +00:00
Glenn Morris
4f411665c2 (BUGS): Try to be a little more helpful... 2007-04-12 02:33:59 +00:00
Richard M. Stallman
db365b8e56 *** empty log message *** 2007-04-11 15:07:14 +00:00
Richard M. Stallman
5df5344d8d *** empty log message *** 2007-04-11 04:38:35 +00:00
Richard M. Stallman
9a1bceb446 *** empty log message *** 2007-04-11 02:53:59 +00:00
Chong Yidong
b620d747ae ** dashteacup@gmail.com, Apr 2: c-subword-mode - inconsistent behavior
Fixed in 2007-04-09 checkin by Masatake YAMATO
2007-04-09 22:27:14 +00:00
Richard M. Stallman
8cf70aceef *** empty log message *** 2007-04-09 01:24:24 +00:00
Chong Yidong
7965f31b37 ** Check for text in manuals that assumes current version is 21.
Done.
2007-04-07 17:13:10 +00:00
Chong Yidong
a4f66a9e97 ** Kevin Rodgers missing assignment
Resolved.
2007-04-07 16:56:06 +00:00
Chong Yidong
702d662b73 ** jch@honig.net, Apr 6: Hanoi causes SEGV
This has been fixed.
2007-04-07 14:56:00 +00:00
Richard M. Stallman
52f82c0ad6 *** empty log message *** 2007-04-07 14:12:58 +00:00
Chong Yidong
bf74ebd3a0 ** Byte compiler gives wrong locations for warning.
Warning message tweaked.  Added TODO item to report more accurate line numbers.
2007-04-06 15:09:37 +00:00
Chong Yidong
29a4d158c0 ** andreas.roehler@easy-emacs.de, Apr 3: slow with html-file
Third-party Elisp package is at fault: see 04 Apr 2007 emacs-devel
message by Andreas Roehler
2007-04-04 17:44:40 +00:00
Richard M. Stallman
8ea81ae0ef *** empty log message *** 2007-04-04 14:06:52 +00:00
Chong Yidong
5ff08acd73 ** Stephen.Berman@gmx.net, Mar 27: Menu bar display bug
Fixed in the 2007-04-03 checkin by Jan Djärv.
2007-04-03 13:41:50 +00:00
Chong Yidong
3a9d94df21 ** warrend@mdhost.cse.tek.com, Mar 27: C-a acts different in 22.0.90 then past versions
This has already been solved.
2007-04-02 14:36:52 +00:00
Chong Yidong
33bca74ae5 ** dooglus@gmail.com, Mar 31: narrowing *shell* buffer causes odd error
Fixed.
2007-04-02 14:01:38 +00:00
Chong Yidong
59ec93723b ** dooglus@gmail.com, Apr 1: display problem after renaming open image files
This is expected behavior: if you delete or move an image file, any
Emacs images pointing to that file will obviously be invalid.
2007-04-02 04:31:30 +00:00
Chong Yidong
4936ff2a61 ** Slow fontification of large Info menus.
Fixed.
2007-04-02 04:29:01 +00:00
Richard M. Stallman
24c40f4f5a *** empty log message *** 2007-04-01 21:45:33 +00:00
Chong Yidong
3b98edbd02 ** herberteuler@hotmail.com, Mar 28: select and META key
Fixed.
2007-04-01 17:45:58 +00:00
Chong Yidong
998758b11c ** yazicivo@ttnet.net.tr, Mar 28: Locale Dependent Downcasing in smtpmail
Fixed.
2007-04-01 17:39:32 +00:00