summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-1213-67/+208
* Have 'make' output better GEN namesPaul Eggert2015-01-114-14/+34
* Say "ELC foo.elc" instead of "GEN foo.elc"Paul Eggert2015-01-114-3/+27
* * src/buffer.c (init_buffer_once): Initialize buffer_local_flags early.Stefan Monnier2015-01-112-72/+95
* * coding.c (Fcoding_system_plist): Use common style for docstring.Dmitry Antipov2015-01-112-1/+5
* 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
|/
* Port to MSB hosts without optimizationPaul Eggert2015-01-112-0/+8
* Default to 'configure --enable-silent-rules'Paul Eggert2015-01-115-7/+28
* Spelling fixesPaul Eggert2015-01-101-4/+4
* Port to 32-bit --with-wide-intPaul Eggert2015-01-1012-143/+172
* Port to HAVE_FREETYPE && !HAVE_XFTPaul Eggert2015-01-103-3/+10
* Port to 32-bit Sun C 5.12 sparcPaul Eggert2015-01-103-3/+10
* Port Qnil==0 changes to 32-bit --with-wide-intPaul Eggert2015-01-102-27/+32
* (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
* MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880)Eli Zaretskii2015-01-106-13/+30
* Better binding for vc-delete-fileDaniel Colascione2015-01-092-1/+6
* Tweak NEWSDaniel Colascione2015-01-092-1/+5
* Teach js-mode about ES6 generatorsDaniel Colascione2015-01-092-1/+10
* Refactor pointer-to-integer conversionPaul Eggert2015-01-093-20/+32
* Shrink EIEIO object header. Move generics to eieio-generic.el.Stefan Monnier2015-01-0841-2001/+2398
|\
| * * lisp/emacs-lisp/eieio*.el: Move the function defs to defclass.Stefan Monnier2015-01-085-272/+301
| * * emacs-lisp/eieio-generic.el: New file.Stefan Monnier2015-01-0810-893/+941
| * lisp/emacs-lisp/eieio-core.el (eieio-backward-compatibility): New var.Stefan Monnier2015-01-0739-292/+416
| * * lisp/emacs-lisp/eieio*.el: Use class objects in `parent' field.Stefan Monnier2015-01-0410-257/+357
| * lisp/emacs-lisp/eieio*.el: Reduce object header to 1 slotStefan Monnier2014-12-297-78/+161
| * * lisp/emacs-lisp/eieio*.el: Remove "name" field of objectsStefan Monnier2014-12-228-135/+167
| * * lisp/emacs-lisp/eieio-core.el (eieio--class-v): Rename from class-v.Stefan Monnier2014-12-2210-159/+159
| * * lisp/emacs-lisp/eieio*.el: Use hashtables rather than obarraysStefan Monnier2014-12-229-387/+369
* | Fix line-move-visual's following of column in R2L lines.Eli Zaretskii2015-01-084-6/+25
* | Fix GDB accesses to the 'nil's name.Eli Zaretskii2015-01-082-4/+19
* | Fix fallout from "Qnil is zero" change in the display engine. (Bug#19535)Eli Zaretskii2015-01-085-68/+89
* | Port new Lisp symbol init to x86 --with-wide-intPaul Eggert2015-01-082-6/+17
* | * lisp.h (TAG_SYMPTR): Don't do arithmetic on NULL.Paul Eggert2015-01-072-1/+7
* | * conf_post.h (ATTRIBUTE_ALLOC_SIZE): Port to clang 3.5.0.Paul Eggert2015-01-072-1/+6
* | Port Qnil==0 XUNTAG to clangPaul Eggert2015-01-072-2/+10
* | # ChangeLog fixesGlenn Morris2015-01-072-30/+12
* | * admin/authors.el (authors-aliases): Add an entry to ignore.Glenn Morris2015-01-072-0/+5
* | * lisp/files.el (file-tree-walk): Remove; of unknown authorship.Glenn Morris2015-01-073-36/+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
* | * src/gfilenotify.c (monitor_to_lisp, lisp_to_monitor):Paul Eggert2015-01-071-3/+2
* | Port GFileMonitor * hack to Qnil==0 platformsPaul Eggert2015-01-072-10/+30
* | Fix content decoding in gnus-read-ephemeral-bug-groupAndreas Schwab2015-01-082-21/+27