diff options
| author | Karoly Lorentey | 2005-11-01 06:23:08 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-11-01 06:23:08 +0000 |
| commit | cd0cf71c4f41023a8d9c20b3a26e44b980992b5a (patch) | |
| tree | b763cfec551254e2228335be4e218ed7a9a19109 /etc/PROBLEMS | |
| parent | c40bb1ba81a5df164f0b9b61e3480c55808717b7 (diff) | |
| parent | 895725e10c0fb68ed21abb48183cc8843bcaadf3 (diff) | |
| download | emacs-cd0cf71c4f41023a8d9c20b3a26e44b980992b5a.tar.gz emacs-cd0cf71c4f41023a8d9c20b3a26e44b980992b5a.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
Add lisp/mh-e/.arch-inventory
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-617
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-618
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-619
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-620
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-621
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-622
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-623
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-624
Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-625
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-626
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-627
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-628
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-142
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-143
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-144
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-145
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-146
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-147
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-148
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-435
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 3b9dc6b17ff..76a62dca178 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2007,7 +2007,13 @@ A certain X server for Windows had a bug which caused this. | |||
| 2007 | Supposedly the newer 32-bit version of this server doesn't have the | 2007 | Supposedly the newer 32-bit version of this server doesn't have the |
| 2008 | problem. | 2008 | problem. |
| 2009 | 2009 | ||
| 2010 | ** Known problems with the MS-Windows port of Emacs 21.2. | 2010 | ** Known problems with the MS-Windows port of Emacs 22.1 |
| 2011 | |||
| 2012 | Using create-fontset-from-ascii-font or the --font startup parameter | ||
| 2013 | with a Chinese, Japanese or Korean font leads to display problems. | ||
| 2014 | Use a Latin-only font as your default font. If you want control over | ||
| 2015 | which font is used to display Chinese, Japanese or Korean character, | ||
| 2016 | use create-fontset-from-fontset-spec to define a fontset. | ||
| 2011 | 2017 | ||
| 2012 | Frames are not refreshed while the File or Font dialog or a pop-up menu | 2018 | Frames are not refreshed while the File or Font dialog or a pop-up menu |
| 2013 | is displayed. This also means help text for pop-up menus is not | 2019 | is displayed. This also means help text for pop-up menus is not |
| @@ -2027,13 +2033,10 @@ after moving back into it. | |||
| 2027 | Some minor flickering still persists during mouse-tracking, although | 2033 | Some minor flickering still persists during mouse-tracking, although |
| 2028 | not as severely as in 21.1. | 2034 | not as severely as in 21.1. |
| 2029 | 2035 | ||
| 2030 | Emacs can sometimes abort when non-ASCII text, possibly with null | ||
| 2031 | characters, is copied and pasted into a buffer. | ||
| 2032 | |||
| 2033 | An inactive cursor remains in an active window after the Windows | 2036 | An inactive cursor remains in an active window after the Windows |
| 2034 | Manager driven switch of the focus, until a key is pressed. | 2037 | Manager driven switch of the focus, until a key is pressed. |
| 2035 | 2038 | ||
| 2036 | Windows input methods are not recognized by Emacs (as of v21.2). Some | 2039 | Windows input methods are not recognized by Emacs. Some |
| 2037 | of these input methods cause the keyboard to send characters encoded | 2040 | of these input methods cause the keyboard to send characters encoded |
| 2038 | in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 | 2041 | in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 |
| 2039 | characters, ISO 8859-8 for Hebrew characters, etc.). To make this | 2042 | characters, ISO 8859-8 for Hebrew characters, etc.). To make this |