]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years ago(File Local Variables): Use @code for a cons cell, not @var.
Juanma Barranquero [Tue, 14 Feb 2006 10:05:39 +0000 (10:05 +0000)]
(File Local Variables): Use @code for a cons cell, not @var.

18 years agoFix address.
Jan Djärv [Tue, 14 Feb 2006 10:04:19 +0000 (10:04 +0000)]
Fix address.

18 years ago* xterm.c (x_x_to_emacs_modifiers): Make non-static.
Jan Djärv [Tue, 14 Feb 2006 10:02:23 +0000 (10:02 +0000)]
* xterm.c (x_x_to_emacs_modifiers): Make non-static.

 * xterm.h: Declare x_x_to_emacs_modifiers.

 * gtkutil.c (xg_tool_bar_button_cb): New function.
 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
 store modifiers in event.
 (update_frame_tool_bar): Connect button-release-event to
 xg_tool_bar_button_cb.

18 years ago* gtkutil.c (xg_tool_bar_button_cb): New function.
Jan Djärv [Tue, 14 Feb 2006 10:01:58 +0000 (10:01 +0000)]
* gtkutil.c (xg_tool_bar_button_cb): New function.
 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
 store modifiers in event.
 (update_frame_tool_bar): Connect button-release-event to
 xg_tool_bar_button_cb.

18 years ago* xterm.h: Declare x_x_to_emacs_modifiers.
Jan Djärv [Tue, 14 Feb 2006 10:01:39 +0000 (10:01 +0000)]
* xterm.h: Declare x_x_to_emacs_modifiers.

18 years ago* xterm.c (x_x_to_emacs_modifiers): Make non-static.
Jan Djärv [Tue, 14 Feb 2006 10:01:23 +0000 (10:01 +0000)]
* xterm.c (x_x_to_emacs_modifiers): Make non-static.

18 years ago(where-is): Fix displaying of remappings.
Juanma Barranquero [Tue, 14 Feb 2006 08:14:01 +0000 (08:14 +0000)]
(where-is): Fix displaying of remappings.

18 years ago* files.el (hack-local-variables): Only set results if they
Chong Yidong [Tue, 14 Feb 2006 03:47:00 +0000 (03:47 +0000)]
* files.el (hack-local-variables): Only set results if they
          exist.

18 years ago* variables.texi (File Local Variables): Document new file local
Chong Yidong [Tue, 14 Feb 2006 01:22:05 +0000 (01:22 +0000)]
* variables.texi (File Local Variables): Document new file local
variable behavior.

18 years ago* custom.texi (Specifying File Variables, Unsafe File Variables):
Chong Yidong [Tue, 14 Feb 2006 01:21:48 +0000 (01:21 +0000)]
* custom.texi (Specifying File Variables, Unsafe File Variables):
New nodes, split from File Variables.  Document new file local
variable behavior.

18 years ago* files.el (safe-local-variable-values): New option.
Chong Yidong [Tue, 14 Feb 2006 01:21:31 +0000 (01:21 +0000)]
* files.el (safe-local-variable-values): New option.
(hack-local-variables-prop-line): Return a list of variable-value
pairs if MODE-ONLY is non-nil.
(hack-local-variables): Construct list of variable-value pairs,
and apply or reject them in one go.  Ask for confirmation if
variables are not known safe.
(hack-local-variables-confirm): Complete rewrite.  Support
`safe-local-variable-values'.
(enable-local-variables): Update docstring to reflect new
behavior.
(ignored-local-variables): Ignore ignored-local-variables and
safe-local-variable-values.
(safe-local-variable-p): New function.
(risky-local-variable-p): `safe-local-variable' property check
moved to safe-local-variable-p.
(hack-one-local-variable): Checks moved to hack-local-variables.

(byte-compile-dynamic, c-basic-offset, c-file-style,
c-indent-level, comment-column, fill-column, fill-prefix,
indent-tabs-mode, kept-new-versions, no-byte-compile,
no-update-autoloads, outline-regexp, page-delimiter,
paragraph-start, paragraph-separate, sentence-end,
sentence-end-double-space tab-width, version-control): Add
`safe-local-variable' property.

* find-lisp.el: Delete nonexistent `autocompile' file variable.

* icomplete.el, play/landmark.el: Change nonexistent
`outline-layout' file variable to `allout-layout'.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-82
Miles Bader [Mon, 13 Feb 2006 22:57:54 +0000 (22:57 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-82
Creator:  Michael Olson <mwolson@gnu.org>

Fix compiler error in erc-dcc.el.

18 years ago(gud-watch, gdb-invalidate-registers-1)
Nick Roberts [Mon, 13 Feb 2006 21:59:45 +0000 (21:59 +0000)]
(gud-watch, gdb-invalidate-registers-1)
(gdb-get-changed-registers): Test value of gud-minor-mode relative
to gud-comint-buffer.
(gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
gdb-ui.el for gdb-mi.el.
(gdb-post-prompt, gdb-get-changed-registers): Move test for
registers buffer to gdb-get-changed-registers.
(gdb-breakpoint-regexp): New regexp.  Allow toggling and
deletion of catchpoints (throw and catch).
(gdb-toggle-breakpoint, gdb-delete-breakpoint)
(gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
(gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
(gdb-var-list-children-1, gdb-info-breakpoints-custom)
(gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.

18 years ago*** empty log message ***
Nick Roberts [Mon, 13 Feb 2006 21:58:44 +0000 (21:58 +0000)]
*** empty log message ***

18 years agoFix style of last change.
Richard M. Stallman [Mon, 13 Feb 2006 21:42:43 +0000 (21:42 +0000)]
Fix style of last change.

18 years ago(math-check-known-matrixp): Make sure expression is a symbol before
Jay Belanger [Mon, 13 Feb 2006 21:36:51 +0000 (21:36 +0000)]
(math-check-known-matrixp): Make sure expression is a symbol before
checking that it is bound.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 13 Feb 2006 18:47:24 +0000 (18:47 +0000)]
*** empty log message ***

18 years ago(mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
Richard M. Stallman [Mon, 13 Feb 2006 18:47:18 +0000 (18:47 +0000)]
(mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
for the minibuffer too, but not if resize-mini-windows will interfere.

18 years ago(xwindow): Update the code to show the window box.
Richard M. Stallman [Mon, 13 Feb 2006 18:45:39 +0000 (18:45 +0000)]
(xwindow): Update the code to show the window box.

18 years ago(describe-key-briefly, describe-key):
Richard M. Stallman [Mon, 13 Feb 2006 16:18:46 +0000 (16:18 +0000)]
(describe-key-briefly, describe-key):
Do all arg-reading inside `interactive' spec.
(describe-key-briefly-internal, describe-key-internal):
Functions merged back into their callers.

18 years ago(info-xref-visited): Inherit from info-xref too.
Juri Linkov [Mon, 13 Feb 2006 15:44:01 +0000 (15:44 +0000)]
(info-xref-visited): Inherit from info-xref too.
(Info-set-mode-line): Replace occurrences of `%' by `%%'
when propertizing Info-current-file and Info-current-node.

18 years ago(tumme-thumbnail-storage): Fix docstring.
Juri Linkov [Mon, 13 Feb 2006 14:47:25 +0000 (14:47 +0000)]
(tumme-thumbnail-storage): Fix docstring.
(tumme-thumb-name): Fix per-directory format.

18 years ago* xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
Jan Djärv [Mon, 13 Feb 2006 11:34:20 +0000 (11:34 +0000)]
* xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).

18 years ago(substitute-key-definition): Doc fix (hide internal argument).
Juanma Barranquero [Mon, 13 Feb 2006 11:05:37 +0000 (11:05 +0000)]
(substitute-key-definition): Doc fix (hide internal argument).

18 years ago(X Resources): Mention Mac OS port.
YAMAMOTO Mitsuharu [Mon, 13 Feb 2006 10:13:05 +0000 (10:13 +0000)]
(X Resources): Mention Mac OS port.

18 years ago(Glossary) <Clipboard>: Mention Mac OS port.
YAMAMOTO Mitsuharu [Mon, 13 Feb 2006 10:12:09 +0000 (10:12 +0000)]
(Glossary) <Clipboard>: Mention Mac OS port.

18 years ago(Clipboard): Mention Mac OS port.
YAMAMOTO Mitsuharu [Mon, 13 Feb 2006 10:11:45 +0000 (10:11 +0000)]
(Clipboard): Mention Mac OS port.

18 years ago(Visiting): Mention Mac OS port.
YAMAMOTO Mitsuharu [Mon, 13 Feb 2006 10:11:18 +0000 (10:11 +0000)]
(Visiting): Mention Mac OS port.

18 years ago(Colors on a TTY): Mention Mac OS port.
YAMAMOTO Mitsuharu [Mon, 13 Feb 2006 10:10:52 +0000 (10:10 +0000)]
(Colors on a TTY): Mention Mac OS port.

18 years ago(Standard Faces): Mention Mac OS port.
YAMAMOTO Mitsuharu [Mon, 13 Feb 2006 10:10:25 +0000 (10:10 +0000)]
(Standard Faces): Mention Mac OS port.

18 years ago(internal_self_insert): Handle weird auto-fill-function.
Richard M. Stallman [Mon, 13 Feb 2006 02:17:15 +0000 (02:17 +0000)]
(internal_self_insert): Handle weird auto-fill-function.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-79
Miles Bader [Mon, 13 Feb 2006 01:59:00 +0000 (01:59 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-79

(rcirc-format-response-string): Fix small bugs

18 years agono 8-bit in faq.texi
Karl Berry [Mon, 13 Feb 2006 01:27:21 +0000 (01:27 +0000)]
no 8-bit in faq.texi

18 years ago(Emacs for Atari ST): use Sch@"auble instead of
Karl Berry [Mon, 13 Feb 2006 01:25:58 +0000 (01:25 +0000)]
(Emacs for Atari ST): use Sch@"auble instead of
the 8-bit accented a.

18 years agoRemoved history section. If someone needs it, it
Mathias Dahl [Sun, 12 Feb 2006 23:44:53 +0000 (23:44 +0000)]
Removed history section.  If someone needs it, it
can always be found in CVS.

18 years ago*** empty log message ***
Mathias Dahl [Sun, 12 Feb 2006 23:44:37 +0000 (23:44 +0000)]
*** empty log message ***

18 years ago(tumme-thumbnail-storage): Updated docstring. Added
Mathias Dahl [Sun, 12 Feb 2006 22:15:05 +0000 (22:15 +0000)]
(tumme-thumbnail-storage): Updated docstring. Added
info about the Thumbnail Managing Standard option.

18 years ago*** empty log message ***
Mathias Dahl [Sun, 12 Feb 2006 22:14:53 +0000 (22:14 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 12 Feb 2006 20:32:51 +0000 (20:32 +0000)]
*** empty log message ***

18 years ago(substitute-key-definition): Doc fix.
Richard M. Stallman [Sun, 12 Feb 2006 20:32:18 +0000 (20:32 +0000)]
(substitute-key-definition): Doc fix.

18 years ago(blink-matching-paren-dont-ignore-comments): Doc fix.
Richard M. Stallman [Sun, 12 Feb 2006 20:31:12 +0000 (20:31 +0000)]
(blink-matching-paren-dont-ignore-comments): Doc fix.

18 years agoComment changes.
Richard M. Stallman [Sun, 12 Feb 2006 20:30:49 +0000 (20:30 +0000)]
Comment changes.

18 years ago(magic-mode-alist): Don't use `\\s ' in regexps.
Richard M. Stallman [Sun, 12 Feb 2006 20:30:28 +0000 (20:30 +0000)]
(magic-mode-alist): Don't use `\\s ' in regexps.

18 years ago(Info-mode): Doc fix.
Richard M. Stallman [Sun, 12 Feb 2006 20:29:57 +0000 (20:29 +0000)]
(Info-mode): Doc fix.

18 years ago(ebrowse-global-prefix-key): Change to C-c C-m.
Richard M. Stallman [Sun, 12 Feb 2006 20:27:51 +0000 (20:27 +0000)]
(ebrowse-global-prefix-key): Change to C-c C-m.

18 years ago(Building): Clarify topic in intro.
Richard M. Stallman [Sun, 12 Feb 2006 20:27:00 +0000 (20:27 +0000)]
(Building): Clarify topic in intro.

18 years ago(Maintaining): Change title; clarify topic. Delete duplicate index entries.
Richard M. Stallman [Sun, 12 Feb 2006 20:26:40 +0000 (20:26 +0000)]
(Maintaining): Change title; clarify topic.  Delete duplicate index entries.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-75
Miles Bader [Sun, 12 Feb 2006 20:25:00 +0000 (20:25 +0000)]
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.

18 years ago(Other GDB User Interface Buffers): Clarifications.
Richard M. Stallman [Sun, 12 Feb 2006 20:22:44 +0000 (20:22 +0000)]
(Other GDB User Interface Buffers): Clarifications.

18 years ago* net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
Michael Albinus [Sun, 12 Feb 2006 20:22:28 +0000 (20:22 +0000)]
* 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>.

18 years ago(Cell Commands): Clarifications.
Richard M. Stallman [Sun, 12 Feb 2006 20:22:05 +0000 (20:22 +0000)]
(Cell Commands): Clarifications.

18 years ago(Defuns): Delete duplicate explanation of left-margin paren convention.
Richard M. Stallman [Sun, 12 Feb 2006 20:21:15 +0000 (20:21 +0000)]
(Defuns): Delete duplicate explanation of left-margin paren convention.
(Hungry Delete): Minor cleanup.

18 years ago(dired-mode-map): Bind `\C-t\C-t' to `tumme-dired-insert-marked-thumbs'.
Juri Linkov [Sun, 12 Feb 2006 17:46:11 +0000 (17:46 +0000)]
(dired-mode-map): Bind `\C-t\C-t' to `tumme-dired-insert-marked-thumbs'.

18 years agoRemove todo item about Thumbnail Managing Standard.
Juri Linkov [Sun, 12 Feb 2006 17:44:30 +0000 (17:44 +0000)]
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.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-73
Miles Bader [Sun, 12 Feb 2006 12:02:53 +0000 (12:02 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-73
Creator:  Michael Olson <mwolson@gnu.org>

Merge from erc--emacs--0

18 years ago*** empty log message ***
Juanma Barranquero [Sun, 12 Feb 2006 00:29:59 +0000 (00:29 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Mathias Dahl [Sat, 11 Feb 2006 23:35:12 +0000 (23:35 +0000)]
*** empty log message ***

18 years agoSome small fixes.
Mathias Dahl [Sat, 11 Feb 2006 23:31:23 +0000 (23:31 +0000)]
Some small fixes.

18 years ago*** empty log message ***
Mathias Dahl [Sat, 11 Feb 2006 22:39:48 +0000 (22:39 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Mathias Dahl [Sat, 11 Feb 2006 22:28:44 +0000 (22:28 +0000)]
*** empty log message ***

18 years agoAdded more documentation for tumme.
Mathias Dahl [Sat, 11 Feb 2006 22:17:36 +0000 (22:17 +0000)]
Added more documentation for tumme.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-69
Miles Bader [Sat, 11 Feb 2006 21:42:23 +0000 (21:42 +0000)]
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.

18 years agoEnhanced some docstrings. Added todo item about the Thumbnail
Mathias Dahl [Sat, 11 Feb 2006 21:30:22 +0000 (21:30 +0000)]
Enhanced some docstrings.  Added todo item about the Thumbnail
Managing Standard.

18 years ago*** empty log message ***
Mathias Dahl [Sat, 11 Feb 2006 21:29:56 +0000 (21:29 +0000)]
*** empty log message ***

18 years ago(ido-buffer-internal): Set mark for ido-insert-buffer.
Kim F. Storm [Sat, 11 Feb 2006 20:30:49 +0000 (20:30 +0000)]
(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.

18 years ago*** empty log message ***
Kim F. Storm [Sat, 11 Feb 2006 20:30:37 +0000 (20:30 +0000)]
*** empty log message ***

18 years agoprograms.texi ("Hungry Delete"): Correct the appellation of the backspace
Alan Mackenzie [Sat, 11 Feb 2006 19:44:02 +0000 (19:44 +0000)]
programs.texi ("Hungry Delete"): Correct the appellation of the backspace
and delete keys to @kbd{DEL} and @kbd{DELETE}.

18 years ago(revert-buffer, recover-file): Replace buffer-read-only with inhibit-read-only. Sugge...
Eli Zaretskii [Sat, 11 Feb 2006 18:42:56 +0000 (18:42 +0000)]
(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.

18 years ago(menu-bar-select-yank): Add a doc string.
Eli Zaretskii [Sat, 11 Feb 2006 16:18:02 +0000 (16:18 +0000)]
(menu-bar-select-yank): Add a doc string.

18 years ago(describe-key-briefly, describe-key): Populate yank-menu if empty.
Eli Zaretskii [Sat, 11 Feb 2006 16:03:14 +0000 (16:03 +0000)]
(describe-key-briefly, describe-key): Populate yank-menu if empty.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 11 Feb 2006 13:56:14 +0000 (13:56 +0000)]
*** empty log message ***

18 years ago(describe-key-briefly): Now a wrapper for describe-key-briefly-internal.
Eli Zaretskii [Sat, 11 Feb 2006 13:55:42 +0000 (13:55 +0000)]
(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.

18 years ago(Venable_disabled_menus_and_buttons): New variable.
Eli Zaretskii [Sat, 11 Feb 2006 13:50:29 +0000 (13:50 +0000)]
(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.

18 years ago(glasses-separator): Doc fix.
Eli Zaretskii [Sat, 11 Feb 2006 11:46:15 +0000 (11:46 +0000)]
(glasses-separator): Doc fix.
(glasses-original-separator): New defcustom.
(glasses-make-readable, glasses-convert-to-unreadable): Use it.

18 years ago(mouse-wheel-up-event): Doc fix.
Eli Zaretskii [Sat, 11 Feb 2006 11:32:31 +0000 (11:32 +0000)]
(mouse-wheel-up-event): Doc fix.

18 years agoFixed small bug in tumme doc.
Mathias Dahl [Sat, 11 Feb 2006 00:20:09 +0000 (00:20 +0000)]
Fixed small bug in tumme doc.

18 years ago*** empty log message ***
Juanma Barranquero [Sat, 11 Feb 2006 00:07:16 +0000 (00:07 +0000)]
*** empty log message ***

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-65
Miles Bader [Sat, 11 Feb 2006 00:06:28 +0000 (00:06 +0000)]
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

18 years ago(Fsubstitute_command_keys): Doc fix.
Juanma Barranquero [Sat, 11 Feb 2006 00:04:32 +0000 (00:04 +0000)]
(Fsubstitute_command_keys): Doc fix.

18 years ago(tumme-dir): Changed default value to "~/.emacs-d/tumme"
Mathias Dahl [Fri, 10 Feb 2006 23:43:02 +0000 (23:43 +0000)]
(tumme-dir): Changed default value to "~/.emacs-d/tumme"
(tumme-dir): New function. Copied from thumbs.el.

18 years ago*** empty log message ***
Mathias Dahl [Fri, 10 Feb 2006 23:42:08 +0000 (23:42 +0000)]
*** empty log message ***

18 years ago(Findirect_function): Rewrite docstring.
Thien-Thi Nguyen [Fri, 10 Feb 2006 22:36:01 +0000 (22:36 +0000)]
(Findirect_function): Rewrite docstring.
Fix omission bug: Declare new arg NOERROR.

18 years ago(mh-search): Wrap code in (block mh-search ...) rather than use
Bill Wohler [Fri, 10 Feb 2006 20:04:50 +0000 (20:04 +0000)]
(mh-search): Wrap code in (block mh-search ...) rather than use
defun*. XEmacs cannot create a proper autoload for a defun*.

18 years ago*** empty log message ***
Juanma Barranquero [Fri, 10 Feb 2006 17:11:56 +0000 (17:11 +0000)]
*** empty log message ***

18 years ago(substitute-key-definition): Fix typo.
Juanma Barranquero [Fri, 10 Feb 2006 16:46:43 +0000 (16:46 +0000)]
(substitute-key-definition): Fix typo.

18 years ago(desktop-outvar): Fix typo.
Juanma Barranquero [Fri, 10 Feb 2006 11:07:50 +0000 (11:07 +0000)]
(desktop-outvar): Fix typo.
(desktop-save-buffer-p): Doc fix.

18 years ago*** empty log message ***
Nick Roberts [Fri, 10 Feb 2006 09:05:53 +0000 (09:05 +0000)]
*** empty log message ***

18 years agoUpdate copyright for 2006.
Nick Roberts [Fri, 10 Feb 2006 09:00:31 +0000 (09:00 +0000)]
Update copyright for 2006.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 10 Feb 2006 08:35:43 +0000 (08:35 +0000)]
*** empty log message ***

18 years ago(Mac OS X): Add QuickTime 7.0.4 / Mac OS X 10.3.9 breakage.
YAMAMOTO Mitsuharu [Fri, 10 Feb 2006 08:35:25 +0000 (08:35 +0000)]
(Mac OS X): Add QuickTime 7.0.4 / Mac OS X 10.3.9 breakage.

18 years ago(mac_define_frame_cursor): Don't change pointer shape
YAMAMOTO Mitsuharu [Fri, 10 Feb 2006 08:22:12 +0000 (08:22 +0000)]
(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.

18 years ago(x_set_mouse_color): Don't call rif->define_frame_cursor
YAMAMOTO Mitsuharu [Fri, 10 Feb 2006 08:21:47 +0000 (08:21 +0000)]
(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.

18 years ago(Mac International): Rename "fontset-mac" to "fontset-standard".
YAMAMOTO Mitsuharu [Fri, 10 Feb 2006 08:21:07 +0000 (08:21 +0000)]
(Mac International): Rename "fontset-mac" to "fontset-standard".

18 years ago(shortlisp, SOME_MACHINE_LISP): Sync with src/Makefile.in.
YAMAMOTO Mitsuharu [Fri, 10 Feb 2006 08:20:35 +0000 (08:20 +0000)]
(shortlisp, SOME_MACHINE_LISP): Sync with src/Makefile.in.

18 years ago(fontset-standard): Rename from "fontset-mac".
YAMAMOTO Mitsuharu [Fri, 10 Feb 2006 08:19:53 +0000 (08:19 +0000)]
(fontset-standard): Rename from "fontset-mac".

18 years ago(select-frame-set-input-focus): Call x-focus-frame also
YAMAMOTO Mitsuharu [Fri, 10 Feb 2006 08:19:36 +0000 (08:19 +0000)]
(select-frame-set-input-focus): Call x-focus-frame also
when window-system is mac.

18 years agoUpdate copyright for 2006.
Nick Roberts [Fri, 10 Feb 2006 07:54:12 +0000 (07:54 +0000)]
Update copyright for 2006.

18 years ago*** empty log message ***
Romain Francoise [Fri, 10 Feb 2006 07:20:11 +0000 (07:20 +0000)]
*** empty log message ***

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-62
Miles Bader [Fri, 10 Feb 2006 05:08:29 +0000 (05:08 +0000)]
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

18 years ago(Function Indirection): Add NOERROR to indirect-function.
Kim F. Storm [Fri, 10 Feb 2006 00:09:18 +0000 (00:09 +0000)]
(Function Indirection): Add NOERROR to indirect-function.