comparison lisp/ChangeLog @ 102381:36437490ed93

(end-of-defun-function): Make it more clear that the function takes no argument.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 03 Mar 2009 16:12:02 +0000
parents 6a06f943ee6d
children b83a02b58e7f
comparison
equal deleted inserted replaced
102380:762408a9ef5d 102381:36437490ed93
1 2009-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
4 the function takes no argument.
5
1 2009-03-03 Glenn Morris <rgm@gnu.org> 6 2009-03-03 Glenn Morris <rgm@gnu.org>
2 7
3 * mail/rmail.el (rmail-highlighted-headers, rmail-highlight) 8 * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
4 (rmail-header-name): Doc fixes. 9 (rmail-header-name): Doc fixes.
5 (rmail-show-message-verbose-min): Add :version. 10 (rmail-show-message-verbose-min): Add :version.
449 454
450 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix. 455 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
451 456
452 2009-02-17 Miles Bader <miles@gnu.org> 457 2009-02-17 Miles Bader <miles@gnu.org>
453 458
454 * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match 459 * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
455 copyright statements where the years follow the name. 460 copyright statements where the years follow the name.
456 461
457 2009-02-17 Glenn Morris <rgm@gnu.org> 462 2009-02-17 Glenn Morris <rgm@gnu.org>
458 463
459 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p 464 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
460 move point. (Bug#2209) 465 move point. (Bug#2209)
461 466
462 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix. 467 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
463 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos. 468 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
464 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to 469 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
465 "not-rmail", and make it work. Simplify. 470 to "not-rmail", and make it work. Simplify.
466 (rmail-mbox-from): New function. 471 (rmail-mbox-from): New function.
467 (rmail-output-as-mbox): Use rmail-mbox-from. 472 (rmail-output-as-mbox): Use rmail-mbox-from.
468 (rmail-output): Ensure a From line in the not-rmail Babyl case. 473 (rmail-output): Ensure a From line in the not-rmail Babyl case.
469 474
470 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an 475 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
471 error if the header is corrupt. 476 error if the header is corrupt.
472 477
473 2009-02-16 Ulf Jasper <ulf.jasper@web.de> 478 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
474 479
475 * net/newst-treeview.el (newsticker--treeview-load): Offer 480 * net/newst-treeview.el (newsticker--treeview-load):
476 deletion of old groups file. 481 Offer deletion of old groups file.
477 482
478 2009-02-16 Glenn Morris <rgm@gnu.org> 483 2009-02-16 Glenn Morris <rgm@gnu.org>
479 484
480 * mail/rmailout.el (rmail-delete-unwanted-fields) 485 * mail/rmailout.el (rmail-delete-unwanted-fields)
481 (rmail-output-as-babyl, rmail-output-to-babyl-buffer) 486 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
486 2009-02-15 Glenn Morris <rgm@gnu.org> 491 2009-02-15 Glenn Morris <rgm@gnu.org>
487 492
488 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix. 493 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
489 494
490 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group. 495 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
491 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove 496 (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
492 unnecessary use of with-no-warnings. 497 Remove unnecessary use of with-no-warnings.
493 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix. 498 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
494 (rmail-output-as-mbox): Start search from point-min. If constructing a 499 (rmail-output-as-mbox): Start search from point-min. If constructing a
495 "From " line, prefer the date header over the current time. 500 "From " line, prefer the date header over the current time.
496 (rmail-update-summary): Move declaration earlier in file. 501 (rmail-update-summary): Move declaration earlier in file.
497 502