Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New tips in Tips section. | Vinicius Jose Latorre | 2004-03-10 | 2 | -1/+14 |
| | |||||
* | (smerge-check-cache, smerge-check): New var and fun. | Stefan Monnier | 2004-03-10 | 1 | -15/+47 |
| | | | | | | (smerge-mode-menu): Use it to deactivate menu entries. (smerge-keep-current): New fun. (smerge-keep-current): Use it. | ||||
* | Modification to print *Messages* buffer. | Vinicius Jose Latorre | 2004-03-10 | 2 | -13/+29 |
| | |||||
* | Doc fix. | Vinicius Jose Latorre | 2004-03-10 | 3 | -6/+22 |
| | |||||
* | (type-break-emacs-variant): Remove. | Stefan Monnier | 2004-03-09 | 2 | -51/+23 |
| | | | | | (type-break-run-at-time, type-break-cancel-function-timers): Use fboundp rather than version name and number. | ||||
* | 2004-03-09 Masatake YAMATO <jet@gyve.org> | Masatake YAMATO | 2004-03-09 | 2 | -1/+6 |
| | | | | | * hexl.el (hexl-mode): Use `make-local-variable' instead of `make-variable-buffer-local'. | ||||
* | * find-dired.el (find-dired): Call `shell-command' instead of | Michael Albinus | 2004-03-08 | 2 | -2/+9 |
| | | | | | `start-process-shell-command'. By this, Tramp takes over handling of remote directories. | ||||
* | (lisp-mode-variables): Set it. | Stefan Monnier | 2004-03-08 | 1 | -1/+3 |
| | |||||
* | (comment-use-global-state): New var. | Stefan Monnier | 2004-03-08 | 1 | -2/+11 |
| | | | | (comment-search-forward): Use it. | ||||
* | (fill) <defgroup>: Move to fill.el. | Stefan Monnier | 2004-03-08 | 2 | -9/+26 |
| | |||||
* | (fill) <defgroup>: Move from cus-edit.el. | Stefan Monnier | 2004-03-08 | 1 | -12/+23 |
| | | | | | | (enable-kinsoku): Make it a defcustom. (fill-comment-paragraph): Don't rely on fill-prefix to bound the paragraph to same-comment-start-marker. | ||||
* | *** empty log message *** | Stefan Monnier | 2004-03-07 | 1 | -0/+4 |
| | |||||
* | Remove redundant whitespace. | Eli Zaretskii | 2004-03-07 | 1 | -1/+0 |
| | |||||
* | (rfc2368-unhexify-char): Deleted. | Eli Zaretskii | 2004-03-07 | 2 | -31/+13 |
| | | | | (rfc2368-unhexify-string): Use replace-regexp-in-string. | ||||
* | (rfc2368-parse-mailto-url): Autoload. | Eli Zaretskii | 2004-03-07 | 1 | -8/+20 |
| | | | | (browse-url-mail): Use it. | ||||
* | UTF-8 is now RFC 3629. | Eli Zaretskii | 2004-03-07 | 1 | -1/+1 |
| | |||||
* | (woman-man.conf-path): Doc fix. | Eli Zaretskii | 2004-03-07 | 2 | -5/+12 |
| | | | | | (woman-parse-man.conf): Also parse OPTIONAL_MANPATH. (Suggested by Stefan Reich <xsteve@nit.at>.) | ||||
* | (sort-columns): Remove ms-dos from the list of systems | Eli Zaretskii | 2004-03-07 | 2 | -1/+6 |
| | | | | where the external `sort' command is not used. | ||||
* | (gdb-overlay-arrow-position): Add defvar. | Kim F. Storm | 2004-03-07 | 1 | -3/+9 |
| | | | | | | (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it from overlay-arrow-variable-list. (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position. | ||||
* | *** empty log message *** | Kim F. Storm | 2004-03-07 | 1 | -0/+8 |
| | |||||
* | (gdb-assembler-mode, gdb-assembler-custom): Set up | Nick Roberts | 2004-03-06 | 1 | -1/+1 |
| | | | | overlay arrow string properly for the assembler buffer. | ||||
* | *** empty log message *** | Nick Roberts | 2004-03-06 | 1 | -0/+5 |
| | |||||
* | (gdb-assembler-mode): Create a second overlay arrow | Nick Roberts | 2004-03-06 | 1 | -31/+11 |
| | | | | | | for the assembler buffer. (gdb-assembler-custom): Position the overlay arrow. (gdb-put-arrow, gdb-remove-arrow): Delete functions. | ||||
* | *** empty log message *** | Nick Roberts | 2004-03-05 | 1 | -0/+7 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2004-03-05 | 1 | -5/+12 |
| | |||||
* | (message-mode): Fix last change. | Stefan Monnier | 2004-03-05 | 1 | -3/+4 |
| | |||||
* | (mail-mode): Fix last change. | Stefan Monnier | 2004-03-05 | 1 | -2/+3 |
| | |||||
* | (sort-columns): Don't use external 'sort' on ms-windows. Otherwise, | Richard M. Stallman | 2004-03-05 | 2 | -6/+23 |
| | | | | do use it if the region only contains font-lock text properties. | ||||
* | (help-at-pt-timer-delay): Minor doc fix (remove stray space). | Luc Teirlinck | 2004-03-05 | 1 | -1/+1 |
| | |||||
* | (sh-font-lock-paren): Add @ in case patterns. | Stefan Monnier | 2004-03-04 | 1 | -2/+2 |
| | |||||
* | (cvs-fileinfo->backup-file): Use a more constraining | Stefan Monnier | 2004-03-04 | 1 | -3/+4 |
| | | | | regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400. | ||||
* | (comment-normalize-vars): Check the user-specified comment start marker. | Stefan Monnier | 2004-03-04 | 1 | -2/+4 |
| | |||||
* | (mail-mode): Set comment-start-skip. | Stefan Monnier | 2004-03-04 | 1 | -1/+3 |
| | |||||
* | (message-mode): Set comment-start-skip. | Stefan Monnier | 2004-03-04 | 2 | -5/+10 |
| | |||||
* | (uncomment-region): Allow non-terminated comment. | Stefan Monnier | 2004-03-04 | 1 | -30/+4 |
| | |||||
* | (hexl-mode): Set `hexl-print-current-point-info' as the callback function ↵ | Masatake YAMATO | 2004-03-04 | 2 | -1/+24 |
| | | | | | | | for eldoc. (hexl-print-current-point-info): New function. (hexl-current-address): print the address in both decimal and hexadecimal format. | ||||
* | *** empty log message *** | Richard M. Stallman | 2004-03-04 | 1 | -0/+34 |
| | |||||
* | (rmail-convert-to-babyl-format): | Richard M. Stallman | 2004-03-04 | 1 | -3/+6 |
| | | | | Specify t for UNIBYTE when calling mail-unquote-printable-region. | ||||
* | (mail-unquote-printable-region): New arg UNIBYTE. | Richard M. Stallman | 2004-03-04 | 1 | -9/+16 |
| | |||||
* | (command-switch-alist): Doc fix. | Richard M. Stallman | 2004-03-04 | 1 | -2/+2 |
| | |||||
* | (undo): Temporarily set this-command to `undo-start', | Richard M. Stallman | 2004-03-04 | 1 | -7/+16 |
| | | | | | | | | | then set it to `undo' once undo-start returns without error. (minibuffer-history-sexp-flag): Doc fix. (kill-line): Don't disregard trailing whitespace in eol condition, if show-trailing-whitespace is set. | ||||
* | Comment change. | Richard M. Stallman | 2004-03-04 | 1 | -0/+2 |
| | |||||
* | (mouse-sel-has-been-enabled): New var. | Richard M. Stallman | 2004-03-04 | 1 | -5/+10 |
| | | | | | (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled. When disabling, restore old values only if mouse-sel-has-been-enabled. | ||||
* | (isearch-*-char): New arg WANT-BACKSLASH. | Richard M. Stallman | 2004-03-04 | 1 | -3/+13 |
| | | | | | (isearch-{-char): New function. (isearch-mode-map): Bind { to isearch-{-char. | ||||
* | (lisp-font-lock-keywords-2): | Richard M. Stallman | 2004-03-04 | 1 | -4/+16 |
| | | | | | Turn off the CL with-... and do-... general patterns. Instead, recognize several specific with... and do... constructs. | ||||
* | (switch-to-buffer-other-window): Bind | Richard M. Stallman | 2004-03-04 | 1 | -2/+5 |
| | | | | | same-window-buffer-names and same-window-regexps to nil. (switch-to-buffer-other-frame): Likewise. | ||||
* | (fill-comment-paragraph): Be more careful when | Stefan Monnier | 2004-03-04 | 2 | -1/+22 |
| | | | | recognizing leading comment on code line. | ||||
* | Typo. | Kim F. Storm | 2004-03-03 | 1 | -1/+1 |
| | |||||
* | (setwins, setwins_almost): Skip .arch-ids and other hidden files/directories. | Stefan Monnier | 2004-03-03 | 1 | -2/+2 |
| | |||||
* | (fill-paragraph): Don't check comment-start-skip, | Stefan Monnier | 2004-03-02 | 1 | -2/+2 |
| | | | | only comment-start (in case the mode hasn't set it). |