aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add `auth-source-search' integration for LDAP searches.Ted Zlatanov2011-03-131-0/+8
* lisp/help.el (describe-mode): Link to the mode's definition.Juanma Barranquero2011-03-131-0/+4
* Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.eduGlenn Morris2011-03-121-0/+17
|\
| * * net/tramp.el (tramp-progress-reporter-update): UseMichael Albinus2011-03-121-0/+15
| * * lisp/ebuff-menu.el (electric-buffer-menu-mode-map): Move initializationStefan Monnier2011-03-111-0/+5
| * Backport 2011-03-01T03:59:31Z!lekktu@gmail.com from trunk.Juanma Barranquero2011-03-111-0/+3
| * Backport 2011-03-11T00:33:57Z!lekktu@gmail.com from trunk.Juanma Barranquero2011-03-111-0/+6
| * Fix comparisons of file ownership on MS-Windows for the Administrator user.Eli Zaretskii2011-03-111-0/+12
| * Fix 2011-01-31 change; patch supplied by acm was applied incorrectly.emacs-23.3Chong Yidong2011-03-071-2/+2
| * Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs.Chong Yidong2011-03-071-1/+6
| * Release logs for 23.3 release.Chong Yidong2011-02-281-0/+4
* | Fix typos.Juanma Barranquero2011-03-121-12/+10
* | lisp/vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).Juanma Barranquero2011-03-121-0/+4
* | Sync with Tramp 2.2.1.Michael Albinus2011-03-121-0/+8
* | * lisp/progmodes/compile.el (compilation--previous-directory): Fix upStefan Monnier2011-03-111-0/+5
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):Stefan Monnier2011-03-111-0/+5
* | * allout-widgets.el (allout-widgets-tally) Initialize allout-widgets-tallyKen Manheimer2011-03-111-0/+8
* | lisp/help-fns.el (describe-variable): Don't complete keywords.Juanma Barranquero2011-03-111-0/+5
* | Fix package.el handling of version numbers like 1.0pre6.Chong Yidong2011-03-101-2/+6
* | Fix package-strip-rcs-id to be more robust.Chong Yidong2011-03-101-0/+5
* | * simple.el (delete-trailing-whitespace): Return nil for theMichael Albinus2011-03-101-0/+5
* | * lisp/vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.Glenn Morris2011-03-101-0/+2
* | Add `vc-git-program' option; suggested on emacs-devel.Glenn Morris2011-03-101-0/+4
* | * lisp/eshell/esh-util.el (eshell-condition-case): Doc fix.Glenn Morris2011-03-091-0/+2
* | cus-edit tweak for bug#2298.Glenn Morris2011-03-091-0/+3
* | * lisp/mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.Glenn Morris2011-03-091-0/+4
* | Inhibit mouse-avoidance if cursor-type is nil (Bug#8209).Julien Danjou2011-03-091-0/+5
* | * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.Jay Belanger2011-03-091-0/+4
* | * allout.el Summary: Change so yank of distinctive-bullet items preservesKen Manheimer2011-03-091-0/+11
* | * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): DoMichael Albinus2011-03-091-0/+6
* | * lisp/net/rcirc.el (rcirc-handler-001): Remove uselessDeniz Dogan2011-03-091-0/+6
* | * shell.el (shell-mode): Set comint-input-ring-size from HISTSIZE. (Bug#7889)Glenn Morris2011-03-091-0/+3
* | gdb-mi addition for bug#7889.Glenn Morris2011-03-091-0/+5
* | Use condition-case-no-debug in package.el.Chong Yidong2011-03-081-0/+5
* | * simple.el (shell-command-to-string): Use `process-file'.Michael Albinus2011-03-081-0/+10
* | texinfo.el addition for bug#2783.Arni Magnusson2011-03-071-0/+5
* | cus-start.el fix for bug#8192.Glenn Morris2011-03-071-0/+3
* | font-lock.el tweak for bug#2159.Glenn Morris2011-03-071-0/+5
* | * lisp/custom.el (custom-available-themes): Return themes in alphabetical order.Chong Yidong2011-03-071-0/+5
* | Fix a cc-cmds.el patch from acm that I applied incorrectly (Bug#7595).Chong Yidong2011-03-071-0/+5
* | * lisp/net/rcirc.el (rcirc-connect): Fix PASS bug.Deniz Dogan2011-03-071-0/+4
* | vc.el fix for bug#6146.Glenn Morris2011-03-071-0/+1
* | * lisp/vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.Glenn Morris2011-03-071-0/+4
* | cal-hebrew addition from bug#8190.Ed Reingold2011-03-061-0/+5
* | * lisp/play/morse.el (morse-region, unmorse-region): Barf if read-only.Aaron S. Hawley2011-03-061-0/+1
* | morse.el additions from bug#2288.Aaron S. Hawley2011-03-061-0/+5
* | * lisp/progmodes/gud.el (gdb-script-syntax-propertize-function):Stefan Monnier2011-03-061-2/+7
* | Usability improvements to commands in package-x.el.Chong Yidong2011-03-061-0/+14
* | Bind C-y in Isearch to isearch-yank-kill.Chong Yidong2011-03-061-0/+5
* | (c-guess-basic-syntax): Move CASE 19 to a different place, correctly toAlan Mackenzie2011-03-061-6/+7