aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/paths.el
Commit message (Collapse)AuthorAgeFilesLines
* (remote-shell-program): Add doc string.Richard M. Stallman2002-02-261-1/+2
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (Info-default-directory-list): Don't delete configure-info-directoryMiles Bader2000-12-151-1/+1
| | | | | from the list of standard info directories when appending it to the end -- their order is important.
* (Info-default-directory-list): IfEli Zaretskii2000-12-141-15/+27
| | | | | | configure-info-directory is not one of the standard directories, put it first in the list; otherwise put it last. Doc string changed accordingly.
* (prune-directory-list): New function.Miles Bader2000-07-041-23/+42
| | | | | | (Info-default-directory-list): Rewritten to more methodically enumerate a big list of possible info directories (based on the list used by the standalone info reader).
* (Info-default-directory-list): Doc fix.Gerd Moellmann2000-05-301-1/+2
|
* (rmail-file-name): Make it an option.Gerd Moellmann1999-10-281-2/+5
|
* Make some doc strings obey the make-docfile convention.Dave Love1999-09-041-11/+15
|
* Copyright up-date.Dave Love1999-01-261-1/+1
|
* (Info-default-directory-list): Use configdir twice.Dave Love1999-01-261-1/+3
|
* #Oops in last change.Dave Love1999-01-221-1/+1
| | | | (Info-default-directory-list): Put sysdir after start.
* (Info-default-directory-list): Add sysdir last.Dave Love1999-01-221-1/+4
|
* (Info-default-directory-list): Perhaps add /usr/info.Richard M. Stallman1999-01-201-10/+16
|
* (sendmail-program): Look first in /usr/sbin.Richard M. Stallman1997-06-261-1/+1
|
* (gnus-local-domain): Remove.Richard M. Stallman1996-09-011-6/+0
|
* (news-inews-program): Look for /usr/contrib/lib/news/inews.Richard M. Stallman1996-08-151-0/+1
|
* (Info-default-directory-list): Doc fix.Richard M. Stallman1996-06-191-3/+8
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (abbrev-file-name): Use convert-standard-filename.Richard M. Stallman1996-01-011-1/+1
|
* (rmail-spool-directory): Append slash to all pathnames.Erik Naggum1995-12-221-1/+1
|
* (rmail-spool-directory): Try /var/spool/mail.Karl Heuer1995-12-211-1/+7
| | | | (news-path): Use /var/spool/news as last resort.
* (remote-shell-program): Try rcmd also.Karl Heuer1995-07-171-0/+2
|
* (remote-shell-program): Fix typo checking /usr/bin/remsh.Richard M. Stallman1995-06-261-1/+1
|
* (remote-shell-program): Reorder search path.Karl Heuer1995-01-191-3/+8
|
* (remote-shell-program): New var.Karl Heuer1995-01-181-0/+15
|
* (gnus-default-nntp-server): Doc fix.Richard M. Stallman1994-11-281-3/+1
|
* (rmail-spool-directory): Add a condition to test the Bull DPX/2.Richard M. Stallman1994-10-181-0/+4
|
* (rmail-spool-directory): Use /var/mail if it exists.Richard M. Stallman1994-07-051-11/+4
|
* (rmail-spool-directory): Use /var/mail for bsd386.Richard M. Stallman1994-07-051-0/+4
|
* (Info-default-directory-list): Don't attach ../info.Richard M. Stallman1994-05-301-8/+9
| | | | | So now configure-info-directory comes last. Put /usr/local/info second.
* (rmail-spool-directory): Maybe use /var/mail.Richard M. Stallman1994-05-221-0/+6
|
* (rmail-spool-directory): On SCO 3.2v4, use /usr/spool/mail.Richard M. Stallman1994-05-071-1/+3
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (mh-progs, mh-lib): Deleted.Richard M. Stallman1994-03-201-18/+3
|
* (Info-default-directory-list): Doc fix.Richard M. Stallman1994-01-011-1/+4
|
* (manual-program): Deleted.Richard M. Stallman1994-01-011-6/+0
|
* (rmail-spool-directory): Use dgux, not dgux-unix.Richard M. Stallman1993-12-231-2/+1
|
* (rmail-spool-directory): Check for irix, not silicon-graphic-unix.Richard M. Stallman1993-11-141-1/+1
|
* (rmail-spool-directory): Use "/var/mail/" if system-type is netbsd.Roland McGrath1993-09-101-4/+6
|
* (sendmail-program): Try /usr/sbin/sendmail.el also.Richard M. Stallman1993-08-041-5/+5
|
* (gnus-local-organization): Initially nil.Richard M. Stallman1993-05-291-6/+6
|
* Fix up previous change.Richard M. Stallman1993-05-281-4/+4
|
* (manual-formatted-dirlist, manual-formatted-dir-prefix): Deleted.Richard M. Stallman1993-05-281-56/+0
|
* (Info-default-directory-list): Take out ../../info.Richard M. Stallman1993-05-281-5/+10
| | | | Avoid duplication.
* (gnus-local-organization): Renamed from ...-your-...Richard M. Stallman1993-05-261-2/+2
| | | | (gnus-local-domain): Likewise.
* * paths.el (Info-default-directory-list): AddJim Blandy1993-05-261-1/+1
| | | | configure-info-directory to this list.
* * paths.el (Info-default-directory-list): Add ../../info.Jim Blandy1993-05-251-0/+1
|
* (Info-default-directory-list): Add ../../info.Richard M. Stallman1993-05-251-1/+2
|
* (sendmail-program): Try /usr/ucblib/sendmail.Richard M. Stallman1993-01-281-1/+3
|
* Sat Dec 12 03:22:57 1992 Jim Blandy ([email protected])Jim Blandy1992-12-121-1/+2
| | | | | | * paths.el (Info-default-directory-list): The info files are supposed to be in /usr/local/info these days. Add it to the list of directories to search.