1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

41075 Commits

Author SHA1 Message Date
Eli Zaretskii
6ad1de49cf (compile, compile-always): Don't try to compile
non-existent files or files in empty directories.
2002-03-27 14:45:05 +00:00
Eli Zaretskii
51a8ec55a9 <bootstrap-clean>: Make sure all *.el files have Unix EOLs, to
avoid overflowing pure storage while bootstrapping.
2002-03-27 14:42:54 +00:00
Juanma Barranquero
10cccf1b96 Fix typo in comment. 2002-03-27 10:22:34 +00:00
Pavel Janík
320aebc9b6 (set-network-process-options): Add usage.
(make-network-process): Doc fix.
2002-03-27 07:56:19 +00:00
Stefan Monnier
63080afce8 (xml-lite-at-indentation-p): Move.
(xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
New functions.
(forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
(end-of-xml-tag): Remove.
(xml-lite-get-context): Better handling of comments.
(xml-lite-calculate-indent): Use xml-lite-in-string-p.
(xml-lite-parse-tag-backward): Rewrite.
2002-03-27 00:06:42 +00:00
Juanma Barranquero
5e73ebb4f7 (WINS): Make sure it has a tab and not spaces. 2002-03-26 15:27:42 +00:00
Juanma Barranquero
b036f5d887 (WINS): Add the toolbar directory. 2002-03-26 15:09:08 +00:00
Eli Zaretskii
4aaa36072b (Fdump_emacs): Fix a typo in "command-line-processed". 2002-03-26 14:41:44 +00:00
Pavel Janík
40ae145bc2 Fix typo. 2002-03-26 11:08:47 +00:00
Pavel Janík
19cf5432fa *** empty log message *** 2002-03-26 11:08:01 +00:00
Richard M. Stallman
9356fe5a7f *** empty log message *** 2002-03-26 09:20:57 +00:00
Richard M. Stallman
aebf4d42ce (Fsubstring_no_properties): New function.
(Flax_plist_get, Flax_plist_put): New functions.
(syms_of_fns): defsubr them.
2002-03-26 09:19:00 +00:00
Richard M. Stallman
de9d5ce401 (substring-no-properties): Function deleted (now in C). 2002-03-26 09:17:56 +00:00
Richard M. Stallman
a5f083741c (update_menu_bar): Test only update_mode_lines;
don't test or alter w->update_mode_line.
2002-03-26 09:12:23 +00:00
Richard M. Stallman
079d288f1a (Fdisplay_buffer): Doc fix. 2002-03-26 09:09:56 +00:00
Juanma Barranquero
b011dcb0ba Fix typo in commentary. 2002-03-26 08:48:51 +00:00
Pavel Janík
b75b82abf6 Fix typo. 2002-03-26 06:29:01 +00:00
Miles Bader
971a8bd74f Whoops, that should be `autom4te.cache' 2002-03-26 00:42:51 +00:00
Miles Bader
e8642f1704 Add `autom4te' 2002-03-26 00:41:47 +00:00
Stefan Monnier
852f8cdc7e (check_pure_size): Update the comment. 2002-03-25 22:38:55 +00:00
Pavel Janík
7ad8cd8e23 (mouse-wheel-mode): Use global-set-key and global-unset-key. 2002-03-25 11:31:11 +00:00
Eli Zaretskii
2b2ba4ef7f Fix copyright years. 2002-03-25 04:15:39 +00:00
Richard M. Stallman
060cc8ffa0 (GET_UNSIGNED_NUMBER): Give proper error for spaces. 2002-03-25 00:45:48 +00:00
Richard M. Stallman
e643ceae67 (Quoted File Names): Minor clarifications. 2002-03-25 00:44:51 +00:00
Richard M. Stallman
35208b4239 (Type Keywords): Minor corrections and cleanups. 2002-03-25 00:43:10 +00:00
Richard M. Stallman
ed1086b7ac (rmail-resend): Call mail-abbrev-make-syntax-table. 2002-03-25 00:41:26 +00:00
Richard M. Stallman
17b9c33c8d (tags-query-replace): Pass t for NOERROR to query-replace-read-args. 2002-03-25 00:40:16 +00:00
Richard M. Stallman
347c91407b (compilation-forget-errors): Don't adjust compilation-parsing-end if it's nil. 2002-03-25 00:39:41 +00:00
Richard M. Stallman
86914dcca2 (query-replace-read-args): New optional arg NOERROR.
(perform-replace): Use save-window-excursion around recursive edit.
2002-03-25 00:38:46 +00:00
Colin Walters
34b8f593f3 (ibuffer): If the user has `ibuffer-use-other-window' non-nil, then
always use another window.
2002-03-24 21:33:26 +00:00
Colin Walters
34cf93c0a7 *** empty log message *** 2002-03-24 21:33:07 +00:00
Pavel Janík
27fd22dc72 Fix typos. 2002-03-24 20:29:38 +00:00
Gerd Moellmann
ee9e0c2589 Declarations in macros. 2002-03-24 20:03:28 +00:00
Gerd Moellmann
0af6533d45 *** empty log message *** 2002-03-24 19:53:11 +00:00
Gerd Moellmann
d6edd563f4 (Qdeclare, Vmacro_declaration_function): New variables.
(Fdefmacro): Handle `(declare ...)'.
(syms_of_eval) <Qdeclare>: Initialize and staticpro.
(syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
2002-03-24 19:52:55 +00:00
Gerd Moellmann
985b468607 (byte-compile-file-form-defmumble):
Handle declarations in macro definitions.
2002-03-24 19:48:27 +00:00
Gerd Moellmann
2c642c03df (macro-declaration-function): New function. Set the
variable macro-declaration-function to it.
2002-03-24 19:46:58 +00:00
Eli Zaretskii
c7bce5f21f (facemenu-get-face): Remove unised variable `foreground'. 2002-03-24 19:17:10 +00:00
Eli Zaretskii
1896206dc4 (enriched-face-ans): Support FACE of the form
(:foreground COLOR) and (:background COLOR).
(enriched-decode-foreground, enriched-decode-background): Set the
fore- and background colors of the faces we create, since facemenu
doesn't.
2002-03-24 19:16:22 +00:00
Jason Rumney
9e5aa8de39 Update images on Windows news. 2002-03-24 16:30:54 +00:00
Jason Rumney
217e5be0a1 (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
(xbm_file_p): Add prototypes.
(xbm_format, xbm_image_p): Sync with xfns.c.
(reflect_byte): New function.
(xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
(xbm_load_image): Create bitmaps with a depth of 1.
(init_xfns): Enable XBM images.
2002-03-24 15:50:33 +00:00
Pavel Janík
bb2f7e35d4 *** empty log message *** 2002-03-24 15:26:29 +00:00
Pavel Janík
49e30cd638 (mouse-wheel-mode): Use the result of current-global-map instead of the
variable `global-map'.
2002-03-24 15:25:11 +00:00
Pavel Janík
137e547d38 New file, list of tutorial translators. 2002-03-24 15:21:55 +00:00
Richard M. Stallman
cf8b484f16 (mail-abbrev-make-syntax-table): New subroutine
broken out of sendmail-pre-abbrev-expand-hook.
(sendmail-pre-abbrev-expand-hook): Use it.
2002-03-23 16:10:14 +00:00
Jason Rumney
a3dde781f2 Add news of image support on Windows 2002-03-23 10:47:23 +00:00
Eli Zaretskii
09041c4bf8 Use colon' instead of :' in an index only in the Info version. 2002-03-23 09:37:39 +00:00
Paul Eggert
dfef6d4974 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
`sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
the latter usage.
2002-03-23 06:49:12 +00:00
Paul Eggert
61bbbf8d13 (main): Use sort -o TAGFILE TAGFILE' instead of sort TAGFILE -o
TAGFILE', as POSIX 1003.1-2001 disallows the latter usage.
2002-03-23 06:48:31 +00:00
Paul Eggert
b9a0799677 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
POSIX 1003.1-2001 disallows both usages.
2002-03-23 06:47:43 +00:00