aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* casing: don’t assume letters are *either* upper- or lower-case (bug#24603)Michal Nazarewicz2017-02-155-37/+42
* Generate upcase and downcase tables from Unicode data (bug#24603)Michal Nazarewicz2017-02-152-279/+73
* Add tests for casefiddle.c (bug#24603)Michal Nazarewicz2017-02-151-0/+247
* oldXMenu: add missing #include <string.h>Michal Nazarewicz2017-02-155-0/+5
* Fixup recent rmail patchPaul Eggert2017-02-151-2/+1
* Rmail fixRichard Stallman2017-02-151-2/+3
* bytecomp-tests.el: Store all test forms in one constant.Vibhav Pant2017-02-151-14/+33
* Small lispref editGlenn Morris2017-02-141-5/+1
* Document fill-separate-heterogeneous-words-with-space (bug#25685)Katsumi Yamaoka2017-02-151-0/+7
* Test comment-multi-line = nil auto fill case tooNoam Postavsky2017-02-143-10/+16
* Don't delete leading and trailing space from CJK word (bug#25685)Katsumi Yamaoka2017-02-151-2/+14
* ‘M-s w RET word C-s’ repeats incremental search.Juri Linkov2017-02-151-7/+11
* Make vc-git detect conflict state for vc-dirTom Tromey2017-02-141-69/+110
* byte-opt: Replace merged tags in jump tables too. (bug#25716)Vibhav Pant2017-02-141-1/+11
* ; * test/file-organization.org: Minor copyedits.Eli Zaretskii2017-02-141-17/+25
* Remove overly broad element from default mail-dont-reply-to-namesGlenn Morris2017-02-133-18/+10
* * etc/NEWS: Mention query-replace-from-to-separator. (Bug#25482)Juri Linkov2017-02-141-0/+7
* ; etc/TODO: Remove 'switch' item, as it is now implemented.Vibhav Pant2017-02-131-14/+0
* Match all characters in optional argument of \documentclassArash Esbati2017-02-131-1/+1
* Merge branch 'master' into feature/byte-switchfeature/byte-switchVibhav Pant2017-02-1328-127/+158
|\
| * Fix non-ASCII text encoding (bug#25658)Katsumi Yamaoka2017-02-131-7/+15
| * Fix recent bootstrap issue by moving string-to-listGlenn Morris2017-02-122-10/+8
| * Doc fixes related to mail-host-addressGlenn Morris2017-02-122-6/+3
| * Simplify time-stamp mail host usageGlenn Morris2017-02-121-12/+1
| * Doc fix for vhdl-mode re mail-host-addressGlenn Morris2017-02-121-2/+1
| * Substitute leading $HOME/ in xdg-user-dirsMark Oteiza2017-02-121-2/+9
| * * lisp/buff-menu.el: Turn on lexical-binding.Mark Oteiza2017-02-121-1/+1
| * * lisp/replace.el (query-replace-from-to-separator): Move propertizeJuri Linkov2017-02-131-17/+23
| * Convert more uses of `looking-at' to `following-char'Karl Fogel2017-02-121-2/+2
| * Fix typos in tests for lax-plist-get etc.Paul Eggert2017-02-121-9/+9
| * Fix bug#25607Michael Albinus2017-02-121-10/+15
| * Remove server-buffer-clients string from minor-mode-alistMark Oteiza2017-02-121-4/+0
| * Nix some useless uses of looking-at, looking-backMark Oteiza2017-02-1211-24/+23
| * Recognize JS regexp literals more correctlyTom Tromey2017-02-112-18/+42
| * Fix bug in css--mdn-find-symbolTom Tromey2017-02-112-3/+6
* | ; Add more documentation for byte-switch related code.Vibhav Pant2017-02-132-3/+13
* | test/lisp/emacs-lisp/bytecomp-tests.el: Add more tests for switch.Vibhav Pant2017-02-131-1/+6
* | ; lisp/emacs-lisp/bytecomp.el: Fix indentation.Vibhav Pant2017-02-121-1/+1
* | src/bytecode.c (exec_byte_code): Make hash_code a Lisp_Object.Vibhav Pant2017-02-111-2/+4
* | src/bytecode.c (exec_byte_code): Remove unnecessary (e)assert.Vibhav Pant2017-02-111-4/+2
* | ; src/bytecode.c (exec_byte_code): Refactor byte-switch code.Vibhav Pant2017-02-111-21/+14
* | src/bytecode.c: Add optional sanity check for jump tables.Vibhav Pant2017-02-111-3/+4
* | Merge branch 'master' into feature/byte-switchVibhav Pant2017-02-1133-346/+964
|\ \ | |/
| * Fix handling of XBM images on MS-WindowsEli Zaretskii2017-02-111-2/+2
| * ; Fix typo in etc/NEWSMichael Albinus2017-02-111-2/+3
| * Fix handling of PBM dataEli Zaretskii2017-02-111-1/+11
| * Fix warnings in debug tracing codeNoam Postavsky2017-02-102-6/+6
| * Extract grep-find-ignored-directories processing from rgrep-default-commandSam Steingold2017-02-101-14/+12
| * Fix a few integer-overflow glitchesPaul Eggert2017-02-104-55/+50
| * Fix a bug with displaying an image after a TABEli Zaretskii2017-02-101-1/+4