- 29 May, 2022 3 commits
-
-
Lars Ingebrigtsen authored
It's the only one that doesn't have the regular name.
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
- 28 May, 2022 24 commits
-
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Valenoern authored
* lisp/net/shr.el: Add shr-tag-template as a dummy tag. Copyright-paperwork-exempt: yes
-
Lars Ingebrigtsen authored
* lisp/emacs-lisp/comp.el (comp--native-compile): Don't delete the explicitly specified output file, just temp files.
-
Eli Zaretskii authored
-
समीर सिंह Sameer Singh authored
* lisp/language/indonesian.el ("Sundanese"): New language environment. Add composition rules for Sundanese. Add sample text and input method. Improve composition rules for Balinese and Javanese. * lisp/international/fontset.el (script-representative-chars) (setup-default-fontset): Support Sundanese. * lisp/leim/quail/indonesian.el ("sundanese"): New input method. * etc/HELLO: Add a Sundanese greeting. * etc/NEWS: Announce the new language environment and its input method.
-
Po Lu authored
* lisp/dired.el (dired-mouse-drag): Announce _DT_NETFILE in targets list as well. * lisp/select.el (xselect--encode-string): New arg `prefer-string-to-c-string'. (xselect-convert-to-filename): Convert to TEXT instead of C_STRING, but use STRING if the type would otherwise be C_STRING. (xselect-dt-netfile-available-p, xselect-tt-net-file) (xselect-convert-to-dt-netfile): New functions. (selection-converter-alist): New selection converter.
-
Stefan Kangas authored
d3cde28b Fix more occurrences of renamed kmacro-keymap command bd5c95a9 Mention "unspecified-fg" and "unspecified-bg" in some doc ...
-
Po Lu authored
* src/haikufns.c (cursor_bitmaps_for_id): Add hourglass cursor.
-
Po Lu authored
* doc/lispref/frames.texi (Drag and Drop): * src/xfns.c (Fx_begin_drag): Improve documentation of how the chosen action should be performed.
-
Po Lu authored
* src/xfns.c (Fx_begin_drag): Fix typos and improve wording.
-
Po Lu authored
* src/xterm.c (x_dnd_begin_drag_and_drop): Restore selection events if DND is no longer in progress and don't call x-dnd-movement-function.
-
Po Lu authored
* src/frame.c (delete_frame): Prevent deleting the dnd frame while waiting for finish as well. * src/xselect.c (Fx_get_atom_name): Clean up code and fix uninitialized use of need_sync. * src/xterm.c (x_dnd_send_unsupported_drop, x_dnd_send_drop) (handle_one_xevent): Clean up usage of x_get_atom_name. (x_get_atom_name): Accept NULL for need_sync. * src/xterm.h: Update declarations.
-
Po Lu authored
-
Po Lu authored
* src/nsselect.m (ns_decode_data_to_pasteboard): Respect NS_USE_NSPasteboardTypeFileUrl.
-
Po Lu authored
* lisp/dired.el (dired-mouse-drag-files): Document that `dired-mouse-drag-files' now works on NS. * lisp/term/ns-win.el (x-begin-drag): Handle FILE_NAME. * src/nsselect.m (ns_decode_data_to_pasteboard): Handle file URL type. (ns_lisp_to_pasteboard, Fns_begin_drag): Handle new type `file'.
-
Po Lu authored
* doc/lispref/frames.texi (Drag and Drop): * src/xfns.c (Fx_begin_drag): Document that x-begin-drag may return immediately if no mouse buttons are held down.
-
Po Lu authored
* src/xterm.c (x_dnd_begin_drag_and_drop): Make sure movement frame is on the correct display.
-
Po Lu authored
-
- 27 May, 2022 13 commits
-
-
Paul Eggert authored
* src/lisp.h (symbols_with_pos_enabled): Remove decl.
-
Paul Eggert authored
* lisp/calendar/time-date.el (decoded-time-set-defaults): Don’t mess with decoded-time-dst (Bug#55635).
-
Paul Eggert authored
* src/xselect.c (Fx_get_atom_name): Fix unlikely core dump when build_string is called on a null pointer. Found by GCC -fanalyzer.
-
Paul Eggert authored
This can help static checking. It’s not as important for static functions, where GCC can figure this stuff out own its own. * src/sysstdio.h (emacs_fopen): Add ATTRIBUTE_DEALLOC (fclose, 1). * src/tparam.h (tparam): Add ATTRIBUTE_DEALLOC_FREE. Include stdlib.h so that ‘free’ is declared. * src/xterm.h (x_get_atom_name): Add ATTRIBUTE_DEALLOC_FREE.
-
Paul Eggert authored
* src/xterm.h (x_get_atom_name): Add ATTRIBUTE_MALLOC.
-
Juri Linkov authored
* lisp/ido.el: Use first-completion instead of next-completion. * lisp/minibuffer.el (completion--insert): Put completion--string text property on prefix and suffix as well. * lisp/simple.el (first-completion, last-completion): New commands. (next-completion): Rewrite to fix many bugs reported in bug#54374, bug#55289, bug#55430. (choose-completion): Use the text property completion--string that allows to select a completion when point is on its prefix or suffix. (switch-to-completions): Use first-completion instead of next-completion, and last-completion instead of previous-completion. * test/lisp/minibuffer-tests.el (completion-auto-select-test) (completion-auto-wrap-test, completions-header-format-test) (completions-affixation-navigation-test): Uncomment fixed lines.
-
Eli Zaretskii authored
* lisp/international/iso-transl.el (iso-transl-char-map): Add several new sequences for characters with macron. (Bug#55668)
-
Stefan Monnier authored
This avoids the use of the brittle `called-interactively-p` and makes it easier to start a shell buffer running another shell than your usual one.
-
Eli Zaretskii authored
The Arial Unicode MS font claims in its USB (Unicode Subset Bitfields) values support for several scripts for which it doesn't actually have glyphs. This sometimes caused Emacs to decide to use Arial Unicode MS for some script, only to discover later that there are no glyphs for that script's characters. This change fixes the USB values according to actual font coverage, as determined by BabelMap. * src/w32font.c (add_font_entity_to_list): Fix USB values of Arial Unicode MS font according to its actual coverage of scripts.
-
Lars Ingebrigtsen authored
* lisp/calendar/time-date.el (make-decoded-time): DST -1 is the value for "doesn't know", not nil (bug#55635).
-
Lars Ingebrigtsen authored
* lisp/emacs-lisp/package.el (package-update-all): Also refresh package list.
-
Po Lu authored
* src/nsterm.h (NSPasteboardNameGeneral): Fix definition.
-
Po Lu authored
* lisp/term/ns-win.el (gui-backend-set-selection): * src/nsselect.m (Fns_begin_drag): Fix deprecation warnings and selection/value mixup.
-