diff options
| author | Glenn Morris | 2021-03-18 08:52:48 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-03-18 08:52:48 -0700 |
| commit | b72ddbdfffe87f23461d2ff97b8e6c7984591e92 (patch) | |
| tree | aa631723f72b30b0a8335d03e6d5cb283441a524 /etc | |
| parent | 94821a1249875547289c42ffae4f4d4b1bf073e8 (diff) | |
| parent | d5b160d7cc1d067198b4f691eeae342952e4b097 (diff) | |
| download | emacs-b72ddbdfffe87f23461d2ff97b8e6c7984591e92.tar.gz emacs-b72ddbdfffe87f23461d2ff97b8e6c7984591e92.zip | |
Merge from origin/emacs-27
d5b160d7cc (tag: emacs-27.2-rc1, origin/emacs-27) Prepare the Emacs 2...
216bd67a4f ; * admin/make-tarball.txt: Advise to remove stale subdire...
# Conflicts:
# ChangeLog.3
# README
# configure.ac
# etc/AUTHORS
# etc/NEWS
# lisp/ldefs-boot.el
# msdos/sed2v2.inp
# nt/README.W32
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/HISTORY | 2 | ||||
| -rw-r--r-- | etc/NEWS.27 | 24 |
2 files changed, 2 insertions, 24 deletions
diff --git a/etc/HISTORY b/etc/HISTORY index a6b9f57814f..1d6425e9380 100644 --- a/etc/HISTORY +++ b/etc/HISTORY | |||
| @@ -222,6 +222,8 @@ GNU Emacs 26.3 (2019-08-28) emacs-26.3 | |||
| 222 | 222 | ||
| 223 | GNU Emacs 27.1 (2020-08-10) emacs-27.1 | 223 | GNU Emacs 27.1 (2020-08-10) emacs-27.1 |
| 224 | 224 | ||
| 225 | GNU Emacs 27.2 (2021-03-25) emacs-27.2 | ||
| 226 | |||
| 225 | 227 | ||
| 226 | ---------------------------------------------------------------------- | 228 | ---------------------------------------------------------------------- |
| 227 | This file is part of GNU Emacs. | 229 | This file is part of GNU Emacs. |
diff --git a/etc/NEWS.27 b/etc/NEWS.27 index 9232a308c57..d96925705ff 100644 --- a/etc/NEWS.27 +++ b/etc/NEWS.27 | |||
| @@ -15,18 +15,6 @@ in older Emacs versions. | |||
| 15 | You can narrow news to a specific version by calling 'view-emacs-news' | 15 | You can narrow news to a specific version by calling 'view-emacs-news' |
| 16 | with a prefix argument or by typing 'C-u C-h C-n'. | 16 | with a prefix argument or by typing 'C-u C-h C-n'. |
| 17 | 17 | ||
| 18 | Temporary note: | ||
| 19 | +++ indicates that all relevant manuals in doc/ have been updated. | ||
| 20 | --- means no change in the manuals is needed. | ||
| 21 | When you add a new item, use the appropriate mark if you are sure it | ||
| 22 | applies, and please also update docstrings as needed. | ||
| 23 | |||
| 24 | |||
| 25 | * Installation Changes in Emacs 27.2 | ||
| 26 | |||
| 27 | |||
| 28 | * Startup Changes in Emacs 27.2 | ||
| 29 | |||
| 30 | 18 | ||
| 31 | * Changes in Emacs 27.2 | 19 | * Changes in Emacs 27.2 |
| 32 | 20 | ||
| @@ -41,9 +29,6 @@ frame using the new function 'fit-mini-frame-to-buffer' which won't | |||
| 41 | skip leading or trailing empty lines of the buffer. | 29 | skip leading or trailing empty lines of the buffer. |
| 42 | 30 | ||
| 43 | 31 | ||
| 44 | * Editing Changes in Emacs 27.2 | ||
| 45 | |||
| 46 | |||
| 47 | * Changes in Specialized Modes and Packages in Emacs 27.2 | 32 | * Changes in Specialized Modes and Packages in Emacs 27.2 |
| 48 | 33 | ||
| 49 | ** Tramp | 34 | ** Tramp |
| @@ -51,15 +36,6 @@ skip leading or trailing empty lines of the buffer. | |||
| 51 | *** The user option 'tramp-completion-reread-directory-timeout' is now obsolete. | 36 | *** The user option 'tramp-completion-reread-directory-timeout' is now obsolete. |
| 52 | 37 | ||
| 53 | 38 | ||
| 54 | * New Modes and Packages in Emacs 27.2 | ||
| 55 | |||
| 56 | |||
| 57 | * Incompatible Lisp Changes in Emacs 27.2 | ||
| 58 | |||
| 59 | |||
| 60 | * Lisp Changes in Emacs 27.2 | ||
| 61 | |||
| 62 | |||
| 63 | * Changes in Emacs 27.2 on Non-Free Operating Systems | 39 | * Changes in Emacs 27.2 on Non-Free Operating Systems |
| 64 | 40 | ||
| 65 | ** Emacs now ignores modifier keys when IME input is used. | 41 | ** Emacs now ignores modifier keys when IME input is used. |