diff options
| author | Paul Eggert | 2016-05-31 08:07:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-05-31 08:07:41 -0700 |
| commit | 25cc0f2aada3e321e5f1c6d1e492a93d16da45b2 (patch) | |
| tree | 05309a9d1d74813cf25073015ef7aaf36d7a36bf /etc | |
| parent | 4efef3db2fb1c3a20b83a67948e614d9b0c258dd (diff) | |
| parent | 788c9b69e1801dd883dbe603281571ef3c78a724 (diff) | |
| download | emacs-25cc0f2aada3e321e5f1c6d1e492a93d16da45b2.tar.gz emacs-25cc0f2aada3e321e5f1c6d1e492a93d16da45b2.zip | |
Merge from origin/emacs-25
788c9b6 ; Spelling fix
25c4a30 * lisp/recentf.el (recentf-dialog-mode-map): Remove follow-li...
0992ec3 Correct cl-flet usage (Bug#22317)
50caae3 Release MH-E manual version 8.6
602bb40 Update MH-E's documentation about HTML renderers
89018f0 Fx the we->the typo
845ee57 Restore frames into the current display by default
ee28b4c * lisp/recentf.el (recentf-open-files-item): Quick fix for (b...
01c3cd1 etc/TODO: Remove out-of-place issue
5e18486 Clarify doc string of 'file-name-sans-extension'
bffda22 Fix the MSDOS build
f907f98 * lisp/progmodes/elisp-mode.el (elisp-function-argstring): Ca...
1a2ffd0 * src/dired.c (Ffile_name_all_completions): Doc fix. (Bug#23...
f7ffc4b Fix infloop in 'number-sequence'
4ab2673 ; Spelling and punctuation fixes in comments
71c152e * lisp/emacs-lisp/find-func.el (find-function-library):
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | etc/TODO | 4 |
2 files changed, 4 insertions, 4 deletions
| @@ -854,6 +854,10 @@ recommended to do this as soon as you have firmly upgraded to Emacs | |||
| 854 | 25.1 (or later). Should you ever need to downgrade your desktop file | 854 | 25.1 (or later). Should you ever need to downgrade your desktop file |
| 855 | to version 206, you can do this with 'C-u C-u M-x desktop-save'. | 855 | to version 206, you can do this with 'C-u C-u M-x desktop-save'. |
| 856 | 856 | ||
| 857 | --- | ||
| 858 | *** desktop-restore-in-current-display now defaults to t, not nil. | ||
| 859 | That is, Emacs by default now restores frames into the current display. | ||
| 860 | |||
| 857 | +++ | 861 | +++ |
| 858 | ** New function 'bookmark-set-no-overwrite' bound to 'C-x r M'. | 862 | ** New function 'bookmark-set-no-overwrite' bound to 'C-x r M'. |
| 859 | It raises an error if a bookmark of that name already exists, | 863 | It raises an error if a bookmark of that name already exists, |
| @@ -1403,10 +1403,6 @@ elements | |||
| 1403 | **** In rng-valid, instead of using modification-hooks and | 1403 | **** In rng-valid, instead of using modification-hooks and |
| 1404 | insert-behind-hooks on dependent overlays, use same technique as nxml-mode. | 1404 | insert-behind-hooks on dependent overlays, use same technique as nxml-mode. |
| 1405 | 1405 | ||
| 1406 | **** Port to XEmacs. Issues include: Unicode (XEmacs seems to be based on | ||
| 1407 | Mule-UCS); overlays/text properties vs extents; absence of | ||
| 1408 | fontification-functions hook. | ||
| 1409 | |||
| 1410 | *** Fontification | 1406 | *** Fontification |
| 1411 | 1407 | ||
| 1412 | **** Allow face to depend on element qname, attribute qname, attribute | 1408 | **** Allow face to depend on element qname, attribute qname, attribute |