summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make rest-with-response-buffer more broadly usefulscratch/api.elArtur Malabarba2015-11-141-77/+99
* * lisp/emacs-lisp/rest.el: Finish renamingArtur Malabarba2015-11-131-130/+116
* * lisp/emacs-lisp/api.el: Rename to rest.elArtur Malabarba2015-11-131-0/+0
* * lisp/emacs-lisp/api.el: Style fixesArtur Malabarba2015-11-131-5/+2
* * lisp/emacs-lisp/api.el: Proper authenticationArtur Malabarba2015-11-131-34/+98
* * lisp/emacs-lisp/api.el: Some initial authentication supportArtur Malabarba2015-11-121-7/+15
* * lisp/emacs-lisp/api.el: New library for making HTTP requestsArtur Malabarba2015-11-121-0/+266
* * 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
* | Implement tray notifications for MS-WindowsEli Zaretskii2015-11-112-4/+562
* | Optimize `file-equal-p' and `file-in-directory-p' in TrampMichael Albinus2015-11-115-8/+28
* | * CONTRIBUTE: Encourage adding tests.Karl Fogel2015-11-101-1/+3
* | Avoid creating notification objects when possibleDavid Reitter2015-11-101-12/+28
* | Move INTEGER_TO_CONS body out of .h filePaul Eggert2015-11-102-11/+30
* | Merge from gnulibPaul Eggert2015-11-101-10/+9
* | Spelling fixesPaul Eggert2015-11-1013-27/+27
* | * doc/lispref/variables.texi (Directory Local Variables):Artur Malabarba2015-11-104-15/+39
* | * lisp/files.el: Don't allow customization of dir-locals sortingArtur Malabarba2015-11-101-20/+13
* | * lisp/files.el (dir-locals-read-from-file): Better handle errorsArtur Malabarba2015-11-101-4/+11
* | * lisp/isearch.el (search-default-regexp-mode): change default valueArtur Malabarba2015-11-101-1/+1
* | * lisp/files.el (dir-locals-find-file): Don't stop at unreadable filesArtur Malabarba2015-11-101-16/+6
* | * lisp/files.el (dir-locals-file): Allow wildcardsArtur Malabarba2015-11-104-91/+154
* | * lisp/emacs-lisp/map.el (map-merge-with): New functionArtur Malabarba2015-11-102-5/+27
* | ; project-library-roots-function: Update the FIXMEDmitry Gutov2015-11-101-2/+3
* | Fix some recently-perturbed bookmark autoloadsKarl Fogel2015-11-091-1/+2
* | (ydump-buffer): Handle case where gap is at the start of buffer.Noah Friedman2015-11-091-3/+7
* | * lisp/progmodes/project.el: Update Commentary.Dmitry Gutov2015-11-101-1/+2
* | Merge branch 'project-next'Dmitry Gutov2015-11-107-154/+186
|\ \
| * | Fold `project-ask-user' into `project-current'Dmitry Gutov2015-11-103-16/+22