1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

49318 Commits

Author SHA1 Message Date
Steven Tamm
21a3e65787 Move setting of scroll bars from make_mac_frame to
make_mac_terminal_frame to prevent clobbering of
scroll-bar-mode.
2004-01-27 07:32:41 +00:00
Kenichi Handa
9402a4b9ff (sentence-end-without-space): New variable.
(sentence-end): Define using sentence-end-without-space.
2004-01-27 07:31:36 +00:00
Richard M. Stallman
d62a265d18 *** empty log message *** 2004-01-27 04:57:18 +00:00
Richard M. Stallman
5fbbc83b2b (Freplace_match): Handle nonexistent back-references properly. 2004-01-27 04:52:09 +00:00
Kenichi Handa
bdb6a22747 ("bulgarian-bds"): Docstring fixed. 2004-01-27 04:52:02 +00:00
Jan Djärv
ff23641911 Do not call strsignal in signal handler, it calls malloc.
New variable synch_process_termsig that callproc checks and calls
strsignal outside signal handler.
2004-01-26 23:41:09 +00:00
Jan Djärv
6b0824c950 (mkdir, rmdir): Also check synch_process_termsig. 2004-01-26 23:40:08 +00:00
Jan Djärv
b0c681e2ef synch_process_termsig new variable. 2004-01-26 23:39:50 +00:00
Jan Djärv
c22aeff8e8 (sigchld_handler): Set synch_process_termsig
if terminated by a signal.  synch_process_death setting removed.
2004-01-26 23:39:30 +00:00
Jan Djärv
ca4981285f Define synch_process_termsig.
(Fcall_process): Initiate synch_process_termsig to zero and
check if non-zero and get signal name after subprocess has ended.
2004-01-26 23:39:08 +00:00
Stefan Monnier
6497a8f888 (font-lock): Add jit-lock as explicit group member.
(jit-lock): Group declaration moved to jit-lock.el.
(toplevel): Don't explicitly require jit-lock, since it's autoloaded
when necessary.
2004-01-26 23:06:20 +00:00
Stefan Monnier
623a122684 (jit-lock): Move group declaration from font-lock.el.
(jit-lock-context-unfontify-pos): Rename from jit-lock-first-unfontify-pos.
(jit-lock-defer-buffers): Rename from jit-lock-buffers.
2004-01-26 22:56:09 +00:00
Luc Teirlinck
d818629763 (Text Comparison): assoc-string also matches elements of alists that
are strings instead of conses.
(Formatting Strings): Standardize Texinfo usage.  Update index entries.
2004-01-26 20:42:59 +00:00
Andreas Schwab
41b867eace (Fpurecopy): Declare size as EMACS_INT to not lose bits. 2004-01-26 11:54:36 +00:00
Andreas Schwab
3164abe6d1 (print_preprocess): Declare size as EMACS_INT to not lose bits.
(print_object): Likewise.
2004-01-26 11:53:59 +00:00
Luc Teirlinck
29a831f8ba (Fwindow_minibuffer_p): Doc fix. 2004-01-26 03:27:33 +00:00
Luc Teirlinck
a08084fff1 *** empty log message *** 2004-01-26 03:25:37 +00:00
Glenn Morris
337c50a52f (fortran-break-before-delimiters): Doc fix.
(fortran-break-delimiters-re, fortran-no-break-re): New defconsts.
(fortran-fill): When filling a string, adjust re-search-backward
argument for special case of string just on fill-column.
When filling non-string, allow one extra char if
fortran-break-before-delimiters is non-nil.  Suggested by
Michael Hagemann <michael.hagemann@unibas.ch>.
Use fortran-break-delimiters-re and fortran-no-break-re to
correctly handle cases such as "**".
2004-01-25 23:59:57 +00:00
Glenn Morris
6f43f690c6 (f90-break-delimiters): Doc fix.
(f90-no-break-re): Add some extra tokens.  Doc fix.
2004-01-25 23:42:35 +00:00
Andreas Schwab
815617bf0c Fix typo. 2004-01-25 16:27:44 +00:00
Richard M. Stallman
ae2230df47 (lispref): Do include lispref/index.texi. 2004-01-25 10:29:27 +00:00
Luc Teirlinck
607bd9940c (Top): Fix typo. 2004-01-24 23:56:44 +00:00
Richard M. Stallman
2a6fc2d92e *** empty log message *** 2004-01-24 21:58:19 +00:00
Richard M. Stallman
293f9f2a99 (main): Restore errno from saved_errno,
so the error message comes from socket_status.
2004-01-24 21:57:57 +00:00
Richard M. Stallman
51e473ceb0 Fix copyright year. 2004-01-24 21:54:06 +00:00
Richard M. Stallman
bfa8f4e132 Add footnote about "intellectual property rights". 2004-01-24 21:53:41 +00:00
Richard M. Stallman
47f5c892a8 (Man-fontify-manpage): Clean up message. 2004-01-24 21:52:12 +00:00
Richard M. Stallman
0052e430ef (Acknowledgments): Renamed from Acknowledgements.
Include it only @ifnotinfo.  Patch the preceding and following
node headers to point to each other.
2004-01-24 21:51:16 +00:00
Jonathan Yavner
b19ac4751a *** empty log message *** 2004-01-24 17:40:21 +00:00
Jonathan Yavner
728345f8b1 For `format', make source and documentation match. 2004-01-24 17:39:47 +00:00
Thien-Thi Nguyen
2528f9c4a6 Use two semicolons as Commentary line prefix.
Add ";;; Code:" stylized comment.
Delete end-of-line whitespace.
Wrap (require 'cl) with `eval-when-compile'.
2004-01-24 17:00:21 +00:00
André Spiegel
414f7d4eb2 # 2004-01-23 11:23:08 +00:00
André Spiegel
64fa2c4f10 (vc-annotate): Fix improper use of `make-local-variable' at the top
level of vc.el.  (Patch by Benjamin Rutt.)
2004-01-23 11:20:55 +00:00
Kenichi Handa
fe905025d0 (Fmd5): If OBJECT is a buffer different from the current
one, set buffer to OBJECT temporarily.
2004-01-23 00:14:48 +00:00
André Spiegel
fe722d76d3 # 2004-01-22 23:37:46 +00:00
André Spiegel
b6b50160c2 (vc-current-line): Function removed. This is now done by the new
function line-at-pos in simple.el.
(vc-annotate-warp-version): Use line-at-pos instead of
vc-current-line.
2004-01-22 23:34:33 +00:00
Kim F. Storm
f076870ac3 (line-at-pos): New defun.
(what-line): Use it.  Optimize by only counting lines in narrowed region once.
2004-01-22 20:42:52 +00:00
Stefan Monnier
455316e213 *** empty log message *** 2004-01-22 15:28:25 +00:00
Kenichi Handa
e555f8d5a4 ("bulgarian-phonetic"): Docstring fixed.
Duplicated entry removed.
("bulgarian-bds"): Docstring fixed.
2004-01-22 06:51:31 +00:00
Kenichi Handa
6a8b9ce429 (ccl-encode-windows-1251-font): Rearrange
code point (register r0) only for charset mule-unicode-0100-24ff.
2004-01-22 00:19:59 +00:00
Stefan Monnier
d92f48d3ab (kbd_buffer_gcpro): Remove.
(kbd_buffer_store_event, clear_event, Fdiscard_input)
(stuff_buffered_input, init_keyboard, syms_of_keyboard):
Don't intitialize and/or maintain the variable any more.  It was made
redundant by my commit of 2003-06-15.
2004-01-21 20:19:41 +00:00
Stefan Monnier
438fc6c0c0 *** empty log message *** 2004-01-21 19:36:00 +00:00
Stefan Monnier
1b35bdf447 [USE_LSB_TAG && !DECL_ALIGN]: Signal an error. 2004-01-21 19:32:49 +00:00
Jan Djärv
5335a4eeb8 lisp.h: Add undef DECL_ALIGN 2004-01-21 15:30:28 +00:00
Markus Rost
f78d258e7a (rmail-convert-to-babyl-format): Avoid deleting trailing white space
and ensure a final newline.
2004-01-21 12:36:18 +00:00
Markus Rost
2f7195cd81 (rmail-use-spam-filter): Add autoload cookie. 2004-01-21 12:35:11 +00:00
André Spiegel
3a849027bd # 2004-01-21 11:09:09 +00:00
André Spiegel
9311321192 (vc-annotate-mode): Inherit from fundamental-mode and activate
view-mode explicitly.
2004-01-21 11:05:51 +00:00
Jan Djärv
a5bfbd4e67 Enable clipboard on the menu bar and make Paste from the menu bar first
use clipboard.  For compliance with freedesktop.org.
2004-01-21 10:56:29 +00:00
Stefan Monnier
371b1542e5 Add .gdb_history 2004-01-21 05:47:54 +00:00