summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Improve apropos buffer highlighting.Chong Yidong2011-04-232-46/+89
| * Fix typos in comments in character.c and textprop.c.Eli Zaretskii2011-04-232-9/+8
| * Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-2313-83/+165
| * Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-2229-76/+160
| |\
| | * lisp/buff-menu.el (Buffer-menu--buffers): Fix typo in docstring.Juanma Barranquero2011-04-222-1/+5
| | * lisp/play/mpuz.el: Small fixes.Juanma Barranquero2011-04-212-35/+22
| | * lisp/play/doctor.el: Fix typos in docstrings.Juanma Barranquero2011-04-212-8/+13
| | * ChangeLog whitespace fix (no need to merge to trunk).Glenn Morris2011-04-191-1/+1
| | * Fix a bug in time functions when timezone is changed on Windows.Eli Zaretskii2011-04-183-0/+30
| | * lisp/mouse-drag.el (mouse-drag-throw): Fix typo in docstring.Juanma Barranquero2011-04-152-1/+5
| | * * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).Chong Yidong2011-04-132-0/+5
| | * Fix typos.Juanma Barranquero2011-04-1313-16/+33
| | * Fix wait_for_termination on GNU Hurd (Bug#8467)Samuel Thibault2011-04-102-1/+6
| | * Fix completion-auto-help/icomplete-mode bad interaction (Bug#5849).Chong Yidong2011-04-102-3/+9
| | * * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).Chong Yidong2011-04-102-1/+6
| | * Fix for what-page (Bug#6825).Chong Yidong2011-04-102-3/+8
| | * Doc fix for left-fringe and right-fringe parameters (Bug#6930)Chong Yidong2011-04-102-9/+18
| | * Handle deferred `event-kind' property when using unread-command-events.Chong Yidong2011-04-092-0/+8
| | * Fix last change.Chong Yidong2011-04-091-1/+1
| | * Image mode doc fixes (Bug#8098).Chong Yidong2011-04-092-7/+12
| * | * lisp/gnus/gnus-sum.el (gnus-extra-headers): Bump :version.Glenn Morris2011-04-222-1/+5
| * | Revert incorrect change to copyright years.Glenn Morris2011-04-221-1/+1
| * | gnus-registry.el (gnus-registry-ignore-group-p): Test specifically for the ca...Teodor Zlatanov2011-04-232-2/+12
| * | Add trailing underscores to appropriate member names, per change 2011-02-14T1...Noah Friedman2011-04-222-12/+17
| * | lisp/eshell/esh-mode.el (find-tag-interactive): Small cleanup.Juanma Barranquero2011-04-222-2/+9
| * | lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-2236-307/+456
| * | Doc fixes for package.el.Chong Yidong2011-04-212-26/+43
| * | nnimap.el (nnimap-user): New backend variable.Teodor Zlatanov2011-04-222-3/+13
| * | gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to default.Teodor Zlatanov2011-04-223-3/+10
| * | gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el, not gnus-...Teodor Zlatanov2011-04-213-28/+57
| * | lisp/play/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-2116-177/+215
| * | shr.el (shr-expand-url): Fix typo.Katsumi Yamaoka2011-04-211-1/+1
| * | shr.el (shr-expand-url): Protect against null urls.Lars Magne Ingebrigtsen2011-04-212-1/+6
| * | shr.el (shr-base): New binding.Lars Magne Ingebrigtsen2011-04-212-4/+27
| * | lisp/vc/vc.el (ediff-vc-internal): Declare function.Juanma Barranquero2011-04-212-0/+6
| * | * lisp/shell.el: Use lexical-binding and std completion UI.Stefan Monnier2011-04-205-125/+208
| * | gnus-registry.el (gnus-registry--split-fancy-with-parent-internal): Fix loop ...Teodor Zlatanov2011-04-202-5/+40
| * | * lisp/comint.el: Use lexical-binding. Use std completion UI. Require CL.Stefan Monnier2011-04-203-99/+158
| * | * lisp/progmodes/flymake.el (flymake-start-syntax-check-process): Obey `dir'.Stefan Monnier2011-04-202-29/+31
| * | * lisp/vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, sinceStefan Monnier2011-04-204-11/+13
| * | * lisp/vc/vc.el (vc-diff-build-argument-list-internal)Christoph Scholtes2011-04-206-129/+200
| * | * lisp/emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,Stefan Monnier2011-04-202-5/+7
| * | * Makefile.in (config.status): Don't erase in case of error.Stefan Monnier2011-04-202-1/+13
| * | * lisp/obsolete/erc-hecomplete.el: Make obsolete.Stefan Monnier2011-04-2015-36/+26
| * | Auto-commit of loaddefs files.Glenn Morris2011-04-201-2/+2
| * | Auto-commit of generated files.Glenn Morris2011-04-201-1/+1
* | | Combine changelog entries.Paul Eggert2011-04-251-23/+9
* | | * lisp.h (XVECTORLIKE_HEADER_SIZE): Remove. The only use is now expanded.Paul Eggert2011-04-252-6/+4
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-2529-94/+97
* | | * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-259-20/+27