Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix problem with (narrow-to-page 1) with point at point-max | Lars Ingebrigtsen | 2022-04-22 | 1 | -5/+12 |
| | | | | | * lisp/textmodes/page.el (forward-page): Make this work more consistently if point is on bol (bug#20663). | ||||
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | ; Remove some useless comments | Stefan Kangas | 2021-04-16 | 1 | -2/+0 |
| | |||||
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
| | | | | Run "TZ=UTC0 admin/update-copyright". | ||||
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
| | | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)". | ||||
* | Split up and add tests for two page.el functions | Simen Heggestøyl | 2019-06-23 | 1 | -25/+34 |
| | | | | | | | | | | | | * lisp/textmodes/page.el (page--count-lines-page): New function extracted from `count-lines-page'. (count-lines-page): Extract main logic into `page--count-lines-page'. (page--what-page); New function extracted from `what-page'. (what-page): Extract main logic into `page--what-page'. * test/lisp/textmodes/page-tests.el (page-tests-count-lines-page) (page-tests-what-page): New tests for `page--count-lines-page' and `page--what-page'. (Bug#36009) | ||||
* | Fig grammar of count-lines-page | Paul Eggert | 2019-06-09 | 1 | -1/+3 |
| | | | | | * lisp/textmodes/page.el (count-lines-page): Say "Page has 1 line", not "Page has 1 lines" (Bug#35981). | ||||
* | Use lexical-binding in page.el and add tests | Simen Heggestøyl | 2019-06-01 | 1 | -3/+2 |
| | | | | | | | * lisp/textmodes/page.el: Use lexical-binding. (forward-page): Replace `(if x nil y)' with `(unless x y)'. * test/lisp/textmodes/page-tests.el: New file with tests for page.el. | ||||
* | Go back to "Maintainer: emacs-devel@gnu.org" | Paul Eggert | 2019-05-25 | 1 | -0/+1 |
| | | | | | | Restore lines saying "Maintainer: emacs-devel@gnu.org" when there is no special maintainer for a file. Although this wasn't documented it was common practice and removing the lines didn't have consensus. | ||||
* | Fixes for "Maintainer:" and related lines | Paul Eggert | 2019-05-19 | 1 | -1/+0 |
| | | | | | | Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines, which are not that useful. It also cleans up and regularizes a few similar lines. | ||||
* | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
| | | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'. | ||||
* | 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. | ||||
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | Fix "Beginning of buffer" error in forward-page | Leo Liu | 2016-04-07 | 1 | -6/+7 |
| | | | | | * lisp/textmodes/page.el (forward-page): Check before move to prevent "Beginning of buffer" error. | ||||
* | 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. | ||||
* | Replace "Maintainer: FSF" with the emacs-devel mailing address | Glenn Morris | 2014-02-09 | 1 | -1/+1 |
| | |||||
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef. | Glenn Morris | 2011-04-22 | 1 | -3/+3 |
|\ | |||||
| * | Fix for what-page (Bug#6825). | Chong Yidong | 2011-04-10 | 1 | -3/+3 |
| | | | | | | | | | | * textmodes/page.el (what-page): Use line-number-at-pos to calculate line number. | ||||
* | | 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 |
| | | |||||
* | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\| | |||||
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | | |||||
* | | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 |
|/ | |||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | (what-page): Make sure we don't inf-loop if | Stefan Monnier | 2009-09-16 | 1 | -0/+2 |
| | | | | page-delimiter matches the empty string. | ||||
* | (what-page): Don't move to beginning of line. | Stefan Monnier | 2009-09-15 | 1 | -2/+1 |
| | | | | See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel. | ||||
* | 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 |
| | |||||
* | 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 copyright years. | Glenn Morris | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+2 |
| | |||||
* | (narrow-to-page): Exclude _entire_ multi-line delimiter from the region | Eli Zaretskii | 2005-09-10 | 1 | -1/+1 |
| | | | | narrowed to. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Keyword added and FSF specified as Maintainer. | Pavel Janík | 2001-08-06 | 1 | -0/+1 |
| | |||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel Janík | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | (narrow-to-page): Check whether forward-page | Karl Heuer | 1997-10-16 | 1 | -3/+7 |
| | | | | actually set the match data. | ||||
* | (narrow-to-page): With negative arg, move back one extra | Richard M. Stallman | 1996-11-06 | 1 | -1/+10 |
| | | | | page unless we start right after a page delimiter. | ||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (forward-page): Simplify how we avoid getting stuck when moving backwards. | Richard M. Stallman | 1996-01-12 | 1 | -12/+10 |
| | |||||
* | (forward-page): If we find a match that ends where we | Richard M. Stallman | 1994-09-15 | 1 | -3/+12 |
| | | | | started searching, look for another one. |