aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-07Rename ChangeLogs for gitlog-to-changelogPaul Eggert1-194/+0
This patch was implemented via the following shell commands: find * -name ChangeLog | sed 's,.*,git mv & &.1, s, lisp/ChangeLog\.1$, lisp/ChangeLog.17, s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09, s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3, s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2, s, src/ChangeLog\.1$, src/ChangeLog.13,' | sh git commit -am"[this commit message]"
2015-04-05Update the 24.5 release date in all ChangeLog filesNicolas Petton1-1/+1
2015-03-27Bump version to 24.5 for the release-candidateemacs-24.5-rc1Nicolas Petton1-0/+4
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
Run admin/update-copyright.
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
Run admin/update-copyright.
2014-12-29Omit trailing white spacePaul Eggert1-1/+0
This should simplify switching to automated ChangeLogs.
2014-12-13Remove lib-src/grep-changelogGlenn Morris1-0/+4
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00145.html * lib-src/grep-changelog: Remove file. * lib-src/Makefile.in (INSTALLABLE_SCRIPTS): Remove. (all, install, uninstall): Remove INSTALLABLE_SCRIPTS. * doc/man/grep-changelog.1: Remove file. * make-dist: No more lib-src/grep-changelog. * INSTALL: No longer mention grep-changelog. * admin/quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove, and all uses. * admin/authors.el (authors-valid-file-names): Add grep-changelog. * etc/NEWS: Mention this.
2014-11-09Further reduce the number of versioned files storing the version numberGlenn Morris1-0/+4
* configure.ac (doc/man/emacs.1): Generate it. * Makefile.in (top_bootclean): Remove doc/man/emacs.1. * make-dist: Do not distribute doc/man/emacs.1. * admin/admin.el (set-version): No need to update doc/man/emacs.1. * doc/man/emacs.1.in: Rename from emacs.1. * .bzrignore: Add doc/man/emacs.1.
2014-10-20Add 24.4 release ChangeLog entriesemacs-24.4Glenn Morris1-0/+4
2014-09-29Follow-up to renaming v24.5 to 25.1.Eli Zaretskii1-0/+4
README: Bump version to 25.0.50. configure.ac (AC_INIT): Bump version to 25.0.50. nt/makefile.w32-in (VERSION): Bump version to 25.0.50. nt/emacsclient.rc: Bump version to 25.0.50. nt/emacs.rc: Bump version to 25.0.50. nt/config.nt (VERSION): Bump version to 25.0.50. msdos/sed2v2.inp: Bump version to 25.0.50. etc/refcards/ru-refcard.tex: Bump version to 25.0.50. etc/refcards/emacsver.tex: Bump version to 25.0.50. src/msdos.c (internal_terminal_init): Bump version to 25. doc/man/emacs.1: Bump version to 25.0.50. doc/emacs/emacsver.texi (EMACSVER): Bump to 20.0.50.
2014-01-11Replace doc references to deleted etc/ filesGlenn Morris1-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.
2014-01-09Refer to online service directory rather than etc/SERVICEGlenn Morris1-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.
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-08-31* doc/emacs/xresources.texi (Motif Resources):Ulrich Müller1-0/+4
Rename from LessTif Resources. Update xrefs. * doc/emacs/emacs.texi: Update menu. * doc/man/emacs.1: Update manual links. Fixes: debbugs:15145
2013-04-09* doc/man/emacs.1: Add some more command-line options.Petr Hracek1-0/+4
Fixes: debbugs:14165
2013-03-10Add 24.3 release to ChangeLogsemacs-24.3Glenn Morris1-0/+4
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-12-02* lib-src/etags.c (Lisp_functions): Skip (defvar foo) declarationsKevin Ryde1-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
2012-08-24Update release logsemacs-24.2Chong Yidong1-1/+1
2012-08-16Bump version to 24.2Chong Yidong1-0/+4
2012-06-03Remove lib-src/rcs-checkinGlenn Morris1-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.
2012-06-01Bump version to 24.1.Chong Yidong1-0/+4
Add release logs. Regenerate AUTHORS and ldefs-boot.el.
2012-04-07Bump trunk version to 24.1.50.Glenn Morris1-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.
2012-01-19Bump version number to 23.4Chong Yidong1-0/+4
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-11-16Fix typos.Juanma Barranquero1-0/+4
2011-11-15Fix typos.Juanma Barranquero1-1/+1
2011-10-06Document exactly how emacsclient's -a "" starts the daemon.Chong Yidong1-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
2011-09-17* doc/man/emacs.1: Escape a dash.Sven Joachim1-0/+4
2011-07-11Document several Emacs 24 changes.Chong Yidong1-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.
2011-06-25Allow emacsclient to set parameters of new graphical frames (bug#5864)Andreas Rottmann1-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.
2011-04-06Update and split ChangeLogs.Juanma Barranquero1-0/+4
2011-03-07Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs.Chong Yidong1-1/+1
* lisp/progmodes/cc-cmds.el (c-beginning-of-statement): Revert 2011-01-31 change.
2011-02-28Release logs for 23.3 release.Chong Yidong1-0/+4
Regenerate configure and other release files.
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-1/+1
2011-01-15Nuke arch-tags.Glenn Morris1-1/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-12-29* emacsclient.1: Arrange options alphabetically (Bug#7620).Jari Aalto1-0/+4
2010-10-09* doc/man/emacs.1: Small fixes.Glenn Morris1-0/+4
2010-10-09* doc/man/b2m.1: Remove file.Glenn Morris1-0/+4
2010-10-08* doc/man/emacs.1: Update license description.Ulrich Mueller1-0/+4
2010-09-25Add more xz compression support.Ulrich Mueller1-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.
2010-08-26* emacs.1: Mention "maximized" value for the "fullscreen" X resource.Chong Yidong1-0/+4
2010-05-07Bump version to 23.2.emacs-23.2Chong Yidong1-0/+4
2010-03-10Bump version to 24.0.50.Chong Yidong1-0/+4
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2010-01-09* emacs.1: Copyedits. Update options -Q, -mm and --daemon. Remove ↵Chong Yidong1-0/+5
deprecated --unibyte option.
2009-12-29Fix typos in ChangeLogs.Juanma Barranquero1-1/+1
2009-06-21Add "Branch for 23.1" ChangeLog entry.Chong Yidong1-0/+4