summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* * lisp/font-lock.el (font-lock-major-mode): Rename fromStefan Monnier2010-06-163-9/+19
| | | | | | | | | | font-lock-mode-major-mode to distinguish it from global-font-lock-mode's own font-lock-mode-major-mode. (font-lock-set-defaults): * lisp/font-core.el (font-lock-default-function): Adjust users. (font-lock-mode): Don't set it at all. Fixes: debbugs:6135
* * lisp/vc-annotate.el (vc-annotate): Use vc-read-revision.Stefan Monnier2010-06-152-4/+8
|
* Tweak previous change.Glenn Morris2010-06-142-18/+43
| | | | | | | | * lisp/calendar/appt.el (appt-time-msg-list): Doc fix. (appt-check): Let-bind appt-warn-time. (appt-add): Make the 3rd argument optional. Simplify argument names. Doc fix. Check for integer WARNTIME. Only add WARNTIME to the output list if non-nil.
* Close bug#5176.Ivan Kanis2010-06-142-7/+21
| | | | | | * lisp/calendar/appt.el (appt-check): Let the 3rd element of appt-time-msg-list specify the warning time. (appt-add): Add new argument with the warning time.
* Close bug#6361.Bob Rogers2010-06-122-1/+6
| | | | | * lisp/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions older than version 1.6.
* Close bug#6406.Štěpán Němec2010-06-122-1/+5
| | | | * lisp/url/url-vars.el (url-privacy-level): Fix doc typo.
* Close bug#6408.Helmut Eller2010-06-122-1/+6
| | | | | * lisp/emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote', used by cl-do-arglist.
* * lisp/emacs-lisp/advice.el (ad-compile-function):Stefan Monnier2010-06-082-0/+5
| | | | | | Define warning-suppress-types before we let-bind it. Fixes: debbugs:6275
* * lisp/vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;Stefan Monnier2010-06-083-3/+16
| | | | | | | | declare it, make it buffer-local, and permanent-local. (vc-resynch-window): Adjust name. * lisp/vc-hooks.el (vc-find-file-hook): Adjust name. Fixes: debbugs:6324
* * lisp/net/rcirc.el: Add support for password authentication.Jonathan Rockway2010-06-072-4/+26
| | | | | | (rcirc-server-alist): Add :password keyword. (rcirc): Ask for a password, or get it from the server's alist. (rcirc-connect): Add password argument. Pass it to server.
* * net/dbus.el: Fix typos and declare function.Juanma Barranquero2010-06-052-11/+18
|
* * term/common-win.el (x-colors): Add "dark green" and "dark turquoise" ↵Chong Yidong2010-06-042-4/+10
| | | | (Bug#6332).
* Fix to semantic-lex-spp-table-write-slot-value (Bug#6324).Eric M. Ludlam2010-06-032-31/+31
| | | | | | * cedet/semantic/lex-spp.el (semantic-lex-spp-table-write-slot-value): Instead of erroring on invalid values during save, just save a nil (Bug#6324).
* Fix typos.Juanma Barranquero2010-06-036-7/+7
|
* Close bug#6336.Glenn Morris2010-06-022-1/+8
| | | | * lisp/desktop.el (desktop-clear-preserve-buffers): Add "*Warnings*" buffer.
* * lisp/vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).Dan Nicolaescu2010-06-012-5/+19
| | | | Backport from trunk.
* * lisp/vc-bzr.el (vc-bzr-revision-completion-table): ApplyStefan Monnier2010-05-312-3/+10
| | | | `file-directory-p' to the filename part rather than to the whole text.
* Fix up changelog entryStefan Monnier2010-05-311-1/+1
|
* * lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name.Jonathan Marchand2010-05-312-1/+6
| | | | Fixes: debbugs:6231
* * lisp/man.el (Man-completion-table): Let the user type "-k ".Stefan Monnier2010-05-312-4/+10
| | | | Fixes: debbugs:6319
* Backport from trunk: Fix bug#6298.Drew Adams2010-05-312-1/+5
|
* Fix for momentary-string-display (Bug#6238).Juanma Barranquero2010-05-312-16/+10
| | | | | * lisp/subr.el (momentary-string-display): Just use read-event to read the exit event (Bug#6238).
* * ansi-color.el: Delete unused escape sequences (Bug#6085).Chong Yidong2010-05-292-36/+63
| | | | | | | (ansi-color-drop-regexp): New constant. (ansi-color-apply, ansi-color-filter-region) (ansi-color-apply-on-region): Delete unrecognized control sequences. (ansi-color-apply): Build string list before calling concat.
* * progmodes/verilog-mode.el (verilog-type-font-keywords): UseChong Yidong2010-05-273-5/+26
| | | | | | | font-lock-constant-face, not obsolete font-lock-reference-face. * htmlfontify.el (hfy-face-resolve-face): New function. (hfy-face-to-style): Use it (Bug#6279).