summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainorg-insert-heading: Prevent 0-blanks after heading when there is blank beforeIhor Radchenko53 min.
bugfixUpdate version number for the 9.6.30 releaseIhor Radchenko3 hours
emacs-syncUpdate hard-coded versions for sync with EmacsKyle Meyer3 months
 
TagDownloadAuthorAge
release_9.6.30org-mode-release_9.6.30.tar.gz  Ihor Radchenko3 hours
release_9.6.29org-mode-release_9.6.29.tar.gz  Ihor Radchenko7 days
release_9.6.28org-mode-release_9.6.28.tar.gz  Ihor Radchenko2 weeks
release_9.6.27org-mode-release_9.6.27.tar.gz  Ihor Radchenko3 weeks
release_9.6.26org-mode-release_9.6.26.tar.gz  Ihor Radchenko4 weeks
release_9.6.25org-mode-release_9.6.25.tar.gz  Ihor Radchenko5 weeks
release_9.6.24org-mode-release_9.6.24.tar.gz  Ihor Radchenko6 weeks
release_9.6.23org-mode-release_9.6.23.tar.gz  Ihor Radchenko7 weeks
release_9.6.22org-mode-release_9.6.22.tar.gz  Ihor Radchenko7 weeks
release_9.6.21org-mode-release_9.6.21.tar.gz  Ihor Radchenko2 months
[...]
 
AgeCommit messageAuthorFilesLines
53 min.org-insert-heading: Prevent 0-blanks after heading when there is blank beforeHEADmainIhor Radchenko1-4/+24
23 hoursorg-clock-get-table-data: Fix error when :match uses LEVELIhor Radchenko1-2/+3
23 hoursdoc/org-manual.org (The clock table): Fix too wide table in Texinfo outputIhor Radchenko1-67/+70
23 hoursdoc/org-manual.org (Summary of the export process): Fix inaccuraciesIhor Radchenko1-4/+5
23 hoursorg-store-link-functions: Fix the docstringIhor Radchenko1-6/+6
24 hoursorg-create-file-search-functions: Allow to provide link descriptionIhor Radchenko2-24/+25
25 hoursorg-table-make-reference: Address compiler warningIhor Radchenko2-11/+11
26 hoursorg-fold-core-region: Fix isearch when fold style is overlaysIhor Radchenko1-3/+4
3 daysdoc/org-manual.org: Improve example of publishing configurationIhor Radchenko1-2/+2
4 daystest-org-macro.el: Add test for CVE-2024-30202Max Nikulin1-0/+15
[...]
 
Clone
git://git.savannah.gnu.org/emacs/org-mode.git
https://git.savannah.gnu.org/git/emacs/org-mode.git
ssh://git.savannah.gnu.org/srv/git/emacs/org-mode.git
kages Emacs source repository
summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ada-xref.el
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Avoid add-to-list on local variablesStefan Monnier1-48/+44
2017-01-01Merge from origin/emacs-25Paul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-05-07Prefer grep -E/-F to egrep/fgrepPaul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-09-17Backslash cleanup in Elisp source filesPaul Eggert1-4/+4
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert1-1/+1
2015-08-24Prefer directed to neutral quotesPaul Eggert1-3/+3
2015-05-21Don't quote nil and t in doc stringsPaul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-08-07Remove remaining mentions of VMS as a hostReuben Thomas1-7/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-08-29Misc changes to reduce use of `(lambda...); and other cleanups.Stefan Monnier1-70/+70
2013-08-09* lisp/subr.el (define-error): New function.Stefan Monnier1-10/+6
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-06-26* lisp/files.el (file-name-base): New convenience function.Sam Steingold1-12/+4
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong1-14/+14
2012-01-09Spelling fixes.Paul Eggert1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-12-30Spelling fixes.Paul Eggert1-1/+1
2011-12-11Spelling fixes.Paul Eggert1-1/+1
2011-11-26Spelling fixes.Paul Eggert1-2/+2
2011-11-17Spelling fixes.Paul Eggert1-1/+2
2011-11-14Spelling fixes.Paul Eggert1-1/+1
2011-10-30Rename split-window-{above-each-other|split-window-side-by-side}Chong Yidong1-1/+1
2011-04-22lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero1-2/+2
2011-01-26Refill some long/short copyright headers.Glenn Morris1-2/+1
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-15Refill some copyright headers.Glenn Morris1-2/+3
2011-01-14Merge from emacs-23Stefan Monnier1-3/+2
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-11-09system-type related trivia.Glenn Morris1-5/+5
2010-11-06Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol.Glenn Morris1-6/+6
2010-08-29Add "Package:" file headers to denote built-in packages.Chong Yidong1-0/+1
2010-05-30progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from `path-separator'.Juanma Barranquero1-4/+3
2010-05-26Avoid (expand-file-name ".").Stefan Monnier1-6/+6
2010-01-14Simplify previous change.Juanma Barranquero1-1/+1
2010-01-14Default ada_project_path to $ADA_PROJECT_PATH.Stephen Leake1-1/+1
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-10-31* textmodes/two-column.el (2C-split):Stefan Monnier1-22/+12
2009-08-22Use forward-line rather than goto-line.Glenn Morris1-4/+7
2009-01-05Add 2009 to copyright years.Glenn Morris