bpt/emacs.git
12 years agoMerge from trunk.
Paul Eggert [Thu, 18 Aug 2011 08:41:19 +0000 (01:41 -0700)]
Merge from trunk.

12 years ago* doc.c (get_doc_string): Rework so that
Paul Eggert [Thu, 18 Aug 2011 08:37:41 +0000 (01:37 -0700)]
* doc.c (get_doc_string): Rework so that

get_doc_string_buffer_size is the actual buffer size, rather than
being 1 less than the actual buffer size; this makes xpalloc more
convenient.

12 years agoMerge changes made in Gnus trunk.
Lars Magne Ingebrigtsen [Wed, 17 Aug 2011 22:09:19 +0000 (22:09 +0000)]
Merge changes made in Gnus trunk.

message.el (message-is-yours-p): Allow disabling canlock checking (bug#9295).
 (message-shoot-gnksa-feet): Add `canlock-verify'.
 (message-auto-save-directory): Use ~/ as the auto-save directory if the message directory isn't writable (bug#9304).
auth-source.el (auth-source-netrc-saver): Make the .authinfo file non-world-readable.

12 years ago(auth-source): Require to avoid problems with binding variables.
Lars Magne Ingebrigtsen [Wed, 17 Aug 2011 22:02:49 +0000 (00:02 +0200)]
(auth-source): Require to avoid problems with binding variables.

Also clean up some unused autoloads.

Fixes: debbugs:9298

12 years agoRemove aborts from internal_condition_case*.
Chong Yidong [Wed, 17 Aug 2011 21:40:13 +0000 (17:40 -0400)]
Remove aborts from internal_condition_case*.

* src/eval.c (internal_condition_case, internal_condition_case_1)
(internal_condition_case_2, internal_condition_case_n): Remove
unnecessary aborts.

Fixes: debbugs:9081

12 years ago(network-stream-open-starttls): Support using starttls.el without using gnutls-cli.
Lars Magne Ingebrigtsen [Wed, 17 Aug 2011 20:50:33 +0000 (22:50 +0200)]
(network-stream-open-starttls): Support using starttls.el without using gnutls-cli.

12 years ago* lisp/progmodes/grep.el (rgrep): Handle the case when `grep-find-command'
Juri Linkov [Wed, 17 Aug 2011 17:11:49 +0000 (20:11 +0300)]
* lisp/progmodes/grep.el (rgrep): Handle the case when `grep-find-command'
is a cons cell.

Fixes: debbugs:9278

12 years agoFix bug #9311 with loading on MS-Windows .elc files in root directories.
Eli Zaretskii [Wed, 17 Aug 2011 08:50:08 +0000 (11:50 +0300)]
Fix bug #9311 with loading on MS-Windows .elc files in root directories.

 src/lread.c (Fload) [DOS_NT]: If `openp' returns -2, but the file
 has no `load' handler, try opening the file locally.

12 years agoIn display-buffer-pop-up-frame make frame with buffer to display current.
Martin Rudalics [Wed, 17 Aug 2011 06:50:31 +0000 (08:50 +0200)]
In display-buffer-pop-up-frame make frame with buffer to display current.

* window.el (display-buffer-pop-up-frame): Run frame creation
function with BUFFER current (as special-display-popup-frame
does).  Reported by Drew Adams.

12 years agoSimplify GnuPG group expansion using epg-expand-group.
Daiki Ueno [Wed, 17 Aug 2011 01:31:05 +0000 (10:31 +0900)]
Simplify GnuPG group expansion using epg-expand-group.

* epa-mail.el: Simplify GnuPG group expansion using
epg-expand-group.
(epa-mail-group-alist, epa-mail-group-modtime)
(epa-mail-gnupg-conf-file, epa-mail-parse-groups)
(epa-mail-sync-groups, epa-mail-expand-recipient-1)
(epa-mail-expand-recipients-2, epa-mail-expand-recipients):
Remove.

12 years agonndraft.el (nndraft-update-unread-articles): Don't send delayed articles.
Katsumi Yamaoka [Wed, 17 Aug 2011 00:10:46 +0000 (00:10 +0000)]
nndraft.el (nndraft-update-unread-articles): Don't send delayed articles.

12 years ago* calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
Feng Li [Tue, 16 Aug 2011 22:33:57 +0000 (17:33 -0500)]
* calc/calc-ext.el (math-defintegral-2): Remove nested backquote.

12 years ago* src/gmalloc.c: Expand comment.
Ken Brown [Tue, 16 Aug 2011 20:31:32 +0000 (16:31 -0400)]
* src/gmalloc.c: Expand comment.

12 years agoprogmodes/cc-engine.el (c-state-cache-non-literal-place): Correct to
Alan Mackenzie [Tue, 16 Aug 2011 20:10:40 +0000 (20:10 +0000)]
progmodes/cc-engine.el (c-state-cache-non-literal-place): Correct to
avoid the insides of macros.

12 years agoMerge from trunk.
Paul Eggert [Tue, 16 Aug 2011 18:48:49 +0000 (11:48 -0700)]
Merge from trunk.

12 years agoSimplify previous changes.
Paul Eggert [Tue, 16 Aug 2011 18:44:32 +0000 (11:44 -0700)]
Simplify previous changes.

* image.c (x_allocate_bitmap_record, cache_image):
* xselect.c (Fx_register_dnd_atom):
Simplify previous changes by using xpalloc.

12 years agoFix cursor positioning at end of buffer under bidi display.
Eli Zaretskii [Tue, 16 Aug 2011 14:28:19 +0000 (17:28 +0300)]
Fix cursor positioning at end of buffer under bidi display.

 src/xdisp.c (set_cursor_from_row): Don't accept a previous candidate
 if it fails the cursor_row_p test.  Fixes cursor positioning at ZV.

12 years agoFix memory allocation problems in Cygwin build (Bug#9273).
Ken Brown [Tue, 16 Aug 2011 13:27:12 +0000 (09:27 -0400)]
Fix memory allocation problems in Cygwin build (Bug#9273).

* src/gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo): New
variables.
(malloc_initialize_1) [CYGWIN]: Prepare for reinitializing the
dumped emacs.
(_free_internal_nolock) [CYGWIN]: Ignore requests to free storage
in the static heap.
[CYGWIN] (special_realloc): New function.
(_realloc_internal_nolock) [CYGWIN]: Use the new function on
requests to realloc storage in the static heap.

* src/unexcw.c ( __malloc_initialized): Declare external variable.
(fixup_executable): Force the dumped emacs to reinitialize malloc.

12 years agoImprove documentation of `special' modes.
Eli Zaretskii [Tue, 16 Aug 2011 08:40:31 +0000 (11:40 +0300)]
Improve documentation of `special' modes.

 doc/lispref/modes.texi (Major Mode Conventions): Improve the documentation
 of `mode-class' `special' modes.

12 years agoDocument the new "mirroring" Unicode character property.
Eli Zaretskii [Tue, 16 Aug 2011 08:26:46 +0000 (11:26 +0300)]
Document the new "mirroring" Unicode character property.

 src/nonascii.texi (Character Properties): Document the `mirroring'
 property.  Add index entries.

12 years agoImprove documentation of regexp search for categories.
Eli Zaretskii [Tue, 16 Aug 2011 07:53:33 +0000 (10:53 +0300)]
Improve documentation of regexp search for categories.

 doc/lispref/searching.texi (Regexp Backslash): Document how to display
 existing categories.  Mention the possibility of adding
 categories, and add an xref to where this is described.  Add an
 index entry.
 doc/lispref/syntax.texi (Categories): Add an example of defining a new
 category and category table.

12 years agoFix Org ChangeLog entries and remove arch-tag.
Bastien Guerry [Tue, 16 Aug 2011 07:13:02 +0000 (09:13 +0200)]
Fix Org ChangeLog entries and remove arch-tag.

12 years agoMerge from trunk.
Paul Eggert [Tue, 16 Aug 2011 05:58:30 +0000 (22:58 -0700)]
Merge from trunk.

12 years agoepa-mail.el handles GnuPG groups.
Richard M. Stallman [Tue, 16 Aug 2011 04:04:27 +0000 (00:04 -0400)]
epa-mail.el handles GnuPG groups.

12 years agoAdd rmail-epa-decrypt command.
Richard M. Stallman [Tue, 16 Aug 2011 02:29:15 +0000 (22:29 -0400)]
Add rmail-epa-decrypt command.

12 years agoFix previous change.
Richard M. Stallman [Tue, 16 Aug 2011 02:18:10 +0000 (22:18 -0400)]
Fix previous change.

12 years agoFix previous change.
Richard M. Stallman [Tue, 16 Aug 2011 02:06:32 +0000 (22:06 -0400)]
Fix previous change.

12 years agoBug fix for finding coding system. New COPY-FUNCTION feature
Richard M. Stallman [Tue, 16 Aug 2011 01:40:26 +0000 (21:40 -0400)]
Bug fix for finding coding system.  New COPY-FUNCTION feature
for epa-decrypt-region.

12 years ago* buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,
Paul Eggert [Mon, 15 Aug 2011 19:23:11 +0000 (12:23 -0700)]
* buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,

since either will do and ptrdiff_t is convenient with xpalloc.

12 years agoMerge from trunk.
Paul Eggert [Mon, 15 Aug 2011 19:19:54 +0000 (12:19 -0700)]
Merge from trunk.

12 years ago* bidi.c (bidi_initialize): Remove unused local.
Paul Eggert [Mon, 15 Aug 2011 18:54:18 +0000 (11:54 -0700)]
* bidi.c (bidi_initialize): Remove unused local.

12 years agoUse uniprop tables instead of biditype.h and bidimirror.h.
Eli Zaretskii [Mon, 15 Aug 2011 17:47:25 +0000 (20:47 +0300)]
Use uniprop tables instead of biditype.h and bidimirror.h.

 src/bidi.c (bidi_initialize): Use uniprop_table instead of including
 biditype.h and bidimirror.h.
 src/biditype.h: File removed.
 src/bidimirror.h: File removed.
 src/deps.mk (bidi.o): Remove biditype.h and
 bidimirror.h.
 src/makefile.w32-in ($(BLD)/bidi.$(O)): Remove biditype.h and
 bidimirror.h.
 src/dispextern.h: Fix a typo in the comment to bidi_type_t.
 src/chartab.c: Improve commentary for the uniprop_table API.

 admin/unidata/bidimirror.awk: File removed.
 admin/unidata/biditype.awk: File removed.
 admin/unidata/makefile.w32-in (all): Remove src/biditype.h and
 src/bidimirror.h.
 (../../src/biditype.h, ../../src/bidimirror.h): Deleted.
 admin/unidata/Makefile.in (all): Remove src/biditype.h and
 src/bidimirror.h.
 (../../src/biditype.h, ../../src/bidimirror.h): Deleted.

12 years ago* lisp/minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
Stefan Monnier [Mon, 15 Aug 2011 16:10:39 +0000 (12:10 -0400)]
* lisp/minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
and "a2b" to "ab" for `prefix'.

12 years agoAdd org.texi and orgcard.tex for Org version 7.7.
Bastien Guerry [Mon, 15 Aug 2011 15:00:34 +0000 (17:00 +0200)]
Add org.texi and orgcard.tex for Org version 7.7.

12 years agoFix misformatted ChangeLog entries for Org.
Bastien Guerry [Mon, 15 Aug 2011 14:56:47 +0000 (16:56 +0200)]
Fix misformatted ChangeLog entries for Org.

12 years agolisp/org/ChangeLog: Fix the ChangeLog entry of Ethan Ligon.
Bastien Guerry [Mon, 15 Aug 2011 14:34:17 +0000 (16:34 +0200)]
lisp/org/ChangeLog: Fix the ChangeLog entry of Ethan Ligon.

12 years agolisp/org/ChangeLog: add "(tiny change)" where required.
Bastien Guerry [Mon, 15 Aug 2011 14:32:07 +0000 (16:32 +0200)]
lisp/org/ChangeLog: add "(tiny change)" where required.

Thanks to Glenn Morris for pointing out possible problems.

12 years agoAuto-commit of loaddefs files.
Glenn Morris [Mon, 15 Aug 2011 10:21:47 +0000 (06:21 -0400)]
Auto-commit of loaddefs files.

12 years agoSupport RLE/RLO/LRE/LRO for determining paragraph direction.
Eli Zaretskii [Mon, 15 Aug 2011 08:16:09 +0000 (11:16 +0300)]
Support RLE/RLO/LRE/LRO for determining paragraph direction.

 src/bidi.c (bidi_paragraph_init): Support zero value of
 bidi_ignore_explicit_marks_for_paragraph_level.

12 years agoAnother part of fixing bug #9296 with vertical cursor motion.
Eli Zaretskii [Mon, 15 Aug 2011 06:44:48 +0000 (09:44 +0300)]
Another part of fixing bug #9296 with vertical cursor motion.

 src/xdisp.c (move_it_in_display_line_to): Don't reset pixel
 coordinates of the iterator when restoring from ppos_it.

12 years agoMerge from trunk.
Paul Eggert [Mon, 15 Aug 2011 05:30:45 +0000 (22:30 -0700)]
Merge from trunk.

12 years agoMinor fix to last change.
Chong Yidong [Sun, 14 Aug 2011 18:13:35 +0000 (14:13 -0400)]
Minor fix to last change.

12 years agoAvoid deleting ibuffer named filters by default.
Chong Yidong [Sun, 14 Aug 2011 18:08:20 +0000 (14:08 -0400)]
Avoid deleting ibuffer named filters by default.

* lisp/ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
filter groups.
(ibuffer-included-in-filter-p-1): Use it.  Suggested by Noam
Postavsky.

Fixes: debbugs:8804

12 years agoAvoid crash with invalid default-process-coding-system.
Kenichi Handa [Sun, 14 Aug 2011 17:51:08 +0000 (13:51 -0400)]
Avoid crash with invalid default-process-coding-system.

* src/process.c (create_process): Call setup_process_coding_systems
after the pid of the process is set to -1.

12 years agoFix bug #9296 with vertical cursor motion on images.
Eli Zaretskii [Sun, 14 Aug 2011 11:10:19 +0000 (14:10 +0300)]
Fix bug #9296 with vertical cursor motion on images.

 src/xdisp.c (move_it_in_display_line_to): Don't invoke
 IT_RESET_X_ASCENT_DESCENT when iterator position was restored from
 ppos_it.  Fixes vertical cursor motion when line beginning is
 covered by an image.

12 years agoFix that executing applescript may hang emacs uninterruptedly.
Jan Djärv [Sun, 14 Aug 2011 10:39:38 +0000 (12:39 +0200)]
Fix that executing applescript may hang emacs uninterruptedly.

* nsfns.m (as_script, as_result, as_status): New static variables.
(ns_run_ascript): New function.
(Fns_do_applescript): Set variables as_*. Make an NSApplicationDefined
event with data2 set to NSAPP_DATA2_RUNASSCRIPT, post it and then start
the event loop.  Get status from as_status.

* nsterm.h (ns_run_ascript): Declare.
(NSAPP_DATA2_RUNASSCRIPT): Define.

* nsterm.m (sendEvent): If event is NSApplicationDefined and
data2 is NSAPP_DATA2_RUNASSCRIPT, call ns_run_ascript and then exit
the event loop (Bug#7276).

12 years agoAuto-commit of generated files.
Glenn Morris [Sun, 14 Aug 2011 10:19:49 +0000 (06:19 -0400)]
Auto-commit of generated files.

12 years agoFollow variable naming convention
Andreas Schwab [Sun, 14 Aug 2011 09:08:02 +0000 (11:08 +0200)]
Follow variable naming convention

* src/gnutls.c (QCgnutls_bootprop_priority)
(QCgnutls_bootprop_trustfiles, QCgnutls_bootprop_keylist)
(QCgnutls_bootprop_crlfiles, QCgnutls_bootprop_callbacks)
(QCgnutls_bootprop_loglevel, QCgnutls_bootprop_hostname)
(QCgnutls_bootprop_min_prime_bits, QCgnutls_bootprop_verify_flags)
(QCgnutls_bootprop_verify_hostname_error)
(QCgnutls_bootprop_callbacks_verify): Rename from
Qgnutls_bootprop_..., all uses changed.

* src/xfaces.c (QCignore_defface): Rename from Qignore_defface, all
uses changed.

12 years agoWhitespace cleanup
Andreas Schwab [Sun, 14 Aug 2011 09:08:01 +0000 (11:08 +0200)]
Whitespace cleanup

12 years agoMerge from trunk.
Paul Eggert [Sun, 14 Aug 2011 06:40:45 +0000 (23:40 -0700)]
Merge from trunk.

12 years ago* src/xdisp.c (compute_display_string_pos): Fix bzr merge glitch.
Paul Eggert [Sun, 14 Aug 2011 06:04:44 +0000 (23:04 -0700)]
* src/xdisp.c (compute_display_string_pos): Fix bzr merge glitch.

12 years ago* xfaces.c (Qframe_set_background_mode): Now static.
Paul Eggert [Sun, 14 Aug 2011 05:28:42 +0000 (22:28 -0700)]
* xfaces.c (Qframe_set_background_mode): Now static.

* dispextern.h (Qframe_set_background_mode): Remove decl.

12 years ago* process.c (Fnetwork_interface_info): Declare local only if needed.
Paul Eggert [Sun, 14 Aug 2011 05:23:51 +0000 (22:23 -0700)]
* process.c (Fnetwork_interface_info): Declare local only if needed.

12 years agoMerge from trunk.
Paul Eggert [Sun, 14 Aug 2011 05:11:36 +0000 (22:11 -0700)]
Merge from trunk.

12 years agoFix network-interface-list|info on newer BSD derived OS:es.
Jan Djärv [Sat, 13 Aug 2011 10:48:03 +0000 (12:48 +0200)]
Fix network-interface-list|info on newer BSD derived OS:es.

* configure.in: Add header check: sys/socket.h,
ifaddrs.h, net/if_dl.h.  Check for getifaddrs and freeifaddrs.
Check for sa_len in struct ifreq.ifr_addr (Bug#8477).

* src/process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
(Fnetwork_interface_list): Allocate in increments of bytes instead
of sizeof (struct ifreq).  Iterate over ifconf.ifc_req by counting
bytes (Bug#8477).  Count bytes correctly when ifr_addr is a struct
sockaddr.
(struct ifflag_def): notrailers is smart on OSX.
(Fnetwork_interface_info): Handle case when ifr_flags is negative.
Get hardware address with getifaddrs if available.

12 years ago* lisp/gnus/gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
Andreas Schwab [Sat, 13 Aug 2011 08:55:53 +0000 (10:55 +0200)]
* lisp/gnus/gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
copy-list.

12 years agolisp/startup.el (argi): Declare as global variable (bug#9275).
Juanma Barranquero [Fri, 12 Aug 2011 20:45:45 +0000 (22:45 +0200)]
lisp/startup.el (argi): Declare as global variable (bug#9275).

12 years ago* lisp/gnus/gnus-score.el (gnus-score-find-alist): Keep the score files already
Sam Steingold [Fri, 12 Aug 2011 18:52:40 +0000 (14:52 -0400)]
* lisp/gnus/gnus-score.el (gnus-score-find-alist): Keep the score files already
in the reverse order to avoid modifying the cache with `nreverse'.
(gnus-all-score-files): Do not modify the value returned by
`gnus-score-find-alist' because it lives in a cache variable.
(gnus-current-home-score-file): No need to `nreverse' the return value
of `gnus-score-find-alist', it is already in the correct order.

12 years agoMove etc/grammars to admin/grammars.
Chong Yidong [Fri, 12 Aug 2011 16:33:28 +0000 (12:33 -0400)]
Move etc/grammars to admin/grammars.

12 years agoadmin/make-dist: Add admin/ to source tarballs.
Chong Yidong [Fri, 12 Aug 2011 16:24:44 +0000 (12:24 -0400)]
admin/make-dist: Add admin/ to source tarballs.
admin/charsets/mapfiles/*.gz: Delete.  Add gunzipped versions.

See emacs-devel thread at

  http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00347.html

12 years agoFix behavior of string-mark-left-to-right.
Chong Yidong [Fri, 12 Aug 2011 15:43:30 +0000 (11:43 -0400)]
Fix behavior of string-mark-left-to-right.

* lisp/subr.el (string-mark-left-to-right): Search the entire string
for RTL script, not just the terminating character.  Doc fix.

12 years ago* lisp/progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
Stefan Monnier [Fri, 12 Aug 2011 15:32:39 +0000 (11:32 -0400)]
* lisp/progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
New function.
(js--regexp-literal, js-syntax-propertize-function): Remove.
(js-mode): Use js-syntax-propertize to handle multilines.
(js-mode-map): Don't rebind electric keys.
(js-insert-and-indent): Remove.
(js-mode): Setup electric-layout and electric-indent instead.

Fixes: debbugs:9183

12 years ago* lisp/epa-file.el (epa-file-select-keys): Revert to nil default.
Stefan Monnier [Fri, 12 Aug 2011 13:49:45 +0000 (09:49 -0400)]
* lisp/epa-file.el (epa-file-select-keys): Revert to nil default.

Fixes: debbugs:9280

12 years agoFix bug #9284 with line/wrap-prefix property on display strings.
Eli Zaretskii [Fri, 12 Aug 2011 11:19:44 +0000 (14:19 +0300)]
Fix bug #9284 with line/wrap-prefix property on display strings.

 src/xdisp.c (iterate_out_of_display_property): xassert that
 IT->position is set to within IT->object's boundaries.  Break from
 the loop as soon as EOB is reached; avoids infloops in redisplay
 when IT->position is set up wrongly due to some bug.  Set
 IT->current to match the bidi iterator unconditionally.
 (push_display_prop): Allow GET_FROM_STRING as IT->method on
 entry; avoids crashes when line/wrap-prefix is set on a display
 string.  Force push_it to save on the stack the current
 buffer/string position, to be restored by pop_it.  Fix flags in
 the iterator structure wrt the object coming from a display
 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
 properties.

12 years agoMake epa-file progress message user-friendly.
Daiki Ueno [Fri, 12 Aug 2011 03:30:18 +0000 (12:30 +0900)]
Make epa-file progress message user-friendly.

* epa.el (epa-progress-callback-function): Fix the logic of
displaying progress.
* epa-file.el (epa-file-insert-file-contents): Make progress
display more user-friendly.
(epa-file-write-region): Ditto.

12 years agonnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of type MESSAGE...
Andrew Cohen [Thu, 11 Aug 2011 22:36:54 +0000 (22:36 +0000)]
nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of type MESSAGE and subtype RFC822 is slightly different from those of type TEXT.

12 years agoNew function `string-mark-left-to-right' for handling LRMs.
Chong Yidong [Wed, 10 Aug 2011 19:03:56 +0000 (15:03 -0400)]
New function `string-mark-left-to-right' for handling LRMs.

* lisp/subr.el (string-mark-left-to-right): New function.

* lisp/buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
Use string-mark-left-to-right.
(list-buffers-noselect): Caller changed.

* lisp/emacs-lisp/tabulated-list.el (tabulated-list-print-entry): Use
string-mark-left-to-right.
(tabulated-list-print): Recenter after moving point.

12 years ago* lisp/progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
Juri Linkov [Wed, 10 Aug 2011 18:29:31 +0000 (21:29 +0300)]
* lisp/progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org (2011-06-30)
intended by 2011-07-06T15:49:19Z!larsi@gnus.org (2011-07-06).

12 years agoMerge from emacs-23 branch
Chong Yidong [Tue, 9 Aug 2011 22:13:11 +0000 (18:13 -0400)]
Merge from emacs-23 branch

12 years ago* hi-lock.el (hi-lock-unface-buffer): Fix interactive spec (Bug#7554).
Chong Yidong [Tue, 9 Aug 2011 21:55:34 +0000 (17:55 -0400)]
* hi-lock.el (hi-lock-unface-buffer): Fix interactive spec (Bug#7554).

12 years agoNote in Lisp manual that mouse-face cannot change the text size.
Chong Yidong [Tue, 9 Aug 2011 21:14:11 +0000 (17:14 -0400)]
Note in Lisp manual that mouse-face cannot change the text size.

* doc/lispref/text.texi (Special Properties):
* doc/lispref/display.texi (Overlay Properties): Note that mouse-face cannot
change the text size.

Fixes: debbugs:8530

12 years ago* image-dired.el: Don't use find-file for temporary work.
Chong Yidong [Mon, 8 Aug 2011 18:21:32 +0000 (14:21 -0400)]
* image-dired.el: Don't use find-file for temporary work.
(image-dired--with-db-file): New macro.
(image-dired-write-tags, image-dired-remove-tag)
(image-dired-create-gallery-lists, image-dired-write-comments)
(image-dired-get-comment, image-dired-mark-tagged-files)
(image-dired-list-tags, image-dired-gallery-generate): Use it.
(image-dired-gallery-generate): Use insert-file-contents.

Fixes: debbugs:7895

12 years agoImprove on previous change in xdisp.c.
Eli Zaretskii [Mon, 8 Aug 2011 17:37:34 +0000 (20:37 +0300)]
Improve on previous change in xdisp.c.

12 years agoSpeed up bidi redisplay with selective-display.
Eli Zaretskii [Mon, 8 Aug 2011 16:57:53 +0000 (19:57 +0300)]
Speed up bidi redisplay with selective-display.

 src/xdisp.c (forward_to_next_line_start): Allow to use the
 no-display-properties-and-no-overlays under bidi display.

12 years agoFix explanation about setting the time zone in Lisp manual.
Chong Yidong [Mon, 8 Aug 2011 16:06:34 +0000 (12:06 -0400)]
Fix explanation about setting the time zone in Lisp manual.

* doc/lispref/os.texi (Time of Day): Remove set-time-zone-rule, and
recommend using setenv instead.

12 years agoLisp code shouldn't use set-time-zone-rule except through setenv.
Chong Yidong [Mon, 8 Aug 2011 15:53:35 +0000 (11:53 -0400)]
Lisp code shouldn't use set-time-zone-rule except through setenv.

* time.el (display-time-world-list, display-time-world-display):
* time-stamp.el (time-stamp-string):
* vc/add-log.el (add-change-log-entry): Use setenv instead of
set-time-zone-rule.

* src/editfns.c (Fset_time_zone_rule): Document relationship with the
setenv function.

Fixes: debbugs:7337

12 years agoDon't lose extra font info when using the Fontconfig font cache.
Chong Yidong [Mon, 8 Aug 2011 14:49:34 +0000 (10:49 -0400)]
Don't lose extra font info when using the Fontconfig font cache.

* src/ftfont.c (ftfont_pattern_entity): Copy the extras argument to
the font entity extracted from the cache.

Fixes: debbugs:8109

12 years agoFormat GPG errors (bug#9255).
Daiki Ueno [Mon, 8 Aug 2011 07:11:25 +0000 (16:11 +0900)]
Format GPG errors (bug#9255).

* epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
(epg-error-to-string, epg-errors-to-string): New function.
(epg-wait-for-completion): Reverse errors list.
(epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
(epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
(epg--import-keys-1, epg-receive-keys, epg-delete-keys)
(epg-sign-keys, epg-generate-key-from-file)
(epg-generate-key-from-string): Format errors by using
epg-errors-to-string (bug#9255).
(epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.

12 years ago* composite.c (autocmp_chars): Don't reset point.
Chong Yidong [Sun, 7 Aug 2011 19:40:08 +0000 (15:40 -0400)]
* composite.c (autocmp_chars): Don't reset point.
That is done by restore_point_unwind (Bug#5984).

12 years ago* url-http.el (url-http-parse-headers): For HTTP 301/302/307, don't convert to a...
Chong Yidong [Sun, 7 Aug 2011 17:48:11 +0000 (13:48 -0400)]
* url-http.el (url-http-parse-headers): For HTTP 301/302/307, don't convert to a GET request.

Fixes: debbugs:701

12 years agoMinor doc fixes. Remove duplicate ChangeLog entries.
Juri Linkov [Sun, 7 Aug 2011 14:14:54 +0000 (17:14 +0300)]
Minor doc fixes.  Remove duplicate ChangeLog entries.

* doc/emacs/dired.texi (Operating on Files): Rewrite according to the fact
that `dired-do-chmod' doesn't use the `chmod' program anymore.

* lisp/faces.el (list-faces-display): Remove extra angle bracket
from `help-mode-map'.

* lisp/info.el (Info-history-toc-nodes): Doc fix.

* lisp/longlines.el (longlines-mode): Doc fix.

* src/editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
to show the arg `TIME' instead of `TIMEVAL'.

12 years agoFix copyrights, licenses, etc in new Org files.
Glenn Morris [Sat, 6 Aug 2011 21:23:50 +0000 (14:23 -0700)]
Fix copyrights, licenses, etc in new Org files.

12 years agoMerge from trunk.
Paul Eggert [Sat, 6 Aug 2011 15:03:25 +0000 (08:03 -0700)]
Merge from trunk.

12 years agoReally fix bug #9224 with vertical-motion under word-wrap.
Eli Zaretskii [Sat, 6 Aug 2011 11:49:35 +0000 (14:49 +0300)]
Really fix bug #9224 with vertical-motion under word-wrap.

 src/xdisp.c (move_it_in_display_line_to): Fix vertical-motion in a buffer
 with word-wrap under bidirectional display.

12 years agoFix bug #9254 with crash and cursor positioning under longlines-mode.
Eli Zaretskii [Sat, 6 Aug 2011 10:59:36 +0000 (13:59 +0300)]
Fix bug #9254 with crash and cursor positioning under longlines-mode.

 src/xdisp.c (set_cursor_from_row): Fix cursor positioning when a
 display property strides EOL and includes a newline, as in
 longlines-mode.
 src/bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
 is non-zero, even if the data buffer is NULL.  Fixes a crash in
 vertical-motion with longlines-mode.

12 years agoAdjust further in response to jan.h.d's comments.
Paul Eggert [Sat, 6 Aug 2011 01:10:24 +0000 (18:10 -0700)]
Adjust further in response to jan.h.d's comments.

12 years agoMerge from trunk.
Paul Eggert [Sat, 6 Aug 2011 00:21:29 +0000 (17:21 -0700)]
Merge from trunk.

12 years agoMerge from trunk.
Paul Eggert [Fri, 5 Aug 2011 23:35:10 +0000 (16:35 -0700)]
Merge from trunk.

12 years agognus-sum.el (gnus-summary-refer-article): Warp to article. This allows article-refer...
Andrew Cohen [Fri, 5 Aug 2011 23:29:17 +0000 (23:29 +0000)]
gnus-sum.el (gnus-summary-refer-article): Warp to article.  This allows article-referral to work from an nnir group.

12 years ago* lisp/progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
Stefan Monnier [Fri, 5 Aug 2011 19:53:46 +0000 (15:53 -0400)]
* lisp/progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
of statements and in a few more cases.

Fixes: debbugs:9183

12 years ago* lisp/emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
Stefan Monnier [Fri, 5 Aug 2011 16:31:21 +0000 (12:31 -0400)]
* lisp/emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
New functions.
(cl-transform-lambda): Use them.

Fixes: debbugs:9239

12 years agoBug #9224 was fixed together with bug #9221.
Eli Zaretskii [Fri, 5 Aug 2011 14:31:40 +0000 (17:31 +0300)]
Bug #9224 was fixed together with bug #9221.

12 years agoMake bidi_cache_total_alloc static.
Eli Zaretskii [Fri, 5 Aug 2011 14:08:16 +0000 (17:08 +0300)]
Make bidi_cache_total_alloc static.

 src/bidi.c <bidi_cache_total_alloc>: Now static.
 (bidi_initialize): Initialize bidi_cache_total_alloc.

12 years agoFix bug #9221 with memory leak in bidi display.
Eli Zaretskii [Fri, 5 Aug 2011 11:04:44 +0000 (14:04 +0300)]
Fix bug #9221 with memory leak in bidi display.
Add code to monitor memory allocation for bidi cache shelving.

 src/xdisp.c (display_line): Release buffer allocated for shelved bidi
 cache.
 src/bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
 amount allocated this far in `bidi_cache_total_alloc'.
 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
 non-zero, only free the data buffer without restoring the cache
 contents.  All callers changed.
 src/dispextern.h (bidi_unshelve_cache): Update prototype.
 src/xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
 (move_it_in_display_line, move_it_to)
 (move_it_vertically_backward, move_it_by_lines): Replace the call
 to xfree to an equivalent call to bidi_unshelve_cache.
 (move_it_in_display_line_to): Fix logic of returning
 MOVE_POS_MATCH_OR_ZV in the bidi case.

12 years agoFix bug #9221 with resource allocation under word-wrap.
Eli Zaretskii [Fri, 5 Aug 2011 10:48:37 +0000 (13:48 +0300)]
Fix bug #9221 with resource allocation under word-wrap.
Add diagnostic facility for monitoring memory allocated for cache shelving.

 src/xdisp.c (display_line): Release buffer allocated for shelved bidi
 cache.  (Bug#9221)
 src/bidi.c (bidi_shelve_cache, bidi_unshelve_cache): Track total
 amount allocated this far in `bidi_cache_total_alloc'.
 (bidi_unshelve_cache): Accept an additional argument JUST_FREE; if
 non-zero, only free the data buffer without restoring the cache
 contents.  All callers changed.
 src/dispextern.h (bidi_unshelve_cache): Update prototype.
 src/xdisp.c (SAVE_IT, pos_visible_p, move_it_in_display_line_to)
 (move_it_in_display_line, move_it_to)
 (move_it_vertically_backward, move_it_by_lines): Replace the call
 to xfree to an equivalent call to bidi_unshelve_cache.
 (move_it_in_display_line_to): Fix logic of returning
 MOVE_POS_MATCH_OR_ZV in the bidi case.

12 years agoFix bug #9229 with cursor positioning on display strings.
Eli Zaretskii [Fri, 5 Aug 2011 10:32:06 +0000 (13:32 +0300)]
Fix bug #9229 with cursor positioning on display strings.

 src/xdisp.c (set_cursor_from_row): Prefer the candidate glyph that
 came from a string character with a `cursor' property.

12 years agoAuto-commit of generated files.
Glenn Morris [Fri, 5 Aug 2011 10:18:28 +0000 (06:18 -0400)]
Auto-commit of generated files.

12 years agoTurn some defsubsts into defuns and revert part of last switch-to-buffer fix.
Martin Rudalics [Fri, 5 Aug 2011 06:23:23 +0000 (08:23 +0200)]
Turn some defsubsts into defuns and revert part of last switch-to-buffer fix.

* window.el (display-buffer-same-window)
(display-buffer-same-frame, display-buffer-other-window)
(pop-to-buffer-same-window, pop-to-buffer-same-frame)
(pop-to-buffer-other-window)
(pop-to-buffer-same-frame-other-window)
(pop-to-buffer-other-frame): Make them defuns.
(switch-to-buffer): Don't set LABEL argument of pop-to-buffer.

12 years agoMerge from trunk.
Paul Eggert [Fri, 5 Aug 2011 02:19:34 +0000 (19:19 -0700)]
Merge from trunk.

12 years agoAdjust in response to jan.h.d's comments.
Paul Eggert [Fri, 5 Aug 2011 02:15:35 +0000 (19:15 -0700)]
Adjust in response to jan.h.d's comments.

See, for example <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#26>.