aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorStefan Kangas2022-12-01 16:36:09 +0100
committerStefan Kangas2022-12-01 16:36:09 +0100
commit70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch)
tree27d9ebd0090f107cb4381b8155e08097c988a471 /ChangeLog.3
parenta86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff)
downloademacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz
emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.320
1 files changed, 11 insertions, 9 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index e7ad130d009..136a276b632 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -32685,7 +32685,7 @@
32685 * test/README: Mention $EMACS_TEST_DIRECTORY. 32685 * test/README: Mention $EMACS_TEST_DIRECTORY.
32686 32686
32687 * test/lisp/image-tests.el (image-tests--emacs-images-directory): 32687 * test/lisp/image-tests.el (image-tests--emacs-images-directory):
32688 Use `data-directory', for runs w/o of make. 32688 Use `data-directory', for runs without of make.
32689 (image-type/from-filename): Check for `image-load-path'. 32689 (image-type/from-filename): Check for `image-load-path'.
32690 32690
326912021-03-16 Michael Albinus <michael.albinus@gmx.de> 326912021-03-16 Michael Albinus <michael.albinus@gmx.de>
@@ -69072,7 +69072,7 @@
69072 69072
690732020-08-27 Tino Calancha <tino.calancha@gmail.com> 690732020-08-27 Tino Calancha <tino.calancha@gmail.com>
69074 69074
69075 dired: Show broken/circular links w/ different face 69075 dired: Show broken/circular links with different face
69076 69076
69077 * lisp/dired.el (dired-broken-symlink): New face. 69077 * lisp/dired.el (dired-broken-symlink): New face.
69078 (dired-font-lock-keywords): 69078 (dired-font-lock-keywords):
@@ -143455,7 +143455,8 @@
143455 143455
1434562018-12-28 Michael Albinus <michael.albinus@gmx.de> 1434562018-12-28 Michael Albinus <michael.albinus@gmx.de>
143457 143457
143458 * lisp/net/tramp-sh.el (tramp-set-remote-path): Handle platforms w/o getconf. 143458 * lisp/net/tramp-sh.el (tramp-set-remote-path): Handle platforms
143459 without getconf.
143459 143460
1434602018-12-27 Paul Eggert <eggert@cs.ucla.edu> 1434612018-12-27 Paul Eggert <eggert@cs.ucla.edu>
143461 143462
@@ -157203,7 +157204,7 @@
157203 Fix file name completion in Tramp 157204 Fix file name completion in Tramp
157204 157205
157205 * lisp/net/tramp.el (tramp-handle-file-name-directory): Fix case 157206 * lisp/net/tramp.el (tramp-handle-file-name-directory): Fix case
157206 of localname starts w/o a slash. 157207 of localname starts without a slash.
157207 157208
157208 * test/lisp/net/tramp-tests.el (tramp-test06-directory-file-name): 157209 * test/lisp/net/tramp-tests.el (tramp-test06-directory-file-name):
157209 Extend test. 157210 Extend test.
@@ -177123,7 +177124,7 @@
177123 Mention pcase as a fifth conditional form 177124 Mention pcase as a fifth conditional form
177124 177125
177125 * doc/lispref/control.texi (Conditionals): ...here, 177126 * doc/lispref/control.texi (Conditionals): ...here,
177126 in first para, w/ xref to "Pattern-Matching Conditional". 177127 in first para, with xref to "Pattern-Matching Conditional".
177127 177128
1771282018-05-27 Thien-Thi Nguyen <ttn@gnu.org> 1771292018-05-27 Thien-Thi Nguyen <ttn@gnu.org>
177129 177130
@@ -192390,7 +192391,7 @@
192390 192391
1923912017-08-06 Tino Calancha <tino.calancha@gmail.com> 1923922017-08-06 Tino Calancha <tino.calancha@gmail.com>
192392 192393
192393 Dired w/ eshell-ls: Handle shell wildcards in file name 192394 Dired with eshell-ls: Handle shell wildcards in file name
192394 192395
192395 * lisp/eshell/em-ls.el (eshell-ls--insert-directory): 192396 * lisp/eshell/em-ls.el (eshell-ls--insert-directory):
192396 Use eshell-extended-glob (Bug#27844). 192397 Use eshell-extended-glob (Bug#27844).
@@ -192767,7 +192768,7 @@
192767 192768
1927682017-08-01 Tino Calancha <tino.calancha@gmail.com> 1927692017-08-01 Tino Calancha <tino.calancha@gmail.com>
192769 192770
192770 Insert subdir content if dir-or-list is a string w/o wildcards 192771 Insert subdir content if dir-or-list is a string without wildcards
192771 192772
192772 * lisp/eshell/em-ls.el (eshell-ls--insert-directory): 192773 * lisp/eshell/em-ls.el (eshell-ls--insert-directory):
192773 Append '("-d") into 'eshell-ls-dired-initial-args' 192774 Append '("-d") into 'eshell-ls-dired-initial-args'
@@ -206236,7 +206237,7 @@
206236 206237
2062372017-03-03 Rolf Ade <rolf@pointsman.de> (tiny change) 2062382017-03-03 Rolf Ade <rolf@pointsman.de> (tiny change)
206238 206239
206239 sql-mode w/ sqlite: In-memory database 206240 sql-mode with sqlite: In-memory database
206240 206241
206241 Enable the usage of an in-memory database. Prior to this, sql-mode w/ 206242 Enable the usage of an in-memory database. Prior to this, sql-mode w/
206242 sqlite could only be used with file databases. 206243 sqlite could only be used with file databases.
@@ -211195,7 +211196,8 @@
211195 211196
2111962017-01-03 Stefan Monnier <monnier@iro.umontreal.ca> 2111972017-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
211197 211198
211198 (cl-defstruct): Improve error message for slots w/o value (bug#25312) 211199 (cl-defstruct): Improve error message for slots without value
211200 (bug#25312)
211199 211201
211200 * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Don't signal an error but 211202 * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Don't signal an error but
211201 emit a warning for those coders who forgot to put a default value in 211203 emit a warning for those coders who forgot to put a default value in