Mercurial > emacs
comparison lisp/ChangeLog @ 54313:487c9b84c975
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 08 Mar 2004 01:10:23 +0000 |
parents | a756c30b00f5 |
children | 0b81a282eca3 |
comparison
equal
deleted
inserted
replaced
54312:459874ec71ce | 54313:487c9b84c975 |
---|---|
1 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * cus-edit.el (fill) <defgroup>: Move to fill.el. | |
4 | |
5 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el. | |
6 (enable-kinsoku): Make it a defcustom. | |
7 (fill-comment-paragraph): Don't rely on fill-prefix to bound the | |
8 paragraph to same-comment-start-marker. | |
9 | |
1 2004-03-07 Dave Love <fx@gnu.org> | 10 2004-03-07 Dave Love <fx@gnu.org> |
2 | 11 |
3 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload. | 12 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload. |
4 (browse-url-mail): Use it. | 13 (browse-url-mail): Use it. |
5 | 14 |
6 * mail/rfc2368.el (rfc2368-unhexify-char): Deleted. | 15 * mail/rfc2368.el (rfc2368-unhexify-char): Delete. |
7 (rfc2368-unhexify-string): Use replace-regexp-in-string. | 16 (rfc2368-unhexify-string): Use replace-regexp-in-string. |
8 | 17 |
9 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk> | 18 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk> |
10 | 19 |
11 * woman.el (woman-man.conf-path): Doc fix. | 20 * woman.el (woman-man.conf-path): Doc fix. |
19 2004-03-07 Kim F. Storm <storm@cua.dk> | 28 2004-03-07 Kim F. Storm <storm@cua.dk> |
20 | 29 |
21 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar. | 30 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar. |
22 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it | 31 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it |
23 from overlay-arrow-variable-list. | 32 from overlay-arrow-variable-list. |
24 (gdb-assembler-mode): Use add-to-list for | 33 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position. |
25 gdb-overlay-arrow-position. | |
26 | 34 |
27 2004-03-06 Nick Roberts <nick@nick.uklinux.net> | 35 2004-03-06 Nick Roberts <nick@nick.uklinux.net> |
28 | 36 |
29 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up | 37 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up |
30 overlay arrow string properly for the assembler buffer. | 38 overlay arrow string properly for the assembler buffer. |
39 | |
40 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
41 | |
42 * mail/sendmail.el (mail-mode): Fix last change. | |
31 | 43 |
32 2004-03-05 Nick Roberts <nick@nick.uklinux.net> | 44 2004-03-05 Nick Roberts <nick@nick.uklinux.net> |
33 | 45 |
34 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow | 46 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow |
35 for the assembler buffer. | 47 for the assembler buffer. |
36 (gdb-assembler-custom): Position the overlay arrow. | 48 (gdb-assembler-custom): Position the overlay arrow. |
37 (gdb-put-arrow, gdb-remove-arrow): Delete functions. | 49 (gdb-put-arrow, gdb-remove-arrow): Delete functions. |
38 | 50 |
39 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca> | 51 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca> |
52 | |
53 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns. | |
54 | |
55 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining | |
56 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400. | |
40 | 57 |
41 * mail/sendmail.el (mail-mode): Set comment-start-skip. | 58 * mail/sendmail.el (mail-mode): Set comment-start-skip. |
42 | 59 |
43 * newcomment.el (uncomment-region): Allow non-terminated comment. | 60 * newcomment.el (uncomment-region): Allow non-terminated comment. |
44 (comment-normalize-vars): Check the user-specified comstart marker. | 61 (comment-normalize-vars): Check the user-specified comstart marker. |
93 | 110 |
94 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca> | 111 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca> |
95 | 112 |
96 * textmodes/fill.el (fill-comment-paragraph): Be more careful when | 113 * textmodes/fill.el (fill-comment-paragraph): Be more careful when |
97 recognizing leading comment on code line. | 114 recognizing leading comment on code line. |
115 | |
116 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
117 | |
118 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other | |
119 hidden files/directories. | |
98 | 120 |
99 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca> | 121 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca> |
100 | 122 |
101 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip, | 123 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip, |
102 only comment-start (in case the mode hasn't set it). | 124 only comment-start (in case the mode hasn't set it). |