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

63273 Commits

Author SHA1 Message Date
Karl Berry
e691d082f6 move MS-DOS material to emacs-xtra.texi 2006-04-09 22:40:34 +00:00
Richard M. Stallman
2a8da5551c Undo previous change. 2006-04-09 19:56:27 +00:00
Richard M. Stallman
2af34f255b (lm-font-lock-face-O, lm-font-lock-face-X): Make them faces.
(lm-font-lock-keywords): Update appropriately.
2006-04-09 19:20:02 +00:00
Eli Zaretskii
d82eac8f94 *** empty log message *** 2006-04-09 18:46:26 +00:00
Eli Zaretskii
0462a47d1c (Command-Line Arguments): Update xref to emacs manual
"Command Arguments" -> "Emacs Invocation", per change there.
2006-04-09 18:45:35 +00:00
Eli Zaretskii
f61afad365 (Mail Sending): In send-mail-function @pxref smtpmail, put info and printed
manual names the right way around.
2006-04-09 18:44:06 +00:00
Eli Zaretskii
72617295dc (Formula syntax): Typo in node name of calc-eval xref. 2006-04-09 18:43:41 +00:00
Eli Zaretskii
b6063442a6 Fix last lisp.h entry. 2006-04-09 18:35:58 +00:00
Roland Winkler
88e5118990 *** empty log message *** 2006-04-09 18:32:18 +00:00
Eli Zaretskii
a86a2f6d7e Remove extraneous newline. 2006-04-09 18:32:11 +00:00
Roland Winkler
5ad23234d6 (bibtex-entry-update): New optional arg entry-type. Add field
delimiters to numerical fields if they are not present.
2006-04-09 18:29:19 +00:00
Roland Winkler
ba7e3f51f2 (bibtex-find-text-internal): Add new element string-const to return value.
(bibtex-remove-delimiters): Use it.
2006-04-09 18:25:53 +00:00
Karl Berry
af26e6739b move @contents to the front 2006-04-09 17:45:55 +00:00
Dan Nicolaescu
4ca412ecd0 (args_out_of_range, args_out_of_range_3)
(Fkill_buffer): Likewise.
2006-04-09 09:18:47 +00:00
Dan Nicolaescu
404be028b9 * puresize.h (pure_write_error): Mark as NO_RETURN.
* lisp.h (args_out_of_range, args_out_of_range_3): Likewise.
2006-04-09 09:03:44 +00:00
Richard M. Stallman
6786a1071a (boyer_moore): Test ch >= 0400, not >. 2006-04-09 01:59:45 +00:00
Miles Bader
1b155fbd76 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-203
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 78-80)

   - Update from CVS
2006-04-08 23:42:25 +00:00
Eli Zaretskii
f93bd8e401 (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements if a menu is active
on this frame.
2006-04-08 20:05:43 +00:00
Dan Nicolaescu
31a4f621f9 (report_file_error): Mark as NO_RETURN. 2006-04-08 19:35:48 +00:00
Eli Zaretskii
4f27350a99 [STDC_HEADERS]: Include stddef.h. 2006-04-08 16:44:27 +00:00
Eli Zaretskii
7e77352939 (PSEUDOVECSIZE): Fix last change. 2006-04-08 16:37:46 +00:00
Stefan Monnier
6bfd98e75d * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
`raw_status_high', and `raw_status_low' with plain integers, and move
them to the end of the structure.

* alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
pseudovector's size field so only the Lisp_Object fields get GC'd.

* process.c (update_status, make_process, Fdelete_process)
(Fprocess_status, list_processes_1, start_process_unwind)
(create_process, Fmake_network_process, server_accept_connection)
(wait_reading_process_output, send_process, Fprocess_running_child_p)
(process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
(sigchld_handler, status_notify): Adjust to new non-Lisp fields for
`pid' and `raw_status'.
(Fprocess_id, Fsignal_process): Same, and additionally use floats when
representing PIDs that are larger than most-positive-fixnum.
2006-04-08 15:07:35 +00:00
Stefan Monnier
67438f773f (byte-compile-form): Only call cl-byte-compile-compiler-macro if it exists. 2006-04-08 14:56:21 +00:00
Stefan Monnier
df631196ed (PSEUDOVECTOR_SIZE_MASK): Expand docstring. 2006-04-08 14:34:31 +00:00
Stefan Monnier
15fdcac722 (describe_map): Don't use XINT if we haven't checked INTEGERP. 2006-04-08 14:20:10 +00:00
Stefan Monnier
d0ebe33a4a (OFFSETOF, PSEUDOVECSIZE): New macros. 2006-04-08 14:15:04 +00:00
Eli Zaretskii
1d79e5217c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos. 2006-04-08 12:27:13 +00:00
Eli Zaretskii
cf5cbca4a2 *** empty log message *** 2006-04-08 10:45:12 +00:00
Eli Zaretskii
b4b2135bee (Fill Commands): fill-nobreak-predicate is now a hook. 2006-04-08 10:44:48 +00:00
Eli Zaretskii
dbcd3ce074 (hack-local-variables-confirm) <offer-save>: Clarify message text. Suggested
by Ralf Angeli.
2006-04-08 10:41:12 +00:00
Eli Zaretskii
5c831ccdac (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
(delete-extract-rectangle-line): Use `filter-buffer-substring' instead of
`buffer-substring' and `delete-region'.  (Most of the code actually copied
from `kill-region'.)
2006-04-08 10:30:52 +00:00
Eli Zaretskii
a2524d2695 (rcirc-default-server): Rename from rcirc-server.
(rcirc-default-port): Rename from rcirc-port.
(rcirc-default-nick): Rename from rcirc-nick.
(rcirc-default-user-name): Rename from rcirc-user-name.
(rcirc-default-user-full-name): Rename from rcirc-user-full-name.
(rcirc-low-priority-flag): New variable.
(rcirc-decode-coding-system): New defcustom.
(rcirc-encode-coding-system): New defcustom.
(rcirc-coding-system-alist): New defcustom.
(rcirc-multiline-major-mode): New defcustom.
(rcirc-nick): New internal variable.
(rcirc-process): Remove variable.
(rcirc-server-buffer): New variable.
(rcirc): Update to use rcirc-default-* variables above.
(rcirc-connect): Do not add window-configuration-hook-here.
(rcirc-server): New internal variable.
(rcirc-connect): Do not send keepalive pings if rcirc-keepalive-seconds is nil.
(with-rcirc-server-buffer): New macro.
(rcirc-send-string): Encode with rcirc-encode-coding-system.
(rcirc-server-name): Rename from rcirc-server.
(rcirc-buffer-process): New function.
(rcirc-buffer-nick): New function.
(rcirc-buffer-target): Remove function.
(set-rcirc-decode-coding-system, set-rcirc-encode-coding-system): New commands.
(rcirc-mode-map): Change binding of C-c C-l to rcirc-toggle-low-priority.
(rcirc-mode): Initialize coding system based on rcirc-coding-system-alist.
New change-major-mode-hook to part the channel on a mode change.
Make kill-buffer-hook buffer-local.
(rcirc-change-major-mode-hook): New function.
(rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
(rcirc-last-post-time): New variable.
(rcirc-process-message): Store the last time user posted a message to this
target.
(rcirc-multiline-minor-mode): New mode.
(rcirc-multiline-minor-mode-map): New mode map.
(rcirc-edit-multiline): Put multiline-edit buffer in
rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
(rcirc-print): Any line starting with an ignored nick will be ignored.
(rcirc-print): Decode using rcirc-decode-coding-system.
(rcirc-track-minor-mode): Update global-mode-string when disabling this mode.
(minor-mode-alist): add LowPri indicator.
(rcirc-toggle-low-priority): New function.
(rcirc-last-non-irc-buffer): Prefix arg now no means switch to next low priority
buffer with activity.
(rcirc-record-activity): Sort buffers in rcirc-activity by the last time the
user posted a message in to the target.
(rcirc-update-activity-string): New formatting for low priority buffers.
(rcirc-split-activity): New function.
(rcirc-handler-PART, rcirc-handler-KICK)
(rcirc-handler-PART-or-KICK): Kick responses are printed properly.
(rcirc-nick-away-alist): New variable.
(rcirc-handler-301): New handler.  Away messages are printed once per change.
2006-04-08 10:23:53 +00:00
Eli Zaretskii
6716bfa4e5 (Info-follow-nearest-node): Doc fix. 2006-04-08 10:11:18 +00:00
Eli Zaretskii
569a6374dc (locale-language-names): Add a few MS Windows language codes. 2006-04-08 09:53:18 +00:00
Eli Zaretskii
cdb1af304e (set-locale-environment): Make sure the coding-system preferred by the
locale's language has the same EOL conversion type as the original
buffer-file-coding-system.
2006-04-08 08:15:34 +00:00
Richard M. Stallman
b4f7399477 (eval-expression): Doc fix. 2006-04-07 23:30:42 +00:00
Richard M. Stallman
a8d78e0d70 (eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes. 2006-04-07 23:30:23 +00:00
Thien-Thi Nguyen
4f815b29c5 (Other Display Specs): Arrange a @code{DOTTED-LIST} to
be on one line to help makeinfo not render two spaces after the dot.
2006-04-07 22:11:55 +00:00
Reiner Steib
60c6189d0d Revert to 2006-03-23T13:13:27Z!jas@extundo.com to allow the use of gpg-agent. 2006-04-07 21:06:12 +00:00
Reiner Steib
a2d59dea0d Remove bogus newline. 2006-04-07 19:26:51 +00:00
Bill Wohler
fde155f459 (mh-path, mh-variant): Define with mh-defcustom and add
:package-version keyword.
2006-04-07 18:58:38 +00:00
Reiner Steib
122c30092c (Predicates for Strings): Add string-or-null-p. 2006-04-07 18:53:09 +00:00
Reiner Steib
1ca9b532b1 Add string-or-null-p. 2006-04-07 18:52:30 +00:00
Richard M. Stallman
14f4194d13 (Basic Indent): C-j deletes trailing whitespace before the newline. 2006-04-07 18:23:03 +00:00
Richard M. Stallman
5b31640cad (Comments, Comment Commands, Options for Comments, Multi-Line Comments):
"Align", not "indent".
2006-04-07 16:52:46 +00:00
Nick Roberts
4d91dd05aa (gdb-init-2): Set current filename using
GDB list command without argument for greater generality.
2006-04-07 11:20:39 +00:00
Nick Roberts
a179cd22c5 *** empty log message *** 2006-04-07 11:19:11 +00:00
Miles Bader
667832a118 Add arch tagline 2006-04-07 06:05:50 +00:00
Richard M. Stallman
5a2881c207 Delete the blocks "not suitable for inclusion with Emacs". 2006-04-07 02:07:22 +00:00
Richard M. Stallman
bb63d70689 (Basic Indent): Clarify relationship of C-j to TAB. 2006-04-07 02:00:57 +00:00