diff options
| author | Glenn Morris | 2018-12-30 16:57:36 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-12-30 16:57:36 -0800 |
| commit | a8e545ef6b92f6eb5916a6803a5d95256fd9eb6b (patch) | |
| tree | 38752101a9dcceb10009f017bced8e0a213e21ed /etc | |
| parent | 83bbb48142e5f9714408dd628d244678eff2dc11 (diff) | |
| parent | 3abebeb8c3047092763f2d4a61fe7dfc659cd1bf (diff) | |
| download | emacs-a8e545ef6b92f6eb5916a6803a5d95256fd9eb6b.tar.gz emacs-a8e545ef6b92f6eb5916a6803a5d95256fd9eb6b.zip | |
Merge from origin/emacs-26
3abebeb * lisp/files.el (cd): Fix last change. (Bug#33791)
7a60a4f Fix remote directories in Eshell on MS-Windows
822a2d0 Fix :type 'group' in defcustom
a731c56 Fix NS fringe bitmap drawing bug (bug#33864)
0c52459 Fix commentary in dispnew.c
c9fdd1b Improve accept-process-process doc
9578c2a Fix a simple bug in display-buffer-use-some-frame
0f9be72 Clarify thread switching while waiting for process output
24ddea0 Improve process doc. with respect to handling of large input ...
2931016 ; Cosmetic changes in etc/NEWS
85516b8 Minor copyedits in landmark.el
# Conflicts:
# etc/NEWS
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.26 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26 index 043573e3fca..55bdaf11172 100644 --- a/etc/NEWS.26 +++ b/etc/NEWS.26 | |||
| @@ -52,6 +52,7 @@ often cause crashes. Set it to nil if you really need those fonts. | |||
| 52 | * Changes in Specialized Modes and Packages in Emacs 26.2 | 52 | * Changes in Specialized Modes and Packages in Emacs 26.2 |
| 53 | 53 | ||
| 54 | ** Dired | 54 | ** Dired |
| 55 | |||
| 55 | +++ | 56 | +++ |
| 56 | *** The 'Z' command on a directory name compresses all of its files. | 57 | *** The 'Z' command on a directory name compresses all of its files. |
| 57 | It produces a compressed '.tar.gz' archive with all the files in the | 58 | It produces a compressed '.tar.gz' archive with all the files in the |
| @@ -171,7 +172,8 @@ changed in Emacs 26.1, in that it didn't consider text inside comments | |||
| 171 | and strings as a potential list. This change is now reverted, and | 172 | and strings as a potential list. This change is now reverted, and |
| 172 | 'thing-at-point' behaves like it did before Emacs 26.1. | 173 | 'thing-at-point' behaves like it did before Emacs 26.1. |
| 173 | 174 | ||
| 174 | To cater to use cases where comments and strings are to be ignored | 175 | --- |
| 176 | ** To cater to use cases where comments and strings are to be ignored | ||
| 175 | when looking for a list, the function 'list-at-point' now takes an | 177 | when looking for a list, the function 'list-at-point' now takes an |
| 176 | optional argument to do so. | 178 | optional argument to do so. |
| 177 | 179 | ||