1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
Commit graph

63254 commits

Author SHA1 Message Date
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
Romain Francoise
84471245fc Fix year. 2006-04-06 20:26:11 +00:00
J.D. Smith
8fe9dc245d Removed spurious require, avoiding recursive loads. 2006-04-06 19:23:33 +00:00
Reiner Steib
3e45722587 * subr.el (string-or-null-p): New function.
* textmodes/paragraphs.el (sentence-end): Use string-or-null-p.

* textmodes/ispell.el (ispell-local-dictionary): Use
string-or-null-p.

* files.el: Update comment about safe-local-variable declarations.
2006-04-06 19:20:38 +00:00
Eli Zaretskii
077b72a485 (Rectangles): Add index entry for marking a rectangle. 2006-04-06 19:12:13 +00:00
J.D. Smith
9f4b9ced4b *** empty log message *** 2006-04-06 19:03:35 +00:00
J.D. Smith
4111a42be7 Updated docs for IDLWAVE version 6.0; see idlwave.org. Factor out
blocks not suitable for inclusion with Emacs using PARTOFEMACS variable.
2006-04-06 18:56:09 +00:00
J.D. Smith
cbc285b245 One more copyright year. 2006-04-06 18:53:48 +00:00
J.D. Smith
8013e86617 Restored copyright. 2006-04-06 18:52:56 +00:00
J.D. Smith
906a2f1a6c File obsoleted. IDLWAVE 6.0 now parses XML routine info catalog file
distributed with IDL.
2006-04-06 18:49:01 +00:00
J.D. Smith
f66f03dec5 Update to IDLWAVE version 6.0; see idlwave.org. Includes code to
obsolete idlw-rinfo.el.
2006-04-06 18:47:37 +00:00
J.D. Smith
1af825358c Update to IDLWAVE version 6.0; see idlwave.org. 2006-04-06 18:46:56 +00:00
J.D. Smith
8e0b12d3cf Update copyright, change version. 2006-04-06 18:42:40 +00:00
Romain Francoise
30ceaa687f 2006-04-06 Romain Francoise <romain@orebokech.com>
* pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
	symmetric encryption features and a new asynchronous interface to
	GnuPG.  This new version is version 1.4, plus whitespace changes.
2006-04-06 18:01:16 +00:00
Reiner Steib
6c07f4d42a * files.el: Move some `safe-local-variable' declarations to the
respective files.

* textmodes/ispell.el (ispell-check-comments)
(ispell-local-dictionary): Mark as safe.

* abbrev.el (abbrev-mode): Mark as safe.

* add-log.el (change-log-default-name): Mark as safe.

* textmodes/reftex-vars.el (reftex-vref-is-default)
(reftex-fref-is-default, reftex-level-indent)
(reftex-guess-label-type): Mark as safe.

* textmodes/fill.el (colon-double-space): Mark as safe.

* textmodes/paragraphs.el (paragraph-start, paragraph-separate)
(sentence-end-double-space, sentence-end-without-period)
(sentence-end-without-space, sentence-end, sentence-end-base)
(page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2006-04-06 15:36:24 +00:00
Kim F. Storm
b97f1994c4 (ido-mode): Remove ido-ignore-unc-host-regexps from the :set-after list.
(ido-downcase-unc-hosts): New user option.  Default on.
(ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
when it is set, as regexps are now applied on the fly.
(ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
on the fly, but only when ido-process-ignore-lists is set.
Do case insensitive filtering if ido-downcase-unc-hosts is set.
Only downcase names if ido-downcase-unc-hosts is set.
2006-04-06 10:35:22 +00:00
Kim F. Storm
f133ecc0fa *** empty log message *** 2006-04-06 10:35:03 +00:00
Juanma Barranquero
da080609df *** empty log message *** 2006-04-06 09:01:01 +00:00
Juanma Barranquero
d36995c61a (ido-unc-hosts-cache): Fix typo in docstring. 2006-04-06 08:47:07 +00:00
Juanma Barranquero
2b54c197fe (WoMan-xref-man-page): Fix call to `substring'. 2006-04-06 08:44:24 +00:00