(help-xref-forward-stack): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
2008-09-06 Glenn Morris(help-xref-forward-stack): Doc fix.
2008-09-06 Glenn MorrisFix typos.
2008-09-06 Glenn Morris(change-log-default-name): Autoload safety.
2008-09-06 Vinicius Jose LatorreDon't clean up a buffer when killing it.
2008-09-06 Vinicius Jose LatorreFix bug#360.
2008-09-05 Dan Nicolaescu* verilog-mode.el (verilog-library-extensions): Enable .sv
2008-09-05 Chong Yidong* international/quail.el: Require help-mode.
2008-09-05 Chong Yidong* dired.el (dired-get-filename): Rewrite octal escape...
2008-09-05 Eli Zaretskii(custom-button-pressed): Default to inverse-video.
2008-09-05 Eli Zaretskii(msdos-face-setup): Setup faces for all frames, not...
2008-09-05 Martin Rudalics(window--try-to-split-window): Don't split when window
2008-09-05 Miles BaderMerge from emacs--rel--22
2008-09-05 Kenichi HandaFix setting of composition-function-table.
2008-09-04 Glenn MorrisFix previous change:
2008-09-04 Juanma Barranquero* net/tramp-cache.el (tramp-flush-file-function): Fix...
2008-09-04 Kim F. Storm*** empty log message ***
2008-09-04 Martin Rudalics(Info-dir-remove-duplicates): Narrow buffer when
2008-09-03 Alan Mackenzie*** empty log message ***
2008-09-03 Alan Mackenzie(c-version): Incremented to 5.31.6.
2008-09-03 Alan Mackenzie*** empty log message ***
2008-09-03 Stefan Monnier(completion-pcm--pattern->regex): Undo last change.
2008-09-03 Martin Rudalics(pop-up-frame-function): Move here from window.el to...
2008-09-03 Glenn Morris(buffer-menu-mode-hook): Add obsolete alias.
2008-09-03 Chong Yidong* isearch.el (isearch-highlight-regexp): Fix last chang...
2008-09-02 Dan Nicolaescu(auto-mode-alist): Use verilog-mode for SystemVerilog...
2008-09-02 Juanma BarranqueroFix synch change.
2008-09-02 Martin Rudalics(calc-dispatch-map): Fix handling of upcased and
2008-09-02 Miles BaderMerge from emacs--rel--22
2008-09-02 Glenn Morris(try-face-font): Remove dead alias.
2008-09-02 Glenn Morris(c-opt-op-identitier-prefix): Fix typo.
2008-09-01 Glenn MorrisRemove dos line endings from 2008-09-01T08:06:26Z!rudal...
2008-09-01 Glenn Morris(vc-default-previous-version): Move alias here from...
2008-09-01 Chong Yidong* minibuffer.el (completion-pcm--pattern->regex): When
2008-09-01 Chong Yidong* window.el (recenter-top-bottom): Doc fix.
2008-09-01 Chong Yidong* delphi.el: New maintainer.
2008-09-01 Martin Rudalics(describe-face): Use find-lisp-object-file-name instead
2008-09-01 Kenichi Handa(font-show-log): Fix previous change.
2008-09-01 Kenichi Handa*** empty log message ***
2008-08-31 Juanma BarranqueroFix typos.
2008-08-31 Chong Yidong* ido.el: Move provide statement to the end of the...
2008-08-31 Martin Rudalics(linum-mode): `window-size-change-functions' can now...
2008-08-30 Glenn Morris*** empty log message ***
2008-08-30 Glenn Morris(make-variable-frame-local): Tweak obsolescence message.
2008-08-30 Glenn Morris(Info-hide-note-references, Info-refill-paragraphs...
2008-08-30 Glenn Morris(apropos-command): Report documentation errors, rather...
2008-08-30 Glenn Morris(describe-function-1): Handle broken aliases. (Bug...
2008-08-29 Chong Yidong* isearch.el (isearch-highlight-regexp): Fix case of...
2008-08-29 Eli Zaretskii(mode-line-frame-identification): Fix last change.
2008-08-29 Kenichi Handa*** empty log message ***
2008-08-29 Glenn Morris*** empty log message ***
2008-08-29 Chong Yidong* image-mode.el (image-mode): Fix 2008-07-19 change.
2008-08-28 Chong Yidong* term/x-win.el (x-win-suspend-error): Don't signal...
2008-08-28 Michael Albinus*** empty log message ***
2008-08-28 Chong Yidong* json.el (json-read-number): New arg. Handle explicit...
2008-08-28 Eli Zaretskii(msdos-previous-message): New variable.
2008-08-28 Chong Yidong* emacs-lisp/debug.el (debug): When killing a nonintera...
2008-08-28 Chong Yidong* vc-hooks.el (vc-workfile-unchanged-p): Revert last...
2008-08-27 Teodor Zlatanov*** empty log message ***
2008-08-27 Chong Yidong* vc-hooks.el (vc-workfile-unchanged-p): If the checkou...
2008-08-27 Teodor Zlatanov(change-log-next-error): Run an extra `find-file' to
2008-08-27 Chong Yidong* textmodes/artist.el (artist-mode-init): Added comment...
2008-08-27 Chong Yidong* comint.el (comint-dynamic-list-filename-completions...
2008-08-27 Chong Yidong* shell.el (shell-file-name-quote-list): Quote `$'.
2008-08-26 Chong Yidong* comint.el (comint-dynamic-complete-as-filename):...
2008-08-26 Chong Yidong* textmodes/flyspell.el (flyspell-check-pre-word-p...
2008-08-26 Chong Yidong* linum.el (linum): Inherit remaining face attributes...
2008-08-26 Juanma BarranqueroFix typos (sync from the trunk).
2008-08-26 Glenn Morris(calendar-holidays): Doc fix.
2008-08-26 Daiki Ueno(epa--key-widget-action): Save the selected window to
2008-08-26 Glenn MorrisTypo.
2008-08-26 Glenn Morris*** empty log message ***
2008-08-25 Eli Zaretskii(mode-line-frame-control): New function, caters to...
2008-08-25 Jay BelangerReplace missing exponent.
2008-08-25 Juri Linkov(text-mode-map): Unbind "\es" from `center-line' and...
2008-08-25 Ulf Jasper*** empty log message ***
2008-08-25 Dan Nicolaescu(vc-dir-marked-only-files-and-states):
2008-08-24 Michael Albinus* net/dbus.el (dbus-introspect): Use `dbus-call-method...
2008-08-24 Romain Francoise(run-python): Remove '' from sys.path.
2008-08-24 Romain Francoise(run-python): Remove '' from sys.path.
2008-08-23 Glenn Morris(fortran-tab-mode-string, fortran-comment-line-start)
2008-08-23 Glenn Morris*** empty log message ***
2008-08-23 Eli Zaretskii(msdos-setup-keyboard) <msdos-setup-keyboard>: Add...
2008-08-23 Eli Zaretskii*** empty log message ***
2008-08-23 Dan Nicolaescu(vc-dir-prepare-status-buffer): Make sure we use a
2008-08-23 Nick Roberts*** empty log message ***
2008-08-23 Martin Rudalics(dired-buffer-stale-p): Do not revert buffer that can...
2008-08-23 Glenn Morris(dired-guess-shell-alist-default): Add .mp3 and .ogg.
2008-08-23 Chong Yidong* subr.el (temp-buffer-show-hook): Doc fix.
2008-08-23 Chong Yidong* subr.el (temp-buffer-show-hook): Doc fix.
2008-08-22 Michael Albinus*** empty log message ***
2008-08-21 Juanma BarranqueroFix typos.
2008-08-21 Chong Yidong* minibuffer.el (completion--try-word-completion):...
2008-08-21 John Paul Wallington*** empty log message ***
2008-08-21 Daiki Ueno(epg-make-context, epg-context-set-passphrase-callback)
2008-08-21 Adrian Robert* term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink...
2008-08-20 Chong YidongRevert last change.
2008-08-20 Chong Yidong* wdired.el (wdired-old-auto-revert-mode): New var.
2008-08-20 Chong Yidong* textmodes/nroff-mode.el (nroff-mode): Avoid auto...
2008-08-20 Michael Albinus* net/xesam.el (xesam-highlight-string): Precise doc...
2008-08-19 Chong Yidong* edmacro.el (edmacro-parse-keys): Catch events with...
next