- 01 Nov, 2005 19 commits
-
-
Romain Francoise authored
* Makefile.in (install): Compress source files.
-
Romain Francoise authored
* ezimage.el: Likewise.
-
Juri Linkov authored
-
Juri Linkov authored
Prev, Next, Up before comparison. (Info-history): Insert absolute directory name, and put invisible property on it.
-
Juri Linkov authored
(Info-find-node-2): Check makeinfo version for index cookie support. (Info-index-nodes): Search for nodes with index cookies only when Info-file-supports-index-cookies is t. Otherwise, search nodes with "Index" in the node name. (Info-index-node): Search index cookie in the current node only when Info-file-supports-index-cookies is t. Otherwise, check the word "Index" in the node name. (Info-find-emacs-command-nodes): Remove code that searches nodes with "Index" node name in the top menu.
-
John Wiegley authored
-
Stefan Monnier authored
-
Stefan Monnier authored
determine whether to consider dedicated windows as well. (Fget_lru_window, Fget_largest_window): Add `dedicated' argument. (Fdisplay_buffer): Do consider dedicated windows in those cases where we will split the window rather than reuse it. Don't try to use windows on other displays.
-
Stefan Monnier authored
-
Stefan Monnier authored
a non-existent face.
-
Stefan Monnier authored
for octal and hexa output, and merge the char into the paren. (kill-new): Use push. (copy-to-buffer): Use with-current-buffer. (completion-setup-function): Move code in loop to remove redundancy. (minibuffer-local-must-match-map): Don't add bindings that duplicate those inherited from minibuffer-local-completion-map.
-
John Wiegley authored
(C-a). The author said it had been disabled much earlier due to a possible incompatibility, but after many months of usage I have encountered no problems (and it is a rather useful option, especially for switching to " *temp*").
-
John Wiegley authored
AddressBook, by calling out to the open source program "contacts" (installable through Fink).
-
John Wiegley authored
set to `all', delete the query string before inserting the query result.
-
John Wiegley authored
Eshell from using the system ls when `eshell-ls-insert-directory' is in used. (eshell-ls-insert-directory): Disable font-lock in directory buffer so that Eshell's own fontification is seen. This broke recently due to changes in font-lock, so this goes back to version 21 behavior.
-
John Wiegley authored
`eshell-glob-entries'. This is done because special file-handlers will on trigger on ".", even if `default-directory' is special.
-
John Wiegley authored
-
Stefan Monnier authored
(savehist-mode) <defun>: Run the minor mode hook, set the custom state and emit a message if applicable.
-
Stefan Monnier authored
(savehist-mode): New minor mode. (savehist-file): Use ~/.emacs.d or ~/.xemacs if available. (savehist-length): Remove (use history-length instead). (savehist-file-modes): Rename from savehist-modes. (savehist-save-hook, savehist-loaded): New vars. (savehist-load): Use savehist-mode. Try to smooth up transition from old format to new format. (savehist-install): Allow savehist-autosave-interval to be nil. (savehist-save): Run the new hook. Be more careful to only trim the history variables. (savehist-trim-history): New fun. Replaces savehist-process-for-saving. (savehist-printable): Print into a buffer rather than char-by-char.
-
- 31 Oct, 2005 16 commits
-
-
Nick Roberts authored
the command gdb-use-inferior-io-buffer.
-
Nick Roberts authored
-
Nick Roberts authored
(menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice. (gdb-many-windows): Doc fix.
-
Romain Francoise authored
* buffers.texi (Misc Buffer): Downcase `*shell*'. * windows.texi (Force Same Window): Likewise.
-
Romain Francoise authored
-
Dan Nicolaescu authored
that global-font-lock-mode can be enabled by default. * font-lock.el (font-lock-keywords, font-lock-mode-internal) (font-lock-add-keywords, font-lock-remove-keywords) (font-lock-fontify-buffer): Remove autoload cookies. * jit-lock.el (jit-lock-register): Likewise. * emacs-lisp/syntax.el (syntax-ppss): Likewise. * puresize.h (BASE_PURESIZE): Increment to 1170000.
-
Nick Roberts authored
old prompt comint-prompt-read-only is t and GDB commands are issued from tool bar etc.
-
Nick Roberts authored
intact if there is no gud-comint-buffer.
-
Nick Roberts authored
-
Romain Francoise authored
-
Romain Francoise authored
* m/gould.h: Likewise.
-
Miles Bader authored
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 149-151) - Merge from emacs--cvs-trunk--0 - Update from CVS 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/flow-fill.el (fill-flowed-encode-tests): Restore trailing whitespace removed in revision 7.8. Use concatenated string to protect trailing whitespace. 2005-10-27 Jouni K Seppanen <jks@iki.fi> (tiny change) * lisp/gnus/nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable. (nnimap-request-expire-articles): Use it to avoid sending 'UID SEARCH UID ... NOT SINCE' queries, for inefficient servers like Courier IMAP ("some version from 2004"). Mostly based on similar code in the same function. 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-display-completion-list): New function. (message-expand-group): Use it; make sure the Completions buffer is modifiable.
-
Bill Wohler authored
(mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync docstrings with manual.
-
Bill Wohler authored
(mh-interpret-number-as-range-flag, mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On means" to remain checkdoc clean and consistent with Emacs. I raised this issue with the Emacs developers and Stallman agrees that "On means" should be allowed in custom docstrings but that this change requires thought and should wait until after the Emacs 22 release.
-
Bill Wohler authored
-
Masatake YAMATO authored
-
- 30 Oct, 2005 5 commits
-
-
Chong Yidong authored
(thumbs-thumbsdir): Make .emacs.d if it does not exist.
-
Nick Roberts authored
gdb-mouse-set-clear-breakpoint. Explain gdb-mouse-until must stay in same frame.
-
Nick Roberts authored
-
Chong Yidong authored
object.
-
Kim F. Storm authored
extend_face_to_end_of_line when last glyph doesn't fit on line. (set_glyph_string_background_width): Remove specific tests here to see if face background should extend to end of line. Simplify.
-