Eli Zaretskii [Sat, 24 Sep 2005 10:41:18 +0000 (10:41 +0000)]
(version-regexp-alist): Extend valid syntax for version strings:
allow any of the characters -,_,+ to separate the alpha/beta/rc part
from the version part. Doc fix.
(version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
* textmodes/org.el (org-mode-map, orgtbl-mode-map): Move
keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
of `remap' feature when available. Additional key bindings for
better tty support.
(org-mode-restart, org-force-self-insert): New commands.
(org-time-stamp-inactive): New command.
(org-remap): New function.
(org-table-auto-blank-field, org-level-color-stars-only): New
options.
(org-enable-fixed-width-editor): Moved to `org-structure'
customization group.
(org-self-insert-command, orgtbl-self-insert-command): Modified to
blank field after field motion commands.
Kim F. Storm [Thu, 22 Sep 2005 09:39:01 +0000 (09:39 +0000)]
(message_dolog): Add warning about GC and Lisp strings.
(message2): Fix commentary. Ok to use alloca'ed memory.
Still not ok to use Lisp string data (because of GC).
(set_message): Add comment why GC cannot happen.
Stefan Monnier [Wed, 21 Sep 2005 20:26:49 +0000 (20:26 +0000)]
(mouse-move-drag-overlay): New function.
(mouse-drag-region-1): Use it.
Try to simplify a bit the state handling. Handle clicks on links
inside intangible areas.
(mouse-save-then-kill): Minor simplification.
(mouse-secondary-overlay): Make it always non-nil instead of
recreating it each time.
(mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
(mouse-kill-secondary, mouse-secondary-save-then-kill):
Simplify accordingly.
Change `Mac OS 8 or 9' to `Mac OS Classic'.
(Mac OS): Update feature support status.
(Mac Input): List supported input scripts. Remove description
about `mac-keyboard-text-encoding'. Mention mouse button
emulation and related variables.
(Mac International): Mention Central European and Cyrillic
support. Now `keyboard-coding-system' is dynamically changed.
Add description about coding system for selection. Add
description about language environment.
(Mac Environment Variables): Mention
`~/.MacOSX/environment.plist'. Give example of command line
arguments. Add Preferences support.
(Mac Directories): Explicitly state that this node is for Mac OS
Classic only.
(Mac Font Specs): Mention specification for scalable fonts. List
supported charsets. Add preferred way of creating fontsets. Add
description about `mac-allow-anti-aliasing'.
(Mac Functions): Add descriptions about `mac-set-file-creator',
`mac-get-file-creator', `mac-set-file-type', `mac-get-file-type',
and `mac-get-preference'.
Jan Djärv [Tue, 20 Sep 2005 20:07:15 +0000 (20:07 +0000)]
* gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
positions have been set for the frame (as is done for frames in
special-display-buffer-names).
Michael Kifer [Tue, 20 Sep 2005 17:47:28 +0000 (17:47 +0000)]
2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-ptch.el (ediff-file-name-sans-prefix): treat nil as an empty
string.
(ediff-fixup-patch-map): better heuristic for intuiting the file names
to patch.
(ediff-prompt-for-patch-file): more intuitive prompt.
* viper-cmd.el (viper-change-state): don't move over the field
boundaries in the minibuffer.
(viper-set-minibuffer-style): add viper-minibuffer-post-command-hook.
(viper-minibuffer-post-command-hook): new hook.
(viper-line): don't move cursor at bolp.
(add_sym): Compare namespace names instead of namespace objects. This
prevents the parser from incorrectly treating classes whose superclass
is in another namespace.
Michael Albinus [Sun, 18 Sep 2005 20:01:57 +0000 (20:01 +0000)]
* net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order to
cover prompts like "login as:". Reported by Slawomir Nowaczyk
<slawomir.nowaczyk.847@student.lu.se>.
(image-load-path): Use symbol `data-directory' instead of its value,
for backward compatibility with packages that bind it during
`find-image'. Suggested by Katsumi Yamaoka.
(image-search-load-path): Handle symbols whose values are strings.
Eli Zaretskii [Sat, 17 Sep 2005 11:35:13 +0000 (11:35 +0000)]
(ispell-aspell-supports-utf8): New variable.
(ispell-check-version): Set ispell-aspell-supports-utf8 to t for
aspell versions >= 0.60.
(ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
only if ispell-aspell-supports-utf8 is non-nil.
Eli Zaretskii [Sat, 17 Sep 2005 11:02:11 +0000 (11:02 +0000)]
(glasses-make-readable): If glasses-separator differs from underscore,
put appropriate overlays over underscore characters.
(glasses-convert-to-unreadable): If glasses-separator differs from
underscore, try to convert glasses-separator characters to underscores.