aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * url-auth.el (url-digest-auth): Copy previous url-basic-auth change.Glenn Morris2012-01-122-2/+4
|
* url-auth fix for password-protected urls in url-handler-mode.Glenn Morris2012-01-122-0/+6
| | | | | | | * lisp/usr/url-auth.el (url-basic-auth): Allow reading usernames etc when the minibuffer is already in use, eg in url-handler-mode. Fixes: debbugs:10298
* Comments.Glenn Morris2012-01-112-0/+2
|
* Tweak comment from previous change.Glenn Morris2012-01-111-2/+2
|
* mail-mode paragraph-separate fix for bug#10276Glenn Morris2012-01-112-6/+19
| | | | | * lisp/mail/sendmail.el (mail-mode): Update paragraph-separate for changes in adaptive-fill-regexp.
* Fix Emacs bug #10463 - put `widen's around the critical spots.Alan Mackenzie2012-01-112-8/+19
|
* Fix the last part of bug #10464 with mouse highlight at end of line.Eli Zaretskii2012-01-112-3/+46
| | | | | | | | src/xdisp.c (rows_from_pos_range): Handle the case where the highlight ends on a newline. (mouse_face_from_buffer_pos): Fix off-by-one error in calculating he end column for display of highlight that ends on a newline before a R2L line.
* Auto-commit of loaddefs files.Glenn Morris2012-01-111-3/+6
|
* Fix name of FSF in copyright headers.Glenn Morris2012-01-105-5/+5
|
* Duplicate-word and spelling fixes.Paul Eggert2012-01-1021-42/+42
|
* * lisp/dired-aux.el (dired-do-shell-command): Doc fix.Glenn Morris2012-01-102-2/+6
| | | | (Inspired by the Emacs manual.)
* * lisp/dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)Glenn Morris2012-01-102-6/+10
|
* init_lread fix for bug#10208.Glenn Morris2012-01-102-67/+75
| | | | | * src/lread.c (init_lread): If no-site-lisp, remove site-lisp dirs from load-path also when installation-directory is nil.
* Partial sync of TUTORIAL.fr with TUTORIAL.Bastien Guerry2012-01-111-7/+12
|
* Fix french translation of TUTORIAL.Bastien Guerry2012-01-111-9/+2
| | | | | | | This fix is only about the use of the wheel for a mouse. See the corresponding change in this diff: http://lists.gnu.org/archive/html/emacs-diffs/2012-01/msg00086.html
* Comments on init_lread.Glenn Morris2012-01-101-13/+63
|
* nntp.el (nntp-send-authinfo): Query `auth-source-search' with the logical ↵Teodor Zlatanov2012-01-103-2/+30
| | | | | | server name in addition to the actual machine address. auth-source.el (auth-source-user-and-password): Add convenience wrapper to search by just host and optionally user.
* Tweak previous doc fix.Glenn Morris2012-01-101-2/+2
| | | | For some reason, invocation-directory is also a function.
* * src/emacs.c (syms_of_emacs) <installation-directory>: Doc fix.Glenn Morris2012-01-102-3/+7
| | | | | | This confusingly-named variable is typically nil in an installed Emacs, and in an uninstalled Emacs points to the build directory, rather than eg the target installation directory. Yay.
* ChangeLog fixes.Juanma Barranquero2012-01-1015-428/+425
|
* Fix an error message glitch in network-stream.el.Chong Yidong2012-01-102-1/+8
| | | | | | * net/network-stream.el (network-stream-open-starttls): Avoid emitting a confusing error message when the server gives a bad response to the capability command.
* * src/epaths.in (PATH_DUMPLOADSEARCH): Revert previous change.Glenn Morris2012-01-102-4/+3
| | | | | Makes life microscopically harder for the c. zero people configuring by hand as per INSTALL.
* Update English tutorial.Chong Yidong2012-01-103-190/+176
| | | | | | | * etc/tutorials/TUTORIAL: Don't give instructions for old-style X scrollbars. Use DEL terminology instead of DelBack. Improve description of graphical continuation lines and mode-line. Promote use of C-/ and C-SPC. Remove discussion of flow control.
* Spelling fixes.Paul Eggert2012-01-0925-72/+72
|
* Mainly comment fixes related to PATH_LOADSEARCH etc.Glenn Morris2012-01-093-16/+26
| | | | | | | | * src/epaths.in (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH, PATH_EXEC) (PATH_DATA, PATH_DOC): Update the template values to be closer to their typical values these days. * Makefile.in, src/epaths.in: Comments.
* * lisp/mail/unrmail.el (unrmail): Tweak previous change.Glenn Morris2012-01-092-3/+7
| | | | (for trailing whitespace in otherwise empty BABYL files).
* Fix bug #10464 with mouse highlight of display strings.Eli Zaretskii2012-01-092-8/+23
| | | | | | | src/xdisp.c (rows_from_pos_range): Accept additional argument DISP_STRING, and accept any glyph in a row whose object is that string as eligible for mouse highlight. Fixes mouse highlight of display strings from overlays.
* Add missing ChangeLog entry for last change.Chong Yidong2012-01-091-0/+4
|
* * lisp/custom.el (custom-safe-themes): Use SHA-256 for hashing.Chong Yidong2012-01-093-3/+8
| | | | | * doc/emacs/custom.texi (Custom Themes): Switched custom-safe-themes to use SHA-256.
* Merge changes from emacs-23 branchChong Yidong2012-01-092-1/+9
|\
| * * variables.texi (Creating Buffer-Local): Warn against misuses ofStefan Monnier2011-12-272-0/+7
| | | | | | | | | | | | make-variable-buffer-local. Fixes: debbugs:10258
* | Optimise font locking in long enum definitions.Alan Mackenzie2012-01-084-1/+31
| |
* | Fix ChangeLog typo.Paul Eggert2012-01-071-1/+0
| |
* | Undo patch for bug#10403; still being reviewed.Paul Eggert2012-01-072-7/+3
| |
* | Merge from trunk.Paul Eggert2012-01-072130-8290/+20628
|\ \
| * | Fix bug #6540 with a crash while inserting non-ASCII text under ↵Eli Zaretskii2012-01-072-4/+9
| | | | | | | | | | | | | | | | | | | | | cache-long-line-scans. src/search.c (scan_buffer): Pass character positions to know_region_cache, not byte positions. (Bug#6540)
| * | shr.el (shr-visit-file): Move point to the beginning of the buffer after ↵Lars Magne Ingebrigtsen2012-01-072-1/+7
| | | | | | | | | | | | rendering.
| * | Fix bug #10284 with renaming a directory on MS-Windows.LynX2012-01-072-5/+40
| | | | | | | | | | | | | | | src/w32.c (sys_rename): Report EXDEV when rename of a directory fails because the target is on another logical disk. (Bug#10284)
| * | Document Whitespace mode in manual, plus its use in Diff mode.Chong Yidong2012-01-073-6/+59
| | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/display.texi (Useless Whitespace): Add Whitespace mode. * doc/emacs/files.texi (Diff Mode): Discuss use of Whitespace mode. Fixes: debbugs:10300
| * | Fix last change.Chong Yidong2012-01-071-1/+1
| | |
| * | * doc/emacs/files.texi (Diff Mode): Discuss diff-auto-refine-mode.Chong Yidong2012-01-073-8/+45
| | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Hooks): Discuss how to disable minor modes. Fixes: debbugs:10309
| * | Fix focus handling for embedded frames.David Benjamin2012-01-074-3/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xfns.c (Fx_focus_frame): Use it for embedded frames. * xterm.c (x_embed_request_focus): New function. * xterm.h: Add prototype. Fixes: debbugs:9977
| * | * faces.el (set-face-attribute): Clarify the meaning of the nil frame.Lars Magne Ingebrigtsen2012-01-072-3/+7
| | | | | | | | | | | | Fixes: debbugs:10294
| * | (with-selected-frame): Mention that the selected frame is restored.Lars Magne Ingebrigtsen2012-01-072-2/+6
| | | | | | | | | | | | Fixes: debbugs:9980
| * | * ibuffer.el (ibuffer-mode): List the bindings in the corrent map.Lars Magne Ingebrigtsen2012-01-072-1/+4
| | | | | | | | | | | | Fixes: debbugs:9759
| * | * macros.texi (Defining Macros): Document `doc-string'.Lars Magne Ingebrigtsen2012-01-072-0/+7
| | | | | | | | | | | | Fixes: debbugs:9668
| * | Remove some unused password-related autoloadsLars Magne Ingebrigtsen2012-01-072-4/+5
| | | | | | | | | | | | | | | * mail/smtpmail.el (password-cache-add): Removed unused declaration. (password-read): Don't autoload unused function.
| * | Fix bug#9693 and bug#9697.Lars Magne Ingebrigtsen2012-01-072-2/+11
| | |
| * | Update Lossage chapter of Emacs manual.Chong Yidong2012-01-074-161/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/trouble.texi (Lossage): Refer to Bugs node for problems. (DEL Does Not Delete): Don't use "usual erasure key" teminology. (Screen Garbled): Don't refer to terminal "manufacturers". (Total Frustration): Node deleted. Eliza is documented in Amusements now. (Known Problems): More info about using the bug tracker. Mention debbugs package. (Bug Criteria): Copyedits. (Understanding Bug Reporting): Mention emacs -Q.
| * | Merge changes made in Gnus trunk.Gnus developers2012-01-0713-31/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-01-06 Lars Magne Ingebrigtsen <[email protected]> * gnus.texi (Group Parameters): Really note precedence. 2012-01-07 Lars Magne Ingebrigtsen <[email protected]> * mm-decode.el (mm-interactively-view-part): Use `completing-read', since ido doesn't work on symbols (bug#9632). * gnus.el (gnus-group-fast-parameter): Use the same precedence rules when getting a single value as when getting all the values. This means that atoms like `gcc-self' work cumulatively, like variable settings, instead of getting the value from the last matching clause. (gnus-group-find-parameter): Protect against the group buffer not existing (bug#9585). 2012-01-06 Lars Magne Ingebrigtsen <[email protected]> * gnus-start.el (gnus-activate-group): Document more parameters (bug#9694). * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification (bug#9692). * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the article was fetched, so that it can be expired later (bug#9958). (gnus-agent-summary-fetch-series): Add doc string. (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks (bug#9517). * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async retrieval is happening. * gnus.el (gnus-parameters): Doc fix. 2012-01-06 Dave Abrahams <[email protected]> (tiny change) * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden, show the thread after expansion. 2012-01-06 Lars Magne Ingebrigtsen <[email protected]> * gnus-art.el (article-narrow-to-head): If the head is completely empty, narrow to the empty region (bug#9764). * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as read, and then mark them as unread only when the unread mark is used. This makes `C-- T k' actually work, even though it's confusing. * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is alive before we try to find its window. 2012-01-06 Brian Sniffen <[email protected]> (tiny change) * mm-decode.el (mm-display-external): Use a longer timeout for the deletion to allow slow programs to display the file. 2012-01-06 Lars Magne Ingebrigtsen <[email protected]> * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the prompt to be less confusing.