diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-09-20 03:20:32 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-09-20 03:20:32 +0200 |
commit | 93acd23dc3873931d823d06f0443ad32e370870e (patch) | |
tree | a8c36d57a18cfc19519ac8aa9e58974d9c08b669 /lisp | |
parent | f071341124811e21e94592137e4b1c8f0f5fd1f5 (diff) | |
download | emacs-93acd23dc3873931d823d06f0443ad32e370870e.tar.gz |
Fix typos in ChangeLogs.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 29 | ||||
-rw-r--r-- | lisp/ChangeLog.10 | 4 | ||||
-rw-r--r-- | lisp/ChangeLog.11 | 4 | ||||
-rw-r--r-- | lisp/ChangeLog.13 | 2 | ||||
-rw-r--r-- | lisp/gnus/ChangeLog | 10 | ||||
-rw-r--r-- | lisp/org/ChangeLog | 4 |
6 files changed, 26 insertions, 27 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2b7c23ea19..7310e8d3dc8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -24,30 +24,29 @@ 2010-09-18 Michael R. Mauger <mmaug@yahoo.com> * progmodes/sql.el: Version 2.8 - (sql-login-params): Update widget structure; changes still - needed. + (sql-login-params): Update widget structure; changes still needed. (sql-product-alist): Add :list-all and :list-table features for SQLite, Postgres and MySQL products. (sql-redirect): Handle default value. (sql-execute, sql-execute-feature): New functions. (sql-read-table-name): New function. - (sql-list-all, sql-list-table): New functions. User API + (sql-list-all, sql-list-table): New functions. User API. (sql-mode-map, sql-interactive-mode-map): Add key definitions for above functions. (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions for above functions. (sql-postgres-login-params): Add user and database defaults. (sql-buffer-live-p): Bug fix. - (sql-product-history); New variable. + (sql-product-history): New variable. (sql-read-product): New function. Use it. (sql-set-product, sql-product-interactive): Use it. (sql-connection-history): New variable. - (sql-read-connection): New function. Use it. + (sql-read-connection): New function. Use it. (sql-connect): New function. (sql-for-each-login): Redesign function interface. (sql-make-alternate-buffer-name, sql-save-connection): Use it. - (sql-get-login-ext, sql-get-login): Use it. Handle default values. - (sql-comint): Check for program. Existing live buffer. + (sql-get-login-ext, sql-get-login): Use it. Handle default values. + (sql-comint): Check for program. Existing live buffer. (sql-comint-postgres): Add port parameter. 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca> @@ -420,7 +419,7 @@ (tramp-handle-set-file-modes) (tramp-do-copy-or-rename-file-directly) (tramp-handle-delete-directory, tramp-handle-delete-file) - (tramp-maybe-send-script, ): Use `tramp-barf-unless-okay'. + (tramp-maybe-send-script): Use `tramp-barf-unless-okay'. (tramp-sh-file-name-handler, tramp-send-command-and-check) (tramp-get-remote-ln): Set tramp-autoload cookie. @@ -974,7 +973,7 @@ `default-directory' unless using Ispell per-directory personal dictionaries and not in a mini-buffer under XEmacs. (kill-buffer-hook): Do not kill ispell process on exit when - `ispell-process-directory' is "~/". (Bug#6143) + `ispell-process-directory' is "~/". (Bug#6143) 2010-09-02 Jan Djärv <jan.h.d@swipnet.se> @@ -1351,8 +1350,8 @@ (tramp-gvfs-mount-spec): Return both prefix and mountspec. (tramp-gvfs-maybe-open-connection): Test, whether mountpoint exists. Raise an error, if not (due to a corresponding answer - "no" in interactive questions, for example). Use - `tramp-compat-funcall'. + "no" in interactive questions, for example). + Use `tramp-compat-funcall'. * net/tramp-imap.el (top): Autoload `epg-make-context'. (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT. @@ -2084,10 +2083,10 @@ 2010-08-08 Stephen Peters <speters@itasoftware.com> * calendar/icalendar.el - (icalendar--split-value): Fixed splitting regexp. (Bug#6766) - (icalendar--get-weekday-numbers): New + (icalendar--split-value): Fix splitting regexp. (Bug#6766) + (icalendar--get-weekday-numbers): New. (icalendar--convert-recurring-to-diary): Handle multiple byday - values in weekly rules. (Bug#6766) + values in weekly rules. (Bug#6766) 2010-08-08 Ulf Jasper <ulf.jasper@web.de> @@ -5721,7 +5720,7 @@ Enable recentf-mode if using virtual buffers. * ido.el (recentf-list): Declare for byte-compiler. - (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring. + (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring. (ido-make-buffer-list): Simplify. (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode. diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index cf4d13ccefb..32c3688f935 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 @@ -4757,7 +4757,7 @@ * files.el (insert-directory): Decode by what specified. * language/japan-util.el (setup-japanese-environment-internal): - By defalt, use japanese-iso-8bit for file names, and prefer + By default, use japanese-iso-8bit for file names, and prefer japanese-shift-jis on DOS and Windows. * international/quail.el (quail-show-guidance-buf): Make the quail @@ -21636,7 +21636,7 @@ 2001-11-26 Sam Steingold <sds@gnu.org> * frame.el (show-trailing-whitespace): Remove :set argument (the - value was essentially identical to the defalt). + value was essentially identical to the default). 2001-11-26 Pavel Janík <Pavel@Janik.cz> diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index c1ee441ea6b..2543ce03b6f 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 @@ -2000,7 +2000,7 @@ (math-rewrite, math-rewrite-phase): Replace variable expr by declared variable. (math-rewrite-heads-heads, math-rewrite-heads-skips) - (math-rewrite-heads-blanks ): New variables. + (math-rewrite-heads-blanks): New variables. (math-rewrite-heads, math-rewrite-heads-rec): Replace variables heads, skips and blanks by declared variables. (math-rwcomp-subst-old, math-rwcomp-subst-new) @@ -11832,7 +11832,7 @@ (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed. (ido-no-final-slash): New defun. (ido-make-prompt, ido-file-internal, ido-toggle-vc) - (ido-read-file-name): ): Toggle VC checking via + (ido-read-file-name): Toggle VC checking via vc-handled-backends instead of vc-master-templates. (ido-file-internal): Handle ido-use-url-at-point and ido-use-filename-at-point via code borrowed from ffap-guesser. diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 630a4bc0865..8ce74b4e34f 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 @@ -7567,7 +7567,7 @@ (ediff-setup-windows-plain-merge) (ediff-setup-windows-plain-compare, ediff-setup-control-frame) (ediff-refresh-control-frame, ediff-get-visible-buffer-window): - * ediff-util.el (ediff-setup-keymap, ) + * ediff-util.el (ediff-setup-keymap) (ediff-toggle-wide-display, ediff-toggle-multiframe) (ediff-toggle-use-toolbar, ediff-really-quit) (ediff-good-frame-under-mouse) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 4117a85ad8d..1fac9cd37c5 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -70,7 +70,7 @@ (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting the right URL and ALT text on images. (gnus-html-wash-tags): Fix tag case. - Add support for `s' and `ins' tags. Use gnus-emphasis-* faces. + Add support for `s' and `ins' tags. Use gnus-emphasis-* faces. (gnus-article-html): Add -o display_ins_del=2 option. (gnus-html-wash-tags): Add better support for <ul> tags symbols. @@ -647,7 +647,7 @@ 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org> * gnus-html.el (gnus-html-wash-tags): Don't show images that are really - small. They're probably tracking images. + small. They're probably tracking images. (gnus-html-wash-tags): Remove all <pre_int> place holders. (gnus-html-rescale-image): Yet another try at getting the image sizing right. @@ -801,12 +801,12 @@ * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57 minutes, 56 seconds ago on the ding list, remove the `w' and `i' - bindings, as they aren't useful at all. `w' is moved to `W w'. + bindings, as they aren't useful at all. `w' is moved to `W w'. * gnus-move.el: Removed file, since it doesn't really work. * gnus-html.el (gnus-article-html): Tell w3m that the input is - UTF-8. This seems to fix problems with some German web feeds. + UTF-8. This seems to fix problems with some German web feeds. * gnus.el (gnus-group-startup-message): Put the xpm version of the logo at the top so that the proper colours are applied. @@ -4293,7 +4293,7 @@ (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger) (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to copy data from unibyte buffer to multibyte current buffer. - (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer + (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer to copy data from unibyte current buffer to multibyte buffer. (nntp-make-process-buffer): Make process buffer unibyte. diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index c0b3fa567c6..e08f0780562 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1163,7 +1163,7 @@ (org-agenda-bulk-remove-overlays): Use the normal overlay API. * org-freemind.el (org-freemind-from-org-mode-node) - (org-freemind-from-org-mode, ) + (org-freemind-from-org-mode) (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use interactive-p instead of called-interactively, because this is backward compatible with older Emacsen I still support.. @@ -2616,7 +2616,7 @@ 2010-02-15 Chong Yidong <cyd@stupidchicken.com> * org-freemind.el (org-freemind-from-org-mode-node) - (org-freemind-from-org-mode, ) + (org-freemind-from-org-mode) (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Pass arg to called-interactively-p. |