1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00
Commit Graph

15119 Commits

Author SHA1 Message Date
Chong Yidong
51dde7dc8a * vc.el (vc-mark-resolved): Move message here from vc-default-mark-resolved.
(vc-default-mark-resolved): Change to an alias for ignore.
2008-09-25 01:44:10 +00:00
Chong Yidong
1601aa7acf * term.el (term-emulate-terminal): Encode input string before checking
its length.
2008-09-25 00:05:40 +00:00
Chong Yidong
32655809a8 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton is
loaded.
2008-09-24 22:50:56 +00:00
Chong Yidong
ef1a3179f0 * server.el (server-buffer-done): Avoid changing the buffer when
deleting the client's frame (bug#640).
2008-09-24 20:11:47 +00:00
Chong Yidong
b1a6746fb8 * vc.el (vc-default-mark-resolved): New function. 2008-09-24 19:14:48 +00:00
Chong Yidong
574297e3b9 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
from raising a wrong-type-argument error.
2008-09-24 17:55:57 +00:00
Martin Rudalics
e3d51b2790 *** empty log message *** 2008-09-24 16:24:35 +00:00
Martin Rudalics
46f12fd46f (describe-face): Print relative file name in help buffer. 2008-09-24 16:15:38 +00:00
Juanma Barranquero
10d1d0af5f Fix typos. 2008-09-24 01:16:16 +00:00
Romain Francoise
86ec740ec4 (with-output-to-string): Make sure that the temporary buffer gets
killed.
2008-09-23 17:26:40 +00:00
Martin Rudalics
be10dcf247 (calculate-lisp-indent): Fix indentation problem with keyword symbols
when a list starts with ,@ or spaces.  (Bug#1012)
2008-09-23 07:06:12 +00:00
Martin Rudalics
ee1751a5e8 (latex-find-indent): Try to handle
escaped close parens correctly.  (Bug#954)
2008-09-23 06:15:52 +00:00
Tassilo Horn
b45c803b10 (fortune-in-buffer): Fix a bug which forced
usage of `fortune-file' even though a FILE argument was passed to
the function.
2008-09-22 10:24:31 +00:00
Dan Nicolaescu
9ba6e7d4b6 (command-line): Remove always true test. 2008-09-21 23:32:49 +00:00
Dan Nicolaescu
eab2ee8944 * emacs.c (standard_args): Add --daemon.
(main): Disconnect from the terminal when --daemon is passed.
(is_daemon): New variable.
(Fdaemonp): New function.
(syms_of_emacs): Defsubr it.

* startup.el (command-line): Start the server when in daemon mode.

* cmdargs.texi (Initial Options): Document --daemon.
2008-09-21 23:31:40 +00:00
Dan Nicolaescu
d06f801066 (frame-initialize): Remove spurious setting of
special-display-function with the default value.
2008-09-21 22:58:41 +00:00
Jay Belanger
11041c992f (calcFunc-venum): Properly handle intervals. 2008-09-20 22:09:39 +00:00
Glenn Morris
f3681087a3 (lisp-indent-offset): Fix custom type. (Bug#1011) 2008-09-20 21:55:04 +00:00
Glenn Morris
3102b34263 David De La Harpe Golden <david at harpegolden.net>
(move-file-to-trash): Avoid recursive trashing if rename-file calls delete-file.
2008-09-20 21:29:03 +00:00
Glenn Morris
8cf5507b3c *** empty log message *** 2008-09-20 21:14:57 +00:00
Glenn Morris
77f03403c0 Remove leading `*' from defcustom docs.
(fortune-program-options): Doc fix.  Allow to be a string again.  Add :version.
(fortune-in-buffer): Handle fortune-program-options as a string.
2008-09-20 21:09:37 +00:00
Glenn Morris
ca514f7274 Justin Bogner <mail at justinbogner.com> (tiny change)
(fortune-program-options): Change to a list.
(fortune-in-buffer): Use apply.
2008-09-20 20:57:47 +00:00
Glenn Morris
25b30b16a4 Ulrich Mueller <ulm at kph.uni-mainz.de>
Change encoding of file to utf-8.
(authors-coding-system): Likewise.
2008-09-20 19:54:27 +00:00
Glenn Morris
926558fb3b Ami Fischman <ami at fischman.org>
(savehist-save): Handle errors in writing as well as reading.
2008-09-20 19:47:07 +00:00
Michael Olson
54e5f96269 Update ChangeLog 2008-09-20 04:43:04 +00:00
Roland Winkler
204ebc5b24 (proced-grammar-alist, proced-custom-attributes)
(proced-format-alist, proced-format, proced-filter-alist)
(proced-filter, proced-sort): Use defcustom.
(proced-mode): Fix docstring.
(proced-process-attributes): Handle return value nil of functions
in proced-custom-attributes.
2008-09-20 03:03:07 +00:00
Martin Rudalics
c673dabeb8 (sgml-tag-syntax-table): Remove prefix
flag from "'" entry in sgml-tag-syntax-table.
2008-09-19 06:20:30 +00:00
Miles Bader
9d8efa3aab (comint-output-filter): Make output field properties front-sticky
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1420
2008-09-19 00:37:30 +00:00
Dan Nicolaescu
89d9800051 * vc-bzr.el (vc-bzr-show-log-entry):
* vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
C-x v l for a directory uses that.
2008-09-18 17:01:41 +00:00
Simon Josefsson
8a28dd0bb6 (auto-mode-alist): Use sieve-mode for .sv, .siv, and
.sieve files.
2008-09-18 15:02:59 +00:00
Martin Rudalics
b1b6d77d47 (make-help-screen): Preserve key bindings
established in help-mode call when exiting this macro.
2008-09-18 08:37:14 +00:00
Kenichi Handa
b2a9ce7e48 Fix setting of composition-function-table. 2008-09-17 11:49:06 +00:00
Martin Rudalics
2cf7c3d167 (Info-follow-nearest-node): Don't raise an error for
mouse-1 clicks.
2008-09-17 06:52:00 +00:00
Jay Belanger
ba0421242c *** empty log message *** 2008-09-17 02:36:46 +00:00
Chong Yidong
6db65bf8bd * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
catch errors raised in `texmathp'.
(flyspell-tex-math-initialized): Remove.
2008-09-17 00:54:53 +00:00
Martin Rudalics
1676807bc7 (switch-to-buffer-other-frame): Don't raise frame since
pop-to-buffer already does it.
(display-buffer-other-frame): Fix doc-string.
2008-09-16 08:28:18 +00:00
Glenn Morris
62d93502dd (diff-find-source-location): Update declaration. 2008-09-16 02:42:34 +00:00
Daiki Ueno
761cd52419 (epg-start-verify): Pass "--verify" to gpgsm. 2008-09-16 02:07:05 +00:00
Juanma Barranquero
c9f203eb46 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
(vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.

* vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
2008-09-15 23:28:39 +00:00
Martin Rudalics
35e3abe55c (file-truename): Don't raise args-out-of-range error
when filename has no separator on windows-nt.  (Bug#982)
2008-09-15 09:23:45 +00:00
Stefan Monnier
68035b9764 (diff-find-file-name): Rename batch' to noprompt' and
be more honest when we don't know.
(diff-tell-file-name): Don't prompt before the actual prompt.
(diff-mode): Don't prompt in add-log-buffer-file-name-function.
(diff-find-source-location): Add `noprompt' argument.
(diff-current-defun): Don't prompt.
2008-09-14 21:16:30 +00:00
Roland Winkler
aa5fecb537 (proced-mark-face, proced-marked-face)
(proced-sort-header-face): Removed.
(proced-font-lock-keywords): Simplified.
(proced-format): Use face proced-sort-header.
(proced-format-interactive, proced-sort-interactive)
(proced-filter-interactive): Only call proced-update if the scheme
has changed.
(proced-sort-header): Use posn-actual-col-row.
2008-09-14 16:44:44 +00:00
Martin Rudalics
9360906a81 (change-log-find-window): New variable.
(change-log-goto-source-1, change-log-goto-source): Set
change-log-find-window to window displaying source.
(change-log-next-error): Select window specified by
change-log-find-window.
2008-09-14 11:28:27 +00:00
Kenichi Handa
896c726619 *** empty log message *** 2008-09-14 05:55:11 +00:00
Martin Rudalics
c1567cc72d (pop-to-buffer): Select window before calling
select-frame-set-input-focus.
2008-09-13 08:29:27 +00:00
Roland Winkler
da64319085 (proced-sort-header): New face.
(proced-sort-header-face): New variable.
(proced-format): Allow format value nil.  Use
proced-sort-header-face for header of sort column.
(proced-format-args): New function.
(proced-grammar-alist, proced-timer-flag, proced-process-alist)
(proced-header-help-echo, proced-field-help-echo, proced-timer)
(proced-toggle-timer-flag, proced, proced-mode): Doc fix.
(proced-refine): Renamed from proced-filter-attribute.  Doc fix.
(proced-sort-header): Bind also to mouse-1.
(proced-move-to-goal-column): Return position of point.
(proced-filter-interactive): Always revert listing.
(proced-format-ttname): Simplify.
(proced-update): Do not keep undo information.  Put point at
beginning of buffer if we generate the first listing.
2008-09-12 16:59:57 +00:00
Tassilo Horn
c36f0e1755 (doc-view-scroll-up-or-next-page)
(doc-view-scroll-down-or-previous-page): Fix scrolling in case of
vertically split windows.
2008-09-12 06:29:25 +00:00
Glenn Morris
8359634804 (f90-mode-map): Don't bind \t and \r. 2008-09-12 03:09:30 +00:00
Glenn Morris
df321f0913 (sh-font-lock-open-heredoc): Doc fix. 2008-09-12 03:07:52 +00:00
Glenn Morris
15ff55b129 Re-word to fool font-lock. 2008-09-11 16:13:17 +00:00