1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

62325 Commits

Author SHA1 Message Date
Miles Bader
92ed2bfbc0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-75
Creator:  Michael Olson <mwolson@gnu.org>

Make ERC comply with the new copyright year guidelines.
2006-02-12 20:25:00 +00:00
Richard M. Stallman
cf3a96a39d (Other GDB User Interface Buffers): Clarifications. 2006-02-12 20:22:44 +00:00
Michael Albinus
7dbde7dd2e * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
because on Solaris a POSIX compatible "id" is needed.  Reported by
Magnus Henoch <mange@freemail.hu>.
2006-02-12 20:22:28 +00:00
Richard M. Stallman
401b2885e6 (Cell Commands): Clarifications. 2006-02-12 20:22:05 +00:00
Richard M. Stallman
d884be122f (Defuns): Delete duplicate explanation of left-margin paren convention.
(Hungry Delete): Minor cleanup.
2006-02-12 20:21:15 +00:00
Juri Linkov
ea948bd6ef (dired-mode-map): Bind \C-t\C-t' to tumme-dired-insert-marked-thumbs'. 2006-02-12 17:46:11 +00:00
Juri Linkov
4736e9631e Remove todo item about Thumbnail Managing Standard.
(tumme) <defgroup>: Change :group to `multimedia'.
(tumme-thumbnail-storage): Add choice `standard' for Thumbnail
Managing Standard.
(tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
Fix dostring.
(tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
and %y.  Fix docstring.
(tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
(tumme-cmd-create-standard-thumbnail-command): New user options.
(tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
is `standard'.  Fix docstring.
(tumme-thumb-width, tumme-thumb-height): New user options.
(tumme-external-viewer): Try to find various viewers.
(tumme-get-thumbnail-image): Use `create-image' instead of
constructing the `image' structure.
(tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
`standard'.
(tumme-thumb-name): Add file name generation for standard storage.
Simplify code for other storages.
(tumme-thumb-name): Use width %w and height %h instead of size %s.
Add modification time %m and thumbnail-nq8 %q.
Use `tumme-cmd-create-standard-thumbnail-command' if
tumme-thumbnail-storage is `standard'.
(tumme-dired-insert-marked-thumbs): New autoload command.
(tumme-dired-after-readin-hook): New function.
(tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
`tumme-thumb-size'.
(tumme-display-image): Replace size-x %x and size-y %y with
width %w and height %h.
2006-02-12 17:44:30 +00:00
Miles Bader
9cc8d0b62e Revision: emacs@sv.gnu.org/emacs--devo--0--patch-73
Creator:  Michael Olson <mwolson@gnu.org>

Merge from erc--emacs--0
2006-02-12 12:02:53 +00:00
Juanma Barranquero
f828c6fc00 *** empty log message *** 2006-02-12 00:29:59 +00:00
Mathias Dahl
c39343cac8 *** empty log message *** 2006-02-11 23:35:12 +00:00
Mathias Dahl
b27d732011 Some small fixes. 2006-02-11 23:31:23 +00:00
Mathias Dahl
388bf06a6e *** empty log message *** 2006-02-11 22:39:48 +00:00
Mathias Dahl
44a4772c02 *** empty log message *** 2006-02-11 22:28:44 +00:00
Mathias Dahl
a528b71e55 Added more documentation for tumme. 2006-02-11 22:17:36 +00:00
Miles Bader
324e4da7fb Revision: emacs@sv.gnu.org/emacs--devo--0--patch-69
rcirc: Add flexible response formatting; Add nick abbrevs

2006-02-12  Miles Bader  <miles@gnu.org>

   * lisp/net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
   New variables.
   (rcirc-abbrev-nick): New function.
   (rcirc-format-response-string): Rewrite to use the formats in
   `rcirc-response-formats' and expand escape sequences therein.
   A text-property `rcirc-text' is added over the actual response
   text to make easy to find inside the returned string.
   (rcirc-print): When filling, just look for the `rcirc-text'
   text-property to find the appropriate fill prefix, instead of
   using hardwired patterns.
2006-02-11 21:42:23 +00:00
Mathias Dahl
0ccc883749 Enhanced some docstrings. Added todo item about the Thumbnail
Managing Standard.
2006-02-11 21:30:22 +00:00
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