(vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
[bpt/emacs.git] / lisp / ChangeLog
index d146046..d300ae5 100644 (file)
@@ -1,3 +1,111 @@
+2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
+
+2008-03-22  Drew Adams  <drew.adams@oracle.com>
+
+       * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
+       New variables.
+       (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
+       (finder-exit): Ignore errors rather than avoiding them.
+       Kill *Finder-package* buffer also.
+
+2008-03-24  Andreas Schwab  <schwab@suse.de>
+
+       * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
+
+2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el (vc-hg-after-dir-status):
+       * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
+
+       * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
+       Detect removed files.
+
+       * vc.el (vc-status-printer): Use a different face for missing files.
+       (vc-status-hide-up-to-date): Rename from
+       vc-status-remove-up-to-date.  Update all callers.
+       (vc-status-mode-map): Bind C-m.
+
+2008-03-24  Alexandre Julliard  <julliard@winehq.org>
+
+       * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
+       code ...
+       (vc-git--state-code): ... to this new function.
+       (vc-git-state): Use it.
+
+2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
+
+       * textmodes/remember.el (remember-mail-date)
+       (remember-store-in-mailbox): Write date and From line in such a
+       way that Mutt can read it.
+
+2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (transient-mark-mode): Turn on by default.
+
+2008-03-23  Xavier Maillard  <xma@gnu.org>
+
+       * saveplace.el: fix a typo in the commentary section.
+
+2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
+       'unregistered for unregistered files.
+
+       * vc-hg.el (vc-hg-state): Return 'removed for removed files.
+
+       * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
+
+       * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
+       subdirectories.
+
+       * vc.el (vc-status-prepare-status-buffer): Fix thinko.
+       (vc-status-menu-map): Add binding for
+       vc-status-kill-dir-status-process.  Add :enable for vc-status-refresh.
+       (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
+       (vc-status-tool-bar-map): Add binding for vc-status-kill-dir-status-process.
+       Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
+       (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
+       Reset vc-status-process-buffer.
+       (vc-status-refresh): Don't run two refreshes at a time.
+       (vc-status): If the buffer is already in vc-status-mode only refresh.
+       (vc-status-mark-buffer-changed): Add an optional file parameter.
+       (vc-resynch-buffer): Use it.
+       (vc-delete-file): Expand the file name before using it.  Be
+       careful to not create a new buffer with the old file contents.
+       Update the VC state after performing the operation.
+
+2008-03-23  Andreas Schwab  <schwab@suse.de>
+
+       * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]: Fix
+       radio button condition.
+       [box]: Likewise.
+       [customize]: Add radio button.
+
+2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
+       (calc-user-parse-tables, calc-gnuplot-default-device)
+       (calc-gnuplot-default-output, calc-gnuplot-print-device)
+       (calc-gnuplot-print-output, calc-gnuplot-geometry)
+       (calc-graph-default-resolution, calc-graph-default-resolution-3d)
+       (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
+       (calc-undo-list, calc-redo-list, calc-main-buffer)
+       (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
+       (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
+       (calc-said-hello, calc-executing-macro, calc-any-selections)
+       (calc-help-phase, calc-full-help-flag, calc-refresh-count)
+       (calc-display-dirty, calc-embedded-info, calc-embedded-active)
+       (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
+       (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
+       (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
+       (calc-create-buffer, calc-quit): Add docstrings.
+
+2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (WINS_ALMOST): Add org.
+
 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):