ChangeLog fix.
[bpt/emacs.git] / lisp / ChangeLog
index ae429db..b972384 100644 (file)
@@ -1,3 +1,114 @@
+2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (with-eval-after-load): New macro.
+       (eval-after-load): Allow form to be a function.
+       take advantage of lexical-binding.
+       (do-after-load-evaluation): Use dolist and adjust to new format.
+       * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
+
+2013-06-13  Juri Linkov  <juri@jurta.org>
+
+       * replace.el (perform-replace): Display "symbol " and other search
+       modes from `isearch-message-prefix' in the *Help* buffer.
+
+       * isearch.el (isearch-query-replace): Add " symbol" and other
+       possible search modes from `isearch-message-prefix' to the prompt.
+       (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
+       when reading a regexp to collect.
+
+2013-06-13  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (word-search-regexp): Match whitespace if the search
+       string begins or ends in whitespace.  The LAX arg is applied to
+       both ends of the search string.  Use `regexp-quote' and explicit
+       \< and \> instead of \b.  Use \` and \' instead of ^ and $.
+       (isearch-symbol-regexp): Sync with `word-search-regexp' where word
+       boundaries are replaced with symbol boundaries, and characters
+       between symbols match non-word non-symbol syntax.  (Bug#14602)
+
+2013-06-13  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-del-char): Don't exceed the length of
+       `isearch-string' by the prefix arg.  (Bug#14563)
+
+2013-06-13  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-yank-word, isearch-yank-line)
+       (isearch-char-by-name, isearch-quote-char)
+       (isearch-printing-char, isearch-process-search-char):
+       Add optional count prefix arg.  (Bug#14563)
+
+       * international/isearch-x.el
+       (isearch-process-search-multibyte-characters):
+       Add optional count prefix arg.
+
+2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
+       (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
+       lexical-binding.
+
+2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
+
+       * subr.el (set-temporary-overlay-map): Add on-exit argument.
+
+2013-06-13  Glenn Morris  <rgm@gnu.org>
+
+       * startup.el (tty-handle-args):
+       Don't just discard "--" and anything after.  (Bug#14608)
+
+       * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
+
+2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
+
+       Implement changes in Secret Service API.  Make it backward compatible.
+       * net/secrets.el (secrets-struct-secret-content-type): New defonst.
+       (secrets-create-item): Use it.  Prefix properties with interface.
+
+2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
+
+       * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
+       (term-emulate-terminal): Respect term-suppress-hard-newline.
+
+2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
+
+       * image-dired.el (image-dired-dired-toggle-marked-thumbs):
+       Only remove a `thumb-file' overlay.  (Bug#14548)
+
+2013-06-12  GrĂ©goire Jadi  <daimrod@gmail.com>
+
+       * mail/reporter.el (reporter-submit-bug-report):
+       Handle missing package-name.  (Bug#14600)
+
+2013-06-12  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
+       (reftex-citation-prompt, reftex-default-bibliography)
+       (reftex-bib-or-thebib, reftex-get-bibfile-list)
+       (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
+       (reftex-bib-sort-author, reftex-bib-sort-year)
+       (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
+       (reftex-extract-bib-entries-from-thebibliography)
+       (reftex-get-bibkey-default, reftex-get-bib-names)
+       (reftex-parse-bibtex-entry, reftex-get-bib-field)
+       (reftex-format-bib-entry, reftex-parse-bibitem)
+       (reftex-format-bibitem, reftex-do-citation)
+       (reftex-figure-out-cite-format, reftex-offer-bib-menu)
+       (reftex-restrict-bib-matches, reftex-extract-bib-file)
+       (reftex-insert-bib-matches, reftex-format-citation)
+       (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
+       (reftex-create-bibtex-file): Add docstrings, mostly by converting
+       existing comments into docstrings.
+
+2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
+
+2013-06-12  Andreas Schwab  <schwab@suse.de>
+
+       * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
+       for auto-save files.
+
 2013-06-12  Glenn Morris  <rgm@gnu.org>
 
        * ido.el (ido-delete-ignored-files): Remove.
        (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
        compiler-macro function instead of setting `compiler-macro-file'.
 
+2013-06-09  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
+       * vc/vc-hooks.el (vc-stay-local): Doc fix.
+
 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
            Daniel Hackney  <dan@haxney.org>
 
        * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
        instead of hard-coded default face `match'.  (Bug#9438)
 
-2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
+2013-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
 
        * vc/vc-arch.el (vc-arch-registered):
        * vc/vc-bzr.el (vc-bzr-registered):