- 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 7 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
-
Eli Zaretskii authored
src/xdisp.c (forward_to_next_line_start): Allow to use the no-display-properties-and-no-overlays under bidi display.
-
Chong Yidong authored
* doc/lispref/os.texi (Time of Day): Remove set-time-zone-rule, and recommend using setenv instead.
-
Chong Yidong authored
* 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
-
Chong Yidong authored
* src/ftfont.c (ftfont_pattern_entity): Copy the extras argument to the font entity extracted from the cache. Fixes: debbugs:8109
-
Daiki Ueno authored
* 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.
-
- 07 Aug, 2011 3 commits
-
-
Chong Yidong authored
That is done by restore_point_unwind (Bug#5984).
-
Chong Yidong authored
Fixes: debbugs:701
-
Juri Linkov authored
* 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'.
-
- 06 Aug, 2011 3 commits
-
-
Glenn Morris authored
-
Eli Zaretskii authored
src/xdisp.c (move_it_in_display_line_to): Fix vertical-motion in a buffer with word-wrap under bidirectional display.
-
Eli Zaretskii authored
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.
-
- 05 Aug, 2011 10 commits
-
-
Andrew Cohen authored
gnus-sum.el (gnus-summary-refer-article): Warp to article. This allows article-referral to work from an nnir group.
-
Stefan Monnier authored
of statements and in a few more cases. Fixes: debbugs:9183
-
Stefan Monnier authored
New functions. (cl-transform-lambda): Use them. Fixes: debbugs:9239
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/bidi.c <bidi_cache_total_alloc>: Now static. (bidi_initialize): Initialize bidi_cache_total_alloc.
-
Eli Zaretskii authored
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.
-
Eli Zaretskii authored
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.
-
Eli Zaretskii authored
src/xdisp.c (set_cursor_from_row): Prefer the candidate glyph that came from a string character with a `cursor' property.
-
Glenn Morris authored
-
Martin Rudalics authored
* 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.
-
- 04 Aug, 2011 6 commits
-
-
Andrew Cohen authored
-
Jan Djärv authored
* configure.in (HAVE_PTHREAD): Add check for -lpthread. (HAVE_GTK_AND_PTHREAD): Remove. * src/Makefile.in (LIB_PTHREAD): New variable. (LIBES): Add LIB_PTHREAD (Bug#9216). * src/alloc.c, src/emacs.c, src/gmalloc.c, src/gtkutil.c, src/keyboard.c, src/syssignal.h: Rename HAVE_GTK_AND_PTHREAD to HAVE_PTHREAD (Bug#9216).
-
Andreas Schwab authored
-
Jan Djärv authored
* xterm.c (x_find_topmost_parent): New function. (x_set_frame_alpha): Find topmost parent window with x_find_topmost_parent and set the property there also. (handle_one_xevent): Call x_set_frame_alpha on ReparentNotify. Fixes: debbugs:9181
-
Daiki Ueno authored
* mml1991.el (mml1991-epg-find-usable-key) (mml1991-epg-find-usable-secret-key): New function. (mml1991-epg-sign): Check if signing key is usable. (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
-
Paul Eggert authored
the local vars buffer, coding_systems, current_dir.
-
- 03 Aug, 2011 6 commits
-
-
Andrew Cohen authored
nnir.el (nnir-read-server-parm): Add an argument to restrict to server-variables only. This should fix a bug introduced with commit e1889675b7f4adf057833c5513c9374134c4e053. (nnir-run-query): 'nnir-search-engine should not be set from the global environment.
-
Stefan Monnier authored
* lisp/subr.el (make-composed-keymap): Move from C. Change calling convention, and improve docstring to bring attention to a subtle point. * lisp/minibuffer.el (completing-read-default): Adjust accordingly.
-
Paul Eggert authored
so that it is not optimized away.
-
Michael Albinus authored
-
Michael Albinus authored
(tramp-open-shell): Use `tramp-shell-quote-argument'. * net/trampver.el: Update release number.
-
Glenn Morris authored
-