]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.8
(rmail-ignored-headers, rmail-displayed-headers)
[gnu-emacs] / lisp / ChangeLog.8
index 2738144a62406496527c99894ee0f59c0ed8606c..44dfe149de48ba7ed9c51e12e485631ecba9499d 100644 (file)
        * cc-vars.el (c-comment-prefix-regexp): New variable used to
        recognize the comment fill prefix inside comments.
        (c-block-comment-prefix): New name for
-       `c-comment-contiuation-stars', which is now obsolete.  It's
+       `c-comment-continuation-stars', which is now obsolete.  It's
        generalized to handle any character sequence.
        (c-ignore-auto-fill): New variable used to selectively disable
        Auto Fill mode in specific contexts.
 
        * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
 
-1999-02-22  Sam Steingold  <sds@goems.com>
+1999-11-15  Sam Steingold  <sds@goems.com>
 
        * goto-addr.el (goto-address-at-mouse,
        goto-address-find-address-at-point): Use compose-mail.
        (goto-address-send-using-mh-e, goto-address-send-using-mhe,
        goto-address-send-using-mail): Removed functions.
 
-1998-11-03  Sam Steingold  <sds@goems.com>
+1998-11-15  Sam Steingold  <sds@goems.com>
 
        * simple.el (backward-delete-char-untabify):
        backward-delete-char-untabify-method can be `all' now - to delete
        * mail/rmail.el, iswitchb.el, hippie-exp.el,
        progmodes/cperl-mode.el: Use new backquote syntax.
 
-1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
+1998-11-14  Michael Ernst  <mernst@alum.mit.edu>
 
        * uniquify.el: Use new backquote syntax.
 
        (mouse-drag-mode-line): Call it.
        (mouse-drag-header-line): New.
        (toplevel): Bind down-mouse-1 on header lines to
-       mouse-drage-header-line.
+       mouse-drag-header-line.
 
 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
 
 
        * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
        Enter it on minor-mode-map-alist.
-       (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
+       (crisp-mode): Re-named from `crisp-mode-enabled'.  Users changed.
        Autoload.  Add custom setter.
        (crisp-mark-line): Doc fix.
        (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
        speedbar-generic-item-info, speedbar-item-info-file-helper,
        speedbar-item-delete, speedbar-insert-generic-list,
        speedbar-timer-fn, speedbar-check-vc-this-line,
-       speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
+       speedbar-check-obj-this-line, speedbar-fetch-dynamic-etags,
        speedbar-buffers-item-info) Use speedbar-message.
        (speedbar-item-info) Limit `message-log-max'.
        (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
 
        * simple.el (what-cursor-position): To show the character's
        encoding, use encoded-string-description instead of information
-       of chaset-origin-alist.
+       of charset-origin-alist.
 
        * international/mule-cmds.el (iso-2022-control-alist): New variable.
        (encoded-code-description): New function.
        description about charset-origin-alist.
 
        * international/mule.el: Comment added for a new coding system
-       property `charset-origin-alit'.
+       property `charset-origin-alist'.
        (make-translation-table): This variable deleted.
 
        * language/chinese.el (chinese-big5): Add charset-origin-alist
        (ispell-kill-ispell): Ensures ispell process has terminated before
        starting new process.  This can otherwise confuse process filters
        and hang the ispell process.
-       (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
+       (ispell-begin-skip-region-regexpispell-skip-region): Improved
        skipping support for sgml.
        (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
        which could cause `ispell-complete-word' to hang.
        then if there are multibyte file names, change it to multibyte.
        (tar-mode): Get char position from tar-header-offset.
        (tar-extract): Avoid multibyte<->unibyte conversion in
-       insert-buffer-subsring by setting both buffers unibyte
+       insert-buffer-substring by setting both buffers unibyte
        temporarily.
        (tar-copy): Set the buffer unibyte while doing a work.  Write
        without code conversion.
        (tar-clear-modification-flags): Compare byte position with
        tar-header-offset.
        (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
-       insert-buffer-subsring by setting both buffers unibyte
+       insert-buffer-substring by setting both buffers unibyte
        temporarily.  Pay attention to multibyteness while updating the
        descriptor-line.
        (tar-mode-write-file): Write without code conversion.
        (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
        registerd in FONT-SPEC.
        (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
-       charcter width of bitmap fonts.
+       character width of bitmap fonts.
        (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
        procedure NF.
        (ps-begin-file): Output PostScript code for setting
        * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
        coding-system-for-write before saving.
 
-1998-08-26  Kevin Rodgers  <kevinr@ihs.com> (tiny change)
+1998-08-26  Kevin Rodgers  <kevinr@ihs.com>  (tiny change)
 
        * isearch.el (isearch-forward): Doc fix.
 
@@ -9994,7 +9994,7 @@ See ChangeLog.7 for earlier changes.
 ;; End:
 
     Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006,
-      2007, 2008  Free Software Foundation, Inc.
+      2007, 2008, 2009  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.