summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Release rebuild to athena apt repositorydebian/30.1_git20230822.1Sean Whitton2023-08-24
|
* bump libgccjit dependency for gcc-13 in sidSean Whitton2023-08-24
|
* return to pgtkSean Whitton2023-08-24
|
* changelogSean Whitton2023-08-24
|
* Merge upstream Git snapshot into athena/unstableSean Whitton2023-08-24
|\
| * ; * lisp/eshell/esh-io.el (eshell-virtual-target): Remove default constructor.Jim Porter2023-08-22
| |
| * ; * lisp/eshell/esh-io.el (eshell-get-target): Fix docstring typos.Jim Porter2023-08-22
| |
| * Illustrate more font problemsPo Lu2023-08-22
| | | | | | | | | | * etc/PROBLEMS (Runtime problems specific to Android): Mention problems with three other fonts users have inquired into.
| * ; Add another noise macroPo Lu2023-08-22
| | | | | | | | | | * .dir-locals.el (c-mode) <c-noise-macro-names>: Classify TEST_STATIC as a noise macro.
| * Avoid crashes rescaling fonts with long namesPo Lu2023-08-22
| | | | | | | | | | * src/font.c (font_rescale_ratio): Check NAME is not nil before matching it against a regexp.
| * ; Amend doc strings of two functionsPo Lu2023-08-22
| | | | | | | | | | | | | | * src/dispnew.c (syms_of_display): * src/frame.c (Fwindow_system): Revise doc strings to mention the `android' value.
| * Optimize format 12 cmap table lookupPo Lu2023-08-22
| | | | | | | | | | | | | | * src/sfnt.c (sfnt_compare_char): New function. (sfnt_lookup_glyph_12): Detect ``large'' cmap tables of format 12 and perform a binary search. Such tables are frequently provided by CJK fonts.
| * ; Reverse debug spec of cl-flet (bug#65344)Gerd Möllmann2023-08-22
| |
| * Take precautions against NULL returns from getPrimaryClipPo Lu2023-08-22
| | | | | | | | | | | | | | * java/org/gnu/emacs/EmacsSdk11Clipboard.java (getClipboardData): Return null if the clip data is not set. Also delete superfluous debugging code. (bug#65445) (getClipboard): Don't dereference NULL clip data.
| * Avoid errors in posn-col-row if fonts disappear from an X serverPo Lu2023-08-22
| | | | | | | | | | | | * lisp/window.el (window-font-width, window-font-height): Resort to frame-char-width/height should the font returned by font-info be unavailable.
| * ; * etc/DEBUG: Fix typo.Po Lu2023-08-22
| |
| * * etc/DEBUG: Mention android_exception_check specifics. (bug#65445)Po Lu2023-08-22
| |
| * Correct invalid Texinfo markupPo Lu2023-08-22
| | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/files.texi (Visiting): Don't enclose an entire form within @var, use @code for the whole form and @var for individual variables within instead. * doc/lispref/commands.texi (Key Sequence Input): @xref must be followed by either , or .. * doc/lispref/processes.texi (Filter Functions): Introduce punctuation absent from the last sentence of a paragraph.
| * ; * doc/misc/eshell.texi (Globbing): Fix duplicated index.Jim Porter2023-08-21
| |
| * Merge from origin/emacs-29Jim Porter2023-08-21
| |\ | | | | | | | | | b72f23a532b ; Fix 'desktop-restore-reuses-frames' customize values
| | * ; Fix 'desktop-restore-reuses-frames' customize valuesEli Zaretskii2023-08-21
| | | | | | | | | | | | | | | * lisp/desktop.el (desktop-restore-reuses-frames): Fix defcustom's value. (Bug#65435)
| * | ; Merge from origin/emacs-29Jim Porter2023-08-21
| |\| | | | | | | | | | | | | | | | The following commit was skipped: 45cc57ac258 ; Silence byte-compiler
| | * ; Silence byte-compilerStefan Kangas2023-08-20
| | | | | | | | | | | | | | | | | | * test/src/comp-tests.el (native-comp-eln-load-path): Declare. (cherry picked from commit 508d24c8b9aee2c2a4c78ccfef3b5f551a1b2115)
| * | Merge from origin/emacs-29Jim Porter2023-08-21
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3296031ad74 ; Another improvement for documentation of pixelwise scro... baeb2d71ae7 Support defun navigation for DEFUN in c-ts-mode (bug#64442) 781ddd7e7d8 Fix touchpad scrolling on MS-Windows c125bd060e2 Fix order in which package-vc dependencies are resolved 500ced133ad Fix building of VC package manuals with relative org link... 456ecabe9e8 Fix the documentation of 'cl-flet' f6ebd1ef0d0 ; * src/treesit.c (Ftreesit_node_parent): Improve comment... fac0e2d5334 Avoid false "wrong passphrase" messages in EPA 8f683b51d8b Fix jsx font-lock in older tree-sitter-js grammars d9af79ae39d Fix cloning 'face-remapping-alist' for indirect buffers 636fb267c46 Improve documentation of case transfer in replacement com... 7856d51436b Fix horizontal scrolling of images with C-f 8cf5659ec2f ; Fix defcustom in completion.el a8c8a4e3680 ; * src/fns.c (Fcopy_sequence): Doc fix. (Bug#64960) 205d87cdca0 Fix unpacking ZIP archives on MS-Windows 3712e8bc385 ; Fix typos in lisp/keymap.el doc strings (bug#65329). 21b2ecee661 Fix command example in Eshell manual 26949819df0 ; lisp/progmodes/csharp-mode.el (treesit-query-capture): ... 221ed70b90a ; Improve documentation of 'define-alternatives' 32280205e27 Add user options mentioned in the Eshell manual to the va... cf3145a486b * Add missing alias to `native-comp-enable-subr-trampolin... 922b6490286 * Add missing alias to `native-comp-enable-subr-trampolin... 6962823c83c ; * etc/PROBLEMS: Fix typo and clarify wording. # Conflicts: # doc/misc/eshell.texi
| | * ; Another improvement for documentation of pixelwise scrollingEli Zaretskii2023-08-20
| | | | | | | | | | | | | | | * doc/lispref/commands.texi (Misc Events): More details about pixelwise mouse-wheel scrolling events. (Bug#65070)
| | * Support defun navigation for DEFUN in c-ts-mode (bug#64442)Yuan Fu2023-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, beginning/end-of-defun just ignores DEFUN in c-ts-mode. After this change, beginning/end-of-defun can recognize DEFUN, but a DEFUN definition is considered two defuns. Eg, beginning/end-of-defun will stop at (1) (2) and (3) in the following snippet: (1)DEFUN ("treesit-node-parser", Ftreesit_node_parser, Streesit_node_parser, 1, 1, 0, doc: /* Return the parser to which NODE belongs. */) (Lisp_Object node) (2){ CHECK_TS_NODE (node); return XTS_NODE (node)->parser; } (3) Ideally we want point to only stop at (1) and (3), but that'll be a lot harder to do. * lisp/progmodes/c-ts-mode.el: (c-ts-mode--defun-valid-p): Refactor to take in account of DEFUN body. (c-ts-mode--emacs-defun-body-p): New function. (c-ts-base-mode): Add DEFUN and DEFUN body to recognized types. (c-ts-mode--emacs-defun-at-point): Now that we recognize both parts of a DEFUN as defun, c-ts-mode--emacs-defun-at-point needs to be updated to adapt to it.
| | * Fix touchpad scrolling on MS-WindowsEli Zaretskii2023-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/w32term.c (w32_construct_mouse_wheel): The number of lines to scroll should always be positive in wheel-scroll events. Whether to scroll up or down is encoded in the modifiers, which produce either wheel-up or wheel-down event. (Bug#65070) * doc/lispref/commands.texi (Misc Events): Clarify the documentation of 'wheel-up' and 'wheel-down' events.
| | * Fix order in which package-vc dependencies are resolvedPhilip Kaludercic2023-08-19
| | | | | | | | | | | | | | | * lisp/emacs-lisp/package-vc.el (package-vc-install-dependencies): Avoid a type-mismatch when comparing two packages. (Bug#65283)
| | * Fix building of VC package manuals with relative org links/includesJoseph Turner2023-08-19
| | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/package-vc.el (package-vc--build-documentation): Ensure that default-default is the docs-directory around org-export-to-file to ensure that links to relative files work correctly. (Bug#65243)
| | * Fix the documentation of 'cl-flet'Eli Zaretskii2023-08-19
| | | | | | | | | | | | | | | * doc/misc/cl.texi (Function Bindings): Update the description. (Bug#65362)
| | * ; * src/treesit.c (Ftreesit_node_parent): Improve commentary.Eli Zaretskii2023-08-18
| | |
| | * Avoid false "wrong passphrase" messages in EPAJens Schmidt2023-08-17
| | | | | | | | | | | | | | | * lisp/epa-file.el (epa--wrong-password-p): Use a stricter regexp to match "wrong passphrase" errors generated by GnuPG. (Bug#65316)
| | * Fix jsx font-lock in older tree-sitter-js grammarsdannyfreeman2023-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/js.el (js--treesit-font-lock-settings): Use queries that are backwards compatible with tree-sitter-javascript bb1f97b. * list/progmodes/js.el (-jsx--treesit-font-lock-compatibility-bb1f97b): Delete unused function. (Bug#65234)
| | * Fix cloning 'face-remapping-alist' for indirect buffersEli Zaretskii2023-08-17
| | | | | | | | | | | | | | | | | | * lisp/face-remap.el (face-remap--copy-face): Remove. (face-attrs--make-indirect-safe): Use 'copy-tree'. Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
| | * Improve documentation of case transfer in replacement commandsEli Zaretskii2023-08-17
| | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/search.texi (Replacement and Lax Matches): * src/search.c (Freplace_match): * lisp/replace.el (query-replace, query-replace-regexp): Clarify in the doc string and the manual how letter-case is transferred from the replaced text to the replacement text. (Bug#65347)
| | * Fix horizontal scrolling of images with C-fEli Zaretskii2023-08-16
| | | | | | | | | | | | | | | | | | * lisp/image-mode.el (image-forward-hscroll): Calculate the window-width more accurately, as the number of full columns that fits in the window's text-area. (Bug#65187)
| | * ; Fix defcustom in completion.elEli Zaretskii2023-08-16
| | | | | | | | | | | | | | | * lisp/completion.el (completion-search-distance): Fix doc string and customization type. (Bug#65327)
| | * ; * src/fns.c (Fcopy_sequence): Doc fix. (Bug#64960)Eli Zaretskii2023-08-16
| | |
| | * Fix unpacking ZIP archives on MS-WindowsEli Zaretskii2023-08-16
| | | | | | | | | | | | | | | | | | * lisp/arc-mode.el (archive-zip-summarize): Decode file names as UTF-8 when bit 11 of flags is set, even on MS-Windows. (Bug#65305)
| | * ; Fix typos in lisp/keymap.el doc strings (bug#65329).Thomas Voss2023-08-16
| | | | | | | | | | | | Copyright-paper-exempt: yes
| | * Fix command example in Eshell manualJim Porter2023-08-15
| | | | | | | | | | | | | | | | | | * doc/misc/eshell.texi (Introduction): Fix example (bug#65303). Reported by Eric Gillespie <brickviking@gmail.com>.
| | * ; lisp/progmodes/csharp-mode.el (treesit-query-capture): Declare (bug#65297).Daniel Martín2023-08-15
| | |
| | * ; Improve documentation of 'define-alternatives'Eli Zaretskii2023-08-15
| | | | | | | | | | | | | | | | | | * doc/lispref/commands.texi (Generic Commands): * lisp/simple.el (define-alternatives): Improve documentation of 'define-alternatives'.
| | * Add user options mentioned in the Eshell manual to the variable indexJim Porter2023-08-14
| | | | | | | | | | | | | | | * doc/misc/eshell.texi: Make variable index entries use "code" style, and add indexing for any options already in the manual.
| | * * Add missing alias to `native-comp-enable-subr-trampolines'.Andrea Corallo2023-08-14
| | | | | | | | | | | | | | | * lisp/subr.el (native-comp-deferred-compilation): Alias to native-comp-jit-compilation.
| | * * Add missing alias to `native-comp-enable-subr-trampolines'.Andrea Corallo2023-08-14
| | | | | | | | | | | | | | | * lisp/subr.el (comp-enable-subr-trampolines): Alias to native-comp-enable-subr-trampolines.
| | * ; * etc/PROBLEMS: Fix typo and clarify wording.Po Lu2023-08-14
| | | | | | | | | | | | | | | I-Bus is merely one of the many X input methods plagued with crashes.
| * | ; Fix issues running gitmergeJim Porter2023-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | * .gitattributes: Ignore whitespace issues in java/INSTALL. * build-aux/git-hooks/pre-commit (git_diff): Explicitly allow "ChangeLog.android". * java/README: Remove extra trailing newline.
| * | Improve Android adaptive iconPo Lu2023-08-22
| | | | | | | | | | | | | | | | | | | | | | | | * java/res/drawable/emacs_background.xml: Delete trailing whitespace and modify gradient offset to match emacs.svg. * java/res/drawable/emacs_foreground.xml: Delete trailing whitespace and remove redundant path.
| * | Repair desktop notification on Android 31Po Lu2023-08-22
| | | | | | | | | | | | | | | | | | * java/org/gnu/emacs/EmacsDesktopNotification.java (display1): Provide FLAG_IMMUTABLE under Android S and later, not just versions of Android after S. (bug#65433)