]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2017-10-03 João TávoraStart rewriting Flymake manual scratch/flymake-refactor-cleaner-for-emacs-26
2017-10-03 João TávoraMinimal tweak as an attempt to future-proof Flymake API
2017-10-03 João TávoraIntegrate elisp checkers into elisp-mode.el directly
2017-10-03 João TávoraHook Flymake onto proper checkdoc and byte-compile...
2017-10-03 João TávoraTweak Flymake autoloads and dependencies
2017-10-03 João TávoraCapitalize "Flymake" in docstrings and comments
2017-10-03 João TávoraFlymake backends can report multiple times per check
2017-10-03 João TávoraImprove use of flymake-no-changes-timeout
2017-10-03 João TávoraFlymake variable flymake-diagnostic-functions now a...
2017-10-03 João TávoraA batch of minor flymake cleanup actions agreed to...
2017-10-03 João TávoraExplicitly add a(n empty) keymap for Flymake
2017-10-03 João TávoraFlymake uses some new fringe bitmaps
2017-10-03 João TávoraRemove old flymake-display-err-menu-for-current-line...
2017-10-03 João TávoraTreat flymake errors as just another type of diagnostic
2017-10-03 João TávoraFix three Flymake bugs when checking C header files
2017-10-03 João TávoraAdd interactive flymake-start function
2017-10-03 João TávoraA couple of Flymake backends for emacs-lisp-mode
2017-10-03 João TávoraFancy Flymake mode-line construct displays status
2017-10-03 João TávoraTweak Flymake commands flymake-goto-[next/prev]-error
2017-10-03 João TávoraFlymake's flymake-proc.el backend slightly easier to...
2017-10-02 João TávoraSimplify Flymake logging and erroring
2017-10-02 João TávoraNew Flymake API variable flymake-diagnostic-functions
2017-10-02 João TávoraMore Flymake cleanup before advancing to backend redesign
2017-10-02 João TávoraProtect Flymake's eager checks against commands like...
2017-10-02 João TávoraFlymake highlights GCC info/notes as detected by flymak...
2017-10-02 João TávoraFlymake checks file names before considering diagnostics
2017-10-02 João TávoraEcho Flymake error messages when navigating errors...
2017-10-02 João TávoraAdd a new Flymake test for multiple errors and warnings
2017-10-02 João TávoraProtect against timer triggers when no flymake-mode
2017-10-02 João TávoraFlymake warning face easier to distinguish
2017-10-02 João TávoraFlymake's flymake-proc.el parses column numbers from...
2017-10-02 João TávoraNew Flymake variable flymake-diagnostic-types-alist...
2017-10-02 João TávoraRefactor flymake-tests.el in preparation for more tests
2017-10-02 João TávoraAllow running flymake-tests.el from interactive sessions
2017-10-02 João TávoraFlymake diagnostics now apply to arbitrary buffer regions
2017-10-02 João TávoraMove symbols in flymake-proc.el to separate namespace
2017-10-02 João TávoraCompletely rewrite Flymake's subprocess output processing
2017-10-02 João TávoraFlymake provides flymake-report re-entry point for...
2017-10-02 João TávoraSplit Flymake into flymake.el into flymake-proc.el...
2017-09-28 João TávoraRevert "Split flymake.el into flymake-proc.el and flyma...
2017-09-28 João TávoraRevert "Add flymake-backends defcustom"
2017-09-27 Paul Eggert* src/editfns.c (styled_format): Fix typo in previous...
2017-09-26 Paul EggertAvoid some unnecessary copying in Fformat etc.
2017-09-26 John Wiegleylisp/simple.el: Indicate when a list of pairs is meant...
2017-09-26 Philipp Stephani; * src/gtkutil.c (xg_create_frame_widgets): Add FIXME...
2017-09-26 Devon Sean... bug#28609: simple.el
2017-09-25 Dmitry GutovUse a separate syntax-ppss cache for narrowed buffers
2017-09-25 Joerg BehrmannImprove python3-compatibility of fallback completion...
2017-09-25 Noam PostavskyFix subr-x-tests when running from elc
2017-09-25 Noam Postavsky* lisp/eshell/esh-util.el (eshell-condition-case):...
2017-09-25 Noam PostavskyMake sh-indentation into an alias for sh-basic-offset...
2017-09-25 Noam PostavskyFix loading of smie-config rules (Bug#24848)
2017-09-25 Dmitry Gutov; Update NEWS for the change in eldoc-message
2017-09-25 Dmitry GutovReset default-directory inside *xref-grep* buffer
2017-09-25 Michael Albinus* test/lisp/tramp-tests.el (tramp-test21-file-links...
2017-09-25 Mark OteizaLoosen strict parsing requirement for desktop files
2017-09-25 Mark Oteiza* lisp/xdg.el (xdg-thumb-uri): Fix doc string.
2017-09-25 Martin RudalicsFix documentation of `make-frame' and related variables...
2017-09-24 Eric AbrahamsenAccept new `always' value for option `buffer-offer...
2017-09-24 Alan ThirdImprove new NS scrolling variable names
2017-09-24 Philipp StephaniDocument 'replace-buffer-contents' in the manual.
2017-09-23 Alan ThirdFix undecorated frame resizing issues on NS (bug#28512)
2017-09-23 Eli Zaretskii; * doc/emacs/display.texi (Display Custom): Fix wording.
2017-09-23 Paul Eggert; Spelling and URL fixes
2017-09-23 Eli ZaretskiiDocumentation improvements for 'display-line-numbers'
2017-09-22 Mark Oteiza; Fix typo
2017-09-22 Eli ZaretskiiFix last change in bat-mode.el
2017-09-22 Eli ZaretskiiFix restoring in GUI sessions desktop saved in TTY...
2017-09-22 Eli ZaretskiiImprove syntax highlighting in bat-mode
2017-09-22 Eli ZaretskiiDocument the 'list-FOO' convention
2017-09-22 Mark OteizaExpose viewing conditions in CAM02-UCS metric
2017-09-21 Alan ThirdRevert "Set frame size to actual requested size (bug...
2017-09-21 Gemini LasswellAdd tests for Edebug
2017-09-21 Gemini LasswellCatch more messages in ert-with-message-capture
2017-09-21 Eli Zaretskii; * lisp/mouse.el (secondary-selection-exist-p): Doc...
2017-09-21 Tak KunihiroSupport setting region from secondary selection and...
2017-09-20 Paul EggertFix new copy-directory bug with empty dirs
2017-09-20 Eli Zaretskii* doc/lispref/strings.texi (Formatting Strings): Improv...
2017-09-20 Eli ZaretskiiFix 2 testsuite tests for MS-Windows
2017-09-20 Mark OteizaRename timer-list to list-timers
2017-09-19 Alan ThirdProvide native touchpad scrolling on macOS
2017-09-19 Eli ZaretskiiFix MinGW64 build broken by recent MinGW64 import libraries
2017-09-19 Eli ZaretskiiFix crashes in 'move-point-visually' in minibuffer...
2017-09-19 Eli Zaretskii* src/emacs.c (usage_message): Don't mention 'find...
2017-09-19 Eli ZaretskiiFix a minor inaccuracy in the Emacs manual
2017-09-19 Eli ZaretskiiFix errors in flyspell-post-command-hook
2017-09-19 Michael AlbinusWork on Tramp's file-truename
2017-09-19 Paul EggertFix bug with make-directory on MS-Windows root
2017-09-19 Tom TromeyFix log-view-diff-common when point is after last entry
2017-09-18 Ken BrownAdapt fileio-tests--symlink-failure to Cygwin
2017-09-18 Eric AbrahamsenIgnore buffers whose name begins with a space in save...
2017-09-18 Michael AlbinusImprove tramp-interrupt-process robustness
2017-09-18 Michael AlbinusMinor Tramp doc update
2017-09-18 Mark OteizaFix gensym
2017-09-18 Michael AlbinusCleanup in files-tests.el
2017-09-18 Paul EggertRemove old cl-assert calls in 'newline'
2017-09-18 Paul EggertAvoid crash with C-g C-g in GC
2017-09-18 Paul EggertFix format-time-string %Z bug with negative tz
2017-09-18 Paul Eggertmessage-citation-line-format %Z is now tz name
2017-09-17 Mark OteizaUse doc-view or pdf-tools on any window-system
next