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

43436 Commits

Author SHA1 Message Date
Stefan Monnier
fa98585ca3 (message-make-in-reply-to): Use mm-with-multibyte-buffer. 2008-03-29 22:22:07 +00:00
Stefan Monnier
6199aad9a3 (remember-diary-convert-entry): Prefer boundp to with-no-warnings. 2008-03-29 22:20:13 +00:00
Michael Albinus
efe78a6c0b * net/tramp-ftp.el: Require 'cl when byte-compiling. 2008-03-29 20:26:14 +00:00
Michael Albinus
680d5d1783 * net/trampver.el: Update release number. 2008-03-29 20:24:42 +00:00
Miles Bader
9b3ebcb696 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1104
2008-03-29 19:54:11 +00:00
Dan Nicolaescu
115c006177 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
(vc-status-refresh): Create a temporary buffer and call the
`dir-status' backend function from that buffer.

* vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
(vc-bzr-after-dir-status): Don't kill the buffer.

* vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
(vc-cvs-after-dir-status): Don't kill the buffer.

* vc-git.el (vc-git-dir-status): Don't create a buffer.
(vc-git-after-dir-status-stage2): Don't kill the buffer.

* vc-hg.el (vc-hg-dir-status): Don't create a buffer.
(vc-hg-after-dir-status): Don't kill the buffer.

* vc-svn.el (vc-svn-dir-status): Don't create a buffer.
(vc-svn-after-dir-status): Don't kill the buffer.
2008-03-29 05:34:52 +00:00
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
Glenn Morris
d4c9e00491 (remember-diary-convert-entry): Respect calendar-date-style if bound. 2008-03-29 02:45:02 +00:00
Glenn Morris
f905ff0d8f (icalendar--datetime-to-american-date): New name for
icalendar--datetime-to-noneuropean-date.  Make old name obsolete alias.
(icalendar--datetime-to-iso-date): New function.
(icalendar--datetime-to-diary-date): Doc fix.  Respect
calendar-date-style if bound.
2008-03-29 02:44:44 +00:00
Glenn Morris
cc4b5cd31c (number): Move declaration where needed.
(diary-mail-entries, list-sexp-diary-entries): Doc fixes.
(diary-make-date): New function.
(diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
Use diary-make-date.
(diary-date-display-form, diary-insert-entry-1): New functions.
(insert-monthly-diary-entry, insert-yearly-diary-entry):
Use diary-insert-entry-1.
(insert-anniversary-diary-entry, insert-block-diary-entry)
(insert-cyclic-diary-entry): Use diary-date-display-form.
2008-03-29 02:44:24 +00:00
Glenn Morris
8266a036d7 (diary-file, american-date-diary-pattern)
(european-date-diary-pattern,european-calendar-display-form)
(american-calendar-display-form, diary-display-hook): Doc fixes.
(european-calendar-style): Doc fix.  Use calendar-set-date-style for
custom :set.  Mark as obsolete.
(calendar-date-style, iso-date-diary-pattern)
(iso-calendar-display-form): New user variables.
(diary-date-forms, calendar-date-display-form): Set using
calendar-date-style.  Doc fix.
(calendar-set-date-style): New command.
(european-calendar, american-calendar): Use calendar-set-date-style.
Mark as obsolete.
2008-03-29 02:44:03 +00:00
Glenn Morris
41099a1bea Autoload diary-insert-entry-1.
(insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry): Use diary-insert-entry-1.
2008-03-29 02:43:32 +00:00
Glenn Morris
8743fe88ed Autoload diary-insert-entry-1.
(diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
(diary-bahai-insert-yearly-entry): Use diary-insert-entry-1.
2008-03-29 02:42:52 +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
fc30d54425 Reshuffle TODOs. 2008-03-28 19:32:47 +00:00
Dan Nicolaescu
0cc8ac2b92 *** empty log message *** 2008-03-28 18:42:02 +00:00
Dan Nicolaescu
d05665bc59 Update TODO. 2008-03-28 18:29:38 +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
Juanma Barranquero
c6de7e54d8 Convert to utf-8.
Fix typos.
2008-03-28 17:05:47 +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
Jan Djärv
94e65e0d28 (grep-mode-tool-bar-map): The same. 2008-03-28 10:05:53 +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
Glenn Morris
db257f5684 (abbreviated-calendar-year): Move to diary-lib. 2008-03-28 02:46:13 +00:00
Glenn Morris
3e0e034bb5 (calendar-cursor-to-nearest-date): Remove un-needed local `date'.
(calendar-cursor-to-visible-date): Use let rather than let*.
Remove un-needed local `first-of-month-weekday'.
2008-03-28 02:45:58 +00:00
Glenn Morris
fdbe82c9af (cal-menu-holidays-menu, cal-menu-list-holidays-year)
(cal-menu-list-holidays-following-year, cal-menu-list-holidays-previous-year):
Simplify now that 2nd arg of holiday-list is optional.
(calendar-mouse-holidays): Remove un-needed local `l'.
2008-03-28 02:45:39 +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
Juanma Barranquero
cec7f4afc0 Convert to utf-8.
Fix typos.
2008-03-27 15:42:26 +00:00
Juanma Barranquero
d9168cbdb9 Convert to utf-8.
Fix typos.
2008-03-27 15:31:05 +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
Juanma Barranquero
65bc892f63 *** empty log message *** 2008-03-27 14:57:02 +00:00
Juanma Barranquero
e84eb37ad0 Convert to utf-8.
Fix typos.
2008-03-27 14:42:17 +00:00
Juanma Barranquero
a7813a07d0 Convert to utf-8. 2008-03-27 12:05:58 +00:00
Juanma Barranquero
fc8fcbfd3d Convert to utf-8.
Add local-variables section.
2008-03-27 11:56:34 +00:00
Juanma Barranquero
dc12d8712f Convert to utf-8. 2008-03-27 11:49:58 +00:00
Kenichi Handa
880820fe87 (Fdefine_charset_internal): Change the way of
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
2008-03-27 11:36:43 +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