Mercurial > emacs
comparison admin/FOR-RELEASE @ 90732:bc10a33dd40b
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 563-582)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 177-185)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 01 Jan 2007 03:21:06 +0000 |
parents | 6588c6259dfb 7237d52e0b4c |
children | e4e4a56ef723 |
comparison
equal
deleted
inserted
replaced
90731:a6c97c25a666 | 90732:bc10a33dd40b |
---|---|
39 to the hack introduced on 2005-07-01 to fix some other Cleartype problem. | 39 to the hack introduced on 2005-07-01 to fix some other Cleartype problem. |
40 | 40 |
41 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin. | 41 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin. |
42 (Did we decide that is unreproducible?) | 42 (Did we decide that is unreproducible?) |
43 | 43 |
44 ** make-network-process :nowait t doesn't work for non-local targets | |
45 on Windows. This has been "fixed" for Emacs 22 by defining | |
46 BROKEN_NON_BLOCKING_CONNECT in ms-w32.h. | |
47 | |
48 | |
44 * BUGS | 49 * BUGS |
45 | 50 |
46 ** make-network-process :nowait t doesn't work for non-local targets | 51 ** document gpg-agent. |
47 on Windows. | |
48 If it cannot be fixed, (featurep 'make-network-process '(:nowait t)) | |
49 should return nil. | |
50 | |
51 ** Document use of gpg-agent | |
52 | |
53 ** monnier@iro.umontreal.ca, Nov 24: | |
54 gnus-summary-tick-article-forward doesn't work any more? | |
55 | |
56 ** Should CC mode set beginning-of-defun-function? | |
57 | 52 |
58 ** Need papers from Rubini for his code in t-mouse.el | 53 ** Need papers from Rubini for his code in t-mouse.el |
59 Sent instructions. | 54 Sent instructions. |
60 | 55 |
61 ** jpff@cs.bath.ac.uk, Dec 7: Failure to submit second netnews message. | 56 ** lennart.borgman.073@student.lu.se, Dec 21: |
57 Saving when the coding system can't code all buffer characters | |
62 | 58 |
63 ** kbd_buffer_store_event[_hold] called from outside signal handlers. | 59 ** Bug in ESHELL that Wiegley is supposed to fix. |
64 | 60 |
65 ** org.el change papers | 61 ** How should C-x C-v ask about saving? |
62 | |
63 ** lennart.borgman.073@student.lu.se, Dec 16: | |
64 compilation-previous-error fails if first error is at start of buffer | |
65 | |
66 ** CC mode fixes to be installed. | |
67 | |
68 ** W3 status with latest url package. | |
69 | |
70 ** Fix up the notices in oldXMenu properly. | |
71 | |
72 ** bruno@clisp.org's patches for location of Info file directory. | |
73 | |
74 ** disumu@x3y2z1.net, Nov 22: | |
75 URL not following some 302 redirects after recent changes | |
76 | |
77 ** Give recommendations for redefining window manager keys | |
78 to avoid interference with Emacs. | |
79 | |
80 ** lennart.borgman.073@student.lu.se, Dec 29: | |
81 How global is a define-global-minor-mode mode | |
82 He says that customizing such a mode simply does not work. | |
83 RMS says that there is no code in the generated defcustom, | |
84 or elsewhere in the generated code, to implement setting that variable | |
85 through the custom mechanism. | |
86 | |
87 ** b.riefenstahl@turtle-trading.net, Dec 29: | |
88 GTK build crashes under X | |
89 | |
90 ** dooglus@gmail.com, Dec 29: 4 week-old pretest bugs | |
91 Two GTK version bugs. | |
92 | |
93 ** pgg bugs reported by rms. | |
66 | 94 |
67 * DOCUMENTATION | 95 * DOCUMENTATION |
68 | 96 |
69 ** Check the Emacs Tutorial. | 97 ** Check the Emacs Tutorial. |
70 | 98 |