Kyle Meyer
0e52beeace
Update to Org 9.6.5-3-g2993f4
2023-04-30 19:36:21 -04:00
Kyle Meyer
d80f959bed
Update to Org 9.6.4-9-g8eb209
2023-04-24 19:47:12 -04:00
Kyle Meyer
596b780ab7
Update to Org 9.6.4-2-g0f6ae7
2023-04-16 21:13:08 -04:00
Kyle Meyer
479626dbac
Update to Org 9.6.3-2-gf2949d
2023-04-02 23:03:32 -04:00
Kyle Meyer
a8c23677d3
Update to Org 9.6.2
2023-03-26 17:01:30 -04:00
Kyle Meyer
b1b3af5b90
Update to Org 9.6.1-40-g3d817c
2023-03-05 17:34:13 -05:00
Kyle Meyer
fe2ea5ddd8
Update to Org 9.6.1-31-gaf1bb1
2023-02-12 15:43:07 -05:00
Kyle Meyer
8360e12f0e
Update to Org 9.6.1-23-gc45a05
2023-01-29 21:42:17 -05:00
Kyle Meyer
647cc9c65e
Update to Org 9.6.1-16-ge37e9b
2023-01-22 21:53:39 -05:00
Kyle Meyer
f4f30ff4c4
Update to Org 9.6.1
2023-01-11 21:15:37 -05:00
Kyle Meyer
e04b3d41bb
Update to Org 9.6-90-ga6523f
2023-01-07 23:50:54 -05:00
Eli Zaretskii
cae528457c
; Add 2023 to copyright years.
2023-01-01 05:31:12 -05:00
Kyle Meyer
b1e68a33d8
Update to Org 9.6-61-g63e073f
2022-12-25 11:36:36 -05:00
Kyle Meyer
3e02029642
Update to Org 9.6-49-g47d129
2022-12-17 17:28:27 -05:00
Kyle Meyer
0115416605
Update to Org 9.6-31-g954a95
2022-12-10 16:59:46 -05:00
Mattias Engdegård
4b2f5425d7
Fix types in various defcustom declarations
...
* lisp/org/ob-clojure.el
(ob-clojure-babashka-command, ob-clojure-nbb-command):
Account for the possibility of nil (commands absent).
* lisp/org/org.el (org-safe-remote-resources):
* lisp/org/ox-md.el (org-md-toplevel-hlevel):
* lisp/progmodes/project.el (project-vc-extra-root-markers):
Fix incorrect or invalid types.
2022-12-01 13:03:19 +01:00
Stefan Kangas
8617edfffd
; Fix typos
2022-11-30 16:59:41 +01:00
Kyle Meyer
0625651e8a
Update to Org 9.6-3-ga4d38e
2022-11-29 23:05:53 -05:00
Stefan Monnier
f3769bc32a
org.el: Improve bindings of inhibit-* vars
...
Remove binding of `inhibit-point-motion-hooks` (it's t by default
anyway and it's obsolete) and don't "manually" bind
`inhibit-modification-hooks`.
* lisp/org/org.el (org-unfontify-region): Use `with-silent-modifications`.
(org-display-inline-remove-overlay): Remove ineffective binding of
`inhibit-modification-hooks` around code which doesn't modify the
buffer anyway.
2022-10-07 12:29:56 -04:00
Stefan Kangas
5c8b76fc87
Merge from origin/emacs-28
...
5713c730f2 Update to Org 9.5.5
aad38d6010 * lisp/emacs-lisp/comp.el (comp-run-async-workers): Fail m...
2022-09-05 06:30:32 +02:00
Kyle Meyer
5713c730f2
Update to Org 9.5.5
2022-09-03 21:32:20 -04:00
Stefan Kangas
b7e867b841
Make point-at-eol and point-at-bol obsolete
...
* lisp/subr.el (point-at-eol, point-at-bol): Make XEmacs compat
aliases obsolete in favor of `pos-bol'/'line-beginning-position' or
'pos-eol'/'line-end-position'. Update callers.
Ref: https://lists.gnu.org/r/emacs-devel/2022-08/msg00853.html
2022-08-23 04:54:57 +02:00
Stefan Kangas
57259773b4
; * lisp/org/org.el: Delete unnecessary declarations.
2022-08-14 23:46:33 +02:00
Stefan Kangas
1137219c97
Make compat alias image-refresh obsolete
...
* lisp/image.el (image-refresh): Make compat alias obsolete.
Update callers.
2022-08-09 14:04:39 +02:00
Peder O. Klingenberg
b335e1a046
* lisp/org/org.el: Fix load of compiled or compressed org-loaddefs
...
* lisp/org/org.el (eq): Fix load of compiled or compressed
org-loaddefs (bug#56982).
2022-08-04 20:27:56 +02:00
Lars Ingebrigtsen
2682ea1b3a
Fix org.el byte-compile warning in org-loaddefs.el
...
* lisp/org/org.el (org-dynamic-block-define): Autoload because
it's referred to in org-loaddefs.el.
2022-07-31 11:43:48 +02:00
Stefan Kangas
22a5f02234
Doc fixes: don't mention EFS
...
* doc/misc/ede.texi (ede-project):
* doc/misc/gnus.texi (Directory Groups, Various Various):
* lisp/cedet/ede/base.el (ede-project):
* lisp/gnus/mml.el (mml-attach-external):
* lisp/org/org.el (org-file-apps):
* lisp/url/url-file.el (url-file-find-possibly-compressed-file):
Doc fixes; don't mention XEmacs specific library EFS.
2022-07-28 10:48:38 +02:00
Stefan Kangas
14d8c6f7b1
Merge from origin/emacs-28
...
ba70d0f77c Update to Org 9.5.4-17-g6e991f
2022-07-25 06:30:18 +02:00
Kyle Meyer
ba70d0f77c
Update to Org 9.5.4-17-g6e991f
2022-07-24 16:24:24 -04:00
Stefan Kangas
d46e94f23f
Merge from origin/emacs-28
...
1b8719835a Update to Org 9.5.4
92c5faafd7 Clarify documentation of 'string-to-unibyte'
2848512654 ; * lisp/files.el (find-file): Avoid too short lines in do...
672f9f787f Improve keystrokes in doc strings in some find-file functions
ef5651cc77 Fix segfaults when starting on 80x26 TTY frames
bfa647972f ; Fix doc string of 'delete-selection-repeat-replace-region'
a95d46e00f Make it explicit that a couple of _s in lispref are unders...
5c74c25123 Remove from FAQ the MS-Windows info about BDF fonts
edb48646f2 Fix Display Property manual example
2022-06-05 06:30:25 +02:00
Kyle Meyer
1b8719835a
Update to Org 9.5.4
2022-06-04 16:21:06 -04:00
Lars Ingebrigtsen
b2bce107b1
Further audits of single quotes in Lisp doc strings
...
* test/manual/etags/el-src/emacs/lisp/progmodes/etags.el
(tags-apropos-additional-actions):
* lisp/window.el (delete-window-choose-selected):
* lisp/vc/ediff-merg.el (ediff-combination-pattern):
* lisp/vc/diff.el (diff-no-select):
* lisp/tab-bar.el (tab-bar-new-tab-choice):
* lisp/simple.el (next-error-message-highlight):
(backward-delete-char-untabify):
* lisp/ses.el (ses-jump-cell-name-function):
* lisp/org/org.el (org-latex-to-html-convert-command):
* lisp/org/org-agenda.el (org-agenda-sorting-strategy):
* lisp/net/tramp.el (tramp-default-file-modes):
* lisp/net/newst-treeview.el
(newsticker-treeview-use-feed-name-from-url-list-in-treeview):
* lisp/net/eww.el (eww-auto-rename-buffer):
* lisp/mwheel.el (mouse-wheel-scroll-amount):
* lisp/mail/rmail.el (rmail-re-abbrevs):
* lisp/info.el (Info-history-forward-menu):
* lisp/gnus/nnselect.el (nnselect-retrieve-headers-override-function):
* lisp/gnus/gnus-start.el (gnus-subscribe-hierarchical-interactive):
* lisp/fringe.el (fboundp):
* lisp/eshell/esh-var.el (eshell-variable-aliases-list):
* lisp/emacs-lisp/checkdoc.el (checkdoc-column-zero-backslash-before-paren):
* lisp/dired-aux.el (dired-confirm-shell-command):
* lisp/calendar/calendar.el (calendar-time-zone-style):
* lisp/ansi-color.el (ansi-color-faces-vector):
(ansi-color-names-vector): Audit use of various single quotes in
Lisp doc strings.
2022-05-24 13:17:53 +02:00
Stefan Kangas
1fc1d8b889
Merge from origin/emacs-28
...
f928330fa8 Update to Org 9.5.3-6-gef41f3
007bf9a34c Hide temporary FUSE files in Tramp
5dbaddc729 ; Fix some typos
2022-05-16 06:30:38 +02:00
Kyle Meyer
f928330fa8
Update to Org 9.5.3-6-gef41f3
2022-05-15 17:49:34 -04:00
Stefan Kangas
cc8b6101f4
Remove some XEmacs compat code from org-mode
...
* lisp/org/ol-eww.el (org-eww-copy-for-org-mode):
* lisp/org/ol-w3m.el (org-w3m-copy-for-org-mode):
* lisp/org/org-refile.el (org-refile):
* lisp/org/org.el (org-change-tag-in-region): Remove XEmacs compat
code.
2022-05-13 23:17:16 +02:00
Kyle Meyer
7c1fc23489
Update to Org 9.5.3-3-gd54104
2022-04-24 21:07:40 -04:00
Kyle Meyer
65c04e7115
Update to Org 9.5.2-38-g682ccd
2022-04-17 15:30:39 -04:00
Kyle Meyer
e77fc8262a
Update to Org 9.5.2-22-g33543d
2022-02-28 00:11:01 -05:00
Kyle Meyer
e488601849
Update to Org 9.5.2-9-g7ba24c
2022-01-15 16:02:26 -05:00
Eli Zaretskii
19dcb237b5
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
Kyle Meyer
d4e2850b32
Update to Org 9.5.2-3-geb9f34
2021-12-26 16:37:26 -05:00
Kyle Meyer
5f25852e91
Update to Org 9.5.1-31-ga18849
2021-12-18 13:50:40 -05:00
Kyle Meyer
30dd5c9acc
Update to Org 9.5.1-25-g9ca3bc
2021-12-11 12:31:13 -05:00
Stefan Kangas
26fb4168b8
; Prefer HTTPS in more URLs
2021-12-09 16:26:04 +01:00
Stefan Kangas
1fffe9a210
; * lisp/org/org.el: Fix version header.
2021-11-28 14:54:24 +01:00
Kyle Meyer
ac6ac76e3a
Update to Org 9.5-57-g9bc3a2
2021-10-16 14:01:34 -04:00
Kyle Meyer
bcce93f04c
Update to Org 9.5-46-gb71474
2021-10-09 16:34:12 -04:00
Kyle Meyer
bb209cd5ab
Update to Org 9.5-30-g10dc9d
...
The plan is to cut the Org 9.5.1 release and include it in Emacs 28.1,
but in the meantime regularly sync changes from Org's bugfix branch to
emacs-28.
This sync includes files from Org 9.5's new etc/csl/ directory that
should have been synced in bf9ec3d91a (Update to Org 9.5, 2021-09-29).
2021-10-02 14:41:27 -04:00
Glenn Morris
f9111d8784
The safe-local-variable property is a function (bug#50944)
...
* lisp/org/oc-basic.el (org-cite-basic-sorting-field)
(org-cite-basic-author-year-separator)
(org-cite-basic-max-key-distance)
(org-cite-basic-author-column-end)
(org-cite-basic-column-separator)
(org-cite-basic-mouse-over-key-face):
* lisp/org/oc-biblatex.el (org-cite-biblatex-options):
* lisp/org/oc-csl.el (org-cite-csl-link-cites)
(org-cite-csl-html-hanging-indent)
(org-cite-csl-html-label-width-per-char)
(org-cite-csl-latex-hanging-indent):
* lisp/org/oc.el (org-cite-adjust-note-numbers):
* lisp/org/org-keys.el (org-return-follows-link):
* lisp/org/org.el (org-fontify-todo-headline):
* lisp/org/ox-html.el (org-html-equation-reference-format)
(org-html-wrap-src-lines):
* lisp/org/ox-latex.el (org-latex-reference-command)
(org-latex-default-quote-environment):
* lisp/textmodes/tildify.el (tildify-pattern)
(tildify-space-string): Fix :safe property.
2021-10-02 10:37:42 -07:00
Kyle Meyer
bf9ec3d91a
Update to Org 9.5
2021-09-29 23:21:21 -04:00