summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * lisp/gnus/mm-view.el (mm-display-inline-fontify): Mark contents untrusted.Ihor Radchenko2024-03-241-0/+1
|
* * lisp/files.el (untrusted-content): New variable.Ihor Radchenko2024-03-241-0/+8
| | | | | The new variable is to be used when buffer contents comes from untrusted source.
* org-macro--set-templates: Prevent code evaluationIhor Radchenko2024-03-241-1/+8
| | | | | | | | | * lisp/org/org-macro.el (org-macro--set-templates): Get rid of any risk to evaluate code when `org-macro--set-templates' is called as a part of major mode initialization. This way, no code evaluation is ever triggered when user merely opens the file or when `mm-display-org-inline' invokes Org major mode to fontify mime part preview in email messages.
* * admin/authors.el (authors-aliases): Add ignored authors.Eli Zaretskii2024-03-241-1/+3
|
* * etc/NEWS: Update for Emacs 29.3Eli Zaretskii2024-03-241-19/+15
|
* ; * lisp/keymap.el (key-parse): Fix processing of "[TAB]". (Bug#69893)Eli Zaretskii2024-03-211-1/+1
|
* ; Improve documentation of 'backup-by-copying'Eli Zaretskii2024-03-211-0/+6
| | | | | * doc/emacs/files.texi (Backup Copying): Recommend 'backup-by-copying' for files on file-hosting services. (Bug#69930)
* * Fix missing `comp-files-queue' update (bug#63415).Andrea Corallo2024-03-211-2/+3
| | | | | * lisp/emacs-lisp/comp.el (native--compile-async): Update `comp-files-queue' for real.
* Clarify description of format-spec truncationBasil L. Contovounesios2024-03-212-4/+4
| | | | | | | * doc/lispref/strings.texi (Custom Format Strings): Mention that precision specifier affects both '<' and '>' truncation (bug#69822). * lisp/format-spec.el (format-spec, format-spec--do-flags): Use same terminology as 'format', especially when referring to its behavior.
* More accurate documentation of 'rmail-mail-new-frame'Eli Zaretskii2024-03-211-1/+4
| | | | | * doc/emacs/rmail.texi (Rmail Reply): More accurate documentation of the effects of 'rmail-mail-new-frame'. (Bug#69738)
* ; * lisp/calendar/calendar.el: Remove extra space.Juri Linkov2024-03-211-1/+1
|
* Fix documentation of M-SPC in user manualEli Zaretskii2024-03-201-9/+19
| | | | | * doc/emacs/killing.texi (Deletion): Fix documentation of 'cycle-spacing'. (Bug#69905)
* ; * lisp/emacs-lisp/cl-macs.el (cl-labels): Fix stray diff marker.Robert Pluim2024-03-201-1/+1
|
* * admin/notes/bugtracker: Minor copyedit.Michael Albinus2024-03-171-1/+1
|
* ; * admin/notes/bugtracker: Minor copyedit.Eli Zaretskii2024-03-171-2/+2
|
* Tweak regexp for object initializers in csharp-mode (bug#69571)Theodor Thornhill2024-03-163-2/+54
| | | | | | | | | * lisp/progmodes/csharp-mode.el (csharp-guess-basic-syntax): Add handling to not consider ended statements as object init openers. * test/lisp/progmodes/csharp-mode-resources/indent.erts: New test resources. * test/lisp/progmodes/csharp-mode-tests.el: Add test for this particular issue.
* `term-mode': mention the keymap to add keybindings toKonstantin Kharlamov2024-03-161-2/+9
| | | | | | | | | A user typically expects a keymap for mode `foo' to be called `foo-mode-map'. term-mode has `term-mode-map' too, but for user-defined bindings to have effect they have to be put to `term-raw-map' instead. So let's mention that. * lisp/term.el (term-mode) (term-mode-map) (term-raw-map): Mention the keymaps to add keybindings to for `term-mode'. (Bug#69786)
* Fix 'shortdoc-copy-function-as-kill'Eli Zaretskii2024-03-161-1/+1
| | | | | * lisp/emacs-lisp/shortdoc.el (shortdoc-copy-function-as-kill): Fix handling of functions with no arguments. (Bug#69720)
* Improve documentation of 'edebug-print-*' variablesEli Zaretskii2024-03-161-4/+8
| | | | | | * lisp/emacs-lisp/edebug.el (edebug-print-length) (edebug-print-level): Fix doc strings and customization labels. Suggested by Matt Trzcinski <matt@excalamus.com>. (Bug#69745)
* ; Fix 'usage:' keyword in Ffile_name_concat doc.Basil L. Contovounesios2024-03-161-1/+1
|
* ; * CONTRIBUTE: Ask not to use non-ASCII unless necessary.Eli Zaretskii2024-03-151-0/+2
|
* ; * src/lread.c (maybe_swap_for_eln): Clarify warning message.Eli Zaretskii2024-03-141-3/+3
|
* ; Fix bibtex-biblatex-field-alist docstring typo.Basil L. Contovounesios2024-03-121-1/+1
|
* ; * doc/lispref/control.texi (Conditionals): Add missing paren (bug#69742).Arash Esbati2024-03-121-1/+1
|
* Fix 'with-sqlite-transaction'F. Jason Park2024-03-112-3/+55
| | | | | | | | | * lisp/sqlite.el (with-sqlite-transaction): Tuck misplaced body of else form back into feature-test control structure whence it escaped. (Bug#67142) * test/lisp/sqlite-tests.el: New file to accompany test/src/sqlite-tests.el.
* ; * doc/emacs/files.texi (Image Mode): Fix typo (bug#69671).Eli Zaretskii2024-03-091-1/+1
|
* ; Improve documentation of 'minibuffer-allow-text-properties'Eli Zaretskii2024-03-081-6/+8
| | | | | * doc/lispref/minibuf.texi (Text from Minibuffer): Document the default value of 'minibuffer-allow-text-properties'.
* ; Improve documentation of image propertiesEli Zaretskii2024-03-072-6/+19
| | | | | | | | | * lisp/image.el (create-image, image-property): Add to do strings link to description of image properties in ELisp manual. * doc/lispref/display.texi (Defining Images): Fix example and add cross-reference to where image properties are described. (Image Descriptors): Add index entry.
* ; * src/composite.c (composition_compute_stop_pos): Add comment.Eli Zaretskii2024-03-041-5/+21
|
* ; * src/buffer.c (Fmake_indirect_buffer): Doc fix.Eli Zaretskii2024-03-011-2/+8
|
* Fix typos in vnvni.el.Dan Jacobson2024-03-011-27/+27
| | | | | | * lisp/leim/quail/vnvni.el ("vietnamese-vni"): Fix typos. (Bug#69485) Copyright-paperwork-exempt: yes
* ; * lisp/vc/vc.el (vc-clone): Fix wording of doc string.Eli Zaretskii2024-02-271-5/+10
|
* Avoid assertion violations in bidi.cEli Zaretskii2024-02-271-1/+2
| | | | | | | * src/bidi.c (bidi_resolve_brackets): Move assertion about 'resolved_level' to where it belongs. This avoids unnecessary aborts when the character is not a bracket type and doesn't need BPA resolution. (Bug#69421)
* * lisp/files.el (hack-one-local-variable): Use `set-auto-mode-0`Stefan Monnier2024-02-251-4/+2
| | | | This fixes bug#69373.
* Fix infinite recursion in gdb-mi.elEli Zaretskii2024-02-241-2/+4
| | | | | | * lisp/progmodes/gdb-mi.el: (gdb-clear-partial-output) (gdb-clear-inferior-io): Set inhibit-read-only, to avoid signaling errors in process filter. (Bug#69327)
* Fix 'help-quick-toggle'Eli Zaretskii2024-02-241-2/+10
| | | | | * lisp/help.el (help-quick-sections): Fix "kill-region" command. Add a doc string. (Bug#69345)
* ; * admin/authors.el (authors-aliases): Fix last change.Eli Zaretskii2024-02-241-1/+1
|
* ; Normalize Morgan Smith's attributions.Morgan Smith2024-02-242-1/+2
|
* ; * etc/PROBLEMS: Describe input lags due to GTK IM (bug#69246).Eli Zaretskii2024-02-221-2/+13
|
* * doc/lispref/modes.texi (Tabulated List Mode): Update.Juri Linkov2024-02-211-1/+8
| | | | | In the description of 'tabulated-list-format' document the missing value 'props' that was added long ago.
* * lisp/net/tramp.el (tramp-methods): Fix typo in docstring. (Bug#69294)Michael Albinus2024-02-211-2/+2
|
* ; * lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): Another doc fix.Eli Zaretskii2024-02-201-4/+4
|
* ; * lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): Doc fix.Eli Zaretskii2024-02-201-2/+2
|
* java-ts-mode: Indentation for opening brace on a separate lineDmitry Gutov2024-02-172-4/+40
| | | | | | | | * lisp/progmodes/java-ts-mode.el (java-ts-mode--indent-rules): Support putting the opening brace on a separate line (bug#67556). * test/lisp/progmodes/java-ts-mode-resources/indent.erts: Add a test.
* Removed decommissioned PGP keyserversPhilip Kaludercic2024-02-171-3/+0
| | | | | | | * lisp/epa-ks.el (epa-keyserver): Update the user option type of `epa-keyserver'. See https://mail.gnu.org/archive/html/emacs-devel/2023-11/msg00857.html.
* org: Fix security prompt for downloading remote resourceIhor Radchenko2024-02-171-1/+1
| | | | | | | | * lisp/org.el (org--confirm-resource-safe): Do not assume that resource is safe when user replies "n" (do not download). Reported-by: Max Nikulin <manikulin@gmail.com> Link: https://orgmode.org/list/upj6uk$b7o$1@ciao.gmane.io
* Revert "Update to Org 9.6.19"Eli Zaretskii2024-02-1714-58/+49
| | | | | This reverts commit 07a392f445eb21c5e4681027eee9d981300a4309. It was installed by mistake.
* Update to Org 9.6.19Kyle Meyer2024-02-1714-49/+58
|
* Remove references to phst@google.com.Philipp Stephani2024-02-161-2/+1
| | | | | | | I don't work for Google any more, so I'll use my private address going forward. * .mailmap: Remove references to phst@google.com.
* * BUGS: Note how to report critical security issues.Stefan Kangas2024-02-151-0/+4
|