Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (fontset-standard): Rename from "fontset-mac". | YAMAMOTO Mitsuharu | 2006-02-10 | 1 | -2/+2 |
| | |||||
* | (select-frame-set-input-focus): Call x-focus-frame also | YAMAMOTO Mitsuharu | 2006-02-10 | 1 | -1/+1 |
| | | | | when window-system is mac. | ||||
* | Update copyright for 2006. | Nick Roberts | 2006-02-10 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Romain Francoise | 2006-02-10 | 1 | -3/+3 |
| | |||||
* | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-62 | Miles Bader | 2006-02-10 | 8 | -62/+112 |
| | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 22-26) - Update from CVS - Merge from emacs--devo--0 | ||||
* | *** empty log message *** | Kim F. Storm | 2006-02-10 | 1 | -0/+5 |
| | |||||
* | (substitute-key-definition-key): Pass t for NOERROR to | Kim F. Storm | 2006-02-10 | 1 | -2/+1 |
| | | | | indirect-function instead of using condition-case. | ||||
* | Tried to make docstring less `colloquial'... | Mathias Dahl | 2006-02-09 | 1 | -20/+16 |
| | |||||
* | *** empty log message *** | Mathias Dahl | 2006-02-09 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Mathias Dahl | 2006-02-09 | 1 | -0/+4 |
| | |||||
* | Added a few todo items. | Mathias Dahl | 2006-02-09 | 1 | -1/+7 |
| | |||||
* | Add highlight-changes-mode to desktop-locals-to-save. | Lars Hansen | 2006-02-09 | 2 | -1/+8 |
| | | | | (highlight-changes-mode): Don't change desktop-locals-to-save. | ||||
* | *** empty log message *** | Romain Francoise | 2006-02-09 | 1 | -2/+2 |
| | |||||
* | (mh-folder-list): Don't replace "/*$" with "/" since that causes an | Bill Wohler | 2006-02-09 | 2 | -5/+10 |
| | | | | infinite loop on XEmacs. | ||||
* | * image-mode.el (image-toggle-display): Clear image cache if using | Chong Yidong | 2006-02-09 | 2 | -1/+7 |
| | | | | filename. | ||||
* | (dired-guess-shell-alist-default): Add .man as a `dired-man' target. | Masatake YAMATO | 2006-02-09 | 2 | -2/+5 |
| | |||||
* | (autoconf-font-lock-keywords): Check start boundary of symbols. | Masatake YAMATO | 2006-02-09 | 2 | -1/+6 |
| | |||||
* | (mh-replace-regexp-in-string): Add missing regexp argument. | Bill Wohler | 2006-02-09 | 2 | -1/+6 |
| | |||||
* | (vc-svn-print-log): Show recent commits as well. | Stefan Monnier | 2006-02-09 | 2 | -6/+13 |
| | |||||
* | (hilit-chg-update-all-buffers): Use `mapc' instead of `mapcar'; return nil. | Juanma Barranquero | 2006-02-09 | 2 | -8/+14 |
| | |||||
* | 2006-02-08 Chong Yidong <cyd@stupidchicken.com> | Chong Yidong | 2006-02-08 | 2 | -2/+7 |
| | | | | | * mouse.el (mouse-drag-track): Don't change window if we rebind to some other event. | ||||
* | (rcirc-startup-channels-alist): Add irc.freenode.net and #emacs as defaults. | Eli Zaretskii | 2006-02-08 | 2 | -250/+309 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (rcirc-ignore-all-activity-flag): Remove variable. (rcirc-authinfo): New variable. (rcirc-authinfo-filename): Remove variable. (rcirc-always-use-server-buffer-flag): New flag. (rcirc): M-x rcirc will automatically connect without prompting. C-u M-x rcirc will prompt. Use rcirc-connect to create a connection in lisp. (rcirc-process-server-response-1): Remove everything but the nick portion of the sender so it doesn't need to be done everywhere else. Update related code. (global-map): Remove global keybindings. (rcirc-get-buffer-create): Make sure rcirc-topic is set. (rcirc-send-input): Split into several functions. (rcirc-process-input-line, rcirc-process-message, rcirc-process-command): New functions. (rcirc-target-buffer): Add function to determine where to route messages. (rcirc-user-nick): Save match data. (rcirc-toggle-ignore-buffer-activity) (rcirc-update-activity-string): Remove global ignore functionality, which can be done now by toggling rcirc-track-minor-mode. (rcirc-track-minor-mode-map): New keymap. (rcirc-track-minor-mode): New minor-mode. (ignore): Make the ignore output nicer. Always print it when adding or removing nicks. (rcirc-url-regexp): Improve. (rcirc-mangle-text): Remove properties before using text in the modeline. (rcirc-authenticate): Authentication data comes from rcirc-authinfo, not the file pointed to by rcirc-authinfo-file. (rcirc-server-prefix): Inherit from rcirc-server. | ||||
* | (compile): Append "|| true" to the end of the `find' command, like | Eli Zaretskii | 2006-02-08 | 2 | -1/+8 |
| | | | | compile-always does. | ||||
* | (tramp-maybe-open-connection): Do not wait for output from a dead connection. | Sam Steingold | 2006-02-08 | 2 | -2/+8 |
| | |||||
* | * mh-e.el (mh-invisible-header-fields-internal): Added entries | Peter Galbraith | 2006-02-08 | 2 | -0/+8 |
| | | | | "X-BrightmailFiltered:", "X-Brightmail-Tracker:" and "X-Hashcash" | ||||
* | Revert previous inadvertent check-in of local changes. | Glenn Morris | 2006-02-08 | 1 | -42/+6 |
| | |||||
* | Add 2006 to copyright years. | Glenn Morris | 2006-02-08 | 25 | -37/+74 |
| | |||||
* | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-57 | Miles Bader | 2006-02-08 | 8 | -145/+208 |
| | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 18-21) - Update from CVS - Merge from emacs--devo--0 | ||||
* | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-55 | Miles Bader | 2006-02-08 | 14 | -61/+116 |
| | | | | | | Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0 | ||||
* | *** empty log message *** | Juanma Barranquero | 2006-02-07 | 1 | -3/+3 |
| | |||||
* | Added more autoload cookies. | Mathias Dahl | 2006-02-07 | 1 | -0/+9 |
| | |||||
* | Added more bindings for tumme. | Mathias Dahl | 2006-02-07 | 2 | -0/+13 |
| | |||||
* | (wdired-mode-map): Use remap. | Stefan Monnier | 2006-02-07 | 2 | -136/+140 |
| | | | | | | | (wdired-get-filename): Massage. (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map. (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the `keymap' property rather than `local-map'. | ||||
* | (small-temporary-file-directory): Remove defvar; there's a defcustom for it in | Juanma Barranquero | 2006-02-07 | 2 | -3/+3 |
| | | | | files.el. | ||||
* | *** empty log message *** | Kim F. Storm | 2006-02-07 | 1 | -13/+11 |
| | |||||
* | ChangeLog entries for tumme.el. | Mathias Dahl | 2006-02-07 | 1 | -0/+19 |
| | |||||
* | Check in. | Mathias Dahl | 2006-02-07 | 1 | -8/+0 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2006-02-07 | 1 | -0/+13 |
| | |||||
* | (tumme-get-thumbnail-image): Add missing arg to `error'. | Juanma Barranquero | 2006-02-07 | 1 | -12/+12 |
| | | | | | | | | | | | Fix typo in message. (tumme-gallery-generate): Fix typo in `error' message. (tumme-display-window-height-correction, tumme-display-window-width-correction, tumme-line-up-dynamic, tumme-line-up-interactive): Dox fixes. (tumme-cmd-rotate-original-options, tumme-display-properties-format, tumme-restore-window-configuration, tumme-format-properties-string, tumme-create-thumbs, tumme-display-previous-thumbnail-original): Fix typos in docstrings. | ||||
* | (wdired-get-filename): Fix bug: Don't re-normalize OLD. | Thien-Thi Nguyen | 2006-02-07 | 2 | -2/+6 |
| | |||||
* | (gud-tooltip-mode): Remove autoload cookie. | Nick Roberts | 2006-02-07 | 1 | -1/+0 |
| | | | | User should use gdb-mode-hook if desired. | ||||
* | (gdb-post-prompt): Regenerate breakpoints | Nick Roberts | 2006-02-07 | 1 | -11/+13 |
| | | | | | | buffer if necessary. (gdb-delete-frame-or-window): New function. (gdb-breakpoints-mode-map): Bind "q" to it. | ||||
* | *** empty log message *** | Nick Roberts | 2006-02-07 | 1 | -0/+10 |
| | |||||
* | Clean up name space. | Stefan Monnier | 2006-02-06 | 2 | -26/+31 |
| | | | | | | (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n. (nroff-mode): Obey the global setting of nroff-electric-mode. (nroff-electric-mode): Use define-minor-mode and derived-mode-p. | ||||
* | Added key binding C-t d, bound to `tumme-display-thumbs'. | Mathias Dahl | 2006-02-06 | 1 | -0/+2 |
| | |||||
* | Some user interface changes: added command `tumme', etc. | Mathias Dahl | 2006-02-06 | 1 | -39/+146 |
| | |||||
* | (calendar-increment-month): Typo in last change. | Stefan Monnier | 2006-02-06 | 2 | -6/+9 |
| | |||||
* | (vc-svn-previous-version, vc-svn-next-version): New funcs. | Thien-Thi Nguyen | 2006-02-06 | 2 | -1/+22 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 244 | -254/+291 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 229 | -250/+289 |
| |