aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* *** empty log message ***Kenichi Handa2008-03-271-3/+3
|
* Fix Emacs version.Glenn Morris2008-03-131-0/+4
|
* Add 2008 to copyright years.Glenn Morris2008-01-091-1/+1
|
* Update Emacs version.Glenn Morris2008-01-081-0/+4
|
* etags.1Francesco Potortì2007-11-221-0/+5
|
* *** empty log message ***Juanma Barranquero2007-11-161-1/+1
|
* etags.1: note that you can use "-" for stdout with -o.Francesco Potortì2007-11-151-0/+4
|
* Add arch taglineMiles Bader2007-09-071-0/+1
|
* New file.Glenn Morris2007-09-061-0/+30