comparison lisp/ChangeLog @ 53748:c7884bc3f88f

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 29 Jan 2004 17:22:15 +0000
parents 8f7cec0816c5
children 27c158d8e571
comparison
equal deleted inserted replaced
53747:8f7cec0816c5 53748:c7884bc3f88f
10 10
11 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com> 11 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
12 12
13 * dos-w32.el: Added support for the `default-printer-name' function. 13 * dos-w32.el: Added support for the `default-printer-name' function.
14 14
15 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 * server.el (server-socket-name): Don't use the hostname in the
18 socket name since /tmp is local to the host anyway.
19
20 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
21 robust check of widening and fix var-naming.
22
15 2004-01-27 Eli Tziperman <eli@deas.harvard.edu> 23 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
16 24
17 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter- 25 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18 or rmail-spam- to rsf- in all function and variable names. 26 or rmail-spam- to rsf- in all function and variable names.
19 (rsf-min-region-to-spam-list): New variable. 27 (rsf-min-region-to-spam-list): New variable.
20 (rsf-bbdb-auto-delete-spam-entries): Renamed from 28 (rsf-bbdb-auto-delete-spam-entries): Rename from
21 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is 29 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
22 scanned together with the recipients field for spam testing; Don't 30 scanned together with the recipients field for spam testing; Don't
23 delete spam message if rmail-delete-after-output is non-nil; 31 delete spam message if rmail-delete-after-output is non-nil;
24 (check-field) New function, extracted from code in 32 (rsf-check-field): New function, extracted from code in
25 rmail-spam-filter to ease addition of header fields like 33 rmail-spam-filter to ease addition of header fields like
26 content-type:; 34 content-type:;
27 (message-content-type) New variable. The content-type: field was 35 (message-content-type): New variable. The content-type: field was
28 added also in defcustom of rsf-definitions-alist; 36 added also in defcustom of rsf-definitions-alist;
29 (rmail-spam-filter): Replace repeated test code for header fields 37 (rmail-spam-filter): Replace repeated test code for header fields
30 by calls to check-field; change the call to 38 by calls to check-field; change the call to
31 rmail-output-to-rmail-file such that rmail-current-message stays 39 rmail-output-to-rmail-file such that rmail-current-message stays
32 the same to avoid wrong deletion of unseen flags. 40 the same to avoid wrong deletion of unseen flags.
33 (rmail-use-spam-filter): Add autoload cookie. 41 (rmail-use-spam-filter): Add autoload cookie.
34 42
35 2004-01-27 Sat Jari Aalto <jari.aalto@poboxes.com> 43 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
36 44
37 * filecache.el 45 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
38 (file-cache-find-posix-p): New function. Detect Cygwin. 46 (file-cache-add-directory-using-find): Add Cygwin support.
39 (file-cache-add-directory-using-find): Added Cygwin support. 47 (file-cache-find-command-posix-flag): New user variable.
40 (file-cache-find-command-posix-flag): New user variable. 48
41 49 * filecache.el (file-cache-add-directory): Check for
42 * filecache.el (file-cache-add-directory): Check for 50 directories an remove them from dir-files.
43 directories an remove them from dir-files.
44 51
45 2004-01-27 Richard M. Stallman <rms@gnu.org> 52 2004-01-27 Richard M. Stallman <rms@gnu.org>
46 53
47 * man.el (Man-fontify-manpage): Clean up message. 54 * man.el (Man-fontify-manpage): Clean up message.
48 55
49 2004-01-27 Kenichi Handa <handa@m17n.org> 56 2004-01-27 Kenichi Handa <handa@m17n.org>
50 57
51 * textmodes/paragraphs.el (sentence-end-without-space): New variable. 58 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
52 (sentence-end): Define using sentence-end-without-space. 59 (sentence-end): Define using sentence-end-without-space.
53 60
54 * textmodes/fill.el (fill-delete-newlines): Don't add a space if a 61 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
55 setence ends with one of a character in 62 a sentence ends with one of a character in sentence-end-without-space.
56 sentence-end-without-space.
57 63
58 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca> 64 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
59 65
60 * font-lock.el (font-lock): Add jit-lock as explicit group member. 66 * font-lock.el (font-lock): Add jit-lock as explicit group member.
61 (jit-lock): Group declaration moved to jit-lock.el. 67 (jit-lock): Group declaration moved to jit-lock.el.