]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2017-07-23 Michael Albinus* lisp/display-line-numbers.el (display-line-numbers...
2017-07-23 Glenn MorrisDon't automatically enable Gconf if Gsettings was found
2017-07-23 Glenn Morris* configure.ac (MODULES_SUFFIX): Always give it a value.
2017-07-23 Glenn Morris* doc/emacs/frames.texi (Fonts): Mention Gsettings.
2017-07-22 Michael AlbinusAdd line numbers display to the Options menu
2017-07-22 Eli Zaretskii; * CONTRIBUTE: Rearrange sections into a more logical...
2017-07-22 Noam PostavskySignal error for symbol names with strange quotes ...
2017-07-22 Noam PostavskyRevert "Let delete-selection-mode work with popup-menu...
2017-07-22 Alexander GramiakAdd a minor mode interface for display-line-numbers
2017-07-22 vividsnowSupport indented HERE-DOCs in cperl-mode
2017-07-22 Eli ZaretskiiDocument the support for "scrollBar" X resource
2017-07-22 Matthew BauerAdd 'scroll-bar-mode' to settings in 'x-apply-session...
2017-07-22 Alexander KuleshovUpdate ld-script mode (bug#27629)
2017-07-22 Eli ZaretskiiIndex 'rectangle' in the ELisp manual
2017-07-22 Eli Zaretskii* lisp/subr.el (add-to-history): Doc fix. (Bug#27494)
2017-07-22 Eli ZaretskiiDoc fixes for kmacro.el functions
2017-07-22 Charles A.... ElDoc: add docstrings and minor refactoring
2017-07-22 Fabrice BauzacMention 'C-M-i' as key binding for 'ispell-complete...
2017-07-22 Eli Zaretskii; * doc/emacs/search.texi (Word Search): Update for...
2017-07-22 Fabrice BauzacFix the eww-search-words description in the Emacs manual
2017-07-22 Andrew L. MooreIntroduce defcustom 'executable-prefix-env'
2017-07-22 Glenn Morris* test/lisp/ibuffer-tests.el: Delete temporary files.
2017-07-21 Glenn MorrisFurther attempt to avoid hang in network-stream-tests
2017-07-21 Glenn MorrisStop skipping many ibuffer tests by default
2017-07-21 Stefan MonnierUse lexical-binding in todo-mode.el
2017-07-21 Tino Calanchadired: Revert buffer when DIRNAME is a cons
2017-07-21 Tino Calancha; * etc/NEWS: Fix format of an entry.
2017-07-21 Tino CalanchaHandle when dired-directory is a cons in some Dired...
2017-07-21 Noam PostavskyMake eshell-next-prompt more reliable (Bug#27405)
2017-07-20 Paul EggertSimplify recent gnutls.c changes
2017-07-20 Paul Eggert; Spelling fixes
2017-07-20 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2017-07-20 Michael AlbinusStylistic changes in tramp-cache.el
2017-07-20 Glenn Morris* admin/notes/hydra: Small updates.
2017-07-20 Glenn MorrisMake tramp unloading handle debug counter variables
2017-07-20 Eli ZaretskiiFix hscrolling calculations when display-line-numbers...
2017-07-20 Katsumi YamaokaFix the bogus change made 13 years ago (bug#27084)
2017-07-20 Noam PostavskyUse grep's --null option (Bug#6843)
2017-07-19 Philipp Stephani* src/gnutls.c (clear_storage): Define only if needed.
2017-07-19 Stephen BermanAdjust todo-quit to recent change in dired
2017-07-19 Michael Albinus; Editorial changes in admin/notes/hydra
2017-07-19 Tino CalanchaAdd test for bugs 7131, 27762
2017-07-18 Michael Albinus* admin/notes/hydra: Mention environment variable EMACS...
2017-07-18 Stefan Monnier* lisp/emacs-lisp/nadvice.el (advice--defalias-fset...
2017-07-18 Glenn MorrisUse a more specific test for running on hydra.nixos.org
2017-07-18 Eli ZaretskiiAvoid infloop due to Eshell's "smart" redisplay
2017-07-18 Michael Albinus; Add further traces to tramp-tests.el
2017-07-18 Stefan Monnier* emacs-lisp/cl-lib.el (cl--old-struct-type-of): Accept...
2017-07-18 Eli ZaretskiiFix indentation when display-line-numbers is non-nil
2017-07-18 Lars IngebrigtsenDon't use gtk_widget_get_scale_factor on old GTK3 versions
2017-07-18 Noam PostavskyLet delete-selection-mode work with popup-menu commands...
2017-07-18 Paul EggertPort gnutls.c to older (buggier?) GnuTLS
2017-07-17 Vincent BelaïcheFix relocation with named cell referred to by a one...
2017-07-17 Vincent BelaïcheFix symbol completion and document it.
2017-07-17 Lars IngebrigtsenMove comments around
2017-07-17 Lars IngebrigtsenMake scaling work (?) on pre-GTK3 systems
2017-07-17 Lars IngebrigtsenAlways return the GDK scale
2017-07-17 Lars IngebrigtsenRemove usage of the GDK_SCALE variable
2017-07-17 Lars IngebrigtsenGet positions of menus and tooltips right on HiDPI
2017-07-17 Eli Zaretskii; * doc/emacs/dired.texi (Subdirectory Motion): Fix...
2017-07-17 Eli ZaretskiiAllow user control on what starts and ends a paragraph...
2017-07-17 Tino Calancha* lisp/emacs-lisp/map.el (map-put): Fix redundancy...
2017-07-17 Tino Calanchaalist-get: Add optional arg TESTFN
2017-07-17 Michael AlbinusFix `tramp-test39-unload'
2017-07-17 Stephen BermanPreserve point under 'dired-auto-revert-buffer' (second...
2017-07-17 Martin RudalicsHave Fgnutls_available_p return Qnil when GNUTLS is...
2017-07-17 Paul Eggert* src/gnutls.c: Restore some comments.
2017-07-16 Paul EggertUse memset, not bzero
2017-07-16 Paul EggertUse explicit_bzero to clear GnuTLS keys
2017-07-16 Paul EggertMerge from gnulib
2017-07-16 Dieter DeykeFix vc-src-dir-status-files
2017-07-16 Wilfred HughesFix mismatched parens
2017-07-16 Alan ThirdAdd missing declare-function for new function
2017-07-16 R. BernsteinRealgud for tango themes
2017-07-16 Noam PostavskyFix test when running from test/lisp/subr-tests.elc
2017-07-15 Alan ThirdFix some frame handling issues on NS
2017-07-15 Tino Calanchals-lisp: Fix file size format
2017-07-15 Eli ZaretskiiAvoid link errors with older versions of GnuTLS
2017-07-15 Eli ZaretskiiImprove comments in faces.el
2017-07-15 Eli ZaretskiiImprove some GnuTL error messages
2017-07-15 Eli ZaretskiiFix the Elisp manual wrt GnuTL cryptography
2017-07-15 Eli ZaretskiiFix compilation of gnutls.c with older GnuTLS
2017-07-15 rockyRealgud for two more light themes
2017-07-15 Eli ZaretskiiRearrange MS-Windows code that dynamically loads GnuTLS...
2017-07-15 Eli ZaretskiiFix the MS-Windows build broken in gnutls.c
2017-07-15 Lars Ingebrigtsensrc/image.c (compute_image_size): Remove superfluous...
2017-07-15 Lars IngebrigtsenMake combinations of :width/:max-height image specs...
2017-07-14 Glenn MorrisFix recent theme changes
2017-07-14 Paul EggertGnuTLS integer-overflow and style fixes
2017-07-14 Noam Postavsky* .gitlab-ci.yml: Don't install a C++ compiler. Suppre...
2017-07-14 Eli ZaretskiiFix the MS-Windows build due to added GnuTLS functions
2017-07-14 Glenn Morris; Standardize license notices in new files
2017-07-14 Stefan Monnier* lisp/emacs-lisp/bytecomp.el: Fix bug#14860.
2017-07-14 Ted ZlatanovGnuTLS HMAC and symmetric cipher support
2017-07-14 Stefan Monnier* lisp/emacs-lisp/cl-lib.el (cl--random-time): Remove...
2017-07-14 Paul EggertDo not convert ij and IJ to compatibility chars
2017-07-14 Toon ClaesRemove Turkish ligatures from Dutch input method
2017-07-14 Paul EggertImprove stack-overflow heuristic on GNU/Linux
2017-07-14 Paul EggertRemove duplicate cl--random-state definition
2017-07-14 Michael AlbinusAdjust timer in tramp-test36-asynchronous-requests
next