bpt/emacs.git
16 years agoDon't use single-char mapping from ~ to NBSP.
Stefan Monnier [Wed, 26 Mar 2008 02:40:58 +0000 (02:40 +0000)]
Don't use single-char mapping from ~ to NBSP.

16 years ago(Contributors): Update my email.
Stefan Monnier [Wed, 26 Mar 2008 02:39:11 +0000 (02:39 +0000)]
(Contributors): Update my email.

16 years ago(auto-revert-buffers): Use buffer-live-p.
Stefan Monnier [Wed, 26 Mar 2008 02:38:15 +0000 (02:38 +0000)]
(auto-revert-buffers): Use buffer-live-p.

16 years ago(describe-function-1, describe-variable): If no
Stefan Monnier [Wed, 26 Mar 2008 02:36:45 +0000 (02:36 +0000)]
(describe-function-1, describe-variable): If no
replacement is provided, don't print "use nil instead".

16 years agoUpdate copyright.
Roland Winkler [Wed, 26 Mar 2008 02:29:43 +0000 (02:29 +0000)]
Update copyright.

16 years agoproced.el: New file.
Roland Winkler [Wed, 26 Mar 2008 02:15:28 +0000 (02:15 +0000)]
proced.el: New file.

16 years ago(side-effect-free-fns): Fix typo.
Juanma Barranquero [Tue, 25 Mar 2008 23:27:11 +0000 (23:27 +0000)]
(side-effect-free-fns): Fix typo.

16 years agoAdd file cookie coding:iso-8859-1 for the degree sign
Juri Linkov [Tue, 25 Mar 2008 21:50:45 +0000 (21:50 +0000)]
Add file cookie coding:iso-8859-1 for the degree sign
in battery-mode-line-format.

16 years ago(minibuffer-local-map): For the command
Juri Linkov [Tue, 25 Mar 2008 21:48:28 +0000 (21:48 +0000)]
(minibuffer-local-map): For the command
file-cache-minibuffer-complete replace keymap minibuffer-local-map
with map which is already locally bound to minibuffer-local-map.

16 years ago(map_keymap_internal): New fun.
Stefan Monnier [Tue, 25 Mar 2008 20:12:54 +0000 (20:12 +0000)]
(map_keymap_internal): New fun.
(map_keymap): Use it.
(Fmap_keymap_internal): New fun.
(Fmap_keymap): Remove left-out test from before make_save_value.

16 years ago* subr.el (map-keymap-sorted): Rename from map-keymap-internal.
Stefan Monnier [Tue, 25 Mar 2008 19:42:34 +0000 (19:42 +0000)]
* subr.el (map-keymap-sorted): Rename from map-keymap-internal.
Remove `sort-first' argument.
* keymap.c (Fmap_keymap): Use `map-keymap-sorted.

16 years ago(Fmodify_frame_parameters, x_set_frame_parameters): Use XCAR/XCDR.
Stefan Monnier [Tue, 25 Mar 2008 18:31:36 +0000 (18:31 +0000)]
(Fmodify_frame_parameters, x_set_frame_parameters): Use XCAR/XCDR.

16 years ago(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier [Tue, 25 Mar 2008 17:50:07 +0000 (17:50 +0000)]
(Decoding Output): Remove process-filter-multibyte functions.

16 years ago* process.h (struct Lisp_Process): Remove filter_multibyte.
Stefan Monnier [Tue, 25 Mar 2008 17:35:48 +0000 (17:35 +0000)]
* process.h (struct Lisp_Process): Remove filter_multibyte.
* process.c (QCfilter_multibyte): Remove.
(setup_process_coding_systems): Don't use filter_multibyte.
(Fstart_process, Fmake_network_process): Don't set filter_multibyte.
(read_process_output): Don't adjust multibyteness to filter_multibyte.
(Fset_process_filter_multibyte): Change the coding-system to
approximate the previous behavior.
(Fprocess_filter_multibyte_p): Get the multibyteness straight from the
coding-system.

16 years ago(redisplay-end-trigger-functions, window-redisplay-end-trigger)
Stefan Monnier [Tue, 25 Mar 2008 17:32:20 +0000 (17:32 +0000)]
(redisplay-end-trigger-functions, window-redisplay-end-trigger)
(set-window-redisplay-end-trigger, process-filter-multibyte-p)
(set-process-filter-multibyte): Mark as obsolete.

16 years ago(reb-mode-common): Remove reference to bogus variable `reb-kill-buffer';
Juanma Barranquero [Tue, 25 Mar 2008 16:49:22 +0000 (16:49 +0000)]
(reb-mode-common): Remove reference to bogus variable `reb-kill-buffer';
don't make hooks buffer-local, use the LOCAL arg of `add-hook'.
(reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
Remove spurious * from defcustom docstrings.
(reb-next-match, reb-prev-match, reb-enter-subexp-mode): Fix typos in messages.
(reb-mode-buffer-p): New function.
(re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
(top, reb-show-subexp, reb-auto-update, reb-auto-update, reb-delete-overlays,
reb-cook-regexp, reb-update-regexp, reb-update-overlays): Use `unless', `when'.
(re-builder-unload-function): New function.

16 years ago(decode_coding_object): When not decoding into a buffer,
Stefan Monnier [Tue, 25 Mar 2008 16:02:32 +0000 (16:02 +0000)]
(decode_coding_object): When not decoding into a buffer,
obey the coding system's preference of (uni|multi)byte.

16 years ago(vc-state): Add documentation for 'missing.
Dan Nicolaescu [Tue, 25 Mar 2008 15:47:02 +0000 (15:47 +0000)]
(vc-state): Add documentation for 'missing.

16 years ago(verilog-auto-output)
Dan Nicolaescu [Tue, 25 Mar 2008 15:45:49 +0000 (15:45 +0000)]
(verilog-auto-output)
(verilog-auto-input, verilog-auto-inout, verilog-auto)
(verilog-delete-auto): Add optional regular expression to
AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
(verilog-signals-matching-regexp): New internal function for
signal matching.

16 years ago(Info-isearch-search): Always return point.
Johan Bockgård [Tue, 25 Mar 2008 14:41:44 +0000 (14:41 +0000)]
(Info-isearch-search): Always return point.

16 years agoComment.
Glenn Morris [Tue, 25 Mar 2008 07:57:06 +0000 (07:57 +0000)]
Comment.

16 years ago(calendar-frame-1): Doc fix.
Glenn Morris [Tue, 25 Mar 2008 07:53:25 +0000 (07:53 +0000)]
(calendar-frame-1): Doc fix.

16 years ago(diff-remembered-defdir): New var.
Stefan Monnier [Tue, 25 Mar 2008 04:01:48 +0000 (04:01 +0000)]
(diff-remembered-defdir): New var.
(diff-find-file-name): Use it to flush diff-remembered-files-alist.

16 years ago(diary-frame-parameters, calendar-frame-parameters)
Glenn Morris [Tue, 25 Mar 2008 03:43:46 +0000 (03:43 +0000)]
(diary-frame-parameters, calendar-frame-parameters)
(calendar-and-diary-frame-parameters): Doc fixes.
(make-fancy-diary-buffer): Remove declaration.
(calendar-dedicate-diary): Replace call to deleted function
make-fancy-diary-buffer.
(calendar-frame-setup): New function.
(calendar-one-frame-setup, calendar-only-one-frame-setup)
(calendar-two-frame-setup): Call calendar-frame-setup to do the actual
work, and mark as obsolete.
(special-display-buffer-names): Don't mess with this; it's not our business.
(cal-x-load-hook): Defvar it, and mark as obsolete.

16 years ago(calendar-remove-frame-by-deleting): Default to t. Add to 'calendar group.
Glenn Morris [Tue, 25 Mar 2008 03:42:55 +0000 (03:42 +0000)]
(calendar-remove-frame-by-deleting): Default to t.  Add to 'calendar group.
(calendar): Doc fix.  Use calendar-frame-setup.
(calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
(generate-calendar-window): Doc fix.

16 years ago(calendar-persian-read-date): New name for persian-prompt-for-date.
Glenn Morris [Tue, 25 Mar 2008 03:42:01 +0000 (03:42 +0000)]
(calendar-persian-read-date): New name for persian-prompt-for-date.
Update callers, make old name an obsolete alias.  Doc fix.  Move
definition before use.

16 years ago(calendar-iso-read-date): New name for calendar-iso-read-args. Update
Glenn Morris [Tue, 25 Mar 2008 03:41:39 +0000 (03:41 +0000)]
(calendar-iso-read-date): New name for calendar-iso-read-args.  Update
callers, make old name an obsolete alias.

16 years ago(calendar-islamic-read-date): New name for
Glenn Morris [Tue, 25 Mar 2008 03:41:27 +0000 (03:41 +0000)]
(calendar-islamic-read-date): New name for
calendar-islamic-prompt-for-date.  Update callers.  Doc fix.

16 years ago(calendar-hebrew-read-date): New name for
Glenn Morris [Tue, 25 Mar 2008 03:41:14 +0000 (03:41 +0000)]
(calendar-hebrew-read-date): New name for
calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.

16 years ago(calendar-coptic-read-date): New name for coptic-prompt-for-date.
Glenn Morris [Tue, 25 Mar 2008 03:40:53 +0000 (03:40 +0000)]
(calendar-coptic-read-date): New name for coptic-prompt-for-date.
Update callers, make old name an obsolete alias.  Doc fix.

16 years ago(calendar-bahai-read-date): New name for
Glenn Morris [Tue, 25 Mar 2008 03:40:39 +0000 (03:40 +0000)]
(calendar-bahai-read-date): New name for
calendar-bahai-prompt-for-date.  Update callers, make old name an
obsolete alias.  Doc fix.

16 years ago(vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
Stefan Monnier [Mon, 24 Mar 2008 19:52:29 +0000 (19:52 +0000)]
(vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.

16 years ago(casify_object): Avoid pathological N^2 worst case if
Stefan Monnier [Mon, 24 Mar 2008 19:42:12 +0000 (19:42 +0000)]
(casify_object): Avoid pathological N^2 worst case if
every char is changed and has a different byte-length.
(Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
Fix int -> EMACS_INT.

16 years ago(finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier [Mon, 24 Mar 2008 18:43:04 +0000 (18:43 +0000)]
(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.

16 years ago(xterm-mouse-event): Avoid error with buttons > 5.
Andreas Schwab [Mon, 24 Mar 2008 09:28:05 +0000 (09:28 +0000)]
(xterm-mouse-event): Avoid error with buttons > 5.

16 years ago* vc-hg.el (vc-hg-after-dir-status):
Dan Nicolaescu [Mon, 24 Mar 2008 08:47:06 +0000 (08:47 +0000)]
* vc-hg.el (vc-hg-after-dir-status):
* vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.

16 years ago(vc-cvs-after-dir-status, vc-cvs-parse-status): Detect
Dan Nicolaescu [Mon, 24 Mar 2008 08:36:22 +0000 (08:36 +0000)]
(vc-cvs-after-dir-status, vc-cvs-parse-status): Detect
removed files.

16 years ago(vc-status-printer): Use a different face for missing files.
Dan Nicolaescu [Mon, 24 Mar 2008 08:35:33 +0000 (08:35 +0000)]
(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.

16 years ago(vc-git-after-dir-status-stage1): Move state matching
Dan Nicolaescu [Mon, 24 Mar 2008 08:21:43 +0000 (08:21 +0000)]
(vc-git-after-dir-status-stage1): Move state matching
code ...
(vc-git--state-code): ... to this new function.
(vc-git-state): Use it.

16 years agolisp/Changelog: Update.
Michael Olson [Mon, 24 Mar 2008 02:54:07 +0000 (02:54 +0000)]
lisp/Changelog: Update.

16 years agoRemember: Write mbox in a way that works better with Mutt.
Michael Olson [Mon, 24 Mar 2008 02:53:05 +0000 (02:53 +0000)]
Remember: Write mbox in a way that works better with Mutt.

16 years ago** Transient Mark Mode is now on by default.
Chong Yidong [Sun, 23 Mar 2008 22:54:57 +0000 (22:54 +0000)]
** Transient Mark Mode is now on by default.

16 years ago(transient-mark-mode): Turn on by default.
Chong Yidong [Sun, 23 Mar 2008 22:52:20 +0000 (22:52 +0000)]
(transient-mark-mode): Turn on by default.

16 years ago* simple.el (transient-mark-mode): Turn on by default.
Chong Yidong [Sun, 23 Mar 2008 22:51:59 +0000 (22:51 +0000)]
* simple.el (transient-mark-mode): Turn on by default.

16 years agolisp/ChangeLog: Update.
Michael Olson [Sun, 23 Mar 2008 22:03:38 +0000 (22:03 +0000)]
lisp/ChangeLog: Update.

16 years ago* saveplace.el: fix a typo in the commentary section.
Michael Olson [Sun, 23 Mar 2008 22:03:11 +0000 (22:03 +0000)]
* saveplace.el: fix a typo in the commentary section.

Signed-off-by: Xavier Maillard <xma@gnu.org>
16 years ago(vc-status-mark-buffer-changed): Add an optional file parameter.
Dan Nicolaescu [Sun, 23 Mar 2008 21:05:32 +0000 (21:05 +0000)]
(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.

16 years ago(vc-bzr-state): Return 'removed for removed files and
Dan Nicolaescu [Sun, 23 Mar 2008 20:50:52 +0000 (20:50 +0000)]
(vc-bzr-state): Return 'removed for removed files and
'unregistered for unregistered files.

16 years ago(vc-hg-state): Return 'removed for removed files.
Dan Nicolaescu [Sun, 23 Mar 2008 20:49:29 +0000 (20:49 +0000)]
(vc-hg-state): Return 'removed for removed files.

16 years ago(vc-hg-state): Return 'edited for removed files.
Dan Nicolaescu [Sun, 23 Mar 2008 19:31:22 +0000 (19:31 +0000)]
(vc-hg-state): Return 'edited for removed files.

16 years ago(standard-mode-line-modes): Avoid duplicating a string.
Dan Nicolaescu [Sun, 23 Mar 2008 18:54:54 +0000 (18:54 +0000)]
(standard-mode-line-modes): Avoid duplicating a string.

16 years ago(vc-cvs-parse-status): Note there are problems with
Dan Nicolaescu [Sun, 23 Mar 2008 18:15:35 +0000 (18:15 +0000)]
(vc-cvs-parse-status): Note there are problems with
subdirectories.

16 years ago(vc-status-prepare-status-buffer): Fix thinko.
Dan Nicolaescu [Sun, 23 Mar 2008 18:12:18 +0000 (18:12 +0000)]
(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.

16 years ago*** empty log message ***
Richard M. Stallman [Sun, 23 Mar 2008 17:13:42 +0000 (17:13 +0000)]
*** empty log message ***

16 years ago* dbusbind.c (xd_read_message): Removed extra copying of message
Michael Albinus [Sun, 23 Mar 2008 16:46:08 +0000 (16:46 +0000)]
* dbusbind.c (xd_read_message): Removed extra copying of message
strings.  Check for NULL `interface' or `member'.

16 years ago(menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button.
Andreas Schwab [Sun, 23 Mar 2008 11:44:23 +0000 (11:44 +0000)]
(menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button.

16 years ago(menu-bar-showhide-fringe-ind-menu): Fix radio
Andreas Schwab [Sun, 23 Mar 2008 11:21:14 +0000 (11:21 +0000)]
(menu-bar-showhide-fringe-ind-menu): Fix radio
button condition.
(menu-bar-showhide-fringe-ind-menu): Likewise.

16 years ago(calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
Jay Belanger [Sun, 23 Mar 2008 02:30:04 +0000 (02:30 +0000)]
(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.

16 years ago*** empty log message ***
Juanma Barranquero [Sun, 23 Mar 2008 02:02:17 +0000 (02:02 +0000)]
*** empty log message ***

16 years ago(WINS_ALMOST): Add org.
Juanma Barranquero [Sun, 23 Mar 2008 01:54:14 +0000 (01:54 +0000)]
(WINS_ALMOST): Add org.

16 years ago(vc-cvs-after-dir-status, vc-cvs-dir-status):
Dan Nicolaescu [Sun, 23 Mar 2008 00:07:33 +0000 (00:07 +0000)]
(vc-cvs-after-dir-status, vc-cvs-dir-status):
New functions to implement vc-status support.

16 years ago(vc-status-prepare-status-buffer): New function.
Dan Nicolaescu [Sat, 22 Mar 2008 20:32:10 +0000 (20:32 +0000)]
(vc-status-prepare-status-buffer): New function.
(vc-status): Use it.

16 years ago(emacs-lisp-mode-map): Add ... where
Dan Nicolaescu [Sat, 22 Mar 2008 17:51:17 +0000 (17:51 +0000)]
(emacs-lisp-mode-map): Add ... where
appropriate.

16 years ago(vc-git--empty-db-p)
Dan Nicolaescu [Sat, 22 Mar 2008 17:33:52 +0000 (17:33 +0000)]
(vc-git--empty-db-p)
(vc-git-after-dir-status-stage1-empty-db): New functions.
(vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
Add support for empty repositories.

16 years ago(vc-git-annotate-extract-revision-at-line):
Dan Nicolaescu [Sat, 22 Mar 2008 17:21:48 +0000 (17:21 +0000)]
(vc-git-annotate-extract-revision-at-line):
Allow "^" in a version name.

16 years ago(vc-mtn-state): Support the added state.
Dan Nicolaescu [Sat, 22 Mar 2008 17:09:33 +0000 (17:09 +0000)]
(vc-mtn-state): Support the added state.

16 years ago(readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
Eli Zaretskii [Sat, 22 Mar 2008 11:53:40 +0000 (11:53 +0000)]
(readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
includes `?' characters, use the 8+3 alias in cAlternateFileName instead.

16 years agoMove org files to their own directory
Carsten Dominik [Sat, 22 Mar 2008 05:55:11 +0000 (05:55 +0000)]
Move org files to their own directory

16 years ago*** empty log message ***
Carsten Dominik [Sat, 22 Mar 2008 05:54:02 +0000 (05:54 +0000)]
*** empty log message ***

16 years ago(lisp-complete-symbol):
Juri Linkov [Sat, 22 Mar 2008 00:11:53 +0000 (00:11 +0000)]
(lisp-complete-symbol):
Use `minibuffer-message' to display message "No completions of %s"
when this command is called in the minibuffer.

16 years ago(debug-ignored-errors): Remove $ from the end of
Juri Linkov [Sat, 22 Mar 2008 00:02:24 +0000 (00:02 +0000)]
(debug-ignored-errors): Remove $ from the end of
"^No dynamic expansion for .* found$" to allow error messages like
"No dynamic expansion for \"%s\" found in this buffer".

16 years ago(standard-mode-line-modes): Put special help-echo
Juri Linkov [Fri, 21 Mar 2008 23:59:04 +0000 (23:59 +0000)]
(standard-mode-line-modes): Put special help-echo
tooltip on recursive edit %[ %] mode-line constructs.

16 years ago* comint.el (comint-dynamic-simple-complete):
Juri Linkov [Fri, 21 Mar 2008 23:58:06 +0000 (23:58 +0000)]
* comint.el (comint-dynamic-simple-complete):
Use variable `stub' for the second arg `common-substring'
of `comint-dynamic-list-completions'.
(comint-dynamic-list-filename-completions):
Use variable `filenondir' for the second arg `common-substring'
of `comint-dynamic-list-completions'.
(comint-dynamic-list-completions): Add new optional arg
`common-substring'. Add `common-substring' as the
second arg of the call to `display-completion-list'.  Doc fix.

16 years ago(shell-dynamic-complete-command)
Juri Linkov [Fri, 21 Mar 2008 23:52:27 +0000 (23:52 +0000)]
(shell-dynamic-complete-command)
(shell-dynamic-complete-environment-variable): Don't display
completion messages when command is called in the minibuffer.

16 years ago(comint-dynamic-complete-as-filename)
Juri Linkov [Fri, 21 Mar 2008 23:51:40 +0000 (23:51 +0000)]
(comint-dynamic-complete-as-filename)
(comint-dynamic-list-filename-completions)
(comint-dynamic-simple-complete): Use `minibuffer-message'
to display message "No completions of %s" when a command
is called in the minibuffer.
(comint-dynamic-simple-complete): Don't display other
completion messages when a command is called in the minibuffer.
(comint-dynamic-list-completions): Use `minibuffer-message'
to display message " [Type space to flush ...]" when a command
is called in the minibuffer.

16 years ago* dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
Michael Albinus [Fri, 21 Mar 2008 20:47:48 +0000 (20:47 +0000)]
* dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.

16 years ago* tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp".
Michael Albinus [Fri, 21 Mar 2008 18:04:42 +0000 (18:04 +0000)]
* tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp".

16 years agoFix up encoding.
Michael Albinus [Fri, 21 Mar 2008 17:58:33 +0000 (17:58 +0000)]
Fix up encoding.

16 years ago* vc-hooks.el (vc-default-mode-line-string): Add case for added files.
Stefan Monnier [Fri, 21 Mar 2008 17:53:04 +0000 (17:53 +0000)]
* vc-hooks.el (vc-default-mode-line-string): Add case for added files.
* vc.el (vc-default-dired-state-info): Use just "modified".
* vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
(vc-cvs-mode-line-string): Make use of the better default.
(vc-cvs-parse-entry): Use the new `added'.
(vc-cvs-dired-state-info): Remove.
* vc-svn.el (vc-svn-dired-state-info): Remove.
* vc-hg.el (vc-hg-dired-state-info): Remove.
* vc-git.el (vc-git-dired-state-info): Remove.

16 years ago(vc-git-status-result): New variable.
Dan Nicolaescu [Fri, 21 Mar 2008 06:29:04 +0000 (06:29 +0000)]
(vc-git-status-result): New variable.
(vc-git-dir-status): Split out ...
(vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
... these new functions and work asynchronously.

16 years ago(vc-git-after-dir-status): Remove.
Dan Nicolaescu [Fri, 21 Mar 2008 06:24:15 +0000 (06:24 +0000)]
(vc-git-after-dir-status): Remove.
(vc-git-dired-state-info): Reimplement.

16 years ago(occur-mode-map): Add :help.
Dan Nicolaescu [Fri, 21 Mar 2008 06:12:35 +0000 (06:12 +0000)]
(occur-mode-map): Add :help.

16 years ago(emacs-lisp-mode-map): Add menu entry for disassemble.
Dan Nicolaescu [Fri, 21 Mar 2008 06:08:21 +0000 (06:08 +0000)]
(emacs-lisp-mode-map): Add menu entry for disassemble.

16 years ago(vc-status-mark-buffer-changed): Better deal with files in
Dan Nicolaescu [Fri, 21 Mar 2008 06:02:51 +0000 (06:02 +0000)]
(vc-status-mark-buffer-changed): Better deal with files in
the 'added state.
(vc-status-remove-up-to-date): New function.
(vc-status-mode-map, vc-status-menu-map): Bind it.
(vc-status-printer): Use a different face up-to-date files.
(vc-resynch-buffer): Update the vc-status buffer if it exists.
(Todo): Remove solved entries.

16 years ago* vc-hg.el (vc-hg-state):
Dan Nicolaescu [Fri, 21 Mar 2008 05:53:48 +0000 (05:53 +0000)]
* vc-hg.el (vc-hg-state):
* vc-git.el (vc-git-state):
* vc-cvs.el (vc-cvs-parse-status):
* vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
state.

16 years ago(enlarge_buffer_text): Fix int -> EMACS_INT.
Stefan Monnier [Fri, 21 Mar 2008 01:49:18 +0000 (01:49 +0000)]
(enlarge_buffer_text): Fix int -> EMACS_INT.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 21 Mar 2008 00:32:13 +0000 (00:32 +0000)]
*** empty log message ***

16 years ago(read-shell-command): Other typo.
Stefan Monnier [Thu, 20 Mar 2008 21:30:29 +0000 (21:30 +0000)]
(read-shell-command): Other typo.

16 years ago* progmodes/compile.el (compile):
Stefan Monnier [Thu, 20 Mar 2008 19:56:58 +0000 (19:56 +0000)]
* progmodes/compile.el (compile):
* progmodes/grep.el (grep, grep-find): Use read-shell-command.

16 years ago(read-shell-command): Typo.
Stefan Monnier [Thu, 20 Mar 2008 19:52:30 +0000 (19:52 +0000)]
(read-shell-command): Typo.

16 years ago(minibuffer-local-shell-command-map): New var.
Stefan Monnier [Thu, 20 Mar 2008 19:48:07 +0000 (19:48 +0000)]
(minibuffer-local-shell-command-map): New var.
(minibuffer-complete-shell-command, read-shell-command): New funs.
(shell-command, shell-command-on-region): Use them.

16 years ago* intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
Stefan Monnier [Thu, 20 Mar 2008 18:38:34 +0000 (18:38 +0000)]
* intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
(set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
work on current_buffer only instead (that was already the case
for some of the code anyway).
* buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
(temp_set_point, temp_set_point_both): Use EMACS_INT.
(SET_PT, SET_PT_BOTH): Adjust.
* intervals.h (set_point, temp_set_point, set_point_both)
(temp_set_point_both): Remove redundant declarations.

16 years ago* fileio.c (Finsert_file_contents):
Stefan Monnier [Thu, 20 Mar 2008 18:13:12 +0000 (18:13 +0000)]
* fileio.c (Finsert_file_contents):
* lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
* buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
when buffer != current_buffer anyway.

16 years ago(Fcall_interactively) [case 'B']: Use other-buffer
Andreas Schwab [Thu, 20 Mar 2008 17:21:16 +0000 (17:21 +0000)]
(Fcall_interactively) [case 'B']: Use other-buffer
as default.

16 years ago(vc-status-mark-buffer-changed): New function to implement
Dan Nicolaescu [Thu, 20 Mar 2008 15:51:45 +0000 (15:51 +0000)]
(vc-status-mark-buffer-changed): New function to implement
updating of the *vc-status* buffer when a buffer is saved.
(vc-status-mode): Use it for after-change-hook.
(vc-add-to-vc-status-buffer): Rename to ...
(vc-status-add-entry): ... this.
(Todo): Add new entry.

16 years ago(mm-copy-to-buffer): Use mm-set-buffer-multibyte.
Stefan Monnier [Thu, 20 Mar 2008 15:49:10 +0000 (15:49 +0000)]
(mm-copy-to-buffer): Use mm-set-buffer-multibyte.

16 years ago(mm-set-buffer-multibyte): New function.
Stefan Monnier [Thu, 20 Mar 2008 15:47:15 +0000 (15:47 +0000)]
(mm-set-buffer-multibyte): New function.

16 years ago(gnus-configure-frame, gnus-all-windows-visible-p):
Stefan Monnier [Thu, 20 Mar 2008 15:42:57 +0000 (15:42 +0000)]
(gnus-configure-frame, gnus-all-windows-visible-p):
Prefer fboundp to functionp so it works with macros as well.

16 years ago(sort-reorder-buffer): Preserve the buffer's multibyteness.
Stefan Monnier [Thu, 20 Mar 2008 15:41:44 +0000 (15:41 +0000)]
(sort-reorder-buffer): Preserve the buffer's multibyteness.

16 years agoFix up encoding.
Stefan Monnier [Thu, 20 Mar 2008 13:42:38 +0000 (13:42 +0000)]
Fix up encoding.