1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
Commit graph

53769 commits

Author SHA1 Message Date
Jan Djärv
d8f165a83e Update comment for check_depth. 2004-12-25 10:31:36 +00:00
Jan Djärv
857ae68b96 * alloc.c (check_depth): New variable.
(overrun_check_malloc, overrun_check_realloc): Only add
overhead and write check pattern if check_depth is 1 (to handle
recursive calls).  Increase/decrease check_depth in entry/exit.
(overrun_check_free): Only check for overhead if check_depth is 1.
Increase/decrease check_depth in entry/exit.
2004-12-25 10:13:57 +00:00
Thien-Thi Nguyen
70d16390a0 Require `cl' when compiling.
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.
2004-12-24 02:08:14 +00:00
Thien-Thi Nguyen
53c403031f Untabify, reindent; nfc. 2004-12-24 01:57:47 +00:00
Jan Djärv
bd55c35cc1 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
before touching input_available_clear_time, to avoid accessing it
from multiple threads.
2004-12-23 22:17:56 +00:00
Dan Nicolaescu
11c2175c79 (mode-line, mode-line-inactive): Use min-colors. 2004-12-23 18:28:13 +00:00
Thien-Thi Nguyen
aa7d670003 (hs-inside-comment-p): Fix omission bug:
When extending backwards, move outside the current comment first.
2004-12-23 18:22:05 +00:00
Jason Rumney
66354420ae (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour of JPEG library. 2004-12-23 16:16:14 +00:00
Richard M. Stallman
55f4edbcd2 (main): If batch mode, set Vundo_outer_limit to nil. 2004-12-23 00:17:01 +00:00
Richard M. Stallman
8e43e4b2f9 (Vundo_outer_limit): Fix decl. 2004-12-23 00:15:49 +00:00
Richard M. Stallman
81c1cf71fe (Vundo_outer_limit): Replaces undo_outer_limit. Uses changed.
(syms_of_undo): Initialize appropriately.
(truncate_undo_list): If it's nil, there's no limit.
2004-12-23 00:15:23 +00:00
Kenichi Handa
7a0ea9e355 *** empty log message *** 2004-12-22 06:32:49 +00:00
Kenichi Handa
3f6b532c90 (Fx_get_cut_buffer_internal): Return a unibyte string. 2004-12-22 06:32:30 +00:00
Kenichi Handa
bc3f38d965 (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.
2004-12-22 05:44:13 +00:00
Richard M. Stallman
56351784c9 (ispell-help): Bind resize-mini-windows. 2004-12-22 00:23:53 +00:00
Glenn Morris
d0897fa535 From Markus Rost <rost@ias.edu>:
(mark-diary-entries): Set mark-diary-entries-in-calendar only after
checking for diary-file.
2004-12-21 15:03:31 +00:00
Glenn Morris
a74deabc2b *** empty log message *** 2004-12-21 15:02:36 +00:00
Richard M. Stallman
4db985039f Comment change. 2004-12-21 11:50:52 +00:00
Richard M. Stallman
fda2922a94 *** empty log message *** 2004-12-21 11:49:53 +00:00
Richard M. Stallman
261f4d7bb9 Don't say "freeware". 2004-12-21 11:49:32 +00:00
Richard M. Stallman
414ac1a314 *** empty log message *** 2004-12-21 11:47:38 +00:00
Richard M. Stallman
a50342391b (Event Input Misc): Add while-no-input. 2004-12-21 11:46:47 +00:00
Richard M. Stallman
761d3eb391 (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.
2004-12-21 11:38:36 +00:00
Richard M. Stallman
b6e8e8e55d (undo-outer-limit-truncate): New function.
(undo-outer-limit-function): Use undo-outer-limit-truncate.
2004-12-21 11:37:52 +00:00
Richard M. Stallman
d2acc90a44 (escape-glyph): Use blue against light foreground. 2004-12-21 11:37:25 +00:00
Richard M. Stallman
6df99033c1 (get_next_display_element): Display codes 8a0 and 8ad
specially as `\ ' and `\-'.
2004-12-21 11:35:18 +00:00
Richard M. Stallman
85e7f4776a (kbd_buffer_store_event_hold):
In the code for while-no-input, handle immediate_quit.
2004-12-21 11:34:42 +00:00
Richard M. Stallman
69bbd6bd04 (unwind_to_catch): Clear immediate_quit. 2004-12-21 11:33:57 +00:00
Richard M. Stallman
75fa7206f0 (Fread_file_name): Delete duplicates in
file-name-history when history_delete_duplicates is true.
2004-12-21 11:33:16 +00:00
Richard M. Stallman
f10fffca3f (truncate_undo_list): Update decl. 2004-12-21 11:32:07 +00:00
Richard M. Stallman
137e23eabd (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.
2004-12-21 11:31:24 +00:00
Richard M. Stallman
3c7e66a8a7 (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.
2004-12-21 11:30:31 +00:00
Jay Belanger
e9a2654a9d (Types Tutorial): Emphasized that you can't divide by 0. 2004-12-20 20:02:10 +00:00
Glenn Morris
791b8dea10 (view-other-diary-entries): Add autoload. 2004-12-20 18:09:46 +00:00
Glenn Morris
3b55422113 (view-other-diary-entries): Use current-prefix-arg in interactive spec. 2004-12-20 18:09:22 +00:00
Glenn Morris
8f449c3afd *** empty log message *** 2004-12-20 18:08:52 +00:00
Steven Tamm
68c690279c (mac_do_list_fonts): Fix memory leak 2004-12-20 16:46:17 +00:00
Richard M. Stallman
134579f2da (re_match_2_internal) <symend, wordend>:
Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
2004-12-20 11:06:54 +00:00
Jay Belanger
9ee7410d90 *** empty log message *** 2004-12-19 07:28:04 +00:00
Jay Belanger
a1a6b42850 (calcAlg-blank-matching-open): Temporarily adjust the syntax of both
delimiters of half-open intervals.
2004-12-19 06:59:33 +00:00
Kim F. Storm
787e24c303 (mouse-1-click-follows-link): Doc fix. 2004-12-19 00:50:51 +00:00
Kim F. Storm
4edf8c0418 *** empty log message *** 2004-12-19 00:50:28 +00:00
Steven Tamm
fbe6152fad * 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.
2004-12-18 16:36:31 +00:00
Luc Teirlinck
c138633412 (Text Filling and Line Breaking): Put period after @xref.
(Font Locking): Avoid @strong{Note:}.
2004-12-17 23:53:23 +00:00
Michael Albinus
c08e6004ef Sync with Tramp 2.0.46. 2004-12-17 19:35:45 +00:00
Juri Linkov
2c13e47b06 (occur-accumulate-lines, occur-engine):
Make forcing deferred font-lock fontification jit-specific.
2004-12-17 16:58:54 +00:00
Kim F. Storm
132cf96dff (gnus-summary-mode-map): Map follow-link to mouse-face. 2004-12-17 15:20:06 +00:00
Kim F. Storm
1c4976249b (gnus-group-mode-map): Map follow-link to mouse-face. 2004-12-17 15:19:52 +00:00
Kim F. Storm
c44edf72cd Implement context-sentitive dual behaviour for mouse-1 click. 2004-12-17 15:19:33 +00:00
Kim F. Storm
0ac804df79 (compilation-minor-mode-map)
(compilation-button-map, compilation-mode-map):
Map follow-link to mouse-face.
2004-12-17 15:18:39 +00:00