Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (tooltip-gud-tips-p): Expand documentation. | Nick Roberts | 2005-04-20 | 1 | -3/+16 |
| | | | | (tooltip-toggle-gud-tips): New function. | ||||
* | (gud-menu-map): Add tooltip-toggle-gud-tips. | Nick Roberts | 2005-04-20 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Nick Roberts | 2005-04-20 | 1 | -0/+7 |
| | |||||
* | (mac-symbol-encoder): Fix mappings of left and right angle brackets. | YAMAMOTO Mitsuharu | 2005-04-20 | 2 | -12/+12 |
| | |||||
* | (tooltip-use-echo-area): Replace as alias and deprecate. | Nick Roberts | 2005-04-19 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Nick Roberts | 2005-04-19 | 1 | -0/+4 |
| | |||||
* | (flymake-get-absolute-file-name-basedir): Remove. Update callers to use | Stefan Monnier | 2005-04-19 | 2 | -8/+6 |
| | | | | expand-file-name instead. | ||||
* | (show-paren-function): Use it to recognize parens that are | Stefan Monnier | 2005-04-19 | 2 | -8/+16 |
| | | | | also used in 2-char comment markers. | ||||
* | (blink-matching-open): Fix botched commit. | Stefan Monnier | 2005-04-19 | 1 | -1/+2 |
| | |||||
* | (blink-matching-open): Use it. | Stefan Monnier | 2005-04-19 | 1 | -2/+2 |
| | |||||
* | (syntax-class): New function. | Stefan Monnier | 2005-04-19 | 1 | -0/+4 |
| | |||||
* | (unload-feature): Update for new format of load-history. Simplify the code. | Lute Kamstra | 2005-04-19 | 2 | -42/+48 |
| | |||||
* | (mac-symbol-encoder, mac-dingbats-encoder): Minor update. | YAMAMOTO Mitsuharu | 2005-04-19 | 1 | -33/+19 |
| | |||||
* | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-04-19 | 1 | -0/+13 |
| | |||||
* | Add coding: tag and set it to iso-2022-7bit. | YAMAMOTO Mitsuharu | 2005-04-19 | 1 | -270/+150 |
| | | | | | | | | | | | (mac-add-charset-info): New function. Initialize variable mac-charset-info-alist using it. (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data for translation. (mac-symbol-encoder, mac-dingbats-encoder): New translation table. (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats. (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font): New CCL programs. | ||||
* | *** empty log message *** | Kim F. Storm | 2005-04-19 | 1 | -0/+12 |
| | |||||
* | (next-buffer, prev-buffer, next-error) | Kim F. Storm | 2005-04-19 | 1 | -12/+0 |
| | | | | | (scroll-other-window, keyboard-quit, keyboard-escape-quit) (clone-indirect-buffer-other-window): Move bindings to bindings.el. | ||||
* | (next-buffer, prev-buffer, next-error) | Kim F. Storm | 2005-04-19 | 1 | -0/+23 |
| | | | | | | | (scroll-other-window, keyboard-quit, keyboard-escape-quit) (clone-indirect-buffer-other-window): Move bindings from simple.el. (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings. (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings. | ||||
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268 | Miles Bader | 2005-04-19 | 2 | -5/+10 |
| | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 66) - Update from CVS 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/qp.el (quoted-printable-encode-region): Save excursion. | ||||
* | (isearch-edit-string): Make the search-ring available for | Stefan Monnier | 2005-04-18 | 2 | -59/+16 |
| | | | | | | | minibuffer history commands. (minibuffer-local-isearch-map): Remove bindings for M-p and M-n, the default history commands now work just as well. (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove. | ||||
* | (cua--pre-command-handler): Add more | Kim F. Storm | 2005-04-18 | 1 | -4/+14 |
| | | | | elaborate check for shift modifier on non-window systems. | ||||
* | *** empty log message *** | Kim F. Storm | 2005-04-18 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Lars Hansen | 2005-04-18 | 1 | -0/+4 |
| | |||||
* | Make "--no-desktop" turn off `desktop-save-mode'. | Lars Hansen | 2005-04-18 | 1 | -3/+4 |
| | |||||
* | (url-retrieve-synchronously): Work around the fact that | Stefan Monnier | 2005-04-18 | 2 | -9/+22 |
| | | | | url-http sometimes doesn't call the callback. | ||||
* | (tooltip-show): Change second arg to USE-ECHO-AREA | Kim F. Storm | 2005-04-18 | 2 | -7/+10 |
| | | | | | | | and make it optional. Don't test tooltip-gud-echo-area here. (tooltip-gud-process-output, gdb-tooltip-print): Pass tooltip-gud-echo-area to tooltip-show. (tooltip-help-tips): Remove second optional arg. | ||||
* | *** empty log message *** | Kim F. Storm | 2005-04-18 | 1 | -0/+8 |
| | |||||
* | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-04-18 | 1 | -0/+5 |
| | |||||
* | (tooltip-mode): `emacs-quick-startup' and `display-graphic-p' may not | YAMAMOTO Mitsuharu | 2005-04-18 | 1 | -2/+3 |
| | | | | be bound yet. | ||||
* | *** empty log message *** | Luc Teirlinck | 2005-04-18 | 1 | -1/+8 |
| | |||||
* | (command-line): No longer enable Xterm Mouse mode by default in | Luc Teirlinck | 2005-04-18 | 1 | -10/+0 |
| | | | | terminals compatible with xterm. | ||||
* | (xterm-mouse-mode): Set init value back to nil. | Luc Teirlinck | 2005-04-18 | 1 | -9/+0 |
| | |||||
* | (tooltip-gud-echo-area): Rename from | Nick Roberts | 2005-04-18 | 1 | -12/+12 |
| | | | | | | | tooltip-use-echo-area. (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print) (tooltip-help-tips): Allow GUD tooltips to be displayed in echo area independently of where help tooltips are displayed. | ||||
* | *** empty log message *** | Nick Roberts | 2005-04-18 | 1 | -0/+8 |
| | |||||
* | (yank-excluded-properties): Add follow-link to value. | Richard M. Stallman | 2005-04-17 | 2 | -1/+3 |
| | |||||
* | (custom-theme-write-variables): Quote variables | David Kastrup | 2005-04-17 | 2 | -1/+6 |
| | | | | where necessary. | ||||
* | *** empty log message *** | Richard M. Stallman | 2005-04-17 | 1 | -0/+23 |
| | |||||
* | (jka-compr-compression-info-list): Fix custom type. | Richard M. Stallman | 2005-04-17 | 1 | -2/+6 |
| | |||||
* | (fancy-splash-max-time): Just 30 seconds. | Richard M. Stallman | 2005-04-17 | 1 | -4/+4 |
| | | | | | (fancy-splash-delay): Just 7. (fancy-splash-screens): No time limit other than fancy-splash-max-time. | ||||
* | (unload-feature): Update for new format of load-history. Simplify the code. | Richard M. Stallman | 2005-04-17 | 1 | -23/+21 |
| | |||||
* | (rmail-ignored-headers): Ignore more headers | Richard M. Stallman | 2005-04-17 | 1 | -5/+8 |
| | | | | (rmail-font-lock-keywords): Don't fontify the text of a citation. | ||||
* | (mail-font-lock-keywords): Don't fontify subject text. | Richard M. Stallman | 2005-04-17 | 1 | -3/+4 |
| | | | | Don't fontify the text of a citation. | ||||
* | (comint-output-filter): Run comint-output-filter-functions | Richard M. Stallman | 2005-04-17 | 1 | -0/+3 |
| | | | | with point where the user had it. | ||||
* | (ucs-set-table-for-input): Disable when using unify-on-decoding. | Stefan Monnier | 2005-04-16 | 2 | -32/+37 |
| | |||||
* | (cua-global-mark-face): Add special case | Dan Nicolaescu | 2005-04-16 | 2 | -1/+7 |
| | | | | for displays supporting a high number of colors. | ||||
* | (repeat): Invoke pre-command-hook and post-command-hook. | Eli Zaretskii | 2005-04-16 | 2 | -1/+8 |
| | |||||
* | (filesets-add-buffer): If user supplies a name of a | Eli Zaretskii | 2005-04-16 | 2 | -2/+16 |
| | | | | non-existing fileset, create a new fileset. | ||||
* | (org-up-heading-all): Fixed bug with | Carsten Dominik | 2005-04-16 | 1 | -1/+1 |
| | | | | `outline-up-heading-all'. | ||||
* | *** empty log message *** | Carsten Dominik | 2005-04-16 | 1 | -0/+5 |
| | |||||
* | (auto-mode-alist): Handle /etc/sysconfig/*, | Andreas Schwab | 2005-04-16 | 2 | -2/+7 |
| | | | | /etc/permissions.d/* and /etc/aliases.d/*. |