summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update formh-e-doc-8.3Bill Wohler2011-09-202-9/+21
| | | | | | | release 8.3. (Preface): Updated support information. (From Bill Wohler): Reset text to original version. As a historical quote, the tense should be correct in the time that it was written.
* mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode because it ↵Katsumi Yamaoka2011-09-212-1/+10
| | | | displays images using overlays that aren't easy to copy to the article buffer.
* * doc/lispref/display.texi (Face Functions): `face-list' returns faces.Stefan Monnier2011-09-202-1/+5
| | | | Fixes: debbugs:9564
* * lisp/faces.el (face-list): Fix docstring.Stefan Monnier2011-09-202-1/+3
| | | | Fixes: debbugs:9564
* * lisp/window.el (display-buffer--action-function-custom-type):Stefan Monnier2011-09-202-5/+7
| | | | Don't include internal functions in the Custom interface.
* Merge changes made in Gnus trunk.Gnus developers2011-09-203-61/+66
| | | | | | | | | message.el (message-indent-citation): Fix empty line removal at the end of the citation. auth-source.el (auth-source-netrc-create): Use default value for password if specified. Evaluate default. (auth-source-plstore-create): Ditto. (auth-source-plstore-create, auth-source-netrc-create): Fix default value evaluation. (auth-source-netrc-create): Typo fix. (auth-source-plstore-create): Ditto.
* * lisp/info.el (Info-history-skip-intermediate-nodes): New defcustom.Juri Linkov2011-09-202-10/+36
| | | | | | | (Info-forward-node, Info-backward-node, Info-next-preorder) (Info-last-preorder): Use it. Fixes: debbugs:9528
* Fix bidi-aware cursor motion inside indentation.Eli Zaretskii2011-09-202-16/+20
| | | | | | src/xdisp.c (Fcurrent_bidi_paragraph_direction): Fix search for previous non-empty line. Fixes confusing cursor motion with arrow keys at the beginning of a line that starts with whitespace.
* Fix bug #9549 with longlines-show-hard-newlines.Eli Zaretskii2011-09-202-3/+91
| | | | | | | | src/xdisp.c (set_cursor_from_row): If the row ends in a newline from a display string, extend search for cursor position to end of row. (find_row_edges): If the row ends in a newline from a display string, increment its MATRIX_ROW_END_CHARPOS by one. Handle the case of a display string with multiple newlines.
* * lisp/info.el (Info-last-preorder): Visit last menu item only whenJuri Linkov2011-09-202-5/+11
| | | | `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
* password-cache.el (password-cache-remove): Remove entries even if the value ↵Julien Danjou2011-09-204-12/+26
| | | | | | is nil, so that password with a nil value (negative caching) is possible to invalidate. auth-source.el (auth-source-format-cache-entry): New function.
* Auto-commit of loaddefs files.Glenn Morris2011-09-201-1/+1
|
* Tweak previous f90.el change.Glenn Morris2011-09-191-6/+7
|
* * mh-e.el (Version, mh-version): Update for release 8.3.mh-e-8.3Bill Wohler2011-09-192-2/+8
|
* * mh-show.el (mh-unvisit-file): Clarify language in yes-or-no-p andBill Wohler2011-09-192-2/+7
| | | | error messages.
* * NEWS, MH-E-NEWS: Update for MH-E release 8.3.Bill Wohler2011-09-193-25/+18
|
* Fixes for f90.el filling in comments (bug#9553)Lawrence Mitchell2011-09-192-2/+10
| | | | | | * lisp/progmodes/f90.el (f90-break-line): If breaking inside comment delete all whitespace around breakpoint. (f90-find-breakpoint): Only break at whitespace inside a comment.
* * lisp/minibuffer.el (completion-file-name-table): Keep track of errors.Stefan Monnier2011-09-193-10/+16
| | | | | | | (completion-table-with-predicate): Handle the case where pred1 is nil. * lisp/pcomplete.el (pcomplete-completions-at-point): Simplify. Fixes: debbugs:9160
* gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.Katsumi Yamaoka2011-09-202-1/+5
|
* Merge changes made in Gnus trunk.Gnus developers2011-09-193-6/+12
| | | | | 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.
* * lisp/emacs-lisp/debug.el (debugger-args): Give it a docstring.Stefan Monnier2011-09-192-26/+45
| | | | | (debugger-return-value): Signal an error if the debugging context does not await any return value.
* * lisp/ps-mule.el (ps-mule-plot-string): Don't inf-loop.Stefan Monnier2011-09-193-4/+10
| | | | | | | * lisp/image-mode.el (image-toggle-display-text) (image-toggle-display-image): Stay away from evil `intangible'. Fixes: debbugs:5108
* Fixes for Occur Edit mode.Leo Liu2011-09-192-3/+8
| | | | | * replace.el (occur-revert-arguments): Make it permanent-local. (occur-mode): Don't call font-lock-defontify.
* Add missing ChangeLog entry for ldap.el change in ↵Chong Yidong2011-09-191-0/+5
| | | | 2011-09-17T21:28:17Z!cyd@stupidchicken.com.
* * lisp/whitespace.el (whitespace-newline-mode): Disable it right.Stefan Monnier2011-09-192-2/+6
| | | | Fixes: debbugs:9550
* org/org.el: Add FIXMEs for odd chunks of codeStefan Monnier2011-09-191-3/+3
|
* * .dir-locals.el: Change the debbugs regexp to allow having the bug number ↵Lars Magne Ingebrigtsen2011-09-192-1/+6
| | | | as the first thing on a line.
* * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is.Lars Magne Ingebrigtsen2011-09-192-0/+7
| | | | Fixes: debbugs:9493
* * errors.texi (Standard Errors): Remove apparent placeholder text (bug#9491).Lars Magne Ingebrigtsen2011-09-192-3/+5
|
* * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".Michael Albinus2011-09-192-0/+6
| | | | Suggested by Liam Stitt <stittl@cuug.ab.ca>.
* Capitalize non-function content words in menu item strings.Juri Linkov2011-09-1811-56/+78
| | | | | | | | | | | | | | | | | | | * 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'.
* Preserve current isearch case-fold value in `isearch-edit-string'.Juri Linkov2011-09-182-1/+9
| | | | | | * 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.
* * lisp/progmodes/grep.el (grep-process-setup): Don't check code for 1Juri Linkov2011-09-182-1/+6
| | | | | | because `zgrep' returns 1 for successful matches. Fixes: debbugs:9226
* * lisp/info.el (Info-extract-menu-node-name): Check the second matchJuri Linkov2011-09-182-11/+21
| | | | | | 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).
* Fix handling of X resource for window icons.Chong Yidong2011-09-187-10/+26
| | | | | | | | | | | | | | * 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
* * lisp/info.el (Info-mode-syntax-table): New variable.Juri Linkov2011-09-182-1/+14
| | | | | | (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. Fixes: debbugs:3312
* * lisp/info.el (Info-file-supports-index-cookies): IncrementJuri Linkov2011-09-182-1/+7
| | | | | | | line-beginning-position's arg from 3 to 4 because makeinfo outputs one more line for long file names. Fixes: debbugs:4142
* Fix bug #9545 with crash in Dired when $ is pressed.Eli Zaretskii2011-09-182-42/+4
| | | | | | 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'.
* Fix for uncommentin in Fundamental mode.Chong Yidong2011-09-182-1/+7
| | | | | | | * newcomment.el (comment-normalize-vars): If prompting for comment-start, set comment-start-skip too. Fixes: debbugs:8424
* Fix a bug in :align-to on a TTY when the column is beyond frame width.Eli Zaretskii2011-09-182-1/+11
| | | | | src/xdisp.c (produce_stretch_glyph): Don't subtract 1 "pixel" when computing width of the stretch on a TTY.
* Fix previous fix of Bug#5849.Johan Bockgård2011-09-182-5/+10
| | | | | | * icomplete.el (icomplete-mode): Don't set completion-show-inline-help. (icomplete-minibuffer-setup): Set completion-show-inline-help locally during icompletion.
* Fix yet another woman parser snafu.Chong Yidong2011-09-182-6/+6
| | | | | * woman.el (woman2-process-escapes): Don't delete unrecognized escapes (Bug#7843).
* Fix bug #9530 on a TTY.Eli Zaretskii2011-09-182-5/+19
| | | | | | | | 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.
* Allow visiting files with malformed prop-lines.Chong Yidong2011-09-182-52/+62
| | | | | | | * files.el (inhibit-first-line-modes-regexps): Add image files. (hack-local-variables-prop-line): Return nil for malformed prop-lines. Fixes: debbugs:9044
*-. Merge changes from emacs-23 branchChong Yidong2011-09-183-4/+22
|\ \
| | * * xdisp.c (expose_window): Save original value of phys_cursor_on_p and turn ↵YAMAMOTO Mitsuharu2011-09-102-2/+15
| | | | | | | | | | | | window cursor on if cleared (Bug#9415).
| | * * src/search.c (boyer_moore): Take unibyte characters from patternAndreas Schwab2011-09-072-2/+7
| | | | | | | | | | | | literally. (Bug#9458)
* | | src/xdisp.c (reseat_at_next_visible_line_start): Fix last change.Eli Zaretskii2011-09-182-1/+5
|/ /
* | * net/tramp.el (top): Don't require 'shell.Michael Albinus2011-09-185-71/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* | Fix minor problem found by static checking.Paul Eggert2011-09-182-3/+8
| | | | | | | | | | * xdisp.c (reseat_at_next_visible_line_start): Mark locals as initialized, to pacify gcc -Wuninitialized.