1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

94004 Commits

Author SHA1 Message Date
Glenn Morris
b1fbbb32e1 Remove remaining tabs from non-verbatim in doc/misc/*.texi. 2010-06-23 00:44:09 -07:00
Glenn Morris
0351f24c13 Entry for previous change. 2010-06-22 23:40:31 -07:00
Glenn Morris
53507b2c59 Remove some unimportant tabs from examples in some *.texi files. 2010-06-22 23:35:06 -07:00
Glenn Morris
d24880de8b Untabify doc/lispref/*.texi.
* abbrevs.texi, commands.texi, compile.texi, debugging.texi:
* display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
* frames.texi, functions.texi, internals.texi, keymaps.texi:
* loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
* searching.texi, sequences.texi, strings.texi, syntax.texi:
* text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
Untabify Texinfo files.
2010-06-22 20:36:56 -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
Glenn Morris
b11867f956 * info/dir: Start descriptions in column 32, per Texinfo convention. 2010-06-22 20:01:35 -07:00
Glenn Morris
9360256ab9 Untabify doc/misc/*.texi.
* autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
* eieio.texi, faq.texi, flymake.texi, forms.texi, gnus-faq.texi:
* idlwave.texi, mh-e.texi, org.texi, pcl-cvs.texi, pgg.texi:
* reftex.texi, sasl.texi, sc.texi, sem-user.texi, semantic.texi:
* sieve.texi, smtpmail.texi, speedbar.texi, vip.texi, viper.texi:
* widget.texi: Untabify (except for examples).
2010-06-22 19:57:26 -07:00
Glenn Morris
e0e10d9d19 * doc/lispintro/emacs-lisp-intro.texi: Untabify. 2010-06-22 19:51:01 -07:00
Glenn Morris
8838673ef1 Untabify doc/emacs/*.texi files.
* abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
* custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
* files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
* maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
* programs.texi, rmail.texi, screen.texi, search.texi, sending.texi:
* text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
Untabify Texinfo files.
2010-06-22 19:46:43 -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
Chong Yidong
0fc76035ed * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477). 2010-06-20 12:30:27 -04: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
Chong Yidong
52ab9bb27b * image.c (free_image): Mark frame as garbaged (Bug#6426). 2010-06-19 15:43:47 -04:00
Chong Yidong
5338dc0b10 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461). 2010-06-19 14:06:37 -04:00
Chong Yidong
277c5f1802 * keymap.c (Fdefine_key): Doc fix (Bug#6460). 2010-06-19 14:02:41 -04:00
Ken Brown
024681aa4d * etc/PROBLEMS: Update Cygwin GCC information. (Bug#6458) 2010-06-18 19:34:30 -07:00
Glenn Morris
74739ffd73 Close bug#6422.
* lisp/descr-text.el (describe-char-unicode-data): Insert separating
space when needed.
2010-06-18 19:31:44 -07:00
Glenn Morris
4111f0c731 Close bug#6450.
* lisp/progmodes/idlwave.el (idlwave-action-and-binding):
Fix typo in 2009-12-03 change.
2010-06-18 19:27:57 -07:00
Stefan Monnier
b8add347be * lisp/subr.el (read-quoted-char): Fix up last change.
Fixes: debbugs:6290
2010-06-16 23:37:13 -04:00
Juanma Barranquero
fee69dc1c0 doc/misc/ChangeLog: Remove duplicate entry. 2010-06-17 01:52:13 +02:00
Stefan Monnier
36901266a8 * lisp/font-lock.el (font-lock-major-mode): Rename from
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
2010-06-16 16:00:22 -04:00
Juanma Barranquero
8b9f5fe8d8 * etc/NEWS.1-17: Fix typos. 2010-06-15 13:41:21 +02:00
Glenn Morris
6fda6a0c40 Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler. 2010-06-14 23:16:19 -07:00
Stefan Monnier
12755d0846 * lisp/vc-annotate.el (vc-annotate): Use vc-read-revision. 2010-06-15 00:51:42 -04:00
Glenn Morris
95344a11bf * etc/NEWS: appt-add. 2010-06-14 20:49:39 -07:00
Glenn Morris
d7cd4abb48 Tweak previous change.
* 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.
2010-06-14 20:42:33 -07:00
Ivan Kanis
a675c74911 Close bug#5176.
* 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.
2010-06-14 20:38:58 -07:00
Chong Yidong
77d7d2aea4 * INSTALL: Update font information (Bug#6389). 2010-06-12 13:21:01 -04:00
Bob Rogers
a9de35feef Close bug#6361.
* lisp/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
older than version 1.6.
2010-06-12 00:34:36 -07:00
Štěpán Němec
7fb277a9f0 Close bug#6406.
* lisp/url/url-vars.el (url-privacy-level): Fix doc typo.
2010-06-12 00:25:20 -07:00
Glenn Morris
6955432c9f * etc/tutorials/TUTORIAL.bg, etc/tutorials/TUTORIAL.es: Fix typos. 2010-06-12 00:09:32 -07:00
Helmut Eller
37a7e764e8 Close bug#6408.
* lisp/emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
used by cl-do-arglist.
2010-06-12 00:06:15 -07:00
Glenn Morris
103dd3a81a * doc/emacs/basic.texi (Inserting Text): Minor clarification. (Bug#6374) 2010-06-09 22:09:27 -07:00
Glenn Morris
04d3bb6ce4 Doc typo fixes.
* doc/emacs/basic.texi (Inserting Text): Fix typo.
* doc/misc/idlwave.texi (Load-Path Shadows):
* doc/misc/org.texi (Handling links): Fix typos.
2010-06-09 22:04:06 -07:00
Glenn Morris
395b1ea5b8 * INSTALL: General update. 2010-06-09 22:00:18 -07:00
Stefan Monnier
e454a4a330 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Check `object's type before accessing its guts.
2010-06-09 10:31:12 -04:00
Stefan Monnier
989bc97f04 * lisp/emacs-lisp/advice.el (ad-compile-function):
Define warning-suppress-types before we let-bind it.

Fixes: debbugs:6275
2010-06-08 21:18:31 -04:00
Stefan Monnier
8c6eab5a27 * lisp/vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
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
2010-06-08 21:12:53 -04:00
Andreas Schwab
373bf2b76c * minibuf.c (Fall_completions): Add more checks. 2010-06-08 21:42:10 +02:00
Andreas Schwab
657d4c0be3 * minibuf.c (Fall_completions): Add more checks. 2010-06-08 19:56:21 +02:00