summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-15* auto-overlays.el: Re-add fdl.texi, plus minor adjustments and a few fixesexternals/auto-overlaysStefan Monnier
2020-12-14* docs/auto-overlay-manual.texinfo: Move as a consequence of the git splitStefan Monnier
2020-12-14* packages/auto-overlays/: Activate lexical-binding.Stefan Monnier
2020-12-14* auto-overlay: Mark or remove unused varsStefan Monnier
2020-12-14Fix some quoting problems in doc stringsPaul Eggert
2020-08-08Handle empty group in auto-o-regexp-match.Toby S. Cubitt
2020-06-08Switch auto-overlays over to cl-lib and lexical binding.Toby S. Cubitt
2020-01-10Fix auto-overlay package loading so requiring auto-overlayys pulls in all sta...Toby S. Cubitt
2019-12-14Fix bugs caused by auto-overlays-in no longer sorting result list.Toby S. Cubitt
2019-12-08Fix bugs in auto-overlay saving/loading.Toby S. Cubitt
2019-12-08Reparse auto-overlays on loading/unloading regexp definitions.Toby S. Cubitt
2019-11-28Allow single symbols in auto-overlays-in property tests as a convenience.Toby S. Cubitt
2019-11-02Improve auto-overlays-in/at-point docstrings.Toby S. Cubitt
2019-09-22Fix bug in auto-overlay-trigger-update.Toby S. Cubitt
2019-08-02Fix bug in match :exclusive processing.Toby S. Cubitt
2019-08-02Added general accessor function auto-o-[regexp-]key-value.Toby S. Cubitt
2019-08-02Fix bug in delim-start and delim-end property updating.Toby S. Cubitt
2019-08-02Refactor auto-overlay-regexps format and implement match hooks.Toby S. Cubitt
2019-07-29Implement auto-overlay regexp :exclusive property.Toby S. Cubitt
2019-07-29Add auto-overlay-load-set convenience function.Toby S. Cubitt
2019-07-27Refactor auto-overlay-(common|compat) into auto-overlays.elToby S. Cubitt
2019-07-27Refactor auto-overlays-(in|[highest-priority-]at-point) search functions:Toby S. Cubitt
2019-07-27Reenable auto-overlay updates triggered by undo.Toby S. Cubitt
2019-07-27Do perform self-cascade on overlays overlapping but not strictly before point.Toby S. Cubitt
2015-02-09Fix copyright assignment in auto-overlays manual.Toby S. Cubitt
2015-02-09Fix direntry sections in texinfo files and dir file generation.Toby S. Cubitt
2015-02-08Add auto-overlays autoloads.Toby S. Cubitt
2015-02-08Refactor auto-overlays manual into a single source file.Toby S. Cubitt
2015-02-07Update package headers for ELPA.Toby S. Cubitt
2015-02-07Makefile rules and utilities for ELPA packaging.Toby S. Cubitt
2015-01-20Add @direntry to info files and generate dir files.Toby S. Cubitt
2014-09-07Remove undo marker entry hacks, in the hope that things work correctly now!Toby S. Cubitt
2013-02-22Bump version numbers and copyright years.Toby S. Cubitt
2012-11-07Switched license to GPL3+.Toby S. Cubitt
2012-09-11Remove ChangeLogs from library headers.Toby S. Cubitt
2012-04-22Updated Package-Version, Package-Requires, and Keywords package headers.Toby S. Cubitt
2012-01-03Fixed obsolete functions and other compiler warnings.Toby S. Cubitt
2011-05-19Fixed minor spelling errors in docstrings.Toby S. Cubitt
2010-10-22Added missing (eval-when-compile (require 'cl)).Toby S. Cubitt
2010-05-11Use 'push' instead of 'add-to-line' in auto-o-schedule-extend-linetsc25
2010-05-11Compiler warning supression, and trivial code cleanup.tsc25
2010-05-11Added hack to delete marker update entries from buffer-undo-listtsc25
2010-05-11Modified auto-o-run-after-change-functions to ignore changes other thantsc25
2010-05-11Use eq for comparison when adding to auto-o-pending-suicides, instead of equalToby Cubitt
2010-05-11Added auto-o-schedule-delete-in-front-or-behind-suicideToby Cubitt
2010-05-11Bug-fix in auto-overlay-load-definitionToby Cubitt
2010-05-11Bug-fixes in auto-overlay-load-overlays and auto-overlay-save-overlaysToby Cubitt
2009-10-18minor corrections auto-overlay docsToby Cubitt
2009-10-18Added/modified local variables section to switch on predictive-mode automatic...Toby Cubitt
2009-10-18trivial whitespace changesToby Cubitt