summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-10-02 17:56:41 +0200
committerStefan Kangas <stefan@marxist.se>2020-10-03 12:53:51 +0200
commitceae38b9338ea07b18b2d2efa07bcf304d40c23d (patch)
tree3aca6458654c798933cad21f07a823f33e310cdb /ChangeLog.3
parentd22fe0ec3a321ea222ad2f25c52c7eddea4375df (diff)
downloademacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.tar.gz
; Fix trivial typos in ChangeLogs
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.3238
1 files changed, 119 insertions, 119 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 1a530118995..16e74f41be4 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1669,7 +1669,7 @@
2020-04-20 Juri Linkov <juri@linkov.net>
- * doc/emacs/windows.texi (Window Convenience): Decribe more windmove features.
+ * doc/emacs/windows.texi (Window Convenience): Describe more windmove features.
* doc/emacs/windows.texi (Window Convenience): Add descriptions of
windmove-display-default-keybindings,
@@ -1904,7 +1904,7 @@
Improve an example in w32 FAQ
* doc/misc/efaq-w32.texi (Font names): Modify the expression to
- insert a lits of all installed fonts so as to avoid producing too
+ insert a list of all installed fonts so as to avoid producing too
long lines. Suggested by ndame <ndame@protonmail.com>.
2020-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -2253,7 +2253,7 @@
* lisp/emacs-lisp/re-builder.el (reb-while): Take the current value of
the counter instead of its name.
(reb-mark-non-matching-parenthesis): Bind n-reb to 0 at the start and
- don't wrongly treat it as dynamicly bound.
+ don't wrongly treat it as dynamically bound.
2020-04-03 Philipp Stephani <phst@google.com>
@@ -3447,7 +3447,7 @@
2020-02-10 Alan Mackenzie <acm@muc.de>
- c-end-of-macro: Handle block coment lines with unescaped NLs correctly
+ c-end-of-macro: Handle block comment lines with unescaped NLs correctly
* lisp/progmodes/cc-langs.el (c-last-open-c-comment-start-on-line-re): Make
obsolete, and supersede by ...
@@ -4133,7 +4133,7 @@
2020-01-17 Dmitry Gutov <dgutov@yandex.ru>
- Honor tags-case-fold-search during xref identifer completion
+ Honor tags-case-fold-search during xref identifier completion
* etc/NEWS: New entry.
@@ -5245,10 +5245,10 @@
Improve vc--add-line, vc--remove-regexp
* lisp/vc/vc.el (vc--add-line): Create file if it does not exist.
- Use existing buffer to avoid discrepancies with filesytem. Make sure
+ Use existing buffer to avoid discrepancies with filesystem. Make sure
that the file ends with a newline.
(vc--remove-line): Do not create file if it does not exist. Use
- existing buffer to avoid discrepancies with filesytem. (bug#37185)
+ existing buffer to avoid discrepancies with filesystem. (bug#37185)
2019-12-24 Dmitry Gutov <dgutov@yandex.ru>
@@ -5437,7 +5437,7 @@
Fix bug in flex completion style's sorting and simplify
- This previous commit targetting this function introduced a bug whereby
+ This previous commit targeting this function introduced a bug whereby
the completion table's sorting function wouldn't be called. That is
fixed by this commit, which also simplifies the function further: it
now skips re-sorting the completions completely if there is no
@@ -8423,7 +8423,7 @@
When using this option and editing input, some transient situations
may arise that lead to file-name shadowing, but that shouldn't
- necessarily lead to auto-delete behaviour, which will be suprising.
+ necessarily lead to auto-delete behaviour, which will be surprising.
In '/foo/x/bar', if the user deletes the 'x', shadowing occurs, but
probably shouldn't. So, somewhat like ido-mode, only auto-tidy
@@ -9718,7 +9718,7 @@
'package-menu-refresh', make internal and non-interactive.
(package-menu-mode-map, package-menu-mode-menu, package-menu-mode)
(list-packages): Use the above. (Bug#35504)
- (package-menu-refresh): Redefine as obsolete fuction alias for
+ (package-menu-refresh): Redefine as obsolete function alias for
'revert-buffer'.
* doc/emacs/package.texi (Package Menu): Document it.
* etc/NEWS: Announce it.
@@ -11191,7 +11191,7 @@
* lisp/minibuffer.el (completions-common-part): Adjust
description and change default value.
- (completions-first-difference): Ajust docstring.
+ (completions-first-difference): Adjust docstring.
(completion-pcm--hilit-commonality): Don't use
completions-first-difference.
@@ -12738,7 +12738,7 @@
* lisp/speedbar.el (speedbar-check-vc-this-line):
Normalize boolean result.
(speedbar-this-file-in-vc): Use `run-hook-with-args-until-success'
- to check for files under versin control. Doc fix.
+ to check for files under version control. Doc fix.
2019-10-16 Michael Albinus <michael.albinus@gmx.de>
@@ -13701,7 +13701,7 @@
"\\|\r" from regular expression.
* lisp/progmodes/cc-mode.el (c-make-mode-syntax-table): Correct the name of
- the hook normal-erase-is-backspace-MODE-hook from a non-existant hook name.
+ the hook normal-erase-is-backspace-MODE-hook from a non-existent hook name.
2019-10-11 Lars Ingebrigtsen <larsi@gnus.org>
@@ -15039,7 +15039,7 @@
2019-10-04 Eric Abrahamsen <eric@ericabrahamsen.net>
- Don't manipulate gnus-newsrc-alist if it hasn't been initalized
+ Don't manipulate gnus-newsrc-alist if it hasn't been initialized
* lisp/gnus/gnus-group.el (gnus-group-set-info): Packages that use
Gnus summary mode without actually booting Gnus might end up in this
@@ -15458,7 +15458,7 @@
* lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): New variable
got-function-name-prefix, which is set when an operator like * (but not &)
- precedes the putative identifer in parentheses. Test this variable when
+ precedes the putative identifier in parentheses. Test this variable when
deciding whether or not to "move the type backwards" to the previous
identifier.
@@ -16583,7 +16583,7 @@
Verilog-Mode collected updates.
* lisp/progmodes/verilog-mode.el (verilog-auto-inst-param): Add regexp
- paramter to AUTOINSTPARAM to select which parameters to export. Reported
+ parameter to AUTOINSTPARAM to select which parameters to export. Reported
by Vish S.
(verilog-build-defun-re): Fix `verilog-goto-defun' to find automatic
function/tasks, bug1492. Reported by Enze Chi.
@@ -22790,7 +22790,7 @@
2019-08-03 Lars Ingebrigtsen <larsi@gnus.org>
- Tweak tango-dark-theme hightlight face
+ Tweak tango-dark-theme highlight face
* etc/themes/tango-dark-theme.el (class): Make highlight a bit
less yellow to make the cursor visible on it (bug#19189).
@@ -22940,7 +22940,7 @@
CC Mode: Fix error in macro cache. This fixes bug #36802
* lisp/progmodes/cc-engine.el (c-invalidate-macro-cache): Add in a cond arm
- to handle the change position being less than the recorded CPP contruct end.
+ to handle the change position being less than the recorded CPP construct end.
2019-08-02 Basil L. Contovounesios <contovob@tcd.ie>
@@ -23268,7 +23268,7 @@
Add example for removing scroll bars/fringes from mini windows (Bug#8868)
* doc/lispref/display.texi (Fringe Size/Pos): Mention example
- for how to permenantly remove fringes from minibuffer windows.
+ for how to permanently remove fringes from minibuffer windows.
(Scroll Bars): Add example for how to permanently remove
scroll bars and fringes from minibuffer windows.
@@ -23719,7 +23719,7 @@
2019-07-30 Lars Ingebrigtsen <larsi@gnus.org>
- Fix syntax error in previus calc-forms change
+ Fix syntax error in previous calc-forms change
* lisp/calc/calc-forms.el (calc-time): Fix previous decoded time
change.
@@ -29144,7 +29144,7 @@
* lib/strnlen.c, m4/strnlen.m4: New files, copied from Gnulib.
* lwlib/lwlib.c (lw_separator_p):
* src/json.c (json_has_prefix):
- Use strncmp to avoid unecessary work with strlen + memcmp.
+ Use strncmp to avoid unnecessary work with strlen + memcmp.
* src/process.c (set_socket_option): Use SBYTES instead of strlen.
2019-06-25 Emilio C. Lopes <eclig@gmx.net> (tiny change)
@@ -30260,7 +30260,7 @@
2019-06-20 Lars Ingebrigtsen <larsi@gnus.org>
- Leave the emtpy info and lib/sys in extraclean
+ Leave the empty info and lib/sys in extraclean
* lib/Makefile.in: Ditto.
@@ -30878,7 +30878,7 @@
2019-06-19 Lars Ingebrigtsen <larsi@gnus.org>
- Tweak progess reporting in finder-compile-keywords
+ Tweak progress reporting in finder-compile-keywords
* lisp/finder.el (finder-compile-keywords): Use progress reporter
to report the processing.
@@ -31189,7 +31189,7 @@
Output progress messages when scraping autoloads during bootstrap
* lisp/emacs-lisp/byte-run.el (byte-compile-info-message): New
- function to outout informational messages during byte compilation.
+ function to output informational messages during byte compilation.
* lisp/emacs-lisp/autoload.el (update-directory-autoloads): Use it
to report progress when scraping autoloads during bootstrap (which
@@ -32559,7 +32559,7 @@
Fix compilation warnings in rfc2104
- * lisp/net/rfc2104.el (rfc2104-hash): Remove superflous calls to
+ * lisp/net/rfc2104.el (rfc2104-hash): Remove superfluous calls to
string-make-unibyte and avoid two compilation warnings.
2019-06-12 Lars Ingebrigtsen <larsi@gnus.org>
@@ -34140,7 +34140,7 @@
2019-06-01 Alan Mackenzie <acm@muc.de>
- Debug and disentangle the literal cacheing in CC Mode
+ Debug and disentangle the literal caching in CC Mode
(Final Commit)
@@ -34156,11 +34156,11 @@
2019-06-01 Alan Mackenzie <acm@muc.de>
- * lisp/progmodes/cc-engine.el: Permute certain literal cacheing functions
+ * lisp/progmodes/cc-engine.el: Permute certain literal caching functions
2019-06-01 Alan Mackenzie <acm@muc.de>
- Tidy up the literal cacheing in CC Mode, optimizing c-full-pp-to-literal
+ Tidy up the literal caching in CC Mode, optimizing c-full-pp-to-literal
(Intermediate commit)
@@ -34424,7 +34424,7 @@
if the sought position is in a literal, and lies between the literal start and
the entry's position.
(c-cache-to-parse-ps-state, c-parse-ps-state-below): Amend such that instead
- of cacheing a state for a position after a backslash or first character of a
+ of caching a state for a position after a backslash or first character of a
2-character comment delimiter, this is done for the previous character
position.
@@ -35308,7 +35308,7 @@
w32--os-description: Fix previous change
- * lisp/w32-fns.el (w32--os-description): Fix inadvertant "o" added
+ * lisp/w32-fns.el (w32--os-description): Fix inadvertent "o" added
to the end of the function name in the previous patch (bug#35807).
2019-05-20 Lars Ingebrigtsen <larsi@gnus.org>
@@ -36353,7 +36353,7 @@
2019-05-15 John Shahid <jvshahid@gmail.com>
- Avoid infinitly looping in tramp-interrupt-process (bug#35506)
+ Avoid infinitely looping in tramp-interrupt-process (bug#35506)
* lisp/net/tramp.el (tramp-interrupt-process): Remove with-timeout.
Instead pass a timeout to tramp-accept-process-output.
@@ -38458,7 +38458,7 @@
Fix some corner cases in the recognition of C++ raw strings.
These are where changing the identifier in a raw string delimiter causes
- different delimiters to match eachother.
+ different delimiters to match each other.
* lisp/progmodes/cc-engine.el (c-raw-string-end-delim-disrupted): New
variable.
@@ -40585,7 +40585,7 @@
* lisp/printing.el: Use lexical-binding
Require easy-menu instead of adding declarations.
- Remove backward compatiblity. Remove redundant ':group' args.
+ Remove backward compatibility. Remove redundant ':group' args.
(pr-region-active-p): Use use-region-p.
(pr-set-keymap-name): Delete function and callers.
(pr-set-keymap-parents): Delete function; use set-keymap-parent instead.
@@ -41012,7 +41012,7 @@
this function can be used to find JSXExpressionContainers within JSX.
Fix bug where an enclosing JSXElement couldn’t be found when point was
at the start of its JSXClosingElement. Return the JSXClosingElement’s
- position as well, so the JSXClosingElement can be indentified when
+ position as well, so the JSXClosingElement can be identified when
indenting and be indented like the matching JSXOpeningElement.
(js-jsx--at-enclosing-tag-child-p): js-jsx--enclosing-tag-pos now
@@ -41930,7 +41930,7 @@
Lisp_Fwd * and then back again, because the compiler can then assume
that the pointer is aligned for union Lisp_Fwd * when accessing
the struct Lisp_Objfwd * components, and this assumption might
- be incorrect becase we don't force that alignment.
+ be incorrect because we don't force that alignment.
* src/lisp.h (lispfwd): New type, replacing ...
(union Lisp_Fwd): ... this type, which was removed.
All uses changed.
@@ -45211,7 +45211,7 @@
* lisp/progmodes/sql.el (sql-add-product): Correct argument spec.
(sql-set-product-feature): Handle all cases as intended.
- (sql-get-product-feature): Fetch varaiable value by `eval'.
+ (sql-get-product-feature): Fetch variable value by `eval'.
* test/lisp/progmodes/sql-tests.el (sql-test-feature-value-[a-d]):
New test variables.
(sql-test-product-feature-harness): New test macro.
@@ -46939,7 +46939,7 @@
image-mode: Make parameters buffer-local
Image parameters were treated as image specific, but because they
- actually were global variables, their behaviour transfered to new
+ actually were global variables, their behaviour transferred to new
images.
* lisp/image-mode.el (image-transform-resize, image-transform-scale)
(image-transform-rotation): Declare with defvar-local. (Bug#33990)
@@ -47838,7 +47838,7 @@
* src/frame.c (make_initial_frame): don't reset Vframe_list.
(init_frame_once_for_pdumper, init_frame_once): new functions.
(syms_of_frame): remove redundant staticpro.
- * src/fringe.c (init_fringe_once_for_pdumper): new functin.
+ * src/fringe.c (init_fringe_once_for_pdumper): new function.
(init_fringe_once): call it.
* src/ftcrfont.c (syms_of_ftcrfont_for_pdumper): new function.
(syms_of_ftcrfont): call it.
@@ -47846,7 +47846,7 @@
(syms_of_ftfont): call it.
* src/ftxfont.c (syms_of_ftxfont_for_pdumper): new function.
(syms_of_ftxfont): call it.
- * src/gmalloc.c: adjust for pdumper througout
+ * src/gmalloc.c: adjust for pdumper throughout
(DUMPED): remove weird custom dumped indicator.
* src/gnutls.c (syms_of_gnutls): pdumper note for
gnutls_global_initialized.
@@ -48290,7 +48290,7 @@
signal an error (due to generating a too-large bignum) contrary
to its documentation. Fix things to remove the theoretical
possibility, so that list lengths are always fixnums (and so
- that list lenghts are always ptrdiff_t values too, since that
+ that list lengths are always ptrdiff_t values too, since that
is assumed internally anyway).
* src/alloc.c (Fcons): Do not allocate so many conses that
a list length won’t fit into ptrdiff_t or into fixnum.
@@ -48686,7 +48686,7 @@
Adapt test/README
- * test/README: Speak about continous integration tests on hydra
+ * test/README: Speak about continuous integration tests on hydra
and emba.
2019-01-03 Andrey Kotlarski <m00naticus@gmail.com>
@@ -50599,7 +50599,7 @@
(tramp-gvfs-handle-file-writable-p)
(tramp-gvfs-handle-write-region): Move to tramp.el.
- * lisp/net/tramp-rclone.el: Dont't require `tramp-adb' and
+ * lisp/net/tramp-rclone.el: Don't require `tramp-adb' and
`tramp-gvfs' anymore.
(tramp-rclone-file-name-handler-alist):
Use `tramp-handle-expand-file-name', `tramp-handle-file-local-copy',
@@ -53573,7 +53573,7 @@
always inserts an expressions even if no abbrevs need to be saved and
making only write-abbrev-file check that a table has any abbrevs to
save before calling insert-abbrev-table-description. This duplicates
- the work of filtering the table for savable abbrevs, but the benefit
+ the work of filtering the table for saveable abbrevs, but the benefit
of keeping the API is worth it.
* doc/lispref/abbrevs.texi (Abbrev Tables): Update documentation.
@@ -56960,7 +56960,7 @@
New 'configure' arg --with-mini-gmp
- * configure.ac: It lets the builder override default of whther
+ * configure.ac: It lets the builder override default of whether
mini-gmp is used. Use AC_SEARCH_LIBS as per Autoconf manual.
2018-08-11 Paul Eggert <eggert@cs.ucla.edu>
@@ -57782,7 +57782,7 @@
Fix some documentation formatting nits
* doc/misc/ert.texi (Running Tests Interactively): Correct
- Elisp manual titile in xref.
+ Elisp manual title in xref.
* doc/lispref/edebug.texi (Edebug Misc): Use single argument
form of xref.
* doc/lispref/debugging.texi (Backtraces): Add comma and
@@ -57831,7 +57831,7 @@
Add commands to go to source if available, and to show and hide
Edebug's instrumentation. Make Edebug pop to backtraces instead of
- displaying them, which makes Edebug consistant with the behavior of
+ displaying them, which makes Edebug consistent with the behavior of
ERT and the Lisp Debugger.
* doc/lispref/edebug.texi (Edebug Misc): Document when and how you can
jump to source code from an Edebug backtrace. Document
@@ -58282,7 +58282,7 @@
"******"
- It's slighly easier to visually count the number of characters in the second
+ It's slightly easier to visually count the number of characters in the second
string (Bug#32220).
* lisp/subr.el (read-passwd): Prefer ?* as default char instead of ?.
@@ -59002,7 +59002,7 @@
(epg-config--program-alist) <OpenPGP>: Require a version in 1.4.3..2.0
or 2.1.6+., not just anything above 1.4.3.
(epg-check-configuration): Accept a list of required version
- intervals, in addtion to just a single minimum.
+ intervals, in addition to just a single minimum.
2018-07-15 Paul Eggert <eggert@Penguin.CS.UCLA.EDU>
@@ -59562,7 +59562,7 @@
* lisp/vc/smerge-mode.el (smerge-refine-regions): Bind
write-region-inhibit-fsync to t. This was reported in
- https://github.com/magit/magit/pull/2834 to give a noticable speedup.
+ https://github.com/magit/magit/pull/2834 to give a noticeable speedup.
2018-07-12 Noam Postavsky <npostavs@gmail.com>
@@ -60247,7 +60247,7 @@
Clean up redundant code from previous checkins
- * src/gnutls.c (gnutls_verify_boot): Remove reduntant setting of
+ * src/gnutls.c (gnutls_verify_boot): Remove redundant setting of
p->gnutls_certificates, which is now performed by
gnutls_deinit_certificates.
@@ -61556,7 +61556,7 @@
Don't have shr bug out on degenerate <img> tags
- * lisp/net/shr.el (shr-tag-img): Protect against contructs like
+ * lisp/net/shr.el (shr-tag-img): Protect against constructs like
<img src=" ">.
2018-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -62100,7 +62100,7 @@
Obsolete Flymake's flymake-diagnostic-types-alist
- That varaiable was an association between symbols and properties,
+ That variable was an association between symbols and properties,
effecively duplicating symbol's property lists. It is simpler to just
put properties on symbols. Backward compatibility to the old variable
has been kept.
@@ -62803,7 +62803,7 @@
(tramp-smb-conf, tramp-smb-winexe-program)
(tramp-smb-winexe-shell-command)
(tramp-smb-winexe-shell-command-switch):
- Dont't require 'tramp. (Bug#31558)
+ Don't require 'tramp. (Bug#31558)
* lisp/net/tramp.el (tramp-ignored-file-name-regexp): Use type regexp.
@@ -63250,7 +63250,7 @@
* lisp/eshell/esh-opt.el (eshell--process-args): Refactor usage of
args to eshell--args, as we rely on modifications from
eshell--process-option and vice versa. These modifications were not
- being propogated in the (if (= ai 0)) case, since popping the first
+ being propagated in the (if (= ai 0)) case, since popping the first
element of a list doesn't destructively modify the underlying list
object.
@@ -64089,7 +64089,7 @@
2018-04-20 Michael Albinus <michael.albinus@gmx.de>
- Revert "* etc/HELLO: Add langugae Emoji. Use utf-8 coding."
+ Revert "* etc/HELLO: Add language Emoji. Use utf-8 coding."
This reverts commit c4cfb5d20487f9912f5896b3f1d291fe7ccc9804.
@@ -64132,7 +64132,7 @@
* lisp/international/mule-cmds.el (view-hello-file): Use utf-8 coding.
- * etc/HELLO: Add langugae Emoji. Use utf-8 coding.
+ * etc/HELLO: Add language Emoji. Use utf-8 coding.
2018-04-19 Glenn Morris <rgm@gnu.org>
@@ -65537,7 +65537,7 @@
2018-04-11 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
- Gnus Group Mail Spliting on mailing-list headers
+ Gnus Group Mail Splitting on mailing-list headers
* doc/misc/gnus.texi: Document the new `list' split abbreviation and
`match-list' group parameter (bug#25346).
@@ -65717,7 +65717,7 @@
‘sgml-quote’ do that.
While at it, fix entiteis not being unquoted if they lack closing
- semicolon (e.g. ‘&amp’) occuring at the very end of a region.
+ semicolon (e.g. ‘&amp’) occurring at the very end of a region.
Even though unlikely, make ‘sgml-quote’ handle this scenario.
* lisp/textmodes/sgml-mode.el (sgml-quote): Handle quotation marks and
@@ -69399,7 +69399,7 @@
mode_line_help_echo.
(wset_mode_line_help_echo): New function.
* src/w32fns.c (Fx_show_tip): Normalize the FRAME argument
- bevore storing it in tip_last_frame (Bug#30399).
+ before storing it in tip_last_frame (Bug#30399).
* src/xdisp.c (display_mode_lines): Calculate mode line
default help echo string here and store it in the window's
mode_line_help_echo slot (Bug#30182).
@@ -69410,7 +69410,7 @@
* src/xfns.c (x_hide_tip): Rewrite the GTK+ part to correctly
handle the transition from GTK+ system to Emacs tooltips and
vice-versa (Bug#30399).
- (Fx_show_tip): Normalize the FRAME argument bevore storing it
+ (Fx_show_tip): Normalize the FRAME argument before storing it
in tip_last_frame (Bug#30399).
2018-02-10 Michael Albinus <michael.albinus@gmx.de>
@@ -76433,7 +76433,7 @@
2019-08-29 Michael Albinus <michael.albinus@gmx.de>
- Fix accidential change in tramp-tests; do not merge with master
+ Fix accidental change in tramp-tests; do not merge with master
* lisp/net/trampver.el: Change version to "2.3.5.26.3".
(customize-package-emacs-version-alist): Add Tramp version
@@ -76537,7 +76537,7 @@
* lisp/subr.el (definition-prefixes): Reflow docstring.
- * lisp/svg.el (svg-create): Doc fix to allow arg higlighting.
+ * lisp/svg.el (svg-create): Doc fix to allow arg highlighting.
(svg-gradient, svg-rectangle): Improve docstring formatting.
2019-06-15 Eli Zaretskii <eliz@gnu.org>
@@ -82094,7 +82094,7 @@
* lisp/eshell/esh-opt.el (eshell--process-args): Refactor usage of
args to eshell--args, as we rely on modifications from
eshell--process-option and vice versa. These modifications were not
- being propogated in the (if (= ai 0)) case, since popping the first
+ being propagated in the (if (= ai 0)) case, since popping the first
element of a list doesn't destructively modify the underlying list
object.
@@ -82609,7 +82609,7 @@
(tramp-smb-conf, tramp-smb-winexe-program)
(tramp-smb-winexe-shell-command)
(tramp-smb-winexe-shell-command-switch):
- Dont't require 'tramp. (Bug#31558)
+ Don't require 'tramp. (Bug#31558)
* lisp/net/tramp.el (tramp-accept-process-output):
* lisp/net/tramp-adb.el (tramp-adb-handle-start-file-process):
@@ -82939,7 +82939,7 @@
Fix inaccuracies in "Shell Ring" node of Emacs manual
* doc/emacs/misc.texi (Shell Ring): Don't mention 'M-s' and don't
- insist on Shell history commands being "jsut like" similar
+ insist on Shell history commands being "just like" similar
commands that operate on minibuffer history. Reported by Jorge
<jorge+list@disroot.org> in emacs-manual-bugs.
@@ -90003,7 +90003,7 @@
2017-10-27 Eli Zaretskii <eliz@gnu.org>
- Improve documentation of how faces are applied to display stings
+ Improve documentation of how faces are applied to display strings
* doc/lispref/display.texi (Displaying Faces): Describe how the
faces of the "underlying" text affect overlay and display strings.
@@ -90156,7 +90156,7 @@
Fix two js indentation problems
- Fix intentation problems reported in
+ Fix indentation problems reported in
https://github.com/mooz/js2-mode/issues/463.
* lisp/progmodes/js.el (js--continued-expression-p):
Check syntax state after /.
@@ -92604,7 +92604,7 @@
flymake.el knows nothing about line/column diagnostics (except for
backward-compatible flymake-ler-make-ler, which must yet be tested).
- It’s also the backend’s reponsibility to compute a BEG and END
+ It’s also the backend’s responsibility to compute a BEG and END
positions for the diagnostic in the relevant buffer.
* lisp/progmodes/flymake-proc.el
@@ -92739,7 +92739,7 @@
For essential properties like `severity', `priority', etc, a default
value is produced. Some properties like `evaporate' cannot be
- overriden.
+ overridden.
* lisp/progmodes/flymake.el (flymake--diag): Rename from
flymake-ler.
@@ -93382,7 +93382,7 @@
Bring back the busy wait after x_make_frame_visible (Bug#25521)
- But wait specfically for a MapNotify event, and only for a
+ But wait specifically for a MapNotify event, and only for a
configurable amount of time.
* src/xterm.c (syms_of_xterm) [x-wait-for-event-timeout]: New
variable.
@@ -94709,7 +94709,7 @@
(tramp-test12-rename-file, tramp-test15-copy-directory)
(tramp-test21-file-links): Extend tests.
(tramp-test13-make-directory, tramp-test14-delete-directory):
- Specifiy error symbol in `should-error'.
+ Specify error symbol in `should-error'.
2017-09-12 Mark Oteiza <mvoteiza@udel.edu>
@@ -94735,7 +94735,7 @@
Include sxhash of object with printed bytecode
- This printing, while succint, is rather opaque. At least give an
+ This printing, while succinct, is rather opaque. At least give an
immediate clue of whether different byte code printouts are for the
same or different byte code objects.
* lisp/emacs-lisp/cl-print.el (cl-print-object): Add object sxhash to
@@ -95280,7 +95280,7 @@
Problem reported by Angelo Graziosi in:
https://lists.gnu.org/r/emacs-devel/2017-09/msg00045.html
- * autogen.sh (git_config): Do not execut 'git' if $do_git fails.
+ * autogen.sh (git_config): Do not execute 'git' if $do_git fails.
2017-09-07 Glenn Morris <rgm@gnu.org>
@@ -97597,13 +97597,13 @@
2017-08-09 Tino Calancha <tino.calancha@gmail.com>
- dired-delete-file: Dont't ask for empty dirs
+ dired-delete-file: Don't ask for empty dirs
* lisp/dired.el (dired--yes-no-all-quit-help): New defun.
- (dired-delete-file): Use it. Dont't ask for empty dirs (Bug#27940).
+ (dired-delete-file): Use it. Don't ask for empty dirs (Bug#27940).
* test/lisp/dired-tests.el (dired-test-with-temp-dirs):
- New auxiliar macro.
+ New auxiliary macro.
(dired-test-bug27940): Add new test.
2017-08-09 Tino Calancha <tino.calancha@gmail.com>
@@ -97928,7 +97928,7 @@
Show help message when user inputs 'help'.
(dired-do-flagged-delete): Bind locally dired-recursive-deletes
so that we can overwrite its global value.
- Wrapp the loop within a catch '--delete-cancel to catch when
+ Wrap the loop within a catch '--delete-cancel to catch when
the user abort the directtry deletion.
* doc/emacs/dired.texi (Dired Deletion): Update manual.
* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 26.1):
@@ -98908,7 +98908,7 @@
* lisp/net/shr.el (shr-put-image): Display svg images as svg
(bug#27799). I suspect the previous change was checked in by
- accident in conjuction with some other svg changes.
+ accident in conjunction with some other svg changes.
2017-07-23 Michael Albinus <michael.albinus@gmx.de>
@@ -99358,7 +99358,7 @@
* doc/misc/ses.texi (Configuring what printer function
applies): Add description of keys for completing local printer
symbols and listing local printers in a help buffer.
- (Formulas): Add decription for key to list the named cell
+ (Formulas): Add description for key to list the named cell
symbols in a help buffer.
* lisp/ses.el (ses-completion-keys): New constant.
@@ -100624,7 +100624,7 @@
* src/image.c (xbm_scan):
* src/lread.c (read_escape):
* src/regex.c (ISXDIGIT) [emacs]:
- Use char_hexdigit insted of doing it by hand.
+ Use char_hexdigit instead of doing it by hand.
2017-07-06 Paul Eggert <eggert@cs.ucla.edu>
@@ -100970,7 +100970,7 @@
Fix bug in yesterday's CC Mode commit.
* lisp/progmodes/cc-mode.el (c-quoted-number-head-before-point): Check a
- search has succeded before using the match data.
+ search has succeeded before using the match data.
(c-quoted-number-head-before-point, c-quoted-number-head-after-point):
Specify that the position of the extremity of the head or tail is in the
match data.
@@ -101677,13 +101677,13 @@
* src/nsfns.m (frame_parm_handler): Add entry for
x_set_no_special_glyphs.
(Fx_create_frame): Handle 'no-special-glyphs' parameter.
- Intitialize new cursor types for dragging frame borders.
+ Initialize new cursor types for dragging frame borders.
* src/nsterm.h (struct ns_output): Add new cursor types for
dragging frame borders.
* src/w32fns.c (w32_frame_parm_handlers): Add entry for
x_set_no_special_glyphs.
(Fx_create_frame): Handle 'no-special-glyphs' parameter.
- Intitialize new cursor types for dragging frame borders.
+ Initialize new cursor types for dragging frame borders.
* src/w32term.h (struct w32_output): Add new cursor types for
dragging frame borders.
* src/window.c (coordinates_in_window)
@@ -103780,7 +103780,7 @@
Correct and isolate the todo-mode test environment
This avoids having to set todo-mode variables globally in the test
- file and prevents any exisiting user todo-mode files from influencing
+ file and prevents any existing user todo-mode files from influencing
the tests.
* test/lisp/calendar/todo-mode-tests.el:
@@ -104671,7 +104671,7 @@
Fix and improve UI of scroll bar menu (bug#27047)
In addition, since the Emacs manual writes "scroll bar", "tool
- bar" and "menu bar", use this convention in the Show/Hide menues
+ bar" and "menu bar", use this convention in the Show/Hide menus
and tooltips as well.
* lisp/menu-bar.el (menu-bar-showhide-scroll-bar-menu): Make
@@ -105415,7 +105415,7 @@
specifies how emacs should use tramp to find remote files.
* doc/emacs/misc.texi (TCP Emacs server): New subsection describing
- the various knobs to tune server.el for TCP opereation.
+ the various knobs to tune server.el for TCP operation.
(emacsclient Options): Reference "TCP Emacs server" from description of
--server-file. Document the new '--tramp' / '-T' options.
* doc/emacs/emacs.texi (Top): Update the top-level menu.
@@ -107412,7 +107412,7 @@
instead of the sexp beginning position. Saving the
CONTAINING-SEXP-START returned by `calculate-lisp-indent' is no longer
needed. Don't bother stopping if we don't descend below init-depth,
- since we now alway scan the whole buffer (via syntax-ppss) anyway.
+ since we now always scan the whole buffer (via syntax-ppss) anyway.
* test/lisp/emacs-lisp/lisp-mode-tests.el (indent-sexp): Add blank
line to test case.
@@ -109144,7 +109144,7 @@
* doc/lispref/records.texi (Records): reference it. Document
behavior when type slot is a record.
- * admin/alloc-colors.c (Fmake_record, Frecord): mention type desciptors.
+ * admin/alloc-colors.c (Fmake_record, Frecord): mention type descriptors.
2017-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -110325,7 +110325,7 @@
* lisp/progmodes/sql.el: Version 3.6
- (sql-login-params): Added :must-match for completition of
+ (sql-login-params): Added :must-match for completion of
`server' and `database' login parameters.
(sql-sqlite-login-params, sql-postgres-login-params): Set
:must-match to `confirm'.
@@ -113373,7 +113373,7 @@
casefiddle-tests-case-table, casefiddle-tests-casing-character,
casefiddle-tests-casing, casefiddle-tests-casing-byte8,
casefiddle-tests-casing-byte8-with-changes): New tests.
- (casefiddle-tests--test-casing): New helper function for runnig
+ (casefiddle-tests--test-casing): New helper function for running
some of the tests.
2017-02-15 Michal Nazarewicz <mina86@mina86.com>
@@ -113897,7 +113897,7 @@
* lisp/eshell/esh-proc.el (eshell-sentinel): If called while still
handling output of the process, make sure to close the pipes only later,
- so that the next process in the pipeline recieves EOF only after getting
+ so that the next process in the pipeline receives EOF only after getting
all its input (Bug#25549).
2017-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
@@ -116519,7 +116519,7 @@
Clarify major mode switching
* doc/emacs/modes.texi (Major Modes):
- * doc/lispref/modes.texi (Modes, Major Modes): Explictly say that each
+ * doc/lispref/modes.texi (Modes, Major Modes): Explicitly say that each
buffer has exactly one major mode and can't be "turned off", only
switched away from (Bug#25357).
@@ -119501,7 +119501,7 @@
merge from trunk
- this merges frmo trunk and fixes various build issues.
+ this merges from trunk and fixes various build issues.
this needed a few ugly tweaks.
this hangs in "make check" now
@@ -120142,7 +120142,7 @@
Since 2016-06-26 "Fix test-completion with completion-regexp-list", when
calling test-completion with an alist collection, the predicate was
- recieving the string value instead of the alist entry (Bug#24966).
+ receiving the string value instead of the alist entry (Bug#24966).
* src/minibuf.c (Ftest_completion): Don't modify the found element, just
test STRING against `completion-regexp-list'.
@@ -124470,7 +124470,7 @@
2016-09-12 Michal Nazarewicz <mina86@mina86.com>
- Fix compiler thinking width and height may be unitialized in frame.c
+ Fix compiler thinking width and height may be uninitialized in frame.c
This fixes the following warning:
@@ -124486,7 +124486,7 @@
2016-09-12 Michal Nazarewicz <mina86@mina86.com>
- Fix compiler thinking tmpdir may be unitialized in emacsclient
+ Fix compiler thinking tmpdir may be uninitialized in emacsclient
This fixes the following warning:
@@ -124669,7 +124669,7 @@
Invert y coord of NS image files (bug#7847)
- * src/nsterm.m (ns_dumpglyphs_image): Invert y co-ordinate of the image
+ * src/nsterm.m (ns_dumpglyphs_image): Invert y coordinate of the image
when compositing.
2016-09-10 Noam Postavsky <npostavs@gmail.com>
@@ -124701,7 +124701,7 @@
determine which class is failing. This happens when failure is caused
by ‘(should (equal (point) (point-max)))’ not being met.
- With per-character class tests, it is immidiatelly obvious which test
+ With per-character class tests, it is immediately obvious which test
causes issues plus tests for all classes are run even if some of them
fail.
@@ -125756,7 +125756,7 @@
* lisp/emacs-lisp/map.el (map--dispatch): Fix docstring
- The docstring referenced a non-existant parameter, as well as a
+ The docstring referenced a non-existent parameter, as well as a
parameter that has been renamed since the docstring was written. Fix
both errors, fixing (Bug#24182).
@@ -125828,7 +125828,7 @@
* lisp/window.el (window--state-put-2): Set 'noforce argument
when restoring a window's start position. This avoids that the
- effect of `set-window-point' gets overidden by that of
+ effect of `set-window-point' gets overridden by that of
`set-window-start' (Bug#24240).
2016-08-17 Alan Mackenzie <acm@muc.de>
@@ -126205,7 +126205,7 @@
* doc/misc/ses.texi (Quick Tutorial): Mention the '!'
'ses-range' modifier as an alternative to 'ses+'.
- (Advanced Features): Add a refernce to node 'Nonrelocatable
+ (Advanced Features): Add a reference to node 'Nonrelocatable
references' concerning function 'ses-rename-cell'.
(Standard formula functions): Mention the '!' 'ses-range'
modifier as an alternative to 'ses-delete-blanks'.
@@ -126449,7 +126449,7 @@
2016-08-06 Michael Albinus <michael.albinus@gmx.de>
- Add missing dcstrings in Tramp, remove chec for obsolee methods
+ Add missing dcstrings in Tramp, remove check for obsolee methods
* lisp/net/tramp.el (tramp-progress-reporter-update)
(tramp-unload-file-name-handlers, tramp-get-local-uid)
@@ -128859,7 +128859,7 @@
Call `file-name-directory' also for remote NEWNAME.
* test/lisp/net/tramp-tests.el (tramp-test15-copy-directory):
- Do not skip for tramp-smb.el. Test als COPY-CONTENTS case.
+ Do not skip for tramp-smb.el. Test also COPY-CONTENTS case.
(tramp-test24-file-name-completion): Improve check for
hostname completion.
(tramp--test-rsync-p): New defun.
@@ -129664,7 +129664,7 @@
* lisp/international/ucs-normalize.el
(ucs-normalize-hfs-nfd-pre-write-conversion):
- Prevent compiler warning for unused arguments, add coment.
+ Prevent compiler warning for unused arguments, add comment.
2016-06-10 Paul Eggert <eggert@cs.ucla.edu>
@@ -130352,7 +130352,7 @@
* lisp/wid-edit.el (link): Remove :follow-link property (bug#22434)
- * lisp/recentf.el (recentf-dialog-mode-map): Remove unecessary mapping.
+ * lisp/recentf.el (recentf-dialog-mode-map): Remove unnecessary mapping.
2016-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -131429,7 +131429,7 @@
4c5a00b Make package-install-from-buffer not move point
9596ea1 ; Revert "* emacs-lisp/lisp-mnt.el (lm-header): save-excursion"
f79c352 Redo the fix for bug#21839
- 8d2f78c Don't treat JS spread as contination method call
+ 8d2f78c Don't treat JS spread as continuation method call
2016-05-12 Chris Feng <chris.w.feng@gmail.com>
@@ -132526,7 +132526,7 @@
cursor-type doc fix
* src/buffer.c (syms_of_buffer): Mention that cursor-type's
- WIDHT/HEIGHT can't exceed the frame char size (bug#19215).
+ WIDTH/HEIGHT can't exceed the frame char size (bug#19215).
2016-04-30 Lars Ingebrigtsen <larsi@gnus.org>
@@ -132608,7 +132608,7 @@
2016-04-30 Lars Ingebrigtsen <larsi@gnus.org>
- Explictly explain that package-initialize loads the packages
+ Explicitly explain that package-initialize loads the packages
* lisp/emacs-lisp/package.el (package-initialize): Be explicit
in saying that `package-initialize' obviates adjusting the
@@ -132892,7 +132892,7 @@
Fix definition of nobreak-space
* lisp/faces.el (nobreak-space): The definition to
- nobreak-space was inadvertantly changed by the previous checkin.
+ nobreak-space was inadvertently changed by the previous checkin.
2016-04-28 Lars Ingebrigtsen <larsi@gnus.org>
@@ -133217,9 +133217,9 @@
calling `vc-state' on default-directory (VC state is undefined
for directories). Check that `vc-state' returns nil where it
returned `unregistered' before. Remove all checks comparing
- invocations with the backend passed in explictly and without.
+ invocations with the backend passed in explicitly and without.
(vc-test--working-revision): Remove all checks comparing
- invocations with the backend passed in explictly and without.
+ invocations with the backend passed in explicitly and without.
Update comments, and add a new one.
2016-04-24 Paul Eggert <eggert@cs.ucla.edu>
@@ -133845,7 +133845,7 @@
2016-04-10 Etienne Prud'homme <e.e.f.prudhomme@gmail.com> (tiny change)
- Fix alignement rule for CSS
+ Fix alignment rule for CSS
* lisp/align.el (align-rules-list): Support CSS properties that have
multiple words.
@@ -134121,7 +134121,7 @@
a3daa34 Teach M-x disassemble a default argument.
e30c3e9 Fix EOL decoding in vc-annotate with SVN back-end on MS-Windows
df441b3 Fix OS X specific settings in tramp-tests
- 2244331 Finish fixing a cacheing bug in CC Mode (see 2016-03-09)
+ 2244331 Finish fixing a caching bug in CC Mode (see 2016-03-09)
# Conflicts:
# lisp/net/tramp-sh.el
@@ -134272,7 +134272,7 @@
0403620 Don't misindent arguments of a method call inside continuation
e6776f8 * src/keyboard.c (echo_keystrokes_p): Don't test cursor_in_ec...
8475f3d ASCII-only etc/NEWS etc.
- 5cc6919 Fix a cacheing bug, which led to inordinately slow c-beginnin...
+ 5cc6919 Fix a caching bug, which led to inordinately slow c-beginnin...
0ce37ea Fix Isearch prompt when invoked with an argument
f3033d4 Fix a typo in the Emacs manual
4235d2d Curved quotes in etc/NEWS etc.
@@ -137965,7 +137965,7 @@
2016-02-10 Lars Ingebrigtsen <larsi@gnus.org>
- Remove som XEmacs compat code from message.el
+ Remove some XEmacs compat code from message.el
* lisp/gnus/message.el: Remove some XEmacs compat code.
@@ -138403,7 +138403,7 @@
a header while with nil argument moves to the indented text of header's
value.
(message-beginning-of-line): Function is now aware of folded headers and
- either moves point to the indention of a header or, in visual-line-mode,
+ either moves point to the indentation of a header or, in visual-line-mode,
searches for the beginning of the header.
2016-02-08 Michal Nazarewicz <mina86@mina86.com>
@@ -139254,7 +139254,7 @@
(History): XEmacs support has been removed.
(GVFS based methods, Remote processes): Do not use emacsgvfs flag.
(Auto-save and Backup): Use both syntax versions.
- (File name Syntax): Remark on IPv6 adresses is valid for
+ (File name Syntax): Remark on IPv6 addresses is valid for
unified syntax only.
* doc/misc/trampver.texi: Do not set emacsgvfs flag.
@@ -140661,7 +140661,7 @@
put-text-property cannot be plainly (point), you need a
ses-goto-print call before
- - Second, the range itself was computed erronously, only the first
+ - Second, the range itself was computed erroneously, only the first
char was affected instead of the full cell width. This was not
noticeable prior to changes (Deprecate `intangible' and
`point-entered' properties) made by Stefan on 2015-04-13T19:51:15Z
@@ -142220,7 +142220,7 @@
the problems described in bug#20674 regarding the interaction with
modes such as darkroom-mode and olivetti-mode.
- A similar fix was commited to nlinum.el in ELPA.git's
+ A similar fix was committed to nlinum.el in ELPA.git's
e7f5f549fbfb740b911fb7f33b42381ecece56d8
* lisp/linum.el (linum-delete-overlays): Restore margins more