1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 17:01:01 -08:00
Commit graph

65755 commits

Author SHA1 Message Date
Richard M. Stallman
a4feb1448a (Fcall_process): Doc fix. 2006-06-13 23:08:39 +00:00
Richard M. Stallman
c32de52a4f (adjust_window_trailing_edge): Don't break out of the loop
because there's no next window, if there are parallel windows.
Do break out when WINDOW is nil.
2006-06-13 23:07:56 +00:00
Kim F. Storm
946a79d0f7 (IT_STACK_SIZE): New macro specifying size of
iterator stack (instead of hardcoded number).  Increase from 2 to 4
to make room for propertized overlay strings before and after a
display string, image or composition.
(struct it): Add image_id and method members to iterator stack.
2006-06-13 22:45:21 +00:00
Kim F. Storm
79595fa45e (init_from_display_pos): Don't set it->method and
overlay_string_index after pop_it.  Add asserts.
(handle_stop): Look for overlay strings around a display string,
image, or composition.  Handle properties on those strings.
(next_overlay_string): Don't set string, pos or method after pop_it.
(get_overlay_strings_1): Split from get_overlay_strings; don't
modify it if no overlay strings are found.
(get_overlay_strings): Use get_overlay_strings_1.  Always set
it->string and it->method.
(push_it): Push it->image_id and it->method.  Push it->object
instead of it->string if method is GET_FROM_IMAGE.
(pop_it): Pop it->image_id and it->method.  Ppo it->object
instead of it->string if method is GET_FROM_IMAGE.
Reset it->current.string_pos if popped it->string is nil.
(reseat_1): Remove comment dated 19 May 2003.  It expressed doubt
whether a given change was correct; but the change is correct.
Clear it->string_from_display_prop_p.
(set_iterator_to_next): Rely on it->method and it->image_id from
iterator stack, instead of setting them explicitly after pop_it.
2006-06-13 22:45:00 +00:00
Kim F. Storm
1bb32610a8 *** empty log message *** 2006-06-13 22:44:44 +00:00
Kim F. Storm
fdefc4d152 (Waiting): Negative arg to sit-for forces
redisplay even if input is pending.
2006-06-13 22:18:38 +00:00
Kim F. Storm
5781332691 (Forcing Redisplay): Use (sit-for -1) to force a redisplay.
Remove incorrect example of binding redisplay-dont-pause
around (sit-for 0).
2006-06-13 22:18:06 +00:00
Kim F. Storm
f222369e0a (sit_for): Undo 2006-06-01 change. Instead, a
negative time forces redisplay even when input is available.
(Fsit_for): Doc fix.
2006-06-13 22:06:22 +00:00
Kim F. Storm
bae1ed2965 *** empty log message *** 2006-06-13 22:06:10 +00:00
Chong Yidong
905575123f 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
* net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
	(ldap-search-internal): Keep error messages, and a regexp fix.
2006-06-13 20:31:32 +00:00
Richard M. Stallman
c74849812b (Forcing Redisplay): Clarify previous change. 2006-06-13 14:02:21 +00:00
Romain Francoise
d211faa23c (Forcing Redisplay): Fix typo. 2006-06-13 06:44:01 +00:00
Romain Francoise
0dc9e94e8d Fix typos. 2006-06-13 06:41:55 +00:00
Kim F. Storm
b91068886c New preemptive redisplay. 2006-06-12 22:44:25 +00:00
Kim F. Storm
a9d2c44760 (Forcing Redisplay): Add redisplay-preemption-period. 2006-06-12 22:37:31 +00:00
Kim F. Storm
8eb2b87fc1 *** empty log message *** 2006-06-12 22:37:17 +00:00
Kim F. Storm
d012c62b91 Modify preemptive redisplay to be based on periodic checks for input.
(PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
(Vredisplay_preemption_period): New variable.
(syms_of_display): DEFVAR_LISP and initialize it.
(preemption_period, preemption_next_check): New variables.
(update_frame, update_single_window): Initialize them based on
Vredisplay_preemption_period if !force_p.
(update_window, update_frame_1): Use them to determine when to
check for input.
2006-06-12 22:32:47 +00:00
Thien-Thi Nguyen
15a8ea0ca6 (hack-local-variables-confirm):
Display string value using its printed representation.
2006-06-12 07:52:05 +00:00
Chong Yidong
6b519504c3 * server.el (server-edit): No-op if no server buffers exist. 2006-06-11 18:59:31 +00:00
Robert J. Chassell
11f8928945 *** empty log message *** 2006-06-11 18:18:24 +00:00
Robert J. Chassell
73aee91dab Including `pages-directory-address-mode' results in the message
"Buffer in which pages were found is deleted"
2006-06-11 17:38:30 +00:00
Thien-Thi Nguyen
c2f9f7fdf1 Mention that `enable-local-variables' can have value :all, as well. 2006-06-11 14:53:37 +00:00
Kim F. Storm
7225c342da *** empty log message *** 2006-06-10 21:23:01 +00:00
Luc Teirlinck
503b5e1c90 (Coding Conventions): Add `@end itemize'. 2006-06-10 16:21:12 +00:00
Carsten Dominik
13633ef2bd New keys for clocking work, Changed keys for export. 2006-06-10 14:17:55 +00:00
Carsten Dominik
91d85d5fd8 (Progress logging): New section. 2006-06-10 14:16:17 +00:00
Carsten Dominik
23643307e0 *** empty log message *** 2006-06-10 14:16:04 +00:00
Carsten Dominik
edd2130435 (org-agenda-mode-map): Add bindings for clocking
functions.
(org-agenda-clock-in, org-check-running-clock)
(org-clock-out-if-current, org-remove-clock-overlays)
(org-put-clock-overlay): New functions.
(org-clock-marker, org-clock-file-total-minutes)
(org-clock-overlays): New variables
(org-clock-display, org-clock-sum, org-clock-cancel)
(org-clock-out, org-clock-in): New commands.
(org-export): New function.
(org-emph-re): New constant.
(org-set-emph-re, org-do-emphasis-faces): New functions.
(org-emphasis-regexp-components, org-emphasis-alist): New options.
(org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
(org-export-html-convert-emphasize): Use the configurable
emphasis.
(org-cleaned-string-for-export): Make multiline emphasis visible
to the exporter.  New optional argument PARAMETERS.
(org-export-as-html): Specify :emph-multiline parameter to
`org-cleaned-string-for-export'.
2006-06-10 14:15:25 +00:00
Richard M. Stallman
9e362b84e9 *** empty log message *** 2006-06-10 10:52:27 +00:00
Richard M. Stallman
27c82bfe96 (Recognize Coding): Clarify previous change. 2006-06-10 10:42:32 +00:00
Richard M. Stallman
4c02cf8619 (Coding Conventions): Explain use of coding systems
to ensure one decoding for strings.
2006-06-10 10:34:35 +00:00
Richard M. Stallman
f609f34556 (help-for-help-internal): Clean up help text. 2006-06-10 10:17:41 +00:00
Andreas Schwab
9d3ba24c40 . 2006-06-10 09:06:02 +00:00
Andreas Schwab
d7584f0f0a (cperl-short-docs): Fix quoting
in doc string.
2006-06-10 09:05:31 +00:00
Eli Zaretskii
a61e1d8f22 Document removal of yow.c. 2006-06-10 07:58:34 +00:00
Andreas Schwab
ddfca4e605 . 2006-06-09 22:45:12 +00:00
Andreas Schwab
af1098969b (ethio-fidel-to-java-buffer): Fix quoting
in doc string.
2006-06-09 22:44:55 +00:00
Eli Zaretskii
7cb93181b8 *** empty log message *** 2006-06-09 18:23:06 +00:00
Eli Zaretskii
71b169b8c4 (read_escape): Provide a Unicode character escape syntax; \u followed by
exactly four or \U followed by exactly eight hex digits in a comment or
string is read as a Unicode character with that code point.
2006-06-09 18:22:30 +00:00
Eli Zaretskii
a9ab79a844 (Character Type): Describe the\uABCD and \U00ABCDEF syntax. 2006-06-09 18:11:21 +00:00
Eli Zaretskii
cb480394f9 Document new syntax \uXXXX. 2006-06-09 17:59:29 +00:00
Eli Zaretskii
302a986ba5 Remove unused file. 2006-06-09 17:56:20 +00:00
Eli Zaretskii
79b251d75c ($(BLD)/yow.$(O)): Remove target. 2006-06-09 17:55:10 +00:00
Eli Zaretskii
8c09ed8296 (UTILITIES): Remove yow${EXEEXT}.
yow${EXEEXT}: Remove target.
2006-06-09 17:53:58 +00:00
Eli Zaretskii
594dde9bb7 (makefile-fill-paragraph): Don't remove spaces after the comment start. 2006-06-09 17:43:54 +00:00
Thien-Thi Nguyen
f47adf18e1 (pong-init-buffer): Fill buffer with spaces instead of ^A. 2006-06-09 14:23:49 +00:00
Reiner Steib
5e7c994bd5 2006-06-09 W?odek Bzyl <matwb@univ.gda.pl>
* pl-refcard.ps: Regenerate.
2006-06-09 13:04:55 +00:00
Kim F. Storm
2a997209bd (ispell-kill-ispell): If ispell has been
launched asynchronously, delete its process instead of being cool.
(ispell-async-processp): Check for `delete-process' existence
instead of `kill-process' one for consistency.
Submitted by: Michaël Cadilhac  <michael.cadilhac@lrde.org>
2006-06-09 13:04:13 +00:00
Kim F. Storm
36ac5ea59b *** empty log message *** 2006-06-09 13:03:18 +00:00
Eli Zaretskii
cf402f3fd4 (window_scroll_pixel_based): Signal "Beginning of buffer" when scroll-down
at the beginning of an empty buffer.
2006-06-09 09:05:17 +00:00