summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
| * * net/zeroconf.el (zeroconf-resolve-service)Michael Albinus2010-07-032-7/+10
| | | | | | | | | | | | (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'. (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
| * * net/zeroconf.el (zeroconf-service-remove-hook): New defun.Michael Albinus2010-07-032-0/+21
| |
| * Avoid displaying files with a nil state in vc-dir.Dan Nicolaescu2010-06-302-16/+28
| | | | | | | | | | | | | | * lisp/vc-dir.el (vc-dir-update): Obey the noinsert argument in all cases that cause insertion. (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files with a nil state.
| * * xml.el (xml-parse-region): Avoid infloop (Bug#5281).Chong Yidong2010-06-302-12/+18
| |
| * lisp/ChangeLog: Remove "(tiny change)" note.Juanma Barranquero2010-06-291-3/+2
| |
| * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)Leo Liu2010-06-292-3/+4
| |
| * Font lock fix for batch mode (Bug#5719).Chong Yidong2010-06-272-4/+8
| | | | | | | | | | * generic-x.el (bat-generic-mode): Fix regexp for command line switches (Bug#5719).
| * Minor fix for htmlfontify.el (Bug#6239).Chong Yidong2010-06-272-1/+6
| | | | | | | | | | * htmlfontify.el (hfy-face-attr-for-class): Use `append' instead of `nconc' (Bug#6239).
| * Remove unnecessary let-bindings in bookmark.el (Bug#6515)Chong Yidong2010-06-272-6/+10
| | | | | | | | | | | | | | * bookmark.el (bookmark-bmenu-2-window) (bookmark-bmenu-other-window) (bookmark-bmenu-other-window-with-mouse): Remove unnecessary bindings of bookmark-automatically-show-annotations (Bug#6515).
| * Fix typos in some Keywords comments.Glenn Morris2010-06-263-5/+5
| |
| * Update cl-loaddefs.elAndreas Schwab2010-06-261-1/+1
| |
| * Fix bugs #6144 and #6467.Eli Zaretskii2010-06-252-2/+11
| | | | | | | | | | arc-mode.el (archive-zip-extract): Don't quote the file name on MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
| * Doc fix.Štěpán Němec2010-06-232-2/+11
| | | | | | | | | | * lisp/comint.el (make-comint, make-comint-in-buffer): Mention return value in the docstrings. (Bug#6498)
| * Minor bs.el font-lock change.Yoni Rabkin2010-06-232-1/+6
| | | | | | | | | | * lisp/bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern, since it is not present when using some non-default switches.
| * Backport from trunk: doc fix.Karl Fogel2010-06-222-1/+7
| | | | | | | | | | | | * lisp/simple.el (compose-mail): Fix doc string to refer to `compose-mail-user-agent-warnings', instead of to the nonexistent `compose-mail-check-user-agent'.
| * Fix vc-annotate for renamed files when using Git.Dan Nicolaescu2010-06-222-9/+23
| | | | | | | | | | | | | | | | | | * lisp/vc-git.el (vc-git-find-revision): Deal with empty results from ls-files. Doe not pass the object as a file name to cat-file, it is not a file name. (vc-git-annotate-command): Pass the file name using -- to avoid ambiguity with the revision. (vc-git-previous-revision): Pass a relative file name.
| * * lisp/font-setting.el: Fix previous change.Glenn Morris2010-06-221-1/+1
| |
| * * dnd.el, font-setting.el, x-dnd.el: Use utf-8 coding (for author name).Glenn Morris2010-06-223-7/+8
| |
| * Minor js.el fix.Glenn Morris2010-06-222-5/+7
| | | | | | | | | | * lisp/progmodes/js.el (js-mode-map): Use standard capitalization and ellipses for menu entries.
| * * lisp/wid-edit.el (widget-complete): Doc fix.Glenn Morris2010-06-212-1/+8
| |
| * * lisp/url/ChangeLog: Standardize author name .Glenn Morris2010-06-211-1/+1
| |
| * * lisp/wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.Jürgen Hötzel2010-06-212-3/+7
| |
| * Fix annotating other revisions for renamed files in vc-annotate.Dan Nicolaescu2010-06-212-4/+12
| | | | | | | | | | | | * lisp/vc-annotate.el (vc-annotate): Add an optional argument for the VC backend. Use it when non-nil. (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
| * Fix vc-annotate-show-changeset-diff-revision-at-line for git.Dan Nicolaescu2010-06-212-1/+8
| | | | | | | | | | | | * lisp/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal): Do not pass the file name to the 'previous-revision call when we don't want a file diff. (Bug#6489)
| * Fix finding revisions in for renamed files in vc-annotate.Dan Nicolaescu2010-06-213-4/+15
| | | | | | | | | | | | | | * lisp/vc.el (vc-find-revision): Add an optional argument for the VC backend. Use it when non-nil. * lisp/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC backend to vc-find-revision. (Bug#6487)
| * Fix reading file names in Git annotate buffers.Dan Nicolaescu2010-06-212-2/+12
| | | | | | | | | | * lisp/vc-git.el (vc-git-annotate-extract-revision-at-line): Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
| * * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set in fileAlan Mackenzie2010-06-202-1/+11
| | | | | | | | local variables, set it first.
| * Close bug#6422.Glenn Morris2010-06-182-1/+4
| | | | | | | | | | * lisp/descr-text.el (describe-char-unicode-data): Insert separating space when needed.
| * Close bug#6450.Glenn Morris2010-06-182-1/+6
| | | | | | | | | | * lisp/progmodes/idlwave.el (idlwave-action-and-binding): Fix typo in 2009-12-03 change.
| * * lisp/subr.el (read-quoted-char): Fix up last change.Stefan Monnier2010-06-162-6/+9
| | | | | | | | Fixes: debbugs:6290
* | Prevent find-file from opening empty buffer when decryptin failed (bug#6568).Daiki Ueno2010-07-082-0/+24
| | | | | | | | | | | | | | * epa-file.el (epa-file-error, epa-file--find-file-not-found-function) (epa-file-insert-file-contents): Hack to prevent find-file from opening empty buffer when decryptin failed (bug#6568).
* | Improve ispell.el word completion handling. Agustín Martín2010-07-072-17/+40
| | | | | | | | | | | | | | | | | | | | | | | | * ispell.el (ispell-alternate-dictionary): Use file-readable-p. Return nil if no word-list is found at default locations. (ispell-complete-word-dict): Default to nil. (ispell-command-loop): Use 'word-list' when using lookup-words. (lookup-words): Use ispell-complete-word-dict or ispell-alternate-dictionary. Check for word-list availability and handle errors if needed with better messages (Bug#6539). (ispell-complete-word): Use ispell-complete-word-dict or ispell-alternate-dictionary.
* | Minor zone.el fixes for bug#6483.Glenn Morris2010-07-062-35/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Zone did not like the intangible newlines etc in the gomoku buffer. * lisp/play/zone.el (top-level): Do not require timer, tabify, or cl. (zone-shift-left): Ignore intangibility, and any errors from forward-char. (zone-shift-right): Remove no-op end-of-line. Ignore intangibility. (zone-pgm-putz-with-case): Use upcase-region rather than inserting, deleting, and copying text properties. (zone-line-specs, zone-pgm-stress): Check forward-line exit status. (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting to point-max is hard. (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes. (zone-fill-out-screen): Ignore intangibility.
* | Set default-frame-alist, if necessary, in menu/tool-bar-mode.Chong Yidong2010-07-053-9/+24
| | | | | | | | | | | | * menu-bar.el (menu-bar-mode): * tool-bar.el (tool-bar-mode): Replace default-frame-alist element if it has been set.
* | Fix multi-click selection behavior (Bug#6565).Chong Yidong2010-07-052-5/+16
| | | | | | | | | | * lisp/mouse.el (mouse-drag-track): Call mouse-start-end to handle word/line selection (Bug#6565).
* | * lisp/bookmark.el (bookmark-bmenu-switch-other-window,Karl Fogel2010-07-041-6/+3
| | | | | | | | | | bookmark-bmenu-other-window, bookmark-bmenu-2-window): Don't override ambient binding of `bookmark-automatically-show-annotations'. (Bug #6515)
* | * net/dbus.el (dbus-send-signal): Declare function.Juanma Barranquero2010-07-042-0/+5
| |
* | * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).Michael Albinus2010-07-042-13/+50
| | | | | | | | | | (dbus-register-property): New optional argument EMITS-SIGNAL. (dbus-property-handler): Send signal "PropertiesChanged" if requested.
* | Simplify mouse-dragging implementation.Chong Yidong2010-07-023-242/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that DEL deletes active regions, we can handle it by using the ordinary region instead of a separate overlay. * mouse.el (mouse-drag-overlay): Variable deleted. (mouse-move-drag-overlay, mouse-show-mark): Functions deleted. (mouse--remap-link-click-p): New function. (mouse-drag-track): Handle dragging by using temporary Transient Mark mode, instead of a special overlay. (mouse-kill-ring-save, mouse-save-then-kill): Don't call mouse-show-mark. * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay deleted.
* | * lisp/autoinsert.el (auto-insert-alist): Fix readabilityJuri Linkov2010-07-032-3/+8
| | | | | | | | by using dotted pair notation for lambda.
* | * lisp/faces.el (read-face-name): Rename arg `string-describing-default'Juri Linkov2010-07-032-8/+18
| | | | | | | | | | | | | | | | | | to `default'. Doc fix. Display the default value in quotes in the prompt. With empty input, return the `default' arg, unless the default value is a string (in which case return nil). (describe-face): Replace the string `default' arg of `read-face-name' with the symbol `default'. http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg01109.html
* | Replace delete-backward-char Lisp calls in Viper (Bug#6552).Chong Yidong2010-07-022-6/+14
| | | | | | | | | | | | | | | | * emulation/viper-cmd.el (viper-delete-backward-char) (viper-del-backward-char-in-insert) (viper-del-backward-char-in-replace, viper-change) (viper-backward-indent): Replace delete-backward-char with delete-char (Bug#6552).
* | 2010-07-01 Mark A. Hershberger <mah@everybody.org>Mark A. Hershberger2010-07-012-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | * url-http.el (url-http-create-request): Add a CRLF on the end so that POSTs with content to https urls work. See <https://bugs.launchpad.net/mediawiki-el/+bug/540759> Prior to this, the following request would not terminate: (let ((url-request-method "POST") (url-request-data "action=login")) (url-retrieve-synchronously "https://example.org/wiki/api.php"))
* | * ruler-mode.el (ruler--save-header-line-format): Fix typos.Chong Yidong2010-07-012-8/+11
| |
* | Fix application of default-frame-alist (Bug#5378).Chong Yidong2010-06-303-36/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/frame.el (make-frame): Add default-frame-alist to the PARAMETERS argument passed to frame-creation-function (Bug#5378). * lisp/faces.el (x-handle-named-frame-geometry) (x-handle-reverse-video, x-create-frame-with-faces) (face-set-after-frame-default, tty-create-frame-with-faces): Don't separately consult default-frame-alist. It is now passed as the PARAMETER argument. * src/frame.c (get_future_frame_param, Fmake_terminal_frame): Don't check default-frame-alist.
* | Fix whitespace in ChangeLogs.Juanma Barranquero2010-07-011-1/+1
| |
* | * startup.el (command-line): Don't call tool-bar-setup in a tty-only build.Andreas Schwab2010-07-012-4/+10
| |
* | Don't always set ruler-mode-header-line-format-old (Bug#5370).Chong Yidong2010-06-302-10/+32
| | | | | | | | | | | | * ruler-mode.el (ruler--save-header-line-format): New fun. (ruler-mode): Use it as a setter function, so as not to overwrite ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
* | Allow global VC ops like `C-x v D' in Diff and Log-View buffers.Chong Yidong2010-06-293-17/+27
| | | | | | | | | | | | | | | | | | * vc/diff-mode.el (diff-vc-backend): New var. * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers. (vc-root-diff, vc-print-root-log, vc-log-incoming) (vc-log-outgoing): Use it. (vc-diff-internal): Set diff-vc-backend.
* | dynamic-setting.el (font-setting-change-default-font): Remove call to message.Jan D2010-06-282-1/+5
| |