Commit graph

36319 commits

Author SHA1 Message Date
Jay Belanger
ebb5150572 *** empty log message *** 2007-03-19 03:37:57 +00:00
Jay Belanger
96cd475f4b (math-parse-date): Fix a regular expression.
(math-std-daylight-savings-old, math-std-daylight-savings-new): New functions.
(math-std-daylight-savings): Use `math-std-daylight-savings-new' or
`math-std-daylight-savings-old' depending on year.
2007-03-19 03:16:20 +00:00
Kim F. Storm
f47d5e926d Remove duplicate entry. 2007-03-18 16:00:30 +00:00
Juanma Barranquero
640eb069c5 (reb-update-overlays): Do not mark zero-width regexps as invalid
but rather at least count them correctly.
2007-03-18 14:34:18 +00:00
Thien-Thi Nguyen
904bb06ca2 (open-tls-stream): In handshake-waiting loop,
don't wait more if there is output available to process.
2007-03-18 11:41:42 +00:00
Nick Roberts
1a172c6496 *** empty log message *** 2007-03-18 04:54:51 +00:00
Nick Roberts
82a614d15d (compilation-find-file): Revert change
from 2006-07-18 to allow completion of directory names.
Reported by John Carter <john.carter@tait.co.nz>.
2007-03-18 02:49:54 +00:00
Nick Roberts
92e0e0c44c *** empty log message *** 2007-03-18 02:48:43 +00:00
Kim F. Storm
7f67eea000 (when, unless): Doc fix. 2007-03-18 00:44:24 +00:00
Kim F. Storm
31c865eca3 *** empty log message *** 2007-03-18 00:44:10 +00:00
Juanma Barranquero
0d9b26a849 *** empty log message *** 2007-03-17 22:20:19 +00:00
Thien-Thi Nguyen
4a3c76867c (tls-program): Doc fix. 2007-03-17 21:06:04 +00:00
Chong Yidong
534a87c49a (auto-revert-tail-handler): Call after-revert-hook. 2007-03-17 20:38:17 +00:00
Chong Yidong
a919f39a5b * autorevert.el (auto-revert-tail-handler): Call after-revert-hook. 2007-03-17 20:38:04 +00:00
Chong Yidong
0788987302 (line-move-1): Respect `inhibit-line-move-field-capture' property. 2007-03-17 19:44:21 +00:00
Chong Yidong
f24478c1c5 * simple.el (line-move-1): Respect `inhibit-line-move-field-capture' property. 2007-03-17 19:44:11 +00:00
Chong Yidong
f6fcdfff17 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
(xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
Return to use of the -no-properties variants.  There was
consensus on emacs-devel that the speed of these variants was
prefered since we are usually parsing files (from the internet
or on disk) instead of XML created in Emacs.
2007-03-17 18:55:52 +00:00
Chong Yidong
19f512103c Fix formatting typos. 2007-03-17 18:53:08 +00:00
Chong Yidong
edd2a62224 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
(xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
Return to use of the -no-properties variants.  There was
consensus on emacs-devel that the speed of these variants was
prefered since we are usually parsing files (from the internet
or on disk) instead of XML created in Emacs.
2007-03-17 18:51:19 +00:00
Chong Yidong
0226922c76 Fix "daylight savings" -> "daylight saving" typo. 2007-03-17 18:44:06 +00:00
Chong Yidong
34bd6b4dfd (comint-arguments): Mark backslash-escaped chars.
(comint-delim-arg): Don't treat them as delimiters.
2007-03-17 18:08:50 +00:00
Chong Yidong
7585c8f220 * comint.el (comint-arguments): Mark backslash-escaped chars.
(comint-delim-arg): Don't treat them as delimiters.
2007-03-17 18:05:43 +00:00
Chong Yidong
874985512d (ido-init-completion-maps): Remap delete-backward-char. 2007-03-17 18:04:50 +00:00
Chong Yidong
79b0b5daa9 * ido.el (ido-init-completion-maps): Remap delete-backward-char. 2007-03-17 18:04:04 +00:00
Chong Yidong
a110b98e8c (tempo-insert): Deal with 'r> if it appears specified with a prompt
argument.
2007-03-17 18:03:25 +00:00
Chong Yidong
ac1f641523 * tempo.el (tempo-insert): Deal with 'r> if it appears
specified with a prompt argument.
2007-03-17 18:02:12 +00:00
Chong Yidong
a6a4248699 (org-set-font-lock-defaults): Handle narrow table columns correctly. 2007-03-17 18:01:24 +00:00
Chong Yidong
42baaf6af4 * textmodes/org.el (org-set-font-lock-defaults): Handle narrow
table columns correctly.
2007-03-17 18:00:09 +00:00
Chong Yidong
2a30c37b66 (command-line-1): Make insertion of initial-scratch-message not depend
on scratch being selected.
2007-03-17 17:59:07 +00:00
Chong Yidong
11c5be91d7 (woman-change-fonts): Tweak previous change by using
woman-request-regexp rather than "^\\.".
2007-03-17 17:57:38 +00:00
Chong Yidong
d08592e8bc * calc/calc-forms.el (math-std-daylight-savings): Switch to new
North American rule.

* woman.el (woman-change-fonts): Tweak previous change by using
woman-request-regexp rather than "^\\.".

* startup.el (command-line-1): Make insertion of
initial-scratch-message not depend on scratch being selected.
2007-03-17 17:56:37 +00:00
Chong Yidong
31685caa25 (solar-date-next-longitude): "daylight savings" -> "daylight saving"
doc fix.
2007-03-17 17:53:34 +00:00
Chong Yidong
7b96378fa5 (lunar-new-moon-on-or-after): Doc fix. 2007-03-17 17:52:54 +00:00
Chong Yidong
06a3e3e4a4 (number-of-diary-entries): Fix docstring typo. 2007-03-17 17:51:56 +00:00
Chong Yidong
f2858d95e3 Change "daylight savings time" -> "daylight saving time". 2007-03-17 17:50:57 +00:00
Chong Yidong
e716fd6206 Change "daylight savings time" -> "daylight saving time" throughout. 2007-03-17 17:49:59 +00:00
Chong Yidong
16e5f96165 (math-std-daylight-savings): Switch to new North American rule. 2007-03-17 17:41:19 +00:00
Mark A. Hershberger
1c979bff35 eshell ansi-color hook 2007-03-16 16:53:06 +00:00
Richard M. Stallman
330167fce8 (match): Use yellow background on light-bg terminals. 2007-03-11 23:53:38 +00:00
Richard M. Stallman
7ab2e82f0e (type-break-get-previous-count): Repeat previous change here. 2007-03-11 21:17:06 +00:00
Richard M. Stallman
b0aa2c6515 (byte-compile-warning-prefix): Correctly compute line number. 2007-03-11 21:16:09 +00:00
Dan Nicolaescu
3dd34132f8 (grep-find-ignored-directories): Add .git and
.bzr to list.
2007-03-11 17:44:40 +00:00
Andreas Schwab
593b4fa884 (diff-apply-hunk): Use proper format string for
error.
2007-03-11 10:45:00 +00:00
Stefan Monnier
951c155f39 (report-emacs-bug): Don't hard code the "X" name. 2007-03-11 01:29:50 +00:00
Juanma Barranquero
520e9259c7 *** empty log message *** 2007-03-11 01:03:17 +00:00
Chong Yidong
87a0fbbe39 (face-set-after-frame-default): Recalculate face customizations after
applying X resources.
2007-03-10 22:28:51 +00:00
Chong Yidong
0e160a95e2 * faces.el (face-set-after-frame-default): Recalculate face
customizations after applying X resources.
2007-03-10 22:28:41 +00:00
Eli Zaretskii
8216fbaf63 (rcirc-timeout-seconds): New variable.
(rcirc-keepalive-seconds): Remove variable.
(rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
(rcirc-process, rcirc-user-disconnect): New variables.
(rcirc-connect): Initalize new variables.
(rcirc-keepalive): Don't send keepalive pings before connection is completed.
(rcirc-sentinel): Do mark all channels with activity when
connection is dropped.  Run hook with process buffer local.
(rcirc-reschedule-timeout, rcirc-delete-process): New functions.
(rcirc-buffer-process): Return value of rcirc-process if rcirc-server-buffer
is nil.
(rcirc-server-name): Return the reported server name.
(rcirc-update-prompt): Simplify computation of the server name.
(rcirc-format-response-string): Likewise.
(rcirc-handler-001): Mark server as connected, record the reported server name,
and schedule a timeout.
(rcirc-track-nick): Add a spec for the tty class.
(rcirc-user-non-nick): Remove function.
(rcirc-nick-prefix-chars): Add variable.
(rcirc-user-nick): Use above variable.
2007-03-10 19:32:23 +00:00
Eli Zaretskii
7a78ffeca9 (icomplete-tidy, icomplete-exhibit): Bind deactivate-mark to nil. 2007-03-10 19:23:29 +00:00
Martin Rudalics
a7b52a1e76 (PC-do-completion): Bind dirlength to nil to avoid
that buffer contents get erased during completion.
2007-03-10 08:39:11 +00:00