Mathias Dahl
e6b84d1fc8
*** empty log message ***
2006-02-11 21:29:56 +00:00
Kim F. Storm
2d13e5880d
(ido-buffer-internal): Set mark for ido-insert-buffer.
...
Don't use insert-buffer; do insert-buffer-substring directly.
(ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2006-02-11 20:30:49 +00:00
Kim F. Storm
ed0965431a
*** empty log message ***
2006-02-11 20:30:37 +00:00
Alan Mackenzie
69d271a791
programs.texi ("Hungry Delete"): Correct the appellation of the backspace
...
and delete keys to @kbd{DEL} and @kbd{DELETE}.
2006-02-11 19:44:02 +00:00
Eli Zaretskii
518dc5be4e
(revert-buffer, recover-file): Replace buffer-read-only with inhibit-read-only. Suggested by Stefan Monnier.
...
(revert-buffer): Let insert-file-contents discard buffer-undo-list. Simplify
code.
(find-file, find-file-existing, revert-buffer): Doc-string fixes.
2006-02-11 18:42:56 +00:00
Eli Zaretskii
5fb64ecc5b
(menu-bar-select-yank): Add a doc string.
2006-02-11 16:18:02 +00:00
Eli Zaretskii
8ee320fc76
(describe-key-briefly, describe-key): Populate yank-menu if empty.
2006-02-11 16:03:14 +00:00
Eli Zaretskii
c54fb9ef13
*** empty log message ***
2006-02-11 13:56:14 +00:00
Eli Zaretskii
6527c98307
(describe-key-briefly): Now a wrapper for describe-key-briefly-internal.
...
Bind enable-disabled-menus-and-buttons to t.
(describe-key-briefly-internal): Renamed from describe-key-briefly.
(describe-key): Now a wrapper for describe-key-internal. Bind
enable-disabled-menus-and-buttons to t.
(describe-key-internal): Renamed from describe-key.
2006-02-11 13:55:42 +00:00
Eli Zaretskii
9d56e0da1f
(Venable_disabled_menus_and_buttons): New variable.
...
(syms_of_keyboard): DEVFAR_LISP and initialize it.
(parse_tool_bar_item, parse_menu_item): If that variable is
non-nil, don't disable menu items and tool-bar buttons.
2006-02-11 13:50:29 +00:00
Eli Zaretskii
0810857709
(glasses-separator): Doc fix.
...
(glasses-original-separator): New defcustom.
(glasses-make-readable, glasses-convert-to-unreadable): Use it.
2006-02-11 11:46:15 +00:00
Eli Zaretskii
a348f5ba1d
(mouse-wheel-up-event): Doc fix.
2006-02-11 11:32:31 +00:00
Mathias Dahl
9ad20e1eba
Fixed small bug in tumme doc.
2006-02-11 00:20:09 +00:00
Juanma Barranquero
ac6a9b5549
*** empty log message ***
2006-02-11 00:07:16 +00:00
Miles Bader
9d64cd1339
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-65
...
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 27-28)
- Update from CVS: lisp/gnus.el: Remove bogus comment.
- Merge from emacs--devo--0
2006-02-11 00:06:28 +00:00
Juanma Barranquero
04bf678313
(Fsubstitute_command_keys): Doc fix.
2006-02-11 00:04:32 +00:00
Mathias Dahl
2f8953c274
(tumme-dir): Changed default value to "~/.emacs-d/tumme"
...
(tumme-dir): New function. Copied from thumbs.el.
2006-02-10 23:43:02 +00:00
Mathias Dahl
6295b3b11d
*** empty log message ***
2006-02-10 23:42:08 +00:00
Thien-Thi Nguyen
0ddb0ae836
(Findirect_function): Rewrite docstring.
...
Fix omission bug: Declare new arg NOERROR.
2006-02-10 22:36:01 +00:00
Bill Wohler
be39769861
(mh-search): Wrap code in (block mh-search ...) rather than use
...
defun*. XEmacs cannot create a proper autoload for a defun*.
2006-02-10 20:04:50 +00:00
Juanma Barranquero
4f1a394982
*** empty log message ***
2006-02-10 17:11:56 +00:00
Juanma Barranquero
1c51d057c4
(substitute-key-definition): Fix typo.
2006-02-10 16:46:43 +00:00
Juanma Barranquero
be617bbf58
(desktop-outvar): Fix typo.
...
(desktop-save-buffer-p): Doc fix.
2006-02-10 11:07:50 +00:00
Nick Roberts
54068eae53
*** empty log message ***
2006-02-10 09:05:53 +00:00
Nick Roberts
d91362c9e0
Update copyright for 2006.
2006-02-10 09:00:31 +00:00
YAMAMOTO Mitsuharu
cbd488c46a
*** empty log message ***
2006-02-10 08:35:43 +00:00
YAMAMOTO Mitsuharu
e9452469cf
(Mac OS X): Add QuickTime 7.0.4 / Mac OS X 10.3.9 breakage.
2006-02-10 08:35:25 +00:00
YAMAMOTO Mitsuharu
b465419fdf
(mac_define_frame_cursor): Don't change pointer shape
...
for unfocused frame.
(x_raise_frame): Call BringToFront instead of SelectWindow.
(x_lower_frame): Use NULL instead of nil.
(x_make_frame_visible): Don't call SelectWindow.
(XTread_socket): Increment handling_signal at the start, decrement
it at the end.
[USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
2006-02-10 08:22:12 +00:00
YAMAMOTO Mitsuharu
7d53d6786c
(x_set_mouse_color): Don't call rif->define_frame_cursor
...
if window_desc is not set yet.
(Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
parameter `visibility' is `icon'.
(Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
instead of "fontset-mac".
(Fx_focus_frame): New defun.
(syms_of_macfns): Defsubr it.
2006-02-10 08:21:47 +00:00
YAMAMOTO Mitsuharu
81f4f723c8
(Mac International): Rename "fontset-mac" to "fontset-standard".
2006-02-10 08:21:07 +00:00
YAMAMOTO Mitsuharu
809996951e
(shortlisp, SOME_MACHINE_LISP): Sync with src/Makefile.in.
2006-02-10 08:20:35 +00:00
YAMAMOTO Mitsuharu
2f8efa69e0
(fontset-standard): Rename from "fontset-mac".
2006-02-10 08:19:53 +00:00
YAMAMOTO Mitsuharu
3c5876d268
(select-frame-set-input-focus): Call x-focus-frame also
...
when window-system is mac.
2006-02-10 08:19:36 +00:00
Nick Roberts
dbc4287b14
Update copyright for 2006.
2006-02-10 07:54:12 +00:00
Romain Francoise
02501160b4
*** empty log message ***
2006-02-10 07:20:11 +00:00
Miles Bader
3412804220
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-62
...
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 22-26)
- Update from CVS
- Merge from emacs--devo--0
2006-02-10 05:08:29 +00:00
Kim F. Storm
ca56fb8c67
(Function Indirection): Add NOERROR to indirect-function.
2006-02-10 00:09:18 +00:00
Kim F. Storm
d342156ca9
*** empty log message ***
2006-02-10 00:08:08 +00:00
Kim F. Storm
cf25c64767
(substitute-key-definition-key): Pass t for NOERROR to
...
indirect-function instead of using condition-case.
2006-02-10 00:02:47 +00:00
Kim F. Storm
a7f96a358b
* data.c (Findirect_function): Add NOERROR arg. All callers changed
...
to pass Qnil for NOERROR.
* keymap.c (current_minor_maps_error): Remove.
(current_minor_maps): Pass Qt for NOERROR to Findirect_function
instead of using internal_condition_case_1+current_minor_maps_error.
2006-02-10 00:00:31 +00:00
Mathias Dahl
49f18bccba
Tried to make docstring less `colloquial'...
2006-02-09 23:08:19 +00:00
Mathias Dahl
13664bec59
*** empty log message ***
2006-02-09 23:07:54 +00:00
Mathias Dahl
d03b98ade9
*** empty log message ***
2006-02-09 22:56:00 +00:00
Mathias Dahl
85249e52dc
Added a few todo items.
2006-02-09 22:43:39 +00:00
Lars Hansen
9e72206753
Add highlight-changes-mode to desktop-locals-to-save.
...
(highlight-changes-mode): Don't change desktop-locals-to-save.
2006-02-09 21:01:19 +00:00
Romain Francoise
1bf6d4b5c1
*** empty log message ***
2006-02-09 20:10:53 +00:00
Bill Wohler
da01a066b9
(mh-folder-list): Don't replace "/*$" with "/" since that causes an
...
infinite loop on XEmacs.
2006-02-09 19:53:44 +00:00
Chong Yidong
fcfc4732e0
* image-mode.el (image-toggle-display): Clear image cache if using
...
filename.
2006-02-09 19:34:08 +00:00
Masatake YAMATO
d2ea84be64
(dired-guess-shell-alist-default): Add .man as a `dired-man' target.
2006-02-09 19:20:46 +00:00
Masatake YAMATO
d9674f335b
(autoconf-font-lock-keywords): Check start boundary of symbols.
2006-02-09 19:15:46 +00:00