Chong Yidong
95b1abcfaf
Fix last set of Nextstep changes.
...
* nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
* nsterm.h: Fix prototype.
2010-03-31 10:27:50 -04:00
Eli Zaretskii
7a1831cf75
Explain how to re-throw a signal.
...
control.texi (Handling Errors): How to re-throw a signal caught
by condition-case.
2010-03-31 12:43:53 +03:00
Eli Zaretskii
4a217bedd4
Fix bug #5703 .
...
w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
in this function.
2010-03-31 12:08:40 +03:00
Chong Yidong
4f103e0430
* nsterm.h: Fix last change.
2010-03-31 00:00:23 -04:00
Chong Yidong
a6d676d9f4
* menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
2010-03-30 19:26:38 -04:00
Tomas Abrahamsson
b42da3879c
* textmodes/artist.el (artist-mode): Fix typo in docstring. (Bug#5807)
2010-03-30 23:41:01 +02:00
Jan Djärv
67fee863be
xdisp.c (note_mouse_highlight): Don't do highlight if pointer is invisible (Bug#5766).
2010-03-30 19:26:58 +02:00
Kenichi Handa
660674c1e9
merge trunk
2010-03-30 21:49:50 +09:00
Kenichi Handa
42763dda64
Fix Indic composable patterns for the new Unicode specification.
2010-03-30 21:46:31 +09:00
Eli Zaretskii
ce79424fc8
Improve documentation of "C-x 8 RET".
...
mule.texi (Input Methods): Mention "C-x 8 RET" and add a
cross-reference to "Inserting Text".
basic.texi (Inserting Text): Add an index entry for "C-x 8 RET".
Mention completion provided by `ucs-insert'.
2010-03-30 13:59:26 +03:00
Chong Yidong
9ae6e18924
Clean up unneeded ns_set_icon_type calls.
...
Patch from Adrian Robert, see
http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01391.html
* xdisp.c (x_consider_frame_title, update_window_cursor): Remove
HAVE_NS conditionals.
(prepare_menu_bars)[HAVE_NS]: Call ns_set_doc_edited.
* nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
filename for the title.
(ns_set_doc_edited): Do nothing if the selected window is a
minibuffer window.
* nsterm.h: Add prototypes for ns_set_name_as_filename and
ns_set_doc_edited.
* nsterm.m: Remove unneeded prototype.
2010-03-29 19:48:44 -04:00
Chong Yidong
3cbcd186e1
Add a test function from semantic-test.el to semantic-ia-utest.el.
...
* cedet/semantic-ia-utest.el
(semantic-symref-test-count-hits-in-tag): Add function, from
semantic-test.el.
2010-03-29 17:35:39 -04:00
Chong Yidong
a4100ebe29
Update Semantic test copyrights, delete some test files (Bug#4656).
...
* cedet/tests/test.cpp:
* cedet/tests/test.py:
* cedet/tests/teststruct.cpp:
* cedet/tests/testtemplates.cpp:
* cedet/tests/testusing.cpp:
* cedet/tests/scopetest.cpp:
* cedet/tests/scopetest.java: Files deleted.
* cedet/tests/test.make:
* cedet/tests/test.c:
* cedet/tests/testjavacomp.java:
* cedet/tests/testspp.c:
* cedet/tests/testsppreplace.c:
* cedet/tests/testsppreplaced.c:
* cedet/tests/testsubclass.cpp:
* cedet/tests/testsubclass.hh:
* cedet/tests/testtypedefs.cpp:
* cedet/tests/testvarnames.c:
* cedet/tests/test.el:
* cedet/tests/testdoublens.cpp:
* cedet/tests/testdoublens.hpp: Add copyright header.
* cedet/semantic-tests.el (semanticdb-test-gnu-global): Remove
reference to deleted files.
2010-03-29 17:26:49 -04:00
Stefan Monnier
fe59d70512
Make tmm-menubar work for the Buffers menu again.
...
* tmm.el (tmm-prompt): Also handle keymap entries in the form of
vectors rather than cons cells, as used in menu-bar-update-buffers.
2010-03-29 11:23:01 -04:00
Katsumi Yamaoka
a2c9fe4366
(mm-add-meta-html-tag): Fix regexp matching meta tag.
2010-03-29 10:16:23 +00:00
Chong Yidong
2a793f7f35
Revert 2009-08-15 change, restoring electric punctuation (Bug#5586)
...
* progmodes/js.el (js-auto-indent-flag, js-mode-map)
(js-insert-and-indent): Revert 2009-08-15 change, restoring
electric punctuation for "{}();,:" (Bug#5586).
2010-03-28 16:41:37 -04:00
Chong Yidong
727be77379
Fix for Bug#5790.
...
* images/icons/hicolor/scalable/apps/emacs.svg: Put preamble after svg tag (Bug#5790).
2010-03-28 15:09:21 -04:00
Glenn Morris
25c72475f4
Close bug#5336.
...
* Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
in the DOC file.
2010-03-28 11:55:20 -07:00
Chong Yidong
8233e79a56
Expand discussion of mail setup.
...
* sending.texi (Sending Mail): Note variables that may need customizing.
(Mail Sending): Expand discussion of send-mail-function.
2010-03-28 14:44:47 -04:00
Chong Yidong
03ffe8beb2
* mail/sendmail.el (mail-default-directory): Doc fix.
2010-03-27 23:52:17 -04:00
Chong Yidong
e73c243459
Document Message mode as the default mail mode.
...
* sending.texi (Sending Mail): Document the fact that Message mode is
now the default mail mode.
(Mail Format, Mail Headers): Document mail-from-style changes.
(Mail Commands): Rename from Mail mode. Document Message mode.
(Mail Misc): Rename from Mail mode Misc.
(Mail Sending, Header Editing, Mail Misc): Switch to Message mode
command names and update keybindings.
(Header Editing): Document message-tab. De-document
mail-self-blind, mail-default-reply-to, and mail-archive-file-name in
favor of mail-default-headers. Ad index entries for user-full-name and
user-mail-address.
(Citing Mail): Update changes in Message mode behavior. Document
mail-yank-prefix.
(Mail Signature): New node, moved from Mail Misc.
(Mail Aliases): Mail abbrevs are the default with Message mode.
(Mail Methods): Note that Message mode is now the default.
* rmail.texi (Rmail Reply):
* text.texi (Text Mode):
* major.texi (Major Modes):
* mule.texi (Output Coding): Refer to Message mode.
* custom.texi (Init Examples): Add xref to Mail Header.
* emacs.texi (Top): Fix xrefs.
2010-03-27 23:41:34 -04:00
Chong Yidong
481134fd24
Fix mail-default-headers handling in Message mode.
...
* gnus/message.el (message-default-mail-headers):
(message-default-headers): Carry the value mail-default-headers over
into message-default-mail-headers, rather than message-default-headers.
2010-03-27 13:53:35 -04:00
Eli Zaretskii
5660c0f5b8
Document problems on MS-Windows with incompatible regex.h headers.
...
PROBLEMS: Mention problems on MS-Windows with incompatible
regex.h headers.
2010-03-27 15:52:55 +03:00
Eli Zaretskii
9478502212
Fix doc strings of version-* functions and variables.
...
subr.el (version-regexp-alist, version-to-list)
(version-list-<, version-list-=, version-list-<=)
(version-list-not-zero, version<, version<=, version=): Doc fix.
(Bug#5744).
2010-03-27 15:31:04 +03:00
Chong Yidong
c386371362
Document `after-load-functions'.
...
* loading.texi (Hooks for Loading): Document after-load-functions.
Copyedits.
2010-03-26 13:43:01 -04:00
Nick Roberts
eca16aa79a
(gdb-apple-test): New function.
...
(gdb-init-1): Use it.
2010-03-26 21:58:41 +13:00
Chong Yidong
ef7b27ef14
* maintaining.texi (Old Revisions): Document vc-root-diff.
2010-03-25 20:04:48 -04:00
Dan Nicolaescu
431af6a4be
* vc.el (vc-root-diff): Doc fix.
2010-03-25 19:41:22 -04:00
Chong Yidong
06d62b990c
* maintaining.texi (VCS Concepts): Fix typo.
2010-03-25 19:32:51 -04:00
Chong Yidong
9aa2c576e9
* vc.el (vc-print-log, vc-print-root-log): Doc fix.
2010-03-25 18:58:46 -04:00
Chong Yidong
c0c035fa6a
Document VC changes: vc-log-show-limit and vc-print-root-log.
...
* maintaining.texi (VC With A Merging VCS): C-x v v now creates a
repository if there is none.
(VC Change Log): Rename from VC Status. Document vc-log-show-limit and
vc-print-root-log.
(Old Revisions): Copyedits.
* emacs.texi: Update.
2010-03-25 18:57:13 -04:00
Chong Yidong
f2608df3a3
Document comint history-search changes.
...
* misc.texi (Shell Ring): Document new M-r binding. M-s is no longer bound.
2010-03-25 17:14:17 -04:00
Chong Yidong
71785b7a63
* programs.texi (Program Modes): Mention Javascript mode.
2010-03-25 16:36:41 -04:00
Chong Yidong
f67c5dd0dd
Note in documentation that nXML is now the default XML mode.
...
* text.texi (HTML Mode): Note that nXML is now the default XML mode.
* emacs.texi: Update node description.
2010-03-25 16:32:39 -04:00
Chong Yidong
0f72a391d3
* misc.texi (Navigation): Document doc-view-continuous.
2010-03-25 16:15:52 -04:00
Chong Yidong
9d30a9f45e
* simple.el (append-to-buffer): Fix last change.
2010-03-25 01:53:30 -04:00
Chong Yidong
f79a01db38
* xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
2010-03-24 17:25:46 -04:00
Chong Yidong
d0fba1745f
Fix 2009-11-13 change to append-to-buffer (Bug#5749).
...
* simple.el (append-to-buffer): Ensure that point is preserved if
BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
(Bug#5749)
2010-03-24 12:18:13 -04:00
Stefan Monnier
efee6a6d9c
(makefile-rule-action-regex): Backtrack less.
...
(makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
not be present any more.
2010-03-24 11:57:16 -04:00
Glenn Morris
6d98672d24
Close bug#5759.
...
* ack.texi (Acknowledgments):
* emacs.texi (Acknowledgments): Fix ispell attribution.
2010-03-23 20:02:42 -07:00
Juanma Barranquero
9a5d0c6844
Fix typos in Changelog.
2010-03-24 01:18:03 +01:00
Juanma Barranquero
c6f3804c03
Fix typos.
...
* faces.el (set-face-attribute): Fix typo in docstring.
(face-valid-attribute-values): Reflow docstring.
* cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2010-03-24 01:17:31 +01:00
Arni Magnusson
c333f279e5
* frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2010-03-24 01:16:45 +01:00
Glenn Morris
4c3a215a93
* textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752)
2010-03-22 19:37:11 -07:00
Chong Yidong
e9ba3e26e5
* indent.el (indent-for-tab-command): Doc fix.
2010-03-22 13:28:27 -04:00
Alan Mackenzie
657071fc07
cc-engine.el (c-remove-stale-state-cache): Fix off-by-one error. Fixes
...
bug #5747 .
2010-03-22 17:21:22 +00:00
Juanma Barranquero
ceb245fc38
Fix typos.
2010-03-22 17:56:22 +01:00
Juanma Barranquero
c8de140b34
Fix typos in docstrings.
...
* image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
(image-dired-read-comment): Doc fix.
* json.el (json-object-type, json-array-type, json-key-type, json-false)
(json-null, json-read-number):
* minibuffer.el (completion-in-region-functions):
* calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
(cal-tex-cursor-week):
* emacs-lisp/trace.el (trace-function):
* eshell/em-basic.el (eshell/printnl):
* eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
(eshell-read-last-dir-ring, eshell-write-last-dir-ring):
* obsolete/levents.el (allocate-event, event-key, event-object)
(event-point, event-process, event-timestamp, event-to-character)
(event-window, event-x, event-x-pixel, event-y, event-y-pixel):
* textmodes/reftex-vars.el (reftex-index-macros-builtin)
(reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
(reftex-cite-punctuation, reftex-search-unrecursed-path-first)
(reftex-highlight-selection): Fix typos in docstrings.
2010-03-22 17:50:29 +01:00
Juanma Barranquero
5f76fe28b9
Fix typos in mh-e.
...
* mh-scan.el (mh-scan-cmd-note-width): Doc fix.
(mh-scan-format-mh, mh-scan-body-regexp, mh-scan-cur-msg-number-regexp)
(mh-scan-cur-msg-number-regexp, mh-scan-date-regexp)
(mh-scan-deleted-msg-regexp, mh-scan-good-msg-regexp)
(mh-scan-msg-format-regexp, mh-scan-msg-format-string)
(mh-scan-msg-number-regexp, mh-scan-rcpt-regexp)
(mh-scan-refiled-msg-regexp, mh-scan-sent-to-me-sender-regexp)
(mh-scan-subject-regexp, mh-update-scan-format)
(mh-msg-num-width-to-column): Fix typos in docstrings.
2010-03-22 17:37:32 +01:00
Juanma Barranquero
2b8f62e986
Fix typos in Gnus.
...
* message.el (message-interactive): Doc fix.
(message-qmail-inject-args): Reflow.
(message-kill-to-signature): Fix typo in docstring.
* smiley.el (smiley-buffer): Fix typo in docstring.
2010-03-22 16:49:52 +01:00