Richard M. Stallman
7da31552c7
Fix typos.
2006-10-19 12:46:54 +00:00
Kenichi Handa
2b192902e9
(kkc-region): When a key sequence is not
...
defined, append (this-single-command-raw-keys) to
unread-input-method-events.
2006-10-19 12:28:17 +00:00
Kim F. Storm
7fe147ae0e
Fixed: Oct 16: Emacs allocates unnecessary memory
2006-10-19 11:40:53 +00:00
Juanma Barranquero
ca42cf7718
*** empty log message ***
2006-10-19 10:39:16 +00:00
Juanma Barranquero
ff003dc721
(ada-in-string-p): Doc fix.
2006-10-19 10:31:48 +00:00
Kim F. Storm
a4d2787c2d
2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
...
(display_mode_line): Clear enabled_p flag on mode-line row.
2006-10-19 09:49:23 +00:00
Kim F. Storm
cc7aa8dc09
*** empty log message ***
2006-10-19 09:48:55 +00:00
YAMAMOTO Mitsuharu
045b190821
*** empty log message ***
2006-10-19 08:02:23 +00:00
YAMAMOTO Mitsuharu
9346531434
(Vmac_carbon_version_string) [TARGET_API_MAC_CARBON]:
...
New variable.
(syms_of_macfns) [TARGET_API_MAC_CARBON]: Defvar it.
2006-10-19 08:01:25 +00:00
YAMAMOTO Mitsuharu
7666855559
(emacs-version): Use mac-carbon-version-string.
2006-10-19 08:00:30 +00:00
Richard M. Stallman
67025c9f97
*** empty log message ***
2006-10-19 07:39:58 +00:00
Jan Djärv
866f85184a
* xselect.c (x_handle_selection_request): If the converted_selection
...
is NIL or XCDR (converted_selection) is NIL, decline the request.
2006-10-19 07:17:42 +00:00
Jan Djärv
1df04e22ca
* select.el (ccl-check-utf-8, string-utf-8-p): New functions
...
(by Kenichi Handa).
(xselect-convert-to-string): Decline requests for UTF8_STRING if
the selection is not UTF-8.
2006-10-19 07:16:27 +00:00
Michael Albinus
2a28cace3d
* tramp.texi (Frequently Asked Questions): Remove questions marked with
...
"???". There have been no complaints for years, so the information
must be appropriate.
2006-10-19 04:56:46 +00:00
Juanma Barranquero
704ec54b3f
*** empty log message ***
2006-10-18 19:27:27 +00:00
Richard M. Stallman
60bbdfa7aa
*** empty log message ***
2006-10-18 18:14:02 +00:00
Juanma Barranquero
97a62f8340
(ada-83-string-keywords, ada-last-which-function-line ada-no-auto-case,
...
ada-indent-region, ada-which-compiler, ada-align-modes, ada-adjust-case-buffer,
ada-looking-at-semi-private, ada-get-body-name): Fix typos in docstrings.
(ada-create-case-exception, ada-create-case-exception-substring):
Fix typos in error messages.
(ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
2006-10-18 16:29:36 +00:00
Chong Yidong
29d890fef2
Fix badly written ChangeLog entry.
2006-10-18 14:17:22 +00:00
Jan Djärv
26e3283901
* term/x-win.el (res-geometry): Don't set geometry from Xresources
...
to default-frame-alist if default-frame-alist already contains
widht/height.
2006-10-18 14:05:16 +00:00
Richard M. Stallman
5a05106b0b
*** empty log message ***
2006-10-18 11:12:59 +00:00
Richard M. Stallman
9b3bf5e89c
Comment change.
2006-10-18 11:11:32 +00:00
Richard M. Stallman
6d44694e8c
(pp-eval-expression): Use `X' to read value.
...
Non-interactive arg is the value, not the expression.
2006-10-18 11:02:31 +00:00
Richard M. Stallman
71a05b36ba
(read-expression-map): Just set it, no defvar.
2006-10-18 10:58:39 +00:00
Richard M. Stallman
631890d8b9
(insert-for-yank-1): If last inserted char has properties,
...
mark them as rear-nonsticky.
2006-10-18 10:56:46 +00:00
Juanma Barranquero
6db11765bf
*** empty log message ***
2006-10-18 10:55:32 +00:00
Richard M. Stallman
851370b0f7
(recentf-mode): Doc fix.
2006-10-18 10:51:30 +00:00
Richard M. Stallman
f3359de125
(facemenu-add-new-face): Defend against symbol that isn't a face name.
2006-10-18 10:51:00 +00:00
Richard M. Stallman
ec9581d515
(dired-do-copy): Doc fix.
2006-10-18 10:50:28 +00:00
Juanma Barranquero
b2c28d9b2f
(Processing of Errors): Use @var for an argument, not @code.
2006-10-18 10:41:08 +00:00
Chong Yidong
fb137cb530
** raman@users.sf.net, Oct 9: shell-mode: cursor Point loses on long prompts:
...
is fixed.
2006-10-18 04:59:49 +00:00
Chong Yidong
ac6701ea5c
* simple.el (line-move-1): During fields during motion to the
...
beginning of line to avoid getting point stuck.
2006-10-18 04:58:29 +00:00
Chong Yidong
7b7341f8c6
"dominik@science.uva.nl, Oct 12: org-mode with flyspell-mode freezes emacs"
...
is fixed
2006-10-18 04:18:11 +00:00
Chong Yidong
15d8dc8b2b
* textmodes/flyspell.el (flyspell-word-search-backward): Set
...
inhibit-point-motion-hooks to avoid looping due to intangibile
text.
2006-10-18 04:13:46 +00:00
Richard M. Stallman
accd662d60
*** empty log message ***
2006-10-17 19:39:43 +00:00
Richard M. Stallman
8df1f8f020
*** empty log message ***
2006-10-17 06:51:34 +00:00
YAMAMOTO Mitsuharu
57714a862f
(adjust_frame_glyphs_for_window_redisplay): Fix #endif comments.
2006-10-17 00:29:25 +00:00
Richard M. Stallman
ff53796b82
*** empty log message ***
2006-10-16 18:57:58 +00:00
Richard M. Stallman
94da4eb43b
(Edebug Recursive Edit): Minor cleanup.
2006-10-16 18:57:45 +00:00
Richard M. Stallman
b98cf8d67b
(Format of Keymaps): Show all the keymap element
...
patterns that result from menu items.
(Key Lookup): Minor cleanups.
2006-10-16 18:57:04 +00:00
Richard M. Stallman
ca76830859
(Precalculated Fontification): Don't say that
...
not setting font-lock-defaults avoids loading font-lock.
2006-10-16 18:54:26 +00:00
Richard M. Stallman
d5168faff6
Fix prev change.
2006-10-16 18:53:23 +00:00
Richard M. Stallman
652fcb8f37
(Documentation): Move xref to Emacs Manual here.
...
(Documentation Basics): From here.
Also doc emacs-lisp-docstring-fill-column.
2006-10-16 18:53:04 +00:00
Richard M. Stallman
1e24a34b74
Update version and ISBN.
2006-10-16 18:51:34 +00:00
Richard M. Stallman
16c9326b5d
(Interactive Call): Clarify KEYS arg to call-interactively is a vector.
...
(Command Loop Info): Delete anchor in this-command-keys.
Add anchor in this-command-keys-vector.
(Recursive Editing): Document how recursive-edit handles the current buffer.
2006-10-16 18:50:56 +00:00
Richard M. Stallman
871711183b
Use @var instead of capitalization.
...
Clarify many widget type descriptions.
2006-10-16 18:48:28 +00:00
Richard M. Stallman
3bd25af140
Update ISBN.
2006-10-16 18:47:11 +00:00
Richard M. Stallman
ddbb1956a7
(describe-function-1): Special case optimization for self-insert-command.
2006-10-16 14:57:01 +00:00
Magnus Henoch
784f5416cf
(url-https-create-secure-wrapper): Always use tls gateway method.
2006-10-16 14:28:46 +00:00
Jan Djärv
b43da35222
* gtkutil.c (get_utf8_string): Remove warnings with casts.
...
(xg_tool_bar_button_cb): Ditto
(xg_tool_bar_callback): Ditto.
2006-10-16 14:20:38 +00:00
Kim F. Storm
ff07e0ac40
(ido-reread-directory): Work in `dir' mode too.
2006-10-16 12:42:24 +00:00