summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/emacs-lisp/debug.el (debug-convert-byte-code): Don't assume theStefan Monnier2011-09-272-1/+8
| | | | | | object has more than 4 slots. Fixes: debbugs:9613
* Fix typos.Juanma Barranquero2011-09-284-4/+10
|
* Improve doc strings for completion styles.Eli Zaretskii2011-09-272-2/+11
| | | | | | lisp/minibuffer.el (completion-styles) (completion-category-overrides): Cross reference each other in doc strings.
* pcmpl-cvs.el fix for bug#9606Glenn Morris2011-09-272-7/+12
| | | | | * lisp/pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes to split-string.
* * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection.Lars Magne Ingebrigtsen2011-09-272-1/+6
| | | | Fixes: debbugs:9615
* Force left-to-right paragraphs in Org buffers.Eli Zaretskii2011-09-272-0/+7
| | | | | | lisp/org/org.el (org-mode): Force left-to-right paragraphs in Org buffers. For a related discussions, see https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
* * lisp/emacs-lisp/package.el (list-packages): Fix echo area message.Chong Yidong2011-09-272-2/+7
|
* Accept cons cell HIST arg in ido-read-internalLeo Liu2011-09-272-3/+12
|
* Clarify plstore-select-keys documentation.Daiki Ueno2011-09-272-4/+11
| | | | | * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify documentation.
* merge trunkKenichi Handa2011-09-2751-1290/+1806
|\
| * Fix last change.Katsumi Yamaoka2011-09-261-2/+0
| |
| * nnimap.el (nnimap-insert-partial-structure): The charset parameter isn't ↵Lars Magne Ingebrigtsen2011-09-262-5/+10
| | | | | | | | case-sensitive.
| * Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2011-09-266-58/+96
| | | | | | | | | | | | | | | | | | nnimap.el (nnimap-wait-for-response): Message less (bug#9540). nnheader.el (nnheader-message-maybe): New function. shr.el (shr-tag-table): Render totally broken tables better. mml.el (mml-generate-mime-1): Don't alter the contents if we're computing the boundary. pop3.el (pop3-number-of-responses): Removed. (pop3-wait-for-messages): Rewrite to take linear time instead of exponential time.
| * Bump version to 24.0.90.Chong Yidong2011-09-251-832/+878
| | | | | | | | Regenerate AUTHORS and ldefs-boot.el.
| * * net/dbus.el (dbus-unregister-object): Don't release services forMichael Albinus2011-09-252-10/+17
| | | | | | | | registered signals. (Bug#9581)
| * * lisp/progmodes/cfengine.el (cfengine-auto-mode): Add convenience function.Ted Zlatanov2011-09-252-8/+31
| | | | | | | | | | | | * lisp/progmodes/cfengine.el (cfengine-auto-mode): Add convenience function that picks between cfengine 2 and 3 support automatically. Update docs accordingly.
| * Support a new variable `shr-ignore-cache' to re-fetch images when hitting ↵Lars Magne Ingebrigtsen2011-09-243-3/+20
| | | | | | | | | | | | | | `g' in Gnus. gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to re-fetch images. shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to re-fetch images when hitting `g' in Gnus.
| * * url-http.el (url-http-create-request): Avoid adding extra CRLF (Bug#8931).Christopher J. White2011-09-242-1/+8
| |
| * Minor doc fixes for some window functions.Chong Yidong2011-09-241-3/+3
| | | | | | | | | | Minor doc fixes for switch-to-buffer, window-prev-buffers, set-window-prev-buffers, set-window-next-buffers.
| * * allout.el (allout-this-command-hid-stuff): Buffer-local variable that'sKen Manheimer2011-09-242-4/+22
| | | | | | | | | | | | | | true if the current command involved collapsing of text. It's reset to false at the beginning of the next command. (allout-post-command-business): Move the cursor to the beginning of entry if the cursor is hidden and collapsing activity just happened.
| * * mouse.el (mouse-drag-track): Set scroll-margin to 0 while tracking.Chong Yidong2011-09-242-1/+7
| | | | | | | | Fixes: debbugs:9541
| * newsticker: automatically load html rendering packages.Ulf Jasper2011-09-242-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | lisp/ChangeLog: 2011-09-24 Ulf Jasper <ulf.jasper@web.de> * net/newst-reader.el (newsticker-html-renderer) (newsticker-show-news): Automatically load html rendering package if newsticker-html-renderer is set. Fixes "Warning: defvar ignored because w3m-fill-column is let-bound" and the error "Symbol's value as variable is void: w3m-fill-column".
| * * net/dbus.el (dbus-unregister-object): Remove match rule of signals.Michael Albinus2011-09-242-13/+25
| | | | | | | | Release services only if they are defined. (Bug#9581)
| * For moving backward sentences,Richard M. Stallman2011-09-232-9/+16
| | | | | | | | distinguish start of paragraph from start of its text.
| * Autoload report-emacs-bug-query-existing-bugs.Richard M. Stallman2011-09-232-0/+3
| |
| * Don't allow killing Rmail view buffer by itself.Richard M. Stallman2011-09-232-4/+22
| | | | | | | | It gets killed only when its Rmail buffer gets killed.
| * * erc-button.el (erc-button-next-function): Scoping fix (Bug#9487).Antoine Levitt2011-09-232-13/+18
| |
| * * lisp/international/mule-diag.el (mule-diag): Insert a newline afterAndreas Schwab2011-09-232-1/+7
| | | | | | | | each fontset description.
| * * lisp/simple.el (delete-trailing-whitespace): Document last change; simplify.Stefan Monnier2011-09-232-10/+16
| |
| * * lisp/simple.el (delete-trailing-whitespace): Also deletePeter J. Weisberg2011-09-232-0/+9
| | | | | | | | extra newlines at the end of the buffer.
| * * lisp/textmodes/picture.el: Make motion commands obey shift-select-mode.Peter J. Weisberg2011-09-232-21/+27
| | | | | | | | (picture-newline): Use forward-line so as to ignore fields.
| * * lisp/subr.el (with-wrapper-hook): Fix edebug spec.Stefan Monnier2011-09-232-1/+5
| |
| * * simple.el (kill-line): Note effect of `show-trailing-whitespace'.Lars Magne Ingebrigtsen2011-09-232-0/+9
| | | | | | | | Fixes: debbugs:4538
| * * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions): FixMichael Albinus2011-09-232-9/+14
| | | | | | | | nasty bug using wrong cached values.
| * progmodes/cc-defs.el (c-version): Increase to 5.31.9.Alan Mackenzie2011-09-232-1/+5
| |
| * Add reference to Bug#410 in ChangeLog entry.Martin Rudalics2011-09-231-1/+1
| |
| * * window.el (pop-to-buffer): Ensure right window is selected if we chose ↵Chong Yidong2011-09-222-5/+9
| | | | | | | | | | | | | | another frame. Otherwise, C-x 5 b might not select the right window if reusing a window on another frame.
| * Make "C-x =" show display properties from overlays.Eli Zaretskii2011-09-222-2/+8
| | | | | | | | | | | | lisp/simple.el (what-cursor-position): Use get-char-property-change and next-single-char-property-change, to be able to show display properties that come from overlays as well as text properties.
| * Reintroduce pop-to-buffer-same-window; use it for previous users of ↵Chong Yidong2011-09-228-12/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | same-window-*. * window.el (pop-to-buffer-same-window): New (reinstated) fun. * cmuscheme.el (run-scheme, switch-to-scheme): * cus-edit.el (customize-group, custom-buffer-create) (customize-browse): * info.el (info): * shell.el (shell): * mail/sendmail.el (mail): * progmodes/inf-lisp.el (inferior-lisp): Use it. Fixes: debbugs:9532
| * Fix bug that C-x DEL deleted a newline before paragraph.Richard M. Stallman2011-09-222-12/+21
| |
| * * files.el (copy-directory): Set directory attributes only in caseMichael Albinus2011-09-222-3/+9
| | | | | | | | they could be retrieved from the source directory. (Bug#9565)
| * In special-display-popup-frame reset new frame's previous buffers to nil.Martin Rudalics2011-09-222-8/+12
| | | | | | | | | | * window.el (special-display-popup-frame): When popping up a new frame reset its previous buffers to nil. Simplify code.
| * Small hideshow fix - ignore strings as well as comments (tiny change)Dima Kogan2011-09-222-4/+10
| | | | | | | | | | | | | | | | * lisp/progmodes/hideshow.el (hs-looking-at-block-start-p) (hs-find-block-beginning, hs-hide-level-recursive): Ignore strings as well as comments. Fixes: debbugs:9502
| * Small sql.el fix (tiny change)Andrew Schein2011-09-222-1/+6
| | | | | | | | | | | | | | * lisp/progmodes/sql.el (sql-comint-postgres): Convert port number to a string. Fixes: debbugs:9556
| * Undedicate window when quitting should switch to previous buffer.Martin Rudalics2011-09-222-0/+8
| | | | | | | | | | | | * window.el (quit-window): Undedicate window when switching to previous buffer. Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
| * mml.el (mml-inhibit-compute-boundary): New internal variable.Katsumi Yamaoka2011-09-222-25/+29
| | | | | | | | | | (mml-compute-boundary): Don't check collision if it is non-nil. (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part before checking collision.
| * Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2011-09-216-36/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | gnus.texi (Archived Messages): Note the default (bug#9552). message.el (message-indent-citation): Really make sure there's a newline at the end. nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows. Fix suggested by John Wiegley. pop3.el (pop3-open-server): Fix +OK end-of-command regexp. gnus-art.el (gnus-treat-hide-citation): Add doc. message.el (message-default-send-rename-function): Break out into its own function. ecomplete.el (ecomplete-display-matches): Revert patch since it doesn't work under XEmacs. nnimap.el (nnimap-map-port): New function to connect to 993 instead of "imaps" to word around Windows problems. (nnimap-open-connection-1): Use it. message.el (message-indent-citation): Revert last change which made `F' not work.
| * ecomplete.el (ecomplete-display-matches): Intercept key sequence from ↵Kan-Ru Chen2011-09-212-4/+10
| | | | | | | | terminal as well.
| * * net/tramp.el (tramp-handle-shell-command): Set process sentinelMichael Albinus2011-09-212-2/+9
| | | | | | | | and process filter, as done also in `shell-command'.
| * Rewrite code quitting windows and restoring the previous buffer.Martin Rudalics2011-09-213-76/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * window.el (set-window-buffer-start-and-point): Call set-window-start with NOFORCE argument t. Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>. (quit-window): Reword doc-string. Handle new format of quit-restore parameter. Don't delete window if it has a previous buffer we can show instead of the present one. (display-buffer-record-window): Rewrite using a new format for the quit-restore window parameter (special-display-popup-frame, display-buffer-same-window) (display-buffer-reuse-window, display-buffer-pop-up-frame) (display-buffer-pop-up-window, display-buffer-use-some-window): Adapt symbol passed to display-buffer-record-window. * help.el (help-window-setup): Handle new format of quit-restore parameter.