(save-completions-file-name): Fix typo in last change.
[bpt/emacs.git] / lisp /
2005-12-02 Stefan Monnier(save-completions-file-name): Fix typo in last change.
2005-12-02 Jan Djärv* info.el: Move back/forward history to the beginning...
2005-12-02 Jan DjärvMove back/forward history at the beginning of the tool...
2005-12-02 Eli Zaretskii*** empty log message ***
2005-12-02 Eli Zaretskii(eval-when-compile): Remove unnecessary load of 'cl...
2005-12-02 Eli Zaretskii(latex-inputenc-coding-alist): Doc fix.
2005-12-02 Eli Zaretskii(flyspell-external-point-words): Consider a misspelling...
2005-12-02 Alan MackenzieUpdate CC Mode to release 5.31.
2005-12-02 Nick Roberts(gud-menu-map): Put gud-finish back on the
2005-12-02 Nick Roberts*** empty log message ***
2005-12-02 Nick Roberts(log-view-diff): Clarify doc string.
2005-12-02 Nick Roberts*** empty log message ***
2005-12-02 Bill WohlerRemove errant backslash at beginning of file.
2005-12-02 Bill Wohler* mh-comp.el (mh-letter-mode): Use mh-highlight-citatio...
2005-12-02 Bill Wohler(mh-defface-compat): Checkdoc fix.
2005-12-02 Bill Wohler(mh-bogofilter-blacklist, mh-bogofilter-whitelist)...
2005-12-02 Luc Teirlinck(transient-mark-mode, line-number-mode)
2005-12-02 Bill Wohler(mh-loaddefs.el): Reinsert Change Log as its absence...
2005-12-02 Luc Teirlinck*** empty log message ***
2005-12-01 Kim F. Storm(url-history-track): Fix last change.
2005-12-01 Kim F. Storm*** empty log message ***
2005-12-01 Richard M. Stallman(url-history-track): Call url-history-setup-save-timer...
2005-12-01 Richard M. Stallman(url-retrieve): Test url-history-track.
2005-12-01 Richard M. Stallman*** empty log message ***
2005-12-01 Nick Roberts(gdb-ann3): Bind mouse-2 to gdb-mouse-until in the...
2005-12-01 Nick Roberts*** empty log message ***
2005-11-30 Jason Rumney(isearch-mode-map): Avoid exiting search on language...
2005-11-30 Jason Rumney*** empty log message ***
2005-11-30 Romain Francoise(speedbar-default-position): New defcustom.
2005-11-30 Romain Francoise(dframe-reposition-frame-emacs): Fix position computati...
2005-11-30 Stefan Monnier(help-map): Move initialization into declaration.
2005-11-30 Stefan Monnier(make-autoload): Handle defgroup specially.
2005-11-30 Stefan Monnier(help-argument-name): Don't autoload.
2005-11-30 Stefan Monnier(gnus-delay-group): Don't autoload.
2005-11-30 John Paul Wallington(describe-function-1): Fill arglist.
2005-11-30 Kim F. Storm*** empty log message ***
2005-11-29 Kim F. Storm(cua--rectangle-overlays): Make permanent-local.
2005-11-29 Chong Yidong* longlines.el (longlines-mode): Add mail-setup-hook.
2005-11-29 Kim F. Storm(apropos-parse-pattern): Doc fix.
2005-11-29 Kim F. Storm*** empty log message ***
2005-11-29 Chong Yidong* hi-lock.el (hi-lock-line-face-buffer, hi-lock-face...
2005-11-29 Andreas Schwab*** empty log message ***
2005-11-29 Reiner Steib(latex-inputenc-coding-alist): Reword doc string.
2005-11-29 Chong Yidong* help.el (describe-key-briefly, describe-key): Recogni...
2005-11-29 Romain Francoise(view-inhibit-help-message): New defcustom.
2005-11-29 Michael Kifer2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
2005-11-29 Luc TeirlinckThrow error if facemenu is not loaded to prevent accide...
2005-11-29 Luc Teirlinck*** empty log message ***
2005-11-29 Luc TeirlinckAdd comment explaining why facemenu must be loaded...
2005-11-29 Luc Teirlinck*** empty log message ***
2005-11-29 Chong YidongTypo.
2005-11-28 Jay Belanger*** empty log message ***
2005-11-28 Stefan Monnier(log-edit-insert-cvs-rcstemplate): Ignore stderr.
2005-11-28 Jay Belanger(calc-user-define-invokation): Update help message.
2005-11-28 Jay Belanger(calc-do-embedded): Update help message.
2005-11-28 Jay Belanger(calc-dispatch-help): Update docstring.
2005-11-28 Jay BelangerChange global keybinding for calc-dispatch to "\C-x*"
2005-11-28 Stefan Monnier(elp-not-profilable): Replace interactive-p with called...
2005-11-28 Stefan Monnier(query-replace-map): Move initialization into declaration.
2005-11-28 Juri LinkovBind [S-tab] to [backtab].
2005-11-28 Juri Linkov(Info-fontify-node): Set 2nd arg `noerror' of `Info...
2005-11-28 Stefan Monnier*** empty log message ***
2005-11-28 Juri Linkov(quoted-insert): Let-bind input-method-function to...
2005-11-28 Juri Linkov(occur-mode-mouse-goto): Pop, don't switch.
2005-11-28 Chong Yidong* replace.el (occur-mode-goto-occurrence): Pop, don...
2005-11-28 Stefan Monnier(flyspell-last-buffer): New var.
2005-11-28 Károly Lőrentey(list-buffers-noselect): Display the selected frame...
2005-11-28 Nick Roberts(xterm-mouse-event): Set last-input-event so
2005-11-28 Nick Roberts*** empty log message ***
2005-11-28 Luc Teirlinck("facemenu"): Load facemenu before font-lock, because
2005-11-28 Luc Teirlinck*** empty log message ***
2005-11-28 Stefan MonnierRemove useless leading * in defcustom docstrings.
2005-11-27 Luc Teirlinck(Buffer-menu-revert-function): Make the selected window...
2005-11-27 Luc Teirlinck(dabbrev-completion): Simplify code, by getting rid...
2005-11-27 Luc Teirlinck*** empty log message ***
2005-11-27 Nick Roberts(gud-gdb-marker-filter): When GDB is invoked with a...
2005-11-27 Nick Roberts(gdb-stopped): Detect process when attaching.
2005-11-27 Nick Roberts*** empty log message ***
2005-11-27 Stefan Monnier(defstruct): Don't define the default constructor if...
2005-11-27 Stefan Monnier(PC-completion-as-file-name-predicate): Use minibuffer...
2005-11-27 Stefan Monnier(sh-font-lock-syntactic-keywords): \ doesn't escape...
2005-11-27 Richard M. Stallman*** empty log message ***
2005-11-27 Richard M. Stallman(mouse-drag-move-window-bottom): Use adjust-window...
2005-11-27 Luc Teirlinck(blink-matching-paren-on-screen): Doc fix.
2005-11-27 Luc Teirlinck(blink-matching-paren-on-screen): Further doc fix.
2005-11-27 Luc Teirlinck(show-paren-mode): No longer change `blink-matching...
2005-11-27 Luc Teirlinck(blink-matching-open): Ignore `blink-matching-paren...
2005-11-27 Luc Teirlinck*** empty log message ***
2005-11-27 Luc Teirlinck*** empty log message ***
2005-11-27 John Paul Wallington(gdb-edit-register-value): Use `posn-set-point' instead...
2005-11-27 Nick Roberts(gdb-goto-breakpoint, gdb-frames-select, gdb-threads...
2005-11-27 Nick Roberts*** empty log message ***
2005-11-26 Kim F. Storm(cua--highlight-rectangle): Preserve
2005-11-26 Kim F. Storm*** empty log message ***
2005-11-26 Kim F. Storm(ido-mode-map): Doc fix.
2005-11-26 Kim F. Storm*** empty log message ***
2005-11-26 John Paul Wallington(archive-extract): Use `posn-set-point' instead of...
2005-11-26 Thien-Thi Nguyen(file-relative-name): Doc fix.
2005-11-26 Eli Zaretskii*** empty log message ***
2005-11-26 Eli Zaretskii(inferior-octave-startup): Force a non-empty string...
next