aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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
4 files changed, 7 insertions, 7 deletions
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