]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Minor tweaks to custom groups.
[gnu-emacs] / lisp / ChangeLog
index b6627e69ccc80e18f7db4606183ef6b1bc2619b2..33d844512de58a673d5d02650f6afa1010ff660c 100644 (file)
@@ -1,3 +1,201 @@
+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).
+
+2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * textmodes/artist.el (artist-mt): Fix typos in docstring.
+
+2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
+
+       * info.el (Info-bookmark-jump): Simplify.
+
+       * bookmark.el (bookmark-handle-bookmark): Catch the right error.
+       (bookmark-default-handler): Accept new bookmark field `buffer'.
+
+2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * iswitchb.el (iswitchb-completions): Revert last change.
+
+2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
+
+       * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
+       FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
+       This prevents file names like "~/" being listed literally.
+
+2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/xterm.el (xterm-maybe-set-dark-background-mode):
+       Remove dead code.  (Bug#5546)
+
+2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
+       correctly (Bug#5548).
+
+2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
+
+       * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
+       (ada-adjust-case): Don't adjust case in hexadecimal number
+       literals.
+
+2010-02-08  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-util.el (with-coding-priority): Add autoload
+       cookie for putting `lisp-indent-function'.
+
+2010-02-07  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
+       Move F2003 named interfaces from keywords-2 to keywords-1, and
+       use function-name-face rather than constant-face.
+       Simplify "abstract interface" regexp.
+
+2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * eshell/esh-util.el (eshell-file-attributes): New optional arg
+       ID-FORMAT.  Pass it to `file-attributes'.
+
+       * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
+
+2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
+
+       * faces.el (set-face-attribute): Allow calling
+       internal-set-lisp-face-attribute with 'unspecified family and
+       foundry argument (Bug#5536).
+
+2010-02-07  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/f90.el (f90-font-lock-keywords-2)
+       (f90-looking-at-type-like, f90-looking-at-program-block-end):
+       Handle F2003 named interfaces.
+
+2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/cc-mode.el (c-common-init): Bind temporary variables
+       beg and end before calling c-get-state-before-change-functions.
+
+2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
+
+2010-02-05  Juri Linkov  <juri@jurta.org>
+
+       * doc-view.el (doc-view-mode):
+       * image-mode.el (image-mode): Put property mode-class=special.
+       (Bug#4896)
+
+2010-02-05  Mark A. Hershberger  <mah@everybody.org>
+
+       * vc-svn.el (vc-svn-revision-table): New function.
+
+2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/ange-ftp.el (ange-ftp-insert-directory):
+       * net/tramp-imap.el (tramp-imap-handle-insert-directory):
+       * net/tramp-smb.el (tramp-smb-handle-insert-directory):
+       Handle also directories.  (Bug#5478)
+
+2010-02-05  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
+
 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
 
        * startup.el (command-line-1): Convert options beginning with a
 
 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
 
-       * progmodes/python.el: Replace reference to obsolete
-       c-subward-mode.
+       * progmodes/python.el: Replace reference to obsolete c-subword-mode.
 
-       * vc-bzr.el: (vc-bzr-revision-table) New function.
+       * vc-bzr.el (vc-bzr-revision-table): New function.
 
 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
 
 
 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
 
-        * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
+       * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
        is the same as subprogram call, not declaration.  (Bug#5435).
 
 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
        (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
        Reported by Wade Smith.
 
-       (verilog-batch-execute-func) Comment on function usage.
+       (verilog-batch-execute-func): Comment on function usage.
 
 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
 
        (tramp-handle-file-truename): Use it.
        (tramp-handle-file-exists-p): Check file-attributes cache, assume
        file exists if cache value present.
-       (tramp-check-cached-permissions) New defun.
+       (tramp-check-cached-permissions): New defun.
        (tramp-handle-file-readable-p): Use it.
        (tramp-handle-file-writable-p): Likewise.
        (tramp-handle-file-executable-p): Likewise.
        from `rfn-eshadow-update-overlay-hook' when unloading.
        (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
        "rsyncc".  Adjust doc string.
-       (tramp-temp-buffer-file-name) New buffer-local defvar.
+       (tramp-temp-buffer-file-name): New buffer-local defvar.
        (tramp-handle-insert-file-contents, tramp-handle-write-region):
        Keep temporary file when indicated by method ("rsync" and
        "rsyncc").
        Don't modify last-coding-system-used by accident.
        (tramp-completion-file-name-handler): Apply the checks here,
        instead during registration.
-       (tramp-register-file-name-handlers) Renamed from
+       (tramp-register-file-name-handlers): Renamed from
        `tramp-register-file-name-handler'.  Register both
        `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
        (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
 
        * net/tramp.el (tramp-do-copy-or-rename-file-directly):
        Handle also the 'rename case, when setting file modes.  (Bug#3712)
-       (tramp-default-file-modes) Remove execute permissions.
+       (tramp-default-file-modes): Remove execute permissions.
 
        * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
        (top): Add a default for "synce" in `tramp-default-user-alist'.
 
        * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
        ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
-       setup-funcion to make char-widht-table suitable for respective
+       setup-function to make char-width-table suitable for respective
        environments, and an exit-function to cancel that.
 
        * language/japan-util.el (setup-japanese-environment-internal):
        to support safe execution at almost anyline.
        (verilog-calc-1): Properly support indenting deep inside generate
        blocks.
-       (verilog-init-font) Remove definition & use of verilog-init-font,
+       (verilog-init-font): Remove definition & use of verilog-init-font,
        as it is redundant with font-lock-defaults.
        (verilog-mode): Alter the definition of verilog-font-lock-defaults
        to avoid circular calls if syntax-ppss is a function (as is the
        (verilog-defun-level-not-generate-re, verilog-defun-level-re)
        (verilog-defun-level-generate-only-re): Really fix the defun-list
        compilation issue.
-       (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
+       (verilog-calc-1verilog-beg-of-statement): Enhance support for
        coverpoint, constraint and cross statements.
        (verilog-defun-level-list, verilog-generate-defun-level-list)
        (verilog-all-defun-level-list): Redo these specifications - it is