- 16 Sep, 2011 6 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
(cons_to_x_long): New function. (lisp_data_to_selection_data): Use it. Correct the test for short-versus-long data; it was negated. Break out of vector loop, for efficiency, when a long datum is discovered.
-
Eli Zaretskii authored
lisp/simple.el (line-move): If goal-column is set, move by logical lines, not by display lines. (next-line, previous-line, goal-column, line-move-visual): Doc fix to reflect the above change.
-
Stefan Monnier authored
Fixes: debbugs:9482
-
Stefan Monnier authored
-
Eli Zaretskii authored
src/image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see GCC PR/17406) by declaring this function with external scope.
-
- 15 Sep, 2011 17 commits
-
-
Paul Eggert authored
Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
-
Paul Eggert authored
-
Eli Zaretskii authored
-
Andreas Schwab authored
-
Eli Zaretskii authored
src/xterm.c (x_draw_composite_glyph_string_foreground): src/w32term.c (x_draw_composite_glyph_string_foreground): src/term.c (encode_terminal_code): src/composite.c (composition_update_it, get_composition_id): src/xdisp.c (get_next_display_element) (fill_composite_glyph_string): Add comments about special meaning of TAB characters in a composition.
-
Paul Eggert authored
This occurs when processing a multibyte format, which can happen when using 'eval'. Problem reported by Wolfgang Jenker.
-
Johan Bockgård authored
Patch by Johan Bockgוrd <bojohan@gnu.org> src/xdisp.c (try_cursor_movement): Only check for exact match if cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
-
Eli Zaretskii authored
-
Chong Yidong authored
* lisp/window.el (display-buffer-base-action): Rename from display-buffer-default-action. Make default value empty. (display-buffer-overriding-action): Convert to defvar. (display-buffer-fallback-action): New var.
-
Glenn Morris authored
-
Lars Magne Ingebrigtsen authored
-
Glenn Morris authored
-
Glenn Morris authored
Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-08/msg00938.html * configure.in: (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE. (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
* lisp/emacs-lisp/package.el (package-alist): Fix risky-local-variable declaration. (package--add-to-archive-contents): If there is a duplicate entry with an older version, remove it. (package-menu-mark-delete, package-menu-mark-install) (package-menu-mark-unmark): Make unused args optional. (package-menu-mark-obsolete-for-deletion): Use package-menu-get-status instead of a regexp search. (package-menu-get-status): Use tabulated-list-entry. (package-menu-mark-upgrades): New command. (package-menu-mode-map): Bind it to U. (package-menu-execute): Do installation before deletion. (package-menu-refresh, package-menu-execute): Use derived-mode-p instead of checking major-mode. (package-menu--find-upgrades): New function.
-
Katsumi Yamaoka authored
-
- 14 Sep, 2011 13 commits
-
-
Lars Magne Ingebrigtsen authored
Update the process marker so that the "broken by peer" status message is inserted in the right place.
-
Lars Magne Ingebrigtsen authored
-
Paul Eggert authored
* dispextern.h (calc_pixel_width_or_height): Remove decl. * xdisp.c (calc_pixel_width_or_height): Now static. * doprnt.c (exprintf) [! (HAVE_X_WINDOWS && USE_X_TOOLKIT)]: Remove. * indent.c (check_display_width): * w32term.c: Fix comment to match code. * xterm.c, xterm.h (x_catching_errors): Remove.
-
Stefan Monnier authored
(bibtex-complete-crossref-cleanup): Adjust to accommodate needs of bibtex-completion-at-point-function. (bibtex-completion-at-point-function): Use them.
-
Stefan Monnier authored
-
Stefan Monnier authored
(mpc-constraints-restore): Use it to make jumping to "album=Foo" apply also to browser "album|playlist".
-
Juri Linkov authored
http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00169.html * lisp/isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix. (isearch-edit-string): Use length of `isearch-string' when `isearch-fail-pos' returns nil. (isearch-message): Remove duplicate code and call `isearch-fail-pos' with arg `t'.
-
Paul Eggert authored
(selection_data_to_lisp_data): Assume incoming selection data are signed integers, not unsigned. This is to be consistent with outgoing selection data, which was modified to use signed integers in as part of the fix to Bug#9196 in response to Jan Djärv's comment in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11 expects long, not unsigned long.
-
Chong Yidong authored
Fixes: debbugs:9499
-
Chong Yidong authored
-
Martin Rudalics authored
* window.el (display-buffer-window): Remove. (display-buffer-record-window): Use help-setup window parameter instead of variable display-buffer-window. (display-buffer-function, special-display-buffer-names) (special-display-function): Mention help-setup parameter instead of display-buffer-window in doc-string. * help.el (help-window-setup): New argument help-window. Use help-window-setup parameter instead of display-buffer-window. Reword some messages. (with-help-window): Pass window used for displaying the buffer to help-window-setup. Don't set display-buffer-window.
-
Dani Moncayo authored
-
Eli Zaretskii authored
src/xdisp.c (try_window_reusing_current_matrix): Fix incorrect computation of loop end. Reported by Johan Bockgård <bojohan@gnu.org>.
-
- 13 Sep, 2011 4 commits
-
-
Juanma Barranquero authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Chong Yidong authored
-