Spelling fixes.
[bpt/emacs.git] / lisp / ChangeLog.14
index 79a8b37..1cde53b 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-07  Dave Love  <fx@gnu.org>
+
+       * net/tls.el (open-tls-stream): Don't query killing process.
+
 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
 
        * Branch for 23.1.
        * emacs-lisp/find-func.el (find-library-name, find-library):
        Doc fixes.  (Part of bug#2270)
 
-2009-02-10  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
+2009-02-10  Eric Hanchrow  <eric.hanchrow@gmail.com>
 
        * env.el (getenv): When FRAME is non-nil, pass the frame environment
        to `getenv-internal', not the frame.  (Bug#2259)
 2009-01-25  Craig Markwardt  <cbmarkwardt@gmail.com>
 
        * calendar/icalendar.el (icalendar-uid-format): New defcustom
-       variable to allow the user to choose icalendar UID format.
+       variable to allow the user to choose iCalendar UID format.
        (icalendar--diarytime-to-isotime): Bug fix, now times in the range
        12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
        (icalendar-export-region, icalendar--create-uid): Use custom
-       function to compute icalendar UID for each entry.
+       function to compute iCalendar UID for each entry.
        (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
        with description, location, etc. fields (need to keep active count
        of fields encountered).  Another bug fix to the regex that matches
        (proced-descend): New variable.
        (proced-sort): New arg descend.
        (proced-sort-interactive): Repeated calls toggle sort order.
-       (proced-format): Accomodate changes of proced-format-alist.
+       (proced-format): Accommodate changes of proced-format-alist.
        Undefined attributes are displayed as "?".
        (proced-process-attributes): New optional arg pid-list.
        Ignore processes with empty attribute list.
 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * term/xterm.el (terminal-init-xterm): Discard pending input
-       before reading a reply to the terminal attributes query.
+       before reading a reply to the terminal attributes query.  (Bug#1495)
 
 2008-12-05  Andreas Schwab  <schwab@suse.de>
 
        (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
        (hl-line-sticky-flag): Remove spurious * in docstring.
 
-2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
+2008-10-14  Eric Hanchrow  <offby1@blarg.net>
 
        * vc-git.el (vc-git-show-log-entry): Include the revision in the
        search string.
        (rx-check-any): Return result as a list.  Don't convert chars to
        strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
        Check char category string.  Call rx-form instead of rx-to-string.
-       (rx-any): Rebuid to complete the function.
+       (rx-any): Rebuild to complete the function.
        (rx-check-not): Fix char category regexp pattern string.
        Call rx-form instead of rx-to-string.
        (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
        ignored while matching, replace the entire filename with completion.
 
        * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
-       flyspell-pre-point is valid to avoid signalling an error in
+       flyspell-pre-point is valid to avoid signaling an error in
        post-command-hook.
 
 2008-08-26  Johan Bockgård  <bojohan@gnu.org>
 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (window--even-window-heights): Even window heights
-       only if the selected window is higher than WINDOW.
+       only if the selected window is higher than WINDOW.  (Bug#410)
        Reported by Stephen Berman <Stephen.Berman at gmx.net>.
 
 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
        (completion-emacs22-try-completion): Place cursor after the /, as was
        done in Emacs-22's minibuffer-complete-word.
        Fix bug reported by David Hansen <david.hansen@gmx.net>.
-       (completion-emacs22-try-completion): Merge all mergeable text rather
+       (completion-emacs22-try-completion): Merge all mergable text rather
        than just /.
        (completion-pcm--delim-wild-regex): New var.
        (completion-pcm-word-delimiters): New custom.
        (org-local-logging): New function.
        (org-columns-open-link): Fix bug with opening link in column view.
        (org-local-logging): New function.
-       (org-todo): Make sure that LOGGING properties are honoured.
+       (org-todo): Make sure that LOGGING properties are honored.
        (org-todo-keywords): Improve docstring.
        (org-startup-options): Cleanup startup options.
        (org-set-regexps-and-options): Process the "!" markers.
@@ -20547,7 +20551,7 @@ See ChangeLog.13 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 2008, 2009, 2010  Free Software Foundation, Inc.
+    Copyright (C) 2008-2011  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -20563,5 +20567,3 @@ See ChangeLog.13 for earlier changes.
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc