* lisp/emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
[bpt/emacs.git] / lisp / ChangeLog
index 3ac3a0f..badc5be 100644 (file)
@@ -1,5 +1,32 @@
 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
+       advice--pending if newdef is nil or an autoload (bug#13820).
+       (advice-mapc): New function.
+
+2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
+       probably.
+       (eww-mode-map): Add a menu bar.
+       (eww-add-bookmark): New command.
+       (eww-bookmark-mode): New mode and commands.
+       (eww-add-bookmark): Remove newlines from the title.
+       (eww-bookmark-browse): Don't bug out if it's the only window.
+
+2013-06-26  Glenn Morris  <rgm@gnu.org>
+
+       * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
+       (hfy-size): Handle ttys.  (Bug#14668)
+
+       * info-xref.el: Update for Texinfo 5 change in *note format.
+       (info-xref-node-re, info-xref-note-re): New constants.
+       (info-xref-check-buffer): Use info-xref-note-re.
+
+2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
+
        * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
        nil terminate the loop (bug#14718).