authors.el update for configure.ac renaming
[bpt/emacs.git] / lisp / ChangeLog
index 24ce227..3fd8534 100644 (file)
@@ -1,3 +1,39 @@
+2012-07-10  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/authors.el (authors-fixed-entries):
+       (authors-renamed-files-alist): Update for configure.in -> configure.ac.
+
+2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Rename configure.in to configure.ac (Bug#11603).
+       * emacs-lisp/authors.el (authors-canonical-file-name):
+       * progmodes/autoconf.el (autoconf-mode):
+       Prefer configure.ac to configure.in.
+
+2012-07-08  Chong Yidong  <cyd@gnu.org>
+
+       * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
+       Implement the mouse-1-click-follows-link handling properly.
+
+       * info.el (Info-link-keymap): Use follow-link mechanism for
+       header-line links (Bug#374).
+
+       * simple.el (deactivate-mark): Do not set the primary selection
+       if another program has acquired it (Bug#11772).
+
+2012-07-07  Kevin Ryde  <user42@zip.com.au>
+
+       * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
+       (woman-decode-region): Replace escaped-escapes without destroying
+       bold or underline (Bug#11552).
+       (woman2-process-escapes): Handle nofill regions (Bug#11591).
+
+2012-07-07  Chong Yidong  <cyd@gnu.org>
+
+       * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
+       (interprogram-cut-function, interprogram-paste-function): Mention
+       that we typically mean the clipboard.
+
 2012-07-06  Glenn Morris  <rgm@gnu.org>
 
        * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
        * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
        (vc-rcs-update-changelog): Use it.
 
-       * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
+       * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
 
        * vc/vc-sccs.el (vc-sccs-write-revision): New function.
        (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
 
 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * emacs-list/cust-print.el: Move to obsolete.
+       * emacs-lisp/cust-print.el: Move to obsolete.
 
        * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
        compiler-macro expansion.
 
 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
 
-       * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
-       (flyspell-debug-signal-word-checked): Protect delay handling for
-       otherchars against empty otherchars.
+       * textmodes/flyspell.el (flyspell-check-pre-word-p)
+       (flyspell-check-word-p, flyspell-debug-signal-word-checked):
+       Protect delay handling for otherchars against empty otherchars.
 
 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
 
-       * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
-       (flyspell-debug-signal-word-checked): Delay for otherchars as for
-       normal word components.
+       * textmodes/flyspell.el (flyspell-check-pre-word-p)
+       (flyspell-check-word-p, flyspell-debug-signal-word-checked):
+       Delay for otherchars as for normal word components.
 
 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2012-05-08  Glenn Morris  <rgm@gnu.org>
 
-       * lisp/language/burmese.el, language/cham.el, language/czech.el:
+       * language/burmese.el, language/cham.el, language/czech.el:
        * language/english.el, language/georgian.el, language/greek.el:
        * language/japanese.el, language/khmer.el, language/korean.el:
        * language/lao.el, language/misc-lang.el, language/romanian.el:
        (verilog-pretty-expr): Don't line up assignment
        operations to the test and increment in if and for loops
        (verilog-extended-complete-re, verilog-complete-reg): Change so
-       that DPI inport functions don't look like fuction declarations
+       that DPI inport functions don't look like fuction declarations.
 
 2012-05-03  Kenichi Handa  <handa@m17n.org>
 
 
        Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
 
-       * soap-client.el (soap-resolve-references-for-sequence-type)
+       * net/soap-client.el (soap-resolve-references-for-sequence-type)
        (soap-resolve-references-for-array-type): Hack to prevent self
        references, see Bug#9.
        (soap-parse-envelope): Report the contents of the 'detail' node
        when receiving a fault reply.
        (soap-parse-envelope): Report the contents of the entire 'detail' node.
 
-       * soap-inspect.el (soap-sample-value-for-simple-type)
+       * net/soap-inspect.el (soap-sample-value-for-simple-type)
        (soap-inspect-simple-type): New function.
 
-       * soap-client.el (soap-simple-type): New struct.
+       * net/soap-client.el (soap-simple-type): New struct.
        (soap-default-xsd-types, soap-default-soapenc-types)
        (soap-decode-basic-type, soap-encode-basic-type):
        support unsignedInt and double basic types.
        (soap-parse-simple-type, soap-encode-simple-type): New function.
        (soap-parse-schema): Parse xsd:simpleType declarations.
 
-       * soap-client.el (soap-default-xsd-types)
+       * net/soap-client.el (soap-default-xsd-types)
        (soap-default-soapenc-types): Add integer, byte and anyURI types.
        (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
        the local name of "soapenc:Array".
        Preserve ispell session localwords when switching back to
        original buffer.
 
-       * ispell.el (ispell-buffer-session-localwords): New buffer-local
-       variable to hold buffer session localwords.
+       * textmodes/ispell.el (ispell-buffer-session-localwords):
+       New buffer-local variable to hold buffer session localwords.
        (ispell-kill-ispell): add option 'clear to delete session
        localwords.
        (ispell-command-loop, ispell-change-dictionary)
        (ispell-buffer-local-words): Preserve session localwords when
        needed.
 
-       * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
-       Preserve session localwords when needed.
+       * textmodes/flyspell.el (flyspell-process-localwords)
+       (flyspell-do-correct): Preserve session localwords when needed.
 
 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
 
-       * ispell.el (ispell-insert-word) Remove unneeded function using
-       obsolete `translation-table-for-input'.
+       * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
+       using obsolete `translation-table-for-input'.
        (ispell-word, ispell-process-line, ispell-complete-word):
        Use plain `insert' instead of removed `ispell-insert-word'.
 
 
 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
 
-       * ispell.el (ispell-set-spellchecker-params): Post-process
+       * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
        `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
        (ispell-dictionary-base-alist): Revert to original XEmacs
        friendly version for default.  [:alpha:] will be added in
-       `ispell-set-spellchecker-params' if needed
+       `ispell-set-spellchecker-params' if needed.
 
 2012-04-16  Chong Yidong  <cyd@gnu.org>
 
 
 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
 
-       * ispell.el (ispell-get-extended-character-mode):
+       * textmodes/ispell.el (ispell-get-extended-character-mode):
        Disable extended-char-mode for hunspell.  hunspell does not support it
        and treats ~word as ordinary words in pipe mode.
 
        * vc/log-view.el:
        * vc/smerge-mode.el:
        * textmodes/bibtex-style.el:
-       * textmodes/css.el:
+       * textmodes/css-mode.el:
        * startup.el:
        * uniquify.el:
        * minibuffer.el: