bpt/emacs.git
19 years ago(Fx_get_cut_buffer_internal): Return a unibyte string.
Kenichi Handa [Wed, 22 Dec 2004 06:32:30 +0000 (06:32 +0000)]
(Fx_get_cut_buffer_internal): Return a unibyte string.

19 years ago(quail-start-translation): Fix prompt
Kenichi Handa [Wed, 22 Dec 2004 05:44:13 +0000 (05:44 +0000)]
(quail-start-translation): Fix prompt
string for the case if input-method-use-echo-area being non-nil.
(quail-start-conversion): Likewise.
(quail-show-guidance): Don't show guidance if
input-method-use-echo-area is non-nil.

19 years ago(ispell-help): Bind resize-mini-windows.
Richard M. Stallman [Wed, 22 Dec 2004 00:23:53 +0000 (00:23 +0000)]
(ispell-help): Bind resize-mini-windows.

19 years agoFrom Markus Rost <rost@ias.edu>:
Glenn Morris [Tue, 21 Dec 2004 15:03:31 +0000 (15:03 +0000)]
From  Markus Rost  <rost@ias.edu>:
(mark-diary-entries): Set mark-diary-entries-in-calendar only after
checking for diary-file.

19 years ago*** empty log message ***
Glenn Morris [Tue, 21 Dec 2004 15:02:36 +0000 (15:02 +0000)]
*** empty log message ***

19 years agoComment change.
Richard M. Stallman [Tue, 21 Dec 2004 11:50:52 +0000 (11:50 +0000)]
Comment change.

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 21 Dec 2004 11:49:53 +0000 (11:49 +0000)]
*** empty log message ***

19 years agoDon't say "freeware".
Richard M. Stallman [Tue, 21 Dec 2004 11:49:32 +0000 (11:49 +0000)]
Don't say "freeware".

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 21 Dec 2004 11:47:38 +0000 (11:47 +0000)]
*** empty log message ***

19 years ago(Event Input Misc): Add while-no-input.
Richard M. Stallman [Tue, 21 Dec 2004 11:46:47 +0000 (11:46 +0000)]
(Event Input Misc): Add while-no-input.

19 years ago(calculator-radix-grouping-mode)
Richard M. Stallman [Tue, 21 Dec 2004 11:38:36 +0000 (11:38 +0000)]
(calculator-radix-grouping-mode)
(calculator-radix-grouping-digits)
(calculator-radix-grouping-separator):
New defcustoms for the new radix grouping mode functionality.
(calculator-mode-hook): Now used in electric mode too.
(calculator-mode-map): Some new keys.
(calculator-message): New function.  Some new calls.
(calculator-string-to-number): New function,
(calculator-curnum-value): Use it.
(calculator-rotate-displayer, calculator-rotate-displayer-back)
(calculator-displayer-prev, calculator-displayer-next):
Change digit group size when in radix mode.
(calculator-number-to-string): Renamed from calculator-num-to-string.
Now deals with digit grouping in radix mode.

19 years ago(undo-outer-limit-truncate): New function.
Richard M. Stallman [Tue, 21 Dec 2004 11:37:52 +0000 (11:37 +0000)]
(undo-outer-limit-truncate): New function.
(undo-outer-limit-function): Use undo-outer-limit-truncate.

19 years ago(escape-glyph): Use blue against light foreground.
Richard M. Stallman [Tue, 21 Dec 2004 11:37:25 +0000 (11:37 +0000)]
(escape-glyph): Use blue against light foreground.

19 years ago(get_next_display_element): Display codes 8a0 and 8ad
Richard M. Stallman [Tue, 21 Dec 2004 11:35:18 +0000 (11:35 +0000)]
(get_next_display_element): Display codes 8a0 and 8ad
specially as `\ ' and `\-'.

19 years ago(kbd_buffer_store_event_hold):
Richard M. Stallman [Tue, 21 Dec 2004 11:34:42 +0000 (11:34 +0000)]
(kbd_buffer_store_event_hold):
In the code for while-no-input, handle immediate_quit.

19 years ago(unwind_to_catch): Clear immediate_quit.
Richard M. Stallman [Tue, 21 Dec 2004 11:33:57 +0000 (11:33 +0000)]
(unwind_to_catch): Clear immediate_quit.

19 years ago(Fread_file_name): Delete duplicates in
Richard M. Stallman [Tue, 21 Dec 2004 11:33:16 +0000 (11:33 +0000)]
(Fread_file_name): Delete duplicates in
file-name-history when history_delete_duplicates is true.

19 years ago(truncate_undo_list): Update decl.
Richard M. Stallman [Tue, 21 Dec 2004 11:32:07 +0000 (11:32 +0000)]
(truncate_undo_list): Update decl.

19 years ago(truncate_undo_list): Return void.
Richard M. Stallman [Tue, 21 Dec 2004 11:31:24 +0000 (11:31 +0000)]
(truncate_undo_list): Return void.
Take just one argument, the buffer.
Make it current, and inhibit recursive GC.
Access and update the undo list directly; return void.
Refer to the undo...limit variables directly.
Test undo_outer_limit only after counting the whole current command.
When it's exceeded, call the function in undo-outer-limit-function.
(undo_limit, undo_strong_limit, undo_outer_limit): Moved from alloc.c.
(Vundo_outer_limit_function): New variable.
(syms_of_undo): Define undo-limit, undo-strong-limit
and undo-outer-limit here, and undo-outer-limit-function.
Doc fixes.

19 years ago(Fgarbage_collect): Update call to truncate_undo_list.
Richard M. Stallman [Tue, 21 Dec 2004 11:30:31 +0000 (11:30 +0000)]
(Fgarbage_collect): Update call to truncate_undo_list.
Call that at the very start.
(undo_limit, undo_strong_limit, undo_outer_limit): To undo.c.
(syms_of_alloc): Don't define undo-limit,
undo-strong-limit and undo-outer-limit here.

19 years ago(Types Tutorial): Emphasized that you can't divide by 0.
Jay Belanger [Mon, 20 Dec 2004 20:02:10 +0000 (20:02 +0000)]
(Types Tutorial): Emphasized that you can't divide by 0.

19 years ago(view-other-diary-entries): Add autoload.
Glenn Morris [Mon, 20 Dec 2004 18:09:46 +0000 (18:09 +0000)]
(view-other-diary-entries): Add autoload.

19 years ago(view-other-diary-entries): Use current-prefix-arg in interactive spec.
Glenn Morris [Mon, 20 Dec 2004 18:09:22 +0000 (18:09 +0000)]
(view-other-diary-entries): Use current-prefix-arg in interactive spec.

19 years ago*** empty log message ***
Glenn Morris [Mon, 20 Dec 2004 18:08:52 +0000 (18:08 +0000)]
*** empty log message ***

19 years ago(mac_do_list_fonts): Fix memory leak
Steven Tamm [Mon, 20 Dec 2004 16:46:17 +0000 (16:46 +0000)]
(mac_do_list_fonts): Fix memory leak

19 years ago(re_match_2_internal) <symend, wordend>:
Richard M. Stallman [Mon, 20 Dec 2004 11:06:54 +0000 (11:06 +0000)]
(re_match_2_internal) <symend, wordend>:
Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.

19 years ago*** empty log message ***
Jay Belanger [Sun, 19 Dec 2004 07:28:04 +0000 (07:28 +0000)]
*** empty log message ***

19 years ago(calcAlg-blank-matching-open): Temporarily adjust the syntax of both
Jay Belanger [Sun, 19 Dec 2004 06:59:33 +0000 (06:59 +0000)]
(calcAlg-blank-matching-open): Temporarily adjust the syntax of both
delimiters of half-open intervals.

19 years ago(mouse-1-click-follows-link): Doc fix.
Kim F. Storm [Sun, 19 Dec 2004 00:50:51 +0000 (00:50 +0000)]
(mouse-1-click-follows-link): Doc fix.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 19 Dec 2004 00:50:28 +0000 (00:50 +0000)]
*** empty log message ***

19 years ago* term/mac-win.el (encoding-vector, mac-font-encoder-list)
Steven Tamm [Sat, 18 Dec 2004 16:36:31 +0000 (16:36 +0000)]
* term/mac-win.el (encoding-vector, mac-font-encoder-list)
(ccl-encode-mac-centraleurroman-font): Use centraleurroman
instead of centraleuropean as the name
* macterm.c (endif, x_font_name_to_mac_font_name): Use
maccentraleurroman instead of maccentraleuropean
(mac_c_string_match, mac_do_list_fonts): Speed up font search by
quickly finding a specific font without needing regexps.

19 years ago(Text Filling and Line Breaking): Put period after @xref.
Luc Teirlinck [Fri, 17 Dec 2004 23:53:23 +0000 (23:53 +0000)]
(Text Filling and Line Breaking): Put period after @xref.
(Font Locking): Avoid @strong{Note:}.

19 years agoSync with Tramp 2.0.46.
Michael Albinus [Fri, 17 Dec 2004 19:35:45 +0000 (19:35 +0000)]
Sync with Tramp 2.0.46.

19 years ago(occur-accumulate-lines, occur-engine):
Juri Linkov [Fri, 17 Dec 2004 16:58:54 +0000 (16:58 +0000)]
(occur-accumulate-lines, occur-engine):
Make forcing deferred font-lock fontification jit-specific.

19 years ago(gnus-summary-mode-map): Map follow-link to mouse-face.
Kim F. Storm [Fri, 17 Dec 2004 15:20:06 +0000 (15:20 +0000)]
(gnus-summary-mode-map): Map follow-link to mouse-face.

19 years ago(gnus-group-mode-map): Map follow-link to mouse-face.
Kim F. Storm [Fri, 17 Dec 2004 15:19:52 +0000 (15:19 +0000)]
(gnus-group-mode-map): Map follow-link to mouse-face.

19 years agoImplement context-sentitive dual behaviour for mouse-1 click.
Kim F. Storm [Fri, 17 Dec 2004 15:19:33 +0000 (15:19 +0000)]
Implement context-sentitive dual behaviour for mouse-1 click.

19 years ago(compilation-minor-mode-map)
Kim F. Storm [Fri, 17 Dec 2004 15:18:39 +0000 (15:18 +0000)]
(compilation-minor-mode-map)
(compilation-button-map, compilation-mode-map):
Map follow-link to mouse-face.

19 years ago(dired-mode-map): Map follow-link to mouse-face.
Kim F. Storm [Fri, 17 Dec 2004 15:18:02 +0000 (15:18 +0000)]
(dired-mode-map): Map follow-link to mouse-face.

19 years ago(widget-specify-field, widget-specify-button):
Kim F. Storm [Fri, 17 Dec 2004 15:17:47 +0000 (15:17 +0000)]
(widget-specify-field, widget-specify-button):
Map a :follow-link keyword into a follow-link property.
(link): Add :follow-link keyword, map to RET binding.

19 years ago(cvs-mode-map): Map follow-link to a function which
Kim F. Storm [Fri, 17 Dec 2004 15:17:35 +0000 (15:17 +0000)]
(cvs-mode-map): Map follow-link to a function which
checks if position is in a filename, rather than some other
clickable item.  Function looks for cvs-filename-face at position.

19 years ago(apropos-symbol, apropos-function, apropos-macro)
Kim F. Storm [Fri, 17 Dec 2004 15:17:22 +0000 (15:17 +0000)]
(apropos-symbol, apropos-function, apropos-macro)
(apropos-command, apropos-variable, apropos-face, apropos-group)
(apropos-widget, apropos-plist): Add follow-link property.

19 years ago(help-xref): Add follow-link property.
Kim F. Storm [Fri, 17 Dec 2004 15:17:12 +0000 (15:17 +0000)]
(help-xref): Add follow-link property.

19 years ago(describe-variable): Add follow-link property to "below" button.
Kim F. Storm [Fri, 17 Dec 2004 15:17:02 +0000 (15:17 +0000)]
(describe-variable): Add follow-link property to "below" button.

19 years ago(describe-key): Report effective and original binding
Kim F. Storm [Fri, 17 Dec 2004 15:16:46 +0000 (15:16 +0000)]
(describe-key): Report effective and original binding
for mouse-1 when clicked on a link.
(describe-mode): Add follow-link property to "minor-mode" button.

19 years ago(tooltip-show-help-function): Replace "mouse-2"
Kim F. Storm [Fri, 17 Dec 2004 15:16:33 +0000 (15:16 +0000)]
(tooltip-show-help-function): Replace "mouse-2"
prefix in tooltip text with "mouse-1" when this is a link
recognized by mouse-1-click-follows-link functionality.

19 years ago(mouse-1-click-follows-link): New defcustom.
Kim F. Storm [Fri, 17 Dec 2004 15:16:18 +0000 (15:16 +0000)]
(mouse-1-click-follows-link): New defcustom.
(mouse-on-link-p): New function.
(mouse-drag-region-1): Implement mouse-1-click-follows-link
functionality.  Map a mouse-1 click event into a mouse-2 (or
other) event when position is inside a link.

19 years ago(zone-pgm-random-life): Fix typo.
Thien-Thi Nguyen [Fri, 17 Dec 2004 11:58:21 +0000 (11:58 +0000)]
(zone-pgm-random-life): Fix typo.

19 years ago(zone): Init `line-spacing' from orig buffer.
Thien-Thi Nguyen [Fri, 17 Dec 2004 11:48:56 +0000 (11:48 +0000)]
(zone): Init `line-spacing' from orig buffer.
(zone-replace-char): Take `count' and `del-count'
instead of `direction'.  Update callers.  When `del-count' is
non-nil, delete that many characters, otherwise `count' characters
backwards.  Insert the newly-replaced string `count' times.
(zone-fret): Handle chars w/ width greater than one.
(zone-fall-through-ws): No longer take window width `ww'.
Update callers.  Add handling for `char-width' greater than one.
(zone-pgm-drip): Update var holding window-end position every cycle.

19 years ago#
André Spiegel [Fri, 17 Dec 2004 10:53:03 +0000 (10:53 +0000)]
#

19 years ago(vc-default-update-changelog): Use insert-file-contents, rather than
André Spiegel [Fri, 17 Dec 2004 10:48:53 +0000 (10:48 +0000)]
(vc-default-update-changelog): Use insert-file-contents, rather than
insert-file.

19 years ago*** empty log message ***
Jay Belanger [Fri, 17 Dec 2004 05:38:12 +0000 (05:38 +0000)]
*** empty log message ***

19 years ago(math-random-last): Declare it.
Jay Belanger [Fri, 17 Dec 2004 05:26:18 +0000 (05:26 +0000)]
(math-random-last): Declare it.
(math-random-digit): Undo last change.  Don't make math-random-last local.
(var-RandSeed): Don't initially bind it.
(math-init-random-base, math-random-digit): Check to see if
var-RandSeed is bound.

19 years ago*** empty log message ***
Luc Teirlinck [Fri, 17 Dec 2004 05:02:20 +0000 (05:02 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Fri, 17 Dec 2004 04:49:11 +0000 (04:49 +0000)]
*** empty log message ***

19 years ago(HTTP language/coding, mailto): Replace "GNU Emacs manual" with
Luc Teirlinck [Fri, 17 Dec 2004 04:38:26 +0000 (04:38 +0000)]
(HTTP language/coding, mailto): Replace  "GNU Emacs manual" with
the standard "The GNU Emacs manual" in fifth argument of @xref's.
(Dealing with HTTP documents): @inforef->@xref.

19 years ago(Retrieving URLs, Retrieving URLs): @var{nil}->@code{nil}.
Luc Teirlinck [Fri, 17 Dec 2004 03:36:29 +0000 (03:36 +0000)]
(Retrieving URLs, Retrieving URLs): @var{nil}->@code{nil}.

19 years agoCorrect typos.
Luc Teirlinck [Fri, 17 Dec 2004 03:22:06 +0000 (03:22 +0000)]
Correct typos.

19 years agoDelete trailing whitespace.
Luc Teirlinck [Fri, 17 Dec 2004 03:14:07 +0000 (03:14 +0000)]
Delete trailing whitespace.

19 years ago(math-random-digit): Call math-init-random-base if var-RandSeed is nil.
Jay Belanger [Thu, 16 Dec 2004 22:56:08 +0000 (22:56 +0000)]
(math-random-digit): Call math-init-random-base if var-RandSeed is nil.

19 years agoCommentary munging; nfc.
Thien-Thi Nguyen [Thu, 16 Dec 2004 17:13:22 +0000 (17:13 +0000)]
Commentary munging; nfc.

19 years ago(zone): Fix omission bug: Use a self-disabling
Thien-Thi Nguyen [Thu, 16 Dec 2004 17:11:15 +0000 (17:11 +0000)]
(zone): Fix omission bug: Use a self-disabling
one-shot thunk for uniform (error, quit, normal) recovery.
(zone-pgm-random-life): Fix bug:
Recognize empty initial field by lack of "@" chars.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 16 Dec 2004 15:26:39 +0000 (15:26 +0000)]
*** empty log message ***

19 years ago(occur-accumulate-lines, occur-engine):
Juri Linkov [Thu, 16 Dec 2004 13:17:32 +0000 (13:17 +0000)]
(occur-accumulate-lines, occur-engine):
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.

19 years ago(describe-property-list): Don't treat syntax-table
Juri Linkov [Thu, 16 Dec 2004 13:09:48 +0000 (13:09 +0000)]
(describe-property-list): Don't treat syntax-table
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.

19 years ago* help-fns.el (variable-at-point):
Juri Linkov [Thu, 16 Dec 2004 13:06:05 +0000 (13:06 +0000)]
* help-fns.el (variable-at-point):
As a last resort try striping non-word prefixes and suffixes.

19 years ago* help.el (function-called-at-point):
Juri Linkov [Thu, 16 Dec 2004 13:05:37 +0000 (13:05 +0000)]
* help.el (function-called-at-point):
As a last resort try striping non-word prefixes and suffixes.

19 years ago(info-lookup-highlight-face): Change default from `highlight' to `match'.
Juri Linkov [Thu, 16 Dec 2004 07:19:20 +0000 (07:19 +0000)]
(info-lookup-highlight-face): Change default from `highlight' to `match'.

19 years ago(apropos-match-face): Change default from `secondary-selection' to `match'.
Juri Linkov [Thu, 16 Dec 2004 07:16:58 +0000 (07:16 +0000)]
(apropos-match-face): Change default from `secondary-selection' to `match'.

19 years ago(grep-match-face): New defvar.
Juri Linkov [Thu, 16 Dec 2004 07:16:44 +0000 (07:16 +0000)]
(grep-match-face): New defvar.
(grep-mode-font-lock-keywords): Use grep-match-face instead of
compilation-column-face to highlight grep matches.

19 years ago(match): New face.
Juri Linkov [Thu, 16 Dec 2004 07:16:17 +0000 (07:16 +0000)]
(match): New face.
(list-matching-lines-face): Change default from `bold' to `match'.

19 years ago* syssignal.h: Declare main_thread.
Jan Djärv [Wed, 15 Dec 2004 21:40:41 +0000 (21:40 +0000)]
* syssignal.h: Declare main_thread.
(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.

19 years ago* xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
Jan Djärv [Wed, 15 Dec 2004 21:34:14 +0000 (21:34 +0000)]
* xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
returning when xg_ignore_gtk_scrollbar is true.

19 years ago(executable-interpret): Eliminate obsolete compile-internal, and switch to comint...
Daniel Pfeiffer [Wed, 15 Dec 2004 21:28:02 +0000 (21:28 +0000)]
(executable-interpret): Eliminate obsolete compile-internal, and switch to comint for interaction.

19 years ago*** empty log message ***
J.D. Smith [Wed, 15 Dec 2004 19:51:51 +0000 (19:51 +0000)]
*** empty log message ***

19 years agoCheck for && when skipping multiple commands on a line.
J.D. Smith [Wed, 15 Dec 2004 19:06:11 +0000 (19:06 +0000)]
Check for && when skipping multiple commands on a line.

19 years agoAdd to THANKS in Commentary; nfc.
Thien-Thi Nguyen [Wed, 15 Dec 2004 13:59:17 +0000 (13:59 +0000)]
Add to THANKS in Commentary; nfc.

19 years ago(zone): Set `truncate-lines'.
Thien-Thi Nguyen [Wed, 15 Dec 2004 13:53:58 +0000 (13:53 +0000)]
(zone): Set `truncate-lines'.
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'.

19 years ago(main): Fix typo in conversion of LONG_OPTIONS from
Andreas Schwab [Wed, 15 Dec 2004 13:23:25 +0000 (13:23 +0000)]
(main): Fix typo in conversion of LONG_OPTIONS from
preprocessing to compile time constant.

19 years ago*** empty log message ***
Juri Linkov [Wed, 15 Dec 2004 10:27:25 +0000 (10:27 +0000)]
*** empty log message ***

19 years ago(Transient Mark, Mark Ring): M-< and other
Juri Linkov [Wed, 15 Dec 2004 10:22:26 +0000 (10:22 +0000)]
(Transient Mark, Mark Ring): M-< and other
movement commands don't set mark in Transient Mark mode
if mark is active.

19 years ago(perform-replace): Add isearch-case-fold-search.
Juri Linkov [Wed, 15 Dec 2004 10:10:54 +0000 (10:10 +0000)]
(perform-replace): Add isearch-case-fold-search.
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.

19 years ago(isearch-update): Test isearch-lazy-highlight
Juri Linkov [Wed, 15 Dec 2004 10:08:51 +0000 (10:08 +0000)]
(isearch-update): Test isearch-lazy-highlight
before calling isearch-lazy-highlight-new-loop.
(isearch-lazy-highlight-new-loop):
Don't test isearch-lazy-highlight.

19 years ago*** empty log message ***
Jay Belanger [Wed, 15 Dec 2004 06:39:29 +0000 (06:39 +0000)]
*** empty log message ***

19 years agoConsistently capitalized all mode names.
Jay Belanger [Wed, 15 Dec 2004 06:33:24 +0000 (06:33 +0000)]
Consistently capitalized all mode names.
(Answers to Exercises): Mention that an answer can be a fraction when
in Fraction mode.

19 years agoChange printing example to break on a procedure name.
Nick Roberts [Wed, 15 Dec 2004 01:27:48 +0000 (01:27 +0000)]
Change printing example to break on a procedure name.

19 years ago*** empty log message ***
Nick Roberts [Wed, 15 Dec 2004 01:26:57 +0000 (01:26 +0000)]
*** empty log message ***

19 years ago(read_char): Save and restore echo_string when
Kim F. Storm [Wed, 15 Dec 2004 00:07:15 +0000 (00:07 +0000)]
(read_char): Save and restore echo_string when
handling input method.

19 years ago(Vthrow_on_input): New variable.
Kim F. Storm [Wed, 15 Dec 2004 00:06:46 +0000 (00:06 +0000)]
(Vthrow_on_input): New variable.
(syms_of_keyboard): Defvar and initialize it.
(kbd_buffer_store_event_hold): Handle Vthrow_on_input.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 14 Dec 2004 14:20:44 +0000 (14:20 +0000)]
*** empty log message ***

19 years ago(cua--preserve-mark-commands): Remove.
Kim F. Storm [Tue, 14 Dec 2004 12:18:30 +0000 (12:18 +0000)]
(cua--preserve-mark-commands): Remove.
(cua--undo-push-mark): Remove.
(cua--pre-command-handler, cua--post-command-handler): Don't
fiddle with inhibit-mark-movement.

19 years ago(beginning-of-defun, end-of-defun): Don't
Kim F. Storm [Tue, 14 Dec 2004 12:18:11 +0000 (12:18 +0000)]
(beginning-of-defun, end-of-defun): Don't
use inhibit-mark-movement.

19 years ago(inhibit-mark-movement): Remove defvar.
Kim F. Storm [Tue, 14 Dec 2004 12:17:43 +0000 (12:17 +0000)]
(inhibit-mark-movement): Remove defvar.
(beginning-of-buffer, end-of-buffer): Don't use it.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 14 Dec 2004 12:17:04 +0000 (12:17 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Miles Bader [Tue, 14 Dec 2004 07:29:36 +0000 (07:29 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
   Update from CVS

2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * 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
   <Lute.Kamstra@xs4all.nl>.

2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([5.1]): Added missing bracket.

   * man/gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
   `spam-initialize'.

19 years ago*** empty log message ***
Jay Belanger [Tue, 14 Dec 2004 05:36:23 +0000 (05:36 +0000)]
*** empty log message ***

19 years agoReplace @tmath macro with @math.
Jay Belanger [Tue, 14 Dec 2004 04:53:56 +0000 (04:53 +0000)]
Replace @tmath macro with @math.
Fix TeX definition of @expr.
Replace @i by @mathi.

19 years ago(Buffer-menu-switch-other-window): Bind pop-up-windows to t.
Juri Linkov [Tue, 14 Dec 2004 02:35:01 +0000 (02:35 +0000)]
(Buffer-menu-switch-other-window): Bind pop-up-windows to t.
(Buffer-menu-switch-other-window, Buffer-menu-2-window):
Bind same-window-buffer-names and same-window-regexps to nil.

19 years ago(list-buffers-noselect): Collect internal info
Juri Linkov [Tue, 14 Dec 2004 02:24:33 +0000 (02:24 +0000)]
(list-buffers-noselect): Collect internal info
for every buffer in BUFFER-LIST arg too.

19 years ago(sc-cite-frame-alist): Doc fix.
Juri Linkov [Tue, 14 Dec 2004 00:54:54 +0000 (00:54 +0000)]
(sc-cite-frame-alist): Doc fix.
(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.