]>
git.eshelyaron.com Git - emacs.git/log
Eli Zaretskii [Tue, 30 Sep 2008 16:18:09 +0000 (16:18 +0000)]
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.
Magnus Henoch [Tue, 30 Sep 2008 15:54:46 +0000 (15:54 +0000)]
cl.texi (Porting Common Lisp): Fix parenthesis order in example.
Eli Zaretskii [Tue, 30 Sep 2008 12:52:46 +0000 (12:52 +0000)]
(locate-dominating-file): Wrap directory-files with condition-case, instead
of calling file-directory-p, which stats the directory one more time.
Eli Zaretskii [Tue, 30 Sep 2008 11:54:57 +0000 (11:54 +0000)]
(mail-unquote-printable-region): Use insert-byte instead of insert-char,
when the UNIBYTE arg is non-nil.
Martin Rudalics [Tue, 30 Sep 2008 09:01:53 +0000 (09:01 +0000)]
Mention latex-indent-within-escaped-parens.
Daiki Ueno [Tue, 30 Sep 2008 07:41:49 +0000 (07:41 +0000)]
(epa-file-insert-file-contents): Fix typo.
Glenn Morris [Tue, 30 Sep 2008 03:42:56 +0000 (03:42 +0000)]
(which-func-imenu-joiner-function): Doc fix.
Glenn Morris [Tue, 30 Sep 2008 03:41:35 +0000 (03:41 +0000)]
Daniel Colascione <danc at merrillpress.com>
(which-func-imenu-joiner-function): New.
(which-function): Handle nested imenu trees.
Glenn Morris [Tue, 30 Sep 2008 03:38:42 +0000 (03:38 +0000)]
Daniel Colascione <danc at merrillpress.com>
(imenu--split-menu): Fix bug with shared lists that deleted some
nested menu items.
Jay Belanger [Tue, 30 Sep 2008 02:45:50 +0000 (02:45 +0000)]
(User Defined Units): Mention how to enter optional display string.
Jay Belanger [Tue, 30 Sep 2008 02:40:31 +0000 (02:40 +0000)]
(math-standard-units): Add entries used to display the the values in the
units buffer.
(math-build-units-table): Add entries to the units table to be used
to display the values in the units buffer.
(math-build-units-table-buffer): Use the display entry of the units
table when non nil.
(calc-define-unit): Add an option to enter display value of unit.
Adrian Robert [Tue, 30 Sep 2008 01:03:00 +0000 (01:03 +0000)]
* nsfont.m (nsfont_trait_distance): Fix bug. (nsfont_list): Return a list rather than a vector (syncs with Handa changes of 2008-05-14). (nsfont_open): Improve logging.
Miles Bader [Tue, 30 Sep 2008 00:48:01 +0000 (00:48 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1436
Miles Bader [Tue, 30 Sep 2008 00:47:51 +0000 (00:47 +0000)]
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1435
Andreas Schwab [Mon, 29 Sep 2008 21:31:20 +0000 (21:31 +0000)]
(syms_of_keyboard) <input-decode-map>: Doc fix.
Michael Albinus [Mon, 29 Sep 2008 18:58:08 +0000 (18:58 +0000)]
* vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
Eli Zaretskii [Mon, 29 Sep 2008 11:31:10 +0000 (11:31 +0000)]
(locate-dominating-file): Take file-attributes of `dir', not of `file'
(which never changes).
Michael Albinus [Mon, 29 Sep 2008 05:42:20 +0000 (05:42 +0000)]
* net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
identification.
Michael Albinus [Mon, 29 Sep 2008 05:39:39 +0000 (05:39 +0000)]
* files.el (file-remote-p): Precise doc string; IDENTIFICATION can
also be `localname'.
Glenn Morris [Sun, 28 Sep 2008 17:57:00 +0000 (17:57 +0000)]
Fix previous change.
Glenn Morris [Sun, 28 Sep 2008 17:54:50 +0000 (17:54 +0000)]
(vc-switches): Give it a doc string.
Romain Francoise [Sun, 28 Sep 2008 16:56:48 +0000 (16:56 +0000)]
(comint-show-output): Adjust to stickiness changes of the output field.
Romain Francoise [Sun, 28 Sep 2008 09:37:09 +0000 (09:37 +0000)]
(command-line): Start the daemon server later.
Martin Rudalics [Sun, 28 Sep 2008 08:43:50 +0000 (08:43 +0000)]
(read-quoted-char): Call char-resolve-modifiers
instead of char-resolve-modifers.
Martin Rudalics [Sun, 28 Sep 2008 08:42:27 +0000 (08:42 +0000)]
(Fchar_resolve_modifiers): Rewrite Elisp function
name as char-resolve-modifiers.
Reported by: Markus Triska <markus.triska@gmx.at>
Dan Nicolaescu [Sun, 28 Sep 2008 01:58:26 +0000 (01:58 +0000)]
(init_display): Return earlier when running as a
daemon.
Juanma Barranquero [Sun, 28 Sep 2008 00:36:00 +0000 (00:36 +0000)]
Fix typo.
Glenn Morris [Sat, 27 Sep 2008 20:10:26 +0000 (20:10 +0000)]
(mail-header-remove-comments): Autoload it.
Glenn Morris [Sat, 27 Sep 2008 20:05:56 +0000 (20:05 +0000)]
(solitaire-mode-map): Bind "\r" rather than [return]. (Bug#1031)
Glenn Morris [Sat, 27 Sep 2008 19:58:53 +0000 (19:58 +0000)]
Peter Dyballa <Peter_Dyballa at Freenet.DE>
(solar-sunrises-buffer): Fix typo.
Adrian Robert [Sat, 27 Sep 2008 19:07:15 +0000 (19:07 +0000)]
* nsfont.m (nsfont_draw): Fix up composition rendering.
Eli Zaretskii [Sat, 27 Sep 2008 13:10:56 +0000 (13:10 +0000)]
(Fcomposition_get_gstring, Fcompose_region_internal, Fcompose_string_internal)
(Ffind_composition_internal): Doc fix.
(syms_of_composite) <compose-chars-after-function>: Doc fix.
(syms_of_composite) <auto-composition-function>: Doc fix.
(syms_of_composite) <composition-function-table>: Doc fix.
Eli Zaretskii [Sat, 27 Sep 2008 10:52:10 +0000 (10:52 +0000)]
(struct glyph) <union cmp>: Fix a typo in a comment.
Eli Zaretskii [Sat, 27 Sep 2008 10:50:48 +0000 (10:50 +0000)]
(encode_terminal_code): Fix a typo in a comment.
Andreas Schwab [Sat, 27 Sep 2008 08:12:03 +0000 (08:12 +0000)]
(gnus-split-references): Strip comments.
(gnus-parent-id): Likewise.
Daiki Ueno [Sat, 27 Sep 2008 06:59:43 +0000 (06:59 +0000)]
(epg-wait-for-status): Check if there is no pending
status.
Reported by Ted Romer <ted@romerfamily.com>.
Dan Nicolaescu [Fri, 26 Sep 2008 17:42:20 +0000 (17:42 +0000)]
(command-line): Turn on menu-bar-mode and
tool-bar-mode when running as a daemon.
Eli Zaretskii [Fri, 26 Sep 2008 10:28:46 +0000 (10:28 +0000)]
($(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.
Eli Zaretskii [Fri, 26 Sep 2008 10:11:39 +0000 (10:11 +0000)]
($(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.
Katsumi Yamaoka [Thu, 25 Sep 2008 23:09:28 +0000 (23:09 +0000)]
* 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.
Chong Yidong [Thu, 25 Sep 2008 22:10:31 +0000 (22:10 +0000)]
(octave-mode-menu): Fix incorrect quoting.
Chong Yidong [Thu, 25 Sep 2008 22:10:18 +0000 (22:10 +0000)]
* progmodes/octave-mod.el (octave-mode-menu): Fix incorrect quoting.
Chong Yidong [Thu, 25 Sep 2008 19:26:03 +0000 (19:26 +0000)]
(comint-dynamic-complete-as-filename): Quote directory name when
reinserting it.
Chong Yidong [Thu, 25 Sep 2008 19:25:44 +0000 (19:25 +0000)]
* comint.el (comint-dynamic-complete-as-filename): Quote directory
name when reinserting it.
Chong Yidong [Thu, 25 Sep 2008 17:52:50 +0000 (17:52 +0000)]
Word search changes now documented.
Chong Yidong [Thu, 25 Sep 2008 17:52:23 +0000 (17:52 +0000)]
(Search): Shorten introduction.
(Basic Isearch): Add command table. Discuss reverse isearch and
isearch highlighting.
(Repeat Isearch): Move lazy highlighting discussion here. Add search
ring to cindex.
(Special Isearch): Move input methods discussion here.
(Non-ASCII Isearch): Node deleted, merged with Special Isearch.
(Isearch Yank): Node deleted, and contents moved into Basic Isearch and
Repeat Isearch.
(Isearch Minibuffer): New node.
(Word Search): Document new word search commands.
(Regexp Example): Simplify example using sentence-end-base variable.
(Replace): Reword introduction.
(Unconditional Replace): Remove unnecessary example.
(Other Repeating Search): Document new `M-s o' binding.
Chong Yidong [Thu, 25 Sep 2008 17:52:14 +0000 (17:52 +0000)]
Update node listings.
Chong Yidong [Thu, 25 Sep 2008 17:52:03 +0000 (17:52 +0000)]
* search.texi (Search): Shorten introduction.
(Basic Isearch): Add command table. Discuss reverse isearch and
isearch highlighting.
(Repeat Isearch): Move lazy highlighting discussion here. Add search
ring to cindex.
(Special Isearch): Move input methods discussion here.
(Non-ASCII Isearch): Node deleted, merged with Special Isearch.
(Isearch Yank): Node deleted, and contents moved into Basic Isearch and
Repeat Isearch.
(Isearch Minibuffer): New node.
(Word Search): Document new word search commands.
(Regexp Example): Simplify example using sentence-end-base variable.
(Replace): Reword introduction.
(Unconditional Replace): Remove unnecessary example.
(Other Repeating Search): Document new `M-s o' binding.
* emacs.texi (Top): Update node listings.
Chong Yidong [Thu, 25 Sep 2008 17:09:22 +0000 (17:09 +0000)]
Add `word-search-forward-lax' and `word-search-backward-lax'.
Chong Yidong [Thu, 25 Sep 2008 17:06:22 +0000 (17:06 +0000)]
(isearch-search-fun): Use word-search-forward-lax and
word-search-backward-lax for incremental word search.
Chong Yidong [Thu, 25 Sep 2008 17:06:13 +0000 (17:06 +0000)]
* isearch.el (isearch-search-fun): Use word-search-forward-lax and
word-search-backward-lax for incremental word search.
Chong Yidong [Thu, 25 Sep 2008 17:05:45 +0000 (17:05 +0000)]
(wordify): New argument for lax word-ends.
(Fword_search_forward_lax, Fword_search_backward_lax): New funs.
Chong Yidong [Thu, 25 Sep 2008 17:05:37 +0000 (17:05 +0000)]
* search.c (wordify): New argument for lax word-ends.
(Fword_search_forward_lax, Fword_search_backward_lax): New funs.
Miles Bader [Thu, 25 Sep 2008 15:47:30 +0000 (15:47 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1431
Miles Bader [Thu, 25 Sep 2008 15:38:29 +0000 (15:38 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1429
Juanma Barranquero [Thu, 25 Sep 2008 10:45:20 +0000 (10:45 +0000)]
* 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.
Martin Rudalics [Thu, 25 Sep 2008 08:39:30 +0000 (08:39 +0000)]
(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)
Glenn Morris [Thu, 25 Sep 2008 07:45:35 +0000 (07:45 +0000)]
(ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
Glenn Morris [Thu, 25 Sep 2008 07:41:32 +0000 (07:41 +0000)]
Comment.
Chong Yidong [Thu, 25 Sep 2008 01:46:06 +0000 (01:46 +0000)]
Fix last fix.
Chong Yidong [Thu, 25 Sep 2008 01:44:23 +0000 (01:44 +0000)]
(vc-mark-resolved): Move message here from vc-default-mark-resolved.
(vc-default-mark-resolved): Change to an alias for ignore.
Chong Yidong [Thu, 25 Sep 2008 01:44:10 +0000 (01:44 +0000)]
* vc.el (vc-mark-resolved): Move message here from vc-default-mark-resolved.
(vc-default-mark-resolved): Change to an alias for ignore.
Chong Yidong [Thu, 25 Sep 2008 00:11:36 +0000 (00:11 +0000)]
Add comment to last fix.
Chong Yidong [Thu, 25 Sep 2008 00:05:52 +0000 (00:05 +0000)]
(term-emulate-terminal): Encode input string before checking its
length.
Chong Yidong [Thu, 25 Sep 2008 00:05:40 +0000 (00:05 +0000)]
* term.el (term-emulate-terminal): Encode input string before checking
its length.
Chong Yidong [Wed, 24 Sep 2008 22:51:09 +0000 (22:51 +0000)]
(sh-mode-map): Don't assume that skeleton is loaded.
Chong Yidong [Wed, 24 Sep 2008 22:50:56 +0000 (22:50 +0000)]
* progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton is
loaded.
Chong Yidong [Wed, 24 Sep 2008 20:12:02 +0000 (20:12 +0000)]
(server-buffer-done): Avoid changing the buffer when deleting the
client's frame (bug#640).
Chong Yidong [Wed, 24 Sep 2008 20:11:47 +0000 (20:11 +0000)]
* server.el (server-buffer-done): Avoid changing the buffer when
deleting the client's frame (bug#640).
Dan Nicolaescu [Wed, 24 Sep 2008 19:58:06 +0000 (19:58 +0000)]
* lisp.h (is_daemon): Declare.
* dispnew.c (init_display): Do not try to initialize the terminal
when running as a daemon.
Chong Yidong [Wed, 24 Sep 2008 19:14:58 +0000 (19:14 +0000)]
(vc-default-mark-resolved): New function.
Chong Yidong [Wed, 24 Sep 2008 19:14:48 +0000 (19:14 +0000)]
* vc.el (vc-default-mark-resolved): New function.
Chong Yidong [Wed, 24 Sep 2008 17:56:13 +0000 (17:56 +0000)]
(rfc822-addresses): Prevent rfc822-bad-address from raising a
wrong-type-argument error.
Chong Yidong [Wed, 24 Sep 2008 17:55:57 +0000 (17:55 +0000)]
* mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
from raising a wrong-type-argument error.
Martin Rudalics [Wed, 24 Sep 2008 16:24:35 +0000 (16:24 +0000)]
*** empty log message ***
Martin Rudalics [Wed, 24 Sep 2008 16:15:38 +0000 (16:15 +0000)]
(describe-face): Print relative file name in help buffer.
Martin Rudalics [Wed, 24 Sep 2008 16:13:35 +0000 (16:13 +0000)]
(describe-function-1, describe-variable): Print
relative file name in help buffer.
Juanma Barranquero [Wed, 24 Sep 2008 02:11:10 +0000 (02:11 +0000)]
Fix previous changes.
Juanma Barranquero [Wed, 24 Sep 2008 01:16:16 +0000 (01:16 +0000)]
Fix typos.
Martin Rudalics [Tue, 23 Sep 2008 17:59:28 +0000 (17:59 +0000)]
*** empty log message ***
Romain Francoise [Tue, 23 Sep 2008 17:26:40 +0000 (17:26 +0000)]
(with-output-to-string): Make sure that the temporary buffer gets
killed.
Paul Reilly [Tue, 23 Sep 2008 11:32:25 +0000 (11:32 +0000)]
*** empty log message ***
Paul Reilly [Tue, 23 Sep 2008 11:30:17 +0000 (11:30 +0000)]
First pass at handling decoding the mbox message into the view buffer.
Martin Rudalics [Tue, 23 Sep 2008 08:25:44 +0000 (08:25 +0000)]
(latex-find-indent): ... and handle conjunction correctly this time.
Martin Rudalics [Tue, 23 Sep 2008 07:06:12 +0000 (07:06 +0000)]
(calculate-lisp-indent): Fix indentation problem with keyword symbols
when a list starts with ,@ or spaces. (Bug#1012)
Martin Rudalics [Tue, 23 Sep 2008 06:35:31 +0000 (06:35 +0000)]
(latex-find-indent): ... and don't change original position when
it fails.
Martin Rudalics [Tue, 23 Sep 2008 06:15:52 +0000 (06:15 +0000)]
(latex-find-indent): Try to handle
escaped close parens correctly. (Bug#954)
Chong Yidong [Mon, 22 Sep 2008 23:43:32 +0000 (23:43 +0000)]
(Minibuffer): Simplify introduction.
(Minibuffer File): Document tilde in minibuffer filenames.
(Minibuffer Edit): Mention that the prompt is read-only. Describe how
to enter tabs, spaces, and question marks. Describe behavior of C-a.
(Completion Example): Update example to current command list.
(Completion Options): Document `lazy' value of completion-auto-help.
Update contents of completion-ignored-extensions.
(Minibuffer History): Describe "future history" list. State default
value of history-delete-duplicates.
Chong Yidong [Mon, 22 Sep 2008 23:41:27 +0000 (23:41 +0000)]
Checked kmacro.texi
Chong Yidong [Mon, 22 Sep 2008 23:40:54 +0000 (23:40 +0000)]
(Basic Keyboard Macro): Make F3 and F4 the preferred
interface for defining macros. Simplify examples. Note that C-g quits
macro definitions.
(Keyboard Macro Counter): Document using F3 to insert counter. Give
usage example.
(Keyboard Macro Query): Organize query responses in a table.
Chong Yidong [Mon, 22 Sep 2008 23:40:38 +0000 (23:40 +0000)]
* kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
interface for defining macros. Simplify examples. Note that C-g quits
macro definitions.
(Keyboard Macro Counter): Document using F3 to insert counter. Give
usage example.
(Keyboard Macro Query): Organize query responses in a table.
Juanma Barranquero [Mon, 22 Sep 2008 21:13:57 +0000 (21:13 +0000)]
* emacs.texi (Top): Remove Kill Errors from menu.
Chong Yidong [Mon, 22 Sep 2008 18:17:02 +0000 (18:17 +0000)]
checked fixit.texi
Chong Yidong [Mon, 22 Sep 2008 18:16:42 +0000 (18:16 +0000)]
(Fixit): Favor C-/ keybinding for undo throughout. Link to Erasing
node.
(Undo): Reorganize paragraphs for logical flow. Move keybinding
rationale to a footnote.
(Kill Errors): Remove node, due to redundancy with Erasing.
(Spelling): Move discussion of flyspell to end. Note new behavior of
M-$ in active region. Remove non-ispell-specific keybindings from
table.
Chong Yidong [Mon, 22 Sep 2008 18:15:32 +0000 (18:15 +0000)]
* fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
to Erasing node.
(Undo): Reorganize paragraphs for logical flow. Move keybinding
rationale to a footnote.
(Kill Errors): Remove node, due to redundancy with Erasing.
(Spelling): Move discussion of flyspell to end. Note new behavior of
M-$ in active region. Remove non-ispell-specific keybindings from
table.
Chong Yidong [Mon, 22 Sep 2008 15:52:24 +0000 (15:52 +0000)]
(compute_tip_xy): Use x_display_pixel_width and
x_display_pixel_height.
Chong Yidong [Mon, 22 Sep 2008 15:52:15 +0000 (15:52 +0000)]
* nsfns.m (compute_tip_xy): Use x_display_pixel_width and
x_display_pixel_height.
Martin Rudalics [Mon, 22 Sep 2008 15:40:20 +0000 (15:40 +0000)]
(record_point): Don't call Fundo_boundary for first
change. (Bug#731)
Juanma Barranquero [Mon, 22 Sep 2008 15:21:40 +0000 (15:21 +0000)]
* emacs.c (Fdaemonp): Doc fix.
Dan Nicolaescu [Mon, 22 Sep 2008 12:42:50 +0000 (12:42 +0000)]
(main): Place #ifdef.in the proper place.