summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (tooltip-gud-tips-p): Expand documentation.Nick Roberts2005-04-201-3/+16
| | | | (tooltip-toggle-gud-tips): New function.
* (gud-menu-map): Add tooltip-toggle-gud-tips.Nick Roberts2005-04-201-0/+5
|
* *** empty log message ***Nick Roberts2005-04-201-0/+7
|
* (mac-symbol-encoder): Fix mappings of left and right angle brackets.YAMAMOTO Mitsuharu2005-04-202-12/+12
|
* (tooltip-use-echo-area): Replace as alias and deprecate.Nick Roberts2005-04-191-0/+2
|
* *** empty log message ***Nick Roberts2005-04-191-0/+4
|
* (flymake-get-absolute-file-name-basedir): Remove. Update callers to useStefan Monnier2005-04-192-8/+6
| | | | expand-file-name instead.
* (show-paren-function): Use it to recognize parens that areStefan Monnier2005-04-192-8/+16
| | | | also used in 2-char comment markers.
* (blink-matching-open): Fix botched commit.Stefan Monnier2005-04-191-1/+2
|
* (blink-matching-open): Use it.Stefan Monnier2005-04-191-2/+2
|
* (syntax-class): New function.Stefan Monnier2005-04-191-0/+4
|
* (unload-feature): Update for new format of load-history. Simplify the code.Lute Kamstra2005-04-192-42/+48
|
* (mac-symbol-encoder, mac-dingbats-encoder): Minor update.YAMAMOTO Mitsuharu2005-04-191-33/+19
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-191-0/+13
|
* Add coding: tag and set it to iso-2022-7bit.YAMAMOTO Mitsuharu2005-04-191-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. Storm2005-04-191-0/+12
|
* (next-buffer, prev-buffer, next-error)Kim F. Storm2005-04-191-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. Storm2005-04-191-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-268Miles Bader2005-04-192-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 forStefan Monnier2005-04-182-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 moreKim F. Storm2005-04-181-4/+14
| | | | elaborate check for shift modifier on non-window systems.
* *** empty log message ***Kim F. Storm2005-04-181-0/+5
|
* *** empty log message ***Lars Hansen2005-04-181-0/+4
|
* Make "--no-desktop" turn off `desktop-save-mode'.Lars Hansen2005-04-181-3/+4
|
* (url-retrieve-synchronously): Work around the fact thatStefan Monnier2005-04-182-9/+22
| | | | url-http sometimes doesn't call the callback.
* (tooltip-show): Change second arg to USE-ECHO-AREAKim F. Storm2005-04-182-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. Storm2005-04-181-0/+8
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-04-181-0/+5
|
* (tooltip-mode): `emacs-quick-startup' and `display-graphic-p' may notYAMAMOTO Mitsuharu2005-04-181-2/+3
| | | | be bound yet.
* *** empty log message ***Luc Teirlinck2005-04-181-1/+8
|
* (command-line): No longer enable Xterm Mouse mode by default inLuc Teirlinck2005-04-181-10/+0
| | | | terminals compatible with xterm.
* (xterm-mouse-mode): Set init value back to nil.Luc Teirlinck2005-04-181-9/+0
|
* (tooltip-gud-echo-area): Rename fromNick Roberts2005-04-181-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 Roberts2005-04-181-0/+8
|
* (yank-excluded-properties): Add follow-link to value.Richard M. Stallman2005-04-172-1/+3
|
* (custom-theme-write-variables): Quote variablesDavid Kastrup2005-04-172-1/+6
| | | | where necessary.
* *** empty log message ***Richard M. Stallman2005-04-171-0/+23
|
* (jka-compr-compression-info-list): Fix custom type.Richard M. Stallman2005-04-171-2/+6
|
* (fancy-splash-max-time): Just 30 seconds.Richard M. Stallman2005-04-171-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. Stallman2005-04-171-23/+21
|
* (rmail-ignored-headers): Ignore more headersRichard M. Stallman2005-04-171-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. Stallman2005-04-171-3/+4
| | | | Don't fontify the text of a citation.
* (comint-output-filter): Run comint-output-filter-functionsRichard M. Stallman2005-04-171-0/+3
| | | | with point where the user had it.
* (ucs-set-table-for-input): Disable when using unify-on-decoding.Stefan Monnier2005-04-162-32/+37
|
* (cua-global-mark-face): Add special caseDan Nicolaescu2005-04-162-1/+7
| | | | for displays supporting a high number of colors.
* (repeat): Invoke pre-command-hook and post-command-hook.Eli Zaretskii2005-04-162-1/+8
|
* (filesets-add-buffer): If user supplies a name of aEli Zaretskii2005-04-162-2/+16
| | | | non-existing fileset, create a new fileset.
* (org-up-heading-all): Fixed bug withCarsten Dominik2005-04-161-1/+1
| | | | `outline-up-heading-all'.
* *** empty log message ***Carsten Dominik2005-04-161-0/+5
|
* (auto-mode-alist): Handle /etc/sysconfig/*,Andreas Schwab2005-04-162-2/+7
| | | | /etc/permissions.d/* and /etc/aliases.d/*.