summaryrefslogtreecommitdiff
path: root/lisp/version.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Restore compatibilty with 23.1 (Tested)Eric S. Raymond2014-01-101-0/+3
|
* Create a needed obsolete-variable alias. Fix up some docstrings.Eric S. Raymond2014-01-081-14/+18
|
* In preparation for the move to git, sanitize out some Bazaar-specific names.Eric S. Raymond2014-01-081-2/+2
| | | | | | | | * version.el (emacs-bzr-version): Name changed to emacs-repository-version. * loadup.el: Follow through on this name change. * lisp/mail/emacsbug.el (report-emacs-bug): Factor out any assumption about the version control system in use.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* lisp/*.el: Silence lexical-binding warnings.Juanma Barranquero2013-08-091-1/+1
|
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
|
* Add option to ask bzr itself for the emacs bzr revisionGlenn Morris2012-09-151-34/+60
| | | | | * lisp/version.el (emacs-bzr-version-bzr): New function. (emacs-bzr-get-version): Add optional EXTERNAL argument.
* Tweak previous emacs-bzr-get-version changeGlenn Morris2012-09-141-1/+1
|
* Improve emacs-bzr-version for lightweight checkouts (bug#12441)Glenn Morris2012-09-141-11/+36
| | | | | | | | * lisp/version.el (emacs-bzr-version): Doc fix. (emacs-bzr-version-dirstate): New function. (emacs-bzr-get-version): For lightweight checkouts, if the parent is local try and check that it matches the branch. If not, just use dirstate information.
* lips/version.el (*-version-string): Declare.Juanma Barranquero2012-05-271-0/+4
|
* There's no reason not to compile version.elGlenn Morris2012-05-251-18/+19
| | | | | | | | | | AFAICS, this is ancient code dating from when there was an "inc-vers.el", that was used to bump the build number on version.el. Nowadays that happens in loadup.el. * lisp/version.el: Remove no-byte-compile and associated formatting. * lisp/loadup.el: No need to load lisp/version.el uncompiled.
* Do not set a local value for version-control in version.elGlenn Morris2012-05-231-6/+1
| | | | | There's no reason to; this file isn't auto-generated or anything like that.
* Put the '$Id:' tag into MS-Windows executable of Emacs.Eli Zaretskii2012-04-201-3/+2
| | | | | lisp/version.el (top level): Put into the executable the ident-style '$Id:' tag on windows-nt as well.
* Doc fixes for emacs-bzr-* facilities.Eli Zaretskii2012-04-201-3/+5
| | | | lisp/version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
* emacs-bzr-get-version tweakGlenn Morris2012-04-091-10/+26
| | | | | * lisp/version.el (emacs-bzr-get-version): Handle lightweight checkouts of local branches.
* Add emacs-bzr-versionGlenn Morris2012-04-071-0/+20
| | | | | | | | | | | * lisp/version.el (emacs-bzr-get-version): New function. * lisp/loadup.el (emacs-bzr-version): Set it. * lisp/mail/emacsbug.el (report-emacs-bug): Include bzr version. * etc/NEWS: Mention this, though it is not really relevant to releases. Insert template for 24.2 release. Fixes: debbugs:8054
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* * lisp/version.el (emacs-build-system): Give it a doc-string.Glenn Morris2011-11-231-5/+7
| | | | Consolidate local variables at the end of the file.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Merge changes from emacs-23 branchChong Yidong2011-01-021-2/+1
|\
| * Set short copyright year to 2011.Glenn Morris2011-01-011-3/+2
| | | | | | | | | | | | | | | | | | | | | | * lib-src/ebrowse.c (version) <emacs_copyright>: * lib-src/etags.c (print_version) <emacs_copyright>: * lib-src/rcs2log (Copyright): * lisp/version.el (emacs-copyright): * 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: Set short copyright year to 2011.
| * Bump version to 23.2.91.Chong Yidong2010-12-101-1/+1
| | | | | | | | Regenerate configure and ldefs-boot.el.
| * Bump version to 23.2.90.Chong Yidong2010-11-081-1/+1
| | | | | | | | Regenerate AUTHORS, configure, and ldefs-boot.el.
| * Bump version to 23.2.50.Chong Yidong2010-05-081-1/+1
| |
| * Bump version to 23.2.Chong Yidong2010-05-071-1/+1
| |
| * Bump version to 23.1.97.Chong Yidong2010-05-031-1/+1
| |
| * Bump version to 23.1.96.Chong Yidong2010-04-191-1/+1
| |
| * Bump version to 23.1.95.Chong Yidong2010-04-021-1/+1
| |
| * Bump version to 23.1.94 and regenerate ldefs-boot.el.Chong Yidong2010-03-101-1/+1
| |
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
| |
* | Handle --version reasonably in CANNOT_DUMP configuration.Ken Raeburn2010-05-151-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * src/emacs.c (emacs_version, emacs_copyright): New string variables. (Vemacs_version, Vemacs_copyright): New Lisp_Object variables. (syms_of_emacs): Defvar them, and initialize them from the C string variables. (main): If initialization hasn't been done, print initial version info from the C strings, instead of starting an interactive session. * lisp/version.el (emacs-copyright, emacs-version): Don't define here. * configure.in: Look for version string in its new place.
* | Bump version to 24.0.50.Chong Yidong2010-03-101-1/+1
|/
* Bump version to 23.1.93; regenerate AUTHORS.Chong Yidong2010-02-261-1/+1
|
* Bump version to 23.1.92.Chong Yidong2010-01-291-1/+1
|
* Set copyright year to 2010.Glenn Morris2010-01-101-2/+2
| | | | | | | | | | | | | * Cocoa/Emacs.base/Contents/Info.plist: * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * GNUstep/Emacs.base/Resources/Info-gnustep.plist: Set copyright year to 2010. * version.el (emacs-copyright): Set copyright year to 2010. * ebrowse.c (version): * etags.c (print_version): * rcs2log (Copyright): Set copyright year to 2010.
* Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.Chong Yidong2009-12-301-1/+1
|
* Bump version to 23.1.90.Chong Yidong2009-12-091-1/+1
|
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-2/+2
|
* Reformat doc-strings for make-docfile.Glenn Morris2009-09-111-12/+11
|
* Bump version to 23.1.50.Chong Yidong2009-06-211-1/+1
|
* Bump version number to 23.0.95.Chong Yidong2009-06-191-1/+1
|
* Bump version to 23.0.94.Chong Yidong2009-05-231-1/+1
|
* Bump version to 23.0.93.Chong Yidong2009-05-011-1/+1
|
* Bump version to 23.0.92.Chong Yidong2009-03-311-1/+1
|
* Bump version to 23.0.91.Chong Yidong2009-02-261-1/+1
|
* Bump version to 23.0.90.Chong Yidong2009-02-011-1/+1
|
* Fix typo in previous.Glenn Morris2009-01-051-1/+1
|
* (emacs-copyright): Update for 2009.Glenn Morris2009-01-051-2/+3
|
* * lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency ↵Adrian Robert2008-10-221-1/+1
| | | | with other documentation. * src/nsfns.m (ns_appkit_version): New function. (x-server-version): Use it. (syms_of_nsfns): Define ns-version-string here, not nsterm.m. (x-server-vendor): Don't check_ns(). * nsterm.m (syms_of_nsterm): Drop ns-version-string.
* * bitmaps/README:Dan Nicolaescu2008-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xfns.c: * termcap.c: * term.c: * syswait.h: * systty.h: * systime.h: * syssignal.h: * sysdep.c: * process.h: * process.c: * print.c: * ndir.h: * lread.c: * keyboard.c: * getpagesize.h: * floatfns.c: * fileio.c: * emacs.c: * doc.c: * dispnew.c: * dired.c: * data.c: * callproc.c: * buffer.c: * README: * Makefile.in: * s/template.h: * s/msdos.h: * m/vax.h: Remove VMS support. * s/vms.h: * vlimit.h: * uaf.h: * temacs.opt: * param.h: * ioctl.h: Remove file. * descrip.mms: * compile.com: Remove file. * Create.c: Remove VMS support. * message.el (Module): * gnus-start.el (Module): * gnus-registry.el (Module): * textmodes/texinfmt.el: * nxml/nxml-enc.el: * mail/feedmail.el: * international/mule.el: * international/latexenc.el: * emulation/viper-util.el: * emulation/viper-init.el: * emulation/viper-ex.el: * emacs-lisp/bytecomp.el: * version.el: * subr.el: * startup.el: * sort.el: * shadowfile.el: * recentf.el: * printing.el: * paths.el: * minibuffer.el: * ls-lisp.el: * loadup.el: * hippie-exp.el: * finder.el: * files.el: * ediff-util.el: * ediff-ptch.el: * ediff-init.el: * ediff-diff.el: * dired.el: * dired-aux.el: * cus-edit.el: * bindings.el: * arc-mode.el: * add-log.el: Remove VMS support. * obsolete/vmsproc.el: * obsolete/vms-pmail.el: * obsolete/vms-patch.el: Remove file. * etags.c: * emacsclient.c: Remove VMS support. * termcap.src: Remove file. * README: * PROBLEMS: * MACHINES: Remove VMS info. * ediff.texi: Remove VMS support. * os.texi: * intro.texi: * files.texi: Remove VMS support. * emacs.texi: Remove VMS support. * make-dist: * README: Remove VMS support. * vms: Remove directory.