1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

66692 commits

Author SHA1 Message Date
Richard M. Stallman
faefde3642 *** empty log message *** 2006-11-05 15:23:45 +00:00
Richard M. Stallman
ea7ce82132 (POSIX_SIGNALS): Defined. 2006-11-05 15:23:02 +00:00
Richard M. Stallman
5b309ebfe6 (init-file-had-error): Add doc string.
(fancy-splash-text, fancy-splash-head, fancy-splash-tail):
Use fixed-width font for keyboard key descriptions.
2006-11-05 15:19:55 +00:00
Richard M. Stallman
e29e9065b1 (custom-save-all): Error if saving in .emacs and it had an error when loaded. 2006-11-05 15:17:49 +00:00
Richard M. Stallman
7a547817cc (dired-copy-file-recursive): Catch errors
from recursive copies in the loop, around the recursive call.
2006-11-05 15:00:31 +00:00
Romain Francoise
785428c709 2006-11-05 Micha�Cadilhac <michael.cadilhac@lrde.org>
* battery.el (battery-linux-proc-acpi): Search an ac_adapter in
	`/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
	`/proc/acpi/thermal_zone/*'.
	(battery-search-for-one-match-in-files): New.  Search a regexp in
	the content of some files.
2006-11-05 13:22:30 +00:00
Eli Zaretskii
107709d449 *** empty log message *** 2006-11-05 12:21:01 +00:00
Eli Zaretskii
6a6af58e32 (mouse-autoselect-window-now): Remove variable.
(mouse-autoselect-window-state): New variable.
(mouse-autoselect-window-start, mouse-autoselect-window-cancel)
(mouse-autoselect-window-select, handle-select-window): Rewritten to make
mouse-autoselect-window-timer a one-shot timer.  Suspend delayed autoselection
during menu or popup dialog.
2006-11-05 12:20:12 +00:00
Eli Zaretskii
508fb067d7 (Fmenu_or_popup_active_p): New function.
(syms_of_xmenu): Defsubr it.
2006-11-05 12:18:47 +00:00
Eli Zaretskii
5221ea0b4c (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to check popup_activated. 2006-11-05 12:18:21 +00:00
Eli Zaretskii
e5d3d18d5c (Fmenu_or_popup_active_p): New function.
(syms_of_w32menu): Defsubr it.
(popup_activated_flag, popup_activated): Remove.
2006-11-05 12:17:26 +00:00
Eli Zaretskii
0ec2e29e9b (Fmenu_or_popup_active_p): New function.
(syms_of_macmenu): Defsubr it.
2006-11-05 12:16:51 +00:00
Eli Zaretskii
ec4ef17457 (info-lookup-guess-custom-symbol): New function for retrieving symbol at point
in custom buffers.
(top level) <info-lookup-maybe-add-help>: Add backquote and comma to ignored
characters in regexps of help specifications for emacs-lisp-mode and
lisp-interaction-mode.  This permits looking up symbols in `...' and after a
comma.  Add help specifications for custom-mode and help-mode.
2006-11-05 12:08:02 +00:00
YAMAMOTO Mitsuharu
c57038f815 (malloc_cookie): Remove unused variable.
(region_list_head, region_list_tail, lca, nlc, infile_lc_highest_addr)
(text_seg_lowest_offset, mh, curr_header_offset, infd, outfd)
(emacs_zone, data_segment_old_fileoff, data_segment_scp)
(num_unexec_regions, unexec_regions): Make variables static.
(print_regions, find_emacs_zone_regions): Make static.
(unexec_region_info): New typedef.
(unexec_regions): Change type from vm_range_t[] to unexec_region_info[].
All uses changed.
(unexec_regions_recorder): Subtract size of trailing null pages from
filesize.  Show filesize.
(unexec_regions_merge): Don't merge if null pages of preceding region
is not too small.  Use long format in printf.
(copy_segment, copy_data_segment): Show filesize.
(copy_data_segment): Write filesize bytes of region data.  Adjust
filesize in segment command accordingly.
(dump_it): Use long format in printf.
2006-11-05 06:12:27 +00:00
Juanma Barranquero
60a294e2e9 (unexec): Fix typo in output message. 2006-11-05 04:11:47 +00:00
Juanma Barranquero
bd45aef790 (syms_of_frame): Fix typo in docstring. 2006-11-05 04:08:48 +00:00
Juanma Barranquero
4774b68e49 (Ffeaturep, syms_of_fns): Fix typos in docstrings. 2006-11-05 04:07:58 +00:00
Juanma Barranquero
cd53fb5085 (Finsert_startup_screen): Fix typo in docstring. 2006-11-05 04:07:03 +00:00
Robert J. Chassell
cddf673f80 Minor fixes.
Replace all tabs with eight spaces each so printed text looks correct.
Remove extraneous comma in a printed node name produced by `ref'.
(insert-buffer): Add a missing beginning parenthesis.
(beginning-of-buffer): Add `beginning of' to note about accessible portion.
(narrow Exercise): Write closing parenthesis at end of correct paragraph.
(zap-to-char): Remove extraneous `a' from first sentence.
(Complete zap-to-char): Remove two extraneous sentences.
(zap-to-char body): Move sentences on documentation two nodes earlier.
(Lisp macro): Add definition of `unless' macro.
(last-command & this-command): Remove comment that `we have not yet
seen' the @code{eq} function.
(kill-append function): Reformat `kill-append' function definition so
it prints well.
(kill-new function): Indent the sentence beginning `notice'.  Replace
`the same as' with `similar to'.  Repair typo.  Remove obsolete
references to `yank' and `yank-pop.  End section with a note that `we
will digress into C.'
2006-11-04 19:09:13 +00:00
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