1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00
Commit Graph

13759 Commits

Author SHA1 Message Date
Dan Nicolaescu
f3d57a2c20 (vc-menu-map-filter): Be more careful when finding
the current backend.
2008-03-29 05:33:06 +00:00
Glenn Morris
f2b4643502 Autoload diary-insert-entry-1.
(insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry): Use diary-insert-entry-1.
(diary-make-date): Autoload it.
(diary-yahrzeit): Doc fix.  Use diary-make-date.
2008-03-29 02:46:54 +00:00
Stefan Monnier
146df84586 (xterm-mouse-mode): Use delete-terminal-functions.
(xterm-mouse-handle-delete-frame): Delete.
2008-03-29 02:15:56 +00:00
Stefan Monnier
b20ef5aa72 (terminal-init-xterm): Use delete-terminal-functions.
(xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
(xterm-remove-modify-other-keys): Lookup terminal rather than frame
in xterm-modify-other-keys-terminal-list.
2008-03-29 02:06:31 +00:00
Stefan Monnier
769087cead (vc-bzr-state-heuristic): Fix last change for when there are conflicts. 2008-03-29 01:09:45 +00:00
Dan Nicolaescu
c6ea7ec62c (vc-status-mode-map, vc-status-menu-map): Bind vc-update and vc-print-log. 2008-03-29 00:43:56 +00:00
Dan Nicolaescu
20f95df210 (vc-update): Check if the buffer is unsaved only if it
actually exists.
(vc-status-mode-map, vc-status-menu-map): Bind vc-update.
2008-03-29 00:17:54 +00:00
Magnus Henoch
51fac78c03 (dns-write): Use set-buffer-multibyte. 2008-03-28 21:37:03 +00:00
Stefan Monnier
82eb83ffdb (vc-bzr-sha1): New fun.
(vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
(vc-bzr-registered): Use it.
2008-03-28 19:51:21 +00:00
Dan Nicolaescu
6b2d7cf254 (ring): Don't require it, not used. 2008-03-28 18:22:15 +00:00
Dan Nicolaescu
f56d71a596 (vc-status-kill-dir-status-process): Simplify.
(vc-status-refresh): Make sure the buffer is live.
2008-03-28 18:16:09 +00:00
Dan Nicolaescu
1dd4b00465 * progmodes/verilog-mode.el (verilog-auto-inout-module):
Add optional regular expression to AUTOINOUTMODULE.
(verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
(verilog-auto-inst-param, verilog-auto-reg)
(verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
(verilog-auto-output-every, verilog-auto-input)
(verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
(verilog-auto-unused, verilog-auto): Update documentation to use
more obvious instance module names versus cell names.
2008-03-28 15:47:25 +00:00
Jan Djärv
5af370aba7 (compilation-mode-tool-bar-map): Only enable
kill if a process is running.
2008-03-28 10:06:13 +00:00
Dan Nicolaescu
15c5c97086 * vc.el: Add new backend function 'status-extra-headers.
(vc-default-status-extra-headers): New function.
(vc-status-headers): Call 'status-extra-headers.  Add colors.

* vc-git.el (vc-git-status-extra-headers): New function.
2008-03-28 03:50:26 +00:00
Glenn Morris
1baf9da41e (print-diary-entries-hook, diary-list-entries): Doc fixes.
(abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
(diary-header-line-flag, diary-header-line-format): Declare.
(diary-pull-attrs): Check for multiple matches.
(diary-list-entries-2): Simplify finding start of date.
(diary-show-all-entries, make-diary-entry): Respect non-nil values of
pop-up-frames.
(diary-mark-entries-1): Re-use offset in abbreviated-year case.
(mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
2008-03-28 02:47:59 +00:00
Dan Nicolaescu
4255034848 (vc-hg-state, vc-hg-dir-state): Deal with 'missing
files.
2008-03-27 22:18:10 +00:00
Dan Nicolaescu
0bf12140f5 (emacs-lisp-mode-map): Fix predicate. 2008-03-27 22:15:54 +00:00
Stefan Monnier
f42af25505 (vc-before-save): Be careful not to prevent saving the file. 2008-03-27 15:00:32 +00:00
Stefan Monnier
c313b5febc (image-mode-reapply-winprops): Fix last change. 2008-03-27 14:59:30 +00:00
Kenichi Handa
5148e555c8 (define-iso-single-byte-charset):
Don't make latin-iso8859-* supplementary.
(#'set-charset-priority): Don't change the priority of charsets
`unicode' and `emacs'.
2008-03-27 11:29:14 +00:00
Glenn Morris
8b00ec890c (diary-mail-entries): Doc fix. 2008-03-27 08:26:17 +00:00
Glenn Morris
f97492e58e (list-holidays): Doc fix. 2008-03-27 07:59:33 +00:00
Glenn Morris
54f638111e (list-sexp-diary-entries): Doc fix. 2008-03-27 07:58:31 +00:00
Glenn Morris
739d627a47 (diary-file): Doc fix. 2008-03-27 07:28:24 +00:00
Glenn Morris
566f5ae682 (diary-mark-entries-1): Fix position offsets in non-gregorian case. 2008-03-27 06:19:47 +00:00
Glenn Morris
78d2cbe156 (diary-face-attrs): Revert previous change to `weight' type. Fix
`height' regexp.
2008-03-27 06:12:25 +00:00
Stefan Monnier
f42d59a5d7 (vc-do-command): Don't pop to the buffer if it's an internal temp buffer. 2008-03-27 03:40:36 +00:00
Glenn Morris
f4e8454456 *** empty log message *** 2008-03-27 02:52:23 +00:00
Jay Belanger
6a1414ce27 (calc-read-var-name-history): New variable.
(calc-read-var-name): Use `calc-read-var-name-history'.
2008-03-26 20:26:50 +00:00
Juanma Barranquero
daa3e946cb Remove duplicate entries. 2008-03-26 16:57:56 +00:00
Stefan Monnier
6d401b4e2e (image-mode-reapply-winprops): Simplify now that
window-configuration-change-hook works buffer-locally.
2008-03-26 15:49:03 +00:00
Juanma Barranquero
65b332f45f *** empty log message *** 2008-03-26 15:22:14 +00:00
Roland Winkler
dfab9988c5 Add arch-tag. 2008-03-26 15:01:44 +00:00
Johan Bockgård
d9dd743ee6 (lm-with-file): Use mode and syntax table for Emacs Lisp, not Lisp. 2008-03-26 14:13:06 +00:00
Juanma Barranquero
67b1798915 *** empty log message *** 2008-03-26 12:24:37 +00:00
Johan Bockgård
31d24a4b3a (PC-do-completion): Use regexp-quote. 2008-03-26 11:50:34 +00:00
Dan Nicolaescu
920fb2b0fd (vc-cvs-parse-status, vc-cvs-after-dir-status): Detect
missing files.
2008-03-26 07:15:05 +00:00
Dan Nicolaescu
f0e1713e2a (vc-git-extra-menu-map): New key map.
(vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
New functions.
2008-03-26 06:35:55 +00:00
Dan Nicolaescu
a58b57e22c (vc-default-mode-line-string): Deal with 'removed
and 'missing files.
2008-03-26 04:46:42 +00:00
Stefan Monnier
96ffea61b9 (list-holidays): Make Y2 optional. 2008-03-26 03:43:43 +00:00
Stefan Monnier
e14221412b (appt-buffer-name): Don't use a leading space for buffers shown to the user.
(appt-disp-window): Disable undo explicitly now that the leading space is gone.
2008-03-26 03:42:57 +00:00
Stefan Monnier
2977fc373a (activate-mark): New function.
(set-mark-command): Use it with region-active-p to clean up the code.
(exchange-point-and-mark): Invert the meaning of C-u when
transient-mark-mode is active.
2008-03-26 03:40:40 +00:00
Stefan Monnier
04509548fd (dired-create-files): Use dolist. 2008-03-26 03:34:07 +00:00
Stefan Monnier
0ec08b3800 (mode-line-change-eol): Use with-selected-window. 2008-03-26 03:32:46 +00:00
Stefan Monnier
554fde6ed7 (apropos-command): Include macros. 2008-03-26 03:31:42 +00:00
Glenn Morris
37628fd07e Remove floating-point check.
Explicitly require calendar, not cal-julian.
2008-03-26 03:15:31 +00:00
Stefan Monnier
aa657fbff9 (auto-revert-buffers): Use buffer-live-p. 2008-03-26 02:38:15 +00:00
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