Eli Zaretskii
b1b1753b2d
(ELCFILES): Remove codepage.elc.
2008-09-30 19:03:18 +00:00
Eli Zaretskii
a7a461efcc
File removed, as even ms-dos does not need it anymore.
2008-09-30 16:26:10 +00:00
Eli Zaretskii
ff58641318
Remove coding: cookie and no-byte-compile flag.
...
(IT-character-translations, cjk-codepages-alist): Remove variables.
(IT-display-table-setup, dos-cpNNN-setup): Remove functions.
(IT-unicode-translations): Remove charset and base elements. Add translations
for Latin-1 characters.
(IT-setup-unicode-display): Accept a CODING argument. Don't use base and
chset elements of IT-unicode-translations. Don't wrap translation in "{...}".
Set up translations only for characters for which unencodable-char-position
returns non-nil.
(dos-codepage-setup): Don't use special-case codepages in cjk-codepages-alist.
2008-09-30 16:18:09 +00:00
Eli Zaretskii
a03c5807a3
(locate-dominating-file): Wrap directory-files with condition-case, instead
...
of calling file-directory-p, which stats the directory one more time.
2008-09-30 12:52:46 +00:00
Eli Zaretskii
f45de83bf8
(mail-unquote-printable-region): Use insert-byte instead of insert-char,
...
when the UNIBYTE arg is non-nil.
2008-09-30 11:54:57 +00:00
Daiki Ueno
6ea97db8f3
(epa-file-insert-file-contents): Fix typo.
2008-09-30 07:41:49 +00:00
Glenn Morris
9b3568e17d
(which-func-imenu-joiner-function): Doc fix.
2008-09-30 03:42:56 +00:00
Glenn Morris
c27c178cd2
Daniel Colascione <danc at merrillpress.com>
...
(imenu--split-menu): Fix bug with shared lists that deleted some
nested menu items.
2008-09-30 03:38:42 +00:00
Jay Belanger
4043c1949e
(User Defined Units): Mention how to enter optional display string.
2008-09-30 02:45:50 +00:00
Michael Albinus
613658d4b2
* vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2008-09-29 18:58:08 +00:00
Eli Zaretskii
69ad666d70
(locate-dominating-file): Take file-attributes of dir', not of
file'
...
(which never changes).
2008-09-29 11:31:10 +00:00
Michael Albinus
d5fb39b4c6
* net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
...
identification.
2008-09-29 05:42:20 +00:00
Glenn Morris
559ca68a05
(vc-switches): Give it a doc string.
2008-09-28 17:54:50 +00:00
Romain Francoise
ddee160471
(comint-show-output): Adjust to stickiness changes of the output field.
2008-09-28 16:56:48 +00:00
Romain Francoise
7581ba4099
(command-line): Start the daemon server later.
2008-09-28 09:37:09 +00:00
Martin Rudalics
c41bd0ec43
(read-quoted-char): Call char-resolve-modifiers
...
instead of char-resolve-modifers.
2008-09-28 08:43:50 +00:00
Juanma Barranquero
d275f05d1b
Fix typo.
2008-09-28 00:36:00 +00:00
Glenn Morris
e64c74f219
(solitaire-mode-map): Bind "\r" rather than [return]. (Bug#1031)
2008-09-27 20:05:56 +00:00
Glenn Morris
f4498b9e4f
Peter Dyballa <Peter_Dyballa at Freenet.DE>
...
(solar-sunrises-buffer): Fix typo.
2008-09-27 19:58:53 +00:00
Daiki Ueno
47e4971262
(epg-wait-for-status): Check if there is no pending
...
status.
Reported by Ted Romer <ted@romerfamily.com>.
2008-09-27 06:59:43 +00:00
Dan Nicolaescu
b082f79218
(command-line): Turn on menu-bar-mode and
...
tool-bar-mode when running as a daemon.
2008-09-26 17:42:20 +00:00
Eli Zaretskii
1ed6e04d06
($(lisp)/progmodes/cc-mode.elc): Remove.
...
($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
($(lisp)/progmodes/cc-engine.elc)
($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
($(lisp)/progmodes/cc-subword.elc)
($(lisp)/progmodes/cc-vars.elc): New dependencies.
2008-09-26 10:28:46 +00:00
Eli Zaretskii
4860b1b84a
($(lisp)/progmodes/cc-mode.elc): Remove.
...
($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
($(lisp)/progmodes/cc-engine.elc)
($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
($(lisp)/progmodes/cc-subword.elc)
($(lisp)/progmodes/cc-vars.elc): New dependencies.
2008-09-26 10:11:39 +00:00
Katsumi Yamaoka
4b93c9d546
* informat.el (Info-split-threshold): New variable.
...
(Info-split): Use it.
* textmodes/texinfmt.el (texinfo-format-buffer):
Use Info-split-threshold to decide whether to split Info files.
2008-09-25 23:09:28 +00:00
Chong Yidong
6c7e2ce8c2
* progmodes/octave-mod.el (octave-mode-menu): Fix incorrect quoting.
2008-09-25 22:10:18 +00:00
Chong Yidong
d2f38ec41b
* comint.el (comint-dynamic-complete-as-filename): Quote directory
...
name when reinserting it.
2008-09-25 19:25:44 +00:00
Chong Yidong
acfa99ee68
* isearch.el (isearch-search-fun): Use word-search-forward-lax and
...
word-search-backward-lax for incremental word search.
2008-09-25 17:06:13 +00:00
Juanma Barranquero
4b8643d33e
* generic-x.el (generic-other-modes): Fix typo in docstring.
...
(generic-use-find-file-hook, generic-lines-to-scan)
(generic-find-file-regexp, generic-ignore-files-regexp)
(generic-define-mswindows-modes, generic-define-unix-modes):
Remove `*' from docstring.
(generic-mode-find-file-hook): Use `string-match-p'.
(apache-log-generic-mode, mailagent-rules-generic-mode)
(prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
(java-manifest-generic-mode, java-properties-generic-mode)
(alias-generic-mode): Doc fix: use "Generic mode" in docstrings
for consistency with other modes in generic-x.el.
2008-09-25 10:45:20 +00:00
Martin Rudalics
fa9a8f7899
(latex-handle-escaped-parens): New variable.
...
(latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
parens specially only if latex-handle-escaped-parens is non-nil.
(latex-indent-within-escaped-parens): New option.
(latex-find-indent): Bind latex-handle-escaped-parens to
latex-indent-within-escaped-parens. Do not treat escaped parens
specially when this is non-nil. (Bug#954)
2008-09-25 08:39:30 +00:00
Glenn Morris
4dd7f3750f
(ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
2008-09-25 07:45:35 +00:00
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