summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--lisp/mh-e/ChangeLog12
-rw-r--r--lisp/org/ChangeLog24
-rw-r--r--lisp/url/ChangeLog21
5 files changed, 35 insertions, 36 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ad25d537f2b..0146dd8652f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -69,8 +69,8 @@
* progmodes/python.el: Require ansi-color at top-level.
- * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define
- and use in Emacs Lisp mode (Bug#9360).
+ * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
+ Define and use in Emacs Lisp mode (Bug#9360).
(lisp-mode-abbrev-table): Add doc.
(lisp-mode-variables): Don't set local-abbrev-table.
(lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
@@ -184,8 +184,8 @@
2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
- * window.el (window--state-get-1, window--state-put-2): Don't
- save and restore the mark.
+ * window.el (window--state-get-1, window--state-put-2):
+ Don't save and restore the mark.
2012-01-25 Chong Yidong <cyd@gnu.org>
@@ -532,7 +532,7 @@
first prompt in `sql-interacive-mode'.
(sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
keywords.
- (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
+ (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
(sql-product-interactive): Bug fix: Set `sql-buffer' in
context of original buffer. Invoke `sql-login-hook'.
@@ -4046,7 +4046,7 @@
* cus-start.el (all): Add entry for bidi-paragraph-direction.
- * international/uni-bidi.el: Regenerated.
+ * international/uni-bidi.el: Regenerate.
2011-08-23 Kenichi Handa <handa@m17n.org>
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 1d99418ed21..f5e49f70872 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -7153,7 +7153,7 @@
"failed" all the time.
* gnus.el: Throughout all files, replace (save-excursion (set-buffer
- ...)) with (with-current-buffer ... ).
+ ...)) with (with-current-buffer ...).
* nntp.el (nntp-open-server): Return whether the open was successful or
not.
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 5ae9f8ecccc..2c3d0dc3803 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -52,7 +52,7 @@
pop-to-buffer-same-window.
* mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
(mh-make-folder): Call mh-pop-to-buffer-same-window instead of
- switch-to-buffer. The previous change which used pop-to-buffer
+ switch-to-buffer. The previous change which used pop-to-buffer
produced the wrong behavior.
2011-07-12 Henrique Martins <henrique@martins.cc> (tiny change)
@@ -73,8 +73,8 @@
* mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
(mh-make-folder): Replace calls to switch-to-buffer with of
- pop-to-buffer. The former is intended for interactive use only and
- generates warnings in Emacs 24.
+ pop-to-buffer. The former is intended for interactive use only
+ and generates warnings in Emacs 24.
2011-07-09 Bill Wohler <wohler@newt.com>
@@ -96,7 +96,7 @@
* mh-e.el: Just require mh-loaddefs since loading it in an
eval-and-compile block causes compilation errors in XEmacs.
- * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:
+ * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:
* mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in
mh-do-in-xemacs block.
@@ -107,7 +107,7 @@
* mh-letter.el (mh-letter-mode-map, mh-letter-complete)
(mh-complete-word): Remove FIXME comments since these functions
- are still needed in other Emacsen. However, they can probably
+ are still needed in other Emacsen. However, they can probably
stand to be generalized like completion-at-point.
(mh-letter-complete-or-space): Remove unused variable.
@@ -173,7 +173,7 @@
2010-05-14 Peter S Galbraith <psg@debian.org>
* mh-mime.el (mh-decode-message-subject): New function to decode
- RFC2047 encoded Subject lines. Used for reply drafts.
+ RFC2047 encoded Subject lines. Used for reply drafts.
* mh-comp.el (mh-compose-and-send-mail): Call
`mh-decode-message-subject' on (reply or forward) message drafts.
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 7bee98d8110..2a188c5a736 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -924,8 +924,8 @@
2012-01-03 Matt Lundin <mdl@imapmail.org>
- * org-agenda.el: (org-class): Fix holidays symbol in
- org-class. This was resulting in an "Bad sexp..." warning.
+ * org-agenda.el (org-class): Fix holidays symbol in org-class.
+ This was resulting in an "Bad sexp..." warning.
2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
@@ -968,13 +968,13 @@
2012-01-03 Eric Schulte <schulte.eric@gmail.com>
- * ob-sql.el (org-babel-header-arg-names:sql): Sql specific header
+ * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
argument names which should be inherited.
2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
- * org.el (org-in-block-p): Return matched name of block, if
- any. It can be useful when a list of block names is provided as
+ * org.el (org-in-block-p): Return matched name of block, if any.
+ It can be useful when a list of block names is provided as
an argument.
2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -1038,10 +1038,10 @@
* org-exp.el (org-export-protect-quoted-subtrees): More accurate
regexp. Also use new regexp to match generic headlines.
- * org-html.el (org-export-as-html): More accurate regexp. Also
- use new regexp to match generic headlines.
+ * org-html.el (org-export-as-html): More accurate regexp.
+ Also use new regexp to match generic headlines.
- * org-mouse.el (org-mouse-match-todo-keyword): Removed unused
+ * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
and now erroneous function.
* org.el (org-heading-regexp, org-heading-keyword-regexp-format):
@@ -1071,8 +1071,8 @@
2012-01-03 David Maus <dmaus@ictsoc.de>
- * org.el (org-loop-over-headlines-in-active-region): New
- customization variable. Loop over headlines in active region.
+ * org.el (org-loop-over-headlines-in-active-region):
+ New customization variable. Loop over headlines in active region.
(org-schedule, org-deadline): Apply to headlines in region depending
on new customization variable.
@@ -1092,8 +1092,8 @@
2012-01-03 Bastien Guerry <bzg@gnu.org>
- * org.el (org-format-agenda-item, org-scan-tags): Rename
- `org-format-agenda-item' to `org-agenda-format-item'.
+ * org.el (org-format-agenda-item, org-scan-tags):
+ Rename `org-format-agenda-item' to `org-agenda-format-item'.
2012-01-03 Bastien Guerry <bzg@gnu.org>
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index f011a8d1dc0..7c92fc33490 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -86,16 +86,15 @@
2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
* url-queue.el: New file.
- (url-queue-run-queue): Pick the first waiting job, and not the
- last.
+ (url-queue-run-queue): Pick the first waiting job, and not the last.
(url-queue-parallel-processes): Lower the concurrency level, since
Emacs doesn't seem to like too many async processes.
(url-queue-prune-old-entries): Fix up the pruning code.
2011-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
- * url-http.el (url-http-wait-for-headers-change-function): Protect
- against malformed headerless responses from servers.
+ * url-http.el (url-http-wait-for-headers-change-function):
+ Protect against malformed headerless responses from servers.
2011-04-02 Chong Yidong <cyd@stupidchicken.com>
@@ -123,9 +122,9 @@
2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
- * url-http.el (url-http-wait-for-headers-change-function): Don't
- move point if the callback function has moved changed/killed the
- process buffer.
+ * url-http.el (url-http-wait-for-headers-change-function):
+ Don't move point if the callback function has moved/changed/killed
+ the process buffer.
2010-12-16 Miles Bader <miles@gnu.org>
@@ -198,8 +197,8 @@
2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
- * url-cookie.el (url-cookie-handle-set-cookie): Use
- url-lazy-message for the cookie warning, which isn't very interesting.
+ * url-cookie.el (url-cookie-handle-set-cookie): Use url-lazy-message
+ for the cookie warning, which isn't very interesting.
* url-http.el (url-http-async-sentinel): Check that the buffer is
still alive before switching to it.
@@ -265,13 +264,13 @@
2010-07-01 Mark A. Hershberger <mah@everybody.org>
* url-http.el (url-http-create-request): Add a CRLF on the end so
- that POSTs with content to https urls work.
+ that POSTs with content to https URLs work.
See <https://bugs.launchpad.net/mediawiki-el/+bug/540759>
2010-06-22 Mark A. Hershberger <mah@everybody.org>
* url-parse.el (url-user-for-url, url-password-for-url):
- Convenience functions that get usernames and passwords for urls
+ Convenience functions that get usernames and passwords for URLs
from auth-source functions.
2010-06-12 Štěpán Němec <stepnem@gmail.com> (tiny change)