(ibuffer-default-display-maybe-show-predicates): New customizable
[bpt/emacs.git] / lisp /
2004-10-17 John Paul Wallington(ibuffer-default-display-maybe-show-predicates): New...
2004-10-17 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-10-17 Michael Albinus* net/tramp.el: Redo sync with Tramp 2.0.45. Last...
2004-10-17 Daniel Pfeiffer(Buffer-menu-revert-function): Emulate save-excursion.
2004-10-17 Richard M. Stallman*** empty log message ***
2004-10-17 Richard M. Stallman(news-directory): Renamed from news-path. Old name...
2004-10-17 Richard M. Stallman(gnus-registry-unload-hook): Set as a variable with...
2004-10-17 Richard M. Stallman(nnspool-spool-directory): Use news-directory instead...
2004-10-17 Richard M. Stallman(spam-stat-unload-hook): Set as a variable w/ add-hook.
2004-10-17 Richard M. StallmanDelete duplicate `provide'.
2004-10-17 Richard M. StallmanAdd maintainer.
2004-10-17 Richard M. Stallman(with-local-quit): Return nil if there's a quit.
2004-10-17 Richard M. Stallman(strokes-list-strokes): Don't try to delete char at...
2004-10-17 Richard M. Stallman(fancy-splash-tail, normal-splash-screen): Update copyr...
2004-10-17 Richard M. Stallman(shadowfile-unload-hook): Set as variable w/ add-hook.
2004-10-17 Richard M. Stallman(server-unload-hook): Set as a variable with add-hook.
2004-10-17 Richard M. Stallman(help-at-pt-unload-hook): Use add-hook; no defvar.
2004-10-17 Richard M. Stallman(special-display-popup-frame): Make the buffer current...
2004-10-17 Richard M. Stallman(delsel-unload-hook): Set as a variable.
2004-10-17 Richard M. Stallman(comint-output-filter-functions): Add comint-watch...
2004-10-17 Richard M. Stallman(fringe-mode-initialize): New function.
2004-10-16 Kim F. Storm(indian-script-language-alist): Swap value and doc.
2004-10-16 Kim F. Storm*** empty log message ***
2004-10-16 Stefan Monnier(vc-find-file-hook): Call vc-backend with absolute...
2004-10-16 Juri Linkov(compilation-start): Move let-binding of
2004-10-16 Richard M. Stallman*** empty log message ***
2004-10-16 Richard M. Stallman(cvs-bury-buffer): Don't call get-buffer-window for...
2004-10-16 Richard M. Stallman(hide-other): Call outline-up-heading with INVISIBLE...
2004-10-16 Richard M. Stallman(comment-auto-fill-only-comments): Add autoload.
2004-10-16 Richard M. Stallman(msb-unload-hook): Set the variable.
2004-10-16 Richard M. Stallman(mouse-yank-at-click, mouse-yank-secondary):
2004-10-16 Richard M. Stallman(looking-back): Return only t or nil.
2004-10-16 Richard M. Stallman(whitespace-unload-hook): Set the variable.
2004-10-16 Richard M. Stallman(view-mode-enable): Set view-page-size and view-half...
2004-10-16 Richard M. Stallman(elp-unload-hook): Set the variable.
2004-10-16 Richard M. Stallman(cl-unload-hook): Don't defvar it, just set it.
2004-10-16 Richard M. Stallman(byte-compile-eval): Don't process
2004-10-16 Richard M. Stallman(compilation-start): Assume compilation-mode will make...
2004-10-16 Richard M. Stallman(ispell-command-loop): Use with-no-warnings.
2004-10-16 Richard M. Stallman(url-do-setup): Don't set url-passwd-entry-func.
2004-10-16 Richard M. Stallman(url-passwd-entry-func): Var deleted.
2004-10-16 Richard M. Stallman(url-get-normalized-date): Use url-weekday-alist and...
2004-10-16 Richard M. StallmanLoad cl at compile time.
2004-10-16 Richard M. StallmanDon't load cl.
2004-10-16 Richard M. Stallman(url-open-telnet): Use read-passwd.
2004-10-16 Richard M. Stallman(url-basic-auth, url-digest-auth): Use read-passwd.
2004-10-15 Kim F. Storm(fringe-bitmaps): Only initialize when defined.
2004-10-15 Kim F. Storm(cvs-mode-view-file, cvs-mode-view-file-other-window...
2004-10-15 Kim F. Storm(cvs-mode-map): Bind v to cvs-mode-view-file.
2004-10-15 Kim F. Storm*** empty log message ***
2004-10-15 Simon JosefssonAdd.
2004-10-14 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-10-13 Daniel Pfeiffer(describe-mode): Use marker buttons to make minor mode...
2004-10-13 Daniel Pfeiffer(describe-variable): Use it to make "below" a hyperlink.
2004-10-13 Daniel Pfeiffer(button-activate): Allow a marker to display as an...
2004-10-13 Stefan Monnier*** empty log message ***
2004-10-13 Stefan Monnier(substitute-key-definition-key): New function.
2004-10-13 Stefan Monnier(vc-annotate-display-select): Fix typo.
2004-10-13 Masatake YAMATO* progmodes/gud.el (gdb-script-beginning-of-defun)...
2004-10-13 Richard M. Stallman(info-lookup-file): Add info-file property.
2004-10-13 Richard M. Stallman(info-xref): Add underlining.
2004-10-12 Stefan Monnier*** empty log message ***
2004-10-12 Michael AlbinusSync with Tramp 2.0.45.
2004-10-12 Stefan Monnier(cvs-parse-commit): Fix parsing for new commit message.
2004-10-12 Stefan Monnier(mark-sexp): Preserve direction when repeating.
2004-10-12 Jay Belanger(calc-help-function-list, calc-help-variable-list)...
2004-10-12 David Ponce(recentf-edit-list): Update the menu when the recentf
2004-10-12 Simon Josefsson*** empty log message ***
2004-10-12 Simon Josefssonurl-vars.el (url-gateway-method): Add new method `tls'.
2004-10-12 Simon Josefsson(tls-certtool-program): New variable.
2004-10-12 Kenichi Handa(coding-system-equal): Moved from mule-util.el.
2004-10-12 Kenichi Handa(coding-system-equal): Moved to mule.el.
2004-10-12 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-10-11 Kim F. Storm*** empty log message ***
2004-10-11 Kim F. Storm(kmacro-insert-counter, kmacro-add-counter): Use and
2004-10-11 Kim F. Storm(substitute-key-definition): Mention command remapping...
2004-10-11 Kim F. Storm*** empty log message ***
2004-10-11 Simon Josefsson(smtpmail-open-stream): Look for
2004-10-11 Stefan Monnier(pcl-cvs-load-hook): Remove unused var.
2004-10-11 Stefan Monnier(font-lock-apply-highlight): Fix last change.
2004-10-11 Jay Belanger(calc-describe-copying, calc-describe-distribution...
2004-10-11 Jay Belanger(calc-info-goto-node): New function.
2004-10-11 Jay BelangerAdded `calc-info-goto-node' to autoloads.
2004-10-10 Lars HansenFix copyright notice.
2004-10-10 Kai Großjohann(ange-ftp-remote-shell): Remove variable.
2004-10-10 Andreas Schwab.
2004-10-10 Andreas Schwab(byte-optimize-backward-word): Optimize
2004-10-10 André Spiegel#
2004-10-10 André Spiegel(vc-annotate-mode): Remove variable.
2004-10-10 Stefan Monnier(comint-output-filter): Typo.
2004-10-10 Stefan Monnier(comint-mouse-insert-input): Remove.
2004-10-10 Stefan Monnier(diff-current-defun): Fix 2004-06-13's change.
2004-10-10 Stefan Monnier(imenu--completion-buffer): Don't return t for rescan.
2004-10-10 Stefan Monnier(font-lock-apply-highlight): Explicitly check the case
2004-10-10 Stefan Monnier(tex-font-lock-append-prop): New fun.
2004-10-09 Kim F. Storm(progress-reporter-update): Define before first usage.
2004-10-09 Kim F. Storm*** empty log message ***
2004-10-09 Luc Teirlinck*** empty log message ***
2004-10-09 Luc Teirlinck(sentence-end-double-space)
2004-10-09 Stefan Monnier(lisp-fill-paragraph): Fix backslashes.
next