| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
| | | | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)". | ||||
| * | Omit/rewrite useless regexp repetitions | Paul Eggert | 2019-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Problem reported by Mattias EngdegÄrd in: https://lists.gnu.org/r/emacs-devel/2019-04/msg00527.html * lisp/align.el (align-rules-list): * lisp/cedet/srecode/srt-mode.el (srecode-font-lock-keywords): * lisp/emacs-lisp/copyright.el (copyright-regexp): * lisp/erc/erc-backend.el (JOIN): * lisp/erc/erc-goodies.el (erc-unmorse): * lisp/mail/mail-extr.el (mail-extr-telephone-extension-pattern): * lisp/net/tramp-adb.el (tramp-adb-prompt): * lisp/org/org-table.el (org-table-range-regexp): * lisp/progmodes/idlwave.el (idlwave-where): * lisp/progmodes/verilog-mode.el (verilog-declaration-re-2-no-macro) (verilog-declaration-re-2-macro, verilog-delete-auto-buffer) (verilog-auto-inst-port): * lisp/url/url-misc.el (url-data): Omit or rewrite useless repetitions that risk being very slow in the backtracking regexp engine in Emacs. | ||||
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
| | | | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'. | ||||
| * | Load mm-util as needed for url-file and url-data (Bug#30258) | Noam Postavsky | 2018-01-26 | 1 | -0/+1 |
| | | | | | | | | | | * lisp/url/url-file.el (url-file): * lisp/url/url-misc.el (url-data): Require `mm-util' before calling `mm-disable-multibyte'. * test/lisp/url/url-file-resources/file.txt: * test/lisp/url/url-file-tests.el: * test/lisp/url/url-misc-tests.el: New tests. | ||||
| * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now. | ||||
| * | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
| |\ | | | | | | | | | 2e2a806 Fix copyright years by hand 5badc81 Update copyright year to 2017 | ||||
| | * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | | | Run admin/update-copyright. | ||||
| * | | Pacify byte-compiler in lisp/url | Paul Eggert | 2016-05-18 | 1 | -0/+1 |
| |/ | | | | | * lisp/url/url-misc.el, lisp/url/url-file.el (mm-disable-multibyte): Add decl. | ||||
| * | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+2 |
| | | |||||
| * | * lisp/url/url-misc.el (url-data): Avoid match-data mix-up with base64 case. | Glenn Morris | 2013-09-16 | 1 | -6/+5 |
| | | | | | | | Use Content-Transfer-Encoding rather than Content-Encoding. Fixes: debbugs:15285 | ||||
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 |
| |\ | |||||
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
| | | | |||||
| * | | * lisp/url/url-misc.el (url-do-terminal-emulator): Use make-term | Chong Yidong | 2012-12-03 | 1 | -21/+15 |
| |/ | | | | instead of terminal-emulator. | ||||
| * | More CL cleanups and reduction of use of cl.el. | Stefan Monnier | 2012-07-11 | 1 | -10/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el: * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el: * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el: * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el: * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el: * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el: * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el: * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el: * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el: * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el: * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el: * eshell/em-cmpl.el, eshell/em-banner.el: * url/url.el, url/url-queue.el, url/url-parse.el, url/url-http.el: * url/url-future.el, url/url-dav.el, url/url-cookie.el: * calendar/parse-time.el, test/eshell.el: Use cl-lib. * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el: * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el: * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el: * term/ns-win.el, term.el, shell.el, ps-samp.el: * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el: * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el: * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el: * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el: * net/ldap.el, net/eudc.el, net/browse-url.el, man.el: * mail/mailheader.el, mail/feedmail.el: * url/url-util.el, url/url-privacy.el, url/url-nfs.el, url/url-misc.el: * url/url-methods.el, url/url-gw.el, url/url-file.el, url/url-expand.el: Dont use CL. * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time. * eshell/esh-opt.el (eshell-eval-using-options): Quote code with `lambda' rather than with `quote'. (eshell-do-opt): Adjust accordingly. (eshell-process-option): Simplify. * eshell/esh-var.el: * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options. * emacs-pcase.el (pcase--dontcare-upats, pcase--let*) (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern to `pcase--dontcare'. * emacs-cl.el (labels): Mark obsolete. (cl--letf, letf): Move to cl-lib. (cl--letf*, letf*): Remove. * emacs-cl-lib.el (cl-nth-value): Use defalias. * emacs-cl-macs.el (cl-dolist, cl-dotimes): Add indent rule. (cl-progv): Rewrite. (cl--letf, cl-letf): Move from cl.el. (cl-letf*): New macro. * emacs-cl-extra.el (cl--progv-before, cl--progv-after): Remove. | ||||
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| | | |||||
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| | | |||||
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
| | | |||||
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | | |||||
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | | |||||
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | | |||||
| * | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | | |||||
| * | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
| | | |||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
| * | Diane Murray <disumu at x3y2z1.net> | Glenn Morris | 2007-09-22 | 1 | -1/+1 |
| | | | | | | (url-generic-emulator-loader): Send the port as a string to `url-do-terminal-emulator'. | ||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-05 | 1 | -1/+1 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | Update header and footer. | Lars Hansen | 2004-10-19 | 1 | -20/+22 |
| | | |||||
| * | Load cl at compile time. | Richard M. Stallman | 2004-10-16 | 1 | -0/+1 |
| | | |||||
| * | Fix copyright notice. | Lars Hansen | 2004-10-10 | 1 | -2/+1 |
| | | |||||
| * | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196 | Miles Bader | 2004-04-10 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | Remove RCS keywords 2004-04-10 Miles Bader <miles@gnu.org> RCS keyword removal (only non-comment changes are enumerated here): * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed. (byte-compile-insert-header): Don't use `byte-compile-version'. * lisp/url/url-vars.el (url-version): Use the constant string "Emacs" instead of calculating something from the RCS `State' keyword [the latter is almost entirely useless anyway]. * lisp/forms.el (forms-version): Variable removed. (forms-mode): Don't use `forms-version'. * lisp/recentf.el (recentf-version): Variable removed. * lisp/progmodes/delphi.el (delphi-version): Variable removed. * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring. | ||||
| * | Resolve CVS conflicts | Miles Bader | 2004-04-04 | 1 | -3/+5 |
| | | |||||
| * | Initial revision | Stefan Monnier | 2004-04-04 | 1 | -0/+119 |