]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Minor tweaks to custom groups.
[gnu-emacs] / lisp / ChangeLog
index e5ad1f144625c2f047ccf61ec7709325f0b03707..33d844512de58a673d5d02650f6afa1010ff660c 100644 (file)
@@ -1,5 +1,100 @@
+2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-edit.el (hardware): Doc fix.
+
+       * man.el (man): Add to external custom group.
+
+       * delim-col.el (columns): Move to wp custom group.
+
+       * doc-view.el (doc-view): Add to data custom group.
+
+       * cedet/data-debug.el (data-debug): Move to extensions group.
+
+       * cedet/ede.el (ede):
+       * cedet/srecode.el (srecode):
+       * cedet/semantic.el (semantic): Put in tools and extensions group.
+
+       * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces
+       group.
+
+       * textmodes/flyspell.el (flyspell-word): Obey the offset specified
+       by ispell-parse-output (Bug#5575).
+
+2010-02-16  Kenichi Handa  <handa@m17n.org>
+
+       * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
+       (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
+       (skkdic-convert): Use `euc-japan' coding system for writing.
+
+2010-02-16  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
+       tex-main-file before using it.  (Bug#5562)
+
+2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
+       warnings, since it is annoying for the user to see them each time he
+       runs the code.
+
+2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-process-actions, tramp-read-passwd):
+       * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
+       instead of PROC for caching "first-password-request".  Otherwise,
+       new processes would not profit from passwords already entered.
+
+       * net/tramp-cache.el (tramp-dump-connection-properties):
+       Don't save "first-password-request" property.
+
+2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * outline.el (outline-head-from-level):
+       * simple.el (with-wrapper-hook):
+       * cedet/ede.el (ede-run-target, project-delete-target)
+       (project-dist-files, ede-name, ede-documentation, ede-parent-project)
+       (ede-adebug-project, ede-adebug-project-parent)
+       (ede-adebug-project-root):
+       * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
+       (elint-defun, elint-buffer-env, elint-top-form-logged)
+       (elint-unbound-variable):
+       * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
+       Fix typos in docstrings.
+
+2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.el (insert-directory): When WILDCARD-REGEXP and
+       FULL-DIRECTORY-P are nil, insert the file entry instead of the
+       whole directory.  (Bug#5551)
+
+       * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
+       dired's alignment sanity.  (Bug#5516)
+
+2010-02-14  Juri Linkov  <juri@jurta.org>
+
+       * man.el (Man-fontify-manpage, Man-cleanup-manpage):
+       Remove remaining ^H with their preceding chars.  (Bug#5566)
+
+2010-02-13  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (transpose-subr): Give it a doc-string.
+
+       * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
+       Doc fixes.
+
+2010-02-12  Juri Linkov  <juri@jurta.org>
+
+       * arc-mode.el (archive-unique-fname): Make directories for nested
+       archives.  (Bug#5540)
+
+2010-02-12  Juri Linkov  <juri@jurta.org>
+
+       * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
+
 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * subr.el (copy-overlay): Handle deleted overlays.
+
        * man.el (Man-completion-table): Don't signal an error if we can't run
        manual-program (bug#4056).