summaryrefslogtreecommitdiff
path: root/lisp/mail/mail-hist.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes. * comint.el (comint-prompt-read-only): * custom.el (defcustom): * hi-lock.el (hi-lock-mode): * ibuffer.el (ibuffer-formats): * ielm.el (ielm-prompt-read-only): * novice.el (disable-command): * saveplace.el (toggle-save-place): * speedbar.el (speedbar-supported-extension-expressions): * startup.el (auto-save-list-file-prefix, init-file-user) (after-init-hook, inhibit-startup-echo-area-message): * strokes.el (strokes-help): * time-stamp.el (time-stamp): * calendar/calendar.el (calendar, diary-file): * calendar/diary-lib.el (diary-mail-entries, diary) (diary-list-entries-hook): * calendar/holidays.el (holidays, calendar-holidays): * calendar/lunar.el (lunar-phases): * calendar/solar.el (sunrise-sunset): * emulation/edt.el (edt-load-keys): * emulation/viper.el (viper-mode): * eshell/em-alias.el (eshell-command-aliases-list): * eshell/esh-util.el (eshell-convert-numeric-arguments): * international/ogonek.el (ogonek-information): * net/tramp-cmds.el (tramp-bug): * net/quickurl.el (quickurl-reread-hook-postfix): * play/decipher.el (decipher-font-lock-keywords): * progmodes/cc-styles.el (c-set-style): * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern): * progmodes/inf-lisp.el (inferior-lisp-prompt): * progmodes/octave-mod.el (octave-mode): * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password): * progmodes/verilog-mode.el (verilog-read-defines): * textmodes/two-column.el (2C-mode): Likewise.
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-3/+3
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-091-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-4/+4
|
* (mail-hist-next-input): Fix docstring.Simon Josefsson2002-09-261-1/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-3/+3
|
* mail/mail-hist.el (mail-hist-text-too-long-p): doc fix.Karl Fogel2001-01-031-2/+1
|
* (mail-hist-previous-input, mail-hist-next-input): do the obvious codeKarl Fogel2000-07-281-32/+31
| | | | | | | factorization. (mail-hist-retrieve-and-insert): new func, contains common code of above two. If inserting a message body, leave point at top.
* (mail-hist-current-header-name): Don't makeKarl Heuer1999-03-261-1/+1
| | | | off-by-one-error when determining if in message body.
* (mail-hist-current-header-contents):Karl Heuer1998-09-061-1/+1
| | | | Fix previous change: use mail-header-end.
* (mail-hist-current-header-name): Fix test.Karl Heuer1998-08-261-2/+2
| | | | (mail-hist-current-header-contents): Use mail-text-start.
* Require sendmail.Richard M. Stallman1998-04-301-23/+8
| | | | | | | (mail-hist-current-header-name): Use mail-text-start. (mail-hist-forward-header): Use mail-header-end. (mail-hist-current-header-contents): Use mail-header-start. (mail-hist-put-headers-into-history): Use mail-text-start.
* Customized.Stephen Eglen1998-02-221-6/+17
|
* Delete second (obsolete) copy of FSF address.Karl Heuer1996-07-201-4/+0
|
* (mail-hist-current-header-name): Use buffer-substring-no-properties.Miles Bader1996-07-021-1/+1
|
* Revert to version 1.9.Richard M. Stallman1996-05-081-108/+98
|
* (mail-hist-version): upped to 1.3.4.Karl Fogel1996-05-081-98/+108
| | | | | | | | | | | | | | | | | | (mail-hist-put-headers-into-history): wrap relevant body in a `save-excursion'. (mail-hist-add-header-contents-to-ring): doc fix. Use `mail-hist-text-size-limit' directly. (mail-hist-text-size-limit): doc fix. (mail-hist-text-too-long-p): removed, we don't need this func. (mail-hist-forward-header): move to point just after colon, don't try to treat whitespace specially. (mail-hist-next-or-previous-input): new func, abstracts two funcs below. Error informatively if not in a header. Compensate for the extra SPACE char in "virgin" headers. (mail-hist-next-input): just call above. (mail-hist-previous-input): same. (mail-hist-header-virgin-p): new func.
* Update FSF's address.Erik Naggum1996-01-141-0/+6
|
* (mail-hist-text-size-limit): New var.Richard M. Stallman1995-06-241-5/+15
| | | | | | (mail-hist-text-too-long-p): New func. (mail-hist-add-header-contents-to-ring): call above; if the text is too long, then store the empty string in the history.
* Don't autoload anything to turn on mail-hist.Richard M. Stallman1995-06-231-7/+3
| | | | (mail-hist-enable): New function, autoloaded.
* (mail-hist-put-headers-into-history):Richard M. Stallman1995-04-111-7/+7
| | | | Add save-excursion around entire function.
* Use $ at end when searching for mail-header-separator.Richard M. Stallman1995-04-071-6/+6
|
* (mail-hist-put-headers-into-history)Richard M. Stallman1994-10-111-5/+13
| | | | | | (mail-hist-current-header-contents, mail-hist-forward-header) (mail-hist-current-header-name): Use regexp-quote on mail-header-separator.
* Make sure that headers are case-insensitive.Richard M. Stallman1994-07-181-5/+9
| | | | Upped version to 1.3.
* Doc fix.Richard M. Stallman1994-05-221-2/+2
|
* Initial revisionRichard M. Stallman1994-05-021-0/+282