summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (mark-word): New arg ALLOW-EXTENDRichard M. Stallman2004-12-291-10/+28
| | | | enables the feature to extend the existing region.
* (mark-sexp, mark-defun): New arg ALLOW-EXTENDRichard M. Stallman2004-12-291-11/+16
| | | | enables the feature to extend the existing region.
* *** empty log message ***Kenichi Handa2004-12-291-0/+4
|
* (recode-region): New function.Kenichi Handa2004-12-291-0/+19
|
* *** empty log message ***Kim F. Storm2004-12-291-9/+9
|
* *** empty log message ***Simon Josefsson2004-12-281-1/+1
|
* (site-run-file): Don't allow setting it with Custom.Richard M. Stallman2004-12-281-2/+10
|
* (buffer-disable-undo): Fix previous change.Richard M. Stallman2004-12-282-1/+5
|
* Fix doc in previous change.Richard M. Stallman2004-12-281-1/+1
|
* Add the ChangeLog entry for lisp/hexl.el 2004-12-27T11:59:49Z!jet@gyve.org.Masatake YAMATO2004-12-281-0/+9
|
* Fix last commit.Simon Josefsson2004-12-272-4/+3
|
* (undo): Fix previous change.Richard M. Stallman2004-12-272-4/+24
|
* Fix typo.Richard M. Stallman2004-12-271-1/+1
|
* * term/mac-win.el: Sync with x-win.el. Rearrange the contents.Steven Tamm2004-12-272-611/+911
| | | | | Call mac-clear-font-name-table if invoked on Mac OS 8/9. Call x-open-connection on Mac OS X.
* (buffer-save-without-query): New var (buffer-local).Richard M. Stallman2004-12-271-32/+130
| | | | | | | | | | | (save-some-buffers): Save those buffers first, w/o asking. (insert-directory-ls-version): New variable. (insert-directory): When ls returns an error, test the version number to decide what the return code means. With --dired output format, detect and distinguish lines that are really error messages. (insert-directory-adj-pos): New function.
* *** empty log message ***Richard M. Stallman2004-12-271-7/+97
|
* (bookmark-jump): Nice error if BOOKMARK is nil.Richard M. Stallman2004-12-271-0/+2
|
* (battery-mode-line-format): Remove initial spaces.Richard M. Stallman2004-12-271-9/+11
|
* (function): Use restricted-sexp as parent.Richard M. Stallman2004-12-271-1/+1
|
* (uniquify-rationalize-file-buffer-names): Delete interactive spec.Richard M. Stallman2004-12-271-1/+0
|
* (type-break-mode): Set buffer-save-without-query.Richard M. Stallman2004-12-271-19/+14
| | | | | Remove code that tried to set save-some-buffers-always. (type-break-file-keystroke-count): Bind deactivate-mark.
* (mouse-drag-region): Bind mouse-autoselect-window.Richard M. Stallman2004-12-271-1/+2
|
* (next-error-buffer-p): New arg AVOID-CURRENT.Richard M. Stallman2004-12-271-46/+82
| | | | | | | | | | | | Test that the buffer is live, and maybe reject current buffer too. Rewrite for clarity. (next-error-find-buffer): Rewrite for clarity. (undo-list-saved): New variable (buffer-local). (undo): Set and test it. (next-matching-history-element): Use same `interactive' form as previous-matching-history-element.
* Don't use buffer-disable-undo; do it directly.Richard M. Stallman2004-12-271-1/+2
|
* (describe-function-1): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-2/+2
| | | | (describe-variable): Call symbol-file with `defvar'.
* (messages-buffer-max-lines): Alias for message-log-max.Richard M. Stallman2004-12-271-8/+24
| | | | | | (symbol-file): Rewritten to handle new load-history format. Now takes an arg TYPE to specify looking for a particular type of definition only.
* (debugger-make-xrefs): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-1/+1
|
* (find-function-noselect): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-3/+2
| | | | (find-variable-noselect): Call symbol-file with `defvar'.
* (eshell-find-alias-function): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-1/+1
|
* (eshell-test-goto-func): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-1/+1
|
* (decode-coding-inserted-region):Richard M. Stallman2004-12-271-5/+28
| | | | Set buffer-undo-list in a correct and optimal way.
* (rmail-resend): Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.Richard M. Stallman2004-12-271-0/+2
|
* (goto-address-mail-regexp): Allow = in username.Richard M. Stallman2004-12-271-1/+1
|
* (compilation-find-buffer): Rename arg.Richard M. Stallman2004-12-271-2/+2
|
* (texinfo-format-buffer-1): Call buffer-disable-undo.Richard M. Stallman2004-12-271-0/+1
|
* (ffap-string-at-point-mode-alist): Add "*" to url chars,Richard M. Stallman2004-12-271-1/+1
| | | | it can appear unencoded and has been seen from yahoo.
* (save-buffer-state): Definition deleted.Richard M. Stallman2004-12-271-32/+14
| | | | (ansi-color-unfontify-region): Don't use save-buffer-state.
* (cperl-find-bad-style): Use with-no-warnings.Richard M. Stallman2004-12-271-8/+5
| | | | | (cperl-font-lock-unfontify-region-function): No need to save and restore info, since font-lock.el does it for us.
* * hexl.el (hexlify-buffer): Remove fontification here.Masatake YAMATO2004-12-271-9/+14
| | | | | | | | Use font lock mechanism instead. (hexl-font-lock-keywords): New font lock kewords. (hexl-mode-old-font-lock-keywords): New variable. (hexl-mode): Store the old font lock keywords. (hexl-mode-exit): Restore the old font lock keywords.
* mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5Simon Josefsson2004-12-272-1/+7
| | | | | in upper case. Reported by Wojciech Polak <polak@gnu.org> and tiny patch from Sergey Poznyakoff.
* (utf-translate-cjk-load-tables): BindKenichi Handa2004-12-272-20/+29
| | | | coding-system-for-read to nil while loading subst-*.
* *** empty log message ***Jay Belanger2004-12-271-0/+5
|
* *** empty log message ***Luc Teirlinck2004-12-271-0/+5
|
* (Buffer-menu-revert-function): Clear out undo info before revertingLuc Teirlinck2004-12-271-1/+5
| | | | and disable undo recording while reverting.
* (calc-read-var-name): Remove initial "var-" from minibuffer.Jay Belanger2004-12-271-6/+10
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750Miles Bader2004-12-267-23/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80 Update from CVS 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-spec.el (gnus-spec-tab): Make a Lisp form which works correctly even if there are wide characters. 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2231.el (rfc2231-parse-string): Decode encoded value after concatenating segments rather than before concatenating them. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>. 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/mm-util.el (mm-xemacs-find-mime-charset): New macro. 2004-12-17 Aidan Kehoe <kehoea@parhasard.net> * lisp/gnus/mm-util.el (mm-xemacs-find-mime-charset-1): New function used to unify Latin characters in XEmacs. (mm-find-mime-charset-region): Use it. 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-util.el (gnus-delete-directory): New function. * lisp/gnus/gnus-agent.el (gnus-agent-delete-group): Use it. * lisp/gnus/gnus-cache.el (gnus-cache-delete-group): Use it.
* (hs-set-up-overlay): New user var.Thien-Thi Nguyen2004-12-262-36/+95
| | | | | | | | | | | | | (hs-make-overlay): New function. (hs-isearch-show-temporary): Handle `display' overlay prop specially. (hs-flag-region): Delete function. (hs-hide-comment-region): No longer use `hs-flag-region'. Instead, use `hs-discard-overlays' and `hs-make-overlay'. (hs-hide-block-at-point): Likewise. (hs-hide-level-recursive): Use `hs-discard-overlays'. (hs-hide-all, hs-show-all): Likewise. (hs-show-block): Likewise. Also, use overlay prop `hs-b-offset', not `hs-ofs'.
* Require `cl' when compiling.Thien-Thi Nguyen2004-12-242-60/+33
| | | | | | | Remove XEmacs and Emacs 19 compatibility. Use `dolist' and `add-to-list' for load-time actions. (hs-discard-overlays): Use `dolist'. (hs-show-block): Likewise.
* Untabify, reindent; nfc.Thien-Thi Nguyen2004-12-241-45/+45
|
* (mode-line, mode-line-inactive): Use min-colors.Dan Nicolaescu2004-12-232-3/+7
|