aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Luc Teirlinck2004-12-171-0/+8
|
* (HTTP language/coding, mailto): Replace "GNU Emacs manual" withLuc Teirlinck2004-12-171-5/+5
| | | | | the standard "The GNU Emacs manual" in fifth argument of @xref's. (Dealing with HTTP documents): @inforef->@xref.
* (Retrieving URLs, Retrieving URLs): @var{nil}->@code{nil}.Luc Teirlinck2004-12-171-2/+2
|
* Correct typos.Luc Teirlinck2004-12-171-8/+8
|
* Delete trailing whitespace.Luc Teirlinck2004-12-171-32/+32
|
* (math-random-digit): Call math-init-random-base if var-RandSeed is nil.Jay Belanger2004-12-161-1/+1
|
* Commentary munging; nfc.Thien-Thi Nguyen2004-12-161-3/+4
|
* (zone): Fix omission bug: Use a self-disablingThien-Thi Nguyen2004-12-162-6/+24
| | | | | | one-shot thunk for uniform (error, quit, normal) recovery. (zone-pgm-random-life): Fix bug: Recognize empty initial field by lack of "@" chars.
* *** empty log message ***Kim F. Storm2004-12-161-1/+23
|
* (occur-accumulate-lines, occur-engine):Juri Linkov2004-12-162-30/+59
| | | | | | | | | | Fontify unfontified matching lines in the source buffer before copying them. (occur-engine): Don't put mouse-face on context lines. (occur-next-error): Set point to line beginning/end before searching for prev/next property to skip multiple matches on a line (not supported by occur engine). Remove redundant prefix-numeric-value.
* (describe-property-list): Don't treat syntax-tableJuri Linkov2004-12-161-30/+16
| | | | | | | | | specially. Use describe-text-sexp which inserts [show] button for large objects and handles printing errors. Sort properties by names in alphabetical order instead of by value sizes. Add `mouse-face' to list of properties for `describe-face' widget. (describe-char): Mask out face-id from 19 bits of character. Print face-id separately.
* * help-fns.el (variable-at-point):Juri Linkov2004-12-161-2/+7
| | | | As a last resort try striping non-word prefixes and suffixes.
* * help.el (function-called-at-point):Juri Linkov2004-12-161-2/+7
| | | | As a last resort try striping non-word prefixes and suffixes.
* (info-lookup-highlight-face): Change default from `highlight' to `match'.Juri Linkov2004-12-162-1/+16
|
* (apropos-match-face): Change default from `secondary-selection' to `match'.Juri Linkov2004-12-161-1/+1
|
* (grep-match-face): New defvar.Juri Linkov2004-12-161-1/+4
| | | | | (grep-mode-font-lock-keywords): Use grep-match-face instead of compilation-column-face to highlight grep matches.
* (match): New face.Juri Linkov2004-12-161-1/+15
| | | | (list-matching-lines-face): Change default from `bold' to `match'.
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-1511-22/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (SIGNAL_THREAD_CHECK): New macro. * keyboard.c (input_available_signal): Move thread checking code to macro SIGNAL_THREAD_CHECK and call that macro. (interrupt_signal): Call SIGNAL_THREAD_CHECK. * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c. * emacs.c: Define main_thread. (main): Initialize main_thread. (handle_USR1_signal, handle_USR2_signal, fatal_error_signal) (memory_warning_signal): Call SIGNAL_THREAD_CHECK. * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK. * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK. * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK. * process.c (send_process_trap, sigchld_handler): Call SIGNAL_THREAD_CHECK. * data.c (arith_error): Call SIGNAL_THREAD_CHECK. * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
* * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA beforeJan Djärv2004-12-152-3/+8
| | | | returning when xg_ignore_gtk_scrollbar is true.
* (executable-interpret): Eliminate obsolete compile-internal, and switch to ↵Daniel Pfeiffer2004-12-152-7/+12
| | | | comint for interaction.
* *** empty log message ***J.D. Smith2004-12-151-0/+5
|
* Check for && when skipping multiple commands on a line.J.D. Smith2004-12-151-1/+3
|
* 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
|