Fix compiler-expansion of CL's cXXr functions.
[bpt/emacs.git] / lisp / ChangeLog
2012-06-11 Stefan MonnierFix compiler-expansion of CL's cXXr functions.
2012-06-11 Chong YidongTweak startup image choice logic.
2012-06-11 Stefan MonnierUse lexical-binding for all of CL, and clean up its...
2012-06-11 Michael AlbinusSync with Tramp 2.2.6-pre.
2012-06-11 Chong YidongGive ImageMagick lowest priority in image-type-file...
2012-06-11 Johan Bockgård* lisp/emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT...
2012-06-11 Stefan Monnier* lisp/emacs-lisp/pcase.el (pcase--let*): New function.
2012-06-10 Stefan MonnierReduce use of cl in lisp/emacs-lisp/.
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-06-10 Glenn Morris* mail/rmail.el (rmail-yank-current-message): Leave...
2012-06-09 Andreas Schwab* Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2012-06-09 Chong Yidong* ebuff-menu.el (electric-buffer-list): Preserve header...
2012-06-09 Eli ZaretskiiFix parallel bootstrap build in lisp/ on MS-Windows.
2012-06-09 Martin RudalicsIn special-display-popup-frame don't use window--displa...
2012-06-09 Eli ZaretskiiFix "lisp nesting exceeds max-lisp-eval-depth" errors...
2012-06-09 Chong YidongDoc improvements for face remapping.
2012-06-09 Stefan MonnierDon't autoload functions too eagerly during macroexpansion.
2012-06-08 Glenn MorrisMark tiny change
2012-06-08 Ulf Jaspericalendar / icalendar-tests: Fix Bug#11473 -- unescape...
2012-06-08 Chong YidongFace cleanups. Remove some uses of old-style face...
2012-06-08 Michael Albinus* net/tramp-compat.el (tramp-compat-temporary-file...
2012-06-08 Stefan MonnierClean up scoping rule of predefined single-word vars.
2012-06-08 Juanma Barranquerolisp/textmodes/texinfmt.el: Fix bug#11640 (reverts...
2012-06-08 Eli ZaretskiiMention in "C-u C-x =" display how to insert the charac...
2012-06-08 Sam Steingold* lisp/bindings.el (global-map): Bind XF86Forward to...
2012-06-08 Stefan MonnierGet rid of cl-lexical-let, keeping only lexical-let...
2012-06-07 Stefan MonnierMove old compatiblity to cl.el. Remove cl-macroexpand...
2012-06-07 Stefan MonnierCleanup cl-macs namespace. Add macro helpers in macroe...
2012-06-07 Stefan Monnier* tmm.el (tmm-prompt): Use string-prefix-p.
2012-06-07 Stefan Monnier* subr.el (kbd): Make it its own function.
2012-06-07 Chong Yidong* allout-widgets.el: Fix code header
2012-06-07 Stefan Merten* rst.el: Use `eval-when-compile' for requiring
2012-06-06 Glenn Morris* lisp/mail/emacsbug.el (report-emacs-bug): Add relevan...
2012-06-06 Stefan Monnier* lisp/emacs-lisp/macroexp.el: Don't require CL since...
2012-06-06 Sam Steingold* lisp/calendar/calendar.el (calendar-in-read-only...
2012-06-06 Michael Albinus* net/tramp-compat.el (tramp-compat-temporary-file...
2012-06-06 Michael Albinus* progmodes/python.el (python-send-region): Ensure...
2012-06-06 Stefan Monnier* lisp/emacs-lisp/macroexp.el (macroexpand-all-1):...
2012-06-06 Michael Albinus* files.el (enable-remote-dir-locals): New option.
2012-06-06 Glenn MorrisFind rcs2log in the source-directory when running unins...
2012-06-06 Glenn MorrisRemove lib-src/vcdiff
2012-06-06 Glenn MorrisReplace the last use of the external vcdiff script
2012-06-05 Glenn MorrisMake ledit.el obsolete.
2012-06-05 Sam Steingold* lisp/calendar/calendar.el (calendar-exit): reinstate...
2012-06-05 Stefan Monnier* emacs-list/cust-print.el: Move to obsolete.
2012-06-05 Stefan Monnier* lisp/emacs-lisp/macroexp.el (macroexpand-all-1):...
2012-06-05 Stefan MonnierAdd native compiler-macro support.
2012-06-05 Martin RudalicsClean up and simplify buffer display routines.
2012-06-05 Glenn Morris* vc-sccs.el (vc-sccs-workfile-unchanged-p): Replace...
2012-06-04 Stefan Monnier* lisp/emacs-lisp/cl-lib.el (cl-values, cl-values-list...
2012-06-04 Chong Yidongimage.el (imagemagick-enabled-types): Remove CIN.
2012-06-04 Chong YidongMore tweaks to ImageMagick types.
2012-06-04 Stefan Monnier* lisp/emacs-lisp/cl-lib.el: Rename from cl.el.
2012-06-03 Glenn Morris* lisp/emacs-lisp/authors.el (authors-aliases): Addition.
2012-06-03 Glenn Morristool-bar-style doc fixes
2012-06-03 Stefan Mertenrst.el: Add comments.
2012-06-03 Chong YidongFix legibility of compilation mode-line messages.
2012-06-03 Jack DuthenImprove ediff and which-func integration.
2012-06-03 Chong YidongAllow clicking mouse-3 on mode line to change coding...
2012-06-03 Chong YidongMake mode line help-echo visible for unibyte buffers.
2012-06-03 Chong YidongImplement default help-echo for mode line.
2012-06-02 Stefan Monnier* lisp/simple.el (execute-extended-command): Set real...
2012-06-02 Stefan Merten(rst-mode-map): Fix meaning of C-M-a / C-M-e.
2012-06-02 Chong YidongRemove incorrect uses of "modeline".
2012-06-02 Stefan MertenAlways require `cl'.
2012-06-02 Chong YidongAdd more enabled ImageMagick types.
2012-06-01 Stefan Monnier* lisp/emacs-lisp/cl-macs.el: Use backquotes.
2012-06-01 Stefan Monnier* lisp/emacs-lisp/bytecomp.el: Fix last change.
2012-06-01 Martin RudalicsRemove obsolete binding in choose-completion.
2012-06-01 Michael Albinus* net/tramp.el (tramp-check-for-regexp): Search from...
2012-06-01 Chong YidongBump version to 24.1.
2012-05-31 Glenn MorrisChangeLog merge fix
2012-05-31 Glenn MorrisSplit off imagemagick-filter-types from imagemagick...
2012-05-31 Glenn MorrisAdd option imagemagick-types-enable
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-31 Stefan MonnierFix long filename handling of byte-compile-fix-header.
2012-05-31 Stefan MonnierAdd `declare' for `defun'. Align `defmacro's with it.
2012-05-30 Agustín Martínispell.el: Define `ispell-with-no-warnings' as a macro...
2012-05-30 Stefan Monnier* lisp/emacs-lisp/byte-run.el (defmacro, defun): Move...
2012-05-29 Stefan MertenSilence `checkdoc-ispell' errors where possible. Fix...
2012-05-29 Ulf Jaspericalendar-tests: Fix Bug#11525 -- Add icalendar-import...
2012-05-29 Stefan MonnierFix minor corner case bugs in byte compilation and...
2012-05-29 Troels NielsenFix active minibuffer case for window-deletable-p.
2012-05-29 Martin Rudalics* lisp/simple.el (choose-completion): Use quit-window.
2012-05-29 Chong Yidong* whitespace.el (whitespace-cleanup): Fix whitespace...
2012-05-29 Aaron S. Hawley* vc.el (vc-revert, vc-rollback): Dont kill vc-diff...
2012-05-29 Juri Linkov* lisp/isearch.el (isearch-mode-map): Bind `M-s _'...
2012-05-29 Juri Linkov* lisp/isearch.el (isearch-word): Add docstring.
2012-05-29 Juri Linkov* lisp/isearch.el (isearch-search-fun-default): New...
2012-05-29 Paul EggertSpelling fixes.
2012-05-28 Agustín Martíntextmodex/{ispell,flyspell}.el: Decrease XEmacs incompa...
2012-05-28 Agustín Martíntextmodes/ispell.el: Fix variable name. Show spellcheck...
2012-05-28 Martin RudalicsUgly fix for bug#11556.
2012-05-28 Reto Zimmermann* lisp/progmodes/vhdl-mode.el: Sync with upstream 3...
2012-05-27 Juanma Barranquerolips/version.el (*-version-string): Declare.
2012-05-27 Juri Linkov* lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use...
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-26 Glenn MorrisReplace w32-init-info through the magic of custom-initi...
2012-05-26 Glenn MorrisDon't mess with INFOPATH in ns builds
2012-05-26 Glenn Morris* lisp/paths.el (Info-default-directory-list): Make...
next