Obsolete alias inactivate-current-input-method-function.
[bpt/emacs.git] / lisp / ChangeLog
2012-08-02 Paul EggertObsolete alias inactivate-current-input-method-function.
2012-08-01 Jay Belangercalc-mode.el (calc-set-simplify-mode): Use `cond' inste...
2012-08-01 Glenn MorrisSmall tweaks for autoconf mode
2012-08-01 Rupert Swarbrick* calendar/cal-html.el (cal-html-insert-agenda-days...
2012-08-01 Glenn MorrisChangeLog fixes
2012-07-31 Fabián Ezequiel... Shell processes: enhancements to startup and CEDET...
2012-07-31 Andreas SchwabFixes: debbugs:12108
2012-07-31 Jay Belangercalc-mode.el (calc-set-simplify-mode): Adjust message.
2012-07-31 Jay Belangercalc-mode.el (calc-basic-simplification-mode): Rename...
2012-07-31 Bastien GuerryFix comment in man.el. See bug#12101.
2012-07-31 Martin RudalicsFix return values of switch-to-prev/next-buffer.
2012-07-31 Fabián Ezequiel... * progmodes/python.el (run-python-internal): Disable...
2012-07-30 Stefan MertenSilence `checkdoc-ispell'.
2012-07-30 Paul EggertUpdate .PHONY listings in makefiles.
2012-07-29 Jay Belangercalc/calc-help (calc-m-prefix-help): Change message.
2012-07-29 Jay Belangercalc/calc.el (calc-simplify-mode): Make 'alg the defaul...
2012-07-29 Jay Belangercalc/calc.el (math-normalize-error): New variable.
2012-07-29 Eli ZaretskiiFix bug #12082 with non-ASCII output in Windows GUI...
2012-07-29 Juri Linkov* lisp/simple.el (goto-line): Don't display default...
2012-07-29 Paul Eggert* international/mule-cmds.el (inactivate-input-method...
2012-07-29 Paul EggertDon't use the abbreviation "win" to refer to Windows...
2012-07-29 Paul Eggertdeactive->inactive, inactivate->deactivate spelling...
2012-07-29 Chong YidongDeactivate the mark on more copy operations, and indica...
2012-07-29 Juri Linkov* lisp/simple.el (async-shell-command-buffer): New...
2012-07-28 Eli ZaretskiiFix non-ASCII input in non-GUI frames on MS-Windows...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-28 Chong YidongFix bogus code in gdb-place-breakpoints.
2012-07-28 Chong YidongIn C-x v L and C-x v D, prompt for directory if there...
2012-07-28 Eli ZaretskiiMore fixes in lisp/ for parallel builds on MS-Windows.
2012-07-28 Chong Yidong* simple.el (delete-trailing-lines): New option.
2012-07-28 David EngsterMaybe return expanded XML qnames as plain symbols ...
2012-07-27 Fabián Ezequiel... Consistent completion in inferior python with emacs...
2012-07-27 Jay Belangercalccomp.el (math-compose-expr): Undo previous change.
2012-07-27 Fabián Ezequiel... * lisp/progmodes/python.el (python-mode-map): Added...
2012-07-27 Michael AlbinusFix name typo.
2012-07-27 Michael Albinus* notifications.el (notifications-on-action-signal)
2012-07-27 Tassilo Horn* textmodes/reftex-vars.el (reftex-label-alist-builtin...
2012-07-27 Jay Belangercalccomp.el (math-compose-expr): Use parentheses when
2012-07-26 Eli ZaretskiiFix parallel bootstrap in lisp/ on MS-Windows.
2012-07-26 Martin RudalicsIn mouse-drag-line don't exit tracking prematurely...
2012-07-26 Stefan Monnier* lisp/mouse.el (popup-menu): Fix last change.
2012-07-26 Stefan MonnierAutoload more carefully from Lisp. Follow aliases...
2012-07-25 Alp Aker* international/mule-cmds.el (ucs-insert): Mark it...
2012-07-25 Leo LiuAvoid leaving nil in the alist in cc-imenu-objc-function
2012-07-25 Andreas SchwabFixes: debbugs:12042
2012-07-25 Christopher SchmidtIn pp-display-expression select old selected window...
2012-07-25 Martin RudalicsAdd advertised calling convention for redirect-frame...
2012-07-25 Chong YidongBackport fix for Bug#11989 from trunk.
2012-07-25 Paul EggertPrefer typical American spelling for "acknowledgment".
2012-07-25 Jay Belangercalc-alg.el (math-simplify-divide): Don't cross multiply
2012-07-24 Julien DanjouMerge changes made in Gnus master; Remove dead code
2012-07-23 Eli ZaretskiiFix displaying the user name in error message about...
2012-07-22 Vincent Belaïche* ses.el (ses-cell-formula-aset): New macro.
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-21 Leo LiuUse match-string-no-properties instead in c-defun-name
2012-07-20 Leo Liu* lisp/progmodes/cc-cmds.el (c-defun-name): Handle...
2012-07-20 Vincent Belaïche* ses.el (ses-rename-cell): Set new name also in refere...
2012-07-20 Jan DjärvBackport: Recognize Objective-C methods also in c-defun...
2012-07-20 Leo Liu* progmodes/cc-langs.el (c-symbol-start): Include char _.
2012-07-20 Masatake YAMATO* lisp/term/x-win.el (x-menu-bar-open): Use `frame...
2012-07-20 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-parse-partial)...
2012-07-20 Eli ZaretskiiFix display of Hebrew tutorial title on splash screen.
2012-07-20 Dmitry AntipovDrop idle buffer compaction due to an absence of the
2012-07-19 Sam Steingold* lisp/vc/vc-dispatcher.el (vc-compilation-mode): Add...
2012-07-19 Stefan Monnier* lisp/emacs-lisp/chart.el: Use lexical-binding.
2012-07-19 Dmitry AntipovTweak the value returned from Fgarbage_collect again.
2012-07-19 Dmitry AntipovCompact buffers when idle.
2012-07-19 Stefan Monnier* lisp/subr.el (eventp): Presume that if it looks vague...
2012-07-19 Fabián Ezequiel... Enhancements to ppss related code (thanks Stefan).
2012-07-18 Fabián Ezequiel... * progmodes/python.el: Enhancements to eldoc support.
2012-07-18 Dmitry Gutov* vc/vc-git.el (vc-git-state): Don't call `vc-git-regis...
2012-07-18 Chong Yidong* subr.el (last-input-char, last-command-char): Remove.
2012-07-18 Chong Yidong* simple.el (count-words): Report on narrowing.
2012-07-18 Chong Yidong* lisp/bindings.el: Bind M-= to count-words.
2012-07-18 Chong Yidong* faces.el (face-spec-reset-face): Handle reverse video.
2012-07-18 Masatake YAMATO* lisp/progmodes/sh-script.el (sh-imenu-generic-express...
2012-07-18 Chong Yidong* subr.el (keyboard-translate): Doc fix.
2012-07-18 Stefan Monnier* lisp/userlock.el, emacs-lisp/map-ynp.el: Declare...
2012-07-18 Tassilo Horn* window.el (split-window-sensibly): Make WINDOW argument
2012-07-18 Stefan Monnier* lisp/progmodes/cperl-mode.el (cperl-unwind-to-safe...
2012-07-18 Chong YidongFix usage of C-x 8 key translations in Isearch.
2012-07-18 Stefan Monnier* lisp/emacs-lisp/eieio.el: Adapt further to gv.el.
2012-07-18 Dmitry AntipovReturn more descriptive data from Fgarbage_collect.
2012-07-17 Fabián Ezequiel... New utility functions + python-info-ppss-context fix.
2012-07-17 Juri Linkov* lisp/dired-aux.el (dired-do-async-shell-command)...
2012-07-17 Juri Linkov* lisp/descr-text.el (describe-char): Fix format args.
2012-07-17 Fabián Ezequiel... Final renames and doc fixes for movement commands.
2012-07-17 Fabián Ezequiel... * progmodes/python.el (python-shell-send-string-no...
2012-07-17 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (cl-progv): Use a properly...
2012-07-17 Stefan Monnier* lisp/emacs-lisp/elint.el (elint-find-args-in-code):
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-17 Stefan Monnier* lisp/progmodes/cc-engine.el (c-forward-sws, c-backwar...
2012-07-17 Stefan Monnier* lisp/progmodes/sh-script.el (sh-syntax-propertize...
2012-07-17 Stefan MonnierMisc minor changes.
2012-07-17 Stefan Monnier* lisp/textmodes/tex-mode.el (tex-font-lock-keywords...
2012-07-17 René KyllingstadMake insert-char interactive, and ucs-insert an obsolet...
2012-07-16 Fabián Ezequiel... * progmodes/python.el: Simplified imenu implementation.
2012-07-16 Fabián Ezequiel... * progmodes/python.el: Enhancements to navigation commands.
2012-07-16 Michael Albinus* eshell/em-ls.el (eshell/ls): Use `apply'.
2012-07-16 Michael Albinus* vc/ediff.el (ediff-directories): Add trailing space...
next