bpt/emacs.git
14 years ago* menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
Chong Yidong [Tue, 30 Mar 2010 23:26:38 +0000 (19:26 -0400)]
* menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).

14 years ago* textmodes/artist.el (artist-mode): Fix typo in docstring. (Bug#5807)
Tomas Abrahamsson [Tue, 30 Mar 2010 21:41:01 +0000 (23:41 +0200)]
* textmodes/artist.el (artist-mode): Fix typo in docstring.  (Bug#5807)

14 years agoxdisp.c (note_mouse_highlight): Don't do highlight if pointer is invisible (Bug#5766).
Jan Djärv [Tue, 30 Mar 2010 17:26:58 +0000 (19:26 +0200)]
xdisp.c (note_mouse_highlight): Don't do highlight if pointer is invisible (Bug#5766).

14 years agomerge trunk
Kenichi Handa [Tue, 30 Mar 2010 12:49:50 +0000 (21:49 +0900)]
merge trunk

14 years agoFix Indic composable patterns for the new Unicode specification.
Kenichi Handa [Tue, 30 Mar 2010 12:46:31 +0000 (21:46 +0900)]
Fix Indic composable patterns for the new Unicode specification.

14 years agoImprove documentation of "C-x 8 RET".
Eli Zaretskii [Tue, 30 Mar 2010 10:59:26 +0000 (13:59 +0300)]
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'.

14 years agoClean up unneeded ns_set_icon_type calls.
Chong Yidong [Mon, 29 Mar 2010 23:48:44 +0000 (19:48 -0400)]
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.

14 years agoAdd a test function from semantic-test.el to semantic-ia-utest.el.
Chong Yidong [Mon, 29 Mar 2010 21:35:39 +0000 (17:35 -0400)]
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.

14 years agoUpdate Semantic test copyrights, delete some test files (Bug#4656).
Chong Yidong [Mon, 29 Mar 2010 21:26:49 +0000 (17:26 -0400)]
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.

14 years agoMake tmm-menubar work for the Buffers menu again.
Stefan Monnier [Mon, 29 Mar 2010 15:23:01 +0000 (11:23 -0400)]
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.

14 years ago(mm-add-meta-html-tag): Fix regexp matching meta tag.
Katsumi Yamaoka [Mon, 29 Mar 2010 10:16:23 +0000 (10:16 +0000)]
(mm-add-meta-html-tag): Fix regexp matching meta tag.

14 years agoRevert 2009-08-15 change, restoring electric punctuation (Bug#5586)
Chong Yidong [Sun, 28 Mar 2010 20:41:37 +0000 (16:41 -0400)]
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).

14 years agoFix for Bug#5790.
Chong Yidong [Sun, 28 Mar 2010 19:09:21 +0000 (15:09 -0400)]
Fix for Bug#5790.

* images/icons/hicolor/scalable/apps/emacs.svg: Put preamble after svg tag (Bug#5790).

14 years agoClose bug#5336.
Glenn Morris [Sun, 28 Mar 2010 18:55:20 +0000 (11:55 -0700)]
Close bug#5336.

* Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
in the DOC file.

14 years agoExpand discussion of mail setup.
Chong Yidong [Sun, 28 Mar 2010 18:44:47 +0000 (14:44 -0400)]
Expand discussion of mail setup.

* sending.texi (Sending Mail): Note variables that may need customizing.
(Mail Sending): Expand discussion of send-mail-function.

14 years ago* mail/sendmail.el (mail-default-directory): Doc fix.
Chong Yidong [Sun, 28 Mar 2010 03:52:17 +0000 (23:52 -0400)]
* mail/sendmail.el (mail-default-directory): Doc fix.

14 years agoDocument Message mode as the default mail mode.
Chong Yidong [Sun, 28 Mar 2010 03:41:34 +0000 (23:41 -0400)]
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.

14 years agoFix mail-default-headers handling in Message mode.
Chong Yidong [Sat, 27 Mar 2010 17:53:35 +0000 (13:53 -0400)]
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.

14 years agoDocument problems on MS-Windows with incompatible regex.h headers.
Eli Zaretskii [Sat, 27 Mar 2010 12:52:55 +0000 (15:52 +0300)]
Document problems on MS-Windows with incompatible regex.h headers.

 PROBLEMS: Mention problems on MS-Windows with incompatible
 regex.h headers.

14 years agoFix doc strings of version-* functions and variables.
Eli Zaretskii [Sat, 27 Mar 2010 12:31:04 +0000 (15:31 +0300)]
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).

14 years agoDocument `after-load-functions'.
Chong Yidong [Fri, 26 Mar 2010 17:43:01 +0000 (13:43 -0400)]
Document `after-load-functions'.

* loading.texi (Hooks for Loading): Document after-load-functions.
Copyedits.

14 years ago(gdb-apple-test): New function.
Nick Roberts [Fri, 26 Mar 2010 08:58:41 +0000 (21:58 +1300)]
(gdb-apple-test): New function.
(gdb-init-1): Use it.

14 years ago* maintaining.texi (Old Revisions): Document vc-root-diff.
Chong Yidong [Fri, 26 Mar 2010 00:04:48 +0000 (20:04 -0400)]
* maintaining.texi (Old Revisions): Document vc-root-diff.

14 years ago* vc.el (vc-root-diff): Doc fix.
Dan Nicolaescu [Thu, 25 Mar 2010 23:41:22 +0000 (19:41 -0400)]
* vc.el (vc-root-diff): Doc fix.

14 years ago* maintaining.texi (VCS Concepts): Fix typo.
Chong Yidong [Thu, 25 Mar 2010 23:32:51 +0000 (19:32 -0400)]
* maintaining.texi (VCS Concepts): Fix typo.

14 years ago* vc.el (vc-print-log, vc-print-root-log): Doc fix.
Chong Yidong [Thu, 25 Mar 2010 22:58:46 +0000 (18:58 -0400)]
* vc.el (vc-print-log, vc-print-root-log): Doc fix.

14 years agoDocument VC changes: vc-log-show-limit and vc-print-root-log.
Chong Yidong [Thu, 25 Mar 2010 22:57:13 +0000 (18:57 -0400)]
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.

14 years agoDocument comint history-search changes.
Chong Yidong [Thu, 25 Mar 2010 21:14:17 +0000 (17:14 -0400)]
Document comint history-search changes.

* misc.texi (Shell Ring): Document new M-r binding.  M-s is no longer bound.

14 years ago* programs.texi (Program Modes): Mention Javascript mode.
Chong Yidong [Thu, 25 Mar 2010 20:36:41 +0000 (16:36 -0400)]
* programs.texi (Program Modes): Mention Javascript mode.

14 years agoNote in documentation that nXML is now the default XML mode.
Chong Yidong [Thu, 25 Mar 2010 20:32:39 +0000 (16:32 -0400)]
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.

14 years ago* misc.texi (Navigation): Document doc-view-continuous.
Chong Yidong [Thu, 25 Mar 2010 20:15:52 +0000 (16:15 -0400)]
* misc.texi (Navigation): Document doc-view-continuous.

14 years ago* simple.el (append-to-buffer): Fix last change.
Chong Yidong [Thu, 25 Mar 2010 05:53:30 +0000 (01:53 -0400)]
* simple.el (append-to-buffer): Fix last change.

14 years ago* xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
Chong Yidong [Wed, 24 Mar 2010 21:25:46 +0000 (17:25 -0400)]
* xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).

14 years agoFix 2009-11-13 change to append-to-buffer (Bug#5749).
Chong Yidong [Wed, 24 Mar 2010 16:18:13 +0000 (12:18 -0400)]
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)

14 years ago(makefile-rule-action-regex): Backtrack less.
Stefan Monnier [Wed, 24 Mar 2010 15:57:16 +0000 (11:57 -0400)]
(makefile-rule-action-regex): Backtrack less.
(makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
not be present any more.

14 years agoClose bug#5759.
Glenn Morris [Wed, 24 Mar 2010 03:02:42 +0000 (20:02 -0700)]
Close bug#5759.

* ack.texi (Acknowledgments):
* emacs.texi (Acknowledgments): Fix ispell attribution.

14 years agoFix typos in Changelog.
Juanma Barranquero [Wed, 24 Mar 2010 00:18:03 +0000 (01:18 +0100)]
Fix typos in Changelog.

14 years agoFix typos.
Juanma Barranquero [Wed, 24 Mar 2010 00:17:31 +0000 (01:17 +0100)]
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.

14 years ago* frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
Arni Magnusson [Wed, 24 Mar 2010 00:16:45 +0000 (01:16 +0100)]
* frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)

14 years ago* textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752)
Glenn Morris [Tue, 23 Mar 2010 02:37:11 +0000 (19:37 -0700)]
* textmodes/flyspell.el (sgml-lexical-context): Autoload it.  (Bug#5752)

14 years ago* indent.el (indent-for-tab-command): Doc fix.
Chong Yidong [Mon, 22 Mar 2010 17:28:27 +0000 (13:28 -0400)]
* indent.el (indent-for-tab-command): Doc fix.

14 years agocc-engine.el (c-remove-stale-state-cache): Fix off-by-one error. Fixes
Alan Mackenzie [Mon, 22 Mar 2010 17:21:22 +0000 (17:21 +0000)]
cc-engine.el (c-remove-stale-state-cache): Fix off-by-one error.  Fixes
bug #5747.

14 years agoFix typos.
Juanma Barranquero [Mon, 22 Mar 2010 16:56:22 +0000 (17:56 +0100)]
Fix typos.

14 years agoFix typos in docstrings.
Juanma Barranquero [Mon, 22 Mar 2010 16:50:29 +0000 (17:50 +0100)]
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.

14 years agoFix typos in mh-e.
Juanma Barranquero [Mon, 22 Mar 2010 16:37:32 +0000 (17:37 +0100)]
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.

14 years agoFix typos in Gnus.
Juanma Barranquero [Mon, 22 Mar 2010 15:49:52 +0000 (16:49 +0100)]
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.

14 years agobug #5736: Allow X-resource menuBar to take on/off as documented.
Jan Djärv [Mon, 22 Mar 2010 07:26:56 +0000 (08:26 +0100)]
bug #5736: Allow X-resource menuBar to take on/off as documented.

* frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).

* xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.

* dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.

* xresources.texi (Table of Resources): Clarify toolBar number
for Gtk+.

* frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).

14 years ago* dired.texi (Dired Updating): Document dired-auto-revert-buffer.
Chong Yidong [Sun, 21 Mar 2010 22:13:26 +0000 (18:13 -0400)]
* dired.texi (Dired Updating): Document dired-auto-revert-buffer.

14 years agoDocument multi-isearch-buffers and tab-always-indent.
Chong Yidong [Sun, 21 Mar 2010 18:32:19 +0000 (14:32 -0400)]
Document multi-isearch-buffers and tab-always-indent.

* search.texi (Other Repeating Search): Document multi-isearch-buffers
and multi-isearch-buffers-regexp.

* indent.texi (Indentation): Clarify description of
indent-for-tab-command.  Document tab-always-indent.

14 years ago* processes.texi (Network Processes): Document seqpacket type.
Chong Yidong [Sun, 21 Mar 2010 15:28:53 +0000 (11:28 -0400)]
* processes.texi (Network Processes): Document seqpacket type.

14 years agoNEWS: Re-organize Lisp changes for Emacs 23.2.
Chong Yidong [Sun, 21 Mar 2010 15:09:29 +0000 (11:09 -0400)]
NEWS: Re-organize Lisp changes for Emacs 23.2.

14 years agoDocument font-use-system-font.
Chong Yidong [Sat, 20 Mar 2010 17:24:06 +0000 (13:24 -0400)]
Document font-use-system-font.

* cmdargs.texi (Font X): Move most content to Fonts.

* frames.texi (Fonts): New node.  Document font-use-system-font.

* emacs.texi (Top):
* xresources.texi (Table of Resources):
* mule.texi (Defining Fontsets, Charsets): Update xrefs.

14 years agoxfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont.
YAMAMOTO Mitsuharu [Sat, 20 Mar 2010 03:37:39 +0000 (12:37 +0900)]
xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont.

14 years ago`make uninstall' fix (Bug#5620).
Chong Yidong [Fri, 19 Mar 2010 15:27:49 +0000 (11:27 -0400)]
`make uninstall' fix (Bug#5620).

* Makefile.in (uninstall): Handle the case where archlibdir does
not exist.  (Bug#5720)

14 years agoDocument Bug#5541.
Chong Yidong [Fri, 19 Mar 2010 15:15:27 +0000 (11:15 -0400)]
Document Bug#5541.

14 years ago* lisp/minibuffer.el (completion-in-region-functions): Fix docstring typos.
Juanma Barranquero [Fri, 19 Mar 2010 13:22:15 +0000 (14:22 +0100)]
* lisp/minibuffer.el (completion-in-region-functions): Fix docstring typos.

14 years agoRestore user option rmail-highlight-face.
Glenn Morris [Thu, 18 Mar 2010 04:49:35 +0000 (21:49 -0700)]
Restore user option rmail-highlight-face.

* mail/rmail.el (rmail-highlight-face): Restore option deleted
2008-02-13 without comment; mark it obsolete.
(rmail-highlight-headers): Use rmail-highlight-face once more.

14 years agoWoman parsing fix (Bug#5729).
Chong Yidong [Tue, 16 Mar 2010 17:24:44 +0000 (13:24 -0400)]
Woman parsing fix (Bug#5729).

* woman.el (woman2-process-escapes): Only consume the newline if
the filler character is on a line by itself (Bug#5729).

14 years agolanguage/indian.el (devanagari-composable-pattern): Add more consonants.
Kenichi Handa [Tue, 16 Mar 2010 07:04:46 +0000 (16:04 +0900)]
language/indian.el (devanagari-composable-pattern): Add more consonants.

14 years agoFix the ccl encoder for the case that the output buffer is fullfilled.
Kenichi Handa [Tue, 16 Mar 2010 05:48:41 +0000 (14:48 +0900)]
Fix the ccl encoder for the case that the output buffer is fullfilled.

14 years agocoding.c (decode_coding_ccl): Fix previous change for the multibyte case.
Kenichi Handa [Tue, 16 Mar 2010 02:14:40 +0000 (11:14 +0900)]
coding.c (decode_coding_ccl): Fix previous change for the multibyte case.

14 years agoFix bug in `format' (Bug#5710).
Chong Yidong [Mon, 15 Mar 2010 15:51:48 +0000 (11:51 -0400)]
Fix bug in `format' (Bug#5710).

* editfns.c (Fformat): Account for string precision when computing
field width (Bug#5710).

14 years agoRemove CEDET entry in MORE.STUFF.
Francesc Rocher [Mon, 15 Mar 2010 10:45:03 +0000 (11:45 +0100)]
Remove CEDET entry in MORE.STUFF.

14 years ago* lisp/net/trampver.el: Update release number.
Michael Albinus [Sun, 14 Mar 2010 20:10:47 +0000 (21:10 +0100)]
* lisp/net/trampver.el: Update release number.
* doc/misc/trampver.texi: Update release number.

14 years ago* copyright: Add note about lisp/cedet/semantic/imenu.el.
Glenn Morris [Sat, 13 Mar 2010 20:02:01 +0000 (12:02 -0800)]
* copyright: Add note about lisp/cedet/semantic/imenu.el.

14 years ago* Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
Glenn Morris [Sat, 13 Mar 2010 19:57:29 +0000 (11:57 -0800)]
* Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.

14 years ago* cedet/semantic/imenu.el: Fix typo in copyright header.
Glenn Morris [Sat, 13 Mar 2010 19:55:44 +0000 (11:55 -0800)]
* cedet/semantic/imenu.el: Fix typo in copyright header.

14 years ago* net/tramp.el (tramp-find-executable): Use
Michael Albinus [Sat, 13 Mar 2010 19:11:01 +0000 (20:11 +0100)]
* net/tramp.el (tramp-find-executable): Use
`tramp-get-connection-buffer'.  Make the regexp for checking
output of "wc -l" more robust.
(tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
(tramp-open-connection-setup-interactive-shell): Remove workaround
for OpenSolaris bug, it is not needed anymore.

14 years ago* cedet/semantic/imenu.el: New file from the CEDET repository (Bug#5412).
Chong Yidong [Sat, 13 Mar 2010 15:49:54 +0000 (10:49 -0500)]
* cedet/semantic/imenu.el: New file from the CEDET repository (Bug#5412).

14 years agoClose bug#4427.
Glenn Morris [Fri, 12 Mar 2010 03:19:17 +0000 (19:19 -0800)]
Close bug#4427.

* emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
* emacs-lisp/cl-loaddefs.el: Regenerate.

14 years ago(auto-mode-alist): Accept more verilog file patterns.
Wilson Snyder [Thu, 11 Mar 2010 16:25:46 +0000 (08:25 -0800)]
(auto-mode-alist): Accept more verilog file patterns.

14 years agoLicense updates for some test/cedet/tests files.
Glenn Morris [Thu, 11 Mar 2010 06:58:54 +0000 (22:58 -0800)]
License updates for some test/cedet/tests files.

* testjavacomp.java, testpolymorph.cpp: Convert copyright of author
with assignment to FSF copyright.  Add 2010.  Relicense under GPLv3+.

14 years ago* bugtracker: Debbugs's X-Emacs mail headers are now X-GNU headers.
Glenn Morris [Thu, 11 Mar 2010 06:54:51 +0000 (22:54 -0800)]
* bugtracker: Debbugs's X-Emacs mail headers are now X-GNU headers.

14 years agoBump version to 23.1.94 and regenerate ldefs-boot.el.
Chong Yidong [Thu, 11 Mar 2010 04:03:11 +0000 (23:03 -0500)]
Bump version to 23.1.94 and regenerate ldefs-boot.el.

14 years agoFix ChangeLog typo.
Chong Yidong [Thu, 11 Mar 2010 02:41:21 +0000 (21:41 -0500)]
Fix ChangeLog typo.

14 years ago(vc-git-print-log): Use "tformat:" for shortlog, instead of "format:"
Miles Bader [Tue, 9 Mar 2010 13:24:44 +0000 (22:24 +0900)]
(vc-git-print-log): Use "tformat:" for shortlog, instead of "format:"

This ensures that the output is newline-terminated.

14 years agoFix numeric keywords.
Juri Linkov [Mon, 8 Mar 2010 17:14:53 +0000 (19:14 +0200)]
Fix numeric keywords.

14 years agoAdditional fix for rfc822-addresses (Bug#5692).
Chong Yidong [Mon, 8 Mar 2010 16:17:30 +0000 (11:17 -0500)]
Additional fix for rfc822-addresses (Bug#5692).

* mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
that all errors are caught, and that the return value is always a
list (Bug#5692).

14 years agoFix typos in Changelogs.
Juanma Barranquero [Mon, 8 Mar 2010 13:00:18 +0000 (14:00 +0100)]
Fix typos in Changelogs.

14 years agoFix bug# in ChangeLog.
Kenichi Handa [Mon, 8 Mar 2010 11:39:36 +0000 (20:39 +0900)]
Fix bug# in ChangeLog.

14 years agofrom trunk
Kenichi Handa [Mon, 8 Mar 2010 01:53:37 +0000 (10:53 +0900)]
from trunk

14 years agoAdd bug# in ChangeLog.
Kenichi Handa [Mon, 8 Mar 2010 01:52:57 +0000 (10:52 +0900)]
Add bug# in ChangeLog.

14 years agoAdd coding system windows-1256 (alias cp1256).
Kenichi Handa [Mon, 8 Mar 2010 01:50:35 +0000 (10:50 +0900)]
Add coding system windows-1256 (alias cp1256).

14 years agoDon't end parsing rfc822 addresses prematurely (Bug#5692)
Andreas Schwab [Sun, 7 Mar 2010 17:34:40 +0000 (18:34 +0100)]
Don't end parsing rfc822 addresses prematurely (Bug#5692)

* mail/rfc822.el (rfc822-addresses): Move catch clause down around
call to rfc822-bad-address.  (Bug#5692)

14 years agoCorrect pathname for vc-git-annotate-extract-revision-at-line (Bug#5657)
Chong Yidong [Sun, 7 Mar 2010 14:45:53 +0000 (09:45 -0500)]
Correct pathname for vc-git-annotate-extract-revision-at-line (Bug#5657)

* vc-git.el (vc-git-annotate-extract-revision-at-line): Use
vc-git-root as default direcotry for revision path (Bug#5657).

14 years agoNEWS: Clarify last change.
Chong Yidong [Sat, 6 Mar 2010 20:35:04 +0000 (15:35 -0500)]
NEWS: Clarify last change.

14 years agoNEWS: Document change to Lisp reader for overflowing ints.
Chong Yidong [Sat, 6 Mar 2010 20:33:04 +0000 (15:33 -0500)]
NEWS: Document change to Lisp reader for overflowing ints.

14 years ago* objects.texi (Integer Type): Take note of the read syntax exception for numbers...
Chong Yidong [Sat, 6 Mar 2010 20:27:19 +0000 (15:27 -0500)]
* objects.texi (Integer Type): Take note of the read syntax exception for numbers that cannot fit in the integer type.

14 years agoImprove documentation for setting buffer-local vars (Bug#5688).
Chong Yidong [Sat, 6 Mar 2010 19:02:49 +0000 (14:02 -0500)]
Improve documentation for setting buffer-local vars (Bug#5688).

* custom.texi (Init Examples): Add xref to Locals.

* major.texi (Choosing Modes): Mention usage of setq-default for
setting the default value of major-mode (Bug#5688).

14 years ago* calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).
Chong Yidong [Sat, 6 Mar 2010 18:23:23 +0000 (13:23 -0500)]
* calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).

14 years ago* vc-git.el: Re-flow to fit into 80 columns.
Stefan Monnier [Sat, 6 Mar 2010 04:05:47 +0000 (23:05 -0500)]
* vc-git.el: Re-flow to fit into 80 columns.
(vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
Remove spurious `quote' element in each case alternative.
(vc-git-show-log-entry): Use prog1.
(vc-git-after-dir-status-stage): Remove unused var `remaining'.

14 years agoUpdate some cedet template copyrights to GPLv3+.
Glenn Morris [Sat, 6 Mar 2010 03:06:37 +0000 (19:06 -0800)]
Update some cedet template copyrights to GPLv3+.

* etc/srecode/default.srt (COPYRIGHT):
* lisp/cedet/semantic/grammar.el (semantic-grammar-header-template):
Update template copyright to GPLv3+.

14 years agoAdd license information for ede-test.el and srecode-test.el.
Glenn Morris [Sat, 6 Mar 2010 03:00:40 +0000 (19:00 -0800)]
Add license information for ede-test.el and srecode-test.el.

The information is based on the files in cedet from which these
files were extracted (see commentaries).

14 years agoMake it possible to C-g in a tight bytecode loop again (bug#5680).
Stefan Monnier [Fri, 5 Mar 2010 23:08:18 +0000 (18:08 -0500)]
Make it possible to C-g in a tight bytecode loop again (bug#5680).
* lisp.h (ELSE_PENDING_SIGNALS): New macro.
(QUIT): Use it to consolidate code and remove redundancy.
* bytecode.c (BYTE_CODE_QUIT): Use it as well.

14 years ago(Man-files-regexp): Tighten up the regexp (bug#5686).
Stefan Monnier [Fri, 5 Mar 2010 20:18:20 +0000 (15:18 -0500)]
(Man-files-regexp): Tighten up the regexp (bug#5686).

14 years ago* regex.c (regex_compile): Setup gl_state as well.
Stefan Monnier [Fri, 5 Mar 2010 19:54:39 +0000 (14:54 -0500)]
* regex.c (regex_compile): Setup gl_state as well.

14 years ago(skip_chars): Setup gl_state (bug#3823).
Stefan Monnier [Fri, 5 Mar 2010 18:42:38 +0000 (13:42 -0500)]
(skip_chars): Setup gl_state (bug#3823).
(in_classes): Use CONSP before XCAR/XCDR.

14 years agoFix orgcard.tex pdf landscape format.
Glenn Morris [Fri, 5 Mar 2010 03:01:38 +0000 (19:01 -0800)]
Fix orgcard.tex pdf landscape format.

* refcards/orgcard.tex: Use pdflayout.sty.
* refcards/Makefile (orgcard.pdf): Special rule no longer needed.

14 years agoAdd a comment for the previous commit.
Juri Linkov [Wed, 3 Mar 2010 19:23:20 +0000 (21:23 +0200)]
Add a comment for the previous commit.

14 years agoFix keyboard macro key lookup (Bug#5481).
Chong Yidong [Wed, 3 Mar 2010 17:31:50 +0000 (12:31 -0500)]
Fix keyboard macro key lookup (Bug#5481).

* src/keymap.c (Fwhere_is_internal): Use Fequal to compare
definitions, so that keyboard macros are correctly handled
(Bug#5481).

* lisp/macros.el (insert-kbd-macro): Look up keyboard macro
using the definition, not the name (Bug#5481).