summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* run_undoable_changes now called from insdel.fix/segfault-undoable-change-prepare-for-bufferPhillip Lord2015-11-172-19/+14
* Increment Emacs version on master branchEli Zaretskii2015-11-144-4/+4
* Mention CONTRIBUTE in READMEXue Fuqiao2015-11-142-3/+9
* Update verilog-mode.el to 2015-11-09-b121d60-vpo.Wilson Snyder2015-11-131-227/+272
* ; Fix warningsDmitry Gutov2015-11-141-1/+1
* ; Update xref-etags-mode for the latest changeDmitry Gutov2015-11-141-8/+3
* Use generic dispatch for xref backendsDmitry Gutov2015-11-143-73/+88
* Support rectangular regions for more commandsJuri Linkov2015-11-145-141/+255
* Handle multiple matches on the same line; add highlightingDmitry Gutov2015-11-141-21/+23
* Replace xref-match-bounds with xref-match-lengthDmitry Gutov2015-11-141-52/+47
* Merge from gnulibPaul Eggert2015-11-131-2/+11
* Spruce up ftfont.c memory allocationPaul Eggert2015-11-131-56/+50
* Port recent XCB changes to 64-bit ‘long int’Paul Eggert2015-11-132-8/+15
* * src/undo.c (run_undoable_change): Now static.Paul Eggert2015-11-131-1/+1
* Remove support for ':timeout' from w32 tray notificationsEli Zaretskii2015-11-132-21/+0
* * test/automated/simple-test.el: Add test for bug#20698 (bug#21885)Juanma Barranquero2015-11-131-0/+17
* * lisp/progmodes/elisp-mode.el: Declare function `project-roots'Juanma Barranquero2015-11-131-0/+1
* * src/undo.c: Small fixes for previous changeJuanma Barranquero2015-11-131-2/+1
* Add a few more variables to redisplay--variablesEli Zaretskii2015-11-131-1/+3
* * lisp/loadup.el: Enlarge the size of the hash table to 80000.Eli Zaretskii2015-11-131-1/+1
* Fix point positioning after transposing with negative argEli Barzilay2015-11-131-1/+2
* Fix last change in shr.elEli Zaretskii2015-11-131-6/+5
* Fix last changeEli Zaretskii2015-11-131-0/+2
* Another fix for MinGW64 and Cygwin builds due to notificationsEli Zaretskii2015-11-131-2/+4
* Remove intern calls and XXX comments from Fx_export_framesYAMAMOTO Mitsuharu2015-11-131-7/+10
* shr: don't invoke unbound function (Bug#21895)Eric Hanchrow2015-11-121-10/+10
* * test/automated/keymaps-test.el: Fix test to make it repeatableJuanma Barranquero2015-11-121-7/+11
* * test/automated/cl-lib-tests.el (cl-lib-struct-constructors): Small fixArtur Malabarba2015-11-121-2/+2
* : Tests for undo-auto functionality.Phillip Lord2015-11-121-0/+33
* ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord2015-11-125-87/+174
|\
| * The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord2015-11-125-80/+167
* | Bind [?\S-\ ] to previous line command in Dired-like modes.Juri Linkov2015-11-124-1/+5
* | Fix the MinGW64 and Cygwin-w32 buildsEli Zaretskii2015-11-121-14/+12
* | Enable sorting of JSON object keys when encodingSimen Heggestøyl2015-11-123-39/+111
* | * test/automated/keymap-tests.el: New test fileJuanma Barranquero2015-11-121-0/+39
* | Speed up x_real_pos_and_offsets using XCBKen Raeburn2015-11-121-17/+200
* | Enable use of XCB for checking window manager stateKen Raeburn2015-11-121-8/+37
* | Detect XCB and save a connection handleKen Raeburn2015-11-124-1/+50
* | Reduce some data dependencies between X callsKen Raeburn2015-11-121-19/+27
* | Use color cache for creating bitmapKen Raeburn2015-11-121-0/+11
* | Add "^" to the interactive specs of `dired-next/previous-line'Eli Barzilay2015-11-121-2/+2
* | Sync with soap-client repository, version 3.0.2Thomas Fitzsimmons2015-11-112-10/+18
* | CC Mode: Respect users' settings of open-paren-in-column-0-is-defun-start.Alan Mackenzie2015-11-113-24/+60
* | * lisp/obarray.el: Fix shadowed variablesArtur Malabarba2015-11-111-12/+13
* | Avoid error in submitting a form with EWWEli Zaretskii2015-11-111-11/+12
* | ; * doc/lispref/os.texi: Fix indentation of sample code.Juanma Barranquero2015-11-111-1/+1
* | Rename seq-p and map-p to seqp and mappNicolas Petton2015-11-114-21/+21
* | Rename obarray-p to obarraypNicolas Petton2015-11-112-12/+12
* | Rename obarray-foreach to obarray-mapNicolas Petton2015-11-112-4/+4
* | New file with obarray functions.Przemysław Wojnowski2015-11-112-0/+155