summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-219-141/+220
* * alloc.c: Remove redundant static declarations.Paul Eggert2013-03-212-18/+4
* * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word syntax.Ted Zlatanov2013-03-212-0/+6
* Info footnote fontification and navigation.Juri Linkov2013-03-212-7/+78
* * lisp/subr.el (posn-point, posn-string): Fix it here instead.Stefan Monnier2013-03-203-13/+21
* * window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov2013-03-208-165/+144
* Fix ChangeLog entry.Dmitry Antipov2013-03-201-1/+1
* * frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov2013-03-2011-57/+84
* merge trunkKenichi Handa2013-03-2017-78/+128
|\
| * * Makefile.in ($(srcdir)/ja-dic/ja-dic.el): Use batch-skkdic-convert.Paul Eggert2013-03-192-2/+7
| * Suppress unnecessary non-ASCII chatter during build process.Paul Eggert2013-03-192-12/+16
| * * ido.el (ido-chop): Fix bug#10994.Leo Liu2013-03-202-2/+8
| * * lisp/whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):Dmitry Gutov2013-03-192-21/+9
| * * print.c (syms_of_print): Initialize debugging output not here...Dmitry Antipov2013-03-194-6/+19
| * * lisp/mouse.el (mouse--down-1-maybe-follows-link): Fix follow-linkStefan Monnier2013-03-192-1/+14
| * * window.c (Fwindow_combination_limit, Fset_window_combination_limit):Dmitry Antipov2013-03-192-16/+30
| * * lisp/whitespace.el (whitespace-font-lock-keywords): Change description.Dmitry Gutov2013-03-192-10/+12
| * Spelling fixes.Paul Eggert2013-03-186-9/+9
| * * lisp/whitespace.el (whitespace-color-on): Use `prepend' OVERRIDEDmitry Gutov2013-03-192-1/+6
* | coding.c (syms_of_coding): Initialize disable_ascii_optimization 1.Kenichi Handa2013-03-202-1/+7
|/
* * progmodes/compile.el (compilation-display-error): New command.Leo Liu2013-03-192-0/+14
* Fix bug when building Emacs with a GNU Make submake.Paul Eggert2013-03-182-2/+12
* iso-2022-7bit commentary fixesPaul Eggert2013-03-184-3/+38
* MS-Windows followup to automation of ja-dic.el in 2013-03-18T04:30:20Z!eggert...Eli Zaretskii2013-03-182-0/+11
* * lisp/gnus/message.el (message-bury): Minor cleanup.Sam Steingold2013-03-182-5/+7
* * mouse.el (mouse-on-link-p): Check for scroll bar.Jan Djärv2013-03-182-1/+6
* * PROBLEMS: Fix previous change: any kind of transparency can crash.Paul Eggert2013-03-181-1/+1
* * window.c (window_resize_check, window_resize_apply)Dmitry Antipov2013-03-183-17/+28
* * tramp.texi (Filename Syntax): Host names are not allowed to beMichael Albinus2013-03-183-3/+16
* * net/tramp-compat.el (tramp-compat-user-error): New defun.Michael Albinus2013-03-186-8/+31
* Auto-commit of generated files.Glenn Morris2013-03-181-1/+2
* Make sure eldoc can be turned off properly.Leo Liu2013-03-182-14/+22
* * doc-view.el (doc-view-new-window-function): Check the new windowTassilo Horn2013-03-182-6/+15
* * notes/unicode: ja-dic.el is now UTF-8.Paul Eggert2013-03-172-3/+6
* Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9.Paul Eggert2013-03-174-1/+17
* Automate the build of ja-dic.el.Paul Eggert2013-03-178-98709/+18722
* * lisp/whitespace.el: Fix double evaluation.Stefan Monnier2013-03-172-247/+132
* doc: convert some TeX accents to UTF-8Paul Eggert2013-03-175-12/+29
* * src/dispnew.c (bitch_at_user): Use `user-error'.Stefan Monnier2013-03-172-7/+11
* Add bug numberMichael Albinus2013-03-171-1/+1
* * net/tramp-adb.el (tramp-adb-parse-device-names): UseMichael Albinus2013-03-172-6/+18
* * symbols.texi (Standard Properties): Document pure. (Bug#13823)Christopher Schmidt2013-03-172-2/+7
* * simple.el (eval-expression-minibuffer-setup-hook): New hook.Leo Liu2013-03-173-19/+87
* Fix return type of image_background (Bug#13981)Ken Brown2013-03-173-6/+15
* completing-read-multiple: Ignore empty strings in the list of return valuesRoland Winkler2013-03-172-1/+7
* * lisp/calc/calc-ext.el (math-read-number-fancy): Check for an explicitJay Belanger2013-03-162-44/+49
* Merge from emacs-24Stefan Monnier2013-03-1617-168/+234
|\
| * * progmodes/scheme.el: Add indentation and font-locking for λ.Leo Liu2013-03-162-1/+7
| * * lisp/emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's noStefan Monnier2013-03-142-31/+39
| * * thingatpt.el (end-of-sexp): Use syntax-after.Leo Liu2013-03-142-2/+2