Commit graph

89183 commits

Author SHA1 Message Date
Carsten Dominik
d324fa76e5 2009-02-13 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Org Plot): Fix link.
2009-02-13 10:45:03 +00:00
Juanma Barranquero
e35b306327 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315) 2009-02-13 10:35:40 +00:00
Juanma Barranquero
3b4d152a0e Add bug references. 2009-02-13 08:56:27 +00:00
Juanma Barranquero
1dacf9981c Fix typos. 2009-02-13 08:50:57 +00:00
Glenn Morris
41342c8024 (rmail-show-message): Restore argument list to the declaration now
that this functions behaves in Emacs 23 as in 22.
2009-02-13 07:52:18 +00:00
Glenn Morris
bc04f20723 Update for rmail-show-message-maybe name change. 2009-02-13 07:48:13 +00:00
Glenn Morris
809f3af083 (rmail-show-message): New name for the old rmail-show-message-maybe.
Update callers.
2009-02-13 07:46:14 +00:00
Glenn Morris
a1a2934181 Update for rmail-show-message -> rmail-show-message-1 name change. 2009-02-13 07:44:18 +00:00
Glenn Morris
574bc51d39 (rmail-show-message-1): New name for the old rmail-show-message.
Update callers.
2009-02-13 07:43:50 +00:00
Glenn Morris
95ca567f4d (rmail-summary-vector, rmail-mode-map): Add doc string.
(rmail-set-header-1): If VALUE is nil, remove the header altogether.
(rmail-set-header): Doc fix.
2009-02-13 03:51:16 +00:00
Glenn Morris
97e92ffbd4 (msgnum): Remove declaration.
(rmail-summary-redo): Add missing initialization value.
(rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
(rmail-summary-mark-deleted, rmail-summary-deleted-p):
Fix skip-chars-forward calls.
(rmail-summary-mark-seen): New function.  As well as removing the '-'
mark, update the summary-vector.  (Bug#2135)
(rmail-summary-rmail-update, rmail-summary-goto-msg):
Use rmail-summary-mark-seen.
2009-02-13 03:49:58 +00:00
Glenn Morris
a99e0e1be2 (rmail-set-label): Delete the keyword header if all labels are
removed.  (Bug#2302)
2009-02-13 03:44:30 +00:00
Glenn Morris
56ba440162 (unrmail): When getting message keywords, don't include a leading
space, but do include the space after the separating comma.  (Bug#2303)
2009-02-13 03:44:10 +00:00
Juri Linkov
6c34bcde1e (image-toggle-display): Let-bind `buffer-file-truename' to nil around the
call to `add-text-properties' to prevent directory time modification by
lock_file.  Replace `set-buffer-modified-p' with
`restore-buffer-modified-p'.  (Bug#2295)
2009-02-12 21:49:29 +00:00
Stefan Monnier
51d861def8 (adjust_point_for_property): Allow stopping betwen two invisible areas. 2009-02-12 18:20:52 +00:00
Stefan Monnier
865ff911f3 (python-use-skeletons): Re-add.
(def-python-skeleton): Use it.
2009-02-12 18:16:26 +00:00
Stefan Monnier
f58bd666fc (quail-make-guidance-frame): Remove the `parent-id' parameter.
(quail-show-guidance): Make the new window dedicated.
2009-02-12 18:13:20 +00:00
Juanma Barranquero
4eb9723260 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
Fix typos in docstrings.
2009-02-12 16:09:48 +00:00
Juanma Barranquero
00a258e074 Add bug reference. 2009-02-12 16:06:54 +00:00
Jason Rumney
631ea4fbf8 (check_face_name): Check for fake helv. (Bug#2275)
(add_font_entity_to_list): Call check_face_name even when family
is unspecified.
2009-02-12 15:00:26 +00:00
Jason Rumney
cb4a3e4288 (x_display_pixel_height, x_display_pixel_width):
Release DC when finished.  Use NULL window to refer to desktop.
(w32_term_init): Use NULL window to refer to desktop. (Bug#460)
2009-02-12 14:39:17 +00:00
Jason Rumney
7fed8996b4 *** empty log message *** 2009-02-12 14:06:24 +00:00
Jason Rumney
c73abf54bc (add_font_entity_to_list): Fix check for substituted
raster fonts. (Bug#2219)
2009-02-12 13:58:29 +00:00
Alan Mackenzie
e26019a56b (c-emacs-features): Crash-fix: change =' to eq'. 2009-02-12 12:30:12 +00:00
Alan Mackenzie
a7442b9538 *** empty log message *** 2009-02-12 12:29:06 +00:00
Glenn Morris
4b84883a4a Simplify previous change; again. 2009-02-12 07:53:11 +00:00
Glenn Morris
655a218ace Simplify previous change. 2009-02-12 07:52:02 +00:00
Glenn Morris
3e8fc1b6f6 (rmail-set-label): Fix the test for a label being already present. (Bug#2210) 2009-02-12 06:55:43 +00:00
Miles Bader
99dc2e0840 Add info/.gitignore
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1544
2009-02-12 06:28:59 +00:00
Kenichi Handa
895416e356 (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
(composition_gstring_width): Fix handling of LGLYPH_YOFF.
(autocmp_chars): Use fast_looking_at.  Don't compose more
characters than MAX_COMPOSITION_COMPONENST.
(find_automatic_composition): While looking forward and backward,
check static composition.  Fix where to stop looking forward.
(composition_adjust_point): Fix checking of static composition.
(Fcomposition_get_gstring): Pay attention to
MAX_COMPOSITION_COMPONENST.
2009-02-12 06:06:29 +00:00
Kenichi Handa
8b13507ac4 (fast_looking_at): New function. 2009-02-12 06:01:23 +00:00
Kenichi Handa
44a5ae4d48 (fast_looking_at): Extern it. 2009-02-12 05:55:50 +00:00
Kenichi Handa
285e85c6da (encode_terminal_code): Adjusted for the change of
<struct glyph>.u.cmp.to.
(append_composite_glyph): Likewise.
2009-02-12 05:55:02 +00:00
Kenichi Handa
648ab841cc (fill_gstring_glyph_string): Adjusted for the change of
<struct glyph>.u.cmp.to.  Check if the glyph belongs to the same
composition.
(append_composite_glyph): Adjusted for the change of
<strcut glyph>.u.cmp.to.
2009-02-12 05:54:20 +00:00
Kenichi Handa
8ea6fa801e (?.): New character category for
Base characters.  Set them in the standard category table.
2009-02-12 05:48:41 +00:00
Kenichi Handa
ca451f4c7e Use "\\c." instead of "[[:alpha:]]" to match with
a base character.
2009-02-12 05:42:56 +00:00
Stefan Monnier
00c4240510 (isearch-yank-char-in-minibuffer)
(isearch-other-meta-char): Use with-current-buffer.
2009-02-12 05:38:25 +00:00
Stefan Monnier
7664ec4458 (verilog-mode): Avoid circular use of syntax-ppss. 2009-02-12 05:34:26 +00:00
Stefan Monnier
f9f34ece3d (end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw. 2009-02-12 04:31:01 +00:00
Stefan Monnier
6bffddf43b (end-of-defun): Don't skip to next line after
calling end-of-defun-function if it already moved to BOL.
2009-02-12 04:16:14 +00:00
Richard M. Stallman
51584624ee (rmail-show-message-verbose-min): New option.
(rmail-show-message): Conditionally show start and finish in echo area.
2009-02-12 04:01:11 +00:00
Glenn Morris
ded8c6eac7 Tiny change is tiny. 2009-02-12 03:30:26 +00:00
Glenn Morris
4de724b067 (rmail-unix-mail-delimiter): Doc fix.
(rmail-enable-multibyte): Don't really define, only for compiler.
2009-02-12 03:29:19 +00:00
Glenn Morris
28e5063159 (rmail-read-label): Don't scan for labels if the summary exists, since
it's already done.
2009-02-12 03:28:53 +00:00
Glenn Morris
5c9b1aaadf (rmail-get-summary-labels): Store any message labels for use in
completion.
2009-02-12 03:28:37 +00:00
Glenn Morris
6d60445e9a Add some gnus stuff from emacs-devel. 2009-02-12 03:27:01 +00:00
Glenn Morris
576e334d78 (org-footnote-at-definition-p): Fix doc typo. 2009-02-12 03:26:13 +00:00
Glenn Morris
9c55bbd279 Joachim Reiter <Reiter.Joachim at web.de> (tiny change)
(org-footnote-action): Fix doc typo.
2009-02-12 03:25:54 +00:00
Stefan Monnier
70ff4f5966 (read-buffer-to-switch): Add table to icomplete-with-completion-tables. 2009-02-12 02:19:53 +00:00
Chong Yidong
7f7f59f5c3 (dired-add-entry): Avoid munging long-form Dired switches (Bug#2261). 2009-02-11 14:47:24 +00:00