summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Add autoload cookie for xref-marker-stack-empty-p (Bug#19554).Martin Rudalics2015-01-122-0/+4
* Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-122-23/+43
* Have 'make' output better GEN namesPaul Eggert2015-01-112-9/+23
* Say "ELC foo.elc" instead of "GEN foo.elc"Paul Eggert2015-01-112-2/+14
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2015-01-112-1/+8
|\
| * Further eww URL DWIM tweaksLars Magne Ingebrigtsen2015-01-112-1/+8
* | * files.el (directory-files-recursively): Do not include remote file names.Michael Albinus2015-01-112-1/+9
|/
* Spelling fixesPaul Eggert2015-01-101-4/+4
* (shr-urlify): Don't bother the user about invalidly-encoded display stringsLars Magne Ingebrigtsen2015-01-102-2/+6
* (shr-urlify): Decode URLs before using them as titlesIvan Shmakov2015-01-102-1/+12
* eww title cleanup when loadingLars Magne Ingebrigtsen2015-01-102-0/+3
* (eww): Don't interpret "org/foo" as an URL.Lars Magne Ingebrigtsen2015-01-102-1/+2
* Further eww DWIM URL interpretation fixupsLars Magne Ingebrigtsen2015-01-102-1/+6
* Tweak eww DWIM URL recognitionLars Magne Ingebrigtsen2015-01-102-4/+10
* Better binding for vc-delete-fileDaniel Colascione2015-01-092-1/+6
* Teach js-mode about ES6 generatorsDaniel Colascione2015-01-092-1/+10
* Shrink EIEIO object header. Move generics to eieio-generic.el.Stefan Monnier2015-01-0836-1899/+2225
|\
| * * lisp/emacs-lisp/eieio*.el: Move the function defs to defclass.Stefan Monnier2015-01-084-271/+295
| * * emacs-lisp/eieio-generic.el: New file.Stefan Monnier2015-01-087-888/+928
| * lisp/emacs-lisp/eieio-core.el (eieio-backward-compatibility): New var.Stefan Monnier2015-01-0735-263/+375
| * * lisp/emacs-lisp/eieio*.el: Use class objects in `parent' field.Stefan Monnier2015-01-047-250/+326
| * lisp/emacs-lisp/eieio*.el: Reduce object header to 1 slotStefan Monnier2014-12-295-76/+144
| * * lisp/emacs-lisp/eieio*.el: Remove "name" field of objectsStefan Monnier2014-12-225-101/+132
| * * lisp/emacs-lisp/eieio-core.el (eieio--class-v): Rename from class-v.Stefan Monnier2014-12-228-157/+157
| * * lisp/emacs-lisp/eieio*.el: Use hashtables rather than obarraysStefan Monnier2014-12-227-357/+332
* | Fix line-move-visual's following of column in R2L lines.Eli Zaretskii2015-01-082-2/+16
* | # ChangeLog fixesGlenn Morris2015-01-071-28/+10
* | * lisp/files.el (file-tree-walk): Remove; of unknown authorship.Glenn Morris2015-01-072-32/+4
* | lisp/gnus/gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-disable-multi...Katsumi Yamaoka2015-01-081-1/+1
* | lisp/gnus/gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-enable-multib...Katsumi Yamaoka2015-01-081-1/+1
* | Fix content decoding in gnus-read-ephemeral-bug-groupAndreas Schwab2015-01-082-21/+27
* | * lisp/subr.el (redisplay-dont-pause): Mark as obsolete.Stefan Monnier2015-01-081-0/+1
* | Merge branch master of git.sv.gnu.org:/srv/git/emacs.K. Handa2015-01-071414-1526/+1719
|\ \
| * | Use generic `display-buffer-alist' instead of mode-specific customizations.Sam Steingold2015-01-062-8/+6
| * | Add help-echo to xrefsDmitry Gutov2015-01-062-1/+7
| * | * lisp/minibuffer.el (completion-category-defaults): Default to nil.Stefan Monnier2015-01-052-7/+28
| * | Add mouse interaction to xrefDmitry Gutov2015-01-052-1/+27
| * | # ChangeLog fixesGlenn Morris2015-01-041-1/+1
| * | Less 'make' chatter for lisp dirPaul Eggert2015-01-032-17/+21
| * | Less 'make' chatter in batch modePaul Eggert2015-01-035-7/+17
| * | Unbreak `mouse-action' property in text buttonsDmitry Gutov2015-01-042-1/+7
| * | Only show "Back" when the marker stack is non-emptyDmitry Gutov2015-01-033-0/+11
| * | Don't remap `next-line' and `previous-line' in xref keymapDmitry Gutov2015-01-032-13/+41
| * | ChangeLog fixesGlenn Morris2015-01-023-0/+17
| * | Auto-commit of loaddefs files.Glenn Morris2015-01-027-23/+23
| * | Fix copyright years by handPaul Eggert2015-01-011-2/+2
| * | Update copyright year to 2015Paul Eggert2015-01-011412-1425/+1454
| * | Merge from origin/emacs-24Paul Eggert2015-01-017-18/+51
| |\ \
| | * | Make sure tool-bar changes are reflected on display.Eli Zaretskii2015-01-012-2/+10
| | * | Sync with Tramp 2.2.11.Michael Albinus2014-12-294-3/+24