Commit graph

67329 commits

Author SHA1 Message Date
Juanma Barranquero
d9f2959ea6 (facemenu-unlisted-faces): Put obsolescence info in the call to
`make-obsolete-variable', not in the docstring.
2006-12-04 16:49:31 +00:00
Chong Yidong
ed50f0d233 (facemenu-unlisted-faces): Define as obsolete variable. 2006-12-04 16:09:21 +00:00
Chong Yidong
f48658df7c * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable. 2006-12-04 16:09:09 +00:00
Kim F. Storm
59324b1dbc (parse_signal): Rename macro from handle_signal.
(Fsignal_process): Also accept lower-case variants of signal
names (to align with signal names generated by Emacs itself).
2006-12-04 15:21:39 +00:00
Kim F. Storm
55ba687b11 *** empty log message *** 2006-12-04 15:21:04 +00:00
Vinicius Jose Latorre
36222e78c6 Replace easy-menu-change by easy-menu-add-item. 2006-12-04 15:04:00 +00:00
Vinicius Jose Latorre
758e48a0d1 Remove Time-stamp comment mark. 2006-12-04 14:38:15 +00:00
Richard M. Stallman
0452278c81 *** empty log message *** 2006-12-04 14:22:31 +00:00
Miles Bader
3aa84d301f Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 171)

   - Update from CVS

2006-12-04  Jouni K. Sepp,Ad(Bnen  <jks@iki.fi>  (tiny change)

   * lisp/gnus/mm-url.el (mm-url-predefined-programs): Call curl with correct
   options.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-540
2006-12-04 14:07:03 +00:00
Juanma Barranquero
2c9cf57ef5 *** empty log message *** 2006-12-04 12:40:56 +00:00
Kim F. Storm
9d8b24a200 *** empty log message *** 2006-12-04 12:39:58 +00:00
Kim F. Storm
5945f1f455 Fix last change. 2006-12-04 12:37:55 +00:00
Juanma Barranquero
ab074cb1be (ada-check-current): Doc fix.
(ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
2006-12-04 12:32:12 +00:00
Kim F. Storm
56c5808a5d (global-map): Bind [signal t] to ignore, to have
user signals ignored by default.
2006-12-04 12:31:38 +00:00
Kim F. Storm
d96658e3fd (Misc Events): Update signal events.
(Event Examples): Add signal example.
2006-12-04 12:30:20 +00:00
Kim F. Storm
8247c60d3b (handle_USR1_signal, handle_USR2_signal): Replace by...
(handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs
first with code == 0 [signal] and one with code == sig number.
(main): Use it as handler for SIGUR1 and SIGUSR2.
2006-12-04 12:27:09 +00:00
Kim F. Storm
8ddd297d1d (kbd_buffer_store_event_hold): Don't throw-on-input
if first event in [signal xxx] sequence.
(lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove.
(syms_of_keyboard): Don't intern and staticpro them.
(Qsignal, Qusr1, Qusr2): Declare.
(syms_of_keyboard): Intern and staticpro them.
(make_lispy_event): Return them for USER_SIGNAL_EVENTs.
2006-12-04 12:26:58 +00:00
Kim F. Storm
d19c0a1c88 (Qsignal): Declare extern.
(syms_of_process): Don't intern/staticpro them here.

(read_process_output): Abort if carryover < 0.
2006-12-04 12:26:50 +00:00
Kim F. Storm
5c35ec32a5 *** empty log message *** 2006-12-04 12:26:35 +00:00
Juanma Barranquero
def7167bdf (describe-char-unicode-data): Use a hidden buffer for Unicode data file pointed
to by `describe-char-unicodedata-file'.
2006-12-04 10:24:04 +00:00
YAMAMOTO Mitsuharu
ee77eef518 *** empty log message *** 2006-12-04 08:18:09 +00:00
YAMAMOTO Mitsuharu
72621b4e6c (HAVE_SYNC): New test. 2006-12-04 08:17:59 +00:00
YAMAMOTO Mitsuharu
190956b30b Regenerate. 2006-12-04 08:17:50 +00:00
YAMAMOTO Mitsuharu
0024f88fb9 Sync with src/config.in. 2006-12-04 08:17:10 +00:00
YAMAMOTO Mitsuharu
697c17a298 [__NetBSD__]: Don't define `unix'.
(Funix_sync, syms_of_fileio): Use `#ifdef HAVE_SYNC' instead of
`#ifdef unix'.
2006-12-04 08:16:47 +00:00
Stefan Monnier
9bbceb74b4 (sgml-font-lock-keywords-1): Fix pathological O(n^2) regexp-search by
anchoring the search.
2006-12-04 08:08:06 +00:00
Dan Nicolaescu
2b058c727e (whitespace-cleanup-internal): Use current
argument for recursive call.
2006-12-04 07:34:01 +00:00
Michael Albinus
5717642238 * net/tramp.el (tramp-methods): Add "ControlPath" and
"ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
Andreas Schwab <schwab@suse.de>.
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-open-connection-rsh): Compute format spec for ?t.
(tramp-process-actions): Trace command parameters.
2006-12-04 06:51:21 +00:00
Glenn Morris
4a3363c532 (version): New variable, set by configure.
(bootstrapclean, mostlyclean): Also remove emacs-${version}.
2006-12-04 06:35:06 +00:00
Nick Roberts
215f50ced9 (toggle-truncate-lines): Clarify doc string. 2006-12-04 05:51:48 +00:00
Nick Roberts
6dadbf8915 *** empty log message *** 2006-12-04 05:51:04 +00:00
Nick Roberts
9106c6aebe (gdb-var-delete-children): New function.
(gdb-speedbar-expand-node): Use it.
2006-12-04 03:26:44 +00:00
Nick Roberts
d2e126dc74 *** empty log message *** 2006-12-04 03:25:29 +00:00
Juanma Barranquero
43dbe40498 *** empty log message *** 2006-12-04 01:02:12 +00:00
Richard M. Stallman
a8d5f40f49 (python-indent): Add safe-local-variable prop. 2006-12-04 00:33:19 +00:00
Richard M. Stallman
6a80f50e17 (dired-revert): Turn off dired-after-readin-hook around call to dired-readin. 2006-12-04 00:32:00 +00:00
Richard M. Stallman
49bb7f019f (outline-end-of-subtree): Don't leave an empty
line hidden as we would a real next heading.
2006-12-04 00:31:04 +00:00
Richard M. Stallman
b36e96c8f3 (menu-bar-make-toggle): Add "globally" to echo area messages.
<indicate-empty-lines, case-fold-search>: Add "globally" to Help string.
<case-fold-search>: MESSAGE arg need not say "globally".
(menu-bar-edit-menu <paste-from-menu>): Renamed from select-and-paste.
2006-12-04 00:30:11 +00:00
Vinicius Jose Latorre
77ea34ced9 Fix paren.el doc. 2006-12-03 22:26:52 +00:00
Kim F. Storm
c07583cdcf Ken Manheimer <ken.manheimer@gmail.com>:
(allout-ascend): Add an optional argument to preserve
original position of point when unsuccessful.  Also, fix a
docstring error.
(allout-yank-processing): Fix depth shift of multiple-topic so yanks
work again, using allout-ascend's new option.
(allout-setup-mode-map): Extracted from allout-mode to initialize
allout-mode-map.  Call it on file load, so the mode docstring
substitutions work even if allout mode has not yet been invoked.
(allout-mode): Use new allout-setup-mode-map to track any keybinding
customizations since the map was last processed.  Also,	refine the
docstring so it's ship-shape for release.
(allout-default-layout, allout-beginning-of-line-cycles)
(allout-distinctive-bullets-string, allout-use-mode-specific-leader)
(allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
(allout-version, allout-layout, allout-infer-body-reindent)
(allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
(allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
(allout-previous-heading, allout-goto-prefix-doublechecked)
(allout-current-bullet-pos, allout-next-sibling-leap)
(allout-pre-command-business, allout-encrypted-type-prefix)
(allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
(allout-rebullet-topic, allout-rebullet-topic-grunt)
(allout-flag-region, allout-expose-topic, allout-expose-topic)
(allout-old-expose-topic, allout-listify-exposed)
(allout-process-exposed, allout-latex-verb-quote)
(allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
(allout-toggle-current-subtree-encryption)
(allout-toggle-subtree-encryption, allout-bullet-isearch):
Remove extraneous open-paren and close paren string escapes.
2006-12-03 21:37:33 +00:00
Kim F. Storm
f9f46d8dd6 *** empty log message *** 2006-12-03 21:36:58 +00:00
Juanma Barranquero
7977c946cf (is-windows, ada-find-in-src-path): Doc fixes.
(ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize,
ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
Fix typos in docstrings.
2006-12-03 21:29:14 +00:00
Vinicius Jose Latorre
d166d7c41b Fix paren.el. 2006-12-03 13:29:41 +00:00
Jan Djärv
ff24abfeeb (update_frame_tool_bar): Handle modifying a toolbar item
without an image.
2006-12-03 11:44:33 +00:00
Jan Djärv
a3893a90dc *** empty log message *** 2006-12-03 11:44:22 +00:00
Glenn Morris
233820156b *** empty log message *** 2006-12-03 01:02:32 +00:00
Glenn Morris
c9c1844051 Fix Copyright format.
Update package URL.
2006-12-03 01:01:48 +00:00
Glenn Morris
92ab38343d Fix Copyright format. 2006-12-03 01:00:52 +00:00
Glenn Morris
33add6d437 (AH_TOP): Add missing Copyright year. 2006-12-03 00:55:11 +00:00
Glenn Morris
a0a1d6fb5b Add missing Copyright years. 2006-12-03 00:54:25 +00:00