aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ; Mention in PROBLEMS the issue with XIM character-selection windowEli Zaretskii2026-01-031-0/+13
| | | | | * etc/PROBLEMS: Describe the annoying XIM popup window. Suggested by Francesco Potortì <pot@potorti.it>. (Bug#79423)
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
|
* Merge from origin/emacs-30Eli Zaretskii2025-11-081-1/+2
|\ | | | | | | | | a71ba898db8 ; Update the MinGW URLs in w32 FAQ and nt/INSTALL e0ffcc655e5 No more color emoji issue on OpenBSD 7.8 and later (bug#7...
| * No more color emoji issue on OpenBSD 7.8 and later (bug#79768)Manuel Giraud2025-11-061-1/+2
| | | | | | | | | | | | Since version OpenBSD 7.8, its FreeType library supports color emoji out of the box. See https://cvsweb.openbsd.org/xenocara/lib/freetype/include/freetype/config/ftoption.h?rev=1.32&content-type=text/x-cvsweb-markup.
* | Context menu related fixes (bug#64980)Juri Linkov2025-09-161-0/+9
| | | | | | | | | | | | | | | | | | * etc/PROBLEMS: Suggest how to keep context menus open on Lucid. * lisp/mouse.el (context-menu-mode-map): Bind [mouse-3] to 'ignore' instead of 'nil' to not fallback to the default binding. (mouse--drag-start-event): Remove unused variable. (mouse-undouble-last-event): Remove unused function.
* | Merge from origin/emacs-30Eli Zaretskii2025-07-261-0/+12
|\ \ | |/ | | | | | | | | | | | | | | | | a44e9139c2f loaddefs-generate--rubric: Note about committing ldefs-bo... e4908623f23 ; Fix documentation of 'other-window' 5f3cbd62b1c ; * lisp/international/quail.el (quail-insert-kbd-layout)... 47deb38f214 ; face-font-family-alternatives, fixed-pitch: Comments. dd29b0ab66d Fix Eshell call to 'string-suffix-p' when checking for tr... cbfc095ed42 * etc/PROBLEMS: Describe how to work around screen reader... 8f00d36b63d (gnus)Scoring Tips: New tip regarding header continuation...
| * * etc/PROBLEMS: Describe how to work around screen reader TAB issueRobert Pluim2025-07-211-0/+12
| |
* | Enabled macOS dictation post NSTextInputClient migration in v30Alvaro Ramirez2025-07-261-0/+12
| | | | | | | | | | | | * src/nsterm.m (selectedRange): Implement to fix dictation. * etc/NEWS: Announce regression fix. * etc/PROBLEMS: Help users recover from rejected permission.
* | Merge from origin/emacs-30Eli Zaretskii2025-06-071-0/+6
|\ \ | |/ | | | | cd57a05542b ; * etc/PROBLEMS: Improve the item about 'C-S-u' in PGTK ...
| * ; * etc/PROBLEMS: Improve the item about 'C-S-u' in PGTK build.Eli Zaretskii2025-06-021-0/+6
| |
* | Remove ctags programPaul Eggert2025-03-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove our old ctags and suggest Universal Ctags instead. This fixes a FIXME in lib-src/Makefile.in and speeds up compilation quite a bit on my older CPU when I compile with --enable-gcc-warnings. It also lessens installation and runtime footprint. (Bug#76322) * .gitignore: Remove lib-src/ctags. * admin/authors.el (authors-renamed-files-alist): Remove ctags.1. * admin/check-man-pages: ctags.1 is no longer a special case. * admin/quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove ctags. * cross/Makefile.in (LIBSRC_BINARIES): Remove lib-src/ctags. * doc/man/ctags.1, lib-src/ctags.c: Remove. * java/Makefile.in (CROSS_LIBSRC_BINS): Remove ctags. * lib-src/Makefile.in (INSTALLABLES): Remove ctags${EXEEXT}. (ctags${EXEEXT}): Remove. * lib-src/etags.c (CTAGS): Remove. All uses replaced by ... (ctags): ... this new static var. (STDIN): Remove macro. All uses replaced by new STDIN_OPTION constant. (CTAGS_OPTION, STDIN_OPTION): New contants. (longopts): New --ctags option. (ctags_default_C_help): New constant, to override default_C_help at runtime. (default_C_help): Now always the etags version. (C_LANG_NAMES_INDEX): New macro. (print_language_names): Do not assume etags. (PROGRAM_NAME): Remove. All uses removed. (print_help): Document --ctags if PRINT_UNDOCUMENTED_OPTIONS_HELP. (main): Support new --ctags option, and support all [ce]tags options. * test/manual/etags/Makefile (CTAGS_PROG): Now etags --ctags, since there is no longer a ctags.
* | Merge from savannah/emacs-30Po Lu2025-03-041-0/+10
|\ \ | |/ | | | | | | | | | | | | | | | | 1b80bc67aad ; * doc/emacs/android.texi (Android Software): Minor mark... dcfbf7d1863 ; * etc/PROBLEMS: Document the same problem here. b09bbf22afd Document requirements respecting XDG MIME databases on An... 365a91622e0 ; (completion-preview--try-table): Propagate extra proper... # Conflicts: # lisp/completion-preview.el
| * ; * etc/PROBLEMS: Document the same problem here.Po Lu2025-03-041-0/+10
| |
* | Merge from savannah/emacs-30Po Lu2025-03-041-0/+16
|\ \ | |/ | | | | | | | | | | | | 7dcf9b71e6f ; Don't document package-x.el a5fd518d524 ; Document spurious warnings on macOS 15 625ed68aeaa Fix the use of xref-window-local-history together with Xr... 80917727676 completing-read-multiple: Fix support for ":" as separator 38cc36a3753 ; Improve docstring of cl-check-type
| * ; Document spurious warnings on macOS 15Stefan Kangas2025-03-021-0/+16
| | | | | | | | * etc/PROBLEMS: Document spurious warnings on macOS 15. (Bug#73382)
* | Merge from savannah/emacs-30Po Lu2025-02-151-0/+10
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 58e4bfe3408 Add two missing NULL checks of malloc'd values on Android 81ca9c75f11 ; * etc/PROBLEMS: Document how to grant storage permissio... d82d4689794 ; * etc/TODO: Rethink finder-known-keywords. b9b9c33dcbe Fix (Non)GNU ELPA description in manual 87a61eba1b8 Move 'package-archives' documentation to emacs manual 316e47c5af4 ; * src/fns.c (Fmapconcat): Doc fix (bug#76242). 3cfbeb3fca1 ; Fix >72 character long lines in docstring c68886ddb76 ; Change "virus" to "malicious" in lispref 6701866be4d Document (Non-)GNU ELPA in emacs manual 02851768b72 ; * .mailmap: Add entry for Thuna. (Bug#76221) 2d7a8cbf4c8 Fix author name 19314257485 Use c-ts-common's comment setup in go-ts-mode (bug#75978) 316893ca387 Add java-language-server to eglot-server-programs
| * ; * etc/PROBLEMS: Document how to grant storage permissions on Wear OS.Po Lu2025-02-151-0/+10
| |
* | Merge remote-tracking branch 'origin/emacs-30'Stefan Monnier2025-02-101-0/+13
|\ \ | |/
| * ; * etc/PROBLEMS: Fix last change (bug#74220).Eli Zaretskii2025-02-091-2/+2
| |
| * ; * etc/PROBLEMS: Document problem with GPM mouse display (bug#74220).Jared Finder2025-02-091-0/+13
| |
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-122/+0
|\ \
| * | Unexec removal: Documentation adjustmentsPip Cet2024-12-121-90/+0
| | | | | | | | | | | | | | | | | | | | | * doc/lispref/internals.texi (Building Emacs): * doc/lispref/os.texi (Command-Line Arguments): Remove documentation for 'unexec'-specific code and arguments. * etc/PROBLEMS: Remove unexec-specific problems.
| * | Pure storage removal: DocumentationPip Cet2024-12-121-32/+0
| | | | | | | | | | | | | | | * etc/NEWS: Document removal of unexec dumper. * etc/PROBLEMS: Remove pure space problems.
* | | Merge from origin/emacs-30Eli Zaretskii2025-01-251-2/+2
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 67903f5909d Restore the old behavior of `bookmark-write-file' 062da7003f9 ; Improve prompts and error messages in 'info-look' 52dc01f1c8b ; * admin/admin.el (set-version): Note about Android. fb282da2a07 Avoid double spaces around abbrevations in Texinfo bc1ab8ac3d8 ; * doc/emacs/custom.texi (Init Rebinding): Fix spacing. b41ef43af19 ; Fix previous change 5638b1d6bd4 Ispell: Use "personal dictionary" terminology consistently cc791e7499f ; Check man pages for mistakes less frequently 4ed4792e3b9 ; * admin/release-process: Minor copy-edits. 4a867c823b7 Add language server "ruff server" for Python 9e687c2871f Fix go-ts-mode type declaration indentation (Bug#75785) f751b3afa4f ; Minor improvements for doc strings in map.el cda78edc7d9 ; Fix typos ce50a1d3c18 ; * src/w32.c (w32_memory_info): Fix coding style of last... 58d3d4820ad Fix bug in w32_memory_info 77386412050 Avoid crashes in redisplay due to problematic font setups 0e3687e6006 Improve 'key-valid-p' docstring 9878092d2b9 Minor copyedits in internals.texi 4726900fdc5 Better document side-effect free and pure C functions 04c475a39f2 ; Fix documentation about faces of tool-tip text # Conflicts: # admin/codespell/codespell.exclude
| * | ; Fix typosStefan Kangas2025-01-231-2/+2
| | |
| * | Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
| | | | | | | | | | | | Run "TZ=UTC0 admin/update-copyright".
* | | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
| | | | | | | | | | | | Run "TZ=UTC0 admin/update-copyright".
* | | Merge from origin/emacs-30Eli Zaretskii2024-12-281-0/+10
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2ba6387d1d6 ; Fix inaccuracy in ELisp Reference manual 8ac6a178804 ; * etc/PROBLEMS: Mention problems with XPM support in GD... 624322d5f6a Add missing fontification matches for elixir-ts-mode 5bafb11b400 ; Fix copyright year 186ea407326 Don't start docstrings with "This function" or similar cb8ce2e68bb Enable indent-tabs-mode in obj-c-mode 54f35137096 Fix comment indent in 'lua-ts-mode' and old grammar 8b95549e908 * admin/nt/dist-build/build-dep-zips.py: (deps src) handl... 8064b2a6798 Document undocumented completion commands c29b798537e ; etc/w32-feature.el (harfbuzz): improve test 0e43e35f96e * admin/nt/dist-build/emacs.nsi: (Uninstall) delete only ... b83cd8a8fb0 ; * etc/tutorials/TUTORIAL.ko: Fix the beginning. 41caccc488b ; * etc/publicsuffix.txt: Update from upstream. e6fb18406ee ; Fix refcards 14e791f9ba2 ; Update acknowledgments for Emacs 30 861b7864fc4 ; Fix node name in emacs-lisp-intro.texi 77243ba5be8 ; Update version tags of defcustoms fe2ac33bae8 ;* doc/misc/efaq.texi (New in Emacs 30): Mention 'trusted... 8fb884f0dc0 ; * etc/NEWS: Fix wording. e281355a5e8 Improve D-Bus and Tramp manual # Conflicts: # doc/emacs/emacs.texi # etc/NEWS # lisp/erc/erc-log.el # lisp/eshell/esh-mode.el # lisp/which-key.el
| * | ; * etc/PROBLEMS: Mention problems with XPM support in GDK (bug#75018).Eli Zaretskii2024-12-281-0/+10
| | |
* | | Add support for the ':data' keyword for play-sound in MS-Windows.Cecilio Pardo2024-12-211-5/+0
|/ / | | | | | | | | | | | | | | | | | | | | * src/sound.c (parse_sound) [WINDOWSNT]: Check that either :file or :data is present. (do_play_sound): Added parameter to select file or data, and code to play from data. (Fplay_sound_internal): Fixed volume format, and send file or data to 'do_play_sound'. (Bug#74863) * etc/NEWS: Add entry for this change. * etc/PROBLEMS: Remove entry about missing support for :data.
* | ; * etc/PROBLEMS: Document problem with menu-bar background (bug#74028).Eli Zaretskii2024-12-141-0/+6
|/
* ; In PROBLEMS mention issue with .Xresources on Gnome desktop (Bug#73244)Martin Rudalics2024-11-161-0/+6
| | | | | * etc/PROBLEMS: Mention issue with specifying frame size in .Xresources when running Emacs on Gnome desktop (Bug#73244).
* ; * etc/PROBLEMS: Fix last change (bug#73207).Eli Zaretskii2024-09-151-7/+11
|
* Document unavailability of frame geometry on WaylandPo Lu2024-09-151-0/+8
| | | | | | * etc/PROBLEMS (Runtime problems specific to PGTK build): Document that frame-edges and company are liable not to return valid coordinates. (bug#73207)
* ; Mention in PROBLEMS issues with long popup menusEli Zaretskii2024-08-251-0/+6
| | | | | * etc/PROBLEMS: Problems with very long popup menus on Lucid builds. (Bug#72791)
* Add PROBLEMS entry for bug#72517Thomas Fitzsimmons2024-08-091-0/+17
| | | | | | | | * etc/PROBLEMS (X runtime problems): Document ssh -X session hang-on-exit after deletion of remote emacsclient -c frame. (bug#72517) (cherry picked from commit 9f03300c5c626bf6f8f839be4943cc20db89c24d)
* ; * etc/PROBLEMS: How to install sources on SUSE Linux (bug#72465).Björn Bidar2024-08-041-0/+20
|
* Document unsupported color Emoji on OpenBSDManuel Giraud2024-08-041-0/+21
| | | | | | | Bug#72268 * etc/PROBLEMS (Runtime problems related to font handling): Document unsupported color Emoji on OpenBSD.
* Add PROBLEMS entry for bug#72303Po Lu2024-07-261-0/+16
| | | | | | * etc/PROBLEMS (Runtime problems specific to PGTK build): Document that text mode sessions cannot be started without `-nw'. (bug#72303)
* ; Fix typosStefan Kangas2024-07-181-1/+1
|
* ; * etc/PROBLEMS (PGTK): Remove redundant 2nd PGTK section.Eli Zaretskii2024-06-271-9/+7
|
* Merge from origin/emacs-29Eli Zaretskii2024-06-221-0/+8
|\ | | | | | | 7f7b28a2500 ; Wayland SECONDARY selection problem
| * ; Wayland SECONDARY selection problemEli Zaretskii2024-06-221-0/+8
| | | | | | | | | | * etc/PROBLEMS: Document problems with SECONDARY selection on Wayland. (Bug#71656)
* | Remove more references to Windows 95Stefan Kangas2024-06-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | * doc/lispref/frames.texi (Window System Selections): * doc/misc/ediff.texi (Patch and Diff Programs): * doc/misc/efaq-w32.texi (Third-party multibyte, Swap Caps NT) (Subprocesses and floppy drive): * etc/PROBLEMS: * lisp/printing.el (pr-path-alist, pr-command): * lisp/ps-print.el: Remove more references to Windows 95, which is not supported by Emacs.
* | Enable support for color fonts in recent releases of XftPo Lu2024-06-111-0/+2
| | | | | | | | | | | | | | | | * etc/PROBLEMS (Some fonts are detected..): Document that Xft 2.3.6 should have resolved this issue. * src/ftfont.c (ftfont_spec_pattern, ftfont_list): Disable inhibition of color fonts on Xft 2.3.6 and subsequent versions.
* | Minor revisions to Android key bindingsPo Lu2024-06-101-1/+9
| | | | | | | | | | | | | | | | | | | | | | * etc/PROBLEMS (Runtime problems specific to Android): Document inappropriate generation of F3 on certain systems. * lisp/bindings.el ([iconify-frame], [make-frame-visible]): Update references to long-obsolete ignore-event command. * lisp/term/android-win.el ([KEYCODE_NOTIFICATION], [\83]): Ignore these two nuisance keys by default.
* | Document a GDK misdesign interfering with touch screens and menusPo Lu2024-06-021-0/+16
| | | | | | | | | | | | * etc/PROBLEMS (Runtime problems specific to PGTK): Document a misdesign preventing menus from being displayed in response to touch screen events.
* | Work around one Android bug and document anotherPo Lu2024-05-231-0/+14
| | | | | | | | | | | | | | | | | | | | | | * etc/PROBLEMS (Runtime problems specific to Android): Document deficiency of "Android Keyboard (AOSP)." * java/org/gnu/emacs/EmacsView.java (showOnScreenKeyboard): Revert yesterday's change. * java/org/gnu/emacs/EmacsWindow.java (toggleOnScreenKeyboard): Sync with the UI thread after displaying the on-screen keyboard.
* | Merge from origin/emacs-29Eli Zaretskii2024-05-111-1/+17
|\ \ | |/ | | | | | | | | | | | | | | | | 0ec9a02a0d5 ; Fix doc strings of two scroll-bar functions. 2f8bccf9d8c ; * doc/emacs/frames.texi (Scroll Bars): Improve formatting. f9832e80b89 ; * lisp/textmodes/ispell.el (ispell-message): Add commen... a7d247be90c ; * etc/PROBLEMS: Document macOS problems with Emacs.clr ... 8560ee7b5ca ; * doc/misc/auth.texi (The Unix password store): Fix var... 74c6b59af15 ; Advertise scroll bars some more 3d65d4306b9 Avoid errors in 'image-dired-tag-thumbnail'
| * ; * etc/PROBLEMS: Document macOS problems with Emacs.clr (bug#70836).Eli Zaretskii2024-05-091-1/+17
| |