(vc-status-add-entries): New function.
[bpt/emacs.git] / lisp / ChangeLog
index b87ec11..cb50cb7 100644 (file)
@@ -1,3 +1,108 @@
+2008-04-09  Alexandre Julliard  <julliard@winehq.org>
+
+       * vc.el (vc-status-add-entries): New function.
+       (vc-status-add-entry): Removed.
+       (vc-update-vc-status-buffer, vc-status-mark-buffer-changed): Use
+       vc-status-add-entries.
+
+       * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
+       order.
+
+2008-04-09  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
+       ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
+       (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
+       (AUTOGENEL): New variable.
+       (distclean, maintainer-clean): New targets.
+
+2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/regexp-opt.el (regexp-opt): Reduce
+       max-lisp-eval-depth and max-specpdl-size to 10000.
+
+2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
+
+       * nxml/nxml-mode.el (nxml-cleanup): New function.
+       (nxml-mode): Add it to change-major-mode-hook.
+
+2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
+
+2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * calc/.cvsignore: New file.
+
+2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
+
+       * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
+       show-help-function when turning tooltip off.
+       (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
+       (tooltip-trunc-str, tooltip-show-help-non-mode): New.
+
+2008-04-09  Alan Mackenzie  <acm@muc.de>
+
+       * font-lock.el (font-lock-extend-after-change-region-function):
+       Make it buffer local.
+
+2008-04-09  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (diary-file, european-calendar-style):
+       Remove autoload cookies.
+
+2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * outline.el (outline-mode-menu-bar-map):
+       * log-view.el (log-view-mode-menu):
+       * log-edit.el (log-edit-menu): Add :help.
+
+2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/regexp-opt.el (regexp-opt-group):
+       Use substring-no-properties for correct handling of unibyte strings.
+
+2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * add-log.el (change-log-next-buffer): Handle the case where version<
+       signals an error.
+
+       * mouse.el (mouse-menu-major-mode-map): New fun extracted from
+       mouse-major-mode-menu.
+       (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
+       (mouse-major-mode-menu, mouse-popup-menubar)
+       (mouse-popup-menubar-stuff): Use them.
+       (C-down-mouse-3): Bind to a dynamic map rather than to
+       mouse-popup-menubar-stuff.
+
+       * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
+       to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
+
+2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-svn.el (vc-svn-modify-change-comment): Add support for the
+       file:// access method.
+
+2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el: New file.
+       * loadup.el: Load it.
+
+2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
+       rather than subdirs.el.  It introduces an ugly circular dependency, tho.
+
+       * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
+       (calc-mode-map, calc-digit-map, calc-dispatch-map):
+       Move initialization into declaration.
+       * calc/calc-yank.el:
+       * calc/calc-misc.el:
+       * calc/calc-embed.el:
+       * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
+
 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
 
        * ps-samp.el (ps-add-printer, ps-remove-printer)