Mercurial > emacs
comparison lisp/ChangeLog @ 102024:90de3cf60f68
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 Feb 2009 04:01:53 +0000 |
parents | c7da4634b3a9 |
children | 4daf530ddfb0 |
comparison
equal
deleted
inserted
replaced
102023:a92cde59fabc | 102024:90de3cf60f68 |
---|---|
8 | 8 |
9 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite): | 9 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite): |
10 Remove host, user, password options not applicable to SQlite. (Bug#1904) | 10 Remove host, user, password options not applicable to SQlite. (Bug#1904) |
11 | 11 |
12 2009-02-14 Richard M Stallman <rms@gnu.org> | 12 2009-02-14 Richard M Stallman <rms@gnu.org> |
13 | |
14 * mail/rmailedit.el: Handle editing of header fields. | |
15 (rmail-old-headers): New variable. | |
16 (rmail-edit-current-message): Set it, recording current headers. | |
17 (rmail-cease-edit): Compute new headers and diff against old ones. | |
18 Update the mbox buffer with the changes that were made. | |
19 (rmail-edit-headers-alist): New function. | |
20 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions. | |
13 | 21 |
14 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon | 22 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon |
15 in default file name. | 23 in default file name. |
16 | 24 |
17 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search. | 25 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search. |