Mercurial > emacs
comparison lisp/ChangeLog @ 66969:09d4982a93b9
*** empty log message ***
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Thu, 17 Nov 2005 19:47:04 +0000 |
parents | 7db78a409419 |
children | e7a2c5c64fff |
comparison
equal
deleted
inserted
replaced
66968:7db78a409419 | 66969:09d4982a93b9 |
---|---|
7 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc) | 7 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc) |
8 (mail-mail-reply-to, mail-mail-followup-to) | 8 (mail-mail-reply-to, mail-mail-followup-to) |
9 (mail-position-on-field, mail-signature, mail-yank-original) | 9 (mail-position-on-field, mail-signature, mail-yank-original) |
10 (mail-attach-file): Likewise. | 10 (mail-attach-file): Likewise. |
11 | 11 |
12 * mail/mailheader.el (mail-header-format) (mail-header-format-function): Likewise. | 12 * mail/mailheader.el (mail-header-format) |
13 (mail-header-format-function): Likewise. | |
13 | 14 |
14 * add-log.el (add-change-log-entry, change-log-merge): Likewise. | 15 * add-log.el (add-change-log-entry, change-log-merge): Likewise. |
15 | 16 |
16 2005-11-17 Juri Linkov <juri@jurta.org> | 17 2005-11-17 Juri Linkov <juri@jurta.org> |
17 | 18 |
324 | 325 |
325 2005-11-13 Richard M. Stallman <rms@gnu.org> | 326 2005-11-13 Richard M. Stallman <rms@gnu.org> |
326 | 327 |
327 * help.el (help-for-help-internal): Improve doc of C-h a. | 328 * help.el (help-for-help-internal): Improve doc of C-h a. |
328 (describe-key): Improve prompt; doc fix. | 329 (describe-key): Improve prompt; doc fix. |
329 | 330 |
330 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca> | 331 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca> |
331 | 332 |
332 * vc-svn.el (vc-svn-registered): Catch all errors. | 333 * vc-svn.el (vc-svn-registered): Catch all errors. |
333 | 334 |
334 * cus-dep.el (custom-make-dependencies): Typo. | 335 * cus-dep.el (custom-make-dependencies): Typo. |
341 | 342 |
342 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry. | 343 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry. |
343 | 344 |
344 2005-11-13 Nick Roberts <nickrob@snap.net.nz> | 345 2005-11-13 Nick Roberts <nickrob@snap.net.nz> |
345 | 346 |
346 * progmodes/gud.el (gud-menu-map): Move parentheses (again). | 347 * progmodes/gud.el (gud-menu-map): Move parentheses (again). |
347 (gud-speedbar-buttons): Match on "const char *" too. | 348 (gud-speedbar-buttons): Match on "const char *" too. |
348 | 349 |
349 * progmodes/gdb-ui.el (gdb-var-create-handler) | 350 * progmodes/gdb-ui.el (gdb-var-create-handler) |
350 (gdb-var-list-children-handler): Match on "const char *" too. | 351 (gdb-var-list-children-handler): Match on "const char *" too. |
351 (gdb-var-evaluate-expression-handler): Match on empty string. | 352 (gdb-var-evaluate-expression-handler): Match on empty string. |