- 20 Sep, 2011 1 commit
-
-
Katsumi Yamaoka authored
-
- 19 Sep, 2011 11 commits
-
-
Gnus developers authored
mm-decode.el (mm-inline-media-tests): Fix typo in regexp. auth-source.el (auth-source-netrc-parse): Use an obfuscation method which work with things that are not ASCII.
-
Stefan Monnier authored
(debugger-return-value): Signal an error if the debugging context does not await any return value.
-
Stefan Monnier authored
* lisp/image-mode.el (image-toggle-display-text) (image-toggle-display-image): Stay away from evil `intangible'. Fixes: debbugs:5108
-
Leo Liu authored
* replace.el (occur-revert-arguments): Make it permanent-local. (occur-mode): Don't call font-lock-defontify.
-
Chong Yidong authored
-
Stefan Monnier authored
Fixes: debbugs:9550
-
Stefan Monnier authored
-
Lars Magne Ingebrigtsen authored
* .dir-locals.el: Change the debbugs regexp to allow having the bug number as the first thing on a line.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:9493
-
Lars Magne Ingebrigtsen authored
-
Michael Albinus authored
Suggested by Liam Stitt <stittl@cuug.ab.ca>.
-
- 18 Sep, 2011 22 commits
-
-
Juri Linkov authored
* lisp/buff-menu.el (Buffer-menu-mode-map): * lisp/dired.el (dired-mode-map): * lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-map) (lisp-interaction-mode-map): * lisp/emacs-lisp/package.el (package-menu-mode-map): * lisp/epa.el (epa-key-list-mode-map): * lisp/menu-bar.el (menu-bar-showhide-tool-bar-menu) (menu-bar-options-menu): * lisp/outline.el (outline-mode-menu-bar-map): * lisp/vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map): * lisp/vc/vc-dir.el (vc-dir-menu-map): * lisp/vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map): Capitalize non-function content words in menu item strings. * lisp/dired.el (dired-mode-map): Add menu item for `image-dired-dired-toggle-marked-thumbs'.
-
Juri Linkov authored
* lisp/isearch.el (isearch-edit-string): Bind `isearch-new-case-fold' to `isearch-case-fold-search' and restore its original value after the `isearch-mode' call.
-
Juri Linkov authored
because `zgrep' returns 1 for successful matches. Fixes: debbugs:9226
-
Juri Linkov authored
for empty string (second test-case of bug#9528). (Info-last-preorder): Let-bind `Info-history' to nil to not add intermediate nodes to the history (first test-case of bug#9528).
-
Chong Yidong authored
* src/xfns.c (Fx_create_frame): Handle bitmapIcon resource as a boolean. * doc/emacs/cmdargs.texi (Icons X): Fix description of Emacs icon. * doc/emacs/xresources.texi (Table of Resources): Fix documentation of bitmapIcon. * doc/lispref/frames.texi (Management Parameters): Fix description of icon-type parameter. Fixes: debbugs:9154
-
Juri Linkov authored
(Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. Fixes: debbugs:3312
-
Juri Linkov authored
line-beginning-position's arg from 3 to 4 because makeinfo outputs one more line for long file names. Fixes: debbugs:4142
-
Eli Zaretskii authored
src/xdisp.c (reseat_at_next_visible_line_start): Undo the change made on 2011-09-17 that saved paragraph information and restored it after the call to `reseat'.
-
Chong Yidong authored
* newcomment.el (comment-normalize-vars): If prompting for comment-start, set comment-start-skip too. Fixes: debbugs:8424
-
Eli Zaretskii authored
src/xdisp.c (produce_stretch_glyph): Don't subtract 1 "pixel" when computing width of the stretch on a TTY.
-
Johan Bockgård authored
* icomplete.el (icomplete-mode): Don't set completion-show-inline-help. (icomplete-minibuffer-setup): Set completion-show-inline-help locally during icompletion.
-
Chong Yidong authored
* woman.el (woman2-process-escapes): Don't delete unrecognized escapes (Bug#7843).
-
Eli Zaretskii authored
src/xdisp.c (display_line): Record maximum and minimum buffer positions even if no glyphs were produced (e.g., by a zero-width stretch). Fixes bug#9530 on a TTY. Under word-wrap, don't record buffer positions that will be removed from the glyph row because they don't fit.
-
Chong Yidong authored
* files.el (inhibit-first-line-modes-regexps): Add image files. (hack-local-variables-prop-line): Return nil for malformed prop-lines. Fixes: debbugs:9044
-
Chong Yidong authored
-
Eli Zaretskii authored
-
Michael Albinus authored
(tramp-methods): Fix docstring. (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el. Return complete remote file name. Handle "smb" case. Use `tramp-tmpdir', if defined for the respective method. (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'. * net/tramp-compat.el (top): Require 'shell. * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band) (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for `tramp-current-host'. (tramp-get-remote-tmpdir): Remove. * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and `tramp-tmpdir' entries. (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED". (tramp-smb-handle-file-attributes): Ignore errors. (tramp-smb-wait-for-output): Check also for process end.
-
Paul Eggert authored
* xdisp.c (reseat_at_next_visible_line_start): Mark locals as initialized, to pacify gcc -Wuninitialized.
-
Paul Eggert authored
(Finsert_file_contents): Save and restore errno, so that report_file_error outputs the correct diagnostic. (Fwrite_region) [CLASH_DETECTION]: Likewise.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:9312
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
- 17 Sep, 2011 6 commits
-
-
Chong Yidong authored
(occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to occur-mode-display-occurrence. (occur-edit-mode): Add usage message. (occur-cease-edit): New command. (occur-after-change-function): Use text properties to find the position of the prefix text. (occur-engine): Set stickiness of prefix text properties. Fixes: debbugs:8463
-
Chong Yidong authored
Suggested by Edward O'Connor.
-
Glenn Morris authored
* lisp/progmodes/etags.el (complete-tag): Fix call to completion-in-region. (cf info-complete).
-
Sven Joachim authored
-
Eli Zaretskii authored
src/xdisp.c (produce_stretch_glyph): Another fix for changes made on 2011-08-30T17:32:44Z!eliz@gnu.org.
-
Eli Zaretskii authored
src/bidi.c (MAX_PARAGRAPH_SEARCH): New macro. (bidi_find_paragraph_start): Search back for paragraph beginning at most MAX_PARAGRAPH_SEARCH lines; if not found, return BEGV_BYTE. (bidi_move_to_visually_next): Only trigger paragraph-related computations when the last character is a newline or at EOB, not just any NEUTRAL_B. src/xdisp.c (reseat_at_next_visible_line_start): Keep information about the current paragraph and restore it after the call to reseat.
-