Commit graph

50287 commits

Author SHA1 Message Date
Juanma Barranquero
bbc4e17cc2 * dabbrev.el (dabbrev-completion): Fix typo in docstring. 2010-08-01 05:19:23 +02:00
MON KEY
9aea20c9f8 * lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring.
Fixes: debbugs:6747
2010-08-01 02:24:55 +02:00
Leo Liu
16b0b3479e * lisp/eshell/esh-io.el (eshell-get-target): Better detection of read-only file (Bug#6762). 2010-07-30 19:25:06 -04:00
Juanma Barranquero
ad9ae06519 align.el: Doc fixes. 2010-07-30 02:50:13 +02:00
Michael Albinus
c48763bb79 * url-http (url-http-parse-headers): Disable file name handlers at
all (not only Tramp).  (Bug#6717)
2010-07-26 15:19:32 +02:00
Michael Albinus
4ac3a65cf1 * url-http (url-http-parse-headers): Disable Tramp. (Bug#6717) 2010-07-25 13:36:02 +02:00
Juanma Barranquero
fe4be04c37 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494). 2010-07-23 03:51:48 +02:00
Juanma Barranquero
a096f9fe86 lisp/mail/rmail.el: Update autoload checksum. 2010-07-21 13:31:22 +02:00
Juanma Barranquero
604f7ca6ec * cedet/semantic/db-file.el (object-write): Fix typo in docstring. 2010-07-20 02:04:31 +02:00
Juanma Barranquero
7c7c04c037 * time.el (display-time-day-and-date): Remove spurious * in docstring.
(display-time-world-buffer-name, display-time-world-mode-map):
  Fix typos in docstrings.
2010-07-19 12:42:22 +02:00
Chong Yidong
e72b6fa4b2 Doc fix to commentary (Bug#6653). 2010-07-17 17:57:06 -04:00
Shyam Karanatt
c9088194ea Fix size calculation for sliced images in image-mode (Bug#6639).
* lisp/image-mode.el (image-display-size): New function.
(image-forward-hscroll, image-next-line, image-eol, image-eob)
(image-mode-fit-frame): Use it (Bug#6639).
2010-07-17 17:51:04 -04:00
Chong Yidong
dad7c7162b * lisp/dired.el (dired-buffers-for-dir): Handle list values of dired-directory (Bug#6636). 2010-07-17 17:25:32 -04:00
Reiner Steib
f253ef6a8e Fix bug #4451.
vc.el (vc-coding-system-inherit-eol): New defvar.
 (vc-coding-system-for-diff): Use it to decide whether to inherit
 from the file the EOL format for reading the diffs of that file.
2010-07-16 13:17:13 +03:00
Eli Zaretskii
134a027f69 mail/rmailmm.el (rmail-mime-save): Make the temp buffer unibyte,
so compressed attachments are not compressed again.

 See http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg00599.html
2010-07-16 12:59:37 +03:00
Jan D
243881ed13 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
now that unicode is used (Bug#6594).
2010-07-14 19:53:42 +02:00
Chong Yidong
5cbce271a6 * simple.el (push-mark-command): Set selection for select-active-regions. 2010-07-14 12:11:39 -04:00
Glenn Morris
3260caf88a cal-tex.el fixes for calendar-week-start-day != 0.
* calendar/calendar.el (calendar-week-end-day): New function.
* calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
Respect calendar-week-start-day.  (Bug#6606)
(cal-tex-insert-day-names, cal-tex-insert-blank-days)
(cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
(cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
respect calendar-week-start-day.
2010-07-10 16:34:57 -07:00
Chong Yidong
e5b826aed0 Fix last fix. 2010-07-10 18:41:55 -04:00
Chong Yidong
c876b2638b * simple.el (use-region-p): Doc fix (Bug#6607). 2010-07-10 15:32:53 -04:00
Christoph Scholtes
4565b08e18 Add some font-locking for Python 2.7.
* lisp/progmodes/python.el (python-font-lock-keywords): Add Python 2.7
builtins (BufferError, BytesWarning, WindowsError; callables
bin, bytearray, bytes, format, memoryview, next, print; __package__).
2010-07-06 21:46:58 -07:00
Glenn Morris
4955438820 Minor zone.el fix.
* play/zone.el (zone-fall-through-ws): Fix next-line -> forward-line fallout.
2010-07-06 20:52:05 -07:00
Chong Yidong
e8579ebc15 Minor fix to describe-key, and a docstring.
* help.el (describe-key): Print up-event using key-description.

* mouse.el (mouse-appearance-menu): Add docstring.
2010-07-06 15:42:46 -04:00
Michael Albinus
5d1cd8bd9f * net/zeroconf.el (zeroconf-resolve-service)
(zeroconf-service-resolver-handler): Use
`dbus-byte-array-to-string'.
(zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2010-07-03 13:12:53 +02:00
Michael Albinus
112dbc0eee * net/zeroconf.el (zeroconf-service-remove-hook): New defun. 2010-07-03 12:52:17 +02:00
Dan Nicolaescu
d0cb23caf4 Avoid displaying files with a nil state in vc-dir.
* 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.
2010-06-30 15:03:07 -07:00
Chong Yidong
01b229d127 * xml.el (xml-parse-region): Avoid infloop (Bug#5281). 2010-06-30 16:34:06 -04:00
Juanma Barranquero
8bf1c7863f lisp/ChangeLog: Remove "(tiny change)" note. 2010-06-29 22:41:04 +02:00
Leo Liu
a354ac6a0c emacs-lisp/rx.el (rx): Doc fix. (Bug#6537) 2010-06-29 14:09:07 +02:00
Chong Yidong
dfc6544ca0 Font lock fix for batch mode (Bug#5719).
* generic-x.el (bat-generic-mode): Fix regexp for command line
switches (Bug#5719).
2010-06-27 14:43:34 -04:00
Chong Yidong
b7d4de5185 Minor fix for htmlfontify.el (Bug#6239).
* htmlfontify.el (hfy-face-attr-for-class): Use `append' instead
of `nconc' (Bug#6239).
2010-06-27 14:24:42 -04:00
Chong Yidong
3726248fdc Remove unnecessary let-bindings in bookmark.el (Bug#6515)
* 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).
2010-06-27 14:03:26 -04:00
Glenn Morris
39f8a48b18 Fix typos in some Keywords comments. 2010-06-26 14:01:38 -07:00
Andreas Schwab
15b72850c1 Update cl-loaddefs.el 2010-06-26 20:49:18 +02:00
Eli Zaretskii
aca5419174 Fix bugs #6144 and #6467.
arc-mode.el (archive-zip-extract): Don't quote the file name on
 MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
2010-06-25 14:42:47 +03:00
Štěpán Němec
2330fa87a5 Doc fix.
* lisp/comint.el (make-comint, make-comint-in-buffer): Mention return
value in the docstrings.  (Bug#6498)
2010-06-23 23:38:09 -07:00
Yoni Rabkin
29115ca9b0 Minor bs.el font-lock change.
* lisp/bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired
pattern, since it is not present when using some non-default switches.
2010-06-23 23:30:51 -07:00
Karl Fogel
2c79f05378 Backport from trunk: doc fix.
* 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'.
2010-06-22 20:07:20 -07:00
Dan Nicolaescu
50d76a9f7d Fix vc-annotate for renamed files when using Git.
* 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.
2010-06-22 12:25:17 -07:00
Glenn Morris
75468d7124 * lisp/font-setting.el: Fix previous change. 2010-06-22 00:37:07 -07:00
Glenn Morris
e9dc55ba85 * dnd.el, font-setting.el, x-dnd.el: Use utf-8 coding (for author name). 2010-06-22 00:10:16 -07:00
Glenn Morris
943375a636 Minor js.el fix.
* lisp/progmodes/js.el (js-mode-map): Use standard capitalization and
ellipses for menu entries.
2010-06-22 00:04:20 -07:00
Glenn Morris
6095a05b11 * lisp/wid-edit.el (widget-complete): Doc fix. 2010-06-21 20:24:22 -07:00
Glenn Morris
2b1b005c76 * lisp/url/ChangeLog: Standardize author name . 2010-06-21 20:20:24 -07:00
Jürgen Hötzel
4514199ef2 * lisp/wid-edit.el (widget-complete): Fix typo in 2009-12-02 change. 2010-06-21 20:18:04 -07:00
Dan Nicolaescu
11c46b395d Fix annotating other revisions for renamed files in vc-annotate.
* 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)
2010-06-21 20:00:54 -07:00
Dan Nicolaescu
c4786d60fe Fix vc-annotate-show-changeset-diff-revision-at-line for git.
* 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)
2010-06-21 19:08:55 -07:00
Dan Nicolaescu
04ec0963f6 Fix finding revisions in for renamed files in vc-annotate.
* 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)
2010-06-21 18:26:30 -07:00
Dan Nicolaescu
c036381c22 Fix reading file names in Git annotate buffers.
* lisp/vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
2010-06-21 13:03:30 -07:00
Alan Mackenzie
05c123e62c * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set in file
local variables, set it first.
2010-06-20 16:17:05 +00:00