aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2016-02-14 19:44:38 -0800
committerPaul Eggert2016-02-14 19:45:12 -0800
commitcf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee (patch)
treeb61497a5cf1f0dbb56a2172f3a391aa6fea0f89b
parentf8bf1b35bf55ae1bb7703f86d3b526887f064b19 (diff)
downloademacs-cf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee.tar.gz
emacs-cf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee.zip
; Spelling fixes
-rw-r--r--ChangeLog.26
-rw-r--r--lisp/ChangeLog.132
-rw-r--r--lisp/ChangeLog.172
-rw-r--r--lisp/doc-view.el4
-rw-r--r--lisp/gnus/ChangeLog.36
-rw-r--r--src/emacs.c4
6 files changed, 12 insertions, 12 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index f6d67e24eaf..e441fd184dd 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1594,7 +1594,7 @@
1594 that as the same name can be used for different locations in different 1594 that as the same name can be used for different locations in different
1595 SES sheets ; 2) use `local-variable-if-set-p' rather than `boundp' and 1595 SES sheets ; 2) use `local-variable-if-set-p' rather than `boundp' and
1596 `local-variable-p' to check if cell name is already in use in this 1596 `local-variable-p' to check if cell name is already in use in this
1597 sheet or needs initialisation. 1597 sheet or needs initialization.
1598 (ses-relocate-all): Cell value relocation : 1) like for name 1598 (ses-relocate-all): Cell value relocation : 1) like for name
1599 relocation use the `ses-cell' property rather than comparing actual 1599 relocation use the `ses-cell' property rather than comparing actual
1600 name to corresponding standard name. 2) Correct bug introduced in 1600 name to corresponding standard name. 2) Correct bug introduced in
@@ -9622,7 +9622,7 @@
9622 (unexec): Don't search for bss style sections by name. Instead, 9622 (unexec): Don't search for bss style sections by name. Instead,
9623 use the last PT_LOAD header address range covered by p_memsz 9623 use the last PT_LOAD header address range covered by p_memsz
9624 but not p_filesz and match any SHT_NOBITS section in that 9624 but not p_filesz and match any SHT_NOBITS section in that
9625 address range. Simplify initialisation of section header vars. 9625 address range. Simplify initialization of section header vars.
9626 Don't assume that section headers are above bss segment. Move 9626 Don't assume that section headers are above bss segment. Move
9627 copying of bss area out of section loop. Align .data2 section 9627 copying of bss area out of section loop. Align .data2 section
9628 to 1, since it now covers the entire bss area. For SHT_NOBITS 9628 to 1, since it now covers the entire bss area. For SHT_NOBITS
@@ -9680,7 +9680,7 @@
9680 Separate out some of the more mechanical changes so following patches 9680 Separate out some of the more mechanical changes so following patches
9681 are smaller. 9681 are smaller.
9682 9682
9683 * src/unexelf.c (unexec): Rearrange initialisation of program 9683 * src/unexelf.c (unexec): Rearrange initialization of program
9684 header vars. Use pointer vars in loops rather than indexing 9684 header vars. Use pointer vars in loops rather than indexing
9685 section header array via macros. Simplify _OBJC_ sym code 9685 section header array via macros. Simplify _OBJC_ sym code
9686 and reloc handling code. 9686 and reloc handling code.
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13
index 041e8c0c86b..d792889b3b7 100644
--- a/lisp/ChangeLog.13
+++ b/lisp/ChangeLog.13
@@ -7656,7 +7656,7 @@
76562007-11-07 Glenn Morris <rgm@gnu.org> 76562007-11-07 Glenn Morris <rgm@gnu.org>
7657 7657
7658 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond. 7658 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
7659 Remove superfluous concats. Move final set-buffer to 7659 Remove superfluous concatenations. Move final set-buffer to
7660 non-emacs-specific code. 7660 non-emacs-specific code.
7661 7661
76622007-11-07 Rob Riepel <riepel@networking.stanford.edu> 76622007-11-07 Rob Riepel <riepel@networking.stanford.edu>
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17
index 1785a336732..ee03661ece0 100644
--- a/lisp/ChangeLog.17
+++ b/lisp/ChangeLog.17
@@ -1758,7 +1758,7 @@
1758 1758
1759 * net/shr.el (shr-insert): Make sure the space inserted has the 1759 * net/shr.el (shr-insert): Make sure the space inserted has the
1760 right font (for width). 1760 right font (for width).
1761 (shr-fill-line): Preserve background colours when indenting/folding. 1761 (shr-fill-line): Preserve background colors when indenting/folding.
1762 (shr-ensure-paragraph): Don't insert a new paragraph as the first 1762 (shr-ensure-paragraph): Don't insert a new paragraph as the first
1763 item in a <li>. 1763 item in a <li>.
1764 1764
diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index bc5c1d254b9..4cf4ce264f7 100644
--- a/lisp/doc-view.el
+++ b/lisp/doc-view.el
@@ -699,8 +699,8 @@ It's a subdirectory of `doc-view-cache-directory'."
699 (concat (thread-last (file-name-nondirectory doc-view--buffer-file-name) 699 (concat (thread-last (file-name-nondirectory doc-view--buffer-file-name)
700 ;; bug#13679 700 ;; bug#13679
701 (subst-char-in-string ?% ?_) 701 (subst-char-in-string ?% ?_)
702 ;; arc-mode concats archive name and file name 702 ;; arc-mode concatenates archive name and file name
703 ;; with colon which is illegal on Windows. 703 ;; with colon, which is illegal on MS-Windows.
704 (subst-char-in-string ?: ?_)) 704 (subst-char-in-string ?: ?_))
705 "-" 705 "-"
706 (let ((file doc-view--buffer-file-name)) 706 (let ((file doc-view--buffer-file-name))
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3
index 5e7e95b0466..e6cbe0458b4 100644
--- a/lisp/gnus/ChangeLog.3
+++ b/lisp/gnus/ChangeLog.3
@@ -1732,7 +1732,7 @@
1732 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that 1732 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1733 we can navigate to them. 1733 we can navigate to them.
1734 1734
1735 * shr.el (shr-colorize-region): Put the colours over the entire region. 1735 * shr.el (shr-colorize-region): Put the colors over the entire region.
1736 (shr-inhibit-decoration): New variable. 1736 (shr-inhibit-decoration): New variable.
1737 (shr-add-font): Use it to inhibit text property decorations while doing 1737 (shr-add-font): Use it to inhibit text property decorations while doing
1738 preliminary table renderings. This speeds up typical Wikipedia page 1738 preliminary table renderings. This speeds up typical Wikipedia page
@@ -1824,7 +1824,7 @@
1824 * shr.el (shr-expand-url): Respect // URLs. 1824 * shr.el (shr-expand-url): Respect // URLs.
1825 1825
1826 * eww.el (eww-tag-body): Override the shr body rendering so that we can 1826 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1827 put a background colour onto the entire buffer. 1827 put a background color onto the entire buffer.
1828 (eww-render): When being redirected, use the redirect URL as the new 1828 (eww-render): When being redirected, use the redirect URL as the new
1829 base URL. 1829 base URL.
1830 1830
@@ -3514,7 +3514,7 @@
3514 3514
3515 * mm-archive.el (mm-archive-decoders): Add support for tar. 3515 * mm-archive.el (mm-archive-decoders): Add support for tar.
3516 3516
3517 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus. 3517 * gnus.el (gnus-logo-color-alist): Change the colors for Ma Gnus.
3518 3518
3519 * nnmail.el (nnmail-extra-headers): Add Cc to the default. 3519 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3520 3520
diff --git a/src/emacs.c b/src/emacs.c
index ab5d777aa2e..9bf996a0da3 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1311,8 +1311,8 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
1311#endif 1311#endif
1312 1312
1313#ifdef HAVE_NS 1313#ifdef HAVE_NS
1314 /* Initialise the locale from user defaults. */ 1314 /* Initialize the locale from user defaults. */
1315 ns_init_locale(); 1315 ns_init_locale ();
1316#endif 1316#endif
1317 1317
1318 /* Initialize and GC-protect Vinitial_environment and 1318 /* Initialize and GC-protect Vinitial_environment and