1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00
Commit Graph

13712 Commits

Author SHA1 Message Date
Stefan Monnier
67af6bdd7b (describe-function-1, describe-variable): If no
replacement is provided, don't print "use nil instead".
2008-03-26 02:36:45 +00:00
Roland Winkler
1ba1a8b972 Update copyright. 2008-03-26 02:29:43 +00:00
Roland Winkler
37e4d8ed4f proced.el: New file. 2008-03-26 02:15:28 +00:00
Juanma Barranquero
9e60aa0b8c (side-effect-free-fns): Fix typo. 2008-03-25 23:27:11 +00:00
Juri Linkov
d4919479f9 Add file cookie coding:iso-8859-1 for the degree sign
in battery-mode-line-format.
2008-03-25 21:50:45 +00:00
Stefan Monnier
a10cca6c90 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
Remove `sort-first' argument.
* keymap.c (Fmap_keymap): Use `map-keymap-sorted.
2008-03-25 19:42:34 +00:00
Stefan Monnier
379ec02c03 (redisplay-end-trigger-functions, window-redisplay-end-trigger)
(set-window-redisplay-end-trigger, process-filter-multibyte-p)
(set-process-filter-multibyte): Mark as obsolete.
2008-03-25 17:32:20 +00:00
Juanma Barranquero
4361b6c29e (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.
2008-03-25 16:49:22 +00:00
Dan Nicolaescu
dd0d723c8e (vc-state): Add documentation for 'missing. 2008-03-25 15:47:02 +00:00
Dan Nicolaescu
e2076c2c17 (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.
2008-03-25 15:45:49 +00:00
Johan Bockgård
98db7a382a (Info-isearch-search): Always return point. 2008-03-25 14:41:44 +00:00
Glenn Morris
1d3c128ce7 (calendar-frame-1): Doc fix. 2008-03-25 07:53:25 +00:00
Stefan Monnier
adf4cc7e0a (diff-remembered-defdir): New var.
(diff-find-file-name): Use it to flush diff-remembered-files-alist.
2008-03-25 04:01:48 +00:00
Glenn Morris
4ec69ba5d4 (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.
2008-03-25 03:43:46 +00:00
Stefan Monnier
5a07b0f024 (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously. 2008-03-24 19:52:29 +00:00
Stefan Monnier
89e2d47661 (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 18:43:04 +00:00
Andreas Schwab
318f2a46e0 (xterm-mouse-event): Avoid error with buttons > 5. 2008-03-24 09:28:05 +00:00
Dan Nicolaescu
49546869f3 * vc-hg.el (vc-hg-after-dir-status):
* vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2008-03-24 08:47:06 +00:00
Dan Nicolaescu
874f31a6f0 (vc-cvs-after-dir-status, vc-cvs-parse-status): Detect
removed files.
2008-03-24 08:36:22 +00:00
Dan Nicolaescu
d6f47dff59 (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 08:35:33 +00:00
Dan Nicolaescu
75cb52bed9 (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 08:21:43 +00:00
Michael Olson
9c92e9136b lisp/Changelog: Update. 2008-03-24 02:54:07 +00:00
Chong Yidong
4bfee36172 * simple.el (transient-mark-mode): Turn on by default. 2008-03-23 22:51:59 +00:00
Michael Olson
c80d1faba3 lisp/ChangeLog: Update. 2008-03-23 22:03:38 +00:00
Dan Nicolaescu
484c309251 (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 21:05:32 +00:00
Dan Nicolaescu
54bf37044b (vc-bzr-state): Return 'removed for removed files and
'unregistered for unregistered files.
2008-03-23 20:50:52 +00:00
Dan Nicolaescu
5440448eb6 (vc-hg-state): Return 'removed for removed files. 2008-03-23 20:49:29 +00:00
Dan Nicolaescu
3204d06461 (vc-hg-state): Return 'edited for removed files. 2008-03-23 19:31:22 +00:00
Dan Nicolaescu
39d0516b55 (standard-mode-line-modes): Avoid duplicating a string. 2008-03-23 18:54:54 +00:00
Dan Nicolaescu
4e3837816a (vc-cvs-parse-status): Note there are problems with
subdirectories.
2008-03-23 18:15:35 +00:00
Dan Nicolaescu
d39730b895 (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.
2008-03-23 18:12:18 +00:00
Andreas Schwab
3a5b5d148c (menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button. 2008-03-23 11:44:23 +00:00
Andreas Schwab
a08404b7ba (menu-bar-showhide-fringe-ind-menu): Fix radio
button condition.
(menu-bar-showhide-fringe-ind-menu): Likewise.
2008-03-23 11:21:14 +00:00
Jay Belanger
7a2c03a843 (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 02:30:04 +00:00
Juanma Barranquero
84c420c3ee *** empty log message *** 2008-03-23 02:02:17 +00:00
Dan Nicolaescu
798dafb411 (vc-cvs-after-dir-status, vc-cvs-dir-status):
New functions to implement vc-status support.
2008-03-23 00:07:33 +00:00
Dan Nicolaescu
e9e065e5b3 (vc-status-prepare-status-buffer): New function.
(vc-status): Use it.
2008-03-22 20:32:10 +00:00
Dan Nicolaescu
935f7c5a64 (emacs-lisp-mode-map): Add ... where
appropriate.
2008-03-22 17:51:17 +00:00
Dan Nicolaescu
8e4e4aefb6 (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.
2008-03-22 17:33:52 +00:00
Dan Nicolaescu
dd3ffb9a38 (vc-git-annotate-extract-revision-at-line):
Allow "^" in a version name.
2008-03-22 17:21:48 +00:00
Dan Nicolaescu
3281a821f7 (vc-mtn-state): Support the added state. 2008-03-22 17:09:33 +00:00
Carsten Dominik
ecf185525e *** empty log message *** 2008-03-22 05:54:02 +00:00
Juri Linkov
ec800cf0a2 (lisp-complete-symbol):
Use `minibuffer-message' to display message "No completions of %s"
when this command is called in the minibuffer.
2008-03-22 00:11:53 +00:00
Juri Linkov
df27f31fa6 (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".
2008-03-22 00:02:24 +00:00
Michael Albinus
12aeeb576a * tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp". 2008-03-21 18:04:42 +00:00
Stefan Monnier
45b24b4de6 * 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.
2008-03-21 17:53:04 +00:00
Dan Nicolaescu
e345c46e56 (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.
2008-03-21 06:29:04 +00:00
Dan Nicolaescu
12cb746e0a (vc-git-after-dir-status): Remove.
(vc-git-dired-state-info): Reimplement.
2008-03-21 06:24:15 +00:00
Dan Nicolaescu
a22f42ace8 (occur-mode-map): Add :help. 2008-03-21 06:12:35 +00:00
Dan Nicolaescu
175e5186e2 (emacs-lisp-mode-map): Add menu entry for disassemble. 2008-03-21 06:08:21 +00:00