aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add to THANKS in Commentary; nfc.Thien-Thi Nguyen2004-12-152-1/+21
|
* (zone): Set `truncate-lines'.Thien-Thi Nguyen2004-12-151-124/+121
| | | | | | | | | | | | | | | | | | | Also, init `tab-width' with value from original buffer. (zone-shift-up): Rewrite for speed. (zone-shift-down, zone-shift-left, zone-shift-right): Likewise. (zone-pgm-jitter): Remove redundant entries from ops vector. (zone-exploding-remove): Reduce iteration count. (zone-cpos): Convert to defsubst. (zone-replace-char): New defsubst. (zone-park/sit-for): Likewise. (zone-fret): Take window-start arg. Update callers. Use `zone-park/sit-for'. (zone-fill-out-screen): Rewrite. (zone-fall-through-ws): Likewise. Update callers. (zone-pgm-drip): Use `zone-replace-char'. Move var inits before while-loop. Use `zone-park/sit-for'. (zone-pgm-random-life): Handle empty initial field. Use `zone-replace-char' and `zone-park/sit-for'.
* (main): Fix typo in conversion of LONG_OPTIONS fromAndreas Schwab2004-12-152-2/+7
| | | | preprocessing to compile time constant.
* *** empty log message ***Juri Linkov2004-12-153-6/+34
|
* (Transient Mark, Mark Ring): M-< and otherJuri Linkov2004-12-151-4/+7
| | | | | movement commands don't set mark in Transient Mark mode if mark is active.
* (perform-replace): Add isearch-case-fold-search.Juri Linkov2004-12-151-36/+48
| | | | | | | | | | | | | | | Use delimited-flag for isearch-regexp. Reset isearch-lazy-highlight-last-string to force lazy highlighting when called from isearch mode. (query-replace-highlight): Revert defcustom type to boolean. (query-replace-lazy-highlight): New defcustom. (query-replace): New face. (perform-replace, replace-highlight, replace-dehighlight): Test query-replace-lazy-highlight instead of special value `isearch' of query-replace-highlight. (replace-dehighlight): Don't call isearch-dehighlight. (replace-highlight): Don't call isearch-highlight. Use face `query-replace' unconditionally.
* (isearch-update): Test isearch-lazy-highlightJuri Linkov2004-12-151-3/+2
| | | | | | before calling isearch-lazy-highlight-new-loop. (isearch-lazy-highlight-new-loop): Don't test isearch-lazy-highlight.
* *** empty log message ***Jay Belanger2004-12-151-0/+6
|
* Consistently capitalized all mode names.Jay Belanger2004-12-151-220/+220
| | | | | (Answers to Exercises): Mention that an answer can be a fraction when in Fraction mode.
* Change printing example to break on a procedure name.Nick Roberts2004-12-151-14/+10
|
* *** empty log message ***Nick Roberts2004-12-151-0/+4
|
* (read_char): Save and restore echo_string whenKim F. Storm2004-12-151-0/+2
| | | | handling input method.
* (Vthrow_on_input): New variable.Kim F. Storm2004-12-152-0/+22
| | | | | (syms_of_keyboard): Defvar and initialize it. (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
* *** empty log message ***Kim F. Storm2004-12-141-0/+1
|
* (cua--preserve-mark-commands): Remove.Kim F. Storm2004-12-141-16/+1
| | | | | | (cua--undo-push-mark): Remove. (cua--pre-command-handler, cua--post-command-handler): Don't fiddle with inhibit-mark-movement.
* (beginning-of-defun, end-of-defun): Don'tKim F. Storm2004-12-141-4/+2
| | | | use inhibit-mark-movement.
* (inhibit-mark-movement): Remove defvar.Kim F. Storm2004-12-141-8/+2
| | | | (beginning-of-buffer, end-of-buffer): Don't use it.
* *** empty log message ***Kim F. Storm2004-12-141-0/+13
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-734Miles Bader2004-12-145-18/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-75 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-76 - [email protected]/gnus--rel--5.10--patch-77 Update from CVS 2004-12-13 Katsumi Yamaoka <[email protected]> * lisp/gnus/gnus-group.el (gnus-group-make-rss-group): Use gnus-group-make-group instead of gnus-group-unsubscribe-group. * lisp/gnus/gnus-start.el (gnus-setup-news): Honor user's setting to gnus-message-archive-method. Suggested by Lute Kamstra <[email protected]>. 2004-12-08 Reiner Steib <[email protected]> * man/gnus-faq.texi ([5.1]): Added missing bracket. * man/gnus.texi (Filtering Spam Using The Spam ELisp Package): Index `spam-initialize'.
* *** empty log message ***Jay Belanger2004-12-141-0/+4
|
* Replace @tmath macro with @math.Jay Belanger2004-12-141-383/+376
| | | | | Fix TeX definition of @expr. Replace @i by @mathi.
* (Buffer-menu-switch-other-window): Bind pop-up-windows to t.Juri Linkov2004-12-142-2/+15
| | | | | (Buffer-menu-switch-other-window, Buffer-menu-2-window): Bind same-window-buffer-names and same-window-regexps to nil.
* (list-buffers-noselect): Collect internal infoJuri Linkov2004-12-141-43/+40
| | | | for every buffer in BUFFER-LIST arg too.
* (sc-cite-frame-alist): Doc fix.Juri Linkov2004-12-142-18/+26
| | | | | | (sc-cite-region, sc-uncite-region, sc-recite-region): Fix previous change to handle not alist as a symbol, but a citation frame as a symbol that represents a variable name.
* (next-error-buffer-p, next-error-find-buffer): Doc fix.Juri Linkov2004-12-141-19/+19
|
* Fix tyop.Juri Linkov2004-12-131-1/+1
|
* Restore ChangeLog entries deleted 2004-12-02.Juri Linkov2004-12-131-1/+109
|
* Variable move.J.D. Smith2004-12-131-1/+1
|
* Re-arrange variables to avoid compiler warnings. ChangeJ.D. Smith2004-12-131-59/+64
| | | | assoc-ignore-case to assoc-string. Remove make-local-hook.
* (file-cache-add-directory-using-find):Richard M. Stallman2004-12-135-5/+60
| | | | Only set up file-cache-find-command-posix-flag if we will use it.
* (file-cache-add-directory-using-find):Richard M. Stallman2004-12-131-7/+5
| | | | Only test file-cache-find-command-posix-flag on some systems.
* (mode-line-buffer-identification-keymap):Richard M. Stallman2004-12-131-1/+0
| | | | Don't cancel the mode-line's usual down-mouse-1 binding.
* (custom-display): Handle `default' specs.Richard M. Stallman2004-12-131-0/+1
|
* (custom-face-selected): Handle `default' specs.Richard M. Stallman2004-12-131-21/+38
| | | | (custom-face-edit): Increase extra-offset.
* (xml-name-re, xml-entity-value-re): Add defvars.Richard M. Stallman2004-12-131-0/+2
|
* (elint-standard-variables, elint-unknown-builtin-args): Move definitions up.Richard M. Stallman2004-12-131-79/+79
|
* (browse-url-url-at-point): Add autoload.Richard M. Stallman2004-12-131-0/+1
|
* (info-xref-visited): Use `default' instead of t.Richard M. Stallman2004-12-131-3/+2
| | | | (Info-try-follow-nearest-node): Don't explicitly load browse-url.
* (header-line, mode-line-inactive, tool-bar):Richard M. Stallman2004-12-131-14/+22
| | | | | Use `default' instead of t for setting the defaults. (face-spec-choose): Separate `t' from `default'.
* (while-no-input): New macro.Richard M. Stallman2004-12-131-0/+13
|
* (syms_of_eval) <quit-flag>: Doc fix.Richard M. Stallman2004-12-131-1/+5
|
* (QUIT): Check for Vthrow_on_input.Richard M. Stallman2004-12-131-0/+8
| | | | (Vthrow_on_input): Declare it.
* (set_iterator_to_next): Reset stop_charpos after display vector.Kim F. Storm2004-12-131-0/+3
|
* *** empty log message ***Kim F. Storm2004-12-131-0/+5
|
* (vc-svn-repository-hostname): Adjust to new format.Stefan Monnier2004-12-132-3/+39
| | | | | | | Reported by Ville Skytt�[email protected]>. (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev) (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line) (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
* ffap-dired-at-point -> dired-at-pointJuri Linkov2004-12-131-2/+2
|
* *** empty log message ***Juri Linkov2004-12-132-0/+41
|
* (Dired Navigation): Add @r{(Dired)} to M-g.Juri Linkov2004-12-131-2/+2
| | | | (Misc Dired Commands): Add @r{(Dired)} to w.
* (FFAP): Add C-x C-r, C-x C-v, C-x C-d, C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.Juri Linkov2004-12-131-4/+22
|
* ffap and wildcardsJuri Linkov2004-12-131-0/+21
|