summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (display-buffer): When a buffer is displayed in theMartin Rudalics2009-01-042-4/+17
| | | | | | selected and some other window, and not-this-window is non-nil, try to return that other window instead of popping up a new frame. (Bug#30)
* (visual-line-mode-map): Remove M-[ and M-] bindings.Chong Yidong2009-01-041-2/+4
|
* * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.Chong Yidong2009-01-041-0/+4
|
* Minor doc fix.Chong Yidong2009-01-041-4/+6
|
* Undo last change.Chong Yidong2009-01-041-6/+0
|
* * frame.el (make-frame-on-tty): Function deleted.Chong Yidong2009-01-041-0/+6
| | | | * server.el (server-create-tty-frame): Call make-frame directly.
* (sh-ancestor-alist): Doc fix.Chong Yidong2009-01-041-2/+2
|
* * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.Chong Yidong2009-01-041-0/+4
|
* Gnus: Add explanations for recent changes to the code itself.Michael Olson2009-01-042-0/+4
| | | | These are already documented in ChangeLog.
* ERC: Do not include text properties when returning user input.Michael Olson2009-01-032-1/+6
|
* Update ChangeLogs.Michael Olson2009-01-032-0/+13
|
* Gnus: Fix edge cases with no data being returned and Courier eccentricity.Michael Olson2009-01-032-5/+8
| | | | | | | | | | | * lisp/gnus/nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where `headers' is nil. This can occur if the IMAP server does not have permissions to read messages from a folder, but can write new messages to the folder. (nnimap-request-article-part): Do not insert `data' if it is nil. * lisp/net/imap.el (imap-parse-fetch): Courier can insert spurious blank characters which will confuse `read', so skip past them.
* (authors-aliases): Addition.Reiner Steib2009-01-032-2/+7
| | | | (authors): Allow to use it for other projects.
* (copyright-update-directory): Autoload.Reiner Steib2009-01-032-2/+9
| | | | Clarify MATCH argument. Print filenames.
* * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.Michael Albinus2009-01-032-17/+36
| | | | | (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
* * net/tramp.el (tramp-local-host-regexp)Michael Albinus2009-01-031-27/+130
| | | | | | | | | | | | | | | | | | | (tramp-prefix-domain-format) (tramp-prefix-domain-regexp, tramp-domain-regexp) (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format) (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp) (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst. (tramp-file-name-structure, tramp-file-name-regexp-unified) (tramp-completion-dissect-file-name, tramp-parse-hosts-group) (tramp-dissect-file-name, tramp-make-tramp-file-name) (tramp-completion-make-tramp-file-name): Handle IPv6 addresses. (tramp-handle-insert-file-contents): Fix setting of `buffer-read-only'. (tramp-compute-multi-hops, tramp-local-host-p): Use `tramp-local-host-regexp'. (tramp-file-name-real-user, tramp-file-name-domain): Use `tramp-user-with-domain-regexp'.
* * net/dbus.el (dbus-string-to-byte-array): Handle empty array.Michael Albinus2009-01-031-4/+6
|
* (proced-grammar-alist): Refiner can be a list (function help-echo)Roland Winkler2009-01-032-84/+118
| | | | | | | | | | | | | | | | | instead of a cons pair. (proced-post-display-hook): New variable. (proced-tree-depth): Renamed from proced-tree-indent. (proced-mode): Derive mode from special-mode. (proced-mode-map): Changed accordingly. (proced, proced-update): Run proced-post-display-hook. (proced-do-mark-all): Count processes for which mark has been updated. (proced-format): Check for ppid attribute. (proced-process-attributes): Take time and ctime attribute from system-process-attributes. (proced-send-signal): Doc fix. Collect properly the info on marked processes. Use fit-window-to-buffer instead of dired-pop-to-buffer.
* (vhdl-current-line): Don't hardcode point-min==1.Stefan Monnier2009-01-032-8/+13
|
* Remove spurious backspace.Stefan Monnier2009-01-031-2/+2
|
* * bindings.el (mode-line-eol-desc): Fix typo in help message.Juanma Barranquero2009-01-022-3/+8
| | | | (mode-line-client): Fix typo in help message and docstring.
* *** empty log message ***Jason Rumney2009-01-021-0/+4
|
* (image-library-alist): Add gobject library.Jason Rumney2009-01-021-1/+2
|
* (window-system-default-frame-alist)Martin Rudalics2009-01-022-31/+58
| | | | | | (initial-frame-alist, minibuffer-frame-alist) (pop-up-frame-alist, pop-up-frame-function) (special-display-frame-alist): Rewrite and reformat doc-strings.
* (minibuffer-default-add-shell-commands): Fix doc-string typo.Martin Rudalics2009-01-012-1/+6
|
* Fix setting of composition-function-table.Chong Yidong2009-01-012-2/+3
|
* (tibetan-composition-function): Remove unused function, obsoleted byChong Yidong2009-01-011-8/+0
| | | | 2008-09-05 change to tibetan.el.
* * language/cham.el: Fix setting of composition-function-table.Chong Yidong2009-01-011-0/+7
| | | | | | | * language/khmer.el: Fix setting of composition-function-table. * language/tibet-util.el (tibetan-composition-function): Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
* (minibuffer-default): Add defvar.Chong Yidong2009-01-011-0/+5
|
* * simple.el (minibuffer-default): Add defvar.Chong Yidong2009-01-011-0/+2
|
* Require comint.Chong Yidong2009-01-011-1/+1
|
* * hippie-exp.el: Require comint.Chong Yidong2009-01-011-0/+4
|
* (last-buffer): Don't set major mode of *scratch* ifMartin Rudalics2008-12-312-8/+16
| | | | that buffer exists already. Rewrite doc-string.
* (tar-mode): Set write-contents-functions instead ofAndreas Schwab2008-12-312-10/+20
| | | | | | write-region-annotate-functions. (tar-mode-write-contents): New function. (tar-write-region-annotate): Remove.
* (buffer-swapped-with): New var, moved from files.el. Add advice toChong Yidong2008-12-311-0/+28
| | | | basic-save-buffer to use it.
* * pmail.el (buffer-swapped-with): New var, moved from files.el.Chong Yidong2008-12-311-0/+5
| | | | Add advice to basic-save-buffer to use it.
* (basic-save-buffer): Revert 2008-12-22 change.Chong Yidong2008-12-311-20/+0
| | | | (buffer-swapped-with): Var removed.
* * files.el (basic-save-buffer): Revert 2008-12-22 change.Chong Yidong2008-12-311-0/+5
| | | | (buffer-swapped-with): Var removed.
* (compose-gstring-for-variation-glyph): NewKenichi Handa2008-12-302-0/+30
| | | | function. Register it in composition-function-table.
* (lglyph-set-code): New function.Kenichi Handa2008-12-301-0/+1
|
* (tar-data-swapped): New var.Stefan Monnier2008-12-302-11/+41
| | | | | | | (tar-data-swapped-p, tar-swap-data): Use it instead of buffer-swapped-with. (tar-write-region-annotate): Re-add (partial undo of last change). (tar-mode): Use it again (partial undo as well).
* (table-capture): Fix symbol quoting typo.Chong Yidong2008-12-301-1/+1
|
* * textmodes/table.el (table-capture): Fix symbol quoting typo.Chong Yidong2008-12-301-0/+4
|
* (follow-select-if-visible): Improve the check for theChong Yidong2008-12-301-18/+18
| | | | | | last line of the window. (follow-post-command-hook): Perform redisplay in more circumstances, to avoid getting point stuck on partially visible lines.
* * follow.el (follow-select-if-visible): Improve the check for theChong Yidong2008-12-301-0/+8
| | | | | | last line of the window. (follow-post-command-hook): Perform redisplay in more circumstances, to avoid getting point stuck on partially visible lines.
* (follow-calculate-first-window-start-from-below): Avoid loopingChong Yidong2008-12-301-6/+9
| | | | forever if vertical-motion returns an unexpected value.
* * follow.el (follow-calculate-first-window-start-from-below): AvoidChong Yidong2008-12-301-1/+2
| | | | looping forever if vertical-motion returns an unexpected value.
* (follow-calc-win-end): Use with-selected-window.Chong Yidong2008-12-301-78/+84
| | | | | | | | | | | | | (follow-windows-start-end, follow-pos-visible) (follow-windows-aligned-p): Code cleanup. (follow-select-if-visible): Try to avoid partially-visible lines. (follow-select-if-visible-from-first): Call follow-redisplay and move point to destination. (follow-redisplay): New arg, to keep selected window unchanged. (follow-post-command-hook): In final check for destination visibility, use window-start and window-end instead of the less accurate follow-pos-visible. If the selected window is redrawn, tell follow-redisplay to preserve it.
* * follow.el (follow-calc-win-end): Use with-selected-window.Chong Yidong2008-12-301-0/+15
| | | | | | | | | | | | | (follow-windows-start-end, follow-pos-visible) (follow-windows-aligned-p): Code cleanup. (follow-select-if-visible): Try to avoid partially-visible lines. (follow-select-if-visible-from-first): Call follow-redisplay and move point to destination. (follow-redisplay): New arg, to keep selected window unchanged. (follow-post-command-hook): In final check for destination visibility, use window-start and window-end instead of the less accurate follow-pos-visible. If the selected window is redrawn, tell follow-redisplay to preserve it.
* (server-running-p): Remove interactive spec. FixAndreas Schwab2008-12-302-4/+6
| | | | regexp.