1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 08:20:41 -08:00
Commit graph

66673 commits

Author SHA1 Message Date
Eli Zaretskii
d3e1986ff9 (rmail-redecode-body): New optional argument RAW.
Don't encode body if RAW is non-nil, or if the old encoding is identical to the
new encoding, or if the body contains only eight-bit-* characters.
2006-11-04 15:39:33 +00:00
Robert J. Chassell
519c48d434 Replace 22.0.100 with 22.1.100.
(defcustom): Note that the value set by defconst is a variable.
(Buffer Size & Locations): Parenthetical remark about evaluation.
(Finding More): Change text to include C sources by inference.
2006-11-04 14:49:12 +00:00
Romain Francoise
9a698d2e58 Fix typo. 2006-11-04 14:47:54 +00:00
Romain Francoise
c38d01fb87 (bootstrap-clean-before): Use new target `bootstrap-clean' in the leim
subdirectory.
2006-11-04 14:44:13 +00:00
Romain Francoise
9200c92631 (bootstrap-clean): New target. 2006-11-04 14:43:58 +00:00
Juanma Barranquero
ccc54d96ad *** empty log message *** 2006-11-04 12:52:13 +00:00
Eli Zaretskii
b20d6154e7 *** empty log message *** 2006-11-04 12:23:03 +00:00
Eli Zaretskii
06c72792d6 (w32_createwindow): Remove code for handling -geometry command line option and
`initial-frame-alist' which is superfluous after the last change to
`w32_createwindow'.
2006-11-04 12:21:29 +00:00
Eli Zaretskii
9c9f008165 Document problems with Cygwin builds of GCC 3.4.4. 2006-11-04 12:11:21 +00:00
Eli Zaretskii
3b57ab8fcd (../src/$(BLD)/temacs.exe): Create as temporary file if it doesn't already
exist.
2006-11-04 12:00:20 +00:00
Romain Francoise
d0974190ea *** empty log message *** 2006-11-04 11:56:14 +00:00
Eli Zaretskii
f146cbb0ac Fix faces.el log entry. 2006-11-04 11:12:58 +00:00
Eli Zaretskii
1b2b899883 (faces-sample-overlay, describe-face): Revert last changes.
(faces-sample-overlay): Remove variable.
(describe-face): Insert sample text in the face being described.
2006-11-04 11:02:27 +00:00
Eli Zaretskii
113fa44847 (whitespace-indent-regexp): Make this match any multiples of eight spaces near
the beginning of a line.
(whitespace-buffer): Use `remove-overlays' instead of
`whitespace-unhighlight-the-space' and `overlay-recenter' to speed up overlay
handling.
(whitespace-buffer-leading, whitespace-buffer-trailing): Make these functions
highlight the text removed by `whitespace-buffer-leading-cleanup' and
`whitespace-buffer-trailing-cleanup' respectively.
(whitespace-buffer-search): Use `with-local-quit'.  Move `format' out of loop
to speed up scanning larger buffers.
(whitespace-unhighlight-the-space): Remove `remove-hook' since that function is
never added to a hook.
(whitespace-spacetab-regexp, whitespace-ateol-regexp)
(whitespace-buffer-leading-cleanup)
(whitespace-refresh-rescan-list): Fix docstrings.
2006-11-04 10:34:56 +00:00
Richard M. Stallman
e6043b9581 *** empty log message *** 2006-11-04 07:07:04 +00:00
Chong Yidong
3ac04ed074 * w32proc.c: (sys_wait) Only wait for processes with fd<0.
Others should be handled by sys_select instead. Fixes problems
	  with (progn (start-process "" nil "ls") (call-process "ls"))
2006-11-04 03:37:40 +00:00
Chong Yidong
d6d1029d69 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds. 2006-11-04 03:28:27 +00:00
Chong Yidong
8630721ec9 * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
avoid gcc 2.95 error.
2006-11-04 03:21:40 +00:00
Chong Yidong
ffbdf67b4c * gtkutil.c (update_frame_tool_bar): If icon image is invalid and
wicon is null, insert an empty button.
2006-11-04 03:08:35 +00:00
Kim F. Storm
ede4ac6a6a 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
* allout.el (allout-during-yank-processing): Cue for inhibiting
	aberrance processing during yanks.
	(allout-doublecheck-at-and-shallower): Reduce the limit to reduce
	the amount of yanked topics that can be aberrant.
	(allout-do-doublecheck): Encapsulate this multiply-used recipe in
	a function, and supplement with inihibition of doublechecking
	during yanks.
	(allout-beginning-of-line, allout-next-heading)
	(allout-previous-heading, allout-goto-prefix-doublechecked)
	(allout-back-to-current-heading, allout-next-visible-heading)
	(allout-next-sibling): Use new allout-do-doublecheck function.
	(allout-next-sibling): Ensure we made progress when returning
	other than nil.
	(allout-rebullet-heading): Preserve text property annotations
	indicating the text was hidden, if it was.
	(allout-kill-line): Remove any added was-hidden annotations.
	(allout-kill-topic): Remove any added was-hidden annotations.
	(allout-annotate-hidden): Inhibit adding was-hidden text
	properties to the undo list.
	(allout-deannotate-hidden): New function to remove was-hidden
	annotation.
	(allout-hide-by-annotation): Use new allout-deannotate-hidden.
	(allout-remove-exposure-annotation): Replaced by
	allout-deannotate-hidden.
	(allout-yank-processing): Signal that yank processing is happening
	with allout-during-yank-processing.  Also, wrap
	allout-unprotected's closer to the text changes, for easier
	debugging.  We need to inhibit-field-text-motion explicitly, in
	lieu of the encompassing allout-unprotected.
	(outlineify-sticky): Adjust criteria for triggering new outline
	decorations to presence or absence of any topics, not just a topic
	at the beginning of the buffer.
2006-11-04 00:48:31 +00:00
Kim F. Storm
615b1c61c8 *** empty log message *** 2006-11-04 00:48:05 +00:00
Juanma Barranquero
9c92edca93 *** empty log message *** 2006-11-03 16:31:08 +00:00
Juanma Barranquero
5796dab79d (initialize_sockets): Don't initialize Winsock more than once. 2006-11-03 16:24:53 +00:00
Juanma Barranquero
b6ce9c466c *** empty log message *** 2006-11-03 15:50:42 +00:00
Juanma Barranquero
7075e9c8ee Reword comment. 2006-11-03 15:43:58 +00:00
Juanma Barranquero
9861d11e7e (table--row-column-insertion-point-p): Use "non-nil" in docstrings. 2006-11-03 15:13:38 +00:00
Juanma Barranquero
b1f50b9528 (org-copy-subtree): Use "non-nil" in docstrings. 2006-11-03 15:12:46 +00:00
Juanma Barranquero
da3d757bd2 (flyspell-check-tex-math-command): Use "non-nil" in docstrings. 2006-11-03 15:11:44 +00:00
Juanma Barranquero
09aba29c3c (ada-find-in-ali): Use "non-nil" in docstrings. 2006-11-03 15:11:15 +00:00
Juanma Barranquero
bac964bb85 (eudc-expansion-overwrites-query): Use "non-nil" in docstrings. 2006-11-03 15:10:41 +00:00
Juanma Barranquero
a553e68904 (rsf-scanning-messages-now): Use "non-nil" in docstrings. 2006-11-03 15:10:16 +00:00
Juanma Barranquero
373ed13578 (find-function-noselect, find-function, find-variable-noselect, find-variable,
find-definition-noselect, find-face-definition): Use "non-nil" in docstrings.
2006-11-03 15:09:49 +00:00
Juanma Barranquero
c67c14f32e (checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings. 2006-11-03 15:08:44 +00:00
Juanma Barranquero
80b709bce1 (widget-image-enable): Use "non-nil" in docstrings. 2006-11-03 15:08:02 +00:00
Juanma Barranquero
8728dbdd32 (speedbar-generic-list-tag-p): Use "non-nil" in docstrings. 2006-11-03 15:07:29 +00:00
Juanma Barranquero
4656ce7b84 (expand-pos): Use "non-nil" in docstrings. 2006-11-03 15:06:55 +00:00
Juanma Barranquero
10cb6e7b96 (custom-unlispify-menu-entries, custom-unlispify-tag-names,
custom-prompt-variable): Use "non-nil" in docstrings.
2006-11-03 15:06:26 +00:00
Juanma Barranquero
aaf08d6bb1 (bs--show-all, bs--redisplay): Use "non-nil" in docstrings. 2006-11-03 15:05:44 +00:00
Ramprasad B
c62d85beb7 *** empty log message *** 2006-11-03 14:38:12 +00:00
Juanma Barranquero
06856b12e9 (nnsoup-always-save): Use "non-nil" in docstrings. 2006-11-03 14:37:25 +00:00
Ramprasad B
e7cd761fab Installed [mark@mcs.vuw.ac.nz: sort-columns fails on NetBSD] patch 2006-11-03 14:33:38 +00:00
Juanma Barranquero
67cb63df8b (nndiary-reminders): Use "non-nil" in docstrings. 2006-11-03 14:33:11 +00:00
Juanma Barranquero
a444822589 (gnus-diary-delay-format-function): Use "non-nil" in docstring. 2006-11-03 14:32:22 +00:00
Ramprasad B
255fc2905e *** empty log message *** 2006-11-03 14:16:35 +00:00
Ramprasad B
01c7d38339 Installed [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] patch 2006-11-03 14:10:50 +00:00
Ramprasad B
030d1efecb Installed [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patch 2006-11-03 13:54:32 +00:00
Kim F. Storm
3443198806 Add Tip to speed up copy/kill for remote X session. 2006-11-03 09:24:40 +00:00
Jan Djärv
45a26c4279 * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
window.
2006-11-03 08:58:39 +00:00
Juanma Barranquero
e101e71804 *** empty log message *** 2006-11-03 00:24:26 +00:00
Stefan Monnier
757e168190 (server-auth-key): Remove. Replace by a process-property.
(server-start): Don't remove the file of the previous process, but
instead clear out the place for the new file.
(server-start): Set the :auth-key property.
(server-process-filter): Use the :auth-key property.
2006-11-02 23:46:14 +00:00