1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-30 10:11:47 -07:00
Commit graph

38217 commits

Author SHA1 Message Date
Eli Zaretskii
38e3e5fe00 New file, from the Calc distribution (with Stephen Gildea's email address
updated, and version bumped up).
2001-11-10 10:33:10 +00:00
Pavel Janík
3b8d7e6e14 *** empty log message *** 2001-11-10 08:21:35 +00:00
Pavel Janík
0d54d415ea (gnus-local-domain): Reformat the doc-string to refer to function
`system-name' instead of both function and variable.
2001-11-10 08:20:24 +00:00
Pavel Janík
0017164551 Move definitions of constants to the beginning of file, before their use. 2001-11-10 08:14:13 +00:00
Richard M. Stallman
0dd10e6255 Use the keymap property instead of local-map, and don't use a minor-mode map.
(flyspell-mode-map): Variable deleted.
Don't mess with minor-mode-map-alist.
(calling add-minor-mode): Specify nil for keymap.
And always use add-minor-mode, now that it exists.
(flyspell-overlay-keymap-property-name): Set it to `keymap'.
(flyspell-mode-on): Don't locally bind flyspell-mouse-map
or flyspell-local-mouse-map.
(make-flyspell-overlay): Use flyspell-mouse-map directly.
(flyspell-mode): Doc fix.
(flyspell-mode-on): Don't call make-local-hook.
2001-11-10 01:20:22 +00:00
Richard M. Stallman
5a34aae1ee *** empty log message *** 2001-11-10 01:20:05 +00:00
Sam Steingold
34decfdb95 (debugger-make-xrefs): Add buttons to all symbols. 2001-11-09 17:07:24 +00:00
Richard M. Stallman
0d8305851d Minor cleanup. 2001-11-09 16:21:34 +00:00
Richard M. Stallman
6baef0fd06 (bootstrap-lisp): Don't suppress error messages. 2001-11-09 16:00:56 +00:00
André Spiegel
d25303d3c1 # 2001-11-09 15:02:39 +00:00
André Spiegel
becd6193d4 (vc-error-occured): Backquotified.
(vc-file-prop-obarray): Use prime length for better efficiency.
Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2001-11-09 14:58:21 +00:00
André Spiegel
fd828872b1 Add John David Smith to credits.
(vc-clear-context): Fill obarray with 0, not nil.
2001-11-09 14:55:52 +00:00
Eli Zaretskii
c6d132d4a2 Removed. The functionality is now part of the standard Emacs. 2001-11-09 14:07:25 +00:00
Eli Zaretskii
7acfdc7123 Fix a typo in last change. 2001-11-09 10:41:34 +00:00
Eli Zaretskii
66f520dba7 An entry for Calc. 2001-11-09 10:40:51 +00:00
Eli Zaretskii
807378adcd (Info-file-list-for-emacs): Add entries for Calc. 2001-11-09 10:33:27 +00:00
Eli Zaretskii
e34fb2ea0c Add an entry for Calc. 2001-11-09 10:15:12 +00:00
Pavel Janík
fabf4a91cf (encode_coding): Use precomputed value of `src'.
(encode_coding): Remove unused variable `src_end'.
(code_convert_region): Remove unused variables `count'.
2001-11-09 08:02:08 +00:00
Pavel Janík
a78e0303c9 (Fbury_buffer): Use braces to follow GNU Coding Standards. 2001-11-09 06:49:41 +00:00
Pavel Janík
ab8469eb87 (merge_face_vectors): Use braces to follow GNU Coding Standards.
(Finternal_set_lisp_face_attribute): Likewise.
2001-11-09 06:47:21 +00:00
Pavel Janík
40ef1eda44 (current_column_1): Remove unused variable `prev_col'. 2001-11-09 06:22:21 +00:00
Richard M. Stallman
4fa23df572 *** empty log message *** 2001-11-09 03:29:12 +00:00
Richard M. Stallman
8a9e355c9b Fix typo. 2001-11-09 02:42:55 +00:00
Miles Bader
60ab6064b3 (functionp): Don't consider macros as functions. 2001-11-09 01:03:03 +00:00
Miles Bader
1cf72ff8eb (functionp): Make work correctly for macros and unbound symbols. 2001-11-08 12:12:30 +00:00
Miles Bader
7c1ce64cd6 *** empty log message *** 2001-11-08 12:03:10 +00:00
Miles Bader
41e88a97ad (comint-send-input): Fix description of `comint-process-echoes' in the
doc-string.
2001-11-08 11:54:06 +00:00
Eli Zaretskii
d38b07f9a9 (make-translation-table): Doc fix. 2001-11-08 11:34:00 +00:00
Per Abrahamsen
61763509f2 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-face-value-create): Don't ignore the
	`customized-face' attribute when finding the current face spec.
2001-11-08 09:57:20 +00:00
Miles Bader
ecf44d46d5 Add calc info files. 2001-11-08 08:16:34 +00:00
Stefan Monnier
faa29f8b32 *** empty log message *** 2001-11-08 02:52:57 +00:00
Stefan Monnier
0764e16fbe (with-local-quit): New macro.
(make-syntax-table): Always inherit.
(functionp): Be more careful when `object' is a symbol.
2001-11-08 00:57:57 +00:00
Stefan Monnier
ecd91f5fea (dabbrev-completion): Use "*Completions*". 2001-11-08 00:31:14 +00:00
Paul Eggert
7263bb1086 * dired.el (dired-move-to-filename-regexp):
Do not distinguish between ASCII letters and non-ASCII characters.
Don't allow comma except in the form "month day, year".
Don't allow space between month name and comma.
Clean up the code that checks for trailing period, comma, and space.
Remove now-obsolete comments, and add more commentary about
Japanese dates.
Always gobble up trailing spaces, instead of doing it only sometimes.
2001-11-07 21:59:39 +00:00
Paul Eggert
b4bbe8889b (dired-move-to-filename-regexp):
Do not distinguish between ASCII letters and non-ASCII characters.
Don't allow comma except in the form "month day, year".
Don't allow space between month name and comma.
Clean up the code that checks for trailing period, comma, and space.
Remove now-obsolete comments, and add more commentary about
Japanese dates.
Always gobble up trailing spaces, instead of doing it only sometimes.
2001-11-07 21:52:44 +00:00
Jason Rumney
0c99b13927 *** empty log message *** 2001-11-07 21:19:28 +00:00
Jason Rumney
1f41b196a3 (x_display_and_set_cursor): Do not move system caret
if cursor_glyph is NULL.
2001-11-07 21:11:00 +00:00
Eli Zaretskii
8cce891685 Minor fixes of the docs in the commentary. From sen_ml@eccosys.com. 2001-11-07 19:46:57 +00:00
Eli Zaretskii
909af7670c Fix last change. 2001-11-07 19:10:49 +00:00
Eli Zaretskii
b64abe16f6 *** empty log message *** 2001-11-07 19:06:32 +00:00
Eli Zaretskii
1128d4c6ea (INFO_TARGETS): Add ../info/calc.
(../info/calc): New target.
2001-11-07 19:05:53 +00:00
Eli Zaretskii
b275eac7d3 Fix to pacify makeinfo. 2001-11-07 19:02:54 +00:00
Eli Zaretskii
ae631a0e45 Regenerate. 2001-11-07 18:18:36 +00:00
Eli Zaretskii
ed5882b908 (tempdir): Copy AUTHORS as well. 2001-11-07 17:53:46 +00:00
Stefan Monnier
c191d13c1f *** empty log message *** 2001-11-07 17:17:44 +00:00
ShengHuo ZHU
c23035e6d3 2001-11-07 ShengHuo ZHU <zsh@cs.rochester.edu>
* mml.el (mml-preview): Bind mail-header-separator.
2001-11-07 11:48:22 +00:00
Pavel Janík
830ddd7780 (access_keymap): Fix compilation error. 2001-11-07 08:47:21 +00:00
Miles Bader
55c6d64573 *** empty log message *** 2001-11-07 08:41:55 +00:00
Miles Bader
c7e609d511 (x_set_frame_parameters): Avoid infinite recursion. 2001-11-07 08:33:33 +00:00
Per Abrahamsen
a84ff57ae1 Backed out last change. 2001-11-07 08:03:55 +00:00