- 15 Aug, 2011 9 commits
-
-
Eli Zaretskii authored
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.
-
Stefan Monnier authored
and "a2b" to "ab" for `prefix'.
-
Bastien Guerry authored
-
Bastien Guerry authored
-
Bastien Guerry authored
-
Bastien Guerry authored
Thanks to Glenn Morris for pointing out possible problems.
-
Glenn Morris authored
-
Eli Zaretskii authored
src/bidi.c (bidi_paragraph_init): Support zero value of bidi_ignore_explicit_marks_for_paragraph_level.
-
Eli Zaretskii authored
src/xdisp.c (move_it_in_display_line_to): Don't reset pixel coordinates of the iterator when restoring from ppos_it.
-
- 14 Aug, 2011 12 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
* 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
-
Kenichi Handa authored
* src/process.c (create_process): Call setup_process_coding_systems after the pid of the process is set to -1.
-
Eli Zaretskii authored
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.
-
Jan Djärv authored
* 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).
-
Glenn Morris authored
-
Andreas Schwab authored
* 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.
-
Andreas Schwab authored
-
Paul Eggert authored
-
Paul Eggert authored
* dispextern.h (Qframe_set_background_mode): Remove decl.
-
Paul Eggert authored
-
Paul Eggert authored
-
- 13 Aug, 2011 2 commits
-
-
Jan Djärv authored
* 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.
-
Andreas Schwab authored
copy-list.
-
- 12 Aug, 2011 9 commits
-
-
Juanma Barranquero authored
-
Sam Steingold authored
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.
-
Chong Yidong authored
-
Chong Yidong authored
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
-
Chong Yidong authored
* lisp/subr.el (string-mark-left-to-right): Search the entire string for RTL script, not just the terminating character. Doc fix.
-
Stefan Monnier authored
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
-
Stefan Monnier authored
Fixes: debbugs:9280
-
Eli Zaretskii authored
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.
-
Daiki Ueno authored
* 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.
-
- 11 Aug, 2011 1 commit
-
-
Andrew Cohen authored
nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of type MESSAGE and subtype RFC822 is slightly different from those of type TEXT.
-
- 10 Aug, 2011 2 commits
-
-
Chong Yidong authored
* 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.
-
Juri Linkov authored
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).
-
- 09 Aug, 2011 3 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
* doc/lispref/text.texi (Special Properties): * doc/lispref/display.texi (Overlay Properties): Note that mouse-face cannot change the text size. Fixes: debbugs:8530
-
- 08 Aug, 2011 2 commits
-
-
Chong Yidong authored
(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
-
Eli Zaretskii authored
-