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

49090 Commits

Author SHA1 Message Date
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
Stefan Monnier
dcdaeebcaf *** empty log message *** 2004-01-21 05:46:48 +00:00
Stefan Monnier
43ff45a00d (wait_reading_process_input) [SYNC_INPUT]: Check interrupt_input_pending. 2004-01-21 05:27:58 +00:00
Stefan Monnier
35d3b513d3 (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well. 2004-01-21 05:24:01 +00:00
Stefan Monnier
b65c1b4489 (handle_async_input): New fun, extracted from input_available_signal.
(input_available_signal, reinvoke_input_signal): Use it.
2004-01-21 05:15:12 +00:00
Stefan Monnier
d710758638 *** empty log message *** 2004-01-21 05:03:24 +00:00
Stefan Monnier
d4f8198baf (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN. 2004-01-21 04:32:19 +00:00
Stefan Monnier
9aa0928de7 [USE_LSB_TAG]: Add definitions for Lisp_Object value
manipulation macros for when tags are in the lower bits.
(struct Lisp_Free) [USE_LSB_TAG]: Add padding.
(DECL_ALIGN): New macro.
(DEFUN): Use it.
2004-01-21 04:31:21 +00:00
Stefan Monnier
39eec98ffd [ENABLE_CHECKING]: Don't force union type. 2004-01-21 04:19:21 +00:00
Stefan Monnier
4fa2eaa05c (__attribute__): Remove outdated workaround. 2004-01-21 04:04:01 +00:00
Stefan Monnier
6839cd1500 (main) [USE_LSB_TAG]: Don't range check the ram. 2004-01-21 04:02:39 +00:00
Stefan Monnier
831b476c5a (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
Don't check range of malloc address.
(pure_alloc) [USE_LSB_TAG]: Enforce alignment.
2004-01-21 03:34:32 +00:00
Stefan Monnier
f56af8ca83 (outline-insert-heading): Tighten up match.
(outline-demote, outline-move-subtree-down): Don't assume anything
about outline-regexp.
2004-01-21 03:26:30 +00:00
Stefan Monnier
4ae1fdf63a (texinfo-mode): Remove ^ from outline-regexp.
(texinfo-show-structure): Explicitly add ^, and simplify.
2004-01-21 03:09:06 +00:00
Stefan Monnier
5c9659d3f6 (main): Stop if socket name too long.
Only try su-fallback if the socket name was not explicit.
Check socket name length in su-fallback case as well.
2004-01-20 23:25:33 +00:00
Luc Teirlinck
9adcb5f2c8 *** empty log message *** 2004-01-20 23:09:25 +00:00
Luc Teirlinck
42101e875d (Sets And Lists): Add delete-dups. 2004-01-20 23:06:28 +00:00
Glenn Morris
9fa0334c27 (appt-check): Restore usage of appt-issue-message deleted in previous
change.
(top-level): Activate package when loaded (needed for backwards
compatibility).
2004-01-20 22:52:11 +00:00
Glenn Morris
4e788be24a *** empty log message *** 2004-01-20 22:51:38 +00:00
Glenn Morris
73921ac17e Jesper Harder <harder@ifa.au.dk>
(smtpmail-via-smtp): No need to add two bytes following previous
change to smtpmail-send-data.
2004-01-20 22:17:32 +00:00
Glenn Morris
24aaadecc7 *** empty log message *** 2004-01-20 22:16:49 +00:00
Stefan Monnier
b6c4e4e088 (vc-mcvs-mode-line-string): Remove. Does not work.
(vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
(vc-mcvs-cvs): Remove.
(vc-mcvs-command): Remove use of assert.
2004-01-20 21:56:16 +00:00
Stefan Monnier
9076a82311 (wait_reading_process_input): Lisp_Object/int mixup. 2004-01-20 21:19:33 +00:00
Stefan Monnier
45c7d781c6 (Ffile_attributes): Lisp_Object/int mixup. 2004-01-20 21:18:31 +00:00
André Spiegel
1ce8d8b1c5 Add +++ to prev change. 2004-01-20 17:48:00 +00:00
André Spiegel
7aa518f3d7 Describe new key bindings in vc-annotate-mode. 2004-01-20 17:46:50 +00:00
André Spiegel
2a7790cf91 Describe new key bindings in VC Annotate mode.
(Patch by Benjamin Rutt.)
2004-01-20 17:45:22 +00:00
André Spiegel
00911925b9 # 2004-01-20 17:43:02 +00:00
André Spiegel
f2a2e61bb2 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New
function.
2004-01-20 17:41:18 +00:00