diff options
| author | Paul Eggert | 2016-08-05 14:09:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-08-05 14:09:08 -0700 |
| commit | 6b780a2e97c032d1749f190e0f5cfbbce99d0a60 (patch) | |
| tree | 18287633d9eb2d63d8badf035144e8a3143c00db /etc/PROBLEMS | |
| parent | 95c6606a477e017ed7b418fcc81fd937895fee20 (diff) | |
| parent | 9ba51edf62b25c678508a316ec78a09b18d3bf9e (diff) | |
| download | emacs-6b780a2e97c032d1749f190e0f5cfbbce99d0a60.tar.gz emacs-6b780a2e97c032d1749f190e0f5cfbbce99d0a60.zip | |
Merge from origin/emacs-25
9ba51ed Document buffer-swap-text+save-excursion interaction
452aa94 Fix eieio vs cl-generic incompatibilities found in Rudel (bug...
248d5dd Include cl-generic in package--builtin-versions (bug#22817)
8f5a8b6 Improve timing in `tramp-test29-environment-variables'
05ba7a0 Add test for handling environment variables in Tramp
e393d4f * lisp/emacs-lisp/package.el (describe-package-1) (package-st...
5e38887 ; * lisp/net/tramp.el: Fix 2010-10-04 comment typo. (Bug#23913)
90f2169 ; Spelling fixes
069fc05 Improve documentation of search functions
0a0144a Delete environment variables in Tramp when needed
f624671 Add "New in Emacs 25" section to the FAQ
658daf9 Fix 'vertical-motion' in non-interactive sessions
686b520 Fix memory leak in imagemagick-types
4069b71 Update ELisp manual to match 'string-collate-equalp' doc string
1b2d6a6 Clarify docstring of find-feature-regexp
aac62a6 Add details to cl-lib defining macros' docstrings
d6aa4da Clarify doc string of 'save-buffer'
03bcf11 Un-confuse doc string of 'string-collate-equalp'
c53135b Clarify documentation of 'mouse-on-link-p'
# Conflicts:
# lisp/emacs-lisp/eieio-core.el
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 5c9553bcb94..ebce3e0d46a 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -958,13 +958,13 @@ occurrence of the failure. So far, the failure has been observed with | |||
| 958 | GTK+ versions 3.4.2, 3.14.5 and 3.18.7. However, another 3.4.2 build | 958 | GTK+ versions 3.4.2, 3.14.5 and 3.18.7. However, another 3.4.2 build |
| 959 | does not exhibit the bug. | 959 | does not exhibit the bug. |
| 960 | 960 | ||
| 961 | Some window managers (xfce) apparently work around this failure by | 961 | Some window managers (Xfce) apparently work around this failure by |
| 962 | cropping the menu bar. With other windows managers, it's possible to | 962 | cropping the menu bar. With other windows managers, it's possible to |
| 963 | shrink the frame manually after the problem occurs, e.g. by dragging the | 963 | shrink the frame manually after the problem occurs, e.g. by dragging the |
| 964 | frame's border with the mouse. However, some window managers have been | 964 | frame's border with the mouse. However, some window managers have been |
| 965 | reported to refuse such attempts and snap back to the width needed to | 965 | reported to refuse such attempts and snap back to the width needed to |
| 966 | show the full menu bar (wmii) or at least cause the screen to flicker | 966 | show the full menu bar (wmii) or at least cause the screen to flicker |
| 967 | during such resizing attempts (i3, icewm). | 967 | during such resizing attempts (i3, IceWM). |
| 968 | 968 | ||
| 969 | See also http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15700, | 969 | See also http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15700, |
| 970 | http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22000, | 970 | http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22000, |