summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * doc/misc/texinfo.tex: Upgrade to 2011-03-25.11 version (comment change).Paul Eggert2011-04-051-6/+8
* * autogen/update_autogen: Add a separate -L option for ldefs-boot.el.Glenn Morris2011-04-051-3/+7
* Auto-commit of loaddefs files.Glenn Morris2011-04-051-1372/+1287
* * autogen/update_autogen: Configure --without-x.Glenn Morris2011-04-051-1/+2
* Make update_autogen handle loaddefs-like files as well.Glenn Morris2011-04-054-23/+154
* Calendar fix for scroll-bar scrolling (b#8305).Glenn Morris2011-04-053-7/+28
* * lisp/gnus/registry.el: Fix copyright, standardize license notice.Glenn Morris2011-04-051-4/+6
* lisp/mh-e/mh-funcs.el (mh-undo-folder): Make compatible with `revert-buffer' ...Juanma Barranquero2011-04-062-2/+8
* Add lisp/gnus/registry.el.Ted Zlatanov2011-04-051-0/+409
* Merge changes made in Gnus trunk.Teodor Zlatanov2011-04-054-824/+601
* Remove extraneous messages in 2011-03-30 completion change.Chong Yidong2011-04-052-5/+7
* lisp/font-lock.el: Remove obsolete code.Juanma Barranquero2011-04-052-3/+6
* lisp/info.el: Fix typos; mark unused parameters.Juanma Barranquero2011-04-052-94/+112
* * lisp/net/rcirc.el: Update my e-mail address.Deniz Dogan2011-04-052-3/+4
* * lisp/net/rcirc.el (rcirc-mode-map): Remove M-o binding.Deniz Dogan2011-04-052-1/+4
* Fix theme and X-resource interactions for the cursor face.Chong Yidong2011-04-043-1/+23
* lisp/help-fns.el: Fix mistake in previous change.Juanma Barranquero2011-04-051-1/+1
* lisp/help-fns.el (describe-variable): Fix completion.Juanma Barranquero2011-04-052-2/+8
* gnus-sum.el (gnus-update-marks): Reinstate the code to not alter marks on non...Lars Magne Ingebrigtsen2011-04-043-5/+20
* Convert some .el files to lexical scoping.Juanma Barranquero2011-04-047-33/+51
* lisp/dired.el: Update autoloads.Juanma Barranquero2011-04-041-7/+7
* Use lexical binding in ep[ga]*.el.Daiki Ueno2011-04-047-32/+41
* * src/keyboard.c (safe_run_hook_funcall): Fix last change (don't stop at theStefan Monnier2011-04-032-1/+7
* * lisp/dired-aux.el (dired-create-files): Add docstring (Bug#7970).Chong Yidong2011-04-032-22/+19
* Add changes to lisp/url/ChangeLog omitted from 2011-04-02T23:41:03Z!cyd@stupi...Chong Yidong2011-04-031-0/+5
* Improvements to flyspell-mark-duplications-exceptions.Chong Yidong2011-04-032-11/+31
* * nsterm.m (ns_update_auto_hide_menu_bar): Define MAC_OS_X_VERSION_10_6Jan Djärv2011-04-032-0/+8
* Fix missing NEWS subentry (Bug#8400).Chong Yidong2011-04-021-0/+1
* src/xdisp.c: Remove some unused parameters.Juanma Barranquero2011-04-032-25/+33
* Merge open-protocol-stream into open-network-stream.Chong Yidong2011-04-029-163/+166
* find-dired improvements for bug#4403.Glenn Morris2011-04-022-14/+56
* Remove some unnecessary purecopy's from find-dired.Glenn Morris2011-04-022-8/+9
* Remove some autoload cookies on defcustoms in find-dired.Glenn Morris2011-04-022-3/+3
* ChangeLog fix.Glenn Morris2011-04-021-1/+1
* Use find -exec with '+' for grep-find if supported.Glenn Morris2011-04-022-11/+31
* * lisp/files.el (save-some-buffers): Doc fix.Glenn Morris2011-04-022-0/+7
* do not dereference NULL upon failed strdupJim Meyering2011-04-022-3/+8
* src/eval.c (unwind_to_catch) [DEBUG_GCPRO]: Remove redundant assignment.Juanma Barranquero2011-04-022-1/+5
* A better default for $(EMACS) in lisp/makefile.w32-in.Eli Zaretskii2011-04-022-2/+6
* * nsterm.m (ns_update_auto_hide_menu_bar): Only for OSX 10.6 or later.Jan Djärv2011-04-022-0/+9
* lisp/url/url-cookie.el: Use `dolist' rather than `mapcar'.Juanma Barranquero2011-04-022-3/+7
* lisp/progmodes/idlwave.el: Use `dolist' rather than `mapcar'.Juanma Barranquero2011-04-022-11/+13
* Merge from lexical-binding branch.Stefan Monnier2011-04-0172-2496/+4643
|\
| * Miscellanous cleanups in preparation for the merge.old-branches/lexbind-newStefan Monnier2011-04-0123-194/+138
| * Merge from trunkStefan Monnier2011-03-31170-2650/+5695
| |\
| * | * lisp/subr.el (apply-partially): Use a non-nil static environment.Stefan Monnier2011-03-304-23/+56
| * | lisp/makefile.w32-in (COMPILE_FIRST): Remove pcase.Juanma Barranquero2011-03-302-1/+4
| * | * lisp/subr.el (with-output-to-temp-buffer): Don't change current-buffer toStefan Monnier2011-03-294-71/+85
| * | Fix C-M-x in lexbind mode. Misc tweaks.Stefan Monnier2011-03-246-82/+117
| * | Clean up left over Emacs-18/19 code, inline byte-code-functions.Stefan Monnier2011-03-224-245/+207