summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2019-12-24 02:37:08 +0100
committerJuanma Barranquero <lekktu@gmail.com>2019-12-24 02:37:08 +0100
commit75d0cef20dbc522e6217a5765f21bfa841aff89b (patch)
tree1f3e5b74b05ea2e6789c9a35ea395b0b3ab62518 /ChangeLog.3
parentee12c421b61218a868712f66b0176c451e20717e (diff)
downloademacs-75d0cef20dbc522e6217a5765f21bfa841aff89b.tar.gz
Trivial docstring fixes
* ChangeLog.3: * lisp/emacs-lisp/cl-macs.el (cl-flet): * lisp/filesets.el (filesets-menu-ensure-use-cached): * lisp/progmodes/compile.el (compilation-context-lines): * lisp/progmodes/prolog.el (prolog-paren-indent): * lisp/progmodes/sql.el (sql-password-search-wallet-function): Fix typos in docstrings. * lisp/cedet/semantic/analyze.el (semantic-analyze-push-error): Doc fix. * lisp/emacs-lisp/map.el (map-put, map-info): Refill docstring. (map-contains-key): Fix typo. (map-every-p): Doc fix.
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.350
1 files changed, 27 insertions, 23 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 27df42cec4d..9f2f8ced227 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -3,7 +3,6 @@
* etc/AUTHORS: Update.
2019-08-29 Nicolas Petton <nicolas@petton.fr>
-2019-08-29 Nicolas Petton <nicolas@petton.fr>
* etc/NEWS: Delete temporary markup.
@@ -64939,7 +64938,8 @@
(eww-setup-buffer): Restore left-to-right defaults
- * eww.el (eww-setup-buffer): Restore left-to-right defaults.
+ * lisp/net/eww.el (eww-setup-buffer): Restore left-to-right
+ defaults.
2015-12-27 Lars Ingebrigtsen <larsi@gnus.org>
@@ -64955,7 +64955,8 @@
2015-12-26 Lars Ingebrigtsen <larsi@gnus.org>
- * shr.el (shr-descend): Allow using lambdas in external functions.
+ * lisp/net/shr.el (shr-descend): Allow using lambdas in external
+ functions.
2015-12-25 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -65022,7 +65023,8 @@
2015-12-25 Lars Ingebrigtsen <larsi@gnus.org>
- * eww.el (eww-display-html): Support <button> tags (bug#20485).
+ * lisp/net/eww.el (eww-display-html): Support <button> tags
+ (bug#20485).
2015-12-25 Lars Ingebrigtsen <larsi@gnus.org>
@@ -65048,7 +65050,8 @@
2015-12-25 Lars Ingebrigtsen <larsi@gnus.org>
- * eww.el (eww-mode-map): Fix command name of eww-toggle-colors.
+ * lisp/net/eww.el (eww-mode-map): Fix command name of
+ eww-toggle-colors.
2015-12-25 Samer Masterson <samer@samertm.com>
@@ -65072,38 +65075,39 @@
Follow meta refresh tags in eww
- * eww.el (eww-tag-meta): Follow meta refresh tags (bug#22234).
+ * lisp/net/eww.el (eww-tag-meta): Follow meta refresh tags
+ (bug#22234).
2015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
More eww file name coding fixes
- * eww.el (eww-decode-url-file-name): Use the base coding
+ * lisp/net/eww.el (eww-decode-url-file-name): Use the base coding
system to check for encodability.
2015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
Always save eww history
- * eww.el (eww-setup-buffer): Always save history, even when
- called from outside the eww buffer (bug#19638).
+ * lisp/net/eww.el (eww-setup-buffer): Always save history, even
+ when called from outside the eww buffer (bug#19638).
2015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
Default web pages to right-to-left
- * eww.el (eww-mode): Most web pages are left-to-right, so make
- that the default (bug#19801).
+ * lisp/net/eww.el (eww-mode): Most web pages are left-to-right,
+ so make that the default (bug#19801).
- * shr.el (shr-tag-html): Respect "dir" attributes
+ * lisp/net/shr.el (shr-tag-html): Respect "dir" attributes
(left-to-right, right-to-left).
2015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
Make toggling checkboxes work again
- * eww.el (eww-update-field): Make toggling checkboxes work
- again (bug#21881).
+ * lisp/net/eww.el (eww-update-field): Make toggling checkboxes
+ work again (bug#21881).
2015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
@@ -65118,8 +65122,8 @@
Fixes: 22117
- * shr.el (shr-descend): Stop rendering before we run out of
- specpdl room (bug#22117).
+ * lisp/net/shr.el (shr-descend): Stop rendering before we run out
+ of specpdl room (bug#22117).
2015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
@@ -65129,7 +65133,7 @@
Allow several <tbody> tags in shr
- * shr.el (shr-table-body): New function to find the real body
+ * lisp/net/shr.el (shr-table-body): New function to find the real body
of a table.
(shr-tag-table): Use it to render several <tbody> tags in a
table (bug#22170).
@@ -65145,7 +65149,7 @@
Decode hex-encoded URLs before using them as file names
- * eww.el (eww-decode-url-file-name): New function.
+ * lisp/net/eww.el (eww-decode-url-file-name): New function.
(eww-download-callback): Use it to decode file names before
saving them.
@@ -65162,23 +65166,23 @@
Allow overriding shr functions from eww
- * eww.el (eww-display-html): Allow overriding elements in
+ * lisp/net/eww.el (eww-display-html): Allow overriding elements in
`shr-external-rendering-functions'.
2015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
Ignore invalid SVG images
- * shr.el (shr-tag-svg): Ignore SVG images that have no width
- or height, because these can't be displayed by ImageMagick,
+ * lisp/net/shr.el (shr-tag-svg): Ignore SVG images that have no
+ width or height, because these can't be displayed by ImageMagick,
anyway.
2015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
shr table rendering fix
- * shr.el (shr-tag-table): Allow rendering body-less tables
- that have headers.
+ * lisp/net/shr.el (shr-tag-table): Allow rendering body-less
+ tables that have headers.
2015-12-22 Sam Steingold <sds@gnu.org>