]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2019-06-21 Eric AbrahamsenRemove all remaining uses of gnus-group-decoded-name scratch/gnus-decoded
2019-06-21 Eric AbrahamsenTemporarily preserve encoded group names in Gnus catego...
2019-06-21 Eric AbrahamsenFix encoding bug in gnus-group-rename-group
2019-06-20 Eric AbrahamsenDo not encode/decode Gnus group names when completing
2019-06-17 Eric AbrahamsenReplace octal regexp with [:ascii:] char class in Gnus
2019-06-17 Eric AbrahamsenRemove Gnus group name decoding in Gnus agent
2019-06-17 Eric AbrahamsenDecode group names in newsrc files as raw-text, not...
2019-06-17 Eric AbrahamsenEnsure that group names are encoded in the Gnus registr...
2019-06-16 Eric AbrahamsenMake sure to decode group names read from newsrc files
2019-06-16 Eric AbrahamsenCheck for encoded Gnus group names when parsing active...
2019-06-11 Eric AbrahamsenFurther fix to previous commit
2019-06-10 Eric AbrahamsenFix/extension to previous commit
2019-06-07 Eric AbrahamsenPreserve group name encoding in newsrc.eld files
2019-05-01 Eric AbrahamsenDon't add encoding cookie in Gnus' active files
2019-04-30 Eric AbrahamsenDefault nnmail-active-file-coding-system to utf-8-emacs
2019-04-24 Eric AbrahamsenDon't change the default of nnmail-file-coding-system
2019-04-24 Eric AbrahamsenDecode Gnus group names when browsing server group...
2019-04-22 Eric AbrahamsenObsolete and remove nmail-group-names-not-encoded-p
2019-04-22 Eric AbrahamsenWIP on removing all internal encoding/decoding
2019-04-21 Paul EggertFix double-free in pdumper
2019-04-21 Glenn MorrisMerge from origin/emacs-26
2019-04-21 Glenn Morris; Merge from origin/emacs-26
2019-04-21 Glenn MorrisMerge from origin/emacs-26
2019-04-21 Glenn Morris; Merge from origin/emacs-26
2019-04-21 Glenn MorrisMerge from origin/emacs-26
2019-04-21 Glenn Morris; Merge from origin/emacs-26
2019-04-21 Glenn MorrisMerge from origin/emacs-26
2019-04-21 Mauro ArandaAvoid false positives and false negatives of Info-quote...
2019-04-21 Eli ZaretskiiFix markup related to quoting in Info
2019-04-21 Eli ZaretskiiMerge branch 'emacs-26' of git.savannah.gnu.org:/srv...
2019-04-21 Noam PostavskyUse pkg-config to find lcms2 CFLAGS and LIBS (Bug#30346)
2019-04-21 Paul EggertPort make-fingerprint to LeakSanitizer
2019-04-21 Michael R.... * lisp/progmodes/sql.el Bug#35307
2019-04-21 Michael R.... * lisp/progmodes/sql.el Bug#24483
2019-04-21 Michael R.... * lisp/progmodes.sql.el
2019-04-21 YAMAMOTO MitsuharuFix text metrics calculation in Xft support for lwlib
2019-04-21 Alexander Gramiak* src/configure.ac: Check for GTK 2 features only on...
2019-04-21 YAMAMOTO Mitsuharu* lwlib/lwlib-Xaw.c (draw_text) [HAVE_XFT]: Fix memory...
2019-04-20 Dmitry GutovSupport amending the last commit using VC-Hg
2019-04-20 Michael AlbinusMark different-diagnostic-types as failed on emba.
2019-04-20 Glenn MorrisAdd a package: line to c-submit-bug-report.
2019-04-20 Glenn Morris; Remove empty NEWS sections
2019-04-20 Glenn Morris; Add NEWS sections for 26.3
2019-04-20 Glenn Morris; Bump Emacs version to 26.2.50
2019-04-20 Glenn Morris* admin/admin.el (set-version): Add NEWS headers for...
2019-04-20 Paul EggertImprove XDG_RUNTIME_DIR diagnostic
2019-04-20 Alan MackenzieFix Pike Mode's autodoc doc comments style's continued...
2019-04-20 Eli ZaretskiiBackport doc improvement in ELisp manual
2019-04-20 Stefan Monnier* lisp/emacs-lisp/smie.el (smie-indent-comment-continue...
2019-04-20 YAMAMOTO Mitsuharu* src/ftcrfont.c (ftcrfont_shape): Fix last change.
2019-04-20 YAMAMOTO MitsuharuUse bitmap strikes as fallbacks for ftcr font backend
2019-04-20 Stefan Monnier* lisp/emacs-lisp/radix-tree.el (pcase-defmacro): Impro...
2019-04-20 Stefan Monnier* lisp/emacs-lisp/byte-run.el (define-obsolete-variable...
2019-04-20 Stefan Monnier* lisp/calendar/time-date.el (date-to-time): 'signal...
2019-04-20 Stefan Monnier* lisp/calendar/parse-time.el (parse-time-string):...
2019-04-20 Paul EggertFix GC_CHECK_STRING_BYTES false alarm with pdumper
2019-04-20 Paul EggertFix another hash false alarm
2019-04-19 Philipp Stephani; * src/alloc.c (xrealloc): Fix typo.
2019-04-19 Paul Eggert* src/emacs-module.c (value_storage_contains_p): Fix...
2019-04-19 Philipp StephaniRemove some ineffective #ifdefs.
2019-04-19 Philipp Stephani; * src/alloc.c (HAVE_MODULES): remove unused constant
2019-04-19 Philipp StephaniRemove some #ifdefs for user pointers.
2019-04-19 Philipp StephaniRemove special-casing of tagged pointers.
2019-04-19 Philipp StephaniRefactoring: Reduce code duplication
2019-04-19 Mattias EngdegårdRemove subsumed regexp branches
2019-04-19 Paul EggertFix Fload dangling pointer
2019-04-19 Paul EggertFix comment and tweak eval_sub
2019-04-19 Paul EggertFix dump_map_file on unusual platforms
2019-04-19 Noam PostavskyDocument insert-image-file's return value (Bug#32978)
2019-04-19 Braun GáborAutoload cua-toggle-rectangle-mark (Bug#34947)
2019-04-19 Noam PostavskyTell xclip not to expect job-control under eshell ...
2019-04-19 Paul EggertMinor lread.c tweaks
2019-04-19 Eric AbrahamsenClear gnus-group-list when the newsrc-hashtb is recreated
2019-04-19 Noam Postavsky; * src/emacs.c: Fix typo in comment (Bug#35320).
2019-04-19 Philipp StephaniMake warning about unescaped character literals more...
2019-04-19 Philipp StephaniRefactoring: simplify definition of some internal varia...
2019-04-19 Eric AbrahamsenDon't check for group existence in gnus-group-goto...
2019-04-19 Paul EggertFix regexp branches that subsume other branches
2019-04-19 Paul EggertFix mail-extr regexp typo with ".".
2019-04-19 Michael Albinus* lisp/net/tramp-adb.el (tramp-adb-prompt): Remove...
2019-04-19 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2019-04-19 Eli Zaretskii; Minor improvement in documentation from recent commit
2019-04-19 Michael AlbinusDo not handle :stop in tramp-*-handle-make-process
2019-04-19 Michael Albinus; Remove instrumentation in tramp-tests
2019-04-19 Philipp StephaniRemove :stop key from make-process.
2019-04-19 Michael AlbinusAdapt tramp-test32-shell-command
2019-04-19 Philipp StephaniAdd a new user option 'ido-big-directories'.
2019-04-19 Philipp StephaniUse eassume (false) for branch that's never taken.
2019-04-19 Eli ZaretskiiFix compilation warning due to a recent change
2019-04-19 YAMAMOTO Mitsuharu* src/ftcrfont.c (ftcrfont_glyph_extents): Activate...
2019-04-19 YAMAMOTO Mitsuharu* src/ftcrfont.c (ftcrfont_open): Avoid returning while...
2019-04-18 Philipp StephaniRefactoring: have CATCHER_ALL also catch signals.
2019-04-18 Philipp StephaniUpdate module documentation for bignum support.
2019-04-18 Philipp Stephani; * src/lisp.h (integer_to_intmax): Fix typo.
2019-04-18 Philipp Stephani* lib-src/make-fingerprint.c (main): Properly initializ...
2019-04-18 Philipp Stephani* src/emacs-module.c: Add instructions how to change...
2019-04-18 Paul EggertFix make-fingerprint off-by-one bug
2019-04-18 Michael Albinus; Instrument `tramp--test-shell-command-to-string-async...
2019-04-18 Eric AbrahamsenOnly encode Gnus group names if they come from symbol...
2019-04-18 Basil L. ContovounesiosFix off-by-one-link error in image--set-property
next