1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00
Commit Graph

43335 Commits

Author SHA1 Message Date
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
97bef88eb5 Comment. 2008-03-25 07:57:06 +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
Glenn Morris
f49f2a9eb1 (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.
2008-03-25 03:42:55 +00:00
Glenn Morris
0075b4a278 (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.
2008-03-25 03:42:01 +00:00
Glenn Morris
7b710be149 (calendar-iso-read-date): New name for calendar-iso-read-args. Update
callers, make old name an obsolete alias.
2008-03-25 03:41:39 +00:00
Glenn Morris
1cdb4ad71a (calendar-islamic-read-date): New name for
calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
2008-03-25 03:41:27 +00:00
Glenn Morris
42281b7b6a (calendar-hebrew-read-date): New name for
calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
2008-03-25 03:41:14 +00:00
Glenn Morris
af7956810c (calendar-coptic-read-date): New name for coptic-prompt-for-date.
Update callers, make old name an obsolete alias.  Doc fix.
2008-03-25 03:40:53 +00:00
Glenn Morris
ff5daae57a (calendar-bahai-read-date): New name for
calendar-bahai-prompt-for-date.  Update callers, make old name an
obsolete alias.  Doc fix.
2008-03-25 03:40:39 +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
Michael Olson
b152c5d366 Remember: Write mbox in a way that works better with Mutt. 2008-03-24 02:53:05 +00:00
Chong Yidong
715043a5cb (transient-mark-mode): Turn on by default. 2008-03-23 22:52:20 +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
Michael Olson
afa29d95ee * saveplace.el: fix a typo in the commentary section.
Signed-off-by: Xavier Maillard <xma@gnu.org>
2008-03-23 22:03:11 +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
Juanma Barranquero
41d7a8541c (WINS_ALMOST): Add org. 2008-03-23 01:54:14 +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
51ec3f09e4 Move org files to their own directory 2008-03-22 05:55:11 +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