1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

69609 Commits

Author SHA1 Message Date
Chong Yidong
5d83862984 (mail-text, mail-mode): Revert extant pieces of 1995-05-19 doc
changes.
2007-04-06 18:04:26 +00:00
Chong Yidong
e2b4779f07 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
1995-05-19 doc changes.
2007-04-06 18:04:09 +00:00
Kim F. Storm
5c34b94b53 (unload-feature): Add line break. 2007-04-06 17:05:39 +00:00
Kim F. Storm
12d9b59e7a (read-feature): Reimplement. New optional arg LOADED-P.
(unload-feature): Update interactive spec accordingly.
2007-04-06 17:03:19 +00:00
Kim F. Storm
ba8357c877 *** empty log message *** 2007-04-06 17:02:57 +00:00
Kim F. Storm
1ae5b5edf7 (grep-program): Remove commentary about zgrep.
Due to lack of papers from Kevin Rodgers.
2007-04-06 16:23:26 +00:00
Kim F. Storm
384bf310de *** empty log message *** 2007-04-06 16:22:57 +00:00
Chong Yidong
9f4ba0750f Make byte-optimization warnings issue accurate line numbers. 2007-04-06 15:11:04 +00:00
Chong Yidong
bf74ebd3a0 ** Byte compiler gives wrong locations for warning.
Warning message tweaked.  Added TODO item to report more accurate line numbers.
2007-04-06 15:09:37 +00:00
John Paul Wallington
d4f26f4083 (lisp-font-lock-keywords-2): Add `with-case-table'. 2007-04-06 12:17:50 +00:00
John Paul Wallington
8d6fd8d480 (with-case-table): Use `make-symbol' to avoid variable capture.
Restore the table in the same buffer.
2007-04-06 12:15:04 +00:00
Chong Yidong
510def3e58 Mark 1995-03-23 change by Kevin Rodgers as tiny. 2007-04-06 00:07:14 +00:00
Richard M. Stallman
a7abe86786 Clarify potential drawback of previous change. 2007-04-05 23:39:08 +00:00
Chong Yidong
1fbb84daed (byte-optimize-form-code-walker): Print entire form. 2007-04-05 17:57:05 +00:00
Chong Yidong
c2d489d35a * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Print
entire form.
2007-04-05 17:56:23 +00:00
Nick Roberts
109a770975 (breakpoint-disabled): Tweak face (again)
for low-color displays.
2007-04-05 07:14:51 +00:00
Nick Roberts
3cba70867c *** empty log message *** 2007-04-05 07:14:19 +00:00
Glenn Morris
d2fe66859e Seed RNG on loading. 2007-04-05 06:29:42 +00:00
Glenn Morris
8b9145b6ef *** empty log message *** 2007-04-05 06:29:19 +00:00
Glenn Morris
c420eb369d (top-level): Provide self. 2007-04-05 06:16:18 +00:00
Glenn Morris
4f57f9a303 *** empty log message *** 2007-04-05 06:15:53 +00:00
Glenn Morris
d23b7a3f4a Regenerate. 2007-04-05 06:07:32 +00:00
Alan Mackenzie
c788945f63 * (c-special-indent-hook): Amend doc-string to mention
c-syntactic-indentation.
2007-04-04 20:54:51 +00:00
Alan Mackenzie
b0cce1bdc9 *** empty log message *** 2007-04-04 20:48:38 +00:00
Chong Yidong
29a4d158c0 ** andreas.roehler@easy-emacs.de, Apr 3: slow with html-file
Third-party Elisp package is at fault: see 04 Apr 2007 emacs-devel
message by Andreas Roehler
2007-04-04 17:44:40 +00:00
Chong Yidong
331345ba4d Add ascii-case-table and with-case-table. 2007-04-04 16:02:37 +00:00
Chong Yidong
45948ea1b4 (Case Tables): Document with-case-table and ascii-case-table. 2007-04-04 15:57:04 +00:00
Chong Yidong
322cbd38d4 * strings.texi (Case Tables): Document with-case-table and
ascii-case-table.
2007-04-04 15:56:48 +00:00
Chong Yidong
b242a76c57 (smtpmail-via-smtp): Use ascii-case-table when downcasing. 2007-04-04 15:38:04 +00:00
Chong Yidong
94e630238a * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
downcasing.
2007-04-04 15:37:35 +00:00
Chong Yidong
bd72e34f56 (ascii-case-table): New var. 2007-04-04 15:34:59 +00:00
Chong Yidong
6a978be38d * subr.el (with-case-table): New macro. 2007-04-04 15:34:43 +00:00
Chong Yidong
b434156627 * subr.el (with-case-table): New macro.
* international/mule.el (ascii-case-table): New var.
2007-04-04 15:34:34 +00:00
Stefan Monnier
ade817bdf2 (format_exception): New function.
(eexecfile): Use it instead of traceback.print_exception.
Don't use execfile to avoid a bug in w32.
2007-04-04 14:48:47 +00:00
Richard M. Stallman
8ea81ae0ef *** empty log message *** 2007-04-04 14:06:52 +00:00
Glenn Morris
2c0b72db4e *** empty log message *** 2007-04-04 03:01:10 +00:00
Glenn Morris
f4b84ef468 (Configuration): Add entries on compiler/preprocessor mismatch, and on
preprocessor inserting whitespace.
2007-04-04 02:58:38 +00:00
Glenn Morris
67b33cb090 Mention preprocessor to use with /opt/SUNWspro/bin/cc on Solaris. 2007-04-04 02:55:22 +00:00
Glenn Morris
7318db6b80 (NON_GNU_CPP): Use associated preprocessor when compiling with Sun
Studio on Solaris.
2007-04-04 02:52:50 +00:00
Chong Yidong
1dd95c1a6a Regenerate. 2007-04-04 00:44:49 +00:00
Chong Yidong
85adab9a0a Bump version to 22.0.97. 2007-04-04 00:42:38 +00:00
Thien-Thi Nguyen
c345112ee1 (gnus-inews-yank-articles): Fix bug: After
message-yank-original, make sure (< mark TEXT point).
2007-04-03 23:25:47 +00:00
Nick Roberts
d2b3c7dbb8 (gud-minor-mode-map): Simplify. 2007-04-03 21:27:29 +00:00
Nick Roberts
7eb74b2a87 *** empty log message *** 2007-04-03 21:26:46 +00:00
Nick Roberts
fc7ed6dd06 (t-mouse-make-event-element): Don't use the left edge
of the window if we're outside it e.g menu-bar.
2007-04-03 21:16:40 +00:00
Nick Roberts
ad15832ecb (xterm-mouse-event): Don't use the left edge of the
window if we're outside it e.g menu-bar.
2007-04-03 21:16:17 +00:00
Nick Roberts
13cb58294e *** empty log message *** 2007-04-03 21:15:37 +00:00
Karl Berry
2fd94b0921 wording 2007-04-03 16:41:29 +00:00
Eli Zaretskii
665b5955fc Fix last change. 2007-04-03 15:25:28 +00:00
Chong Yidong
5ff08acd73 ** Stephen.Berman@gmx.net, Mar 27: Menu bar display bug
Fixed in the 2007-04-03 checkin by Jan Djärv.
2007-04-03 13:41:50 +00:00