aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace doc references to deleted etc/ filesGlenn Morris2014-01-111-0/+4
| | | | | | | | | | * README: Replace reference to etc/MAILINGLISTS. * doc/man/emacs.1: Replace reference to etc/MAILINGLISTS. * doc/misc/efaq.texi (Guidelines for newsgroup postings) (Informational files for Emacs): Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
* Refer to online service directory rather than etc/SERVICEGlenn Morris2014-01-091-0/+4
| | | | | | | * doc/emacs/trouble.texi (Service): * doc/man/emacs.1: Refer to online service directory rather than etc/SERVICE. * etc/SERVICE: Mark as obsolete.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* * doc/emacs/xresources.texi (Motif Resources):Ulrich Müller2013-08-311-0/+4
| | | | | | | | | | Rename from LessTif Resources. Update xrefs. * doc/emacs/emacs.texi: Update menu. * doc/man/emacs.1: Update manual links. Fixes: debbugs:15145
* Merge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka@jpl.orgGlenn Morris2013-04-201-0/+4
|\
| * * doc/man/emacs.1: Add some more command-line options.Petr Hracek2013-04-091-0/+4
| | | | | | | | Fixes: debbugs:14165
| * Add 24.3 release to ChangeLogsemacs-24.3Glenn Morris2013-03-101-0/+4
| |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| |
* | * lib-src/etags.c (Lisp_functions): Skip (defvar foo) declarationsKevin Ryde2012-12-021-0/+4
|/ | | | | | | | | | | | unless the --declarations flag is enabled. (Lisp_help): Update. (skip_name): New function. * doc/emacs/maintaining.texi (Tag Syntax): Mention (defvar foo) handling. * doc/man/etags.1: Mention effect of --declarations in Lisp. Fixes: debbugs:5600
* Remove lib-src/rcs-checkinGlenn Morris2012-06-031-3/+5
| | | | | | | | | | | | | | | | | | | This script isn't used by Emacs, and I can't imagine anyone else is using it any more either... From the commentary: "This script is intended to be used to convert files with an old-Emacs-style version history for use with VC (the Emacs 19 version-control interface), which likes to use RCS as its back end." * lib-src/rcs-checkin: Remove file. * lib-src/Makefile.in (INSTALLABLE_SCRIPTS, STAMP_INST_SCRIPTS): Remove rcs-checkin. (stamp-rcs-checkin): Remove. * INSTALL, make-dist: Remove rcs-checkin. * admin/quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin. * doc/man/rcs-checkin.1: Remove.
* Bump trunk version to 24.1.50.Glenn Morris2012-04-071-0/+4
| | | | | | | | | | | | | | | | | | | * README, configure.in (AC_INIT): Bump version to 24.1.50. * doc/emacs/emacsver.texi (EMACSVER): Bump version to 24.1.50. * doc/man/emacs.1: Bump version to 24.1.50. * msdos/sed2v2.inp: Bump version to 24.1.50. * nextstep/Cocoa/Emacs.base/Contents/Info.plist: * nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist: * nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop: Bump version to 24.1.50. * nt/config.nt, nt/makefile.w32-in, nt/emacs.rc, nt/emacsclient.rc: Bump version to 24.1.50.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Fix typos.Juanma Barranquero2011-11-161-0/+4
|
* Fix typos.Juanma Barranquero2011-11-151-1/+1
|
* Document exactly how emacsclient's -a "" starts the daemon.Chong Yidong2011-10-061-0/+4
| | | | | | | | | * doc/emacs/misc.texi (emacsclient Options): Document how emacsclient runs the Emacs daemon. * doc/man/emacsclient.1: Document how -a "" starts the daemon. Fixes: debbugs:9674
* * doc/man/emacs.1: Escape a dash.Sven Joachim2011-09-171-0/+4
|
* Document several Emacs 24 changes.Chong Yidong2011-07-111-0/+4
| | | | | | | | | | | | | | * doc/emacs/cmdargs.texi (Initial Options): Document --no-site-lisp. (Misc X): Document --parent-id. * doc/emacs/frames.texi (Frame Commands): Note that focus-follows-mouse now defaults to nil. * doc/emacs/misc.texi (emacsclient Options): Document --parent-id. * doc/emacs/msdog.texi (Windows HOME): Document _emacs as obsolete. * doc/man/emacsclient.1: Document exit status.
* Allow emacsclient to set parameters of new graphical frames (bug#5864)Andreas Rottmann2011-06-251-0/+4
| | | | | | | | | | | | * lib-src/emacsclient.c (longopts, decode_options, main): Add frame-parameters. * lisp/server.el (server-create-window-system-frame): Add parameters arg. (server-process-filter): Doc fix. Handle frame-parameters. * doc/emacs/misc.texi (emacsclient Options): Mention --frame-parameters. * doc/man/emacsclient.1: Mention --frame-parameters. * etc/NEWS: Mention this.
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+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
| |
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-0/+4
|\ \ | |/
| * * emacsclient.1: Arrange options alphabetically (Bug#7620).Jari Aalto2010-12-291-0/+4
| |
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-121-0/+8
|\ \ | |/
| * * doc/man/emacs.1: Small fixes.Glenn Morris2010-10-091-0/+4
| |
| * * doc/man/emacs.1: Update license description.Ulrich Mueller2010-10-081-0/+4
| |
* | * doc/man/b2m.1: Remove file.Glenn Morris2010-10-091-0/+4
| |
* | Add more xz compression support.Ulrich Mueller2010-09-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/man/etags.1: xz compression is now supported. * doc/misc/woman.texi (Interface Options): xz compression is now supported. * lib-src/etags.c (compressors, print_language_names): Support xz compression. * lisp/eshell/em-ls.el (eshell-ls-archive-regexp): * lisp/eshell/esh-util.el (eshell-tar-regexp): * lisp/ibuffer.el (ibuffer-compressed-file-name-regexp): * lisp/info.el (Info-suffix-list): * lisp/international/mule.el (auto-coding-alist): * lisp/woman.el (woman-file-regexp, woman-file-compression-regexp): * lisp/progmodes/etags.el (tags-compression-info-list): Support xz compression.
* | merge changes in emacs-23 branchKenichi Handa2010-09-011-0/+4
|\ \ | |/
| * * emacs.1: Mention "maximized" value for the "fullscreen" X resource.Chong Yidong2010-08-261-0/+4
| |
* | Merge from emacs-23Stefan Monnier2010-05-081-2/+6
|\ \ | |/
| * Bump version to 23.2.emacs-23.2Chong Yidong2010-05-071-0/+4
| |
* | Bump version to 24.0.50.Chong Yidong2010-03-101-0/+4
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * emacs.1: Copyedits. Update options -Q, -mm and --daemon. Remove ↵Chong Yidong2010-01-091-0/+5
| | | | deprecated --unibyte option.
* Fix typos in ChangeLogs.Juanma Barranquero2009-12-291-1/+1
|
* Add "Branch for 23.1" ChangeLog entry.Chong Yidong2009-06-211-0/+4
|
* Minor fixes.Glenn Morris2009-01-311-0/+4
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* Fix typos. Add more to the "SEE ALSO" section.Dan Nicolaescu2008-12-141-0/+4
|
* Fix MAILINGLISTS (default) location.Glenn Morris2008-12-141-0/+4
|
* Remove initial copyright comment, just refer to COPYING section, mergeGlenn Morris2008-12-131-0/+19
| | | | years.
* * Makefile.in (install-arch-indep): Install ebrowse.1.Dan Nicolaescu2008-12-101-0/+2
| | | | * ebrowse.1: New file, mostly just the results of --help in man format.
* * misc.texi (emacsclient Options): Describe what an empty stringDan Nicolaescu2008-12-101-0/+5
| | | | | | | | | | | | | | argument does for --alternate-editor. * emacsclient.1: Describe what an empty string argument does for --alternate-editor. * emacsclient.c (print_help_and_exit): Describe what an empty string argument does for --alternate-editor. (set_socket): Make it possible to not exit in case of an error. (start_daemon_and_retry_set_socket): New function. (main): Use it. Restore the NULL value for socket_name and server_file after the set_socket call.
* Fix typos.Juanma Barranquero2008-12-021-1/+1
|
* Mention -nw and -c. Fix the character for --help.Dan Nicolaescu2008-11-271-0/+5
| | | | Swap the order of -e and -n to follow the order displayed by --help.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-161-6/+4
|